/*
! tailwindcss v3.3.3 | 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: currentColor;
  /* 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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: 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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::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;
  }
}

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

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[-5px\] {
  bottom: -5px;
}

.left-0 {
  left: 0px;
}

.left-\[-5px\] {
  left: -5px;
}

.right-0 {
  right: 0px;
}

.right-3 {
  right: 0.75rem;
}

.right-\[-5px\] {
  right: -5px;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-\[-5px\] {
  top: -5px;
}

.z-0 {
  z-index: 0;
}

.z-50 {
  z-index: 50;
}

.m-4 {
  margin: 1rem;
}

.\!-mx-6 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

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

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

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

.\!-mb-1 {
  margin-bottom: -0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ml-auto {
  margin-left: auto;
}

.mr-0 {
  margin-right: 0px;
}

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

.mr-6 {
  margin-right: 1.5rem;
}

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

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

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

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

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

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-\[60px\] {
  max-height: 60px;
}

.max-h-\[72px\] {
  max-height: 72px;
}

.min-h-\[100vh\] {
  min-height: 100vh;
}

.min-h-\[275px\] {
  min-height: 275px;
}

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

.min-h-\[55px\] {
  min-height: 55px;
}

.min-h-\[calc\(100vh-125px\)\] {
  min-height: calc(100vh - 125px);
}

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

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

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

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

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

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

.w-3\/4 {
  width: 75%;
}

.w-3\/5 {
  width: 60%;
}

.w-4\/5 {
  width: 80%;
}

.w-5\/6 {
  width: 83.333333%;
}

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

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

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

.w-\[calc\(100\%\+15px\)\] {
  width: calc(100% + 15px);
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.min-w-\[180px\] {
  min-width: 180px;
}

.min-w-\[33\%\] {
  min-width: 33%;
}

.min-w-\[45px\] {
  min-width: 45px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.resize {
  resize: both;
}

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

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

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

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

.items-end {
  align-items: flex-end;
}

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

.items-baseline {
  align-items: baseline;
}

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

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

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

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

.self-center {
  align-self: center;
}

.overflow-auto {
  overflow: auto;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.border {
  border-width: 1px;
}

.border-b-\[1px\] {
  border-bottom-width: 1px;
}

.border-b-\[2px\] {
  border-bottom-width: 2px;
}

.border-b-\[7px\] {
  border-bottom-width: 7px;
}

.border-l-\[1px\] {
  border-left-width: 1px;
}

.border-r-\[1px\] {
  border-right-width: 1px;
}

.border-t-\[2px\] {
  border-top-width: 2px;
}

.border-t-\[7px\] {
  border-top-width: 7px;
}

.border-\[\#E5E5E5\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.border-blue {
  --tw-border-opacity: 1;
  border-color: rgb(4 98 170 / var(--tw-border-opacity));
}

.border-lgray {
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity));
}

.border-purple {
  --tw-border-opacity: 1;
  border-color: rgb(162 68 153 / var(--tw-border-opacity));
}

.border-red {
  --tw-border-opacity: 1;
  border-color: rgb(252 68 34 / var(--tw-border-opacity));
}

.border-teal {
  --tw-border-opacity: 1;
  border-color: rgb(1 161 183 / var(--tw-border-opacity));
}

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

.border-b-lgray {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(242 242 242 / var(--tw-border-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(4 98 170 / var(--tw-bg-opacity));
}

.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(117 117 117 / var(--tw-bg-opacity));
}

.bg-lgray {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}

.bg-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(162 68 153 / var(--tw-bg-opacity));
}

.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(252 68 34 / var(--tw-bg-opacity));
}

.bg-teal {
  --tw-bg-opacity: 1;
  background-color: rgb(1 161 183 / var(--tw-bg-opacity));
}

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

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

.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-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

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

.\!pb-0 {
  padding-bottom: 0px !important;
}

.\!pb-2 {
  padding-bottom: 0.5rem !important;
}

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

.pb-1 {
  padding-bottom: 0.25rem;
}

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

.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-6 {
  padding-bottom: 1.5rem;
}

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

.pl-10 {
  padding-left: 2.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

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

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

.pl-\[8px\] {
  padding-left: 8px;
}

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

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

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

.pr-\[8px\] {
  padding-right: 8px;
}

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

.pt-2 {
  padding-top: 0.5rem;
}

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

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

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

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

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

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

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

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

.text-right {
  text-align: right;
}

.font-sans {
  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";
}

.text-3xl {
  font-size: 2rem;
}

.text-xl {
  font-size: 1.25rem;
}

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

.uppercase {
  text-transform: uppercase;
}

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

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

.text-blue {
  --tw-text-opacity: 1;
  color: rgb(4 98 170 / var(--tw-text-opacity));
}

.text-gray {
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity));
}

.text-purple {
  --tw-text-opacity: 1;
  color: rgb(162 68 153 / var(--tw-text-opacity));
}

.text-red {
  --tw-text-opacity: 1;
  color: rgb(252 68 34 / var(--tw-text-opacity));
}

.text-teal {
  --tw-text-opacity: 1;
  color: rgb(1 161 183 / var(--tw-text-opacity));
}

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

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-70 {
  opacity: 0.7;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

.duration-200 {
  transition-duration: 200ms;
}

.duration-700 {
  transition-duration: 700ms;
}

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

@font-face {
  font-family: 'FaktPro';

  src: url('/assets/fonts/FaktPro-Blond.woff2') format('woff2'),
        url('/assets/fonts/FaktPro-Blond.woff') format('woff');

  font-weight: 300;

  font-display: swap;
}

@font-face {
  font-family: 'FaktPro';

  src: url('/assets/fonts/FaktPro-Normal.woff2') format('woff2'),
        url('/assets/fonts/FaktPro-Normal.woff') format('woff');

  font-weight: 400;

  font-display: swap;
}

@font-face {
  font-family: 'FaktPro';

  src: url('/assets/fonts/FaktPro-Medium.woff2') format('woff2'),
        url('/assets/fonts/FaktPro-Medium.woff') format('woff');

  font-weight: 500;

  font-display: swap;
}

@font-face {
  font-family: 'FaktPro';

  src: url('/assets/fonts/FaktPro-Bold.woff2') format('woff2'),
        url('/assets/fonts/FaktPro-Bold.woff') format('woff');

  font-weight: 600;

  font-display: swap;
}

@font-face {
  font-family: 'AT Osmose';

  src: url('/assets/fonts/ATOsmose-Regular.woff2') format('woff2'),
        url('/assets/fonts/ATOsmose-Regular.woff') format('woff');

  font-weight: 400;

  font-display: swap;
}

@font-face {
  font-family: 'AT Osmose';

  src: url('/assets/fonts/ATOsmose-Bold.woff2') format('woff2'),
        url('/assets/fonts/ATOsmose-Bold.woff') format('woff');

  font-weight: 600;

  font-display: swap;
}

html {
  overflow-x: hidden;
  overscroll-behavior: none;
  scroll-behavior: smooth !important;
  cursor: default;
}

body {
  font-family: 'FaktPro';
  font-size: 16px;
  font-weight: 400;
  overscroll-behavior: none;
}

.strip-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  overflow: hidden;
  will-change: transform;
  z-index: 100;
}

.strip {
  flex: 1;
  height: 100%;
  transition: transform .5s ease-in-out;
  z-index: 1000000;
  margin: 0 -1px;
}

.container, .bccontainer {
  max-width: 1360px;
  padding-left: 3em;
  padding-right: 3em;
  margin: auto;
}

.collage-container {
  max-width: 1360px;
  padding-left: 3em;
  padding-right: 0;
  margin: auto;
}

@media (max-width: 768px) {
  .collage-container {
    padding-left: 0;
    padding-right: 0;
    margin: auto;
  }

  .container {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .bccontainer {
    padding-left: 0;
    padding-right: 0;
    margin: auto;
  }
}

.nav-icon {
  width: 31px;
  height: 20px;
  position: relative;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 100;
}

.nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.nav-icon span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}

.nav-icon span:nth-child(2) {
  top: 9px;
  transform-origin: left center;
}

.nav-icon span:nth-child(3) {
  top: 18px;
  transform-origin: left center;
}

.nav-icon.open span:nth-child(1) {
  transform: rotate(45deg);
  top: -1px;
  left: 4px;
}

.nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.nav-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 21px;
  left: 4px;
}

.nav-icon.open span {
}

.headed .mmword {
  display: none;
}

.mmnav {
  opacity: 0;
}

.headed .mmnav, #stuckheader .mmnav {
  opacity: 1;
}

.hometopbg {
  background: linear-gradient(
        #404040 10%,    /* Darker starting color stop */
        #808080 25%,    /* 25% - middle color stop */
        #c0c0c0 50%,    /* 50% - ending color stop */
        #808080 75%,    /* 75% - middle color stop */
        #404040 90%     /* Darker ending color stop */
    );
  mix-blend-mode: multiply;
  opacity: .4;
  z-index: 0;
}

