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

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

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, 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 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 100%) {

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

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

  .container {
    max-width: 1350px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-right-\[100vw\] {
  right: -100vw;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[33px\] {
  bottom: 33px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-10 {
  left: 2.5rem;
}
.left-4 {
  left: 1rem;
}
.left-\[-100vw\] {
  left: -100vw;
}
.right-0 {
  right: 0px;
}
.right-4 {
  right: 1rem;
}
.right-\[-5px\] {
  right: -5px;
}
.top-0 {
  top: 0px;
}
.top-10 {
  top: 2.5rem;
}
.top-4 {
  top: 1rem;
}
.top-\[-5px\] {
  top: -5px;
}
.-z-10 {
  z-index: -10;
}
.-z-\[1\] {
  z-index: -1;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[999999\] {
  z-index: 999999;
}
.z-\[99999\] {
  z-index: 99999;
}
.order-2 {
  order: 2;
}
.order-first {
  order: -9999;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-7 {
  grid-column: span 7 / span 7;
}
.col-span-full {
  grid-column: 1 / -1;
}
.row-span-1 {
  grid-row: span 1 / span 1;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-\[50px\] {
  margin-top: 50px;
  margin-bottom: 50px;
}
.my-\[60px\] {
  margin-top: 60px;
  margin-bottom: 60px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-13 {
  margin-bottom: 50px;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[26px\] {
  margin-bottom: 26px;
}
.mb-\[27px\] {
  margin-bottom: 27px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[60px\] {
  margin-bottom: 60px;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-2\.5 {
  margin-right: 0.625rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mr-\[14px\] {
  margin-right: 14px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.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-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[-170px\] {
  margin-top: -170px;
}
.mt-\[-210px\] {
  margin-top: -210px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[304\/206\] {
  aspect-ratio: 304/206;
}
.aspect-\[40\/41\] {
  aspect-ratio: 40/41;
}
.aspect-\[416\/466\] {
  aspect-ratio: 416/466;
}
.aspect-\[600\/400\] {
  aspect-ratio: 600/400;
}
.aspect-\[625\/380\] {
  aspect-ratio: 625/380;
}
.aspect-\[759\/427\] {
  aspect-ratio: 759/427;
}
.aspect-\[759\/479\] {
  aspect-ratio: 759/479;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.size-3\.5 {
  width: 0.875rem;
  height: 0.875rem;
}
.size-4 {
  width: 1rem;
  height: 1rem;
}
.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.size-8 {
  width: 2rem;
  height: 2rem;
}
.size-\[60px\] {
  width: 60px;
  height: 60px;
}
.size-full {
  width: 100%;
  height: 100%;
}
.h-0 {
  height: 0px;
}
.h-10 {
  height: 2.5rem;
}
.h-20 {
  height: 5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-64 {
  height: 16rem;
}
.h-96 {
  height: 24rem;
}
.h-\[13px\] {
  height: 13px;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[189px\] {
  height: 189px;
}
.h-\[370px\] {
  height: 370px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[90\%\] {
  height: 90%;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-10 {
  max-height: 2.5rem;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[420px\] {
  min-height: 420px;
}
.min-h-\[443px\] {
  min-height: 443px;
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-10 {
  width: 2.5rem;
}
.w-20 {
  width: 5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-9 {
  width: 2.25rem;
}
.w-96 {
  width: 24rem;
}
.w-\[100vw\] {
  width: 100vw;
}
.w-\[13px\] {
  width: 13px;
}
.w-\[50px\] {
  width: 50px;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.min-w-\[152px\] {
  min-width: 152px;
}
.min-w-\[163px\] {
  min-width: 163px;
}
.min-w-\[192px\] {
  min-width: 192px;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-10 {
  max-width: 2.5rem;
}
.max-w-14 {
  max-width: 3.5rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-\[333px\] {
  max-width: 333px;
}
.max-w-\[467px\] {
  max-width: 467px;
}
.max-w-\[472px\] {
  max-width: 472px;
}
.max-w-\[480px\] {
  max-width: 480px;
}
.max-w-\[518px\] {
  max-width: 518px;
}
.max-w-\[553px\] {
  max-width: 553px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[660px\] {
  max-width: 660px;
}
.max-w-\[720px\] {
  max-width: 720px;
}
.max-w-\[760px\] {
  max-width: 760px;
}
.max-w-\[862px\] {
  max-width: 862px;
}
.max-w-\[976px\] {
  max-width: 976px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-none {
  max-width: none;
}
.max-w-site-inner {
  max-width: 1310px;
}
.max-w-site-outer {
  max-width: 1350px;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.table-fixed {
  table-layout: fixed;
}
.-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-\[0\] {
  --tw-translate-x: 0;
  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-\[118px\] {
  --tw-translate-x: -118px;
  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));
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.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;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.\!gap-0 {
  gap: 0px !important;
}
.\!gap-8 {
  gap: 2rem !important;
}
.\!gap-\[60px\] {
  gap: 60px !important;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[59px\] {
  gap: 59px;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.break-all {
  word-break: break-all;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-\[6px\] {
  border-left-width: 6px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-border {
  --tw-border-opacity: 1;
  border-color: rgb(210 210 210 / var(--tw-border-opacity, 1));
}
.border-dark {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 19 / var(--tw-border-opacity, 1));
}
.border-light {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(229 74 32 / var(--tw-border-opacity, 1));
}
.border-primary-400 {
  --tw-border-opacity: 1;
  border-color: rgb(209 229 255 / var(--tw-border-opacity, 1));
}
.border-opacity-20 {
  --tw-border-opacity: 0.2;
}
.bg-\[\#000013\]\/75 {
  background-color: rgb(0 0 19 / 0.75);
}
.bg-\[\#101526\] {
  --tw-bg-opacity: 1;
  background-color: rgb(16 21 38 / var(--tw-bg-opacity, 1));
}
.bg-\[\#828282\] {
  --tw-bg-opacity: 1;
  background-color: rgb(130 130 130 / var(--tw-bg-opacity, 1));
}
.bg-background {
  --tw-bg-opacity: 1;
  background-color: rgb(244 249 255 / var(--tw-bg-opacity, 1));
}
.bg-backgroundOverlay {
  background-color: #081B3180;
}
.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 19 / var(--tw-bg-opacity, 1));
}
.bg-dark\/20 {
  background-color: rgb(0 0 19 / 0.2);
}
.bg-dark\/95 {
  background-color: rgb(0 0 19 / 0.95);
}
.bg-light {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-neutralbackground {
  --tw-bg-opacity: 1;
  background-color: rgb(244 249 255 / var(--tw-bg-opacity, 1));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(229 74 32 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-\[linear-gradient\(180deg\2c rgba\(0\2c 0\2c 0\2c 0\)_50\.1\%\2c \#000_106\.99\%\)\] {
  background-image: linear-gradient(180deg,rgba(0,0,0,0) 50.1%,#000 106.99%);
}
.bg-\[linear-gradient\(270deg\2c rgba\(0\2c 0\2c 0\2c 0\)_8\.68\%\2c \#17212C_100\%\)\] {
  background-image: linear-gradient(270deg,rgba(0,0,0,0) 8.68%,#17212C 100%);
}
.bg-\[url\(\'\.\.\/assets\/images\/bglogo\.svg\'\)\] {
  background-image: url('../assets/images/bglogo.svg');
}
.bg-\[url\(\'\.\.\/assets\/images\/downArrowDark\.svg\'\)\] {
  background-image: url('../assets/images/downArrowDark.svg');
}
.bg-\[url\(\'\.\.\/assets\/images\/left-logo\.svg\'\)\] {
  background-image: url('../assets/images/left-logo.svg');
}
.bg-\[url\(\'\.\.\/assets\/images\/one-column-left\.png\'\)\2c _url\(\'\.\.\/assets\/images\/one-column-right\.png\'\)\] {
  background-image: url('../assets/images/one-column-left.png'), url('../assets/images/one-column-right.png');
}
.bg-\[url\(\'\.\.\/assets\/images\/right-logo\.svg\'\)\] {
  background-image: url('../assets/images/right-logo.svg');
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-\[\#4a4a4a\] {
  --tw-gradient-from: #4a4a4a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 74 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/80 {
  --tw-gradient-from: rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-\[\#efefef61\] {
  --tw-gradient-to: rgb(239 239 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #efefef61 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-black\/40 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-black\/70 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#4a4a4a\] {
  --tw-gradient-to: #4a4a4a var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.bg-\[length\:12px_12px\] {
  background-size: 12px 12px;
}
.bg-cover {
  background-size: cover;
}
.bg-\[left_top_60px\] {
  background-position: left top 60px;
}
.bg-\[position\:right_-22px_top_30px\2c _left_-22px_bottom_30px\] {
  background-position: right -22px top 30px, left -22px bottom 30px;
}
.bg-\[right_16px_center\] {
  background-position: right 16px center;
}
.bg-\[right_top_60px\] {
  background-position: right top 60px;
}
.bg-center {
  background-position: center;
}
.bg-left-top {
  background-position: left top;
}
.bg-right-top {
  background-position: right top;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-current {
  fill: currentColor;
}
.fill-dark {
  fill: #000013;
}
.fill-gray {
  fill: #676767;
}
.fill-white {
  fill: #ffffff;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-0 {
  padding: 0px;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-7 {
  padding: 1.75rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[1px\] {
  padding: 1px;
}
.\!py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.\!py-2\.5 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.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;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-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-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[120px\] {
  padding-top: 120px;
  padding-bottom: 120px;
}
.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}
.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}
.\!pr-7 {
  padding-right: 1.75rem !important;
}
.\!pt-px {
  padding-top: 1px !important;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[231px\] {
  padding-bottom: 231px;
}
.pb-\[270px\] {
  padding-bottom: 270px;
}
.pb-\[56\.25\%\] {
  padding-bottom: 56.25%;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pb-\[70px\] {
  padding-bottom: 70px;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-13 {
  padding-top: 50px;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-28 {
  padding-top: 7rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[115px\] {
  padding-top: 115px;
}
.pt-\[120px\] {
  padding-top: 120px;
}
.pt-\[150px\] {
  padding-top: 150px;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.font-albert-sans {
  font-family: Albert Sans, sans-serif;
}
.font-arial {
  font-family: arial, sans-serif;
}
.font-open-sans {
  font-family: Open Sans, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-2xl\/7 {
  font-size: 1.5rem;
  line-height: 1.75rem;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-body {
  font-size: 16px;
  line-height: 24px;
}
.text-bodyl {
  font-size: 18px;
  line-height: 26px;
}
.text-bodym {
  font-size: 14px;
  line-height: 20px;
}
.text-h2 {
  font-size: 48px;
  line-height: 56px;
}
.text-h3 {
  font-size: 32px;
  line-height: 40px;
}
.text-h4 {
  font-size: 20px;
  line-height: 28px;
}
.text-h5 {
  font-size: 18px;
  line-height: 26px;
}
.text-h5\/6 {
  font-size: 18px;
  line-height: 1.5rem;
}
.text-h6 {
  font-size: 16px;
  line-height: 24px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-lg\/6 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xl\/4 {
  font-size: 1.25rem;
  line-height: 1rem;
}
.text-xl\/6 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.text-xl\/none {
  font-size: 1.25rem;
  line-height: 1;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-\[26px\] {
  line-height: 26px;
}
.leading-tight {
  line-height: 1.25;
}
.\!-tracking-\[0\.01em\] {
  letter-spacing: -0.01em !important;
}
.-tracking-\[0\.01em\] {
  letter-spacing: -0.01em;
}
.-tracking-\[0\.1px\] {
  letter-spacing: -0.1px;
}
.-tracking-\[0\.64px\] {
  letter-spacing: -0.64px;
}
.tracking-\[-0\.16px\] {
  letter-spacing: -0.16px;
}
.tracking-\[-0\.18px\] {
  letter-spacing: -0.18px;
}
.tracking-\[-0\.24px\] {
  letter-spacing: -0.24px;
}
.tracking-\[0\.4px\] {
  letter-spacing: 0.4px;
}
.tracking-\[1\.6px\] {
  letter-spacing: 1.6px;
}
.tracking-\[1px\] {
  letter-spacing: 1px;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-border {
  --tw-text-opacity: 1;
  color: rgb(210 210 210 / var(--tw-text-opacity, 1));
}
.text-dark {
  --tw-text-opacity: 1;
  color: rgb(0 0 19 / var(--tw-text-opacity, 1));
}
.text-gray {
  --tw-text-opacity: 1;
  color: rgb(103 103 103 / var(--tw-text-opacity, 1));
}
.text-gray-secondary {
  --tw-text-opacity: 1;
  color: rgb(143 143 143 / var(--tw-text-opacity, 1));
}
.text-light {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(229 74 32 / var(--tw-text-opacity, 1));
}
.text-primary-400 {
  --tw-text-opacity: 1;
  color: rgb(209 229 255 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow {
  --tw-text-opacity: 1;
  color: rgb(250 189 33 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.decoration-1 {
  text-decoration-thickness: 1px;
}
.opacity-30 {
  opacity: 0.3;
}
.shadow-\[8px_8px_16px_0_rgba\(19\2c 19\2c 19\2c 0\.03\)\] {
  --tw-shadow: 8px 8px 16px 0 rgba(19,19,19,0.03);
  --tw-shadow-colored: 8px 8px 16px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur-3xl {
  --tw-blur: blur(64px);
  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);
}
.backdrop-blur-\[6px\] {
  --tw-backdrop-blur: blur(6px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.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-300 {
  transition-duration: 300ms;
}
.site-grid {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media (min-width: 768px) {

  .site-grid {
    display: grid;
    gap: 1.25rem;
  }
}
.container {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {

  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

@font-face {
  font-family: "arial";
  src: url("../assets/fonts/ARIAL.woff2") format("woff2");
}
.wrapper {
  font-family: arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(0 0 19 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .container-l {
    margin-left: calc((100% - 984px) / 2);
  }
}

@media (min-width: 1024px) {

  .container-l {
    margin-left: calc((100% - 1350px) / 2);
  }
}

@media (min-width: 768px) {

  .container-r {
    margin-right: calc((100% - 984px) / 2);
  }
}

@media (min-width: 1024px) {

  .container-r {
    margin-right: calc((100% - 1310px) / 2);
  }
}

.fill-dark {
  fill: #676767;
}

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

strong {
  font-weight: 700;
}

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

@media (min-width: 1024px) {

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.btn {
  display: inline-block;
  border-radius: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -0.1px;
  text-decoration-line: none !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn::before {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: var(--tw-content);
  transition-duration: 500ms;
}

@media (min-width: 768px) {

  .btn {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 16px;
    line-height: 24px;
  }
}
.btn-solid {
  --tw-bg-opacity: 1;
  background-color: rgb(229 74 32 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}
.btn-solid:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(179 146 106 / var(--tw-bg-opacity, 1));
}
.btn-large {
  min-width: 176px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 18px;
  line-height: 26px;
}
.btn-white {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}
.btn-white::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.btn-date {
  position: relative;
  z-index: 10;
  display: inline-block;
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: -0.16px;
  --tw-text-opacity: 1;
  color: rgb(229 74 32 / var(--tw-text-opacity, 1));
}
.btn-date:before {
  position: absolute;
  top: 50%;
  right: 0px;
  left: 100%;
  z-index: -10;
  height: 1px;
  width: 9999px;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(210 210 210 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}
.btn-date:after {
  position: absolute;
  top: 50%;
  right: 0px;
  right: 100%;
  z-index: -10;
  height: 1px;
  width: 9999px;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(210 210 210 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

@media (max-width: 1340px) {
  .container-l,
  .container-r {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.password-protect-form .wysiwyg p {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {

  .password-protect-form .wysiwyg p {
    font-size: 18px;
    line-height: 26px;
  }
}
.password-protect-form .wysiwyg input[type=password] {
  margin-top: 1rem;
  width: 100%;
  max-width: 24rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 74 32 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 18px;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(0 0 19 / var(--tw-text-opacity, 1));
}
.password-protect-form .wysiwyg input[type=password]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(103 103 103 / var(--tw-text-opacity, 1));
}
.password-protect-form .wysiwyg input[type=password]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(103 103 103 / var(--tw-text-opacity, 1));
}
.password-protect-form .wysiwyg input[type=password]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(229 74 32 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.password-protect-form .wysiwyg input[type=submit] {
  margin-top: 1rem;
  display: inline-block;
  border-radius: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -0.1px;
  text-decoration-line: none !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.password-protect-form .wysiwyg input[type=submit]::before {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: var(--tw-content);
  transition-duration: 500ms;
}
@media (min-width: 768px) {

  .password-protect-form .wysiwyg input[type=submit] {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 16px;
    line-height: 24px;
  }
}
.password-protect-form .wysiwyg input[type=submit] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 74 32 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}
.password-protect-form .wysiwyg input[type=submit]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(179 146 106 / var(--tw-bg-opacity, 1));
}
.wysiwyg a:not(.password-protect-form .wysiwyg input[type=submit]) {
  overflow-wrap: break-word;
  --tw-text-opacity: 1;
  color: rgb(0 0 19 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.wysiwyg a:not(.password-protect-form .wysiwyg input[type=submit]):hover {
  --tw-text-opacity: 1;
  color: rgb(179 146 106 / var(--tw-text-opacity, 1));
}
.password-protect-form .post-password-form-invalid-password p {
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}

.module-instagram-feed #sb_instagram #sbi_images {
  gap: 1.5rem !important;
}
.module-instagram-feed .sbi_header_img {
  display: none;
}
.module-instagram-feed .sbi_feedtheme_header_text h3 {
  margin-bottom: 0.625rem !important;
  font-size: 32px !important;
  line-height: 40px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 19 / var(--tw-text-opacity, 1)) !important;
}
@media (min-width: 768px) {

  .module-instagram-feed .sbi_feedtheme_header_text h3 {
    font-size: 48px !important;
    line-height: 56px !important;
  }
}

.module-two-column-layout .left-col-content a {
  overflow-wrap: break-word !important;
  --tw-text-opacity: 1 !important;
  color: rgb(229 74 32 / var(--tw-text-opacity, 1)) !important;
  text-decoration-line: underline !important;
}

.module-two-column-layout .left-col-content a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(179 146 106 / var(--tw-text-opacity, 1)) !important;
}

.acf-map {
  width: 100%;
  height: 100%;
}

.acf-map img {
  max-width: none !important;
}

.module-three-column-feature:has(+ .module-generic-text), .module-pricing:has(+ .module-generic-text) {
  margin-bottom: 1.75rem;
}

@media (min-width: 768px) {

  .module-three-column-feature:has(+ .module-generic-text), .module-pricing:has(+ .module-generic-text) {
    margin-bottom: 60px;
  }
}

.module-generic-text .generic-module-content {
  padding-top: var(--module-pt, 80px);
  padding-bottom: var(--module-pb, 80px);
}

@media (max-width: 767px) {
  .module-generic-text .generic-module-content {
    padding-top: calc(var(--module-pt, 80px) / 2);
    padding-bottom: calc(var(--module-pb, 80px) / 2);
  }
}
.wysiwyg {
  font-family: arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.wysiwyg .h1,
.wysiwyg h1 {
  margin-bottom: 1.25rem;
  font-size: 48px;
  line-height: 56px;
}
@media (min-width: 640px) {

  .wysiwyg .h1,
.wysiwyg h1 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {

  .wysiwyg .h1,
.wysiwyg h1 {
    font-size: 64px;
    line-height: 72px;
  }
}
.wysiwyg .h2,
.wysiwyg h2 {
  margin-bottom: 1.25rem;
  font-size: 32px;
  line-height: 40px;
}
@media (min-width: 640px) {

  .wysiwyg .h2,
.wysiwyg h2 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {

  .wysiwyg .h2,
.wysiwyg h2 {
    font-size: 48px;
    line-height: 56px;
  }
}
.wysiwyg .h3,
.wysiwyg h3 {
  margin-bottom: 1.25rem;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 640px) {

  .wysiwyg .h3,
.wysiwyg h3 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {

  .wysiwyg .h3,
.wysiwyg h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
.wysiwyg .h4,
.wysiwyg h4 {
  margin-bottom: 1rem;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 640px) {

  .wysiwyg .h4,
.wysiwyg h4 {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 768px) {

  .wysiwyg .h4,
.wysiwyg h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
.wysiwyg .h5,
.wysiwyg h5 {
  margin-bottom: 1rem;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 640px) {

  .wysiwyg .h5,
.wysiwyg h5 {
    margin-bottom: 1.25rem;
  }
}
.wysiwyg h6 {
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 640px) {

  .wysiwyg h6 {
    margin-bottom: 1.25rem;
  }
}
.wysiwyg .h1,
.wysiwyg .h2,
.wysiwyg .h3,
.wysiwyg .h4,
.wysiwyg .h5,
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 19 / var(--tw-text-opacity, 1));
}
.wysiwyg p {
  margin-bottom: 1.5rem;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.wysiwyg p:last-child {
  margin-bottom: 0px;
}
.wysiwyg p.empty-space {
  margin-bottom: 0px;
}
.wysiwyg hr {
  margin-top: 3rem;
  margin-bottom: 3rem;
  --tw-border-opacity: 1;
  border-color: rgb(210 210 210 / var(--tw-border-opacity, 1));
}
.wysiwyg ul,
.wysiwyg ol {
  margin-bottom: 1.25rem;
  margin-left: 1.25rem;
}
.wysiwyg ul:last-child,
.wysiwyg ol:last-child {
  margin-bottom: 0px;
}
.wysiwyg ul li,
.wysiwyg ol li {
  position: relative;
  margin-bottom: 0.5rem;
}
.module-long-text-block .wysiwyg ul li,
.module-long-text-block .wysiwyg ol li {
  margin-bottom: 0px;
}
.wysiwyg ul li:last-child,
.wysiwyg ol li:last-child {
  margin-bottom: 0px;
}
.wysiwyg ul {
  list-style-type: disc;
}
.wysiwyg ul ul {
  margin-top: 0.25rem;
  list-style-type: square;
}
.wysiwyg ul ul ul {
  margin-top: 0.25rem;
  list-style-type: none;
}
.wysiwyg ul ul ul li::before {
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid #fff;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 14px;
  position: relative;
}
.wysiwyg ol {
  list-style-type: decimal;
}
.wysiwyg ol ol {
  margin-top: 0.25rem;
  list-style-type: lower-alpha;
}
.wysiwyg ol ol ol {
  margin-top: 0.25rem;
  list-style-type: lower-roman;
}
.wysiwyg blockquote {
  margin-bottom: 1.25rem;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(210 210 210 / var(--tw-border-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {

  .wysiwyg blockquote {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 32px;
    line-height: 40px;
  }
}
.wysiwyg blockquote p {
  margin-bottom: 1.75rem;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(229 74 32 / var(--tw-text-opacity, 1));
}
.wysiwyg table {
  margin-bottom: 1rem;
  width: 100%;
}
.wysiwyg table td,
.wysiwyg table th {
  border-width: 1px;
  padding: 1rem;
}
.wysiwyg a:not(.btn) {
  overflow-wrap: break-word;
  --tw-text-opacity: 1;
  color: rgb(0 0 19 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.wysiwyg a:not(.btn):hover {
  --tw-text-opacity: 1;
  color: rgb(179 146 106 / var(--tw-text-opacity, 1));
}
.wysiwyg .wp-block-button.is-style-fill a {
  display: inline-block;
  border-radius: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -0.1px;
  text-decoration-line: none !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.wysiwyg .wp-block-button.is-style-fill a::before {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: var(--tw-content);
  transition-duration: 500ms;
}
@media (min-width: 768px) {

  .wysiwyg .wp-block-button.is-style-fill a {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 16px;
    line-height: 24px;
  }
}
.wysiwyg .wp-block-button.is-style-fill a {
  --tw-bg-opacity: 1;
  background-color: rgb(229 74 32 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}
.wysiwyg .wp-block-button.is-style-fill a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(179 146 106 / var(--tw-bg-opacity, 1));
}
.wysiwyg a:not(.wysiwyg .wp-block-button.is-style-fill a) {
  overflow-wrap: break-word;
  --tw-text-opacity: 1;
  color: rgb(0 0 19 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.wysiwyg a:not(.wysiwyg .wp-block-button.is-style-fill a):hover {
  --tw-text-opacity: 1;
  color: rgb(179 146 106 / var(--tw-text-opacity, 1));
}
.wysiwyg b,
.wysiwyg strong {
  font-weight: 700;
}
.wysiwyg img.alignright {
  float: right;
  margin-bottom: 1.25rem;
  margin-left: 1.25rem;
}
.wysiwyg img.alignleft {
  float: left;
  margin-bottom: 1.25rem;
  margin-right: 1.25rem;
  margin-top: 0px;
  margin-left: 0px;
}
.wysiwyg img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.wysiwyg figure.size-full {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {

  .wysiwyg figure.size-full {
    margin-bottom: 1.5rem;
  }
}
.wysiwyg .wp-caption {
  width: 100% !important;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {

  .wysiwyg .wp-caption {
    margin-bottom: 3rem;
  }
}
.wysiwyg .wp-caption .wp-caption-text {
  margin-top: 1rem;
  --tw-text-opacity: 1;
  color: rgb(229 74 32 / var(--tw-text-opacity, 1));
}
.wysiwyg iframe,
.wysiwyg video,
.wysiwyg audio {
  aspect-ratio: 16 / 9;
  height: 100%;
  width: 100%;
}
.wysiwyg .wp-block-buttons {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {

  .wysiwyg .wp-block-buttons {
    margin-bottom: 1.5rem;
  }
}
.wysiwyg del,
.wysiwyg mark,
.wysiwyg s {
  text-decoration-line: none;
  background: linear-gradient(180deg, rgba(242, 154, 46, 0.6) 0%, rgba(255, 169, 63, 0.6) 50%, rgba(255, 198, 129, 0.6) 100%);
}
@media (min-width: 768px) {

  .wysiwyg .list-two-column {
    -moz-columns: 2;
         columns: 2;
    gap: 2rem;
  }
}

#site-header .header-menu {
  display: none;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 1024px) {

  #site-header .header-menu {
    display: flex;
  }
}

@media (min-width: 1280px) {

  #site-header .header-menu {
    gap: 2rem;
  }
}
#site-header .header-menu > li > a {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.18px;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#site-header .header-menu > li > a:hover {
  --tw-text-opacity: 1;
  color: rgb(229 74 32 / var(--tw-text-opacity, 1));
}
#site-header .header-menu li.menu-item-has-children {
  position: relative;
  padding-right: 1.25rem;
}
#site-header .header-menu li.menu-item-has-children .sub-menu-toggle {
  position: absolute;
  top: 0.625rem;
  right: 0px;
  width: 1rem;
  height: 1rem;
  background-image: url('../assets/images/downArrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  transition-property: transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#site-header .header-menu li.menu-item-has-children .sub-menu {
  visibility: hidden;
  position: absolute;
  top: 100%;
  z-index: 50;
  margin-top: 1.5rem;
  min-width: 287px;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  opacity: 0;
  --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: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#site-header .header-menu li.menu-item-has-children .sub-menu li a {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 19 / var(--tw-text-opacity, 1));
}
#site-header .header-menu li.menu-item-has-children .sub-menu li:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 74 32 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}
#site-header .header-menu li.menu-item-has-children .sub-menu li:hover > a {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}
#site-header .header-menu li.menu-item-has-children .sub-menu li.menu-item-has-children {
  position: relative;
  padding-right: 0px;
}
#site-header .header-menu li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu-toggle {
  top: 15px;
  right: 0.5rem;
  --tw-rotate: -90deg;
  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));
  background-image: url('../assets/images/downArrowDark.svg');
}
#site-header .header-menu li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu {
  left: 100%;
  top: 0px;
  margin-top: 0px;
}
#site-header .header-menu li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li > a {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
#site-header .header-menu li.menu-item-has-children .sub-menu li.menu-item-has-children:hover .sub-menu-toggle {
  --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));
  background-image: url('../assets/images/downArrow.svg');
}
#site-header .header-menu li.menu-item-has-children .sub-menu li:first-child:first-child:hover {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
#site-header .header-menu li.menu-item-has-children .sub-menu li:last-child:last-child:hover {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
#site-header .header-menu li.menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
#site-header .header-mobile-menu {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
#site-header .header-mobile-menu > li {
  margin-bottom: 0.5rem;
}
#site-header .header-mobile-menu > li:last-child {
  margin-bottom: 0px;
}
#site-header .header-mobile-menu > li > a {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.05em;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#site-header .header-mobile-menu > li > a:hover {
  --tw-text-opacity: 1;
  color: rgb(229 74 32 / var(--tw-text-opacity, 1));
}
#site-header .header-mobile-menu > li.menu-item-has-children {
  position: relative;
}
#site-header .header-mobile-menu > li.menu-item-has-children .sub-menu-toggle {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 40;
  width: 1.75rem;
  height: 1.75rem;
  --tw-rotate: -90deg;
  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));
  cursor: pointer;
  background-image: url('../assets/images/downArrow.svg');
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0.5rem;
  transition-property: transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#site-header .header-mobile-menu > li.menu-item-has-children.open > .sub-menu-toggle {
  --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));
}
#site-header .header-mobile-menu > li.menu-item-has-children.open .menu-item-has-children {
  position: relative;
}
#site-header .header-mobile-menu > li.menu-item-has-children.open .menu-item-has-children.open > .sub-menu-toggle {
  --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));
}
#site-header .header-mobile-menu > li.menu-item-has-children.open .menu-item-has-children > a {
  width: calc(100% - 42px);
}
#site-header .header-mobile-menu > li.menu-item-has-children.open .menu-item-has-children .sub-menu-toggle {
  background-image: url('../assets/images/downArrowDark.svg');
}
#site-header .header-mobile-menu > li.menu-item-has-children.open .menu-item-has-children .sub-menu {
  margin-left: 1.5rem;
  margin-top: 0.5rem;
  border-radius: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  --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);
}
#site-header .header-mobile-menu > li .sub-menu {
  z-index: 50;
  margin-bottom: 0.5rem;
  margin-top: 0.75rem;
  display: none;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  --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);
}
#site-header .header-mobile-menu > li .sub-menu li a {
  display: block;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 19 / var(--tw-text-opacity, 1));
}
#site-header .header-mobile-menu > li .sub-menu li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 74 32 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}
#site-header.is-sticky {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9999;
  background-color: rgb(0 0 19 / 0.8);
  --tw-shadow: 0 6px 18px rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 6px 18px 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: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  transform: translateZ(0);
}
#site-header .nav-icon {
  position: relative;
  height: 1.5rem;
  width: 1.75rem;
  cursor: pointer;
}
@media (min-width: 1024px) {

  #site-header .nav-icon {
    display: none;
  }
}
#site-header .nav-icon span {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 3px;
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
#site-header .nav-icon span:nth-child(2) {
  top: 0.625rem;
}
#site-header .nav-icon span:nth-child(3) {
  top: 1.25rem;
}
@media (min-width: 1024px) {
  #site-header .nav-icon {
    display: none !important;
  }
}
#site-header .nav-icon.cross span {
  top: 0.625rem;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#site-header .nav-icon.cross span:nth-child(2) {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#mobile-menu {
  pointer-events: none;
  height: 100vh;
  max-width: 500px;
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
#mobile-menu.mobile-menu-open {
  pointer-events: auto;
  --tw-translate-x: 0px;
  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));
  opacity: 1;
}

.sticky-placeholder {
  display: none;
}

body.admin-bar #site-header {
  top: 46px;
}

@media (min-width: 768px) {

  body.admin-bar #site-header {
    top: 2rem;
  }
}
@media (max-width: 600px) {
  body.scroll #site-header {
    top: 0px;
  }
}

.site-footer .footer-menu li {
  margin-bottom: 0.75rem;
}

.site-footer .footer-menu li:last-child {
  margin-bottom: 0px;
}
.site-footer .footer-menu li a {
  display: block;
  font-family: arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(143 143 143 / var(--tw-text-opacity, 1));
}
.site-footer .footer-menu li a:hover {
  --tw-text-opacity: 1;
  color: rgb(229 74 32 / var(--tw-text-opacity, 1));
}
.site-footer .footer-bottom-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.site-footer .footer-bottom-menu a {
  display: block;
  font-family: arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(143 143 143 / var(--tw-text-opacity, 1));
}
.site-footer .footer-bottom-menu a:hover {
  --tw-text-opacity: 1;
  color: rgb(229 74 32 / var(--tw-text-opacity, 1));
}

.global-popup-content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 2rem;
  text-align: left;
}

@media (min-width: 768px) {

  .global-popup-content {
    padding: 48px;
  }
}

.mfp-close {
  display: none !important;
}

.mfp-bg {
  z-index: 10000;
  background-color: #000014;
}

.mfp-wrap {
  z-index: 10001;
}

.accordion-item .accordion-header {
  position: relative;
  cursor: pointer;
  padding-right: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.accordion-item .accordion-header:before {
  position: absolute;
  right: 0.125rem;
  top: 50%;
  width: 1.25rem;
  height: 1.25rem;
  --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));
  background-image: url('../assets/images/bottomArrow.svg');
  background-position: center;
  background-repeat: no-repeat;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-content: '';
  content: var(--tw-content);
}
.accordion-item .accordion-header .faq-arrow {
  min-width: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.accordion-item.active .accordion-header {
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 19 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}
.accordion-item.active .accordion-header::before {
  content: var(--tw-content);
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.accordion-item.active .faq-arrow {
  --tw-rotate: 90deg;
  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));
}
.accordion-item.active .faq-arrow path {
  fill: #FAFAFA;
}
.accordion-item.active .faq-arrow rect {
  stroke: #FAFAFA;
}

.module-newsletter-banner .newsletter-form-wrapper {
  display: flex;
  gap: 0.75rem;
}

@media not all and (min-width: 640px) {

  .module-newsletter-banner .newsletter-form-wrapper {
    flex-wrap: wrap;
  }
}
.module-newsletter-banner .newsletter-email {
  display: inline-block;
  width: 100%;
}
@media (min-width: 640px) {

  .module-newsletter-banner .newsletter-email {
    width: calc(100% - 160px);
  }
}
.module-newsletter-banner .newsletter-submit {
  margin-bottom: 0px !important;
  display: inline-block;
}

.frm_submit button {
  font-family: Open Sans, sans-serif !important;
  text-transform: capitalize !important;
}

.social-media li a:hover svg path {
  fill: #E54A20;
}

.placeholder\:text-gray::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(103 103 103 / var(--tw-text-opacity, 1));
}

.placeholder\:text-gray::placeholder {
  --tw-text-opacity: 1;
  color: rgb(103 103 103 / var(--tw-text-opacity, 1));
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:-left-\[6px\]::before {
  content: var(--tw-content);
  left: -6px;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:h-\[13px\]::before {
  content: var(--tw-content);
  height: 13px;
}

.before\:w-3::before {
  content: var(--tw-content);
  width: 0.75rem;
}

.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:bg-border::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(210 210 210 / var(--tw-bg-opacity, 1));
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

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

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

.odd\:bg-background:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(244 249 255 / var(--tw-bg-opacity, 1));
}

.odd\:bg-light:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(229 74 32 / var(--tw-border-opacity, 1));
}

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

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 74 32 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary\/90:hover {
  background-color: rgb(229 74 32 / 0.9);
}

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

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

.hover\:shadow-lg:hover {
  --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);
}

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(229 74 32 / var(--tw-border-opacity, 1));
}

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

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

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

.focus\:ring-primary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 74 32 / var(--tw-ring-opacity, 1));
}

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

.group:hover .group-hover\:invisible {
  visibility: hidden;
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:hidden {
  display: none;
}

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

.group:hover .group-hover\:fill-light {
  fill: #FAFAFA;
}

.group:hover .group-hover\:font-semibold {
  font-weight: 600;
}

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

.group:hover .group-hover\:brightness-0 {
  --tw-brightness: brightness(0);
  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);
}

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

.group:hover .group-hover\:saturate-100 {
  --tw-saturate: saturate(1);
  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);
}

@media (max-width: 1350px) {

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

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

  .max-\[1350px\]\:-translate-x-\[60px\] {
    --tw-translate-x: -60px;
    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-\[1350px\]\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .max-\[1350px\]\:pt-28 {
    padding-top: 7rem;
  }
}

@media not all and (min-width: 1280px) {

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

  .max-xl\:\!hidden {
    display: none !important;
  }
}

@media (max-width: 1100px) {

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

  .max-\[1100px\]\:-translate-x-10 {
    --tw-translate-x: -2.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .max-\[1100px\]\:pt-36 {
    padding-top: 9rem;
  }
}

@media not all and (min-width: 1024px) {

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

  .max-lg\:hidden {
    display: none;
  }

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

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

@media (max-width: 992px) {

  .max-\[992px\]\:left-0 {
    left: 0px;
  }

  .max-\[992px\]\:right-0 {
    right: 0px;
  }

  .max-\[992px\]\:w-full {
    width: 100%;
  }

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

  .max-\[992px\]\:translate-x-0 {
    --tw-translate-x: 0px;
    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-\[992px\]\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .max-\[992px\]\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .max-\[992px\]\:pt-0 {
    padding-top: 0px;
  }
}

@media not all and (min-width: 768px) {

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

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

  .max-md\:flex-col {
    flex-direction: column;
  }

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

  .max-md\:overflow-x-auto {
    overflow-x: auto;
  }

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

@media not all and (min-width: 640px) {

  .max-sm\:flex-col {
    flex-direction: column;
  }
}

@media (max-width: 600px) {

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

  .max-\[600px\]\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 640px) {

  .sm\:left-\[33px\] {
    left: 33px;
  }

  .sm\:right-\[33px\] {
    right: 33px;
  }

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

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

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

  .sm\:w-\[calc\(\(100\%\)\/2\)\] {
    width: calc((100%) / 2);
  }

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

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

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

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

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

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

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

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

  .sm\:text-body {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {

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

  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:my-\[60px\] {
    margin-top: 60px;
    margin-bottom: 60px;
  }

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

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

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

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

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

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

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

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

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:mt-32 {
    margin-top: 8rem;
  }

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

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

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

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

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

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:size-20 {
    width: 5rem;
    height: 5rem;
  }

  .md\:size-6 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .md\:h-screen {
    height: 100vh;
  }

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

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

  .md\:w-\[calc\(\(100\%-64px\)\/2\)\] {
    width: calc((100% - 64px) / 2);
  }

  .md\:w-\[calc\(50\%-27px\)\] {
    width: calc(50% - 27px);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-\[40px\] {
    gap: 40px;
  }

  .md\:gap-\[60px\] {
    gap: 60px;
  }

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

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

  .md\:bg-\[position\:right_-42px_top_64px\2c _left_-43px_bottom_64px\] {
    background-position: right -42px top 64px, left -43px bottom 64px;
  }

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

  .md\:p-14 {
    padding: 3.5rem;
  }

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

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

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

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

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

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

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

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

  .md\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

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

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

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

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

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

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

  .md\:pb-\[110px\] {
    padding-bottom: 110px;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:\!text-bodyl {
    font-size: 18px !important;
    line-height: 26px !important;
  }

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

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

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

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

  .md\:text-body {
    font-size: 16px;
    line-height: 24px;
  }

  .md\:text-body\/4 {
    font-size: 16px;
    line-height: 1rem;
  }

  .md\:text-bodyl {
    font-size: 18px;
    line-height: 26px;
  }

  .md\:text-h1 {
    font-size: 64px;
    line-height: 72px;
  }

  .md\:text-h2 {
    font-size: 48px;
    line-height: 56px;
  }

  .md\:text-h3 {
    font-size: 32px;
    line-height: 40px;
  }

  .md\:text-h4 {
    font-size: 20px;
    line-height: 28px;
  }

  .md\:text-h5 {
    font-size: 18px;
    line-height: 26px;
  }

  .md\:text-h6 {
    font-size: 16px;
    line-height: 24px;
  }

  .md\:leading-8 {
    line-height: 2rem;
  }
}

@media (min-width: 992px) {

  .min-\[992px\]\:ml-auto {
    margin-left: auto;
  }
}

@media (min-width: 1024px) {

  .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\:col-span-5 {
    grid-column: span 5 / span 5;
  }

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

  .lg\:col-start-7 {
    grid-column-start: 7;
  }

  .lg\:my-\[110px\] {
    margin-top: 110px;
    margin-bottom: 110px;
  }

  .lg\:my-\[120px\] {
    margin-top: 120px;
    margin-bottom: 120px;
  }

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

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

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

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

  .lg\:mt-11 {
    margin-top: 2.75rem;
  }

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

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

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

  .lg\:grid {
    display: grid;
  }

  .lg\:\!hidden {
    display: none !important;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-80 {
    height: 20rem;
  }

  .lg\:w-\[calc\(\(100\%\)\/3\)\] {
    width: calc((100%) / 3);
  }

  .lg\:w-\[calc\(\(100\%-64px\)\/3\)\] {
    width: calc((100% - 64px) / 3);
  }

  .lg\:w-\[calc\(33\.33\%-27px\)\] {
    width: calc(33.33% - 27px);
  }

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

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

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

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

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

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

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

  .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\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

  .lg\:\!gap-\[58px\] {
    gap: 58px !important;
  }

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

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

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

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

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

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

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

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

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

  .lg\:text-h1 {
    font-size: 64px;
    line-height: 72px;
  }

  .lg\:text-h3 {
    font-size: 32px;
    line-height: 40px;
  }

  .lg\:first\:border-l-0:first-child {
    border-left-width: 0px;
  }

  .lg\:first\:before\:hidden:first-child::before {
    content: var(--tw-content);
    display: none;
  }
}

@media (min-width: 1280px) {

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

  .xl\:mt-20 {
    margin-top: 5rem;
  }

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

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

  .xl\:gap-\[40px\] {
    gap: 40px;
  }

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

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

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

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

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

@media (min-width: 1350px) {

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

.\[\&\>\*\]\:\!text-body>* {
  font-size: 16px !important;
  line-height: 24px !important;
}

.\[\&\>\*\]\:text-lg>* {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.\[\&\>\*\]\:font-semibold>* {
  font-weight: 600;
}

.\[\&\>\*\]\:leading-tight>* {
  line-height: 1.25;
}

.\[\&\>\*\]\:text-gray>* {
  --tw-text-opacity: 1;
  color: rgb(103 103 103 / var(--tw-text-opacity, 1));
}

.\[\&\>a\]\:text-primary>a {
  --tw-text-opacity: 1;
  color: rgb(229 74 32 / var(--tw-text-opacity, 1));
}
