:root {
  --bg-basis: #222;
  --bg-basis-accent: #000;
  --bg-lite: #2c2b2b;
  --text-basis: #cfcfcf;
  --text-basis-accent: #fff;
  --primary: #f08b2f;
  --primary-trans: #ff7a0026;
  --font-sans: "Roboto", sans-serif;
  --font-display: "Outfit", "Roboto", sans-serif;
  --font-extra: "Harding", "Roboto", sans-serif;
  --hp-hero-content-width: 690px;
}

*, :before, :after {
  box-sizing: border-box;
  border: 0 solid;
}

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

html, :host {
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
  font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

body {
  margin: 0;
}

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

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

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

code, kbd, samp, pre {
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  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;
}

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

button, select {
  text-transform: none;
}

button, input:where([type="button"]), input:where([type="reset"]), input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: #0000;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

summary {
  display: list-item;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend, dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

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

:disabled {
  cursor: default;
}

img, svg, video, canvas, audio, iframe, embed, object {
  vertical-align: middle;
  display: block;
}

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

*, :before, :after, ::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #3b82f680;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

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

@media (width >= 640px) {
  .container {
    max-width: 640px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

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

@media (width >= 1024px) {
  .container {
    max-width: 1024px;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (width >= 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (width >= 1536px) {
  .container {
    max-width: 1536px;
  }
}

.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  font-size: 1.25em;
  line-height: 1.6;
}

.prose :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  font-weight: 500;
  text-decoration: underline;
}

.prose :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(blockquote strong):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(thead th strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
  list-style-type: decimal;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
  list-style-type: disc;
}

.prose :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
  color: var(--tw-prose-counters);
  font-weight: 400;
}

.prose :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 1.25em;
  font-weight: 600;
}

.prose :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-quotes);
  border-inline-start-width: .25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "“""”""‘""’";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
  font-style: italic;
  font-weight: 500;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *)):before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 0;
  margin-bottom: .888889em;
  font-size: 2.25em;
  font-weight: 800;
  line-height: 1.11111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 900;
}

.prose :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.33333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 800;
}

.prose :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 1.6em;
  margin-bottom: .6em;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 700;
}

.prose :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 1.5em;
  margin-bottom: .5em;
  font-weight: 600;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 700;
}

.prose :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
  display: block;
}

.prose :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  padding-top: .1875em;
  padding-inline-end: .375em;
  padding-bottom: .1875em;
  border-radius: .3125rem;
  padding-inline-start: .375em;
  font-family: inherit;
  font-size: .875em;
  font-weight: 500;
}

.prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-size: .875em;
  font-weight: 600;
}

.prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)):before, .prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h1 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-size: .875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-size: .9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(blockquote code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(thead th code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  padding-top: .857143em;
  padding-inline-end: 1.14286em;
  padding-bottom: .857143em;
  border-radius: .375rem;
  margin-top: 1.71429em;
  margin-bottom: 1.71429em;
  padding-inline-start: 1.14286em;
  font-size: .875em;
  font-weight: 400;
  line-height: 1.71429;
  overflow-x: auto;
}

.prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  background-color: #0000;
  border-width: 0;
  border-radius: 0;
  padding: 0;
}

.prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)):before, .prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  table-layout: auto;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: .875em;
  line-height: 1.71429;
}

.prose :where(thead):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  vertical-align: bottom;
  padding-inline-end: .571429em;
  padding-bottom: .571429em;
  padding-inline-start: .571429em;
  font-weight: 600;
}

.prose :where(tbody tr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(th, td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  text-align: start;
}

.prose :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  margin-top: .857143em;
  font-size: .875em;
  line-height: 1.42857;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: #00000080;
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .5em;
  margin-bottom: .5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-start: .375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .75em;
  margin-bottom: .75em;
}

.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .75em;
  margin-bottom: .75em;
}

.prose :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-top: .571429em;
  padding-inline-end: .571429em;
  padding-bottom: .571429em;
  padding-inline-start: .571429em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 0;
}

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

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0;
}

.bottom-0 {
  bottom: 0;
}

.bottom-4 {
  bottom: 1rem;
}

.left-0 {
  left: 0;
}

.left-4 {
  left: 1rem;
}

.right-0 {
  right: 0;
}

.right-16 {
  right: 4rem;
}

.top-0 {
  top: 0;
}

.top-1 {
  top: .25rem;
}

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

.z-0 {
  z-index: 0;
}

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

.z-\[0\] {
  z-index: 0;
}

.z-\[1\] {
  z-index: 1;
}

.m-0 {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-auto {
  margin-top: auto;
}

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

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-\[16\/9\] {
  aspect-ratio: 16 / 9;
}

.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}

.size-28 {
  width: 7rem;
  height: 7rem;
}

.size-8 {
  width: 2rem;
  height: 2rem;
}

.size-\[100px\] {
  width: 100px;
  height: 100px;
}

.size-\[120px\] {
  width: 120px;
  height: 120px;
}

.size-\[25px\] {
  width: 25px;
  height: 25px;
}

.\!h-\[40px\] {
  height: 40px !important;
}

.h-10 {
  height: 2.5rem;
}

.h-5 {
  height: 1.25rem;
}

.h-\[100px\] {
  height: 100px;
}

.h-\[200px\] {
  height: 200px;
}

.h-\[20px\] {
  height: 20px;
}

.h-\[400px\] {
  height: 400px;
}

.h-\[480px\] {
  height: 480px;
}

