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

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

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

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: 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%;
}

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

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

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

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

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.-left-\[40px\] {
  left: -40px;
}

.-left-\[47px\] {
  left: -47px;
}

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

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

.left-\[12px\] {
  left: 12px;
}

.right-0 {
  right: 0px;
}

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

.top-0 {
  top: 0px;
}

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

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

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

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

.\!mb-\[12px\] {
  margin-bottom: 12px !important;
}

.\!mb-\[4px\] {
  margin-bottom: 4px !important;
}

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

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

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

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

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

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

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

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

.\!block {
  display: block !important;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.size-full {
  width: 100%;
  height: 100%;
}

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

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

.h-auto {
  height: auto;
}

.\!min-h-\[auto\] {
  min-height: auto !important;
}

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

.whitespace-nowrap {
  white-space: nowrap;
}

.\!rounded-\[8px\] {
  border-radius: 8px !important;
}

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

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

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

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

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

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

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

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

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

.rounded-b-\[8px\] {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.rounded-br-\[0px\] {
  border-bottom-right-radius: 0px;
}

.border {
  border-width: 1px;
}

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

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

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

.border-\[2px\] {
  border-width: 2px;
}

.border-l-\[6px\] {
  border-left-width: 6px;
}

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

.border-dotted {
  border-style: dotted;
}

.\!border-\[\#006618\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 102 24 / var(--tw-border-opacity, 1)) !important;
}

.\!border-\[\#333333\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(51 51 51 / var(--tw-border-opacity, 1)) !important;
}

.\!border-brand {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 102 24 / var(--tw-border-opacity, 1)) !important;
}

.border-\[\#006618\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 102 24 / var(--tw-border-opacity, 1));
}

.border-\[\#2699FB\] {
  --tw-border-opacity: 1;
  border-color: rgb(38 153 251 / var(--tw-border-opacity, 1));
}

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

.border-brand {
  --tw-border-opacity: 1;
  border-color: rgb(0 102 24 / var(--tw-border-opacity, 1));
}

.\!bg-\[\#006618\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 102 24 / var(--tw-bg-opacity, 1)) !important;
}

.bg-\[\#00000090\] {
  background-color: #00000090;
}

.bg-\[\#147B45\] {
  --tw-bg-opacity: 1;
  background-color: rgb(20 123 69 / var(--tw-bg-opacity, 1));
}

.bg-\[\#2699FB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(38 153 251 / var(--tw-bg-opacity, 1));
}

.bg-\[\#CCE0D1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(204 224 209 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.p-0 {
  padding: 0px;
}

.p-\[12px\] {
  padding: 12px;
}

.p-\[16px\] {
  padding: 16px;
}

.p-\[8px\] {
  padding: 8px;
}

.\!px-\[12px\] {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.\!py-\[8px\] {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-\[10px\] {
  padding-left: 10px;
}

.pl-\[112px\] {
  padding-left: 112px;
}

.pl-\[44px\] {
  padding-left: 44px;
}

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

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

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

.\!font-arial {
  font-family: Arial, sans-serif !important;
}

.\!font-barlow {
  font-family: Barlow, sans-serif !important;
}

.font-arial {
  font-family: Arial, sans-serif;
}

.font-barlow {
  font-family: Barlow, sans-serif;
}

.font-roboto {
  font-family: Roboto, sans-serif;
}

.\!text-\[12px\] {
  font-size: 12px !important;
}

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

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

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

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

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

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

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

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

.\!font-bold {
  font-weight: 700 !important;
}

.\!font-semibold {
  font-weight: 600 !important;
}

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

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

.\!leading-\[20px\] {
  line-height: 20px !important;
}

.\!leading-\[24px\] {
  line-height: 24px !important;
}

.leading-\[16px\] {
  line-height: 16px;
}

.leading-\[20px\] {
  line-height: 20px;
}

.leading-\[24px\] {
  line-height: 24px;
}

.leading-\[28px\] {
  line-height: 28px;
}

.leading-\[40px\] {
  line-height: 40px;
}

.\!text-brand {
  --tw-text-opacity: 1 !important;
  color: rgb(0 102 24 / var(--tw-text-opacity, 1)) !important;
}

.text-\[\#292C33\] {
  --tw-text-opacity: 1;
  color: rgb(41 44 51 / var(--tw-text-opacity, 1));
}

.text-\[\#292c33\] {
  --tw-text-opacity: 1;
  color: rgb(41 44 51 / var(--tw-text-opacity, 1));
}

.text-\[\#333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.text-\[\#696D77\] {
  --tw-text-opacity: 1;
  color: rgb(105 109 119 / var(--tw-text-opacity, 1));
}

.text-\[\#EDEDEE\] {
  --tw-text-opacity: 1;
  color: rgb(237 237 238 / var(--tw-text-opacity, 1));
}

.text-body {
  --tw-text-opacity: 1;
  color: rgb(41 44 51 / var(--tw-text-opacity, 1));
}

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

.text-heading-1 {
  --tw-text-opacity: 1;
  color: rgb(27 29 34 / var(--tw-text-opacity, 1));
}

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

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

.shadow-\[0_4px_4px_0_\#00000040\] {
  --tw-shadow: 0 4px 4px 0 #00000040;
  --tw-shadow-colored: 0 4px 4px 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-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);
}

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

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

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

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

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

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

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

#primary.site-main {
  padding-top: 0px !important;
}

.header-primary-menu li {
  padding: 5px !important;
}

body {
  background-color: #EDEDEE;
}

footer#colophon {
  padding-top: 0px;
}