.hometop .flickity-viewport {
  min-height: calc(100dvh) !important;
  transition: all 300ms ease-in-out;
}

.hometopbgholder {
  mix-blend-mode: multiply;
}

.home-bg-carousel img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  min-height: 100vh !important;
}

.calloutbg {
  background: black;
  mix-blend-mode: multiply;
  opacity: .5;
  z-index: 0;
}

#stickyheader {
  background: rgba(255,255,255,0);
  color: white;
  transition: all 200ms ease-in-out;
  z-index: 100;
}

#stickyheader.stuck, #stuckheader {
  position: fixed;
  top: 0;
  background: rgba(255,255,255,1);
  color: #01A1B7;
  box-shadow: 0px 4px 6px #00000029;
  z-index: 100;
}

#stickysubnav {
  z-index: 110;
  position: relative;
  background: white;
  transition: all 200ms ease-in-out;
  opacity: 1;
  pointer-events: all;
}

#stickysubnav.nopacity, #mobilesubnav.nopacity {
  opacity: 0 !important;
  pointer-events: none !important;
}

#stickysubnav.stuck {
  position: fixed;
  top: 0;
  z-index: 110;
  background: white;
  width: 100%;
}

@media (min-width: 768px) {
  .subheaded #isotope {
    margin-top: 125px;
  }
}

