:root {
  --wp--preset--color--raft-bg: #ffffff;
  --wp--preset--color--raft-fg: #202220;
  --wp--preset--color--raft-accent: #202220;
  --wp--preset--color--raft-accent-secondary: #0f100f;
  --wp--preset--color--raft-bg-inv: #494949;
  --wp--preset--color--raft-bg-alt: rgba(0, 0, 0, 0.05);
  --wp--preset--color--raft-fg-alt: #f6f6f6;

  --wp--preset--font-size--small: 14px;
  --wp--preset--font-size--medium: 24px;
  --wp--preset--font-size--large: 28px;
  --wp--preset--font-size--x-large: 32px;
  --wp--preset--font-size--normal: 18px;
  --wp--preset--font-size--huge: 56px;

  --wp--style--global--content-size: 1280px;
  --wp--style--global--wide-size: 1280px;
  --wp--preset--font-family--body: "Readex Pro", sans-serif;
  /*  */
  /*  */
  /*  */
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;

  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );

  --wp--preset--font-family--source-serif-pro: "Source Serif Pro", serif;
  --wp--preset--font-family--figtree: "Figtree", sans-serif;
  --wp--preset--font-family--outfit: "Outfit", sans-serif;
  --wp--preset--font-family--spline-sans: "spline-sans", sans-serif;
  --wp--preset--font-family--geologica: "geologica", sans-serif;
  --wp--preset--font-family--gloock: "gloock", serif;
  --wp--preset--font-family--spline-sans-mono: "spline-sans-mono", sans-serif;
  --wp--preset--font-family--lora: "Lora", serif;
  --wp--preset--spacing--20: clamp(0.4rem, 2vw, 0.5rem);
  --wp--preset--spacing--30: clamp(0.6rem, 2.5vw, 1rem);
  --wp--preset--spacing--40: clamp(1rem, 3vw, 1.5rem);
  --wp--preset--spacing--50: clamp(1.5rem, 4vw, 2rem);
  --wp--preset--spacing--60: clamp(2rem, 5vw, 3rem);
  --wp--preset--spacing--70: clamp(3rem, 6vw, 4rem);
  --wp--preset--spacing--80: clamp(3rem, 7vw, 5rem);
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
  --wp--custom--spacing--baseline: 16px;
  --wp--custom--spacing--small: min(24px, 6.4vw);
  --wp--custom--spacing--gap--horizontal: clamp(
    calc(1.5 * var(--wp--custom--spacing--baseline)),
    2.222vw,
    calc(2 * var(--wp--custom--spacing--baseline))
  );
  --wp--custom--spacing--gap--vertical: clamp(
    calc(1.5 * var(--wp--custom--spacing--baseline)),
    3.333vw,
    calc(3 * var(--wp--custom--spacing--baseline))
  );
  --wp--custom--spacing--gutter: clamp(
    calc(1.5 * var(--wp--custom--spacing--baseline)),
    3.333vw,
    calc(3 * var(--wp--custom--spacing--baseline))
  );
  --wp--custom--spacing--outer: var(--wp--custom--spacing--gutter);
  --wp--custom--typography--font-smoothing--moz: grayscale;
  --wp--custom--typography--font-smoothing--webkit: antialiased;
}

