@charset "UTF-8";/*
! tailwindcss v3.2.7 | 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.
*/html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}/*
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, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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 */
  font-weight: inherit; /* 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::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] {
  display: none;
}[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}::-webkit-date-and-time-value{
  min-height: 1.5em;
}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}[type='checkbox'],[type='radio']{
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}[type='checkbox']{
  border-radius: 0px;
}[type='radio']{
  border-radius: 100%;
}[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}*, ::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-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:  ;
}::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-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%;
  padding-right: 1rem;
  padding-left: 1rem;
}@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: 1100px){.container{
    max-width: 1100px;
  }
}@media (min-width: 1200px){.container{
    max-width: 1200px;
  }
}.aspect-h-10{
  --tw-aspect-h: 10;
}.aspect-h-12{
  --tw-aspect-h: 12;
}.aspect-h-6{
  --tw-aspect-h: 6;
}.aspect-h-8{
  --tw-aspect-h: 8;
}.aspect-h-9{
  --tw-aspect-h: 9;
}.aspect-w-10{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 10;
}.aspect-w-10 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}.aspect-w-16{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}.aspect-w-16 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}.pointer-events-none{
  pointer-events: none;
}.pointer-events-auto{
  pointer-events: auto;
}.visible{
  visibility: visible;
}.invisible{
  visibility: hidden;
}.collapse{
  visibility: collapse;
}.static{
  position: static;
}.fixed{
  position: fixed;
}.absolute{
  position: absolute;
}.relative{
  position: relative;
}.sticky{
  position: sticky;
}.\!bottom-\[65px\]{
  bottom: 65px !important;
}.bottom-0{
  bottom: 0px;
}.bottom-\[25px\]{
  bottom: 25px;
}.left-0{
  left: 0px;
}.left-1\/2{
  left: 50%;
}.left-8{
  left: 2rem;
}.left-\[25px\]{
  left: 25px;
}.right-0{
  right: 0px;
}.right-2{
  right: 0.5rem;
}.right-8{
  right: 2rem;
}.right-\[-10\%\]{
  right: -10%;
}.right-\[30px\]{
  right: 30px;
}.right-full{
  right: 100%;
}.top-0{
  top: 0px;
}.top-1\/2{
  top: 50%;
}.top-10{
  top: 2.5rem;
}.top-\[-10\%\]{
  top: -10%;
}.top-\[30px\]{
  top: 30px;
}.z-0{
  z-index: 0;
}.z-1{
  z-index: 1;
}.z-10{
  z-index: 10;
}.z-2{
  z-index: 2;
}.z-20{
  z-index: 20;
}.z-30{
  z-index: 30;
}.z-50{
  z-index: 50;
}.\!my-0{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}.\!my-6{
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}.-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}.-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}.-mx-2\.5{
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}.-mx-6{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}.mx-auto{
  margin-left: auto;
  margin-right: auto;
}.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}.\!mb-0{
  margin-bottom: 0px !important;
}.\!mr-0{
  margin-right: 0px !important;
}.\!mt-0{
  margin-top: 0px !important;
}.-mb-3{
  margin-bottom: -0.75rem;
}.-ml-1{
  margin-left: -0.25rem;
}.-mt-1{
  margin-top: -0.25rem;
}.-mt-12{
  margin-top: -3rem;
}.-mt-2{
  margin-top: -0.5rem;
}.-mt-32{
  margin-top: -8rem;
}.-mt-4{
  margin-top: -1rem;
}.-mt-48{
  margin-top: -12rem;
}.-mt-5{
  margin-top: -1.25rem;
}.-mt-6{
  margin-top: -1.5rem;
}.-mt-8{
  margin-top: -2rem;
}.-mt-\[100px\]{
  margin-top: -100px;
}.mb-0{
  margin-bottom: 0px;
}.mb-0\.5{
  margin-bottom: 0.125rem;
}.mb-1{
  margin-bottom: 0.25rem;
}.mb-10{
  margin-bottom: 2.5rem;
}.mb-12{
  margin-bottom: 3rem;
}.mb-14{
  margin-bottom: 3.5rem;
}.mb-16{
  margin-bottom: 4rem;
}.mb-2{
  margin-bottom: 0.5rem;
}.mb-24{
  margin-bottom: 6rem;
}.mb-3{
  margin-bottom: 0.75rem;
}.mb-4{
  margin-bottom: 1rem;
}.mb-6{
  margin-bottom: 1.5rem;
}.mb-8{
  margin-bottom: 2rem;
}.mb-\[2\%\]{
  margin-bottom: 2%;
}.ml-2{
  margin-left: 0.5rem;
}.ml-3{
  margin-left: 0.75rem;
}.ml-4{
  margin-left: 1rem;
}.ml-auto{
  margin-left: auto;
}.mr-0{
  margin-right: 0px;
}.mr-2{
  margin-right: 0.5rem;
}.mr-3{
  margin-right: 0.75rem;
}.mr-4{
  margin-right: 1rem;
}.mr-5{
  margin-right: 1.25rem;
}.mt-0{
  margin-top: 0px;
}.mt-0\.5{
  margin-top: 0.125rem;
}.mt-1{
  margin-top: 0.25rem;
}.mt-10{
  margin-top: 2.5rem;
}.mt-12{
  margin-top: 3rem;
}.mt-16{
  margin-top: 4rem;
}.mt-2{
  margin-top: 0.5rem;
}.mt-20{
  margin-top: 5rem;
}.mt-3{
  margin-top: 0.75rem;
}.mt-4{
  margin-top: 1rem;
}.mt-40{
  margin-top: 10rem;
}.mt-5{
  margin-top: 1.25rem;
}.mt-6{
  margin-top: 1.5rem;
}.mt-8{
  margin-top: 2rem;
}.mt-auto{
  margin-top: auto;
}.block{
  display: block;
}.inline-block{
  display: inline-block;
}.inline{
  display: inline;
}.flex{
  display: flex;
}.\!inline-flex{
  display: inline-flex !important;
}.inline-flex{
  display: inline-flex;
}.table{
  display: table;
}.grid{
  display: grid;
}.contents{
  display: contents;
}.\!hidden{
  display: none !important;
}.hidden{
  display: none;
}.\!h-\[60vh\]{
  height: 60vh !important;
}.\!h-auto{
  height: auto !important;
}.\!h-full{
  height: 100% !important;
}.h-0{
  height: 0px;
}.h-0\.5{
  height: 0.125rem;
}.h-10{
  height: 2.5rem;
}.h-14{
  height: 3.5rem;
}.h-16{
  height: 4rem;
}.h-2{
  height: 0.5rem;
}.h-20{
  height: 5rem;
}.h-3{
  height: 0.75rem;
}.h-36{
  height: 9rem;
}.h-5{
  height: 1.25rem;
}.h-6{
  height: 1.5rem;
}.h-8{
  height: 2rem;
}.h-\[120\%\]{
  height: 120%;
}.h-\[264px\]{
  height: 264px;
}.h-\[270px\]{
  height: 270px;
}.h-\[280px\]{
  height: 280px;
}.h-\[290px\]{
  height: 290px;
}.h-\[30\%\]{
  height: 30%;
}.h-\[47px\]{
  height: 47px;
}.h-\[60px\]{
  height: 60px;
}.h-\[78px\]{
  height: 78px;
}.h-\[80\%\]{
  height: 80%;
}.h-auto{
  height: auto;
}.h-full{
  height: 100%;
}.h-px{
  height: 1px;
}.h-screen{
  height: 100vh;
}.max-h-\[150px\]{
  max-height: 150px;
}.max-h-\[200px\]{
  max-height: 200px;
}.max-h-\[300px\]{
  max-height: 300px;
}.max-h-\[70vh\]{
  max-height: 70vh;
}.max-h-full{
  max-height: 100%;
}.min-h-\[70vh\]{
  min-height: 70vh;
}.\!w-full{
  width: 100% !important;
}.w-1\/2{
  width: 50%;
}.w-10{
  width: 2.5rem;
}.w-14{
  width: 3.5rem;
}.w-16{
  width: 4rem;
}.w-3{
  width: 0.75rem;
}.w-5{
  width: 1.25rem;
}.w-6{
  width: 1.5rem;
}.w-8{
  width: 2rem;
}.w-\[130px\]{
  width: 130px;
}.w-\[140px\]{
  width: 140px;
}.w-\[250px\]{
  width: 250px;
}.w-\[265px\]{
  width: 265px;
}.w-\[270px\]{
  width: 270px;
}.w-\[50\%\]{
  width: 50%;
}.w-\[78px\]{
  width: 78px;
}.w-\[900px\]{
  width: 900px;
}.w-auto{
  width: auto;
}.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}.w-full{
  width: 100%;
}.min-w-\[350px\]{
  min-width: 350px;
}.max-w-2xl{
  max-width: 42rem;
}.max-w-4xl{
  max-width: 56rem;
}.max-w-\[1400px\]{
  max-width: 1400px;
}.max-w-\[150px\]{
  max-width: 150px;
}.max-w-\[200px\]{
  max-width: 200px;
}.max-w-\[320px\]{
  max-width: 320px;
}.max-w-\[485px\]{
  max-width: 485px;
}.max-w-\[50\%\]{
  max-width: 50%;
}.max-w-\[80\%\]{
  max-width: 80%;
}.max-w-full{
  max-width: 100%;
}.max-w-lg{
  max-width: 32rem;
}.max-w-none{
  max-width: none;
}.flex-1{
  flex: 1 1 0%;
}.flex-shrink{
  flex-shrink: 1;
}.flex-shrink-0{
  flex-shrink: 0;
}.shrink-0{
  flex-shrink: 0;
}.flex-grow{
  flex-grow: 1;
}.flex-grow-0{
  flex-grow: 0;
}.table-auto{
  table-layout: auto;
}.-translate-x-1\/2{
  --tw-translate-x: -50%;
  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));
}.-translate-x-full{
  --tw-translate-x: -100%;
  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));
}.-translate-y-1\/2{
  --tw-translate-y: -50%;
  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));
}.-translate-y-2{
  --tw-translate-y: -0.5rem;
  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));
}.-translate-y-full{
  --tw-translate-y: -100%;
  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));
}.translate-x-0{
  --tw-translate-x: 0px;
  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));
}.translate-x-full{
  --tw-translate-x: 100%;
  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));
}.translate-y-2{
  --tw-translate-y: 0.5rem;
  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));
}.-rotate-45{
  --tw-rotate: -45deg;
  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));
}.rotate-45{
  --tw-rotate: 45deg;
  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));
}.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}.scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}.scale-\[1\.025\]{
  --tw-scale-x: 1.025;
  --tw-scale-y: 1.025;
  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));
}.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 spin{to{
    transform: rotate(360deg);
  }
}.animate-spin{
  animation: spin 1s linear infinite;
}.\!cursor-not-allowed{
  cursor: not-allowed !important;
}.cursor-grab{
  cursor: grab;
}.cursor-pointer{
  cursor: pointer;
}.resize{
  resize: both;
}.scroll-pt-24{
  scroll-padding-top: 6rem;
}.list-none{
  list-style-type: none;
}.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.flex-row{
  flex-direction: row;
}.flex-row-reverse{
  flex-direction: row-reverse;
}.flex-col{
  flex-direction: column;
}.flex-col-reverse{
  flex-direction: column-reverse;
}.flex-wrap{
  flex-wrap: wrap;
}.items-start{
  align-items: flex-start;
}.items-end{
  align-items: flex-end;
}.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-1{
  gap: 0.25rem;
}.gap-1\.5{
  gap: 0.375rem;
}.gap-2{
  gap: 0.5rem;
}.gap-4{
  gap: 1rem;
}.gap-5{
  gap: 1.25rem;
}.gap-x-2{
  column-gap: 0.5rem;
}.gap-x-4{
  column-gap: 1rem;
}.gap-x-8{
  column-gap: 2rem;
}.gap-y-16{
  row-gap: 4rem;
}.gap-y-4{
  row-gap: 1rem;
}.gap-y-8{
  row-gap: 2rem;
}.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-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)));
}.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));
}.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}.divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}.divide-black > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-divide-opacity));
}.divide-darkblue > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(0 76 134 / var(--tw-divide-opacity));
}.divide-white > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-divide-opacity));
}.self-stretch{
  align-self: stretch;
}.overflow-auto{
  overflow: auto;
}.overflow-hidden{
  overflow: hidden;
}.\!overflow-visible{
  overflow: visible !important;
}.scroll-smooth{
  scroll-behavior: smooth;
}.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.whitespace-nowrap{
  white-space: nowrap;
}.rounded{
  border-radius: 0.25rem;
}.rounded-full{
  border-radius: 9999px;
}.rounded-lg{
  border-radius: 0.5rem;
}.border{
  border-width: 1px;
}.border-0{
  border-width: 0px;
}.border-2{
  border-width: 2px;
}.border-b{
  border-bottom-width: 1px;
}.border-b-2{
  border-bottom-width: 2px;
}.border-l{
  border-left-width: 1px;
}.border-r{
  border-right-width: 1px;
}.border-solid{
  border-style: solid;
}.border-\[\#CCDAEB\]{
  --tw-border-opacity: 1;
  border-color: rgb(204 218 235 / var(--tw-border-opacity));
}.border-blue-300{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}.border-darkblue{
  --tw-border-opacity: 1;
  border-color: rgb(0 76 134 / var(--tw-border-opacity));
}.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}.border-green-300{
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity));
}.border-lightgrey{
  --tw-border-opacity: 1;
  border-color: rgb(239 242 249 / var(--tw-border-opacity));
}.border-red-300{
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity));
}.border-silver{
  --tw-border-opacity: 1;
  border-color: rgb(188 188 188 / var(--tw-border-opacity));
}.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}.border-yellow-300{
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity));
}.\!bg-darkblue{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 76 134 / var(--tw-bg-opacity)) !important;
}.bg-\[\#C7C4B9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(199 196 185 / var(--tw-bg-opacity));
}.bg-\[\#c0c0c0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(192 192 192 / var(--tw-bg-opacity));
}.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}.bg-darkblue{
  --tw-bg-opacity: 1;
  background-color: rgb(0 76 134 / var(--tw-bg-opacity));
}.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}.bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}.bg-lightgrey{
  --tw-bg-opacity: 1;
  background-color: rgb(239 242 249 / var(--tw-bg-opacity));
}.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(13 13 13 / var(--tw-bg-opacity));
}.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}.bg-silver{
  --tw-bg-opacity: 1;
  background-color: rgb(188 188 188 / var(--tw-bg-opacity));
}.bg-transparent{
  background-color: transparent;
}.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}.bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}.from-black{
  --tw-gradient-from: #000;
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-darkblue{
  --tw-gradient-from: #004c86;
  --tw-gradient-to: rgb(0 76 134 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.bg-cover{
  background-size: cover;
}.bg-bottom{
  background-position: bottom;
}.bg-no-repeat{
  background-repeat: no-repeat;
}.object-contain{
  object-fit: contain;
}.object-cover{
  object-fit: cover;
}.object-center{
  object-position: center;
}.p-2{
  padding: 0.5rem;
}.p-3{
  padding: 0.75rem;
}.p-4{
  padding: 1rem;
}.p-5{
  padding: 1.25rem;
}.p-6{
  padding: 1.5rem;
}.p-8{
  padding: 2rem;
}.\!px-8{
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}.\!py-4{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}.px-0{
  padding-left: 0px;
  padding-right: 0px;
}.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}.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-8{
  padding-left: 2rem;
  padding-right: 2rem;
}.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}.pb-10{
  padding-bottom: 2.5rem;
}.pb-12{
  padding-bottom: 3rem;
}.pb-14{
  padding-bottom: 3.5rem;
}.pb-16{
  padding-bottom: 4rem;
}.pb-4{
  padding-bottom: 1rem;
}.pb-5{
  padding-bottom: 1.25rem;
}.pb-6{
  padding-bottom: 1.5rem;
}.pb-8{
  padding-bottom: 2rem;
}.pl-3{
  padding-left: 0.75rem;
}.pl-4{
  padding-left: 1rem;
}.pl-5{
  padding-left: 1.25rem;
}.pr-0{
  padding-right: 0px;
}.pr-10{
  padding-right: 2.5rem;
}.pr-12{
  padding-right: 3rem;
}.pr-4{
  padding-right: 1rem;
}.pr-8{
  padding-right: 2rem;
}.pt-14{
  padding-top: 3.5rem;
}.pt-16{
  padding-top: 4rem;
}.pt-2{
  padding-top: 0.5rem;
}.pt-20{
  padding-top: 5rem;
}.pt-24{
  padding-top: 6rem;
}.pt-4{
  padding-top: 1rem;
}.text-left{
  text-align: left;
}.text-center{
  text-align: center;
}.text-right{
  text-align: right;
}.font-dinprocond{
  font-family: din_procondensed, sans-serif;
}.font-inter{
  font-family: Inter, sans-serif;
}.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}.text-5xl{
  font-size: 3rem;
  line-height: 1;
}.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}.text-\[0\.8125rem\]{
  font-size: 0.8125rem;
}.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;
}.font-black{
  font-weight: 900;
}.font-bold{
  font-weight: 700;
}.font-medium{
  font-weight: 500;
}.font-normal{
  font-weight: 400;
}.uppercase{
  text-transform: uppercase;
}.italic{
  font-style: italic;
}.\!leading-\[1\]{
  line-height: 1 !important;
}.\!leading-tight{
  line-height: 1.25 !important;
}.leading-8{
  line-height: 2rem;
}.leading-none{
  line-height: 1;
}.tracking-tight{
  letter-spacing: -0.025em;
}.tracking-wide{
  letter-spacing: 0.025em;
}.\!text-darkblue{
  --tw-text-opacity: 1 !important;
  color: rgb(0 76 134 / var(--tw-text-opacity)) !important;
}.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.text-blue-800{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}.text-darkblue{
  --tw-text-opacity: 1;
  color: rgb(0 76 134 / var(--tw-text-opacity));
}.text-darkblue-100{
  --tw-text-opacity: 1;
  color: rgb(40 116 174 / var(--tw-text-opacity));
}.text-darkblue-100\/0{
  color: rgb(40 116 174 / 0);
}.text-darkblue-100\/10{
  color: rgb(40 116 174 / 0.1);
}.text-darkblue-100\/100{
  color: rgb(40 116 174 / 1);
}.text-darkblue-100\/20{
  color: rgb(40 116 174 / 0.2);
}.text-darkblue-100\/25{
  color: rgb(40 116 174 / 0.25);
}.text-darkblue-100\/30{
  color: rgb(40 116 174 / 0.3);
}.text-darkblue-100\/40{
  color: rgb(40 116 174 / 0.4);
}.text-darkblue-100\/5{
  color: rgb(40 116 174 / 0.05);
}.text-darkblue-100\/50{
  color: rgb(40 116 174 / 0.5);
}.text-darkblue-100\/60{
  color: rgb(40 116 174 / 0.6);
}.text-darkblue-100\/70{
  color: rgb(40 116 174 / 0.7);
}.text-darkblue-100\/75{
  color: rgb(40 116 174 / 0.75);
}.text-darkblue-100\/80{
  color: rgb(40 116 174 / 0.8);
}.text-darkblue-100\/90{
  color: rgb(40 116 174 / 0.9);
}.text-darkblue-100\/95{
  color: rgb(40 116 174 / 0.95);
}.text-darkblue-200{
  --tw-text-opacity: 1;
  color: rgb(30 106 164 / var(--tw-text-opacity));
}.text-darkblue-200\/0{
  color: rgb(30 106 164 / 0);
}.text-darkblue-200\/10{
  color: rgb(30 106 164 / 0.1);
}.text-darkblue-200\/100{
  color: rgb(30 106 164 / 1);
}.text-darkblue-200\/20{
  color: rgb(30 106 164 / 0.2);
}.text-darkblue-200\/25{
  color: rgb(30 106 164 / 0.25);
}.text-darkblue-200\/30{
  color: rgb(30 106 164 / 0.3);
}.text-darkblue-200\/40{
  color: rgb(30 106 164 / 0.4);
}.text-darkblue-200\/5{
  color: rgb(30 106 164 / 0.05);
}.text-darkblue-200\/50{
  color: rgb(30 106 164 / 0.5);
}.text-darkblue-200\/60{
  color: rgb(30 106 164 / 0.6);
}.text-darkblue-200\/70{
  color: rgb(30 106 164 / 0.7);
}.text-darkblue-200\/75{
  color: rgb(30 106 164 / 0.75);
}.text-darkblue-200\/80{
  color: rgb(30 106 164 / 0.8);
}.text-darkblue-200\/90{
  color: rgb(30 106 164 / 0.9);
}.text-darkblue-200\/95{
  color: rgb(30 106 164 / 0.95);
}.text-darkblue-300{
  --tw-text-opacity: 1;
  color: rgb(20 96 154 / var(--tw-text-opacity));
}.text-darkblue-300\/0{
  color: rgb(20 96 154 / 0);
}.text-darkblue-300\/10{
  color: rgb(20 96 154 / 0.1);
}.text-darkblue-300\/100{
  color: rgb(20 96 154 / 1);
}.text-darkblue-300\/20{
  color: rgb(20 96 154 / 0.2);
}.text-darkblue-300\/25{
  color: rgb(20 96 154 / 0.25);
}.text-darkblue-300\/30{
  color: rgb(20 96 154 / 0.3);
}.text-darkblue-300\/40{
  color: rgb(20 96 154 / 0.4);
}.text-darkblue-300\/5{
  color: rgb(20 96 154 / 0.05);
}.text-darkblue-300\/50{
  color: rgb(20 96 154 / 0.5);
}.text-darkblue-300\/60{
  color: rgb(20 96 154 / 0.6);
}.text-darkblue-300\/70{
  color: rgb(20 96 154 / 0.7);
}.text-darkblue-300\/75{
  color: rgb(20 96 154 / 0.75);
}.text-darkblue-300\/80{
  color: rgb(20 96 154 / 0.8);
}.text-darkblue-300\/90{
  color: rgb(20 96 154 / 0.9);
}.text-darkblue-300\/95{
  color: rgb(20 96 154 / 0.95);
}.text-darkblue-400{
  --tw-text-opacity: 1;
  color: rgb(10 86 144 / var(--tw-text-opacity));
}.text-darkblue-400\/0{
  color: rgb(10 86 144 / 0);
}.text-darkblue-400\/10{
  color: rgb(10 86 144 / 0.1);
}.text-darkblue-400\/100{
  color: rgb(10 86 144 / 1);
}.text-darkblue-400\/20{
  color: rgb(10 86 144 / 0.2);
}.text-darkblue-400\/25{
  color: rgb(10 86 144 / 0.25);
}.text-darkblue-400\/30{
  color: rgb(10 86 144 / 0.3);
}.text-darkblue-400\/40{
  color: rgb(10 86 144 / 0.4);
}.text-darkblue-400\/5{
  color: rgb(10 86 144 / 0.05);
}.text-darkblue-400\/50{
  color: rgb(10 86 144 / 0.5);
}.text-darkblue-400\/60{
  color: rgb(10 86 144 / 0.6);
}.text-darkblue-400\/70{
  color: rgb(10 86 144 / 0.7);
}.text-darkblue-400\/75{
  color: rgb(10 86 144 / 0.75);
}.text-darkblue-400\/80{
  color: rgb(10 86 144 / 0.8);
}.text-darkblue-400\/90{
  color: rgb(10 86 144 / 0.9);
}.text-darkblue-400\/95{
  color: rgb(10 86 144 / 0.95);
}.text-darkblue-50{
  --tw-text-opacity: 1;
  color: rgb(50 126 184 / var(--tw-text-opacity));
}.text-darkblue-50\/0{
  color: rgb(50 126 184 / 0);
}.text-darkblue-50\/10{
  color: rgb(50 126 184 / 0.1);
}.text-darkblue-50\/100{
  color: rgb(50 126 184 / 1);
}.text-darkblue-50\/20{
  color: rgb(50 126 184 / 0.2);
}.text-darkblue-50\/25{
  color: rgb(50 126 184 / 0.25);
}.text-darkblue-50\/30{
  color: rgb(50 126 184 / 0.3);
}.text-darkblue-50\/40{
  color: rgb(50 126 184 / 0.4);
}.text-darkblue-50\/5{
  color: rgb(50 126 184 / 0.05);
}.text-darkblue-50\/50{
  color: rgb(50 126 184 / 0.5);
}.text-darkblue-50\/60{
  color: rgb(50 126 184 / 0.6);
}.text-darkblue-50\/70{
  color: rgb(50 126 184 / 0.7);
}.text-darkblue-50\/75{
  color: rgb(50 126 184 / 0.75);
}.text-darkblue-50\/80{
  color: rgb(50 126 184 / 0.8);
}.text-darkblue-50\/90{
  color: rgb(50 126 184 / 0.9);
}.text-darkblue-50\/95{
  color: rgb(50 126 184 / 0.95);
}.text-darkblue-500{
  --tw-text-opacity: 1;
  color: rgb(0 76 134 / var(--tw-text-opacity));
}.text-darkblue-500\/0{
  color: rgb(0 76 134 / 0);
}.text-darkblue-500\/10{
  color: rgb(0 76 134 / 0.1);
}.text-darkblue-500\/100{
  color: rgb(0 76 134 / 1);
}.text-darkblue-500\/20{
  color: rgb(0 76 134 / 0.2);
}.text-darkblue-500\/25{
  color: rgb(0 76 134 / 0.25);
}.text-darkblue-500\/30{
  color: rgb(0 76 134 / 0.3);
}.text-darkblue-500\/40{
  color: rgb(0 76 134 / 0.4);
}.text-darkblue-500\/5{
  color: rgb(0 76 134 / 0.05);
}.text-darkblue-500\/50{
  color: rgb(0 76 134 / 0.5);
}.text-darkblue-500\/60{
  color: rgb(0 76 134 / 0.6);
}.text-darkblue-500\/70{
  color: rgb(0 76 134 / 0.7);
}.text-darkblue-500\/75{
  color: rgb(0 76 134 / 0.75);
}.text-darkblue-500\/80{
  color: rgb(0 76 134 / 0.8);
}.text-darkblue-500\/90{
  color: rgb(0 76 134 / 0.9);
}.text-darkblue-500\/95{
  color: rgb(0 76 134 / 0.95);
}.text-darkblue-600{
  --tw-text-opacity: 1;
  color: rgb(0 66 124 / var(--tw-text-opacity));
}.text-darkblue-600\/0{
  color: rgb(0 66 124 / 0);
}.text-darkblue-600\/10{
  color: rgb(0 66 124 / 0.1);
}.text-darkblue-600\/100{
  color: rgb(0 66 124 / 1);
}.text-darkblue-600\/20{
  color: rgb(0 66 124 / 0.2);
}.text-darkblue-600\/25{
  color: rgb(0 66 124 / 0.25);
}.text-darkblue-600\/30{
  color: rgb(0 66 124 / 0.3);
}.text-darkblue-600\/40{
  color: rgb(0 66 124 / 0.4);
}.text-darkblue-600\/5{
  color: rgb(0 66 124 / 0.05);
}.text-darkblue-600\/50{
  color: rgb(0 66 124 / 0.5);
}.text-darkblue-600\/60{
  color: rgb(0 66 124 / 0.6);
}.text-darkblue-600\/70{
  color: rgb(0 66 124 / 0.7);
}.text-darkblue-600\/75{
  color: rgb(0 66 124 / 0.75);
}.text-darkblue-600\/80{
  color: rgb(0 66 124 / 0.8);
}.text-darkblue-600\/90{
  color: rgb(0 66 124 / 0.9);
}.text-darkblue-600\/95{
  color: rgb(0 66 124 / 0.95);
}.text-darkblue-700{
  --tw-text-opacity: 1;
  color: rgb(0 56 114 / var(--tw-text-opacity));
}.text-darkblue-700\/0{
  color: rgb(0 56 114 / 0);
}.text-darkblue-700\/10{
  color: rgb(0 56 114 / 0.1);
}.text-darkblue-700\/100{
  color: rgb(0 56 114 / 1);
}.text-darkblue-700\/20{
  color: rgb(0 56 114 / 0.2);
}.text-darkblue-700\/25{
  color: rgb(0 56 114 / 0.25);
}.text-darkblue-700\/30{
  color: rgb(0 56 114 / 0.3);
}.text-darkblue-700\/40{
  color: rgb(0 56 114 / 0.4);
}.text-darkblue-700\/5{
  color: rgb(0 56 114 / 0.05);
}.text-darkblue-700\/50{
  color: rgb(0 56 114 / 0.5);
}.text-darkblue-700\/60{
  color: rgb(0 56 114 / 0.6);
}.text-darkblue-700\/70{
  color: rgb(0 56 114 / 0.7);
}.text-darkblue-700\/75{
  color: rgb(0 56 114 / 0.75);
}.text-darkblue-700\/80{
  color: rgb(0 56 114 / 0.8);
}.text-darkblue-700\/90{
  color: rgb(0 56 114 / 0.9);
}.text-darkblue-700\/95{
  color: rgb(0 56 114 / 0.95);
}.text-darkblue-800{
  --tw-text-opacity: 1;
  color: rgb(0 46 104 / var(--tw-text-opacity));
}.text-darkblue-800\/0{
  color: rgb(0 46 104 / 0);
}.text-darkblue-800\/10{
  color: rgb(0 46 104 / 0.1);
}.text-darkblue-800\/100{
  color: rgb(0 46 104 / 1);
}.text-darkblue-800\/20{
  color: rgb(0 46 104 / 0.2);
}.text-darkblue-800\/25{
  color: rgb(0 46 104 / 0.25);
}.text-darkblue-800\/30{
  color: rgb(0 46 104 / 0.3);
}.text-darkblue-800\/40{
  color: rgb(0 46 104 / 0.4);
}.text-darkblue-800\/5{
  color: rgb(0 46 104 / 0.05);
}.text-darkblue-800\/50{
  color: rgb(0 46 104 / 0.5);
}.text-darkblue-800\/60{
  color: rgb(0 46 104 / 0.6);
}.text-darkblue-800\/70{
  color: rgb(0 46 104 / 0.7);
}.text-darkblue-800\/75{
  color: rgb(0 46 104 / 0.75);
}.text-darkblue-800\/80{
  color: rgb(0 46 104 / 0.8);
}.text-darkblue-800\/90{
  color: rgb(0 46 104 / 0.9);
}.text-darkblue-800\/95{
  color: rgb(0 46 104 / 0.95);
}.text-darkblue-900{
  --tw-text-opacity: 1;
  color: rgb(0 36 94 / var(--tw-text-opacity));
}.text-darkblue-900\/0{
  color: rgb(0 36 94 / 0);
}.text-darkblue-900\/10{
  color: rgb(0 36 94 / 0.1);
}.text-darkblue-900\/100{
  color: rgb(0 36 94 / 1);
}.text-darkblue-900\/20{
  color: rgb(0 36 94 / 0.2);
}.text-darkblue-900\/25{
  color: rgb(0 36 94 / 0.25);
}.text-darkblue-900\/30{
  color: rgb(0 36 94 / 0.3);
}.text-darkblue-900\/40{
  color: rgb(0 36 94 / 0.4);
}.text-darkblue-900\/5{
  color: rgb(0 36 94 / 0.05);
}.text-darkblue-900\/50{
  color: rgb(0 36 94 / 0.5);
}.text-darkblue-900\/60{
  color: rgb(0 36 94 / 0.6);
}.text-darkblue-900\/70{
  color: rgb(0 36 94 / 0.7);
}.text-darkblue-900\/75{
  color: rgb(0 36 94 / 0.75);
}.text-darkblue-900\/80{
  color: rgb(0 36 94 / 0.8);
}.text-darkblue-900\/90{
  color: rgb(0 36 94 / 0.9);
}.text-darkblue-900\/95{
  color: rgb(0 36 94 / 0.95);
}.text-darkblue\/0{
  color: rgb(0 76 134 / 0);
}.text-darkblue\/10{
  color: rgb(0 76 134 / 0.1);
}.text-darkblue\/100{
  color: rgb(0 76 134 / 1);
}.text-darkblue\/20{
  color: rgb(0 76 134 / 0.2);
}.text-darkblue\/25{
  color: rgb(0 76 134 / 0.25);
}.text-darkblue\/30{
  color: rgb(0 76 134 / 0.3);
}.text-darkblue\/40{
  color: rgb(0 76 134 / 0.4);
}.text-darkblue\/5{
  color: rgb(0 76 134 / 0.05);
}.text-darkblue\/50{
  color: rgb(0 76 134 / 0.5);
}.text-darkblue\/60{
  color: rgb(0 76 134 / 0.6);
}.text-darkblue\/70{
  color: rgb(0 76 134 / 0.7);
}.text-darkblue\/75{
  color: rgb(0 76 134 / 0.75);
}.text-darkblue\/80{
  color: rgb(0 76 134 / 0.8);
}.text-darkblue\/90{
  color: rgb(0 76 134 / 0.9);
}.text-darkblue\/95{
  color: rgb(0 76 134 / 0.95);
}.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}.text-primary{
  --tw-text-opacity: 1;
  color: rgb(13 13 13 / var(--tw-text-opacity));
}.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}.text-red-500\/0{
  color: rgb(239 68 68 / 0);
}.text-red-500\/10{
  color: rgb(239 68 68 / 0.1);
}.text-red-500\/100{
  color: rgb(239 68 68 / 1);
}.text-red-500\/20{
  color: rgb(239 68 68 / 0.2);
}.text-red-500\/25{
  color: rgb(239 68 68 / 0.25);
}.text-red-500\/30{
  color: rgb(239 68 68 / 0.3);
}.text-red-500\/40{
  color: rgb(239 68 68 / 0.4);
}.text-red-500\/5{
  color: rgb(239 68 68 / 0.05);
}.text-red-500\/50{
  color: rgb(239 68 68 / 0.5);
}.text-red-500\/60{
  color: rgb(239 68 68 / 0.6);
}.text-red-500\/70{
  color: rgb(239 68 68 / 0.7);
}.text-red-500\/75{
  color: rgb(239 68 68 / 0.75);
}.text-red-500\/80{
  color: rgb(239 68 68 / 0.8);
}.text-red-500\/90{
  color: rgb(239 68 68 / 0.9);
}.text-red-500\/95{
  color: rgb(239 68 68 / 0.95);
}.text-red-800{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(68 184 201 / var(--tw-text-opacity));
}.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-yellow-800{
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}.opacity-0{
  opacity: 0;
}.opacity-100{
  opacity: 1;
}.opacity-20{
  opacity: 0.2;
}.opacity-25{
  opacity: 0.25;
}.opacity-50{
  opacity: 0.5;
}.opacity-70{
  opacity: 0.7;
}.opacity-75{
  opacity: 0.75;
}.opacity-80{
  opacity: 0.8;
}.opacity-90{
  opacity: 0.9;
}.shadow-\[0_0_15px_0_rgba\(255\2c 255\2c 255\2c 1\)\]{
  --tw-shadow: 0 0 15px 0 rgba(255,255,255,1);
  --tw-shadow-colored: 0 0 15px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[0_0_20px_10px_rgba\(0\2c 0\2c 0\2c 0\.2\)\]{
  --tw-shadow: 0 0 20px 10px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0 0 20px 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);
}.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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;
}.outline-0{
  outline-width: 0px;
}.outline-\[5px\]{
  outline-width: 5px;
}.outline-\[\#ef4444\]{
  outline-color: #ef4444;
}.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);
}.drop-shadow-lg{
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
}.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-all{
  transition-property: all;
  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-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.duration-150{
  transition-duration: 150ms;
}.duration-300{
  transition-duration: 300ms;
}.duration-500{
  transition-duration: 500ms;
}.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.ease-linear{
  transition-timing-function: linear;
}.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}/**
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 12, 2022
 */@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;backface-visibility:hidden;overflow:hidden}.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;touch-action:none;-webkit-text-size-adjust:100%;text-size-adjust:100%;backface-visibility:hidden;outline:0}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}.glightbox-container .gslider{transition:transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:flex!important;justify-content:center;align-items:center;transform:translate3d(0,0,0)}.glightbox-container .gslide{width:100%;position:absolute;-webkit-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center;opacity:0}.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{position:relative;width:100%;display:flex;justify-content:center;flex-direction:column;max-width:100%;margin:auto;height:100vh}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}.gslide iframe,.gslide video{outline:0!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;touch-action:auto}.gslide:not(.current){pointer-events:none}.gslide-image{align-items:center}.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:0;border:none;-webkit-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;object-fit:cover;touch-action:none;margin:auto;min-width:200px}.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:grabbing!important;transition:none}.gslide-video{position:relative;max-width:100vh;width:100%!important}.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster{display:none}.gslide-video .gvideo-wrapper{width:100%;margin:auto}.gslide-video::before{content:'';position:absolute;width:100%;height:100%;background:rgba(255,0,0,.34);display:none}.gslide-video.playing::before{display:none}.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:75vh}.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%;margin:auto}.gslide-inline .ginlined-content{padding:20px;width:100%}.gslide-inline .dragging{cursor:grabbing!important;transition:none}.ginlined-content{overflow:auto;display:block!important;opacity:1}.gslide-external{display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}.gslide-media{display:flex;width:auto}.zoomed .gslide-media{box-shadow:none!important}.desc-bottom .gslide-media,.desc-top .gslide-media{margin:0 auto;flex-direction:column}.gslide-description{position:relative;flex:1 0 100%}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p:last-child{margin-bottom:0}.zoomed .gslide-description{display:none}.glightbox-button-hidden{display:none}.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;position:absolute;bottom:0;padding:19px 11px;max-width:100vw!important;order:2!important;max-height:78vh;overflow:auto!important;background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.75) 100%);transition:opacity .3s linear;padding-bottom:50px}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{transition:opacity .5s ease;opacity:.4}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{transition:opacity .5s ease;opacity:1}.greset{transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none!important}.glightbox-open{overflow:hidden}.gloader{height:25px;width:25px;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;background:#000;will-change:opacity}.glightbox-mobile .goverlay{background:#000}.gclose,.gnext,.gprev{z-index:99999;cursor:pointer;width:26px;height:44px;border:none;display:flex;justify-content:center;align-items:center;flex-direction:column}.gclose svg,.gnext svg,.gprev svg{display:block;width:25px;height:auto;margin:0;padding:0}.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}.gbtn.focused{outline:2px solid #0f3d81}iframe.wait-autoplay{opacity:0}.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0!important}.glightbox-clean .gslide-description{background:#fff}.glightbox-clean .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}.glightbox-clean .gslide-video{background:#000}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.75);border-radius:4px}.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path{fill:#fff}.glightbox-clean .gprev{position:absolute;top:-100%;left:30px;width:40px;height:50px}.glightbox-clean .gnext{position:absolute;top:-100%;right:30px;width:40px;height:50px}.glightbox-clean .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute}.glightbox-clean .gclose svg{width:18px;height:auto}.glightbox-clean .gclose:hover{opacity:1}.gfadeIn{animation:gfadeIn .5s ease}.gfadeOut{animation:gfadeOut .5s ease}.gslideOutLeft{animation:gslideOutLeft .3s ease}.gslideInLeft{animation:gslideInLeft .3s ease}.gslideOutRight{animation:gslideOutRight .3s ease}.gslideInRight{animation:gslideInRight .3s ease}.gzoomIn{animation:gzoomIn .5s ease}.gzoomOut{animation:gzoomOut .5s ease}@keyframes lightboxLoader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes gfadeIn{from{opacity:0}to{opacity:1}}@keyframes gfadeOut{from{opacity:1}to{opacity:0}}@keyframes gslideInLeft{from{opacity:0;transform:translate3d(-60%,0,0)}to{visibility:visible;transform:translate3d(0,0,0);opacity:1}}@keyframes gslideOutLeft{from{opacity:1;visibility:visible;transform:translate3d(0,0,0)}to{transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@keyframes gslideInRight{from{opacity:0;visibility:visible;transform:translate3d(60%,0,0)}to{transform:translate3d(0,0,0);opacity:1}}@keyframes gslideOutRight{from{opacity:1;visibility:visible;transform:translate3d(0,0,0)}to{transform:translate3d(60%,0,0);opacity:0}}@keyframes gzoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@media (min-width:769px){.glightbox-container .ginner-container{width:auto;height:auto;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{order:1}.glightbox-container .ginner-container.desc-left .gslide-description{order:0}.glightbox-container .ginner-container.desc-left .gslide-image{order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:rgba(0,0,0,.92)}.glightbox-clean .gslide-media{box-shadow:1px 2px 9px 0 rgba(0,0,0,.65)}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.32)}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover{background-color:rgba(0,0,0,.7)}.glightbox-clean .gprev{top:45%}.glightbox-clean .gnext{top:45%}}@media (min-width:992px){.glightbox-clean .gclose{opacity:.7;right:20px}}@media screen and (max-height:420px){.goverlay{background:#000}}@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(10px * -4));transform:translateY(calc(var(--plyr-control-spacing,10px) * -4))}.plyr__caption{background:rgba(0,0,0,.8);background:var(--plyr-captions-background,rgba(0,0,0,.8));border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:0 0;border:0;border-radius:3px;border-radius:var(--plyr-control-radius,3px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(10px * .7);padding:calc(var(--plyr-control-spacing,10px) * .7);position:relative;transition:all .3s ease}.plyr__control svg{fill:currentColor;display:block;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control.plyr__tab-focus{outline:3px dotted #00b3ff;outline:#00b3ff dotted 3px;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff))) dotted 3px;outline-offset:2px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(10px / 4);margin-left:calc(var(--plyr-control-spacing,10px)/ 4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(10px / 4);padding-left:calc(var(--plyr-control-spacing,10px)/ 4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(10px / 2);padding:0 calc(var(--plyr-control-spacing,10px)/ 2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:hsla(0,0%,100%,.9);background:var(--plyr-menu-background,hsla(0,0%,100%,.9));border-radius:4px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-menu-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid transparent;border:var(--plyr-menu-arrow-size,4px) solid transparent;border-top-color:hsla(0,0%,100%,.9);border-top-color:var(--plyr-menu-background,hsla(0,0%,100%,.9));content:'';height:0;position:absolute;right:14px;right:calc(18px / 2 + 10px * .7 - 4px / 2);right:calc(var(--plyr-control-icon-size,18px)/ 2 + var(--plyr-control-spacing,10px) * .7 - var(--plyr-menu-arrow-size,4px)/ 2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(10px * .7);padding:calc(var(--plyr-control-spacing,10px) * .7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(10px * .7/1.5) calc(10px * .7 * 1.5);padding:calc(var(--plyr-control-spacing,10px) * .7/1.5) calc(var(--plyr-control-spacing,10px) * .7 * 1.5);-webkit-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid transparent;border:var(--plyr-menu-item-arrow-size,4px) solid transparent;content:'';position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(10px * .7 * 4);padding-right:calc(var(--plyr-control-spacing,10px) * .7 * 4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(10px * .7 * 1.5 - 4px);right:calc(var(--plyr-control-spacing,10px) * .7 * 1.5 - var(--plyr-menu-item-arrow-size,4px))}.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(10px * .7);margin:calc(var(--plyr-control-spacing,10px) * .7);margin-bottom:3.5px;margin-bottom:calc(10px * .7/2);margin-bottom:calc(var(--plyr-control-spacing,10px) * .7/2);padding-left:28px;padding-left:calc(10px * .7 * 4);padding-left:calc(var(--plyr-control-spacing,10px) * .7 * 4);position:relative;width:calc(100% - 14px);width:calc(100% - 10px * .7 * 2);width:calc(100% - var(--plyr-control-spacing,10px) * .7 * 2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(10px * .7 * 1.5 - 4px);left:calc(var(--plyr-control-spacing,10px) * .7 * 1.5 - var(--plyr-menu-item-arrow-size,4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:'';height:1px;left:0;margin-top:3.5px;margin-top:calc(10px * .7/2);margin-top:calc(var(--plyr-control-spacing,10px) * .7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(10px * .7);padding-left:calc(var(--plyr-control-spacing,10px) * .7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:rgba(0,0,0,.1);content:'';display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b3ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:rgba(35,40,47,.1)}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:calc(-7px - -2);margin-right:calc(10px * .7 * -1 - -2);margin-right:calc(var(--plyr-control-spacing,10px) * .7 * -1 - -2);overflow:hidden;padding-left:24.5px;padding-left:calc(10px * .7 * 3.5);padding-left:calc(var(--plyr-control-spacing,10px) * .7 * 3.5);pointer-events:none}.plyr--full-ui input[type=range]{appearance:none;background:0 0;border:0;border-radius:26px;border-radius:calc(13px * 2);border-radius:calc(var(--plyr-range-thumb-height,13px) * 2);color:#00b3ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));display:block;height:19px;height:calc(3px * 2 + 13px);height:calc(var(--plyr-range-thumb-active-shadow-width,3px) * 2 + var(--plyr-range-thumb-height,13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:0 0;background-image:linear-gradient(90deg,currentColor 0,transparent 0);background-image:linear-gradient(to right,currentColor 0,transparent 0);background-image:linear-gradient(to right,currentColor var(--value,0),transparent var(--value,0));border:0;border-radius:2.5px;border-radius:calc(5px / 2);border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px 0 0 0 1px rgba(35,40,47,.15) rgba(35,40,47,.2);box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc(13px / 2 * -1 - 5px / 2 * -1);margin-top:calc(var(--plyr-range-thumb-height,13px)/ 2 * -1 - var(--plyr-range-track-height,5px)/ 2 * -1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:0 0;border:0;border-radius:2.5px;border-radius:calc(5px / 2);border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px 0 0 0 1px rgba(35,40,47,.15) rgba(35,40,47,.2);box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(5px / 2);border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:transparent}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:0 0;border:0;border-radius:2.5px;border-radius:calc(5px / 2);border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:0 0;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(5px / 2);border-radius:calc(var(--plyr-range-track-height,5px)/ 2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px 0 0 0 1px rgba(35,40,47,.15) rgba(35,40,47,.2);box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2));height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track{outline:3px dotted #00b3ff;outline:#00b3ff dotted 3px;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff))) dotted 3px;outline-offset:2px}.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track{outline:3px dotted #00b3ff;outline:#00b3ff dotted 3px;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff))) dotted 3px;outline-offset:2px}.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track{outline:3px dotted #00b3ff;outline:#00b3ff dotted 3px;outline:var(--plyr-tab-focus-color,var(--plyr-color-main,var(--plyr-color-main,#00b3ff))) dotted 3px;outline-offset:2px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:'⁄';margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}.plyr__tooltip{background:hsla(0,0%,100%,.9);background:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));border-radius:3px;border-radius:var(--plyr-tooltip-radius,3px);bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(10px / 2 * 2);margin-bottom:calc(var(--plyr-control-spacing,10px)/ 2 * 2);opacity:0;padding:5px 7.5px;padding:calc(10px / 2) calc(10px / 2 * 1.5);padding:calc(var(--plyr-control-spacing,10px)/ 2) calc(var(--plyr-control-spacing,10px)/ 2 * 1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid hsla(0,0%,100%,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));bottom:-4px;bottom:calc(4px * -1);bottom:calc(var(--plyr-tooltip-arrow-size,4px) * -1);content:'';height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before{left:16px;left:calc(18px / 2 + 10px * .7);left:calc(var(--plyr-control-icon-size,18px)/ 2 + var(--plyr-control-spacing,10px) * .7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(18px / 2 + 10px * .7);right:calc(var(--plyr-control-icon-size,18px)/ 2 + var(--plyr-control-spacing,10px) * .7);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(13px * .5);left:calc(var(--plyr-range-thumb-height,13px) * .5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-left:calc(13px * -.5);margin-left:calc(var(--plyr-range-thumb-height,13px) * -.5);margin-right:-6.5px;margin-right:calc(13px * -.5);margin-right:calc(var(--plyr-range-thumb-height,13px) * -.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height,13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px));left:0}.plyr__progress__buffer{-webkit-appearance:none;background:0 0;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc(5px / 2 * -1);margin-top:calc(var(--plyr-range-track-height,5px)/ 2 * -1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:0 0}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,rgba(35,40,47,.6) 25%,transparent 0,transparent 50%,rgba(35,40,47,.6) 0,rgba(35,40,47,.6) 75%,transparent 0,transparent);background-image:linear-gradient(-45deg,rgba(35,40,47,.6) 25%,transparent 25%,transparent 50%,rgba(35,40,47,.6) 50%,rgba(35,40,47,.6) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 25%,transparent 25%,transparent 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 50%,var(--plyr-progress-loading-background,rgba(35,40,47,.6)) 75%,transparent 75%,transparent);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:transparent}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr__volume{align-items:center;display:flex;max-width:110px;min-width:80px;position:relative;width:20%}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(10px / 2);margin-left:calc(var(--plyr-control-spacing,10px)/ 2);margin-right:5px;margin-right:calc(10px / 2);margin-right:calc(var(--plyr-control-spacing,10px)/ 2);position:relative;z-index:2}.plyr--is-ios .plyr__volume{min-width:0;width:auto}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control.plyr__tab-focus,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b3ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:rgba(193,200,209,.6);background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6)))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px 0 0 0 1px rgba(35,40,47,.15) rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px 0 0 0 1px rgba(35,40,47,.15) rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px 0 0 0 1px rgba(35,40,47,.15) rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px rgba(35,40,47,.1);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,rgba(35,40,47,.1))}.plyr--audio .plyr__progress__buffer{color:rgba(193,200,209,.6);color:var(--plyr-audio-progress-buffered-background,rgba(193,200,209,.6))}.plyr--video{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(transparent,rgba(0,0,0,.75));background:var(--plyr-video-controls-background,linear-gradient(transparent,rgba(0,0,0,.75)));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(10px / 2);padding:calc(var(--plyr-control-spacing,10px)/ 2);padding-top:20px;padding-top:calc(10px * 2);padding-top:calc(var(--plyr-control-spacing,10px) * 2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control.plyr__tab-focus,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b3ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b3ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(10px * 1.5);padding:calc(var(--plyr-control-spacing,10px) * 1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:hsla(0,0%,100%,.25);background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25)))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px 0 0 0 1px rgba(35,40,47,.15) rgba(35,40,47,.2),0 0 0 3px rgba(255,255,255,.5);box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px 0 0 0 1px rgba(35,40,47,.15) rgba(35,40,47,.2),0 0 0 3px rgba(255,255,255,.5);box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px 0 0 0 1px rgba(35,40,47,.15) rgba(35,40,47,.2),0 0 0 3px rgba(255,255,255,.5);box-shadow:0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2),0 0 0 3px hsla(0,0%,100%,.5);box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px rgba(35,40,47,.15),0 0 0 1px rgba(35,40,47,.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,hsla(0,0%,100%,.5))}.plyr--video .plyr__progress__buffer{color:hsla(0,0%,100%,.25);color:var(--plyr-video-progress-buffered-background,hsla(0,0%,100%,.25))}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;bottom:0;display:block;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:hsla(0,0%,100%,.9);background-color:var(--plyr-tooltip-background,hsla(0,0%,100%,.9));border-radius:3px;bottom:100%;box-shadow:0 1px 2px rgba(0,0,0,.15);box-shadow:var(--plyr-tooltip-shadow,0 1px 2px rgba(0,0,0,.15));margin-bottom:10px;margin-bottom:calc(10px / 2 * 2);margin-bottom:calc(var(--plyr-control-spacing,10px)/ 2 * 2);opacity:0;padding:3px;padding:var(--plyr-tooltip-radius,3px);pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid transparent;border-left:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-right:4px solid transparent;border-right:var(--plyr-tooltip-arrow-size,4px) solid transparent;border-top:4px solid hsla(0,0%,100%,.9);border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,hsla(0,0%,100%,.9));bottom:-4px;bottom:calc(4px * -1);bottom:calc(var(--plyr-tooltip-arrow-size,4px) * -1);content:'';height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:2px;border-radius:calc(3px - 1px);border-radius:calc(var(--plyr-tooltip-radius,3px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img{height:100%;left:0;max-height:none;max-width:none;position:absolute;top:0;width:100%}.plyr__preview-thumb__time-container{bottom:6px;left:0;position:absolute;right:0;white-space:nowrap;z-index:3}.plyr__preview-thumb__time-container span{background-color:rgba(0,0,0,.55);border-radius:2px;border-radius:calc(3px - 1px);border-radius:calc(var(--plyr-tooltip-radius,3px) - 1px);color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px));padding:3px 6px}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}@media (min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(10px * 2);padding:calc(var(--plyr-control-spacing,10px) * 2)}.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(10px * 3.5);padding-top:calc(var(--plyr-control-spacing,10px) * 3.5)}}@media (min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}@media (min-width:1024px){.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select{
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(239 242 249 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder,
.wpcf7-form select::placeholder{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus{
  --tw-border-opacity: 1;
  border-color: rgb(0 76 134 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.wpcf7-form input[type="checkbox"]{
  margin-top: 0.375rem;
  border-radius: 0px !important;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}.wpcf7-form input[type="checkbox"]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}.wpcf7-form input[type="checkbox"]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(0 76 134 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}.wpcf7-form input[type="checkbox"]:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(0 76 134 / var(--tw-bg-opacity));
  outline-style: solid;
  outline-color: #004c86;
    background-image: none;
}.wpcf7-form input.wpcf7-not-valid,
.wpcf7-form textarea.wpcf7-not-valid,
.wpcf7-form select.wpcf7-not-valid{
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}.wpcf7-form .wpcf7-acceptance input{
  display: inline-flex;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 0.25rem;
  padding: 0px;
}.wpcf7-form .wpcf7-acceptance .wpcf7-list-item{
  margin: 0px;
}.wpcf7-form .wpcf7-acceptance .wpcf7-list-item label{
  display: flex;
  cursor: pointer;
  align-items: flex-start;
}.wpcf7-form .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label{
  margin-left: 1rem;
}.wpcf7-form .wpcf7-spinner{
  margin-top: 1rem;
  display: inline-flex;
  height: 1.25rem;
  width: 1.25rem;
}@keyframes ping{75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}.wpcf7-form .wpcf7-spinner{
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  border-radius: 9999px;
  opacity: 0.75;
}.wpcf7-form .wpcf7-spinner::before{
  display: none;
}.wpcf7-form .wpcf7-submit {
    /*@apply py-3.5 px-4 cursor-pointer w-full mt-10 lg:mt-12 text-white bg-signal-red border-0 relative;*/
}.wpcf7-form .wpcf7{
  width: 100%;
}.wpcf7-form .wpcf7-form{
  width: 100%;
}.wpcf7-form .wpcf7-form.sent .wpcf7-form-control-wrap{
  display: none;
}.wpcf7-form .wpcf7-form-control-wrap{
  margin-bottom: 0px;
  display: block;
  width: 100%;
}.wpcf7-form .wpcf7-not-valid{
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}.wpcf7-form .wpcf7-not-valid-tip{
  margin-top: 0.25rem;
  display: block;
  display: none;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}.wpcf7-form .wpcf7-response-output{
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  margin-top: 0px;
  border-width: 1px !important;
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity));
  background-color: rgb(253 224 71 / var(--tw-bg-opacity)) !important;
  --tw-bg-opacity: 0.1;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors{
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
  background-color: rgb(252 165 165 / var(--tw-bg-opacity)) !important;
  --tw-bg-opacity: 0.1;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}input.wpcf7-submit,
button.wpcf7-submit{
  position: relative;
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  align-items: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 76 134 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 76 134 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}input.wpcf7-submit:hover,
button.wpcf7-submit:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 76 134 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 76 134 / var(--tw-text-opacity));
}input.wpcf7-submit,
button.wpcf7-submit{
  font-size: 1.125rem;
  line-height: calc(1.3rem + 0.6vw);
}@media (min-width: 1200px){input.wpcf7-submit,
button.wpcf7-submit{
    line-height: 1.75rem;
  }
}input.wpcf7-submit::after,
button.wpcf7-submit::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 12.0003H3' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.5715 18.4286L21.0001 12' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.5715 5.57129L21.0001 11.9999' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    height: 1.5rem;
    width: 1.5rem;
    display: inline-block;
    position: relative;
    margin-left: 12px;
}input.wpcf7-submit:hover::after,
button.wpcf7-submit:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 12.0003H3' stroke='%23004c86' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.5715 18.4286L21.0001 12' stroke='%23004c86' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.5715 5.57129L21.0001 11.9999' stroke='%23004c86' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}.wpcf7-spinner{
  display: none;
}.wysiwyg a{
  text-decoration-line: underline;
}.wysiwyg ul{
  margin-bottom: 1.25rem !important;
  list-style-type: disc;
}.wysiwyg ul > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}.wysiwyg ul{
  padding-left: 1rem;
}.wysiwyg ol{
  margin-bottom: 1.25rem !important;
  list-style-type: decimal;
}.wysiwyg ol > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}.wysiwyg ol{
  padding-left: 1rem;
}.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6{
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}.wysiwyg h1{
  font-family: din_procondensed, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: calc(1.725rem + 5.7vw);
  line-height: 1;
}@media (min-width: 1200px){.wysiwyg h1{
    font-size: 6rem;
  }
}.wysiwyg h2{
  font-family: din_procondensed, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: calc(1.575rem + 3.9vw);
  line-height: 1;
}@media (min-width: 1200px){.wysiwyg h2{
    font-size: 4.5rem;
  }
}.wysiwyg h3{
  font-family: din_procondensed, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: calc(1.5rem + 3vw);
  line-height: 1;
}@media (min-width: 1200px){.wysiwyg h3{
    font-size: 3.75rem;
  }
}.wysiwyg h4{
  font-family: din_procondensed, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: calc(1.425rem + 2.1vw);
  line-height: 1;
}@media (min-width: 1200px){.wysiwyg h4{
    font-size: 3rem;
  }
}.wysiwyg h5{
  font-family: din_procondensed, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: calc(1.35rem + 1.2vw);
  line-height: calc(1.375rem + 1.5vw);
}@media (min-width: 1200px){.wysiwyg h5{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}.wysiwyg h6{
  font-family: din_procondensed, sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: calc(1.3125rem + 0.75vw);
  line-height: calc(1.35rem + 1.2vw);
}@media (min-width: 1200px){.wysiwyg h6{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}.pagination .page-numbers{
  display: inline-flex;
  height: 4rem;
  width: 4rem;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 76 134 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 76 134 / var(--tw-text-opacity));
  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;
}.pagination .page-numbers:hover{
  background-color: rgb(0 76 134 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
}.pagination .page-numbers.current{
  --tw-bg-opacity: 1;
  background-color: rgb(0 76 134 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}section.worldwide .flag svg {
    width: 40px;
    height: 30px;
}[x-cloak] {
    display: none !important;
}@font-face {
    font-family: "din_procondensed";
    src: url(../fonts/dinpro-condblack-webfont.woff?8a5c2cdc9dbc0e966e7165f136b5dc2b) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}@font-face {
    font-family: "din_procondensed";
    src: url(../fonts/dinpro-condblackita-webfont.woff?857973f5c2d7be1734afc9dd014b30d9) format("woff");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}@font-face {
    font-family: "din_procondensed";
    src: url(../fonts/dinpro-condmedium-webfont.woff?f4292c888a9ce8b669b9a00e31df8606) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}@font-face {
    font-family: "din_bold";
    src: url(../fonts/din_bold-webfont.woff?f543757869b940f2460395ecc395d91d) format("woff");
    font-weight: bold;
    font-style: normal;
}@font-face {
    font-family: "Inter";
    src: url(../fonts/Inter-SemiBold.woff?6d7d360a0832f5c43a22bd3c3dc84211) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}@font-face {
    font-family: "Inter";
    src: url(../fonts/Inter-Light.woff?ec5268cf58f8972b50ddd41c4259c967) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}.gradient{
  position: relative;
}.gradient > *{
  position: relative;
  z-index: 10;
}.gradient::after {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    filter: blur(125px);
    background: radial-gradient(50% 50% at -10% 100%, #004c86 0%, rgba(0, 76, 134, 0) 100%), radial-gradient(50% 50% at 100% 0%, #004c86 0%, rgba(0, 76, 134, 0) 100%);
    top: 0;
    left: 0;
}.gradient > *{
  position: relative;
  z-index: 10;
}.slant {
    clip-path: polygon(0% 25px, 100% 0, 100% calc(100% - 25px), 0% 100%);
    margin-bottom: -25px;
    margin-top: -25px;
    /*transform: translateZ(0);*/
}.slant-b {
    clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 25px), 0% 100%);
    margin-bottom: -25px;
    /*transform: translateZ(0);*/
}.slant-t {
    clip-path: polygon(0% 25px, 100% 0, 100% 100%, 0% 100%);
    margin-top: -25px;
    /*transform: translateZ(0);*/
}@media (min-width: 768px) {
    .slant {
        clip-path: polygon(0% 50px, 100% 0, 100% calc(100% - 50px), 0% 100%);
        margin-bottom: -50px;
        margin-top: -51px;
        /*transform: translateZ(0);*/
    }

    .slant-b {
        clip-path: polygon(0% 0%, 100% 0, 100% calc(100% - 50px), 0% 100%);
        margin-bottom: -25px;
        /*transform: translateZ(0);*/
    }

    .slant-t {
        clip-path: polygon(0% 50px, 100% 0, 100% 100%, 0% 100%);
        margin-top: -25px;
        /*transform: translateZ(0);*/
    }
}.corner-cut {
    clip-path: polygon(0px 0px, 0px 100%, 100% 100%, 100% 100px, calc(100% - 125px) 0%);
}@media (min-width: 1024px) {
    .corner-cut {
        clip-path: polygon(0px 0px, 0px 100%, 100% 100%, 100% 200px, calc(100% - 250px) 0%);
    }
}.corner-cut-small {
    clip-path: polygon(0px 0px, 0px 100%, 100% 100%, 100% 50px, calc(100% - 80px) 0%);
}@media (min-width: 1024px) {
    .corner-cut-small {
        clip-path: polygon(0px 0px, 0px 100%, 100% 100%, 100% 80px, calc(100% - 110px) 0%);
    }
}.border-t-1 {
    border-top-width: 1px;
}.border-b-1 {
    border-bottom-width: 1px;
}/* Swiper */.swiper-pagination {
    position: relative !important;
}/* Lightbox *//*.slbOverlay, .slbWrapOuter, .slbWrap {*//*    position: fixed;*//*    top: 0;*//*    right: 0;*//*    bottom: 0;*//*    left: 0;*//*}*//*.slbOverlay {*//*    overflow: hidden;*//*    z-index: 2000;*//*    background-color: #000000;*//*    opacity: 0.7;*//*    -webkit-animation: slbOverlay 0.5s;*//*    -moz-animation: slbOverlay 0.5s;*//*    animation: slbOverlay 0.5s;*//*}*//*.slbWrapOuter {*//*    overflow-x: hidden;*//*    overflow-y: auto;*//*    z-index: 2010;*//*}*//*.slbWrap {*//*    position: absolute;*//*    text-align: center;*//*}*//*.slbWrap:before {*//*    content: "";*//*    display: inline-block;*//*    height: 100%;*//*    vertical-align: middle;*//*}*//*.slbContentOuter {*//*    position: relative;*//*    display: inline-block;*//*    vertical-align: middle;*//*    margin: 0px auto;*//*    padding: 0 1em;*//*    box-sizing: border-box;*//*    z-index: 2020;*//*    text-align: left;*//*    max-width: 100%;*//*}*//*.slbContentEl .slbContentOuter {*//*    padding: 5em 1em;*//*}*//*.slbContent {*//*    position: relative;*//*}*//*.slbContentEl .slbContent {*//*    -webkit-animation: slbEnter 0.3s;*//*    -moz-animation: slbEnter 0.3s;*//*    animation: slbEnter 0.3s;*//*    background-color: #ffffff;*//*    box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.4);*//*}*//*.slbImageWrap {*//*    -webkit-animation: slbEnter 0.3s;*//*    -moz-animation: slbEnter 0.3s;*//*    animation: slbEnter 0.3s;*//*    position: relative;*//*}*//*.slbImageWrap:after {*//*    content: "";*//*    position: absolute;*//*    left: 0;*//*    right: 0;*//*    top: 5em;*//*    bottom: 5em;*//*    display: block;*//*    z-index: -1;*//*    box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);*//*    background-color: #ffffff;*//*}*//*.slbDirectionNext .slbImageWrap {*//*    -webkit-animation: slbEnterNext 0.4s;*//*    -moz-animation: slbEnterNext 0.4s;*//*    animation: slbEnterNext 0.4s;*//*}*//*.slbDirectionPrev .slbImageWrap {*//*    -webkit-animation: slbEnterPrev 0.4s;*//*    -moz-animation: slbEnterPrev 0.4s;*//*    animation: slbEnterPrev 0.4s;*//*}*//*.slbImage {*//*    width: auto;*//*    max-width: 100%;*//*    height: auto;*//*    display: block;*//*    line-height: 0;*//*    box-sizing: border-box;*//*    padding: 5em 0;*//*    margin: 0 auto;*//*}*//*.slbCaption {*//*    display: inline-block;*//*    max-width: 100%;*//*    overflow: hidden;*//*    text-overflow: ellipsis;*//*    white-space: nowrap;*//*    word-wrap: normal;*//*    font-size: 1.4em;*//*    position: absolute;*//*    left: 0;*//*    right: 0;*//*    bottom: 0;*//*    padding: 0.71429em 0;*//*    color: #ffffff;*//*    color: rgba(255, 255, 255, 0.7);*//*    text-align: center;*//*}*//*.slbCloseBtn, .slbArrow {*//*    margin: 0;*//*    padding: 0;*//*    border: 0;*//*    cursor: pointer;*//*    background: none;*//*}*//*.slbCloseBtn::-moz-focus-inner, .slbArrow::-moz-focus-inner {*//*    padding: 0;*//*    border: 0;*//*}*//*.slbCloseBtn:hover, .slbArrow:hover {*//*    opacity: 0.5;*//*}*//*.slbCloseBtn:active, .slbArrow:active {*//*    opacity: 0.8;*//*}*//*.slbCloseBtn {*//*    -webkit-animation: slbEnter 0.3s;*//*    -moz-animation: slbEnter 0.3s;*//*    animation: slbEnter 0.3s;*//*    font-size: 3em;*//*    width: 1.66667em;*//*    height: 1.66667em;*//*    line-height: 1.66667em;*//*    position: absolute;*//*    right: -0.33333em;*//*    top: 0;*//*    color: #ffffff;*//*    color: rgba(255, 255, 255, 0.7);*//*    text-align: center;*//*}*//*.slbLoading .slbCloseBtn {*//*    display: none;*//*}*//*.slbLoadingText {*//*    font-size: 1.4em;*//*    color: #ffffff;*//*    color: rgba(255, 255, 255, 0.9);*//*}*//*.slbArrows {*//*    position: fixed;*//*    top: 50%;*//*    left: 0;*//*    right: 0;*//*}*//*.slbLoading .slbArrows {*//*    display: none;*//*}*//*.slbArrow {*//*    position: absolute;*//*    top: 50%;*//*    margin-top: -5em;*//*    width: 5em;*//*    height: 10em;*//*    opacity: 0.7;*//*    text-indent: -999em;*//*    overflow: hidden;*//*}*//*.slbArrow:before {*//*    content: "";*//*    position: absolute;*//*    top: 50%;*//*    left: 50%;*//*    margin: -0.8em 0 0 -0.8em;*//*    border: 0.8em solid transparent;*//*}*//*.slbArrow.next {*//*    right: 0;*//*}*//*.slbArrow.next:before {*//*    border-left-color: #ffffff;*//*}*//*.slbArrow.prev {*//*    left: 0;*//*}*//*.slbArrow.prev:before {*//*    border-right-color: #ffffff;*//*}*//*.slbIframeCont {*//*    width: 80em;*//*    height: 0;*//*    overflow: hidden;*//*    padding-top: 56.25%;*//*    margin: 5em 0;*//*}*//*.slbIframe {*//*    position: absolute;*//*    top: 0;*//*    left: 0;*//*    width: 100%;*//*    height: 100%;*//*    box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);*//*    background: #000000;*//*}*//*@-webkit-keyframes slbOverlay {*//*    from {*//*        opacity: 0;*//*    }*//*    to {*//*        opacity: 0.7;*//*    }*//*}*//*@-moz-keyframes slbOverlay {*//*    from {*//*        opacity: 0;*//*    }*//*    to {*//*        opacity: 0.7;*//*    }*//*}*//*@keyframes slbOverlay {*//*    from {*//*        opacity: 0;*//*    }*//*    to {*//*        opacity: 0.7;*//*    }*//*}*//*@-webkit-keyframes slbEnter {*//*    from {*//*        opacity: 0;*//*        -webkit-transform: translate3d(0, -1em, 0);*//*    }*//*    to {*//*        opacity: 1;*//*        -webkit-transform: translate3d(0, 0, 0);*//*    }*//*}*//*@-moz-keyframes slbEnter {*//*    from {*//*        opacity: 0;*//*        -moz-transform: translate3d(0, -1em, 0);*//*    }*//*    to {*//*        opacity: 1;*//*        -moz-transform: translate3d(0, 0, 0);*//*    }*//*}*//*@keyframes slbEnter {*//*    from {*//*        opacity: 0;*//*        -webkit-transform: translate3d(0, -1em, 0);*//*        -moz-transform: translate3d(0, -1em, 0);*//*        -ms-transform: translate3d(0, -1em, 0);*//*        -o-transform: translate3d(0, -1em, 0);*//*        transform: translate3d(0, -1em, 0);*//*    }*//*    to {*//*        opacity: 1;*//*        -webkit-transform: translate3d(0, 0, 0);*//*        -moz-transform: translate3d(0, 0, 0);*//*        -ms-transform: translate3d(0, 0, 0);*//*        -o-transform: translate3d(0, 0, 0);*//*        transform: translate3d(0, 0, 0);*//*    }*//*}*//*@-webkit-keyframes slbEnterNext {*//*    from {*//*        opacity: 0;*//*        -webkit-transform: translate3d(4em, 0, 0);*//*    }*//*    to {*//*        opacity: 1;*//*        -webkit-transform: translate3d(0, 0, 0);*//*    }*//*}*//*@-moz-keyframes slbEnterNext {*//*    from {*//*        opacity: 0;*//*        -moz-transform: translate3d(4em, 0, 0);*//*    }*//*    to {*//*        opacity: 1;*//*        -moz-transform: translate3d(0, 0, 0);*//*    }*//*}*//*@keyframes slbEnterNext {*//*    from {*//*        opacity: 0;*//*        -webkit-transform: translate3d(4em, 0, 0);*//*        -moz-transform: translate3d(4em, 0, 0);*//*        -ms-transform: translate3d(4em, 0, 0);*//*        -o-transform: translate3d(4em, 0, 0);*//*        transform: translate3d(4em, 0, 0);*//*    }*//*    to {*//*        opacity: 1;*//*        -webkit-transform: translate3d(0, 0, 0);*//*        -moz-transform: translate3d(0, 0, 0);*//*        -ms-transform: translate3d(0, 0, 0);*//*        -o-transform: translate3d(0, 0, 0);*//*        transform: translate3d(0, 0, 0);*//*    }*//*}*//*@-webkit-keyframes slbEnterPrev {*//*    from {*//*        opacity: 0;*//*        -webkit-transform: translate3d(-4em, 0, 0);*//*    }*//*    to {*//*        opacity: 1;*//*        -webkit-transform: translate3d(0, 0, 0);*//*    }*//*}*//*@-moz-keyframes slbEnterPrev {*//*    from {*//*        opacity: 0;*//*        -moz-transform: translate3d(-4em, 0, 0);*//*    }*//*    to {*//*        opacity: 1;*//*        -moz-transform: translate3d(0, 0, 0);*//*    }*//*}*//*@keyframes slbEnterPrev {*//*    from {*//*        opacity: 0;*//*        -webkit-transform: translate3d(-4em, 0, 0);*//*        -moz-transform: translate3d(-4em, 0, 0);*//*        -ms-transform: translate3d(-4em, 0, 0);*//*        -o-transform: translate3d(-4em, 0, 0);*//*        transform: translate3d(-4em, 0, 0);*//*    }*//*    to {*//*        opacity: 1;*//*        -webkit-transform: translate3d(0, 0, 0);*//*        -moz-transform: translate3d(0, 0, 0);*//*        -ms-transform: translate3d(0, 0, 0);*//*        -o-transform: translate3d(0, 0, 0);*//*        transform: translate3d(0, 0, 0);*//*    }*//*}*/:root {
    --plyr-color-main: #004C86;
}header ul.nav .current_page_item a{
  --tw-text-opacity: 1;
  color: rgb(68 184 201 / var(--tw-text-opacity));
}/* copied from wpcode code snippets */.category-image {
    opacity: 0;
    transform: translateX(-200px);

}.category-image.visible {
    opacity: 1;
    transform: none;
}.category-container {
    opacity: 0;
    transform: scale(0.9);
    transition: all 1s ease-in-out;

}.category-container.visible {
    opacity: 1;
    transform: none;
}.category-container:hover {
    cursor: pointer;
}[class*="category-gif"] {
    opacity: 0;
    z-index: 90;
}[class*="category-image"] {
    z-index: 99;
}img.category-gif-1 {
    opacity: 0;
}.category-container:hover > *[class*="category-image"] {
    opacity: 0;
    z-index: 90;
}.category-container:hover > *[class*="category-gif"] {
    opacity: 1;
    z-index: 99;
}.no-cookie-accepted {
    height: 200px !important;
    padding: 200px !important;
    color: #ffffff !important;
    background-color: rgb(0 76 134) !important;
    font-size: 1.2em;
}.no-cookie-accepted h2 {
    font-size: 2em;
    margin-bottom: 0.2em;
}@media (min-width: 768px){.md\:aspect-h-9{
    --tw-aspect-h: 9;
  }
}@media (min-width: 1024px){.lg\:aspect-h-10{
    --tw-aspect-h: 10;
  }
}@media (min-width: 1280px){.xl\:aspect-none{
    position: static;
    padding-bottom: 0;
  }.xl\:aspect-none > *{
    position: static;
    height: auto;
    width: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}.before\:relative::before{
  content: var(--tw-content);
  position: relative;
}.before\:-left-3::before{
  content: var(--tw-content);
  left: -0.75rem;
}.before\:ml-\[-50\%\]::before{
  content: var(--tw-content);
  margin-left: -50%;
}.before\:inline-block::before{
  content: var(--tw-content);
  display: inline-block;
}.before\:h-px::before{
  content: var(--tw-content);
  height: 1px;
}.before\:w-1\/2::before{
  content: var(--tw-content);
  width: 50%;
}.before\:bg-darkblue::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 76 134 / var(--tw-bg-opacity));
}.before\:align-middle::before{
  content: var(--tw-content);
  vertical-align: middle;
}.before\:opacity-10::before{
  content: var(--tw-content);
  opacity: 0.1;
}.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}.after\:relative::after{
  content: var(--tw-content);
  position: relative;
}.after\:inset-0::after{
  content: var(--tw-content);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}.after\:-right-3::after{
  content: var(--tw-content);
  right: -0.75rem;
}.after\:mr-\[-50\%\]::after{
  content: var(--tw-content);
  margin-right: -50%;
}.after\:inline-block::after{
  content: var(--tw-content);
  display: inline-block;
}.after\:h-px::after{
  content: var(--tw-content);
  height: 1px;
}.after\:w-1\/2::after{
  content: var(--tw-content);
  width: 50%;
}.after\:bg-darkblue::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 76 134 / var(--tw-bg-opacity));
}.after\:align-middle::after{
  content: var(--tw-content);
  vertical-align: middle;
}.after\:opacity-10::after{
  content: var(--tw-content);
  opacity: 0.1;
}.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}.focus-within\:shadow-\[0_0_15px_5px_rgba\(255\2c 255\2c 255\2c 1\)\]:focus-within{
  --tw-shadow: 0 0 15px 5px rgba(255,255,255,1);
  --tw-shadow-colored: 0 0 15px 5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}.hover\:\!border-white:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}.hover\:border-black:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}.hover\:border-darkblue:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 76 134 / var(--tw-border-opacity));
}.hover\:border-white:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}.hover\:bg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}.hover\:bg-darkblue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 76 134 / var(--tw-bg-opacity));
}.hover\:bg-lightgrey:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 242 249 / var(--tw-bg-opacity));
}.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(13 13 13 / var(--tw-bg-opacity));
}.hover\:bg-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(68 184 201 / var(--tw-bg-opacity));
}.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.hover\:bg-opacity-10:hover{
  --tw-bg-opacity: 0.1;
}.hover\:bg-opacity-20:hover{
  --tw-bg-opacity: 0.2;
}.hover\:\!text-white:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}.hover\:text-darkblue:hover{
  --tw-text-opacity: 1;
  color: rgb(0 76 134 / var(--tw-text-opacity));
}.hover\:text-darkblue-100:hover{
  --tw-text-opacity: 1;
  color: rgb(40 116 174 / var(--tw-text-opacity));
}.hover\:text-darkblue-100\/0:hover{
  color: rgb(40 116 174 / 0);
}.hover\:text-darkblue-100\/10:hover{
  color: rgb(40 116 174 / 0.1);
}.hover\:text-darkblue-100\/100:hover{
  color: rgb(40 116 174 / 1);
}.hover\:text-darkblue-100\/20:hover{
  color: rgb(40 116 174 / 0.2);
}.hover\:text-darkblue-100\/25:hover{
  color: rgb(40 116 174 / 0.25);
}.hover\:text-darkblue-100\/30:hover{
  color: rgb(40 116 174 / 0.3);
}.hover\:text-darkblue-100\/40:hover{
  color: rgb(40 116 174 / 0.4);
}.hover\:text-darkblue-100\/5:hover{
  color: rgb(40 116 174 / 0.05);
}.hover\:text-darkblue-100\/50:hover{
  color: rgb(40 116 174 / 0.5);
}.hover\:text-darkblue-100\/60:hover{
  color: rgb(40 116 174 / 0.6);
}.hover\:text-darkblue-100\/70:hover{
  color: rgb(40 116 174 / 0.7);
}.hover\:text-darkblue-100\/75:hover{
  color: rgb(40 116 174 / 0.75);
}.hover\:text-darkblue-100\/80:hover{
  color: rgb(40 116 174 / 0.8);
}.hover\:text-darkblue-100\/90:hover{
  color: rgb(40 116 174 / 0.9);
}.hover\:text-darkblue-100\/95:hover{
  color: rgb(40 116 174 / 0.95);
}.hover\:text-darkblue-200:hover{
  --tw-text-opacity: 1;
  color: rgb(30 106 164 / var(--tw-text-opacity));
}.hover\:text-darkblue-200\/0:hover{
  color: rgb(30 106 164 / 0);
}.hover\:text-darkblue-200\/10:hover{
  color: rgb(30 106 164 / 0.1);
}.hover\:text-darkblue-200\/100:hover{
  color: rgb(30 106 164 / 1);
}.hover\:text-darkblue-200\/20:hover{
  color: rgb(30 106 164 / 0.2);
}.hover\:text-darkblue-200\/25:hover{
  color: rgb(30 106 164 / 0.25);
}.hover\:text-darkblue-200\/30:hover{
  color: rgb(30 106 164 / 0.3);
}.hover\:text-darkblue-200\/40:hover{
  color: rgb(30 106 164 / 0.4);
}.hover\:text-darkblue-200\/5:hover{
  color: rgb(30 106 164 / 0.05);
}.hover\:text-darkblue-200\/50:hover{
  color: rgb(30 106 164 / 0.5);
}.hover\:text-darkblue-200\/60:hover{
  color: rgb(30 106 164 / 0.6);
}.hover\:text-darkblue-200\/70:hover{
  color: rgb(30 106 164 / 0.7);
}.hover\:text-darkblue-200\/75:hover{
  color: rgb(30 106 164 / 0.75);
}.hover\:text-darkblue-200\/80:hover{
  color: rgb(30 106 164 / 0.8);
}.hover\:text-darkblue-200\/90:hover{
  color: rgb(30 106 164 / 0.9);
}.hover\:text-darkblue-200\/95:hover{
  color: rgb(30 106 164 / 0.95);
}.hover\:text-darkblue-300:hover{
  --tw-text-opacity: 1;
  color: rgb(20 96 154 / var(--tw-text-opacity));
}.hover\:text-darkblue-300\/0:hover{
  color: rgb(20 96 154 / 0);
}.hover\:text-darkblue-300\/10:hover{
  color: rgb(20 96 154 / 0.1);
}.hover\:text-darkblue-300\/100:hover{
  color: rgb(20 96 154 / 1);
}.hover\:text-darkblue-300\/20:hover{
  color: rgb(20 96 154 / 0.2);
}.hover\:text-darkblue-300\/25:hover{
  color: rgb(20 96 154 / 0.25);
}.hover\:text-darkblue-300\/30:hover{
  color: rgb(20 96 154 / 0.3);
}.hover\:text-darkblue-300\/40:hover{
  color: rgb(20 96 154 / 0.4);
}.hover\:text-darkblue-300\/5:hover{
  color: rgb(20 96 154 / 0.05);
}.hover\:text-darkblue-300\/50:hover{
  color: rgb(20 96 154 / 0.5);
}.hover\:text-darkblue-300\/60:hover{
  color: rgb(20 96 154 / 0.6);
}.hover\:text-darkblue-300\/70:hover{
  color: rgb(20 96 154 / 0.7);
}.hover\:text-darkblue-300\/75:hover{
  color: rgb(20 96 154 / 0.75);
}.hover\:text-darkblue-300\/80:hover{
  color: rgb(20 96 154 / 0.8);
}.hover\:text-darkblue-300\/90:hover{
  color: rgb(20 96 154 / 0.9);
}.hover\:text-darkblue-300\/95:hover{
  color: rgb(20 96 154 / 0.95);
}.hover\:text-darkblue-400:hover{
  --tw-text-opacity: 1;
  color: rgb(10 86 144 / var(--tw-text-opacity));
}.hover\:text-darkblue-400\/0:hover{
  color: rgb(10 86 144 / 0);
}.hover\:text-darkblue-400\/10:hover{
  color: rgb(10 86 144 / 0.1);
}.hover\:text-darkblue-400\/100:hover{
  color: rgb(10 86 144 / 1);
}.hover\:text-darkblue-400\/20:hover{
  color: rgb(10 86 144 / 0.2);
}.hover\:text-darkblue-400\/25:hover{
  color: rgb(10 86 144 / 0.25);
}.hover\:text-darkblue-400\/30:hover{
  color: rgb(10 86 144 / 0.3);
}.hover\:text-darkblue-400\/40:hover{
  color: rgb(10 86 144 / 0.4);
}.hover\:text-darkblue-400\/5:hover{
  color: rgb(10 86 144 / 0.05);
}.hover\:text-darkblue-400\/50:hover{
  color: rgb(10 86 144 / 0.5);
}.hover\:text-darkblue-400\/60:hover{
  color: rgb(10 86 144 / 0.6);
}.hover\:text-darkblue-400\/70:hover{
  color: rgb(10 86 144 / 0.7);
}.hover\:text-darkblue-400\/75:hover{
  color: rgb(10 86 144 / 0.75);
}.hover\:text-darkblue-400\/80:hover{
  color: rgb(10 86 144 / 0.8);
}.hover\:text-darkblue-400\/90:hover{
  color: rgb(10 86 144 / 0.9);
}.hover\:text-darkblue-400\/95:hover{
  color: rgb(10 86 144 / 0.95);
}.hover\:text-darkblue-50:hover{
  --tw-text-opacity: 1;
  color: rgb(50 126 184 / var(--tw-text-opacity));
}.hover\:text-darkblue-50\/0:hover{
  color: rgb(50 126 184 / 0);
}.hover\:text-darkblue-50\/10:hover{
  color: rgb(50 126 184 / 0.1);
}.hover\:text-darkblue-50\/100:hover{
  color: rgb(50 126 184 / 1);
}.hover\:text-darkblue-50\/20:hover{
  color: rgb(50 126 184 / 0.2);
}.hover\:text-darkblue-50\/25:hover{
  color: rgb(50 126 184 / 0.25);
}.hover\:text-darkblue-50\/30:hover{
  color: rgb(50 126 184 / 0.3);
}.hover\:text-darkblue-50\/40:hover{
  color: rgb(50 126 184 / 0.4);
}.hover\:text-darkblue-50\/5:hover{
  color: rgb(50 126 184 / 0.05);
}.hover\:text-darkblue-50\/50:hover{
  color: rgb(50 126 184 / 0.5);
}.hover\:text-darkblue-50\/60:hover{
  color: rgb(50 126 184 / 0.6);
}.hover\:text-darkblue-50\/70:hover{
  color: rgb(50 126 184 / 0.7);
}.hover\:text-darkblue-50\/75:hover{
  color: rgb(50 126 184 / 0.75);
}.hover\:text-darkblue-50\/80:hover{
  color: rgb(50 126 184 / 0.8);
}.hover\:text-darkblue-50\/90:hover{
  color: rgb(50 126 184 / 0.9);
}.hover\:text-darkblue-50\/95:hover{
  color: rgb(50 126 184 / 0.95);
}.hover\:text-darkblue-500:hover{
  --tw-text-opacity: 1;
  color: rgb(0 76 134 / var(--tw-text-opacity));
}.hover\:text-darkblue-500\/0:hover{
  color: rgb(0 76 134 / 0);
}.hover\:text-darkblue-500\/10:hover{
  color: rgb(0 76 134 / 0.1);
}.hover\:text-darkblue-500\/100:hover{
  color: rgb(0 76 134 / 1);
}.hover\:text-darkblue-500\/20:hover{
  color: rgb(0 76 134 / 0.2);
}.hover\:text-darkblue-500\/25:hover{
  color: rgb(0 76 134 / 0.25);
}.hover\:text-darkblue-500\/30:hover{
  color: rgb(0 76 134 / 0.3);
}.hover\:text-darkblue-500\/40:hover{
  color: rgb(0 76 134 / 0.4);
}.hover\:text-darkblue-500\/5:hover{
  color: rgb(0 76 134 / 0.05);
}.hover\:text-darkblue-500\/50:hover{
  color: rgb(0 76 134 / 0.5);
}.hover\:text-darkblue-500\/60:hover{
  color: rgb(0 76 134 / 0.6);
}.hover\:text-darkblue-500\/70:hover{
  color: rgb(0 76 134 / 0.7);
}.hover\:text-darkblue-500\/75:hover{
  color: rgb(0 76 134 / 0.75);
}.hover\:text-darkblue-500\/80:hover{
  color: rgb(0 76 134 / 0.8);
}.hover\:text-darkblue-500\/90:hover{
  color: rgb(0 76 134 / 0.9);
}.hover\:text-darkblue-500\/95:hover{
  color: rgb(0 76 134 / 0.95);
}.hover\:text-darkblue-600:hover{
  --tw-text-opacity: 1;
  color: rgb(0 66 124 / var(--tw-text-opacity));
}.hover\:text-darkblue-600\/0:hover{
  color: rgb(0 66 124 / 0);
}.hover\:text-darkblue-600\/10:hover{
  color: rgb(0 66 124 / 0.1);
}.hover\:text-darkblue-600\/100:hover{
  color: rgb(0 66 124 / 1);
}.hover\:text-darkblue-600\/20:hover{
  color: rgb(0 66 124 / 0.2);
}.hover\:text-darkblue-600\/25:hover{
  color: rgb(0 66 124 / 0.25);
}.hover\:text-darkblue-600\/30:hover{
  color: rgb(0 66 124 / 0.3);
}.hover\:text-darkblue-600\/40:hover{
  color: rgb(0 66 124 / 0.4);
}.hover\:text-darkblue-600\/5:hover{
  color: rgb(0 66 124 / 0.05);
}.hover\:text-darkblue-600\/50:hover{
  color: rgb(0 66 124 / 0.5);
}.hover\:text-darkblue-600\/60:hover{
  color: rgb(0 66 124 / 0.6);
}.hover\:text-darkblue-600\/70:hover{
  color: rgb(0 66 124 / 0.7);
}.hover\:text-darkblue-600\/75:hover{
  color: rgb(0 66 124 / 0.75);
}.hover\:text-darkblue-600\/80:hover{
  color: rgb(0 66 124 / 0.8);
}.hover\:text-darkblue-600\/90:hover{
  color: rgb(0 66 124 / 0.9);
}.hover\:text-darkblue-600\/95:hover{
  color: rgb(0 66 124 / 0.95);
}.hover\:text-darkblue-700:hover{
  --tw-text-opacity: 1;
  color: rgb(0 56 114 / var(--tw-text-opacity));
}.hover\:text-darkblue-700\/0:hover{
  color: rgb(0 56 114 / 0);
}.hover\:text-darkblue-700\/10:hover{
  color: rgb(0 56 114 / 0.1);
}.hover\:text-darkblue-700\/100:hover{
  color: rgb(0 56 114 / 1);
}.hover\:text-darkblue-700\/20:hover{
  color: rgb(0 56 114 / 0.2);
}.hover\:text-darkblue-700\/25:hover{
  color: rgb(0 56 114 / 0.25);
}.hover\:text-darkblue-700\/30:hover{
  color: rgb(0 56 114 / 0.3);
}.hover\:text-darkblue-700\/40:hover{
  color: rgb(0 56 114 / 0.4);
}.hover\:text-darkblue-700\/5:hover{
  color: rgb(0 56 114 / 0.05);
}.hover\:text-darkblue-700\/50:hover{
  color: rgb(0 56 114 / 0.5);
}.hover\:text-darkblue-700\/60:hover{
  color: rgb(0 56 114 / 0.6);
}.hover\:text-darkblue-700\/70:hover{
  color: rgb(0 56 114 / 0.7);
}.hover\:text-darkblue-700\/75:hover{
  color: rgb(0 56 114 / 0.75);
}.hover\:text-darkblue-700\/80:hover{
  color: rgb(0 56 114 / 0.8);
}.hover\:text-darkblue-700\/90:hover{
  color: rgb(0 56 114 / 0.9);
}.hover\:text-darkblue-700\/95:hover{
  color: rgb(0 56 114 / 0.95);
}.hover\:text-darkblue-800:hover{
  --tw-text-opacity: 1;
  color: rgb(0 46 104 / var(--tw-text-opacity));
}.hover\:text-darkblue-800\/0:hover{
  color: rgb(0 46 104 / 0);
}.hover\:text-darkblue-800\/10:hover{
  color: rgb(0 46 104 / 0.1);
}.hover\:text-darkblue-800\/100:hover{
  color: rgb(0 46 104 / 1);
}.hover\:text-darkblue-800\/20:hover{
  color: rgb(0 46 104 / 0.2);
}.hover\:text-darkblue-800\/25:hover{
  color: rgb(0 46 104 / 0.25);
}.hover\:text-darkblue-800\/30:hover{
  color: rgb(0 46 104 / 0.3);
}.hover\:text-darkblue-800\/40:hover{
  color: rgb(0 46 104 / 0.4);
}.hover\:text-darkblue-800\/5:hover{
  color: rgb(0 46 104 / 0.05);
}.hover\:text-darkblue-800\/50:hover{
  color: rgb(0 46 104 / 0.5);
}.hover\:text-darkblue-800\/60:hover{
  color: rgb(0 46 104 / 0.6);
}.hover\:text-darkblue-800\/70:hover{
  color: rgb(0 46 104 / 0.7);
}.hover\:text-darkblue-800\/75:hover{
  color: rgb(0 46 104 / 0.75);
}.hover\:text-darkblue-800\/80:hover{
  color: rgb(0 46 104 / 0.8);
}.hover\:text-darkblue-800\/90:hover{
  color: rgb(0 46 104 / 0.9);
}.hover\:text-darkblue-800\/95:hover{
  color: rgb(0 46 104 / 0.95);
}.hover\:text-darkblue-900:hover{
  --tw-text-opacity: 1;
  color: rgb(0 36 94 / var(--tw-text-opacity));
}.hover\:text-darkblue-900\/0:hover{
  color: rgb(0 36 94 / 0);
}.hover\:text-darkblue-900\/10:hover{
  color: rgb(0 36 94 / 0.1);
}.hover\:text-darkblue-900\/100:hover{
  color: rgb(0 36 94 / 1);
}.hover\:text-darkblue-900\/20:hover{
  color: rgb(0 36 94 / 0.2);
}.hover\:text-darkblue-900\/25:hover{
  color: rgb(0 36 94 / 0.25);
}.hover\:text-darkblue-900\/30:hover{
  color: rgb(0 36 94 / 0.3);
}.hover\:text-darkblue-900\/40:hover{
  color: rgb(0 36 94 / 0.4);
}.hover\:text-darkblue-900\/5:hover{
  color: rgb(0 36 94 / 0.05);
}.hover\:text-darkblue-900\/50:hover{
  color: rgb(0 36 94 / 0.5);
}.hover\:text-darkblue-900\/60:hover{
  color: rgb(0 36 94 / 0.6);
}.hover\:text-darkblue-900\/70:hover{
  color: rgb(0 36 94 / 0.7);
}.hover\:text-darkblue-900\/75:hover{
  color: rgb(0 36 94 / 0.75);
}.hover\:text-darkblue-900\/80:hover{
  color: rgb(0 36 94 / 0.8);
}.hover\:text-darkblue-900\/90:hover{
  color: rgb(0 36 94 / 0.9);
}.hover\:text-darkblue-900\/95:hover{
  color: rgb(0 36 94 / 0.95);
}.hover\:text-darkblue\/0:hover{
  color: rgb(0 76 134 / 0);
}.hover\:text-darkblue\/10:hover{
  color: rgb(0 76 134 / 0.1);
}.hover\:text-darkblue\/100:hover{
  color: rgb(0 76 134 / 1);
}.hover\:text-darkblue\/20:hover{
  color: rgb(0 76 134 / 0.2);
}.hover\:text-darkblue\/25:hover{
  color: rgb(0 76 134 / 0.25);
}.hover\:text-darkblue\/30:hover{
  color: rgb(0 76 134 / 0.3);
}.hover\:text-darkblue\/40:hover{
  color: rgb(0 76 134 / 0.4);
}.hover\:text-darkblue\/5:hover{
  color: rgb(0 76 134 / 0.05);
}.hover\:text-darkblue\/50:hover{
  color: rgb(0 76 134 / 0.5);
}.hover\:text-darkblue\/60:hover{
  color: rgb(0 76 134 / 0.6);
}.hover\:text-darkblue\/70:hover{
  color: rgb(0 76 134 / 0.7);
}.hover\:text-darkblue\/75:hover{
  color: rgb(0 76 134 / 0.75);
}.hover\:text-darkblue\/80:hover{
  color: rgb(0 76 134 / 0.8);
}.hover\:text-darkblue\/90:hover{
  color: rgb(0 76 134 / 0.9);
}.hover\:text-darkblue\/95:hover{
  color: rgb(0 76 134 / 0.95);
}.hover\:text-red-500:hover{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}.hover\:text-red-500\/0:hover{
  color: rgb(239 68 68 / 0);
}.hover\:text-red-500\/10:hover{
  color: rgb(239 68 68 / 0.1);
}.hover\:text-red-500\/100:hover{
  color: rgb(239 68 68 / 1);
}.hover\:text-red-500\/20:hover{
  color: rgb(239 68 68 / 0.2);
}.hover\:text-red-500\/25:hover{
  color: rgb(239 68 68 / 0.25);
}.hover\:text-red-500\/30:hover{
  color: rgb(239 68 68 / 0.3);
}.hover\:text-red-500\/40:hover{
  color: rgb(239 68 68 / 0.4);
}.hover\:text-red-500\/5:hover{
  color: rgb(239 68 68 / 0.05);
}.hover\:text-red-500\/50:hover{
  color: rgb(239 68 68 / 0.5);
}.hover\:text-red-500\/60:hover{
  color: rgb(239 68 68 / 0.6);
}.hover\:text-red-500\/70:hover{
  color: rgb(239 68 68 / 0.7);
}.hover\:text-red-500\/75:hover{
  color: rgb(239 68 68 / 0.75);
}.hover\:text-red-500\/80:hover{
  color: rgb(239 68 68 / 0.8);
}.hover\:text-red-500\/90:hover{
  color: rgb(239 68 68 / 0.9);
}.hover\:text-red-500\/95:hover{
  color: rgb(239 68 68 / 0.95);
}.hover\:text-secondary:hover{
  --tw-text-opacity: 1;
  color: rgb(68 184 201 / var(--tw-text-opacity));
}.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.hover\:shadow-\[0_0_10px_0_rgba\(255\2c 255\2c 255\2c 1\)\]:hover{
  --tw-shadow: 0 0 10px 0 rgba(255,255,255,1);
  --tw-shadow-colored: 0 0 10px 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);
}.hover\:shadow-\[0_0_15px_5px_rgba\(255\2c 255\2c 255\2c 1\)\]:hover{
  --tw-shadow: 0 0 15px 5px rgba(255,255,255,1);
  --tw-shadow-colored: 0 0 15px 5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.focus\:not-sr-only:focus{
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}.focus\:border-darkblue:focus{
  --tw-border-opacity: 1;
  border-color: rgb(0 76 134 / var(--tw-border-opacity));
}.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}.focus\:ring-darkblue:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 76 134 / var(--tw-ring-opacity));
}.focus-visible\:scale-105:focus-visible{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}.focus-visible\:border-white:focus-visible{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}.focus-visible\:bg-darkblue:focus-visible{
  --tw-bg-opacity: 1;
  background-color: rgb(0 76 134 / var(--tw-bg-opacity));
}.focus-visible\:bg-secondary:focus-visible{
  --tw-bg-opacity: 1;
  background-color: rgb(68 184 201 / var(--tw-bg-opacity));
}.focus-visible\:text-secondary:focus-visible{
  --tw-text-opacity: 1;
  color: rgb(68 184 201 / var(--tw-text-opacity));
}.focus-visible\:text-white:focus-visible{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.focus-visible\:shadow-\[0_0_10px_0_rgba\(255\2c 255\2c 255\2c 1\)\]:focus-visible{
  --tw-shadow: 0 0 10px 0 rgba(255,255,255,1);
  --tw-shadow-colored: 0 0 10px 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);
}.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}.disabled\:opacity-25:disabled{
  opacity: 0.25;
}.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.group:hover .group-hover\:opacity-100{
  opacity: 1;
}.group:focus-visible .group-focus-visible\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.peer:checked ~ .peer-checked\:bg-darkblue{
  --tw-bg-opacity: 1;
  background-color: rgb(0 76 134 / var(--tw-bg-opacity));
}.peer:checked ~ .peer-checked\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.rfs\:mb-24{
  margin-bottom: calc(1.725rem + 5.7vw);
}@media (min-width: 1200px){.rfs\:mb-24{
    margin-bottom: 6rem;
  }
}.rfs\:py-40{
  padding-top: calc(2.125rem + 10.5vw);
  padding-bottom: calc(2.125rem + 10.5vw);
}@media (min-width: 1200px){.rfs\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}.rfs\:pb-32{
  padding-bottom: calc(1.925rem + 8.1vw);
}@media (min-width: 1200px){.rfs\:pb-32{
    padding-bottom: 8rem;
  }
}.rfs\:pb-40{
  padding-bottom: calc(2.125rem + 10.5vw);
}@media (min-width: 1200px){.rfs\:pb-40{
    padding-bottom: 10rem;
  }
}.rfs\:pt-40{
  padding-top: calc(2.125rem + 10.5vw);
}@media (min-width: 1200px){.rfs\:pt-40{
    padding-top: 10rem;
  }
}.rfs\:\!text-6xl{
  font-size: calc(1.5rem + 3vw) !important;
  line-height: 1 !important;
}@media (min-width: 1200px){.rfs\:\!text-6xl{
    font-size: 3.75rem !important;
  }
}.rfs\:\!text-8xl{
  font-size: calc(1.725rem + 5.7vw) !important;
  line-height: 1 !important;
}@media (min-width: 1200px){.rfs\:\!text-8xl{
    font-size: 6rem !important;
  }
}.rfs\:text-2xl{
  font-size: calc(1.275rem + 0.3vw);
  line-height: calc(1.325rem + 0.9vw);
}@media (min-width: 1200px){.rfs\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}.rfs\:text-3xl{
  font-size: calc(1.3125rem + 0.75vw);
  line-height: calc(1.35rem + 1.2vw);
}@media (min-width: 1200px){.rfs\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}.rfs\:text-4xl{
  font-size: calc(1.35rem + 1.2vw);
  line-height: calc(1.375rem + 1.5vw);
}@media (min-width: 1200px){.rfs\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}.rfs\:text-5xl{
  font-size: calc(1.425rem + 2.1vw);
  line-height: 1;
}@media (min-width: 1200px){.rfs\:text-5xl{
    font-size: 3rem;
  }
}.rfs\:text-6xl{
  font-size: calc(1.5rem + 3vw);
  line-height: 1;
}@media (min-width: 1200px){.rfs\:text-6xl{
    font-size: 3.75rem;
  }
}.rfs\:text-8xl{
  font-size: calc(1.725rem + 5.7vw);
  line-height: 1;
}@media (min-width: 1200px){.rfs\:text-8xl{
    font-size: 6rem;
  }
}.rfs\:text-lg{
  font-size: 1.125rem;
  line-height: calc(1.3rem + 0.6vw);
}@media (min-width: 1200px){.rfs\:text-lg{
    line-height: 1.75rem;
  }
}.rfs\:text-xl{
  font-size: 1.25rem;
  line-height: calc(1.3rem + 0.6vw);
}@media (min-width: 1200px){.rfs\:text-xl{
    line-height: 1.75rem;
  }
}@media (min-width: 640px){.sm\:ml-2{
    margin-left: 0.5rem;
  }.sm\:mr-2{
    margin-right: 0.5rem;
  }.sm\:block{
    display: block;
  }.sm\:inline-block{
    display: inline-block;
  }.sm\:flex{
    display: flex;
  }.sm\:hidden{
    display: none;
  }.sm\:w-6\/12{
    width: 50%;
  }.sm\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }.sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }.sm\:pl-4{
    padding-left: 1rem;
  }.sm\:text-right{
    text-align: right;
  }.sm\:rfs\:text-lg{
    font-size: 1.125rem;
    line-height: calc(1.3rem + 0.6vw);
  }@media (min-width: 1200px){.sm\:rfs\:text-lg{
      line-height: 1.75rem;
    }
  }
}@media (min-width: 768px){.md\:absolute{
    position: absolute;
  }.md\:left-1\/2{
    left: 50%;
  }.md\:top-1\/2{
    top: 50%;
  }.md\:top-\[-10\%\]{
    top: -10%;
  }.md\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }.md\:-mx-2{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }.md\:-mx-2\.5{
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }.md\:-mx-3{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }.md\:-mt-12{
    margin-top: -3rem;
  }.md\:-mt-48{
    margin-top: -12rem;
  }.md\:-mt-6{
    margin-top: -1.5rem;
  }.md\:-mt-8{
    margin-top: -2rem;
  }.md\:mb-0{
    margin-bottom: 0px;
  }.md\:mb-1{
    margin-bottom: 0.25rem;
  }.md\:mb-16{
    margin-bottom: 4rem;
  }.md\:mb-24{
    margin-bottom: 6rem;
  }.md\:mb-28{
    margin-bottom: 7rem;
  }.md\:mr-0{
    margin-right: 0px;
  }.md\:mr-12{
    margin-right: 3rem;
  }.md\:mr-3{
    margin-right: 0.75rem;
  }.md\:mt-0{
    margin-top: 0px;
  }.md\:mt-10{
    margin-top: 2.5rem;
  }.md\:mt-12{
    margin-top: 3rem;
  }.md\:mt-5{
    margin-top: 1.25rem;
  }.md\:mt-6{
    margin-top: 1.5rem;
  }.md\:mt-8{
    margin-top: 2rem;
  }.md\:mt-9{
    margin-top: 2.25rem;
  }.md\:block{
    display: block;
  }.md\:h-16{
    height: 4rem;
  }.md\:h-\[150px\]{
    height: 150px;
  }.md\:h-\[192px\]{
    height: 192px;
  }.md\:h-\[264px\]{
    height: 264px;
  }.md\:h-\[300px\]{
    height: 300px;
  }.md\:h-\[90\%\]{
    height: 90%;
  }.md\:h-auto{
    height: auto;
  }.md\:w-1\/2{
    width: 50%;
  }.md\:w-1\/3{
    width: 33.333333%;
  }.md\:w-1\/5{
    width: 20%;
  }.md\:w-16{
    width: 4rem;
  }.md\:w-2\/12{
    width: 16.666667%;
  }.md\:w-3\/12{
    width: 25%;
  }.md\:w-4\/12{
    width: 33.333333%;
  }.md\:w-6\/12{
    width: 50%;
  }.md\:w-8\/12{
    width: 66.666667%;
  }.md\:w-\[11\.11\%\]{
    width: 11.11%;
  }.md\:w-\[12\.5\%\]{
    width: 12.5%;
  }.md\:w-\[14\.28\%\]{
    width: 14.28%;
  }.md\:w-\[192px\]{
    width: 192px;
  }.md\:w-\[320px\]{
    width: 320px;
  }.md\:w-\[50vw\]{
    width: 50vw;
  }.md\:w-auto{
    width: auto;
  }.md\:max-w-\[687px\]{
    max-width: 687px;
  }.md\:-translate-x-1\/2{
    --tw-translate-x: -50%;
    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));
  }.md\:-translate-y-1\/2{
    --tw-translate-y: -50%;
    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));
  }.md\:translate-y-0{
    --tw-translate-y: 0px;
    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));
  }.md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.md\:flex-row{
    flex-direction: row;
  }.md\:flex-col{
    flex-direction: column;
  }.md\:flex-nowrap{
    flex-wrap: nowrap;
  }.md\:items-end{
    align-items: flex-end;
  }.md\:items-center{
    align-items: center;
  }.md\:justify-start{
    justify-content: flex-start;
  }.md\:gap-y-16{
    row-gap: 4rem;
  }.md\: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));
  }.md\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }.md\:object-contain{
    object-fit: contain;
  }.md\:p-0{
    padding: 0px;
  }.md\:p-20{
    padding: 5rem;
  }.md\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }.md\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }.md\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }.md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }.md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }.md\:py-48{
    padding-top: 12rem;
    padding-bottom: 12rem;
  }.md\:pb-12{
    padding-bottom: 3rem;
  }.md\:pb-16{
    padding-bottom: 4rem;
  }.md\:pb-20{
    padding-bottom: 5rem;
  }.md\:pb-24{
    padding-bottom: 6rem;
  }.md\:pb-28{
    padding-bottom: 7rem;
  }.md\:pb-6{
    padding-bottom: 1.5rem;
  }.md\:pr-12{
    padding-right: 3rem;
  }.md\:pr-24{
    padding-right: 6rem;
  }.md\:pr-8{
    padding-right: 2rem;
  }.md\:text-left{
    text-align: left;
  }
}@media (min-width: 1024px){.lg\:absolute{
    position: absolute;
  }.lg\:-mx-5{
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }.lg\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }.lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }.lg\:-mt-0{
    margin-top: -0px;
  }.lg\:-mt-12{
    margin-top: -3rem;
  }.lg\:-mt-24{
    margin-top: -6rem;
  }.lg\:-mt-80{
    margin-top: -20rem;
  }.lg\:mb-0{
    margin-bottom: 0px;
  }.lg\:mb-12{
    margin-bottom: 3rem;
  }.lg\:mb-14{
    margin-bottom: 3.5rem;
  }.lg\:mb-20{
    margin-bottom: 5rem;
  }.lg\:mb-5{
    margin-bottom: 1.25rem;
  }.lg\:ml-4{
    margin-left: 1rem;
  }.lg\:ml-auto{
    margin-left: auto;
  }.lg\:mr-0{
    margin-right: 0px;
  }.lg\:mt-0{
    margin-top: 0px;
  }.lg\:mt-10{
    margin-top: 2.5rem;
  }.lg\:mt-12{
    margin-top: 3rem;
  }.lg\:mt-14{
    margin-top: 3.5rem;
  }.lg\:mt-16{
    margin-top: 4rem;
  }.lg\:mt-20{
    margin-top: 5rem;
  }.lg\:mt-24{
    margin-top: 6rem;
  }.lg\:mt-28{
    margin-top: 7rem;
  }.lg\:mt-32{
    margin-top: 8rem;
  }.lg\:mt-5{
    margin-top: 1.25rem;
  }.lg\:mt-8{
    margin-top: 2rem;
  }.lg\:block{
    display: block;
  }.lg\:flex{
    display: flex;
  }.lg\:hidden{
    display: none;
  }.lg\:\!h-\[70vh\]{
    height: 70vh !important;
  }.lg\:h-16{
    height: 4rem;
  }.lg\:h-4{
    height: 1rem;
  }.lg\:h-\[83px\]{
    height: 83px;
  }.lg\:min-h-\[300px\]{
    min-height: 300px;
  }.lg\:min-h-\[450px\]{
    min-height: 450px;
  }.lg\:\!w-auto{
    width: auto !important;
  }.lg\:w-1\/2{
    width: 50%;
  }.lg\:w-10\/12{
    width: 83.333333%;
  }.lg\:w-11\/12{
    width: 91.666667%;
  }.lg\:w-147{
    width: 36.75rem;
  }.lg\:w-16{
    width: 4rem;
  }.lg\:w-3\/12{
    width: 25%;
  }.lg\:w-4{
    width: 1rem;
  }.lg\:w-4\/12{
    width: 33.333333%;
  }.lg\:w-5\/12{
    width: 41.666667%;
  }.lg\:w-6\/12{
    width: 50%;
  }.lg\:w-7\/12{
    width: 58.333333%;
  }.lg\:w-8\/12{
    width: 66.666667%;
  }.lg\:w-9\/12{
    width: 75%;
  }.lg\:w-\[188px\]{
    width: 188px;
  }.lg\:w-auto{
    width: auto;
  }.lg\:w-full{
    width: 100%;
  }.lg\:scale-0{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    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));
  }.lg\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }.lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.lg\:flex-row{
    flex-direction: row;
  }.lg\:items-center{
    align-items: center;
  }.lg\:justify-end{
    justify-content: flex-end;
  }.lg\:justify-between{
    justify-content: space-between;
  }.lg\:justify-around{
    justify-content: space-around;
  }.lg\:gap-x-4{
    column-gap: 1rem;
  }.lg\:gap-x-6{
    column-gap: 1.5rem;
  }.lg\:gap-y-6{
    row-gap: 1.5rem;
  }.lg\: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)));
  }.lg\: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));
  }.lg\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }.lg\:space-y-28 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }.lg\:bg-transparent{
    background-color: transparent;
  }.lg\:p-10{
    padding: 2.5rem;
  }.lg\:p-12{
    padding: 3rem;
  }.lg\:p-8{
    padding: 2rem;
  }.lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }.lg\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }.lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }.lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }.lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }.lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }.lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }.lg\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }.lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }.lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }.lg\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }.lg\:py-60{
    padding-top: 15rem;
    padding-bottom: 15rem;
  }.lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }.lg\:pb-10{
    padding-bottom: 2.5rem;
  }.lg\:pb-24{
    padding-bottom: 6rem;
  }.lg\:pl-10{
    padding-left: 2.5rem;
  }.lg\:pl-12{
    padding-left: 3rem;
  }.lg\:pl-8{
    padding-left: 2rem;
  }.lg\:pr-12{
    padding-right: 3rem;
  }.lg\:pr-14{
    padding-right: 3.5rem;
  }.lg\:pr-24{
    padding-right: 6rem;
  }.lg\:text-left{
    text-align: left;
  }.lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }.lg\:opacity-0{
    opacity: 0;
  }
}@media (min-width: 1280px){.xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }.xl\:-mt-\[350px\]{
    margin-top: -350px;
  }.xl\:mt-8{
    margin-top: 2rem;
  }.xl\:h-\[40vh\]{
    height: 40vh;
  }.xl\:h-\[500px\]{
    height: 500px;
  }.xl\:h-\[70px\]{
    height: 70px;
  }.xl\:h-\[70vh\]{
    height: 70vh;
  }.xl\:h-auto{
    height: auto;
  }.xl\:w-3\/12{
    width: 25%;
  }.xl\:w-4\/12{
    width: 33.333333%;
  }.xl\:w-5\/12{
    width: 41.666667%;
  }.xl\:w-7\/12{
    width: 58.333333%;
  }.xl\:w-8\/12{
    width: 66.666667%;
  }.xl\:w-9\/12{
    width: 75%;
  }.xl\:w-\[197px\]{
    width: 197px;
  }.xl\:w-auto{
    width: auto;
  }.xl\:max-w-6xl{
    max-width: 72rem;
  }.xl\:gap-x-4{
    column-gap: 1rem;
  }.xl\:gap-x-8{
    column-gap: 2rem;
  }.xl\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }.xl\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }.xl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }.xl\:pr-10{
    padding-right: 2.5rem;
  }.xl\:pr-12{
    padding-right: 3rem;
  }
}@media (min-width: 1500px){.\33xl\:flex{
    display: flex;
  }.\33xl\:-translate-x-\[100\%\]{
    --tw-translate-x: -100%;
    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));
  }.\33xl\:translate-x-\[100\%\]{
    --tw-translate-x: 100%;
    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));
  }
}@media (min-width: 1536px){.\32xl\:max-w-\[350px\]{
    max-width: 350px;
  }
}@media (min-width: 1700px){.\34xl\:-translate-x-\[250\%\]{
    --tw-translate-x: -250%;
    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));
  }.\34xl\:translate-x-\[250\%\]{
    --tw-translate-x: 250%;
    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));
  }
}

/*# sourceMappingURL=app.css.map*/