@media (max-width: 768px) {
  #mobilesubnav {
    position: fixed;
    z-index: 1;
    opacity: 0;
    transition: all 200ms ease-in-out;
    pointer-events: none;
    width: 100%;
    left: 0;
    top: 82px;
  }

  .subheaded #mobilesubnav {
    position: fixed;
    width: 100%;
    left: 0;
    top: 82px;
    z-index: 1;
    opacity: 1;
    pointer-events: all;
    box-shadow: 0px 4px 6px #00000029;
  }

  #isotope {
    padding-top: 100px !important;
  }
}

#resetIsotopeFilters {
  opacity: 1;
  transition: all 200ms ease-in-out;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

#resetIsotopeFilters.is-checked {
  opacity: 0;
  pointer-events: none;
  margin: 0;
}

.sticky {
  position: sticky;
  top: 170px;
  will-change: transform;
  transform: translateZ(0);
}

@media (max-width: 768px) {
  .sticky {
    position: relative !important;
    top: auto;
  }
}

.h1 {
  font-size: 3.13rem;
  line-height: 3.44rem;
}

.h2 {
  font-size: 2.5rem;
  line-height: 2.81rem;
}

.h3, .rom {
  font-size: 1.56rem;
  line-height: 2.19rem;
}

.colorq {
  font-size: 1.9rem;
  line-height: 2.5rem;
}

.rom p:not(:first-of-type) {
  color: #757575;
  font-weight: 300;
  font-size: 1.06rem;
  line-height: 1.56rem;
}

p:not(:first-of-type) {
  margin-top: 1em;
}

.rom p:nth-of-type(2) {
  padding-top: 1em;
}

.rom p:not(:first-of-type) strong {
  font-weight: 800;
}

.body1, .body2 {
  font-size: 1.25rem;
  line-height: 1.88rem;
}

.body1, .body3, .caption, .footsub, .footinfo, .newslink, .footnote {
  font-weight: 300;
}

.body1 a, .body2 a, .body3 a {
  padding-bottom: .1em;
  border-bottom: 1px solid black;
}

.body2, .h1, .h2, .h3 {
  font-weight: 500;
}

.body1 p, .body2 p, .body3 p {
  padding-bottom: 0.94rem;
}

.body3 {
  font-size: 1.06rem;
  line-height: 1.56rem;
}

.newsbody {
  font-size: 1.25rem;
  line-height: 1.56rem;
}

