*, ::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:  ;
  --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: 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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
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: Inter, system-ui, sans-serif;
  /* 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]) {
  -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. 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;
}

html {
  scroll-behavior:smooth;
}

html,
   body {
  overflow-x:clip;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(8 9 9 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
   h2,
   h3,
   h4,
   h5,
   h6 {
  font-weight: 600;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

:root {
  --space-outer:25px;
  --padding-card:15px;
  --radius-outer:15px;
  --radius-card:10px;
  --radius-input:10px;
}

@media (min-width: 768px) {
  :root {
    --space-outer:40px;
    --padding-card:20px;
    --radius-outer:20px;
    --radius-card:15px;
    --radius-input:10px;
  }
}

@media (min-width: 1280px) {
  :root {
    --space-outer:58px;
    --padding-card:25px;
    --radius-outer:20px;
    --radius-card:15px;
    --radius-input:10px;
  }
}

.blue-gradient {
  border-radius: var(--radius-outer);
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(9 44 103 / var(--tw-border-opacity, 1));
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: #0c3070 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 48 112 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #001c4d var(--tw-gradient-to-position);
}

.s-container {
  width: 100%;
  max-width: 80rem;
}

.s-container-fh {
  height: calc(100vh - 140px);
}

@media (min-width: 768px) {
  .s-container-fh {
    height: auto;
  }
}

@media (min-width: 1024px) {
  .s-container-fh {
    height: calc(100vh - 150px);
  }
}

.section {
  position: relative;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.section-inner {
  border-radius: var(--radius-outer);
  padding: var(--space-outer);
}

.component-wrapper {
  margin-top: 130px;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .component-wrapper {
    gap: 1rem;
  }
}

@media (min-width: 1024px) {
  .component-wrapper {
    gap: 1.25rem;
  }
}

.header-menu-parent {
  margin-top: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.header-menu-parent:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.header-menu-item {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.8);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.header-menu-item:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.footer-link-item {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgba(0, 0, 0, 0.8);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.footer-link-item:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.link-rounded {
  position: relative;
  display: inline-flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.link-rounded::after {
  content:'';
  position: absolute;
  inset: 0px;
  background-repeat:no-repeat;
  background-position:center;
  background-size:14px auto;
  transition: transform 0.3s ease, background-image 0.3s ease;
}

.link-rounded:hover::after {
  transform:translateX(3px);
}

.link-rounded--green {
  --tw-border-opacity: 1;
  border-color: rgb(40 154 72 / var(--tw-border-opacity, 1));
}

.link-rounded--green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(40 154 72 / var(--tw-bg-opacity, 1));
}

.link-rounded--green::after {
  background-image:url('/assets/images/arrow-right-green.svg');
}

.link-rounded--green:hover::after,
   .group:hover .link-rounded--green::after {
  background-image:url('/assets/images/arrow-right-white.svg');
}

.link-rounded--white {
  --tw-border-opacity: 1;
  border-color: rgb(26 54 103 / var(--tw-border-opacity, 1));
}

.link-rounded--white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(40 154 72 / var(--tw-bg-opacity, 1));
}

.link-rounded--white::after {
  background-image:url('/assets/images/arrow-right-blue.svg');
}

.link-rounded--white:hover::after,
   .group:hover .link-rounded--white::after {
  background-image:url('/assets/images/arrow-right-white.svg');
}

/* =========================================
   Blue Variant
========================================= */

.link-rounded--blue:hover::after,
   .group:hover .link-rounded--blue::after {
  background-image:url('/assets/images/arrow-right-white.svg');
}

/* Parent group hover support */

.group:hover .link-rounded--green,
   .group:hover .link-rounded--white {
  --tw-border-opacity: 1;
  border-color: rgb(40 154 72 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(40 154 72 / var(--tw-bg-opacity, 1));
}

.group:hover .link-rounded--blue {
  --tw-bg-opacity: 1;
  background-color: rgb(26 54 103 / var(--tw-bg-opacity, 1));
}

/* =========================================
   Shared Arrow Styles
========================================= */

/* =========================================
   Arrow Variants
========================================= */

/* Download Link Variant */

.link-icon {
  position: relative;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(219 219 219 / var(--tw-bg-opacity, 1));
  transition:transform 0.3s ease;
}

.link-icon::after {
  left: 0px;
  top: 0px;
  height: 2.5rem;
  width: 2.5rem;
  content:'';
  position:absolute;
  background-repeat:no-repeat;
  background-position:center;
  background-size:14px auto;
  transition:transform 0.3s ease;
}

.link-download::after {
  background-image:url('/assets/images/icon-download.svg');
}

.btn-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding-right: 3rem;
}

.btn-primary::after {
  content:'';
  position:absolute;
  right:0.75rem;
  top:50%;
  width:24px;
  height:18px;
  transform:translateY(-50%);
  transition:transform 0.3s ease;
  background-repeat:no-repeat;
  background-position:center;
  background-size:14px auto;
}

.btn-primary:hover::after {
  transform:translateY(-50%) translateX(4px);
}

