:root {
  --dim-white: rgba(255, 255, 255, .8);
  --main-color: #7c2ae8;
  --small-button-radius: 32px;
  --white: white;
  --color-mini: #e1d2ff;
  --green: lime;
  --yellow: #fb0;
  --main-color-dark: #2f1354;
  --main-color-light: #f1e5ff;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--success-darker: #006638;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--gray-100: #f7f9fd;
  --flowui-component-library--white: white;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--400: #dcddeb;
  --elements-webflow-library--general--shadow-01: rgba(20, 20, 43, .06);
  --white-purple: #f9f4ff;
  --light-purple: #f0e5ff;
  --white-2: white;
  --black: black;
}

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

.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;
}

@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 {
  overflow-x: hidden;
}

.main-nav {
  z-index: 100;
  background-color: var(--dim-white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: space-between;
  align-items: center;
  padding: 2rem 5vw;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image {
  height: 50px;
}

.primary-button {
  border: 1px solid var(--main-color);
  border-radius: var(--small-button-radius);
  background-color: var(--main-color);
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: all .5s;
}

.primary-button:hover {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--main-color);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--main-color);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--main-color);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--main-color);
  color: var(--main-color);
  background-color: rgba(0, 0, 0, 0);
}

.primary-button.shw {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--main-color);
}

.primary-button.shw:hover {
  border-top-color: var(--white);
  border-right-color: var(--white);
  border-bottom-color: var(--white);
  border-left-color: var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.primary-button.ctl-btn:hover {
  border-color: var(--white);
  color: var(--white);
}

.primary-button.fwth {
  width: 100%;
}

.menu-btns {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ikonik-72yd1 {
  color: var(--main-color);
  width: 3rem;
  height: 3rem;
}

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

.text-block {
  color: var(--main-color);
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.link-block {
  color: var(--main-color);
  text-decoration: none;
}

.svg-icon {
  width: 3rem;
  height: 3rem;
}

.svg-icon:hover {
  cursor: pointer;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
}

.mob-head {
  display: none;
}

.div-block-2 {
  background-color: var(--main-color);
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000);
  min-height: 105vh;
}

.div-block-3 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-4 {
  background-color: var(--color-mini);
  min-height: 8rem;
}

.div-block-5 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  top: 8rem;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-6 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.div-block-7 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.paragraph {
  max-width: 43vw;
  font-size: 1vw;
  line-height: 1.3vw;
}

.image-3 {
  width: 100vw;
  max-height: 500px;
}

.image-4 {
  max-height: 80vh;
  position: absolute;
  top: -5rem;
}

.image-5 {
  max-height: 40vw;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 10%;
  right: 0%;
}

.div-block-8 {
  background-color: #fff;
  min-height: 100vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.div-block-9 {
  width: auto;
  height: auto;
  position: relative;
}

.div-block-10 {
  height: 8rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 85vw;
  display: flex;
}

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

.text-span {
  color: var(--green);
}

.text-span-2 {
  border-bottom: 5px solid var(--white);
  color: var(--white);
}

.heading {
  font-family: Montserrat, sans-serif;
}

.div-block-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--yellow);
  display: flex;
}

.code-block {
  max-width: 500px;
}

.hero-heading-center {
  border-radius: var(--small-button-radius);
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  color: var(--main-color-dark);
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  line-height: 1.9rem;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  border-radius: var(--small-button-radius);
  padding: 1rem;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.heading-2 {
  color: var(--main-color);
  font-family: Montserrat, sans-serif;
}

.pricing-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-2 {
  color: var(--main-color);
  text-align: center;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
}

.pricing-description {
  color: var(--main-color-dark);
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  border-top-left-radius: var(--small-button-radius);
  border-top-right-radius: var(--small-button-radius);
  border-bottom-left-radius: var(--small-button-radius);
  border-bottom-right-radius: var(--small-button-radius);
  text-align: center;
  background-color: #f5f7fa;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text {
  color: var(--main-color-dark);
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

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

.arrow-embed {
  color: #197d00;
  margin-left: 2px;
  display: flex;
}

.arrow-embed.ncl {
  color: #7d1900;
}

.arrow-embed.ncl2 {
  color: #fa9600;
}

.footer-social-block-three {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: var(--main-color-dark);
  margin-left: 24px;
  font-family: Montserrat, sans-serif;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-form-title {
  color: var(--main-color-dark);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 2rem 30px 40px;
  position: relative;
}

.footer-form-block-two {
  background-color: #fff;
  border-radius: 12px;
  justify-content: flex-end;
  align-items: center;
  padding: .5rem;
  display: flex;
  position: relative;
}

.footer-copyright {
  color: var(--main-color-dark);
}

.footer-social-link-three {
  color: #3d5d6b;
}

.ikonik-tan2v, .ikonik-0zvs6h {
  color: var(--main-color);
}

.button-main {
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
  color: #fff;
  text-align: center;
  border-radius: 12px;
  flex: 1;
  padding: 1rem;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: all .5s;
}

.button-main:hover {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--main-color);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--main-color);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--main-color);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--main-color);
  color: var(--main-color);
  background-color: rgba(0, 0, 0, 0);
}

