@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,700;1,400&display=swap);
/*
! tailwindcss v3.3.2 | 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: #edf2f7; /* 2 */
}

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

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

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: 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 */
  font-variation-settings: normal; /* 6 */
}

/*
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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #cbd5e0; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #cbd5e0; /* 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 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #a0aec0;
  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::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #a0aec0;
  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='%23a0aec0' 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'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          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;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #a0aec0;
  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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.aspect-h-2 {
  --tw-aspect-h: 2;
}
.aspect-h-3 {
  --tw-aspect-h: 3;
}
.aspect-w-3 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 3;
}
.aspect-w-3 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-w-4 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 4;
}
.aspect-w-4 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[-1px\] {
  bottom: -1px;
}
.bottom-\[-2px\] {
  bottom: -2px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-\[-1px\] {
  top: -1px;
}
.top-\[1px\] {
  top: 1px;
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[60\] {
  z-index: 60;
}
.order-first {
  order: -9999;
}
.order-last {
  order: 9999;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.-ml-4 {
  margin-left: -1rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[-4rem\] {
  margin-top: -4rem;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.h-0 {
  height: 0px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[calc\(100dvh_-_64px\)\] {
  height: calc(100dvh - 64px);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-full {
  max-height: 100%;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[450px\] {
  min-height: 450px;
}
.min-h-\[500px\] {
  min-height: 500px;
}
.min-h-full {
  min-height: 100%;
}
.w-1\/2 {
  width: 50%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[220px\] {
  width: 220px;
}
.w-\[calc\(100\%\+2rem\)\] {
  width: calc(100% + 2rem);
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.\!max-w-\[950px\] {
  max-width: 950px !important;
}
.max-w-\[350px\] {
  max-width: 350px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[950px\] {
  max-width: 950px;
}
.max-w-full {
  max-width: 100%;
}
.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));
}
.translate-y-4 {
  --tw-translate-y: 1rem;
  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-x-\[-1\] {
  --tw-scale-x: -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));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.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;
}
.justify-items-start {
  justify-items: start;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-8 {
  gap: 2rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.hyphens-auto {
  -webkit-hyphens: auto;
          hyphens: auto;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-\[\#22404D\] {
  --tw-border-opacity: 1;
  border-color: rgb(34 64 77 / var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(40 40 40 / var(--tw-border-opacity));
}
.border-empoweredYellow {
  --tw-border-opacity: 1;
  border-color: rgb(227 226 79 / var(--tw-border-opacity));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(237 242 247 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(40 95 116 / var(--tw-bg-opacity));
}
.bg-blueBlack {
  --tw-bg-opacity: 1;
  background-color: rgb(34 64 77 / var(--tw-bg-opacity));
}
.bg-empoweredYellow {
  --tw-bg-opacity: 1;
  background-color: rgb(227 226 79 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(160 174 192 / var(--tw-bg-opacity));
}
.bg-liliac {
  --tw-bg-opacity: 1;
  background-color: rgb(195 190 228 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 234 123 / var(--tw-bg-opacity));
}
.bg-sand {
  --tw-bg-opacity: 1;
  background-color: rgb(226 203 157 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-\[size\:125px\] {
  background-size: 125px;
}
.bg-\[size\:150px_auto\] {
  background-size: 150px auto;
}
.bg-\[size\:175px_auto\] {
  background-size: 175px auto;
}
.bg-\[size\:200px_auto\] {
  background-size: 200px auto;
}
.bg-\[size\:250px_auto\] {
  background-size: 250px auto;
}
.bg-\[size\:auto_150px\] {
  background-size: auto 150px;
}
.bg-\[size\:auto_175px\] {
  background-size: auto 175px;
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-bottom {
  background-position: bottom;
}
.bg-center {
  background-position: center;
}
.bg-left-bottom {
  background-position: left bottom;
}
.bg-left-top {
  background-position: left top;
}
.bg-right-bottom {
  background-position: right bottom;
}
.bg-right-top {
  background-position: right top;
}
.bg-top {
  background-position: top;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-8 {
  padding: 2rem;
}
.\!py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.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-0 {
  padding-bottom: 0px;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-40 {
  padding-bottom: 10rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-16 {
  padding-right: 4rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-loose {
  line-height: 2;
}
.text-aqua {
  --tw-text-opacity: 1;
  color: rgb(0 192 202 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity));
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgb(40 95 116 / var(--tw-text-opacity));
}
.text-blueBlack {
  --tw-text-opacity: 1;
  color: rgb(34 64 77 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(255 234 123 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.decoration-aqua {
  text-decoration-color: #00C0CA;
}
.decoration-4 {
  text-decoration-thickness: 4px;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-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-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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);
}
.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;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.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-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.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\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:bg-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(40 95 116 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group:hover .group-hover\:visible {
  visibility: visible;
}
.group:hover .group-hover\:h-0 {
  height: 0px;
}
.group:hover .group-hover\:h-auto {
  height: auto;
}
.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media (min-width: 640px) {

  .sm\:absolute {
    position: absolute;
  }

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

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

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

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-full {
    width: 100%;
  }

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

  .sm\: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));
  }

  .sm\: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));
  }

  .sm\: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));
  }

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

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:p-12 {
    padding: 3rem;
  }

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

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 768px) {

  .md\:order-last {
    order: 9999;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

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

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

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

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

  .md\:w-1\/2 {
    width: 50%;
  }

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

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-2\/6 {
    width: 33.333333%;
  }

  .md\:w-4\/6 {
    width: 66.666667%;
  }

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

  .md\:max-w-\[75\%\] {
    max-width: 75%;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

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

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

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

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:bg-\[size\:300px\] {
    background-size: 300px;
  }

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

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

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

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

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pl-20 {
    padding-left: 5rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pr-20 {
    padding-right: 5rem;
  }

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

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

  .md\:pt-20 {
    padding-top: 5rem;
  }

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

  .md\:text-left {
    text-align: left;
  }
}
@media (min-width: 1024px) {

  .lg\:order-last {
    order: 9999;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-start-4 {
    grid-column-start: 4;
  }

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

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

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

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-\[calc\(50vw-8px\)\] {
    width: calc(50vw - 8px);
  }

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

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

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

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

  .lg\:bg-\[size\:300px_auto\] {
    background-size: 300px auto;
  }

  .lg\:bg-\[size\:60\%_auto\] {
    background-size: 60% auto;
  }

  .lg\:bg-\[size\:auto_100\%\] {
    background-size: auto 100%;
  }

  .lg\:bg-\[size\:auto_80\%\] {
    background-size: auto 80%;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

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

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

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 1280px) {

  .xl\:static {
    position: static;
  }

  .xl\:order-last {
    order: 9999;
  }

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

  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:min-h-0 {
    min-height: 0px;
  }

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

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

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

  .xl\:justify-end {
    justify-content: flex-end;
  }

  .xl\:bg-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(40 95 116 / var(--tw-bg-opacity));
  }

  .xl\:bg-blueBlack {
    --tw-bg-opacity: 1;
    background-color: rgb(34 64 77 / var(--tw-bg-opacity));
  }

  .xl\:bg-transparent {
    background-color: transparent;
  }

  .xl\:text-darkBlack {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }

  .xl\:text-primary {
    --tw-text-opacity: 1;
    color: rgb(255 234 123 / var(--tw-text-opacity));
  }

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

  .group:hover .xl\:group-hover\:bg-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(40 95 116 / var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:bg-blueBlack {
    --tw-bg-opacity: 1;
    background-color: rgb(34 64 77 / var(--tw-bg-opacity));
  }

  .group:hover .xl\:group-hover\:text-primary {
    --tw-text-opacity: 1;
    color: rgb(255 234 123 / var(--tw-text-opacity));
  }

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

[x-cloak]{
  display: none;
}

html {
  /* Adjust font size */
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