.btn-primary::after {
  background-image:url("/assets/images/arrow-right-white.svg");
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  border-radius: var(--radius-input);
  --tw-bg-opacity: 1;
  background-color: rgb(40 154 72 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 2.5rem;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.btn-primary:hover {
  background-color: rgb(40 154 72 / 0.9);
}

.btn-primary:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(255 255 255 / 0.7);
  --tw-ring-offset-color: #020617;
}

.btn-outline-white {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding-right: 3rem;
}

.btn-outline-white::after {
  content:'';
  position:absolute;
  right:0.75rem;
  top:50%;
  width:24px;
  height:18px;
  transform:translateY(-50%);
  transition:transform 0.3s ease;
  background-repeat:no-repeat;
  background-position:center;
  background-size:14px auto;
}

.btn-outline-white:hover::after {
  transform:translateY(-50%) translateX(4px);
}

.btn-outline-white::after {
  background-image:url("/assets/images/arrow-right-white.svg");
}

.btn-outline-white {
  display: inline-flex;
  align-items: center;
  border-radius: var(--radius-input);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 2.5rem;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.btn-outline-white:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.btn-outline-white:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(255 255 255 / 0.7);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #020617;
}

/* =========================================
   Text Links
========================================= */

.link-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding-right: 3rem;
}

.link-primary::after {
  content:'';
  position:absolute;
  right:0.75rem;
  top:50%;
  width:24px;
  height:18px;
  transform:translateY(-50%);
  transition:transform 0.3s ease;
  background-repeat:no-repeat;
  background-position:center;
  background-size:14px auto;
}

.link-primary:hover::after {
  transform:translateY(-50%) translateX(4px);
}

.link-primary::after {
  background-image:url("/assets/images/arrow-right-green.svg");
}

.link-primary {
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 2.5rem;
  font-weight: 500;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(40 154 72 / var(--tw-text-opacity, 1));
}

.link-secondary {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding-right: 3rem;
}

.link-secondary::after {
  content:'';
  position:absolute;
  right:0.75rem;
  top:50%;
  width:24px;
  height:18px;
  transform:translateY(-50%);
  transition:transform 0.3s ease;
  background-repeat:no-repeat;
  background-position:center;
  background-size:14px auto;
}

.link-secondary:hover::after {
  transform:translateY(-50%) translateX(4px);
}

.link-secondary::after {
  background-image:url("/assets/images/arrow-right-blue.svg");
}

