*, ::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;
}

@font-face {
  font-display: swap;

  font-family: 'Poppins';

  font-style: normal;

  font-weight: 400;

  src: url('../fonts/poppins/poppins-v23-latin-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;

  font-family: 'Poppins';

  font-style: normal;

  font-weight: 500;

  src: url('../fonts/poppins/poppins-v23-latin-500.woff2') format('woff2');
}

@font-face {
  font-display: swap;

  font-family: 'Fira Sans';

  font-style: normal;

  font-weight: 400;

  src: url('../fonts/fira-sans/fira-sans-v17-latin-regular.woff2') format('woff2');
}

@font-face {
  font-display: swap;

  font-family: 'Fira Sans';

  font-style: normal;

  font-weight: 600;

  src: url('../fonts/fira-sans/fira-sans-v17-latin-600.woff2') format('woff2');
}

* {
  --green: #11AEA2;
  --orange: #F47169;
  --offwhite: #F1F1F1;
  --white: #ffffff;
  --grey: #F6F6F6;
  --black: #202020;
  --title-font: "Fira Sans", sans-serif;
  --body-font: "Poppins", sans-serif;
}

html {
  margin-top: 0px !important;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

h1, h2, h3 {
  font-weight: 500;
}

h1 {
  font-family: Fira Sans, sans-serif;
  font-size: clamp(2.1875rem, 1.1277rem + 2.7174vw, 3.4375rem);
  font-weight: 600;
  line-height: 1.375;
}

h2 {
  font-family: Fira Sans, sans-serif;
  font-size: clamp(1.75rem, 1.532rem + 0.6977vw, 2.125rem);
  font-weight: 600;
  line-height: 1.375;
}

h3 {
  font-family: Fira Sans, sans-serif;
  font-weight: 600;
}

address {
  font-style: normal;
}

p {
  margin-bottom: 0.75rem;
}

p:last-of-type {
  margin-bottom: 0px;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}

@media (min-width: 100%) {
  .container {
    max-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: 1360px) {
  .container {
    max-width: 1360px;
  }
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-0 {
  left: 0px;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.order-2 {
  order: 2;
}

.m-0 {
  margin: 0px;
}

.\!m-0 {
  margin: 0px !important;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-0 {
  margin-top: 0px;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.w-10 {
  width: 2.5rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-\[500px\] {
  width: 500px;
}

.w-full {
  width: 100%;
}

.max-w-\[465px\] {
  max-width: 465px;
}

.max-w-md {
  max-width: 28rem;
}

.flex-shrink {
  flex-shrink: 1;
}

.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-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.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-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));
}

.justify-self-end {
  justify-self: end;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-\[\#f1f1f1\] {
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
}

.border-b-acf-white {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-t-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.bg-\[\#f7f7f7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}

.bg-acf-green {
  --tw-bg-opacity: 1;
  background-color: rgb(17 174 162 / var(--tw-bg-opacity, 1));
}

.bg-acf-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(244 113 105 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-1 {
  padding: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-\[1\.875rem\] {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.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-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
}

.text-acf-black {
  --tw-text-opacity: 1;
  color: rgb(32 32 32 / var(--tw-text-opacity, 1));
}

.text-acf-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.opacity-0 {
  opacity: 0;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.acf-button {
  min-width: 9rem;
  border-radius: 0.375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .acf-button {
    min-width: 12rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.button-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(244 113 105 / var(--tw-bg-opacity, 1));
}

.button-green {
  --tw-bg-opacity: 1;
  background-color: rgb(17 174 162 / var(--tw-bg-opacity, 1));
}

/*
Header Menu
*/

body.page-template-homepage-new  .gtranslate_wrapper {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}

@media(min-width: 640px) {
  body.page-template-homepage-new  .gtranslate_wrapper {
    position: absolute;
    margin-bottom: 0px;
  }
}

body.page-template-homepage-new .gt_switcher .gt_selected {
  background: transparent !important;
}

body.page-template-homepage-new .gt_switcher .gt_selected a {
  color: var(--white);
  text-transform: uppercase;
  display: flex ;
  align-items: center;
  gap: 5px;
  border: 1px solid var(--white);
}

body.page-template-homepage-new .gt_switcher .gt_selected a:hover {
  background: var(--green);
  color: var(--white)
}

.menu-item.current-menu-item {
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.sub-menu .menu-item.current-menu-item {
  --tw-text-opacity: 1;
  color: rgb(244 113 105 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

@media(max-width: 1024px) {
  #site-navigation div.twentyfive-nav > ul {
    /*  top: 97.5px; */
  }

  #site-navigation.toggled-on div.twentyfive-nav > ul {
    display: block;
    max-height: 10000px;
  }

  #site-navigation div.twentyfive-nav > ul {
    position: absolute;
    padding: 10px 20px;
    left: 0px;
    box-shadow: rgba(0, 0, 0, 0.12) 3px 3px 15px;
    border-top: 3px solid var(--green);
    background-color: var(--white);
    z-index: 100;
    width: 100%;
    top: 0;
  }

  #site-navigation div.twentyfive-nav > ul,
    #site-navigation div.twentyfive-nav > ul ul {
    overflow: hidden;
    max-height: 0px;
  }

  #site-navigation.toggled-on div.twentyfive-nav > ul ul.open {
    max-height: 10000px;
  }

  #site-navigation .menu-toggle .acf-icon-bars {
    display: inline-block;
    width: 30px;
    height: 2px;
    background: var(--white);
    border-radius: 3px;
    transition: 0.3s;
    position: relative;
  }

  #site-navigation .menu-toggle .acf-icon-bars:before,
    #site-navigation .menu-toggle .acf-icon-bars:after{
    background-color: var(--white);
    display: inline-block;
    width: 30px;
    height: 2px;
    border-radius: 3px;
    transition: 0.3s;
    position: absolute;
    left: 0;
    content: '';
    transform-origin: 0.28571rem center;
    margin: 0;
  }

  #site-navigation .menu-toggle .acf-icon-bars:before {
    top: 9px;
  }

  #site-navigation .menu-toggle .acf-icon-bars:after {
    top: -9px;
  }

  #site-navigation.toggled-on .menu-toggle .acf-icon-bars {
    background: transparent;
  }

  #site-navigation.toggled-on .menu-toggle .acf-icon-bars:before {
    webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    transform-origin: 50% 50%;
    top: 0;
    width: 30px;
  }

  #site-navigation.toggled-on .menu-toggle .acf-icon-bars:after {
    transform: rotate3d(0, 0, 1, -45deg);
    transform-origin: 50% 50%;
    top: 0;
    width: 30px;
  }

  #site-navigation.toggled-on .righticon {
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 0.125rem;
    --tw-bg-opacity: 1;
    background-color: rgb(244 113 105 / var(--tw-bg-opacity, 1));
    stroke: #ffffff;
  }

  #site-navigation.toggled-on .righticon.angle-down {
    --tw-rotate: 0deg !important;
    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)) !important;
  }

  #site-navigation.toggled-on .righticon.angle-up {
    --tw-rotate: 180deg !important;
    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)) !important;
  }
}

