/* [project]/src/styles/globals.css [client] (css) */
@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-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-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-animation-delay: 0s;
      --tw-animation-direction: normal;
      --tw-animation-duration: initial;
      --tw-animation-fill-mode: none;
      --tw-animation-iteration-count: 1;
      --tw-enter-blur: 0;
      --tw-enter-opacity: 1;
      --tw-enter-rotate: 0;
      --tw-enter-scale: 1;
      --tw-enter-translate-x: 0;
      --tw-enter-translate-y: 0;
      --tw-exit-blur: 0;
      --tw-exit-opacity: 1;
      --tw-exit-rotate: 0;
      --tw-exit-scale: 1;
      --tw-exit-translate-x: 0;
      --tw-exit-translate-y: 0;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: var(--font-sans);
    --font-mono: var(--font-geist-mono);
    --spacing: .25rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --tracking-tight: -.025em;
    --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);
    --color-background: var(--background);
    --color-foreground: var(--foreground);
    --color-muted-foreground: var(--muted-foreground);
    --color-border: var(--border);
    --color-ring: var(--ring);
  }
}

@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;
    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;
  }

  * {
    border-color: var(--color-border);
    outline-color: var(--color-ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--color-ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--color-background);
    color: var(--color-foreground);
  }

  html {
    font-family: var(--font-sans);
  }
}

@layer components;

@layer utilities {
  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

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

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .inline {
    display: inline;
  }

  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }

  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }

  .grow {
    flex-grow: 1;
  }

  .grow\! {
    flex-grow: 1 !important;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

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

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

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

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

  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--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);
  }

  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }

  .text-\[\#362BFF\] {
    color: #362bff;
  }

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

  .text-muted-foreground {
    color: var(--color-muted-foreground);
  }

  .opacity-50 {
    opacity: .5;
  }

  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .transition {
    transition-property: color, background-color, border-color, 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));
  }
}

@property --tw-animation-delay {
  syntax: "*";
  inherits: false;
  initial-value: 0s;
}

@property --tw-animation-direction {
  syntax: "*";
  inherits: false;
  initial-value: normal;
}

@property --tw-animation-duration {
  syntax: "*";
  inherits: false
}

@property --tw-animation-fill-mode {
  syntax: "*";
  inherits: false;
  initial-value: none;
}

@property --tw-animation-iteration-count {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-enter-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-enter-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-enter-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-enter-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-enter-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-enter-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-exit-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-exit-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-exit-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-exit-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-exit-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-exit-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

:root {
  --background: #fff;
  --foreground: #0a0a0a;
  --card: #fff;
  --card-foreground: #0a0a0a;
  --popover: #fff;
  --popover-foreground: #0a0a0a;
  --primary: #171717;
  --primary-foreground: #fafafa;
  --secondary: #f5f5f5;
  --secondary-foreground: #171717;
  --muted: #f5f5f5;
  --muted-foreground: #737373;
  --accent: #f5f5f5;
  --accent-foreground: #171717;
  --destructive: #e40014;
  --border: #e5e5e5;
  --input: #e5e5e5;
  --ring: #a1a1a1;
  --chart-1: #d4d4d4;
  --chart-2: #737373;
  --chart-3: #525252;
  --chart-4: #404040;
  --chart-5: #262626;
  --radius: .625rem;
  --sidebar: #fafafa;
  --sidebar-foreground: #0a0a0a;
  --sidebar-primary: #171717;
  --sidebar-primary-foreground: #fafafa;
  --sidebar-accent: #f5f5f5;
  --sidebar-accent-foreground: #171717;
  --sidebar-border: #e5e5e5;
  --sidebar-ring: #a1a1a1;
}

@supports (color: lab(0% 0 0)) {
  :root {
    --background: lab(100% 0 0);
    --foreground: lab(2.75381% 0 0);
    --card: lab(100% 0 0);
    --card-foreground: lab(2.75381% 0 0);
    --popover: lab(100% 0 0);
    --popover-foreground: lab(2.75381% 0 0);
    --primary: lab(7.78201% -.0000149012 0);
    --primary-foreground: lab(98.26% 0 0);
    --secondary: lab(96.52% -.0000298023 .0000119209);
    --secondary-foreground: lab(7.78201% -.0000149012 0);
    --muted: lab(96.52% -.0000298023 .0000119209);
    --muted-foreground: lab(48.496% 0 0);
    --accent: lab(96.52% -.0000298023 .0000119209);
    --accent-foreground: lab(7.78201% -.0000149012 0);
    --destructive: lab(48.4493% 77.4328 61.5452);
    --border: lab(90.952% 0 -.0000119209);
    --input: lab(90.952% 0 -.0000119209);
    --ring: lab(66.128% -.0000298023 .0000119209);
    --chart-1: lab(84.92% 0 -.0000119209);
    --chart-2: lab(48.496% 0 0);
    --chart-3: lab(34.924% 0 0);
    --chart-4: lab(27.036% 0 0);
    --chart-5: lab(15.204% 0 -.00000596046);
    --sidebar: lab(98.26% 0 0);
    --sidebar-foreground: lab(2.75381% 0 0);
    --sidebar-primary: lab(7.78201% -.0000149012 0);
    --sidebar-primary-foreground: lab(98.26% 0 0);
    --sidebar-accent: lab(96.52% -.0000298023 .0000119209);
    --sidebar-accent-foreground: lab(7.78201% -.0000149012 0);
    --sidebar-border: lab(90.952% 0 -.0000119209);
    --sidebar-ring: lab(66.128% -.0000298023 .0000119209);
  }
}

@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: 0;
}

@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-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
}

/* [project]/src/styles/webflow/normalize.css [client] (css) */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden], template {
  display: none;
}

a {
  background-color: #0000;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/* [project]/src/styles/webflow/components.css [client] (css) */
@font-face {
  font-family: webflow-icons;
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: normal;
  font-style: normal;
}

[class^="w-icon-"], [class*=" w-icon-"] {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: webflow-icons !important;
}

.w-icon-slider-right:before {
  content: "";
}

.w-icon-slider-left:before {
  content: "";
}

.w-icon-nav-menu:before {
  content: "";
}

.w-icon-arrow-down:before, .w-icon-dropdown-toggle:before {
  content: "";
}

.w-icon-file-upload-remove:before {
  content: "";
}

.w-icon-file-upload-icon:before {
  content: "";
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:before, .w-clearfix:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: #0000 !important;
}

.w-code-block {
  margin: unset;
}

pre.w-code-block code {
  all: inherit;
}

pre.w-code-block code > span {
  display: block !important;
}

.w-optimization {
  display: contents;
}

.w-webflow-badge, .w-webflow-badge > img {
  box-sizing: unset;
  width: unset;
  height: unset;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin: unset;
  padding: unset;
  float: unset;
  clear: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-origin: unset;
  background-clip: unset;
  background-attachment: unset;
  background-color: unset;
  box-shadow: unset;
  transform: unset;
  direction: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  font-style: unset;
  font-variant: unset;
  text-align: unset;
  letter-spacing: unset;
  -webkit-text-decoration: unset;
  text-decoration: unset;
  text-indent: unset;
  text-transform: unset;
  list-style-type: unset;
  text-shadow: unset;
  vertical-align: unset;
  cursor: unset;
  white-space: unset;
  word-break: unset;
  word-spacing: unset;
  word-wrap: unset;
  transition: unset;
}

.w-webflow-badge {
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 0 0 1px #0000001a, 0 1px 3px #0000001a;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  color: #aaadb0 !important;
  width: auto !important;
  height: auto !important;
  overflow: unset !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  margin: 0 !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  display: inline-block !important;
  position: fixed !important;
  inset: auto 12px 12px auto !important;
  transform: none !important;
}

.w-webflow-badge > img {
  position: unset;
  visibility: unset !important;
  opacity: 1 !important;
  vertical-align: middle !important;
  display: inline-block !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0 0 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-embed:before, .w-embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-embed:after {
  clear: both;
}

.w-video {
  width: 100%;
  padding: 0;
  position: relative;
}

.w-video iframe, .w-video object, .w-video embed {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button, [type="button"], [type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-input, .w-select {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input::placeholder, .w-select::placeholder {
  color: #999;
}

.w-input:focus, .w-select:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-input[disabled], .w-select[disabled], .w-input[readonly], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
  cursor: not-allowed;
}

.w-input[disabled]:not(.w-input-disabled), .w-select[disabled]:not(.w-input-disabled), .w-input[readonly], .w-select[readonly], fieldset[disabled]:not(.w-input-disabled) .w-input, fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eee;
}

textarea.w-input, textarea.w-select {
  height: auto;
}

.w-select {
  background-color: #f3f3f3;
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: normal;
  display: inline-block;
}

.w-radio {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-radio:before, .w-radio:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-radio:after {
  clear: both;
}

.w-radio-input {
  float: left;
  margin: 3px 0 0 -20px;
  line-height: normal;
}

.w-file-upload {
  margin-bottom: 10px;
  display: block;
}

.w-file-upload-input {
  opacity: 0;
  z-index: -100;
  width: .1px;
  height: .1px;
  position: absolute;
  overflow: hidden;
}

.w-file-upload-default, .w-file-upload-uploading, .w-file-upload-success {
  color: #333;
  display: inline-block;
}

.w-file-upload-error {
  margin-top: 10px;
  display: block;
}

.w-file-upload-default.w-hidden, .w-file-upload-uploading.w-hidden, .w-file-upload-error.w-hidden, .w-file-upload-success.w-hidden {
  display: none;
}

.w-file-upload-uploading-btn {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: flex;
}

.w-file-upload-file {
  background-color: #fafafa;
  border: 1px solid #ccc;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  display: flex;
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.w-file-remove-link {
  cursor: pointer;
  width: auto;
  height: auto;
  margin-top: 3px;
  margin-left: 10px;
  padding: 3px;
  display: block;
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}

.w-file-upload-error-msg {
  color: #ea384c;
  padding: 2px 0;
  display: inline-block;
}

.w-file-upload-info {
  padding: 0 12px;
  line-height: 38px;
  display: inline-block;
}

.w-file-upload-label {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}

.w-icon-file-upload-icon, .w-icon-file-upload-uploading {
  width: 20px;
  margin-right: 8px;
  display: inline-block;
}

.w-icon-file-upload-uploading {
  height: 20px;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before, .w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before, .w-row:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333%;
}

.w-col-2 {
  width: 16.6667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.3333%;
}

.w-col-5 {
  width: 41.6667%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.3333%;
}

.w-col-8 {
  width: 66.6667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.3333%;
}

.w-col-11 {
  width: 91.6667%;
}

.w-col-12 {
  width: 100%;
}

.w-hidden-main {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }

  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: none !important;
  }

  .w-col-medium-1 {
    width: 8.33333%;
  }

  .w-col-medium-2 {
    width: 16.6667%;
  }

  .w-col-medium-3 {
    width: 25%;
  }

  .w-col-medium-4 {
    width: 33.3333%;
  }

  .w-col-medium-5 {
    width: 41.6667%;
  }

  .w-col-medium-6 {
    width: 50%;
  }

  .w-col-medium-7 {
    width: 58.3333%;
  }

  .w-col-medium-8 {
    width: 66.6667%;
  }

  .w-col-medium-9 {
    width: 75%;
  }

  .w-col-medium-10 {
    width: 83.3333%;
  }

  .w-col-medium-11 {
    width: 91.6667%;
  }

  .w-col-medium-12 {
    width: 100%;
  }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .w-hidden-main, .w-hidden-medium {
    display: inherit !important;
  }

  .w-hidden-small {
    display: none !important;
  }

  .w-row, .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }

  .w-col-small-1 {
    width: 8.33333%;
  }

  .w-col-small-2 {
    width: 16.6667%;
  }

  .w-col-small-3 {
    width: 25%;
  }

  .w-col-small-4 {
    width: 33.3333%;
  }

  .w-col-small-5 {
    width: 41.6667%;
  }

  .w-col-small-6 {
    width: 50%;
  }

  .w-col-small-7 {
    width: 58.3333%;
  }

  .w-col-small-8 {
    width: 66.6667%;
  }

  .w-col-small-9 {
    width: 75%;
  }

  .w-col-small-10 {
    width: 83.3333%;
  }

  .w-col-small-11 {
    width: 91.6667%;
  }

  .w-col-small-12 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }

  .w-hidden-main, .w-hidden-medium, .w-hidden-small {
    display: inherit !important;
  }

  .w-hidden-tiny {
    display: none !important;
  }

  .w-col {
    width: 100%;
  }

  .w-col-tiny-1 {
    width: 8.33333%;
  }

  .w-col-tiny-2 {
    width: 16.6667%;
  }

  .w-col-tiny-3 {
    width: 25%;
  }

  .w-col-tiny-4 {
    width: 33.3333%;
  }

  .w-col-tiny-5 {
    width: 41.6667%;
  }

  .w-col-tiny-6 {
    width: 50%;
  }

  .w-col-tiny-7 {
    width: 58.3333%;
  }

  .w-col-tiny-8 {
    width: 66.6667%;
  }

  .w-col-tiny-9 {
    width: 75%;
  }

  .w-col-tiny-10 {
    width: 83.3333%;
  }

  .w-col-tiny-11 {
    width: 91.6667%;
  }

  .w-col-tiny-12 {
    width: 100%;
  }
}

.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  text-align: center;
}