.footer-form-input {
  color: var(--main-color-dark);
  border: none;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

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

.footer-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.link {
  color: var(--main-color-dark);
  text-decoration: underline;
}

.footer-link-three {
  color: var(--main-color-dark);
  margin-left: 20px;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-form-two {
  background-color: #f5f7fa;
  border-radius: 12px;
  margin-bottom: 40px;
  padding: 64px;
}

.ikonik-6lzmu {
  color: var(--main-color);
}

.heading-3 {
  color: #197d00;
  font-family: Montserrat, sans-serif;
}

.heading-4 {
  color: #7d1900;
  font-family: Montserrat, sans-serif;
}

.heading-5 {
  color: #fa9600;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.text-block-3 {
  color: #197d00;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-block-4 {
  color: #7d1900;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-block-5 {
  color: #fa9600;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-span-3 {
  border-bottom: 4px solid var(--green);
  color: var(--green);
}

.bold-text {
  letter-spacing: 4px;
  color: #197d00;
}

.ikonik-h2903 {
  color: #197d00;
  width: 80px;
  height: 80px;
}

.div-block-13 {
  background-color: rgba(25, 125, 0, .12);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.div-block-13.c2 {
  background-color: rgba(125, 25, 0, .12);
}

.div-block-13.c3 {
  background-color: rgba(250, 150, 0, .12);
}

.ikonik-8uajm {
  color: #7d1900;
  width: 80px;
  height: 80px;
}

.ikonik-vxgir {
  color: #fa9600;
  width: 80px;
  height: 80px;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.features-paragraph {
  color: var(--white);
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

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

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

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

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

.features-image {
  object-fit: contain;
  width: 150px;
  height: 150px;
  margin-right: 16px;
}

.text-span-4 {
  color: var(--main-color-dark);
}

.heading-6 {
  color: var(--main-color-light);
  font-family: Montserrat, sans-serif;
}

.div-block-14 {
  background-color: var(--main-color);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-6 {
  filter: hue-rotate(319deg) blur(20px);
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.paragraph-2, .paragraph-3, .paragraph-4 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.section {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.div-block-15 {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: auto;
}

.div-block-16 {
  width: 100%;
  position: relative;
}

.image-7 {
  object-fit: contain;
  width: 100%;
}

.section-2 {
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  scroll-margin-top: 300px;
  display: flex;
  position: relative;
}

.container-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1280px;
  display: flex;
  position: relative;
}

.heading-7 {
  color: var(--main-color);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.paragraph-5 {
  text-align: center;
  max-width: 700px;
  font-family: Montserrat, sans-serif;
}

.div-block-17 {
  flex-flow: column;
  width: 100%;
  min-height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-26 {
  z-index: 2;
  min-width: 600px;
  position: relative;
}

.html-embed {
  display: none;
}

.masonry-container {
  flex: 0 auto;
  padding: 1rem;
  position: relative;
}

.masonry-item {
  width: 100%;
  max-width: 300px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.unsplash-image-2 {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  transition: all .3s;
  display: block;
  position: relative;
}

.unsplash-image-2.zoomable {
  object-fit: cover;
  max-height: 300px;
}

.div-block-27 {
  z-index: 18;
  opacity: 0;
  background-image: linear-gradient(rgba(255, 255, 255, .8), #7c2ae8);
  justify-content: center;
  align-items: center;
  transition: all .5s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-27:hover {
  opacity: 1;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.div-block-39 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.hero-wrapper-3 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.container-5 {
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.text-block-19 {
  color: var(--main-color-dark);
  font-family: Montserrat, sans-serif;
}

.field-label-7 {
  color: var(--main-color);
  font-family: Montserrat, sans-serif;
}

.div-block-47 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-9 {
  object-fit: contain;
  border-radius: 1rem;
  width: 400px;
  height: auto;
}

.ikonik-6d9xwj {
  color: var(--main-color);
  width: 30px;
  height: 30px;
}

.text-block-18 {
  color: var(--main-color-dark);
  font-family: Montserrat, sans-serif;
}

.ikonik-0zc57 {
  color: var(--main-color);
  width: 30px;
  height: 30px;
}

.heading-9 {
  color: var(--main-color);
  font-family: Montserrat, sans-serif;
}

.text-block-20 {
  color: var(--main-color-dark);
  font-family: Montserrat, sans-serif;
}

.ikonik-xqokl {
  color: var(--main-color);
  width: 30px;
  height: 30px;
}

.main-button {
  color: #fff;
  text-transform: capitalize;
  background-color: #ff9100;
  border: 1px solid #ff9100;
  border-radius: 1rem;
  padding: 1rem 4rem;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  transition: all .5s;
}

.main-button:hover {
  color: #ff9100;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ff9100;
}

.main-button.big-b {
  border-color: #fff;
}

.text-field-5 {
  border-radius: 1rem;
}

.div-block-46 {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.content.main-ctn {
  background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url('../images/restaurant-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, contain;
  padding-top: 10rem;
  position: relative;
}

.div-block-43 {
  background-color: #fff;
  border-radius: 1rem;
  width: 600px;
  padding: 1rem;
  box-shadow: 1px 2px 5px 3px rgba(0, 0, 0, .2);
}

.margin-bottom-24px-4 {
  color: var(--main-color-dark);
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
}

.textarea-2 {
  min-height: 150px;
}

.link-block-8 {
  color: #000;
  text-decoration: none;
}

.div-block-45 {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed-3 {
  display: block;
}

.link-block-7 {
  color: #000;
  text-decoration: none;
}

.div-block-44 {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-48 {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, .9);
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.f-button-primary {
  background-color: var(--flowui-component-library--gray-900);
  color: #fff;
  letter-spacing: -.02px;
  white-space: nowrap;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

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

.f-button-secondary {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: rgba(0, 0, 0, 0);
}

.f-modal-button-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.f-modal-wrapper-right {
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-modal-line {
  background-color: var(--flowui-component-library--grey-300);
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-success-message {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  border-radius: 8px;
  min-height: 112px;
  margin-bottom: 0;
  padding: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-text-area::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-field-label {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-field-wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.f-field-input {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-field-input::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-account-input-grid {
  grid-template-columns: 1fr;
}

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

.f-modal-close-link {
  color: var(--flowui-component-library--gray-500);
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-modal-close-link:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-sub-heading-regular {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.f-modal-title-wrapper {
  color: var(--flowui-component-library--gray-900);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-modal-base-large {
  border: 1px solid var(--flowui-component-library--gray-100);
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 408px;
  max-height: 100vh;
  padding: 24px;
  overflow: auto;
  box-shadow: 2px 4px 9px rgba(0, 0, 0, .5);
}

.paragraph-6 {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.html-embed-4 {
  display: none;
}

.form {
  overflow: auto;
}

.f-paragraph-large {
  color: var(--white);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

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

.f-h5-heading {
  color: var(--white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

.f-margin-bottom-04 {
  margin-bottom: 4px;
}

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

.f-feature-icon-round {
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 16px;
  display: flex;
  box-shadow: 23px 23px 48px -8px rgba(22, 0, 66, .04);
}

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

.f-feature-card-large {
  background-color: var(--flowui-component-library--gray-100);
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/woman-filing-paper.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
}

.f-feature-card-large.bg-m {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/catalog-paper.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.f-feature-card-large.bg-m.bg-2 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/website-design-paper.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

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

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

.div-block-49 {
  justify-content: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.heading-10 {
  color: var(--main-color);
  font-family: Montserrat, sans-serif;
  font-size: 28px;
}

.div-block-50 {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

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

.f-content-image-wrapper-large {
  border-radius: 12px;
  width: 100%;
  max-width: 800px;
  height: 500px;
  position: relative;
}

.f-button-neutral {
  background-color: var(--flowui-component-library--gray-900);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

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

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.f-paragraph-regular {
  color: var(--white);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-icon-regular-2 {
  color: var(--green);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-content-list-item {
  grid-column-gap: 16px;
  color: var(--flowui-component-library--gray-900);
  align-items: center;
  display: flex;
}

.f-content-list-wrapper {
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 32px;
  margin-bottom: 42px;
  display: flex;
}

.f-paragraph-large-2 {
  color: var(--white);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-h2-heading {
  border-right: 2rem solid var(--main-color-light);
  background-color: var(--main-color-dark);
  color: var(--white);
  letter-spacing: -.04em;
  border-top-left-radius: 10rem;
  border-bottom-right-radius: 20rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1rem;
  font-size: 32px;
  line-height: 48px;
}

.f-margin-bottom-41 {
  margin-bottom: 16px;
}

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

.f-margin-bottom-12 {
  height: 4rem;
  margin-bottom: 12px;
}

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

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

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

.container-8 {
  max-width: 1600px;
  position: relative;
}

.section-3 {
  background-color: #ddd;
  justify-content: center;
  align-items: center;
  padding: 12rem 2rem 5rem;
  display: flex;
}

.brix---btn-secondary {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px rgba(20, 20, 43, .04);
}

.brix---btn-secondary: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);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---button-row-left {
  margin-right: 24px;
}

.brix---buttons-row-center {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  margin-top: .5rem;
  display: flex;
}

.brix---paragraph-default {
  text-align: left;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: anywhere;
  text-overflow: ellipsis;
  max-lines: 2;
  width: 100%;
  max-height: 1.5em;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.brix---paragraph-default.cntr {
  text-align: center;
  white-space: normal;
  word-break: normal;
  max-height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  overflow: visible;
}

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

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

.brix---heading-h3-size {
  color: var(--main-color-dark);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

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

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

.brix---text-center {
  text-align: center;
  margin-top: .5rem;
}

.brix---image {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.brix---badge-secondary-small-bold {
  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(--flowui-component-library--success-darker);
  text-align: center;
  border-radius: 40px;
  padding: 14px 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
}

.brix---badge-secondary-small-bold.regular-price {
  color: red;
  text-decoration: line-through;
}

.brix---badge-wrapper-top-right {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.brix---product-card-image-wrapper {
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.brix---product-card-wrapper-v4 {
  border-radius: var(--small-button-radius);
  color: var(--elements-webflow-library--neutral--600);
  max-width: 1010px;
  margin-left: auto;
  padding: .5rem;
  text-decoration: none;
  transition: transform .3s;
}

.brix---product-card-wrapper-v4:hover {
  background-color: var(--white-purple);
}

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

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

.brix---heading-h1-size {
  color: var(--main-color-dark);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.brix---subtitle {
  color: var(--main-color);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

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

.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;
}

.p-button-1 {
  border: 1px solid var(--main-color);
  border-radius: var(--small-button-radius);
  color: var(--main-color);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  transition: all .4s;
  display: flex;
}

.p-button-1:hover {
  border-color: var(--main-color-dark);
  background-color: var(--main-color-dark);
  color: var(--white);
}

.p-button-2 {
  border: 1px solid var(--main-color);
  border-radius: var(--small-button-radius);
  background-color: var(--main-color);
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  transition: all .4s;
  display: flex;
}

.p-button-2:hover {
  border-color: var(--main-color-dark);
  background-color: var(--main-color-dark);
}

.product-category {
  border-top-left-radius: var(--small-button-radius);
  border-top-right-radius: var(--small-button-radius);
  border-bottom-left-radius: var(--small-button-radius);
  border-bottom-right-radius: var(--small-button-radius);
  background-color: var(--light-purple);
  color: var(--main-color);
  text-align: left;
  max-width: -webkit-max-content;
  max-width: max-content;
  margin-bottom: .5rem;
  padding: .3rem;
  font-family: Montserrat, sans-serif;
}

.promo {
  background-image: linear-gradient(180deg, transparent, var(--main-color));
  justify-content: center;
  align-items: flex-end;
  padding: 1rem;
  display: flex;
  position: absolute;
  top: 70%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.promo-txt {
  color: var(--white);
  letter-spacing: 6px;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.load-products {
  display: none;
}

.hero-heading-center-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 12rem 30px 80px;
  position: relative;
}

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

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-3.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper-4 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.margin-bottom-24px-5 {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two-2 {
  border-radius: var(--small-button-radius);
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.text-span-5 {
  font-weight: 400;
}

.text-block-21 {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
}

.code {
  font-weight: 600;
}

.div-block-53 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 1rem;
}

.grid-img {
  border-top-left-radius: var(--small-button-radius);
  border-top-right-radius: var(--small-button-radius);
  border-bottom-left-radius: var(--small-button-radius);
  border-bottom-right-radius: var(--small-button-radius);
  border-radius: 12px;
}

.text-span-6 {
  color: var(--flowui-component-library--success-darker);
  font-weight: 400;
}

.text-span-7 {
  color: red;
  font-weight: 400;
  text-decoration: line-through;
}

.text-span-8 {
  font-weight: 800;
}

.rich-text-block {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.container-10 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 768px;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.code-embed {
  display: none;
}

.div-block-54 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.lightbox-link {
  border-radius: var(--small-button-radius);
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.lb-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-55 {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  border-radius: var(--small-button-radius);
  background-color: rgba(0, 0, 0, .5);
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ikonik-4k27j {
  color: var(--white);
}

.text-block-22 {
  color: var(--white);
  letter-spacing: 4px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.container-12 {
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.f-account-link {
  color: var(--main-color-dark);
  font-weight: 700;
  text-decoration: none;
}

.f-paragraph-small {
  text-align: center;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.8;
}

.f-paragraph-small.f-text-color-gray-500 {
  color: var(--flowui-component-library--gray-500);
}

.f-success-message-2 {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-button-neutral-2 {
  background-color: var(--main-color);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

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

.f-account-form-button {
  flex-direction: column;
  margin-top: 32px;
  display: flex;
}

.f-field-input-2 {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-family: Montserrat, sans-serif;
  transition: all .2s;
}

.f-field-input-2:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-field-input-2::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-field-label-2 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-field-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
}

.f-account-input-grid-2 {
  grid-template-columns: 1fr;
}

.f-account-form-block {
  width: 100%;
  max-width: 400px;
  margin-bottom: 42px;
}

.f-text-color-gray-500 {
  color: var(--flowui-component-library--gray-500);
}

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

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

.f-account-social-icon {
  border: 1px solid var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  transition: background-color .3s;
  display: flex;
}

.f-account-social-icon:hover {
  background-color: var(--flowui-component-library--gray-200);
}

.f-account-social-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 24px;
  margin-bottom: 40px;
  display: flex;
}

.f-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-h5-heading-2 {
  color: var(--main-color-dark);
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 1.4;
}

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

.f-account-content-wrapper {
  width: 100%;
  max-width: 400px;
}

.f-account-container-r {
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

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

.f-account-image-wrapper {
  background-color: var(--flowui-component-library--gray-200);
  width: 50%;
}

.f-account-section {
  justify-content: center;
  align-items: center;
  padding-top: 8rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.div-block-56 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding-top: 8rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.div-block-56.account-block {
  display: none;
}

.div-block-57 {
  background-color: var(--white-purple);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 991px;
  min-height: 100px;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.text-block-23 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.button {
  border-radius: var(--small-button-radius);
  background-color: var(--main-color);
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

.heading-11 {
  font-family: Montserrat, sans-serif;
}

.hdr-act {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ikonik-en0xk {
  color: var(--main-color);
  width: 48px;
  height: 48px;
}

.cart-btn {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cart-count {
  background-color: var(--main-color);
  color: var(--white);
  text-align: center;
  border-radius: 999px;
  width: 24px;
  height: 24px;
  padding: .1rem;
  font-family: Montserrat, sans-serif;
  position: absolute;
  top: -10%;
  bottom: auto;
  left: auto;
  right: -10%;
}

.div-block-24 {
  background-color: #fff;
  width: 50vw;
  height: 100%;
  position: relative;
  overflow: auto;
}

.div-block-29 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.f-success-message-3 {
  color: #006638;
  letter-spacing: -.03em;
  background-color: #ebfff6;
  font-size: 14px;
  line-height: 24px;
}

.udesly-decrement-button {
  color: #fff;
  background-color: #171717;
  border-radius: 6px 0 0 6px;
  flex: none;
  padding: 2px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  transition: background-color .25s ease-out;
}

.udesly-decrement-button:hover {
  background-color: rgba(23, 23, 23, .85);
}

.div-block-58 {
  flex: 0 auto;
}

.div-block-58.cart-actions-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cart-items-actions {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  height: 100%;
  padding: 2rem;
  display: none;
  position: relative;
}

.udesly-code-snippet {
  display: none;
}

.f-field-input-3 {
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input-3:focus {
  border-color: #b6b9ce;
}

.f-field-input-3::placeholder {
  color: #6b7094;
}

.f-modal-base-large-2 {
  background-color: #fff;
  border: 1px solid #f7f9fd;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 408px;
  padding: 24px;
  box-shadow: 105px 105px 144px -32px rgba(27, 9, 67, .04);
}

.udesly-input-field {
  text-align: center;
  width: 5rem;
  height: 12px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 12px;
  display: block;
}

.udesly-increment-decrement-buttons {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.udesly-input-wrapper {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-59 {
  flex-flow: column;
  display: flex;
}

.checkout-wrapper {
  z-index: 1000;
  background-color: rgba(0, 0, 0, .9);
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.empty-cart-message {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.cart-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: rgba(255, 255, 255, .7);
  border-radius: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
}

.div-block-32 {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  color: var(--main-color-dark);
  font-family: Montserrat, sans-serif;
  display: flex;
}

.ittl {
  font-size: 1.5rem;
  font-weight: 800;
}

.button-2 {
  color: #ddadb9;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: .2rem solid #ddadb9;
  border-radius: 10px;
  flex: 1;
  align-self: center;
}

.button-2.clear-cart-btn {
  border-color: var(--main-color);
  color: var(--main-color);
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.ikonik-whi8n {
  color: #fff;
  background-color: red;
  border-radius: 999px;
  padding: 8px;
}

.div-block-30 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-block-17 {
  color: var(--main-color-dark);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.div-block-23 {
  z-index: 20;
  background-color: rgba(0, 0, 0, .8);
  justify-content: flex-end;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.div-block-23.cart-wrapper {
  z-index: 200;
  height: 100%;
  display: none;
}

.udesly-increment-button {
  color: #fff;
  background-color: #171717;
  border-radius: 0 6px 6px 0;
  flex: none;
  padding: 2px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  transition: background-color .25s ease-out;
}

.udesly-increment-button:hover {
  background-color: rgba(23, 23, 23, .85);
}

.div-block-28 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.f-modal-wrapper-right-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.f-modal-close-link-2 {
  color: #6b7094;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-modal-close-link-2:hover {
  color: #642eff;
}

.div-block-25 {
  flex: 2 auto;
}

.div-block-25.cart-items-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  flex: 2 auto;
  display: flex;
  overflow: auto;
}

.f-field-label-3 {
  color: #160042;
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-sub-heading-regular-2 {
  color: #160042;
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.f-modal-title-wrapper-2 {
  color: #160042;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-button-2 {
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
  color: #fff;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-2:hover {
  border-color: var(--main-color-dark);
  background-color: var(--main-color-dark);
  opacity: 1;
}

.spark-button-2.lg-btn {
  border-color: var(--main-color);
  background-color: var(--main-color);
  text-align: center;
  align-self: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
}

.f-modal-line-2 {
  background-color: #e4e6f1;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

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

.div-block-31 {
  border-style: solid none none;
  border-width: 2px 1px 1px;
  border-color: var(--main-color) black black;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 2rem;
  display: flex;
}

.text-block-24 {
  font-size: 24px;
  font-weight: 900;
}

.image-8 {
  object-fit: contain;
  width: 5rem;
  height: 5rem;
}

.ci-del-btn {
  display: flex;
}

.form-2 {
  max-height: 65vh;
  overflow: auto;
}

.code-embed-2, .data1-ctn {
  display: none;
}

.rich-text-block-2 {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.code-embed-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-60 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
}

@media screen and (max-width: 991px) {
  .main-nav {
    justify-content: center;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .primary-button.mob-head-btn {
    justify-content: center;
    align-items: center;
    padding: .4rem;
    font-size: 10px;
    display: flex;
  }

  .primary-button.still-show {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .primary-button.shw {
    display: block;
  }

  .primary-button.ctl-btn {
    display: flex;
  }

  .primary-button.fwth.show {
    display: block;
  }

  .primary-button.open-modal-1.show {
    display: flex;
  }

  .menu-btns {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .link-block-2 {
    display: none;
  }

  .mob-head {
    z-index: 100;
    background-color: var(--dim-white);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .image-2 {
    height: 40px;
  }

  .div-block-2 {
    background-color: var(--main-color);
    background-image: linear-gradient(rgba(0, 0, 0, 0), #000);
    min-height: 150vh;
    position: relative;
  }

  .div-block-6 {
    flex: 0 auto;
  }

  .div-block-7 {
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .image-5 {
    display: none;
  }

  .heading {
    text-align: center;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .margin-bottom-24px, .heading-2 {
    text-align: center;
  }

  .container-3 {
    max-width: 728px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .footer-social-block-three {
    margin-top: 0;
    margin-left: 0;
  }

  .footer-form-title {
    text-align: center;
    margin-right: 15px;
  }

  .footer-subscribe {
    padding-bottom: 15rem;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .container-6 {
    max-width: 728px;
  }

  .footer-wrapper-three {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .footer-form-container-two {
    flex-flow: column;
  }

  .footer-form-two {
    padding: 40px;
  }

  .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%;
  }

  .div-block-26 {
    width: 100%;
    min-width: 100%;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .container-5 {
    max-width: 728px;
  }

  .image-9 {
    display: none;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }

  .f-content-image-wrapper-large {
    max-width: 100%;
  }

  .f-grid-two-column-2 {
    grid-template-columns: 1fr;
  }

  .container-8 {
    position: relative;
  }

  .section-3 {
    padding-top: 8rem;
  }

  .brix---btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---paragraph-default {
    font-size: 12px;
    line-height: 16px;
  }

  .brix---heading-h3-size {
    font-size: 16px;
    line-height: 20px;
  }

  .brix---badge-secondary-small-bold {
    font-size: 12px;
  }

  .brix---grid-3-columns-gap-row-64px {
    grid-template-columns: 1fr 1fr;
  }

  .brix---heading-h1-size {
    font-size: 32px;
    line-height: 36px;
  }

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

  .p-button-1, .p-button-2 {
    font-size: 12px;
  }

  .hero-heading-center-2 {
    padding-top: 5rem;
  }

  .container-9 {
    max-width: 728px;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
    position: relative;
    top: 0;
  }

  .hero-split-4.first-go {
    order: -1;
  }

  .shadow-two-2 {
    object-fit: cover;
    width: 100%;
    height: 300px;
    position: relative;
  }

  .lightbox-link {
    height: 300px;
  }

  .div-block-55 {
    z-index: 2;
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    border-radius: var(--small-button-radius);
    background-color: rgba(0, 0, 0, .5);
    justify-content: center;
    align-items: center;
    padding: 2rem;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .ikonik-4k27j {
    color: var(--white);
  }

  .text-block-22 {
    color: var(--white);
    letter-spacing: 4px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .f-account-container-r {
    width: 60%;
  }

  .f-account-image-wrapper {
    width: 40%;
  }

  .f-account-section {
    height: auto;
    padding-top: 2rem;
  }

  .hdr-act.hd-mob {
    display: none;
  }

  .div-block-24 {
    width: 80vw;
  }

  .cart-items-actions {
    padding-top: 1rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .menu-btns {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ikonik-72yd1, .svg-icon {
    width: 3rem;
    height: 3rem;
  }

  .heading {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .margin-bottom-24px {
    font-size: 16px;
    line-height: 18px;
  }

  .heading-2 {
    font-size: 24px;
  }

  .pricing-overview {
    padding: 60px 15px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-legal-link {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-subscribe {
    padding-bottom: 10rem;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-copyright {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .button-main, .footer-form-input {
    width: 100%;
  }

  .footer-wrapper-three {
    flex-flow: column;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .features-list {
    padding: 60px 15px;
  }

  .hero-split-3 {
    width: 100%;
  }

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

  .main-button.big-b {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .content.main-ctn {
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .div-block-43 {
    width: 100%;
  }

  .div-block-48 {
    display: none;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-h2-heading {
    font-size: 44px;
  }

  .f-margin-bottom-12 {
    display: none;
  }

  .f-grid-two-column-2 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---btn-primary {
    padding: 20px 32px;
  }

  .brix---button-row-left {
    margin-right: 16px;
  }

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

  .brix---mg-top-32px {
    margin-top: 24px;
  }

  .brix---badge-secondary-small-bold {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---grid-3-columns-gap-row-64px {
    grid-row-gap: 68px;
    grid-template-columns: 1fr;
  }

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

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

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

  .hero-heading-center-2 {
    padding: 5rem 15px 60px;
  }

  .hero-split-4 {
    top: 0;
  }

  .f-account-container-r {
    justify-content: center;
    width: 100%;
  }

  .f-account-image-wrapper {
    width: 100%;
    height: 600px;
  }

  .f-account-section {
    flex-direction: column;
  }

  .div-block-56.account-block {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100vw;
    overflow: hidden;
  }

  .heading-11 {
    font-size: 24px;
  }

  .cart-items-actions {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .code-embed-3 {
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-60 {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100vw;
    position: relative;
    overflow: auto;
  }
}

@media screen and (max-width: 479px) {
  .main-nav {
    padding: 1rem;
  }

  .primary-button {
    padding: .3rem .5rem;
    font-size: 12px;
  }

  .primary-button.w--current {
    padding: .3rem .5rem;
  }

  .menu-btns {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .ikonik-72yd1, .svg-icon {
    width: 2rem;
    height: 2rem;
  }

  .text-block-2 {
    font-size: 10px;
  }

  .div-block-8 {
    padding-top: 0;
  }

  .heading {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 24px;
    display: flex;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .container-3 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .container-6 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .features-left {
    justify-content: flex-start;
    align-items: center;
  }

  .features-paragraph {
    text-align: center;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    width: 100%;
    margin-bottom: 10px;
  }

  .heading-6, .paragraph-2, .paragraph-3, .paragraph-4 {
    text-align: center;
  }

  .masonry-container {
    width: 100%;
  }

  .masonry-item {
    max-width: 100%;
  }

  .masonry-item.hidit {
    display: none;
  }

  .container-5 {
    max-width: none;
    padding-bottom: 10rem;
  }

  .main-button.big-b.bt1 {
    text-align: center;
    width: 100%;
  }

  .f-modal-button-grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .f-h2-heading {
    font-size: 16px;
    line-height: 28px;
  }

  .div-block-51 {
    padding-top: 3rem;
  }

  .section-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .brix---btn-secondary, .brix---btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 19px;
  }

  .brix---button-row-left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .brix---buttons-row-center {
    flex-direction: column;
  }

  .brix---paragraph-default {
    font-size: 14px;
    line-height: 18px;
  }

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

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }

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

  .brix---image {
    position: relative;
  }

  .brix---badge-secondary-small-bold {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 16px;
  }

  .brix---badge-wrapper-top-right {
    z-index: 2;
    top: 14px;
    right: 14px;
  }

  .brix---product-card-image-wrapper {
    flex-flow: column;
    display: flex;
  }

  .brix---product-card-wrapper-v4 {
    position: relative;
  }

  .brix---grid-3-columns-gap-row-64px {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-9 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .hero-split-4 {
    padding-left: 0;
    padding-right: 0;
    top: 0;
  }

  .hero-split-4.first-go {
    padding-left: 0;
    padding-right: 0;
  }

  .container-12 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-57 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .heading-11 {
    font-size: 16px;
  }

  .ikonik-en0xk {
    width: 32px;
    height: 32px;
  }

  .cart-count {
    width: 16px;
    height: 16px;
    font-size: 10px;
    line-height: 12px;
  }

  .div-block-29 {
    justify-content: center;
    align-items: center;
  }

  .text-block-11 {
    text-align: center;
  }

  .cart-items-actions {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .udesly-input-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .cart-item {
    justify-content: center;
    align-items: center;
  }

  .ittl {
    text-align: center;
  }

  .div-block-30, .div-block-28 {
    justify-content: center;
    align-items: center;
  }
}

#w-node-_02c0cc24-c87c-9cbf-2ced-cf9f8764bdf6-2a3816e5 {
  justify-self: end;
}

#w-node-a94b5b0c-f187-0229-9a76-e21a82e532b3-2a3816e5, #w-node-a94b5b0c-f187-0229-9a76-e21a82e532bd-2a3816e5, #w-node-a94b5b0c-f187-0229-9a76-e21a82e532c7-2a3816e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_02c0cc24-c87c-9cbf-2ced-cf9f8764bdf6-2a3816e5 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_02c0cc24-c87c-9cbf-2ced-cf9f8764bdf6-2a3816e5 {
    order: 9999;
  }
}