.h-\[50px\] {
  height: 50px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-\[300px\] {
  max-height: 300px;
}

.max-h-\[350px\] {
  max-height: 350px;
}

.min-h-\[400px\] {
  min-height: 400px;
}

.min-h-\[53px\] {
  min-height: 53px;
}

.\!w-\[40px\] {
  width: 40px !important;
}

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

.w-10 {
  width: 2.5rem;
}

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

.w-5 {
  width: 1.25rem;
}

.w-\[20px\] {
  width: 20px;
}

.w-\[250px\] {
  width: 250px;
}

.w-\[300px\] {
  width: 300px;
}

.w-\[40px\] {
  width: 40px;
}

.w-\[50vw\] {
  width: 50vw;
}

.w-\[75\%\] {
  width: 75%;
}

.w-full {
  width: 100%;
}

.min-w-\[100px\] {
  min-width: 100px;
}

.\!max-w-\[715px\] {
  max-width: 715px !important;
}

.max-w-\[1206px\] {
  max-width: 1206px;
}

.max-w-\[1300px\] {
  max-width: 1300px;
}

.max-w-\[250px\] {
  max-width: 250px;
}

.max-w-\[400px\] {
  max-width: 400px;
}

.max-w-\[700px\] {
  max-width: 700px;
}

.max-w-\[80\%\] {
  max-width: 80%;
}

.max-w-full {
  max-width: 100%;
}

.flex-1 {
  flex: 1;
}

.flex-shrink-0, .shrink-0 {
  flex-shrink: 0;
}

.border-collapse {
  border-collapse: collapse;
}

.-translate-x-2 {
  --tw-translate-x: -.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}

.snap-center {
  scroll-snap-align: center;
}

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

.grid-cols-\[repeat\(auto-fit\,minmax\(180px\,1fr\)\)\] {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-items-start {
  justify-items: start;
}

.gap-0 {
  gap: 0;
}

.gap-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: .5rem;
}

.gap-3 {
  gap: .75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.\!rounded-\[50px\] {
  border-radius: 50px !important;
}

.rounded {
  border-radius: 5px;
}

.rounded-\[0px\] {
  border-radius: 0;
}

.rounded-\[5px\] {
  border-radius: 5px;
}

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

.border {
  border-width: 1px;
}

.border-\[2px\] {
  border-width: 2px;
}

.border-x-0 {
  border-left-width: 0;
  border-right-width: 0;
}

.border-y-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}

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

.border-solid {
  border-style: solid;
}

.border-none {
  border-style: none;
}

.border-\[\#333\] {
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity));
}

.border-\[rgba\(255\,255\,255\,0\)\] {
  border-color: #fff0;
}

.border-\[rgba\(255\,255\,255\,0\.25\)\] {
  border-color: #ffffff40;
}

.border-bg-basis {
  border-color: var(--bg-basis);
}

.border-text-basis {
  border-color: var(--text-basis);
}

