/*
! tailwindcss v3.4.1 | 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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

abbr:where([title]) {
  -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 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
  html,
  body {
  font-family: Inter, sans-serif;
}
  @media (min-width: 1024px) {

  .pb-offside {
    padding-bottom: 20rem !important;
  }
}
  .mt-offside {
  position: relative !important;
  padding-bottom: 2.5rem !important;
}
  @media (min-width: 1024px) {

  .mt-offside {
    top: -18rem !important;
    margin-bottom: -18rem !important;
  }
}

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

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

  .container {
    max-width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
    padding-right: 2.25rem;
    padding-left: 2.25rem;
  }
}
p:not([class*=text-]), ul:not([class*=text-]) li {
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {

  p:not([class*=text-]), ul:not([class*=text-]) li {
    font-size: 1.125rem;
  }
}
[class*=text-white] p, [class*=text-white] .p {
    color: white !important;
  }
.is-style-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 100%) {

  .is-style-container {
    max-width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
@media (min-width: 1280px) {

  .is-style-container {
    max-width: 1280px;
    padding-right: 2.25rem;
    padding-left: 2.25rem;
  }
}
*[class*=container] p > a:not([class*=btn]),
  .list-step a:not([class*=btn]) {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(23 36 126 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-decoration-color: #17247E;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
*[class*=container] p > a:not([class*=btn]):hover,
  .list-step a:not([class*=btn]):hover {
  --tw-text-opacity: 1;
  color: rgb(218 0 29 / var(--tw-text-opacity));
  text-decoration-color: #DA001D;
}
*[class*=container] [class*=text-white] a:not([class*=btn]) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
#vue-element {
  overflow: hidden;
}
/* Display */
.display-1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.375;
}
@media (min-width: 640px) {

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

  .display-1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px) {

  .display-1 {
    font-size: 3rem;
    line-height: 1;
  }
}
.display-2 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  line-height: 1.375;
}
@media (min-width: 768px) {

  .display-2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px) {

  .display-2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.display-3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.375;
}
@media (min-width: 768px) {

  .display-3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1024px) {

  .display-3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
/* Heading */
.product_title,
  .entry-title,
  .woocommerce-products-header__title,
  #customer_login h2,
  .heading-1 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}
@media (min-width: 640px) {

  .product_title,
  .entry-title,
  .woocommerce-products-header__title,
  #customer_login h2,
  .heading-1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px) {

  .product_title,
  .entry-title,
  .woocommerce-products-header__title,
  #customer_login h2,
  .heading-1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.heading-2 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}
.woocommerce-MyAccount-content h3,
  .woocommerce-checkout h3,
  .heading-3 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
