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

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

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: 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.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, 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 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

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

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

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}.sizing-medium {
  width: calc(100% - (2 * 0.75rem));
  margin-left: auto;
  margin-right: auto;
  max-width: 77.5rem;
}@media screen and (min-width: 768px) {

  .sizing-medium {
    width: calc(100% - (2 * 6.25rem));
  }
}.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}.pointer-events-none {
  pointer-events: none;
}.visible {
  visibility: visible;
}.fixed {
  position: fixed;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.inset-0 {
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem;
}.inset-x-0 {
  left: 0rem;
  right: 0rem;
}.bottom-0 {
  bottom: 0rem;
}.-z-\[1\] {
  z-index: -1;
}.z-10 {
  z-index: 10;
}.z-50 {
  z-index: 50;
}.z-\[1\] {
  z-index: 1;
}.col-span-1 {
  grid-column: span 1 / span 1;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.mb-16 {
  margin-bottom: 1rem;
}.mb-32 {
  margin-bottom: 2rem;
}.mb-8 {
  margin-bottom: 0.5rem;
}.ml-10 {
  margin-left: 0.625rem;
}.mr-10 {
  margin-right: 0.625rem;
}.mt-12 {
  margin-top: 0.75rem;
}.mt-16 {
  margin-top: 1rem;
}.mt-24 {
  margin-top: 1.5rem;
}.mt-32 {
  margin-top: 2rem;
}.mt-48 {
  margin-top: 3rem;
}.mt-64 {
  margin-top: 4rem;
}.mt-8 {
  margin-top: 0.5rem;
}.mt-gutter-mobile {
  margin-top: 0.75rem;
}.block {
  display: block;
}.flex {
  display: flex;
}.grid {
  display: grid;
}.hidden {
  display: none;
}.\!h-full {
  height: 100% !important;
}.h-12 {
  height: 0.75rem;
}.h-16 {
  height: 1rem;
}.h-2 {
  height: 0.125rem;
}.h-50 {
  height: 3.125rem;
}.h-\[70vh\] {
  height: 70vh;
}.h-full {
  height: 100%;
}.min-h-\[80vh\] {
  min-height: 80vh;
}.w-12 {
  width: 0.75rem;
}.w-16 {
  width: 1rem;
}.w-26 {
  width: 1.625rem;
}.w-auto {
  width: auto;
}.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}.w-full {
  width: 100%;
}.flex-1 {
  flex: 1 1 0%;
}.flex-grow {
  flex-grow: 1;
}.-translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.transform-gpu {
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.flex-row {
  flex-direction: row;
}.flex-col {
  flex-direction: column;
}.flex-wrap {
  flex-wrap: wrap;
}.items-start {
  align-items: flex-start;
}.items-center {
  align-items: center;
}.justify-start {
  justify-content: flex-start;
}.justify-end {
  justify-content: flex-end;
}.justify-center {
  justify-content: center;
}.justify-between {
  justify-content: space-between;
}.gap-12 {
  gap: 0.75rem;
}.gap-16 {
  gap: 1rem;
}.gap-24 {
  gap: 1.5rem;
}.gap-4 {
  gap: 0.25rem;
}.gap-48 {
  gap: 3rem;
}.gap-6 {
  gap: 0.375rem;
}.gap-8 {
  gap: 0.5rem;
}.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}.overflow-y-auto {
  overflow-y: auto;
}.\!rounded-10 {
  border-radius: 0.625rem !important;
}.rounded-10 {
  border-radius: 0.625rem;
}.rounded-12 {
  border-radius: 0.75rem;
}.rounded-full {
  border-radius: 9999px;
}.\!border {
  border-width: 1px !important;
}.border {
  border-width: 1px;
}.border-b {
  border-bottom-width: 1px;
}.\!border-solid {
  border-style: solid !important;
}.border-solid {
  border-style: solid;
}.\!border-blue-darkest {
  --tw-border-opacity: 1 !important;
  border-color: rgba(37, 60, 91, 1) !important;
  border-color: rgba(37, 60, 91, var(--tw-border-opacity, 1)) !important;
}.border-blue-dark {
  --tw-border-opacity: 1;
  border-color: rgba(13, 21, 33, 1);
  border-color: rgba(13, 21, 33, var(--tw-border-opacity, 1));
}.border-blue-darkest {
  --tw-border-opacity: 1;
  border-color: rgba(37, 60, 91, 1);
  border-color: rgba(37, 60, 91, var(--tw-border-opacity, 1));
}.border-blue-light {
  --tw-border-opacity: 1;
  border-color: rgba(51, 65, 84, 1);
  border-color: rgba(51, 65, 84, var(--tw-border-opacity, 1));
}.border-casper {
  --tw-border-opacity: 1;
  border-color: rgba(175, 190, 207, 1);
  border-color: rgba(175, 190, 207, var(--tw-border-opacity, 1));
}.border-cyan {
  --tw-border-opacity: 1;
  border-color: rgba(128, 150, 179, 1);
  border-color: rgba(128, 150, 179, var(--tw-border-opacity, 1));
}.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
}.border-opacity-30 {
  --tw-border-opacity: 0.3;
}.\!bg-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(28, 46, 69, 1) !important;
  background-color: rgba(28, 46, 69, var(--tw-bg-opacity, 1)) !important;
}.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgba(28, 46, 69, 1);
  background-color: rgba(28, 46, 69, var(--tw-bg-opacity, 1));
}.bg-blue-dark {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 21, 33, 1);
  background-color: rgba(13, 21, 33, var(--tw-bg-opacity, 1));
}.bg-blue-darker {
  --tw-bg-opacity: 1;
  background-color: rgba(61, 89, 118, 1);
  background-color: rgba(61, 89, 118, var(--tw-bg-opacity, 1));
}.bg-blue-darkest {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 60, 91, 1);
  background-color: rgba(37, 60, 91, var(--tw-bg-opacity, 1));
}.bg-blue-light {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 65, 84, 1);
  background-color: rgba(51, 65, 84, var(--tw-bg-opacity, 1));
}.bg-cyan {
  --tw-bg-opacity: 1;
  background-color: rgba(128, 150, 179, 1);
  background-color: rgba(128, 150, 179, var(--tw-bg-opacity, 1));
}.bg-transparent {
  background-color: transparent;
}.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}.p-12 {
  padding: 0.75rem;
}.p-16 {
  padding: 1rem;
}.p-24 {
  padding: 1.5rem;
}.p-5 {
  padding: 0.3125rem;
}.p-6 {
  padding: 0.375rem;
}.\!px-16 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}.\!py-8 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}.px-10 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}.px-16 {
  padding-left: 1rem;
  padding-right: 1rem;
}.px-40 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}.py-12 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.py-24 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.py-3 {
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
}.py-32 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}.py-48 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}.py-8 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-9 {
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
}.text-left {
  text-align: left;
}.text-center {
  text-align: center;
}.font-body {
  font-family: 'Inter', 'Helvetica', sans-serif;
}.font-title {
  font-family: 'Playfair Display', 'Georgia', sans-serif;
}.\!text-14 {
  font-size: 0.875rem !important;
}.text-12 {
  font-size: 0.75rem;
}.text-14 {
  font-size: 0.875rem;
}.text-16 {
  font-size: 1rem;
}.text-18 {
  font-size: 1.125rem;
}.text-20 {
  font-size: 1.25rem;
}.text-24 {
  font-size: 1.5rem;
}.text-32 {
  font-size: 2rem;
}.text-36 {
  font-size: 2.25rem;
}.font-bold {
  font-weight: 700;
}.font-medium {
  font-weight: 500;
}.font-normal {
  font-weight: 400;
}.font-semi-bold {
  font-weight: 600;
}.uppercase {
  text-transform: uppercase;
}.leading-100 {
  line-height: 1;
}.leading-110 {
  line-height: 1.1;
}.tracking-\[0\.1875rem\] {
  letter-spacing: 0.1875rem;
}.tracking-\[0\.375rem\] {
  letter-spacing: 0.375rem;
}.\!text-white-smoke {
  --tw-text-opacity: 1 !important;
  color: rgba(240, 234, 214, 1) !important;
  color: rgba(240, 234, 214, var(--tw-text-opacity, 1)) !important;
}.text-black {
  --tw-text-opacity: 1;
  color: rgba(17, 17, 17, 1);
  color: rgba(17, 17, 17, var(--tw-text-opacity, 1));
}.text-blue-dark {
  --tw-text-opacity: 1;
  color: rgba(13, 21, 33, 1);
  color: rgba(13, 21, 33, var(--tw-text-opacity, 1));
}.text-casper {
  --tw-text-opacity: 1;
  color: rgba(175, 190, 207, 1);
  color: rgba(175, 190, 207, var(--tw-text-opacity, 1));
}.text-cyan {
  --tw-text-opacity: 1;
  color: rgba(128, 150, 179, 1);
  color: rgba(128, 150, 179, var(--tw-text-opacity, 1));
}.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}.text-white-smoke {
  --tw-text-opacity: 1;
  color: rgba(240, 234, 214, 1);
  color: rgba(240, 234, 214, var(--tw-text-opacity, 1));
}.opacity-0 {
  opacity: 0;
}.opacity-70 {
  opacity: 0.7;
}.\!outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}.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-\[transform\2c opacity\] {
  transition-property: transform,opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.duration-default {
  transition-duration: 300ms;
}.ease-\[cubic-bezier\(0\.22\2c 1\2c 0\.36\2c 1\)\] {
  transition-timing-function: cubic-bezier(0.22,1,0.36,1);
}.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.\[will-change\:transform\2c opacity\] {
  will-change: transform,opacity;
}@font-face{font-family:"Inter";src:url(../535ba2460ca4d34749a8.woff2) format("woff2"),url(../d5073709cabb75385d5a.woff) format("woff");font-weight:bold;font-style:normal;font-display:swap}@font-face{font-family:"Inter";src:url(../763fac7cb593138c5a7d.woff2) format("woff2"),url(../3b80565c3210ecb30741.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:"Inter";src:url(../a1d66fff777ffbb8fe3b.woff2) format("woff2"),url(../0828186acb40927ffe65.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"Inter";src:url(../46350d19eb5741e853d8.woff2) format("woff2"),url(../69d06c8cb9ed9aa87278.woff) format("woff");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Inter";src:url(../916c092216669897872d.woff2) format("woff2"),url(../8cac2cfd35c1c9bcecaf.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Playfair Display";src:url(../1cf8ca32170f82a0cbff.woff2) format("woff2"),url(../1fa15acfe686c7776de5.woff) format("woff");font-weight:bold;font-style:normal;font-display:swap}*,*:before,*:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{font-size:16px}@media screen and (min-width: 1920px){:root{font-size:18px}}body{font-family:'Inter', 'Helvetica', sans-serif;font-weight:400}h1,.style-h1{font-family:'Playfair Display', 'Georgia', sans-serif;font-weight:400}h2,.style-h2{font-family:'Playfair Display', 'Georgia', sans-serif;font-weight:400}h3,.style-h3{font-family:'Playfair Display', 'Georgia', sans-serif;font-weight:400}h4,.style-h4{font-family:'Playfair Display', 'Georgia', sans-serif;font-weight:400}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}html>body{position:relative;min-height:100vh}html>body>footer{position:sticky;top:100%}#cmplz-manage-consent .cmplz-btn.cmplz-manage-consent.cmplz-show{display:none}.grecaptcha-badge{visibility:hidden}.otgs-development-site-front-end{display:none}.btn-blue svg path{stroke:#8096B3;transition:all .3s ease}.btn-blue:hover svg path{stroke:#0d1521}.btn-blue-dark svg path{stroke:#F0EAD6;transition:all .3s ease}.btn-blue-dark:hover svg path{stroke:#0d1521}.btn-cyan svg path{stroke:#0d1521;transition:all .3s ease}.btn-cyan:hover svg path{stroke:#8096B3}body.cmplz-document #cmplz-document,.legal-page-template .content-page{width:100%;max-width:none;padding-top:3rem;padding-bottom:3rem}@media screen and (min-width: 1024px){body.cmplz-document #cmplz-document,.legal-page-template .content-page{padding-top:4rem;padding-bottom:4rem}}body.cmplz-document #cmplz-document>*:not(section),.legal-page-template .content-page>*:not(section) {
  width: calc(100% - (2 * 0.75rem));
  margin-left: auto;
  margin-right: auto;
  max-width: 77.5rem;
}@media screen and (min-width: 768px) {

  body.cmplz-document #cmplz-document>*:not(section),.legal-page-template .content-page>*:not(section) {
    width: calc(100% - (2 * 6.25rem));
  }
}body.cmplz-document #cmplz-document>h1,body.cmplz-document #cmplz-document h2,.legal-page-template .content-page>h1,.legal-page-template .content-page h2{margin-top:1.875rem;margin-bottom:0.25rem;font-size:1.25rem}body.cmplz-document #cmplz-document .screen-reader-text,.legal-page-template .content-page .screen-reader-text{display:none}body.cmplz-document #cmplz-document ul,.legal-page-template .content-page ul {
  list-style-type: disc;
  padding-left: 0.625rem;
}body.cmplz-document #cmplz-document ul li,.legal-page-template .content-page ul li {
  margin-left: 0.25rem;
}#main-menu .menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;height:100%;
}#main-menu .menu-item {
  position: relative;
  margin-left: 2rem;
}#main-menu .menu-item:first-child {
  margin-left: 0rem;
}#main-menu .menu-item{display:flex;align-items:center;height:100%}#main-menu .menu-item:first-child {
  margin-left: 0rem;
}#main-menu .menu-item.current-menu-item>a {
  --tw-text-opacity: 1;
  color: rgba(128, 150, 179, 1);
  color: rgba(128, 150, 179, var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}#main-menu .menu-item>a {
  font-size: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  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: 300ms;
}@media (hover: hover) and (pointer: fine) {

  #main-menu .menu-item>a:hover {
    --tw-text-opacity: 1;
    color: rgba(128, 150, 179, 1);
    color: rgba(128, 150, 179, var(--tw-text-opacity, 1));
    text-decoration-line: underline;
  }
}#main-menu .menu-item>a{display:flex;align-items:center;height:74px}#main-menu .menu-item.menu-item-has-children>a{padding-right:18px;position:relative;height:74px}#main-menu .menu-item.menu-item-has-children>a::after{content:"";position:absolute;right:4px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:4px solid rgba(0,0,0,0);border-right:4px solid rgba(0,0,0,0);border-top:5px solid currentColor;opacity:.7;transition:opacity 200ms ease-in-out,transform 200ms ease-in-out}#main-menu .menu-item.menu-item-has-children>a:hover::after{opacity:1;transform:translateY(-40%)}#main-menu .menu-item>.sub-menu {
  pointer-events: none;
  visibility: hidden;
  position: absolute;
  left: 0rem;
  --tw-bg-opacity: 1;
  background-color: rgba(28, 46, 69, 1);
  background-color: rgba(28, 46, 69, var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  opacity: 0;
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(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: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);top:100%;margin-top:0;padding-top:0;min-width:200px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;transition:opacity 300ms ease-in-out,visibility 300ms ease-in-out,transform 300ms ease-in-out;transform:translateY(-10px);z-index:50;
}#main-menu .menu-item>.sub-menu .menu-item {
  margin-left: 0rem;
  display: block;
}#main-menu .menu-item>.sub-menu .menu-item a {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  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: 300ms;
}@media (hover: hover) and (pointer: fine) {

  #main-menu .menu-item>.sub-menu .menu-item a:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(51, 65, 84, 1);
    background-color: rgba(51, 65, 84, var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(128, 150, 179, 1);
    color: rgba(128, 150, 179, var(--tw-text-opacity, 1));
  }
}#main-menu .menu-item>.sub-menu .menu-item a{text-decoration:none;height:100%}#main-menu .menu-item>.sub-menu .menu-item a:hover{text-decoration:underline}#main-menu .menu-item>.sub-menu .menu-item.current-menu-item>a {
  --tw-text-opacity: 1;
  color: rgba(128, 150, 179, 1);
  color: rgba(128, 150, 179, var(--tw-text-opacity, 1));
}#main-menu .menu-item.menu-item-has-children:hover>.sub-menu,#main-menu .menu-item.menu-item-has-children.menu-item-hover>.sub-menu {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;transform:translateY(0);
}#mobile-menu .menu {
  display: flex;
  flex-direction: column;
}#mobile-menu .menu > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}#mobile-menu .menu-item {
  margin-left: 0rem;
}#mobile-menu .menu-item.current-menu-item>a {
  --tw-text-opacity: 1;
  color: rgba(128, 150, 179, 1);
  color: rgba(128, 150, 179, var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}#mobile-menu .menu-item>a {
  display: block;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
  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: 300ms;
}@media (hover: hover) and (pointer: fine) {

  #mobile-menu .menu-item>a:hover {
    --tw-text-opacity: 1;
    color: rgba(128, 150, 179, 1);
    color: rgba(128, 150, 179, var(--tw-text-opacity, 1));
    text-decoration-line: underline;
  }
}#mobile-menu .menu-item.menu-item-has-children{position:relative}#mobile-menu .menu-item.menu-item-has-children>a{padding-right:0}#mobile-menu .menu-item.menu-item-has-children .submenu-toggle{position:absolute;right:0;top:0;width:44px;height:34px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0);border:none;cursor:pointer;color:#fff;transition:color 200ms ease-in-out}#mobile-menu .menu-item.menu-item-has-children .submenu-toggle:hover{color:#8096B3}#mobile-menu .menu-item.menu-item-has-children .submenu-toggle .submenu-toggle-icon{display:block;width:0;height:0;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-top:6px solid currentColor;transition:transform 300ms ease-in-out}#mobile-menu .menu-item.menu-item-has-children.menu-item-open .submenu-toggle .submenu-toggle-icon{transform:rotate(180deg)}#mobile-menu .menu-item>.sub-menu {
  margin-top: 0.25rem;
  max-height: 0rem;
}#mobile-menu .menu-item>.sub-menu > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}#mobile-menu .menu-item>.sub-menu {
  overflow: hidden;
  padding-left: 1rem;transition:max-height 300ms ease-in-out;
}#mobile-menu .menu-item>.sub-menu .menu-item a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
}#mobile-menu .menu-item.menu-item-open>.sub-menu{max-height:500px}#mobile-menu-toggle .hamburger-line{transition:transform 500ms cubic-bezier(0.16, 1, 0.3, 1),opacity 500ms cubic-bezier(0.16, 1, 0.3, 1),background-color 200ms ease-in-out;transform-origin:center;border-radius:2px}#mobile-menu-toggle:hover .hamburger-line {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}#mobile-menu-toggle.is-open{gap:0 !important}#mobile-menu-toggle.is-open .hamburger-line:nth-child(1){transform:translateY(2px) rotate(45deg)}#mobile-menu-toggle.is-open .hamburger-line:nth-child(2){opacity:0}#mobile-menu-toggle.is-open .hamburger-line:nth-child(3){transform:translateY(-2px) rotate(-45deg)}#mobile-menu {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}#mobile-menu::before{content:"";position: absolute;top: 0rem;right: 0rem;bottom: 0rem;left: 0rem;--tw-bg-opacity: 1;background-color: rgba(28, 46, 69, 1);background-color: rgba(28, 46, 69, var(--tw-bg-opacity, 1));opacity: 0.95;z-index:-1}#header {
  position: relative;
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(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: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:40;transition:transform .3s ease-in-out;
}#header.scrolled {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(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: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);background-color:rgba(28,46,69,.95);
}#footer-menu .menu-item.current-menu-item>a {
  --tw-text-opacity: 1;
  color: rgba(128, 150, 179, 1);
  color: rgba(128, 150, 179, var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}#footer-menu .menu-item>a {
  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: 300ms;
}@media (hover: hover) and (pointer: fine) {

  #footer-menu .menu-item>a:hover {
    --tw-text-opacity: 1;
    color: rgba(128, 150, 179, 1);
    color: rgba(128, 150, 179, var(--tw-text-opacity, 1));
    text-decoration-line: underline;
  }
}.audio-mp3-wrapper{position:relative;margin-top:8px}.audio-mp3-wrapper .custom-audio-player{background:rgba(4,20,32,.12);border:1px solid hsla(0,0%,100%,.04);padding:10px;border-radius:10px;display:flex;align-items:center;gap:12px;width:100%}.audio-mp3-wrapper .custom-audio-play{width:44px;height:44px;border-radius:8px;background:linear-gradient(180deg, rgba(6, 182, 212, 0.08), rgba(14, 165, 233, 0.04));display:inline-grid;align-items:center;justify-items:center;place-items:center;cursor:pointer;flex:0 0 44px;color:#7feaf6;border:1px solid hsla(0,0%,100%,.04)}.audio-mp3-wrapper .custom-audio-play svg{width:16px;height:16px;fill:currentColor}.audio-mp3-wrapper .custom-audio-progress{position:relative;flex:1 1 auto;height:8px;background:hsla(0,0%,100%,.04);border-radius:6px;overflow:hidden}.audio-mp3-wrapper .custom-audio-progress .bar{position:absolute;left:0;top:0;bottom:0;width:0%;background:linear-gradient(90deg, #06b6d4, #0ea5e9)}.audio-mp3-wrapper .custom-audio-time{white-space:nowrap;color:hsla(0,0%,100%,.75);font-size:12px;flex:0 0 auto}.audio-mp3-wrapper audio.hidden-controls{width:.1px;height:.1px;opacity:0;position:absolute;pointer-events:none}.audio-mp3-wrapper .custom-audio-volume{display:flex;align-items:center;gap:8px;min-width:auto;flex:0 0 auto}@media screen and (min-width: 768px){.audio-mp3-wrapper .custom-audio-volume{min-width:140px;flex:0 0 160px}}.audio-mp3-wrapper .custom-audio-mute{width:32px;height:32px;display:inline-grid;align-items:center;justify-items:center;place-items:center;background:rgba(0,0,0,0);border:none;color:#f0ead6;cursor:pointer;padding:0}.audio-mp3-wrapper .custom-audio-mute svg{width:18px;height:18px;fill:currentColor;stroke:currentColor}.audio-mp3-wrapper .volume-range{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:6px;background:hsla(0,0%,100%,.06);border-radius:6px;outline:none;display:none}@media screen and (min-width: 768px){.audio-mp3-wrapper .volume-range{display:block;order:2}}.audio-mp3-wrapper .volume-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:12px;height:12px;border-radius:50%;background:#06b6d4;box-shadow:0 0 0 4px rgba(6,182,212,.12);cursor:pointer}.audio-mp3-wrapper .volume-range::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:#06b6d4;border:none;cursor:pointer}@media screen and (max-width: 768px){.custom-audio-mute--mobile{width:44px;height:44px}}#form_contact-us label {
  font-family: 'Inter', 'Helvetica', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(240, 234, 214, 1);
  color: rgba(240, 234, 214, var(--tw-text-opacity, 1));
}#form_contact-us input,#form_contact-us textarea,#form_contact-us select {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(37, 60, 91, 1);
  border-color: rgba(37, 60, 91, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(13, 21, 33, 1);
  background-color: rgba(13, 21, 33, var(--tw-bg-opacity, 1));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: 'Inter', 'Helvetica', sans-serif;
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgba(240, 234, 214, 1);
  color: rgba(240, 234, 214, var(--tw-text-opacity, 1));
}#form_contact-us input {
  height: 2.5rem;
}#form_contact-us button.frm_button_submit {
  width: 100%;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(128, 150, 179, 1);
  border-color: rgba(128, 150, 179, var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(128, 150, 179, 1);
  background-color: rgba(128, 150, 179, var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(13, 21, 33, 1);
  color: rgba(13, 21, 33, var(--tw-text-opacity, 1));
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);display:flex;align-items:center;justify-content:center;position:relative;color:#0D1521;color:var(--button-text-color, #0D1521);
}#form_contact-us button.frm_button_submit::before{content:"";display:inline-block;width:17px;height:16px;margin-right:10px;background-repeat:no-repeat;background-size:contain;background-color:currentColor;-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\"><path d=\"M13.833 2.66699H3.16634C2.42996 2.66699 1.83301 3.26395 1.83301 4.00033V12.0003C1.83301 12.7367 2.42996 13.3337 3.16634 13.3337H13.833C14.5694 13.3337 15.1663 12.7367 15.1663 12.0003V4.00033C15.1663 3.26395 14.5694 2.66699 13.833 2.66699Z\" stroke=\"white\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.1663 4.66699L9.18634 8.46699C8.98052 8.59594 8.74255 8.66433 8.49967 8.66433C8.2568 8.66433 8.01883 8.59594 7.81301 8.46699L1.83301 4.66699\" stroke=\"white\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>") center/contain no-repeat;mask:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\"><path d=\"M13.833 2.66699H3.16634C2.42996 2.66699 1.83301 3.26395 1.83301 4.00033V12.0003C1.83301 12.7367 2.42996 13.3337 3.16634 13.3337H13.833C14.5694 13.3337 15.1663 12.7367 15.1663 12.0003V4.00033C15.1663 3.26395 14.5694 2.66699 13.833 2.66699Z\" stroke=\"white\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.1663 4.66699L9.18634 8.46699C8.98052 8.59594 8.74255 8.66433 8.49967 8.66433C8.2568 8.66433 8.01883 8.59594 7.81301 8.46699L1.83301 4.66699\" stroke=\"white\" stroke-width=\"1.33333\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>") center/contain no-repeat}#form_contact-us button.frm_button_submit:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 21, 33, 1);
  background-color: rgba(13, 21, 33, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(240, 234, 214, 1);
  color: rgba(240, 234, 214, var(--tw-text-opacity, 1));color:#fff;
}#form_contact-us .frm_error {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(255, 0, 0, 1);
  color: rgba(255, 0, 0, var(--tw-text-opacity, 1));
}#form_contact-us .frm_message {
  margin-top: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  font-family: 'Inter', 'Helvetica', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(75, 181, 67, 1);
  color: rgba(75, 181, 67, var(--tw-text-opacity, 1));
}#form_contact-us .frm_required {
  --tw-text-opacity: 1;
  color: rgba(240, 234, 214, 1);
  color: rgba(240, 234, 214, var(--tw-text-opacity, 1));
}.block-about ul li{list-style:none;margin-left:0;padding-left:1.25rem;position:relative}.block-about ul li::before{content:"";display:block;width:8px;height:8px;background:#8096b3;position:absolute;left:0;top:50%;transform:translateY(-50%);border-radius:50%}.event-card{border-radius:12px;border:1px solid #253c5b;border:var(--stroke-weight-1, 1px) solid #253c5b;background:linear-gradient(117deg, #1C2E45 0%, #0D1521 100%);box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.event-card a{text-decoration:none}.block-events .events-tabs .events-tab-btn{background-color:rgba(0,0,0,0);border:none;cursor:pointer;transition:all .3s ease;color:#AFBECF}.block-events .events-tabs .events-tab-btn.active,.block-events .events-tabs .events-tab-btn:hover{background-color:#8096B3;color:#0d1521}.block-events .events-tabs .events-tab-panel{display:none}.block-events .events-tabs .events-tab-panel.active{display:block}.event-card .event-description-container .event-description {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);max-height:0;overflow:hidden;opacity:0;margin-top:0;
}.event-card .event-description-container .event-description.event-description-open{opacity:1;margin-top:0.75rem}.event-card .event-description-container .event-description.event-description-open .event-toggle-btn .toggle-icon{margin-top:0.25rem}.event-card .event-description-container .event-toggle-btn .toggle-icon {
  margin-top: 0.125rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.event-card .event-description-container .event-toggle-btn:hover .toggle-icon {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}.block-contact .contact-form{border-radius:12px;border:1px solid #253C5B;border:var(--stroke-weight-1, 1px) solid var(--color-azure-25, #253C5B);background:linear-gradient(147deg, #1C2E45 0%, #0D1521 100%);background:linear-gradient(147deg, var(--color-azure-19, #1C2E45) 0%, var(--color-azure-9, #0D1521) 100%);box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.block-partitions .partitions-filters .partitions-filter-select{padding-right:40px !important;background-size:12px 8px !important;-webkit-appearance:none !important;-moz-appearance:none !important;appearance:none !important;color:#F0EAD6 !important;background:none !important;background-repeat:no-repeat !important;background-position:right 12px center !important;background-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"8\" viewBox=\"0 0 12 8\" fill=\"none\"><path d=\"M1 2.2L6 6.2L11 2.2\" stroke=\"%23F0EAD6\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>") !important}.block-single-partition .embed-container{position:relative;padding-bottom:56.25%;overflow:hidden;max-width:100%;height:auto}.block-single-partition .embed-container iframe,.block-single-partition .embed-container object,.block-single-partition .embed-container embed{position:absolute;top:0;left:0;width:100%;height:100%}.wysiwyg>*+*{margin-top:1em}.wysiwyg ul{padding-left:1rem;list-style-type:disc}.wysiwyg a{text-decoration:underline}@media (hover: hover) and (pointer: fine) {

  .hover\:bg-blue-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 21, 33, 1);
    background-color: rgba(13, 21, 33, var(--tw-bg-opacity, 1));
  }

  .hover\:bg-cyan:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(128, 150, 179, 1);
    background-color: rgba(128, 150, 179, var(--tw-bg-opacity, 1));
  }

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

  .hover\:text-blue-dark:hover {
    --tw-text-opacity: 1;
    color: rgba(13, 21, 33, 1);
    color: rgba(13, 21, 33, var(--tw-text-opacity, 1));
  }

  .hover\:text-cyan:hover {
    --tw-text-opacity: 1;
    color: rgba(128, 150, 179, 1);
    color: rgba(128, 150, 179, var(--tw-text-opacity, 1));
  }

  .hover\:text-techniconcept-color:hover {
    --tw-text-opacity: 1;
    color: rgba(118, 189, 76, 1);
    color: rgba(118, 189, 76, var(--tw-text-opacity, 1));
  }

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

  .hover\:opacity-100:hover {
    opacity: 1;
  }
}@media (min-width: 640px) {

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

  .sm\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .sm\:flex-grow-0 {
    flex-grow: 0;
  }

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

  .sm\:items-center {
    align-items: center;
  }
}@media (min-width: 768px) {

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}@media (min-width: 1024px) {

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:w-200 {
    width: 12.5rem;
  }

  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }

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

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

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

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

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

  .lg\:items-stretch {
    align-items: stretch;
  }

  .lg\:gap-0 {
    gap: 0rem;
  }

  .lg\:gap-64 {
    gap: 4rem;
  }

  .lg\:py-64 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .lg\:text-42 {
    font-size: 2.625rem;
  }
}@media (min-width: 1280px) {

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

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

  .xl\:gap-48 {
    gap: 3rem;
  }
}
