/*!
 * simply v0.4.0
 * Copyright 2022 GodoFredo <hello@godofredo.ninja> (https://github.com/godofredoninja/simply)
 * Licensed under GPLv3
 */
:root {
  --ghost-accent-color: #0abe51;
  --color-primary: var(--ghost-accent-color);
  --blank: #fff;
  --bg-base: #fff;
  --text-base: #292929;
  --header-text-link: #292929;
  --header-bg: #fff;
  --story-small-bg: #fff;
  --card-bg: #fff;
  --dropdown-text: #292929;
  --dropdown-bg: #fff;
  --title-color: #18181b;
  --color-link: var(--ghost-accent-color);
  --border-color: #e2ecec;
  --gray-100: #fafafa;
  --gray-150: #f8fafc;
  --gray-200: #f3f5f9;
  --gray-300: #e0e0e0;
  --gray-400: #bdbdbd;
  --gray-500: #757575;
  --gray-600: #52525b;
  --gray-700: #616161;
  --gray-800: #292929;
  --gray-900: #18181b;
  --button-color: #292929;
  --button-bg: #f2f2f2;
  --button-hover-color: rgba(0, 0, 0, 0.7);
  --button-hover-bg: #ececec;
  --button-white-color: #191919;
  --button-white-bg: #fff;
  --button-white-hover-color: #757575;
  --button-white-hover-bg: #f9f9f9;
  --input-color: #363636;
  --input-bg: #fff;
  --input-border-color: #ced4da;
  --input-hover-border-color: #80bdff;
  --input-focus-border-color: #80bdff;
  --placeholder-color: rgba(54, 54, 54, 0.8);
  --bg-cta: #fff;
}

.dark {
  --blank: #111;
  --bg-base: #111;
  --text-base: #acacac;
  --header-text-link: #fff;
  --header-bg: #000;
  --story-small-bg: #131212;
  --card-bg: #131212;
  --dropdown-text: #fff;
  --dropdown-bg: #191b1f;
  --title-color: hsla(0, 0%, 100%, 0.9);
  --gray-100: #141414;
  --gray-150: #141414;
  --gray-200: #141414;
  --gray-300: #1b1a1a;
  --gray-500: #747e86;
  --gray-600: #a1a1aa;
  --gray-700: #9e9a9a;
  --gray-900: hsla(0, 0%, 100%, 0.9);
  --border-color: #2e2e2e;
  --button-color: hsla(0, 0%, 100%, 0.9);
  --button-bg: #2b2b2b;
  --button-hover-color: #fff;
  --button-hover-bg: #2b2b2b;
  --button-white-color: hsla(0, 0%, 100%, 0.9);
  --button-white-bg: transparent;
  --button-white-hover-color: hsla(0, 0%, 100%, 0.9);
  --button-white-hover-bg: transparent;
  --input-color: #fff;
  --input-bg: rgba(97, 97, 97, 0.25);
  --input-border-color: #444;
  --placeholder-color: #aaa;
  --bg-cta: #111;
}

.dark table td,
.dark table th,
.dark table tr:last-child td {
  border-color: rgba(148, 163, 184, 0.2);
}

.dark .medium-zoom-overlay {
  background: rgba(0, 0, 0, 0.5) !important;
}

.dark :not(pre) > code {
  background: #363f44;
  color: #a8bcc5;
}

