/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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


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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

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

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

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

.bottom-5 {
  bottom: 1.25rem;
}

.left-2 {
  left: 0.5rem;
}

.right-2 {
  right: 0.5rem;
}

.right-5 {
  right: 1.25rem;
}

.top-2 {
  top: 0.5rem;
}

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

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

.order-1 {
  order: 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

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

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-10 {
  height: 2.5rem;
}

.h-2\/3 {
  height: 66.666667%;
}

.h-3 {
  height: 0.75rem;
}

.h-auto {
  height: auto;
}

.h-screen {
  height: 100vh;
}

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

.w-20 {
  width: 5rem;
}

.w-3\/4 {
  width: 75%;
}

.w-4\/5 {
  width: 80%;
}

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

.gap-x-10 {
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

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

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

.rounded-md {
  border-radius: 0.375rem;
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-foodMarble-Blue {
  --tw-bg-opacity: 1;
  background-color: rgb(20 60 255 / var(--tw-bg-opacity));
}

.bg-foodMarble-DarkWhite {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 248 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.p-2 {
  padding: 0.5rem;
}

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

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

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-foodMarble-LargeText {
  font-size: 2rem;
  line-height: 2.2rem;
}

.text-foodMarble-SmallText {
  font-size: 0.875rem;
  line-height: 1.225rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

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

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

.text-foodMarble-Pink {
  --tw-text-opacity: 1;
  color: rgb(255 160 142 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.opacity-0 {
  opacity: 0;
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-black {
  --tw-shadow-color: #000;
  --tw-shadow: var(--tw-shadow-colored);
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@font-face {
  font-family: "New Spirit";

  src: url("../fonts/NewSpirit-Regular.woff2") format("woff2"),
    url("../fonts/NewSpirit-Regular.woff") format("woff"),
    url("../fonts/NewSpirit-Regular.ttf") format("truetype");

  font-weight: normal;

  font-style: normal;
}


.headingText {
  text-align: center;
  font-family: New Spirit;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.contentText {
  text-align: center;
  font-family: Montserrat;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.iconSmall {
  height: 2.5rem;
  width: 2.5rem;
}

.buttonWhite {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
  font-family: Montserrat;
  --tw-text-opacity: 1;
  color: rgb(20 60 255 / var(--tw-text-opacity));
}

.buttonWhite:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(20 60 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.buttonBlue {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(20 60 255 / var(--tw-bg-opacity));
  text-align: center;
  font-family: Montserrat;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.buttonBlue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(20 43 159 / var(--tw-bg-opacity));
}

.buttonPeacockGreen {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(34 94 102 / var(--tw-bg-opacity));
  text-align: center;
  font-family: Montserrat;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.navigationBarText {
  font-size: 1rem;
  line-height: 1.4rem;
}

@media (min-width: 1536px) {
  .navigationBarText {
    font-size: 1.125rem;
    line-height: 1.575rem;
  }
}

.navigationBarButtonPadding {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  .navigationBarButtonPadding {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

@media (min-width: 1536px) {
  .navigationBarButtonPadding {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  @media (min-width: 1280px) {
    .navigationBarButtonPadding {
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }
}

.standardHeadingTextSize {
  font-size: 2rem;
  line-height: 2.2rem;
}

@media (min-width: 1024px) {
  .standardHeadingTextSize {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}

@media (min-width: 1280px) {
  .standardHeadingTextSize {
    font-size: 3.5rem;
    line-height: 3.85rem;
  }
}

.standardWidth {
  margin-left: auto;
  margin-right: auto;
  width: 91.666667%;
}

@media (min-width: 768px) {
  .standardWidth {
    width: 83.333333%;
  }
}

@media (min-width: 1024px) {
  .standardWidth {
    width: 80%;
  }
}

@media (min-width: 1280px) {
  .standardWidth {
    width: 75%;
  }
}

@media (min-width: 1536px) {
  .standardWidth {
    width: 66.666667%;
  }
}

@media (min-width: 2560px) {
  .standardWidth {
    width: 40%;
  }
}

.standardSectionPaddingY {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.standardMarginY {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.extraMargingY {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.extraSectionPaddingY {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.standardMarginY {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.standardPaddingX {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.standardPaddingY {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.hiddenForSmallMediumDevice {
  display: none;
}

@media (min-width: 1024px) {
  .hiddenForSmallMediumDevice {
    display: flex;
  }
}

.hiddenForLargeDevice {
  display: flex;
}

@media (min-width: 1024px) {
  .hiddenForLargeDevice {
    display: none;
  }
}

.headerNavigationHeroWrapper {
  display: flex;
  flex-direction: column;
}

.headerWrapper {
  flex-direction: row;
  justify-content: flex-end;
  --tw-bg-opacity: 1;
  background-color: rgb(34 94 102 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: none;
}

@media (min-width: 1024px) {
  .headerWrapper {
    display: flex;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 1536px) {
  .headerWrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.healthcareLinkWrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

.headerText {
  font-size: 0.875rem;
  line-height: 1.225rem;
  text-align: center;
  font-family: Montserrat;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1536px) {
  .headerText {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}

.navigationWrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px) {
  .navigationWrapper {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 1536px) {
  .navigationWrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.foodMarbleSmallLogo {
  height: 3rem;
  width: 3rem;
}

.foodMarbleLargeLogo {
  height: 2.5rem;
  width: auto;
}

@media (min-width: 1536px) {
  .foodMarbleLargeLogo {
    height: 3.5rem;
  }
}

.navigationLinksWrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

@media (min-width: 1024px) {
  .navigationLinksWrapper {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .navigationLinksWrapper {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
}

.breadcrumbNavigationLinks {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  font-family: Montserrat;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 1rem;
  line-height: 1.4rem;
}

@media (min-width: 1536px) {
  .breadcrumbNavigationLinks {
    font-size: 1.125rem;
    line-height: 1.575rem;
  }
}

@media (min-width: 1024px) {
  .breadcrumbNavigationLinks {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}

@media (min-width: 1280px) {
  .breadcrumbNavigationLinks {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}

.hoverBottomBorder:hover {
  border-bottom-width: 2px;
}

.navigationBarShopButton {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
  font-family: Montserrat;
  --tw-text-opacity: 1;
  color: rgb(20 60 255 / var(--tw-text-opacity));
}

.navigationBarShopButton:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(20 60 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.navigationBarShopButton {
  font-size: 1rem;
  line-height: 1.4rem;
}

@media (min-width: 1536px) {
  .navigationBarShopButton {
    font-size: 1.125rem;
    line-height: 1.575rem;
  }
}

.navigationBarShopButton {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  .navigationBarShopButton {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

@media (min-width: 1536px) {
  .navigationBarShopButton {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  @media (min-width: 1280px) {
    .navigationBarShopButton {
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }
}

.iconHamburgerMenu {
  height: 2rem;
  width: 2rem;
}

.popOutHamburgerMenu {
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 50;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(24 31 46 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

@media (min-width: 1024px) {
  .popOutHamburgerMenu {
    display: none;
  }
}

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

.popOutHamburgerMenuList {
  font-size: 1rem;
  line-height: 1.4rem;
}

@media (min-width: 1536px) {
  .popOutHamburgerMenuList {
    font-size: 1.125rem;
    line-height: 1.575rem;
  }
}

@media (min-width: 768px) {
  .popOutHamburgerMenuList> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }
}

.menuItem {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 160 142 / var(--tw-border-opacity));
  padding-bottom: 0.5rem;
}

.popOutMenuShopButtonWrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.popOutMenuShopButton {
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(20 60 255 / var(--tw-bg-opacity));
  text-align: center;
  font-family: Montserrat;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.popOutMenuShopButton:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(20 43 159 / var(--tw-bg-opacity));
}

.popOutMenuHealthcareSection {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 160 142 / var(--tw-border-opacity));
  padding-top: 0.5rem;
}

.popOutMenuHealthcareText {
  font-weight: 700;
  text-align: center;
  font-family: Montserrat;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.popOutMenuHealthcareButton {
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(34 94 102 / var(--tw-bg-opacity));
  text-align: center;
  font-family: Montserrat;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.popOutMenuHealthcareNote {
  font-size: 0.875rem;
  line-height: 1.225rem;
  text-align: center;
  font-family: Montserrat;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.heroSectionImage {
  flex: 1 1 0%;
  background-image: url("../images/pages/index/HeroImage_Mobile.jpg");
  background-size: cover;
  background-position: center;
}

@media (min-width: 1024px) {
  .heroSectionImage {
    background-image: url("../images/pages/index/HeroImage_Desktop.jpg");
  }
}

.heroSectionWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.heroSectionContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  row-gap: 2rem;
  padding-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 91.666667%;
}

@media (min-width: 768px) {
  .heroSectionContent {
    width: 83.333333%;
  }
}

@media (min-width: 1024px) {
  .heroSectionContent {
    width: 80%;
  }
}

@media (min-width: 1280px) {
  .heroSectionContent {
    width: 75%;
  }
}

@media (min-width: 1536px) {
  .heroSectionContent {
    width: 66.666667%;
  }
}

@media (min-width: 2560px) {
  .heroSectionContent {
    width: 40%;
  }
}

@media (min-width: 1024px) and (max-width: 1535px) and (min-aspect-ratio: 2/1) {
  .heroSectionContent {
    row-gap: 1rem;
    padding-top: 1rem;
  }
}

.heroSectionTitleWrapper {
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
}

.heroTitle {
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: 500;
  text-align: center;
  font-family: New Spirit;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .heroTitle {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}

@media (min-width: 1280px) {
  .heroTitle {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}

@media (min-width: 1536px) {
  .heroTitle {
    font-size: 3rem;
    line-height: 3.3rem;
  }
}

@media (min-width: 2560px) {
  .heroTitle {
    font-size: 3.5rem;
    line-height: 3.85rem;
  }
}

.heroSectionSubtitleWrapper {
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

@media (min-width: 768px) {
  .heroSectionSubtitleWrapper {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .heroSectionSubtitleWrapper {
    width: 33.333333%;
  }
}

.heroSectionSubtitleText {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 500;
  text-align: center;
  font-family: Montserrat;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .heroSectionSubtitleText {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}

@media (min-width: 1280px) {
  .heroSectionSubtitleText {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1536px) {
  .heroSectionSubtitleText {
    font-size: 1.5rem;
    line-height: 1.65rem;
  }
}

@media (min-width: 1024px) and (max-width: 1535px) and (min-aspect-ratio: 2/1) {
  .heroSectionSubtitleText {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}

.heroSectionGetStartedWrapper {
  margin-bottom: 14vh;
}

@media (min-width: 1024px) {
  .heroSectionGetStartedWrapper {
    margin-bottom: 2vh;
  }
}

@media (min-width: 1536px) {
  .heroSectionGetStartedWrapper {
    margin-bottom: 7vh;
  }
}

@media (min-width: 1024px) and (max-width: 1535px) and (min-aspect-ratio: 2/1) {
  .heroSectionGetStartedWrapper {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.getStartedButton {
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(20 60 255 / var(--tw-bg-opacity));
  text-align: center;
  font-family: Montserrat;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.getStartedButton:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(20 43 159 / var(--tw-bg-opacity));
}

.reddotIconWrapper {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

@media (min-width: 1024px) {
  .reddotIconWrapper {
    bottom: 2rem;
    right: 5rem;
  }
}

.reddotIcon {
  height: 5vh;
}

@media (min-width: 1024px) {
  .reddotIcon {
    height: 6vh;
  }
}

.trustPilotAndStatisticalHighlightWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
  margin-left: auto;
  margin-right: auto;
  width: 91.666667%;
}

@media (min-width: 768px) {
  .trustPilotAndStatisticalHighlightWrapper {
    width: 83.333333%;
  }
}

@media (min-width: 1024px) {
  .trustPilotAndStatisticalHighlightWrapper {
    width: 80%;
  }
}

@media (min-width: 1280px) {
  .trustPilotAndStatisticalHighlightWrapper {
    width: 75%;
  }
}

@media (min-width: 1536px) {
  .trustPilotAndStatisticalHighlightWrapper {
    width: 66.666667%;
  }
}

@media (min-width: 2560px) {
  .trustPilotAndStatisticalHighlightWrapper {
    width: 40%;
  }
}

.trustPilotAndStatisticalHighlightWrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.statisticalHighlightWrapper {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  row-gap: 1rem;
}

@media (min-width: 1024px) {
  .statisticalHighlightWrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(1, minmax(0, 1fr));
    -moz-column-gap: 4rem;
    column-gap: 4rem;
    row-gap: 0px;
  }
}

.statisticalHighlight {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 0.5rem;
  border-radius: 25px;
  --tw-bg-opacity: 1;
  background-color: rgb(39 53 78 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .statisticalHighlight {
    justify-content: flex-start;
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.statisticalHighlightValue {
  font-family: New Spirit;
  font-size: 2rem;
  line-height: 2.2rem;
  --tw-text-opacity: 1;
  color: rgb(255 160 142 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .statisticalHighlightValue {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}

.statisticalHighlightDescription {
  font-family: New Spirit;
  font-size: 1rem;
  line-height: 1.4rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .statisticalHighlightDescription {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.featuredInWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 1024px) {
  .featuredInWrapper {
    row-gap: 3rem;
  }
}

.featuredInHeading {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  text-align: center;
  font-family: Montserrat;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .featuredInHeading {
    font-size: 1.5rem;
    line-height: 1.65rem;
  }
}

.featuredInArticles {
  display: inline-flex;
  width: 100%;
  flex-wrap: nowrap;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0, black 64px, black calc(100% - 64px), transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, black 64px, black calc(100% - 64px), transparent 100%);
}

@media (min-width: 1024px) {
  .featuredInArticles {
    -webkit-mask-image: linear-gradient(to right, transparent 0, black 128px, black calc(100% - 128px), transparent 100%);
    mask-image: linear-gradient(to right, transparent 0, black 128px, black calc(100% - 128px), transparent 100%);
  }
}

.featuredInArticleList {
  display: flex;
}

@keyframes infinite-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.featuredInArticleList {
  animation: infinite-scroll 45s linear infinite;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.featuredInArticleList img {
  max-width: none;
}

.featuredInArticleList li {
  margin-left: 2rem;
  margin-right: 2rem;
}

.featuredInIcon {
  height: 4vh;
}

.scienceBehindProductWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 2rem;
  margin-left: auto;
  margin-right: auto;
  width: 91.666667%;
}

@media (min-width: 768px) {
  .scienceBehindProductWrapper {
    width: 83.333333%;
  }
}

@media (min-width: 1024px) {
  .scienceBehindProductWrapper {
    width: 80%;
  }
}

@media (min-width: 1280px) {
  .scienceBehindProductWrapper {
    width: 75%;
  }
}

@media (min-width: 1536px) {
  .scienceBehindProductWrapper {
    width: 66.666667%;
  }
}

@media (min-width: 2560px) {
  .scienceBehindProductWrapper {
    width: 40%;
  }
}

.scienceBehindProductWrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px) {
  .scienceBehindProductWrapper {
    row-gap: 4rem;
  }
}

.scienceBehindProductHeading {
  text-align: center;
  font-family: New Spirit;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 160 142 / var(--tw-text-opacity));
  font-size: 2rem;
  line-height: 2.2rem;
}

@media (min-width: 1024px) {
  .scienceBehindProductHeading {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}

@media (min-width: 1280px) {
  .scienceBehindProductHeading {
    font-size: 3.5rem;
    line-height: 3.85rem;
  }
}

.scienceBehindProductDescription {
  font-size: 1rem;
  line-height: 1.4rem;
  text-align: center;
  font-family: Montserrat;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .scienceBehindProductDescription {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .scienceBehindProductDescription {
    font-size: 1.5rem;
    line-height: 1.65rem;
  }
}

.threeStageSection {
  border-radius: 25px;
  --tw-bg-opacity: 1;
  background-color: rgb(39 53 78 / var(--tw-bg-opacity));
}

.threeStageWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4rem;
  margin-left: auto;
  margin-right: auto;
  width: 91.666667%;
}

@media (min-width: 768px) {
  .threeStageWrapper {
    width: 83.333333%;
  }
}

@media (min-width: 1024px) {
  .threeStageWrapper {
    width: 80%;
  }
}

@media (min-width: 1280px) {
  .threeStageWrapper {
    width: 75%;
  }
}

@media (min-width: 1536px) {
  .threeStageWrapper {
    width: 66.666667%;
  }
}

@media (min-width: 2560px) {
  .threeStageWrapper {
    width: 40%;
  }
}

.threeStageWrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.threeStageHeading {
  font-weight: 500;
  text-align: center;
  font-family: New Spirit;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 2rem;
  line-height: 2.2rem;
}

@media (min-width: 1024px) {
  .threeStageHeading {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}

@media (min-width: 1280px) {
  .threeStageHeading {
    font-size: 3.5rem;
    line-height: 3.85rem;
  }
}

.scrollAndSkipWrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

.scrollWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0px;
  column-gap: 0px;
  row-gap: 0.5rem;
}

@media (min-width: 1024px) {
  .scrollWrapper {
    flex-direction: row;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
    row-gap: 0px;
  }
}

.scrollNote {
  order: 2;
  font-size: 0.875rem;
  line-height: 1.225rem;
  font-weight: 500;
  text-align: center;
  font-family: Montserrat;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .scrollNote {
    order: 1;
  }
}

.skipWrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.scrollSpace {
  height: 1000vh;
}

.allStagesWrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .allStagesWrapper {
    position: sticky;
    top: 0.25rem;
    height: 100vh;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.stageWrapper {
  display: flex;
  height: 100vh;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1024px) {
  .stageWrapper {
    height: 100%;
    width: 25%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.stageContentWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stageIconWrapper {
  margin-bottom: 0.5rem;
}

.stageIcon {
  aspect-ratio: 1 / 1;
  height: 10vh;
}

.stageHeadingWrapper {
  margin-bottom: 0.75rem;
}

@media (min-width: 1024px) {
  .stageHeadingWrapper {
    min-height: 64px;
  }
}

@media (min-width: 1280px) {
  .stageHeadingWrapper {
    min-height: 72px;
  }
}

.stageHeading {
  text-align: center;
  font-family: New Spirit;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 1024px) {
  .stageHeading {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1280px) {
  .stageHeading {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.stageDescriptionWrapper {
  margin-bottom: 1rem;
}

@media (min-width: 1280px) {
  .stageDescriptionWrapper {
    min-height: 84px;
  }
}

.stageDescription {
  text-align: center;
  font-family: Montserrat;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  .stageDescription {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .stageDescription {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.stageInactive {
  --tw-text-opacity: 1;
  color: rgb(77 90 115 / var(--tw-text-opacity));
}

.stageActive {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.stageImageWrapper {
  height: 66.666667%;
  width: 20rem;
}

.stageImage {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.benefitsWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 91.666667%;
}

@media (min-width: 768px) {
  .benefitsWrapper {
    width: 83.333333%;
  }
}

@media (min-width: 1024px) {
  .benefitsWrapper {
    width: 80%;
  }
}

@media (min-width: 1280px) {
  .benefitsWrapper {
    width: 75%;
  }
}

@media (min-width: 1536px) {
  .benefitsWrapper {
    width: 66.666667%;
  }
}

@media (min-width: 2560px) {
  .benefitsWrapper {
    width: 40%;
  }
}

.benefitsWrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.benefitsImagesWrapper {
  position: relative;
  order: 2;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  .benefitsImagesWrapper {
    order: 1;
  }
}

.benefitsBackgroundImage {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: 75%;
}

.benefitsUserImage {
  z-index: 30;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: 80%;
  -o-object-fit: contain;
  object-fit: contain;
}

.benefitsIndicatorImage {
  position: absolute;
  bottom: 50%;
  left: 10%;
  z-index: 20;
  height: auto;
  width: 16.666667%;
}

.benefitsHeadingWrapper {
  order: 1;
  margin-bottom: 0px;
}

@media (min-width: 1024px) {
  .benefitsHeadingWrapper {
    order: 2;
    margin-bottom: 2rem;
  }
}

.benefitsHeading {
  text-align: center;
  font-family: New Spirit;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 2rem;
  line-height: 2.2rem;
}

@media (min-width: 1024px) {
  .benefitsHeading {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}

@media (min-width: 1280px) {
  .benefitsHeading {
    font-size: 3.5rem;
    line-height: 3.85rem;
  }
}

.benefitsDescriptionWrapper {
  order: 3;
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  .benefitsDescriptionWrapper {
    order: 3;
  }
}

.allBenefitsDescriptionWrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 0px;
  column-gap: 0px;
  row-gap: 1rem;
}

@media (min-width: 1024px) {
  .allBenefitsDescriptionWrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(1, minmax(0, 1fr));
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 0px;
  }
}

.benefitsDescription {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  --tw-bg-opacity: 1;
  background-color: rgb(39 53 78 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  .benefitsDescription {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.benefitsDescriptionText {
  font-size: 1rem;
  line-height: 1.4rem;
  text-align: center;
  font-family: Montserrat;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .benefitsDescriptionText {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.benefitsGetStartedButtonWrapper {
  order: 4;
}

@media (min-width: 1024px) {
  .benefitsGetStartedButtonWrapper {
    order: 4;
  }
}

.appFeaturesWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 91.666667%;
}

@media (min-width: 768px) {
  .appFeaturesWrapper {
    width: 83.333333%;
  }
}

@media (min-width: 1024px) {
  .appFeaturesWrapper {
    width: 80%;
  }
}

@media (min-width: 1280px) {
  .appFeaturesWrapper {
    width: 75%;
  }
}

@media (min-width: 1536px) {
  .appFeaturesWrapper {
    width: 66.666667%;
  }
}

@media (min-width: 2560px) {
  .appFeaturesWrapper {
    width: 40%;
  }
}

.appFeaturesWrapper {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.appFeaturesHeading {
  width: 66.666667%;
}

@media (min-width: 1024px) {
  .appFeaturesHeading {
    width: 100%;
  }
}

.appFeaturesHeadingText {
  font-weight: 500;
  text-align: center;
  font-family: New Spirit;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 2rem;
  line-height: 2.2rem;
}

@media (min-width: 1024px) {
  .appFeaturesHeadingText {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}

@media (min-width: 1280px) {
  .appFeaturesHeadingText {
    font-size: 3.5rem;
    line-height: 3.85rem;
  }
}

.appFeaturesDescription {
  width: 66.666667%;
}

@media (min-width: 1024px) {
  .appFeaturesDescription {
    width: 100%;
  }
}

.appFeaturesDescriptionText {
  text-align: center;
  font-family: Montserrat;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 160 142 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .appFeaturesDescriptionText {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.appFeatureCardsWrapper {
  width: 100%;
}

.featureCardWrapper {
  display: flex;
  flex-direction: column;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 248 / var(--tw-bg-opacity));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #000;
  --tw-shadow: var(--tw-shadow-colored);
}

.featureImageAndPlayButtonWrapper {
  position: relative;
  margin-bottom: 1rem;
}

.featureImageWrapper {
  width: 100%;
}

.featureImage {
  border-radius: 0.75rem;
}

.featurePlayIconWrapper {
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
}

.featureContentWrapper {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

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

.featureContentWrapper {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}

.featureBlueHeading {
  font-family: Montserrat;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(20 60 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .featureBlueHeading {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .featureBlueHeading {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.featureBlackHeading {
  min-height: 64px;
  font-family: New Spirit;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .featureBlackHeading {
    min-height: 56px;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .featureBlackHeading {
    min-height: 64px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.featureDescription {
  min-height: 144px;
  font-family: Montserrat;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 160 142 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .featureDescription {
    min-height: 120px;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .featureDescription {
    min-height: 120px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.featureReadMore {
  font-family: Montserrat;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(20 60 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .featureReadMore {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .featureReadMore {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.swiper-pagination {
  position: relative !important;
  margin-top: 1.5rem !important;
}

.swiper-pagination-bullet {
  background-color: #fff !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  width: 30px !important;
  height: 12px !important;
  background-color: #3b9fe2 !important;
  border-radius: 5px !important;
}

.beginYourJourneyWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0px;
  column-gap: 0px;
  row-gap: 3rem;
  margin-left: auto;
  margin-right: auto;
  width: 91.666667%;
}

@media (min-width: 768px) {
  .beginYourJourneyWrapper {
    width: 83.333333%;
  }
}

@media (min-width: 1024px) {
  .beginYourJourneyWrapper {
    width: 80%;
  }
}

@media (min-width: 1280px) {
  .beginYourJourneyWrapper {
    width: 75%;
  }
}

@media (min-width: 1536px) {
  .beginYourJourneyWrapper {
    width: 66.666667%;
  }
}

@media (min-width: 2560px) {
  .beginYourJourneyWrapper {
    width: 40%;
  }
}

.beginYourJourneyWrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 1024px) {
  .beginYourJourneyWrapper {
    flex-direction: row;
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem;
    row-gap: 0px;
  }
}

.beginYourJourneyHeadingAndButtonWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 3rem;
}

@media (min-width: 1024px) {
  .beginYourJourneyHeadingAndButtonWrapper {
    width: 50%;
    align-items: flex-start;
    row-gap: 4rem;
  }
}

.beginYourJourneyHeadingText {
  font-weight: 500;
  text-align: center;
  font-family: New Spirit;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 2rem;
  line-height: 2.2rem;
}

@media (min-width: 1024px) {
  .beginYourJourneyHeadingText {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}

@media (min-width: 1280px) {
  .beginYourJourneyHeadingText {
    font-size: 3.5rem;
    line-height: 3.85rem;
  }
}

@media (min-width: 1024px) {
  .beginYourJourneyHeadingText {
    text-align: left;
  }
}

.beginYourJourneyImageWrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 1024px) {
  .beginYourJourneyImageWrapper {
    width: 50%;
  }
}

.beginYourJourneyTrustPilotWrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .beginYourJourneyTrustPilotWrapper {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
}

.beginYourJourneyTrustPilotDescription {
  text-align: center;
  font-family: Montserrat;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.testimonialSectionWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 91.666667%;
}

@media (min-width: 768px) {
  .testimonialSectionWrapper {
    width: 83.333333%;
  }
}

@media (min-width: 1024px) {
  .testimonialSectionWrapper {
    width: 80%;
  }
}

@media (min-width: 1280px) {
  .testimonialSectionWrapper {
    width: 75%;
  }
}

@media (min-width: 1536px) {
  .testimonialSectionWrapper {
    width: 66.666667%;
  }
}

@media (min-width: 2560px) {
  .testimonialSectionWrapper {
    width: 40%;
  }
}

.testimonialSectionWrapper {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.testimonialHeadingText {
  color: rgb(255 160 142 / var(--tw-text-opacity)) !important;
  text-align: center;
  font-family: New Spirit;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 2rem;
  line-height: 2.2rem;
}

@media (min-width: 1024px) {
  .testimonialHeadingText {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}

@media (min-width: 1280px) {
  .testimonialHeadingText {
    font-size: 3.5rem;
    line-height: 3.85rem;
  }
}

.testimonialWrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 100%;
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
  --tw-scroll-snap-strictness: mandatory;
  flex-direction: row;
  justify-content: space-between;
  overflow-x: auto;
  padding-top: 1.5rem;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}

.testimonialWrapper::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.testimonial {
  width: 13rem;
  flex-shrink: 0;
  scroll-snap-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1280px) {
  .testimonial {
    width: 15rem;
  }
}

.testimonialImagesWrapper {
  position: relative;
  margin-bottom: 1rem;
  width: 100%;
}

.testimonialImage {
  aspect-ratio: 1 / 1;
  width: 100%;
  max-width: 100%;
  border-radius: 1rem;
}

.testimonialQuote {
  position: absolute;
  top: -1.5rem;
  z-index: 20;
  height: 2.5rem;
  width: 2.5rem;
}

.testimonialHover {
  position: absolute;
  inset: 0px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  border-radius: 1rem;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  padding-bottom: 1rem;
  padding-left: 1rem;
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.testimonialHover:hover {
  opacity: 1;
}

.testimonialHoverButton {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(20 43 159 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 700;
  text-align: center;
  font-family: Montserrat;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.testimonialContentWrapper {
  width: 100%;
}

.testimonialNameWrapper {
  margin-bottom: 1.5rem;
}

.testimonialName {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  text-align: center;
  font-family: Montserrat;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.testimonialComments {
  font-family: Montserrat;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.scrollbar-hide {
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.joinOurCommunityWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
  border-radius: 25px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  margin-left: auto;
  margin-right: auto;
  width: 91.666667%;
}

@media (min-width: 768px) {
  .joinOurCommunityWrapper {
    width: 83.333333%;
  }
}

@media (min-width: 1024px) {
  .joinOurCommunityWrapper {
    width: 80%;
  }
}

@media (min-width: 1280px) {
  .joinOurCommunityWrapper {
    width: 75%;
  }
}

@media (min-width: 1536px) {
  .joinOurCommunityWrapper {
    width: 66.666667%;
  }
}

@media (min-width: 2560px) {
  .joinOurCommunityWrapper {
    width: 40%;
  }
}

.joinOurCommunityWrapper {
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.joinOurCommunityText {
  font-family: Montserrat;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .joinOurCommunityText {
    font-size: 1.5rem;
    line-height: 1.65rem;
  }
}

@media (min-width: 1280px) {
  .joinOurCommunityText {
    font-size: 2rem;
    line-height: 2.2rem;
  }
}

.offerWrapper {
  margin-left: auto;
  margin-right: auto;
  width: 91.666667%;
}

.offerText {
  text-align: center;
  font-family: New Spirit;
  font-size: 2rem;
  line-height: 2.2rem;
  --tw-text-opacity: 1;
  color: rgb(20 60 255 / var(--tw-text-opacity));
}

.offer-dash{
  display: none;
}

@media (min-width: 1024px) {
  .offerText {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }

  .offer-dash{
    display: inline;
  }
}

@media (min-width: 1280px) {
  .offerText {
    font-size: 3rem;
    line-height: 3.3rem;
  }
}

.offer-banner-emoji {
  font-size: 1.5rem;
  line-height: 1.65rem;
}


.newsletterSubscriptionForm {
  width: 100%;
}

.emailFieldWrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 80%;
  flex-direction: row;
  justify-content: center;
}

.emailInputField {
  width: 66.666667%;
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 160 142 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 160 142 / var(--tw-text-opacity));
  caret-color: #FFA08E;
}

.emailInputField::-moz-placeholder {
  font-size: 0.875rem;
  line-height: 1.225rem;
  --tw-text-opacity: 1;
  color: rgb(255 160 142 / var(--tw-text-opacity));
}

.emailInputField::placeholder {
  font-size: 0.875rem;
  line-height: 1.225rem;
  --tw-text-opacity: 1;
  color: rgb(255 160 142 / var(--tw-text-opacity));
}

.emailInputField:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 160 142 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 160 142 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 1024px) {
  .emailInputField {
    width: 75%;
  }

  .emailInputField::-moz-placeholder {
    font-size: 0.875rem;
    line-height: 1.225rem;
  }

  .emailInputField::placeholder {
    font-size: 0.875rem;
    line-height: 1.225rem;
  }
}

@media (min-width: 1280px) {
  .emailInputField::-moz-placeholder {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .emailInputField::placeholder {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.subscribeButton {
  width: 33.333333%;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 160 142 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 160 142 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  text-align: center;
  font-family: Montserrat;
  font-size: 0.875rem;
  line-height: 1.225rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.subscribeButton:hover {
  --tw-border-opacity: 1;
  border-color: rgb(238 135 116 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(238 135 116 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .subscribeButton {
    width: 25%;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .subscribeButton {
    font-size: 1.5rem;
    line-height: 1.65rem;
  }
}

.newsLetterConfirmationModal {
  width: 91.666667%;
  border-radius: 25px;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 248 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 768px) {
  .newsLetterConfirmationModal {
    width: 33.333333%;
  }
}

.newsLetterConfirmationModalContent {
  display: flex;
  flex-direction: column;
}

.newsLetterConfirmationModalCloseIcon {
  margin-bottom: 0.25rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.closeModal {
  background-color: transparent;
  text-align: right;
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(20 60 255 / var(--tw-text-opacity));
}

.newsLetterConfirmationTextWrapper {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  width: 91.666667%;
}

.newsLetterConfirmationText {
  text-align: center;
  font-family: New Spirit;
  font-size: 1.5rem;
  line-height: 1.65rem;
  --tw-text-opacity: 1;
  color: rgb(255 160 142 / var(--tw-text-opacity));
}

.newsLetterConfirmationDescription {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  width: 80%;
}

.newsLetterConfirmationDescriptionText {
  text-align: center;
  font-family: Montserrat;
  font-size: 1.125rem;
  line-height: 1.575rem;
  --tw-text-opacity: 1;
  color: rgb(20 60 255 / var(--tw-text-opacity));
}

footer {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.footerWrapper {
  margin-left: auto;
  margin-right: auto;
  width: 91.666667%;
}

@media (min-width: 768px) {
  .footerWrapper {
    width: 83.333333%;
  }
}

@media (min-width: 1024px) {
  .footerWrapper {
    width: 80%;
  }
}

@media (min-width: 1280px) {
  .footerWrapper {
    width: 75%;
  }
}

@media (min-width: 1536px) {
  .footerWrapper {
    width: 66.666667%;
  }
}

@media (min-width: 2560px) {
  .footerWrapper {
    width: 40%;
  }
}

.footerGridWrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 2rem;
}

@media (min-width: 1024px) {
  .footerGridWrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }
}

.foodMarbleDetailsWrapper {
  order: 3;
  grid-row: span 2 / span 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.5rem;
}

@media (min-width: 1024px) {
  .foodMarbleDetailsWrapper {
    order: 0;
    align-items: flex-start;
  }
}

.footerLogo {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

@media (min-width: 1024px) {
  .footerLogo {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.footerAddressWrapper {
  text-align: center;
  font-family: Montserrat;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .footerAddressWrapper {
    text-align: left;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.footerSupportDetails {
  text-align: justify;
  font-family: Montserrat;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .footerSupportDetails {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.footerLinks {
  order: 2;
  grid-row: span 1 / span 1;
  display: flex;
  justify-content: center;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

@media (min-width: 1024px) {
  .footerLinks {
    order: 0;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
}

.aboutLinks {
  padding-left: 1rem;
}

@media (min-width: 1024px) {
  .aboutLinks {
    padding-left: 2rem;
  }
}

.helpLinks {
  padding-left: 1rem;
}

@media (min-width: 1024px) {
  .helpLinks {
    padding-left: 2rem;
  }
}

.legalLinks {
  padding-left: 1rem;
}

@media (min-width: 1024px) {
  .legalLinks {
    padding-left: 2rem;
  }
}

.footerHeading {
  font-family: Montserrat;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 160 142 / var(--tw-text-opacity));
}

.footerList {
  font-family: Montserrat;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(20 60 255 / var(--tw-text-opacity));
}

.socialIconWrapper {
  order: 1;
  grid-row: span 1 / span 1;
  justify-content: center;
}

@media (min-width: 1024px) {
  .socialIconWrapper {
    order: 0;
    justify-content: flex-end;
  }
}

.socialIcon {
  height: 2rem;
  width: 2rem;
}


.modal-tw {
  width: 91.666667%;
  border-radius: 25px;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 248 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .modal-tw {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .modal-tw {
    width: 33.333333%;
  }
}

@media (min-width: 2560px) {
  .modal-tw {
    width: 16.666667%;
  }
}

.modalContent-tw {
  display: flex;
  flex-direction: column;
}

.modalCloseIcon {
  margin-bottom: 0.25rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.modalClose {
  background-color: transparent;
  text-align: right;
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(20 60 255 / var(--tw-text-opacity));
}

.modalRegularContent {
  width: 100%;
}

.modalEmailIcon {
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: 25%;
}

@media (min-width: 1024px) {
  .modalEmailIcon {
    width: 16.666667%;
  }
}

.modalContentOfferText {
  margin-bottom: 0.25rem;
  text-align: center;
  font-family: New Spirit;
  font-size: 1.5rem;
  line-height: 1.65rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(20 60 255 / var(--tw-text-opacity));
}

.modalContentOfferDescriptionText {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75rem;
  width: 91.666667%;
  text-align: center;
  font-family: Montserrat;
  --tw-text-opacity: 1;
  color: rgb(20 60 255 / var(--tw-text-opacity));
}

.modalNewsletterSubscriptionForm {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  width: 91.666667%;
}

.modalEmailFieldWrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 91.666667%;
  flex-direction: row;
  justify-content: center;
}

.modalEmailInputField {
  width: 66.666667%;
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 160 142 / var(--tw-border-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 160 142 / var(--tw-text-opacity));
  caret-color: #FFA08E;
}

.modalEmailInputField::-moz-placeholder {
  font-size: 0.875rem;
  line-height: 1.225rem;
  --tw-text-opacity: 1;
  color: rgb(255 160 142 / var(--tw-text-opacity));
}

.modalEmailInputField::placeholder {
  font-size: 0.875rem;
  line-height: 1.225rem;
  --tw-text-opacity: 1;
  color: rgb(255 160 142 / var(--tw-text-opacity));
}

.modalEmailInputField:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 160 142 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 160 142 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 1536px) {
  .modalEmailInputField {
    width: 80%;
  }
}

.modalSignUpButton {
  width: 33.333333%;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 160 142 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 160 142 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  text-align: center;
  font-family: Montserrat;
  font-size: 0.875rem;
  line-height: 1.225rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.modalSignUpButton:hover {
  --tw-border-opacity: 1;
  border-color: rgb(238 135 116 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(238 135 116 / var(--tw-bg-opacity));
}

@media (min-width: 1536px) {
  .modalSignUpButton {
    width: 20%;
  }
}

.modalSpecial {
  aspect-ratio: 16 / 9;
  width: 91.666667%;
  border-radius: 25px;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 248 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .modalSpecial {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .modalSpecial {
    width: 33.333333%;
  }
}

@media (min-width: 2560px) {
  .modalSpecial {
    width: 16.666667%;
  }
}

.modalSpecialContent {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.modalSpecialContentImage {
  background-size: cover;
  background-position: center;
}

.modalSpecialClose {
  background-color: transparent;
  text-align: right;
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(246 246 248 / var(--tw-text-opacity));
}

.modalSpecialContentButtonWrapper {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.modalSpecialContentButton {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(20 60 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.225rem;
  font-weight: 600;
  text-align: center;
  font-family: Montserrat;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.modalSpecialContentButton:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(20 43 159 / var(--tw-bg-opacity));
}

@media (min-width: 1536px) {
  .modalSpecialContentButton {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.4rem;
  }
}


.consentFieldWrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 80%;
  flex-direction: row;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
}

.consentField {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.consentCheckBox {
  height: 1rem;
  width: 1rem;
  border-radius: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(20 60 255 / var(--tw-text-opacity));
}

.consentCheckBox:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(20 43 159 / var(--tw-ring-opacity));
}

.consentLabelWrapper {
  margin-left: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.modalConsentFieldWrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 83.333333%;
  flex-direction: row;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.modalConsentField {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.modalConsentCheckBox {
  height: 1rem;
  width: 1rem;
  border-radius: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(20 60 255 / var(--tw-text-opacity));
}

.modalConsentCheckBox:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(20 43 159 / var(--tw-ring-opacity));
}

.modalConsentLabelWrapper {
  margin-left: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.modalConsentLabelWrapper label {
  color: #000;
}



.popUpContent {
  height: 100%;
  width: 100%;
  padding: 0.25rem;
}

.popUpContentImage {
  background-image: url("../images/Promo_Stamp_10Y.svg");
  background-size: cover;
  background-position: center;
}

.hover\:border-foodMarble-FancyBlue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(59 159 226 / var(--tw-border-opacity));
}

.hover\:border-foodMarble-FancyDarkGreen:hover {
  --tw-border-opacity: 1;
  border-color: rgb(25 137 110 / var(--tw-border-opacity));
}

.hover\:border-foodMarble-FancyPink:hover {
  --tw-border-opacity: 1;
  border-color: rgb(208 76 203 / var(--tw-border-opacity));
}

.hover\:border-foodMarble-FancyRed:hover {
  --tw-border-opacity: 1;
  border-color: rgb(236 93 106 / var(--tw-border-opacity));
}

.hover\:bg-foodMarble-DarkBlue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(20 43 159 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .md\:-bottom-10 {
    bottom: -2.5rem;
  }

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

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

@media (min-width: 1024px) {
  .lg\:left-4 {
    left: 1rem;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

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

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

  .lg\:gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-foodMarble-ExtraLargeText {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:text-foodMarble-HugeText {
    font-size: 3.5rem;
    line-height: 3.85rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:h-4 {
    height: 1rem;
  }

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

  .\32xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .\32xl\:text-foodMarble-NormalText {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .\32xl\:w-\[5vw\] {
    width: 5vw;
  }
}

@media (min-width: 2560px) {
  .\33xl\:w-\[4vw\] {
    width: 4vw;
  }
}

.text-foodMarble-red {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity)) !important;
}

.text-foodMarble-Blue {
  --tw-text-opacity: 1;
  color: rgb(20 60 255 / var(--tw-text-opacity));
}



.offer-banner-wrapper {
  --tw-bg-opacity: 1;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.offer-banner-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0px;
  column-gap: 0px;
  row-gap: 0.25rem;
  margin-left: auto;
  margin-right: auto;
  width: 96.666667%;
}

@media (min-width: 768px) {
  .offer-banner-content-wrapper {
    width: 83.333333%;
  }
}

@media (min-width: 1024px) {
  .offer-banner-content-wrapper {
    width: 80%;
  }
}

@media (min-width: 1280px) {
  .offer-banner-content-wrapper {
    width: 75%;
  }
}

@media (min-width: 1536px) {
  .offer-banner-content-wrapper {
    width: 66.666667%;
  }
}

@media (min-width: 2560px) {
  .offer-banner-content-wrapper {
    width: 40%;
  }
}

@media (min-width: 1024px) {
  .offer-banner-content-wrapper {
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem;
    row-gap: 0px;
  }
}

.offer-text {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  font-family: Montserrat;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .offer-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1536px) {
  .offer-text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.hiddenForSmallMediumDevice {
  display: none;
}

@media (min-width: 1024px) {
  .hiddenForSmallMediumDevice {
    display: flex;
  }
}

/********************************************************/
/*********** Styling for Review Order page ************/
/********************************************************/
.review-order-content-wrapper {
  width: 91.666667%;
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}

@media (min-width: 768px) {
  .review-order-content-wrapper {
    width: 83.333333%;
  }
}

@media (min-width: 1024px) {
  .review-order-content-wrapper {
    width: 50%;
  }
}

.review-order-static-content-title {
  text-align: center;
}

.review-order-content-for-cart-with-item-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.review-order-checkout-progress-bar-and-error-message-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  text-align: center;
}

.promo-code-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  padding: 0 1.5rem;
}

.promo-code-description-wrapper {
  text-align: center;
}

.promo-code-option-question {
  color: #FFA08E;
}

.promo-code-cta {
  text-decoration: underline !important;
  color: #ffffff !important;
}

.review-products-table {
  width: 100%;
  font-family: Montserrat Bold;
}

.review-product-details-wrapper {
  border-bottom: 1px solid;
  border-top: 1px solid;
}

.review-product-details-padding {
  padding: 0.5rem 0;
}

.remove-product-wrapper {
  width: 10%;
}

.remove-product-form {
  margin-bottom: 0 !important;
}

.remove-review-product-icon {
  width: 1.25rem;
  aspect-ratio: 1/1;
}

.product-name-wrapper {
  width: 50%;
}

.product-quantity-wrapper {
  width: 20%;
}

.product-quantity-content-wrapper {
  display: flex;
  flex-direction: row;
  column-gap: 0.25rem;
}

.product-quantity-update-icon-wrapper {
  cursor: pointer;
  margin: 4px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.increment-btn.disabled,
.decrement-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  filter: grayscale(10%);
  pointer-events: none;
  transition: opacity 0.3s ease, filter 0.3s ease;
}

.product-quantity-update-icon {
  width: 1.25rem;
  aspect-ratio: 1/1;
}

.product-quantity {
  background-color: #181f2e;
  color: #ffffff;
  width: 1rem;
  text-align: center;
}

.product-price-wrapper {
  width: 20%;
  text-align: right;
}


.review-promo-code-table {
  width: 100%;
  font-family: Montserrat Bold;
  margin: 1rem 0;
}

.promo-code-discount-value-wrapper {
  text-align: right;
}

.promo-code-discount-value {
  color: #ffa08e;
}

.remove-promo-code-wrapper {
  text-align: right;
  color: #ffa08e;
}

.remove-promo-code-form {
  margin-bottom: 0rem !important;
}

.shipping-table {
  width: 100%;
  font-family: Montserrat Bold;
  border-bottom: 1px solid;
  border-top: 1px solid;
}

.shipping-wrapper-padding {
  padding: 1rem 0;
}

.shipping-option-description {
  font-size: 0.875rem;
}

.delivery-estimate-wrapper {
  padding-top: 0.5rem;
  padding-left: 2.25rem;
}

.delivery-estimate {
  font-size: 0.75rem;
}

.delivery-estimate-dehighlight {
  color: #ffffff4D;
}

.delivery-estimate-highlight {
  color: #A5CF4D;
}

.shipping-total-wrapper {
  width: 100%;
}

.shipping-total-padding {
  padding-bottom: 0.5rem;
}

.shipping-total-description-wrapper {
  width: 50%;
}

.shipping-total {
  width: 50%;
  text-align: right;
}

.free-express-shipping-and-delivery-dates-wrapper {
  margin: 2rem 0;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  column-gap: 0rem;
  align-items: start;

}

@media(min-width: 1381px) {
  .free-express-shipping-and-delivery-dates-wrapper {
    flex-direction: row;
    row-gap: 0rem;
    column-gap: 0.75rem;
    align-items: center;
  }
}

.free-express-shipping-text {
  background-color: #00B140;
  border-radius: 999px;
  padding: 0.25rem 1rem;
  font-size: 14px;
  font-family: Montserrat !important;
  font-weight: 600 !important;
}

.delivery-dates-text {
  font-size: 14px;
  font-family: Montserrat !important;
  font-weight: 600 !important;
}

.delivery-dates {
  font-size: 14px;
  font-family: Montserrat !important;
  font-weight: 500 !important;
  color: #00B140;
}

.free-express-shipping-cost {
  text-align: right;
}

.cart-total-table {
  width: 100%;
  font-family: Montserrat Bold;
  margin: 1rem 0;
}

.cart-total-value {
  text-align: right;
}

.taxes-description {
  text-align: right;
  color: #ffa08e;
  font-size: 0.875rem;
}

.review-order-form {
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/********************************************************/
/*********** Styling for Payment page ************/
/********************************************************/
.payment-content-wrapper {
  width: 91.666667%;
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}

@media (min-width: 768px) {
  .payment-content-wrapper {
    width: 83.333333%;
  }
}

@media (min-width: 1024px) {
  .payment-content-wrapper {
    width: 50%;
  }
}

.payment-static-content-title {
  text-align: center;
}

.content-for-cart-with-item-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.HSA_FSA-payment-method-and-payment-input-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

@media (min-width: 1024px) {
  .HSA_FSA-payment-method-and-payment-input-wrapper {
    row-gap: 3.5rem;
  }
}

.HSA_FSA-payment-method-wrapper-and-style-element-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}

@media (min-width: 1024px) {
  .HSA_FSA-payment-method-wrapper-and-style-element-wrapper {
    row-gap: 1rem;
  }
}

.HSA_FSA-payment-method-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
  column-gap: 0rem;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .HSA_FSA-payment-method-wrapper {
    flex-direction: row;
    row-gap: 0rem;
    column-gap: 2rem;
  }
}

.HSA_FSA-payment-description-text {
  display: inline;
  vertical-align: middle;
}

.HSA_FSA-payment-info-wrapper {
  display: inline;
  vertical-align: middle;
  margin: 0 0.25rem;
  position: relative;
}

.HSA_FSA-payment-info-icon-wrapper {
  width: 1.5rem;
}

.HSA_FSA-payment-info-icon-wrapper-img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.HSA_FSA-payment-info-icon-description-wrapper {
  position: absolute;
  left: 100%;
  transform: translateX(-100%);
  margin-top: 0.5rem;
  width: 50dvw;
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #fff;
  background-color: #000000;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  z-index: 50;
}

@media (min-width: 768px) {
  .HSA_FSA-payment-info-icon-description-wrapper {
    left: 25%;
    transform: translateX(-25%);
     width: 25dvw;
  }
}

@media (min-width: 1024px) {
  .HSA_FSA-payment-info-icon-description-wrapper {
    left: 50%;
    transform: translateX(-50%);
     width: 30dvw;
  }
}

.HSA_FSA-payment-cta-and-cancel-wrapper {
  width: 75%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media (min-width: 768px) {
  .HSA_FSA-payment-cta-and-cancel-wrapper {
    width: 50%;
    margin: 0 0;
  }
}

.HSA_FSA-payment-cta {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.5rem;
  background-color: #ffffff;
  color: #586072 !important;
  font-size: 14px;
  font-weight: 600;
  padding: 0.5rem;
  box-shadow: inset 0 0 0 2px #ffffff;
  border-radius: 10px;
  text-decoration: none;
}

.HSA_FSA-payment-cta:hover {
  background-color: #30957d;
  color: #ffffff;
  box-shadow: inset 0 0 0 2px #30957d;
  cursor: pointer;
}

.HSA_FSA-payment-cta.HSA_FSA-payment-cta-selected {
  background-color: #143CFF;
  color: #ffffff !important;
  box-shadow: inset 0 0 0 2px #143CFF;
  cursor: no-drop;
}

.HSA_FSA-payment-label {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.flex-icon {
  height: 1.25rem;
  width: auto;
}

.HSA_FSA-cancel-payment-icon-wrapper {
  position: absolute;
  right: -2.5rem;
  display: none;
}

.HSA_FSA-cancel-payment-icon-wrapper.HSA_FSA-cancel-payment-icon-enabled {
  display: block;
}

.HSA_FSA-cancel-payment-icon-wrapper img {
  width: 100%;
  aspect-ratio: 1/1;
}

.HSA_FSA-payment-method-style-element {
  width: 100%;
  border: 1px solid;
  border-color: #fff !important;
}

.payment-method-input-and-consent-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.payment-method-input {
  display: none;
}

.payment-method-input.payment-method-input-active {
  display: block;
}

.HSA_FSA-payment-steps-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  row-gap: 2rem;
  column-gap: 0rem;
}

@media (min-width: 768px) {
  .HSA_FSA-payment-steps-wrapper {
    flex-direction: row;
    row-gap: 0rem;
    column-gap: 1rem;
  }
}

.HSA_FSA-payment-steps-description-wrapper {
  display: flex;
  flex-direction: column;
}

.HSA_FSA-payment-redirection-image-wrapper {
  width: 50%;
  order: 2;
}

@media (min-width: 768px) {
  .HSA_FSA-payment-redirection-image-wrapper {
    width: 33%;
    order: 1;
  }
}

.HSA_FSA-payment-redirection-image {
  width: 100%;
  aspect-ratio: 16/9;
}

.HSA_FSA-payment-redirection-description-wrapper {
  order: 1;
}

@media (min-width: 768px) {
  .HSA_FSA-payment-redirection-description-wrapper {
    order: 2;
  }
}

.payment-consent-and-button-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

/********************************************************/
/*********** Common Styling ************/
/********************************************************/
.previous-button {
  margin-top: 2rem;
}

.empty-cart-content-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 10dvh;
  padding: 2rem 0 10rem 0;
}

.empty-cart-description {
  text-align: center;
}

.empty-cart-cta {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  text-align: center !important;
  margin: 5rem 0;
}