.acf-list li {
  position: relative;
  margin-bottom: 1.25rem;
  display: flex;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 1.25;
}

.acf-list li:last-of-type {
  margin-bottom: 0px;
}

.acf-list li::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 15 15'%3E%3Cpath fill='%2311AEA2' d='M13.91 7.75c-1.17 2.25-4.3 5.31-6.07 6.94a.5.5 0 0 1-.67 0C5.39 13.06 2.26 10 1.09 7.75C-1.48 2.8 5-.5 7.5 4.45C10-.5 16.48 2.8 13.91 7.75'/%3E%3C/svg%3E");
  margin-right: 5px;
}

.acf-list li.no-heart::before {
  content: '';
}

.acf-services h2 {
  max-width: 70%;
}

/*
Footer
*/

.menu-footer-menu-container {
  display: flex;
  justify-content: center;
}

.menu-footer-menu-container a {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
}

#menu-footer-menu {
  display: flex;
  flex-wrap: wrap;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#menu-footer-menu li {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

#menu-footer-menu a {
  position: relative;
}

#menu-footer-menu a::after {
  position: absolute;
  top: 3px;
  right: -10px;
  height: 70%;
  width: 1px;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

#menu-footer-menu li:last-child a::after {
  display: none;
}

/*
Forms
*/