.caption {
  font-size: 1rem;
  line-height: 1.25em;
}

.footsub {
  font-size: 1.13rem;
  line-height: 1.75rem;
}

.footinfo {
  font-size: 1rem;
  line-height: 1.53rem;
  letter-spacing: 0.075rem;
}

.check {
  font-size: 0.94rem;
  line-height: 1.13rem;
}

.newslink {
  font-size: 0.94rem;
  line-height: 1.56rem;
}

.newslink::before {
  content: ">> ";
}

.footnote {
  font-size: 0.69rem;
  line-height: 0.94rem;
}

.subnav, .eyebrow, .perc, .mat, .copyright, .footlink, .buttonlink, .fui-submit, .techlink {
  font-family: 'AT Osmose';
}

.subnav, .eyebrow, .copyright, .footlink, .buttonlink, .fui-submit, .techlink {
  text-transform: uppercase;
}

.copyright, .footlink, .buttonlink, .fui-submit, .techlink {
  letter-spacing: 0.075rem;
}

.subnav, .eyebrow, .mat {
  letter-spacing: 0.1rem;
}

.subnav, .eyebrow, .perc, .mat, .buttonlink, .fui-submit, .techlink {
  font-weight: 600;
}

.subnav {
  font-size: 0.75rem;
}

@media (max-width: 768px) {
  .subnav {
    font-size: 0.5rem;
  }

  .footnote {
    font-size: 0.5rem;
    line-height: 0.74rem;
  }

  button.mfp-arrow {
    opacity: 0;
  }
}

.eyebrow {
  font-size: 0.81rem;
  line-height: 1.13rem;
}

.body1 strong, .body2 strong, .body3 strong, .caption strong {
  font-weight: 800;
}

.contactbox .footinfo a {
  border-bottom: .5px solid #959595;
  padding-bottom: .15em;
}

.mfp-bg {
  opacity: 0;
  background: black;
  transition: all .3s ease-in-out;
}

.mfp-bg.mfp-ready    {
  opacity: .9;
}

.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all .3s;
}

.mfp-title {
  font-family: AT Osmose;
  font-weight: bold;
  text-transform: uppercase;
}

.mfp-arrow-right::after, .mfp-arrow-left::after{
  display: none !important;
}

.mfp-arrow-right::before {
  border-left: 27px solid white !important;
}

.mfp-arrow-left::before {
  border-right: 27px solid white !important;
}

.mfp-wrap.mfp-ready .mfp-content    {
  opacity: 1;
}

.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.fui-legend, .fui-label {
  font-family: 'AT Osmose';
  text-transform: uppercase;
  letter-spacing: 0.1rem !important;
  font-weight: 600 !important;
  font-size: 0.81rem !important;
  line-height: 1.13rem !important;
  width: 100px;
  display: inline-block;
}

.fui-field-container {
  border-bottom: 2px solid #F2F2F2 !important;
}

.fui-type-multi-line-text textarea{
  padding-left: 0;
  border-top: 2px solid #F2F2F2 !important;
  min-height: 150px !important;
  font-size: 1.25rem;
  line-height: 1.88rem;
}

.fui-error .fui-label {
  color: black !important;
}

.fui-input, select {
  border: 0 !important;
}

select {
  font-size: 1.25rem !important;
}

select.null {
  color: #959595 !important;
}

.fui-required {
  display: none !important;
}

.fui-row {
  margin-bottom: 2rem;
}

.fui-row:last-of-type {
  margin-bottom: 0;
}

.fui-i {
  position: relative;
}

.chart img {
  box-shadow: 0px 3px 6px #00000029;
}

.chart img.plus {
  box-shadow: none !important;
}

.techimg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

.collagesvg svg {
  width: 100%;
  height: 100%;
  transition: transform .2s ease-in-out;
  pointer-events: all !important;
}

.circ svg {
  width: 9px !important;
  height: 9px !important;
}

.collagesvg .caption {
  font-size: min(1.1vw, 16px) !important;
}

