:root {
  --almost-black: #333333;
  --aqua: #00EEF5;
  --sopink: #FF50C9;
  --lilac-petals: #F0F1F9;
  --peach: #F38174;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

body:not(.entry) {
  display: grid;
  grid-template-columns: 6fr 4fr;
  min-height: 100vh;
  color: var(--almost-black);
  font-family: system-ui, sans-serif;
  font-weight: 300;
  font-size: 1.125rem;
}
body:not(.entry) h1, body:not(.entry) h2, body:not(.entry) h3, body:not(.entry) h4, body:not(.entry) h5, body:not(.entry) h6 {
  margin: 0 0 1em;
}
body:not(.entry) h1 {
  font-weight: 100;
  font-size: 5rem;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
body:not(.entry) h4.founders {
  margin: 3rem 0 2.25rem;
}
body:not(.entry) p {
  line-height: 1.4;
  margin: 0 0 1em;
}
body:not(.entry) b, body:not(.entry) strong {
  font-weight: 500;
}
body:not(.entry) .container {
  padding: 2rem;
  position: relative;
}
body:not(.entry) .navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 40vw;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body:not(.entry) .navigation:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent);
          mask-image: linear-gradient(to bottom, black 50%, transparent);
}
body:not(.entry) .navigation .download-button {
  display: none;
}
body:not(.entry) .menu {
  border-radius: 20rem;
  background: var(--lilac-petals);
  background: var(--lilac-petals);
  list-style: none;
  margin: 0;
  padding: 0.25rem;
  display: flex;
  flex-flow: row nowrap;
  gap: 1rem;
  font-size: 1rem;
}
body:not(.entry) .menu li {
  margin: 0;
  padding: 0;
}
body:not(.entry) .menu a {
  color: var(--almost-black);
  display: block;
  padding: 0.25rem 1rem;
  border-radius: 20rem;
  text-decoration: none;
}
body:not(.entry) .menu a.active, body:not(.entry) .menu a:hover {
  background: var(--sopink);
  color: white;
}
body:not(.entry) .menu a.active {
  font-weight: bold;
}
body:not(.entry) .branding {
  margin-right: auto;
}
body:not(.entry) .branding a {
  display: block;
}
body:not(.entry) .branding a svg {
  display: block;
}
body:not(.entry) .content {
  padding: 5rem 0;
  min-height: 100vh;
}
body:not(.entry) .download-content {
  display: grid;
  grid-template-columns: 5fr 6fr;
  gap: 3rem;
}
body:not(.entry) .download-content li {
  margin-bottom: 1em;
}
body:not(.entry) .download-content .qrcode {
  text-align: center;
}
body:not(.entry) .download-content a.download-button {
  display: block;
  margin: 1rem 0 0;
}
body:not(.entry) .bio {
  display: flex;
  flex-flow: row nowrap;
  gap: 2rem;
  margin-bottom: 2rem;
}
body:not(.entry) .bio img {
  background: rgba(var(--almost-black), 0.2);
  border-radius: 50%;
  aspect-ratio: 1;
  width: 6rem;
  height: 6rem;
}
body:not(.entry) .footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 40vw;
  padding: 2rem;
  font-size: 1rem;
  display: flex;
}
body:not(.entry) .footer .colophon {
  background: var(--sopink);
  border-radius: 20rem;
  color: white;
  padding: 0.75rem 1.5rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
body:not(.entry) .footer .colophon .mobile-menu {
  display: none;
}
body:not(.entry) .footer .colophon .mobile-menu .menu {
  position: absolute;
  right: 1rem;
  bottom: 100%;
  padding: 0.5rem;
  border-radius: 1.5rem;
  margin: 0;
  flex-flow: column nowrap;
  justify-content: start;
  gap: 1px;
  align-items: stretch;
}
body:not(.entry) .footer .colophon .mobile-menu .menu a {
  border-radius: 1rem;
  color: var(--almost-black);
  display: block;
  line-height: 2rem;
  padding: 0.25rem 0.75rem;
  text-align: right;
  white-space: norwrap;
}
body:not(.entry) .footer .colophon .mobile-menu .menu a.active, body:not(.entry) .footer .colophon .mobile-menu .menu a:hover {
  color: white;
}
body:not(.entry) .footer .colophon p {
  margin: 0;
}
body:not(.entry) .footer a {
  color: white;
  font-weight: 600;
}
body:not(.entry) ul.social {
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  gap: 2.5rem;
  margin: 0;
  padding: 0;
}
body:not(.entry) ul.social a {
  color: white;
  text-decoration: none;
  display: block;
}
body:not(.entry) ul.social a svg {
  display: block;
  height: 2rem;
  width: 2rem;
  fill: currentColor;
}
body:not(.entry) .background {
  background: linear-gradient(28deg, var(--peach) 5%, var(--sopink) 15%, var(--aqua) 75%);
  background: linear-gradient(28deg, color(display-p3 0.8941 0.5294 0.4745) 3.36%, color(display-p3 1 0.3137 0.7882) 14.8%, color(display-p3 0 0.9333 0.9608) 73.96%);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 60vw;
  right: 0;
  padding: 10vh 0 0 5vw;
}
body:not(.entry) .background img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  -o-object-position: bottom center;
     object-position: bottom center;
}
body:not(.entry) .show-menu {
  background: transparent;
  border: none;
  outline: none;
}
body:not(.entry) .show-menu svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
body:not(.entry) .show-menu svg * {
  fill: var(--almost-black);
}
@media screen and (max-width: 768px) {
  body:not(.entry) {
    display: block;
  }
  body:not(.entry) h1 {
    font-size: 2.5rem;
  }
  body:not(.entry) .branding a svg {
    max-width: 10rem;
  }
  body:not(.entry) .navigation {
    right: 0;
    padding: 1rem;
    flex-wrap: wrap;
  }
  body:not(.entry) .navigation .download-button {
    display: block;
  }
  body:not(.entry) .navigation .menu {
    display: none;
  }
  body:not(.entry) .download-content {
    display: flex;
    gap: 2rem;
    flex-flow: column nowrap;
  }
  body:not(.entry) .download-content .qrcode {
    display: none;
  }
  body:not(.entry) .background {
    position: initial;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 4rem 0 0 4rem;
  }
  body:not(.entry) .footer {
    right: auto;
    padding: 1rem;
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
  }
  body:not(.entry) .footer .colophon {
    margin-left: auto;
    padding: 0;
    width: auto;
  }
  body:not(.entry) .footer .colophon > p,
  body:not(.entry) .footer .colophon > .social {
    display: none;
  }
  body:not(.entry) .footer .colophon .mobile-menu {
    display: block;
    padding: 0;
    margin-left: auto;
  }
  body:not(.entry) .footer .colophon .mobile-menu .menu {
    max-width: 0px;
    max-height: 0px;
    opacity: 0;
    overflow: hidden;
    width: 15rem;
    transition: 0.2s ease-in;
  }
  body:not(.entry) .footer .colophon .mobile-menu .menu.open {
    max-width: 50vw;
    opacity: 1;
    max-height: 50vh;
  }
  body:not(.entry) .footer .colophon .mobile-menu .menu a:hover {
    background: rgba(var(--almost-black), 0.1);
    color: var(--almost-black);
  }
  body:not(.entry) .footer .colophon .mobile-menu .social-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    align-items: center;
    margin-top: 1rem;
  }
  body:not(.entry) .footer .colophon .mobile-menu .social-links a {
    display: block;
    padding: 0;
    text-align: center;
  }
  body:not(.entry) .footer .colophon .mobile-menu .social-links a svg {
    width: 1rem;
  }
  body:not(.entry) .footer .colophon .mobile-menu .social-links a:hover {
    background: none;
  }
  body:not(.entry) ul.social {
    gap: 1rem;
  }
  body:not(.entry) ul.social a svg {
    height: 1.5rem;
    width: 1.5rem;
  }
}

