img:is([sizes='auto' i], [sizes^='auto,' i]) {
  contain-intrinsic-size: 3000px 1500px;
}
footer {
  background-color: var(--wp--preset--color--cyan-bluish-gray);
}

/* wp-block-site-title-inline-css   */
.wp-block-site-title {
  box-sizing: border-box;
  color: #ffffff;
}
.wp-block-site-title :where(a) {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit;
}

/* wp-block-group-inline-css */
:where(.wp-block-group.wp-block-group-is-layout-constrained) {
  position: relative;
}

/* wp-block-heading-inline-css */
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 1.25em 2.375em;
}

/* wp-block-paragraph-inline-css */
:root :where(p.has-background) {
  padding: 1.25em 2.375em;
}
:where(p.has-text-color:not(.has-link-color)) a {
  color: inherit;
}

/* wp-block-button-inline-css */
a.wp-element-button {
  border-radius: 9999px;
  color: var(--wp--preset--color--accent-3);
}

/* wp-block-buttons-inline-css */
.wp-block-buttons.is-content-justification-center {
  justify-content: center;
}
.wp-block-buttons.is-content-justification-center.is-vertical {
  align-items: center;
}
.wp-block-button.aligncenter {
  text-align: center;
}

/* wp-block-columns-inline-css */
.wp-block-columns {
  align-items: normal !important;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap !important;
}
@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start;
}
.wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}
.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end;
}
@media (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (min-width: 782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*='flex-basis'] {
    flex-grow: 0;
  }
}
.wp-block-columns.is-not-stacked-on-mobile {
  flex-wrap: nowrap !important;
}
.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
  flex-basis: 0;
  flex-grow: 1;
}
.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column[style*='flex-basis'] {
  flex-grow: 0;
}
:where(.wp-block-columns) {
  margin-bottom: 1.75em;
}
:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em;
}
.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start;
}
.wp-block-column.is-vertically-aligned-center {
  align-self: center;
}
.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end;
}
.wp-block-column.is-vertically-aligned-stretch {
  align-self: stretch;
}
.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
  width: 100%;
}

/* wp-block-spacer-inline-css */
.wp-block-spacer {
  clear: both;
}
/* wp-block-list-inline-css */
ol,
ul {
  box-sizing: border-box;
}
:root :where(.wp-block-list.has-background) {
  padding: 1.25em 2.375em;
}

ul.is-style-checkmark-list {
  list-style-type: '\2713';
}

ul.is-style-checkmark-list li {
  padding-inline-start: 1ch;
}

/* wp-block-post-content-inline-css */
.wp-block-post-content {
  display: flow-root;
}

/* wp-block-site-logo-inline-css */
.wp-block-site-logo {
  box-sizing: border-box;
  line-height: 0;
}
.wp-block-site-logo a {
  display: inline-block;
  line-height: 0;
}
.wp-block-site-logo.is-default-size img {
  height: auto;
  width: 120px;
}
.wp-block-site-logo img {
  height: auto;
  max-width: 100%;
}
.wp-block-site-logo a,
.wp-block-site-logo img {
  border-radius: inherit;
}
.wp-block-site-logo.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
:root :where(.wp-block-site-logo.is-style-rounded) {
  border-radius: 9999px;
}

/* wp-block-site-tagline-inline-css */
.wp-block-site-tagline {
  box-sizing: border-box;
}

/* wp-block-navigation-link-inline-css */
.wp-block-navigation .wp-block-navigation-item__label {
  overflow-wrap: break-word;
}
.wp-block-navigation .wp-block-navigation-item__description {
  display: none;
}
.wp-block-navigation li.wp-block-navigation-item {
  list-style: none;
  margin-bottom: var(--wp--preset--spacing--20);
}

/* wp-block-library-inline-css */
.wp-element-button {
  cursor: pointer;
}
:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px;
}
.has-text-align-center {
  text-align: center;
}
.aligncenter {
  clear: both;
}
html :where(.has-border-color) {
  border-style: solid;
}
html :where(img[class*='wp-image-']) {
  height: auto;
  max-width: 100%;
  border-radius: 8px;
}
:where(figure) {
  margin: 0 0 1em;
}
html :where(.is-position-sticky) {
  --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px);
}
@media screen and (max-width: 600px) {
  html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: 0px;
  }
}