.link-secondary {
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 2.5rem;
  font-weight: 500;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(26 54 103 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .link-secondary {
    padding-left: 1.5rem;
  }
}

.link-white {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding-right: 3rem;
}

.link-white::after {
  content:'';
  position:absolute;
  right:0.75rem;
  top:50%;
  width:24px;
  height:18px;
  transform:translateY(-50%);
  transition:transform 0.3s ease;
  background-repeat:no-repeat;
  background-position:center;
  background-size:14px auto;
}

.link-white:hover::after {
  transform:translateY(-50%) translateX(4px);
}

.link-white::after {
  background-image:url("/assets/images/arrow-right-white.svg");
}

.link-white {
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0px;
  padding-right: 2.5rem;
  font-weight: 500;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hero-slider .slick-list,
   .hero-slider .slick-track {
  height: 100%;
}

.hero-slider .slick-slide>div {
  height: 100%;
}

.hero-slider .slick-dots {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  z-index: 30;
  display: flex;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  gap: 0.5rem;
}

.hero-slider .slick-dots li {
  margin: 0px;
  height: auto;
  width: auto;
}

.hero-slider .slick-dots li button {
  height: 0.625rem;
  width: 0.625rem;
  border-radius: 9999px;
  background-color: rgb(255 255 255 / 0.4);
  padding: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  font-size:0;
}

.hero-slider .slick-dots li.slick-active button {
  width: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hero-slider .slick-dots li button:before {
  display:none;
}

.hero-slider {
  margin-bottom:0px !important;
}

.hero-slider .slick-dots {
  position: absolute;
  margin-bottom: 0px !important;
  margin-left: var(--space-outer);
}

@media (min-width: 1024px) {
  .hero-slider .slick-dots {
    bottom: 5rem;
  }
}

.section-intro {
  margin-bottom: 2.5rem;
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .section-intro {
    margin-top: 0px;
  }
}

.section-intro {
  pointer-events:auto;
}

.section-intro--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-intro--white .section-label,
   .section-intro--white .section-heading,
   .section-intro--white .section-subheading,
   .section-intro--white .section-description {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.section-intro--white .section-subheading,
   .section-intro--white .section-description {
  color: rgb(255 255 255 / 0.8);
}

.section-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(40 154 72 / var(--tw-text-opacity, 1));
}

.section-heading {
  margin-top: 0.75rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  line-height: 1.2 !important;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .section-heading {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .section-heading {
    font-size: 3rem;
    line-height: 1;
  }
}

.section-heading--dot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.section-heading--dot span {
  display: inline-flex;
  align-items: center;
}

.section-heading--dot span:not(:last-child)::after {
  content:"";
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  display: inline-block;
  height: 0.5rem;
  width: 0.5rem;
  flex-shrink: 0;
  border-radius: 9999px;
  background-color: currentColor;
}

.section-subheading {
  margin-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
  color: rgba(0, 0, 0, 0.8);
}

@media (min-width: 768px) {
  .section-subheading {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.section-description {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400 !important;
  line-height: 1.625 !important;
  color: rgba(0, 0, 0, 0.8);
}

@media (min-width: 768px) {
  .section-description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.section-description p {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400 !important;
  line-height: 1.625 !important;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .section-description p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/*Section Buttons*/

.section-buttons {
  margin-top: 2rem;
}

.ui-card {
  border-radius: var(--radius-card);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.ui-card--overlay {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: var(--radius-card);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.ui-card--overlay-sm {
  min-height: 225px;
}

.ui-card--overlay-lg {
  min-height: 300px;
}

@media (min-width: 768px) {
  .ui-card--overlay-lg {
    min-height: 445px;
  }
}

.ui-card--overlay-sm .ui-card__content {
  min-height: 225px;
}

.ui-card--overlay-lg .ui-card__content {
  min-height: 300px;
}

@media (min-width: 768px) {
  .ui-card--overlay-lg .ui-card__content {
    min-height: 445px;
  }
}

.ui-card__bg {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.ui-card--overlay:hover .ui-card__bg {
  --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));
}

.ui-card--overlay .link-rounded {
  border-width: 0px !important;
}

.ui-card__shade {
  position: absolute;
  inset: 0px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  background: linear-gradient(
        to top,
        rgba(15, 23, 42, 0.92),
        rgba(15, 23, 42, 0.42),
        rgba(15, 23, 42, 0.12)
    );
}

.group:hover .ui-card__shade,
.group:focus-within .ui-card__shade {
  background: linear-gradient(
      to top,
      rgba(15, 23, 42, 0.96),
      rgba(15, 23, 42, 0.58),
      rgba(15, 23, 42, 0.18)
   );
}

.ui-card__content {
  position: relative;
  z-index: 10;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding: var(--padding-card);
}

.ui-card__title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .ui-card__title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.ui-card__description {
  margin-top: 0.75rem;
  margin-bottom: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  color: rgb(255 255 255 / 0.8);
}

@media (min-width: 768px) {
  .ui-card__description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.ui-card__link {
  margin-top: 1rem;
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 0.25rem;
  border-style: none !important;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.ui-card__link:hover {
  gap: 0.75rem;
}

.ui-card__link:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(255 255 255 / 0.7);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #0f172a;
}

.ui-card__logo {
  position: relative;
  margin-top: -2.5rem;
  margin-left: var(--padding-card);
  display: flex;
  height: 5rem;
  width: 11rem;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-card);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  --tw-shadow: 0px 2px 4px 2px rgba(0,0,0,0.10);
  --tw-shadow-colored: 0px 2px 4px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ui-card__logo img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.ui-card--stack {
  overflow: hidden;
  border-radius: var(--radius-card);
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.ui-card--stack .ui-card__media {
  position: relative;
  width: 100.3%;
  overflow: hidden;
  border-radius: var(--radius-card);
}

.ui-card--stack .ui-card__media img {
  height: 100%;
  width: 112%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.ui-card--stack:hover .ui-card__media img {
  --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));
}

.ui-card--stack .link-primary {
  margin-top: 1rem;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-top: 0px !important;
}

.ui-card--stack .ui-card__body {
  padding: var(--padding-card);
}

.ui-card--stack .ui-card__title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .ui-card--stack .ui-card__title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.ui-card--stack .card-meta {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.ui-card--stack .card-meta span {
  position: relative;
}

.ui-card--stack .card-meta span:not(:last-child)::after {
  content:'';
  position: absolute;
  top: 50%;
  margin-left: 0.375rem;
  height: 0.25rem;
  width: 0.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(40 154 72 / var(--tw-bg-opacity, 1));
}

.ui-card--icon {
  position: relative;
  height: 100%;
  overflow: hidden;
  background-color: rgb(219 219 219 / 0.5);
  padding: var(--padding-card);
}

.ui-card--icon:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 54 103 / var(--tw-bg-opacity, 1));
}

.ui-card--icon-2 {
  cursor: default !important;
  align-items: center;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  padding: var(--padding-card) !important;
  text-align: center;
}

.ui-card--icon-2:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.ui-card--icon * {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ui-card--icon {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: var(--radius-card);
  background-color: rgb(219 219 219 / 0.5);
  padding: var(--padding-card);
  padding-top: 0px !important;
  cursor: pointer;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ui-card--icon .link-rounded {
  position: absolute;
  right: 1.25rem;
  top: 2rem;
  z-index: 20;
  opacity: 0;
}

.ui-card--icon:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 54 103 / var(--tw-bg-opacity, 1));
}

.ui-card--icon:hover .link-rounded::after {
  background-image:url("/assets/images/arrow-right-white.svg");
}

.ui-card--icon:hover .link-rounded {
  top: 1.75rem;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(40 154 72 / var(--tw-bg-opacity, 1)) !important;
  opacity: 1;
}

.ui-card--icon * {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ui-card--icon .ui-card__icon {
  margin-bottom: 2rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  --tw-text-opacity: 1;
  color: rgb(26 54 103 / var(--tw-text-opacity, 1));
  transform-origin:top left;
}

.ui-card--icon .ui-card__icon svg,
   .ui-card--icon .ui-card__icon img {
  height: auto;
  max-height: 4rem;
  width: 4rem;
  max-width: 4rem;
}

.ui-card--icon:not(.ui-card--icon-2):hover .ui-card__icon {
  filter:brightness(0) invert(1);
  transform:scale(0.8) translateY(4%);
}

.ui-card--icon .ui-card__body {
  padding: 0px;
}

.ui-card--icon:not(.ui-card--icon-2):hover .ui-card__body {
  transform:translateY(-5%);
}

.ui-card--icon .ui-card__title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .ui-card--icon .ui-card__title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.ui-card--icon-2 .ui-card__title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .ui-card--icon-2 .ui-card__title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.ui-card--icon .ui-card__description {
  margin-top: 0.5rem;
  line-height: 1.625;
  color: rgba(0, 0, 0, 0.8);
}

@media (min-width: 768px) {
  .ui-card--icon .ui-card__description {
    margin-top: 1rem;
  }
}

.ui-card--icon-2 {
  padding-top: 1.25rem !important;
}

.ui-card--icon-2 .ui-card__icon {
  align-items: center;
  justify-content: center;
}

.ui-card--icon:not(.ui-card--icon-2):hover .ui-card__title,
   .ui-card--icon:not(.ui-card--icon-2):hover .ui-card__description {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.ui-card--icon .ui-card__circle-link {
  position: absolute;
  right: 1rem;
  top: 1rem;
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(40 154 72 / var(--tw-bg-opacity, 1));
  opacity: 0;
  z-index:30;
}

.ui-card--testimonial {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border-radius: var(--radius-card);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: var(--padding-card);
  --tw-shadow: 0px 2px 4px 2px rgba(0,0,0,0.10);
  --tw-shadow-colored: 0px 2px 4px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ui-card--testimonial:hover {
  --tw-translate-y: -0.25rem;
  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));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ui-card__rating {
  margin-bottom: 1rem;
  display: flex;
  gap: 0.25rem;
}

.ui-card__star {
  height: 1rem;
  width: 1rem;
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

.ui-card__quote {
  flex: 1 1 0%;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.ui-card__footer {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
  padding-top: 1.5rem;
}

.ui-card__avatar {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.ui-card__brand {
  --tw-bg-opacity: 1;
  background-color: rgb(219 219 219 / var(--tw-bg-opacity, 1));
}

.ui-card__author {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.ui-card__designation {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgba(0, 0, 0, 0.8);
}

.ui-card:hover .link-icon {
  transform:translateY(-2%);
  --tw-bg-opacity: 1;
  background-color: rgb(40 154 72 / var(--tw-bg-opacity, 1));
}

.ui-card:hover .link-icon.link-download::after {
  filter:brightness(0) invert(1);
}

.contact-form-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-card);
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.7);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: var(--padding-card);
  --tw-shadow: 0px 2px 4px 2px rgba(0,0,0,0.10);
  --tw-shadow-colored: 0px 2px 4px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-backdrop-blur: blur(24px);
  -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);
}

.contact-form-card > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.contact-form-card__header > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.contact-form-card__eyebrow {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  --tw-text-opacity: 1;
  color: rgb(40 154 72 / var(--tw-text-opacity, 1));
}

.contact-form-card__title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.contact-form-card__description {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.contact-form-card__footer {
  text-align: left;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgb(0 0 0 / 0.4);
}

/* =========================================
   Form Layout
========================================= */

.contact-form-card__grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .contact-form-card__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* =========================================
   Form Elements
========================================= */

.form-group > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.form-label {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.form-input {
  width: 100%;
  border-radius: var(--radius-input);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.form-input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.form-input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.form-input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(40 154 72 / var(--tw-border-opacity, 1));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(40 154 72 / 0.2);
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.tabs .tab {
  display: inline-flex;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.tabs .tab:hover {
  background-color: rgb(26 54 103 / 0.1);
}

.tabs--white-bg .tab {
  display: inline-flex;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border-radius: 9999px;
  background-color: rgb(26 54 103 / 0.1);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.tabs--white-bg .tab:hover {
  background-color: rgb(26 54 103 / 0.1);
}

.tabs .tab .text {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: rgb(0 0 0 / 0.7);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.tabs .tab.active {
  --tw-bg-opacity: 1;
  background-color: rgb(26 54 103 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 2px 4px 2px rgba(0,0,0,0.10);
  --tw-shadow-colored: 0px 2px 4px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tabs .tab.active .text {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.company-stats .company-stats-card {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.75rem;
  align-self: stretch;
}

.company-stats .figure {
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .company-stats .figure {
    font-size: 80px;
  }
}

.company-stats .figure-sm {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .company-stats .figure-sm {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.company-stats .label {
  justify-content: flex-start;
  align-self: stretch;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .company-stats .label {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.list-items {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.75rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  scrollbar-width:thin;
  scrollbar-color:transparent transparent;
}

/* Chrome / Edge / Safari */

.list-items::-webkit-scrollbar {
  height:4px;
}

.list-items::-webkit-scrollbar-track {
  background:transparent;
}

.list-items::-webkit-scrollbar-thumb {
  background:transparent;
  border-radius:999px;
  -webkit-transition:background 0.3s ease;
  transition:background 0.3s ease;
}

/* Show scrollbar only on hover */

.list-items:hover {
  scrollbar-color:rgba(255, 255, 255, 0.35) transparent;
}

.list-items:hover::-webkit-scrollbar-thumb {
  background:rgba(255, 255, 255, 0.35);
}

/* Optional:slightly brighter on active scroll */

.list-items::-webkit-scrollbar-thumb:hover {
  background:rgba(255, 255, 255, 0.5);
}

/* List Items*/

.lists li {
  position: relative;
  padding-left: 2.5rem;
}

.lists li::before {
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(40 154 72 / var(--tw-bg-opacity, 1));
  background-image: url('/assets/images/white-tick.svg');
  background-size: 12px 10px;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.generic-content {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
  color: rgba(0, 0, 0, 0.8);
}

/* =========================================
   FLOW SPACING
========================================= */

.generic-content>*+* {
  margin-top: 1.25rem;
}

/* =========================================
   HEADINGS
========================================= */

.generic-content :where(h1, h2, h3, h4, h5, h6) {
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.generic-content h1 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

@media (min-width: 768px) {
  .generic-content h1 {
    font-size: 3rem;
    line-height: 1;
  }
}

.generic-content h2 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 768px) {
  .generic-content h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.generic-content h3 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 768px) {
  .generic-content h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.generic-content h4 {
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .generic-content h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.generic-content h5 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .generic-content h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.generic-content h6 {
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

@media (min-width: 768px) {
  .generic-content h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

/* =========================================
   PARAGRAPHS
========================================= */

.generic-content p {
  line-height: 1.625;
  color: rgba(0, 0, 0, 0.8);
}

/* =========================================
   LINKS
========================================= */

.generic-content a {
  --tw-text-opacity: 1;
  color: rgb(40 154 72 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-underline-offset: 4px;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.generic-content a:hover {
  opacity: 0.8;
}

/* =========================================
   LISTS
========================================= */

.generic-content ul > :not([hidden]) ~ :not([hidden]),
   .generic-content ol > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.generic-content ul,
   .generic-content ol {
  padding-left: 1.5rem;
}

.generic-content ul {
  list-style-type: disc;
}

.generic-content ol {
  list-style-type: decimal;
}

.generic-content li {
  line-height: 1.75rem;
  color: rgba(0, 0, 0, 0.8);
}

.generic-content li::marker {
  --tw-text-opacity: 1;
  color: rgb(40 154 72 / var(--tw-text-opacity, 1));
}

/* =========================================
   BLOCKQUOTE
========================================= */

.generic-content blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-top-right-radius: var(--radius-card);
  border-bottom-right-radius: var(--radius-card);
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(40 154 72 / var(--tw-border-opacity, 1));
  background-color: rgb(0 0 0 / 0.03);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.generic-content blockquote p {
  font-size: 1.125rem;
  font-style: italic;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

/* =========================================
   MEDIA
========================================= */

.generic-content figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.generic-content img,
   .generic-content video,
   .generic-content iframe {
  width: 100%;
  overflow: hidden;
  border-radius: var(--radius-card);
}

.generic-content figcaption {
  margin-top: 0.75rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(0 0 0 / 0.5);
}

/* =========================================
   TABLES
========================================= */

.generic-content table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: var(--radius-card);
}

.generic-content thead {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.generic-content th {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.generic-content td {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: rgba(0, 0, 0, 0.8);
}

/* =========================================
   HR
========================================= */

.generic-content hr {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border-color: rgb(0 0 0 / 0.1);
}

/* =========================================
   CODE
========================================= */

.generic-content code {
  border-radius: 0.25rem;
  background-color: rgb(0 0 0 / 0.05);
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.generic-content pre {
  margin-top: 2rem;
  margin-bottom: 2rem;
  overflow-x: auto;
  border-radius: var(--radius-card);
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
  padding: var(--padding-card);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.generic-content pre code {
  background-color: transparent;
  padding: 0px;
  color: inherit;
}

.video-banner {
  position: relative;
  isolation: isolate;
  min-height: 420px;
  overflow: hidden;
}

/* Video Wrapper */

.video-banner__media {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

/* Youtube iframe */

.video-banner__media iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -o-object-fit: cover;
     object-fit: cover;
  /* Prevent black bars */
  min-width:100%;
  min-height:100%;
  /* Better fullscreen crop */
  aspect-ratio:16/9;
}

/* Dark overlay */

.video-banner__overlay {
  position: absolute;
  inset: 0px;
  z-index: 10;
  background-color: rgb(26 54 103 / 0.7);
}

/* Content */

.video-banner__content {
  position: absolute;
  inset: 0px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--padding-card);
}

.ui-accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Item */

.ui-accordion__item {
  border-radius: var(--radius-card);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: var(--padding-card);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* Trigger */

.ui-accordion__trigger {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 1.5rem;
  text-align: left;
}

/* Title */

.ui-accordion__title {
  flex: 1 1 0%;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* Icon */

.ui-accordion__icon {
  display: flex;
  height: 2rem;
  width: 2rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity, 1));
  color: rgb(0 0 0 / 0.5);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.ui-accordion__icon svg {
  height: 1rem;
  width: 1rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

/* Active State */

.ui-accordion__item.is-active {
  --tw-shadow: 0px 2px 4px 2px rgba(0,0,0,0.10);
  --tw-shadow-colored: 0px 2px 4px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ui-accordion__item.is-active .ui-accordion__icon {
  --tw-border-opacity: 1;
  border-color: rgb(40 154 72 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(40 154 72 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.ui-accordion__item.is-active .ui-accordion__icon svg {
  --tw-rotate: 180deg;
  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));
}

/* Panel */

/* Default closed */

.ui-accordion__panel {
  /* @apply grid grid-rows-[0fr] overflow-hidden transition-all duration-300 p-0; */
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  padding: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.ui-accordion__panel>* {
  overflow: hidden;
}

/* Open state */

.ui-accordion__item.is-active .ui-accordion__panel {
  grid-template-rows: 1fr;
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
}

/* Content */

.ui-accordion__content {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
  color: rgba(0, 0, 0, 0.8);
}

/* Grid */

.ui-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12.5px;
}

.ui-grid__item {
  width: 100%;
}

/* Variants */

@media (min-width: 520px) {
  .ui-grid--2>.ui-grid__item {
    width: calc(50% - 12.5px);
  }

  .ui-grid--3>.ui-grid__item {
    width: calc(50% - 12.5px);
  }
}

@media (min-width: 768px) {
  .ui-grid--3>.ui-grid__item {
    width: calc(50% - 12.5px);
  }
}

@media (min-width: 1024px) {
  .ui-grid--3>.ui-grid__item {
    width: calc(33.333% - 12.5px);
  }
}

@media (min-width: 520px) {
  .ui-grid--4>.ui-grid__item {
    width: calc(50% - 12.5px);
  }
}

@media (min-width: 640px) {
  .ui-grid--4>.ui-grid__item {
    width: calc(50% - 12.5px);
  }
}

@media (min-width: 768px) {
  .ui-grid--4>.ui-grid__item {
    width: calc(50% - 12.5px);
  }
}

@media (min-width: 1280px) {
  .ui-grid--4>.ui-grid__item {
    width: calc(25% - 12.5px);
  }
}

@media (min-width: 520px) {
  .ui-grid--5>.ui-grid__item {
    width: calc(50% - 12.5px);
  }
}

@media (min-width: 640px) {
  .ui-grid--5>.ui-grid__item {
    width: calc(33.33% - 12.5px);
  }
}

@media (min-width: 768px) {
  .ui-grid--5>.ui-grid__item {
    width: calc(33.33% - 12.5px);
  }
}

@media (min-width: 1280px) {
  .ui-grid--5>.ui-grid__item {
    width: calc(20% - 12.5px);
  }
}

/* Presets */

.ui-grid--pillars {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}

.ui-grid--pillars > .ui-grid__item {
  width: 100%;
}

@media (min-width: 640px) {
  .ui-grid--pillars > .ui-grid__item {
    width: calc(50% - 10px);
  }
}

@media (min-width: 768px) {
  .ui-grid--pillars > .ui-grid__item {
    width: calc(33.333% - 14px);
  }
}

@media (min-width: 1280px) {
  .ui-grid--pillars > .ui-grid__item {
    width: calc(20% - 16px);
  }
}

.carousel-item,
   .logo-box {
  display: inline-flex;
  min-height: 10rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  padding-bottom: 2rem;
  --tw-shadow: 0px 2px 4px 2px rgba(0,0,0,0.10);
  --tw-shadow-colored: 0px 2px 4px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.carousel-item .carousel-item-image,
   .logo-box .logo {
  display: flex;
  height: 9rem;
  align-items: center;
  justify-content: center;
}

.carousel-item .carousel-item-image img,
   .logo-box .logo img {
  max-height: 4rem;
  max-width: 8rem;
}

.carousel-item .carousel-item-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(26 54 103 / var(--tw-text-opacity, 1));
}

.carousel-item {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.carousel-item-image {
  display: flex;
  height: 9rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: var(--padding-card);
}

.logo {
  max-height: 4rem;
  -o-object-fit: contain;
     object-fit: contain;
  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;
}

.carousel-item:hover .logo {
  --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));
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.right-\[-100\%\] {
  right: -100%;
}

.top-0 {
  top: 0px;
}

.top-4 {
  top: 1rem;
}

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

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

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

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

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

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

.z-\[100\] {
  z-index: 100;
}

.z-\[70\] {
  z-index: 70;
}

.z-\[999999\] {
  z-index: 999999;
}

.z-\[999\] {
  z-index: 999;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

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

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

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

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

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

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

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

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

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

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

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

.mb-5 {
  margin-bottom: 1.25rem;
}

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

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

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

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

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

.mt-10 {
  margin-top: 2.5rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

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

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

.mt-5 {
  margin-top: 1.25rem;
}

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

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

.mt-outer {
  margin-top: var(--space-outer);
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[16\/7\] {
  aspect-ratio: 16/7;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-64 {
  height: 16rem;
}

.h-8 {
  height: 2rem;
}

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

.h-\[115\%\] {
  height: 115%;
}

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

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

.h-auto {
  height: auto;
}

.h-dvh {
  height: 100dvh;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-\[42vh\] {
  max-height: 42vh;
}

.max-h-\[90vh\] {
  max-height: 90vh;
}

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

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

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

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

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

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

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

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

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

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

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

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

.w-\[49\.91px\] {
  width: 49.91px;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

.max-w-16 {
  max-width: 4rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-7xl {
  max-width: 80rem;
}

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

.max-w-\[90vw\] {
  max-width: 90vw;
}

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

.max-w-xl {
  max-width: 36rem;
}

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

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

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.resize-none {
  resize: none;
}

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

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

.grid-cols-\[auto_1fr\] {
  grid-template-columns: auto 1fr;
}

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-\[50px\] {
  gap: 50px;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

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

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[25px\] {
  border-radius: 25px;
}

.rounded-card {
  border-radius: var(--radius-card);
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-outer {
  border-radius: var(--radius-outer);
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.\!rounded-bl-none {
  border-bottom-left-radius: 0px !important;
}

.\!rounded-br-none {
  border-bottom-right-radius: 0px !important;
}

.rounded-tl-3xl {
  border-top-left-radius: 1.5rem;
}

.rounded-tl-outer {
  border-top-left-radius: var(--radius-outer);
}

.rounded-tr-3xl {
  border-top-right-radius: 1.5rem;
}

.rounded-tr-outer {
  border-top-right-radius: var(--radius-outer);
}

.border {
  border-width: 1px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

.border-b-gray {
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity, 1));
}

.border-brand-100 {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}

.border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}

.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

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

.bg-\[\#202020\] {
  --tw-bg-opacity: 1;
  background-color: rgb(32 32 32 / var(--tw-bg-opacity, 1));
}

.bg-\[\#DBDBDB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(219 219 219 / var(--tw-bg-opacity, 1));
}

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

.bg-b-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(40 154 72 / var(--tw-bg-opacity, 1));
}

.bg-b-secondary\/80 {
  background-color: rgb(26 54 103 / 0.8);
}

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-black\/45 {
  background-color: rgb(0 0 0 / 0.45);
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-brand-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.bg-brand-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}

.bg-slate-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
}

.bg-slate-950\/20 {
  background-color: rgb(2 6 23 / 0.2);
}

.bg-slate-950\/40 {
  background-color: rgb(2 6 23 / 0.4);
}

.bg-slate-950\/70 {
  background-color: rgb(2 6 23 / 0.7);
}

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

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-\[linear-gradient\(90deg\2c rgba\(2\2c 6\2c 23\2c 0\.88\)_0\%\2c rgba\(15\2c 23\2c 42\2c 0\.72\)_38\%\2c rgba\(15\2c 23\2c 42\2c 0\.28\)_72\%\2c rgba\(15\2c 23\2c 42\2c 0\.08\)_100\%\)\] {
  background-image: linear-gradient(90deg,rgba(2,6,23,0.88) 0%,rgba(15,23,42,0.72) 38%,rgba(15,23,42,0.28) 72%,rgba(15,23,42,0.08) 100%);
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.from-black {
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-black\/0 {
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
}

.stroke-b-primary {
  stroke: #289A48;
}

.stroke-b-secondary {
  stroke: #1A3667;
}

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

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

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

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-card {
  padding: var(--padding-card);
}

.p-outer {
  padding: var(--space-outer);
}

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

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.px-\[58px\] {
  padding-left: 58px;
  padding-right: 58px;
}

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

.px-outer {
  padding-left: var(--space-outer);
  padding-right: var(--space-outer);
}

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

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[9px\] {
  padding-top: 9px;
  padding-bottom: 9px;
}

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

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

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

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

.pt-10 {
  padding-top: 2.5rem;
}

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

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

.\!text-center {
  text-align: center !important;
}

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

.font-sans {
  font-family: Inter, system-ui, sans-serif;
}

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

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

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

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-\[300\] {
  font-weight: 300;
}

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

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.\!leading-relaxed {
  line-height: 1.625 !important;
}

.\!leading-tight {
  line-height: 1.25 !important;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.\!text-b-body {
  color: rgba(0, 0, 0, 0.8) !important;
}

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

.text-b-body {
  color: rgba(0, 0, 0, 0.8);
}

.text-b-primary {
  --tw-text-opacity: 1;
  color: rgb(40 154 72 / var(--tw-text-opacity, 1));
}

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

.text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}

.text-black\/70 {
  color: rgb(0 0 0 / 0.7);
}

.text-black\/80 {
  color: rgb(0 0 0 / 0.8);
}

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

.text-brand-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

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

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.placeholder-slate-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity, 1));
}

.placeholder-slate-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity, 1));
}

.opacity-0 {
  opacity: 0;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_2px_20px_0px_rgba\(0\2c 0\2c 0\2c 0\.10\)\] {
  --tw-shadow: 0px 2px 20px 0px rgba(0,0,0,0.10);
  --tw-shadow-colored: 0px 2px 20px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-card {
  --tw-shadow: 0px 2px 4px 2px rgba(0,0,0,0.10);
  --tw-shadow-colored: 0px 2px 4px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-glow {
  --tw-shadow: 0 10px 60px rgba(15,23,42,0.06);
  --tw-shadow-colored: 0 10px 60px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.transition-\[right\] {
  transition-property: right;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* =========================================
   BASE
========================================= */

/* =========================================
   LAYOUT
========================================= */

/* =========================================
   LINKS & BUTTONS
========================================= */

/* =========================================
   HERO
===========================================*/

/* =========================================
   SECTION INTRO
===========================================*/

/* =========================================
   CARDS
========================================= */

/* =========================================
   FORMS
========================================= */

/* =========================================
   Tabs
========================================= */

/* =========================================
   CONTENT STYLES
========================================= */

/* =========================================
   ACCORDION
========================================= */

/* =========================================
   UI GRID
========================================= */

/* =========================================
   SLIDERS
========================================= */

/* =============================================
      SLIDERS + SLICK SLIDER OVERRIDE
  =============================================== */

.slick-slider {
  position: relative;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
  position: absolute;
  top: 50%;
  z-index: 20;
  display: flex;
  height: 42px;
  width: 42px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  background: rgba(204, 204, 204, 0.8);
}

.slick-slider .slick-prev {
  left: -18px;
}

.slick-slider .slick-next {
  right: -18px;
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 54 103 / var(--tw-bg-opacity, 1));
}

.slick-slider .slick-prev::before,
.slick-slider .slick-next::before {
  content: '' !important;
  display: block;
  width: 20px;
  height: 20px;
  opacity: 1 !important;
  background: center / 14px auto no-repeat url('/assets/images/arrow-right-blue.svg');
}

.slick-slider .slick-prev::before {
  transform: rotate(180deg);
}

.slick-slider .slick-prev:hover::before,
.slick-slider .slick-next:hover::before {
  filter: brightness(0) invert(1);
}

.slick-slider .slick-prev:focus-visible,
.slick-slider .slick-next:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(26 54 103 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}

/* Dots */

.slick-slider .slick-dots {
  margin-top: 1.5rem;
  display: flex;
  justify-content: flex-start;
  gap: 0.5rem;
}

.slick-slider .slick-dots li {
  margin: 0px;
  height: auto;
  width: auto;
}

.slick-slider .slick-dots li button {
  height: 0.625rem;
  width: 0.625rem;
  border-radius: 9999px;
  background-color: rgb(255 255 255 / 0.2);
  padding: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  font-size: 0;
}

.slick-slider .slick-dots li button::before {
  display: none !important;
}

.slick-slider .slick-dots li.slick-active button {
  width: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

/* =========================================
        SLICK SLIDER OVERRIDE END
    ========================================= */

@media (min-width: 768px) {
  .md\:s-container-fh {
    height: calc(100vh - 140px);
  }

  @media (min-width: 768px) {
    .md\:s-container-fh {
      height: auto;
    }
  }

  @media (min-width: 1024px) {
    .md\:s-container-fh {
      height: calc(100vh - 150px);
    }
  }

  .md\:section-intro--white .section-label,.md\:section-intro--white .section-heading,.md\:section-intro--white .section-subheading,.md\:section-intro--white .section-description {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .md\:section-intro--white .section-subheading,.md\:section-intro--white .section-description {
    color: rgb(255 255 255 / 0.8);
  }
}

.\*\:\!text-white > * {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.\*\:text-b-body\/80 > * {
  color: rgba(0, 0, 0, 0.8);
}

.\*\:text-white\/80 > * {
  color: rgb(255 255 255 / 0.8);
}

.\*\:transition-all > * {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.\*\:duration-300 > * {
  transition-duration: 300ms;
}

.\*\:ease-out > * {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.hover\:gap-2:hover {
  gap: 0.5rem;
}

.hover\:border-brand-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

.hover\:bg-slate-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

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

.hover\:text-b-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(40 154 72 / var(--tw-text-opacity, 1));
}

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

.hover\:text-brand-700:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.hover\:text-slate-950:hover {
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity, 1));
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

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

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-brand-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:bg-b-secondary\/90 {
  background-color: rgb(26 54 103 / 0.9);
}

.group:hover .group-hover\:bg-brand-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

@media (min-width: 520px) {
  .xs\:w-\[100\%\] {
    width: 100%;
  }
}

@media (min-width: 640px) {
  .sm\:min-h-\[360px\] {
    min-height: 360px;
  }

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

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

  .sm\:grid-cols-\[auto_1fr\] {
    grid-template-columns: auto 1fr;
  }

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

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

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

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

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

  .sm\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:sticky {
    position: sticky;
  }

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

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

  .md\:top-\[130px\] {
    top: 130px;
  }

  .md\:order-1 {
    order: 1;
  }

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

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

  .md\:h-64 {
    height: 16rem;
  }

  .md\:max-h-none {
    max-height: none;
  }

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

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

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

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

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

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

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

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

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

  .md\:grid-cols-\[1\.05fr_0\.95fr\] {
    grid-template-columns: 1.05fr 0.95fr;
  }

  .md\:rounded-none {
    border-radius: 0px;
  }

  .md\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .md\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .md\:bg-slate-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
  }

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

  .md\:\!p-16 {
    padding: 4rem !important;
  }

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

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

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

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

@media (min-width: 1024px) {
  .lg\:sticky {
    position: sticky;
  }

  .lg\:top-10 {
    top: 2.5rem;
  }

  .lg\:top-28 {
    top: 7rem;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

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

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

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

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

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

  .lg\:w-\[23\.8\%\] {
    width: 23.8%;
  }

  .lg\:max-w-2xl {
    max-width: 42rem;
  }

  .lg\:max-w-xl {
    max-width: 36rem;
  }

  .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\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .lg\:grid-cols-\[0\.85fr_1\.15fr\] {
    grid-template-columns: 0.85fr 1.15fr;
  }

  .lg\:grid-cols-\[1\.05fr_\.95fr\] {
    grid-template-columns: 1.05fr .95fr;
  }

  .lg\:grid-cols-\[1\.75fr_1\.25fr\] {
    grid-template-columns: 1.75fr 1.25fr;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

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

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

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

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