@media (min-width: 640px) {

  .woocommerce-MyAccount-content h3,
  .woocommerce-checkout h3,
  .heading-3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px) {

  .woocommerce-MyAccount-content h3,
  .woocommerce-checkout h3,
  .heading-3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
/* Paragraph */
.paragraph {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.625;
}
.paragraph-2 {
  font-size: 0.75rem;
  line-height: 1.25rem;
}
form.checkout.woocommerce-checkout a:not([class*=btn]),
  .woocommerce-MyAccount-content a:not([class*=btn]),
  .page-content a:not([class*=btn]),
  .paragraph a:not([class*=btn]) {
  --tw-text-opacity: 1;
  color: rgb(23 36 126 / var(--tw-text-opacity));
}
form.checkout.woocommerce-checkout a:not([class*=btn]).invert-colors,
  .woocommerce-MyAccount-content a:not([class*=btn]).invert-colors,
  .page-content a:not([class*=btn]).invert-colors,
  .paragraph a:not([class*=btn]).invert-colors {
  --tw-text-opacity: 1;
  color: rgb(218 0 29 / var(--tw-text-opacity));
}
form.checkout.woocommerce-checkout a:not([class*=no-underline]):not([class*=btn]),
  .woocommerce-MyAccount-content a:not([class*=no-underline]):not([class*=btn]),
  .page-content a:not([class*=no-underline]):not([class*=btn]),
  .paragraph a:not([class*=no-underline]):not([class*=btn]) {
    text-decoration: underline;
    cursor: pointer;
    font-weight: 600;
    text-decoration-line: underline;
  }
form.checkout.woocommerce-checkout a:not([class*=no-underline]):not([class*=btn]):hover,
  .woocommerce-MyAccount-content a:not([class*=no-underline]):not([class*=btn]):hover,
  .page-content a:not([class*=no-underline]):not([class*=btn]):hover,
  .paragraph a:not([class*=no-underline]):not([class*=btn]):hover {
  --tw-text-opacity: 1;
  color: rgb(218 0 29 / var(--tw-text-opacity));
}
form.checkout.woocommerce-checkout a:not([class*=no-underline]):not([class*=btn]).invert-colors:hover,
  .woocommerce-MyAccount-content a:not([class*=no-underline]):not([class*=btn]).invert-colors:hover,
  .page-content a:not([class*=no-underline]):not([class*=btn]).invert-colors:hover,
  .paragraph a:not([class*=no-underline]):not([class*=btn]).invert-colors:hover {
  --tw-text-opacity: 1;
  color: rgb(23 36 126 / var(--tw-text-opacity));
}
form.checkout.woocommerce-checkout [class*=text-white] a:not([class*=btn]),
  .woocommerce-MyAccount-content [class*=text-white] a:not([class*=btn]),
  .page-content [class*=text-white] a:not([class*=btn]),
  .paragraph [class*=text-white] a:not([class*=btn]) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
form.checkout.woocommerce-checkout [class*=text-white] a:not([class*=btn]):hover,
  .woocommerce-MyAccount-content [class*=text-white] a:not([class*=btn]):hover,
  .page-content [class*=text-white] a:not([class*=btn]):hover,
  .paragraph [class*=text-white] a:not([class*=btn]):hover {
  --tw-text-opacity: 1;
  color: rgb(218 0 29 / var(--tw-text-opacity));
}
form.checkout.woocommerce-checkout [class*=text-white] a:not([class*=no-underline]):not([class*=btn]).invert-colors:hover,
  .woocommerce-MyAccount-content [class*=text-white] a:not([class*=no-underline]):not([class*=btn]).invert-colors:hover,
  .page-content [class*=text-white] a:not([class*=no-underline]):not([class*=btn]).invert-colors:hover,
  .paragraph [class*=text-white] a:not([class*=no-underline]):not([class*=btn]).invert-colors:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
form.checkout.woocommerce-checkout label,
  .woocommerce-MyAccount-content label,
  .page-content label,
  .paragraph label {
  font-weight: 600;
}
form.checkout.woocommerce-checkout strong,
  form.checkout.woocommerce-checkout b,
  .woocommerce-MyAccount-content strong,
  .woocommerce-MyAccount-content b,
  .page-content strong,
  .page-content b,
  .paragraph strong,
  .paragraph b {
  font-weight: 600;
}
form.checkout.woocommerce-checkout p, form.checkout.woocommerce-checkout .p,
  .woocommerce-MyAccount-content p,
  .woocommerce-MyAccount-content .p,
  .page-content p,
  .page-content .p,
  .paragraph p,
  .paragraph .p {
  line-height: 1.5;
}
form.checkout.woocommerce-checkout p:not([class*=mb-]):not([class*=margin-]), form.checkout.woocommerce-checkout .p:not([class*=mb-]):not([class*=margin-]),
  .woocommerce-MyAccount-content p:not([class*=mb-]):not([class*=margin-]),
  .woocommerce-MyAccount-content .p:not([class*=mb-]):not([class*=margin-]),
  .page-content p:not([class*=mb-]):not([class*=margin-]),
  .page-content .p:not([class*=mb-]):not([class*=margin-]),
  .paragraph p:not([class*=mb-]):not([class*=margin-]),
  .paragraph .p:not([class*=mb-]):not([class*=margin-]) {
  margin-bottom: 1.25rem;
}
form.checkout.woocommerce-checkout li,
  .woocommerce-MyAccount-content li,
  .page-content li,
  .paragraph li {
  line-height: 1.5;
}
form.checkout.woocommerce-checkout li:not([class*=mb-]):not([class*=margin-]),
  .woocommerce-MyAccount-content li:not([class*=mb-]):not([class*=margin-]),
  .page-content li:not([class*=mb-]):not([class*=margin-]),
  .paragraph li:not([class*=mb-]):not([class*=margin-]) {
  margin-bottom: 0.5rem;
}
form.checkout.woocommerce-checkout ul,
  .woocommerce-MyAccount-content ul,
  .page-content ul,
  .paragraph ul {
  margin-bottom: 0.75rem;
  margin-left: 25px;
  list-style-type: disc;
}
form.checkout.woocommerce-checkout ul li,
  .woocommerce-MyAccount-content ul li,
  .page-content ul li,
  .paragraph ul li {
  margin-left: 1rem;
}
form.checkout.woocommerce-checkout ol,
  .woocommerce-MyAccount-content ol,
  .page-content ol,
  .paragraph ol {
  margin-bottom: 0.75rem;
  margin-left: 25px;
  list-style-type: decimal;
}
form.checkout.woocommerce-checkout ol li,
  .woocommerce-MyAccount-content ol li,
  .page-content ol li,
  .paragraph ol li {
  margin-left: 1rem;
}
form.checkout.woocommerce-checkout ol:not(.carousel__pagination),
  .woocommerce-MyAccount-content ol:not(.carousel__pagination),
  .page-content ol:not(.carousel__pagination),
  .paragraph ol:not(.carousel__pagination) {
  margin-bottom: 0.75rem;
  margin-left: 25px;
  list-style-type: decimal;
}
form.checkout.woocommerce-checkout ol:not(.carousel__pagination) li,
  .woocommerce-MyAccount-content ol:not(.carousel__pagination) li,
  .page-content ol:not(.carousel__pagination) li,
  .paragraph ol:not(.carousel__pagination) li {
  margin-left: 1rem;
}
form.checkout.woocommerce-checkout p:not([class*=text-]), form.checkout.woocommerce-checkout ul:not([class*=text-]) li, form.checkout.woocommerce-checkout ol:not([class*=text-]) li,
  .woocommerce-MyAccount-content p:not([class*=text-]),
  .woocommerce-MyAccount-content ul:not([class*=text-]) li,
  .woocommerce-MyAccount-content ol:not([class*=text-]) li,
  .page-content p:not([class*=text-]),
  .page-content ul:not([class*=text-]) li,
  .page-content ol:not([class*=text-]) li,
  .paragraph p:not([class*=text-]),
  .paragraph ul:not([class*=text-]) li,
  .paragraph ol:not([class*=text-]) li {
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {

  form.checkout.woocommerce-checkout p:not([class*=text-]), form.checkout.woocommerce-checkout ul:not([class*=text-]) li, form.checkout.woocommerce-checkout ol:not([class*=text-]) li,
  .woocommerce-MyAccount-content p:not([class*=text-]),
  .woocommerce-MyAccount-content ul:not([class*=text-]) li,
  .woocommerce-MyAccount-content ol:not([class*=text-]) li,
  .page-content p:not([class*=text-]),
  .page-content ul:not([class*=text-]) li,
  .page-content ol:not([class*=text-]) li,
  .paragraph p:not([class*=text-]),
  .paragraph ul:not([class*=text-]) li,
  .paragraph ol:not([class*=text-]) li {
    font-size: 1.125rem;
  }
}
.woocommerce-billing-fields h3,
  #order_review_heading {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}
@media (min-width: 640px) {

  .woocommerce-billing-fields h3,
  #order_review_heading {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px) {

  .woocommerce-billing-fields h3,
  #order_review_heading {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px) {

  #order_review_heading {
    text-align: right;
  }
}
.btn {
  box-sizing: border-box;
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  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;
}
@media (min-width: 1024px) {

  .btn {
    min-width: 12rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.btn.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(247 208 63 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 42 77 / var(--tw-text-opacity));
}
.btn.btn-primary:hover:not([class*="hover:"]) {
  --tw-bg-opacity: 1;
  background-color: rgb(23 36 126 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn.btn-secondary {
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(23 36 126 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(23 36 126 / var(--tw-text-opacity));
}
.btn.btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(23 36 126 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn.btn-sm {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.btn.btn-lg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.btn.btn-arrow:not([class*=hidden]) {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}
.btn.btn-arrow:not([class*=hidden]):after {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjQzMDIgNS45Mjk5OUwyMC41MDAyIDEyTDE0LjQzMDIgMTguMDciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMy41IDEySDIwLjMzIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
    width: 24px;
    height: 24px;
    display: block;
  }
.btn.btn-arrow:not([class*=hidden]).btn-outline:after {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjQzMDIgNS45Mjk5M0wyMC41MDAyIDExLjk5OTlMMTQuNDMwMiAxOC4wNjk5IiBzdHJva2U9IiMwOTQ2NTEiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMy41IDEySDIwLjMzIiBzdHJva2U9IiMwOTQ2NTEiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
  }
.btn.btn-arrow-left:not([class*=hidden]) {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}
.btn.btn-arrow-left:not([class*=hidden]):before {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjQzMDIgNS45Mjk5OUwyMC41MDAyIDEyTDE0LjQzMDIgMTguMDciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMy41IDEySDIwLjMzIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");
    width: 24px;
    height: 24px;
    display: block;
    transform: rotate(180deg);
  }
.btn.btn-arrow-left:not([class*=hidden]).btn-outline:after {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjQzMDIgNS45Mjk5M0wyMC41MDAyIDExLjk5OTlMMTQuNDMwMiAxOC4wNjk5IiBzdHJva2U9IiMwOTQ2NTEiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMy41IDEySDIwLjMzIiBzdHJva2U9IiMwOTQ2NTEiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
  }
.btn.btn-green {
  --tw-bg-opacity: 1;
  background-color: rgb(66 158 166 / var(--tw-bg-opacity));
}
.btn.btn-red {
  --tw-bg-opacity: 1;
  background-color: rgb(218 0 29 / var(--tw-bg-opacity));
}
.btn.btn-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(247 208 63 / var(--tw-bg-opacity));
}
#mc_embed_shell #mc_embed_signup #mc-embedded-subscribe.button {
  box-sizing: border-box;
  display: inline-flex;
  height: unset;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 12rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(247 208 63 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 42 77 / var(--tw-text-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  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;
}
@media (min-width: 1024px) {

  #mc_embed_shell #mc_embed_signup #mc-embedded-subscribe.button {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
#mc_embed_shell #mc_embed_signup #mc-embedded-subscribe.button:hover:not([class*="hover:"]) {
  --tw-bg-opacity: 1;
  background-color: rgb(23 36 126 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.-bottom-10 {
  bottom: -2.5rem;
}
.-left-5 {
  left: -1.25rem;
}
.-top-10 {
  top: -2.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-10 {
  bottom: 2.5rem;
}
.bottom-16 {
  bottom: 4rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-3 {
  left: 0.75rem;
}
.left-5 {
  left: 1.25rem;
}
.left-6 {
  left: 1.5rem;
}
.right-0 {
  right: 0px;
}
.right-5 {
  right: 1.25rem;
}
.right-6 {
  right: 1.5rem;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.top-10 {
  top: 2.5rem;
}
.top-2 {
  top: 0.5rem;
}
.top-2\.5 {
  top: 0.625rem;
}
.top-5 {
  top: 1.25rem;
}
.top-\[calc\(100\%\+1rem\)\] {
  top: calc(100% + 1rem);
}
.-z-10 {
  z-index: -10;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[999\] {
  z-index: 999;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.float-right {
  float: right;
}
.m-0 {
  margin: 0px;
}
.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.-mt-28 {
  margin-top: -7rem;
}
.-mt-40 {
  margin-top: -10rem;
}
.-mt-\[72px\] {
  margin-top: -72px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.ml-0 {
  margin-left: 0px;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-\[25px\] {
  margin-left: 25px;
}
.mr-0 {
  margin-right: 0px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-auto {
  margin-top: auto;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-4\/3 {
  aspect-ratio: 4 / 3;
}
.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.h-0 {
  height: 0px;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-1 {
  height: 0.25rem;
}
.h-14 {
  height: 3.5rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-5 {
  height: 1.25rem;
}
.h-52 {
  height: 13rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[0\.5px\] {
  height: 0.5px;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[240px\] {
  height: 240px;
}
.h-\[345px\] {
  height: 345px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[38px\] {
  height: 38px;
}
.h-\[396px\] {
  height: 396px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[434px\] {
  height: 434px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[627px\] {
  height: 627px;
}
.h-\[80vh\] {
  height: 80vh;
}
.h-\[98px\] {
  height: 98px;
}
.h-\[9px\] {
  height: 9px;
}
.h-\[unset\] {
  height: unset;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[180px\] {
  max-height: 180px;
}
.max-h-\[210px\] {
  max-height: 210px;
}
.max-h-\[50px\] {
  max-height: 50px;
}
.max-h-\[600px\] {
  max-height: 600px;
}
.max-h-\[720px\] {
  max-height: 720px;
}
.max-h-screen {
  max-height: 100vh;
}
.min-h-\[125px\] {
  min-height: 125px;
}
.min-h-\[304px\] {
  min-height: 304px;
}
.min-h-\[30px\] {
  min-height: 30px;
}
.min-h-\[687px\] {
  min-height: 687px;
}
.min-h-content {
  min-height: calc(100vh - 380px);;
}
.min-h-screen {
  min-height: 100vh;
}
.w-0 {
  width: 0px;
}
.w-0\.5 {
  width: 0.125rem;
}
.w-1 {
  width: 0.25rem;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-1\/12 {
  width: 8.333333%;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/4 {
  width: 25%;
}
.w-1\/5 {
  width: 20%;
}
.w-1\/6 {
  width: 16.666667%;
}
.w-10 {
  width: 2.5rem;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-11 {
  width: 2.75rem;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-2\/12 {
  width: 16.666667%;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-2\/4 {
  width: 50%;
}
.w-2\/5 {
  width: 40%;
}
.w-2\/6 {
  width: 33.333333%;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-3\/12 {
  width: 25%;
}
.w-3\/4 {
  width: 75%;
}
.w-3\/5 {
  width: 60%;
}
.w-3\/6 {
  width: 50%;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-4\/12 {
  width: 33.333333%;
}
.w-4\/5 {
  width: 80%;
}
.w-4\/6 {
  width: 66.666667%;
}
.w-40 {
  width: 10rem;
}
.w-44 {
  width: 11rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-5\/12 {
  width: 41.666667%;
}
.w-5\/6 {
  width: 83.333333%;
}
.w-52 {
  width: 13rem;
}
.w-56 {
  width: 14rem;
}
.w-6 {
  width: 1.5rem;
}
.w-6\/12 {
  width: 50%;
}
.w-60 {
  width: 15rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-7\/12 {
  width: 58.333333%;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-80 {
  width: 20rem;
}
.w-9 {
  width: 2.25rem;
}
.w-9\/12 {
  width: 75%;
}
.w-96 {
  width: 24rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[124px\] {
  width: 124px;
}
.w-\[14px\] {
  width: 14px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[15px\] {
  width: 15px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[343px\] {
  width: 343px;
}
.w-\[36px\] {
  width: 36px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[48\%\] {
  width: 48%;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[64px\] {
  width: 64px;
}
.w-\[72px\] {
  width: 72px;
}
.w-\[800px\] {
  width: 800px;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[98\%\] {
  width: 98%;
}
.w-\[98px\] {
  width: 98px;
}
.w-auto {
  width: auto;
}
.w-defaultButton {
  width: 20rem;
}
.w-dvw {
  width: 100dvw;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-lvw {
  width: 100lvw;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-min {
  width: -moz-min-content;
  width: min-content;
}
.w-px {
  width: 1px;
}
.w-screen {
  width: 100vw;
}
.w-svw {
  width: 100svw;
}
.min-w-48 {
  min-width: 12rem;
}
.min-w-\[192px\] {
  min-width: 192px;
}
.min-w-\[304px\] {
  min-width: 304px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[100vw\] {
  max-width: 100vw;
}
.max-w-\[1920px\] {
  max-width: 1920px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[672px\] {
  max-width: 672px;
}
.max-w-\[768px\] {
  max-width: 768px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[909px\] {
  max-width: 909px;
}
.max-w-\[calc\(100vw-40px\)\] {
  max-width: calc(100vw - 40px);
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-none {
  max-width: none;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.flex-none {
  flex: none;
}
.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-x-\[55\%\] {
  --tw-translate-x: -55%;
  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-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-8 {
  --tw-translate-y: 2rem;
  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-\[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));
}
.translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-105 {
  --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));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.list-outside {
  list-style-position: outside;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-items-start {
  justify-items: start;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-11 {
  gap: 2.75rem;
}
.gap-2 {
  gap: 0.5rem;
}
.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-8 {
  gap: 2rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[18px\] {
  gap: 18px;
}
.gap-\[2\%\] {
  gap: 2%;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[26px\] {
  gap: 26px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-x-\[2\%\] {
  -moz-column-gap: 2%;
       column-gap: 2%;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[1\.5rem\] {
  border-radius: 1.5rem;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[30px\] {
  border-radius: 30px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem;
}
.rounded-bl-\[120px\] {
  border-bottom-left-radius: 120px;
}
.rounded-br-3xl {
  border-bottom-right-radius: 1.5rem;
}
.rounded-tl-3xl {
  border-top-left-radius: 1.5rem;
}
.rounded-tr-3xl {
  border-top-right-radius: 1.5rem;
}
.rounded-tr-none {
  border-top-right-radius: 0px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-\[3px\] {
  border-width: 3px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-\[5px\] {
  border-bottom-width: 5px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-t-4 {
  border-top-width: 4px;
}
.border-t-\[5px\] {
  border-top-width: 5px;
}
.border-none {
  border-style: none;
}
.border-blue {
  --tw-border-opacity: 1;
  border-color: rgb(23 36 126 / var(--tw-border-opacity));
}
.border-blue\/\[20\%\] {
  border-color: rgb(23 36 126 / 20%);
}
.border-navy {
  --tw-border-opacity: 1;
  border-color: rgb(0 42 76 / var(--tw-border-opacity));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(0 42 77 / var(--tw-border-opacity));
}
.border-primary\/20 {
  border-color: rgb(0 42 77 / 0.2);
}
.border-red {
  --tw-border-opacity: 1;
  border-color: rgb(218 0 29 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.border-yellow {
  --tw-border-opacity: 1;
  border-color: rgb(247 208 63 / var(--tw-border-opacity));
}
.border-b-\[\#B9BFE9\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(185 191 233 / var(--tw-border-opacity));
}
.border-b-\[\#CDCFE2\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(205 207 226 / var(--tw-border-opacity));
}
.border-b-\[\#E3E3E3\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(227 227 227 / var(--tw-border-opacity));
}
.border-b-red {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(218 0 29 / var(--tw-border-opacity));
}
.border-b-transparent {
  border-bottom-color: transparent;
}
.border-l-\[transparent\] {
  border-left-color: transparent;
}
.border-t-red {
  --tw-border-opacity: 1;
  border-top-color: rgb(218 0 29 / var(--tw-border-opacity));
}
.border-t-white\/\[18\%\] {
  border-top-color: rgb(255 255 255 / 18%);
}
.bg-\[\#D1D3E5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(209 211 229 / var(--tw-bg-opacity));
}
.bg-\[\#F3F4F9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 249 / var(--tw-bg-opacity));
}
.bg-\[\#dcdeec\] {
  --tw-bg-opacity: 1;
  background-color: rgb(220 222 236 / var(--tw-bg-opacity));
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(23 36 126 / var(--tw-bg-opacity));
}
.bg-blue\/5 {
  background-color: rgb(23 36 126 / 0.05);
}
.bg-blue\/\[20\%\] {
  background-color: rgb(23 36 126 / 20%);
}
.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(66 158 166 / var(--tw-bg-opacity));
}
.bg-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 250 / var(--tw-bg-opacity));
}
.bg-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 249 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 42 77 / var(--tw-bg-opacity));
}
.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(218 0 29 / var(--tw-bg-opacity));
}
.bg-secondsilver {
  --tw-bg-opacity: 1;
  background-color: rgb(235 236 243 / var(--tw-bg-opacity));
}
.bg-silver {
  --tw-bg-opacity: 1;
  background-color: rgb(154 154 154 / var(--tw-bg-opacity));
}
.bg-silver\/50 {
  background-color: rgb(154 154 154 / 0.5);
}
.bg-softlight {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 250 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(247 208 63 / var(--tw-bg-opacity));
}
.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}
.fill-blue {
  fill: #17247E;
}
.fill-white {
  fill: #FFFFFF;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.p-0 {
  padding: 0px;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-\[30px\] {
  padding: 30px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[17px\] {
  padding-left: 17px;
  padding-right: 17px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-11 {
  padding-bottom: 2.75rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[1rem\] {
  padding-bottom: 1rem;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pb-\[48px\] {
  padding-bottom: 48px;
}
.pb-\[5px\] {
  padding-bottom: 5px;
}
.pb-\[64px\] {
  padding-bottom: 64px;
}
.pb-\[70px\] {
  padding-bottom: 70px;
}
.pl-16 {
  padding-left: 4rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pr-0 {
  padding-right: 0px;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-9 {
  padding-top: 2.25rem;
}
.pt-\[105px\] {
  padding-top: 105px;
}
.pt-\[2rem\] {
  padding-top: 2rem;
}
.pt-\[30px\] {
  padding-top: 30px;
}
.pt-\[36px\] {
  padding-top: 36px;
}
.pt-\[48px\] {
  padding-top: 48px;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-start {
  text-align: start;
}
.align-middle {
  vertical-align: middle;
}
.font-aleo {
  font-family: Aleo;
}
.font-default {
  font-family: Inter;
}
.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-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-\[1\.875rem\] {
  font-size: 1.875rem;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-mobile {
  font-size: 1rem;
}
.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-\[18px\] {
  font-weight: 18px;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.\!font-normal {
  font-weight: 400 !important;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.leading-\[2\] {
  line-height: 2;
}
.leading-\[normal\] {
  line-height: normal;
}
.leading-loose {
  line-height: 2;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-snug {
  line-height: 1.375;
}
.tracking-\[0\.025em\] {
  letter-spacing: 0.025em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.\!text-navy {
  --tw-text-opacity: 1 !important;
  color: rgb(0 42 76 / var(--tw-text-opacity)) !important;
}
.text-\[\#002A4C\] {
  --tw-text-opacity: 1;
  color: rgb(0 42 76 / var(--tw-text-opacity));
}
.text-\[\#070707\] {
  --tw-text-opacity: 1;
  color: rgb(7 7 7 / var(--tw-text-opacity));
}
.text-\[\#1e4161\] {
  --tw-text-opacity: 1;
  color: rgb(30 65 97 / var(--tw-text-opacity));
}
.text-\[inherit\] {
  color: inherit;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-black\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgb(23 36 126 / var(--tw-text-opacity));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-navy {
  --tw-text-opacity: 1;
  color: rgb(0 42 76 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 42 77 / var(--tw-text-opacity));
}
.text-red {
  --tw-text-opacity: 1;
  color: rgb(218 0 29 / var(--tw-text-opacity));
}
.text-silver {
  --tw-text-opacity: 1;
  color: rgb(154 154 154 / var(--tw-text-opacity));
}
.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-yellow {
  --tw-text-opacity: 1;
  color: rgb(247 208 63 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.\!no-underline {
  text-decoration-line: none !important;
}
.decoration-blue {
  text-decoration-color: #17247E;
}
.decoration-2 {
  text-decoration-thickness: 2px;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.underline-offset-\[4px\] {
  text-underline-offset: 4px;
}
.placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}
.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-75 {
  opacity: 0.75;
}
.shadow-\[0px_0px_10px_0px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0px 0px 10px 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-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 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-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.invert {
  --tw-invert: invert(100%);
  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);
}
.sepia {
  --tw-sepia: sepia(100%);
  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);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.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;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/**
 *
 * Text classes
 *
 */
[class*=bg-blue] .at label {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
[class*=bg-blue] .at .select2-selection__choice,
[class*=bg-blue] .at select, [class*=bg-blue] .at input[type=text],
[class*=bg-blue] .at input[type=password], [class*=bg-blue] .at input[type=date],
[class*=bg-blue] .at input[type=datetime], [class*=bg-blue] .at input[type=datetime-local],
[class*=bg-blue] .at input[type=month], [class*=bg-blue] .at input[type=week],
[class*=bg-blue] .at input[type=email], [class*=bg-blue] .at input[type=number],
[class*=bg-blue] .at input[type=search], [class*=bg-blue] .at input[type=tel],
[class*=bg-blue] .at input[type=time], [class*=bg-blue] .at input[type=url],
[class*=bg-blue] .at input[type=color], [class*=bg-blue] .at textarea {
  background-color: #DCDEEC;
  --tw-text-opacity: 1;
  color: rgb(23 36 126 / var(--tw-text-opacity));
}
[class*=bg-blue] .at .select2-selection__choice::-moz-placeholder, [class*=bg-blue] .at select::-moz-placeholder, [class*=bg-blue] .at input[type=text]::-moz-placeholder, [class*=bg-blue] .at input[type=password]::-moz-placeholder, [class*=bg-blue] .at input[type=date]::-moz-placeholder, [class*=bg-blue] .at input[type=datetime]::-moz-placeholder, [class*=bg-blue] .at input[type=datetime-local]::-moz-placeholder, [class*=bg-blue] .at input[type=month]::-moz-placeholder, [class*=bg-blue] .at input[type=week]::-moz-placeholder, [class*=bg-blue] .at input[type=email]::-moz-placeholder, [class*=bg-blue] .at input[type=number]::-moz-placeholder, [class*=bg-blue] .at input[type=search]::-moz-placeholder, [class*=bg-blue] .at input[type=tel]::-moz-placeholder, [class*=bg-blue] .at input[type=time]::-moz-placeholder, [class*=bg-blue] .at input[type=url]::-moz-placeholder, [class*=bg-blue] .at input[type=color]::-moz-placeholder, [class*=bg-blue] .at textarea::-moz-placeholder {
  color: rgb(0 42 76/var(--tw-text-opacity)) !important;
  --tw-text-opacity: 1;
  color: rgb(23 36 126 / var(--tw-text-opacity));
}
[class*=bg-blue] .at .select2-selection__choice::placeholder,
[class*=bg-blue] .at select::placeholder, [class*=bg-blue] .at input[type=text]::placeholder,
[class*=bg-blue] .at input[type=password]::placeholder, [class*=bg-blue] .at input[type=date]::placeholder,
[class*=bg-blue] .at input[type=datetime]::placeholder, [class*=bg-blue] .at input[type=datetime-local]::placeholder,
[class*=bg-blue] .at input[type=month]::placeholder, [class*=bg-blue] .at input[type=week]::placeholder,
[class*=bg-blue] .at input[type=email]::placeholder, [class*=bg-blue] .at input[type=number]::placeholder,
[class*=bg-blue] .at input[type=search]::placeholder, [class*=bg-blue] .at input[type=tel]::placeholder,
[class*=bg-blue] .at input[type=time]::placeholder, [class*=bg-blue] .at input[type=url]::placeholder,
[class*=bg-blue] .at input[type=color]::placeholder, [class*=bg-blue] .at textarea::placeholder {
  color: rgb(0 42 76/var(--tw-text-opacity)) !important;
  --tw-text-opacity: 1;
  color: rgb(23 36 126 / var(--tw-text-opacity));
}
.subscribe-form .at .at-inner label {
  --tw-text-opacity: 1;
  color: rgb(0 42 77 / var(--tw-text-opacity));
}
.subscribe-form .at .select2-selection__choice,
.subscribe-form .at select, .subscribe-form .at input[type=text],
.subscribe-form .at input[type=password], .subscribe-form .at input[type=date],
.subscribe-form .at input[type=datetime], .subscribe-form .at input[type=datetime-local],
.subscribe-form .at input[type=month], .subscribe-form .at input[type=week],
.subscribe-form .at input[type=email], .subscribe-form .at input[type=number],
.subscribe-form .at input[type=search], .subscribe-form .at input[type=tel],
.subscribe-form .at input[type=time], .subscribe-form .at input[type=url],
.subscribe-form .at input[type=color], .subscribe-form .at textarea {
  background-color: #DCDEEC;
  --tw-text-opacity: 1;
  color: rgb(23 36 126 / var(--tw-text-opacity));
}
.subscribe-form .at .select2-selection__choice::-moz-placeholder, .subscribe-form .at select::-moz-placeholder, .subscribe-form .at input[type=text]::-moz-placeholder, .subscribe-form .at input[type=password]::-moz-placeholder, .subscribe-form .at input[type=date]::-moz-placeholder, .subscribe-form .at input[type=datetime]::-moz-placeholder, .subscribe-form .at input[type=datetime-local]::-moz-placeholder, .subscribe-form .at input[type=month]::-moz-placeholder, .subscribe-form .at input[type=week]::-moz-placeholder, .subscribe-form .at input[type=email]::-moz-placeholder, .subscribe-form .at input[type=number]::-moz-placeholder, .subscribe-form .at input[type=search]::-moz-placeholder, .subscribe-form .at input[type=tel]::-moz-placeholder, .subscribe-form .at input[type=time]::-moz-placeholder, .subscribe-form .at input[type=url]::-moz-placeholder, .subscribe-form .at input[type=color]::-moz-placeholder, .subscribe-form .at textarea::-moz-placeholder {
  color: rgb(0 42 76/var(--tw-text-opacity)) !important;
  --tw-text-opacity: 1;
  color: rgb(23 36 126 / var(--tw-text-opacity));
}
.subscribe-form .at .select2-selection__choice::placeholder,
.subscribe-form .at select::placeholder, .subscribe-form .at input[type=text]::placeholder,
.subscribe-form .at input[type=password]::placeholder, .subscribe-form .at input[type=date]::placeholder,
.subscribe-form .at input[type=datetime]::placeholder, .subscribe-form .at input[type=datetime-local]::placeholder,
.subscribe-form .at input[type=month]::placeholder, .subscribe-form .at input[type=week]::placeholder,
.subscribe-form .at input[type=email]::placeholder, .subscribe-form .at input[type=number]::placeholder,
.subscribe-form .at input[type=search]::placeholder, .subscribe-form .at input[type=tel]::placeholder,
.subscribe-form .at input[type=time]::placeholder, .subscribe-form .at input[type=url]::placeholder,
.subscribe-form .at input[type=color]::placeholder, .subscribe-form .at textarea::placeholder {
  color: rgb(0 42 76/var(--tw-text-opacity)) !important;
  --tw-text-opacity: 1;
  color: rgb(23 36 126 / var(--tw-text-opacity));
}
.subscribe-form .at .at-inner .btn-at-primary {
  margin: 0 auto;
  float: none;
}
.subscribe-form .at label {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.subscribe-form [class*=bg-blue] .at .at-inner label {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.subscribe-form [class*=bg-blue] .at .select2-selection__choice,
.subscribe-form [class*=bg-blue] .at select, .subscribe-form [class*=bg-blue] .at input[type=text],
.subscribe-form [class*=bg-blue] .at input[type=password], .subscribe-form [class*=bg-blue] .at input[type=date],
.subscribe-form [class*=bg-blue] .at input[type=datetime], .subscribe-form [class*=bg-blue] .at input[type=datetime-local],
.subscribe-form [class*=bg-blue] .at input[type=month], .subscribe-form [class*=bg-blue] .at input[type=week],
.subscribe-form [class*=bg-blue] .at input[type=email], .subscribe-form [class*=bg-blue] .at input[type=number],
.subscribe-form [class*=bg-blue] .at input[type=search], .subscribe-form [class*=bg-blue] .at input[type=tel],
.subscribe-form [class*=bg-blue] .at input[type=time], .subscribe-form [class*=bg-blue] .at input[type=url],
.subscribe-form [class*=bg-blue] .at input[type=color], .subscribe-form [class*=bg-blue] .at textarea {
  --tw-text-opacity: 1;
  color: rgb(23 36 126 / var(--tw-text-opacity));
}
.subscribe-form [class*=bg-blue] .at .select2-selection__choice::-moz-placeholder, .subscribe-form [class*=bg-blue] .at select::-moz-placeholder, .subscribe-form [class*=bg-blue] .at input[type=text]::-moz-placeholder, .subscribe-form [class*=bg-blue] .at input[type=password]::-moz-placeholder, .subscribe-form [class*=bg-blue] .at input[type=date]::-moz-placeholder, .subscribe-form [class*=bg-blue] .at input[type=datetime]::-moz-placeholder, .subscribe-form [class*=bg-blue] .at input[type=datetime-local]::-moz-placeholder, .subscribe-form [class*=bg-blue] .at input[type=month]::-moz-placeholder, .subscribe-form [class*=bg-blue] .at input[type=week]::-moz-placeholder, .subscribe-form [class*=bg-blue] .at input[type=email]::-moz-placeholder, .subscribe-form [class*=bg-blue] .at input[type=number]::-moz-placeholder, .subscribe-form [class*=bg-blue] .at input[type=search]::-moz-placeholder, .subscribe-form [class*=bg-blue] .at input[type=tel]::-moz-placeholder, .subscribe-form [class*=bg-blue] .at input[type=time]::-moz-placeholder, .subscribe-form [class*=bg-blue] .at input[type=url]::-moz-placeholder, .subscribe-form [class*=bg-blue] .at input[type=color]::-moz-placeholder, .subscribe-form [class*=bg-blue] .at textarea::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(23 36 126 / var(--tw-text-opacity));
}
.subscribe-form [class*=bg-blue] .at .select2-selection__choice::placeholder,
.subscribe-form [class*=bg-blue] .at select::placeholder, .subscribe-form [class*=bg-blue] .at input[type=text]::placeholder,
.subscribe-form [class*=bg-blue] .at input[type=password]::placeholder, .subscribe-form [class*=bg-blue] .at input[type=date]::placeholder,
.subscribe-form [class*=bg-blue] .at input[type=datetime]::placeholder, .subscribe-form [class*=bg-blue] .at input[type=datetime-local]::placeholder,
.subscribe-form [class*=bg-blue] .at input[type=month]::placeholder, .subscribe-form [class*=bg-blue] .at input[type=week]::placeholder,
.subscribe-form [class*=bg-blue] .at input[type=email]::placeholder, .subscribe-form [class*=bg-blue] .at input[type=number]::placeholder,
.subscribe-form [class*=bg-blue] .at input[type=search]::placeholder, .subscribe-form [class*=bg-blue] .at input[type=tel]::placeholder,
.subscribe-form [class*=bg-blue] .at input[type=time]::placeholder, .subscribe-form [class*=bg-blue] .at input[type=url]::placeholder,
.subscribe-form [class*=bg-blue] .at input[type=color]::placeholder, .subscribe-form [class*=bg-blue] .at textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgb(23 36 126 / var(--tw-text-opacity));
}
.cta-gform[class*=bg-blue] legend.at-legend,
#page[class*=bg-white] .cta-gform[class*=bg-blue] legend.at-legend {
  color: #ffffff !important;
}
.cta-gform[class*=bg-white] legend.at-legend,
#page[class*=light-blue] .cta-gform[class*=bg-white] legend.at-legend {
  color: #002a4c !important;
}
.margin-bottom-20 {
  margin-bottom: 5rem;
}
.margin-bottom-10 {
  margin-bottom: 2.5rem;
}
.margin-bottom-16 {
  margin-bottom: 4rem;
}
#page, #block-editor-app {
  max-width: 100vw;
  overflow-x: hidden;
}
body a:where(:not(.wp-element-button)) {
  text-decoration: inherit;
}
.is-layout-flex {
  gap: 0.5rem !important;
}
@media (min-width: 1024px) {

  .is-layout-flex {
    gap: 1.25rem !important;
  }
}
.carousel.less-data .carousel__track {
  justify-content: center;
}
.carousel .carousel__viewport {
  padding-top: 36px;
  padding-bottom: 5px;
}
@media (min-width: 1024px) {

  .carousel .carousel__viewport {
    padding-top: 72px;
    padding-bottom: 10px;
  }
}
.carousel .carousel__viewport .carousel__track {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
@media (min-width: 768px) {

  .carousel .carousel__viewport .carousel__track {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}
@media (min-width: 1024px) {

  .carousel .carousel__viewport .carousel__track {
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .carousel .carousel__viewport .carousel__track .carousel__slide {
    padding-left: 17px;
    padding-right: 17px;
  }
}
.carousel .carousel__viewport .carousel__track .carousel__slide .testimonial-item {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 6rem;
  padding-bottom: 1.25rem;
  text-align: start;
}
@media (min-width: 1024px) {

  .carousel .carousel__viewport .carousel__track .carousel__slide .testimonial-item {
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 120px;
    padding-bottom: 2.5rem;
  }
}
.carousel .carousel__viewport .carousel__track .carousel__slide .testimonial-item .img-rounded {
  position: absolute;
  top: 0px;
  left: 50%;
  --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));
  border-radius: 9999px;
}
.carousel .carousel__viewport .carousel__track .carousel__slide .testimonial-item .img-rounded img {
  border-radius: 9999px;
}
.carousel .carousel__viewport .carousel__track .carousel__slide .testimonial-item article h3 {
  padding-bottom: 30px;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
.carousel button.carousel__next,
.carousel button.carousel__prev {
  margin-left: 0px;
  margin-right: 0px;
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(23 36 126 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.carousel button.carousel__next:hover,
.carousel button.carousel__prev:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(218 0 29 / var(--tw-bg-opacity));
}
@media (min-width: 1024px) {

  .carousel button.carousel__next,
.carousel button.carousel__prev {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.carousel button.carousel__next,
.carousel button.carousel__prev {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.carousel button.carousel__next .carousel__icon path,
.carousel button.carousel__prev .carousel__icon path {
  fill: white;
}
.carousel button.carousel__next {
  right: 1.5rem;
  --tw-translate-y: -50%;
  --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));
}
@media (min-width: 768px) {

  .carousel button.carousel__next {
    right: 2rem;
  }
}
@media (min-width: 1024px) {

  .carousel button.carousel__next {
    right: 1rem;
  }
}
.carousel button.carousel__prev {
  left: 1.5rem;
  --tw-translate-y: -50%;
  --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));
}
@media (min-width: 768px) {

  .carousel button.carousel__prev {
    left: 2rem;
  }
}
@media (min-width: 1024px) {

  .carousel button.carousel__prev {
    left: 1rem;
  }
}
.carousel .carousel__prev--disabled,
.carousel .carousel__next--disabled {
  display: none;
}
.carousel .carousel__pagination {
  margin-top: 0.75rem;
  gap: 0.75rem;
}
@media (min-width: 1024px) {

  .carousel .carousel__pagination {
    margin-top: 1.25rem;
  }
}
.carousel .carousel__pagination .carousel__pagination-item .carousel__pagination-button {
  height: 10px;
  width: 10px;
  border-radius: 9999px;
  background-color: rgb(23 36 126 / 20%);
}
.carousel .carousel__pagination .carousel__pagination-item .carousel__pagination-button::after {
  display: none;
}
.carousel .carousel__pagination .carousel__pagination-item .carousel__pagination-button.carousel__pagination-button--active {
  --tw-bg-opacity: 1;
  background-color: rgb(23 36 126 / var(--tw-bg-opacity));
}
/* WP Blocks */
.wp-block-cover {
  border-radius: 0.25rem;
}
.line {
  position: relative;
  z-index: 20;
  display: flex;
  height: 0.5px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0.6;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption-text {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}
*[id*=attachment],
img,
iframe {
  max-width: 100%;
}
.container-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 768px) {

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

  .container-2 {
    max-width: 1024px;
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
@media (min-width: 1280px) {

  .container-2 {
    max-width: 1280px;
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
p,
.p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(7 7 7 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  p,
.p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
strong,
b {
  font-weight: 700;
}
h1:not([class*=block-editor-block-card__title]):not([class*=accordion-section-title]):not([class*=xl]),
.h1:not([class*=block-editor-block-card__title]):not([class*=accordion-section-title]):not([class*=xl]) {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0.025em !important;
}
@media (min-width: 768px) {

  h1:not([class*=block-editor-block-card__title]):not([class*=accordion-section-title]):not([class*=xl]),
.h1:not([class*=block-editor-block-card__title]):not([class*=accordion-section-title]):not([class*=xl]) {
    font-size: 3rem !important;
    line-height: 1 !important;
  }
}
@media (min-width: 1280px) {

  h1:not([class*=block-editor-block-card__title]):not([class*=accordion-section-title]):not([class*=xl]),
.h1:not([class*=block-editor-block-card__title]):not([class*=accordion-section-title]):not([class*=xl]) {
    font-size: 4rem !important;
  }
}
h1:not([class*=mb-]):not([class*=mt-]):not([class*=my-]),
.h1:not([class*=mb-]):not([class*=mt-]):not([class*=my-]) {
  margin-top: 0.75rem;
  margin-bottom: 1.25rem;
}
h1:not([class*=-white]):not([class*=-navy]),
.h1:not([class*=-white]):not([class*=-navy]) {
  --tw-text-opacity: 1;
  color: rgb(23 36 126 / var(--tw-text-opacity));
}
h2:not([class*=block-editor-block-card__title]):not([class*=gform_submission_error]):not([class*=accordion-section-title]):not([class*=xl]),
.h2:not([class*=block-editor-block-card__title]):not([class*=gform_submission_error]):not([class*=accordion-section-title]):not([class*=xl]) {
  font-size: 1.875rem !important;
  font-weight: 500 !important;
  line-height: normal !important;
  letter-spacing: 0.025em !important;
}
@media (min-width: 768px) {

  h2:not([class*=block-editor-block-card__title]):not([class*=gform_submission_error]):not([class*=accordion-section-title]):not([class*=xl]),
.h2:not([class*=block-editor-block-card__title]):not([class*=gform_submission_error]):not([class*=accordion-section-title]):not([class*=xl]) {
    font-size: 3.25rem !important;
  }
}
@media (min-width: 1024px) {

  h2:not([class*=block-editor-block-card__title]):not([class*=gform_submission_error]):not([class*=accordion-section-title]):not([class*=xl]),
.h2:not([class*=block-editor-block-card__title]):not([class*=gform_submission_error]):not([class*=accordion-section-title]):not([class*=xl]) {
    font-size: 3.25rem !important;
  }
}
@media (min-width: 1280px) {

  h2:not([class*=block-editor-block-card__title]):not([class*=gform_submission_error]):not([class*=accordion-section-title]):not([class*=xl]),
.h2:not([class*=block-editor-block-card__title]):not([class*=gform_submission_error]):not([class*=accordion-section-title]):not([class*=xl]) {
    font-size: 3.875rem !important;
  }
}
h2:not([class*=mb-]):not([class*=mt-]):not([class*=my-]),
.h2:not([class*=mb-]):not([class*=mt-]):not([class*=my-]) {
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
}
h2:not([class*=-white]):not([class*=-navy]),
.h2:not([class*=-white]):not([class*=-navy]) {
  --tw-text-opacity: 1;
  color: rgb(23 36 126 / var(--tw-text-opacity));
}
h3:not([class*=block-editor-block-card__title]):not([class*=accordion-section-title]),
.h3:not([class*=block-editor-block-card__title]):not([class*=accordion-section-title]) {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
  font-weight: 500 !important;
  line-height: 1 !important;
}
@media (min-width: 768px) {

  h3:not([class*=block-editor-block-card__title]):not([class*=accordion-section-title]),
.h3:not([class*=block-editor-block-card__title]):not([class*=accordion-section-title]) {
    font-size: 2.2rem !important;
  }
}
h3:not([class*=mb-]):not([class*=mt-]):not([class*=my-]),
.h3:not([class*=mb-]):not([class*=mt-]):not([class*=my-]) {
  margin-top: 0.25rem;
  margin-bottom: 1.25rem;
}
h3:not([class*=-white]):not([class*=-navy]),
.h3:not([class*=-white]):not([class*=-navy]) {
  --tw-text-opacity: 1;
  color: rgb(23 36 126 / var(--tw-text-opacity));
}
h4:not([class*=block-editor-block-card__title]):not([class*=accordion-section-title]),
.h4:not([class*=block-editor-block-card__title]):not([class*=accordion-section-title]) {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  font-weight: 600 !important;
  line-height: 1.375 !important;
}
@media (min-width: 1280px) {

  h4:not([class*=block-editor-block-card__title]):not([class*=accordion-section-title]),
.h4:not([class*=block-editor-block-card__title]):not([class*=accordion-section-title]) {
    font-size: 1.75rem !important;
  }
}
h4:not([class*=mb-]):not([class*=mt-]):not([class*=my-]),
.h4:not([class*=mb-]):not([class*=mt-]):not([class*=my-]) {
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
}
h4:not([class*=-white]):not([class*=-blue]):not([class*=-red]),
.h4:not([class*=-white]):not([class*=-blue]):not([class*=-red]) {
  --tw-text-opacity: 1;
  color: rgb(0 42 76 / var(--tw-text-opacity));
}
h5:not([class*=block-editor-block-card__title]):not([class*=text-paragraph]),
.h5:not([class*=block-editor-block-card__title]):not([class*=text-paragraph]) {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.025em !important;
}
@media (min-width: 1280px) {

  h5:not([class*=block-editor-block-card__title]):not([class*=text-paragraph]),
.h5:not([class*=block-editor-block-card__title]):not([class*=text-paragraph]) {
    font-size: 1.375rem !important;
  }
}
h5:not([class*=mb-]):not([class*=mt-]):not([class*=my-]),
.h5:not([class*=mb-]):not([class*=mt-]):not([class*=my-]) {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
h5:not([class*=-white]):not([class*=-blue]):not([class*=-red]),
.h5:not([class*=-white]):not([class*=-blue]):not([class*=-red]) {
  --tw-text-opacity: 1;
  color: rgb(0 42 76 / var(--tw-text-opacity));
}
h6:not([class*=block-editor-block-card__title]),
.h6:not([class*=block-editor-block-card__title]) {
  font-family: Aleo !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 300 !important;
}
@media (min-width: 1280px) {

  h6:not([class*=block-editor-block-card__title]),
.h6:not([class*=block-editor-block-card__title]) {
    font-size: 1.5rem !important;
  }
}
h6:not([class*=mb-]):not([class*=mt-]):not([class*=my-]),
.h6:not([class*=mb-]):not([class*=mt-]):not([class*=my-]) {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.custom-shadow {
  box-shadow: 0px 12px 30px rgba(0, 42, 76, 0.15);
  border-radius: 20px;
}
.at .at-inner {
  background-color: transparent;
}
.at .at-inner .btn-at-primary {
  min-width: 12rem;
  cursor: pointer;
  border-radius: 0.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 1024px) {

  .at .at-inner .btn-at-primary {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.at .at-inner .btn-at-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(247 208 63 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 42 77 / var(--tw-text-opacity));
}
.at .at-inner .btn-at-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 42 77 / var(--tw-text-opacity));
}
.at .at-inner .btn-at-primary {
  float: left;
}
.at .at-inner footer strong {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.at,
.at fieldset legend {
  color: inherit !important;
}
.background-softlight {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 250 / var(--tw-bg-opacity));
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Spinner */
.spinner {
  aspect-ratio: 1/1;
  border-radius: 50%;
  animation-name: spin;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.spinner--quarter {
  width: 24px;
  border: 3px solid #002a4c;
  border-top-color: transparent;
  animation-duration: 2s;
}
.switcher .option {
  max-height: 180px !important;
}
@media (min-width: 1024px) {

  .switcher .option {
    max-height: -moz-max-content !important;
    max-height: max-content !important;
  }
}
#gtranslate_selector {
  border-radius: 10px;
  padding: 5px 15px;
}
.testimonial-with-card {
  background: #f3f4f9;
}
#indietech-cookie-consent-bar {
  z-index: 999999;
}
.wp-block-image figcaption {
  text-align: left;
}
.sidebar .single-post-item {
  margin-bottom: 1.25rem;
}
.sidebar .single-post-item:not(:first-of-type) {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding-top: 1.25rem;
}
/* Override blockquote */
blockquote.wp-block-quote {
  position: relative;
  margin: 0px;
  border-left-color: transparent;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
blockquote.wp-block-quote:before {
  position: absolute;
  top: 1.25rem;
  left: 0.75rem;
  z-index: 0;
  height: 100px;
  width: 100px;
  background: url("data:image/svg+xml,%3Csvg width='101' height='70' viewBox='0 0 101 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.0456336 69.9062L3.56694 49.3494C4.58209 43.5123 6.70757 37.5483 9.94336 31.4574C13.2426 25.3665 17.208 19.6245 21.8397 14.2315C26.5347 8.83853 31.4202 4.3338 36.4959 0.717327L52.4846 11.2812C47.9798 16.8646 44.0778 22.7017 40.7786 28.7926C37.4793 34.8835 35.227 41.6723 34.0215 49.1591L30.5002 69.9062H0.0456336ZM48.1067 69.9062L51.628 49.3494C52.6432 43.5123 54.7686 37.5483 58.0044 31.4574C61.3037 25.3665 65.2691 19.6245 69.9007 14.2315C74.5958 8.83853 79.4812 4.3338 84.557 0.717327L100.546 11.2812C96.0409 16.8646 92.1389 22.7017 88.8397 28.7926C85.5404 34.8835 83.2881 41.6723 82.0826 49.1591L78.5613 69.9062H48.1067Z' fill='%23F3F4F9'/%3E%3C/svg%3E%0A") no-repeat;
  content: "";
}
blockquote.wp-block-quote:after {
  position: absolute;
  bottom: 4rem;
  right: 1.25rem;
  z-index: 0;
  height: 100px;
  width: 100px;
  background: url("data:image/svg+xml,%3Csvg width='101' height='70' viewBox='0 0 101 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.0456336 69.9062L3.56694 49.3494C4.58209 43.5123 6.70757 37.5483 9.94336 31.4574C13.2426 25.3665 17.208 19.6245 21.8397 14.2315C26.5347 8.83853 31.4202 4.3338 36.4959 0.717327L52.4846 11.2812C47.9798 16.8646 44.0778 22.7017 40.7786 28.7926C37.4793 34.8835 35.227 41.6723 34.0215 49.1591L30.5002 69.9062H0.0456336ZM48.1067 69.9062L51.628 49.3494C52.6432 43.5123 54.7686 37.5483 58.0044 31.4574C61.3037 25.3665 65.2691 19.6245 69.9007 14.2315C74.5958 8.83853 79.4812 4.3338 84.557 0.717327L100.546 11.2812C96.0409 16.8646 92.1389 22.7017 88.8397 28.7926C85.5404 34.8835 83.2881 41.6723 82.0826 49.1591L78.5613 69.9062H48.1067Z' fill='%23F3F4F9'/%3E%3C/svg%3E%0A") no-repeat;
  content: "";
  transform: rotate(180deg);
}
blockquote.wp-block-quote p {
  position: relative;
  z-index: 10;
  font-size: 22px;
  font-weight: 300;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(23 36 126 / var(--tw-text-opacity));
}
.wp-block-cover__image-background {
  height: 100%;
  max-height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.edit-post-sidebar .acf-block-component.acf-block-panel {
  display: none;
}
.has-background {
  padding: 0.5rem !important;
}
@media (min-width: 768px) {

  .has-background {
    padding: 1.25rem !important;
  }
}
.dropdown-accordion .dropdown-title.close {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(185 191 233 / var(--tw-border-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 30px;
  padding-right: 30px;
}
.dropdown-accordion .dropdown-title.close.no_border {
  border-bottom-color: transparent;
}
.dropdown-accordion .dropdown-title.open {
  border-bottom-width: 0px;
  border-bottom-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 249 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 30px;
  padding-right: 30px;
}
.dropdown-accordion .dropdown-title span {
  transform: rotate(0);
  transition: 0.5s transform;
}
.dropdown-accordion .dropdown-title span.arrow-open {
  transform: rotate(180deg) !important;
  transition: 0.5s transform;
}
.dropdown-accordion .dropdown-content {
  visibility: hidden;
  max-height: 0px;
  opacity: 0;
  transition: max-height 0.25s cubic-bezier(0, 0.7, 0, 1), opacity 0.2s ease-in-out;
}
.dropdown-accordion .dropdown-content.dropdown-active {
  visibility: visible;
  padding-bottom: 1.25rem;
  opacity: 1;
  max-height: 10000px;
  transition: max-height 1s ease-in-out, opacity 1s ease-in-out;
}
.max-w-screen-xl {
  max-width: 56rem;
}
.has-text-align-center {
  text-align: center;
}
.welcomer-section {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1024px) {

  .welcomer-section {
    max-width: calc(100% - 30px);
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.elementor-icon-list-item {
  align-items: flex-start;
}
.block-editor-block-list__block ul,
.elementor-widget-container ul {
  margin-bottom: 0.75rem;
  margin-left: 25px;
  list-style-type: disc;
}
.block-editor-block-list__block ul li,
.elementor-widget-container ul li {
  padding-left: 0.75rem;
}
.block-editor-block-list__block ol:not(.carousel__pagination),
.elementor-widget-container ol:not(.carousel__pagination) {
  margin-bottom: 0.75rem;
  margin-left: 25px;
  display: flex;
  list-style-type: decimal;
  flex-direction: column;
  row-gap: 0.75rem;
}
.block-editor-block-list__block ol:not(.carousel__pagination) li,
.elementor-widget-container ol:not(.carousel__pagination) li {
  padding-left: 0.75rem;
}
.elementor-element li,
.elementor-icon-list-text {
  line-height: 1.5;
}
/* Join-the-movement */
.gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 0px !important;
}
.gform_required_legend {
  display: none !important;
}
.gform_wrapper.gravity-theme .gfield_required {
  font-size: 20px !important;
}
a,
p,
.gform_wrapper.gravity-theme .gfield_label,
.cta-gform .gform_wrapper form .gform_body.gform-body .gform_fields.top_label .gchoice {
  line-height: 1.5;
}
.cta-gform .gform_wrapper form .gform_body.gform-body .gform_fields.top_label .gchoice {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.cta-gform .gform_wrapper form .gform_body.gform-body .gform_fields.top_label .gchoice input {
  margin-top: 0.25rem;
}
.cta-gform .gform_wrapper form .gform_body.gform-body .gform_fields.top_label .gchoice label {
  cursor: pointer;
}
.cta-gform .gform_wrapper {
  margin-top: 1.5rem;
  width: 100%;
}
@media (min-width: 1024px) {

  .cta-gform .gform_wrapper {
    margin-top: 0px;
  }
}
.cta-gform .gform_wrapper form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}
.cta-gform .gform_wrapper form .gform_body.gform-body {
  width: 100%;
}
.cta-gform .gform_wrapper form .gform_body.gform-body .gform_fields {
  -moz-column-gap: 2%;
       column-gap: 2%;
}
.cta-gform .gform_wrapper form .gform_body.gform-body .gform_fields.top_label > .gfield {
  margin-bottom: 0.75rem;
  width: 100%;
}
.cta-gform .gform_wrapper form .gform_body.gform-body .gform_fields.top_label > .gfield.width-half {
  grid-column: span 6 / span 6;
  width: 100%;
}
.cta-gform .gform_wrapper form .gform_body.gform-body .gform_fields.top_label > .gfield.width-half .gfield_label {
  color: inherit;
}
.cta-gform .gform_wrapper form .gform_body.gform-body .gform_fields.top_label > .gfield.width-full {
  width: 100%;
}
@media (min-width: 768px) {

  .cta-gform .gform_wrapper form .gform_body.gform-body .gform_fields.top_label > .gfield.width-full {
    width: 100%;
  }
}
.cta-gform .gform_wrapper form .gform_body.gform-body .gform_fields.top_label #field_5_14 {
  margin-top: 1.25rem;
}
.cta-gform .gform_wrapper form .gform_body.gform-body .gform_fields.top_label #field_5_14 h4 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.cta-gform .gform_wrapper form .gform_body.gform-body .gform_fields.top_label #field_5_15 .gfield_label {
  color: inherit;
}
.cta-gform .gform_wrapper form .gform_body.gform-body .gform_fields.top_label .gchoice {
  margin-bottom: 0.25rem;
  color: inherit;
}
.cta-gform .gform_wrapper form .gform_footer.top_label {
  margin: 0px;
  width: 100%;
  padding: 0px;
}
@media (min-width: 1024px) {

  .cta-gform .gform_wrapper form .gform_footer.top_label {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.cta-gform .gform_wrapper form .gform_footer.top_label input:first-child {
  box-sizing: border-box;
  display: inline-flex;
  min-width: 192px;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(247 208 63 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 42 77 / var(--tw-text-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  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;
}
.cta-gform .gform_wrapper form .gform_footer.top_label input:first-child:hover {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(218 0 29 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .cta-gform .gform_wrapper form .gform_footer.top_label input:first-child {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.cta-gform .gform_wrapper form .gform_confirmation_message {
  --tw-bg-opacity: 1;
  background-color: rgb(23 36 126 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.cta-gform .gform_wrapper form .gfield_validation_message {
  border-style: none;
  background-color: transparent;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(218 0 29 / var(--tw-text-opacity));
}
.cta-gform .gform_wrapper.gravity-theme .gfield input,
.cta-gform .gform_wrapper.gravity-theme .gfield select {
  overflow: hidden;
  border-radius: 0.5rem;
}
.cta-gform .gform_confirmation_wrapper .gform_confirmation_message {
  display: block;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(23 36 126 / var(--tw-bg-opacity));
  padding: 1.25rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.cta-gform input[type=text],
.cta-gform input[type=password],
.cta-gform input[type=date],
.cta-gform input[type=datetime],
.cta-gform input[type=datetime-local],
.cta-gform input[type=month],
.cta-gform input[type=week],
.cta-gform input[type=email],
.cta-gform input[type=number],
.cta-gform input[type=search],
.cta-gform input[type=tel],
.cta-gform input[type=time],
.cta-gform input[type=url],
.cta-gform input[type=color],
.cta-gform textarea,
.cta-gform select {
  --tw-bg-opacity: 1;
  background-color: rgb(220 222 236 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(30 65 97 / var(--tw-text-opacity));
}
.cta-gform input[type=text]:focus,
.cta-gform input[type=password]:focus,
.cta-gform input[type=date]:focus,
.cta-gform input[type=datetime]:focus,
.cta-gform input[type=datetime-local]:focus,
.cta-gform input[type=month]:focus,
.cta-gform input[type=week]:focus,
.cta-gform input[type=email]:focus,
.cta-gform input[type=number]:focus,
.cta-gform input[type=search]:focus,
.cta-gform input[type=tel]:focus,
.cta-gform input[type=time]:focus,
.cta-gform input[type=url]:focus,
.cta-gform input[type=color]:focus,
.cta-gform textarea:focus,
.cta-gform select:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 42 77 / var(--tw-text-opacity));
}
.gform_wrapper.gravity-theme .gfield_required {
  font-size: inherit !important;
}
/* Gravity form on the footer */
.gravity-form-bottom form .gform_body p,
.gravity-form-bottom form label,
.gravity-form-bottom form h4 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
footer .cta-gform .gform_wrapper form input[type=text],
footer .cta-gform .gform_wrapper form input[type=password],
footer .cta-gform .gform_wrapper form input[type=date],
footer .cta-gform .gform_wrapper form input[type=datetime],
footer .cta-gform .gform_wrapper form input[type=datetime-local],
footer .cta-gform .gform_wrapper form input[type=month],
footer .cta-gform .gform_wrapper form input[type=week],
footer .cta-gform .gform_wrapper form input[type=email],
footer .cta-gform .gform_wrapper form input[type=number],
footer .cta-gform .gform_wrapper form input[type=search],
footer .cta-gform .gform_wrapper form input[type=tel],
footer .cta-gform .gform_wrapper form input[type=time],
footer .cta-gform .gform_wrapper form input[type=url],
footer .cta-gform .gform_wrapper form input[type=color],
footer .cta-gform .gform_wrapper form textarea,
footer .cta-gform .gform_wrapper form select {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(30 65 97 / var(--tw-text-opacity));
}
footer .cta-gform .gform_wrapper form input[type=text]:focus,
footer .cta-gform .gform_wrapper form input[type=password]:focus,
footer .cta-gform .gform_wrapper form input[type=date]:focus,
footer .cta-gform .gform_wrapper form input[type=datetime]:focus,
footer .cta-gform .gform_wrapper form input[type=datetime-local]:focus,
footer .cta-gform .gform_wrapper form input[type=month]:focus,
footer .cta-gform .gform_wrapper form input[type=week]:focus,
footer .cta-gform .gform_wrapper form input[type=email]:focus,
footer .cta-gform .gform_wrapper form input[type=number]:focus,
footer .cta-gform .gform_wrapper form input[type=search]:focus,
footer .cta-gform .gform_wrapper form input[type=tel]:focus,
footer .cta-gform .gform_wrapper form input[type=time]:focus,
footer .cta-gform .gform_wrapper form input[type=url]:focus,
footer .cta-gform .gform_wrapper form input[type=color]:focus,
footer .cta-gform .gform_wrapper form textarea:focus,
footer .cta-gform .gform_wrapper form select:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 42 77 / var(--tw-text-opacity));
}
.is-content-justification-center .wp-block-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.text-paragraph {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
body .is-layout-constrained > .alignleft {
  margin-right: 0px;
}
@media (min-width: 1024px) {

  body .is-layout-constrained > .alignleft {
    margin-right: 0.5rem;
  }
}
body .is-layout-constrained > .alignleft {
  margin-inline-end: 0 !important;
}
.heading-5xl {
  font-size: 3rem !important;
  line-height: 1 !important;
}
@media (min-width: 1024px) {

  .heading-5xl {
    font-size: 5.625rem !important;
    line-height: 1 !important;
    letter-spacing: -0.02em !important;
    font-weight: 700 !important;
  }
}
.heading-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}
@media (min-width: 1024px) {

  .heading-6xl {
    font-size: 6.25rem !important;
  }
}
.default-button a {
  width: 20rem !important;
  max-width: 100% !important;
}
.is-style-outline a:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 208 63 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(23 36 126 / var(--tw-text-opacity)) !important;
}
#page .notification-header a {
  display: block !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
}
@media (min-width: 768px) {

  #page .notification-header a {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
}
#page .notification-header {
  margin-left: auto;
  margin-right: auto;
}
.text-inherit,
.text-\[inherit\] {
  color: inherit !important;
}
select:not(.gt_selector), input[type=text],
input[type=password], input[type=date],
input[type=email], input[type=number],
input[type=search], input[type=url] {
  height: 38px;
}
.carousel__prev,
.carousel__next {
  box-sizing: content-box;
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  border: 0;
  cursor: pointer;
  margin: 0 10px;
  top: 50%;
  transform: translateY(-50%);
}
#join-the-movement.cta-gform div h2 {
  padding-bottom: 0px;
}
@media not all and (min-width: 768px) {

  #join-the-movement #mc_embed_signup {
    width: 100%;
  }
}
#join-the-movement #mc_embed_signup {
  background: transparent !important;
}
#join-the-movement #mc_embed_signup input.zip {
  --tw-bg-opacity: 1;
  background-color: rgb(220 222 236 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(30 65 97 / var(--tw-text-opacity));
}
#join-the-movement #mc_embed_signup input.zip:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 42 77 / var(--tw-text-opacity));
}
.is-layout-constrained p.has-text-align-left {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
footer .cta-gform .gform_confirmation_wrapper .gform_confirmation_message {
  padding-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
form.js-cm-form .input-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
form.js-cm-form .input-wrapper .input-group {
  margin-bottom: 0.75rem;
  display: flex;
  width: 48%;
  flex-direction: column;
}
form.js-cm-form .input-wrapper .input-group.full-row {
  width: 100%;
}
@media not all and (min-width: 640px) {

  form.js-cm-form .input-wrapper .input-group.mobile-full-row {
    width: 96%;
  }
}
form.js-cm-form .input-wrapper .input-group label {
  margin-bottom: 0.5rem;
  padding: 0px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
form.js-cm-form .input-wrapper .input-group input,
form.js-cm-form .input-wrapper .input-group select {
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(220 222 236 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgb(30 65 97 / var(--tw-text-opacity));
}
form.js-cm-form .input-wrapper .input-group input:focus,
form.js-cm-form .input-wrapper .input-group select:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 42 77 / var(--tw-text-opacity));
}
form.js-cm-form button[type=submit] {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  box-sizing: border-box;
  display: inline-flex;
  min-width: 192px;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(247 208 63 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 42 77 / var(--tw-text-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  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;
}
form.js-cm-form button[type=submit]:hover {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(218 0 29 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  form.js-cm-form button[type=submit] {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
footer form.js-cm-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer form.js-cm-form input,
footer form.js-cm-form select {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
footer form.js-cm-form .input-group label {
  margin-bottom: 0.25rem;
  padding: 0px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.image-carousel,
.carousel {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
}
@media (min-width: 1024px) {

  .lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 100%) {

    .lg\:container {
      max-width: 100%;
      padding-right: 1.25rem;
      padding-left: 1.25rem;
    }
  }

  @media (min-width: 1280px) {

    .lg\:container {
      max-width: 1280px;
      padding-right: 2.25rem;
      padding-left: 2.25rem;
    }
  }
}
@media (min-width: 1280px) {

  .xl\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 100%) {

    .xl\:container {
      max-width: 100%;
      padding-right: 1.25rem;
      padding-left: 1.25rem;
    }
  }

  @media (min-width: 1280px) {

    .xl\:container {
      max-width: 1280px;
      padding-right: 2.25rem;
      padding-left: 2.25rem;
    }
  }
}
@media (min-width: 1980px) {

  .\32xl\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 100%) {

    .\32xl\:container {
      max-width: 100%;
      padding-right: 1.25rem;
      padding-left: 1.25rem;
    }
  }

  @media (min-width: 1280px) {

    .\32xl\:container {
      max-width: 1280px;
      padding-right: 2.25rem;
      padding-left: 2.25rem;
    }
  }
}
.first\:pt-0:first-child {
  padding-top: 0px;
}
.last\:pb-0:last-child {
  padding-bottom: 0px;
}
.hover\:cursor-pointer:hover {
  cursor: pointer;
}
.hover\:border-blue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(23 36 126 / var(--tw-border-opacity));
}
.hover\:border-red:hover {
  --tw-border-opacity: 1;
  border-color: rgb(218 0 29 / var(--tw-border-opacity));
}
.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.hover\:bg-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(23 36 126 / var(--tw-bg-opacity));
}
.hover\:bg-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(218 0 29 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(0 42 77 / var(--tw-text-opacity));
}
.hover\:text-red:hover {
  --tw-text-opacity: 1;
  color: rgb(218 0 29 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-yellow:hover {
  --tw-text-opacity: 1;
  color: rgb(247 208 63 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:no-underline:hover {
  text-decoration-line: none;
}
.hover\:shadow-\[0px_0px_10px_0px_rgba\(0\2c 0\2c 0\2c 0\.2\)\]:hover {
  --tw-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0px 0px 10px 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);
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media not all and (min-width: 1024px) {

  .max-lg\:right-0 {
    right: 0px;
  }

  .max-lg\:translate-x-\[25\%\] {
    --tw-translate-x: 25%;
    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));
  }

  .max-lg\:pr-0 {
    padding-right: 0px;
  }
}
@media not all and (min-width: 768px) {

  .max-md\:flex {
    display: flex;
  }

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

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

  .max-md\:gap-8 {
    gap: 2rem;
  }
}
@media not all and (min-width: 640px) {

  .max-sm\:w-\[96\%\] {
    width: 96%;
  }
}
@media (min-width: 640px) {

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

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

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

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

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

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

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

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

  .md\:bottom-4 {
    bottom: 1rem;
  }

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

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

  .md\:right-2 {
    right: 0.5rem;
  }

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

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

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

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

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

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

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

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

  .md\:mt-7 {
    margin-top: 1.75rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:h-40 {
    height: 10rem;
  }

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

  .md\:max-h-\[unset\] {
    max-height: unset;
  }

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

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

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

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

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

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

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

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

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

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

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

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

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

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

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-\[14px\] {
    font-size: 14px;
  }

  .md\:text-\[2\.2rem\] {
    font-size: 2.2rem;
  }

  .md\:text-\[20px\] {
    font-size: 20px;
  }

  .md\:text-\[3\.25rem\] {
    font-size: 3.25rem;
  }

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

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:-bottom-3 {
    bottom: -0.75rem;
  }

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

  .lg\:-top-\[18rem\] {
    top: -18rem;
  }

  .lg\:bottom-2 {
    bottom: 0.5rem;
  }

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

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

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

  .lg\:right-3 {
    right: 0.75rem;
  }

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

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

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

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

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

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

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

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

  .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:-mb-\[18rem\] {
    margin-bottom: -18rem;
  }

  .lg\:-mr-10 {
    margin-right: -2.5rem;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:mt-16 {
    margin-top: 4rem;
  }

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

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

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

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

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-auto {
    aspect-ratio: auto;
  }

  .lg\:h-1 {
    height: 0.25rem;
  }

  .lg\:h-52 {
    height: 13rem;
  }

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

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

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

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

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

  .lg\:max-h-max {
    max-height: -moz-max-content;
    max-height: max-content;
  }

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

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

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

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

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

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

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

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

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

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

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

  .lg\:w-52 {
    width: 13rem;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

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

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

  .lg\:w-\[80\%\] {
    width: 80%;
  }

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

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

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

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

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

  .lg\:min-w-48 {
    min-width: 12rem;
  }

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

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

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

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

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

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

  .lg\:max-w-\[calc\(100\%-30px\)\] {
    max-width: calc(100% - 30px);
  }

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

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

  .lg\:translate-x-\[20\%\] {
    --tw-translate-x: 20%;
    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));
  }

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

  .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\:flex-row {
    flex-direction: row;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-\[20px\] {
    gap: 20px;
  }

  .lg\:gap-\[30px\] {
    gap: 30px;
  }

  .lg\:gap-\[45px\] {
    gap: 45px;
  }

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

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

  .lg\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

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

  .lg\:gap-x-\[0\] {
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .lg\:gap-x-\[75px\] {
    -moz-column-gap: 75px;
         column-gap: 75px;
  }

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

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

  .lg\:gap-y-3 {
    row-gap: 0.75rem;
  }

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

  .lg\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

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

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

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

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

  .lg\:border-r-\[0\.5px\] {
    border-right-width: 0.5px;
  }

  .lg\:border-\[\#B3B4B9\] {
    --tw-border-opacity: 1;
    border-color: rgb(179 180 185 / var(--tw-border-opacity));
  }

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

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

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

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

  .lg\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pb-\[20rem\] {
    padding-bottom: 20rem;
  }

  .lg\:pb-\[2rem\] {
    padding-bottom: 2rem;
  }

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

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

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

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

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

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

  .lg\:pl-5 {
    padding-left: 1.25rem;
  }

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

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

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

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

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

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

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

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

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

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

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

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

  .lg\:pt-40 {
    padding-top: 10rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .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-\[1\.75rem\] {
    font-size: 1.75rem;
  }

  .lg\:text-\[16px\] {
    font-size: 16px;
  }

  .lg\:text-\[24px\] {
    font-size: 24px;
  }

  .lg\:text-\[28px\] {
    font-size: 28px;
  }

  .lg\:text-\[3\.25rem\] {
    font-size: 3.25rem;
  }

  .lg\:text-\[60px\] {
    font-size: 60px;
  }

  .lg\:text-general {
    font-size: 1.125rem;
  }

  .lg\:text-heading-5xl {
    font-size: 5.625rem;
    line-height: 1;
    letter-spacing: -0.02em;
    font-weight: 700;
  }

  .lg\:text-heading-6xl {
    font-size: 6.25rem;
  }

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

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

  .lg\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
@media (min-width: 1280px) {

  .xl\:static {
    position: static;
  }

  .xl\:absolute {
    position: absolute;
  }

  .xl\:right-0 {
    right: 0px;
  }

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

  .xl\:-mr-16 {
    margin-right: -4rem;
  }

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

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:w-\[36vw\] {
    width: 36vw;
  }

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

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

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

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

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

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

  .xl\:p-16 {
    padding: 4rem;
  }

  .xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

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

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

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

  .xl\:pr-\[3\.0rem\] {
    padding-right: 3.0rem;
  }

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

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

  .xl\:text-\[1\.375rem\] {
    font-size: 1.375rem;
  }

  .xl\:text-\[1\.5rem\] {
    font-size: 1.5rem;
  }

  .xl\:text-\[1\.75rem\] {
    font-size: 1.75rem;
  }

  .xl\:text-\[3\.875rem\] {
    font-size: 3.875rem;
  }

  .xl\:text-\[4rem\] {
    font-size: 4rem;
  }

  .xl\:text-heading-5xl {
    font-size: 5.625rem;
    line-height: 1;
    letter-spacing: -0.02em;
    font-weight: 700;
  }
}
@media (min-width: 1980px) {

  .\32xl\:gap-3 {
    gap: 0.75rem;
  }
}