/* global-styles-inline-css */
:root {
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--base: #ffffff;
  --wp--preset--color--contrast: #111111;
  --wp--preset--color--accent-2: #575757;
  --wp--preset--color--accent-3: #503aa8;
  --wp--preset--color--accent-4: #686868;
  --wp--preset--color--accent-5: #fbfaf3;
  --wp--preset--color--accent-6: color-mix(in srgb, currentColor 20%, transparent);
  --wp--preset--font-size--small: 0.875rem;
  --wp--preset--font-size--medium: clamp(1rem, 1rem + ((1vw - 0.2rem) * 0.196), 1.125rem);
  --wp--preset--font-size--large: clamp(1.125rem, 1.125rem + ((1vw - 0.2rem) * 0.392), 1.375rem);
  --wp--preset--font-size--x-large: clamp(1.75rem, 1.75rem + ((1vw - 0.2rem) * 0.392), 2rem);
  --wp--preset--font-size--xx-large: clamp(2.15rem, 2.15rem + ((1vw - 0.2rem) * 1.333), 3rem);
  --wp--preset--font-family--manrope: Manrope, sans-serif;
  --wp--preset--font-family--fira-code: 'Fira Code', monospace;
  --wp--preset--spacing--20: 10px;
  --wp--preset--spacing--30: 20px;
  --wp--preset--spacing--40: 30px;
  --wp--preset--spacing--50: clamp(30px, 5vw, 50px);
  --wp--preset--spacing--60: clamp(30px, 7vw, 70px);
  --wp--preset--spacing--70: clamp(50px, 7vw, 90px);
  --wp--preset--spacing--80: clamp(70px, 10vw, 140px);
}
:root {
  --wp--style--global--content-size: 645px;
  --wp--style--global--wide-size: 1340px;
}
:where(body) {
  margin: 0;
}
.wp-site-blocks {
  padding-top: var(--wp--style--root--padding-top);
  padding-bottom: var(--wp--style--root--padding-bottom);
}
.has-global-padding {
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
}
.has-global-padding > .alignfull {
  margin-right: calc(var(--wp--style--root--padding-right) * -1);
  margin-left: calc(var(--wp--style--root--padding-left) * -1);
}
.has-global-padding :where(:not(.alignfull.is-layout-flow) > .has-global-padding:not(.wp-block-block, .alignfull)) {
  padding-right: 0;
  padding-left: 0;
}
.has-global-padding
  :where(:not(.alignfull.is-layout-flow) > .has-global-padding:not(.wp-block-block, .alignfull))
  > .alignfull {
  margin-left: 0;
  margin-right: 0;
}
.wp-site-blocks > .alignleft {
  float: left;
  margin-right: 2em;
}
.wp-site-blocks > .alignright {
  float: right;
  margin-left: 2em;
}
.wp-site-blocks > .aligncenter {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
:where(.wp-site-blocks) > * {
  margin-block-start: 1.2rem;
  margin-block-end: 0;
}
:where(.wp-site-blocks) > :first-child {
  margin-block-start: 0;
}
:where(.wp-site-blocks) > :last-child {
  margin-block-end: 0;
}
:root {
  --wp--style--block-gap: 1.2rem;
}
:root :where(.is-layout-flow) > :first-child {
  margin-block-start: 0;
}
:root :where(.is-layout-flow) > :last-child {
  margin-block-end: 0;
}
:root :where(.is-layout-flow) > * {
  margin-block-start: 1.2rem;
  margin-block-end: 0;
}
: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: 1.2rem;
  margin-block-end: 0;
}
:root :where(.is-layout-flex) {
  gap: 1.2rem;
}
:root :where(.is-layout-grid) {
  gap: 1.2rem;
}
.is-layout-flow > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}
.is-layout-flow > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}
.is-layout-flow > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
.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);
}
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;
}
body {
  background-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--contrast);
  font-family: var(--wp--preset--font-family--manrope);
  font-size: var(--wp--preset--font-size--large);
  font-weight: 300;
  letter-spacing: -0.1px;
  line-height: 1.4;
  --wp--style--root--padding-top: 0px;
  --wp--style--root--padding-right: var(--wp--preset--spacing--50);
  --wp--style--root--padding-bottom: 0px;
  --wp--style--root--padding-left: var(--wp--preset--spacing--50);
}
a:where(:not(.wp-element-button)) {
  color: currentColor;
  text-decoration: underline;
}
:root :where(a:where(:not(.wp-element-button)):hover) {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  letter-spacing: -0.1px;
  line-height: 1.125;
}
h1 {
  font-size: var(--wp--preset--font-size--xx-large);
}
h2 {
  font-size: var(--wp--preset--font-size--x-large);
}
h3 {
  font-size: var(--wp--preset--font-size--large);
}
h4 {
  font-size: var(--wp--preset--font-size--medium);
}
h5 {
  font-size: var(--wp--preset--font-size--small);
  letter-spacing: 0.5px;
}
h6 {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
:root :where(.wp-element-button, .wp-block-button__link) {
  background-color: var(--wp--preset--color--contrast);
  border-width: 0;
  color: var(--wp--preset--color--base);
  font-family: inherit;
  font-size: var(--wp--preset--font-size--medium);
  line-height: inherit;
  padding-top: 1rem;
  padding-right: 2.25rem;
  padding-bottom: 1rem;
  padding-left: 2.25rem;
  text-decoration: none;
}
:root :where(.wp-element-button:hover, .wp-block-button__link:hover) {
  background-color: color-mix(in srgb, var(--wp--preset--color--contrast) 85%, transparent);
  border-color: transparent;
  color: var(--wp--preset--color--base);
}
.has-base-color {
  color: var(--wp--preset--color--base) !important;
}
.has-accent-2-color {
  color: var(--wp--preset--color--accent-2) !important;
}
.has-base-background-color {
  background-color: var(--wp--preset--color--base) !important;
}
.has-accent-5-background-color {
  background-color: var(--wp--preset--color--accent-5) !important;
}
.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}
.has-xx-large-font-size {
  font-size: var(--wp--preset--font-size--xx-large) !important;
}
.has-manrope-font-family {
  font-family: var(--wp--preset--font-family--manrope) !important;
}
.has-fira-code-font-family {
  font-family: var(--wp--preset--font-family--fira-code) !important;
}
:root :where(.wp-block-columns-is-layout-flow) > :first-child {
  margin-block-start: 0;
}
:root :where(.wp-block-columns-is-layout-flow) > :last-child {
  margin-block-end: 0;
}
:root :where(.wp-block-columns-is-layout-flow) > * {
  margin-block-start: var(--wp--preset--spacing--50);
  margin-block-end: 0;
}
:root :where(.wp-block-columns-is-layout-constrained) > :first-child {
  margin-block-start: 0;
}
:root :where(.wp-block-columns-is-layout-constrained) > :last-child {
  margin-block-end: 0;
}
:root :where(.wp-block-columns-is-layout-constrained) > * {
  margin-block-start: var(--wp--preset--spacing--50);
  margin-block-end: 0;
}
:root :where(.wp-block-columns-is-layout-flex) {
  gap: var(--wp--preset--spacing--50);
}
:root :where(.wp-block-columns-is-layout-grid) {
  gap: var(--wp--preset--spacing--50);
}
:root :where(.wp-block-buttons-is-layout-flex) {
  gap: 16px;
}
:root :where(.wp-block-site-tagline) {
  font-size: var(--wp--preset--font-size--medium);
}
:root :where(.wp-block-site-title) {
  font-weight: 700;
  letter-spacing: -0.5px;
}
:root :where(.wp-block-site-title a:where(:not(.wp-element-button))) {
  text-decoration: none;
}
:root :where(.wp-block-site-title a:where(:not(.wp-element-button)):hover) {
  text-decoration: underline;
}
:root :where(.wp-block-navigation) {
  font-size: var(--wp--preset--font-size--medium);
}
:root :where(.wp-block-navigation a:where(:not(.wp-element-button))) {
  text-decoration: none;
}
:root :where(.wp-block-navigation a:where(:not(.wp-element-button)):hover) {
  text-decoration: underline;
}
:root :where(.wp-block-list li) {
  margin-top: 0.5rem;
}
/* block-style-variation-styles-inline-css */
:root :where(.is-style-section-4--2 .wp-element-button, .is-style-section-4--2 .wp-block-button__link) {
  color: var(--wp--preset--color--accent-3);
}
:root :where(.is-style-section-1--3 .wp-block-separator) {
  color: color-mix(in srgb, currentColor 25%, transparent);
}
:root :where(.is-style-section-1--3 .wp-block-site-title) {
  color: currentColor;
}
:root :where(.is-style-section-1--3 .wp-block-site-title a:where(:not(.wp-element-button))) {
  color: currentColor;
}
:root :where(.is-style-section-1--3 .wp-block-post-author-name) {
  color: currentColor;
}
:root :where(.is-style-section-1--3 .wp-block-post-author-name a:where(:not(.wp-element-button))) {
  color: currentColor;
}
:root :where(.is-style-section-1--3 .wp-block-post-date) {
  color: color-mix(in srgb, currentColor 85%, transparent);
}
:root :where(.is-style-section-1--3 .wp-block-post-date a:where(:not(.wp-element-button))) {
  color: color-mix(in srgb, currentColor 85%, transparent);
}
:root :where(.wp-block-group.is-style-section-1--3) {
  background-color: var(--wp--preset--color--accent-5);
  color: var(--wp--preset--color--contrast);
}
:root :where(.is-style-text-annotation--5 a:where(:not(.wp-element-button))) {
  text-decoration: none;
}
:root :where(.wp-block-heading.is-style-text-annotation--5) {
  border-radius: 16px;
  border-color: currentColor;
  border-width: 1px;
  border-style: solid;
  font-size: var(--wp--preset--font-size--small);
  letter-spacing: normal;
  line-height: 1.5;
  padding-top: 0.2rem;
  padding-right: 0.6rem;
  padding-bottom: 0.25rem;
  padding-left: 0.6rem;
}
:root :where(.wp-block-heading.is-style-text-annotation--5) {
  width: fit-content;
}
:root :where(p.is-style-text-subtitle--6) {
  font-size: clamp(1.5rem, 1.5rem + ((1vw - 0.2rem) * 0.392), 1.75rem);
  line-height: 1.2;
}

