/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --breakpoint-sm: 40rem;
    --breakpoint-md: 48rem;
    --breakpoint-lg: 64rem;
    --breakpoint-xl: 80rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --drop-shadow-md: 0 3px 3px rgb(0 0 0 / 0.12);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-westchester: 'Westchester', 'ui-sans-serif', 'system-ui', 'sans-serif';
    --font-satisfy: 'Satisfy', 'ui-sans-serif', 'system-ui', 'sans-serif';
    --font-acme: 'Acme', 'ui-sans-serif', 'system-ui', 'sans-serif';
    --font-comfortaa: 'Comfortaa', 'ui-sans-serif', 'system-ui', 'sans-serif';
    --font-handlee: 'Handlee', 'ui-sans-serif', 'system-ui', 'sans-serif';
    --font-valentine: 'Valentine', 'ui-sans-serif', 'system-ui', 'sans-serif';
    --font-amiri: 'Amiri', 'ui-sans-serif', 'system-ui', 'sans-serif';
    --font-truculenta: 'Truculenta', 'ui-sans-serif', 'system-ui', 'sans-serif';
    --color-primary-300: #E3EFFC;
    --color-primary-400: #8BB4E0;
    --color-primary-500: #375B8B;
    --color-secondary-400: #FFFF99;
    --color-secondary-500: #C07B00;
    --color-tertiary-400: #CCD195;
    --color-tertiary-500: #4E5419;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .visible\! {
    visibility: visible !important;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .top-\[-2vh\] {
    top: -2vh;
  }
  .top-\[-20px\] {
    top: -20px;
  }
  .top-\[-35px\] {
    top: -35px;
  }
  .top-\[-50px\] {
    top: -50px;
  }
  .top-\[0\] {
    top: 0;
  }
  .top-\[5px\] {
    top: 5px;
  }
  .top-\[15vh\] {
    top: 15vh;
  }
  .top-\[38vh\] {
    top: 38vh;
  }
  .top-\[45vh\] {
    top: 45vh;
  }
  .top-\[60vh\] {
    top: 60vh;
  }
  .-right-1 {
    right: calc(var(--spacing) * -1);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[-18px\] {
    right: -18px;
  }
  .right-\[-25px\] {
    right: -25px;
  }
  .right-\[-30px\] {
    right: -30px;
  }
  .right-\[-35px\] {
    right: -35px;
  }
  .right-\[-40px\] {
    right: -40px;
  }
  .right-\[-50px\] {
    right: -50px;
  }
  .right-\[-70px\] {
    right: -70px;
  }
  .right-\[3vw\] {
    right: 3vw;
  }
  .right-\[10\%\] {
    right: 10%;
  }
  .right-\[15vw\] {
    right: 15vw;
  }
  .right-\[23vw\] {
    right: 23vw;
  }
  .-bottom-1 {
    bottom: calc(var(--spacing) * -1);
  }
  .-bottom-1\.5 {
    bottom: calc(var(--spacing) * -1.5);
  }
  .-bottom-5 {
    bottom: calc(var(--spacing) * -5);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-10 {
    bottom: calc(var(--spacing) * 10);
  }
  .bottom-\[-7vh\] {
    bottom: -7vh;
  }
  .bottom-\[-50px\] {
    bottom: -50px;
  }
  .bottom-\[-60px\] {
    bottom: -60px;
  }
  .bottom-\[-100px\] {
    bottom: -100px;
  }
  .bottom-\[5vh\] {
    bottom: 5vh;
  }
  .bottom-\[10px\] {
    bottom: 10px;
  }
  .bottom-\[40vh\] {
    bottom: 40vh;
  }
  .bottom-\[100px\] {
    bottom: 100px;
  }
  .-left-1 {
    left: calc(var(--spacing) * -1);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-3 {
    left: calc(var(--spacing) * 3);
  }
  .left-\[-5px\] {
    left: -5px;
  }
  .left-\[-15px\] {
    left: -15px;
  }
  .left-\[-30px\] {
    left: -30px;
  }
  .left-\[-50px\] {
    left: -50px;
  }
  .left-\[-70px\] {
    left: -70px;
  }
  .left-\[3\%\] {
    left: 3%;
  }
  .left-\[22vw\] {
    left: 22vw;
  }
  .left-\[42vw\] {
    left: 42vw;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .\!hidden {
    display: none !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .table\! {
    display: table !important;
  }
  .table-caption {
    display: table-caption;
  }
  .table-cell {
    display: table-cell;
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-32 {
    height: calc(var(--spacing) * 32);
  }
  .h-48 {
    height: calc(var(--spacing) * 48);
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[95vh\] {
    height: 95vh;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[110px\] {
    height: 110px;
  }
  .h-\[130px\] {
    height: 130px;
  }
  .h-\[150px\] {
    height: 150px;
  }
  .h-\[250px\] {
    height: 250px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-28 {
    width: calc(var(--spacing) * 28);
  }
  .w-\[16px\] {
    width: 16px;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[70vw\] {
    width: 70vw;
  }
  .w-\[75px\] {
    width: 75px;
  }
  .w-\[75vw\] {
    width: 75vw;
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-\[80vw\] {
    width: 80vw;
  }
  .w-\[85vw\] {
    width: 85vw;
  }
  .w-\[97vw\] {
    width: 97vw;
  }
  .w-\[100\%\]\! {
    width: 100% !important;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[110px\] {
    width: 110px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[125px\] {
    width: 125px;
  }
  .w-\[140px\] {
    width: 140px;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-72 {
    max-width: calc(var(--spacing) * 72);
  }
  .max-w-80 {
    max-width: calc(var(--spacing) * 80);
  }
  .max-w-\[360px\] {
    max-width: 360px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[700px\] {
    max-width: 700px;
  }
  .max-w-\[1000px\] {
    max-width: 1000px;
  }
  .max-w-screen-lg {
    max-width: var(--breakpoint-lg);
  }
  .max-w-screen-md {
    max-width: var(--breakpoint-md);
  }
  .max-w-screen-sm {
    max-width: var(--breakpoint-sm);
  }
  .max-w-screen-xl {
    max-width: var(--breakpoint-xl);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .-scale-x-1 {
    --tw-scale-x: calc(1% * -1);
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-x-\[-1\] {
    --tw-scale-x: -1;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .rotate-270 {
    rotate: 270deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .content-center {
    align-content: center;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .self-end {
    align-self: flex-end;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[50px\] {
    border-radius: 50px;
  }
  .rounded-\[300px\] {
    border-radius: 300px;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t-\[500px\] {
    border-top-left-radius: 500px;
    border-top-right-radius: 500px;
  }
  .rounded-t-md {
    border-top-left-radius: var(--radius-md);
    border-top-right-radius: var(--radius-md);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-gray-100 {
    border-color: var(--color-gray-100);
  }
  .border-primary-500 {
    border-color: var(--color-primary-500);
  }
  .border-tertiary-400 {
    border-color: var(--color-tertiary-400);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-b-primary-500 {
    border-bottom-color: var(--color-primary-500);
  }
  .border-b-tertiary-400 {
    border-bottom-color: var(--color-tertiary-400);
  }
  .bg-\[\#31568B\] {
    background-color: #31568B;
  }
  .bg-\[\#888888\] {
    background-color: #888888;
  }
  .bg-\[\#FAFAFA\] {
    background-color: #FAFAFA;
  }
  .bg-black\/20 {
    background-color: color-mix(in srgb, #000 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }
  .bg-primary-300 {
    background-color: var(--color-primary-300);
  }
  .bg-primary-400 {
    background-color: var(--color-primary-400);
  }
  .bg-primary-500 {
    background-color: var(--color-primary-500);
  }
  .bg-tertiary-400 {
    background-color: var(--color-tertiary-400);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/10 {
    background-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-white\/40 {
    background-color: color-mix(in srgb, #fff 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 40%, transparent);
    }
  }
  .bg-white\/80 {
    background-color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .p-0\.5 {
    padding: calc(var(--spacing) * 0.5);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
  .px-\[22px\] {
    padding-inline: 22px;
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .text-center {
    text-align: center;
  }
  .font-acme {
    font-family: var(--font-acme);
  }
  .font-amiri {
    font-family: var(--font-amiri);
  }
  .font-comfortaa {
    font-family: var(--font-comfortaa);
  }
  .font-handlee {
    font-family: var(--font-handlee);
  }
  .font-satisfy {
    font-family: var(--font-satisfy);
  }
  .font-truculenta {
    font-family: var(--font-truculenta);
  }
  .font-valentine {
    font-family: var(--font-valentine);
  }
  .font-westchester {
    font-family: var(--font-westchester);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[0\.25rem\] {
    --tw-tracking: 0.25rem;
    letter-spacing: 0.25rem;
  }
  .text-balance {
    text-wrap: balance;
  }
  .text-pretty {
    text-wrap: pretty;
  }
  .text-\[\#4E5419\] {
    color: #4E5419;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-primary-500 {
    color: var(--color-primary-500);
  }
  .text-secondary-400 {
    color: var(--color-secondary-400);
  }
  .text-secondary-500 {
    color: var(--color-secondary-500);
  }
  .text-tertiary-400 {
    color: var(--color-tertiary-400);
  }
  .text-tertiary-500 {
    color: var(--color-tertiary-500);
  }
  .text-white {
    color: var(--color-white);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .drop-shadow-md {
    --tw-drop-shadow-size: drop-shadow(0 3px 3px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.12)));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-md));
    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,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .\!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,) !important;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .placeholder\:font-acme {
    &::placeholder {
      font-family: var(--font-acme);
    }
  }
  .placeholder\:text-tertiary-400 {
    &::placeholder {
      color: var(--color-tertiary-400);
    }
  }
  .disabled\:cursor-wait {
    &:disabled {
      cursor: wait;
    }
  }
  .disabled\:opacity-50 {
    &:disabled {
      opacity: 50%;
    }
  }
  .md\:relative {
    @media (width >= 48rem) {
      position: relative;
    }
  }
  .md\:top-\[-5px\] {
    @media (width >= 48rem) {
      top: -5px;
    }
  }
  .md\:top-\[-50px\] {
    @media (width >= 48rem) {
      top: -50px;
    }
  }
  .md\:top-\[1vh\] {
    @media (width >= 48rem) {
      top: 1vh;
    }
  }
  .md\:top-\[5px\] {
    @media (width >= 48rem) {
      top: 5px;
    }
  }
  .md\:top-\[5vh\] {
    @media (width >= 48rem) {
      top: 5vh;
    }
  }
  .md\:top-\[10vh\] {
    @media (width >= 48rem) {
      top: 10vh;
    }
  }
  .md\:top-\[12vh\] {
    @media (width >= 48rem) {
      top: 12vh;
    }
  }
  .md\:top-\[15vh\] {
    @media (width >= 48rem) {
      top: 15vh;
    }
  }
  .md\:top-\[48vh\] {
    @media (width >= 48rem) {
      top: 48vh;
    }
  }
  .md\:right-2 {
    @media (width >= 48rem) {
      right: calc(var(--spacing) * 2);
    }
  }
  .md\:right-\[-35px\] {
    @media (width >= 48rem) {
      right: -35px;
    }
  }
  .md\:right-\[-40px\] {
    @media (width >= 48rem) {
      right: -40px;
    }
  }
  .md\:right-\[-50px\] {
    @media (width >= 48rem) {
      right: -50px;
    }
  }
  .md\:right-\[-60px\] {
    @media (width >= 48rem) {
      right: -60px;
    }
  }
  .md\:right-\[-70px\] {
    @media (width >= 48rem) {
      right: -70px;
    }
  }
  .md\:right-\[-80px\] {
    @media (width >= 48rem) {
      right: -80px;
    }
  }
  .md\:right-\[20px\] {
    @media (width >= 48rem) {
      right: 20px;
    }
  }
  .md\:right-\[23vw\] {
    @media (width >= 48rem) {
      right: 23vw;
    }
  }
  .md\:right-\[30vw\] {
    @media (width >= 48rem) {
      right: 30vw;
    }
  }
  .md\:right-\[33vw\] {
    @media (width >= 48rem) {
      right: 33vw;
    }
  }
  .md\:right-\[50vw\] {
    @media (width >= 48rem) {
      right: 50vw;
    }
  }
  .md\:bottom-12 {
    @media (width >= 48rem) {
      bottom: calc(var(--spacing) * 12);
    }
  }
  .md\:bottom-\[-5vh\] {
    @media (width >= 48rem) {
      bottom: -5vh;
    }
  }
  .md\:bottom-\[-10px\] {
    @media (width >= 48rem) {
      bottom: -10px;
    }
  }
  .md\:bottom-\[-100px\] {
    @media (width >= 48rem) {
      bottom: -100px;
    }
  }
  .md\:bottom-\[-120px\] {
    @media (width >= 48rem) {
      bottom: -120px;
    }
  }
  .md\:bottom-\[0\] {
    @media (width >= 48rem) {
      bottom: 0;
    }
  }
  .md\:bottom-\[52vh\] {
    @media (width >= 48rem) {
      bottom: 52vh;
    }
  }
  .md\:bottom-\[60px\] {
    @media (width >= 48rem) {
      bottom: 60px;
    }
  }
  .md\:bottom-\[150px\] {
    @media (width >= 48rem) {
      bottom: 150px;
    }
  }
  .md\:left-2 {
    @media (width >= 48rem) {
      left: calc(var(--spacing) * 2);
    }
  }
  .md\:left-24 {
    @media (width >= 48rem) {
      left: calc(var(--spacing) * 24);
    }
  }
  .md\:left-\[-15px\] {
    @media (width >= 48rem) {
      left: -15px;
    }
  }
  .md\:left-\[-30px\] {
    @media (width >= 48rem) {
      left: -30px;
    }
  }
  .md\:left-\[-50px\] {
    @media (width >= 48rem) {
      left: -50px;
    }
  }
  .md\:left-\[-60px\] {
    @media (width >= 48rem) {
      left: -60px;
    }
  }
  .md\:left-\[-70px\] {
    @media (width >= 48rem) {
      left: -70px;
    }
  }
  .md\:left-\[8vw\] {
    @media (width >= 48rem) {
      left: 8vw;
    }
  }
  .md\:left-\[20px\] {
    @media (width >= 48rem) {
      left: 20px;
    }
  }
  .md\:left-\[35vw\] {
    @media (width >= 48rem) {
      left: 35vw;
    }
  }
  .md\:left-\[45vw\] {
    @media (width >= 48rem) {
      left: 45vw;
    }
  }
  .md\:left-\[200px\] {
    @media (width >= 48rem) {
      left: 200px;
    }
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:mt-14 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 14);
    }
  }
  .md\:mb-3 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 3);
    }
  }
  .md\:mb-5 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .md\:mb-10 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .md\:h-6 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 6);
    }
  }
  .md\:h-14 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 14);
    }
  }
  .md\:h-16 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 16);
    }
  }
  .md\:h-18 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 18);
    }
  }
  .md\:h-48 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 48);
    }
  }
  .md\:h-56 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 56);
    }
  }
  .md\:h-\[50px\] {
    @media (width >= 48rem) {
      height: 50px;
    }
  }
  .md\:h-\[96vh\] {
    @media (width >= 48rem) {
      height: 96vh;
    }
  }
  .md\:h-\[120px\] {
    @media (width >= 48rem) {
      height: 120px;
    }
  }
  .md\:h-\[200px\] {
    @media (width >= 48rem) {
      height: 200px;
    }
  }
  .md\:h-\[225px\] {
    @media (width >= 48rem) {
      height: 225px;
    }
  }
  .md\:h-\[250px\] {
    @media (width >= 48rem) {
      height: 250px;
    }
  }
  .md\:h-\[300px\] {
    @media (width >= 48rem) {
      height: 300px;
    }
  }
  .md\:w-20 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 20);
    }
  }
  .md\:w-32 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 32);
    }
  }
  .md\:w-\[20px\] {
    @media (width >= 48rem) {
      width: 20px;
    }
  }
  .md\:w-\[50px\] {
    @media (width >= 48rem) {
      width: 50px;
    }
  }
  .md\:w-\[100px\] {
    @media (width >= 48rem) {
      width: 100px;
    }
  }
  .md\:w-\[125px\] {
    @media (width >= 48rem) {
      width: 125px;
    }
  }
  .md\:w-\[150px\] {
    @media (width >= 48rem) {
      width: 150px;
    }
  }
  .md\:w-\[160px\] {
    @media (width >= 48rem) {
      width: 160px;
    }
  }
  .md\:w-\[170px\] {
    @media (width >= 48rem) {
      width: 170px;
    }
  }
  .md\:w-\[200px\] {
    @media (width >= 48rem) {
      width: 200px;
    }
  }
  .md\:w-\[250px\] {
    @media (width >= 48rem) {
      width: 250px;
    }
  }
  .md\:w-\[350px\] {
    @media (width >= 48rem) {
      width: 350px;
    }
  }
  .md\:w-\[400px\] {
    @media (width >= 48rem) {
      width: 400px;
    }
  }
  .md\:w-\[550px\] {
    @media (width >= 48rem) {
      width: 550px;
    }
  }
  .md\:w-\[700px\] {
    @media (width >= 48rem) {
      width: 700px;
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:w-full {
    @media (width >= 48rem) {
      width: 100%;
    }
  }
  .md\:grid-cols-1 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:justify-end {
    @media (width >= 48rem) {
      justify-content: flex-end;
    }
  }
  .md\:gap-6 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:gap-8 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .md\:gap-20 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .md\:px-8 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .md\:px-12 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .md\:py-4 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 4);
    }
  }
  .md\:pt-0 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:text-6xl {
    @media (width >= 48rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-sm {
    @media (width >= 48rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
}
@layer base {
  @font-face {
    font-family: 'ChallistaScript';
    src: url('../font/Challista/ChallistaScript.eot') format('embedded-opentype'), url('../font/Challista/Challista\ Script.otf') format('opentype'), url('../font/Challista/ChallistaScript.woff') format('woff'), url('../font/Challista/Challista\ Script.ttf') format('truetype'), url('../font/Challista/ChallistaScript.svg') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'Valentine';
    src: url('../font/valentine_vibes/valentine_vibes.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'Smoothie-Shoppe';
    src: url('../font/smoothie_shoppe/Smoothie-Shoppe.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'Westchester';
    font-style: normal;
    font-weight: normal;
    src: url('../font/westchester_brush/Westchester-Regular.otf') format('opentype');
  }
}
#cover {
  width: 100%;
  height: 100%;
  z-index: 1050;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  opacity: 1;
  transition: opacity 1s ease-out;
  overflow: hidden;
}
#cover.open {
  opacity: 1;
}
#cover .name {
  font-family: 'valentine' !important;
  color: #AD7D16;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 4px;
  line-height: 1.2;
}
#cover .dear {
  margin: 8px 0 16px 0;
  font-family: "Poppins", "Montserrat", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 3px;
  font-weight: 400;
  text-align: center;
}
#cover .info {
  font-family: 'Comfortaa', cursive;
  font-size: 0.8rem;
  padding: 0 2.5rem;
  text-align: center;
}
#cover button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  border-radius: 15px;
  outline: 0;
  font-weight: 600;
  font-size: 1rem;
  appearance: none;
  font-family: 'Handlee', cursive;
}
.countdown {
  color: #375B8B;
}
.countdown ul {
  font-family: 'Cookie', cursive;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
}
.countdown ul li {
  display: inline-block;
}
.countdown ul li span {
  font-size: 32px;
  font-weight: 200;
  line-height: 50px;
  color: #FFF;
  background-color: #375B8B;
  border-radius: 10px;
  margin: 0px;
  padding: 5px 10px;
}
.countdown li.seperator {
  font-size: 40px;
  line-height: 45px;
  vertical-align: top;
  color: #375B8B;
}
.countdown li p {
  color: #375B8B;
  font-size: 20px;
  text-shadow: 1px 1px 1px #FFF;
}
.bg-page-3 {
  background-image: url(../img/3bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.youtube iframe {
  width: 400px;
  height: 300px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 4px 4px 14px #000;
  -webkit-box-shadow: 4px 4px 14px #000;
  box-shadow: 4px 4px 14px #000;
}
.bg-akad {
  width: 100%;
  background-image: url(../img/5gb1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #C8AD64;
}
.tab-slider--nav {
  background: #375B8B;
  border-radius: 16px;
  width: 25vw;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-inline: auto;
  -webkit-box-shadow: inset 0px 0px 0px 2px #375B8B;
  -moz-box-shadow: inset 0px 0px 0px 2px #375B8B;
  box-shadow: inset 0px 0px 0px 2px #375B8B;
}
.tab-slider-tab {
  width: 50%;
  padding: 12px 16px;
  font-family: 'Acme', sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition: color 250ms ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab-slider-tab.active {
  border-radius: 14px;
  background: #FFF;
  color: #375B8B;
}
.tab-slider--body {
  margin-bottom: 0;
}
.maps-responsive {
  position: relative;
}
.maps-responsive .map-border {
  margin-top: 2vh;
  width: 360px;
  height: 360px;
  background-color: transparent;
  border: 3px #375B8B solid;
  margin-left: auto;
  margin-right: auto;
}
.maps-responsive .map-border iframe {
  padding: 10px;
  width: 350px;
  height: 350px;
}
.maps-responsive button {
  margin-top: 15px;
  background-color: #FFF;
  border: 3px #375B8B solid;
  border-radius: 50px;
  padding: 2px 25px;
}
.maps-responsive a {
  color: #375B8B;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: 'Acme', sans-serif;
  font-size: 18px;
}
.customer-feedback .owl-item img {
  width: 85px;
  height: 85px;
}
.customer-feedback h2 {
  color: #23333E;
  font-family: 'Cookie', cursive;
  font-size: 3em;
}
.feedback-slider-item {
  position: relative;
  padding: 20px 50px;
  margin-top: 0;
}
.customer-name {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
}
.feedback-slider-item h3 {
  color: #375B8B;
  font-family: 'Lobster', cursive;
  text-align: center;
  font-size: 1.5em;
}
.feedback-slider-item p {
  line-height: 1.5;
  color: #23333E;
  font-family: 'Acme', sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: center;
  text-wrap: pretty;
}
.feedback-slider-item h4 {
  text-align: right;
  line-height: 1;
  color: #23333E;
  font-family: 'Acme', sans-serif;
  font-size: 1em;
}
.customer-rating {
  background-color: #eee;
  border: 3px solid #fff;
  color: rgba(1, 1, 1, 0.702);
  font-weight: 700;
  border-radius: 50%;
  position: absolute;
  width: 47px;
  height: 47px;
  line-height: 44px;
  font-size: 15px;
  right: 0;
  top: 77px;
  text-indent: -3px;
}
.thumb-prev .customer-rating {
  top: -20px;
  left: 0;
  right: auto;
}
.thumb-next .customer-rating {
  top: -20px;
  right: 0;
}
.customer-rating i {
  color: rgb(251, 90, 13);
  position: absolute;
  top: 10px;
  right: 5px;
  font-weight: 600;
  font-size: 12px;
}
.feedback-slider-item:after {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  top: 0;
  background-color: #ffffffdc;
  border: 5px solid #375B8B;
  border-radius: 16px;
  z-index: -1;
}
.thumb-prev, .thumb-next {
  position: absolute;
  z-index: 99;
  top: 45%;
  width: 98px;
  height: 98px;
  left: -90px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.thumb-next {
  left: auto;
  right: -90px;
}
.feedback-slider-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.feedback-slider-thumb:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.customer-feedback .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  bottom: auto;
}
.customer-feedback .owl-nav i .fas {
  background-color: transparent;
  color: #5E0F10;
}
.customer-feedback .owl-prev {
  left: -15px;
}
.customer-feedback .owl-next {
  right: -15px;
}
.customer-feedback .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
}
.customer-feedback .owl-dot {
  display: inline-block;
}
.customer-feedback .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  margin: 0 5px;
  background: #fff;
  border: 1px solid #375B8B;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  border-radius: 50%;
}
.customer-feedback .owl-dots .owl-dot.active span {
  background-color: #8BB4E0;
}
.toggle-music {
  position: fixed;
  z-index: 50;
  bottom: 25px;
  left: 15px;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}
.music-on {
  display: block;
  background: url(../img/musicon-black.svg) center center / 60% no-repeat;
}
.music-off {
  display: none;
  background: url(../img/musicoff-black.svg) center center / 60% no-repeat;
}
.modal {
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  overflow: auto;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-content {
  position: relative;
  top: 10%;
  width: 750px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.modal-animated-in {
  animation: totop-in 0.3s ease;
}
.modal-animated-out {
  animation: totop-out 0.3s ease forwards;
}
.modal-header {
  font-family: "Oswald", sans-serif;
  background-color: #23333E;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 20px;
}
.modal-content .close {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #222;
  width: 60px;
  height: 60px;
  color: #fff;
  line-height: 15px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  margin: 0px;
  font-size: 4rem;
}
.modal-content .close:hover {
  background-color: #fff;
  color: #222;
}
.modal-body {
  font-family: "Acme", cursive;
  font-size: 0.8em;
  padding: 0 0 16px 0;
}
.modal-body table {
  width: 100%;
}
.modal-body th {
  font-size: 1.2em;
}
.modal-body td {
  font-size: 1em;
}
.comment-item {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
  border-bottom: 1px solid #FFBD2C;
}
.comment-item .nama-tamu {
  padding: 0 8px;
  font-size: 14px;
  color: #9C5225;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comment-item .ucapan {
  padding: 0 8px;
  font-size: 12px;
  color: #1A1A1A;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active, .dataTables_wrapper .dataTables_pagi nate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.next, .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  padding: 4px 16px;
  font-size: 12px;
  color: #9C5225 !important;
  font-family: monospace;
}
.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
}
.dataTables_wrapper .dataTables_info {
  margin-bottom: 6px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #9C5225 !important;
  background-color: transparent !important;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  padding: 3px 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #FFF !important;
  border-radius: 4px;
  background-color: #FFBD2C !important;
}
.modal-footer {
  background-color: #111;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 20px;
}
.modal-header h3, .modal-footer h3 {
  color: #fff;
}
@media (max-width: 768px) {
  .bg-page-3 {
    background-image: url(../img/3bgb.png);
  }
  .youtube iframe {
    width: 80vw;
  }
  .bg-akad {
    width: 80vw;
    max-height: 310px;
  }
  .customer-feedback .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    bottom: auto;
  }
  .customer-feedback .owl-prev {
    left: 0;
  }
  .customer-feedback .owl-next {
    right: 0;
  }
  .tab-slider-tab {
    padding: 10px 10px;
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .tab-slider--nav {
    width: 310px;
  }
  .maps-responsive .map-border {
    margin-top: 3vh;
    width: 310px;
    height: 310px;
    background-color: transparent;
    border: 3px #23333E solid;
    margin-left: auto;
    margin-right: auto;
  }
  .maps-responsive .map-border iframe {
    padding: 10px;
    width: 300px;
    height: 300px;
  }
  .guest-title img {
    width: 50vw;
  }
  .customer-feedback h2 {
    font-size: 3.5em;
  }
  .modal-content {
    width: 90%;
    top: 8%;
  }
}
@media (max-width: 330px) {
  .tab-slider--nav {
    width: 300px;
  }
  .maps-responsive .map-border {
    margin-top: 3vh;
    width: 290px;
    height: 290px;
    background-color: transparent;
    border: 3px #23333E solid;
    margin-left: auto;
    margin-right: auto;
  }
  .maps-responsive .map-border iframe {
    padding: 10px;
    width: 280px;
    height: 280px;
  }
  .modal-content {
    width: 95%;
    top: 6%;
  }
}
@keyframes totop-in {
  0% {
    top: 600px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes totop-out {
  0% {
    top: 0px;
    opacity: 1;
  }
  100% {
    top: -100%;
    opacity: 0;
  }
}
@import url('//cdn.datatables.net/1.10.2/css/jquery.dataTables.css');
td.details-control {
  background: url('http://www.datatables.net/examples/resources/details_open.png') no-repeat center center;
  cursor: pointer;
}
tr.shown td.details-control {
  background: url('http://www.datatables.net/examples/resources/details_close.png') no-repeat center center;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-ease: initial;
    }
  }
}