.menu-btn {
  position: relative;
  width: 3rem;
  height: 3rem;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 50%;
  cursor: pointer;
  background: var(--sopink);
  color: #fff;
  transition: 400ms;
  box-shadow: 0px 0px 0px rgba(255, 255, 255, 0.04);
  transform: rotate(0deg);
  opacity: 1;
}
.menu-btn:hover {
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.04);
}

.menu-toggle {
  position: absolute;
  width: 1.5rem;
  height: 3px;
  border-radius: 1.5px;
  background-color: rgb(255, 255, 255);
  display: block;
  margin: auto;
  transition: 400ms;
}
.menu-toggle:before {
  position: absolute;
  width: 1.5rem;
  height: 3px;
  border-radius: 1.5px;
  background-color: rgb(255, 255, 255);
  display: block;
  margin: auto;
  transition: 400ms;
  content: "";
  backface-visibility: hidden;
  transform: rotate(0deg) translateY(8px);
}
.menu-toggle:after {
  position: absolute;
  width: 1.5rem;
  height: 3px;
  border-radius: 1.5px;
  background-color: rgb(255, 255, 255);
  display: block;
  margin: auto;
  transition: 400ms;
  content: "";
  backface-visibility: hidden;
  transform: rotate(0deg) translateY(-8px);
}