*,
:after,
:before {
  border-color: var(--gray-200);
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

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

html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

body {
  line-height: inherit;
  margin: 0;
}

hr {
  border-top-width: 1px;
  color: inherit;
  height: 0;
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  font-family: var(--gh-font-heading);
}

a {
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
pre,
samp {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    Liberation Mono,
    Courier New,
    monospace;
  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 {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
  appearance: button;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

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

progress {
  vertical-align: baseline;
}

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

[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

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

fieldset {
  margin: 0;
}

fieldset,
legend {
  padding: 0;
}

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

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--gray-400);
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  color: var(--gray-400);
  opacity: 1;
}

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

:disabled {
  cursor: default;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
}

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

*,
:after,
:before {
  --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-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: rgba(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: 
;
}

::-webkit-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-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: rgba(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: 
;
}

::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-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: rgba(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: 
;
}

.inset-image,
.kg-bookmark-thumbnail img {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.kg-bookmark-container {
  background: #fff;
  background: var(--card-bg);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

html {
  font-size: 1rem;
}

body {
  text-rendering: optimizeLegibility;
  background-color: #fff;
  background-color: var(--bg-base);
  color: var(--text-global);
  color: #292929;
  color: var(--text-base);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0 auto;
  overflow-x: hidden;
  font-family: var(--gh-font-body);
}

a {
  color: inherit;
  text-decoration: none;
}

blockquote:not([class]) {
  border-left: 3px solid;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-left: -0.25rem;
  padding-left: 4vmin;
}

@media (min-width: 640px) {
  blockquote:not([class]) {
    font-size: 1.5rem;
    margin-left: -4vmin;
  }
}

cite,
figcaption {
  font-feature-settings:
    "liga" on,
    "lnum" on;
  color: var(--gray-500);
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4em;
  padding: 1rem 1.25rem 0;
  text-align: center;
}

cite a,
figcaption a {
  text-decoration: underline;
}

cite {
  text-align: left;
}

hr {
  border-top: 1px solid #e2ecec;
  border-top: 1px solid var(--border-color);
  box-sizing: content-box;
  margin: 2rem 0;
}

img {
  vertical-align: middle;
  width: auto;
}

img:not([src]) {
  visibility: hidden;
}

mark {
  background-color: var(--color-mark);
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.25;
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.375rem;
}

h6 {
  font-size: 1.125rem;
}

.medium-zoom-overlay {
  z-index: 6;
}

.medium-zoom-image--opened {
  z-index: 7;
}

.blur-up {
  opacity: 0;
}

.blur-up.lazyloaded {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.loadingBar {
  background-color: #48e79a;
  height: 2px;
  transform: translateX(100%);
  z-index: 8;
}

.is-loading .loadingBar {
  -webkit-animation: loading-bar 1s ease-in-out infinite;
  animation: loading-bar 1s ease-in-out infinite;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  display: block;
}

@-webkit-keyframes loading-bar {
  0% {
    transform: translateX(-100%);
  }

  40% {
    transform: translateX(0);
  }

  60% {
    transform: translateX(0);
  }

  to {
    transform: translateX(100%);
  }
}

@keyframes loading-bar {
  0% {
    transform: translateX(-100%);
  }

  40% {
    transform: translateX(0);
  }

  60% {
    transform: translateX(0);
  }

  to {
    transform: translateX(100%);
  }
}

.medium-zoom--opened .header {
  opacity: 0;
  transform: translateY(-100%);
  transition:
    transform 0.2s,
    opacity 0.2s,
    visibility 0s 2s;
  visibility: hidden;
}

.has-overlay .overlay-toggle {
  opacity: 0;
  transition: opacity 0.3s ease;
  visibility: hidden;
}

.has-overlay:hover .overlay-toggle {
  opacity: 1;
  visibility: visible;
}

.link {
  color: #0abe51;
  color: var(--color-link);
}

.link.is-hover:hover {
  opacity: 0.8;
}

.u-primaryGradient {
  background: linear-gradient(135deg, #111, #0abe51);
  background: linear-gradient(135deg, #111, var(--ghost-accent-color));
}

.cta {
  background: linear-gradient(hsla(0, 0%, 100%, 0), #fff);
  background: linear-gradient(hsla(0, 0%, 100%, 0), var(--bg-cta));
  height: 15.625rem;
  margin-top: -15rem !important;
}

.button,
[type="date"],
[type="email"],
[type="number"],
[type="password"],
[type="text"],
[type="url"],
textarea {
  align-items: center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding: calc(0.5em - 1px) calc(0.75em - 1px);
  position: relative;
  vertical-align: top;
}

.button[disabled],
[type="date"][disabled],
[type="email"][disabled],
[type="number"][disabled],
[type="password"][disabled],
[type="text"][disabled],
[type="url"][disabled],
fieldset[disabled] .button,
fieldset[disabled] [type="date"],
fieldset[disabled] [type="email"],
fieldset[disabled] [type="number"],
fieldset[disabled] [type="password"],
fieldset[disabled] [type="text"],
fieldset[disabled] [type="url"],
fieldset[disabled] textarea,
textarea[disabled] {
  cursor: not-allowed;
}

.container {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

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

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

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

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

[type="date"],
[type="email"],
[type="number"],
[type="password"],
[type="text"],
[type="url"],
textarea {
  background-color: #fff;
  background-color: var(--input-bg);
  border-color: #ced4da;
  border-color: var(--input-border-color);
  color: #363636;
  color: var(--input-color);
}

[type="date"]::-moz-placeholder,
[type="email"]::-moz-placeholder,
[type="number"]::-moz-placeholder,
[type="password"]::-moz-placeholder,
[type="text"]::-moz-placeholder,
[type="url"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(54, 54, 54, 0.8);
  color: var(--placeholder-color);
}

[type="date"]::placeholder,
[type="email"]::placeholder,
[type="number"]::placeholder,
[type="password"]::placeholder,
[type="text"]::placeholder,
[type="url"]::placeholder,
textarea::placeholder {
  color: rgba(54, 54, 54, 0.8);
  color: var(--placeholder-color);
}

[type="date"]:hover,
[type="email"]:hover,
[type="number"]:hover,
[type="password"]:hover,
[type="text"]:hover,
[type="url"]:hover,
textarea:hover {
  border-color: #80bdff;
  border-color: var(--input-hover-border-color);
}

[type="date"]:active,
[type="date"]:focus,
[type="email"]:active,
[type="email"]:focus,
[type="number"]:active,
[type="number"]:focus,
[type="password"]:active,
[type="password"]:focus,
[type="text"]:active,
[type="text"]:focus,
[type="url"]:active,
[type="url"]:focus,
textarea:active,
textarea:focus {
  border-color: #80bdff;
  border-color: var(--input-focus-border-color);
  box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.1);
  outline: none;
}

[type="date"][disabled],
[type="email"][disabled],
[type="number"][disabled],
[type="password"][disabled],
[type="text"][disabled],
[type="url"][disabled],
fieldset[disabled] [type="date"],
fieldset[disabled] [type="email"],
fieldset[disabled] [type="number"],
fieldset[disabled] [type="password"],
fieldset[disabled] [type="text"],
fieldset[disabled] [type="url"],
fieldset[disabled] textarea,
textarea[disabled] {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  box-shadow: none;
  color: hsla(0, 0%, 46%, 0.3);
}

[type="date"][disabled]::-moz-placeholder,
[type="email"][disabled]::-moz-placeholder,
[type="number"][disabled]::-moz-placeholder,
[type="password"][disabled]::-moz-placeholder,
[type="text"][disabled]::-moz-placeholder,
[type="url"][disabled]::-moz-placeholder,
fieldset[disabled] [type="date"]::-moz-placeholder,
fieldset[disabled] [type="email"]::-moz-placeholder,
fieldset[disabled] [type="number"]::-moz-placeholder,
fieldset[disabled] [type="password"]::-moz-placeholder,
fieldset[disabled] [type="text"]::-moz-placeholder,
fieldset[disabled] [type="url"]::-moz-placeholder,
fieldset[disabled] textarea::-moz-placeholder,
textarea[disabled]::-moz-placeholder {
  color: hsla(0, 0%, 46%, 0.3);
}

&[disabled]::-moz-placeholder,
fieldset[disabled] &::-moz-placeholder {
  color: hsla(0, 0%, 46%, 0.3);
}

[type="date"][disabled]::placeholder,
[type="email"][disabled]::placeholder,
[type="number"][disabled]::placeholder,
[type="password"][disabled]::placeholder,
[type="text"][disabled]::placeholder,
[type="url"][disabled]::placeholder,
fieldset[disabled] [type="date"]::placeholder,
fieldset[disabled] [type="email"]::placeholder,
fieldset[disabled] [type="number"]::placeholder,
fieldset[disabled] [type="password"]::placeholder,
fieldset[disabled] [type="text"]::placeholder,
fieldset[disabled] [type="url"]::placeholder,
fieldset[disabled] textarea::placeholder,
textarea[disabled]::placeholder {
  color: hsla(0, 0%, 46%, 0.3);
}

[type="date"],
[type="email"],
[type="number"],
[type="password"],
[type="text"],
[type="url"],
textarea {
  box-shadow: inset 0 0.0625em 0.125em hsla(0, 0%, 4%, 0.05);
  max-width: 100%;
  width: 100%;
}

[type="date"][readonly],
[type="email"][readonly],
[type="number"][readonly],
[type="password"][readonly],
[type="text"][readonly],
[type="url"][readonly],
textarea[readonly] {
  box-shadow: none;
}

textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: calc(0.75em - 1px);
  resize: vertical;
}

textarea:not([rows]) {
  max-height: 40em;
  min-height: 8em;
}

textarea[rows] {
  height: auto;
}

.button {
  background-color: #f2f2f2;
  background-color: var(--button-bg);
  border-color: transparent;
  border-width: 1px;
  color: #292929;
  color: var(--button-color);
  cursor: pointer;
  justify-content: center;
  padding: 0 0.875em;
  text-align: center;
  text-decoration: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.button:hover {
  background-color: #ececec;
  background-color: var(--button-hover-bg);
  color: rgba(0, 0, 0, 0.7);
  color: var(--button-hover-color);
}

.button > .icon,
.button > .icon.is-medium,
.button > .icon.is-small {
  height: 1.5em;
  width: 1.5em;
}

.button > .icon:first-child:last-child {
  margin-left: calc(-0.5em - 1px);
  margin-right: calc(-0.5em - 1px);
}

.button > .icon:first-child:not(:last-child) {
  margin-left: calc(-0.5em - 1px);
  margin-right: 0.25em;
}

.button.is-white {
  background-color: #fff;
  background-color: var(--button-white-bg);
  color: #191919;
  color: var(--button-white-color);
}

.button.is-white:hover {
  background-color: #f9f9f9;
  background-color: var(--button-white-hover-bg);
  color: #757575;
  color: var(--button-white-hover-color);
}

.button.is-primary {
  background-color: #0abe51;
  background-color: var(--ghost-accent-color);
  color: #fff;
}

.button.is-primary:hover {
  opacity: 0.92;
}

.button.is-black {
  background-color: #191919;
  color: #fff;
}

.button.is-circle {
  border-radius: 50%;
  height: 2.25rem;
  line-height: 2.125rem;
  padding: 0;
  width: 2.25rem;
}

.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.buttons .button {
  margin-bottom: 0.5rem;
}

.buttons .button:not(:last-child) {
  margin-right: 0.5rem;
}

.icon {
  fill: currentColor;
  stroke-width: 0;
  display: inline-block;
  height: 1.5rem;
  vertical-align: middle;
  width: 1.5rem;
}

.icon.is-stroke {
  fill: none;
  stroke: currentColor;
}

.icon.is-small {
  height: 1rem;
  width: 1rem;
}

.icon.is-medium {
  height: 1.25rem;
  width: 1.25rem;
}

table {
  display: block;
  font-size: 0.875rem;
  max-width: 100%;
  overflow-x: auto;
  text-align: left;
  width: auto;
}

table th {
  border-bottom-width: 1px;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
  font-weight: 600;
}

table td,
table th {
  --tw-border-opacity: 1;
  padding-bottom: 0.75rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
}

table td {
  border-bottom-width: 1px;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  white-space: nowrap;
}

table tr:last-child td {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  left: -1.5rem;
  max-width: 18rem;
  min-width: 12rem;
  opacity: 0;
  padding-top: 0.25rem;
  position: absolute;
  top: 100%;
  transform: scale(0.9) translateY(-20px);
  transition:
    all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99),
    opacity 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  visibility: hidden;
  z-index: 5;
}

.dropdown.is-right .dropdown-menu {
  left: auto;
  right: -1.5rem;
}

.dropdown.is-active .dropdown-menu,
.dropdown.is-hoverable:hover .dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
  transition: all 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  visibility: visible;
}

.dropdown-content {
  --tw-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored:
    0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
  background-color: #fff;
  background-color: var(--dropdown-bg);
  border-radius: 0.25rem;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
  color: #292929;
  color: var(--dropdown-text);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  position: relative;
}

.custom-post-image .hh-author-name a {
  color: #fff;
}

.hh-author-name > a:hover {
  color: #18181b;
  color: var(--gray-900);
  text-decoration: underline;
}

@media (min-width: 1000px) {
  .ss1 .story-title {
    font-size: 2.25rem;
  }

  .ss1 .story-image {
    grid-column: span 2 / span 2;
    height: 24rem;
    padding-top: 0;
  }

  .ss1 > .not-feature-image {
    grid-column: 1/-1;
  }

  .ss2 .story-image {
    height: 16rem;
  }

  .ss2 .story-title {
    font-size: 1.875rem;
  }
}

:not(pre) > code {
  background: #e5eff5;
  border-radius: 3px;
  color: #343f44;
  font-size: 0.875em;
  padding: 0.2rem 0.33rem;
  text-shadow: none;
  vertical-align: 1%;
  white-space: normal;
}

pre {
  background: #2a3644;
  border: 0;
  border-radius: 5px;
  color: #e5eff5;
  font-size: 0.875rem;
  line-height: 1.6em;
  margin: 0;
  max-width: 100%;
  overflow-x: auto;
  padding: 20px;
}

pre code {
  background: transparent;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  white-space: pre;
}

pre code * {
  color: inherit;
}

code,
pre {
  word-wrap: normal;
  -webkit-hyphens: none;
  hyphens: none;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  white-space: pre;
  word-break: normal;
  word-spacing: normal;
}

pre[class*="language-"] {
  border-radius: 8px;
  overflow: auto;
  padding: 1.25rem;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  border: 0;
}

:not(pre) > code[class*="language-"] {
  background: #e5eff5;
  border-radius: 0.3em;
  color: #343f44;
  font-size: 0.9em;
  padding: 0.3em 0.4em;
  text-shadow: none;
  white-space: normal;
}

a > code[class*="language-"] {
  color: #3eb0ef;
}

.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
  color: hsla(0, 0%, 100%, 0.5);
}

.token.punctuation {
  color: #fff;
}

.namespace {
  opacity: 0.7;
}

.token.constant,
.token.deleted,
.token.property,
.token.symbol,
.token.tag {
  color: #ff5884;
}

.token.boolean,
.token.number {
  color: #ae81ff;
}

.token.attr-name,
.token.builtin,
.token.char,
.token.inserted,
.token.selector,
.token.string {
  color: #e6db74;
}

.language-css .token.string,
.style .token.string,
.token.entity,
.token.operator,
.token.url,
.token.variable {
  color: #fff;
}

.token.atrule,
.token.attr-value,
.token.class-name,
.token.function {
  color: #a6e22e;
}

.token.keyword {
  color: #66d9ef;
}

.token.important,
.token.regex {
  color: #fd971f;
}

.token.bold,
.token.important {
  font-weight: 700;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

.godo-canvas {
  display: grid;
  grid-template-columns:
    [full-start] minmax(4vmin, auto) [wide-start] minmax(auto, 240px)
    [main-start] min(680px, calc(100% - 8vw)) [main-end] minmax(auto, 240px)
    [wide-end] minmax(4vmin, auto) [full-end];
}

.godo-canvas > * {
  grid-column: main-start/main-end;
}

.is-canvas-full .godo-canvas > * {
  grid-column: full-start/full-end;
}

.post-body {
  font-size: 1.25rem;
  line-height: 1.625;
  padding-top: 6vmin;
}

.post-body > * + * {
  margin-bottom: 0;
  margin-top: 4vmin;
}

.post-body > [id]:not(:first-child) {
  margin: 2em 0 0;
}

.post-body > [id] + * {
  margin-top: 0.86em !important;
}

.post-body a {
  overflow-wrap: break-word;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.post-body > blockquote,
.post-body > hr {
  margin-top: 6vmin;
  position: relative;
}

.post-body > blockquote + *,
.post-body > hr + * {
  margin-top: 6vmin !important;
}

.post-body h1,
.post-body h2,
.post-body h3,
.post-body h4,
.post-body h5,
.post-body h6 {
  color: #18181b;
  color: var(--title-color);
  scroll-margin-top: calc(4rem + 4vmin);
}

.post-body li + li {
  margin-top: 0.5em;
}

.post-body ol,
.post-body ul {
  counter-reset: post;
}

.post-body ol li,
.post-body ul li {
  margin-left: 2rem;
}

.post-body ol li:before,
.post-body ul li:before {
  box-sizing: border-box;
  display: inline-block;
  margin-left: -1.25rem;
  position: absolute;
  text-align: right;
}

.post-body ul > li:before {
  content: "\2022";
  opacity: 0.9;
  transform: scale(1.1);
}

.post-body ol > li:before {
  content: counter(post) ".";
  counter-increment: post;
  padding-right: 0.75rem;
}

.has-first-letter:first-letter {
  float: left;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
  margin-left: -0.5rem;
  margin-right: 0.5rem;
}

.is-doc .post-body h2 {
  font-size: 1.75rem;
}

.is-doc .post-body h3 {
  font-size: 1.375rem;
}

.is-doc .post-body h4 {
  font-size: 1.25rem;
}

.is-doc .post-body h5 {
  font-size: 1.125rem;
}

.is-doc .post-body h6 {
  font-size: 1rem;
}

.is-doc .post-body blockquote:not([class]) {
  font-size: 1.125rem;
  margin-left: 0;
}

.hover-title:hover .anchor {
  opacity: 1;
  visibility: visible;
}

.docstoc:before {
  content: "— ";
  display: inline;
  font-weight: 400;
  opacity: 0.5;
}

.scroll-transparent::-webkit-scrollbar {
  position: fixed;
  right: 0;
  width: 5px;
}

.spc-h-e {
  color: #fecd35;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.4em;
  margin-top: 0.4rem;
  text-transform: uppercase;
}

.spc-des {
  margin: 2.5rem auto;
  opacity: 0.9;
}

.spc-des em {
  color: #fecd35;
  font-style: italic;
}

.spc-buttons .button {
  background: hsla(0, 0%, 100%, 0.9);
  color: #000;
}

.spc-buttons .button img {
  height: 1.25rem;
  margin: 0 0.5rem 0 0;
}

.kg-card:not(.kg-callout-card) {
  font-size: 1rem;
}

.post-body .kg-card + :not(.kg-card),
.post-body :not(.kg-card):not([id]) + .kg-card {
  margin-bottom: 0;
  margin-top: 6vmin;
}

.kg-embed-card {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.kg-image-card img {
  margin: auto;
}

.kg-width-full {
  grid-column: full-start/full-end;
  z-index: 1;
}

.kg-width-full img {
  width: 100%;
}

.kg-width-full.kg-card-hascaption {
  display: grid;
  grid-template-columns: inherit;
}

.kg-width-full.kg-card-hascaption img {
  grid-column: 1/-1;
}

.kg-width-full.kg-card-hascaption figcaption {
  grid-column: main-start/main-end;
}

.kg-width-wide {
  z-index: 1;
}

.kg-width-wide,
.kg-width-wide.kg-card-hascaption img {
  grid-column: wide-start/wide-end;
}

.kg-blockquote-alt,
.pullquote {
  color: var(--gray-500);
  font-size: 1.2em;
  font-style: italic;
  line-height: 1.7em;
  padding: 0 1.2em;
  text-align: center;
}

@media (min-width: 768px) {
  .kg-blockquote-alt {
    font-size: 1.5em;
    padding: 0 2em;
  }
}

.kg-bookmark-card {
  position: relative;
}

.kg-bookmark-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  order: 1;
  padding: 1.25rem;
}

.kg-bookmark-title {
  color: var(--title-color);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
}

.kg-bookmark-description {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  color: var(--gray-500);
  display: -webkit-box;
  font-size: 1rem;
  margin-top: 0.75rem;
  overflow: hidden;
}

.kg-bookmark-metadata {
  align-items: center;
  display: flex;
  font-size: 0.875rem;
  margin-top: 0.75rem;
}

.kg-bookmark-thumbnail {
  flex-grow: 1;
  min-height: 10rem;
  min-width: 33%;
  position: relative;
}

.kg-bookmark-icon {
  height: 1.25rem;
  margin-right: 0.5rem;
  width: 1.25rem;
}

.kg-bookmark-author:after {
  content: "•";
  margin: 0 0.25rem;
  opacity: 0.4;
}

.kg-bookmark-container {
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
}

@media (min-width: 768px) {
  .kg-bookmark-container {
    flex-direction: row-reverse;
  }
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.inset-0 {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.top-16 {
  top: 4rem;
}

.top-0 {
  top: 0;
}

.bottom-0 {
  bottom: 0;
}

.top-20 {
  top: 5rem;
}

.right-0 {
  right: 0;
}

.left-0 {
  left: 0;
}

.bottom-1 {
  bottom: 0.25rem;
}

.right-16 {
  right: 4rem;
}

.right-4 {
  right: 1rem;
}

.right-minus-1 {
  right: -1rem;
}

.top-24 {
  top: 6rem;
}

.top-3 {
  top: 0.75rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

.right-3 {
  right: 0.75rem;
}

.z-3 {
  z-index: 2;
}

.z-2 {
  z-index: 1;
}

.z-4 {
  z-index: 3;
}

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

.z-20 {
  z-index: 5;
}

.z-50 {
  z-index: 6;
}

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-first {
  order: -9999;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-full {
  grid-column: 1/-1;
}

.row-start-1 {
  grid-row-start: 1;
}

.m-0 {
  margin: 0;
}

.m-5 {
  margin: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.my-5 {
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}

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

.my-6 {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.my-10 {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-3 {
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
}

.my-8 {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.my-12 {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

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

.mt-8 {
  margin-top: 2rem;
}

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

.mt-3 {
  margin-top: 0.75rem;
}

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

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

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

.mr-2 {
  margin-right: 0.5rem;
}

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

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

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

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

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

.mb-2 {
  margin-bottom: 0.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

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

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

.mb-12 {
  margin-bottom: 3rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

.ml-8 {
  margin-left: 2rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

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

.ml-4 {
  margin-left: 1rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

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

.mr-3 {
  margin-right: 0.75rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

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

.mb-24 {
  margin-bottom: 6rem;
}

.ml-0 {
  margin-left: 0;
}

.ml-5 {
  margin-left: 1.25rem;
}

.-ml-10 {
  margin-left: -2.5rem;
}

.-ml-12 {
  margin-left: -3rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-video {
  aspect-ratio: 16/9;
}

.h-52 {
  height: 13rem;
}

.h-5 {
  height: 1.25rem;
}

.h-32 {
  height: 8rem;
}

.h-3 {
  height: 0.75rem;
}

.h-12 {
  height: 3rem;
}

.h-28 {
  height: 7rem;
}

.h-20 {
  height: 5rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-16 {
  height: 4rem;
}

.h-40 {
  height: 10rem;
}

.h-56 {
  height: 14rem;
}

.h-88 {
  height: 22rem;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.h-9 {
  height: 2.25rem;
}

.h-96 {
  height: 24rem;
}

.h-48 {
  height: 12rem;
}

.max-h-128 {
  max-height: 32rem;
}

.max-h-96 {
  max-height: 24rem;
}

.max-h-8 {
  max-height: 2rem;
}

.max-h-9 {
  max-height: 2.5rem;
}

.min-h-lg {
  min-height: 32rem;
}

.min-h-96 {
  min-height: 24rem;
}

.min-h-screen {
  min-height: 100vh;
}

.w-52 {
  width: 13rem;
}

.w-full {
  width: 100%;
}

.w-5 {
  width: 1.25rem;
}

.w-3 {
  width: 0.75rem;
}

.w-1 {
  width: 0.25rem;
}

.w-4 {
  width: 1rem;
}

.w-2 {
  width: 0.5rem;
}

.w-12 {
  width: 3rem;
}

.w-28 {
  width: 7rem;
}

.w-20 {
  width: 5rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.w-32 {
  width: 8rem;
}

.w-56 {
  width: 14rem;
}

.w-9 {
  width: 2.25rem;
}

.w-1\/3,
.w-4\/12 {
  width: 33.333333%;
}

.w-40 {
  width: 10rem;
}

.h-40 {
  height: 10rem;
}

.w-50 {
  width: 12.5rem;
}

.h-50 {
  height: 12.5rem;
}

.w-60 {
  width: 15rem;
}

.h-60 {
  height: 15rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-1100 {
  max-width: 68.75rem;
}

.max-w-extreme {
  max-width: 81.25rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-md {
  max-width: 28rem;
}

.flex-none {
  flex: none;
}

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

.flex-auto {
  flex: 1 1 auto;
}

.grow {
  flex-grow: 1;
}

.rotate-180 {
  --tw-rotate: 180deg;
}

.rotate-180,
.rotate-90 {
  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));
}

.rotate-90 {
  --tw-rotate: 90deg;
}

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

@-webkit-keyframes spin {
  to {
    transform: rotate(1turn);
  }
}

@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}

.animate-spin {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes pulse {
  50% {
    opacity: 0.5;
  }
}

@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}

.animate-pulse {
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.resize {
  resize: both;
}

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

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

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

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

.items-start {
  align-items: flex-start;
}

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

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

.justify-start {
  justify-content: flex-start;
}

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-16 {
  gap: 4rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
}

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

.-space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-left: calc(-0.5rem * (1 - var(--tw-space-x-reverse)));
  margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)));
  margin-right: calc(1rem * var(--tw-space-x-reverse));
}

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

.truncate {
  overflow: hidden;
  white-space: nowrap;
}

.text-ellipsis,
.truncate {
  text-overflow: ellipsis;
}

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

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

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

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

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

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

.border {
  border-width: 1px;
}

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

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

.border-r {
  border-right-width: 1px;
}

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

.border-l-4 {
  border-left-width: 4px;
}

.border-l-3 {
  border-left-width: 0.1875rem;
}

.border-t-3 {
  border-top-width: 0.1875rem;
}

.border-gray-200 {
  border-color: var(--gray-200);
}

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

.border-primary {
  border-color: var(--ghost-accent-color);
}

.border-gray-100 {
  border-color: var(--gray-100);
}

.border-gray-300 {
  border-color: var(--gray-300);
}

.border-gray-400 {
  border-color: var(--gray-400);
}

.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(17 15 22 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-gray-150 {
  background-color: var(--gray-150);
}

.bg-gray-100 {
  background-color: var(--gray-100);
}

.bg-blank {
  background-color: var(--blank);
}

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

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

.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(255 68 34 / var(--tw-bg-opacity));
}

.bg-modal {
  background-color: rgba(84, 102, 109, 0.6);
}

.bg-primary {
  background-color: var(--ghost-accent-color);
}

.bg-success {
  --tw-bg-opacity: 1;
  background-color: rgb(72 199 116 / var(--tw-bg-opacity));
}

.bg-danger {
  --tw-bg-opacity: 1;
  background-color: rgb(241 70 104 / var(--tw-bg-opacity));
}

.bg-amber-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  background-color: var(--gray-200);
}

.bg-facebook {
  --tw-bg-opacity: 1;
  background-color: rgb(66 103 178 / var(--tw-bg-opacity));
}

.bg-twitter {
  --tw-bg-opacity: 1;
  background-color: rgb(85 172 238 / var(--tw-bg-opacity));
}

.bg-whatsapp {
  --tw-bg-opacity: 1;
  background-color: rgb(100 212 72 / var(--tw-bg-opacity));
}

.bg-dark-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 43 123 / var(--tw-bg-opacity));
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.object-center {
  -o-object-position: center;
  object-position: center;
}

.p-2 {
  padding: 0.5rem;
}

.p-24 {
  padding: 6rem;
}

.p-0 {
  padding: 0;
}

.p-5 {
  padding: 1.25rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-vw6 {
  padding: 6vw;
}

.p-3 {
  padding: 0.75rem;
}

.p-8 {
  padding: 2rem;
}

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

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-vw8 {
  padding-bottom: 8vw;
  padding-top: 8vw;
}

.py-vmin8 {
  padding-bottom: 8vmin;
  padding-top: 8vmin;
}

.py-12 {
  padding-bottom: 3rem;
  padding-top: 3rem;
}

.py-8 {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

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

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

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

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

.py-10 {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}

.px-vw4 {
  padding-left: 4vw;
  padding-right: 4vw;
}

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

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

.py-1 {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}

.py-2 {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

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

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

.py-vw4 {
  padding-bottom: 4vw;
  padding-top: 4vw;
}

.py-vw6 {
  padding-bottom: 6vw;
  padding-top: 6vw;
}

.pt-8 {
  padding-top: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-0 {
  padding-top: 0;
}

.pr-8 {
  padding-right: 2rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

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

.pb-vmin8 {
  padding-bottom: 8vmin;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-96 {
  padding-top: 24rem;
}

.pt-vw6 {
  padding-top: 6vw;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

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

.pb-16 {
  padding-bottom: 4rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

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

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

.pl-10 {
  padding-left: 2.5rem;
}

.pt-vmin8 {
  padding-top: 8vmin;
}

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

.text-sm {
  font-size: 0.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.text-xl {
  font-size: 1.25rem;
}

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

.text-lg {
  font-size: 1.125rem;
}

.text-xs {
  font-size: 0.75rem;
}

.text-base {
  font-size: 1rem;
}

.text-32 {
  font-size: 2rem;
}

.text-22 {
  font-size: 1.375rem;
}

.text-8xl {
  font-size: 6rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-5xl {
  font-size: 3rem;
}

.text-44 {
  font-size: 2.75rem;
}

.font-medium {
  font-weight: 500;
}

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

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

.font-normal {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
}

.leading-snug {
  line-height: 1.375;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.-tracking-wide {
  letter-spacing: -0.025em;
}

.text-gray-500 {
  color: var(--gray-500);
}

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

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

.text-title {
  color: var(--title-color);
}

.text-gray-600 {
  color: var(--gray-600);
}

.text-primary {
  color: var(--ghost-accent-color);
}

.text-success {
  --tw-text-opacity: 1;
  color: rgb(72 199 116 / var(--tw-text-opacity));
}

.text-danger {
  --tw-text-opacity: 1;
  color: rgb(241 70 104 / var(--tw-text-opacity));
}

.text-amber-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity));
}

.text-gray-400 {
  color: var(--gray-400);
}

.text-gray-700 {
  color: var(--gray-700);
}

.text-gray-800 {
  color: var(--gray-800);
}

.text-gray-900 {
  color: var(--gray-900);
}

.text-header-link {
  color: var(--header-text-link);
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-logo {
  color: var(--header-text-link);
}

.underline {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.\!no-underline {
  -webkit-text-decoration-line: none !important;
  text-decoration-line: none !important;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-75 {
  opacity: 0.75;
}

.shadow {
  --tw-shadow:
    0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored:
    0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
}

.shadow,
.shadow-3xl {
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}

.shadow-3xl {
  --tw-shadow: 0 36px 64px 0 rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 0 36px 64px 0 var(--tw-shadow-color);
}

.shadow-4xl {
  --tw-shadow:
    inset 0 0 0 0.1rem rgb(58 3 45/8%), 0 10px 20px rgb(58 3 45/4%),
    0 2px 6px rgb(58 3 45/4%), 0 0 1px rgb(58 3 45/4%);
  --tw-shadow-colored:
    inset 0 0 0 0.1rem var(--tw-shadow-color),
    0 10px 20px var(--tw-shadow-color), 0 2px 6px var(--tw-shadow-color),
    0 0 1px var(--tw-shadow-color);
}

.shadow-4xl,
.shadow-lg {
  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 rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored:
    0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}

.blur {
  --tw-blur: blur(8px);
}

.blur,
.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-duration: 0.15s;
  transition-property:
    color,
    background-color,
    border-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    -webkit-text-decoration-color,
    -webkit-backdrop-filter;
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter,
    -webkit-text-decoration-color,
    -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

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

.duration-200 {
  transition-duration: 0.2s;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.line-clamp-2,
.line-clamp-3 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.line-clamp-2 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.header {
  transition: transform 0.3s;
}

.header-bg {
  background-color: #fff;
  background-color: var(--header-bg);
}

.shadow-header {
  box-shadow:
    0 0 3px rgba(0, 0, 0, 0.03),
    0 3px 46px rgba(0, 0, 0, 0.07);
}

.header-right > .button.is-white {
  background-color: hsla(0, 0%, 100%, 0);
  color: #292929;
  color: var(--header-text-link);
}

.has-cover .simply-hero-cover {
  margin-top: -4rem;
}

.is-head-transparent:not(.has-menu) {
  --header-text-link: #fff;
}

.menu-burger {
  margin-right: -0.5rem;
  transition: transform 0.4s;
  width: 2.25rem;
}

.menu-burger span {
  background-color: currentColor;
  display: block;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  transition: 0.4s;
  width: 20px;
}

.menu-burger span:first-child {
  transform: translateY(-6px);
}

.menu-burger span:last-child {
  transform: translateY(6px);
}

.nav-mob {
  transform: translateX(100%);
  transition: 0.4s;
  will-change: transform;
}

.has-menu {
  overflow: hidden;
}

.has-menu .nav-mob {
  transform: translateX(0);
}

.has-menu .menu-burger span:first-child {
  transform: rotate(45deg) translate(0);
}

.has-menu .menu-burger span:nth-child(2) {
  transform: scaleX(0);
}

.has-menu .menu-burger span:last-child {
  transform: rotate(-45deg) translate(0);
}

.dark .icon--sunny {
  display: block !important;
}

.dark .icon--moon {
  display: none;
}

.godo-content-side {
  grid-column: wide-start/main-start;
}

.footer {
  --input-color: #bbb;
  --input-bg: rgba(97, 97, 97, 0.25);
  --input-border-color: transparent;
  --placeholder-color: #bbb;
  background-color: #111;
  color: hsla(0, 0%, 100%, 0.6);
}

.footer a:hover:not(.button) {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}

.footer-arrow {
  border: 4px solid transparent;
  border-left-color: #fff;
  height: 0;
  width: 0;
}

.simply-form.error .message-error,
.simply-form.success .message-success {
  display: block;
}

.simply-form.loanding .button-content {
  display: none;
}

.simply-form.loanding .button-loader {
  display: inline-block;
}

.hover\:border-primary:hover {
  border-color: var(--ghost-accent-color);
}

.hover\:bg-transparent:hover {
  background-color: transparent;
}

.hover\:bg-amber-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity));
}

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

.hover\:text-primary:hover {
  color: var(--ghost-accent-color);
}

.hover\:text-gray-900:hover {
  color: var(--gray-900);
}

.hover\:text-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(17 15 22 / var(--tw-text-opacity));
}

.hover\:text-gray-700:hover {
  color: var(--gray-700);
}

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

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.hover\:shadow-card-primary:hover {
  --tw-shadow:
    inset 0 0 0 0.1rem var(--color-primary), 0 10px 20px rgb(58 3 45/4%),
    0 2px 6px rgb(58 3 45/4%), 0 0 1px rgb(58 3 45/4%);
  --tw-shadow-colored:
    inset 0 0 0 0.1rem var(--tw-shadow-color),
    0 10px 20px var(--tw-shadow-color), 0 2px 6px var(--tw-shadow-color),
    0 0 1px 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\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 768px) {
  .md\:-order-none,
  .md\:order-none {
    order: 0;
  }

  .md\:w-50 {
    width: 12.5rem;
  }

  .md\:h-50 {
    height: 12.5rem;
  }

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

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:ml-3 {
    margin-left: 0.75rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:w-3\/6 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:max-w-md {
    max-width: 28rem;
  }

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

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

  .md\:grid-cols-kusi2 {
    grid-template-columns: calc(12.5rem + 4vmin) 1fr;
  }

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

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

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

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

  .md\:py-vw6 {
    padding-bottom: 6vw;
    padding-top: 6vw;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-vw4 {
    padding-bottom: 4vw;
    padding-top: 4vw;
  }

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

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

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

  .md\:text-left {
    text-align: left;
  }

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

  .md\:text-4xl {
    font-size: 2.25rem;
  }

  .md\:text-6xl {
    font-size: 4rem;
  }

  .md\:text-32 {
    font-size: 2rem;
  }

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

  .md\:text-5xl {
    font-size: 3rem;
  }

  .md\:text-22 {
    font-size: 1.375rem;
  }
}

@media (min-width: 1000px) {
  .lg\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:w-60 {
    width: 15rem;
  }

  .lg\:h-60 {
    height: 15rem;
  }

  .lg\:top-28 {
    top: 7rem;
  }

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

  .lg\:right-auto {
    right: auto;
  }

  .lg\:left-4 {
    left: 1rem;
  }

  .lg\:top-32 {
    top: 8rem;
  }

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

  .lg\:order-none {
    order: 0;
  }

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

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

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

  .lg\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:my-0 {
    margin-bottom: 0;
    margin-top: 0;
  }

  .lg\:mr-16 {
    margin-right: 4rem;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

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

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:max-h-\(screen-16\) {
    max-height: calc(100vh - 4rem);
  }

  .lg\:max-h-128 {
    max-height: 32rem;
  }

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

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

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:max-w-xl {
    max-width: 36rem;
  }

  .lg\:max-w-sm {
    max-width: 24rem;
  }

  .lg\:max-w-xs {
    max-width: 20rem;
  }

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

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

  .lg\:grid-cols-kusi3 {
    grid-template-columns: calc(12.5rem + 4vmin) 1fr calc(13.75rem + 2vmin);
  }

  .lg\:grid-cols-sidebar {
    grid-template-columns: 1fr 22.5rem;
  }

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

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

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

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

  .lg\:items-baseline {
    align-items: baseline;
  }

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

  .lg\:overflow-visible {
    overflow: visible;
  }

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

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

  .lg\:py-vw8 {
    padding-bottom: 8vw;
    padding-top: 8vw;
  }

  .lg\:py-vw6 {
    padding-bottom: 6vw;
    padding-top: 6vw;
  }

  .lg\:py-0 {
    padding-bottom: 0;
    padding-top: 0;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-5xl {
    font-size: 3rem;
  }

  .lg\:text-6xl {
    font-size: 4rem;
  }

  .lg\:text-44 {
    font-size: 2.75rem;
  }

  .lg\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }
}

@media (min-width: 1232px) {
  .xl\:gap-20 {
    gap: 5rem;
  }
}

/* Roselle Sister Cities Custom Styles
/* ---------------------------------------------------------- */

/* Sister City Cards */
.sister-city-card:hover {
  border-color: var(--ghost-accent-color);
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

/* Hero Section Enhancements */
.rsc-hero {
  background: linear-gradient(135deg, var(--ghost-accent-color), #0891b2);
  position: relative;
}

.rsc-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    repeat;
  pointer-events: none;
}

/* Word Rotation Animation */
.rotating-words {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.rotating-words .word {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease-in-out;
  white-space: nowrap;
}

.rotating-words .word.active {
  position: relative;
  opacity: 1;
  transform: translateY(0);
}

.rotating-words .word:not(.active) {
  animation: fadeOutUp 0.5s ease-in-out;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

/* Hero SVG Background Enhancement */
.rsc-hero svg {
  filter: blur(0.5px);
}

/* Button Enhancements */
.button.is-outline-white {
  background-color: transparent;
  border: 2px solid white;
  color: white;
  transition: all 0.3s ease;
}

.button.is-outline-white:hover {
  background-color: white;
  color: var(--ghost-accent-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

/* Section Dividers */
.section-divider {
  position: relative;
}

.section-divider::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--ghost-accent-color),
    transparent
  );
}

/* Mission Cards */
.mission-card {
  transition: all 0.3s ease;
  cursor: pointer;
}

.mission-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.mission-card:hover .mission-icon {
  transform: scale(1.1);
}

.mission-card:hover .mission-icon svg {
  color: white;
}

.mission-icon {
  transition: all 0.3s ease;
}

/* Sister City Cards */
.sister-city-card {
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.sister-city-flag {
  background: linear-gradient(135deg, #f3f4f6, #e5e7eb);
  transition: all 0.3s ease;
}

.sister-city-card:hover .sister-city-flag {
  background: linear-gradient(135deg, var(--ghost-accent-color), #0891b2);
}

/* Events Section */
.events-section {
  background: linear-gradient(135deg, var(--ghost-accent-color), #0891b2);
  position: relative;
  overflow: hidden;
}

.events-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h100v100H0z' fill='none'/%3E%3Cpath d='M50 50m-40 0a40 40 0 1 1 80 0a40 40 0 1 1 -80 0' stroke='%23ffffff' stroke-width='1' fill='none' opacity='0.05'/%3E%3C/svg%3E")
    repeat;
  pointer-events: none;
}

.event-card {
  backdrop-filter: blur(10px);
  /* background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease; */
}

.event-card:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

/* News Section Enhancements */
.news-card {
  transition: all 0.3s ease;
  border: 1px solid var(--gray-200);
}

.news-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  border-color: var(--ghost-accent-color);
}

.news-card:hover .news-image {
  transform: scale(1.05);
}

.news-image {
  transition: transform 0.3s ease;
}

/* CTA Section */
.cta-section {
  /* background: linear-gradient(135deg, #8d163e, #c44274); */
  background: var(--ghost-accent-color);
  position: relative;
}

.cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(
      circle at 20% 80%,
      rgba(255, 255, 255, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(255, 255, 255, 0.1) 0%,
      transparent 50%
    );
  pointer-events: none;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-in-up {
  animation: fadeInUp 0.6s ease-out forwards;
}

.animate-delay-100 {
  animation-delay: 0.1s;
}
.animate-delay-200 {
  animation-delay: 0.2s;
}
.animate-delay-300 {
  animation-delay: 0.3s;
}

/* Smooth scroll behavior for anchor links */
html {
  scroll-behavior: smooth;
}

/* Focus states for accessibility */
.button:focus-visible {
  outline: 2px solid var(--ghost-accent-color);
  outline-offset: 2px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .rsc-hero {
    min-height: 60vh;
  }

  .mission-card:hover {
    transform: none;
  }

  .sister-city-card:hover {
    transform: none;
  }
}

/* Print styles */
@media print {
  .rsc-hero {
    background: white !important;
    color: black !important;
  }

  .events-section,
  .cta-section {
    background: white !important;
    color: black !important;
  }
}
/* ===== Translate Tab UI ===== */
.translate-tab {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1000;
}
.translate-container {
  background: #fff;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px 0 0 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
.translate-tab-button {
  background: #4285f4;
  color: white;
  border: none;
  padding: 15px 8px;
  cursor: pointer;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 8px 0 0 8px;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  flex-shrink: 0;
}
.translate-tab-button:hover {
  background: #3367d6;
}
.translate-flags {
  background: white;
  width: 0;
  overflow: hidden;
  transition: width 0.3s ease;
  display: flex;
  flex-direction: column;
  padding: 0;
  min-height: 120px;
  justify-content: flex-start;
}
.translate-flags.expanded {
  width: 100px;
  padding: 2px;
}
.flag-option {
  display: flex;
  align-items: center;
  padding: 4px;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.2s ease;
  margin-bottom: 5px;
}
.flag-option:hover {
  background: #f5f5f5;
}
.flag-option img {
  width: 24px;
  height: 16px;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-radius: 2px;
}
.flag-option span {
  font-size: 13px;
  color: #333;
}
.current-flag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.current-flag img {
  width: 20px;
  height: 14px;
  border: 1px solid #ddd;
  border-radius: 2px;
}
.translate-tab.collapsed .translate-tab-button {
  border-radius: 8px 0 0 8px;
}
.translate-tab.expanded .translate-tab-button {
  border-radius: 0;
}

/* Mission Statement Section */
.mission-statement {
  position: relative;
  overflow: hidden;
}

#welcome-header {
  color: var(--color-primary);
}

.mission-statement::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    repeat;
  pointer-events: none;
}

.mission-statement h2 {
  position: relative;
  z-index: 1;
}

.mission-statement .quote-left,
.mission-statement .quote-right {
  font-family: Georgia, serif;
  font-weight: normal;
  opacity: 0.9;
  position: relative;
  top: -0.1em;
}

/* Responsive adjustments for mission statement */
@media (max-width: 768px) {
  .mission-statement .quote-left {
    margin-right: 1.5em !important;
  }

  .mission-statement .quote-right {
    margin-left: 1.5em !important;
  }
}

@media (max-width: 640px) {
  .mission-statement h2 {
    font-size: 1.5rem !important;
    line-height: 1.3;
  }

  .mission-statement .quote-left {
    margin-right: 1em !important;
    font-size: 1.5em !important;
  }

  .mission-statement .quote-right {
    margin-left: 1em !important;
    font-size: 1.5em !important;
  }
}

.header-drop {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}