/* core-block-supports-inline-css */
.wp-elements-3b6f6c6ada30cf901a8f5971b1934086 a:where(:not(.wp-element-button)) {
  color: var(--wp--preset--color--base);
}
.wp-container-core-group-is-layout-346627ba > * {
  margin-block-start: 0;
  margin-block-end: 0;
}
.wp-container-core-group-is-layout-346627ba > * + * {
  margin-block-start: var(--wp--preset--spacing--40);
  margin-block-end: 0;
}
.wp-container-core-group-is-layout-0c9c989a > .alignfull {
  margin-right: calc(var(--wp--preset--spacing--40) * -1);
  margin-left: calc(var(--wp--preset--spacing--40) * -1);
}
.wp-container-core-group-is-layout-fe9cc265 {
  flex-direction: column;
  align-items: flex-start;
}
.wp-container-core-columns-is-layout-66fad18a {
  flex-wrap: nowrap;
  gap: var(--wp--preset--spacing--80) var(--wp--preset--spacing--80);
}
.wp-container-core-columns-is-layout-28f84493 {
  flex-wrap: nowrap;
}
.wp-container-core-group-is-layout-ebee8dc1 > * {
  margin-block-start: 0;
  margin-block-end: 0;
}
.wp-container-core-group-is-layout-ebee8dc1 > * + * {
  margin-block-start: var(--wp--preset--spacing--50);
  margin-block-end: 0;
}
.wp-container-core-navigation-is-layout-fe9cc265 {
  flex-direction: column;
  align-items: flex-start;
}
.wp-container-core-group-is-layout-570722b2 {
  gap: var(--wp--preset--spacing--80);
  justify-content: space-between;
  align-items: flex-start;
}
.wp-container-core-group-is-layout-e5edad21 {
  justify-content: space-between;
  align-items: flex-start;
}