footer {
  margin-top: 0px !important;
}

/* Header fixes */

header .col-6.mobile-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

header .mobile-search-trigger,
.live-search-close span {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#live-search-container {
  top: 0;
}

/* Header fixes */

/* TOC Link Component */

.toc-link {
  display: flex;
  color: #292C33 !important;
  padding: 8px 16px;
  border-top: 1px solid #99C2A3;
  background-color: #E6F0E8;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}

@media (min-width: 1280px) {
  .toc-link {
    padding: 12px;
    background-color: #EDEDEE;
    border: none;
    font-size: 14px;
    line-height: 16px;
    color: #8F9299 !important;
  }

  .toc-link.active {
    color: #292C33 !important;
    border-left: 2px solid #006618;
  }
}

.offer-tab.active {
  background-color: #006618 !important;
  color: #ffffff !important;
}

.offer-tabs-container:has(.offer-tab) {
  position: relative;
}

.offer-tabs-gradient {
  position: sticky;
  right: 0;
  top: 0;
  height: 40px;
  min-width: 40px;
  background: linear-gradient(to right, rgba(237, 237, 238, 0), #EDEDEE);
  pointer-events: none;
  z-index: 10;
  margin-left: -40px;
  align-self: stretch;
}

/* Blog Posts Section */

.ms-art-container {
  margin-bottom: 24px !important;
  display: flex;
  gap: 16px;
  align-items: stretch;
  margin: 0 auto;
  width: 100%;
  margin-top: 24px;
}

.ms-art-left-art {
  flex: 0 0 529px;
}

.ms-art-right-art {
  flex: 1;
  min-width: 0;
}

.ms-art-left-info {
  height: 100%;
  background: #000000;
  border-radius: 16px;
  box-shadow: 0px 4px 4px 0px #00000040;
  position: relative;
  padding: 16px;
  background-size: cover;
  background-position: center;
}

.ms-art-left-info-text {
  position: absolute;
  bottom: 24px;
  left: 24px;
}

.ms-art-left-info-text span {
  font-family: 'Arial';
  font-weight: 400;
  font-size: 20px;
  background: #FFFFFF;
  display: inline-block;
  line-height: 20px;
  color: #292C33;
  margin-bottom: 8px;
  border: 1px solid #006618;
  padding: 8px 12px;
  border-style: dashed;
}

.ms-art-left-info-text h5 {
  font-family: 'Barlow';
  font-weight: 700;
  font-size: 24px;
  max-width: 320px;
  color: #fff;
  margin-bottom: 8px;
}

.ms-art-left-info-text p {
  font-family: 'Arial';
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  max-width: 320px;
}

.ms-art-right-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  overflow: hidden;
  margin-bottom: 17px;
}

.ms-art-right-nav a {
  flex: 1 0 50%;
  text-align: center;
  font-family: 'Arial';
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  color: #8F9299;
}

.ms-art-right-nav span {
  flex: 0 0 auto;
  padding: 0 12px;
  color: #8F9299;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.ms-art-right-tabs ul li {
  background: #CCE0D1;
  border-radius: 8px;
  padding: 0px;
  margin-bottom: 8px;
  color: #DADBDD;
  font-family: 'Barlow';
  display: flex;
  align-items: stretch;
}

.ms-art-right-tabs ul li:last-child {
  margin-bottom: 0;
}

a.ms-article-link {
  display: flex;
  text-decoration: none;
  align-items: flex-start;
  flex-direction: column;
}

.ms-art-right-img {
  margin-bottom: 0px;
  width: 98px;
  flex: 0 0 98px;
  display: block;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  align-self: stretch;
}

.ms-art-right-top {
  position: relative;
  width: 100%;
}

.ms-art-right-top span {
  position: absolute;
  right: 0;
  top: 0;
}

.ms-art-right-top h5 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 8px;
  max-width: 83%;
  line-height: 24px;
  color: #292C33;
}