@media (max-width: 768px) {
  .collagesvg .caption {
    font-size: min(2.2vw, 16px) !important;
  }

  .h1 {
    font-size: 2.34rem;
    line-height: 2.58rem;
  }

  .callout .h1 {
    font-size: 1.87rem;
    line-height: 2.10rem;
  }

  .h2 {
    font-size: 1.87rem;
    line-height: 2.10rem;
  }

  .h3, .rom {
    font-size: 1.56rem;
    line-height: 2.19rem;
  }

  .colorq {
    font-size: 1.75rem;
    line-height: 2.19rem;
  }

  .mat {
    font-size: 1.7rem !important;
    line-height:1em !important;
  }

  .eyebrow {
    font-size: 0.8em;
  }
}

.placeholder svg {
  width: 100%;
  height: auto;
  opacity: 0;
  pointer-events: none;
}

.collagesvg svg:hover {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .collagesvg svg:hover {
    transform: none;
  }
}

.circ svg {
  -webkit-clip-path: none !important;
          clip-path: none !important;
}

.reasonradio .fui-input-container .fui-radio:first-of-type:before {
  content: 'Reason';
  font-family: 'AT Osmose';
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 600 !important;
  font-size: 0.81rem;
  line-height: 1.13rem;
  width: 100px;
  display: inline-block;
}

input::-moz-placeholder, textarea::-moz-placeholder, .fui-input::-moz-placeholder, .fui-select::-moz-placeholder {
  opacity: 1 !important;
  color: #959595 !important;
  font-size: 1.25rem !important;
  line-height: 1.88rem !important;
}

input::placeholder, textarea::placeholder, .fui-input::placeholder, .fui-select::placeholder {
  opacity: 1 !important;
  color: #959595 !important;
  font-size: 1.25rem !important;
  line-height: 1.88rem !important;
}

@media (max-width: 768px) {
  .fui-radio label {
    padding-left: 20px !important;
  }

  .fui-legend, .fui-label {
    width: 80px;
  }

  input::-moz-placeholder, textarea::-moz-placeholder, .fui-input::-moz-placeholder, .fui-select::-moz-placeholder {
    opacity: 1 !important;
    color: #959595 !important;
    font-size: 1rem !important;
    line-height: 1.25em !important;
  }

  input::placeholder, textarea::placeholder, .fui-input::placeholder, .fui-select::placeholder {
    opacity: 1 !important;
    color: #959595 !important;
    font-size: 1rem !important;
    line-height: 1.25em !important;
  }

  select {
    font-size: 1rem !important;
    line-height: 1.25em !important;
    padding-bottom: 1.15em;
  }
}

@media (max-width: 1024px) {
  .reasonradio .fui-input-container .fui-radio:first-of-type:before {
    padding-bottom: 1em;
    width: 100%;
    display: block;
  }

  .fui-layout-horizontal .fui-layout-wrap {
    align-items: last baseline;
  }
}

.fui-label-left-input .fui-input-container {
  margin-left: 0 !important;
}

.perc {
  font-size: 1.25rem;
  line-height: 1.56rem;
}

.mat {
  font-size: 2.5rem;
  line-height: 1.05em;
}

.copyright {
  font-size: 0.56rem;
}

.footlink {
  font-size: .69rem;
}

.bg-transparent:hover {
  background-color: transparent;
}

a.nav-link::after {
  content: "";
  display: block;
  background: currentColor;
  height: 1.5px;
  transition: all 400ms ease-in-out;
  width: 0;
}

a.nav-link.is-active::after, .nav-link:hover::after {
  width: 100%;
}

a.nav-link.buttonlink::after {
  content: "";
  display: none;
}

.buttonlink {
  font-size: 0.813rem;
  line-height: 1em;
  padding: .7em 1.5em 0.5em;
  border-width: 1px;
  border-radius: 2em;
  transition: all 500ms ease-in-out;
}

header#stickyheader .buttonlink {
  background: white;
  color: black;
  border-color: white;
}

#sidemenu .buttonlink:hover {
  background: white;
  color: #01A1B7;
  border-color: white;
}

header#stickyheader .buttonlink:hover {
  background: transparent;
  color: white;
}

header#stuckheader .buttonlink,  header#stickyheader.stuck .buttonlink {
  background: #01A1B7;
  color: white;
  border-color: #01A1B7;
}

header svg path {
  fill: #01A1B7;
}

footer .buttonlink {
  background: white;
  color: black;
  border-color: white;
}

footer .buttonlink:hover {
  background: transparent;
  color: white;
}