.w-widget-map .gm-style-iw > button {
  display: none !important;
}

.w-widget-twitter {
  overflow: hidden;
}

.w-widget-twitter-count-shim {
  vertical-align: top;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
  width: 28px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  text-align: center;
  color: #999;
  font-family: serif;
  font-size: 15px;
  line-height: 12px;
  position: relative;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  display: block;
  position: relative;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before, .w-widget-twitter-count-shim:not(.w--vertical):after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-width: 4px;
  border-color: #75869600 #5d6c7b #75869600 #75869600;
  margin-top: -4px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -10px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-width: 4px;
  border-color: #fff0 #fff #fff0 #fff0;
  margin-top: -4px;
  margin-left: -8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before, .w-widget-twitter-count-shim.w--vertical:after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-width: 5px;
  border-color: #5d6c7b #75869600 #75869600;
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-width: 4px;
  border-color: #fff #fff0 #fff0;
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

.w-background-video {
  color: #fff;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.w-background-video > video {
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: -100%;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.w-background-video--control {
  background-color: #0000;
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.w-background-video--control > [hidden] {
  display: none !important;
}

.w-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  background: #ddd;
  height: 300px;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.w-slider-nav {
  z-index: 2;
  text-align: center;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  height: 40px;
  margin: auto;
  padding-top: 10px;
  position: absolute;
  inset: auto 0 0;
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  font-size: inherit;
  line-height: inherit;
  padding: .2em .5em;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px #3336;
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: #2226;
}

.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

.w-slider-dot {
  cursor: pointer;
  background-color: #fff6;
  width: 1em;
  height: 1em;
  margin: 0 3px .5em;
  transition: background-color .1s, color .1s;
  display: inline-block;
  position: relative;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
}

.w-slider-arrow-left, .w-slider-arrow-right {
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  width: 80px;
  margin: auto;
  font-size: 40px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.w-slider-arrow-left [class^="w-icon-"], .w-slider-arrow-right [class^="w-icon-"], .w-slider-arrow-left [class*=" w-icon-"], .w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left:focus, .w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left, .w-icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  inset: 0;
}

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.w-slider-force-show {
  display: block !important;
}

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  width: 1em;
  height: 1em;
  margin: auto 20px auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.w-dropdown-list {
  background: #ddd;
  min-width: 100%;
  display: none;
  position: absolute;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  color: #222;
  padding: 10px 20px;
  display: block;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-dropdown-link:focus {
  outline: 0;
}

.w-lightbox-backdrop {
  cursor: auto;
  letter-spacing: normal;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  color: #fff;
  text-align: center;
  z-index: 2000;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: #000000e6;
  outline: 0;
  font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  list-style: outside;
  position: fixed;
  inset: 0;
  -webkit-transform: translate(0);
}

.w-lightbox-backdrop, .w-lightbox-container {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow: auto;
}

.w-lightbox-content {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-view {
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

.w-lightbox-frame, .w-lightbox-view:before {
  vertical-align: middle;
  display: inline-block;
}

.w-lightbox-figure {
  margin: 0;
  position: relative;
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}

.w-lightbox-img {
  width: auto;
  max-width: none;
  height: auto;
}

.w-lightbox-image {
  float: none;
  max-width: 100vw;
  max-height: 100vh;
  display: block;
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

.w-lightbox-caption {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #0006;
  padding: .5em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-lightbox-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.w-lightbox-control {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 4em;
  transition: all .3s;
  position: absolute;
  top: 0;
}

.w-lightbox-left {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
  display: none;
  bottom: 0;
  left: 0;
}

.w-lightbox-right {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
  display: none;
  bottom: 0;
  right: 0;
}

.w-lightbox-close {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
  height: 2.6em;
  right: 0;
}

.w-lightbox-strip {
  white-space: nowrap;
  padding: 0 1vh;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto hidden;
}

.w-lightbox-item {
  box-sizing: content-box;
  cursor: pointer;
  width: 10vh;
  padding: 2vh 1vh;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
}

.w-lightbox-active {
  opacity: .3;
}

.w-lightbox-thumbnail {
  background: #222;
  height: 10vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  height: 100%;
  left: 50%;
  transform: translate(-50%);
}

.w-lightbox-spinner {
  box-sizing: border-box;
  border: 5px solid #0006;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  animation: .8s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%;
}

.w-lightbox-spinner:after {
  content: "";
  border: 3px solid #0000;
  border-bottom-color: #fff;
  border-radius: 50%;
  position: absolute;
  inset: -4px;
}

.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }

  .w-lightbox-view, .w-lightbox-view:before {
    height: 96vh;
  }

  .w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }

  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }

  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }

  .w-lightbox-left, .w-lightbox-right {
    opacity: .5;
    display: block;
  }

  .w-lightbox-close {
    opacity: .8;
  }

  .w-lightbox-control:hover {
    opacity: 1;
  }
}

.w-lightbox-inactive, .w-lightbox-inactive:hover {
  opacity: 0;
}

.w-richtext:before, .w-richtext:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable="true"]:before, .w-richtext[contenteditable="true"]:after {
  white-space: initial;
}

.w-richtext ol, .w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after, .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after, .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:after, .w-richtext figure[data-rt-type="video"] > div:after {
  content: "";
  display: none;
  position: absolute;
  inset: 0;
}

.w-richtext figure {
  max-width: 60%;
  position: relative;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: .6;
}

.w-richtext figure div {
  color: #0000;
  font-size: 0;
}

.w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type="image"] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div, .w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption, .w-richtext figure[data-rt-type="image"] > figcaption {
  caption-side: bottom;
  display: table-caption;
}

.w-richtext figure.w-richtext-figure-type-video, .w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe, .w-richtext figure[data-rt-type="video"] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.w-richtext figure.w-richtext-figure-type-video > div, .w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  text-align: center;
  clear: both;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  padding-bottom: inherit;
  display: inline-block;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px;
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  float: right;
  position: relative;
}

[data-nav-menu-open] {
  text-align: center;
  background: #c8c8c8;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay, .w-nav[data-animation="over-left"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay, .w-nav[data-animation="over-right"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  color: #fff;
  background-color: #c8c8c8;
}

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse="all"] .w-nav-button, .w--nav-dropdown-open, .w--nav-dropdown-toggle-open {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}

.w-tabs {
  position: relative;
}

.w-tabs:before, .w-tabs:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-tab-link.w--current {
  background-color: #c8c8c8;
}

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}

.w-tab-pane {
  display: none;
  position: relative;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}

.w-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.w-dyn-empty {
  background-color: #ddd;
  padding: 10px;
}

.w-dyn-hide, .w-dyn-bind-empty, .w-condition-invisible {
  display: none !important;
}

