*, ::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.17 | MIT License | https://tailwindcss.com
*/

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

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #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: Montserrat, 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;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

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

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

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

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

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

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

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

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

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-16 {
  bottom: 4rem;
}

.left-0 {
  left: 0px;
}

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

.left-3 {
  left: 0.75rem;
}

.right-0 {
  right: 0px;
}

.right-10 {
  right: 2.5rem;
}

.right-4 {
  right: 1rem;
}

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

.top-0 {
  top: 0px;
}

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

.top-24 {
  top: 6rem;
}

.top-6 {
  top: 1.5rem;
}

.top-8 {
  top: 2rem;
}

.top-full {
  top: 100%;
}

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

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

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

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

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

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

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

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

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

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

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

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

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

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

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

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

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

.mt-3 {
  margin-top: 0.75rem;
}

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

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

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

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-20 {
  height: 5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-64 {
  height: 16rem;
}

.h-8 {
  height: 2rem;
}

.h-96 {
  height: 24rem;
}

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

.h-\[calc\(100\%_-_16px\)\] {
  height: calc(100% - 16px);
}

.h-full {
  height: 100%;
}

.max-h-56 {
  max-height: 14rem;
}

.max-h-\[calc\(100\%_-_40px\)\] {
  max-height: calc(100% - 40px);
}

.min-h-10 {
  min-height: 2.5rem;
}

.min-h-20 {
  min-height: 5rem;
}

.w-14 {
  width: 3.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-36 {
  width: 9rem;
}

.w-5 {
  width: 1.25rem;
}

.w-56 {
  width: 14rem;
}

.w-64 {
  width: 16rem;
}

.w-8 {
  width: 2rem;
}

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

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.min-w-6 {
  min-width: 1.5rem;
}

.max-w-48 {
  max-width: 12rem;
}

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

.max-w-\[calc\(100\%_-_40px\)\] {
  max-width: calc(100% - 40px);
}

.max-w-full {
  max-width: 100%;
}

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

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

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-2 {
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.touch-manipulation {
  touch-action: manipulation;
}

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

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

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.text-nowrap {
  text-wrap: nowrap;
}

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

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

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

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

.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

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

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

.border-t {
  border-top-width: 1px;
}

.border-\[\#082040\] {
  --tw-border-opacity: 1;
  border-color: rgb(8 32 64 / var(--tw-border-opacity, 1));
}

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

.border-\[\#9ADFFF\] {
  --tw-border-opacity: 1;
  border-color: rgb(154 223 255 / var(--tw-border-opacity, 1));
}

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

.border-blue {
  border-color: var(--blue);
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

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

.border-yellow {
  border-color: var(--yellow);
}

.border-t-\[\#082040\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(8 32 64 / var(--tw-border-opacity, 1));
}

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

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

.bg-\[\#E9F8FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 248 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EBF0F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 240 244 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-blue {
  background-color: var(--blue);
}

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

.bg-yellow {
  background-color: var(--yellow);
}

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

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

.p-10 {
  padding: 2.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

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

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

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

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

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

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

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

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

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

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

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-\[50\%\] {
  padding-bottom: 50%;
}

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

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

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

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

.pt-5 {
  padding-top: 1.25rem;
}

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

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

.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-\[10px\] {
  font-size: 10px;
}

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

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

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

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

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

.font-light {
  font-weight: 300;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.text-blue {
  color: var(--blue);
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

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

.text-yellow {
  color: var(--yellow);
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

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

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

:root {
  --blue: #0F3972;
  --yellow: #CAEF00;
  --gray: #535353;
}

body {
  color: var(--gray);
}

button {
  text-align: left;
}

input, select {
  background-color: transparent;
}

input:focus-visible, select:focus-visible {
  outline: 0;
}

input[type="range"] {
  width: 100%;
  height: 16px;
  border-radius: 8px;
  border: 1px solid #DEDEDE;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* input[type="range"]::-webkit-slider-runnable-track {

} */

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

input[type="radio"], input[type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #DEDEDE;
  background-color: #FFF;
}

input[type="radio"]:checked::after, input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: var(--blue);
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 42px 0 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.51452 10.8008L9.76607 6.8275C10.0689 6.54321 10.0824 6.06847 9.7983 5.76742C9.51501 5.46556 9.04021 5.45106 8.73823 5.73519L5.7521 8.51562L5.75211 0.722139C5.75211 0.334498 5.41448 1.80378e-08 5.00183 0C4.58918 -1.80373e-08 4.25156 0.33606 4.25156 0.722139L4.25156 8.48748L1.26421 5.67645C0.962352 5.39216 0.487678 5.40682 0.204137 5.70868C0.0687748 5.8834 6.83241e-09 6.06785 0 6.22415C-8.71132e-09 6.42345 0.0791223 6.62274 0.236399 6.77029L4.48795 10.7436C4.77675 11.0728 5.22691 11.0728 5.51452 10.8008Z' fill='%230F3972'/%3E%3C/svg%3E");
  background-size: 10px auto;
  background-position: calc(100% - 16px) center;
  background-repeat: no-repeat;
}

/* Scrollbar */

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Loading */

@keyframes progress-bar {
  from {
    transform: translateX(-100%) scaleX(0.5);
  }

  to {
    transform: translateX(100%) scaleX(0.5);
  }
}

.progress-bar {
  animation: progress-bar 3s linear infinite;
}

/* Datapicker */

#ui-datepicker-div {
  display: none;
}

.ui-datepicker {
  transform: translate(-16px, 32px);
  padding: 16px;
  border-radius: 16px;
  background-color: #FFF;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
}

.ui-datepicker-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.ui-datepicker-prev, .ui-datepicker-next {
  width: 20px;
  height: 20px;
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  transition: .3s;
  cursor: pointer;
}

.ui-state-disabled {
  cursor: not-allowed;
}

.ui-datepicker-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.179431 5.01403L3.79215 8.87973C4.05064 9.1551 4.48229 9.16738 4.75602 8.90903C5.03048 8.65145 5.04367 8.21974 4.78532 7.94517L2.25724 5.23006L9.3434 5.23006C9.69586 5.23006 10 4.92307 10 4.54788C10 4.17268 9.69444 3.86569 9.3434 3.86569L2.28282 3.86569L4.83873 1.14948C5.09722 0.875011 5.08389 0.443418 4.80942 0.18561C4.65056 0.062533 4.48286 1.24246e-08 4.34074 0C4.15953 -1.58414e-08 3.97833 0.0719414 3.84417 0.214944L0.231447 4.08064C-0.0678601 4.34322 -0.0678598 4.75253 0.179431 5.01403Z' fill='%230F3972'/%3E%3C/svg%3E");
}

.ui-datepicker-next {
  order: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.82057 4.0808L6.20785 0.215102C5.94936 -0.0602715 5.51771 -0.0725514 5.24399 0.185796C4.96952 0.443376 4.95633 0.875084 5.21468 1.14966L7.74276 3.86477L0.6566 3.86477C0.304139 3.86477 6.56021e-08 4.17175 0 4.54695C-6.56019e-08 4.92215 0.30556 5.22913 0.656599 5.22913L7.71718 5.22913L5.16127 7.94535C4.90278 8.21982 4.91611 8.65141 5.19057 8.90922C5.34944 9.03229 5.51714 9.09483 5.65926 9.09483C5.84047 9.09483 6.02167 9.02289 6.15583 8.87988L9.76855 5.01419C10.0679 4.75161 10.0679 4.3423 9.82057 4.0808Z' fill='%230F3972'/%3E%3C/svg%3E");
}

.ui-datepicker-calendar th {
  padding: 16px 0;
  font-weight: 400;
  color: var(--blue);
}

.ui-datepicker-calendar td {
  padding: 0;
}

.ui-datepicker-calendar td span, .ui-datepicker-calendar td a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  transition: .3s;
}

.ui-datepicker-calendar td a.ui-state-hover, .ui-datepicker-calendar td a.ui-state-active {
  background-color: #E9F8FF;
  color: var(--blue);
}

.ui-datepicker-unselectable {
  opacity: .5;
}

/* Editor */

.editor {
  font-weight: 300;
}

.editor strong {
  font-weight: 500;
}

.editor a {
  text-decoration: underline;
}

.editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
  color: var(--blue);
}

.editor h1 {
  font-size: 48px;
}

.editor h2 {
  font-size: 32px;
}

.editor h3 {
  font-size: 24px;
}

.editor h4 {
  font-size: 20px;
}

.editor h5 {
  font-size: 18px;
}

.editor h6 {
  font-size: 16px;
}

.editor ul, .editor ol {
  margin-left: 16px;
}

.editor ul {
  list-style: disc;
}

.editor ol {
  list-style: decimal;
}

.editor li {
  display: list-item;
}

.editor * + * {
  margin-top: 20px;
}

.editor img, .editor iframe {
  border-radius: 16px;
  margin-right: auto;
  margin-left: auto;
}

/* Swiper */

.swiper-slide {
  height: auto;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 40px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #EBF0F4;
  transition: background-color .3s;
}

.swiper-pagination-bullet-active {
  background-color: var(--blue);
}

.swiper-pagination-lock {
  display: none;
}

/* Spacer */

.pmpro_spacer {
  margin: 12px 0;
}

/* Login */

#pmpro_login {
  max-width: 460px;
  margin: 0 auto;
}

#loginform {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#loginform .pmpro_form_field-password-toggle {
  display: none;
}

.login-username, .login-password {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.login-username label, .login-password label {
  color: var(--blue);
}

.login-username .input, .login-password .input {
  width: 100%;
  height: 40px;
  padding: 0 16px;
  border-radius: 20px;
  border: 1px solid #DEDEDE;
  background-color: #FFF;
}

.login-remember label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

/* Lost password */

.pmpro_lost_password-instructions {
  font-weight: 300;
}

/* Section */

.pmpro_section + .pmpro_section {
  margin: 40px 0 0 0;
}

.pmpro_section_title {
  font-size: 32px;
  font-weight: 300;
  color: var(--blue);
  margin: 0 0 24px 0;
}

.pmpro_card {
  padding: 24px;
  border-radius: 16px;
  background-color: #F9F9F9;
}

.pmpro_card_title {
  font-size: 24px;
  color: var(--blue);
  margin: 0 0 24px 0;
}

.pmpro_card_actions {
  font-size: 14px;
  margin: 24px 0 0 0;
}

.pmpro_actions_nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 14px;
  color: #E2E2E2;
}

.pmpro_card_actions a {
  text-decoration: underline;
  color: var(--blue);
}

/* Form */

.pmpro_form_legend {
  width: 100%;
  display: block;
}

.pmpro_form_heading {
  padding: 0 0 24px 0;
  border-bottom: 1px solid #DEDEDE;
  color: var(--blue);
  margin: 0 0 24px 0;
}

.pmpro_form_fields {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.pmpro_form_fields-inline {
  display: flex;
  align-items: center;
  gap: 24px;
}

.pmpro_cols-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

@media (max-width: 920px) {
  .pmpro_cols-2 {
    grid-template-columns: 1fr;
  }
}

.pmpro_form_field {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pmpro_form_label {
  color: var(--blue);
}

.pmpro_form_input {
  width: 100%;
  height: 40px;
  padding: 0 16px;
  border-radius: 20px;
  border: 1px solid #DEDEDE;
  background-color: #FFF;
}

.pmpro_form_input-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 2.79823L1.20177 0L0 1.20177L4 5.20177L8 1.20177L6.79823 0L4 2.79823Z' fill='%230F3972'/%3E%3C/svg%3E");
  background-size: 8px auto;
  background-position: calc(100% - 16px) center;
  background-repeat: no-repeat;
}

#pass-strength-result.empty {
  display: none;
}

.pmpro_form_submit {
  display: flex;
  gap: 12px;
  margin: 24px 0 0 0;
}

.pmpro_btn, .button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid var(--blue);
  font-size: 14px;
  text-transform: uppercase;
  color: var(--blue);
}