.footlink:hover {
  font-weight: bold;
}

header#stuckheader .buttonlink:hover, header#stickyheader.stuck .buttonlink:hover {
  background: transparent;
  color: #01A1B7;
}

.techlink {
  font-size: 0.625rem;
  line-height: 1em;
  padding: .7em 1.5em 0.5em;
  border-width: 1px;
  border-radius: 2em;
  transition: all 200ms ease-in-out;
}

.fui-submit {
  font-size: 0.813rem !important;
  line-height: 1em !important;
  padding-left: 1.5em !important;
  padding-right: 1.5em !important;
  border-width: 1px !important;
  border-radius: 2em !important;
  background: black !important;
  color: white !important;
  border-color: black !important;
  padding-top: .7rem !important;
  padding-bottom: .8rem !important;
}

.fui-submit:hover {
  background: transparent !important;
  color: black !important;
}

sub, sup {
  font-size: 60% !important;
}

sup {
  top: -0.55em !important;
}

.tri {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0px;
  border-color: #ffffff transparent transparent transparent;
}

.mmlogohover, .biocategory {
  transition: all .2s ease-in-out;
}

.biocategory {
  opacity: 0;
  scale: (0, 1);
  pointer-events: none;
}

.mmlogohover:hover {
  transform: scale(1.2)
}

.cathover:hover .biocategory{
  opacity: 1;
  pointer-events: all;
  scale: 1;
}

#radar  {
  animation: pulse2 1.5s ease-in-out infinite;
}

.subnavicon svg {
  height: 100% !important;
}

.subnavicon svg path {
  fill: #757575;
  transition: all 200ms ease-in-out;
}

#mobilesubnav button {
  opacity: .5;
  transition: all 200ms ease-in-out;
}

#mobilesubnav button.is-checked {
  opacity: 1;
}

#mobilesubnav svg path, #mobilesubnav .subnav {
  fill: black;
  transition: all 200ms ease-in-out;
  color: black;
  font-size: 0.6em;
  letter-spacing: .005em;
}

.is-checked {
  pointer-events: none;
}

button:hover .subnavicon svg path, .is-checked .subnavicon svg path, .iconbar svg path {
  fill: #01A1B7;
}

.iconbar svg {
  max-height: 30px;
}

button .subnav {
  color: #757575;
  transition: all 200ms ease-in-out;
}

button:hover .subnav, .is-checked .subnav {
  color: black;
}

#mobilesubnav .is-checked svg path, #mobilesubnav .is-checked .subnav {
  fill: white;
  color: white;
}

@keyframes pulse2 {
  0% {
    transform: scale(1, 1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

/* clear fix */

.grid:after {
  content: '';
  display: block;
  clear: both;
}

* {
  box-sizing: border-box;
}

.element-item {
  position: relative;
  float: left;
  width: 100%;
}

.sidemenu {
  display: block;
  position: fixed;
  top:0;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 100vw;
  max-width: 100vw;
  transition: .25s ease-in-out;
  pointer-events: none;
}

@media (min-width: 1280px) {
  .sidemenu {
    display: none;
  }
}

.sidemenu.open {
  top: 0;
  opacity: 1;
  pointer-events: all;
}

@media (max-width: 1280px) {
  #stickyheader {
    height: 0 !important;
    padding: 0 !important;
  }

  #stickyheader.stuck {
    height: auto !important;
    padding: 1.5rem !important;
    box-shadow: none;
  }

  #mobile-h-header {
    position: fixed !important;
    top: 0;
    z-index: 10000;
    transition: all 500ms ease-in-out;
    background: rgba(255,255,255,0);
  }

  header#mobile-h-header svg path, .hometop #stickyheader {
    opacity: 0;
    fill: white !important;
    transition: all 500ms ease-in-out;
  }

  header#mobile-h-header svg path#Path_1065 {
    opacity: 1;
  }

  .noscroll header#mobile-h-header svg path {
    opacity: 1;
  }

  #mobile-h-header.mstuck {
    background: rgba(255,255,255,1);
    box-shadow: 0px 4px 6px #00000029;
  }

  #onmenu {
    box-shadow: 0px 4px 6px #00000029;
  }

  header#mobile-h-header.mstuck svg path, header#mobile-h-header.mstuck svg path#Path_1065 {
    opacity: 1 !important;
    fill: #01A1B7 !important;
  }

  header#mobile-h-header .nav-icon span {
    background: #ffffff !important;
    transition: all 300ms ease-in-out;
  }

  header#mobile-h-header.mstuck .nav-icon span {
    background: #01A1B7 !important;
  }

  .m-h-screen {
    height: calc(100dvh) !important;
    transform: translateZ(0);
    transition: all 300ms ease-in-out;
  }

  .m-max {
    max-height: calc(100dvh) !important;
    transition: all 300ms ease-in-out;
  }

  .strip-container {
    max-height: calc(100dvh) !important;
  }
}

