/* src/styles/globals.scss */
/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@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-rotate-x:initial;
      --tw-rotate-y:initial;
      --tw-rotate-z:initial;
      --tw-skew-x:initial;
      --tw-skew-y:initial;
      --tw-leading:initial;
      --tw-font-weight:initial;
      --tw-tracking:initial;
      --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-translate-x:0;
      --tw-translate-y:0;
      --tw-translate-z:0;
    }
  }
}
:root {
  --color-primary:#000;
  --color-secondary:#242526;
  --color-tertiary:#333;
  --color-accent:#dae62c;
  --color-accent-hover:#bec82d;
  --color-thumbnail-text:#3f3311;
  --color-text:#fff;
  --color-gray:#444;
  --color-light:#d9d9d9;
  --text-xl:33px;
  --text-lg:26px;
  --text-md:16px;
  --text-sm:14px;
  --text-xs:12px;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body {
  background-color: var(--color-secondary);
  width: 100%;
  min-height: 100dvh;
}
.inner-page {
  padding-top: calc(var(--spacing) * 0) !important;
}
.container {
  margin-inline: auto;
  margin-block: calc(var(--spacing) * 0);
  width: 100%;
  padding-inline: calc(var(--spacing) * 4);
  display: flex;
}
@media (min-width:768px) {
  .container {
    width: calc(var(--spacing) * 187.5);
  }
}
@media (min-width:992px) {
  .container {
    width: calc(var(--spacing) * 242.5);
  }
}
@media (min-width:1200px) {
  .container {
    width: 1440px;
  }
}
@layer theme {
  :root,
  :host {
    --font-sans:"Montserrat", sans-serif;
    --font-mono:ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace;
    --spacing:.25rem;
    --font-weight-normal:400;
    --font-weight-bold:700;
    --radius-3xl:1.5rem;
    --default-transition-duration:.15s;
    --default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);
    --default-font-family:var(--font-sans);
    --default-mono-font-family:var(--font-mono);
    --font-geograph-regular:"geograph_editregular", sans-serif;
    --font-geograph-black:"geograph_edit_blackbold", sans-serif;
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
    -webkit-text-decoration: 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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -.25em;
  }
  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :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)) {
      ::placeholder {
        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 {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type=button], [type=reset], [type=submit]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden=until-found])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .relative\! {
    position: relative !important;
  }
  .static {
    position: static;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-0 {
    z-index: 0;
  }
  .z-2 {
    z-index: 2;
  }
  .z-10 {
    z-index: 10;
  }
  .container {
    width: 100%;
  }
  @media (min-width:40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (min-width:48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (min-width:64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (min-width:80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (min-width:96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mx-auto\! {
    margin-inline: auto !important;
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-10\! {
    margin-top: calc(var(--spacing) * 10) !important;
  }
  .mt-20\! {
    margin-top: calc(var(--spacing) * 20) !important;
  }
  .mt-130\! {
    margin-top: calc(var(--spacing) * 130) !important;
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4\! {
    margin-bottom: calc(var(--spacing) * 4) !important;
  }
  .mb-5\! {
    margin-bottom: calc(var(--spacing) * 5) !important;
  }
  .mb-8\! {
    margin-bottom: calc(var(--spacing) * 8) !important;
  }
  .mb-10\! {
    margin-bottom: calc(var(--spacing) * 10) !important;
  }
  .mb-20\! {
    margin-bottom: calc(var(--spacing) * 20) !important;
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .block\! {
    display: block !important;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .h-75 {
    height: calc(var(--spacing) * 75);
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-auto\! {
    width: auto !important;
  }
  .w-full {
    width: 100%;
  }
  .max-w-220 {
    max-width: calc(var(--spacing) * 220);
  }
  .max-w-450 {
    max-width: calc(var(--spacing) * 450);
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .bg-\(--color-secondary\)\! {
    background-color: var(--color-secondary) !important;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-top {
    object-position: top;
  }
  .px-4\! {
    padding-inline: calc(var(--spacing) * 4) !important;
  }
  .pt-4\! {
    padding-top: calc(var(--spacing) * 4) !important;
  }
  .pt-8\! {
    padding-top: calc(var(--spacing) * 8) !important;
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-28\.75\! {
    padding-top: calc(var(--spacing) * 28.75) !important;
  }
  .pr-4\! {
    padding-right: calc(var(--spacing) * 4) !important;
  }
  .pb-40\! {
    padding-bottom: calc(var(--spacing) * 40) !important;
  }
  .pl-4\! {
    padding-left: calc(var(--spacing) * 4) !important;
  }
  .pl-11\! {
    padding-left: calc(var(--spacing) * 11) !important;
  }
  .font-geograph-black {
    font-family: var(--font-geograph-black);
  }
  .font-geograph-regular {
    font-family: var(--font-geograph-regular);
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[23px\] {
    font-size: 23px;
  }
  .text-\[30px\]\! {
    font-size: 30px !important;
  }
  .leading-6\! {
    --tw-leading:calc(var(--spacing) * 6) !important;
    line-height: calc(var(--spacing) * 6) !important;
  }
  .leading-8\! {
    --tw-leading:calc(var(--spacing) * 8) !important;
    line-height: calc(var(--spacing) * 8) !important;
  }
  .font-bold {
    --tw-font-weight:var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-normal {
    --tw-font-weight:var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .tracking-\[3px\]\! {
    --tw-tracking:3px !important;
    letter-spacing: 3px !important;
  }
  .text-\(--color-accent\) {
    color: var(--color-accent);
  }
  .text-\(--color-accent\)\! {
    color: var(--color-accent) !important;
  }
  .text-\(--color-light\) {
    color: var(--color-light);
  }
  .normal-case {
    text-transform: none;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .uppercase\! {
    text-transform: uppercase !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,
      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));
  }
  @media (hover:hover) {
    .hover\:opacity-75:hover {
      opacity: .75;
    }
  }
  @media (min-width:64rem) {
    .lg\:col-start-2 {
      grid-column-start: 2;
    }
    .lg\:mt-0\! {
      margin-top: calc(var(--spacing) * 0) !important;
    }
    .lg\:flex {
      display: flex;
    }
    .lg\:hidden {
      display: none;
    }
    .lg\:h-137\.5 {
      height: calc(var(--spacing) * 137.5);
    }
    .lg\:w-1\/2 {
      width: 50%;
    }
    .lg\:max-w-188 {
      max-width: calc(var(--spacing) * 188);
    }
    .lg\:-translate-x-53 {
      --tw-translate-x:calc(var(--spacing) * -53);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lg\:pt-80\! {
      padding-top: calc(var(--spacing) * 80) !important;
    }
    .lg\:pr-12\! {
      padding-right: calc(var(--spacing) * 12) !important;
    }
    .lg\:pb-40\! {
      padding-bottom: calc(var(--spacing) * 40) !important;
    }
    .lg\:pl-12\! {
      padding-left: calc(var(--spacing) * 12) !important;
    }
  }
}
.main-header--scrolled .navbar,
.main-header--scrolled .navbar-mobile {
  box-shadow: 0 14px 20px #0003;
  background-color: var(--color-gray) !important;
  border-color: #ffffff1a !important;
}
p {
  margin-bottom: calc(var(--spacing) * 4);
}
p a {
  --tw-font-weight:var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-accent);
  text-decoration-line: underline;
}
a,
button,
input,
textarea,
select,
.gallery-thumbnails button {
  touch-action: manipulation;
}
input,
textarea,
select {
  font-size: 16px !important;
}
@font-face {
  font-family: geograph_edit_blackbold;
  src: url("./media/geographeditwebblack-webfont.woff2")format("woff2"), url("./media/geographeditwebblack-webfont.woff")format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: geograph_editregular;
  src: url("./media/geographeditwebregular-webfont.woff2")format("woff2"), url("./media/geographeditwebregular-webfont.woff")format("woff");
  font-weight: 400;
  font-style: normal;
}
@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-leading { syntax:"*";inherits:false }
@property --tw-font-weight { syntax:"*";inherits:false }
@property --tw-tracking { syntax:"*";inherits:false }
@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-translate-x { syntax:"*";inherits:false;initial-value:0 }
@property --tw-translate-y { syntax:"*";inherits:false;initial-value:0 }
@property --tw-translate-z { syntax:"*";inherits:false;initial-value:0 }

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