.button, .pmpro_btn-submit, .pmpro_btn-submit-checkout {
  cursor: pointer;
}

.pmpro_btn-cancel {
  border-color: #EF4444;
  color: #EF4444;
}

.pmpro_btn-password-toggle {
  display: none;
}

.pmpro_btn:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.pmpro_form_hint {
  font-size: 14px;
}

#pmpro_processing_message {
  display: none;
}

/* Tag */

.pmpro_tag {
  padding: 4px 12px;
  border-radius: 999px;
  border: 0;
  font-weight: inherit;
  text-transform: uppercase;
}

/* Message */

.pmpro_message {
  padding: 24px;
  border-radius: 16px;
  border: 0;
  background-color: #E9F8FF;
  color: var(--blue);
  margin: 24px 0;
}

.pmpro_message:first-of-type {
  margin: 0 0 24px 0;
}

/* Account */

#pmpro_member_profile_edit .pmpro_btn-cancel {
  display: none;
}

#pmpro_change_password .pmpro_btn-cancel {
  display: none;
}

/* Checkout */

#pmpro_user_fields, #pmpro_billing_address_fields, #pmpro_payment_information_fields {
  margin: 24px 0 0 0;
}

#pmpro_pricing_fields .pmpro_level_description_text, #pmpro_pricing_fields #pmpro_level_cost {
  margin: 12px 0 0 0;
}