.over-container {
  padding-left: 3em;
  margin-left: calc(50vw - 680px);
}

.testimonial-carousel .flickity-viewport, .boxSlider-carousel .flickity-viewport {
  overflow: visible !important;
}

.testimonial-carousel, .boxSlider-carousel {
  overflow-x: hidden;
  padding-left: 1em;
  margin-left: -1em;
}

.testimonial-carousel .carousel-cell {
  width: 28.5%;
  display: flex;
  min-height: 100%;
  margin-right: 2em;
  background: white;
  box-shadow: 0px 3px 6px #00000029;
}

.boxSlider-carousel .carousel-cell {
  width: 40%;
  display: flex;
  min-height: 100%;
  margin-right: 2em;
  box-shadow: 0px 3px 6px #00000029;
}

@media (max-width: 1360px) {
  .over-container {
    padding-left: 3em;
    margin-left: 0;
  }
}

@media (max-width: 1000px) {
  .testimonial-carousel .carousel-cell {
    width: 40%;
  }

  .boxSlider-carousel .carousel-cell {
    width: 75%;
  }

  .newsSlider-carousel .carousel-cell {
    width: 75%;
  }
}

@media (max-width: 700px) {
  .testimonial-carousel .carousel-cell {
    width: 66%;
  }

  .boxSlider-carousel .carousel-cell {
    width: 100%;
  }

  .newsSlider-carousel .carousel-cell {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .testimonial-carousel .carousel-cell {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .over-container {
    margin-left: 0;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

.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\:\!text-black:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.hover\:\!text-blue:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(4 98 170 / var(--tw-text-opacity)) !important;
}

.hover\:\!text-purple:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(162 68 153 / var(--tw-text-opacity)) !important;
}

.hover\:\!text-red:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(252 68 34 / var(--tw-text-opacity)) !important;
}

.hover\:\!text-teal:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(1 161 183 / var(--tw-text-opacity)) !important;
}

@media (min-width: 640px) {
  .sm\:right-4 {
    right: 1rem;
  }

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

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

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

  .sm\:block {
    display: block;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

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

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

  .sm\:pl-2 {
    padding-left: 0.5rem;
  }

  .sm\:pl-\[15px\] {
    padding-left: 15px;
  }

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

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

  .sm\:pr-\[15px\] {
    padding-right: 15px;
  }

  .sm\:pt-0 {
    padding-top: 0px;
  }

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

@media (min-width: 768px) {
  .md\:m-0 {
    margin: 0px;
  }

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

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

  .md\:mr-\[-15\%\] {
    margin-right: -15%;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

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

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

  .md\:max-w-\[calc\(680px-2rem\)\] {
    max-width: calc(680px - 2rem);
  }

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

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

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

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

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

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

  .md\:p-10 {
    padding: 2.5rem;
  }

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

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

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

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

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

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

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

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

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

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

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

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

  .md\:pr-24 {
    padding-right: 6rem;
  }

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

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

@media (min-width: 1024px) {
  .lg\:right-6 {
    right: 1.5rem;
  }

  .lg\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

  .lg\:w-1\/5 {
    width: 20%;
  }

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

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-5\/6 {
    width: 83.333333%;
  }

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

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

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

  .lg\:p-10 {
    padding: 2.5rem;
  }

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

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

  .lg\:pr-24 {
    padding-right: 6rem;
  }

  .lg\:pt-\[125px\] {
    padding-top: 125px;
  }
}

@media (min-width: 1280px) {
  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

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

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

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }

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

  .xl\:p-10 {
    padding: 2.5rem;
  }

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

  .xl\:\!pb-0 {
    padding-bottom: 0px !important;
  }

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