.bg-\[\#262626\] {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}

.bg-\[\#2C2B2B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(44 43 43 / var(--tw-bg-opacity));
}

.bg-\[\#FFFFFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-\[transparent\] {
  background-color: #0000;
}

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

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

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

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

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-bg-basis-accent {
  --tw-gradient-from: var(--bg-basis-accent) var(--tw-gradient-from-position);
  --tw-gradient-to: #fff0 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-35\% {
  --tw-gradient-to-position: 35%;
}

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

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

.\!p-0 {
  padding: 0 !important;
}

.\!p-3 {
  padding: .75rem !important;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: .25rem;
}

.p-3 {
  padding: .75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-px {
  padding: 1px;
}

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

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

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

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-0 {
  padding-bottom: 0;
}

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

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

.pb-6 {
  padding-bottom: 1.5rem;
}

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

.pb-\[100px\] {
  padding-bottom: 100px;
}

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

.pr-4 {
  padding-right: 1rem;
}

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

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

.pt-6 {
  padding-top: 1.5rem;
}

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

.pt-\[50px\] {
  padding-top: 50px;
}

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

.font-font-display {
  font-family: var(--font-display);
}

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

.text-\[1\.1rem\] {
  font-size: 1.1rem;
}

.text-\[1\.2rem\] {
  font-size: 1.2rem;
}

.text-\[1\.4rem\] {
  font-size: 1.4rem;
}

.text-\[1\.6rem\] {
  font-size: 1.6rem;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-base {
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.5rem;
}

.text-lg {
  font-size: var(--wp--preset--font-size--large);
  line-height: 1.1rem;
}

.text-sm {
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.5rem;
}

.\!font-normal {
  font-weight: 400 !important;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-\[1\.4rem\] {
  line-height: 1.4rem;
}

.leading-\[1\.7rem\] {
  line-height: 1.7rem;
}

.leading-\[1\] {
  line-height: 1;
}

.tracking-normal {
  letter-spacing: 0;
}

.\!text-bg-basis-accent {
  color: var(--bg-basis-accent) !important;
}

.text-\[\#AAAAAA\] {
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity));
}

.text-bg-basis-accent {
  color: var(--bg-basis-accent);
}

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

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

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

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: .5;
}

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

.shadow-\[0_0_30px_0_rgba\(10\,20\,30\,0\.3\)\] {
  --tw-shadow: 0 0 30px 0 #0a141e4d;
  --tw-shadow-colored: 0 0 30px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-bg-basis {
  --tw-ring-color: var(--bg-basis);
}

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

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px #0000001a) drop-shadow(0 1px 1px #0000000f);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-all {
  transition-property: all;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-opacity {
  transition-property: opacity;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-transform {
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.delay-0 {
  transition-delay: 0s;
}

.delay-150 {
  transition-delay: .15s;
}

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

.duration-300 {
  transition-duration: .3s;
}

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

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

.entry-content .plyr__video-wrapper {
  background: none;
}

.entry-content .plyr__poster {
  background-size: cover;
}

.entry-content .plyr__control--overlaid {
  filter: drop-shadow(0 0 6px #0009);
  background: none;
  position: absolute;
}

.entry-content .plyr__control--overlaid:after {
    opacity: 1;
    pointer-events: none;
    content: "";
    border: 2px solid var(--primary);
    cursor: pointer;
    background: #ffffff80 url("/wp-content/themes/iconeus/assets/media/images/svg/Play-1.svg") center / 30px no-repeat;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    transition: all .2s ease-out;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

.entry-content .plyr__control--overlaid:hover:after {
    background-color: #fff;
  }

.entry-content .plyr__control--overlaid:hover {
    opacity: 1;
  }

.entry-content .plyr__control--overlaid svg {
    display: none;
  }

.plyr--paused .plyr__poster {
  opacity: 1;
}

.plyr--video .plyr__control:hover {
  background-color: var(--primary) !important;
}

.plyr__control.plyr__control--overlaid:hover {
  background-color: #0000 !important;
}

.entry-content .plyr--video .plyr__controls {
    text-align: right;
    display: inline;
  }

.entry-content .plyr--video .plyr__controls .plyr__controls__item {
      border-radius: 50%;
    }

.entry-content .plyr--video .plyr__controls .plyr__controls__item.plyr__control svg {
        width: 25px;
        height: 25px;
      }

.entry-content .plyr--video .plyr__controls .plyr__controls__item.plyr__control svg:hover {
          background: var(--primary);
        }

.entry-content .plyr--video .plyr__controls .plyr__controls__item.plyr__control svg:focus-visible {
          outline: 2px dashed var(--primary);
        }

.entry-content .plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  opacity: 1;
  display: block;
}

.entry-content .plyr--paused .plyr__controls, .entry-content .plyr--stopped .plyr__controls {
  display: none;
}

.entry-content .plyr__video-embed iframe {
  opacity: 0;
  z-index: -1;
  height: 150%;
  top: -25%;
}

.entry-content .plyr--playing .plyr__video-embed iframe {
  opacity: 1;
}

.entry-content .plyr--youtube .plyr__poster {
  pointer-events: none;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  letter-spacing: .05rem;
}

h1 strong, h1 b, h2 strong, h2 b, h3 strong, h3 b, h4 strong, h4 b, h5 strong, h5 b, h6 strong, h6 b {
    color: var(--primary);
    font-weight: unset;
  }

a {
  text-decoration-line: none;
  transition: all .1s ease-out;
}

a:hover {
    text-decoration-line: none;
  }

@media screen and (width <= 768px) {
  .has-large-font-size {
    font-size: 1.2rem;
  }
}

.cover-top {
  padding-top: 200px;
  padding-bottom: 50px;
}

@media screen and (width <= 768px) {
  .cover-top {
    padding-top: 150px;
  }
}

:where(ol, ul, menu):not(.wp-block-list) {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wp-block-list li {
  margin-top: .8rem;
}

.displaynone, .display-none, .d-none {
  display: none;
}

.relative {
  position: relative;
}

.arrow-rotate {
  transform: rotate(270deg);
}

@media screen and (width <= 1023px) {
    .left-mobile {
      text-align: left !important;
    }
  }

h1 {
  position: relative;
}

h1:before {
    content: "";
    filter: blur(130px);
    opacity: .3;
    z-index: -1;
    pointer-events: none;
    background: radial-gradient(circle, #005bc5, #fff0);
    border-radius: 50%;
    width: 400px;
    height: 400px;
    display: block;
    position: absolute;
    top: -200px;
    left: -200px;
  }

.single-post h1 {
    font-size: 1.7rem !important;
    line-height: 2rem !important;
  }

@media screen and (width >= 768px) {
      .single-post h1 {
        font-size: 2.2rem !important;
        line-height: 2.5rem !important;
      }
    }

.single-post .entry-content img {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

.single-post .entry-content h1, .single-post .entry-content h2, .single-post .entry-content h3, .single-post .entry-content p {
    padding-bottom: 1rem;
  }

.single-post .entry-content h3 {
    margin-top: 1rem;
  }

.single-post .entry-content h2 {
    margin-top: 2rem;
    font-size: var(--wp--preset--font-size--large) !important;
    line-height: 1.2 !important;
  }

.single-post .entry-content h2:first-of-type {
    margin-top: 0;
  }

.single-post .entry-content h3 {
    font-size: 24px;
    line-height: 1.2 !important;
  }

@media (width <= 900px) {
  .wp-block-columns:not(header .wp-block-columns):not(footer .wp-block-columns) {
    flex-direction: column;
  }

  .wp-block-columns:not(header .wp-block-columns):not(footer .wp-block-columns) .wp-block-column {
    margin-bottom: 1em;
  }
}

@media (width >= 901px) {
  .wp-block-columns:not(header .wp-block-columns):not(footer .wp-block-columns) {
    flex-direction: row;
  }
}

.gradient-multi {
  background: linear-gradient(#f2e100, #d82b87, #0082c5, #71c2b6);
}

@media (width >= 769px) {
  body .block-editor .edit-post-layout.is-sidebar-opened .edit-post-plugin-sidebar__sidebar-layout, body .block-editor .edit-post-layout.is-sidebar-opened .edit-post-sidebar {
    width: 500px;
  }
}

body:not(.block-editor-page) .fadein, body:not(.block-editor-page) .fadeup, body:not(.block-editor-page) .stagger > * {
    opacity: 0;
  }

iframe .fadein, iframe .fadeup, iframe .stagger > * {
    opacity: 1 !important;
  }

.parallax-image {
  will-change: transform, opacity;
}

.wpgb-facet > fieldset:last-child {
  margin-bottom: 0 !important;
}

.wpgb-facet-17 {
  margin: 0 auto;
}

.blur-circle--bottom {
  filter: blur(80px);
  opacity: .3;
  z-index: 0;
  background: radial-gradient(circle, #005bc5, #fff0);
  border-radius: 50%;
  width: 800px;
  height: 800px;
  position: absolute;
  bottom: -300px;
  left: 0;
}

.blur-circle--top {
  filter: blur(80px);
  opacity: .3;
  z-index: 0;
  background: radial-gradient(circle, #005bc5, #fff0);
  border-radius: 50%;
  width: 800px;
  height: 800px;
  position: absolute;
  top: -300px;
  right: 0;
}

.blueblur-top-right, .blueblur-bottom-right, .blueblur-mid-right, .blueblur-top-center {
  position: relative;
}

.blueblur-top-right:after, .blueblur-bottom-right:after, .blueblur-mid-right:after, .blueblur-top-center:after {
    content: "";
    filter: blur(130px);
    opacity: .3;
    z-index: -1;
    pointer-events: none;
    background: radial-gradient(circle, #005bc5, #fff0);
    border-radius: 50%;
    width: 400px;
    height: 400px;
    display: block;
    position: absolute;
  }

.blueblur-top-left, .blueblur-bottom-left, .blueblur-mid-left, .blueblur-bottom-center {
  position: relative;
}

.blueblur-top-left:before, .blueblur-bottom-left:before, .blueblur-mid-left:before, .blueblur-bottom-center:before {
    content: "";
    filter: blur(130px);
    opacity: .3;
    z-index: -1;
    pointer-events: none;
    background: radial-gradient(circle, #005bc5, #fff0);
    border-radius: 50%;
    width: 400px;
    height: 400px;
    display: block;
    position: absolute;
  }

.blueblur-top-right:after {
  top: -200px;
  right: -200px;
}

.blueblur-top-left:before {
  top: -200px;
  left: -200px;
}

.blueblur-bottom-right:after {
  bottom: -200px;
  right: -200px;
}

.blueblur-bottom-left:before {
  bottom: -200px;
  left: -200px;
}

.blueblur-mid-right:after {
  bottom: 0;
  right: -200px;
}

.blueblur-top-center:before {
  top: -200px;
  left: 35%;
}

.blueblur-bottom-center:before {
  bottom: -200px;
  left: 35%;
}

.force-flex-nowrap {
  flex-wrap: nowrap !important;
}

.wpgb-facet-16 ul.wpgb-hierarchical-list li {
  width: 100%;
}

@media screen and (width <= 992px) {
  .no-margin {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

.blur-circle--cta-box {
  z-index: 0;
  position: relative;
  overflow: hidden;
}

.blur-circle--cta-box > img {
    z-index: 0;
  }

.blur-circle--cta-box > :not(img) {
    z-index: 2;
  }

.blur-circle--cta-box:before {
    content: "";
    filter: blur(80px);
    opacity: .3;
    z-index: 1;
    background: radial-gradient(circle, #005bc5, #fff0);
    border-radius: 50%;
    width: 800px;
    height: 800px;
    position: absolute;
    bottom: -400px;
    left: -400px;
  }

.blur-circle--hp-header--left {
  filter: blur(50px);
  opacity: .5;
  z-index: -1;
  background: linear-gradient(to right, #ede40d, #71c2b6);
  border-radius: 50%;
  width: 190px;
  height: 190px;
  position: absolute;
  bottom: -90px;
  left: 0;
}

.blur-circle--hp-header--right {
  filter: blur(50px);
  opacity: .5;
  z-index: -1;
  background: linear-gradient(to right, #ede40d, #da3b96);
  border-radius: 50%;
  width: 190px;
  height: 190px;
  position: absolute;
  top: -90px;
  right: 0;
}

.grecaptcha-badge {
  z-index: 2;
}

.wp-block-button > .wp-block-button__link {
    letter-spacing: .05rem;
    font-family: var(--font-display);
    background-color: rgba(var(--bg-basis), .8);
    color: var(--text-basis-accent);
    border-width: 2px;
    border-radius: 5px;
    padding: .5rem 1.5rem;
    font-weight: 400;
    transition: all .1s ease-out;
  }

.wp-block-button > .wp-block-button__link:hover {
      text-decoration: none;
    }

.wp-block-button:not([class*="is-style-"]) .wp-block-button__link, .is-style-btn-primary .wp-block-button__link {
    background-color: rgba(var(--bg-basis), .8);
    border: 2px solid var(--primary);
  }

.wp-block-button:not([class*="is-style-"]) .wp-block-button__link:hover, .is-style-btn-primary .wp-block-button__link:hover {
      background-color: var(--primary);
      color: var(--bg-basis);
    }

.is-style-btn-secondary .wp-block-button__link {
    background-color: rgba(var(--bg-basis), .8);
    border: 2px solid #0000;
    padding-left: 0;
  }

.is-style-btn-secondary .wp-block-button__link:hover {
      background-color: rgba(var(--bg-basis), .8);
      color: var(--primary);
    }

.is-style-btn-primary-icon .wp-block-button__link {
    background-color: rgba(var(--bg-basis), .8);
    border: 2px solid var(--primary);
    align-items: center;
    padding-right: 2rem;
    transition: all .17s ease-out;
    display: inline-flex;
  }

.is-style-btn-primary-icon .wp-block-button__link:after {
      content: "";
      background-color: var(--text-basis-accent);
      width: .65rem;
      height: .65rem;
      transition: all .2s ease-in-out;
      display: block;
      position: relative;
      top: 1px;
      left: 15px;
      transform: translate(0);
      -webkit-mask: url("/wp-content/themes/iconeus/assets/media/images/svg/arrow-upright.svg") 50% / cover no-repeat;
      mask: url("/wp-content/themes/iconeus/assets/media/images/svg/arrow-upright.svg") 50% / cover no-repeat;
    }

.is-style-btn-primary-icon .wp-block-button__link:hover {
      background-color: var(--primary);
      color: var(--bg-basis);
    }

.is-style-btn-primary-icon .wp-block-button__link:hover:after {
        background-color: var(--bg-basis-accent);
        transform: translate(1px, -1px);
      }

.is-style-btn-secondary-icon .wp-block-button__link {
    background-color: rgba(var(--bg-basis), .8);
    border: 2px solid #0000;
    align-items: center;
    padding-left: 0;
    padding-right: 1rem;
    transition: all .17s ease-out;
    display: inline-flex;
  }

.is-style-btn-secondary-icon .wp-block-button__link:after {
      content: "";
      background-color: var(--text-basis-accent);
      width: .65rem;
      height: .65rem;
      transition: all .2s ease-in-out;
      display: block;
      position: relative;
      top: 1px;
      left: 15px;
      transform: translate(0);
      -webkit-mask: url("/wp-content/themes/iconeus/assets/media/images/svg/arrow-upright.svg") 50% / cover no-repeat;
      mask: url("/wp-content/themes/iconeus/assets/media/images/svg/arrow-upright.svg") 50% / cover no-repeat;
    }

.is-style-btn-secondary-icon .wp-block-button__link:hover {
      color: var(--primary);
    }

.is-style-btn-secondary-icon .wp-block-button__link:hover:after {
        background-color: var(--primary);
        transform: translate(1px, -1px);
      }

@keyframes slidebg {
  to {
    background-position: 8vw;
  }
}

.is-style-btn-secondary-icon-anim .wp-block-button__link {
    background-color: rgba(var(--bg-basis), .8);
    background-image: linear-gradient(to right, var(--text-basis-accent), var(--text-basis));
    color: #0000;
    -webkit-background-clip: text;
    background-clip: text;
    border: 2px solid #0000;
    align-items: center;
    padding-left: 0;
    padding-right: 1rem;
    transition: all .17s ease-out;
    display: inline-flex;
  }

.is-style-btn-secondary-icon-anim .wp-block-button__link:after {
      content: "";
      background-color: var(--text-basis-accent);
      width: .65rem;
      height: .65rem;
      transition: all .2s ease-in-out;
      display: block;
      position: relative;
      top: 1px;
      left: 15px;
      transform: translate(0);
      -webkit-mask: url("/wp-content/themes/iconeus/assets/media/images/svg/arrow-upright.svg") 50% / cover no-repeat;
      mask: url("/wp-content/themes/iconeus/assets/media/images/svg/arrow-upright.svg") 50% / cover no-repeat;
    }

.is-style-btn-secondary-icon-anim .wp-block-button__link:hover {
      color: #0000;
      background-image: linear-gradient(to right, var(--primary), var(--text-basis), var(--primary-trans), var(--primary));
      filter: brightness();
      animation: 4s linear infinite slidebg;
    }

.is-style-btn-secondary-icon-anim .wp-block-button__link:hover:after {
        background-color: var(--primary);
        transform: translate(1px, -1px);
      }

.is-style-btn-primary-full > .wp-block-button__link {
    background-color: var(--primary);
    border: 2px solid var(--primary);
    color: var(--bg-basis-accent);
    transition: all .17s ease-out;
  }

.is-style-btn-primary-full > .wp-block-button__link:hover {
      color: var(--bg-basis-accent);
      transform: translateY(-2px);
      background-color: var(--primary) !important;
    }

.is-style-default.btn-portal .wp-block-button__link {
    background-color: rgba(var(--bg-basis), .8);
    border: 2px solid var(--primary);
    align-items: center;
    padding-left: 2rem;
    transition: all .17s ease-out;
    display: inline-flex;
  }

.is-style-default.btn-portal .wp-block-button__link:before {
      content: "";
      background-color: var(--text-basis-accent);
      width: 1.25rem;
      height: .9rem;
      transition: all .2s ease-in-out;
      display: block;
      position: relative;
      top: 1px;
      right: 15px;
      transform: translate(0);
      -webkit-mask: url("/wp-content/themes/iconeus/assets/media/images/svg/portal.svg") 50% / cover no-repeat;
      mask: url("/wp-content/themes/iconeus/assets/media/images/svg/portal.svg") 50% / cover no-repeat;
    }

.is-style-default.btn-portal .wp-block-button__link:hover {
      background-color: var(--primary);
      color: var(--bg-basis);
    }

.is-style-default.btn-portal .wp-block-button__link:hover:before {
        background-color: var(--bg-basis-accent);
        transform: translate(2px);
      }

.btn-readmore {
  font-family: var(--font-display);
  color: var(--primary);
  font-size: 1.1rem;
  line-height: 1;
  display: flex;
  position: relative;
}

.btn-readmore:after {
    content: "";
    background-color: var(--primary);
    width: .65rem;
    height: .65rem;
    transition: all .2s ease-in-out;
    display: block;
    position: relative;
    top: 5px;
    left: 10px;
    transform: translate(0);
    -webkit-mask: url("/wp-content/themes/iconeus/assets/media/images/svg/arrow-upright.svg") 50% / cover no-repeat;
    mask: url("/wp-content/themes/iconeus/assets/media/images/svg/arrow-upright.svg") 50% / cover no-repeat;
  }

.btn-readmore:hover:after {
      background-color: var(--primary);
      transform: translate(1px, -1px);
    }

.header-nav__wrapper {
  z-index: 999;
  width: 100%;
  transition: transform .8s ease-out;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header-nav__wrapper.slide-up {
    transform: translateY(-100%);
  }

.header-nav__wrapper.slide-down {
    transform: translateY(0);
  }

.header-nav__wrapper.slide-down .wp-block-columns {
      box-shadow: none;
      border-radius: 0;
      outline: none;
      background-color: #0000 !important;
    }

.header-nav__wrapper.slide-down.scrolled .wp-block-columns {
    border-radius: 1px;
    outline: 15px solid #0a141eb3;
    box-shadow: 0 0 20px #0a141eb3;
    background-color: #0a141eb3 !important;
  }

@media screen and (width <= 1000px) {
  .has-modal-open .header-nav__wrapper {
    height: 100%;
    overflow: visible;
  }
}

@media (width >= 1100px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none !important;
  }

  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block !important;
  }
    header .wp-block-navigation > li {
      color: var(--text-basis-accent) !important;
      padding-top: 1.3rem !important;
      padding-bottom: 1.3rem !important;
      font-weight: 500 !important;
    }

      header .wp-block-navigation > li ul {
        border-radius: 5px;
        box-shadow: 0 0 400px 1px #005bc54d;
        background-color: var(--bg-basis-accent) !important;
      }
          header .wp-block-navigation > li ul li:hover a {
            color: var(--primary) !important;
          }

          header .wp-block-navigation > li ul li a {
            color: var(--text-basis-accent) !important;
          }

      header .wp-block-navigation > li > ul {
        padding-top: .5rem;
        padding-bottom: .5rem;
      }

        header .wp-block-navigation > li > ul > li {
          padding-top: .3rem;
          padding-bottom: .3rem;
        }

          header .wp-block-navigation > li > ul > li > a {
            text-align: right;
            justify-content: right !important;
            justify-items: right !important;
            min-width: 250px !important;
            line-height: 1 !important;
          }

            header .wp-block-navigation > li > ul > li > a:after {
              display: none;
            }
}

@media (width <= 1100px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }

  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none;
  }

  .wp-block-navigation__responsive-container {
    background-color: var(--bg-basis-accent) !important;
    padding-bottom: 150px !important;
  }

    .wp-block-navigation__responsive-container button {
      transition: color .2s ease-out;
    }

    .wp-block-navigation__responsive-container button:hover {
      color: var(--primary) !important;
    }
        .wp-block-navigation__responsive-container ul ul li {
          margin-top: 1rem !important;
        }

          .wp-block-navigation__responsive-container ul ul li:hover a {
            color: var(--primary) !important;
          }

          .wp-block-navigation__responsive-container ul ul li a {
            text-align: right !important;
            color: var(--text-basis) !important;
            line-height: 1.2 !important;
          }

            .wp-block-navigation__responsive-container ul ul li a:after {
              top: .5rem;
            }
}

.custom-logo-link {
  max-width: 150px;
}

.header--logo {
  min-width: 100px;
}

header .wp-block-navigation li a {
      letter-spacing: .04rem;
    }

header .wp-block-navigation > li {
      font-size: 18px;
      font-weight: 700;
    }

header .wp-block-navigation-submenu {
    list-style: none;
  }

header .wp-block-navigation-submenu li {
      font-weight: 400;
      list-style: none;
      transition: all .4s ease-in-out;
    }

header .wp-block-navigation-submenu li > a {
        font-size: 16px;
        font-weight: 400;
        position: relative;
      }

header .wp-block-navigation-submenu li > a:after {
          content: "";
          background-color: var(--text-basis);
          width: 20px;
          height: 1px;
          transition: all .2s ease-out;
          display: block;
          position: absolute;
          top: 1rem;
          right: -2rem;
        }

header .wp-block-navigation-submenu li:hover {
        transform: translateX(-3px);
      }

header .wp-block-navigation-submenu li:hover > a:after {
          width: 23px;
        }

header .wp-block-navigation__submenu-container {
    transition: all .4s ease-in-out;
  }

header form .wp-block-search__label {
      display: none;
    }

header form {
    position: relative;
    overflow: visible !important;
  }

header form .wp-block-search__inside-wrapper {
    width: 40px !important;
  }

@media (width >= 1280px) {
    header form .wp-block-search__inside-wrapper {
      width: 70px !important;
    }
  }

header form .wp-block-search__button {
    background-color: #0000;
    border-style: none;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50px !important;
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
  }

header form .wp-block-search__button svg {
    width: 23px;
    height: 23px;
  }

header form .wp-block-search__input {
    --tw-translate-y: -50%;
    width: 50vw;
    height: 50px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-width: 1px;
    border-color: var(--primary-trans);
    background-color: var(--bg-basis-accent);
    color: var(--text-basis);
    border-radius: 5px;
    position: absolute;
    top: 50%;
    right: 4rem;
    z-index: 9999 !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

@media (width >= 768px) {
    header form .wp-block-search__input {
      width: 300px;
    }
  }

header form .wp-block-search__input {
    opacity: 0;
    visibility: hidden;
    transition: visibility, opacity .3s;
    box-shadow: 0 0 150px 1px #005bc599;
  }

@media screen and (width <= 1100px) {
  header form .wp-block-search__input {
    background-color: var(--bg-basis);
  }
}

.home-headings {
  text-shadow: 0 1px 5px #000000b3;
}

@media screen and (width <= 1500px) {
  .home-headings > * {
    max-width: var(--hp-hero-content-width);
  }

  .home-headings {
    margin-top: var(--wp--preset--spacing--80) !important;
    margin-bottom: var(--wp--preset--spacing--80) !important;
  }
}

.single-post .wp-block-post-featured-image :where(img) {
  height: 300px;
}

footer {
  margin-top: 50px;
  overflow: hidden;
}

footer .has-global-padding {
    padding-left: 0;
    padding-right: 0;
  }

footer .wp-block-navigation li {
    margin-bottom: .8rem;
  }

footer .wp-block-navigation li a {
      font-family: var(--font-sans);
      font-size: 16px;
      color: var(--text-basis) !important;
    }

@media (width <= 1260px) {
  footer .wp-block-columns {
    flex-direction: column;
  }

  footer .wp-block-columns .wp-block-column {
    margin-bottom: 1em;
  }
}

@media (width >= 1261px) {
  footer .wp-block-columns {
    flex-direction: row;
  }
}

.footer-col1 {
  justify-content: flex-end;
  display: flex;
}

.footer-col1 .footer-logo {
    min-width: 194px;
    max-width: 194px;
  }

@media screen and (width <= 1200px) {
  .footer-col1 {
    justify-content: flex-start;
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
}

.footer-col1__wrapper {
  width: 60%;
  max-width: 600px;
}

@media screen and (width <= 1450px) {
  .footer-col1__wrapper {
    width: 75%;
  }
}

@media screen and (width <= 1280px) {
  .footer-col1__wrapper {
    width: 100%;
    padding-left: var(--wp--preset--spacing--50) !important;
  }
}

.b3-2-inp-fld-wrp {
  margin-top: -30px;
}

@media screen and (width <= 1100px) {
  .b3-2-inp-fld-wrp {
    margin-top: -26px;
  }
}

.b3-2-fld-wrp {
  padding: 0;
}

.b3-2-fld {
  height: 46px;
}

.b3-1-fld-wrp {
  height: 46px;
  padding: 0 0 0 10px;
}

.D.x.b3-3-cc.bf-cc {
  flex-direction: column-reverse;
}

.b3-3-cw.bf-cw > br, .b3-3-cw.bf-cw > input, span.AK.b3-3-ct.bf-ct br {
  display: none;
}

.A3.G3.P3.T3.b3.w3.Af3.b3-3-bx.bf-bx {
  margin-top: -20px !important;
  display: block !important;
}

.J3.N3.O3.P3.b3-3-fld-wrp.bf-fld-wrp {
  margin: 0 !important;
  padding: 0 !important;
}

.AK3.b3-3-ct.bf-ct p {
  font-size: .8rem !important;
}

.footer-col2 a:hover {
      color: var(--primary) !important;
    }

.footer-col2 h3, .footer-col2 h4 {
    font-size: 20px !important;
  }

@media screen and (width >= 1650px) {
  .footer-col2__stack {
    padding-left: 200px !important;
  }
}

.contact-sticky-wysi a {
    text-decoration: underline;
  }

.header-event-box:after {
    content: "";
    background: url("/wp-content/themes/iconeus/assets/media/images/svg/arrow-upright.svg") 0 0 / contain no-repeat;
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }

.litebox-overlay {
  inset: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  background: #000c;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  transition: opacity .3s, visibility .3s;
  display: flex;
  position: fixed;
  inset: 0;
  overflow-y: auto;
  max-width: 100% !important;
}

.litebox-overlay.active {
  opacity: 1;
  visibility: visible;
}

.litebox-content__inner {
  padding: 20px;
  overflow-y: auto;
}

.litebox-content {
  overscroll-behavior: contain;
  background: var(--bg-basis);
  border-radius: 10px;
  width: 800px;
  max-width: 90%;
  max-height: 90%;
  padding: 2rem 2.5rem;
  position: relative;
  overflow: auto;
}

@media screen and (width <= 768px) {
  .litebox-content {
    width: 90vw;
  }
}

.litebox-close {
  background-color: var(--bg-basis-accent);
  border: 1px solid var(--primary);
  color: var(--primary);
  cursor: pointer;
  border-radius: 30px;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 3px 10px 10px;
  font-size: 1.4rem;
  line-height: 1;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.grid-team .lightbox-overlay {
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    background: #000c;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    transition: opacity .3s, visibility .3s;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
  }

.grid-team .lightbox-overlay.active {
    opacity: 1;
    visibility: visible;
  }

.grid-team .lightbox-content {
    overscroll-behavior: contain;
    background: var(--bg-basis);
    border-radius: 10px;
    width: 800px;
    max-width: 90%;
    max-height: 90%;
    padding: 2rem 2.5rem;
    position: relative;
    overflow: auto;
  }

@media screen and (width <= 768px) {
    .grid-team .lightbox-content {
      width: 90vw;
    }
  }

.grid-team .lightbox-close {
    background-color: var(--bg-basis-accent);
    color: var(--primary);
    cursor: pointer;
    border-radius: 30px;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 3px 10px 10px;
    font-size: 1.6rem;
    line-height: 1;
    display: flex;
    position: absolute;
    top: 10px;
    right: 10px;
  }

@media screen and (width <= 768px) {
    .grid-publications .grid_filters {
      grid-template-columns: 2fr 2fr;
      display: grid;
    }
  }

.wp-block-video {
  position: relative;
}

.wp-block-video:after {
    opacity: 1;
    pointer-events: none;
    content: "";
    border: 2px solid var(--primary);
    cursor: pointer;
    background: #ffffff80 url("/wp-content/themes/iconeus/assets/media/images/svg/Play-1.svg") center / 30px no-repeat;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    transition: all .2s ease-out;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

.wp-block-video:hover:after {
    background-color: #fff;
  }

.wp-block-video.state-playing:after {
  opacity: 0;
}

.wp-block-list {
  margin: 0;
  padding: 0;
}

.wp-block-list.is-style-simple li {
      list-style-type: none;
      position: relative;
      padding: 0 0 0 40px !important;
    }

.wp-block-list.is-style-simple li:after {
      content: "";
      background: url("/wp-content/themes/iconeus/assets/media/images/svg/arrow-bg.svg") 0 0 / contain no-repeat;
      width: 26px;
      height: 26px;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
    }

.wp-block-list.is-style-arrow li {
      list-style-type: none;
      position: relative;
      padding: 0 0 0 40px !important;
    }

.wp-block-list.is-style-arrow li:after {
      content: "";
      background-color: currentColor;
      background-size: contain;
      width: .8rem;
      height: .8rem;
      display: block;
      position: absolute;
      top: .5rem;
      left: 0;
      -webkit-mask: url("/wp-content/themes/iconeus/assets/media/images/svg/arrow-upright.svg") 0 0 / contain no-repeat;
      mask: url("/wp-content/themes/iconeus/assets/media/images/svg/arrow-upright.svg") 0 0 / contain no-repeat;
    }

.wp-block-list.is-style-checkmark li {
      list-style-type: none;
      position: relative;
      padding: 0 0 0 40px !important;
    }

.wp-block-list.is-style-checkmark li:after {
      content: "";
      background-color: currentColor;
      background-size: contain;
      width: .8rem;
      height: .8rem;
      display: block;
      position: absolute;
      top: .6rem;
      left: 0;
      -webkit-mask: url("/wp-content/themes/iconeus/assets/media/images/svg/check.svg") 0 0 / contain no-repeat;
      mask: url("/wp-content/themes/iconeus/assets/media/images/svg/check.svg") 0 0 / contain no-repeat;
    }

.wp-block-cover.fillwidth > img {
      -o-object-fit: contain !important;
         object-fit: contain !important;
    }

.wp-block-social-link {
  border-radius: 5px;
}

.wpgb-content-publications h3 {
  font-size: var(--wp--preset--font-size--medium);
}

.wpgb-content-publications p {
  font-size: var(--wp--preset--font-size--small);
  word-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: url("../../assets/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  src: url("../../assets/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
}

@font-face {
  font-family: Outfit;
  font-style: normal;
  src: url("../../assets/fonts/Outfit/Outfit-VariableFont-wght.ttf") format("truetype");
}

.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-text-basis-accent:hover {
  border-color: var(--text-basis-accent);
}

.hover\:bg-\[\#2C2B2B\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(44 43 43 / var(--tw-bg-opacity));
}

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

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

.group:hover .group-hover\:translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:translate-x-4 {
  --tw-translate-x: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:translate-x-6 {
  --tw-translate-x: 1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

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

.group:hover .group-hover\:delay-0 {
  transition-delay: 0s;
}

.group:hover .group-hover\:delay-150 {
  transition-delay: .15s;
}

@media not all and (width >= 1280px) {
  .max-xl\:overflow-hidden {
    overflow: hidden;
  }
}

@media not all and (width >= 768px) {
  .max-md\:line-clamp-3 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }
}

@media (width >= 640px) {
  .sm\:flex {
    display: flex;
  }

  .sm\:w-\[200px\] {
    width: 200px;
  }

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

  .sm\:p-8 {
    padding: 2rem;
  }
}

@media (width >= 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:block {
    display: block;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-\[300px\] {
    width: 300px;
  }

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

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

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

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

  .md\:gap-8 {
    gap: 2rem;
  }

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

  .md\:p-8 {
    padding: 2rem;
  }

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

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

  .md\:text-\[1\.3rem\] {
    font-size: 1.3rem;
  }
}

@media (width >= 1024px) {
  .lg\:bottom-8 {
    bottom: 2rem;
  }

  .lg\:right-8 {
    right: 2rem;
  }

  .lg\:mt-\[50px\] {
    margin-top: 50px;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:size-12 {
    width: 3rem;
    height: 3rem;
  }

  .lg\:size-32 {
    width: 8rem;
    height: 8rem;
  }

  .lg\:size-\[40px\] {
    width: 40px;
    height: 40px;
  }

  .lg\:h-\[200px\] {
    height: 200px;
  }

  .lg\:w-\[200px\] {
    width: 200px;
  }

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

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

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

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

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

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:rounded-\[10px\] {
    border-radius: 10px;
  }

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

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

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

  .lg\:text-\[1\.5rem\] {
    font-size: 1.5rem;
  }

  .lg\:text-\[1\.6rem\] {
    font-size: 1.6rem;
  }

  .lg\:text-\[22px\] {
    font-size: 22px;
  }

  .lg\:text-\[23px\] {
    font-size: 23px;
  }

  .lg\:text-base {
    font-size: var(--wp--preset--font-size--medium);
    line-height: 1.5rem;
  }

  .lg\:leading-\[2rem\] {
    line-height: 2rem;
  }
}

@media (width >= 1280px) {
  .xl\:line-clamp-3 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  .xl\:\!w-\[70px\] {
    width: 70px !important;
  }
}

/*# sourceMappingURL=main.css.map */