#pmpro_pricing_fields .pmpro_card_content {
  font-weight: 300;
}

#pmpro_pricing_fields .pmpro_card_content strong {
  font-weight: 500;
}

#pmpro_user_fields #pmpro_account_loggedin {
  font-weight: 300;
}

#pmpro_user_fields #pmpro_account_loggedin a {
  text-decoration: underline;
  color: var(--blue);
}

/* Cancel */

#pmpro_cancel .pmpro_card_content p + p {
  margin: 12px 0 0 0;
}

#pmpro_cancel .pmpro_card_content p {
  font-weight: 300;
}

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

.hover\:border-blue:hover {
  border-color: var(--blue);
}

.group:first-child .group-first\:mt-4 {
  margin-top: 1rem;
}

.group:first-child .group-first\:inline-block {
  display: inline-block;
}

.group:first-child .group-first\:flex {
  display: flex;
}

.group\/baggage:hover .group-hover\/baggage\:visible {
  visibility: visible;
}

.group\/question:hover .group-hover\/question\:visible {
  visibility: visible;
}

.group\/services:hover .group-hover\/services\:visible {
  visibility: visible;
}

.group:hover .group-hover\:visible {
  visibility: visible;
}

.group\/baggage:hover .group-hover\/baggage\:opacity-100 {
  opacity: 1;
}