.ms-art-right-info p {
  color: #292C33;
  font-family: 'Arial';
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 16px;
}

.ms-art-right-info {
  width: 100%;
}

.ms-art-right-info a {
  color: #E6F0E8;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Arial';
  display: flex;
  align-items: center;
}

.ms-art-tab-trigger.is-active {
  opacity: 1;
  color: #006618;
}

.ms-art-tab-trigger {
  opacity: 1;
  color: #8F9299;
}

.ms-art-tab-panel {
  display: none;
}

.ms-art-tab-panel.is-active {
  display: block;
}

/* Blog Posts Responsive */

@media (max-width: 1280px) {
  .ms-art-container {
    flex-direction: column;
  }

  .ms-art-left-art,
    .ms-art-right-art {
    width: 100%;
    flex: 0 0 100%;
  }

  .ms-art-left-info {
    background-image: var(--ms-art-left-mobile);
    height: 190px;
    background-position: center;
  }

  .ms-art-left-info-text h5 {
    font-size: 20px;
  }

  .ms-art-right-top h5 {
    max-width: 80%;
  }
}

.ms-art-right-info {
  padding: 12px;
}

.ms-art-right-top span {
  font-family: 'Arial', sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #292C33;
}

.ms-art-container .button-post-block {
  padding: 4px 12px;
  border-radius: 2px;
  border: 1px solid #006618;
  background: #006618;
  color: #FFF;
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  line-height: 16px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

/* Carousel */

.carousel-container {
  margin-top: 24px;
  width: 100%;
  position: relative;
}

/* Prevent selection on carousel and offer images - Pre World Cup 26 page */

.page-template-lp-pre-world-cup-26 .carousel-container,
.page-template-lp-pre-world-cup-26 .carousel-container *,
.page-template-lp-pre-world-cup-26 .carousel-swiper,
.page-template-lp-pre-world-cup-26 .carousel-swiper *,
.page-template-lp-pre-world-cup-26 .swiper-button-prev,
.page-template-lp-pre-world-cup-26 .swiper-button-next,
.page-template-lp-pre-world-cup-26 .swiper-pagination,
.page-template-lp-pre-world-cup-26 .offer-image-mobile,
.page-template-lp-pre-world-cup-26 .offer-image-mobile *,
.page-template-lp-pre-world-cup-26 .offer-image-desktop,
.page-template-lp-pre-world-cup-26 .offer-image-desktop * {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.page-template-lp-pre-world-cup-26 .offer-image-mobile img,
.page-template-lp-pre-world-cup-26 .offer-image-desktop img {
  pointer-events: none;
}

.page-template-lp-pre-world-cup-26 .swiper-button-prev,
.page-template-lp-pre-world-cup-26 .swiper-button-next {
  pointer-events: auto;
  cursor: pointer;
}

.carousel-dropdown {
  position: relative;
  margin-bottom: 24px;
}

.carousel-dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 16px;
  border-radius: 4px;
  background: #006618;
  border: 1px solid #006618;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  gap: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Arial', sans-serif;
}

.carousel-dropdown-toggle:hover {
  border-color: #006618;
}

.carousel-dropdown-toggle svg {
  transition: transform 0.3s ease;
}

.carousel-dropdown-toggle.active svg {
  transform: rotate(180deg);
}

#carouselDropdownMenu li {
  padding: 0px;
}