body {
  background-color: var(--wp--preset--color--raft-bg);
  color: var(--wp--preset--color--raft-fg);
  font-family: var(--wp--preset--font-family--body);
  font-size: var(--wp--preset--font-size--normal);
  font-weight: 400;
  line-height: 1.7;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
h1 {
  font-size: var(--wp--preset--font-size--huge);
  font-weight: 600;
  line-height: 1.25;
}

h2 {
  font-size: var(--wp--preset--font-size--x-large);
  font-weight: 600;
  line-height: 1.35;
}

h3 {
  font-size: var(--wp--preset--font-size--large);
  font-weight: 600;
  line-height: 1.35;
}

h4 {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 600;
  line-height: 1.4;
}

h5 {
  font-size: var(--wp--preset--font-size--normal);
  font-weight: 600;
  line-height: 1.55;
}

h6 {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
  line-height: 1.6;
}

.is-small-text {
  font-size: 0.875em;
}

.is-regular-text {
  font-size: 1em;
}

.is-large-text {
  font-size: 2.25em;
}

.is-larger-text {
  font-size: 3em;
}

.has-raft-accent-secondary-color {
  color: var(--wp--preset--color--raft-accent-secondary) !important;
}

.has-raft-bg-inv-color {
  color: var(--wp--preset--color--raft-bg-inv) !important;
}

.has-raft-bg-alt-color {
  color: var(--wp--preset--color--raft-bg-alt) !important;
}

.has-raft-fg-alt-color {
  color: var(--wp--preset--color--raft-fg-alt) !important;
}
.has-raft-bg-background-color {
  background-color: var(--wp--preset--color--raft-bg) !important;
}

.has-raft-fg-background-color {
  background-color: var(--wp--preset--color--raft-fg) !important;
}

.has-raft-accent-background-color {
  background-color: var(--wp--preset--color--raft-accent) !important;
}

.has-raft-accent-secondary-background-color {
  background-color: var(--wp--preset--color--raft-accent-secondary) !important;
}

.has-raft-bg-inv-background-color {
  background-color: var(--wp--preset--color--raft-bg-inv) !important;
}

.has-raft-bg-alt-background-color {
  background-color: var(--wp--preset--color--raft-bg-alt) !important;
}

.has-raft-fg-alt-background-color {
  background-color: var(--wp--preset--color--raft-fg-alt) !important;
}
.has-raft-bg-border-color {
  border-color: var(--wp--preset--color--raft-bg) !important;
}

.has-raft-fg-border-color {
  border-color: var(--wp--preset--color--raft-fg) !important;
}

.has-raft-accent-border-color {
  border-color: var(--wp--preset--color--raft-accent) !important;
}

.has-raft-accent-secondary-border-color {
  border-color: var(--wp--preset--color--raft-accent-secondary) !important;
}

.has-raft-bg-inv-border-color {
  border-color: var(--wp--preset--color--raft-bg-inv) !important;
}

.has-raft-bg-alt-border-color {
  border-color: var(--wp--preset--color--raft-bg-alt) !important;
}

.has-raft-fg-alt-border-color {
  border-color: var(--wp--preset--color--raft-fg-alt) !important;
}
.has-raft-bg-color {
  color: var(--wp--preset--color--raft-bg) !important;
}

.has-raft-fg-color {
  color: var(--wp--preset--color--raft-fg) !important;
}

.has-raft-accent-color {
  color: var(--wp--preset--color--raft-accent) !important;
}

/* BUTTONS */
.wp-block-button__link {
  align-content: center;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  height: 100%;
  text-align: center;
  width: 100%;
  word-break: break-word;
}

.wp-block-button__link.aligncenter {
  text-align: center;
}

.wp-block-button__link.alignright {
  text-align: right;
}

:where(.wp-block-button__link) {
  border-radius: 9999px;
  box-shadow: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-decoration: none;
}

.wp-block-button[style*="text-decoration"] .wp-block-button__link {
  text-decoration: inherit;
}

.wp-block-buttons > .wp-block-button.has-custom-width {
  max-width: none;
}

.wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
  width: 100%;
}