body{
  font-family: Montserrat, sans-serif;
}

.container{
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){

  .container{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.container { max-width: 1232px;}
.container-narrow {max-width: 800px;}

a:not(.main-header-link,.text-*){
  --tw-text-opacity: 1;
  color: rgb(40 95 116 / var(--tw-text-opacity));
}

a:not(.main-header-link,.text-*):hover{
      text-decoration: none;
  }

.content-area .block-columns a:not(.btn, [href^="mailto:"], [href^="tel:"]), .content-area .block-image-text a:not(.btn, [href^="mailto:"], [href^="tel:"]), .content-area .block-tabs a:not(.btn, [href^="mailto:"], [href^="tel:"]){
  text-decoration-line: underline;
  text-decoration-color: #00C0CA;
  text-decoration-thickness: 4px; text-underline-offset: 4px;
}

.content-area .block-columns a[href^="mailto:"], .content-area .block-columns [href^="tel:"], .content-area .block-image-text a[href^="mailto:"], .content-area .block-image-text [href^="tel:"], .content-area .block-tabs a[href^="mailto:"], .content-area .block-tabs [href^="tel:"]{
  text-decoration-line: underline;
}
/*
.single .entry-content {
  a:not(.btn, [href^="mailto:"], [href^="tel:"]) {@apply underline decoration-aqua decoration-4; text-underline-offset: 4px;}
  a[href^="mailto:"], [href^="tel:"] {@apply underline;}
  .breadcrumb a {@apply decoration-black decoration-1; text-underline-offset: auto;}
}
*/

p{
  margin-bottom: 0.75rem;
}
p + p{
  margin-top: 0.75rem;
}

.lead{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

h1{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
h2{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
h3{
  font-size: 1.5rem;
  line-height: 2rem;
}
h4{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
h5{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

h1,h2,h3,h4,h5,h6{
  margin-bottom: 0.75rem; font-weight: 500;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{text-decoration: none;}

h1.h1, h2.h1, h3.h1, h4.h1, h5.h1, h6.h1{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

h1.h2, h2.h2, h3.h2, h4.h2, h5.h2, h6.h2{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

h1.h3, h2.h3, h3.h3, h4.h3, h5.h3, h6.h3{
  font-size: 1.5rem;
  line-height: 2rem;
}

h1.h4, h2.h4, h3.h4, h4.h4, h5.h4, h6.h4{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

h1.h5, h2.h5, h3.h5, h4.h5, h5.h5, h6.h5{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

h1.h6, h2.h6, h3.h6, h4.h6, h5.h6, h6.h6{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media screen and (max-width: 767px) {
  h1{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  h2{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  h3{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  h4{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  h5{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
    h1.h1, h2.h1, h3.h1, h4.h1, h5.h1, h6.h1{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
    h1.h2, h2.h2, h3.h2, h4.h2, h5.h2, h6.h2{
    font-size: 1.5rem;
    line-height: 2rem;
  }
    h1.h3, h2.h3, h3.h3, h4.h3, h5.h3, h6.h3{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
    h1.h4, h2.h4, h3.h4, h4.h4, h5.h4, h6.h4{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
    h1.h5, h2.h5, h3.h5, h4.h5, h5.h5, h6.h5{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
    h1.h6, h2.h6, h3.h6, h4.h6, h5.h6, h6.h6{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}


.btn{
  margin-top: 0.5rem;
  display: inline-block;
  border-radius: 9999px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-weight: 700;
  text-decoration-line: none;
}


.btn.btn-primary{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(40 95 116 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(40 95 116 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 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;
}


.btn.btn-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(40 95 116 / var(--tw-text-opacity));
}


.btn.btn-outline{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(40 95 116 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(40 95 116 / 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;
}


.btn.btn-outline:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(40 95 116 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}


.btn.btn-outline.active{
  --tw-bg-opacity: 1;
  background-color: rgb(40 95 116 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}


.btn.btn-white{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(40 95 116 / 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;
}


.btn.btn-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(40 95 116 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}


.btn.btn-white.active{
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity));
}


.btn.btn-outline-blue{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 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;
}


.btn.btn-outline-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(40 95 116 / var(--tw-text-opacity));
}


.btn.btn-outline-blue.active{
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity));
}


.btn.disabled{
  cursor: not-allowed;
  opacity: 0.5;
}


.btn.disabled:hover {-webkit-filter: brightness(100%);}


.btn.reset-m{
  margin: 0px;
}


.btn.btn-big{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}


@media (min-width: 768px){

  .btn.btn-big{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.cat-button{
  margin-bottom: 0.25rem;
  margin-right: 0.5rem;
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 234 123 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.tab-button.active{
  --tw-border-opacity: 1;
  border-color: rgb(45 55 72 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(195 190 228 / var(--tw-bg-opacity));
  font-weight: 700;
}

.facetwp-load-more, .gform_button{
  margin-top: 0.5rem;
  display: inline-block;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(40 95 116 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(40 95 116 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  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;
}

.facetwp-load-more:hover, .gform_button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(40 95 116 / var(--tw-text-opacity));
}



#primary ul, #primary ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 18px;
  }



#primary ul:not(.acf-checkbox-list):not(.acf-bl):not(.select2-selection__rendered) {
  	list-style: none;
  }



#primary ul:not(.acf-checkbox-list):not(.acf-bl):not(.select2-selection__rendered) li{
  position: relative;
}



#primary ul:not(.acf-checkbox-list):not(.acf-bl):not(.select2-selection__rendered) li:before{
  --tw-text-opacity: 1;
  color: rgb(40 95 116 / var(--tw-text-opacity));
        content: "\2022";
        left: -19px;
        top: -21px;
        font-size: 40px;
        position: absolute;
}



#primary ol {
  	list-style-type: decimal;
  }

.list-reset {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.logo {width: 100px; height: auto;}

.image-card:after{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5; content: "";
}

.person-wrap + .person-wrap{
  margin-top: 3rem;
}

.responsive-iframe{
  position: relative;
  width: 100%;
  overflow: hidden; padding-top: 56.25%;
}

.responsive-iframe iframe{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

footer h4{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

footer a{
  --tw-text-opacity: 1;
  color: rgb(255 234 123 / var(--tw-text-opacity));
}

footer .footer-text a:after {content: "→";position: relative;top: -1px;margin-left: 0.25rem;font-size: 0.75rem;line-height: 1rem;}

footer .lang-item a{
  font-weight: 700;
}

footer .footer-bottom-links div + div{
  margin-left: 0.5rem;
  padding-left: 0.5rem;
}

footer .footer-bottom-links div + div:before {
      content: "|";
      position: relative;
      left: -6px;
    }

.import-container .container{
  padding-left: 0px;
  padding-right: 0px;
}

.bg-primary-filter {
  filter: invert(84%) sepia(37%) saturate(637%) hue-rotate(340deg) brightness(111%) contrast(101%);
}

a.outbound-link:after {
    position: relative;
    top: 2px;
    display: inline-block;
    margin-left: 5px;
    height: 16px;
    width: 16px;
    background-color: currentColor;
    content: "";
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M432 320H400a16 16 0 0 0 -16 16V448H64V128H208a16 16 0 0 0 16-16V80a16 16 0 0 0 -16-16H48A48 48 0 0 0 0 112V464a48 48 0 0 0 48 48H400a48 48 0 0 0 48-48V336A16 16 0 0 0 432 320zM488 0h-128c-21.4 0-32.1 25.9-17 41l35.7 35.7L135 320.4a24 24 0 0 0 0 34L157.7 377a24 24 0 0 0 34 0L435.3 133.3 471 169c15 15 41 4.5 41-17V24A24 24 0 0 0 488 0z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M432 320H400a16 16 0 0 0 -16 16V448H64V128H208a16 16 0 0 0 16-16V80a16 16 0 0 0 -16-16H48A48 48 0 0 0 0 112V464a48 48 0 0 0 48 48H400a48 48 0 0 0 48-48V336A16 16 0 0 0 432 320zM488 0h-128c-21.4 0-32.1 25.9-17 41l35.7 35.7L135 320.4a24 24 0 0 0 0 34L157.7 377a24 24 0 0 0 34 0L435.3 133.3 471 169c15 15 41 4.5 41-17V24A24 24 0 0 0 488 0z'/%3E%3C/svg%3E") no-repeat center;
            mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M432 320H400a16 16 0 0 0 -16 16V448H64V128H208a16 16 0 0 0 16-16V80a16 16 0 0 0 -16-16H48A48 48 0 0 0 0 112V464a48 48 0 0 0 48 48H400a48 48 0 0 0 48-48V336A16 16 0 0 0 432 320zM488 0h-128c-21.4 0-32.1 25.9-17 41l35.7 35.7L135 320.4a24 24 0 0 0 0 34L157.7 377a24 24 0 0 0 34 0L435.3 133.3 471 169c15 15 41 4.5 41-17V24A24 24 0 0 0 488 0z'/%3E%3C/svg%3E") no-repeat center;
    mask-size: contain;

  }
/* Light */
@font-face {
    font-family: 'geomanistregular';
    src: url('../assets/fonts/geomanist/light/geomanist-light-webfont.eot');
    src: url('../assets/fonts/geomanist/light/geomanist-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/fonts/geomanist/light/geomanist-light-webfont.woff2') format('woff2'),
         url('../assets/fonts/geomanist/light/geomanist-light-webfont.woff') format('woff'),
         url('../assets/fonts/geomanist/light/geomanist-light-webfont.ttf') format('truetype'),
         url('../assets/fonts/geomanist/light/geomanist-light-webfont.svg#geomanistregular') format('svg');
    font-weight: 300;
    font-style: normal;

}

/* Regular */
@font-face {
    font-family: 'geomanistregular';
    src: url('../assets/fonts/geomanist/regular/geomanist-regular-webfont.eot');
    src: url('../assets/fonts/geomanist/regular/geomanist-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/fonts/geomanist/regular/geomanist-regular-webfont.woff2') format('woff2'),
         url('../assets/fonts/geomanist/regular/geomanist-regular-webfont.woff') format('woff'),
         url('../assets/fonts/geomanist/regular/geomanist-regular-webfont.ttf') format('truetype'),
         url('../assets/fonts/geomanist/regular/geomanist-regular-webfont.svg#geomanistregular') format('svg');
    font-weight: 400;
    font-style: normal;

}
/* Medium */
@font-face {
    font-family: 'geomanistregular';
    src: url('../assets/fonts/geomanist/medium/geomanist-medium-webfont.eot');
    src: url('../assets/fonts/geomanist/medium/geomanist-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/fonts/geomanist/medium/geomanist-medium-webfont.woff2') format('woff2'),
         url('../assets/fonts/geomanist/medium/geomanist-medium-webfont.woff') format('woff'),
         url('../assets/fonts/geomanist/medium/geomanist-medium-webfont.ttf') format('truetype'),
         url('../assets/fonts/geomanist/medium/geomanist-medium-webfont.svg#geomanistregular') format('svg');
    font-weight: 600;
    font-style: normal;

}
/* Bold */
@font-face {
    font-family: 'geomanistregular';
    src: url('../assets/fonts/geomanist/bold/geomanist-bold-webfont.eot');
    src: url('../assets/fonts/geomanist/bold/geomanist-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/fonts/geomanist/bold/geomanist-bold-webfont.woff2') format('woff2'),
         url('../assets/fonts/geomanist/bold/geomanist-bold-webfont.woff') format('woff'),
         url('../assets/fonts/geomanist/bold/geomanist-bold-webfont.ttf') format('truetype'),
         url('../assets/fonts/geomanist/bold/geomanist-bold-webfont.svg#geomanistregular') format('svg');
    font-weight: 700;
    font-style: normal;

}

/* Light italic */
@font-face {
    font-family: 'geomanistitalic';
    src: url('../assets/fonts/geomanist/light-italic/geomanist-light-italic-webfont.eot');
    src: url('../assets/fonts/geomanist/light-italic/geomanist-light-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/fonts/geomanist/light-italic/geomanist-light-italic-webfont.woff2') format('woff2'),
         url('../assets/fonts/geomanist/light-italic/geomanist-light-italic-webfont.woff') format('woff'),
         url('../assets/fonts/geomanist/light-italic/geomanist-light-italic-webfont.ttf') format('truetype'),
         url('../assets/fonts/geomanist/light-italic/geomanist-light-italic-webfont.svg#geomanistitalic') format('svg');
    font-weight: 300;
    font-style: italic;

}
/* Regular italic */
@font-face {
    font-family: 'geomanistitalic';
    src: url('../assets/fonts/geomanist/regular-italic/geomanist-regular-italic-webfont.eot');
    src: url('../assets/fonts/geomanist/regular-italic/geomanist-regular-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/fonts/geomanist/regular-italic/geomanist-regular-italic-webfont.woff2') format('woff2'),
         url('../assets/fonts/geomanist/regular-italic/geomanist-regular-italic-webfont.woff') format('woff'),
         url('../assets/fonts/geomanist/regular-italic/geomanist-regular-italic-webfont.ttf') format('truetype'),
         url('../assets/fonts/geomanist/regular-italic/geomanist-regular-italic-webfont.svg#geomanistitalic') format('svg');
    font-weight: 400;
    font-style: italic;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; 
  }
 .screen-reader-text .skip-link {
    margin: 5px;
  }

 .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 0;
    box-shadow: 0 0 2px 2px rgba(#000, .6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #21759b;
    display: block;
    font-size: 1.7rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; 
  }

#content[tabindex="-1"]:focus {
  outline: 0;
}

[data-whatinput="mouse"] *:focus {
  outline: none;
}

[data-whatinput="keyboard"] {
      outline: 4px solid;
      opacity: 1;
    }

    

    a:focus {
      outline: 2px solid ;
      opacity: 1;
    }
body.no-js *:focus {
  outline: 4px solid;
}

/* Styles for navigations */
/* Styles for both, desktop & mobile menus */
/*.menu-item-has-children {@apply relative;}*/
#main-navigation .toggle-sub { margin-left: 0.5rem; line-height: 1;}
#main-navigation .toggle-sub i { display: inline-block; height: 13px; width: 13px; background-size: cover; background-position: center; background-repeat: no-repeat; background-image: url('../assets/svg/menu-arrow.svg'); transform: rotate(-90deg);}
#main-navigation .toggle-sub i.open {transform: rotate(90deg);}
#main-navigation .sub-menu { display: none;}
#main-navigation .sub-menu li { padding-top: 0.5rem; padding-bottom: 0.5rem;}
#main-navigation .sub-menu-wrap { z-index: 50; display: none; animation: growDown 250ms ease-in-out forwards; transform-origin: top center;}
#main-navigation .sub-menu-wrap.active { display: block;}
#main-navigation .sub-menu-wrap.active .sub-menu { display: flex;}
#main-navigation ul.menu { margin-bottom: 1.25rem; list-style-type: none; padding-left: 0px;}
#main-navigation ul.menu > li { padding-top: 0.5rem; padding-bottom: 0.5rem;}
/* Desktop menu */
@media screen and (min-width: 1280px) {
    #main-navigation ul.menu { margin-bottom: 0px; display: flex; list-style-type: none; flex-wrap: wrap; padding-left: 0px;}
      #main-navigation ul.menu > li { padding-top: 1rem; padding-bottom: 1rem;}
      #main-navigation ul.menu > li + li { margin-left: 1.25rem;}

    #main-navigation .sub-menu-wrap { position: absolute; top: 100%; left: 0px; width: 100%; --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity)); padding-top: 2rem; padding-bottom: 2rem; --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);}
      #main-navigation .sub-menu-wrap > .sub-menu { margin: 0px; margin-left: auto; margin-right: auto; padding: 0px; padding-left: 1rem; padding-right: 1rem; max-width: 1232px;
        /*
        > li > a:after {
          content: "→";
          @apply text-xs ml-2;
        }
        */}
        #main-navigation .sub-menu-wrap > .sub-menu li { padding-top: 0.5rem; padding-bottom: 0.5rem;}
         #main-navigation .sub-menu-wrap > .sub-menu li a { font-weight: 700; --tw-text-opacity: 1; color: rgb(0 0 0 / var(--tw-text-opacity));}
        #main-navigation .sub-menu-wrap > .sub-menu > li + li { margin-left: 2rem;}
      #main-navigation .megamenu .sub-menu-wrap > .sub-menu { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem;}
        #main-navigation .megamenu .sub-menu-wrap > .sub-menu li + li { margin-left: 0px;}
        #main-navigation .megamenu .sub-menu-wrap > .sub-menu .sub-menu { display: block; padding-left: 0px; padding-right: 0px;}
          #main-navigation .megamenu .sub-menu-wrap > .sub-menu .sub-menu a { font-weight: 400;}
      #main-navigation .megamenu.mega-columns-3 .sub-menu-wrap > .sub-menu { grid-template-columns: repeat(3, minmax(0, 1fr));}
      #main-navigation .megamenu.mega-columns-4 .sub-menu-wrap > .sub-menu { grid-template-columns: repeat(4, minmax(0, 1fr));}
  }

#top-menu ul { display: flex; justify-content: flex-end;}

#top-menu ul:not(.language-menu) li + li { margin-left: 1rem;}

#top-menu .external-icon { position: relative; top: -1px;}

#top-menu .lang-menu {animation: growDown 150ms ease-in-out forwards; transform-origin: top center;
  }

#top-menu .lang-menu.active { display: block;}

#top-menu .lang-menu li + li { margin-top: 0.25rem;}

.main-header .toggle-sub i {filter: brightness(0) saturate(100%) invert(79%) sepia(57%) saturate(361%) hue-rotate(354deg) brightness(108%) contrast(101%);}

.main-header.main-header-front .toggle-sub i {filter: brightness(0) saturate(100%);}

.main-header.main-header-front.hover .toggle-sub i {filter: brightness(0) saturate(100%) invert(79%) sepia(57%) saturate(361%) hue-rotate(354deg) brightness(108%) contrast(101%);}

/* Mobile menu */
@media screen and (max-width: 1279px) {
  #site-navigation {animation: growDown 200ms ease-in-out forwards; transform-origin: top center;
  }
    #site-navigation.active { display: flex;}
    #site-navigation .menu-item-has-children { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}
    #site-navigation .toggle-sub i {filter: brightness(0) saturate(100%) invert(79%) sepia(57%) saturate(361%) hue-rotate(354deg) brightness(108%) contrast(101%);}
    #site-navigation .sub-menu-wrap { --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity)); --tw-text-opacity: 1; color: rgb(40 40 40 / var(--tw-text-opacity)); width: calc(100% + 32px); margin-left: -16px; margin-right: -16px; padding: 0.5rem 1rem; margin-top: 1rem; z-index: 100;}
      #site-navigation .sub-menu-wrap.active { display: flex;}
        #site-navigation .sub-menu-wrap.active > .sub-menu { display: block; width: 100%;}
          #site-navigation .sub-menu-wrap.active > .sub-menu .toggle-sub i {filter: brightness(0) saturate(100%);}
          #site-navigation .sub-menu-wrap.active > .sub-menu .sub-menu { display: none; width: 100%; padding-left: 1rem; padding-right: 1rem; padding-top: 0.5rem; animation: growDown 200ms ease-in-out forwards; transform-origin: top center;}
            #site-navigation .sub-menu-wrap.active > .sub-menu .sub-menu a { font-size: 0.875rem; line-height: 1.25rem;}
            #site-navigation .sub-menu-wrap.active > .sub-menu .sub-menu.active { display: block;}
  #top-menu ul { display: block;}
    #top-menu ul li + li { margin-left: 0px !important; margin-top: 0.25rem;}
}

/* Animations */
@keyframes growDown {
  0% {
    transform: scaleY(0)
  }
  100% {
    transform: scaleY(1)
  }
}

.block-hero .breadcrumb a {--tw-text-opacity: 1;color: rgb(40 40 40 / var(--tw-text-opacity));text-decoration-line: underline;
}
  .block-hero h1 {display: block;padding-bottom: 1.25rem;font-size: 2.25rem;line-height: 2.5rem;
}
  .block-hero.hero-front h1 {font-size: 3.75rem;line-height: 1;
}
  @media screen and (max-width: 767px) {
    .block-hero.hero-front h1, .block-hero h1 {font-size: 1.875rem;line-height: 2.25rem;
    }
  }

.block-search .facetwp-facet {margin-bottom: 0px;width: 100%;
}

.block-search .facetwp-facet select, .block-search .facetwp-facet .facetwp-input-wrap, .block-search .facetwp-facet input.facetwp-search {width: 100%;--tw-text-opacity: 1;color: rgb(40 40 40 / var(--tw-text-opacity));
}

.block-search .facetwp-facet input.facetwp-search {min-width: auto;}

.block-search .facetwp-type-checkboxes .facetwp-checkbox {position: relative;margin-bottom: 0.25rem; background: none; padding-left: 25px;
}

.block-search .facetwp-type-checkboxes .facetwp-checkbox:before {
        content: "";
        border-radius: 2px;
        width: 17px;
        height: 17px;
        top: 4px;
        position: absolute;
        left: 0px;
        border-width: 2px;
        --tw-border-opacity: 1;
        border-color: rgb(40 95 116 / var(--tw-border-opacity));
        background-color: transparent;
      }

.block-search .facetwp-type-checkboxes .facetwp-checkbox.checked:before {--tw-bg-opacity: 1;background-color: rgb(40 95 116 / var(--tw-bg-opacity));
}

.block-search .facetwp-type-checkboxes .facetwp-checkbox.checked:after {
          content: "\2713";
          left: 3px;
          top: 2px;
          font-size: 14px;
          position: absolute;
          --tw-text-opacity: 1;
          color: rgb(255 255 255 / var(--tw-text-opacity));
        }

.block-search .facetwp-type-checkboxes .facetwp-counter {display: none;
}

.block-search .facetwp-type-search .facetwp-icon {display: none;
}

.block-search .facetwp-type-search .facetwp-input-wrap {height: 100%;
}

.block-search .facetwp-type-search .facetwp-input-wrap input {border-radius: 9999px;border-width: 2px;--tw-border-opacity: 1;border-color: rgb(40 95 116 / var(--tw-border-opacity));
}

.block-search .facetwp-type-date_range {display: flex;
}

.block-search .facetwp-type-date_range .facetwp-date-min {margin-right: 1rem;
}

.block-search .facetwp-type-date_range input.facetwp-date {border-top-width: 0px;border-left-width: 0px;border-right-width: 0px;border-bottom-width: 3px;--tw-border-opacity: 1;border-color: rgb(255 234 123 / var(--tw-border-opacity));background-color: transparent;padding-left: 0px;padding-right: 0px;padding-top: 0px;padding-bottom: 0.25rem;--tw-text-opacity: 1;color: rgb(40 40 40 / var(--tw-text-opacity)); width: 120px;
}

.block-search .facetwp-type-date_range input::-moz-placeholder {--tw-text-opacity: 1;color: rgb(255 234 123 / var(--tw-text-opacity));
}

.block-search .facetwp-type-date_range input::placeholder {--tw-text-opacity: 1;color: rgb(255 234 123 / var(--tw-text-opacity));
}

.block-search .filters.sticky {position: fixed;top: 0px;z-index: 50;width: 100%;
}

@media only screen and (max-width: 1023px) {
    .block-search select, .block-search .facetwp-input-wrap, .block-search input.facetwp-search, .block-search input.facetwp-date {margin-bottom: 0.5rem;
    }
    .block-search input.facetwp-date {width: 100%;
    }
    .block-search #filters-wrap {display: none;}
  }

.block-tabs .tab-wrap + .tab-wrap {margin-top: 1.25rem;
}

.block-tabs .toggle-tab {
    top: 50%;
    transform: translateY(-50%);
  }

.block-persons .sub-filters.active {display: flex;
}

.block-quote .quote-wrap {position: relative;
}

.block-quote .quote-wrap:before {
      font-family: "Font Awesome 5 Pro";
      font-weight: 900;
      content: "\f10d";
      left: -70px;
      position: absolute;
      top: 0px;
      font-size: 3rem;
      line-height: 1;
      --tw-text-opacity: 1;
      color: rgb(255 234 123 / var(--tw-text-opacity));
    }

@media only screen and (max-width: 1250px) {
    .block-quote .quote-wrap {margin-left: 6rem;
    }
  }

@media only screen and (max-width: 500px) {
    .block-quote .quote-wrap {margin-left: 0px;padding-top: 4rem;
    }
      .block-quote .quote-wrap:before {left: 0px;top: 0px;
    }
  }

.block-tapahtumat-filter .facetwp-type-radio {margin-bottom: 3rem;display: flex;flex-wrap: wrap;
}

.block-tapahtumat-filter .facetwp-type-radio .facetwp-radio {margin-top: 0.25rem;margin-bottom: 0.25rem;margin-right: 0.5rem;display: inline-block;border-radius: 9999px;border-width: 2px;--tw-border-opacity: 1;border-color: rgb(40 95 116 / var(--tw-border-opacity));background-color: transparent;background-image: none;padding-top: 0.25rem;padding-bottom: 0.25rem;padding-left: 1.5rem;padding-right: 1.5rem;text-align: center;font-weight: 700;--tw-text-opacity: 1;color: rgb(40 95 116 / var(--tw-text-opacity));text-decoration-line: none;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;
}

.block-tapahtumat-filter .facetwp-type-radio .facetwp-radio:hover {--tw-bg-opacity: 1;background-color: rgb(40 95 116 / var(--tw-bg-opacity));--tw-text-opacity: 1;color: rgb(255 255 255 / var(--tw-text-opacity));
}

.block-tapahtumat-filter .facetwp-type-radio .facetwp-radio { min-width: 150px;
    }

.block-tapahtumat-filter .facetwp-type-radio .facetwp-radio.checked {border-width: 2px;--tw-border-opacity: 1;border-color: rgb(40 95 116 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color: rgb(40 95 116 / var(--tw-bg-opacity));background-image: none;--tw-text-opacity: 1;color: rgb(255 255 255 / var(--tw-text-opacity));
}

.block-tapahtumat-filter .facetwp-type-radio .facetwp-radio .facetwp-counter {display: none;
}

.block-tapahtumat-filter .facetwp-type-search input.facetwp-search {margin-top: 0.25rem;margin-bottom: 0.25rem;border-radius: 9999px;border-width: 2px;--tw-border-opacity: 1;border-color: rgb(40 95 116 / var(--tw-border-opacity));padding-top: 0.25rem;padding-bottom: 0.25rem;font-weight: 500;--tw-text-opacity: 1;color: rgb(40 95 116 / var(--tw-text-opacity));
}

.block-tapahtumat-filter .facetwp-type-search input.facetwp-search::-moz-placeholder {font-weight: 500;--tw-text-opacity: 1;color: rgb(40 95 116 / var(--tw-text-opacity));
}

.block-tapahtumat-filter .facetwp-type-search input.facetwp-search::placeholder {font-weight: 500;--tw-text-opacity: 1;color: rgb(40 95 116 / var(--tw-text-opacity));
}

.block-tapahtumat-filter .facetwp-type-search .facetwp-icon {display: none;
}
.block-featured .facetwp-type-radio {margin-bottom: 0px;display: flex;flex-wrap: wrap;
}
.block-featured .facetwp-type-radio .facetwp-radio {margin-top: 0.25rem;margin-bottom: 0.25rem;margin-right: 0.5rem;display: inline-block;border-radius: 9999px;border-width: 2px;--tw-border-opacity: 1;border-color: rgb(40 95 116 / var(--tw-border-opacity));background-color: transparent;background-image: none;padding-top: 0.25rem;padding-bottom: 0.25rem;padding-left: 1.5rem;padding-right: 1.5rem;text-align: center;font-weight: 700;--tw-text-opacity: 1;color: rgb(40 95 116 / var(--tw-text-opacity));text-decoration-line: none;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;
}
.block-featured .facetwp-type-radio .facetwp-radio:hover {--tw-bg-opacity: 1;background-color: rgb(40 95 116 / var(--tw-bg-opacity));--tw-text-opacity: 1;color: rgb(255 255 255 / var(--tw-text-opacity));
}
.block-featured .facetwp-type-radio .facetwp-radio { min-width: 150px;
    }
.block-featured .facetwp-type-radio .facetwp-radio.checked {border-width: 2px;--tw-border-opacity: 1;border-color: rgb(40 95 116 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color: rgb(40 95 116 / var(--tw-bg-opacity));background-image: none;--tw-text-opacity: 1;color: rgb(255 255 255 / var(--tw-text-opacity));
}
.block-featured .facetwp-type-radio .facetwp-radio .facetwp-counter {display: none;
}
.block-featured .facetwp-type-search {margin-bottom: 0px;width: 100%;
}
.block-featured .facetwp-type-search .facetwp-input-wrap {width: 100%;
}
.block-featured .facetwp-type-search .facetwp-input-wrap input.facetwp-search {margin-top: 0.25rem;margin-bottom: 0.25rem;width: 100%;min-width: 0px;border-radius: 9999px;border-width: 2px;--tw-border-opacity: 1;border-color: rgb(40 95 116 / var(--tw-border-opacity));padding-top: 0.25rem;padding-bottom: 0.25rem;font-weight: 500;--tw-text-opacity: 1;color: rgb(40 95 116 / var(--tw-text-opacity));
}
.block-featured .facetwp-type-search .facetwp-input-wrap input.facetwp-search::-moz-placeholder {font-weight: 500;--tw-text-opacity: 1;color: rgb(40 95 116 / var(--tw-text-opacity));
}
.block-featured .facetwp-type-search .facetwp-input-wrap input.facetwp-search::placeholder {font-weight: 500;--tw-text-opacity: 1;color: rgb(40 95 116 / var(--tw-text-opacity));
}
.block-featured .facetwp-type-search .facetwp-input-wrap .facetwp-icon {display: none;
}

.loading {
  border: 6px solid #dedede;
  border-radius: 50%;
  border-top: 6px solid #FF8644;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
  margin: auto;
  margin-bottom: 2rem;
}

.carousel .carousel-scrollbar, .partner-carousel .carousel-scrollbar {
    height: 3px;
    background-image: linear-gradient(90deg, #300f5e, #300f5e 50%, transparent 50%, transparent 100%);
    background-size: 6px 3px;
    cursor: pointer;
  }

.carousel .carousel-scrollbar .swiper-scrollbar-drag, .partner-carousel .carousel-scrollbar .swiper-scrollbar-drag {--tw-bg-opacity: 1;background-color: rgb(255 234 123 / var(--tw-bg-opacity));
}

.carousel .button-prev, .carousel .button-next, .partner-carousel .button-prev, .partner-carousel .button-next {cursor: pointer;padding-left: 1.25rem;padding-right: 1.25rem;padding-top: 0.75rem;padding-bottom: 0.75rem;
}

.carousel .swiper-pagination-bullets, .partner-carousel .swiper-pagination-bullets {display: flex;
}

.carousel .swiper-pagination-bullets .swiper-pagination-bullet, .partner-carousel .swiper-pagination-bullets .swiper-pagination-bullet {height: 18px;width: 18px;border-width: 2px;--tw-border-opacity: 1;border-color: rgb(40 95 116 / var(--tw-border-opacity));background-color: transparent;opacity: 1;
}

.carousel .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .partner-carousel .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {--tw-bg-opacity: 1;background-color: rgb(40 95 116 / var(--tw-bg-opacity));
}

.block-projektit .fade-out-right {position: relative;
}

.block-projektit .fade-out-right:after {
      background-image: linear-gradient(to right, rgba(48, 15, 94, 0), rgba(48, 15, 94, 1) 95%);
      content: "";
      pointer-events: none;
      width: 10rem;
      height: 350px;
      position: absolute;
      right: 0px;
      top: 0px;
      z-index: 50;
    }

.block-projektit .carousel-scrollbar {
    background-image: linear-gradient(90deg, white, white 50%, transparent 50%, transparent 100%);
  }

.block-projektit .carousel-scrollbar .swiper-scrollbar-drag {--tw-bg-opacity: 1;background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.post-password-form {--tw-bg-opacity: 1;background-color: rgb(245 245 245 / var(--tw-bg-opacity));padding-top: 3rem;padding-bottom: 3rem;text-align: center;
}

.post-password-form input[type="submit"] {margin-top: 0.5rem;display: inline-block;display: inline;cursor: pointer;border-bottom-width: 3px;--tw-bg-opacity: 1;background-color: rgb(255 234 123 / var(--tw-bg-opacity));padding-top: 0.75rem;padding-bottom: 0.75rem;padding-left: 1rem;padding-right: 1rem;text-align: center;font-weight: 600;--tw-text-opacity: 1;color: rgb(255 255 255 / var(--tw-text-opacity));text-decoration-line: none;
}

/* Metrokartta */
.point_style img {transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;transition-duration: 300ms !important;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.point_style img:hover {--tw-scale-x: .75;--tw-scale-y: .75;transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));cursor: pointer;
}
#powerTip {border-radius: 0px;--tw-bg-opacity: 1;background-color: rgb(255 234 123 / var(--tw-bg-opacity));padding: 1.25rem;
}
#powerTip .box_view_html {font-weight: 400;
}
#powerTip:before {border-top-color: #300f5e !important;}

.addtoany_shortcode .addtoany_list a, .addtoany_shortcode .widget .addtoany_list a {
    padding: 0 3px;
    line-height: 16px;
  }

/* Kartta */
.addresses-map {width: 100%; height: 320px;
}
.addresses-map img {
    max-width: inherit !important;
  }

/* kuvakaruselli */
.image-carousel .image-carousel-prev, .image-carousel .image-carousel-next {cursor: pointer;--tw-bg-opacity: 1;background-color: rgb(34 64 77 / var(--tw-bg-opacity));padding-left: 1.25rem;padding-right: 1.25rem;padding-top: 0.75rem;padding-bottom: 0.75rem;font-size: 1.25rem;line-height: 1.75rem;--tw-text-opacity: 1;color: rgb(255 255 255 / var(--tw-text-opacity));
}
.image-carousel .image-carousel-prev {margin-right: 1.25rem;
}
.image-carousel .swiper-pagination-bullet {height: 20px; width: 20px; opacity: 1; --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
.image-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {--tw-bg-opacity: 1;background-color: rgb(34 64 77 / var(--tw-bg-opacity));
}

/* Graafiset elementit */
.arrows-white {background-repeat: no-repeat; background-image: url('../assets/svg/nuolet.svg');
}
.arrows-yellow {background-repeat: no-repeat; background-image: url('../assets/svg/nuolet-yellow.svg');
}
.arrows-orange {background-repeat: no-repeat; background-image: url('../assets/svg/nuolet-orange.svg');
}
.arrows-liliac {background-repeat: no-repeat; background-image: url('../assets/svg/nuolet-liliac.svg');
}
.arrows-sand {background-repeat: no-repeat; background-image: url('../assets/svg/nuolet-sand.svg');
}
.arrows-empowered_yellow {background-repeat: no-repeat; background-image: url('../assets/svg/nuolet-empowered_yellow.svg');
}

.squares-white {background-repeat: no-repeat; background-image: url('../assets/svg/ruudut.svg');
}
.squares-black {background-repeat: no-repeat; background-image: url('../assets/svg/ruudut-black.svg');
}
.squares-yellow {background-repeat: no-repeat; background-image: url('../assets/svg/ruudut-yellow.svg');
}
.squares-liliac {background-repeat: no-repeat; background-image: url('../assets/svg/ruudut-liliac.svg');
}
.squares-sand {background-repeat: no-repeat; background-image: url('../assets/svg/ruudut-sand.svg');
}
.squares-empowered_yellow {background-repeat: no-repeat; background-image: url('../assets/svg/ruudut-empowered_yellow.svg');
}
@media only screen and (max-width: 1650px) and (min-width: 768px) {
  .columns-icon > .container {padding-right: 250px;}
}
@media only screen and (max-width: 767px) {
  .columns-icon > .container {padding-bottom: 220px;}
}

.block-lahettilaat .facetwp-type-radio {margin-bottom: 0px;display: flex;flex-wrap: wrap;
}

.block-lahettilaat .facetwp-type-radio .facetwp-radio {margin-top: 0.25rem;margin-bottom: 0.25rem;margin-right: 0.5rem;display: inline-block;border-radius: 9999px;border-width: 2px;--tw-border-opacity: 1;border-color: rgb(40 95 116 / var(--tw-border-opacity));background-color: transparent;background-image: none;padding-top: 0.25rem;padding-bottom: 0.25rem;padding-left: 1.5rem;padding-right: 1.5rem;text-align: center;font-weight: 700;--tw-text-opacity: 1;color: rgb(40 95 116 / var(--tw-text-opacity));text-decoration-line: none;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;
}

.block-lahettilaat .facetwp-type-radio .facetwp-radio:hover {--tw-bg-opacity: 1;background-color: rgb(40 95 116 / var(--tw-bg-opacity));--tw-text-opacity: 1;color: rgb(255 255 255 / var(--tw-text-opacity));
}

.block-lahettilaat .facetwp-type-radio .facetwp-radio { min-width: 150px;
    }

.block-lahettilaat .facetwp-type-radio .facetwp-radio.checked {border-width: 2px;--tw-border-opacity: 1;border-color: rgb(40 95 116 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color: rgb(40 95 116 / var(--tw-bg-opacity));background-image: none;--tw-text-opacity: 1;color: rgb(255 255 255 / var(--tw-text-opacity));
}

.block-lahettilaat .facetwp-type-radio .facetwp-radio .facetwp-counter {display: none;
}
.cat-links a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 234 123 / var(--tw-text-opacity));
}

.content-box {
  width: calc(100% + 12rem);
}
.content-box-small {
  position: relative;
  top: 60px;
}

.post-thumb img {
  width: 100%;
}
.card-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .sidebar-wrap {max-width: 220px;}
}

@media screen and (max-width: 767px) {
  aside .sidebar-wrap header.entry-header {max-width: 220px;}
}

/* Tietopankki & Tapatumat */
.material-card .material-img {height: 200px;}
.material-card .material-keywords .keyword {
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  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; padding: 2px 8px;
}
.material-card .material-keywords .keyword a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity));
}

.tapahtumat-card .tapahtumat-img {height: 200px;}

@media screen and (min-width: 768px) {
      .projekti-card:hover .hover-box {
    visibility: visible;
    opacity: 1;
  }
  }

/**
*   Styling for WP CORE
*/

.wp-block {margin-left:auto;margin-right:auto;max-width:100%}

img.alignright {float:right; margin:0 0 0.5em 0.5em}
img.alignleft {float:left; margin:0 0.5em 0.5em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 0.5em 0.5em}
a img.alignleft {float:left; margin:0 0.5em 0.5em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/**
*   Styling for WP CORE alignwide and alignfull classes
*/

.wp-block-image {margin:0px}

.wp-block-image .alignright {float:none;margin:auto;display:block;max-width:72rem}

.wp-block-image .alignright img {margin-left: auto;}

.wp-block-image .alignleft {float:none;margin:auto;display:block;max-width:72rem}

.wp-block-image .alignleft img {margin-right: auto;}

figure.wp-caption {
	max-width: 100%;
	margin-bottom: 0.5rem;
}
figure.wp-caption figcaption {
	font-style: italic
}

.admin-bar .main-header.main-header-front { top: 32px; }
@media screen and ( max-width: 782px ) {
  .admin-bar .main-header.main-header-front { top: 46px; } 
}

.gform_wrapper li {list-style-type: none;
}

  .gform_wrapper input, .gform_wrapper textarea {--tw-text-opacity: 1;color: rgb(40 40 40 / var(--tw-text-opacity));
}

  .gform_wrapper input[type="submit"] {--tw-text-opacity: 1;color: rgb(255 255 255 / var(--tw-text-opacity));
}

.acf-form-submit {padding: 0 12px;
}

.acf-form-submit input[type="submit"] {margin-top: 0.5rem;display: inline-block;cursor: pointer;border-bottom-width: 3px;--tw-border-opacity: 1;border-color: rgb(255 234 123 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color: rgb(255 234 123 / var(--tw-bg-opacity));padding-top: 0.75rem;padding-bottom: 0.75rem;padding-left: 1rem;padding-right: 1rem;text-align: center;font-weight: 600;--tw-text-opacity: 1;color: rgb(255 255 255 / var(--tw-text-opacity));text-decoration-line: none; min-width: 170px;
}

/**
 * Swiper 9.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 15, 2023
 */

@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,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.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-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{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{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-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);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{-webkit-margin-before:var(--swiper-centered-offset-before);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-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,swiper-container: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)}}
:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,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:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,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:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);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:var(--swiper-pagination-bullet-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;-webkit-appearance:none;-moz-appearance: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:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);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,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,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:var(--swiper-pagination-progressbar-size,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:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}
.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,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:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}