.wf-layout-layout {
  display: grid;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

/* [project]/src/styles/webflow/fontinlogo.css [client] (css) */
:root {
  --medium-spring-green: #39de9e;
  --webflow-color: #146ef5;
  --primary-hover: #3ae6a3;
  --grey-text: #8d8e8e;
  --primary-2: #2685a3;
  --light-coral: #ff6382;
  --slate-blue: #4353ff;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-userformheader {
  text-align: center;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("/images/custom-checkbox-checkmark.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: var(--font-montserrat), sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  line-height: 22px;
}

a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

a:hover {
  color: var(--medium-spring-green);
}

strong {
  font-weight: 600;
}

figure {
  max-width: 100%;
  margin-bottom: 10px;
}

.image {
  width: 200px;
}

.body {
  font-family: var(--font-montserrat), sans-serif;
  background-color: #fff;
}

.mycontainer {
  z-index: 1;
  width: auto;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 20px;
  position: relative;
}

.mycontainer.nav-container {
  background-color: #0000;
  border-bottom: 0 #0000;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
}

.mycontainer.small {
  max-width: 780px;
}

.mycontainer.post-container {
  max-width: 90%;
}

.mycontainer.full-height {
  flex: 1;
  height: 100%;
}

.mycontainer._0-bottom-rem {
  padding-bottom: 0;
}

.mycontainer._1-top-rem, .mycontainer.o-top-rem {
  padding-top: 1rem;
}

.mycontainer._0-top-rem {
  padding-top: 0;
}

.logo-info-card {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 1px;
  padding: 25px;
  text-decoration: none;
  transition: border-color .4s, color .2s;
  overflow: hidden;
}

.logo-info-card:hover {
  border-color: #333;
  box-shadow: 0 0 18px #0000000d;
}

.logo-info-card.w--current {
  width: 99%;
}

.logo-info-card.promoted-item {
  border-color: var(--webflow-color);
}

.logo-info-card.promoted-item:hover {
  border-color: #000;
}

.logo-info-card.banner {
  border-width: 2px;
  border-radius: 10px;
  padding: 0;
}

.logo-info-card.banner:hover {
  box-shadow: none;
  border-width: 2px;
  border-color: #e5e5e5;
}

.search-result-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph {
  color: #8d8e8e;
  height: 60px;
  min-height: 60px;
  font-family: var(--font-montserrat), sans-serif;
  font-size: 16px;
  overflow: hidden;
}

.nav-link {
  color: #000;
  text-transform: uppercase;
  margin-right: 10px;
  padding: 10px 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .35s;
}

.nav-link:hover {
  color: #333;
}

.nav-link.w--current {
  color: #000;
}

.nav-link.w--current:hover {
  color: #333;
}

.nav-link.filled {
  background-color: #c2ffe7;
  border-radius: 4px;
  transition: all .35s;
}

.nav-link.filled:hover {
  background-color: var(--primary-hover);
}

.nav-link.block, .nav-link.advertise-nav-link {
  margin-bottom: 0;
  position: relative;
}

.nav-link.hide {
  display: none;
}

.nav-link.nav-logo-with-ai {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
}

.nav-link.nav-logo-with-ai:hover {
  background-color: #3d3d3d;
}

.collection-grid-list {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-grid-list.fontinlogo-items {
  margin-top: 40px;
}

.logo-item-text {
  clear: left;
}

.logo-item-description {
  height: auto;
  color: var(--grey-text);
  margin-bottom: 0;
  font-weight: 400;
  text-decoration: none;
  overflow: hidden;
}

.brand-logo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0;
  height: 180px;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gray {
  color: #a3a3a3;
  margin-bottom: 0;
  display: block;
}

.nav-menu {
  clear: none;
  justify-content: space-between;
  display: flex;
}

.brand.w--current {
  background-image: none;
  min-width: auto;
}

.navbar {
  z-index: 12;
  background-color: #fff;
  border-bottom: 1px solid #e7e7e7;
  width: 100%;
  height: 60px;
  position: sticky;
  top: 0;
}

.logo-item-image {
  object-fit: cover;
  flex: none;
  align-self: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  padding-left: 38px;
  padding-right: 38px;
  overflow: visible;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  column-count: 3;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logo-item-decription-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 72px;
  max-height: 72px;
  padding-top: 10px;
  display: flex;
  overflow: hidden;
}

.hero-font-section {
  background-color: #2785a4;
  background-image: url("/images/pattern.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: auto;
  position: relative;
}

.cta-font-download {
  justify-content: space-between;
  display: flex;
}

.get-the-font {
  font-family: var(--font-montserrat), sans-serif;
  background-color: #39de9e;
  margin-top: 26px;
  padding: 12px 50px;
  font-size: 16px;
  font-weight: 500;
}

.font-display-name {
  color: #fff;
  text-align: left;
  margin-top: 0;
  font-size: 80px;
  line-height: 97px;
}

.div-block-5 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 60px;
  display: block;
}

.text-block-2 {
  color: #fff;
  text-align: left;
  width: 50%;
}

.body-3 {
  font-family: var(--font-montserrat), sans-serif;
}

.heading-7 {
  font-weight: 100;
}

.section {
  z-index: 1;
  position: relative;
}

.section.small-hero {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  min-height: 40vh;
  display: flex;
}

.section.logotousesection {
  display: block;
}

.div-block-7 {
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-height: 110px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-4 {
  align-self: auto;
  width: 210px;
  max-width: none;
  margin-left: 16px;
  margin-right: 16px;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  overflow: scroll;
}

.search-section {
  z-index: 11;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.search-field {
  color: #6e6e6e;
  cursor: text;
  width: 100%;
  height: 60px;
  font-family: var(--font-montserrat), sans-serif;
  background-color: #fff;
  border: 0 #000;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  text-decoration: none;
  display: block;
  position: relative;
  box-shadow: 0 8px 24px #0000000f;
}

.search-backgroud-overlay {
  z-index: 2;
  opacity: 1;
  color: #fff;
  background-color: #ffffffe6;
  border-radius: 0;
  width: 100vw;
  height: 100vh;
  padding-right: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.search-textbox {
  display: flex;
  position: relative;
}

.tag {
  color: #000;
  text-align: left;
  background-color: #0000;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 8px 10px;
  text-decoration: none;
  transition-property: background-color;
  display: flex;
}

.tag:hover {
  border-color: var(--medium-spring-green);
  color: #000;
  background-color: #f7f7f7;
}

.tag.with-icon {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.tag-content {
  border-radius: 4px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
}

.search-xs {
  padding-top: 20px;
  display: none;
}

.collection-font-categories {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.tag-icon {
  width: 30px;
  margin-left: 2px;
  padding-left: 6px;
}

.collection-list-wrapper {
  position: relative;
  top: 0;
}

.back {
  color: #000;
}

.collection-list-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.search-submit-icon {
  cursor: pointer;
  background-color: #0000;
  background-image: url("/images/ico_search.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 50px;
  height: 40px;
  transition: opacity .2s;
  display: block;
  position: absolute;
  inset: 12px 0 0% auto;
}

.search-submit-icon:hover {
  opacity: .6;
}

.search-submit-icon.nav-search-submit-icon {
  background-size: 15px;
  width: 40px;
  height: 100%;
  padding: 10px;
  transition-property: all;
  transition-duration: .35s;
  inset: 0% 0% auto auto;
}

.search-font-categories {
  border-top: 2px solid #000;
  padding-top: 20px;
  position: relative;
}

.search-container {
  z-index: 10;
  background-color: #fff0;
  border-radius: 4px;
  width: 100%;
  margin-bottom: -50px;
  padding: 20px;
  transition: all .3s;
  display: none;
  position: relative;
  inset: 0% 0% auto;
  transform: scale(.96)translate(0);
}

.search-container-shadow {
  z-index: -1;
  opacity: 0;
  background-color: #0000;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  transition: opacity .2s;
  position: absolute;
  inset: 0%;
  box-shadow: 0 8px 24px #00000029;
}

.footer {
  text-align: left;
  background-color: #fff;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 60px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: 120px;
  display: flex;
}

.footer-logo-link.w--current {
  min-width: auto;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
}

.footer-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #444;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.footer-link:hover {
  color: var(--medium-spring-green);
  text-decoration: none;
}

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

.empty-state {
  opacity: .7;
  text-align: center;
  background-color: #dddddd4d;
  padding-top: 10px;
  padding-bottom: 10px;
}

.empty-state.footer-empty-state {
  text-align: left;
  background-color: #dddddd4d;
  border-radius: 5px;
}

.empty-state.display-none {
  display: none;
}

.footer-block {
  min-width: 25%;
  padding: 17px 20px;
}

.footer-block._3col {
  width: 100%;
  min-width: auto;
  height: 100%;
}

.footer-block._3col.first {
  padding-left: 0;
}

.footer-icon {
  width: 63px;
}

.footer-link-block {
  color: #000;
  cursor: pointer;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  padding: 24px 10px 20px 20px;
  text-decoration: none;
  transition: all .2s;
}

.footer-link-block:hover {
  color: #000;
  background-color: #fff;
  box-shadow: 5px 5px 20px 7px #0000000d;
}

.footer-grid-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 100px;
  display: grid;
}

.opacity-50 {
  opacity: .5;
}

.white {
  color: #fff;
}

.bg-image {
  z-index: -1;
  background-image: url("/images/background-image.svg");
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.bg-image.transparent-black {
  background-color: #0006;
  background-image: none;
}

.bold {
  font-weight: 600;
}

.container {
  z-index: 1;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: relative;
}

.container.medium {
  max-width: 980px;
}

.container.small {
  max-width: 680px;
}

.grey {
  color: #a6a6a6;
}

.black {
  color: #000;
}

.space-small {
  width: 100%;
  height: 5em;
}

.content {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
  position: static;
}

.content.bg-black {
  background-color: #000;
}

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

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

.content.horizontal {
  flex-direction: row;
  align-items: center;
}

.white-2 {
  color: #fff;
}

.font-dm-serif {
  font-weight: 400;
}

.form-settings {
  width: 100%;
}

.input-field {
  color: #231f20;
  background-color: #fff;
  border: 0 solid #000;
  border-bottom: 1px solid #e9eff2;
  width: 100%;
  height: 62px;
  padding: 0 7px;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.input-field.textarea-field {
  height: auto;
  min-height: 150px;
  padding-top: 11px;
}

.field {
  position: relative;
}

.success-message {
  color: #2b2b2b;
  background-color: #f6f9fc;
  border-radius: 3px;
  max-width: 100%;
}

.field-container {
  height: auto;
  min-height: 62px;
  margin-bottom: .25em;
  margin-right: .75em;
  display: flex;
  position: relative;
}

.error-message {
  border-radius: 3px;
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  position: relative;
}

.form {
  width: 100%;
  margin-top: 40px;
}

.form-grid {
  grid-template-rows: auto auto auto auto;
}

.button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border-bottom: 0 solid #2b2b2b;
  border-radius: 80px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 100%;
  margin-bottom: 0;
  padding: 9px 20px 9px 11px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
  position: relative;
}

.button:hover {
  color: #fff;
  background-color: #202020;
  border-style: none none solid;
  border-color: #555c62 #555c62 #459dab;
  border-bottom-width: 0;
}

.button.small {
  float: right;
  border-bottom-width: 1px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.button.full-width {
  width: 100%;
  margin-bottom: 0;
}

.button.primary {
  background-color: var(--medium-spring-green);
  color: #000;
  margin-top: 10px;
  padding: 15px 40px;
  font-size: 18px;
}

.button.primary:hover {
  background-color: var(--primary-hover);
}

.button.no-margins {
  margin-bottom: 0;
  margin-right: 0;
}

.button.nav-button {
  padding: 4px 15px 4px 5px;
}

.collection-panel {
  margin-top: 30px;
}

.title-bar {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.post-header {
  flex-direction: column;
  justify-content: center;
  min-height: 60vh;
  margin-top: 20px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.font-collection-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.subscribe-form-flex {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.subscribe-form-input-wrapper {
  text-align: left;
}

.subscribe-form-input {
  background-color: #0000;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  margin-bottom: 10px;
}

.subscribe-form-input:focus {
  background-color: #f3f7f5;
}

.form-block {
  margin-bottom: 0;
}

.form-block.webflow-subscribe-form {
  display: none;
}

.hint-text {
  color: #555;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 16px;
}

.footer-font-grid {
  grid-template-columns: .5fr 2fr;
  margin-bottom: 20px;
  position: relative;
}

.footer-tag {
  color: #888;
  background-color: #0000;
  align-items: center;
  margin-bottom: 5px;
  margin-right: 20px;
  text-decoration: none;
  transition-property: background-color;
  display: flex;
}

.footer-tag:hover {
  color: #000;
}

.font-collection-grid-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-bottom: 30px;
  display: grid;
}

.font-wrapper-grid {
  width: 100%;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.font-category-footer {
  margin-top: 0;
  font-weight: 400;
}

.heading-container {
  max-width: 65%;
  margin-bottom: 60px;
}

.heading-container.no-margin {
  margin-bottom: 0;
}

.cta-container {
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.blog-2-image-overlay {
  z-index: 2;
  opacity: 0;
  background-color: #00000040;
  position: absolute;
  inset: 0;
}

.post-brand {
  text-transform: uppercase;
  margin-top: 0;
}

.grey-2 {
  color: #a7b1b5;
  margin-bottom: 0;
}

.no-margin-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.blog-2-image-big {
  z-index: 0;
  opacity: 1;
  background-image: url("/images/background-image.svg");
  background-position: 50%;
  background-size: cover;
  width: 60%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.blog-item {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  padding: 0 0 10rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-item:hover {
  color: #222;
}

.blog-2-content-big {
  z-index: 3;
  background-color: #fff;
  width: 40%;
  height: 100%;
  padding: 10px 20px 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.blog-3-big-description {
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}

.blog-3-description {
  height: 42px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  display: none;
  overflow: hidden;
}

.blog-2-image {
  z-index: 0;
  opacity: 1;
  background-image: url("/images/background-image.svg");
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 16rem;
  min-height: 16rem;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.blog-item-content {
  z-index: 3;
  background-color: #fff;
  padding: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.display-2 {
  color: #000;
  font-size: 60px;
  font-weight: 600;
  line-height: 75px;
}

.display-2.white {
  color: #fff;
}

.preloader {
  z-index: 999999;
  background-color: #0000;
  width: 100vw;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-content {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  margin-top: -150px;
  margin-left: -150px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
}

.preloader-line {
  background-color: #fff;
  width: 0;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.preloader-line.black {
  background-color: #000;
}

.preloader-line-2 {
  background-color: #fff;
  width: 1px;
  height: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.preloader-line-2.black {
  background-color: #000;
}

.preloader-line-3 {
  background-color: #fff;
  width: 0;
  height: 1px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.preloader-line-3.black {
  background-color: #000;
}

.preloader-line-4 {
  background-color: #fff;
  width: 1px;
  height: 0;
  position: absolute;
  inset: auto auto 0% 0%;
}

.preloader-line-4.black {
  background-color: #000;
}

.preloader-bg-top {
  z-index: 1;
  background-color: #000;
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.preloader-bg-top.white {
  background-color: #fff;
}

.preloader-bg-right {
  z-index: 1;
  background-color: #000;
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.preloader-bg-right.white {
  background-color: #fff;
}

.preloader-bg-bottom {
  z-index: 1;
  background-color: #000;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.preloader-bg-bottom.white {
  background-color: #fff;
}

.preloader-bg-left {
  z-index: 1;
  background-color: #000;
  width: 50%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.preloader-bg-left.white {
  background-color: #fff;
}

.preloader-logo {
  width: 100%;
  max-width: 100px;
}

.background-grey-light {
  z-index: -1;
  background-color: #f3f7f5;
  position: absolute;
  inset: 0%;
}

.sticky {
  position: sticky;
  top: 100px;
}

.color-primary {
  color: var(--medium-spring-green);
}

.logo-item-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

.space-normal {
  min-height: 6rem;
}

.header-brand-name {
  opacity: .7;
}

.grid-5col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.banner-search-content {
  width: 100%;
  padding-left: 40px;
}

.search-font-cat-overlay {
  z-index: 2;
  display: none;
  position: absolute;
  inset: 0%;
}

.tag-font-category {
  opacity: .5;
  font-size: 12px;
  font-weight: 400;
}

.full-font-collection-list-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-bottom: 30px;
  display: grid;
}

.font-banner-image {
  z-index: 1;
  position: absolute;
  inset: auto 0% 0% auto;
}

.logo-container {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.logo-details-image {
  padding-top: 50px;
  padding-bottom: 50px;
}

.collection-list-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.background-overlay {
  z-index: 0;
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.margin-right-10 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
}

.medium {
  font-weight: 400;
}

.section-logo-details {
  z-index: 1;
  background-color: var(--primary-2);
  min-height: 180vh;
  position: relative;
}

.logo-details-bg-lines {
  z-index: 0;
  background-image: url("/images/Logo-Details-Lines.svg");
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.section-logo-details-inside {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 90vh;
  display: flex;
  position: relative;
}

.logo-details-background {
  z-index: 0;
  background-color: #000;
  height: 180vh;
  position: absolute;
  inset: 0% 0% auto;
}

.grid-4col {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-4col.full-height {
  height: 100%;
}

.logo-details-heading-info {
  opacity: .7;
  color: #fff;
  margin-bottom: 0;
  padding-left: 4px;
  position: relative;
  top: 10px;
}

.logo-details-background-overlay {
  z-index: 1;
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.about-us-text {
  font-size: 16px;
}

.image-container {
  justify-content: center;
  display: flex;
}

.search-card-description {
  color: #8d8e8e;
  height: 60px;
  min-height: 60px;
  font-family: var(--font-montserrat), sans-serif;
  font-size: 16px;
  display: none;
  overflow: hidden;
}

.logo-image-bg {
  background-image: url("/images/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0% 5%;
}

.pagination {
  align-items: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.page-count {
  color: #4e4e4e;
  width: auto;
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
}

.pagination-button {
  text-align: center;
  background-color: #fff;
  border-color: #000;
  border-radius: 5px;
  min-width: 140px;
  padding: 15px 20px;
  font-size: 18px;
}

.pagination-button:hover {
  border-color: var(--medium-spring-green);
}

.pagination-icon {
  width: 20px;
  height: 16px;
  position: relative;
  top: 1px;
}

.section-all-logo-details {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 180vh;
  display: flex;
  position: relative;
}

.view-logo-only-mobile {
  width: 100%;
  display: none;
}

.logo-brand-details {
  min-height: 90vh;
}

.brand-logo-image-container {
  width: 100%;
  display: block;
}

.product-hunt-container {
  text-align: center;
  display: none;
  position: fixed;
  inset: auto 0% 10px;
}

.product-hunt-code {
  border-radius: 10px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  box-shadow: 4px 4px 24px #00000061;
}

.product-hunt-header-container {
  text-align: center;
  position: static;
  inset: 14px auto 0% 130px;
}

.product-hunt-header-code {
  box-shadow: none;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.feature-brand-grid-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.featured-brand-item {
  z-index: 1;
  background-color: #fff0;
  border: 0 solid #e5e5e5;
  border-radius: 8px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px;
  text-decoration: none;
  transition: all .2s, color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.featured-brand-item:hover {
  background-color: #ffffffb3;
  border-color: #333;
  box-shadow: 0 0 18px #0000001a;
}

.featured-brand-item.w--current {
  width: 99%;
}

.feature-brand-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fffc;
  border: 1px solid #0000001a;
  border-radius: 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80px;
  min-width: 80px;
  height: 80px;
  margin-top: 0;
  margin-right: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-brand-image.white {
  background-color: #fffc;
}

.featured-brand-font-text {
  color: #a3a3a3;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 5px;
  font-weight: 400;
  display: block;
}

.featured-brand-image-bg {
  background-image: url("/images/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0% 5%;
}

.featured-brand-text-container {
  clear: left;
}

.featured-brand-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.featured-brand-font {
  color: #a3a3a3;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  display: block;
}

.featured-brand-external-link {
  opacity: 0;
  background-image: url("/images/external-link.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  position: absolute;
  inset: 10px 10px auto auto;
}

.featured-grid-with-your-brand {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.featured-brand-wrapper {
  width: 100%;
}

.sample-featured-brand-item {
  z-index: 1;
  background-color: #fff0;
  border: 0 solid #e5e5e5;
  border-radius: 8px;
  flex-direction: row;
  align-items: center;
  width: 25%;
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px;
  text-decoration: none;
  transition: all .2s, color .2s;
  display: flex;
  position: absolute;
  top: 105px;
  left: 25%;
  overflow: hidden;
}

.sample-featured-brand-item:hover {
  background-color: #f3f7f500;
  border-color: #333;
  box-shadow: 0 0 18px #0000001a;
}

.sample-featured-brand-item.w--current {
  width: 99%;
}

.banner-center {
  text-align: center;
  display: none;
}

.logo-font-wrong---text {
  opacity: .8;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.grid-featured-on {
  grid-template-columns: 1fr 1fr 1fr;
}

.featured-on-logo {
  opacity: .8;
  max-width: 80%;
  max-height: 70px;
}

.featuredon-background {
  z-index: -1;
  background-color: #f3f7f585;
  position: absolute;
  inset: 0%;
}

.space-x-small {
  width: 100%;
  height: 3em;
}

.space-x-small.hide {
  display: none;
}

.carbonad-container {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 5%;
  display: none;
  position: static;
}

.carbonad-container.bg-black {
  background-color: #000;
}

.carbonad-container.center {
  justify-content: center;
  align-items: center;
}

.carbonad-container.horizontal {
  flex-direction: row;
  align-items: center;
}

.carbonad-container.logo-details {
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 0%;
}

.featured-brands-container.hide-featured-brands {
  display: none;
}

.logo-font-optional-info {
  background-color: #ffffffb3;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 6px 10px 5px;
  font-weight: 600;
}

.logo-font-status {
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 0;
  padding: 6px 10px 5px;
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.logo-font-status.item-list-description {
  color: var(--grey-text);
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}

.logo-font-status-span {
  display: inline;
}

.logo-font-status-container {
  width: 100%;
}

.logo-font-status-container.on-font-details {
  background-color: #ffffffb3;
  border-radius: 5px;
}

.font-details-description {
  color: #fff;
  margin-bottom: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
}

.nav-dropdown-list.w--open {
  background-color: #fff;
  box-shadow: 0 5px 4px #0000001a;
}

.nav-dropdown-toggle {
  z-index: 1;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 10px 27px 10px 15px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.nav-dropdown-toggle.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.background-blur {
  z-index: 0;
  opacity: .6;
  filter: blur(150px);
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.bg_circle {
  background-color: var(--medium-spring-green);
  border-radius: 100%;
  width: 30vw;
  height: 30vh;
  position: absolute;
  inset: 0%;
}

.bg_circle._1 {
  background-color: #7056f5;
  margin-top: -15%;
  margin-left: -15%;
  bottom: auto;
  right: auto;
}

.bg_circle._2 {
  background-color: var(--primary-hover);
  margin-top: -20%;
  margin-left: 0%;
  display: none;
  bottom: auto;
  right: auto;
}

.bg_circle._3 {
  background-color: #3fa1f7;
  width: 40vw;
  height: 40vh;
  margin-top: -12%;
  margin-left: 52%;
  bottom: auto;
  right: auto;
}

.bg_circle._4 {
  background-color: #20c788;
  width: 60vw;
  height: 60vh;
  margin-top: -32%;
  margin-left: -10%;
  bottom: auto;
  left: auto;
}

.bg_circle._5 {
  background-color: #85ffb8;
  width: 40vw;
  height: 40vh;
  margin-top: 24%;
  margin-right: -8%;
  bottom: 0%;
  left: auto;
}

.bg_circle._6 {
  background-color: var(--medium-spring-green);
  width: 40vw;
  height: 40vh;
  margin-bottom: -20%;
  margin-right: -16%;
  display: none;
  top: auto;
  left: auto;
}

.display-small {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.display-small.white {
  color: #fff;
}

.full-industry-collection-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-bottom: 30px;
  display: grid;
}

.industry-item-description {
  opacity: .5;
  max-height: 20px;
  font-size: 12px;
  font-weight: 400;
  overflow: hidden;
}

.industry-item-description._1 {
  margin-right: 4px;
}

.industry-tag-item-collection {
  flex-wrap: wrap;
  padding-top: 5px;
  display: flex;
}

.industry-tag-item {
  color: #fff;
  background-color: #0003;
  border-radius: 3px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 3px 8px;
}

.industry-list-tags-container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.featured-on-text {
  color: #000;
  background-color: #d8d8d800;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
}

.featured-on-content {
  z-index: 2;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.featured-on-content:hover {
  border-color: #e7e7e8;
  box-shadow: 1px 1px 9px #0000001a;
}

.featured-on-content.bg-black {
  background-color: #000;
}

.featured-on-content.center {
  justify-content: center;
  align-items: center;
}

.featured-on-content.center.fullh {
  justify-content: space-between;
}

.featured-on-content.horizontal {
  flex-direction: row;
  align-items: center;
}

.featured-on-image-container {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.bg-grey-super-light {
  z-index: -1;
  background-color: #f3f7f585;
  position: absolute;
  inset: 0%;
}

.display-text-1 {
  color: #000;
  font-size: 70px;
  font-weight: 700;
  line-height: 75px;
}

.display-text-1.white {
  color: #fff;
}

.product-hunt-video-container {
  text-align: center;
  position: static;
  inset: 14px auto 0% 130px;
}

.product-hunt-video-code {
  width: 100%;
  box-shadow: none;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.industry-list-item {
  color: #000;
  text-align: left;
  background-color: #0000;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 10px 8px 40px;
  text-decoration: none;
  transition-property: all;
  display: flex;
  position: relative;
}

.industry-list-item:hover {
  color: #000;
  background-color: #00000005;
  border-color: #00000080;
}

.industry-list-item.with-icon {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.industry-list-item-icon {
  width: 20px;
  margin-top: -10px;
  position: absolute;
  inset: 50% auto auto 10px;
}

.content-wrap-horizontal {
  flex-wrap: wrap;
  display: flex;
}

.industry-item-title {
  margin-right: 4px;
}

.title-content-wrap {
  flex-wrap: wrap;
  display: flex;
}

.display-2-with-margin-right {
  color: #000;
  margin-right: 10px;
  font-size: 60px;
  font-weight: 600;
  line-height: 75px;
}

.display-2-with-margin-right.white {
  color: #fff;
}

.industry-details-icon {
  align-self: center;
  width: 50px;
  margin-top: 10px;
  margin-right: 10px;
}

.industry-tag-item-icon {
  filter: invert();
  align-self: center;
  width: 15px;
  margin-right: 5px;
}

.nav-menu-new-badge {
  color: #fff;
  background-color: #f03c3c;
  border-radius: 3px;
  padding: 2px 4px;
  font-size: 9px;
  line-height: 10px;
  position: absolute;
  inset: 3px -5px auto auto;
  transform: rotate(40deg);
}

.nav-menu-new-badge.hide {
  display: none;
}

.text-gradient-1 {
  background-image: linear-gradient(164deg, var(--medium-spring-green), var(--light-coral));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.webflow-template-container {
  z-index: 2;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 0;
  padding-left: 5%;
  display: flex;
  position: static;
}

.webflow-template-container.bg-black {
  background-color: #000;
}

.webflow-template-container.center {
  justify-content: center;
  align-items: center;
}

.webflow-template-container.horizontal {
  flex-direction: row;
  align-items: center;
}

.webflow-template-container.logo-details {
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 0%;
}

.webflow-template-container.no-padding-left {
  padding-left: 0%;
}

.webflow-template-item {
  width: 100%;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.webflow-template-item:hover {
  color: #3d3d3d;
}

.webflow-template-item.list-item {
  max-width: 100%;
}

.webflow-template-image {
  border-radius: 5px;
  width: 100%;
}

.webflow-item-title {
  width: 82%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
}

.webflow-item-video {
  width: 100px;
  height: 100px;
}

.webflow-item-price {
  width: 100px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.webflow-template-header {
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 10px;
  display: flex;
}

.webflow-collection-list {
  width: 100%;
}

.webflow-center-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.webflow-banner {
  text-align: center;
  padding-top: 60px;
  display: none;
}

.small-webflow-banner {
  text-align: center;
}

.webflow-template-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.temp-hide {
  display: none;
}

.logotouse {
  border-radius: 10px;
  overflow: hidden;
}

.logo-to-use-image {
  width: 100%;
}

.banner-background {
  display: none;
}

.hero-banner-image, .hero-banner-link {
  width: 100%;
}

.second-footer-block {
  width: 100%;
  padding-top: 17px;
  padding-bottom: 17px;
}

.second-footer-block._3col {
  width: 100%;
  min-width: auto;
  height: 100%;
}

.second-footer-block._3col.first {
  padding-left: 0;
}

.footer-external-image {
  width: 12px;
}

.nav-search-container {
  z-index: 10;
  background-color: #fff0;
  border-radius: 4px;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  transition: all .3s;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
  transform: scale(.96)translate(0);
}

.nav-search-textbox {
  z-index: 1;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.nav-search-field {
  width: 236px;
  height: 42px;
  box-shadow: none;
  color: #000;
  cursor: text;
  font-family: var(--font-montserrat), sans-serif;
  background-color: #00000008;
  border: 0 #000;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 40px 10px 10px;
  text-decoration: none;
  transition: all .3s;
  display: block;
  position: relative;
}

.nav-search-field:focus {
  background-color: #ffffff0d;
  box-shadow: 0 8px 24px #0000000f;
}

.nav-search-field::placeholder {
  color: #0006;
}

.user-login-logout-btn {
  text-transform: uppercase;
  background-color: #00000008;
  border-radius: 4px;
  padding: 10px;
  font-size: 12px;
  font-weight: 500;
  transition: all .35s;
}

.dropdown-icon {
  margin-right: 0;
  position: absolute;
  inset: auto 8px auto auto;
}

.subscribe-hero {
  max-width: 380px;
  margin-top: 30px;
}

.subscribe-person {
  width: 40px;
  height: 40px;
  position: relative;
}

.persons {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  display: flex;
}

.profile-image {
  object-fit: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.landing-counts-content {
  background-color: #fff;
  border: 1px solid #f0f3f4;
  border-radius: 74px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 34px;
  padding-left: 16px;
  padding-right: 16px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.landing-counts-content:hover {
  color: #2985e2;
}

.landing-item-counts {
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 34px;
  margin-left: -10px;
  display: flex;
  position: relative;
}

.person-profile-image-holder {
  border-radius: 100%;
  width: 34px;
  min-width: 34px;
  height: 34px;
  position: relative;
  overflow: hidden;
}

.person-profile-image-holder.person-image-other {
  border: 2px solid #fff;
}

.person-profile-holder {
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 34px;
  min-width: 34px;
  height: 34px;
  display: flex;
  position: relative;
}

.person-profile-holder.person-profile-other {
  margin-left: -10px;
}

.maker-icon {
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  background-color: #3691ed;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 16px;
  height: 16px;
  font-size: 10px;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: auto auto -8px;
}

.subscribed-text {
  padding-left: 10px;
  font-size: 12px;
  font-weight: 400;
}

.subsribe-form-html-embed {
  margin-bottom: 0;
  display: block;
}

.subscribed-no {
  font-weight: 500;
}

.divider {
  background-color: #0000000d;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hero-description {
  max-width: 340px;
  font-weight: 500;
}

.producthunt-post {
  opacity: 1;
  border-radius: 16px;
  width: 100%;
  transition-property: opacity;
  transition-duration: .35s;
  display: none;
  overflow: hidden;
}

.producthunt-post:hover {
  opacity: .9;
}

.producthunt-image {
  width: 100%;
}

.item-webflow-image {
  border-radius: 5px;
  height: 100%;
}

.webflow-item-images-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 180px;
  margin: 0 -25px 20px;
  padding-left: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.webflow-template-grid-3-cols {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.item-promoted-text {
  color: #19392dcc;
}

.promoted-item-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

.promoted-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.path-x16l5 {
  color: #fff;
}

.promoted-button {
  color: #fff;
  background-color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.promote-external-icon {
  width: 20px;
}

.webflow-items-3-images {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-left: 1rem;
  display: flex;
}

.webflow-item-images-large {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 1000vw;
  height: 100%;
  margin-top: 0;
  display: flex;
  position: absolute;
}

.div-block-8 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.banner-holder {
  width: 100%;
  height: 100%;
  margin-bottom: 4em;
  display: none;
}

.main-banner-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.main-banner-image.main-image-desktop {
  display: block;
}

.main-banner-image.main-image-mobile {
  display: none;
}

.banner-holder-1 {
  margin-top: 3em;
}

.visible-on-mobile {
  display: none;
}

.link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url("/images/Goat-Banner-me-button-min.png");
  background-position: 50%;
  background-size: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100px;
  max-height: 100px;
  font-size: 100%;
  line-height: 100%;
  display: block;
  position: static;
}

.link-block-2 {
  width: 75rem;
  height: auto;
  margin-top: 20px;
  margin-bottom: 40px;
}

.div-block-9 {
  background-image: url("/images/Goat-Banner-me-button-min.png");
  background-position: 0 0;
  background-size: auto;
}

.image-5 {
  vertical-align: super;
}

.div-block-10 {
  width: auto;
  max-width: 1280px;
  position: relative;
}

.container-2 {
  width: auto;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 3em 20px;
  position: static;
}

.code-embed {
  height: 100%;
  margin-bottom: 0;
  display: none;
}

.main-banner-link {
  aspect-ratio: 2.39;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  transition-property: all;
  transition-duration: .4s;
  display: block;
  position: relative;
  overflow: hidden;
  transform: perspective(1px)translate(0);
  box-shadow: 0 0 0 1px #0000001a;
}

.main-banner-link:hover {
  opacity: .95;
  transform: perspective(1px)translate(0, -7px);
}

.main-banner-wrapper {
  margin-bottom: 10px;
}

.main-banner-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.main-banner-wrap {
  background-image: linear-gradient(#3ae6a31a, #3ae6a300);
  border-radius: 5px;
  position: relative;
}

.main-banner-image-desktop {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.sefe {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.div-block-11 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.banner-wrap-parent {
  aspect-ratio: 15 / 4;
  width: 100%;
}

.advertise-panel {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  pointer-events: auto;
  background-color: #39de9e1a;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 100%;
  margin-top: 3em;
  margin-bottom: 3em;
  padding: 15px;
  display: grid;
  box-shadow: inset 0 0 0 1px #0000001a;
}

.advertise-price {
  text-align: center;
  background-color: #39de9e1a;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2em 1em;
  font-weight: 500;
  display: flex;
}

.advertise-price-headline {
  margin-top: 0;
}

.advertise-container {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.advertise-price-monthly {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}

.ikonik-ebqfx {
  color: #fff;
}

.advertise-price-check {
  width: 20px;
  min-width: 20px;
  height: auto;
  position: relative;
  top: 2px;
}

.advertise-item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #00000005;
  border-radius: 3px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px;
  font-weight: 500;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1em;
  display: grid;
}

.nav-domain {
  opacity: .3;
  text-align: center;
  font-size: 8px;
  line-height: 1;
  position: absolute;
  inset: auto 0% 3px;
}

.advertise-summary {
  font-size: 16px;
  line-height: 1.4;
}

.subscript-month {
  opacity: .7;
  font-size: 34%;
  line-height: 1;
  bottom: 1px;
}

.popup {
  z-index: 222;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: auto;
  background-color: #0006;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-detail {
  pointer-events: auto;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  align-items: flex-start;
  width: 60vw;
  max-width: 700px;
  padding: 1em;
  display: flex;
  position: relative;
}

.popup-detail.hide {
  display: none;
}

.popup-image {
  object-fit: cover;
  width: 100%;
  height: 160px;
}

.popup-image.auto-height {
  height: auto;
}

.popup-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.3;
  display: none;
}

.popup-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  font-weight: 500;
  display: flex;
}

.ikonik-mpsbj {
  color: #fff;
}

.popup-button-icon {
  width: 20px;
  height: 20px;
}

.popup-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border-bottom: 0 solid #2b2b2b;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  padding: 9px 20px;
  font-weight: 500;
  text-decoration: none;
  transition-property: all;
  transition-duration: .3s;
  display: flex;
  position: relative;
}

.popup-button:hover {
  background-color: var(--medium-spring-green);
  color: #000;
  border-style: none none solid;
  border-color: #555c62 #555c62 #459dab;
  border-bottom-width: 0;
  padding-top: 9px;
  padding-bottom: 9px;
}

.popup-button.small {
  float: right;
  border-bottom-width: 1px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.popup-button.full-width {
  width: 100%;
  margin-bottom: 0;
}

.popup-button.primary {
  background-color: var(--medium-spring-green);
  color: #000;
  margin-top: 10px;
  padding: 15px 40px;
  font-size: 18px;
}

.popup-button.primary:hover {
  background-color: var(--primary-hover);
}

.popup-button.no-margins {
  margin-bottom: 0;
  margin-right: 0;
}

.popup-x {
  opacity: 1;
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: -10px -10px auto auto;
}

.popup-x:hover {
  background-color: #242424;
}

.ikonik-zdwsy {
  color: #fff;
}

.popup-x-icon {
  width: 100%;
  height: auto;
}

.popup-image-link {
  width: 100%;
}

.menu-wrap {
  display: none;
}

.text-block-3 {
  color: #fff;
  font-size: 2px;
  line-height: 100%;
}

.link {
  color: #fff;
}

.top-bar-link {
  background-color: var(--primary-hover);
  color: #fff;
  background-image: linear-gradient(90deg, #e58da3, #4c3efc);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-weight: 400;
  line-height: 1;
  transition-property: all;
  transition-duration: .4s;
  display: none;
}

.top-bar-link:hover {
  background-color: var(--medium-spring-green);
  color: #fff;
}

.top-bar-button {
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-left: 20px;
  padding: 6px 12px;
  transition: all .35s;
}

.top-bar-button:hover {
  color: #000;
  background-color: #fff;
}

.div-block-14 {
  background-image: linear-gradient(270deg, #4c3efc, #e58da3);
}

.featured-banner {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.featured-top {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  display: none;
}

.button-feature-prod {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #ffffff80;
  border-radius: 5px;
  width: auto;
  max-width: 100%;
  padding: 5px 15px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: inline-block;
  position: relative;
}

.button-feature-prod:hover {
  color: var(--primary-hover);
  background-color: #000;
  display: inline-block;
}

.button-feature-prod.small {
  float: right;
  border-bottom-width: 1px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.button-feature-prod.full-width {
  width: 100%;
  margin-bottom: 0;
}

.button-feature-prod.primary {
  background-color: var(--medium-spring-green);
  color: #000;
  margin-top: 10px;
  padding: 15px 40px;
  font-size: 18px;
}

.button-feature-prod.primary:hover {
  background-color: var(--primary-hover);
}

.button-feature-prod.no-margins {
  margin-bottom: 0;
  margin-right: 0;
}

.main-banner-bg {
  z-index: -1;
  background-image: linear-gradient(#fff, #fff0);
  border-radius: 5px;
  position: absolute;
  inset: 0%;
}

.nav-hide {
  display: none;
}

.lummi-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  display: block;
}

.button-icon {
  width: 30px;
  min-width: 30px;
  height: auto;
}

.button-wrap-left {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.brand-dropdown-link {
  border-radius: 3px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: .5rem;
  transition-property: all;
  display: flex;
}

.brand-dropdown-link:hover {
  background-color: #00000008;
}

.brand-dropdown-link.brand-link-active {
  background-color: #0000000a;
}

.brand-dropdown-image {
  max-width: 100px;
  max-height: 22px;
}

.brand-dropdown-image.fontinlogo {
  object-fit: contain;
  object-position: 0% 50%;
  max-height: 50px;
}

.brand-dropdown-headline {
  opacity: .6;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
}

.brand-image {
  max-width: none;
  height: 32px;
}

.brand-dropdown-icon {
  width: auto;
  height: 15px;
  position: absolute;
  right: 9px;
}

.nav-brand-link {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
}

.brand-divider {
  background-color: #0000000d;
  width: 100%;
  height: 1px;
}

.brand-dropdown-links {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  width: 175px;
  padding: .8rem .8rem .3rem;
  display: flex;
  box-shadow: 0 2px 30px #0003, 0 2px 5px #0000001a;
}

.brand-dropdown-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  width: auto;
  min-width: auto;
  padding: 0;
}

.brand-dropdown-list.w--open {
  background-color: #ddd0;
}

.brand-dropdown-headline-wrap {
  background-color: #6666660d;
  justify-content: flex-start;
  align-items: center;
  margin: -.8rem -.8rem .3rem;
  padding: .8rem;
  display: flex;
}

.brand-dropdown-button {
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 0 30px 0 5px;
  transition: all .3s;
  display: flex;
}

.brand-dropdown-button:hover {
  background-color: #d3d3d33b;
}

.hide {
  display: none;
}

.mask {
  background-color: #fff0;
  width: 100%;
  height: 100%;
}

.slider {
  background-color: #fff;
  width: 100%;
  height: auto;
  padding-bottom: 30px;
}

.slide {
  height: 100%;
}

.slide-nav {
  font-size: 10px;
  inset: auto 0% 0%;
}

.blog-section {
  background-color: #f5f5f5;
}

.blog-item-thumbnail, .blog-item-main {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.collection-item {
  width: 100%;
  padding: 0;
}

.blog-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.richtext-holder {
  max-width: 800px;
}

@media screen and (min-width: 1280px) {
  .mycontainer.nav-container {
    max-width: 1280px;
  }

  .mycontainer.medium {
    max-width: 980px;
  }

  .hero-font-section {
    overflow: hidden;
  }

  .hero-font-section.inlogodetials {
    opacity: 1;
  }

  .footer-image {
    width: 40%;
  }

  .space-small {
    height: 4em;
  }

  .button.primary {
    background-color: var(--medium-spring-green);
    color: #000;
    margin-top: 10px;
    padding: 15px 40px;
    font-size: 18px;
  }

  .button.primary:hover {
    background-color: var(--primary-hover);
  }

  .post-header {
    color: #fff;
  }

  .form-block.webflow-subscribe-form {
    display: none;
  }

  .no-margin {
    margin-bottom: 0;
  }

  .display-2.white {
    color: #fff;
  }

  .preloader {
    display: none;
  }

  .font-banner-image {
    z-index: 2;
  }

  .heading-8 {
    font-weight: 500;
  }

  .collection-list-wrapper-2 {
    margin-top: 58px;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .collection-list-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .background-overlay {
    z-index: 0;
    background-color: #0003;
  }

  .margin-right-10 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .medium {
    font-weight: 500;
  }

  .section-logo-details {
    min-height: 180vh;
  }

  .logo-details-bg-lines {
    z-index: 0;
    background-image: url("/images/Logo-Details-Lines.svg");
    background-position: 0 0;
    background-size: cover;
    position: absolute;
    inset: 0%;
  }

  .section-logo-details-inside {
    flex-direction: column;
    justify-content: center;
    min-height: 90vh;
    display: flex;
    position: relative;
  }

  .logo-details-background {
    z-index: 0;
    background-color: #000;
    position: absolute;
    inset: 0%;
  }

  .grid-4col {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .about-us-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
  }

  .image-container {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .section-all-logo-details {
    flex-direction: column;
    justify-content: center;
    display: flex;
    position: relative;
  }

  .space-x-small {
    height: 4em;
  }

  .display-small.white, .display-text-1.white, .display-2-with-margin-right.white {
    color: #fff;
  }

  .webflow-template-item {
    max-width: 500px;
  }

  .webflow-template-grid, .webflow-template-grid-3-cols {
    padding-bottom: 100px;
  }

  .visible-on-mobile {
    display: none;
  }

  .popup-button.primary {
    background-color: var(--medium-spring-green);
    color: #000;
    margin-top: 10px;
    padding: 15px 40px;
    font-size: 18px;
  }

  .popup-button.primary:hover {
    background-color: var(--primary-hover);
  }

  .button-feature-prod.primary {
    background-color: var(--medium-spring-green);
    color: #000;
    margin-top: 10px;
    padding: 15px 40px;
    font-size: 18px;
  }

  .button-feature-prod.primary:hover {
    background-color: var(--primary-hover);
  }
}

@media screen and (max-width: 991px) {
  .mycontainer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .search-result-list {
    grid-template-columns: 1fr 1fr;
  }

  .nav-link {
    margin-right: 0;
  }

  .nav-link.block, .nav-link.advertise-nav-link {
    text-align: left;
    display: block;
  }

  .collection-grid-list {
    grid-template-columns: 1fr 1fr;
  }

  .nav-menu {
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 10px;
    display: flex;
  }

  .nav-menu.right {
    background-color: #fff;
  }

  .menu-button {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 4px;
    padding: 7px;
    transition: all .35s;
  }

  .menu-button.w--open {
    border-color: var(--medium-spring-green);
    background-color: var(--medium-spring-green);
  }

  .hero-font-section {
    padding-bottom: 110px;
  }

  .font-display-name {
    font-size: 55px;
    line-height: 60px;
  }

  .div-block-5 {
    padding-bottom: 158px;
  }

  .text-block-2 {
    width: 100%;
  }

  .collection-list-3 {
    grid-template-columns: 1fr 1fr;
  }

  .search-container {
    width: 100%;
    min-width: auto;
  }

  .search-container-shadow {
    width: 100%;
  }

  .container {
    width: 100%;
    padding-left: 16px;
    padding-right: 30px;
  }

  .white-2 {
    color: #fff;
  }

  .font-collection-grid-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .display-2 {
    font-size: 50px;
    line-height: 60px;
  }

  .banner-search-content {
    padding-left: 30px;
  }

  .full-font-collection-list-copy {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .collection-list-6 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .image-container {
    display: flex;
  }

  .product-hunt-header-container {
    top: 23px;
  }

  .feature-brand-grid-list {
    grid-template-columns: 1fr 1fr;
  }

  .feature-brand-image {
    min-width: 80px;
  }

  .featured-brand-text-container {
    width: 100%;
  }

  .featured-grid-with-your-brand {
    grid-template-columns: 1fr 1fr;
  }

  .sample-featured-brand-item {
    width: 50%;
    position: absolute;
    left: auto;
    right: 0%;
  }

  .grid-featured-on {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .carbonad-container {
    padding-top: 30px;
    padding-left: 0%;
  }

  .nav-dropdown {
    text-align: left;
    border-bottom: 1px solid #0000001a;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .nav-dropdown-toggle {
    text-align: left;
    justify-content: flex-start;
    width: 100%;
  }

  .background-blur {
    opacity: .3;
    display: none;
  }

  .display-small {
    font-size: 50px;
    line-height: 60px;
  }

  .full-industry-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .display-text-1 {
    font-size: 50px;
    line-height: 60px;
  }

  .product-hunt-video-container {
    top: 23px;
  }

  .display-2-with-margin-right {
    font-size: 50px;
    line-height: 60px;
  }

  .webflow-template-container {
    padding-top: 30px;
    padding-left: 0%;
  }

  .webflow-template-item {
    max-width: none;
  }

  .webflow-item-title {
    width: 85%;
  }

  .webflow-template-grid {
    grid-template-columns: 1fr;
  }

  .nav-search-container {
    width: 100%;
    min-width: auto;
  }

  .user-login-logout-btn {
    width: 100%;
  }

  .webflow-template-grid-3-cols {
    grid-template-columns: 1fr;
  }

  .nav-domain {
    text-align: left;
    padding-left: 15px;
  }

  .menu-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .mycontainer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mycontainer.post-container {
    max-width: 100%;
  }

  .search-result-list {
    grid-template-columns: 1fr 1fr;
  }

  .font-display-name {
    font-size: 60px;
    line-height: 70px;
  }

  .tag {
    flex-wrap: wrap;
    align-content: stretch;
  }

  .collection-font-categories {
    flex-wrap: wrap;
    align-items: center;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-image {
    object-fit: contain;
  }

  .footer-block, .footer-block._3col, .footer-link-block {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-grid-container {
    grid-template-columns: 1fr 1fr;
  }

  .container {
    padding-right: 30px;
  }

  .content.horizontal {
    flex-direction: column;
    align-items: flex-start;
  }

  .success-message {
    font-size: 16px;
  }

  .error-message {
    max-width: 100%;
    left: 0%;
  }

  .form {
    width: 100%;
  }

  .footer-tag {
    flex-wrap: wrap;
    align-content: stretch;
  }

  .font-collection-grid-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-container {
    max-width: 100%;
  }

  .blog-2-image-big, .blog-2-content-big {
    width: 50%;
  }

  .display-2 {
    font-size: 40px;
    line-height: 50px;
  }

  .grid-5col {
    grid-template-columns: 1fr 1fr;
  }

  .banner-search-content {
    text-align: center;
    padding-left: 0;
  }

  .full-font-collection-list-copy, .grid, .grid-4col {
    grid-template-columns: 1fr 1fr;
  }

  .view-logo-only-mobile {
    display: block;
  }

  .brand-logo-image-container {
    display: none;
  }

  .featured-grid-with-your-brand {
    grid-row-gap: 5px;
  }

  .grid-featured-on {
    grid-template-columns: 1fr 1fr;
  }

  .carbonad-container.horizontal {
    flex-direction: column;
    align-items: flex-start;
  }

  .display-small {
    font-size: 40px;
    line-height: 50px;
  }

  .full-industry-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .featured-on-content.horizontal {
    flex-direction: column;
    align-items: flex-start;
  }

  .display-text-1 {
    font-size: 40px;
    line-height: 50px;
  }

  .industry-list-item {
    flex-wrap: wrap;
    align-content: stretch;
  }

  .display-2-with-margin-right {
    font-size: 40px;
    line-height: 50px;
  }

  .webflow-template-container.horizontal {
    flex-direction: column;
    align-items: flex-start;
  }

  .webflow-item-title {
    width: 80%;
  }

  .second-footer-block, .second-footer-block._3col {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-search-container {
    display: none;
  }

  .subscribe-hero {
    margin-left: auto;
    margin-right: auto;
  }

  .persons {
    justify-content: center;
  }

  .visible-on-mobile {
    object-fit: cover;
    display: block;
  }

  .advertise-panel {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .popup-detail {
    width: 80vw;
  }

  .popup-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .featured-banner {
    padding-left: 0;
  }

  .button-wrap-left {
    justify-content: center;
    align-items: flex-start;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    margin-bottom: 20px;
  }

  .mycontainer {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link {
    font-size: 12px;
  }

  .nav-link.advertise-nav-link {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .collection-grid-list {
    grid-template-columns: 1fr;
  }

  .brand {
    left: -10px;
  }

  .menu-button {
    padding: 4px;
    right: -10px;
  }

  .hero-font-section {
    padding-bottom: 50px;
  }

  .font-display-name {
    font-size: 50px;
    line-height: 60px;
  }

  .div-block-5 {
    padding-top: 0;
    padding-bottom: 69px;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .tag {
    margin-bottom: 10px;
  }

  .collection-font-categories {
    flex-wrap: wrap;
  }

  .footer {
    text-align: left;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .footer-grid-container {
    flex-direction: column;
  }

  .bold {
    font-weight: 600;
  }

  .container {
    padding-right: 40px;
  }

  .form {
    width: 100%;
  }

  .form-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .title-bar {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .subscribe-form-input-wrapper {
    flex: 1;
    align-self: stretch;
  }

  .subscribe-form-input {
    width: 100%;
  }

  .footer-tag {
    margin-bottom: 10px;
  }

  .font-collection-grid-list {
    grid-template-columns: 1fr 1fr;
  }

  .blog-2-image-big {
    width: 100%;
    min-width: 60px;
  }

  .blog-item {
    color: #333;
  }

  .blog-2-content-big {
    width: 100%;
    height: auto;
    min-height: 40%;
    padding-bottom: 10px;
    inset: auto 0% 0%;
  }

  .blog-3-big-description, .blog-3-description {
    display: none;
  }

  .blog-item-content {
    padding-bottom: 10px;
  }

  .display-2 {
    font-size: 36px;
    line-height: 42px;
  }

  .display-2.opacity-50 {
    margin-top: 10px;
  }

  .preloader-content {
    max-width: 99%;
  }

  .space-normal {
    display: none;
  }

  .collection-list-6 {
    grid-template-columns: 1fr;
  }

  .section-all-logo-details {
    padding-bottom: 60px;
  }

  .product-hunt-header-container {
    top: 26px;
    left: 100px;
    right: 60px;
  }

  .product-hunt-header-code {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 35px;
    display: flex;
    overflow: visible;
  }

  .feature-brand-grid-list {
    grid-template-columns: 1fr;
  }

  .sample-featured-brand-item {
    width: auto;
    position: static;
    bottom: 0;
    right: 0%;
  }

  .grid-featured-on {
    grid-template-columns: 1fr;
  }

  .featured-on-logo {
    max-width: 180px;
    max-height: 60px;
  }

  .nav-dropdown-list.w--open {
    position: relative;
  }

  .display-small {
    font-size: 36px;
    line-height: 42px;
  }

  .full-industry-collection-list {
    grid-template-columns: 1fr;
  }

  .display-text-1 {
    font-size: 36px;
    line-height: 42px;
  }

  .product-hunt-video-container {
    top: 26px;
    left: 100px;
    right: 60px;
  }

  .product-hunt-video-code {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .display-2-with-margin-right {
    margin-bottom: 0;
    font-size: 36px;
    line-height: 40px;
  }

  .webflow-item-title {
    width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.2;
  }

  .webflow-item-price {
    margin-bottom: 0;
    line-height: 1.2;
  }

  .webflow-template-header {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-search-container {
    flex: none;
    width: 100px;
  }

  .nav-search-field {
    width: auto;
    max-width: 100px;
    font-size: 12px;
  }

  .subscribe-people-container {
    margin-left: -10px;
    margin-right: -10px;
  }

  .persons {
    width: 100%;
    max-width: 100%;
  }

  .person-profile-image-holder, .person-profile-holder {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }

  .subscribed-text {
    padding-left: 5px;
    font-size: 11px;
  }

  .banner-holder {
    margin-bottom: 2em;
  }

  .main-banner-image {
    object-fit: cover;
  }

  .visible-on-mobile {
    width: 100%;
    height: 100%;
  }

  .font-display-holder {
    margin-top: 3em;
  }

  .main-banner-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
  }

  .main-banner-image-desktop {
    object-fit: cover;
    display: none;
  }

  .sefe {
    object-fit: cover;
    display: block;
  }

  .div-block-11 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-13 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .popup-detail {
    width: 90vw;
  }

  .popup-image {
    height: 30vw;
  }

  .popup-heading {
    font-size: 22px;
  }

  .popup-content {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
    align-items: center;
  }

  .top-bar-link {
    font-size: 13px;
  }

  .top-bar-button {
    margin-left: 7px;
  }

  .top-bar-text-modulify {
    display: none;
  }

  .featured-banner {
    font-size: 14px;
  }

  .featured-top {
    padding: 5px;
  }

  .button-feature-prod {
    padding: 3px 10px;
  }

  .hide-on-mobile {
    display: none;
  }

  .brand-dropdown {
    width: auto;
  }

  .brand-dropdown-holder {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
}

#w-node-b6a20a95-b777-a929-48be-23b6b70dbc2d-e5ff27c7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-fa1b26fd-147f-fc8c-1e80-4a7ebae3c027-e5ff27c7, #w-node-fa1b26fd-147f-fc8c-1e80-4a7ebae3c041-e5ff27c7, #w-node-eb6c2ae2-06ec-cfb4-22cd-b09672f80392-72f80392 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b5425162-967f-64df-acde-5473d6ee3db1-a9ff27cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5425162-967f-64df-acde-5473d6ee3db4-a9ff27cb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b5425162-967f-64df-acde-5473d6ee3db7-a9ff27cb {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-b5425162-967f-64df-acde-5473d6ee3dba-a9ff27cb {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-b5425162-967f-64df-acde-5473d6ee3dbd-a9ff27cb {
  grid-area: 4 / 2 / 5 / 3;
  justify-self: end;
}

#w-node-ba68ea2a-48e3-c9ab-8b05-17234361db84-4aff27c8, #w-node-_5278fb25-c0e2-f645-cdaa-a2bf128be6ce-4aff27c8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-df2946d0-f830-c24a-c38d-d33593b1293a-1f0b2814 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_5352601d-7a7d-02df-281e-f522271405c8-1f0b2814 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6e4e8b3b-6425-94c1-2166-718417262ae1-1f0b2814 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0c53d037-36ae-fb14-a384-f2eb35f1078a-1f0b2814 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_8060f5ed-cd35-23a7-a4ba-ae249c17ffb4-1f0b2814 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_18a88cbf-e7ec-262e-e543-ece252bee085-b250b3c3 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_74d1dfb1-3a8a-985c-e25f-b3f4009ccd17-b250b3c3, #w-node-_74d1dfb1-3a8a-985c-e25f-b3f4009ccd1a-b250b3c3, #w-node-_74d1dfb1-3a8a-985c-e25f-b3f4009ccd1d-b250b3c3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_74d1dfb1-3a8a-985c-e25f-b3f4009ccd20-b250b3c3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_61f3f926-4aec-c57e-187a-9bb394ca624d-ea031edf, #w-node-_61f3f926-4aec-c57e-187a-9bb394ca6267-ea031edf, #w-node-_6c5e4826-9b19-355e-e6d0-ea2c3e8cd689-ea031edf, #w-node-_68e892bb-6927-ebd2-a61a-d9a9a8824187-ea031edf, #w-node-_6c5e4826-9b19-355e-e6d0-ea2c3e8cd68c-ea031edf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_25c72249-4ac1-4c31-05e4-0150bd2e9ce9-ea031edf {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_4161aae7-c42a-01a4-f4a7-08c6c1a51a2d-53c2f502 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7e980f12-6d55-835d-8b89-a84b85f2bd81-53c2f502, #w-node-_7e980f12-6d55-835d-8b89-a84b85f2bd9b-53c2f502, #w-node-_55224b5f-5eb2-91e2-5c39-b4e3fd791ff1-4c82868f, #w-node-_55224b5f-5eb2-91e2-5c39-b4e3fd79200b-4c82868f, #w-node-_6c5e4826-9b19-355e-e6d0-ea2c3e8cd689-fa9a1baf, #w-node-_68e892bb-6927-ebd2-a61a-d9a9a8824187-fa9a1baf, #w-node-_6c5e4826-9b19-355e-e6d0-ea2c3e8cd68c-fa9a1baf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_25c72249-4ac1-4c31-05e4-0150bd2e9ce9-fa9a1baf {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_4161aae7-c42a-01a4-f4a7-08c6c1a51a2d-2cf82ed2 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7e980f12-6d55-835d-8b89-a84b85f2bd81-2cf82ed2, #w-node-_7e980f12-6d55-835d-8b89-a84b85f2bd9b-2cf82ed2, #w-node-_55224b5f-5eb2-91e2-5c39-b4e3fd791ff1-b48a2b62, #w-node-_55224b5f-5eb2-91e2-5c39-b4e3fd79200b-b48a2b62, #w-node-_74d1dfb1-3a8a-985c-e25f-b3f4009ccd17-e66ac6a6, #w-node-_74d1dfb1-3a8a-985c-e25f-b3f4009ccd1a-e66ac6a6, #w-node-_74d1dfb1-3a8a-985c-e25f-b3f4009ccd1d-e66ac6a6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_74d1dfb1-3a8a-985c-e25f-b3f4009ccd20-e66ac6a6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_18a88cbf-e7ec-262e-e543-ece252bee085-ff4e62c5 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_74d1dfb1-3a8a-985c-e25f-b3f4009ccd17-ff4e62c5, #w-node-_74d1dfb1-3a8a-985c-e25f-b3f4009ccd1a-ff4e62c5, #w-node-_74d1dfb1-3a8a-985c-e25f-b3f4009ccd1d-ff4e62c5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_74d1dfb1-3a8a-985c-e25f-b3f4009ccd20-ff4e62c5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_62b04a0d670924a5831bf46f00000000001b-1f1bf46e {
  margin-top: 20px;
  margin-bottom: 20px;
}

#w-node-_62b04a0d670924a5831bf46f000000000020-1f1bf46e {
  border: 1px solid #e6e6e6;
}

#w-node-_62b04a0d670924a5831bf46f000000000021-1f1bf46e {
  margin-top: 10px;
}

#w-node-_62b04a0d670924a5831bf46f000000000024-1f1bf46e {
  position: initial;
  margin-left: 0;
  margin-right: 0;
}

#w-node-_18a88cbf-e7ec-262e-e543-ece252bee085-2f53b582, #w-node-_18a88cbf-e7ec-262e-e543-ece252bee085-492465eb {
  grid-area: 1 / 2 / 2 / 5;
}

@media screen and (min-width: 1280px) {
  #w-node-_18a88cbf-e7ec-262e-e543-ece252bee085-b250b3c3, #w-node-_18a88cbf-e7ec-262e-e543-ece252bee085-ff4e62c5, #w-node-_18a88cbf-e7ec-262e-e543-ece252bee085-2f53b582, #w-node-_18a88cbf-e7ec-262e-e543-ece252bee085-492465eb {
    grid-area: 1 / 2 / 3 / 5;
  }
}

@media screen and (max-width: 991px) {
  #w-node-fa1b26fd-147f-fc8c-1e80-4a7ebae3c027-e5ff27c7 {
    grid-column: span 2 / span 2;
  }

  #w-node-fa1b26fd-147f-fc8c-1e80-4a7ebae3c037-e5ff27c7, #w-node-fa1b26fd-147f-fc8c-1e80-4a7ebae3c041-e5ff27c7, #w-node-eb6c2ae2-06ec-cfb4-22cd-b09672f80392-72f80392 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6e4e8b3b-6425-94c1-2166-718417262ae1-1f0b2814 {
    grid-column: span 2 / span 2;
  }

  #w-node-_6e4e8b3b-6425-94c1-2166-718417262af1-1f0b2814, #w-node-_0c53d037-36ae-fb14-a384-f2eb35f1078a-1f0b2814, #w-node-_8060f5ed-cd35-23a7-a4ba-ae249c17ffb4-1f0b2814 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_18a88cbf-e7ec-262e-e543-ece252bee085-b250b3c3 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_61f3f926-4aec-c57e-187a-9bb394ca624d-ea031edf {
    grid-column: span 2 / span 2;
  }

  #w-node-_61f3f926-4aec-c57e-187a-9bb394ca625d-ea031edf, #w-node-_61f3f926-4aec-c57e-187a-9bb394ca6267-ea031edf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7e980f12-6d55-835d-8b89-a84b85f2bd81-53c2f502 {
    grid-column: span 2 / span 2;
  }

  #w-node-_7e980f12-6d55-835d-8b89-a84b85f2bd91-53c2f502, #w-node-_7e980f12-6d55-835d-8b89-a84b85f2bd9b-53c2f502 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_55224b5f-5eb2-91e2-5c39-b4e3fd791ff1-4c82868f {
    grid-column: span 2 / span 2;
  }

  #w-node-_55224b5f-5eb2-91e2-5c39-b4e3fd792001-4c82868f, #w-node-_55224b5f-5eb2-91e2-5c39-b4e3fd79200b-4c82868f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7e980f12-6d55-835d-8b89-a84b85f2bd81-2cf82ed2 {
    grid-column: span 2 / span 2;
  }

  #w-node-_7e980f12-6d55-835d-8b89-a84b85f2bd91-2cf82ed2, #w-node-_7e980f12-6d55-835d-8b89-a84b85f2bd9b-2cf82ed2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_55224b5f-5eb2-91e2-5c39-b4e3fd791ff1-b48a2b62 {
    grid-column: span 2 / span 2;
  }

  #w-node-_55224b5f-5eb2-91e2-5c39-b4e3fd792001-b48a2b62, #w-node-_55224b5f-5eb2-91e2-5c39-b4e3fd79200b-b48a2b62 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_18a88cbf-e7ec-262e-e543-ece252bee085-ff4e62c5, #w-node-_18a88cbf-e7ec-262e-e543-ece252bee085-2f53b582, #w-node-_18a88cbf-e7ec-262e-e543-ece252bee085-492465eb {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_145237ce-2c2f-0a36-3fda-6448d335c4f9-cc485ae3, #w-node-_6f7e413d-914c-16bb-6849-e87c313943ef-cc485ae3, #w-node-_3a13a232-54e5-7aea-4a34-cc63973b8658-cc485ae3, #w-node-_3a13a232-54e5-7aea-4a34-cc63973b865b-cc485ae3, #w-node-e0a44c3b-1547-6c7d-3fb2-7ddccc485ae8-cc485ae3, #w-node-_03095429-b851-4646-3b33-dbcc460ba594-cc485ae3, #w-node-_3ff0f1ad-def4-6e38-dcb3-d012df3c7cf1-cc485ae3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b6a20a95-b777-a929-48be-23b6b70dbc2d-e5ff27c7, #w-node-df2946d0-f830-c24a-c38d-d33593b1293a-1f0b2814, #w-node-_5352601d-7a7d-02df-281e-f522271405c8-1f0b2814, #w-node-_4161aae7-c42a-01a4-f4a7-08c6c1a51a2d-53c2f502, #w-node-_4161aae7-c42a-01a4-f4a7-08c6c1a51a2d-2cf82ed2 {
    grid-column: span 2 / span 2;
  }

  #w-node-_099e8204-cdbb-b051-3c8b-eb40e836d6d7-1d108e6c, #w-node-b18c5fcb-8fe2-34cf-ab1b-94ef9426fe42-1d108e6c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5e8f0ade6ffc696aaa26d8b0000000000012-e5ff27c7, #w-node-b5425162-967f-64df-acde-5473d6ee3db1-a9ff27cb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b5425162-967f-64df-acde-5473d6ee3db4-a9ff27cb {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b5425162-967f-64df-acde-5473d6ee3db7-a9ff27cb {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-b5425162-967f-64df-acde-5473d6ee3dba-a9ff27cb {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-b5425162-967f-64df-acde-5473d6ee3dbd-a9ff27cb {
    grid-area: 5 / 2 / 6 / 3;
    justify-self: end;
  }

  #w-node-_6c5e4826-9b19-355e-e6d0-ea2c3e8cd683-ea031edf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6c5e4826-9b19-355e-e6d0-ea2c3e8cd686-ea031edf {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6c5e4826-9b19-355e-e6d0-ea2c3e8cd689-ea031edf {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_68e892bb-6927-ebd2-a61a-d9a9a8824187-ea031edf {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6c5e4826-9b19-355e-e6d0-ea2c3e8cd68c-ea031edf {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_25c72249-4ac1-4c31-05e4-0150bd2e9ce9-ea031edf {
    grid-area: 1 / 1 / 2 / 3;
  }
}

/* [project]/src/styles/webflow/overrides.css [client] (css) */
@media screen and (max-width: 991px) {
  .navbar .nav-menu {
    z-index: 50;
    border-bottom: 1px solid #e7e7e7;
    max-height: calc(100vh - 60px);
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: auto;
    box-shadow: 0 14px 24px #0000000f;
  }

  .navbar.nav-open .nav-menu {
    display: flex;
  }
}

body.nav-locked {
  overflow: hidden;
}

.grid-5col > :first-child {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

.grid-5col > :nth-child(2) {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

.grid-4col > * {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

.grid-2 > :first-child {
  grid-area: 1 / 2 / 2 / 5;
}

.form-grid > * {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

.form-grid > :last-child {
  justify-self: end;
}

.webflow-item-images-large {
  width: max-content;
  animation: 60s linear infinite webflow-items-marquee;
}

.logo-info-card.promoted-item:hover .webflow-item-images-large {
  animation-play-state: paused;
}

@keyframes webflow-items-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .webflow-item-images-large {
    animation: none;
  }
}

/* [next]/internal/font/google/montserrat_c7253e18.module.css [client] (css) */
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/8298327da6d5bcce-s.132ro2ak-rvxq.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/44fac91e6f2d2b1b-s.0f~sf101j6mzi.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/2b402d8aebffd579-s.0dskwooysu3cf.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/a88409fdd7dc121c-s.0ir_pxtv760h..woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/e8f2fbee2754df70-s.p.0fzkl03jw-sdz.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Montserrat Fallback;
  src: local(Arial);
  ascent-override: 85.79%;
  descent-override: 22.25%;
  line-gap-override: 0.0%;
  size-adjust: 112.83%;
}

.montserrat_c7253e18-module__CuT1Oq__className {
  font-family: Montserrat, Montserrat Fallback;
  font-style: normal;
}

.montserrat_c7253e18-module__CuT1Oq__variable {
  --font-montserrat: "Montserrat", "Montserrat Fallback";
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__07uqat_._.css.map*/