/* Default to static-background */
.rotating-background {
  background-image: url('./base-2.svg');
  background-position: center;
}

/* Use rotating-background for large devices */
@media (min-width: 768px) {
  .rotating-background {
    animation: rotateBackground 10s infinite;
    background-size: cover;
    background-position: center;
  }

  @keyframes rotateBackground {
    0% {
      background-image: url('./base-1.svg');
    }
    25% {
      background-image: url('./base-2.svg');
    }
    50% {
      background-image: url('./base-3.svg');
    }
    75% {
      background-image: url('./base-4.svg');
    }
    100% {
      background-image: url('./base-1.svg');
    }
  }
}

header.navbar {
  background: linear-gradient(135deg, #0097b1, #7eda57);
  color: #fff;
  padding: 1rem;
  top: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  /* position: fixed; */
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); */
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
}

.navbar-logo {
  font-size: 1.5rem;
  color: #fff;
}

.navbar-links {
  display: flex;
  gap: 2rem;
}

.navbar-links a {
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
}

.navbar-links a:hover {
  text-decoration: underline;
}

.navbar-toggle {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}

.navbar-close {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  margin-bottom: 1rem;
}

/* Mobile styles */
@media (max-width: 768px) {
  .navbar-links {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 250px;
    /* background: linear-gradient(225deg, #0097b1, #7eda57); */
    background-color: #0097b1;
    padding: 2rem;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    z-index: 1001;
  }

  .navbar-links.active {
    display: flex;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-close {
    display: block;
  }
}

.navbar-links a:focus,
.navbar-links a:active,
.wp-block-navigation-item__content {
  outline: none;
}

.bottom-spacing-50 {
  margin-bottom: var(--wp--preset--spacing--50);
}