.carousel-dropdown-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: #FFFFFF;
  border: 1px solid #EDEDEE;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 100;
  max-height: 240px;
  overflow-y: auto;
}

.carousel-dropdown-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.carousel-dropdown-menu li {
  margin: 0;
  padding: 0;
}

.carousel-dropdown-menu a {
  display: block;
  padding: 12px;
  font-family: Arial;
  font-size: 16px;
  color: #292C33;
  text-decoration: none;
  transition: background 0.2s ease;
  border-bottom: 1px solid #EDEDEE;
}

.carousel-dropdown-menu a:hover,
.carousel-dropdown-menu a:active {
  background: #006618;
  color: #fff;
}

/* Image Accordion */

.images-acordion {
  margin-bottom: 24px;
}

.images-acordion-item {
  width: 100%;
}

.images-acordion-content {
  position: relative;
  width: 100%;
}

.images-acordion-content img {
  width: 100%;
  height: auto;
  display: none;
}

.images-acordion-content img.active {
  display: block;
}

@media screen and (min-width: 1280px) {
  .carousel-container::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 200px;
    background: linear-gradient(90deg, rgba(237, 237, 238, 0.00) 0%, #EDEDEE 100%);
    pointer-events: none;
    z-index: 10;
  }
}

.carousel-swiper {
  width: 100%;
  padding-bottom: 40px;
}

.carousel-swiper .swiper-slide {
  height: auto;
}

.carousel-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 0px;
}

.swiper-wrapper {
  padding-bottom: 40px !important;
}

.carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  width: 100%;
}

.carousel-controls .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #006618 !important;
}

.carousel-controls .swiper-pagination-bullet {
  background: #CCE0D1 !important;
  border-radius: 4px;
  width: 21px;
  height: 4px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0px !important;
}