.wp-block-buttons
  > .wp-block-button.has-custom-font-size
  .wp-block-button__link {
  font-size: inherit;
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
  width: calc(25% - var(--wp--style--block-gap, 0.5em) * 0.75);
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
  width: calc(50% - var(--wp--style--block-gap, 0.5em) * 0.5);
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
  width: calc(75% - var(--wp--style--block-gap, 0.5em) * 0.25);
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
  flex-basis: 100%;
  width: 100%;
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-25 {
  width: 25%;
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-50 {
  width: 50%;
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-75 {
  width: 75%;
}

.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
  border-radius: 0;
}

.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
  border-radius: 0 !important;
}
.wp-block-buttons {
  box-sizing: border-box;
}

.wp-block-buttons.is-vertical {
  flex-direction: column;
}

.wp-block-buttons.is-vertical > .wp-block-button:last-child {
  margin-bottom: 0;
}

.wp-block-buttons > .wp-block-button {
  display: inline-block;
  margin: 0;
}

.wp-block-buttons.is-content-justification-left {
  justify-content: flex-start;
}

.wp-block-buttons.is-content-justification-left.is-vertical {
  align-items: flex-start;
}

.wp-block-buttons.is-content-justification-center {
  justify-content: center;
}

.wp-block-buttons.is-content-justification-center.is-vertical {
  align-items: center;
}

.wp-block-buttons.is-content-justification-right {
  justify-content: flex-end;
}

.wp-block-buttons.is-content-justification-right.is-vertical {
  align-items: flex-end;
}

.wp-block-buttons.is-content-justification-space-between {
  justify-content: space-between;
}

.wp-block-buttons.aligncenter {
  text-align: center;
}

.wp-block-buttons:not(
    .is-content-justification-space-between,
    .is-content-justification-right,
    .is-content-justification-left,
    .is-content-justification-center
  )
  .wp-block-button.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.wp-block-buttons[style*="text-decoration"] .wp-block-button,
.wp-block-buttons[style*="text-decoration"] .wp-block-button__link {
  text-decoration: inherit;
}

.wp-block-buttons.has-custom-font-size .wp-block-button__link {
  font-size: inherit;
}

.wp-block-button.aligncenter {
  text-align: center;
}
.wp-block-spacer {
  clear: both;
}
.wp-block-image > a,
.wp-block-image > figure > a {
  display: inline-block;
}

.wp-block-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

@media not (prefers-reduced-motion) {
  .wp-block-image img.hide {
    visibility: hidden;
  }

  .wp-block-image img.show {
    animation: show-content-image 0.4s;
  }
}

.wp-block-image[style*="border-radius"] img,
.wp-block-image[style*="border-radius"] > a {
  border-radius: inherit;
}

.wp-block-image.has-custom-border img {
  box-sizing: border-box;
}

.wp-block-image.aligncenter {
  text-align: center;
}

.wp-block-image.alignfull > a,
.wp-block-image.alignwide > a {
  width: 100%;
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  height: auto;
  width: 100%;
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
  display: table;
}

.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.aligncenter > figcaption,
.wp-block-image.alignleft > figcaption,
.wp-block-image.alignright > figcaption {
  caption-side: bottom;
  display: table-caption;
}

.wp-block-image .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

.wp-block-image .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image :where(figcaption) {
  margin-bottom: 1em;
  margin-top: 0.5em;
}

.wp-block-image.is-style-circle-mask img {
  border-radius: 9999px;
}
:root :where(.wp-block-button .wp-block-button__link) {
  background-color: var(--wp--preset--color--raft-accent);
  border-radius: 3px;
  border-color: transparent;
  border-width: 2px;
  border-style: solid;
  color: var(--wp--preset--color--raft-fg-alt);
  font-size: var(--wp--preset--font-size--normal);
  font-weight: 600;
  padding-top: var(--wp--preset--spacing--30);
  padding-right: var(--wp--preset--spacing--50);
  padding-bottom: var(--wp--preset--spacing--30);
  padding-left: var(--wp--preset--spacing--50);
}
:root :where(.wp-block-button.is-style-outline--2 .wp-block-button__link) {
  background: transparent none;
  background-color: transparent;
  border-color: inherit;
  border-width: 2px;
  border-style: solid;
  color: inherit;
  padding-top: var(--wp--preset--spacing--30);
  padding-right: var(--wp--preset--spacing--50);
  padding-bottom: var(--wp--preset--spacing--30);
  padding-left: var(--wp--preset--spacing--50);
}
:root :where(.wp-block-template-part.has-background) {
  margin-bottom: 0;
  margin-top: 0;
  padding: 1.25em 2.375em;
}

:root :where(.is-layout-constrained) > :first-child {
  margin-block-start: 0;
}

:root :where(.is-layout-constrained) > :last-child {
  margin-block-end: 0;
}

:root :where(.is-layout-constrained) > * {
  margin-block-start: 24px;
  margin-block-end: 0;
}
.is-layout-constrained > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}

.is-layout-constrained > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
.is-layout-constrained > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

.is-layout-constrained
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}

.is-layout-constrained > .alignwide {
  max-width: var(--wp--style--global--wide-size);
}

:where(body) {
  margin: 0;
}
body .is-layout-flex {
  display: flex;
}

.is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}

.is-layout-flex > :is(*, div) {
  margin: 0;
}

body .is-layout-grid {
  display: grid;
}

.is-layout-grid > :is(*, div) {
  margin: 0;
}

a:where(:not(.wp-element-button)) {
  color: var(--wp--preset--color--raft-fg);
  text-decoration: none;
}

:root :where(.wp-element-button, .wp-block-button__link) {
  background-color: #32373c;
  border-width: 0;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-decoration: none;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100px;
}
.wp-block-separator.has-alpha-channel-opacity {
  opacity: 1;
}
.is-layout-constrained
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}

.wp-block-separator {
  border: none;
  border-top: 2px solid;
  margin-left: auto;
  margin-right: auto;
}