.page-template-homepage-new .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar td,
.page-template-homepage-new .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar th span,
.page-template-homepage-new .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header select {
  font-size: 1rem !important;
}

.twentyfive-form_wrapper.gform_wrapper.gravity-theme .gfield input,
.twentyfive-form_wrapper.gform_wrapper.gravity-theme .gfield select {
  min-height: 3rem;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(213 213 213 / var(--tw-border-opacity, 1));
}

.twentyfive-form_wrapper.gform_wrapper.gravity-theme .gfield input::-moz-placeholder, .twentyfive-form_wrapper.gform_wrapper.gravity-theme .gfield select::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(32 32 32 / var(--tw-text-opacity, 1));
}

.twentyfive-form_wrapper.gform_wrapper.gravity-theme .gfield input::placeholder,
.twentyfive-form_wrapper.gform_wrapper.gravity-theme .gfield select::placeholder {
  --tw-text-opacity: 1;
  color: rgb(32 32 32 / var(--tw-text-opacity, 1));
}

.twentyfive-form_wrapper.gform_wrapper.gravity-theme #field_submit .button {
  position: relative;
  background: var(--orange);
  color: var(--white);
  padding: 10px 30px;
  font-family: var(--title-font);
  font-size: 1.25rem;
  font-weight: 600;
  border-radius: 0;
  border: none;
  cursor: pointer;
}

@media (min-width: 640px) {
  .twentyfive-form_wrapper .gform_fields {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .twentyfive-form_wrapper.gform_wrapper.gravity-theme {
    margin-top: -45px;
  }

  .twentyfive-form_wrapper.gform_wrapper.gravity-theme #field_submit {
    grid-column-start: 10 !important;
    grid-column-end: 13 !important;
    grid-row-start: 1;
    grid-row-end: 4;
    position: relative;
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .twentyfive-form_wrapper.gform_wrapper.gravity-theme #field_submit::after {
    content:url("data:image/svg+xml,%3Csvg id='Group_9253' data-name='Group 9253' xmlns='http://www.w3.org/2000/svg' width='120.7' height='95' viewBox='0 0 120.7 120.7'%3E%3Cpath id='Path_19' data-name='Path 19' d='M0,0H120.7V120.7H0Z' fill='none'/%3E%3Cpath id='Path_20' data-name='Path 20' d='M57.292,7,7,57.292' transform='translate(28.204 28.204)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='9'/%3E%3Cpath id='Path_21' data-name='Path 21' d='M8,7H53.262V52.262' transform='translate(32.233 28.204)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='9'/%3E%3C/svg%3E%0A");
    position: absolute;
    right: 8px;
    top: 12px;
    z-index: 0;
  }

  .twentyfive-form_wrapper.gform_wrapper.gravity-theme #field_submit .button {
    height: 100%;
    width: 100%;
    font-size: 2rem;
  }
}

.twentyfive-form_wrapper.gform_wrapper.gravity-theme .gform_validation_errors,
.twentyfive-form_wrapper.gform_wrapper.gravity-theme .gfield_description.instruction {
  display: none;
}