.menu-btn.active .menu-toggle {
  background-color: rgba(255, 255, 255, 0);
}
.menu-btn.active .menu-toggle:before {
  position: absolute;
  width: 1.5rem;
  height: 3px;
  border-radius: 1.5px;
  background-color: rgb(255, 255, 255);
  display: block;
  margin: auto;
  transition: 400ms;
  content: "";
  transform: rotate(45deg) translateY(0px);
}
.menu-btn.active .menu-toggle:after {
  position: absolute;
  width: 1.5rem;
  height: 3px;
  border-radius: 1.5px;
  background-color: rgb(255, 255, 255);
  display: block;
  margin: auto;
  transition: 400ms;
  content: "";
  transform: rotate(-45deg) translateY(0px);
}

/* --------------------------------

File#: _1_bg-gradients
Title: Background Gradients
Descr: Customizable background gradients
Usage: codyhouse.co/license

-------------------------------- */
body.entry {
  background-color: hsl(0, 0%, 100%);
  font-family: system-ui, sans-serif;
  color: hsl(230, 7%, 23%);
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: stretch;
  flex-flow: column nowrap;
  /* grid-template-columns: 1fr; */
  /* grid-template-rows: 1fr; */
  width: 100vw;
  height: 100vh;
  font-family: system-ui, sans-serif;
  font-weight: 300;
  font-size: 1rem;
}
body.entry h1, body.entry h2, body.entry h3, body.entry h4, body.entry h5, body.entry h6, body.entry p {
  margin-top: 0;
}
body.entry .container {
  color: white;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 16px;
  padding: 2rem;
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 30rem;
  margin: 2rem;
  -webkit-backdrop-filter: blur(1.5rem);
          backdrop-filter: blur(1.5rem);
  flex: 1;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-between;
}
body.entry .header {
  display: flex;
  flex-flow: row nowrap;
  gap: 1rem;
  align-items: center;
  margin-bottom: 2rem;
}
body.entry .header .profile-image {
  width: 3rem;
  height: 3rem;
  background: var(--aqua);
  border: 2px solid var(--aqua);
  border-radius: 50%;
}
body.entry .header .user {
  display: flex;
  flex-flow: column nowrap;
  gap: 0.125rem;
}
body.entry .header .user h1 {
  margin: 0;
  font-weight: 100;
}
body.entry .header .user p {
  margin: 0;
  font-weight: 600;
}
body.entry a.button {
  color: var(--almost-black);
  text-decoration: none;
  background: var(--aqua);
  padding: 1rem 2rem;
  border-radius: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  margin: 2rem 0 0;
  display: inline-block;
}

/* variables */
:root {
  /* colors */
  --be0-color-primary-hsl: 250, 84%, 54%;
  --be0-color-bg-hsl: 0, 0%, 100%;
  --be0-color-contrast-high-hsl: 230, 7%, 23%;
  --be0-color-contrast-higher-hsl: 230, 13%, 9%;
}

/* component */
.bg-gradient-1,
.bg-gradient-2,
.bg-gradient-3,
.bg-gradient-4,
.bg-gradient-5 {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
}

