/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*, ::before, ::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}
::before, ::after {
  --tw-content: "";
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html, :host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  tab-size: 4;
  /* 3 */
  font-family: Inter, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  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::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;
  }
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.-bottom-10 {
  bottom: -2.5rem;
}
.-bottom-2 {
  bottom: -0.5rem;
}
.-bottom-6 {
  bottom: -1.5rem;
}
.-left-10 {
  left: -2.5rem;
}
.-left-6 {
  left: -1.5rem;
}
.-right-10 {
  right: -2.5rem;
}
.-top-10 {
  top: -2.5rem;
}
.bottom-full {
  bottom: 100%;
}
.left-0 {
  left: 0px;
}
.top-0 {
  top: 0px;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-1 {
  height: 0.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-64 {
  height: 16rem;
}
.h-7 {
  height: 1.75rem;
}
.h-\[600px\] {
  height: 600px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-2 {
  width: 0.5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-full {
  width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-none {
  max-width: none;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-grow {
  flex-grow: 1;
}
.rotate-2 {
  --tw-rotate: 2deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-12 {
  gap: 3rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.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));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-petrol-100 {
  --tw-border-opacity: 1;
  border-color: rgb(204 251 241 var(--tw-border-opacity, 1));
}
.border-petrol-500 {
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 var(--tw-border-opacity, 1));
}
.border-petrol-600 {
  --tw-border-opacity: 1;
  border-color: rgb(13 148 136 var(--tw-border-opacity, 1));
}
.border-stone-100 {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 244 var(--tw-border-opacity, 1));
}
.border-stone-200 {
  --tw-border-opacity: 1;
  border-color: rgb(231 229 228 var(--tw-border-opacity, 1));
}
.border-stone-300 {
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 var(--tw-border-opacity, 1));
}
.border-stone-800 {
  --tw-border-opacity: 1;
  border-color: rgb(41 37 36 var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 var(--tw-bg-opacity, 1));
}
.bg-petrol-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 var(--tw-bg-opacity, 1));
}
.bg-petrol-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 var(--tw-bg-opacity, 1));
}
.bg-petrol-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 var(--tw-bg-opacity, 1));
}
.bg-petrol-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 var(--tw-bg-opacity, 1));
}
.bg-petrol-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 var(--tw-bg-opacity, 1));
}
.bg-petrol-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 94 89 var(--tw-bg-opacity, 1));
}
.bg-petrol-800\/20 {
  background-color: rgba(17, 94, 89, 0.2);
}
.bg-petrol-900\/10 {
  background-color: rgba(19, 78, 74, 0.1);
}
.bg-stone-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 var(--tw-bg-opacity, 1));
}
.bg-stone-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 var(--tw-bg-opacity, 1));
}
.bg-stone-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 var(--tw-bg-opacity, 1));
}
.bg-stone-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(28 25 23 var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 var(--tw-bg-opacity, 1));
}
.bg-white\/95 {
  background-color: rgba(255, 255, 255, 0.95);
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-petrol-900\/80 {
  --tw-gradient-from: rgb(19 78 74 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.object-cover {
  object-fit: cover;
}
.object-center {
  object-position: center;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.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-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-28 {
  padding-top: 7rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-sans {
  font-family: Inter, sans-serif;
}
.font-serif {
  font-family: Merriweather, serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-base {
  font-size: 1rem;
  line-height: 1.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;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-loose {
  line-height: 2;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-petrol-100 {
  --tw-text-opacity: 1;
  color: rgb(204 251 241 var(--tw-text-opacity, 1));
}
.text-petrol-600 {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 var(--tw-text-opacity, 1));
}
.text-petrol-700 {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 var(--tw-text-opacity, 1));
}
.text-petrol-800 {
  --tw-text-opacity: 1;
  color: rgb(17 94 89 var(--tw-text-opacity, 1));
}
.text-petrol-900 {
  --tw-text-opacity: 1;
  color: rgb(19 78 74 var(--tw-text-opacity, 1));
}
.text-stone-300 {
  --tw-text-opacity: 1;
  color: rgb(214 211 209 var(--tw-text-opacity, 1));
}
.text-stone-400 {
  --tw-text-opacity: 1;
  color: rgb(168 162 158 var(--tw-text-opacity, 1));
}
.text-stone-500 {
  --tw-text-opacity: 1;
  color: rgb(120 113 108 var(--tw-text-opacity, 1));
}
.text-stone-600 {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 var(--tw-text-opacity, 1));
}
.text-stone-700 {
  --tw-text-opacity: 1;
  color: rgb(68 64 60 var(--tw-text-opacity, 1));
}
.text-stone-800 {
  --tw-text-opacity: 1;
  color: rgb(41 37 36 var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 var(--tw-text-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.opacity-70 {
  opacity: 0.7;
}
.mix-blend-multiply {
  mix-blend-mode: multiply;
}
.mix-blend-overlay {
  mix-blend-mode: overlay;
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-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);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.blur-2xl {
  --tw-blur: blur(40px);
  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-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-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);
  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;
}
.transition-opacity {
  transition-property: opacity;
  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;
}
.delay-200 {
  transition-delay: 200ms;
}
.delay-75 {
  transition-delay: 75ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
  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));
}
.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  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));
}
.hover\:-translate-y-2:hover {
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:rotate-0:hover {
  --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));
}
.hover\:scale-100:hover {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:bg-petrol-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 var(--tw-bg-opacity, 1));
}
.hover\:bg-petrol-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 var(--tw-bg-opacity, 1));
}
.hover\:bg-petrol-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 94 89 var(--tw-bg-opacity, 1));
}
.hover\:bg-stone-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 var(--tw-bg-opacity, 1));
}
.hover\:bg-transparent:hover {
  background-color: transparent;
}
.hover\:text-petrol-400:hover {
  --tw-text-opacity: 1;
  color: rgb(45 212 191 var(--tw-text-opacity, 1));
}
.hover\:text-petrol-700:hover {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 var(--tw-text-opacity, 1));
}
.hover\:text-petrol-900:hover {
  --tw-text-opacity: 1;
  color: rgb(19 78 74 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-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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);
}
.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:border-petrol-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 var(--tw-border-opacity, 1));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2: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(2px + 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-petrol-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(20 184 166 / var(--tw-ring-opacity, 1));
}
.group:hover .group-hover\:block {
  display: block;
}
.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  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\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:bg-petrol-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-transparent {
  background-color: transparent;
}
.group:hover .group-hover\:text-petrol-200 {
  --tw-text-opacity: 1;
  color: rgb(153 246 228 var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .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\:flex-row {
    flex-direction: row;
  }
  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1024px) {
  .lg\:order-1 {
    order: 1;
  }
  .lg\:order-2 {
    order: 2;
  }
  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .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\:flex-row {
    flex-direction: row;
  }
  .lg\:justify-start {
    justify-content: flex-start;
  }
  .lg\:gap-20 {
    gap: 5rem;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:pb-40 {
    padding-bottom: 10rem;
  }
  .lg\:pt-48 {
    padding-top: 12rem;
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}
/* Manual Overrides for Missing Tailwind Classes */
.bg-petrol-50 {
  background-color: #f0fdfa;
}
.bg-petrol-100 {
  background-color: #ccfbf1;
}
.bg-petrol-200 {
  background-color: #99f6e4;
}
.bg-petrol-300 {
  background-color: #5eead4;
}
.bg-petrol-400 {
  background-color: #2dd4bf;
}
.bg-petrol-500 {
  background-color: #14b8a6;
}
.bg-petrol-600 {
  background-color: #0d9488;
}
.bg-petrol-700 {
  background-color: #0f766e;
}
.bg-petrol-800 {
  background-color: #115e59;
}
.bg-petrol-900 {
  background-color: #134e4a;
}
.text-petrol-50 {
  color: #f0fdfa;
}
.text-petrol-100 {
  color: #ccfbf1;
}
.text-petrol-200 {
  color: #99f6e4;
}
.text-petrol-300 {
  color: #5eead4;
}
.text-petrol-400 {
  color: #2dd4bf;
}
.text-petrol-500 {
  color: #14b8a6;
}
.text-petrol-600 {
  color: #0d9488;
}
.text-petrol-700 {
  color: #0f766e;
}
.text-petrol-800 {
  color: #115e59;
}
.text-petrol-900 {
  color: #134e4a;
}
.border-petrol-100 {
  border-color: #ccfbf1;
}
.border-petrol-500 {
  border-color: #14b8a6;
}
.bg-stone-50 {
  background-color: #fafaf9;
}
.bg-stone-100 {
  background-color: #f5f5f4;
}
.bg-stone-800 {
  background-color: #292524;
}
.bg-stone-900 {
  background-color: #1c1917;
}
.text-stone-50 {
  color: #fafaf9;
}
.text-stone-100 {
  color: #f5f5f4;
}
.text-stone-300 {
  color: #d6d3d1;
}
.text-stone-400 {
  color: #a8a29e;
}
.text-stone-500 {
  color: #78716c;
}
.text-stone-600 {
  color: #57534e;
}
.text-stone-700 {
  color: #44403c;
}
.text-stone-800 {
  color: #292524;
}
.font-serif {
  font-family: "Merriweather", serif;
}
.font-sans {
  font-family: "Inter", sans-serif;
}
.hover\:text-petrol-700:hover {
  color: #0f766e;
}
.hover\:text-petrol-400:hover {
  color: #2dd4bf;
}
.hover\:bg-petrol-800:hover {
  background-color: #115e59;
}
.hover\:bg-petrol-700:hover {
  background-color: #0f766e;
}
html {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
@media (min-width: 1024px) {
  .hero-particle {
    padding: 12rem 0 6rem;
  }
}
.header-custom-particle .brand-icon img {
  width: 4.5rem;
  height: auto;
  display: block;
}
.about-particle .about-title {
  color: #1c1917b0;
}
.team-particle .team-title {
  color: #1c1917b0;
}
.header-custom-particle .brand-title {
  color: #146d7c;
}
.about-particle .about-quote {
  /* background-color: #ecfdf5; */
  /* border: 1px solid #d1fae5; */
  background-color: #fafaf9;
  border: 1px solid #f7f7f6;
}
.about-particle .about-quote p {
  /* font-style: italic; */
  font-style: normal;
}
.courselist-particle {
  /* background-color: #f0fdfa; */
  background-color: #f5f5f4;
}
.about-particle .about-title {
  /* font-family: Merriweather, serif; */
  /* text-transform: uppercase; */
  font-family: Quicksand, serif;
  font-weight: 600;
}
.header-custom-particle .brand-title, .pageheader-particle .pageheader-title, .footer-custom-particle .footer-column h5 {
  /* font-family: Merriweather, serif; */
  font-family: Quicksand, serif;
  text-transform: uppercase;
  font-weight: 500;
}
.team-particle .team-title {
  /* font-family: Merriweather, serif; */
  font-family: Quicksand, serif;
}
.courselist-particle .courselist-title {
  /* font-family: Merriweather, serif; */
  font-family: Quicksand, serif;
  font-weight: 500;
}
.courseinfo-particle .courseinfo-title {
  /* font-family: Merriweather, serif; */
  /* font-weight: 700; */
  font-family: Quicksand, serif;
}
.legal-section-title, .legal-subsection-title, .legal-bold, .legal-spacing strong {
  font-family: Quicksand, serif;
}
.header-custom-particle .brand-tagline {
  /* color: #134e4a; */
  color: #78716c;
}
.team-particle .member-name {
  /* color: #1c1917; */
  color: #78716c;
}
.hero-particle .hero-btn-primary {
  /* background-color: #0f766e; */
  background-color: #146d7c;
}
.g-container {
  max-width: 80rem;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {
  .g-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .g-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.g-header {
  position: relative;
  z-index: 50;
}
.g-showcase {
  position: relative;
  overflow: hidden;
}
.g-feature {
  position: relative;
  background-color: white;
}
.g-feature.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.g-feature .g-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}
@media (min-width: 1024px) {
  .g-feature .g-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.g-utility {
  position: relative;
  background-color: #ecfdf5;
  padding: 5rem 0;
}
.g-extension {
  position: relative;
  background-color: #fafaf9;
  padding: 5rem 0;
}
.g-footer {
  position: relative;
  background-color: #0f766e;
  color: white;
  padding: 2rem 0;
  text-align: center;
}
.hero-particle {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fafaf9;
  padding: 8rem 0 6rem;
}
@media (min-width: 1024px) {
  .hero-particle {
    padding: 12rem 0 10rem;
  }
}
.hero-particle .hero-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
  position: relative;
  z-index: 10;
}
@media (min-width: 640px) {
  .hero-particle .hero-container {
    padding: 0 1.5rem;
  }
}
@media (min-width: 1024px) {
  .hero-particle .hero-container {
    padding: 0 2rem;
  }
}
.hero-particle .hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .hero-particle .hero-content {
    flex-direction: row;
    gap: 5rem;
  }
}
.hero-particle .hero-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .hero-particle .hero-text {
    text-align: left;
  }
}
.hero-particle .hero-brand {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .hero-particle .hero-brand {
    align-items: center;
  }
}
.hero-particle .hero-logo {
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  .hero-particle .hero-logo {
    justify-content: flex-start;
  }
}
.hero-particle .hero-logo img {
  width: 6rem;
  height: auto;
  display: block;
}
@media (min-width: 1024px) {
  .hero-particle .hero-logo img {
    width: 15rem;
  }
}
.hero-particle .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  background-color: #ecfdf5;
  color: #0f766e;
  font-size: 0.875rem;
  font-weight: 500;
  border: 1px solid #d1fae5;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  align-self: center;
}
@media (min-width: 1024px) {
  .hero-particle .hero-badge {
    align-self: flex-start;
  }
}
.hero-particle .hero-badge svg {
  width: 1rem;
  height: 1rem;
  stroke: currentColor;
}
.hero-particle .hero-title {
  font-family: Merriweather, serif;
  font-size: 3rem;
  font-weight: 700;
  color: #134e4a;
  line-height: 1.1;
}
@media (min-width: 1024px) {
  .hero-particle .hero-title {
    font-size: 4.5rem;
  }
}
.hero-particle .hero-subtitle {
  font-size: 1.5rem;
  color: #57534e;
  font-weight: 300;
  letter-spacing: 0.025em;
}
@media (min-width: 1024px) {
  .hero-particle .hero-subtitle {
    font-size: 1.875rem;
  }
}
.hero-particle .hero-description {
  max-width: 32rem;
  margin: 0 auto;
  font-size: 1.125rem;
  color: #78716c;
  line-height: 1.75;
}
@media (min-width: 1024px) {
  .hero-particle .hero-description {
    margin: 0;
  }
}
.hero-particle .hero-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1rem;
  justify-content: center;
}
@media (min-width: 640px) {
  .hero-particle .hero-actions {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .hero-particle .hero-actions {
    justify-content: flex-start;
  }
}
.hero-particle .hero-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0.75rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.hero-particle .hero-btn-primary {
  background-color: #0f766e;
  color: white;
  border: 1px solid transparent;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.hero-particle .hero-btn-primary:hover {
  background-color: #115e59;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.hero-particle .hero-btn-secondary {
  background-color: white;
  color: #44403c;
  border: 1px solid #d6d3d1;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.hero-particle .hero-btn-secondary:hover {
  background-color: #fafaf9;
}
.hero-particle .hero-image-wrapper {
  flex: 1;
  position: relative;
}
.hero-particle .hero-image {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  transform: rotate(2deg);
  transition: transform 0.5s ease;
}
.hero-particle .hero-image:hover {
  transform: rotate(0deg);
}
.hero-particle .hero-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(19, 78, 74, 0.1);
  z-index: 10;
  transition: background-color 0.3s ease;
}
.hero-particle .hero-image:hover::before {
  background-color: transparent;
}
.hero-particle .hero-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  transform: scale(1.05);
  transition: transform 0.7s ease;
}
.hero-particle .hero-image:hover img {
  transform: scale(1);
}
.about-particle {
  padding: 5rem 0;
  background: white;
}
.about-particle .about-content {
  display: grid;
  gap: 4rem;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .about-particle .about-content {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}
.about-particle .about-text {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 1024px) {
  .about-particle .about-text {
    order: 2;
  }
}
.about-particle .about-title {
  font-family: Merriweather, serif;
  font-size: 2rem;
  font-weight: 700;
  color: #1c1917;
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .about-particle .about-title {
    font-size: 2.5rem;
  }
}
.about-particle .about-title::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 3rem;
  height: 0.25rem;
  background-color: #0f766e;
  border-radius: 9999px;
}
.about-particle .about-description {
  color: #57534e;
  line-height: 1.75;
  font-size: 1.125rem;
  white-space: pre-line;
}
.about-particle .about-description p {
  margin-bottom: 1.5rem;
}
.about-particle .about-description strong {
  color: #0f766e;
}
.about-particle .about-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .about-particle .about-features {
    grid-template-columns: repeat(2, 1fr);
  }
}
.about-particle .feature-box {
  padding: 1.25rem;
  background-color: #fafaf9;
  border-radius: 0.75rem;
  border: 1px solid #f5f5f4;
}
.about-particle .feature-title {
  font-family: Merriweather, serif;
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  color: #115e59;
}
.about-particle .feature-description {
  font-size: 0.875rem;
  color: #57534e;
}
.about-particle .about-image-wrapper {
  position: relative;
}
@media (min-width: 1024px) {
  .about-particle .about-image-wrapper {
    order: 1;
  }
}
.about-particle .about-image {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.about-particle .about-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(17, 94, 89, 0.2);
  mix-blend-mode: overlay;
  z-index: 1;
}
.about-particle .about-image img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  display: block;
}
.about-particle .about-quote {
  position: absolute;
  bottom: -1.5rem;
  left: -1.5rem;
  background-color: #ecfdf5;
  padding: 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  max-width: 20rem;
  border: 1px solid #d1fae5;
  display: none;
}
@media (min-width: 768px) {
  .about-particle .about-quote {
    display: block;
  }
}
.about-particle .about-quote p {
  font-family: Merriweather, serif;
  font-style: italic;
  color: #115e59;
  font-size: 1.125rem;
  margin: 0;
}
.team-particle {
  padding: 6rem 1rem;
  background-color: #fafaf9;
}
.team-particle .team-header {
  text-align: center;
  max-width: 48rem;
  margin: 0 auto 5rem;
}
.team-particle .team-header .team-title {
  font-family: Merriweather, serif;
  font-size: 2.5rem;
  font-weight: 400;
  color: #1c1917;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .team-particle .team-header .team-title {
    font-size: 3rem;
  }
}
.team-particle .team-header .team-description {
  color: #57534e;
  font-size: 1.125rem;
  line-height: 1.75;
}
.team-particle .team-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  max-width: 80rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .team-particle .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .team-particle .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.team-particle .team-member-container {
  height: 37.5rem;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  border: none;
}
.team-particle .team-member-container:focus {
  outline: none !important;
  box-shadow: none !important;
}
.team-particle .team-member-container:hover .team-member-card {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.team-particle .team-member-card {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 1rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
.team-particle .team-member-card:focus {
  outline: none !important;
}
.team-particle .team-member-card.flipped {
  transform: rotateY(180deg);
}
.team-particle .team-member-front {
  position: absolute;
  inset: 0;
  background-color: white;
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid #e7e5e3;
}
.team-particle .team-member-front .member-image {
  position: relative;
  height: 66.666667%;
  overflow: hidden;
}
.team-particle .team-member-front .member-image img {
  width: 100%;
  height: 128%;
  object-fit: cover;
  object-position: bottom;
  transition: transform 1s ease;
}
@media (min-width: 768px) {
  .team-particle .team-member-front .member-image img {
    height: 107%;
  }
}
.team-particle .team-member-front .member-image .flip-hint {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #0f766e;
}
.team-particle .team-member-front .member-info {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex-grow: 1;
}
.team-particle .team-member-front .member-info .member-name {
  font-family: Merriweather, serif;
  font-size: 1.5rem;
  color: #1c1917;
  margin-bottom: 0.25rem;
}
.team-particle .team-member-front .member-info .member-role {
  color: #0f766e;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.team-particle .team-member-front .member-info .member-separator {
  width: 2.5rem;
  height: 0.125rem;
  background-color: #ccfbf1;
  margin-bottom: 1rem;
}
.team-particle .team-member-front .member-info .member-description {
  color: #78716c;
  font-size: 0.875rem;
  line-height: 1.625;
}
.team-particle .team-member-back {
  position: absolute;
  inset: 0;
  background-color: #0f766e;
  color: white;
  border-radius: 1rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1024px) {
  .team-particle .team-member-back {
    padding: 2.5rem;
  }
}
.team-particle .team-member-back .member-back-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.team-particle .team-member-back .member-back-name {
  font-family: Merriweather, serif;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .team-particle .team-member-back .member-back-name {
    font-size: 1.875rem;
  }
}
.team-particle .team-member-back .member-back-role {
  color: #ccfbf1;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .team-particle .team-member-back .member-back-role {
    margin-bottom: 2rem;
  }
}
.team-particle .team-member-back .member-back-text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .team-particle .team-member-back .member-back-text {
    gap: 1.5rem;
  }
}
.team-particle .team-member-back .member-back-text .member-vita {
  font-family: Merriweather, serif;
  font-style: italic;
  font-size: 1rem;
  color: #ccfbf1;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .team-particle .team-member-back .member-back-text .member-vita {
    font-size: 1.125rem;
  }
}
.team-particle .team-member-back .member-back-text .member-vision {
  color: #e7e5e3;
  font-size: 0.75rem;
  line-height: 1.625;
}
@media (min-width: 1024px) {
  .team-particle .team-member-back .member-back-text .member-vision {
    font-size: 0.875rem;
  }
}
.team-particle .team-member-back .member-back-footer {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #115e59;
  width: 100%;
  text-align: center;
}
.team-particle .team-member-back .member-back-footer .studio-name {
  color: #99f6e4;
  font-size: 0.5625rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.team-particle .team-cta {
  margin-top: 5rem;
  padding: 3rem;
  background-color: white;
  border-radius: 3rem;
  border: 1px solid #e7e5e3;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .team-particle .team-cta {
    flex-direction: row;
  }
}
.team-particle .team-cta .team-cta-content {
  text-align: center;
}
@media (min-width: 768px) {
  .team-particle .team-cta .team-cta-content {
    text-align: left;
  }
}
.team-particle .team-cta .team-cta-content .team-cta-title {
  font-family: Merriweather, serif;
  font-size: 1.5rem;
  color: #1c1917;
  margin-bottom: 0.5rem;
}
.team-particle .team-cta .team-cta-content .team-cta-text {
  color: #78716c;
}
.team-particle .team-cta .team-cta-button {
  padding: 1rem 2rem;
  background-color: #0f766e;
  color: white;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-radius: 9999px;
  transition: all 0.2s ease;
  box-shadow: 0 10px 15px -3px rgba(15, 118, 110, 0.2);
}
.team-particle .team-cta .team-cta-button:hover {
  background-color: #115e59;
  transform: translateY(-1px);
  box-shadow: 0 20px 25px -5px rgba(15, 118, 110, 0.3);
}
@media (hover: hover) and (pointer: fine) {
  .team-member-container:hover .member-image img {
    transform: scale(1.05);
  }
}
@media (hover: none) and (pointer: coarse) {
  .team-member-container .flip-hint {
    display: block;
  }
}
.teammembers-particle .teammembers-header {
  text-align: center;
  margin-bottom: 4rem;
}
.teammembers-particle .teammembers-title {
  font-family: Merriweather, serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #1c1917;
  margin-bottom: 1rem;
}
.teammembers-particle .teammembers-description {
  color: #78716c;
  max-width: 42rem;
  margin: 0 auto;
  line-height: 1.6;
}
.teammembers-particle .teammembers-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 640px) {
  .teammembers-particle .teammembers-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .teammembers-particle .teammembers-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.teammembers-particle .teammember-card {
  background-color: #ffffff;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.teammembers-particle .teammember-card:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.teammembers-particle .teammember-image {
  width: 100%;
  aspect-ratio: 0.8;
  overflow: hidden;
  background-color: #f5f5f4;
}
.teammembers-particle .teammember-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.teammembers-particle .teammember-info {
  padding: 1.5rem;
}
.teammembers-particle .teammember-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1c1917;
  margin-bottom: 0.25rem;
}
.teammembers-particle .teammember-role {
  color: #0d9488;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.teammembers-particle .teammembers-footer {
  text-align: center;
  margin-top: 3rem;
}
.teammembers-particle .teammembers-link {
  display: inline-block;
  color: #0f766e;
  font-weight: 500;
  padding-bottom: 0.25rem;
  border-bottom: 2px solid #14b8a6;
  text-decoration: none;
  transition: color 0.2s ease;
}
.teammembers-particle .teammembers-link:hover {
  color: #134e4a;
}
.teamcta-particle {
  background-color: #ecfdf5;
  padding: 5rem 1rem;
}
.teamcta-particle .teamcta-content {
  max-width: 48rem;
  margin: 0 auto;
  text-align: center;
}
.teamcta-particle .teamcta-title {
  font-family: Merriweather, serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #134e4a;
  margin-bottom: 1rem;
}
.teamcta-particle .teamcta-description {
  color: #57534e;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.teamcta-particle .teamcta-button {
  display: inline-block;
  padding: 0.75rem 2rem;
  background-color: #0f766e;
  color: #ffffff;
  font-weight: 500;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.teamcta-particle .teamcta-button:hover {
  background-color: #115e59;
}
.courselist-particle {
  padding: 5rem 0;
  background-color: #f0fdfa;
}
.courselist-particle .courselist-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .courselist-particle .courselist-content {
    grid-template-columns: 1fr 1fr;
    padding: 0 2rem;
  }
}
.courselist-particle .courselist-text {
  flex: 1;
}
.courselist-particle .courselist-title {
  font-family: Merriweather, serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: #134e4a;
  margin-bottom: 1.5rem;
}
.courselist-particle .courselist-description {
  font-size: 1.125rem;
  color: #57534e;
  line-height: 1.75;
  margin-bottom: 2rem;
}
.courselist-particle .courselist-items {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.courselist-particle .courselist-item {
  display: flex;
  align-items: center;
  color: #57534e;
  font-weight: 500;
}
.courselist-particle .courselist-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #14b8a6;
  border-radius: 9999px;
  margin-right: 0.75rem;
  flex-shrink: 0;
}
.courselist-particle .courselist-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border: 1px solid #0d9488;
  color: #0f766e;
  font-weight: 500;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.courselist-particle .courselist-button:hover {
  background-color: #0d9488;
  color: white;
}
.courselist-particle .courselist-button:hover svg {
  transform: translateX(0.25rem);
}
.courselist-particle .courselist-button svg {
  transition: transform 0.3s ease;
}
.courselist-particle .courselist-chart {
  flex: 1;
  background-color: white;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border: 1px solid #ccfbf1;
}
.courselist-particle .courselist-chart-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #44403c;
  margin-bottom: 1.5rem;
  text-align: center;
}
.courselist-particle .courselist-chart-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 16rem;
  gap: 0.5rem;
  padding: 0 1rem;
}
.courselist-particle .courselist-chart-bar {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.courselist-particle .courselist-chart-bar-fill {
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #0d9488, #14b8a6);
  border-radius: 0.25rem 0.25rem 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 0.5rem;
  position: relative;
  transition: all 0.3s ease;
}
.courselist-particle .courselist-chart-bar-fill:hover {
  background: linear-gradient(to top, #0f766e, #2dd4bf);
  transform: translateY(-2px);
}
.courselist-particle .courselist-chart-bar-label {
  display: none;
}
.courselist-particle .courselist-chart-bar-day {
  position: absolute;
  bottom: -1.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #57534e;
}
.courselist-particle .courselist-chart-note {
  font-size: 0.75rem;
  text-align: center;
  color: #a8a29e;
  margin-top: 3rem;
}
.courseinfo-particle {
  max-width: 56rem;
  margin: 0 auto;
  padding: 4rem 1rem;
  text-align: center;
}
.courseinfo-particle .courseinfo-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.courseinfo-particle .courseinfo-title {
  font-family: Merriweather, serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #292524;
  margin-bottom: 1.5rem;
}
.courseinfo-particle .courseinfo-description {
  color: #57534e;
  line-height: 1.75;
  margin-bottom: 2rem;
}
.courseinfo-particle .courseinfo-box {
  background-color: #f5f5f4;
  border-radius: 0.75rem;
  padding: 1.5rem;
  display: inline-block;
  text-align: left;
}
.courseinfo-particle .courseinfo-box-title {
  font-weight: 700;
  color: #292524;
  margin-bottom: 0.5rem;
}
.courseinfo-particle .courseinfo-list {
  list-style: disc;
  list-style-position: inside;
  margin: 0;
  padding: 0;
  color: #57534e;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.courseinfo-particle .courseinfo-list-item {
  padding: 0;
}
.course-calendar-particle {
  padding: 6rem 0;
  background-color: #fafaf9;
  overflow: visible;
}
@media (max-width: 768px) {
  .course-calendar-particle {
    padding: 4rem 0;
  }
}
.course-calendar-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (min-width: 1024px) {
  .course-calendar-container {
    padding: 0 2rem;
  }
}
.course-calendar-header {
  text-align: center;
  margin-bottom: 4rem;
}
.course-calendar-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #d1fae5;
  padding: 0.375rem 1rem;
  border-radius: 9999px;
  margin-bottom: 1rem;
}
.course-calendar-badge .badge-icon {
  color: #134e4a;
}
.course-calendar-badge span {
  color: #134e4a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.course-calendar-title {
  font-size: 2.25rem;
  font-family: Merriweather, serif;
  color: #1c1917;
  margin-bottom: 1rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .course-calendar-title {
    font-size: 1.875rem;
  }
}
.course-calendar-subtitle {
  color: #78716c;
  max-width: 36rem;
  margin: 0 auto;
  line-height: 1.6;
}
.course-calendar-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem 2.5rem;
  align-items: start;
}
@media (min-width: 640px) {
  .course-calendar-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .course-calendar-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.course-day-column {
  display: flex;
  flex-direction: column;
}
.course-day-header {
  border-bottom: 2px solid rgba(20, 78, 74, 0.2);
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.course-day-header h4 {
  font-size: 1.25rem;
  font-family: Merriweather, serif;
  letter-spacing: 0.025em;
  color: #292524;
  margin: 0;
}
.course-day-header.highlight h4 {
  color: #134e4a;
  font-weight: 700;
}
.course-cards-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex-grow: 1;
}
.course-day-empty {
  height: 12rem;
  border-radius: 0.75rem;
  border: 2px dashed #d6d3d1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(250, 250, 249, 0.5);
}
.course-day-empty span {
  color: #a8a29e;
  font-size: 0.75rem;
  font-style: italic;
}
.course-card-perspective {
  width: 100%;
  height: 170px;
  perspective: 1000px;
  cursor: pointer;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1), height 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
  margin-bottom: 1.5rem;
  -webkit-tap-highlight-color: transparent;
}
.course-card-perspective.is-flipped {
  height: 580px;
  z-index: 40;
}
.course-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
}
.is-flipped .course-card-inner {
  transform: rotateY(180deg);
}
.course-card-face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
}
.course-card-front {
  background-color: #ffffff;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  border: 1px solid #f3f4f6;
  transition: opacity 0.3s ease-in-out;
  z-index: 2;
}
.is-flipped .course-card-front {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}
.tap-hint {
  position: absolute;
  inset: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  overflow: hidden;
  border-radius: 0.75rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
.tap-hint.is-visible {
  opacity: 1;
  visibility: visible;
}
.tap-hint-bg {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 0.75rem;
}
.tap-hint-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.tap-hint-label span {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  font-size: 10px;
  padding: 0.375rem 0.75rem;
  border-radius: 9999px;
  backdrop-filter: blur(4px);
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.tap-hint-label .tap-hint-desktop {
  display: none;
}
.tap-hint-label .tap-hint-mobile {
  display: inline-block;
}
@media (hover: hover) {
  .tap-hint-label .tap-hint-desktop {
    display: inline-block;
  }
  .tap-hint-label .tap-hint-mobile {
    display: none;
  }
}
.tap-hint-finger {
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  animation: tap-bounce 1.5s ease-in-out infinite;
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.9));
}
.tap-hint-finger svg {
  width: 100%;
  height: 100%;
}
@keyframes tap-bounce {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-8px) scale(1.05);
  }
}
.card-front-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.8rem;
}
.course-time {
  color: #0d9488;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}
.course-title {
  font-size: 1.25rem;
  font-family: Merriweather, serif;
  color: #1e293b;
  line-height: 1.25;
  margin: 0 0 0.2rem 0;
}
.course-teacher {
  color: #6b7280;
  font-size: 1rem;
  font-weight: 300;
  font-style: italic;
  margin: 0;
}
.course-note {
  margin-top: 0.5rem;
  font-size: 9px;
  color: rgba(20, 78, 74, 0.6);
  font-weight: 500;
  font-style: italic;
}
.course-book-btn {
  padding: 0.3rem 3rem;
  background-color: #f0fdfa;
  color: #115e59;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 9999px;
  border: 1px solid #ccfbf1;
  text-transform: uppercase;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-bottom: 1rem;
}
.course-book-btn:hover {
  background-color: #ccfbf1;
}
.card-decoration {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  color: rgba(204, 251, 241, 0.5);
}
.card-decoration svg {
  width: 24px;
  height: 24px;
}
.course-card-back {
  background-color: #134e4a;
  color: #ffffff;
  padding: 1.5rem 0.5rem 0.5rem 0.5rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  transform: rotateY(180deg);
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}
.is-flipped .course-card-back {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}
.card-back-header-centered {
  text-align: center;
  margin-bottom: 0.6rem;
  width: 100%;
  flex-shrink: 0;
}
.card-back-title-main {
  font-size: 1.275rem;
  font-family: Merriweather, serif;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: #ffffff;
  margin: 0;
}
.card-back-subtitle {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #5eead4;
  font-weight: 700;
  margin: 0.25rem 0 0 0;
}
.card-back-scroll-content {
  flex-grow: 1;
  overflow-y: auto;
  padding: 0 0.7rem 0rem 0.7rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
}
.card-back-scroll-content::-webkit-scrollbar {
  width: 4px;
}
.card-back-scroll-content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
.card-back-scroll-content::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}
.card-back-scroll-content::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}
.card-back-description-text {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.625;
  opacity: 0.95;
  text-align: justify;
  hyphens: auto;
  margin: 0 0 1rem 0;
  padding: 0;
  font-family: Inter, sans-serif;
}
.card-back-info-grid {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0.75rem;
  padding: 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 0;
}
.info-grid-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.info-grid-row.info-grid-row-border {
  padding-top: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.info-grid-row.info-grid-full {
  grid-template-columns: 1fr;
}
.info-grid-row + .info-grid-row {
  margin-top: 1rem;
}
.info-grid-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.info-icon {
  color: #2dd4bf;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 0.25rem;
}
.info-content {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  min-width: 0;
}
.info-label {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.4;
}
.info-value {
  font-size: 0.65rem;
  font-weight: 500;
  line-height: 1.25;
}
.card-back-misc {
  margin-top: 1rem;
  font-size: 10px;
  opacity: 0.4;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  margin-bottom: 0;
}
.mt-auto {
  margin-top: auto;
  flex-shrink: 0;
}
.course-book-btn-large {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  background-color: #ffffff;
  color: #134e4a;
  padding: 1rem 0;
  border-radius: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transition: background-color 0.3s ease;
  cursor: pointer;
  box-sizing: border-box;
}
.course-book-btn-large:hover {
  background-color: #f0fdfa;
}
.course-book-btn-large .btn-icon {
  width: 16px;
  height: 16px;
}
@media (hover: hover) {
  .course-card-perspective:hover .course-card-front {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
}
@media (hover: none) {
  .course-card-perspective {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }
  .course-book-btn, .course-book-btn-large {
    -webkit-tap-highlight-color: transparent;
  }
}
.header-custom-particle {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #f5f5f4;
  transition: all 0.3s ease;
}
.header-custom-particle .header-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 640px) {
  .header-custom-particle .header-container {
    padding: 0 1.5rem;
  }
}
@media (min-width: 1024px) {
  .header-custom-particle .header-container {
    padding: 0 2rem;
  }
}
.header-custom-particle .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5rem;
}
.header-custom-particle .logo-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header-custom-particle .brand-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: #134e4a;
}
.header-custom-particle .brand-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header-custom-particle .brand-icon img {
  width: 2.25rem;
  height: auto;
  display: block;
}
.header-custom-particle .brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.header-custom-particle .brand-title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #134e4a;
}
.header-custom-particle .brand-tagline {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #134e4a;
}
.header-custom-particle .desktop-nav {
  display: none;
  gap: 2rem;
}
@media (min-width: 768px) {
  .header-custom-particle .desktop-nav {
    display: flex;
  }
}
.header-custom-particle .desktop-nav a {
  font-size: 0.875rem;
  font-weight: 500;
  color: #57534e;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: color 0.2s ease;
  text-decoration: none;
}
.header-custom-particle .desktop-nav a:hover {
  color: #0f766e;
}
.header-custom-particle .mobile-menu-toggle {
  display: block;
}
@media (min-width: 768px) {
  .header-custom-particle .mobile-menu-toggle {
    display: none;
  }
}
.header-custom-particle .mobile-menu-toggle button {
  background: none;
  border: none;
  color: #57534e;
  cursor: pointer;
  padding: 0.5rem;
}
.header-custom-particle .mobile-menu-toggle button:hover {
  color: #0f766e;
}
.header-custom-particle .mobile-menu-toggle button svg {
  width: 1.75rem;
  height: 1.75rem;
  stroke: currentColor;
}
.header-custom-particle .mobile-menu-toggle button .hidden {
  display: none;
}
.header-custom-particle .mobile-nav {
  background: white;
  border-top: 1px solid #f5f5f4;
  position: absolute;
  width: 100%;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.header-custom-particle .mobile-nav.hidden {
  display: none;
}
@media (min-width: 768px) {
  .header-custom-particle .mobile-nav {
    display: none !important;
  }
}
.header-custom-particle .mobile-nav-content {
  padding: 0.5rem 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.header-custom-particle .mobile-nav-content a {
  display: block;
  padding: 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  color: #57534e;
  text-decoration: none;
  border-radius: 0.375rem;
  transition: all 0.2s ease;
}
.header-custom-particle .mobile-nav-content a:hover {
  color: #0f766e;
  background-color: #fafaf9;
}
.utility-custom-particle #kurse {
  padding: 5rem 0;
  background-color: #ecfdf5;
}
.utility-custom-particle .courses-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 640px) {
  .utility-custom-particle .courses-container {
    padding: 0 1.5rem;
  }
}
@media (min-width: 1024px) {
  .utility-custom-particle .courses-container {
    padding: 0 2rem;
  }
}
.utility-custom-particle .courses-grid {
  display: grid;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .utility-custom-particle .courses-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.utility-custom-particle h3 {
  font-size: 1.5rem;
  font-family: Merriweather, serif;
  font-weight: 700;
  color: #1c1917;
  margin-bottom: 1.5rem;
}
.utility-custom-particle #course-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.utility-custom-particle #course-list .course-item {
  display: flex;
  align-items: center;
  background: white;
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  color: #44403c;
}
.utility-custom-particle #course-list .course-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.utility-custom-particle #course-list .course-item .course-bullet {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #0f766e;
  border-radius: 50%;
  margin-right: 0.75rem;
  flex-shrink: 0;
}
.utility-custom-particle #chart-container {
  height: 16rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.5rem;
  background: white;
  padding: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.utility-custom-particle #chart-container .chart-bar {
  flex: 1;
  background-color: #0f766e;
  border-radius: 0.25rem 0.25rem 0 0;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.utility-custom-particle #chart-container .chart-bar:hover {
  background-color: #115e59;
}
.utility-custom-particle #chart-container .chart-bar:hover .chart-tooltip {
  opacity: 1;
  visibility: visible;
}
.utility-custom-particle #chart-container .chart-bar .chart-label {
  position: absolute;
  bottom: -1.75rem;
  font-size: 0.75rem;
  color: #78716c;
  font-weight: 500;
}
.utility-custom-particle #chart-container .chart-bar .chart-tooltip {
  position: absolute;
  bottom: 100%;
  margin-bottom: 0.5rem;
  background-color: #292524;
  color: white;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 10;
}
.footer-custom-particle {
  background-color: #134e4a;
  color: #d6d3d1;
  padding: 4rem 0;
}
.footer-custom-particle .footer-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 640px) {
  .footer-custom-particle .footer-container {
    padding: 0 1.5rem;
  }
}
@media (min-width: 1024px) {
  .footer-custom-particle .footer-container {
    padding: 0 2rem;
  }
}
.footer-custom-particle .footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .footer-custom-particle .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.footer-custom-particle .footer-column h5 {
  color: white;
  font-size: 1.5rem;
  font-family: Merriweather, serif;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-bottom: 1rem;
}
.footer-custom-particle .footer-column h6 {
  color: white;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
}
.footer-custom-particle .footer-column p {
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 1.5rem;
}
.footer-custom-particle .footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-custom-particle .footer-column ul li {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
.footer-custom-particle .footer-column a {
  color: #d6d3d1;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-custom-particle .footer-column a:hover {
  color: #34d399;
}
.footer-custom-particle .social-links {
  display: flex;
  gap: 0.75rem;
}
.footer-custom-particle .social-links a {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #292524;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}
.footer-custom-particle .social-links a:hover {
  background-color: #0f766e;
}
.footer-custom-particle .social-links a svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke: currentColor;
}
.footer-custom-particle .footer-bottom {
  border-top: 1px solid #292524;
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .footer-custom-particle .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
}
.googlemap-particle {
  padding: 4rem 1rem;
  max-width: 80rem;
  margin: 0 auto;
}
.googlemap-particle .googlemap-title {
  font-family: Merriweather, serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #134e4a;
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .googlemap-particle .googlemap-title {
    font-size: 3rem;
  }
}
.googlemap-particle .googlemap-container {
  position: relative;
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.googlemap-particle .googlemap-canvas {
  width: 100%;
  height: 100%;
}
.googlemap-particle .map-placeholder, .googlemap-particle .map-error {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #f5f5f4;
  color: #57534e;
  padding: 2rem;
  text-align: center;
  font-size: 1rem;
}
.googlemap-particle .map-error {
  background-color: #fef2f2;
  color: #991b1b;
}
.map-infowindow h3 {
  font-family: Merriweather, serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #134e4a;
  margin: 0 0 0.5rem 0;
}
.map-infowindow p {
  font-size: 0.875rem;
  color: #57534e;
  margin: 0;
  line-height: 1.5;
}
.pageheader-particle {
  padding: 6rem 1rem;
  text-align: center;
}
.pageheader-particle.pageheader-petrol {
  background-color: #0f766e;
  color: white;
}
.pageheader-particle.pageheader-petrol .pageheader-description {
  color: #ccfbf1;
}
.pageheader-particle.pageheader-petrol-800 {
  background-color: #115e59;
  color: white;
}
.pageheader-particle.pageheader-petrol-800 .pageheader-description {
  color: #ccfbf1;
}
.pageheader-particle.pageheader-stone {
  background-color: #292524;
  color: white;
}
.pageheader-particle.pageheader-stone .pageheader-description {
  color: #e7e5e3;
}
.pageheader-particle.pageheader-white {
  background-color: white;
  color: #1c1917;
}
.pageheader-particle.pageheader-white .pageheader-description {
  color: #57534e;
}
.pageheader-particle .pageheader-content {
  max-width: 48rem;
  margin: 0 auto;
}
.pageheader-particle .pageheader-title {
  font-family: Merriweather, serif;
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .pageheader-particle .pageheader-title {
    font-size: 3rem;
  }
}
.pageheader-particle .pageheader-description {
  font-size: 1.125rem;
  line-height: 1.75;
  max-width: 42rem;
  margin: 0 auto;
}
.contactinfo-particle .contactinfo-content {
  margin-bottom: 3rem;
}
.contactinfo-particle .contactinfo-title {
  font-family: Merriweather, serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1c1917;
  margin-bottom: 1.5rem;
}
.contactinfo-particle .contactinfo-items {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.contactinfo-particle .contactinfo-item {
  display: flex;
  align-items: flex-start;
}
.contactinfo-particle .contactinfo-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: #0d9488;
  margin-top: 0.25rem;
  margin-right: 1rem;
  flex-shrink: 0;
}
.contactinfo-particle .contactinfo-text {
  flex: 1;
}
.contactinfo-particle .contactinfo-label {
  font-weight: 700;
  color: #1c1917;
  margin-bottom: 0.25rem;
}
.contactinfo-particle .contactinfo-value {
  color: #57534e;
  line-height: 1.6;
}
.contactinfo-particle .contactinfo-link {
  color: #57534e;
  text-decoration: none;
  transition: color 0.2s ease;
}
.contactinfo-particle .contactinfo-link:hover {
  color: #0f766e;
}
.contactinfo-particle .contactinfo-map {
  background-color: #f5f5f4;
  border-radius: 1rem;
  height: 16rem;
  border: 1px solid #e7e5e3;
  overflow: hidden;
}
.contactinfo-particle .contactinfo-map .contactinfo-map-placeholder {
  background-color: #f5f5f4;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contactinfo-particle .contactinfo-map .contactinfo-map-placeholder span {
  color: #a8a29e;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.contactinfo-particle .contactinfo-map .contactinfo-map-placeholder .contactinfo-map-hint {
  font-size: 0.875rem;
  color: #78716c;
}
.contactform-particle {
  background-color: white;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border: 1px solid #e7e5e3;
}
.contactform-particle .contactform-title {
  font-family: Merriweather, serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1c1917;
  margin-bottom: 1.5rem;
}
.contactform-particle .contactform {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.contactform-particle .contactform-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .contactform-particle .contactform-row {
    grid-template-columns: 1fr 1fr;
  }
}
.contactform-particle .contactform-field {
  display: flex;
  flex-direction: column;
}
.contactform-particle .contactform-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #44403c;
  margin-bottom: 0.25rem;
}
.contactform-particle .contactform-input, .contactform-particle .contactform-textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid #d6d3d1;
  outline: none;
  transition: all 0.2s ease;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  color: #1c1917;
}
.contactform-particle .contactform-input::placeholder, .contactform-particle .contactform-textarea::placeholder {
  color: #a8a29e;
}
.contactform-particle .contactform-input:focus, .contactform-particle .contactform-textarea:focus {
  border-color: #14b8a6;
  box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.1);
}
.contactform-particle .contactform-textarea {
  resize: vertical;
  min-height: 6rem;
}
.contactform-particle .contactform-submit {
  width: 100%;
  padding: 0.75rem 1.5rem;
  background-color: #0d9488;
  color: white;
  font-weight: 700;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: all 0.2s ease;
  font-family: Inter, sans-serif;
  font-size: 1rem;
}
.contactform-particle .contactform-submit:hover {
  background-color: #0f766e;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transform: translateY(-1px);
}
.contactform-particle .contactform-submit:active {
  transform: translateY(0);
}
@media (max-width: 1023px) {
  body.outline-81.com_chronoforms8 #g-feature .g-grid, body.outline-81.com_chronoforms8 .g-feature .g-grid {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 2rem !important;
  }
  body.outline-81.com_chronoforms8 #g-feature .g-grid > .g-block, body.outline-81.com_chronoforms8 .g-feature .g-grid > .g-block {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    float: none !important;
    clear: both !important;
  }
  body.outline-81.com_chronoforms8 #g-feature .g-grid > .g-block.size-6, body.outline-81.com_chronoforms8 .g-feature .g-grid > .g-block.size-6 {
    display: none !important;
  }
}
body.outline-81.com_chronoforms8 form#chronoform-nachricht_senden {
  margin: 0;
}
body.outline-81.com_chronoforms8 fieldset.contact-group {
  border: 0;
  border-radius: 1rem;
  background-color: white;
  padding: 2rem;
  margin: 0;
  min-width: 0;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
body.outline-81.com_chronoforms8 fieldset.contact-group::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #e7e5e3;
  border-radius: 1rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  z-index: 0;
}
body.outline-81.com_chronoforms8 fieldset.contact-group > * {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  body.outline-81.com_chronoforms8 fieldset.contact-group {
    grid-template-columns: 1fr 1fr;
  }
}
body.outline-81.com_chronoforms8 fieldset.contact-group .contact-separator-top {
  padding-top: 0 !important;
}
body.outline-81.com_chronoforms8 legend.contact-group-title {
  font-family: Merriweather, serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1c1917;
  display: block;
  float: none;
  width: 100%;
  padding: 0;
  background: transparent;
  margin: 0;
  grid-column: 1 / -1;
}
body.outline-81.com_chronoforms8 .contact-field, body.outline-81.com_chronoforms8 .contact-textarea {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
@media (min-width: 768px) {
  body.outline-81.com_chronoforms8 .contact-field:not(.contact-left):not(.contact-right), body.outline-81.com_chronoforms8 .contact-textarea {
    grid-column: 1 / -1;
  }
}
body.outline-81.com_chronoforms8 fieldset.contact-group label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #44403c;
  margin-bottom: 0.25rem;
}
body.outline-81.com_chronoforms8 fieldset.contact-group input[type="text"], body.outline-81.com_chronoforms8 fieldset.contact-group input[type="email"], body.outline-81.com_chronoforms8 fieldset.contact-group textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid #d6d3d1;
  outline: none;
  transition: all 0.2s ease;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  color: #1c1917;
  background-color: white;
}
body.outline-81.com_chronoforms8 fieldset.contact-group input[type="text"]::placeholder, body.outline-81.com_chronoforms8 fieldset.contact-group input[type="email"]::placeholder, body.outline-81.com_chronoforms8 fieldset.contact-group textarea::placeholder {
  color: #a8a29e;
}
body.outline-81.com_chronoforms8 fieldset.contact-group input[type="text"]:focus, body.outline-81.com_chronoforms8 fieldset.contact-group input[type="email"]:focus, body.outline-81.com_chronoforms8 fieldset.contact-group textarea:focus {
  border-color: #14b8a6 !important;
  box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.1) !important;
}
body.outline-81.com_chronoforms8 fieldset.contact-group textarea {
  resize: vertical;
  min-height: 6rem;
}
body.outline-81.com_chronoforms8 form#chronoform-nachricht_senden button[type="submit"], body.outline-81.com_chronoforms8 form#chronoform-nachricht_senden input[type="submit"] {
  width: 100%;
  display: block;
  padding: 0.75rem 1.5rem;
  background-color: #0d9488;
  color: white;
  font-weight: 700;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: all 0.2s ease;
  font-family: Inter, sans-serif;
  font-size: 1rem;
}
body.outline-81.com_chronoforms8 form#chronoform-nachricht_senden button[type="submit"]:hover, body.outline-81.com_chronoforms8 form#chronoform-nachricht_senden input[type="submit"]:hover {
  background-color: #0f766e;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transform: translateY(-1px);
}
body.outline-81.com_chronoforms8 form#chronoform-nachricht_senden button[type="submit"]:active, body.outline-81.com_chronoforms8 form#chronoform-nachricht_senden input[type="submit"]:active {
  transform: translateY(0);
}
body.outline-81.com_chronoforms8 form#chronoform-nachricht_senden #contactform-submit {
  width: 100% !important;
  display: block !important;
  grid-column: 1 / -1 !important;
  justify-self: stretch !important;
  padding: 0.75rem 1.5rem !important;
  background-color: #0d9488 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  border-radius: 0.5rem !important;
  border: none !important;
  cursor: pointer;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  transition: all 0.2s ease;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  text-align: center;
  line-height: 1.2;
}
body.outline-81.com_chronoforms8 form#chronoform-nachricht_senden #contactform-submit:hover {
  background-color: #0f766e !important;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  transform: translateY(-1px);
}
body.outline-81.com_chronoforms8 form#chronoform-nachricht_senden #contactform-submit:active {
  transform: translateY(0);
}
body.outline-81.com_chronoforms8 form#chronoform-nachricht_senden .chronocredits {
  display: inline-block;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  color: #78716c;
  text-decoration: none;
}
body.outline-81.com_chronoforms8 form#chronoform-nachricht_senden .chronocredits:hover {
  color: #0f766e;
  text-decoration: underline;
}
.contact-separator-top {
  padding-top: 50px;
}
.chronocredits {
  display: none !important;
}
.contactthanks-particle {
  display: flex;
  justify-content: center;
}
.contactthanks-card {
  width: 100%;
  max-width: 42rem;
  background-color: white;
  border: 1px solid #e7e5e3;
  border-radius: 1rem;
  padding: 2.5rem 2rem;
  text-align: center;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.contactthanks-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 9999px;
  background-color: #f0fdfa;
  color: #0f766e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
}
.contactthanks-title {
  font-family: Merriweather, serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #134e4a;
  line-height: 1.15;
  margin: 0 0 0.75rem;
}
.contactthanks-subtitle {
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #1c1917;
  margin: 0 0 1.25rem;
}
.contactthanks-message {
  font-family: Inter, sans-serif;
  color: #57534e;
  line-height: 1.75;
  margin: 0 0 1.75rem;
}
.contactthanks-button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #0d9488;
  color: white;
  font-weight: 700;
  border-radius: 0.5rem;
  text-decoration: none;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition: all 0.2s ease;
}
.contactthanks-button:hover {
  background-color: #0f766e;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transform: translateY(-1px);
}
.contactthanks-button:active {
  transform: translateY(0);
}
.teammembers-particle .teammembers-header {
  text-align: center;
  margin-bottom: 4rem;
}
.teammembers-particle .teammembers-title {
  font-family: Merriweather, serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #1c1917;
  margin-bottom: 1rem;
}
.teammembers-particle .teammembers-description {
  color: #78716c;
  max-width: 42rem;
  margin: 0 auto;
  line-height: 1.6;
}
.teammembers-particle .teammembers-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 640px) {
  .teammembers-particle .teammembers-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .teammembers-particle .teammembers-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.teammembers-particle .teammember-card {
  background-color: #ffffff;
  border-radius: 0.5rem;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.teammembers-particle .teammember-card:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.teammembers-particle .teammember-image {
  width: 100%;
  aspect-ratio: 0.8;
  overflow: hidden;
  background-color: #f5f5f4;
}
.teammembers-particle .teammember-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.teammembers-particle .teammember-info {
  padding: 1.5rem;
}
.teammembers-particle .teammember-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1c1917;
  margin-bottom: 0.25rem;
}
.teammembers-particle .teammember-role {
  color: #0d9488;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.teammembers-particle .teammembers-footer {
  text-align: center;
  margin-top: 3rem;
}
.teammembers-particle .teammembers-link {
  display: inline-block;
  color: #0f766e;
  font-weight: 500;
  padding-bottom: 0.25rem;
  border-bottom: 2px solid #14b8a6;
  text-decoration: none;
  transition: color 0.2s ease;
}
.teammembers-particle .teammembers-link:hover {
  color: #134e4a;
}
.teamcta-particle {
  background-color: #ecfdf5;
  padding: 5rem 1rem;
}
.teamcta-particle .teamcta-content {
  max-width: 48rem;
  margin: 0 auto;
  text-align: center;
}
.teamcta-particle .teamcta-title {
  font-family: Merriweather, serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #134e4a;
  margin-bottom: 1rem;
}
.teamcta-particle .teamcta-description {
  color: #57534e;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.teamcta-particle .teamcta-button {
  display: inline-block;
  padding: 0.75rem 2rem;
  background-color: #0f766e;
  color: #ffffff;
  font-weight: 500;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.teamcta-particle .teamcta-button:hover {
  background-color: #115e59;
}
.legal-section-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1c1917;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e7e5e3;
  padding-bottom: 0.5rem;
}
.legal-subsection-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #292524;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.legal-box {
  background-color: #fafaf9;
  padding: 1.5rem;
  border-radius: 0.75rem;
  border: 1px solid #f5f5f4;
}
.legal-bold {
  font-weight: 700;
}
.legal-spacing {
  margin-top: 1rem;
}
.legal-list {
  margin-left: 1.5rem;
  margin-top: 0.5rem;
  list-style-type: disc;
}
.legal-list li {
  margin-bottom: 0.5rem;
  color: #57534e;
}
.legal-list a {
  color: #0f766e;
  text-decoration: none;
}
.legal-list a:hover {
  color: #115e59;
  text-decoration: underline;
}
.legal-content {
  max-width: 64rem;
  margin: 0 auto;
  padding: 2rem 1rem;
}
@media (min-width: 640px) {
  .legal-content {
    padding: 3rem 1.5rem;
  }
}
@media (min-width: 1024px) {
  .legal-content {
    padding: 5rem 2rem;
  }
}
.legal-content p {
  color: #57534e;
  line-height: 1.75;
  margin-bottom: 1rem;
}
.legal-content strong {
  font-weight: 600;
  color: #292524;
}
.legal-content section + section {
  margin-top: 3rem;
}
/*# sourceMappingURL=yogasana_83.css.map */