.twentyfive-form_wrapper.gform_wrapper.gravity-theme .gfield_validation_message,
.twentyfive-form_wrapper.gform_wrapper.gravity-theme .validation_message {
  padding: 0;
  margin: 5px 0 0;
  line-height: 1;
  background: transparent;
  border: none;
}

.twentyfive-form_wrapper.gform_wrapper.gravity-theme #field_submit .gform-loader{
  block-size: 12em;
  inline-size: 12em;
  border-block-end: 1.1em solid #01ad9f;
  border-inline-start: 1.1em solid #01ad9f;
  position: absolute;
  bottom: 31%;
  z-index: 9999;
  left: 47%;
  transform: translate(-50%, -34%);
}

.twentyfive-footer-form_wrapper.gform_wrapper.gravity-theme .gform_footer  .button {
  position: relative;
  background: var(--green);
  color: var(--white);
  padding: 10px 30px;
  font-family: var(--title-font);
  font-size: 1.25rem;
  font-weight: 600;
  border-radius: 0;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.ft-city-list {
  display: grid;
  /* grid-template-columns: repeat(4, 1fr); */
  grid-template-columns: repeat(
    auto-fit,
    minmax(clamp(160px, 45vw, 300px), 1fr)
  );
  grid-auto-flow: row;
  color: white;
  gap: 10px;
  margin-bottom: 20px;
}

.spanish-video .elementor-custom-embed-image-overlay {
  position: relative;
}

.spanish-video .elementor-custom-embed-image-overlay::before{
  content: "";
  position: absolute;
  left: -8px;
  top: -8px;
  height: 80%;
  width: 80%;
  z-index: -1;
  border-left: 8px solid #ff6c64;
  border-top: 8px solid #ff6c64;
}

.spanish-video .elementor-custom-embed-image-overlay::after{
  content: "";
  position: absolute;
  right: -8px;
  bottom: -8px;
  height: 80%;
  width: 80%;
  z-index: -1;
  border-right: 8px solid #11AEA0;
  border-bottom: 8px solid #11AEA0;
}

@media (min-width: 1280px) {
  .xl\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }

  @media (min-width: 100%) {
    .xl\:container {
      max-width: 100%;
    }
  }

  @media (min-width: 640px) {
    .xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1360px) {
    .xl\:container {
      max-width: 1360px;
    }
  }
}

.hover\:text-acf-black:hover {
  --tw-text-opacity: 1;
  color: rgb(32 32 32 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:visible {
  visibility: visible;
}

.group:hover .group-hover\:rotate-180 {
  --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));
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (min-width: 640px) {
  .sm\:flex {
    display: flex;
  }

  .sm\:w-4\/12 {
    width: 33.333333%;
  }

  .sm\:w-8\/12 {
    width: 66.666667%;
  }

  .sm\:flex-auto {
    flex: 1 1 auto;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:justify-self-end {
    justify-self: end;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:max-w-\[200px\] {
    max-width: 200px;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:px-\[1\.875rem\] {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media (min-width: 1024px) {
  .lg\:invisible {
    visibility: hidden;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-72 {
    width: 18rem;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:border {
    border-width: 1px;
  }

  .lg\:border-\[\#f1f1f1\] {
    --tw-border-opacity: 1;
    border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
  }

  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:font-semibold {
    font-weight: 600;
  }

  .lg\:text-acf-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .lg\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group:hover .lg\:group-hover\:visible {
    visibility: visible;
  }

  .group:hover .lg\:group-hover\:opacity-100 {
    opacity: 1;
  }
}

@media (min-width: 1280px) {
  .xl\:h-\[45px\] {
    height: 45px;
  }

  .xl\:w-\[45px\] {
    width: 45px;
  }

  .xl\:max-w-\[300px\] {
    max-width: 300px;
  }

  .xl\:gap-4 {
    gap: 1rem;
  }

  .xl\:gap-8 {
    gap: 2rem;
  }

  .xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1360px) {
  .\32xl\:gap-2 {
    gap: 0.5rem;
  }
}