@media (prefers-reduced-motion: no-preference) {
  .bg-gradient-1[data-bg-animate=on],
  .bg-gradient-2[data-bg-animate=on],
  .bg-gradient-3[data-bg-animate=on],
  .bg-gradient-4[data-bg-animate=on],
  .bg-gradient-5[data-bg-animate=on] {
    will-change: background-position;
  }
}
.bg-gradient-1 {
  background-color: #0E131F;
  background-image: radial-gradient(ellipse at 90% 30%, #0E131F 20%, rgba(14, 19, 31, 0) 50%), radial-gradient(ellipse at 70% 0%, #FF0035 0%, rgba(255, 0, 53, 0) 50%), radial-gradient(ellipse at 20% 10%, #38405F 10%, rgba(56, 64, 95, 0) 70%), radial-gradient(ellipse at 50% 100%, #FF0035 0%, rgba(255, 0, 53, 0) 50%);
  background-size: 200% 100%;
}

@media (prefers-reduced-motion: no-preference) {
  .bg-gradient-1[data-bg-animate=on] {
    background-size: 400% 200%;
    background-position: 0% 0%;
    animation: bg-gradient-anim-1 30s linear infinite;
  }
}
@keyframes bg-gradient-anim-1 {
  0%, 100% {
    background-position: 0% 0%;
  }
  25% {
    background-position: 100% 100%;
  }
  50% {
    background-position: 100% 0%;
  }
  75% {
    background-position: 0% 100%;
  }
}
.bg-gradient-2 {
  background-color: #FFFCF2;
  background-image: radial-gradient(ellipse at 10% 20%, #E980FC 0%, rgba(233, 128, 252, 0) 40%), radial-gradient(ellipse at 50% 0%, #FFFCF2 25%, rgba(255, 252, 242, 0) 75%), radial-gradient(ellipse at 100% 100%, #BCB6FF 35%, rgba(188, 182, 255, 0) 70%), radial-gradient(ellipse at 50% 100%, #FFFCF2 20%, rgba(255, 252, 242, 0) 70%);
  background-size: 120% 200%;
}

@media (prefers-reduced-motion: no-preference) {
  .bg-gradient-2[data-bg-animate=on] {
    background-size: 240% 400%;
    background-position: 0% 0%;
    animation: bg-gradient-anim-2 30s linear infinite;
  }
}
@keyframes bg-gradient-anim-2 {
  0%, 100% {
    background-position: 0% 0%;
  }
  25% {
    background-position: 100% 100%;
  }
  50% {
    background-position: 100% 0%;
  }
  75% {
    background-position: 0% 100%;
  }
}
.bg-gradient-3 {
  background-color: #30C5FF;
  background-image: radial-gradient(ellipse at 25% 90%, #5C946E 10%, rgba(92, 148, 110, 0) 70%), radial-gradient(ellipse at 55% 90%, #FFFCF2 0%, rgba(255, 252, 242, 0) 70%), radial-gradient(ellipse at 100% 100%, #EB5E28 5%, rgba(235, 94, 40, 0) 60%), radial-gradient(ellipse at 0% 0%, #5C946E 15%, rgba(92, 148, 110, 0) 50%), radial-gradient(ellipse at 100% 0%, #FFFCF2 30%, rgba(255, 252, 242, 0) 70%);
  background-size: 100% 140%;
}

@media (prefers-reduced-motion: no-preference) {
  .bg-gradient-3[data-bg-animate=on] {
    background-size: 200% 280%;
    background-position: 50% 0%;
    animation: bg-gradient-anim-3 30s linear infinite;
  }
}
@keyframes bg-gradient-anim-3 {
  0%, 100% {
    background-position: 0% 0%;
  }
  33% {
    background-position: 100% 0%;
  }
  66% {
    background-position: 100% 100%;
  }
}
.bg-gradient-4 {
  background-color: #1D1128;
  background-image: radial-gradient(ellipse at 70% 0%, rgba(60, 31, 132, 0.7) 0%, rgba(60, 31, 132, 0) 30%), radial-gradient(circle at 90% 0%, rgba(238, 68, 105, 0.5) 0%, rgba(238, 68, 105, 0) 30%), radial-gradient(ellipse at 0% 0%, rgba(60, 185, 174, 0.15) 0%, rgba(60, 185, 174, 0) 40%), radial-gradient(circle at 30% 100%, rgba(60, 31, 132, 0.7) 0%, rgba(60, 31, 132, 0) 40%), radial-gradient(ellipse at 10% 100%, rgba(238, 68, 105, 0.5) 0%, rgba(238, 68, 105, 0) 40%), radial-gradient(ellipse at 100% 100%, rgba(60, 185, 174, 0.15) 0%, rgba(60, 185, 174, 0) 40%);
}

@media (prefers-reduced-motion: no-preference) {
  .bg-gradient-4[data-bg-animate=on] {
    background-size: 200% 200%;
    background-position: 0% 0%;
    animation: bg-gradient-anim-4 30s linear infinite;
  }
}
@keyframes bg-gradient-anim-4 {
  0%, 100% {
    background-position: 0% 0%;
  }
  25% {
    background-position: 100% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  75% {
    background-position: 0% 100%;
  }
}
.bg-gradient-5 {
  background-color: #e6e5f7;
  background-image: radial-gradient(ellipse at 50% 0%, rgba(225, 91, 151, 0.35) 0%, rgba(225, 91, 151, 0) 30%), radial-gradient(ellipse at 100% 0%, rgba(132, 19, 134, 0.32) 0%, rgba(132, 19, 134, 0) 60%);
  background-size: 200% 100%;
}

@media (prefers-reduced-motion: no-preference) {
  .bg-gradient-5[data-bg-animate=on] {
    background-size: 400% 200%;
    background-position: 0% 0%;
    animation: bg-gradient-anim-5 20s linear infinite;
  }
}
@keyframes bg-gradient-anim-5 {
  0%, 100% {
    background-position: 0% 0%;
  }
  40%, 60% {
    background-position: 100% 0%;
  }
}
/* utility classes */
.be0-height-100vh {
  height: 100vh;
}

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