@font-face {
  font-family: Caviardreams;
  src: url('../fonts/caviardreams.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Caviardreams;
  src: url('../fonts/caviardreams_bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --light-gray: #fcf6f0;
  --black: #000;
  --secondary: #c1dbe4;
  --ivory: #fcf6f01c;
  --primary: #c1e4c4;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --primary-51\<deleted\|variable-22ba2fd1-e1c9-c606-a5a2-3447eb771393\>: #dbec62;
  --black-2\<deleted\|variable-e99a3d83-d809-4a12-b259-6cad688e1b34\>: #050505;
  --dark-gray-2\<deleted\|variable-73fc28ef-a8b3-b8e3-1597-31094373402a\>: #404040;
  --light-orange: #fce9d7;
  --border-radius-large: 64px;
  --border-radius: 48px;
  --untitled-ui--gray900: #101828;
  --untitled-ui--gray600: #475467;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary600: #41683c;
  --untitled-ui--white: white;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--primary50: #f9f5ff;
  --untitled-ui--primary500: #9e77ed;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-500: #6b7094;
  --radiant-ui-components-library-marketplace--color--white: #42bf89;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--100: #f3f3f3a6;
  --elements-webflow-library--neutral--400: #dcddeb;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--accent--primary-1: #459f6f;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--secondary--color-1: #459f6f;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --lynx--black: #1f2022;
  --lynx--white: white;
  --lynx--grey: #797c83;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--theme-color: #459f6f;
  --transparent: transparent;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--gray-400: #b6b9ce;
  --radiant-ui-components-library-marketplace--color--button-background-dark: #131218;
  --transparent-2: #0000;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

body {
  background-color: var(--light-gray);
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 1vw;
  line-height: 1.4vw;
}

h1 {
  letter-spacing: -.07vw;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.55vw;
  font-weight: 300;
  line-height: 6.11vw;
}

h2 {
  letter-spacing: -.07vw;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.44vw;
  font-weight: 300;
  line-height: 5vw;
}

h3 {
  letter-spacing: -.07vw;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.33vw;
  font-weight: 300;
  line-height: 3.89vw;
}

h4 {
  letter-spacing: -.07vw;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.78vw;
  font-weight: 300;
  line-height: 3.33vw;
}

h5 {
  letter-spacing: .14vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .89vw;
  font-weight: 400;
  line-height: 1.44vw;
}

h6 {
  letter-spacing: .14vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .78vw;
  font-weight: 400;
  line-height: 1.33vw;
}

p {
  letter-spacing: .07vw;
  margin-bottom: 0;
  font-size: 1.11vw;
  font-weight: 300;
  line-height: 1.89vw;
}

a {
  color: var(--black);
  letter-spacing: .07vw;
  font-size: 1.1vw;
  line-height: 1.44vw;
  text-decoration: none;
}

ul {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2.8vw;
  display: flex;
}

ol {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2.78vw;
  display: flex;
}

li {
  letter-spacing: .07vw;
  font-size: 1.11vw;
  font-weight: 300;
  line-height: 1.89vw;
}

img {
  object-fit: fill;
  max-width: 100%;
  display: inline-block;
  overflow: clip;
}

sup {
  vertical-align: super;
  font-size: 2.78vw;
  line-height: 2.22vw;
  top: -.33vw;
}

blockquote {
  border-left: 5px solid var(--black);
  margin-bottom: 0;
  padding: .56vw 0 .56vw 1.67vw;
  font-size: 1.11vw;
  line-height: 1.89vw;
}

.utilities-wrapper-colors {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.utilities-wrapper-title {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

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

.space-page-top {
  min-height: 8vw;
}

.color-wrapper {
  border-radius: 6.25rem;
  min-width: 100%;
  max-width: 16rem;
  min-height: 8rem;
  max-height: 8rem;
  position: relative;
  overflow: hidden;
}

.color-wrapper.border {
  border: .0625rem solid var(--black);
}

.utilities-title-flex {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.metrices {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.metrices.overflow {
  overflow: visible;
}

.metrices.padding-4-5rem {
  background-color: #fcf6f0;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.metrices.padding-9rem {
  background-color: #c1e4c300;
  padding-left: 9rem;
  padding-right: 9rem;
}

.metrices.padding-13-5rem {
  padding-left: 13.5rem;
  padding-right: 13.5rem;
}

.metrices.rounded-corners-bottom {
  border-bottom-right-radius: 6.67vw;
  border-bottom-left-radius: 6.67vw;
}

.space-2rem {
  min-height: 2.2vw;
}

.rich-text {
  flex-direction: column;
  display: flex;
}

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

.utilities-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.section {
  background-color: #fcf6f000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: block;
  position: static;
}

.section.background-primary, .section.background-primary-copy, .section.background-primary-copy {
  background-color: var(--light-gray);
}

.utilities-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.background-white {
  background-color: var(--ivory);
}

.utilities-wrapper-paragraph {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.utilities-grid-thirds {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

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

.background-light-gray {
  background-color: var(--light-gray);
}

.utilities-wrapper-rich-text-and-buttons {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.utilities-line {
  background-color: var(--black);
  min-width: 2.2vw;
  min-height: .3vw;
}

.utilities-title {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.utilities-line-spacer {
  background-color: var(--black);
  width: 100%;
  min-height: .1vw;
}

.utilities-flex-headings-and-paragraph {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.line-spacer {
  width: 100%;
}

.space-4rem {
  min-height: 4.4vw;
}

.fill {
  position: absolute;
  inset: -1rem;
}

.caps {
  text-transform: uppercase;
}

.show-on-tab {
  display: none;
}

.font-black {
  color: var(--black);
}

.no-wrap {
  white-space: nowrap;
}

.space-1rem {
  min-height: 1.1vw;
}

.space-0-5rem {
  min-height: .56vw;
}

.space-7rem {
  min-height: 6vw;
}

.max-width-38rem {
  max-width: 42.22vw;
}

.invert {
  filter: invert();
}

.button-text {
  margin-bottom: 0;
  font-size: 1.11vw;
  line-height: 1.89vw;
}

.arrow {
  min-width: .9vw;
  max-width: .9vw;
  min-height: .9vw;
  max-height: .9vw;
}

.button-with-circle-icon {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  color: var(--black);
  text-transform: uppercase;
  cursor: pointer;
  background-color: #f5f5f580;
  border-radius: 8.9vw;
  justify-content: center;
  align-items: center;
  min-width: 12.22vw;
  min-height: 2.8vw;
  max-height: 2.8vw;
  padding: .14vw 2.22vw;
  transition: background-color .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-with-circle-icon.button-light {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--black);
}

.footer-link-wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-logo-link-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-logo-link-wrapper.w--current {
  align-self: center;
}

.footer-right-flex {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  font-size: 1vw;
  line-height: 1.78vw;
}

.footer-link.move-down {
  position: absolute;
  top: 100%;
}

.footer-wrapper {
  grid-column-gap: 1.67vw;
  grid-row-gap: 1.67vw;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-bottom {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 2.2vw;
  padding-bottom: 2.2vw;
  display: flex;
}

.footer-flex {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-logo {
  object-fit: cover;
  object-position: 50% 50%;
  order: 0;
  align-self: auto;
  min-height: 2.22vw;
  max-height: 2.22vw;
}

.footer-flex-bottom {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-line {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  background-color: var(--black);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: .07vw;
  display: flex;
}

.footer-top {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4.4vw;
  padding-bottom: 4.4vw;
  display: flex;
}

.footer-block {
  grid-column-gap: .6vw;
  grid-row-gap: .6vw;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.socials-wrapper {
  z-index: 1;
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.social-icon {
  background-image: radial-gradient(circle closest-side at 50% 50%, var(--primary-51\<deleted\|variable-22ba2fd1-e1c9-c606-a5a2-3447eb771393\>) 80%, var(--black-2\<deleted\|variable-e99a3d83-d809-4a12-b259-6cad688e1b34\>) 90%);
  object-fit: cover;
  border-radius: 100%;
  min-width: 2.2vw;
  max-width: 2.2vw;
  min-height: 2.2vw;
  max-height: 2.2vw;
}

.social-icon.smaller {
  background-image: none;
  min-width: 2vw;
  max-width: 2vw;
  min-height: 2vw;
  max-height: 2vw;
  overflow: visible;
}

.max-width-17vw {
  max-width: 17vw;
}

.utilities-side-bar {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  border-right: .07vw solid var(--dark-gray-2\<deleted\|variable-73fc28ef-a8b3-b8e3-1597-31094373402a\>);
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 22.2vw;
  max-width: 22.2vw;
  height: 100vh;
  padding-left: 2.2vw;
  padding-right: 2.2vw;
  display: flex;
  position: sticky;
  top: 2.2vw;
}

.utilities-flex-title {
  grid-column-gap: .8vw;
  grid-row-gap: .8vw;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.utilities-icon {
  filter: invert();
  min-width: 2.8vw;
  height: 2.8vw;
}

.navbar {
  z-index: 100;
  background-color: var(--ivory);
  opacity: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  outline-offset: 0px;
  mix-blend-mode: normal;
  border: 1px solid #fcf6f075;
  border-radius: 6.4vw;
  outline: 1px #645f5f38;
  justify-content: space-between;
  align-items: center;
  width: 89%;
  height: 6vw;
  max-height: 85px;
  margin: 30px auto 0;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar:hover {
  box-shadow: 0 3px 6px 2px #0003;
}

.navbar.default-copy {
  color: var(--black);
  border-style: none;
}

.logo-link-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--black);
  text-transform: uppercase;
  padding: 0 1.4vw;
  font-family: Caviardreams, Times New Roman, sans-serif;
  font-weight: 300;
  transition: color .25s;
}

.nav-link.w--current {
  color: var(--black);
  font-family: Caviardreams, Times New Roman, sans-serif;
}

.nav-link.move-down {
  position: absolute;
  top: 100%;
}

.nav-menu {
  margin-right: 2.2vw;
  display: flex;
}

.logo {
  object-fit: cover;
  object-position: 50% 50%;
  min-height: 2.78vw;
  max-height: 2.22vw;
}

.nav-link-wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-container {
  justify-content: flex-end;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.icon-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  min-width: 2.8vw;
  max-width: 2.8vw;
  min-height: 2.8vw;
  max-height: 2.8vw;
  display: flex;
  overflow: hidden;
}

.subheading-flex {
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.small-icon {
  min-width: 1.44vw;
  max-width: 1.44vw;
}

.italics {
  font-style: italic;
  font-weight: 100;
}

.card-flex {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon {
  min-width: 2.2vw;
  max-width: 2.2vw;
}

.card-text-block {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.large-card {
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 41.4vw;
  max-width: 41.4vw;
  padding: 4.4vw;
  display: flex;
}

.large-icon {
  min-width: 3.3vw;
  max-width: 3.3vw;
  min-height: 3.3vw;
  max-height: 3.3vw;
}

.features-image-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 21.7vw;
  max-width: 21.7vw;
  min-height: 28.8vw;
  max-height: 28.8vw;
  display: flex;
  position: relative;
}

.features-image {
  border-radius: var(--border-radius-large);
  object-fit: contain;
  object-position: 30% 100%;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.metrics-wrapper {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.metrics-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.metrics-text {
  font-size: 6.67vw;
  font-weight: 400;
  line-height: 7.22vw;
}

.posts-flex {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.posts-card {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 37.6vw;
  max-width: 37.6vw;
  display: flex;
  position: relative;
}

.avatar-line {
  background-color: var(--black);
  justify-content: flex-start;
  align-items: center;
  min-width: 2.2vw;
  max-width: 2.2vw;
  min-height: .07vw;
  max-height: .07vw;
  display: flex;
}

.posts-avatar-flex {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  border-radius: 40px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.avatar-text-block {
  grid-column-gap: .28vw;
  grid-row-gap: .28vw;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.horizontal-line {
  background-color: var(--black);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: .07vw;
  max-height: .07vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.posts-text-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.avatar-wrapper {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 3.3vw;
  max-width: 3.3vw;
  min-height: 3.3vw;
  max-height: 3.3vw;
  display: flex;
  overflow: hidden;
}

.latest-posts-details-flex {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 1.1vw;
  padding-bottom: .44vw;
  display: flex;
}

.posts-arrow-wrapper {
  background-color: var(--light-gray);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 2.8vw;
  max-width: 2.8vw;
  min-height: 2.8vw;
  max-height: 2.8vw;
  padding-bottom: .1vw;
  padding-left: .1vw;
  display: flex;
  position: absolute;
  inset: auto 2.22vw 2.22vw auto;
  overflow: hidden;
}

.posts-title-flex {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 77vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-absolute {
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.posts-category-date-flex {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.badge-post {
  background-color: var(--ivory);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: .6vw .9vw .6vw 1vw;
  display: flex;
}

.latest-image-wrapper {
  border-radius: 20px;
  min-width: 37.6vw;
  max-width: 37.6vw;
  min-height: 33.3vw;
  max-height: 33.3vw;
  position: relative;
  overflow: hidden;
}

.success-message-sign-up-form {
  color: #f5f5f5;
  background-color: #050505;
  border-radius: 10px;
}

.sign-up-form-container {
  background-color: var(--black);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: .6vw 1.1vw .6vw 2.2vw;
  display: flex;
}

.red-font {
  color: #f77;
}

.sign-up-text-field {
  color: var(--light-gray);
  background-color: #0000;
  border: 0 solid #000;
  align-self: center;
  margin-bottom: 0;
  font-size: 1.5vw;
  line-height: 36px;
}

.sign-up-text-field:hover {
  border-bottom-color: #ffd81c80;
}

.sign-up-text-field:focus {
  border-bottom-color: #ffd81c;
}

.sign-up-text-field::placeholder {
  color: var(--light-orange);
}

.sign-up-form {
  width: 32vw;
  margin-bottom: 0;
  box-shadow: 0 10px 20px -10px #0003;
}

.error-message {
  background-color: #050505;
  border-radius: 24px;
}

.cta-title {
  color: #050505;
  text-align: center;
  white-space: normal;
}

.cta-container {
  background-color: var(--ivory);
  width: 100%;
  max-width: 100vw;
  max-height: 19.45vw;
  padding-left: 10vw;
  padding-right: 10vw;
}

.cta-card {
  z-index: 1;
  border-radius: var(--border-radius);
  text-align: center;
  background-image: url('../images/Hero_1Hero.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 62.2vw;
  max-width: 62.2vw;
  min-height: 38.9vw;
  max-height: 38.9vw;
  margin-left: auto;
  margin-right: auto;
  padding: 4.44vw 2.22vw;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1.11vw 2.22vw #0000001a;
}

.cta-card.slide-down-animation {
  background-image: url('../images/png_plshld-1440-x-807-px3.png');
}

.button-subscribe {
  background-color: var(--primary);
  color: #050505;
  text-align: center;
  letter-spacing: 0;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .9vw 2.2vw;
  transition: transform .4s, border-color .4s, background-color .4s;
  display: flex;
  box-shadow: 0 10px 20px -10px #0003;
}

.button-subscribe:hover {
  color: #050505;
  background-color: #e7e7e9;
}

.cta-wrapper {
  z-index: 70;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: -19.45vw;
  bottom: 0;
}

.font-white {
  color: var(--ivory);
}

.max-width-30rem {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  max-width: 33.33vw;
  font-family: Caviardreams, Times New Roman, sans-serif;
  font-weight: 400;
}

.title-block {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.about-block {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-title {
  text-transform: uppercase;
  font-size: 6rem;
  line-height: 5.5rem;
}

.hero-title.flip-from-bottom-animation {
  aspect-ratio: auto;
}

.max-width-20rem {
  color: var(--untitled-ui--gray900);
  max-width: 22.22vw;
  font-family: Caviardreams, Times New Roman, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.metrics-grid-quarter {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.metrics-card {
  background-color: var(--ivory);
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 21.65vw;
  max-width: 21.65vw;
  min-height: 22.2vw;
  max-height: 22.2vw;
  padding: 3.3vw 2.2vw;
  display: flex;
}

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

.metrics-card.background-secondary {
  background-color: var(--secondary);
}

.background-dark-gray {
  background-color: var(--light-orange);
}

.text-block {
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.centered-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-wrapper {
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.blog-block {
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.avatar-large-wrapper {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 4.4vw;
  max-width: 4.4vw;
  min-height: 4.4vw;
  max-height: 4.4vw;
  display: flex;
  overflow: hidden;
}

.blog-image-wrapper {
  border-radius: var(--border-radius);
  min-width: 66.7vw;
  max-width: 66.7vw;
  min-height: 41.7vw;
  max-height: 41.7vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.blog-post {
  flex-flow: column;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-wrapper {
  max-width: 40.3vw;
  margin-left: auto;
  margin-right: auto;
}

.text-field {
  background-color: var(--ivory);
  color: var(--black);
  border-radius: 20px;
  height: 3.3vw;
  padding-left: 1.1vw;
  padding-right: 1.1vw;
  font-size: .97vw;
}

.text-field:focus {
  border-color: #171f33;
}

.text-field::placeholder {
  color: #707070;
}

.message-area {
  background-color: var(--ivory);
  color: var(--black);
  border-radius: 20px;
  min-height: 7.8vw;
  margin-bottom: 8px;
  padding: 1.1vw;
  font-size: .97vw;
}

.message-area:focus {
  border-color: #171f33;
}

.message-area::placeholder {
  color: #707070;
}

.button {
  background-color: var(--primary);
  color: var(--black);
  border-radius: 10px;
  font-family: Inter, sans-serif;
  font-weight: 300;
  transition: background-color .25s;
}

.button:hover {
  background-color: var(--black);
  color: #f5f5f5;
}

.contact-success-message {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--ivory);
  text-align: center;
  border-radius: 20px;
  padding: 1.7vw 2.2vw;
}

.contact-success-message::placeholder {
  color: #aaa;
}

.contact-error-message {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--ivory);
  text-align: center;
  border-radius: 20px;
  margin-top: 32px;
  padding: 1.7vw 2.2vw;
}

.contact-error-message::placeholder {
  color: #aaa;
}

.field-label {
  font-size: .97vw;
  font-weight: 300;
}

.utilities-gallery-image-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.utitlities-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utilities-rtb-wrapper {
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utility-page-wrap {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/img_cz6y_1img_cz6y.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 18.06vw;
  display: flex;
}

.move-down {
  position: absolute;
  top: 100%;
}

.faq-question {
  text-align: left;
  letter-spacing: 0;
  white-space: normal;
  font-size: 1.67vw;
  font-weight: 400;
  line-height: 1.67vw;
}

.faq-icon {
  min-width: 1.8vw;
  max-width: 1.8vw;
  min-height: 1.8vw;
  max-height: 1.8vw;
}

.faq-flex {
  grid-column-gap: 2.1vw;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq-dropdown {
  min-width: 100%;
}

.dropdown-toggle {
  border-radius: var(--border-radius);
  background-color: var(--ivory);
  cursor: pointer;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.7vw 3.3vw .6vw;
  transition: background-color .25s;
  position: relative;
}

.dropdown-toggle:hover {
  background-color: #c7c7c733;
}

.dropdown-answer {
  text-align: left;
  width: 80%;
}

.faq-wrapper {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  text-align: center;
  flex-direction: column;
  min-width: 50vw;
  max-width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utilities-image {
  border-radius: 100%;
  min-width: 11.11vw;
  max-width: 11.11vw;
  min-height: 11.11vw;
  max-height: 11.11vw;
}

.hero-wrapper {
  border-radius: var(--border-radius);
  background-image: none;
  justify-content: center;
  align-items: flex-start;
  min-width: 100%;
  max-width: 100%;
  min-height: 50.6vw;
  max-height: 50.6vw;
  margin-bottom: 12px;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-blur {
  z-index: 10;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  background-color: #ffffff4d;
  position: relative;
}

.hero-image {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  border-radius: var(--border-radius-large);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: contain;
  background-color: #0000;
  background-image: url('../images/Group-565.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 100%;
  max-width: 100%;
  min-height: 50vw;
  max-height: 50vw;
  margin-top: 39px;
  margin-bottom: 0;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.hero-block {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  border-radius: var(--border-radius);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2.2vw 4.4vw;
  display: flex;
}

.hero-block.background-blur {
  z-index: 10;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: relative;
}

.pop-up-card {
  border-radius: var(--border-radius);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2.2vw;
  display: flex;
  position: absolute;
  box-shadow: -1rem 1rem 2rem #00000014;
}

.pop-up-card.top-right {
  top: 2rem;
  right: -4rem;
}

.pop-up-card.top-left {
  top: 2rem;
  left: -4rem;
}

.pop-up-card.top-left.background-blur {
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  left: -3.5rem;
  box-shadow: .8rem .3rem 1.2rem .1rem #00000014;
}

.wave {
  clear: none;
  background-image: url('../images/Wave-Design-Webflow5.svg'), linear-gradient(to bottom, var(--primary), var(--primary));
  object-fit: contain;
  background-position: 50%, 0 0;
  background-repeat: repeat-x, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
  width: 100%;
  min-height: 9vw;
  overflow: visible;
}

.about-description {
  max-width: 80%;
}

.about-tab-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  display: flex;
  position: relative;
}

.about-tab-wrapper.slide-up-animation {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}

.about-tab-flex {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature-title {
  text-align: left;
}

.about-tabs {
  grid-column-gap: 4.44vw;
  grid-row-gap: 4.44vw;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-end stretch;
  width: 100%;
  height: 65vw;
  display: flex;
}

.flex-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  margin-bottom: 6.67vw;
  display: grid;
}

.feature-image-wrapper {
  z-index: 1;
  align-self: flex-start;
  min-width: 43.9vw;
  max-width: 43.9vw;
  min-height: 43.9vw;
  max-height: 43.9vw;
  position: relative;
  overflow: hidden;
}

.about-wrapper {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  opacity: .5;
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 5vw;
  padding: 1.11vw 0;
  display: flex;
}

.about-wrapper:hover {
  opacity: .75;
}

.about-wrapper.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #000;
}

.feature-paragraph {
  max-width: 40vw;
  overflow: hidden;
}

.about-tab-block {
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Caviardreams, Times New Roman, sans-serif;
  display: flex;
}

.about-image-wrapper {
  border-radius: var(--border-radius);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-text-wrapper {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 45%;
  margin-left: 4.44vw;
  font-family: Caviardreams, Times New Roman, sans-serif;
  display: flex;
  position: absolute;
  inset: 0% auto auto 4.5rem;
}

.reviews-right-arrow {
  min-width: 1.875rem;
  max-width: 1.875rem;
  min-height: 1.875rem;
  max-height: 1.875rem;
  margin: 0;
  transition: color .4s ease-in-out;
  display: block;
  inset: -5% 14% auto auto;
}

.reviews-right-arrow:hover {
  color: #eee;
}

.reviews-left-arrow {
  min-width: 1.875rem;
  max-width: 1.875rem;
  min-height: 1.875rem;
  max-height: 1.875rem;
  transition: color .4s ease-in-out;
  display: block;
  inset: -5% 16% auto auto;
}

.reviews-left-arrow:hover {
  color: #e67e22;
}

.reviews-listing-wrapper {
  grid-column-gap: 2.2vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.reviews-slider {
  background-color: #0000;
  height: auto;
}

.reviews-block {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.reviews-icon {
  color: var(--black);
  font-size: 1.5625rem;
  font-weight: 900;
}

.reviews-card {
  border-radius: var(--border-radius);
  background-color: var(--light-orange);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 21.7vw;
  max-width: 21.7vw;
  padding: 4.4vw 3.3vw;
  display: flex;
  position: relative;
}

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

.reviews-card.background-secondary {
  background-color: var(--secondary);
}

.slide-nav-reviews {
  max-height: .8125rem;
  margin-top: 1.875rem;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  inset: auto 0% 0%;
}

.reviews-wrapper {
  background-color: #fcf6f0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.reviews-mask {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.reviews-container {
  max-width: 100%;
}

.reviews-image-circle {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 100%;
  width: 6.7vw;
  height: 6.7vw;
  display: inline-flex;
  position: absolute;
  inset: -3.35vw auto auto;
  overflow: hidden;
}

.reviews-slide {
  width: 100%;
}

.faqs-block {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gallery-flex {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.gallery-image-wrapper {
  border-radius: var(--border-radius);
  justify-content: center;
  align-items: center;
  min-width: 43.9vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-image-wrapper.aspect-ratio-sqaure {
  aspect-ratio: 1;
}

.gallery-image-wrapper.aspect-ratio-wide {
  aspect-ratio: 16 / 9;
}

.lightbox-link {
  width: 100%;
  display: inline-block;
}

.gallery-block {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-right {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.services-block {
  z-index: 2;
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  border-radius: 48px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  padding: 2.2vw;
  display: flex;
}

.services-flex {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start center;
  display: flex;
  position: relative;
}

.services-left {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
  position: sticky;
  top: 4rem;
}

.teams-image {
  aspect-ratio: 1;
  border-radius: var(--border-radius);
  min-width: 100%;
  max-width: 100%;
}

.teams-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.teams-slider {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 19.4vw;
  max-width: 19.4vw;
  display: flex;
  position: relative;
}

.teams-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.left-arrow {
  display: none;
}

.teams-slider-wrapper {
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 40vw;
  max-height: 40vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.right-arrow {
  display: none;
}

.teams-wrapper {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 2.2vw;
  padding-left: 2.2vw;
  padding-right: 2.2vw;
  display: flex;
}

.teams-text-block {
  grid-column-gap: .6vw;
  grid-row-gap: .6vw;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.teams-slides {
  margin-right: 3.33vw;
}

.teams-mask {
  max-width: 19.4vw;
  overflow: visible;
}

.aboutlarge-image {
  border-radius: var(--border-radius);
  min-height: 37.77vw;
  max-height: 37.77vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.image-parallax {
  min-width: 100%;
  position: relative;
  top: -3rem;
}

.trigger {
  min-height: 112px;
  position: absolute;
  inset: auto 0% 0%;
}

.reviews-name-block {
  flex-flow: column;
  display: flex;
}

.max-width-58rem {
  max-width: 58vw;
}

.circle-absolute {
  z-index: -1;
  background-color: var(--primary);
  mix-blend-mode: soft-light;
  border-radius: 100px;
  min-width: 6.944vw;
  max-width: 6.944vw;
  min-height: 6.944vw;
  max-height: 6.944vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 3.33vw;
}

.body {
  background-color: var(--light-gray);
}

.uui-text-size-medium {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-medium.text-color-primary700 {
  color: var(--untitled-ui--primary700);
}

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

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-button {
  grid-column-gap: .5rem;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--untitled-ui--primary600);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--untitled-ui--primary600);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--untitled-ui--primary600);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  background-color: #c1e4c3;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.social-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row.button-row-center {
  justify-content: center;
}

.social-link {
  color: var(--untitled-ui--gray400);
  transition: all .3s;
}

.social-link:hover {
  color: var(--untitled-ui--gray500);
}

.uui-team02_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 0 #0000, 0 1px .4px #00000008, 0 2px .8px #0000000a, 0 3.4px 1.6px #0000000b, 0 5.4px 2.9px #0000000c, 0 8.9px 5.3px #0000000c, 0 15.4px 10.4px #0000000d, 0 30.6px 22.8px #0000000e;
}

.uui-team02_image-wrapper {
  width: 100%;
  margin-bottom: 1.5rem;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.uui-team02_item {
  text-align: center;
  text-overflow: ellipsis;
  background-color: #0000;
  border-radius: 20px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.uui-team02_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template: "."
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.uui-team02_component {
  margin-top: 4rem;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50-2);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-team02_social {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: center;
  margin-top: 1.5rem;
  display: grid;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-heading-tiny {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: block;
}

.uui-heading-subheading {
  color: var(--primary);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-text-size-medium-2 {
  color: var(--untitled-ui--gray600);
  text-align: left;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

.uui-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.align-center-2 {
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-2.align-center-2 {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-size-large-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-medium-2 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Caviardreams, Times New Roman, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: underline;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-2:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-2.button-row-center {
  justify-content: center;
}

.uui-faq04_layout {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-faq04_accordion {
  border-bottom: 1px solid var(--untitled-ui--gray200);
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq04_accordion.last-item {
  border-bottom-color: #0000;
}

.uui-faq04_question {
  text-align: left;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.uui-faq04_answer {
  overflow: hidden;
}

.uui-faq04_component {
  margin-top: 4rem;
}

.uui-faq04_cta {
  background-color: var(--untitled-ui--gray50-2);
  border-radius: 1rem;
  margin-top: 4rem;
  padding: 2rem;
}

.uui-faq04_icon-wrapper {
  color: var(--untitled-ui--primary600);
}

.uui-avatar-group_item {
  border: 2px solid var(--untitled-ui--white);
  background-color: var(--untitled-ui--white);
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.avatar-stack_component {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  margin-bottom: 2rem;
  margin-right: 1rem;
  display: flex;
}

.uui-avatar-stack_item {
  border: 2px solid var(--untitled-ui--white);
  background-color: var(--untitled-ui--white);
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.uui-avatar-stack_item.featured {
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
}

.accordion-icon_component {
  border: 2px solid var(--untitled-ui--gray400);
  color: var(--untitled-ui--gray400);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.accordion-icon_vertical-line {
  background-color: var(--untitled-ui--gray400);
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.accordion-icon_horizontal-line {
  background-color: var(--untitled-ui--gray400);
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.space-medium {
  width: 100%;
  min-height: 2.5rem;
}

.uui-space-medium-2 {
  width: 100%;
  min-height: 2rem;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-heading-subheading-2 {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-faq04_heading {
  color: var(--untitled-ui--gray900);
  text-align: left;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.uui-text-size-medium-3 {
  color: var(--untitled-ui--gray600);
  text-align: left;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-heading-xsmall {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-button-row-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  flex-wrap: wrap;
  align-items: center;
  display: block;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-layout33_component {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui--primary800);
}

.uui-button-icon {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-icon-featured-outline-large {
  border: .5rem solid var(--untitled-ui--primary50);
  background-color: var(--untitled-ui--primary100);
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-xsmall-3 {
  width: 100%;
  min-height: 1rem;
}

.uui-space-xxsmall-2 {
  width: 100%;
  min-height: .5rem;
}

.uui-padding-vertical-xhuge-3 {
  padding-top: 3.9rem;
  padding-bottom: 7rem;
}

.uui-heading-xxsmall-2 {
  color: var(--untitled-ui--gray900);
  text-align: center;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout72_item {
  background-color: var(--light-orange);
  outline-offset: 0px;
  -webkit-text-stroke-color: var(--untitled-ui--primary500);
  border-radius: 20px;
  outline: 1px solid #686865;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 0;
  padding: 1.5rem;
  display: flex;
}

.uui-layout72_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  display: grid;
}

.icon-featured-square-large {
  background-color: var(--untitled-ui--primary500);
  color: var(--untitled-ui--white);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.uui-space-xxlarge {
  width: 100%;
  min-height: 2rem;
  font-size: 1vw;
  line-height: 1.4vw;
}

.text-block-2 {
  color: var(--black);
}

.model_wrapper {
  object-fit: fill;
  position: fixed;
  inset: 0%;
}

.div-block {
  opacity: 1;
  outline-offset: 0px;
  text-align: center;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-color: #fcf6f0;
  background-clip: border-box;
  border-radius: 20px;
  outline: 1px solid #686865;
  justify-content: center;
  margin: auto;
  padding: 6px 12px;
  font-family: Caviardreams, Times New Roman, sans-serif;
  font-size: 1.2vw;
  font-weight: 700;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.inline_out {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.heading {
  font-weight: 700;
}

.uui-text-size-medium-4 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-max-width-large-3 {
  width: 100%;
  max-width: 48rem;
}

.uui-text-size-large-3 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-xxsmall-3 {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-medium-3 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-button-row-4 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-contact14_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 4rem;
  display: grid;
}

.uui-contact14_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-contact14_map-wrapper {
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.uui-contact14_map {
  width: 100%;
  height: 100%;
}

.uui-contact14_tab-pane {
  height: 100%;
}

.uui-button-link-2 {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-2:hover {
  color: var(--untitled-ui--primary800);
}

.uui-button-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-contact14_tabs-link {
  border-left: 4px solid var(--untitled-ui--gray100);
  background-color: #0000;
  padding: 1.5rem 0 1.5rem 2rem;
  display: block;
}

.uui-contact14_tabs-link.w--current {
  border-left-color: var(--untitled-ui--primary600);
  opacity: 1;
  background-color: #0000;
}

.uui-space-small-3 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-xsmall-4 {
  width: 100%;
  min-height: 1rem;
}

.uui-space-xxsmall-3 {
  width: 100%;
  min-height: .5rem;
}

.uui-padding-vertical-xhuge-4 {
  padding-top: 3.1rem;
  padding-bottom: 7rem;
}

.uui-heading-subheading-3 {
  color: var(--black);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-contact14_map-placeholder {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.f-h3-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-gallery-lightbox {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.f-gallery-image {
  height: 450px;
}

.f-section-large {
  padding: 25px 5% 92px;
  position: relative;
}

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-gallery-two-column-s {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.uui-text-size-medium-5 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-container-large-5 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.uui-max-width-large-4 {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large-4.align-center-3 {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-size-large-4 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.uui-heading-xxsmall-4 {
  color: var(--untitled-ui--gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-medium-4 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-button-row-5 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-5.button-row-center {
  justify-content: center;
}

.uui-contact14_component-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 4rem;
  display: grid;
}

.uui-contact14_tabs-menu-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-contact14_map-wrapper-2 {
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.uui-contact14_map-2 {
  width: 100%;
  height: 100%;
}

.uui-contact14_tab-pane-2 {
  height: 100%;
}

.uui-button-link-3 {
  grid-column-gap: .5rem;
  color: var(--untitled-ui--primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-3:hover {
  color: var(--untitled-ui--primary800);
}

.uui-button-icon-3 {
  color: var(--untitled-ui--primary600);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-contact14_tabs-link-2 {
  border-left: 4px solid var(--untitled-ui--gray100);
  background-color: #0000;
  padding: 1.5rem 0 1.5rem 2rem;
  display: block;
}

.uui-contact14_tabs-link-2.w--current {
  border-left-color: var(--untitled-ui--primary600);
  opacity: 1;
  background-color: #0000;
}

.uui-space-small-4 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-xsmall-5 {
  width: 100%;
  min-height: 1rem;
}

.uui-space-xxsmall-4 {
  width: 100%;
  min-height: .5rem;
}

.uui-padding-vertical-xhuge-5 {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.uui-heading-subheading-4 {
  color: var(--untitled-ui--primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-contact14_map-placeholder-2 {
  z-index: 1;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.align-center-3 {
  margin-left: auto;
  margin-right: auto;
}

.uui-button-3 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-3:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-3:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-heading-xsmall-2 {
  color: var(--untitled-ui--gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-blogsection06_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.uui-blogsection06_component {
  flex-direction: column;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.uui-blogsection06_image {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.uui-blogsection06_image:hover {
  aspect-ratio: 1680 / 1200;
  overflow: visible;
}

.uui-blogsection06_image-wrapper {
  aspect-ratio: 3 / 2;
  border-radius: 20px;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.uui-blogsection06_image-wrapper:hover {
  aspect-ratio: 1;
}

.uui-blogsection06_image-link {
  border: 1px solid #c1e4c3;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 2rem;
}

.uui-blogsection06_image-link:hover {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.uui-blogsection06_item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-blogsection06_read-time {
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.uui-blogsection06_category-link {
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--primary700);
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.uui-blogsection06_meta-wrapper {
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  margin-bottom: 1rem;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-blogsection06_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.text-block-3, .text-block-4 {
  color: var(--untitled-ui--primary600);
}

.brix---color-neutral-800 {
  color: var(--flowui-component-library--gray-900);
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---mg-right-16px {
  margin-right: 16px;
}

.brix---text-200 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---heading-h2-size {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Caviardreams, Times New Roman, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h4-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Caviardreams, Times New Roman, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

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

.brix---flex-card---image-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.brix---subtitle {
  color: var(--untitled-ui--primary600);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---blog-card-image {
  mix-blend-mode: normal;
}

.brix---categories-badges-item-wrapper {
  flex-direction: row;
  display: flex;
}

.brix---categories-badges-wrapper {
  justify-content: flex-end;
  display: flex;
}

.brix---blog-card-badge-wrapper-top {
  position: absolute;
  inset: 20px 20px auto auto;
}

.brix---blog-card-content-inside {
  padding: 32px 32px 40px;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.brix---section-small {
  padding-top: 100px;
  padding-bottom: 100px;
}

.brix---paragraph-default {
  margin-bottom: 0;
  font-family: Caviardreams, Times New Roman, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---badge-secondary-small {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  border-radius: 40px;
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
}

.brix---grid-3-columns-gap-row-48px {
  grid-column-gap: 28px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---badge-primary-small {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 40px;
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
}

.brix---avatar-circle-03 {
  border-radius: 50%;
  width: 64px;
  max-width: 64px;
  height: 64px;
  max-height: 64px;
  overflow: hidden;
  transform: translate(0);
}

.brix---inner-container-700px-center {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.brix---flex-horizontal-start {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---blog-card-image-featured {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.brix---grid-title-and-categories {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 64px;
  display: grid;
}

.brix---badge-secondary-category-badges {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  border-radius: 40px;
  margin-left: 24px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: inline-block;
}

.brix---badge-secondary-category-badges:hover {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
}

.brix---badge-secondary-category-badges.w--current {
  border-color: var(--elements-webflow-library--accent--primary-1);
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  cursor: default;
}

.brix---blog-card-wrapper-shadow {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  border-radius: 24px;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 2px 12px #14142b0d;
}

.brix---flex-horizontal-space-between {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---blog-card-image-wrapper-inside-card {
  object-fit: fill;
  border-radius: 24px 24px 0 0;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.brix---card-blog-featured-v4 {
  z-index: 1;
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  border-radius: 24px;
  max-width: 658px;
  margin-right: 0;
  padding: 21px 56px 0;
  text-decoration: none;
  transition: transform .3s;
  display: block;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.brix---card-blog-featured-v4:hover {
  transform: scale(.98)translate(0, -50%);
}

.brix---blog-card-wrapper-featured-v4 {
  width: 100%;
  margin-left: auto;
  text-decoration: none;
}

.brix---blog-card-image-wrapper-featured-v4 {
  border-radius: 24px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.brix---btn-circle-primary-small {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---btn-circle-primary-small:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.brix---heading-h2-size-copy {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 17px;
  font-family: Caviardreams, Times New Roman, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
}

.bold-text {
  color: var(--untitled-ui--gray900);
  font-family: Caviardreams, Times New Roman, sans-serif;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.game-page-banner {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
}

.brix---footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---grid-footer-v12 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr;
  align-items: center;
}

.brix---paragraph-default-2 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---icon-square-36px {
  background-color: var(--elements-webflow-library--secondary--color-2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---icon-square-36px:hover {
  transform: scale(.92);
}

.brix---paragraph-link {
  color: var(--elements-webflow-library--accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

.brix---paragraph-link:hover {
  color: var(--elements-webflow-library--secondary--color-1);
}

.brix---social-media-grid-right---t-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---text-left---t-center {
  text-align: left;
}

.brix---footer-bottom-v12 {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--600);
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 18px;
  line-height: 30px;
}

.game-section {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.lynx-link-footer {
  color: #1f202280;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-link-footer:hover {
  color: var(--lynx--black);
}

.lynx-text-footer {
  color: #1f202280;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
}

.game-section-center {
  border-top: 1px #dfdad2;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 40px;
  display: flex;
}

.game-page {
  width: 350px;
  margin-top: -52px;
  margin-left: 30px;
  margin-right: 30px;
}

.lynx-icon-social {
  width: 18px;
  height: 18px;
  display: block;
}

.lynx-social {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.lynx-link-block {
  background-color: var(--lynx--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: background-color .3s;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-link-block:hover {
  background-color: #1f20221a;
}

.lynx-content {
  border: 1px #000;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 950px;
  margin: auto auto auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.lynx-block-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  align-self: center;
}

.lynx-heading {
  color: var(--untitled-ui--primary600);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Caviardreams, Times New Roman, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 120%;
}

.lynx-subtitle {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-grid-features-copy {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 14px;
}

.ingredients-selection-grid {
  display: grid; /* Makes the children grid items */
  grid-template-columns: 1fr 1fr; /* Creates two columns of equal width */
  grid-column-gap: 20px; /* Adds space between the columns (adjust as needed) */
  justify-items: center; /* Centers each image within its own grid cell horizontally */
  align-items: center; /* Aligns each image to the top of its grid cell vertically */
  width: auto;
  height: auto;
  justify-content: center;
  justify-items: center;
}

@media screen and (max-width: 420px) {
  .ingredients-selection-grid {
    flex-direction: row; /* Stacks images vertically on mobile */
    align-items: center;
    justify-items: center;/* Centers stacked images horizontally */
    gap: 5px; /* Adjust vertical space between stacked images */
    height: 100%;
    width: 100%; /* Full width on mobile */
  }

  .rule-image-p3 {
    max-width: 100%; /* Allows images to take up more width when stacked */
    /* You might want to adjust max-width further based on your design */
  }
}

.image-container {
  text-align: center;
  margin-top: 30px;
  width: Auto;
  height: Auto;
  align-items: center;
}

.label {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.correct-label {
  color: #22c55e;
}

.wrong-label {
  color: #ef4444;
}

.lynx-features {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lynx-paragraph-features {
  color: var(--lynx--grey);
  max-width: 294px;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-heading-features {
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Caviardreams, Times New Roman, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 128%;
}

.lynx-icon-features {
  width: 100px;
  height: 100px;
  display: block;
  overflow: visible;
}

.lynx-icon-features-special {
  width: 90%;
  height: 90%;
  display: flex;
  overflow: hidden;
}

.lynx-icon-features-rules {
  width: 90%;
  height: 90%;
  display: flex;
  overflow: hidden;
}

.rule-image {
  width: 80%; /* Fixed width */
  height: 80%; /* Fixed height */
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
  border-radius: 8px;
  object-fit: fill;
  align-self: center; /* Add this line to center the image */
  display: flex;
  flex-direction: row;
}

.rule-image-p3 {
  width: auto; /* Fixed width */
  height: auto; /* Fixed height */
  margin-left: 5px;
  border-radius: 8px;
  object-fit: cover;
  display: block;
  align-self: center;
  max-width: 100%;
  max-height: 100%;
}

.lynx-block-features {
  background-color: var(--lynx--white);
  width: auto;
  height: Auto;
  border-radius: 30px;
  margin-bottom: 26px;
  padding: 28px;
  box-shadow: 0 40px 40px -10px #1f202214;
}

.lynx-block-features-special {
  background-color: var(--transparent);
  width: auto;
  height: auto;
  border-radius: 30px;
  margin-bottom: 26px;
  padding: 28px;
}

@media (max-width: 767px) {
  .lynx-block-features-special {
    display: none;
  }
}

.bold-text-2, .bold-text-3, .bold-text-4 {
  font-family: Caviardreams, Times New Roman, sans-serif;
}

.list-item {
  list-style-type: decimal;
}

.list {
  color: var(--lynx--black);
  text-align: left;
  font-family: Caviardreams, Times New Roman, sans-serif;
  font-size: 2vw;
  font-weight: 700;
}

.features-list {
  text-align: left;
  background-color: rgba(69, 159, 111, 0);
  border-bottom: 1px #e4ebf3;
  border-radius: 30px;
  order: 1;
  padding: 17px 30px 16px;
  position: relative;
  box-shadow: 0 0 13px 5px #0003;
}




.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper-two {
  box-sizing: border-box;
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: visible;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  max-width: 100%;
  margin-bottom: -16px;
  padding: 20px 11px 19px .8vw;
  font-size: 7vw;
  display: flex;
}

.features-block-two {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.features-block-two-copy {
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.paragraph {
  color: #41683c;
  text-align: center;
  background-color: #41383700;
  order: 0;
  font-family: Caviardreams, Times New Roman, sans-serif;
  font-size: 2vw;
  font-weight: 700;
}

.paragraph-2 {
  color: #41683c;
  text-align: center;
  font-family: Caviardreams, Times New Roman, sans-serif;
  font-size: 2vw;
  font-weight: 700;
}

.paragraph-3, .paragraph-4 {
  color: #41683c;
  text-align: center;
  font-family: Caviardreams, Times New Roman, sans-serif;
  font-size: 2vw;
  font-weight: 700;
}

.rt-category-cards-text {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text.rt-margin-bottom-fifteen {
  margin-bottom: 15px;
}

.rt-component-container {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section {
  background-color: var(--light-gray);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-body-font-color {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  transition: color .35s;
}

.rt-number-img-bg-inner {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  background-image: url('../images/Group-1009002136.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  font-size: 30px;
  font-weight: 500;
  line-height: 50px;
  display: flex;
}

.rt-number-img-bg-inner:hover {
  background-image: url('../images/Group-1009002136-1.svg');
}

.rt-arrow-img-left {
  height: auto;
  position: absolute;
  inset: auto -12% 43% auto;
  transform: none;
}

.rt-arrow-img-left.rt-arrow-img-right {
  bottom: 46%;
  transform: rotate(-12deg);
}

.rt-number-block-2 {
  text-align: center;
  flex: 1;
  position: relative;
}

.rt-number-image-bg-outer {
  justify-content: center;
  align-items: center;
}

.rt-arrow-down-img {
  height: auto;
}

.rt-number-text-block-outer {
  align-items: center;
}

.rt-arrow-circle-block {
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-margin-bottom-fifteen {
  margin-bottom: 15px;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---container-default-3 {
  max-width: 300px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-2 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

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

.brix---paragraph-default-3 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---gallery-v2-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.brix---gallery-v2-col-right {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 110px;
  display: grid;
}

.brix---gallery-v2-col-left {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---image-wrapper-br-24px {
  border-radius: 24px;
  overflow: hidden;
}

.dishes {
  display: block;
}

.grid_sushi {
  grid-template-rows: auto auto;
  margin-top: 11px;
}

.dish-six {
  display: block;
}

.grid-2 {
  -webkit-text-stroke-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  background-color: #fff;
  border-radius: 30px;
  grid-template: "."
  / 1fr .5fr 1fr .5fr 1fr;
  grid-auto-flow: row;
  padding-left: 12px;
  padding-right: 12px;
}

.dish-five, .dish-seven, .dish-eight {
  display: block;
}

.sushi, .uui-heading-medium-2-copy-copy, .pasta {
  color: var(--untitled-ui--primary600);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Caviardreams, Times New Roman, sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.3;
  -webkit-text-decoration: underline overline wavy;
  text-decoration: underline overline wavy;
}

.grid_pasta {
  grid-template-rows: auto auto;
  margin-top: 11px;
}

.sandwiches {
  color: var(--untitled-ui--primary600);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Caviardreams, Times New Roman, sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.3;
  -webkit-text-decoration: underline overline wavy;
  text-decoration: underline overline wavy;
}

.grid_sandwiches, .grid_sandwiches-copy {
  grid-template-rows: auto auto;
  margin-top: 11px;
}

.tacos {
  color: var(--untitled-ui--primary600);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Caviardreams, Times New Roman, sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.3;
  -webkit-text-decoration: underline overline wavy;
  text-decoration: underline overline wavy;
}

.grid_tacos {
  grid-template-rows: auto auto;
  margin-top: 11px;
}

.curry {
  color: var(--untitled-ui--primary600);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Caviardreams, Times New Roman, sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.3;
  -webkit-text-decoration: underline overline wavy;
  text-decoration: underline overline wavy;
}

.grid_curry {
  grid-template-rows: auto auto;
  margin-top: 11px;
}

.space-medium-l, .space-large {
  width: 100%;
  min-height: 2.5rem;
}

.metrices-copy {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.metrices-copy.overflow {
  overflow: visible;
}

.metrices-copy.padding-4-5rem {
  background-color: #fcf6f0;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.metrices-copy.padding-9rem {
  background-color: #c1e4c3;
  border-top-left-radius: 90px;
  border-top-right-radius: 90px;
  padding-left: 9rem;
  padding-right: 9rem;
}

.metrices-copy.padding-13-5rem {
  padding-left: 13.5rem;
  padding-right: 13.5rem;
}

.metrices-copy.rounded-corners-bottom {
  border-bottom-right-radius: 6.67vw;
  border-bottom-left-radius: 6.67vw;
}

.heading-2, .heading-3 {
  font-weight: 700;
}

.text-block-5 {
  opacity: 0;
  text-align: center;
  margin-top: -20px;
  margin-bottom: 0;
  padding-bottom: 7px;
  font-size: 1.5vw;
  font-weight: 600;
  display: block;
}

.text-block-5:hover {
  opacity: 1;
}

.text-block-6 {
  opacity: 1;
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 17px;
  font-size: 1.4vw;
  display: flex;
}

.text-block-6:hover {
  opacity: 1;
}

.embedded-map {
  clear: both;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.map {
  z-index: auto;
  box-sizing: border-box;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.rt-component-container-2 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-2 {
  background-color: var(--transparent);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-overflow-hidden {
  overflow: hidden;
}

.rt-home-one-marquee-section {
  padding-bottom: 80px;
}

.rt-home-one-marquee-section.rt-overflow-hidden.rt-component-container-2 {
  max-width: 100%;
  overflow: hidden;
}

.rt-marquee-wrapper {
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.rt-marquee-big-text {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: uppercase;
  flex: none;
  padding-right: 33px;
  font-family: Caviardreams, Times New Roman, sans-serif;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 4rem;
}

.rt-home-marquee-two {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  justify-content: flex-end;
  align-items: center;
  width: 110%;
  display: flex;
  transform: translate(-10px)rotate(0);
}

.rt-marquee-train-3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: none;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 25px;
}

.rt-marquee-text-2 {
  color: var(--primary);
  -webkit-text-stroke-color: var(--light-gray);
  text-transform: uppercase;
  font-family: Caviardreams, Times New Roman, sans-serif;
  font-size: 3.125rem;
  font-weight: 800;
  line-height: 3.75rem;
}

.grid-2-move-up {
  -webkit-text-stroke-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  background-color: #fff;
  border-radius: 30px;
  grid-template: "."
  / 1fr .5fr 1fr .5fr 1fr;
  grid-auto-flow: row;
  padding-left: 12px;
  padding-right: 12px;
}

.text-block-7 {
  font-size: 4vw;
  line-height: 4vw;
}

.button-icon {
  background-color: var(--flowui-component-library--gray-900);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 4px;
  display: flex;
}

.f-button-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-button-icon-left {
  grid-column-gap: 12px;
  background-color: var(--flowui-component-library--gray-900);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px 12px 16px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.f-button-icon-left:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-button-icon-left:focus {
  outline-color: var(--flowui-component-library--gray-400);
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid;
}

.f-button-arrow {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.dishes-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin: auto;
  padding: 40px;
  display: flex;
}

.rice {
  text-align: center;
  margin-top: -12px;
  padding-bottom: 0;
  font-size: 1.4vw;
}

.sushi_rice {
  display: block;
}

.plus-text {
  text-align: center;
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 5%;
  max-height: 3%;
  margin-right: auto;
  padding-right: 0;
  font-size: 3vw;
  display: block;
}

.main-ingredient {
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin: auto;
  display: block;
  overflow: visible;
}

.collection-item {
  margin-right: auto;
}

.taco-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: auto;
  display: grid;
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-8px-2 {
  margin-bottom: 8px;
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 48px;
}

.brix---mg-bottom-0 {
  margin-bottom: 0;
}

.brix---square-icon {
  border-radius: 16px;
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section-3 {
  color: var(--elements-webflow-library--neutral--100);
  padding-top: 176px;
  padding-bottom: 176px;
}

.brix---heading-h2-size-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

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

.brix---mg-bottom-12px-2 {
  margin-bottom: 12px;
}

.brix---paragraph-default-4 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-600px---center-2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.brix---card-left-text-wrapper {
  margin-left: 24px;
}

.brix---card---icon-left---content-right {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  align-items: flex-start;
  padding: 48px;
  display: flex;
  transform: rotate(0);
}

.brix---card---icon-left---content-right-copy {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  align-items: flex-start;
  padding: 48px;
  display: flex;
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---card---icon-left---content-right-front {
  z-index: auto;
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--light-orange);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  backface-visibility: hidden;
  border-radius: 24px;
  align-items: flex-start;
  width: auto;
  padding: 48px;
  font-family: Inter, sans-serif;
  display: flex;
  position: absolute;
  inset: 0;
  overflow: visible;
  transform: rotate(0);
}

.egg-sushi-flip-card-wrapper {
  height: 200px;
  position: relative;
}

.brix---card---icon-left---content-right-back {
  z-index: auto;
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--primary);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  backface-visibility: hidden;
  object-fit: fill;
  transform-style: preserve-3d;
  border-radius: 24px;
  align-items: flex-start;
  padding: 48px;
  display: flex;
  position: absolute;
  inset: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.brix---square-icon-copy {
  border-radius: 16px;
}

.brix---card-left-text-wrapper-copy {
  margin-left: 24px;
}

.brix---square-icon-copy {
  border-radius: 16px;
  position: static;
  inset: 0;
}

.brix---card-left-text-wrapper-copy {
  margin-left: 24px;
  position: static;
  inset: auto 0 0;
}

.brix---mg-bottom-8px-2-copy {
  margin-bottom: 8px;
}

.brix---heading-h3-size-copy {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---paragraph-default-4-copy {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-805-copy {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-0-copy {
  margin-bottom: 0;
}

.brix---square-icon-copy-copy {
  border-radius: 16px;
}

.brix---card-left-text-wrapper-copy-copy {
  margin-left: 24px;
}

.brix---mg-bottom-8px-2-copy-copy {
  margin-bottom: 8px;
}

.brix---heading-h3-size-copy-copy {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---paragraph-default-4-copy-copy {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-805-copy-copy {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-0-copy-copy {
  margin-bottom: 0;
}

.flex-block, .flex-block-front {
  justify-content: center;
  align-items: center;
}

.grid-3 {
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto 18px;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center stretch;
  align-self: center;
  height: 100%;
}

.image-2 {
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}

.grid-4 {
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto 18px;
  grid-template-columns: 1fr;
  align-content: center;
  align-self: center;
  height: 100%;
}

.image-3 {
  object-fit: fill;
  width: auto;
  max-width: 100%;
  height: 12vw;
  max-height: none;
  margin: 0;
  position: static;
  overflow: hidden;
}

.image-4 {
  width: 100%;
  height: 100%;
}

.main-ingredient-for-recepie, .equal, .secondary-ingredient-for-recepie {
  color: var(--untitled-ui--gray900);
  text-align: center;
  font-size: 1.4vw;
  font-weight: 600;
}

.result-dish {
  color: var(--lynx--black);
  text-align: center;
  font-size: 1.4vw;
  font-weight: 600;
}

.red-clam-sushi-flip-card-wrapper {
  height: 200px;
  position: relative;
}

.brix---card---icon-left---egg-sushi-front {
  z-index: auto;
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--light-orange);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  backface-visibility: hidden;
  border-radius: 24px;
  align-items: flex-start;
  width: auto;
  padding: 48px;
  font-family: Inter, sans-serif;
  display: flex;
  position: absolute;
  inset: 0;
  overflow: visible;
  transform: rotate(0);
}

.brix---card---icon-left---egg-sushi-back {
  z-index: auto;
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--primary);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  backface-visibility: hidden;
  object-fit: fill;
  transform-style: preserve-3d;
  border-radius: 24px;
  align-items: flex-start;
  padding: 48px;
  display: flex;
  position: absolute;
  inset: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.egg-sushi-grid-front {
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto 18px;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center stretch;
  align-self: center;
  height: 100%;
}

.egg-sushi-grid-back {
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto 18px;
  grid-template-columns: 1fr;
  align-content: center;
  align-self: center;
  height: 100%;
}

.rice-image {
  width: 100%;
  height: 100%;
}

.image-5, .image-6, .image-7, .image-8 {
  width: 30%;
}

.brix---heading-h2-size-3-copy {
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---heading-h2-size-3-copy-copy {
  color: var(--lynx--black);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.sushi-columns, .curry-columns, .sandwich-columns, .pasta-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: auto;
  display: grid;
}

@media screen and (min-width: 1280px) {
  .metrices {
    box-shadow: none;
  }

  .about-block {
    -webkit-text-decoration: underline #030303;
    text-decoration: underline #030303;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 1.1rem;
  }

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

  .lynx-content {
    margin-bottom: 10px;
  }

  .rt-arrow-circle-block {
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
  }

  .sushi, .pasta, .sandwiches, .tacos, .curry {
    text-decoration-style: solid;
  }

  .space-medium-l, .space-large {
    min-height: 6rem;
  }

  .metrices-copy {
    box-shadow: none;
  }

  .metrices-copy.padding-9rem {
    background-color: #c1e4c3;
  }

  .dishes-card {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 700px;
    height: 320px;
    max-height: none;
    margin: auto;
    padding: 40px;
    display: flex;
  }

  .rice {
    aspect-ratio: auto;
    text-align: center;
    width: 40%;
    margin-top: -10px;
    margin-left: 44px;
    padding-top: 0;
    font-size: 1.3vw;
    font-weight: 500;
    overflow: hidden;
  }

  .plus-text {
    text-align: center;
    width: 3%;
    font-size: 5vw;
  }

  .collection-item {
    margin-left: 40px;
  }
}

@media screen and (min-width: 1440px) {
  .space-7rem {
    min-height: 7vw;
    overflow: hidden;
  }

  .button-text {
    color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  }

  .social-icon.smaller {
    min-width: 2vw;
    max-width: 2vw;
    min-height: 2vw;
    max-height: 2vw;
    overflow: visible;
  }

  .navbar.default-copy, .nav-link, .nav-link.w--current {
    color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  }

  .italics {
    -webkit-text-stroke-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  }

  .hero-title.flip-from-bottom-animation {
    color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  }

  .max-width-20rem {
    margin-top: 3.7rem;
  }

  .hero-image {
    margin-top: 32px;
  }

  .wave {
    background-image: url('../images/Wave-Design-Webflow5.svg'), linear-gradient(to bottom, var(--primary), var(--primary));
    background-position: 50% 0, 0 0;
    background-size: cover, auto;
    background-attachment: scroll, scroll;
    margin-top: 38px;
    margin-bottom: 0;
    overflow: clip;
  }

  .reviews-image-circle {
    top: -3.45vw;
  }

  .uui-team02_image {
    box-shadow: none;
  }

  .brix---card-blog-featured-v4 {
    padding-top: 28px;
    padding-bottom: 33px;
    padding-right: 29px;
    display: block;
  }

  .brix---blog-card-image-wrapper-featured-v4 {
    max-width: 1012px;
  }

  .brix---heading-h2-size-copy {
    font-family: Inconsolata, monospace;
  }

  .game-page {
    width: 500px;
    height: auto;
    overflow: hidden;
  }

  .lynx-content {
    border-style: none;
    border-width: 3px;
  }

  .features-list {
    background-color: rgba(83, 190, 97, 0);
    margin-left: 22px;
    margin-right: 22px;
    transition: transform .2s;
  }

  .metrices-copy.padding-9rem {
    background-color: #c1e4c3;
  }

  .heading-4 {
    color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  }

  .section-2 {
    margin-bottom: 24px;
  }

  .text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12 {
    text-align: center;
  }

  .image {
    text-align: left;
    vertical-align: baseline;
    display: inline-block;
    overflow: clip;
  }

  .image-3 {
    height: 8vw;
  }
}

@media screen and (min-width: 1920px) {
  .metrices.padding-9rem {
    background-color: #c1e4c300;
  }

  .wave {
    object-fit: fill;
    background-image: url('../images/Wave-Design-Webflow5.svg'), linear-gradient(#0000, #0000);
    background-position: 50% 0, 0 0;
    background-repeat: repeat-x, repeat;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
  }

  .uui-team02_image {
    box-shadow: none;
  }

  .rt-number-img-bg-inner {
    width: 220px;
    height: 220px;
    font-size: 40px;
  }

  .metrices-copy.padding-9rem {
    background-color: #c1e4c3;
  }

  .egg-sushi-flip-card-wrapper {
    height: 220px;
  }

  .image-3 {
    height: auto;
  }

  .red-clam-sushi-flip-card-wrapper {
    height: 220px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: .88rem;
    line-height: 1.25rem;
  }

  h1 {
    letter-spacing: -.0625rem;
    font-size: 4rem;
    line-height: 4.5rem;
  }

  h2 {
    letter-spacing: -.06rem;
    font-size: 3.5rem;
    line-height: 4rem;
  }

  h3 {
    letter-spacing: -.0625rem;
    font-size: 3rem;
    line-height: 3.5rem;
  }

  h4 {
    letter-spacing: -.0625rem;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  h5 {
    letter-spacing: .13rem;
    font-size: .8rem;
    line-height: 1.3rem;
  }

  h6 {
    letter-spacing: .125rem;
    font-size: .7rem;
    line-height: 1.2rem;
  }

  p, a {
    letter-spacing: .06rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  ul, ol {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 2.5rem;
  }

  li {
    letter-spacing: .06rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  sup {
    font-size: 2.5rem;
    line-height: 2rem;
    top: -.3rem;
  }

  blockquote {
    padding: .5rem 0 .5rem 1.5rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .space-page-top {
    min-height: 10rem;
  }

  .utilities-title-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .metrices {
    box-shadow: none;
  }

  .metrices.padding-4-5rem, .metrices.padding-9rem, .metrices.padding-13-5rem {
    padding-left: 10%;
    padding-right: 10%;
  }

  .metrices.rounded-corners-bottom {
    border-bottom-right-radius: 6rem;
    border-bottom-left-radius: 6rem;
  }

  .space-2rem {
    min-height: 2rem;
  }

  .utilities-wrapper {
    width: 100%;
  }

  .utilities-line {
    min-width: 2rem;
    min-height: .25rem;
  }

  .utilities-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .utilities-line-spacer {
    min-height: .06rem;
  }

  .space-4rem {
    min-height: 4rem;
  }

  .hide-on-mobile, .show-on-tab {
    display: block;
  }

  .space-1rem {
    min-height: 1rem;
  }

  .space-0-5rem {
    min-height: .5rem;
  }

  .space-7rem {
    min-height: 7rem;
  }

  .hide-on-tab {
    display: none;
  }

  .max-width-38rem {
    max-width: 38rem;
  }

  .invert {
    filter: invert();
  }

  .button-text {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .arrow {
    min-width: .8rem;
    max-width: .8rem;
    min-height: .8rem;
    max-height: .8rem;
  }

  .button-with-circle-icon {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-width: .06rem;
    border-radius: 8rem;
    min-width: 11rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
    padding: .125rem 2rem;
  }

  .footer-logo-link-wrapper {
    z-index: 1000000;
  }

  .footer-right-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-link {
    font-size: .9rem;
    line-height: 1.6rem;
  }

  .footer-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .footer-bottom {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer-logo {
    min-height: 2rem;
    max-height: 2rem;
  }

  .footer-line {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    height: .06rem;
  }

  .footer-top {
    max-width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .footer-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .socials-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .social-icon {
    min-width: 2rem;
    max-width: 2rem;
    min-height: 2rem;
    max-height: 2rem;
  }

  .social-icon.smaller {
    min-width: 1rem;
    max-width: 1rem;
    min-height: 1rem;
    max-height: 1rem;
  }

  .max-width-17vw {
    max-width: 15rem;
  }

  .utilities-side-bar {
    border-right-width: .06rem;
    min-width: 20rem;
    max-width: 20rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: none;
    top: 2rem;
  }

  .utilities-flex-title {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .utilities-icon {
    min-width: 2.5rem;
    height: 2.5rem;
  }

  .navbar {
    height: 6rem;
    margin-top: 2vw;
    padding-left: 5%;
    padding-right: 5%;
  }

  .logo-link-wrapper {
    z-index: 999;
    min-height: auto;
  }

  .nav-link {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 6rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 4rem;
    line-height: 6rem;
    display: flex;
  }

  .nav-menu {
    background-color: var(--light-orange);
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-top: 8rem;
    position: fixed;
    inset: 0%;
  }

  .logo {
    min-height: 2rem;
    max-height: 2rem;
  }

  .nav-link-wrapper {
    background-color: #fcf6f0;
  }

  .nav-container {
    justify-content: flex-start;
    margin-left: auto;
  }

  .menu-button {
    z-index: 999;
    background-color: #0000;
    padding: 1rem 0 1rem 1rem;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .burger-icon {
    color: var(--black-2\<deleted\|variable-e99a3d83-d809-4a12-b259-6cad688e1b34\>);
    font-size: 1.875rem;
  }

  .icon-wrapper {
    min-width: 2.5rem;
    max-width: 2.5rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
    top: 2.75rem;
    left: 2.75rem;
  }

  .subheading-flex {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .small-icon {
    min-width: 1.3rem;
    max-width: 1.3rem;
  }

  .card-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .card-flex.reverse-on-tab {
    flex-flow: column-reverse wrap-reverse;
  }

  .icon {
    min-width: 2rem;
    max-width: 2rem;
    min-height: 2rem;
    max-height: 2rem;
  }

  .card-text-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .large-card {
    justify-content: center;
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    max-height: none;
    padding: 4rem;
  }

  .large-icon {
    min-width: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
  }

  .features-image-wrapper {
    min-width: 19.5rem;
    max-width: 19.5rem;
    min-height: 25.96rem;
    max-height: 25.96rem;
  }

  .metrics-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .metrics-text {
    font-size: 6rem;
    line-height: 6.5rem;
  }

  .posts-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

  .posts-card {
    min-width: 33.8rem;
    max-width: 33.8rem;
  }

  .avatar-line {
    min-width: 2rem;
    max-width: 2rem;
    min-height: .0625rem;
    max-height: .0625rem;
  }

  .posts-avatar-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .avatar-text-block {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .horizontal-line {
    min-height: .0625rem;
    max-height: .0625rem;
  }

  .avatar-wrapper {
    min-width: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
  }

  .latest-posts-details-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 1rem;
    padding-bottom: .4rem;
  }

  .posts-arrow-wrapper {
    min-width: 2.5rem;
    max-width: 2.5rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
    padding-bottom: .1rem;
    padding-left: .1rem;
    bottom: 2rem;
    right: 2rem;
  }

  .posts-title-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: 80%;
  }

  .posts-category-date-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .badge-post {
    padding: .5rem .8rem .5rem .9rem;
  }

  .latest-image-wrapper {
    min-width: 33.8rem;
    max-width: 33.8rem;
    min-height: 30rem;
    max-height: 30rem;
  }

  .sign-up-form-container {
    padding: .5rem 1rem .5rem 2rem;
  }

  .sign-up-form {
    width: 28.8rem;
  }

  .cta-container {
    max-width: 100%;
    max-height: 22rem;
    padding-left: 10%;
    padding-right: 10%;
  }

  .cta-card {
    background-position: 40% 0;
    min-width: 100%;
    max-width: 100%;
    min-height: 44rem;
    max-height: 44rem;
    padding: 4rem;
    box-shadow: 0 1rem 2rem #0003;
  }

  .button-subscribe {
    padding: .8rem 2rem;
  }

  .cta-wrapper {
    grid-template-columns: 1fr;
    top: -22rem;
  }

  .max-width-30rem {
    max-width: 30rem;
  }

  .title-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
  }

  .hero-title {
    font-size: 5.5rem;
    line-height: 5.5rem;
  }

  .max-width-20rem {
    max-width: 20rem;
  }

  .metrics-grid-quarter {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .metrics-card {
    border-width: 1px;
    min-width: 18rem;
    max-width: 18rem;
    min-height: 20rem;
    max-height: 20rem;
    padding: 2rem;
  }

  .text-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .blog-wrapper, .blog-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .avatar-large-wrapper {
    min-width: 4rem;
    max-width: 4rem;
    min-height: 4rem;
    max-height: 4rem;
  }

  .blog-image-wrapper {
    min-width: 37.25rem;
    max-width: 37.25rem;
    min-height: 23.28rem;
    max-height: 23.28rem;
  }

  .blog-post {
    width: 90%;
  }

  .form-wrapper {
    max-width: 36.3rem;
  }

  .text-field {
    height: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .88rem;
  }

  .message-area {
    min-height: 7rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .88rem;
  }

  .contact-success-message, .contact-error-message {
    padding: 1.5rem 2rem;
  }

  .field-label {
    font-size: .88rem;
  }

  .utitlities-title-wrapper {
    grid-row-gap: 16px;
    text-align: center;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .utility-page-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 16.25rem;
  }

  .faq-question {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .faq-icon {
    min-width: 1.6rem;
    max-width: 1.6rem;
    min-height: 1.6rem;
    max-height: 1.6rem;
  }

  .faq-flex {
    grid-column-gap: 1.9rem;
  }

  .dropdown-toggle {
    padding: 1.5rem 3rem .5rem;
  }

  .dropdown-answer {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    min-width: 90%;
    max-width: 90%;
  }

  .utilities-image {
    min-width: 10rem;
    max-width: 10rem;
    min-height: 10rem;
    max-height: 10rem;
  }

  .hero-wrapper {
    min-height: auto;
    max-height: none;
    padding-left: 4rem;
  }

  .hero-image {
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    max-height: none;
  }

  .hero-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 2rem 4rem;
  }

  .pop-up-card {
    padding: 2rem;
  }

  .wave {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    object-fit: fill;
    object-position: 50% 50%;
    background-image: url('../images/Wave-Design-Webflow2.svg'), linear-gradient(#0000, #0000);
    background-position: 50% 100%, 0 0;
    background-repeat: repeat-x, repeat;
    background-size: cover, auto;
    background-attachment: scroll, scroll;
    background-clip: border-box;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: baseline;
    min-height: 5rem;
    margin-top: 0;
    display: block;
    overflow: visible;
  }

  .about-description {
    max-width: 30rem;
  }

  .about-tab-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 10%;
    padding-right: 10%;
  }

  .about-tab-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about-tabs {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
    height: auto;
  }

  .flex-grid {
    place-items: center;
    width: 70%;
    margin-bottom: 0;
  }

  .feature-image-wrapper {
    min-width: 39.5rem;
    max-width: 39.5rem;
    min-height: 39.5rem;
    max-height: 39.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .about-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .feature-paragraph {
    max-width: none;
  }

  .about-tab-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .about-text-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .reviews-listing-wrapper {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    flex-flow: column;
  }

  .reviews-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .reviews-card {
    min-width: 19.5rem;
    max-width: 19.5rem;
    margin-left: auto;
    margin-right: auto;
    padding: 4rem 3rem;
  }

  .slide-nav-reviews {
    display: none;
  }

  .reviews-image-circle {
    width: 6rem;
    height: 6rem;
    top: -3rem;
  }

  .faqs-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
  }

  .gallery-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .gallery-image-wrapper {
    min-width: 20rem;
  }

  .gallery-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .services-right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .services-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-width: .0625rem;
    grid-template-columns: 1fr 10rem 1fr;
    padding: 2rem;
  }

  .services-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .services-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .teams-image {
    min-height: 20rem;
    max-height: 20rem;
  }

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

  .teams-slider {
    min-width: 17.5rem;
    max-width: 17.5rem;
  }

  .teams-title-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .teams-slider-wrapper {
    min-height: 38rem;
    max-height: 38rem;
  }

  .teams-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .teams-text-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .teams-slides {
    margin-right: 3rem;
  }

  .teams-mask {
    max-width: 17.5rem;
  }

  .aboutlarge-image {
    min-height: auto;
    max-height: none;
  }

  .max-width-58rem {
    max-width: 44rem;
  }

  .circle-absolute {
    min-width: 6.25rem;
    max-width: 6.25rem;
    min-height: 6.25rem;
    max-height: 6.25rem;
    display: none;
    inset: auto 0% -238% 18%;
  }

  .uui-team02_list {
    grid-template-columns: 1fr 1fr;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 0;
    padding-bottom: 6rem;
  }

  .uui-faq04_layout {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-layout33_component {
    grid-column-gap: 2rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-layout72_component {
    grid-template-columns: 1fr;
  }

  .uui-space-xxlarge {
    min-height: 4.5rem;
  }

  .div-block {
    font-size: 1.5vw;
  }

  .uui-contact14_component {
    grid-column-gap: 3rem;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .f-gallery-image {
    height: 350px;
  }

  .f-gallery-two-column-s {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .uui-contact14_component-2 {
    grid-column-gap: 3rem;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-blogsection06_list {
    grid-template-columns: 1fr 1fr;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h4-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---flex-card---image-wrapper {
    display: block;
  }

  .brix---blog-card-image {
    width: 100%;
  }

  .brix---categories-badges-wrapper {
    justify-content: flex-start;
  }

  .brix---section-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---grid-3-columns-gap-row-48px {
    grid-template-columns: 1fr 1fr;
  }

  .brix---blog-card-image-featured {
    width: 100%;
  }

  .brix---grid-title-and-categories {
    grid-template-columns: 1fr;
  }

  .brix---badge-secondary-category-badges {
    margin-left: 0;
    margin-right: 24px;
  }

  .brix---card-blog-featured-v4 {
    max-width: 610px;
    margin-bottom: -120px;
    margin-left: 29px;
    padding: 32px;
    position: relative;
    inset: auto auto 0% 0%;
    transform: none;
  }

  .brix---card-blog-featured-v4:hover {
    transform: scale(.98);
  }

  .brix---heading-h2-size-copy {
    font-family: Inconsolata, monospace;
    font-size: 14px;
    line-height: 14px;
  }

  .brix---grid-footer-v12 {
    grid-template-columns: 1fr;
  }

  .brix---social-media-grid-right---t-center {
    grid-column-gap: 10px;
    justify-content: center;
    justify-items: center;
  }

  .brix---text-left---t-center {
    text-align: center;
  }

  .brix---footer-bottom-v12 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .game-section-center {
    margin-top: 32px;
  }

  .lynx-content {
    box-sizing: border-box;
    clear: none;
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    aspect-ratio: auto;
    box-shadow: none;
    border-style: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Caviardreams, Times New Roman, sans-serif;
    display: flex;
    overflow: visible;
  }

  .lynx-heading {
    font-size: 38px;
  }

  .lynx-grid-features-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-heading-features {
    font-size: 22px;
  }

  .container-2 {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .rt-number-img-bg-inner {
    width: 150px;
    height: 150px;
    font-size: 30px;
    line-height: 40px;
  }

  .rt-arrow-img-left {
    display: none;
  }

  .rt-number-block-2 {
    grid-column-gap: 20px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .rt-arrow-down-img {
    display: none;
  }

  .rt-number-text-block-outer {
    align-self: center;
    align-items: flex-start;
  }

  .rt-arrow-circle-block {
    grid-column-gap: 10px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .brix---section-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 20px;
  }

  .sushi, .pasta, .sandwiches, .tacos, .curry {
    text-decoration-style: solid;
  }

  .space-large {
    min-height: 4rem;
  }

  .metrices-copy {
    box-shadow: none;
  }

  .metrices-copy.padding-4-5rem, .metrices-copy.padding-9rem, .metrices-copy.padding-13-5rem {
    padding-left: 10%;
    padding-right: 10%;
  }

  .metrices-copy.rounded-corners-bottom {
    border-bottom-right-radius: 6rem;
    border-bottom-left-radius: 6rem;
  }

  .rt-home-one-marquee-section {
    padding-bottom: 60px;
  }

  .rt-marquee-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .rt-marquee-big-text {
    font-size: 4.6rem;
    line-height: 5.225rem;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .brix---section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size-3 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---card-left-text-wrapper {
    margin-top: 24px;
    margin-left: 0;
  }

  .brix---card---icon-left---content-right, .brix---card---icon-left---content-right-copy, .brix---card---icon-left---content-right-front, .brix---card---icon-left---content-right-back {
    flex-direction: column;
    padding-left: 32px;
    padding-right: 32px;
  }

  .brix---card-left-text-wrapper-copy {
    margin-top: 24px;
    margin-left: 0;
  }

  .brix---heading-h3-size-copy {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---card-left-text-wrapper-copy-copy {
    margin-top: 24px;
    margin-left: 0;
  }

  .brix---heading-h3-size-copy-copy {
    font-size: 22px;
    line-height: 32px;
  }

  .grid-3 {
    place-content: center stretch;
  }

  .red-clam-sushi-flip-card-wrapper {
    height: 150px;
  }

  .brix---card---icon-left---egg-sushi-front, .brix---card---icon-left---egg-sushi-back {
    flex-direction: column;
    padding-left: 32px;
    padding-right: 32px;
  }

  .brix---heading-h2-size-3-copy, .brix---heading-h2-size-3-copy-copy {
    font-size: 30px;
    line-height: 46px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.5rem;
    line-height: 4rem;
  }

  h2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  h3 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  h4 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .utilities-wrapper-title, .rich-text, .utilities-wrapper-paragraph {
    width: 100%;
  }

  .utilities-wrapper-rich-text-and-buttons {
    max-width: 100%;
  }

  .utilities-flex-headings-and-paragraph {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

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

  .show-on-tab {
    display: block;
  }

  .max-width-38rem {
    max-width: 28rem;
  }

  .footer-logo-link-wrapper {
    padding-left: 0;
  }

  .footer-right-flex {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-top {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: center;
  }

  .footer-block {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .navbar {
    height: 6rem;
  }

  .logo-link-wrapper {
    padding-left: 0;
  }

  .icon {
    min-width: 2rem;
    max-width: 2rem;
    min-height: 2rem;
    max-height: 2rem;
  }

  .large-card {
    padding: 0 2rem;
  }

  .large-icon {
    min-width: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
  }

  .features-image-wrapper {
    min-width: 19.5rem;
    max-width: 19.5rem;
    min-height: 25.96rem;
    max-height: 25.96rem;
  }

  .posts-card {
    text-align: center;
    align-items: center;
    min-width: 27rem;
    max-width: 27rem;
  }

  .posts-text-block {
    text-align: center;
    align-items: center;
  }

  .latest-posts-details-flex {
    flex-direction: row;
    justify-content: center;
    padding-bottom: 1rem;
  }

  .posts-title-flex {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .posts-category-date-flex {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
  }

  .latest-image-wrapper {
    min-width: 27rem;
    max-width: 27rem;
  }

  .sign-up-text-field {
    text-align: left;
  }

  .sign-up-form {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 360px;
  }

  .cta-container {
    max-height: 23.5rem;
  }

  .cta-card {
    background-position: 37% 0;
    min-height: 47rem;
    max-height: 47rem;
  }

  .cta-wrapper {
    top: -23.5rem;
  }

  .max-width-30rem {
    max-width: 21rem;
  }

  .hero-title {
    font-size: 4rem;
    line-height: 4rem;
  }

  .metrics-card {
    min-width: 20rem;
    max-width: 20rem;
  }

  .avatar-large-wrapper {
    min-width: 4rem;
    max-width: 4rem;
    min-height: 4rem;
    max-height: 4rem;
  }

  .blog-image-wrapper {
    min-width: 26.25rem;
    max-width: 26.25rem;
    min-height: 17.59rem;
    max-height: 17.59rem;
  }

  .form-wrapper {
    max-width: 24.38rem;
  }

  .dropdown-answer {
    width: 90%;
  }

  .hero-block {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .wave {
    min-height: 3.5rem;
  }

  .about-tab-wrapper {
    width: 100%;
  }

  .about-tabs {
    grid-template-columns: 1fr;
  }

  .flex-grid {
    place-items: start stretch;
  }

  .feature-image-wrapper {
    min-width: 27.6rem;
    max-width: 27.6rem;
    min-height: 27.6rem;
    max-height: 27.6rem;
    margin-left: 0;
    margin-right: 0;
  }

  .reviews-listing-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 5.625rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .reviews-slider {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .reviews-card {
    min-width: 19.5rem;
    max-width: 19.5rem;
  }

  .slide-nav-reviews {
    padding-top: 4%;
    bottom: -8%;
  }

  .gallery-image-wrapper {
    min-width: 15rem;
  }

  .services-right {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    align-items: center;
  }

  .services-block {
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    padding: 1.5rem;
  }

  .services-flex {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .services-left {
    z-index: 1;
    max-width: 100%;
    padding-right: 0;
    position: static;
  }

  .teams-image {
    object-fit: cover;
  }

  .teams-slider {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .teams-wrapper {
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .max-width-58rem {
    max-width: 25rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.button-row-center.is-reverse-mobile-landscape, .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .social-link:hover {
    color: var(--untitled-ui--gray400);
  }

  .uui-team02_image-wrapper {
    height: 100%;
  }

  .uui-team02_list {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .uui-team02_component {
    margin-top: 3rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-button-row-2.button-row-center.is-reverse-mobile-landscape, .uui-button-row-2.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-faq04_layout {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .uui-faq04_list.first-col {
    border-bottom: 1px solid var(--untitled-ui--gray200);
  }

  .uui-faq04_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-faq04_component {
    margin-top: 3rem;
  }

  .uui-faq04_cta {
    margin-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .avatar-stack_component {
    margin-bottom: 1.5rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .space-medium {
    min-height: .75rem;
  }

  .uui-space-medium-2 {
    min-height: 1.5rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-button-row-3 {
    align-self: stretch;
  }

  .uui-layout33_component {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-space-xsmall-3 {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .uui-layout72_item {
    padding: 1.5rem;
  }

  .uui-layout72_component {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .uui-space-xxlarge {
    min-height: 3rem;
  }

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

  .uui-text-size-large-3 {
    font-size: 1rem;
  }

  .uui-heading-xxsmall-3 {
    font-size: 1.125rem;
  }

  .uui-heading-medium-3 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button-row-4 {
    align-self: stretch;
  }

  .uui-contact14_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-contact14_map {
    height: 20rem;
  }

  .uui-button-link-2 {
    font-size: 1rem;
  }

  .uui-button-link-2:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-contact14_tabs-link {
    padding-left: 1.5rem;
  }

  .uui-space-small-3 {
    min-height: 1.25rem;
  }

  .uui-space-xsmall-4 {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-gallery-two-column-s {
    grid-template-columns: 1fr;
  }

  .uui-page-padding-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-text-size-large-4 {
    font-size: 1rem;
  }

  .uui-heading-xxsmall-4 {
    font-size: 1.125rem;
  }

  .uui-heading-medium-4 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button-row-5 {
    align-self: stretch;
  }

  .uui-contact14_component-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-contact14_map-2 {
    height: 20rem;
  }

  .uui-button-link-3 {
    font-size: 1rem;
  }

  .uui-button-link-3:hover {
    color: var(--untitled-ui--primary700);
  }

  .uui-contact14_tabs-link-2 {
    padding-left: 1.5rem;
  }

  .uui-space-small-4 {
    min-height: 1.25rem;
  }

  .uui-space-xsmall-5 {
    min-height: .75rem;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .max-width-full-mobile-landscape-2 {
    width: 100%;
    max-width: none;
  }

  .uui-button-3 {
    font-size: 1rem;
  }

  .uui-button-3:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-heading-xsmall-2 {
    font-size: 1.25rem;
  }

  .uui-button-wrapper-2.max-width-full-mobile-landscape-2 {
    width: 100%;
  }

  .uui-blogsection06_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-blogsection06_component {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-blogsection06_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blogsection06_image-link:hover {
    box-shadow: none;
  }

  .uui-blogsection06_category-link {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-blogsection06_meta-wrapper {
    font-size: .75rem;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---heading-h4-size {
    font-size: 20px;
    line-height: 26px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---categories-badges-item-wrapper, .brix---categories-badges-wrapper {
    flex-wrap: wrap;
  }

  .brix---section-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---badge-secondary-small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---grid-3-columns-gap-row-48px {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .brix---badge-primary-small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---avatar-circle-03 {
    width: 56px;
    max-width: 56px;
    height: 56px;
    max-height: 56px;
  }

  .brix---grid-title-and-categories {
    grid-template-columns: 1fr;
  }

  .brix---badge-secondary-category-badges {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---card-blog-featured-v4 {
    margin-bottom: -58px;
    margin-left: 18px;
    margin-right: 18px;
  }

  .brix---btn-circle-primary-small {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---heading-h2-size-copy {
    font-size: 14px;
    line-height: 14px;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---social-media-grid-right---t-center {
    justify-content: center;
    justify-items: center;
  }

  .game-section-center {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .lynx-heading {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-grid-features-copy {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .lynx-heading-features {
    font-size: 20px;
  }

  .features-list {
    padding: 60px 15px;
  }

  .rt-number-img-bg-inner {
    width: 100px;
    height: 100px;
    font-size: 25px;
    line-height: 35px;
  }

  .rt-number-block-2 {
    text-align: left;
    margin-top: 20px;
  }

  .rt-number-text-block-outer {
    align-self: center;
    align-items: flex-start;
  }

  .rt-arrow-circle-block {
    flex-direction: column;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---gallery-v2-wrapper {
    grid-template-columns: 1fr;
  }

  .brix---gallery-v2-col-right {
    margin-top: 0;
  }

  .sushi, .uui-heading-medium-2-copy-copy, .pasta, .sandwiches, .tacos, .curry {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .space-medium-l, .space-large {
    min-height: .75rem;
  }

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

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size-3 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---square-icon-copy, .brix---square-icon-copy-copy {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---heading-h2-size-3-copy, .brix---heading-h2-size-3-copy-copy {
    font-size: 28px;
    line-height: 40px;
  }

  .sushi-columns, .curry-columns, .sandwich-columns, .pasta-columns {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  h3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  h4 {
    overflow-wrap: anywhere;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .space-page-top {
    min-height: 6rem;
  }

  .metrices.rounded-corners-bottom {
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }

  .utilities-grid-thirds {
    grid-template-columns: 1fr 1fr;
  }

  .max-width-38rem {
    max-width: 100%;
  }

  .footer-flex {
    grid-row-gap: 0rem;
    flex-direction: column;
  }

  .footer-logo {
    z-index: 999;
    max-width: none;
    min-height: 2.25rem;
    max-height: 2.25rem;
    position: relative;
  }

  .socials-wrapper {
    top: 64%;
  }

  .navbar {
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-link {
    min-height: 4rem;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .nav-menu {
    z-index: 998;
    background-color: var(--ivory);
    justify-content: flex-start;
    align-items: stretch;
  }

  .logo {
    z-index: 999;
    max-width: none;
    position: relative;
  }

  .nav-link-wrapper {
    font-family: Caviardreams, Times New Roman, sans-serif;
  }

  .nav-container {
    padding-right: 0;
  }

  .menu-button {
    padding-left: .5rem;
    padding-right: 0;
  }

  .burger-icon {
    z-index: 999;
    position: relative;
  }

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

  .icon {
    min-width: 2rem;
    max-width: 2rem;
    min-height: 2rem;
    max-height: 2rem;
  }

  .card-text-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .large-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .large-icon {
    min-width: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
  }

  .features-image-wrapper {
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    min-height: 19.97rem;
    max-height: 19.97rem;
  }

  .features-image {
    aspect-ratio: auto;
    word-break: normal;
    overflow-wrap: normal;
    object-fit: contain;
    object-position: 50% 50%;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .metrics-wrapper {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .posts-card {
    min-width: 100%;
    max-width: 100%;
  }

  .horizontal-line {
    display: none;
  }

  .latest-posts-details-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
  }

  .latest-image-wrapper {
    min-width: 100%;
    max-width: 100%;
    min-height: 20rem;
    max-height: 20rem;
  }

  .sign-up-form-container {
    grid-row-gap: 16px;
    text-align: center;
    border-radius: 20px;
    flex-direction: column;
    align-items: center;
    padding-left: 16px;
  }

  .sign-up-text-field {
    text-align: center;
    font-size: 4vw;
  }

  .sign-up-form {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .cta-container {
    max-height: 19rem;
  }

  .cta-card {
    text-align: center;
    background-position: 80% 0;
    min-width: 100%;
    max-width: 100%;
    min-height: 38rem;
    max-height: 38rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cta-wrapper {
    grid-template-columns: 1fr;
    top: -19rem;
  }

  .max-width-30rem {
    color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
    max-width: 12rem;
  }

  .title-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .hero-title {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .max-width-20rem {
    max-width: 16rem;
  }

  .metrics-card {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    min-height: 15rem;
    max-height: 15rem;
  }

  .avatar-large-wrapper {
    min-width: 4rem;
    max-width: 4rem;
    min-height: 4rem;
    max-height: 4rem;
  }

  .blog-image-wrapper {
    min-width: 100%;
    max-width: 100%;
    min-height: 11.25rem;
    max-height: 11.25rem;
  }

  .blog-post {
    width: 100%;
  }

  .form-wrapper {
    max-width: 16.25rem;
  }

  .faq-question {
    text-align: left;
    overflow-wrap: normal;
  }

  .dropdown-toggle {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .dropdown-answer {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .faq-wrapper {
    max-width: 90%;
  }

  .hero-image {
    min-width: 100%;
    max-width: 100%;
  }

  .hero-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pop-up-card.top-right {
    top: 2rem;
    right: auto;
  }

  .pop-up-card.top-right.background-blur {
    inset: 0% 0% auto auto;
  }

  .pop-up-card.top-left {
    top: 2rem;
    left: auto;
  }

  .pop-up-card.top-left.background-blur {
    inset: 0% auto auto 0%;
  }

  .wave {
    min-height: 4rem;
  }

  .about-description {
    max-width: 100%;
  }

  .about-tabs {
    grid-template-columns: 1fr;
  }

  .feature-image-wrapper {
    min-width: 15rem;
    max-width: 15rem;
    min-height: 15rem;
    max-height: 15rem;
    margin-left: auto;
    margin-right: auto;
  }

  .about-tab-block {
    text-align: left;
  }

  .about-text-wrapper {
    align-items: center;
  }

  .reviews-right-arrow, .reviews-left-arrow {
    display: none;
  }

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

  .reviews-card {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    min-width: 100%;
    max-width: 100%;
  }

  .slide-nav-reviews {
    padding-top: 8%;
    bottom: -6%;
  }

  .reviews-mask {
    width: 75vw;
  }

  .reviews-image-circle {
    top: -3rem;
    left: auto;
  }

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

  .gallery-flex {
    flex-flow: column;
  }

  .gallery-image-wrapper {
    min-width: 15rem;
  }

  .gallery-image-wrapper.aspect-ratio-wide {
    aspect-ratio: 1;
  }

  .services-right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .services-block {
    text-align: center;
    grid-template-columns: 3rem 1fr;
    align-items: center;
  }

  .services-left {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .teams-image {
    object-fit: cover;
    min-height: 100%;
    max-height: 100%;
  }

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

  .teams-slider {
    flex-direction: column;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .teams-title-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .teams-slider-wrapper {
    justify-content: center;
    align-items: flex-start;
    min-height: 36rem;
    max-height: 36rem;
  }

  .teams-mask, .max-width-58rem {
    max-width: 100%;
  }

  .uui-team02_image-wrapper {
    padding-top: 66%;
  }

  .uui-team02_list {
    grid-template-columns: 1fr;
  }

  .uui-team02_component {
    margin-top: -.6rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 0;
  }

  .uui-faq04_layout {
    grid-template-columns: 1fr;
  }

  .space-medium {
    min-height: 2rem;
  }

  .uui-page-padding-3 {
    padding-right: 1rem;
  }

  .div-block {
    margin: auto;
    padding-bottom: 6px;
    padding-right: 12px;
    font-size: .8em;
  }

  .uui-contact14_component {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .f-gallery-image {
    height: 250px;
  }

  .uui-contact14_component-2 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---text-200 {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h4-size {
    font-size: 18px;
    line-height: 24px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---avatar-image {
    width: 100%;
  }

  .brix---blog-card-content-inside {
    padding: 24px 24px 31px;
  }

  .brix---section-small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---badge-secondary-small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---grid-3-columns-gap-row-48px {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .brix---badge-primary-small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---avatar-circle-03 {
    width: 48px;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    min-height: 48px;
    max-height: 48px;
  }

  .brix---grid-title-and-categories {
    margin-bottom: 40px;
  }

  .brix---badge-secondary-category-badges {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 13px 21px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---blog-card-wrapper-shadow {
    background-color: var(--ivory);
    box-shadow: 0 2px 10px 3px #14142b0d;
  }

  .brix---card-blog-featured-v4 {
    background-color: var(--ivory);
    box-shadow: 0 2px 8px 6px var(--elements-webflow-library--general--shadow-01);
    margin-bottom: 21px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---btn-circle-primary-small {
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
  }

  .brix---heading-h2-size-copy {
    font-family: Inconsolata, monospace;
    font-size: 12px;
    line-height: 24px;
  }

  .brix---container-default-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---icon-square-36px {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .brix---social-media-grid-right---t-center {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .lynx-content {
    padding-left: 0;
    align-self: center;
  }

  .lynx-heading {
    font-size: 29px;
  }

  .lynx-heading-features {
    font-size: 19px;
  }

  .features-list {
    margin-top: 1px;
    margin-left: 20px;
    padding-top: 16px;
    padding-bottom: 15px;
  }

  .container-2 {
    max-width: none;
  }

  .features-right {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
  }

  .features-image-2 {
    margin-bottom: 10px;
  }

  .features-block-two-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
  }

  /*.rule-image {
    width: 100%;
    height: 100%;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
    border-radius: 8px;
    object-fit: cover;
    align-self: center;
    display: flex;
    flex-direction: row;
  } */

  .paragraph, .paragraph-2, .paragraph-3, .paragraph-4 {
    font-size: 3.5vw;
    font-weight: 900;
    text-align: center;
  }

  .rt-number-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .rt-number-block-2.rt-number-block-revers {
    flex-direction: column-reverse;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---paragraph-default-3 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---gallery-v2-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .brix---image-wrapper-br-24px {
    border-radius: 16px;
  }

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

  .grid-2 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    place-content: space-between center;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 12px;
    overflow: visible;
  }

  .sushi, .pasta {
    text-decoration-style: solid;
  }

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

  .sandwiches {
    text-decoration-style: solid;
  }

  .grid_sandwiches-copy {
    grid-template-columns: 1fr;
  }

  .tacos {
    text-decoration-style: solid;
  }

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

  .curry {
    text-decoration-style: solid;
  }

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

  .space-large {
    min-height: 2rem;
  }

  .metrices-copy.rounded-corners-bottom {
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }

  .rt-home-one-marquee-section {
    padding-bottom: 55px;
  }

  .rt-marquee-wrapper {
    line-height: 18px;
  }

  .rt-marquee-big-text {
    font-size: 2rem;
    line-height: 2rem;
  }

  .rt-marquee-text-2 {
    line-height: 1.5rem;
  }

  .grid-2-move-up {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    place-content: space-between center;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 12px;
    overflow: visible;
  }

  .taco-columns {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-auto-columns: 1fr;
  }

  .brix---mg-bottom-8px-2 {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---container-default-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h2-size-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---card---icon-left---content-right, .brix---card---icon-left---content-right-copy {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---card---icon-left---content-right-front {
    justify-content: flex-start;
    align-items: center;
    padding: 40px 24px 48px;
  }

  .egg-sushi-flip-card-wrapper {
    height: 150px;
  }

  .brix---card---icon-left---content-right-back {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---square-icon-copy {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---mg-bottom-8px-2-copy {
    margin-bottom: 6px;
  }

  .brix---heading-h3-size-copy {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---paragraph-default-4-copy {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---square-icon-copy-copy {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---mg-bottom-8px-2-copy-copy {
    margin-bottom: 6px;
  }

  .brix---heading-h3-size-copy-copy {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---paragraph-default-4-copy-copy {
    font-size: 17px;
    line-height: 28px;
  }

  .image-2 {
    width: 80%;
    height: 100%;
  }

  .grid-4 {
    grid-row-gap: 0px;
    grid-auto-flow: column;
    align-content: center;
  }

  .image-3 {
    width: 100px;
    max-width: none;
    height: auto;
    max-height: none;
    position: static;
    top: auto;
    overflow: clip;
  }

  .image-4 {
    width: 80%;
    height: 100%;
    overflow: visible;
  }

  .main-ingredient-for-recepie, .secondary-ingredient-for-recepie {
    font-size: 3vw;
  }

  .result-dish {
    font-size: 4vw;
  }

  .red-clam-sushi-flip-card-wrapper {
    height: 120px;
  }

  .brix---card---icon-left---egg-sushi-front {
    padding: 40px 24px 48px;
  }

  .brix---card---icon-left---egg-sushi-back {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .egg-sushi-grid-back {
    grid-row-gap: 10px;
  }

  .brix---heading-h2-size-3-copy {
    color: var(--lynx--black);
    font-size: 24px;
    line-height: 34px;
  }

  .brix---heading-h2-size-3-copy-copy {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 34px;
  }

  .sushi-columns {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch;
    place-items: center stretch;
    margin-left: 0;
    margin-right: 0;
    display: grid;
    overflow: visible;
  }

  .curry-columns, .sandwich-columns, .pasta-columns {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-auto-columns: 1fr;
  }
}

#w-node-_0f8342c8-5ffe-8cad-8f51-1379a77b358d-ca8b1441 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0f8342c8-5ffe-8cad-8f51-1379a77b358e-ca8b1441 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_31724982-15ba-5b9d-0a5f-5b17be587240-ca8b1448, #w-node-_31724982-15ba-5b9d-0a5f-5b17be587247-ca8b1448, #w-node-_31724982-15ba-5b9d-0a5f-5b17be58724e-ca8b1448 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76b64783-6592-169d-e5d3-17ae6b7ef1e6-ca8b1448, #w-node-_76b64783-6592-169d-e5d3-17ae6b7ef1e7-ca8b1448, #w-node-_76b64783-6592-169d-e5d3-17ae6b7ef1e8-ca8b1448 {
  place-self: center;
}

#w-node-_76b64783-6592-169d-e5d3-17ae6b7ef1e9-ca8b1448 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76b64783-6592-169d-e5d3-17ae6b7ef1eb-ca8b1448 {
  grid-area: 2 / 3 / 3 / 3;
}

#w-node-_76b64783-6592-169d-e5d3-17ae6b7ef1ef-ca8b1448, #w-node-b9e43696-f51b-272a-828a-13d398bba3bd-ca8b1448, #w-node-b9e43696-f51b-272a-828a-13d398bba3be-ca8b1448, #w-node-b9e43696-f51b-272a-828a-13d398bba3bf-ca8b1448 {
  place-self: center;
}

#w-node-b9e43696-f51b-272a-828a-13d398bba3c0-ca8b1448 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9e43696-f51b-272a-828a-13d398bba3c2-ca8b1448 {
  grid-area: 2 / 3 / 3 / 3;
}

#w-node-b9e43696-f51b-272a-828a-13d398bba3c6-ca8b1448, #w-node-d31cccbc-2850-edc6-fcf9-7437d8934c0a-ca8b1448, #w-node-d31cccbc-2850-edc6-fcf9-7437d8934c0b-ca8b1448, #w-node-d31cccbc-2850-edc6-fcf9-7437d8934c0c-ca8b1448 {
  place-self: center;
}

#w-node-d31cccbc-2850-edc6-fcf9-7437d8934c0d-ca8b1448 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d31cccbc-2850-edc6-fcf9-7437d8934c0f-ca8b1448 {
  grid-area: 2 / 3 / 3 / 3;
}

#w-node-d31cccbc-2850-edc6-fcf9-7437d8934c13-ca8b1448, #w-node-_238f2ba4-aa7c-ddee-f3e2-f6c1d6fca270-ca8b1448, #w-node-_238f2ba4-aa7c-ddee-f3e2-f6c1d6fca271-ca8b1448, #w-node-_238f2ba4-aa7c-ddee-f3e2-f6c1d6fca272-ca8b1448 {
  place-self: center;
}

#w-node-_238f2ba4-aa7c-ddee-f3e2-f6c1d6fca273-ca8b1448 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_238f2ba4-aa7c-ddee-f3e2-f6c1d6fca275-ca8b1448 {
  grid-area: 2 / 3 / 3 / 3;
}

#w-node-_238f2ba4-aa7c-ddee-f3e2-f6c1d6fca279-ca8b1448 {
  place-self: center;
}

#w-node-ade7a110-e91c-d21d-3778-c4ad7d8bd309-ca8b1448 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_853b76ce-7aa8-3e4e-325a-305a08296460-ca8b1448, #w-node-_853b76ce-7aa8-3e4e-325a-305a08296461-ca8b1448, #w-node-_853b76ce-7aa8-3e4e-325a-305a08296462-ca8b1448 {
  place-self: center;
}

#w-node-_853b76ce-7aa8-3e4e-325a-305a08296463-ca8b1448 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_853b76ce-7aa8-3e4e-325a-305a08296465-ca8b1448 {
  grid-area: 2 / 3 / 3 / 3;
}

#w-node-_853b76ce-7aa8-3e4e-325a-305a08296469-ca8b1448, #w-node-_853b76ce-7aa8-3e4e-325a-305a08296470-ca8b1448, #w-node-_853b76ce-7aa8-3e4e-325a-305a08296471-ca8b1448, #w-node-_853b76ce-7aa8-3e4e-325a-305a08296472-ca8b1448 {
  place-self: center;
}

#w-node-_853b76ce-7aa8-3e4e-325a-305a08296473-ca8b1448 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_853b76ce-7aa8-3e4e-325a-305a08296475-ca8b1448 {
  grid-area: 2 / 3 / 3 / 3;
}

#w-node-_853b76ce-7aa8-3e4e-325a-305a08296479-ca8b1448, #w-node-_853b76ce-7aa8-3e4e-325a-305a08296480-ca8b1448, #w-node-_853b76ce-7aa8-3e4e-325a-305a08296481-ca8b1448, #w-node-_853b76ce-7aa8-3e4e-325a-305a08296482-ca8b1448 {
  place-self: center;
}

#w-node-_853b76ce-7aa8-3e4e-325a-305a08296483-ca8b1448 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_853b76ce-7aa8-3e4e-325a-305a08296485-ca8b1448 {
  grid-area: 2 / 3 / 3 / 3;
}

#w-node-_853b76ce-7aa8-3e4e-325a-305a08296489-ca8b1448, #w-node-_853b76ce-7aa8-3e4e-325a-305a0829648f-ca8b1448, #w-node-_853b76ce-7aa8-3e4e-325a-305a08296490-ca8b1448, #w-node-_853b76ce-7aa8-3e4e-325a-305a08296491-ca8b1448 {
  place-self: center;
}

#w-node-_853b76ce-7aa8-3e4e-325a-305a08296492-ca8b1448 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_853b76ce-7aa8-3e4e-325a-305a08296494-ca8b1448 {
  grid-area: 2 / 3 / 3 / 3;
}

#w-node-_853b76ce-7aa8-3e4e-325a-305a08296498-ca8b1448, #w-node-_37250774-67eb-0c5a-f89c-5378519c4435-ca8b1448, #w-node-_37250774-67eb-0c5a-f89c-5378519c4436-ca8b1448, #w-node-_37250774-67eb-0c5a-f89c-5378519c4437-ca8b1448 {
  place-self: center;
}

#w-node-_37250774-67eb-0c5a-f89c-5378519c4438-ca8b1448 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37250774-67eb-0c5a-f89c-5378519c443a-ca8b1448 {
  grid-area: 2 / 3 / 3 / 3;
}

#w-node-_37250774-67eb-0c5a-f89c-5378519c443e-ca8b1448, #w-node-_37250774-67eb-0c5a-f89c-5378519c4444-ca8b1448, #w-node-_37250774-67eb-0c5a-f89c-5378519c4445-ca8b1448, #w-node-_37250774-67eb-0c5a-f89c-5378519c4446-ca8b1448 {
  place-self: center;
}

#w-node-_37250774-67eb-0c5a-f89c-5378519c4447-ca8b1448 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37250774-67eb-0c5a-f89c-5378519c4449-ca8b1448 {
  grid-area: 2 / 3 / 3 / 3;
}

#w-node-_37250774-67eb-0c5a-f89c-5378519c444d-ca8b1448, #w-node-_37250774-67eb-0c5a-f89c-5378519c4453-ca8b1448, #w-node-_37250774-67eb-0c5a-f89c-5378519c4454-ca8b1448, #w-node-_37250774-67eb-0c5a-f89c-5378519c4455-ca8b1448 {
  place-self: center;
}

#w-node-_37250774-67eb-0c5a-f89c-5378519c4456-ca8b1448 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37250774-67eb-0c5a-f89c-5378519c4458-ca8b1448 {
  grid-area: 2 / 3 / 3 / 3;
}

#w-node-_37250774-67eb-0c5a-f89c-5378519c445c-ca8b1448, #w-node-_37250774-67eb-0c5a-f89c-5378519c4462-ca8b1448, #w-node-_37250774-67eb-0c5a-f89c-5378519c4463-ca8b1448, #w-node-_37250774-67eb-0c5a-f89c-5378519c4464-ca8b1448 {
  place-self: center;
}

#w-node-_37250774-67eb-0c5a-f89c-5378519c4465-ca8b1448 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37250774-67eb-0c5a-f89c-5378519c4467-ca8b1448 {
  grid-area: 2 / 3 / 3 / 3;
}

#w-node-_37250774-67eb-0c5a-f89c-5378519c446b-ca8b1448, #w-node-_7ec86b69-e116-1104-4b04-99cd40492049-ca8b1448, #w-node-_7ec86b69-e116-1104-4b04-99cd4049204a-ca8b1448, #w-node-_7ec86b69-e116-1104-4b04-99cd4049204b-ca8b1448 {
  place-self: center;
}

#w-node-_7ec86b69-e116-1104-4b04-99cd4049204c-ca8b1448 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ec86b69-e116-1104-4b04-99cd4049204e-ca8b1448 {
  grid-area: 2 / 3 / 3 / 3;
}

#w-node-_7ec86b69-e116-1104-4b04-99cd40492052-ca8b1448, #w-node-_7ec86b69-e116-1104-4b04-99cd40492058-ca8b1448, #w-node-_7ec86b69-e116-1104-4b04-99cd40492059-ca8b1448, #w-node-_7ec86b69-e116-1104-4b04-99cd4049205a-ca8b1448 {
  place-self: center;
}

#w-node-_7ec86b69-e116-1104-4b04-99cd4049205b-ca8b1448 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ec86b69-e116-1104-4b04-99cd4049205d-ca8b1448 {
  grid-area: 2 / 3 / 3 / 3;
}

#w-node-_7ec86b69-e116-1104-4b04-99cd40492061-ca8b1448, #w-node-_7ec86b69-e116-1104-4b04-99cd40492068-ca8b1448, #w-node-_7ec86b69-e116-1104-4b04-99cd40492069-ca8b1448, #w-node-_7ec86b69-e116-1104-4b04-99cd4049206a-ca8b1448 {
  place-self: center;
}

#w-node-_7ec86b69-e116-1104-4b04-99cd4049206b-ca8b1448 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ec86b69-e116-1104-4b04-99cd4049206d-ca8b1448 {
  grid-area: 2 / 3 / 3 / 3;
}

#w-node-_7ec86b69-e116-1104-4b04-99cd40492071-ca8b1448, #w-node-_7ec86b69-e116-1104-4b04-99cd40492077-ca8b1448, #w-node-_7ec86b69-e116-1104-4b04-99cd40492078-ca8b1448, #w-node-_7ec86b69-e116-1104-4b04-99cd40492079-ca8b1448 {
  place-self: center;
}

#w-node-_7ec86b69-e116-1104-4b04-99cd4049207a-ca8b1448 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ec86b69-e116-1104-4b04-99cd4049207c-ca8b1448 {
  grid-area: 2 / 3 / 3 / 3;
}

#w-node-_7ec86b69-e116-1104-4b04-99cd40492080-ca8b1448, #w-node-c4d3e62d-6e42-4fb2-f45b-b791f46f21f0-ca8b1448, #w-node-c4d3e62d-6e42-4fb2-f45b-b791f46f21f1-ca8b1448, #w-node-c4d3e62d-6e42-4fb2-f45b-b791f46f21f2-ca8b1448 {
  place-self: center;
}

#w-node-c4d3e62d-6e42-4fb2-f45b-b791f46f21f3-ca8b1448 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4d3e62d-6e42-4fb2-f45b-b791f46f21f5-ca8b1448 {
  grid-area: 2 / 3 / 3 / 3;
}

#w-node-c4d3e62d-6e42-4fb2-f45b-b791f46f21f9-ca8b1448, #w-node-c4d3e62d-6e42-4fb2-f45b-b791f46f21ff-ca8b1448, #w-node-c4d3e62d-6e42-4fb2-f45b-b791f46f2200-ca8b1448, #w-node-c4d3e62d-6e42-4fb2-f45b-b791f46f2201-ca8b1448 {
  place-self: center;
}

#w-node-c4d3e62d-6e42-4fb2-f45b-b791f46f2202-ca8b1448 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4d3e62d-6e42-4fb2-f45b-b791f46f2204-ca8b1448 {
  grid-area: 2 / 3 / 3 / 3;
}

#w-node-c4d3e62d-6e42-4fb2-f45b-b791f46f2208-ca8b1448, #w-node-c4d3e62d-6e42-4fb2-f45b-b791f46f220e-ca8b1448, #w-node-c4d3e62d-6e42-4fb2-f45b-b791f46f220f-ca8b1448, #w-node-c4d3e62d-6e42-4fb2-f45b-b791f46f2210-ca8b1448 {
  place-self: center;
}

#w-node-c4d3e62d-6e42-4fb2-f45b-b791f46f2211-ca8b1448 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4d3e62d-6e42-4fb2-f45b-b791f46f2213-ca8b1448 {
  grid-area: 2 / 3 / 3 / 3;
}

#w-node-c4d3e62d-6e42-4fb2-f45b-b791f46f2217-ca8b1448, #w-node-c4d3e62d-6e42-4fb2-f45b-b791f46f221e-ca8b1448, #w-node-c4d3e62d-6e42-4fb2-f45b-b791f46f221f-ca8b1448, #w-node-c4d3e62d-6e42-4fb2-f45b-b791f46f2220-ca8b1448 {
  place-self: center;
}

#w-node-c4d3e62d-6e42-4fb2-f45b-b791f46f2221-ca8b1448 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4d3e62d-6e42-4fb2-f45b-b791f46f2223-ca8b1448 {
  grid-area: 2 / 3 / 3 / 3;
}

#w-node-c4d3e62d-6e42-4fb2-f45b-b791f46f2227-ca8b1448 {
  place-self: center;
}

#w-node-_65b7cf23-517b-34f7-7516-709ca377222a-ca8b1448 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_76b64783-6592-169d-e5d3-17ae6b7ef1eb-ca8b1448, #w-node-b9e43696-f51b-272a-828a-13d398bba3c2-ca8b1448, #w-node-d31cccbc-2850-edc6-fcf9-7437d8934c0f-ca8b1448, #w-node-_238f2ba4-aa7c-ddee-f3e2-f6c1d6fca275-ca8b1448, #w-node-_853b76ce-7aa8-3e4e-325a-305a08296465-ca8b1448, #w-node-_853b76ce-7aa8-3e4e-325a-305a08296475-ca8b1448, #w-node-_853b76ce-7aa8-3e4e-325a-305a08296485-ca8b1448, #w-node-_853b76ce-7aa8-3e4e-325a-305a08296494-ca8b1448, #w-node-_37250774-67eb-0c5a-f89c-5378519c443a-ca8b1448, #w-node-_37250774-67eb-0c5a-f89c-5378519c4449-ca8b1448, #w-node-_37250774-67eb-0c5a-f89c-5378519c4458-ca8b1448, #w-node-_37250774-67eb-0c5a-f89c-5378519c4467-ca8b1448, #w-node-_7ec86b69-e116-1104-4b04-99cd4049204e-ca8b1448, #w-node-_7ec86b69-e116-1104-4b04-99cd4049205d-ca8b1448, #w-node-_7ec86b69-e116-1104-4b04-99cd4049206d-ca8b1448, #w-node-_7ec86b69-e116-1104-4b04-99cd4049207c-ca8b1448, #w-node-c4d3e62d-6e42-4fb2-f45b-b791f46f21f5-ca8b1448, #w-node-c4d3e62d-6e42-4fb2-f45b-b791f46f2204-ca8b1448, #w-node-c4d3e62d-6e42-4fb2-f45b-b791f46f2213-ca8b1448, #w-node-c4d3e62d-6e42-4fb2-f45b-b791f46f2223-ca8b1448 {
    grid-area: 2 / 3 / 3 / 3;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_76b64783-6592-169d-e5d3-17ae6b7ef1f0-ca8b1448 {
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_76b64783-6592-169d-e5d3-17ae6b7ef1e3-ca8b1448 {
    place-self: auto;
  }

  #w-node-_76b64783-6592-169d-e5d3-17ae6b7ef1e7-ca8b1448 {
    align-self: end;
  }

  #w-node-_76b64783-6592-169d-e5d3-17ae6b7ef1ef-ca8b1448 {
    align-self: center;
  }

  #w-node-_76b64783-6592-169d-e5d3-17ae6b7ef1f0-ca8b1448 {
    place-self: auto;
  }

  #w-node-b9e43696-f51b-272a-828a-13d398bba3be-ca8b1448, #w-node-d31cccbc-2850-edc6-fcf9-7437d8934c0b-ca8b1448 {
    align-self: end;
  }

  #w-node-_238f2ba4-aa7c-ddee-f3e2-f6c1d6fca271-ca8b1448 {
    align-self: center;
  }

  #w-node-_853b76ce-7aa8-3e4e-325a-305a08296461-ca8b1448, #w-node-_853b76ce-7aa8-3e4e-325a-305a08296471-ca8b1448, #w-node-_853b76ce-7aa8-3e4e-325a-305a08296481-ca8b1448, #w-node-_853b76ce-7aa8-3e4e-325a-305a08296490-ca8b1448, #w-node-_37250774-67eb-0c5a-f89c-5378519c4436-ca8b1448, #w-node-_37250774-67eb-0c5a-f89c-5378519c4445-ca8b1448 {
    align-self: end;
  }

  #w-node-_37250774-67eb-0c5a-f89c-5378519c444d-ca8b1448 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_37250774-67eb-0c5a-f89c-5378519c444e-ca8b1448 {
    align-self: start;
  }

  #w-node-_37250774-67eb-0c5a-f89c-5378519c4454-ca8b1448, #w-node-_37250774-67eb-0c5a-f89c-5378519c4463-ca8b1448, #w-node-_7ec86b69-e116-1104-4b04-99cd4049204a-ca8b1448, #w-node-_7ec86b69-e116-1104-4b04-99cd40492059-ca8b1448 {
    align-self: end;
  }

  #w-node-_7ec86b69-e116-1104-4b04-99cd40492061-ca8b1448 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7ec86b69-e116-1104-4b04-99cd40492062-ca8b1448 {
    align-self: start;
  }

  #w-node-_7ec86b69-e116-1104-4b04-99cd40492069-ca8b1448, #w-node-_7ec86b69-e116-1104-4b04-99cd40492078-ca8b1448, #w-node-c4d3e62d-6e42-4fb2-f45b-b791f46f21f1-ca8b1448, #w-node-c4d3e62d-6e42-4fb2-f45b-b791f46f2200-ca8b1448 {
    align-self: end;
  }

  #w-node-c4d3e62d-6e42-4fb2-f45b-b791f46f2208-ca8b1448 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c4d3e62d-6e42-4fb2-f45b-b791f46f2209-ca8b1448 {
    align-self: start;
  }

  #w-node-c4d3e62d-6e42-4fb2-f45b-b791f46f220f-ca8b1448, #w-node-c4d3e62d-6e42-4fb2-f45b-b791f46f221f-ca8b1448 {
    align-self: end;
  }
}


@font-face {
  font-family: 'Caviardreams';
  src: url('../fonts/caviardreams.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Caviardreams';
  src: url('../fonts/caviardreams_bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* ===== RULES SECTION REMAKE - MINIMAL VERSION ===== */

/* Ensure parent elements don't interfere with centering */
@media screen and (max-width: 767px) {
  body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  /* Override any potential parent container issues */
  .section {
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    box-sizing: border-box;
  }

  .lynx-content {
    width: 100% !important;
    margin: 0 auto !important;
    max-width: none !important;
    box-sizing: border-box;
  }
}

/* Main container */
.features-list {
  background-color: transparent;
  border-radius: 20px;
  padding: 60px 30px;
  margin: 20px auto;
  max-width: 1200px;
  width: 100%;
  text-align: center;
  transition: transform 0.2s ease;
  box-sizing: border-box;
}

/* Container adjustments */
.container-2 {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.features-wrapper-two {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

/* Override any parent container issues on mobile */
@media screen and (max-width: 767px) {
  .container-2 {
    margin: 0 auto !important;
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    box-sizing: border-box;
  }

  .features-wrapper-two {
    width: 100% !important;
    margin: 0 auto !important;
    box-sizing: border-box;
  }
}

.features-right {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding: 0;
  font-size: inherit;
}

/* Individual rule items */
.features-block-two-copy {
  background: transparent;
  border-radius: 0;
  padding: 20px;
  margin-bottom: 0;
  transition: transform 0.3s ease;
  display: block;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.features-block-two-copy:hover {
  transform: translateY(-2px);
}

/* Rule text styling */
.paragraph,
.paragraph-2,
.paragraph-3,
.paragraph-4 {
  color: #41683c;
  text-align: center;
  font-family: 'Caviardreams', 'Times New Roman', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.4;
  background-color: transparent;
  order: 0;
}

/* Simple rule images (rules 1 & 2) */
.rule-image {
  width: 80%;
  height: 80%;
  margin: 20px auto;
  border-radius: 0;
  object-fit: cover;
  align-self: center;
  display: block;
}

/* Complex rules container (rules 3 & 4) */
.ingredients-selection-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-top: 25px;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  align-items: start;
  justify-content: center;
  justify-items: center;
}

/* Image containers for comparison */
.image-container {
  text-align: center;
  background: transparent;
  border-radius: 0;
  padding: 10px;
  width: 100%;
  max-width: 300px;
  margin-top: 0;
  align-items: center;
  transition: transform 0.3s ease;
}

.image-container:hover {
  transform: translateY(-2px);
}

.image-container:has(.correct-label) {
  border: none;
  background: transparent;
}

.image-container:has(.wrong-label) {
  border: none;
  background: transparent;
}

/* Labels */
.label {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  padding: 3px 8px;
  border-radius: 0;
  display: inline-block;
  min-height: auto;
}

.correct-label {
  color: #16a34a;
  background: transparent;
}

.wrong-label {
  color: #dc2626;
  background: transparent;
}

/* Comparison images */
.rule-image-p3 {
  max-width: 250px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 0;
  object-fit: cover;
  display: block;
  align-self: center;
}

/* ===== RESPONSIVE BREAKPOINTS ===== */

/* Large tablets and small desktops */
@media screen and (max-width: 1200px) {
  .features-list {
    padding: 50px 25px;
    margin: 0 auto;
    width: 100%;
  }

  .paragraph, .paragraph-2, .paragraph-3, .paragraph-4 {
    font-size: 1.7rem;
  }

  .rule-image-p3 {
    max-width: 220px;
  }

  /*.rule-image {
    max-width: 350px;
  }*/

  .ingredients-selection-grid {
    gap: 12px;
  }
}

/* Tablets */
@media screen and (max-width: 991px) {
  .features-list {
    padding: 40px 20px;
    margin: 0 auto;
    width: 100%;
  }

  .paragraph, .paragraph-2, .paragraph-3, .paragraph-4 {
    font-size: 1.5rem;
  }

  .ingredients-selection-grid {
    gap: 10px;
    max-width: 500px;
  }

  .rule-image-p3 {
    max-width: 200px;
  }

  /*.rule-image {
    max-width: 320px;
  }*/

  .features-block-two-copy {
    padding: 20px;
  }
}

/* Mobile landscape and small tablets */
@media screen and (max-width: 600px) {
  .features-list {
    padding: 30px 15px;
    margin: 0 auto !important;
    width: 100% !important;
    max-width: none !important;
    left: 0 !important;
    right: 0 !important;
    position: relative;
    box-sizing: border-box;
  }

  .paragraph, .paragraph-2, .paragraph-3, .paragraph-4 {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }

  .features-block-two-copy {
    padding: 15px;
  }

  .ingredients-selection-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    max-width: 320px;
  }

  .rule-image-p3 {
    max-width: 240px;
  }

  /*.rule-image {
    max-width: 280px;
  }*/

  .image-container {
    max-width: 280px;
  }
}

/* Mobile portrait */
@media screen and (max-width: 479px) {
  .features-list {
    padding: 20px 10px;
    margin: 0 auto !important;
    width: 100% !important;
    max-width: none !important;
    left: 0 !important;
    right: 0 !important;
    position: relative;
    box-sizing: border-box;
  }

  .paragraph, .paragraph-2, .paragraph-3, .paragraph-4 {
    font-size: 1.1rem;
    font-weight: 900;
  }

  .features-block-two-copy {
    padding: 10px;
  }

  .label {
    font-size: 16px;
  }

  .rule-image-p3 {
    max-width: 220px;
  }

  .rule-image {
    width: 100%;
    height: 100%;
  }

  .ingredients-selection-grid {
    max-width: 280px;
    gap: 10px;
  }

  .image-container {
    padding: 8px;
    max-width: 250px;
  }
}

/* Animation for better UX */
.features-block-two-copy {
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
}

.features-block-two-copy:nth-child(1) { animation-delay: 0.1s; }
.features-block-two-copy:nth-child(2) { animation-delay: 0.2s; }
.features-block-two-copy:nth-child(3) { animation-delay: 0.3s; }
.features-block-two-copy:nth-child(4) { animation-delay: 0.4s; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Remove conflicting old styles and ensure proper mobile centering */
.features-right {
  grid-column-gap: 0;
  grid-row-gap: 0;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Additional mobile centering for very small devices */
@media screen and (max-width: 360px) {
  .features-list {
    margin: 0 auto !important;
    width: 100% !important;
    max-width: none !important;
    padding: 10px 5px;
    left: 0 !important;
    right: 0 !important;
    position: relative;
    box-sizing: border-box;
  }

  .container-2 {
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 5px !important;
    max-width: none !important;
    box-sizing: border-box;
  }

  .features-wrapper-two {
    width: 100% !important;
    margin: 0 auto !important;
    box-sizing: border-box;
  }

  .ingredients-selection-grid {
    max-width: 250px;
    margin: 0 auto;
  }

  /*.rule-image {
    max-width: 240px;
  }*/

  .rule-image-p3 {
    max-width: 200px;
  }
}

/* Fix any remaining mobile issues */
@media screen and (max-width: 420px) {
  .features-list {
    margin: 0 auto !important;
    width: 100% !important;
    max-width: none !important;
    padding: 15px 5px;
    left: 0 !important;
    right: 0 !important;
    position: relative;
    box-sizing: border-box;
  }

  .container-2 {
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 5px !important;
    max-width: none !important;
    box-sizing: border-box;
  }

  .features-wrapper-two {
    width: 100% !important;
    margin: 0 auto !important;
    box-sizing: border-box;
  }

  .ingredients-selection-grid {
    display: grid; /* Ensure it stays as grid */
    grid-template-columns: 1fr;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
    justify-items: center;
    gap: 8px;
    height: auto;
    width: 100%;
    margin: 0 auto;
  }
}

/* Fix the lynx-content padding inconsistency */
@media screen and (max-width: 479px) {
  .lynx-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/* Additional padding fix for very small devices */
@media screen and (max-width: 420px) {
  .lynx-content {
    padding: 20px 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}