.carousel-swiper .swiper-pagination {
  background: #CCE0D1;
  border-radius: 4px;
  position: static;
  display: flex;
  justify-content: center;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.carousel-swiper .swiper-pagination-bullet {
  background: #8F9299;
  opacity: 1;
}

.carousel-swiper .swiper-pagination-bullet-active {
  background: #006618;
}

.carousel-swiper .swiper-button-prev,
.carousel-swiper .swiper-button-next {
  width: 24px;
  height: 24px;
  background: #FFFFFF;
  border: 2px solid #006618;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: static;
  margin: 0;
}

.carousel-swiper .swiper-button-prev svg,
.carousel-swiper .swiper-button-next svg {
  width: auto;
  height: auto;
}

.carousel-swiper .swiper-button-prev svg {
  position: relative;
  left: -1px;
}

.carousel-swiper .swiper-button-next svg {
  position: relative;
  right: -1px;
}

.carousel-swiper .swiper-button-prev:after,
.carousel-swiper .swiper-button-next:after {
  content: none;
}

.carousel-swiper .swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.offer-image-mobile {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.offer-image-desktop {
  display: none;
}

@media screen and (min-width: 577px) {
  .offer-image-mobile {
    display: none;
    width: auto;
    position: static;
    left: auto;
    right: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .offer-image-desktop {
    display: block;
  }
}

@media screen and (min-width: 1280px) {
  .carousel-swiper .swiper-button-prev, .carousel-swiper .swiper-button-next {
    width: 32px;
    height: 32px;
  }

  .swiper-wrapper {
    padding-bottom: 80px !important;
  }

  .carousel-controls {
    bottom: 21px;
  }

  .ms-art-container {
    display: flex;
    min-height: 540px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1280px !important;
  }
}

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

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

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

.before\:from-black\/90::before {
  content: var(--tw-content);
  --tw-gradient-from: rgb(0 0 0 / 0.9) 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);
}

.before\:via-black\/50::before {
  content: var(--tw-content);
  --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.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.before\:to-transparent::before {
  content: var(--tw-content);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

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

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

.after\:inset-0::after {
  content: var(--tw-content);
  inset: 0px;
}

.after\:bg-gradient-to-t::after {
  content: var(--tw-content);
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

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

.after\:to-transparent::after {
  content: var(--tw-content);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

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

.hover\:bg-\[\#005515\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 85 21 / var(--tw-bg-opacity, 1));
}

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

.hover\:no-underline:hover {
  text-decoration-line: none;
}

.focus\:border-brand:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 102 24 / var(--tw-border-opacity, 1));
}

@media (min-width: 1280px) {
  .xl\:\!relative {
    position: relative !important;
  }

  .xl\:relative {
    position: relative;
  }

  .xl\:sticky {
    position: sticky;
  }

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

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

  .xl\:top-\[100px\] {
    top: 100px;
  }

  .xl\:top-\[62\%\] {
    top: 62%;
  }

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

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

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

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

  .xl\:\!mb-\[8px\] {
    margin-bottom: 8px !important;
  }

  .xl\:\!ml-0 {
    margin-left: 0px !important;
  }

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

  .xl\:mb-\[16px\] {
    margin-bottom: 16px;
  }

  .xl\:mb-\[24px\] {
    margin-bottom: 24px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

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

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

  .xl\:min-w-\[270px\] {
    min-width: 270px;
  }

  .xl\:min-w-\[380px\] {
    min-width: 380px;
  }

  .xl\:min-w-\[570px\] {
    min-width: 570px;
  }

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

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

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

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

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

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

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

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

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

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

  .xl\:self-start {
    align-self: flex-start;
  }

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

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

  .xl\:rounded-tl-\[8px\] {
    border-top-left-radius: 8px;
  }

  .xl\:\!border-0 {
    border-width: 0px !important;
  }

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

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

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

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

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

  .xl\:\!pb-\[16px\] {
    padding-bottom: 16px !important;
  }

  .xl\:pr-\[32px\] {
    padding-right: 32px;
  }

  .xl\:pt-\[24px\] {
    padding-top: 24px;
  }

  .xl\:\!text-left {
    text-align: left !important;
  }

  .xl\:\!text-\[14px\] {
    font-size: 14px !important;
  }

  .xl\:\!text-\[20px\] {
    font-size: 20px !important;
  }

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

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

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

  .xl\:text-\[32px\] {
    font-size: 32px;
  }

  .xl\:\!leading-\[24px\] {
    line-height: 24px !important;
  }

  .xl\:leading-\[20px\] {
    line-height: 20px;
  }

  .xl\:leading-\[24px\] {
    line-height: 24px;
  }

  .xl\:leading-\[28px\] {
    line-height: 28px;
  }

  .xl\:leading-\[40px\] {
    line-height: 40px;
  }

  .xl\:before\:bg-black\/60::before {
    content: var(--tw-content);
    background-color: rgb(0 0 0 / 0.6);
  }

  .xl\:before\:bg-none::before {
    content: var(--tw-content);
    background-image: none;
  }

  .xl\:after\:hidden::after {
    content: var(--tw-content);
    display: none;
  }
}