.group\/question:hover .group-hover\/question\:opacity-100 {
  opacity: 1;
}

.group\/services:hover .group-hover\/services\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (min-width: 900px) {
  .lg\:visible {
    visibility: visible;
  }

  .lg\:static {
    position: static;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:-bottom-14 {
    bottom: -3.5rem;
  }

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

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

  .lg\:left-\[calc\(50\%_\+_20px\)\] {
    left: calc(50% + 20px);
  }

  .lg\:left-\[calc\(50\%_-_20px\)\] {
    left: calc(50% - 20px);
  }

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

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

  .lg\:ml-\[236px\] {
    margin-left: 236px;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-3 {
    height: 0.75rem;
  }

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

  .lg\:h-full {
    height: 100%;
  }

  .lg\:w-3 {
    width: 0.75rem;
  }

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

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

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

  .lg\:max-w-none {
    max-width: none;
  }

  .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-\[160px_auto\] {
    grid-template-columns: 160px auto;
  }

  .lg\:grid-cols-\[260px_860px\] {
    grid-template-columns: 260px 860px;
  }

  .lg\:grid-cols-\[260px_560px\] {
    grid-template-columns: 260px 560px;
  }

  .lg\:grid-cols-\[160px_660px\] {
    grid-template-columns: 160px 660px;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:overflow-visible {
    overflow: visible;
  }

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

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

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

  .lg\:border {
    border-width: 1px;
  }

  .lg\:border-0 {
    border-width: 0px;
  }

  .lg\:border-t-0 {
    border-top-width: 0px;
  }

  .lg\:border-\[\#D9D9D9\] {
    --tw-border-opacity: 1;
    border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  }

  .lg\:border-blue {
    border-color: var(--blue);
  }

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

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

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

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

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

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

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

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

  .lg\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

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

  .lg\:pb-\[136px\] {
    padding-bottom: 136px;
  }

  .lg\:pb-\[32\.6086\%\] {
    padding-bottom: 32.6086%;
  }

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

  .lg\:pt-24 {
    padding-top: 6rem;
  }

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

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

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

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

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

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

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

  .lg\:leading-normal {
    line-height: 1.5;
  }

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

  .lg\:opacity-100 {
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  .xl\:left-\[calc\(50\%_-_120px\)\] {
    left: calc(50% - 120px);
  }

  .xl\:left-\[calc\(50\%_-_180px\)\] {
    left: calc(50% - 180px);
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:w-64 {
    width: 16rem;
  }

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

  .xl\:grid-cols-\[260px_860px\] {
    grid-template-columns: 260px 860px;
  }

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

  .xl\:gap-10 {
    gap: 2.5rem;
  }
}

.\[\&_a\:hover\]\:underline a:hover {
  text-decoration-line: underline;
}

.\[\&_a\]\:flex a {
  display: flex;
}

.\[\&_a\]\:items-center a {
  align-items: center;
}

.\[\&_a\]\:gap-3 a {
  gap: 0.75rem;
}

.\[\&_a\]\:rounded-2xl a {
  border-radius: 1rem;
}

.\[\&_a\]\:bg-\[\#F9F9F9\] a {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
}

.\[\&_a\]\:p-5 a {
  padding: 1.25rem;
}

.\[\&_a\]\:text-blue a {
  color: var(--blue);
}

.\[\&_a\]\:text-white a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&_a\]\:underline a {
  text-decoration-line: underline;
}

@media (min-width: 900px) {
  .lg\:\[\&_a\]\:p-0 a {
    padding: 0px;
  }
}

.\[\&_strong\]\:text-4xl strong {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.\[\&_strong\]\:font-light strong {
  font-weight: 300;
}

.\[\&_strong\]\:font-medium strong {
  font-weight: 500;
}

.\[\&_strong\]\:text-blue strong {
  color: var(--blue);
}

.\[\&_svg_path\]\:fill-blue svg path {
  fill: var(--blue);
}