.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 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  font-size: 16px;
  line-height: 34px;
}

strong {
  color: #d91604;
  font-weight: 500;
}

.navbar-no-shadow {
  z-index: 99;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  padding-top: 12px;
  padding-bottom: 12px;
}

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

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  justify-content: flex-end;
  align-items: center;
  margin-left: 220px;
  display: flex;
}

.nav-button-wrapper {
  display: flex;
}

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

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

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

.button-primary._2 {
  color: #bf1e40;
  background-color: #fff;
  margin-top: 14px;
  font-weight: 600;
}

.button-primary._1 {
  background-color: #d91604;
  margin-top: 14px;
  font-weight: 600;
}

.container {
  width: 1140px;
  max-width: none;
  height: auto;
}

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

.container.sm {
  width: 800px;
}

.section {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 140px;
}

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

.footer-dark {
  border-bottom: 1px #e4ebf3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0 15px;
  display: flex;
  position: relative;
}

.footer-brand {
  margin-bottom: 50px;
}

.footer-copy {
  text-align: center;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 16px;
}

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

.hero {
  text-align: center;
  width: 910px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 60px;
}

.banner-cont {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-top: 80px;
  display: flex;
}

.flower-l {
  width: 300px;
  margin-top: 80px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.flower-r {
  z-index: 9;
  width: 300px;
  margin-top: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.italic-text {
  font-size: 50px;
  line-height: 72px;
}

.home-img-block {
  background-color: #fff;
  border-radius: 10px;
  width: 850px;
}

.home-img {
  border-radius: 10px;
  padding: 4px;
}

.hero-h2 {
  text-align: center;
  font-size: 46px;
  font-weight: 300;
  line-height: 60px;
}

.logo {
  height: 90px;
}

.flower-section {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-bottom: 140px;
  padding-bottom: 0;
}

.slider {
  background-color: #fff7e8;
  border-radius: 10px;
  height: auto;
}

.stories-img {
  border-radius: 6px;
  width: 100%;
  margin: 10px;
}

.stories-con {
  margin-top: 0;
  margin-left: 30px;
  margin-right: 30px;
}

.left-arrow {
  background-color: #fff;
  border: 1px solid #fc1b27;
  border-radius: 100px;
  width: 46px;
  height: 46px;
  inset: auto 76px 20px auto;
}

.right-arrow {
  background-color: #fff;
  border: 1px solid #fc1b27;
  border-radius: 100px;
  width: 46px;
  height: 46px;
  inset: auto 20px 20px auto;
}

.slide-nav {
  opacity: .24;
  height: 30px;
  margin-bottom: -30px;
  font-size: 10px;
  line-height: 10px;
  display: none;
}

.story-con {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.paragraph-2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.icon {
  color: #fc1b27;
  font-size: 18px;
}

.column {
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.footer {
  color: #333;
  flex: none;
  font-size: 16px;
  text-decoration: none;
}

.columns-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.column-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-logo {
  width: auto;
  max-width: none;
  height: 160px;
}

.footer-space {
  color: #3333;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
}

.column-4 {
  justify-content: flex-start;
  align-items: center;
  height: 440px;
  display: flex;
}

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

.notion-link {
  color: #333;
  text-decoration: none;
}

.footer-center-line {
  color: #3333;
  text-align: center;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 16px;
}

.list {
  padding-left: 20px;
  list-style-type: decimal;
}

.why-icon-sm {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.about-img {
  border-radius: 10px;
  width: 100%;
}

.about-block {
  width: 550px;
}

.sm {
  font-size: 22px;
  line-height: 28px;
}

.about-point {
  background-image: url('../images/tick-double-svgrepo-com.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 10px 10px 10px 26px;
}

.paragraph-5, .paragraph-6 {
  margin-bottom: 0;
}

.about-bold {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.column-5 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.columns-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-cube {
  background-color: #f67300;
  border-radius: 6px;
  padding: 100px;
}

.about-cube.vision {
  background-color: #d91604;
}

.con-title {
  font-size: 32px;
  font-weight: 500;
}

.price {
  background-color: #f2d49b;
  background-image: url('../images/footer-line.svg');
  background-position: 88% 111%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 402px;
  padding: 60px;
  display: flex;
}

.price._2 {
  background-color: #d91604;
  background-image: url('../images/card.svg');
  background-position: 88% 112%;
  background-attachment: scroll;
  padding: 60px;
}

.price-title {
  margin-top: 0;
}

.list-3 {
  margin-bottom: 0;
}

.price-title-2 {
  color: #fff;
  margin-top: 0;
}

.list-item {
  color: #fff;
}

.grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.why-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}

.bolck-sm {
  text-align: center;
  width: 750px;
  margin-bottom: 60px;
}

.bolck-sm.mini {
  width: 650px;
}

.why-cube {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.columns-4 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.list-item-2 {
  font-size: 14px;
  line-height: 24px;
}

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

.p-center {
  text-align: center;
  margin-bottom: 0;
}

.pro-cube {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.count {
  text-align: center;
  background-color: #d91604;
  border: 5px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: -30px;
  margin-right: 14px;
  display: flex;
  position: relative;
}

.count-no {
  color: #fff;
  margin-bottom: 0;
}

.grid-3 {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.pro-title {
  text-align: center;
}

.pro-block {
  background-color: #ffdfa3;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 210px;
  padding: 30px;
  display: flex;
}

.price-block {
  letter-spacing: 1px;
  margin-right: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

.price-block._2 {
  color: #fff;
  font-size: 28px;
  line-height: 38px;
}

.amount {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.p-3 {
  color: #fff;
  font-size: 14px;
}

.faq {
  border-bottom: 1px solid #00000029;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 20px;
  display: flex;
}

.price-bottom {
  width: 100%;
}

.rs {
  font-weight: 300;
}

.our-title, .paragraph-8 {
  color: #fff;
}

.contact-cube {
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.contact-block {
  border-radius: 6px;
  margin-right: 40px;
  padding: 0;
}

.contact-block._2 {
  border-bottom: 1px solid #00000029;
  border-radius: 0;
  width: 400px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.con-title-2 {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

.con-sm-center {
  width: 1000px;
  max-width: none;
}

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

.paragraph-11 {
  color: #333;
  text-decoration: none;
}

.con-link {
  color: #333;
  font-weight: 500;
  text-decoration: none;
}

.lang-block {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-9 {
  height: 20px;
}

.lang-change {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.lang-change:hover {
  color: #1a1b1fbf;
}

.lang-change:focus-visible, .lang-change[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.notion {
  text-align: center;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 16px;
}

.whatsapp {
  z-index: 10;
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  margin-right: 24px;
  position: fixed;
  inset: auto 0% 0% auto;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .lang-change {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .lang-change {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 22px;
    line-height: 28px;
  }

  h3 {
    font-size: 18px;
    line-height: 22px;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }

  .navbar-no-shadow-container {
    max-width: none;
    padding: 6px 10px 6px 20px;
  }

  .nav-menu {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }

  .nav-link {
    border-bottom: 1px solid #00000029;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link.w--current {
    background-color: #fff5f7;
  }

  .mobile-margin-top-10 {
    flex-flow: column;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .button-primary {
    margin-top: 10px;
  }

  .menu-button.w--open {
    background-color: #d91604;
    border-radius: 4px;
  }

  .container {
    width: auto;
  }

  .container.center {
    flex-flow: column;
    width: auto;
  }

  .container.sm {
    width: auto;
  }

  .section {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.top {
    margin-bottom: 40px;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .section.insta {
    display: none;
  }

  .footer-dark {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: hidden;
  }

  .footer-brand {
    margin-bottom: 20px;
  }

  .image {
    width: auto;
    max-width: none;
    height: 80px;
    margin-bottom: 40px;
    margin-right: -100px;
    overflow: visible;
  }

  .hero {
    width: auto;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 40px;
  }

  .banner-cont {
    height: auto;
    margin-top: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .flower-l, .flower-r {
    width: auto;
    height: 100px;
  }

  .italic-text {
    font-size: 26px;
    line-height: 30px;
  }

  .home-img-block {
    width: auto;
  }

  .home-img {
    width: 100%;
    max-width: none;
  }

  .hero-h2 {
    width: 360px;
    font-size: 20px;
    line-height: 30px;
  }

  .logo {
    height: 50px;
  }

  .flower-section {
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider {
    width: 100%;
  }

  .stories-img {
    width: 100%;
    max-width: none;
    margin: 10px 0 0;
  }

  .stories-con {
    margin: 0;
  }

  .story-con {
    font-size: 20px;
  }

  .column {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .footer {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .footer-logo {
    height: 70px;
  }

  .footer-space {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-4 {
    height: auto;
    padding: 20px 20px 20px 30px;
  }

  .footer-block-strip {
    flex-flow: column;
    width: 100%;
  }

  .footer-center-line {
    display: none;
  }

  .why-icon-sm {
    font-size: 14px;
  }

  .about-img, .about-block {
    width: auto;
  }

  .column-5 {
    margin-top: 40px;
  }

  .columns-3 {
    flex-flow: column-reverse wrap;
    justify-content: flex-start;
  }

  .about-cube {
    margin-bottom: 20px;
    padding: 40px;
  }

  .price {
    height: auto;
    margin-bottom: 40px;
    padding: 40px;
  }

  .price._2 {
    margin-bottom: 20px;
    padding: 40px;
  }

  .grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .why-icon {
    width: 60px;
    height: 60px;
  }

  .bolck-sm, .bolck-sm.mini {
    width: auto;
    margin-bottom: 20px;
  }

  .grid-3 {
    flex-flow: column;
    display: flex;
  }

  .pro-block {
    padding-bottom: 20px;
  }

  .amount {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .faq {
    padding-top: 20px;
    padding-bottom: 10px;
    line-height: 26px;
  }

  .contact-cube {
    flex-flow: column;
  }

  .contact-block {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    padding: 20px 20px 20px 0;
  }

  .contact-block._2, .con-sm-center {
    width: auto;
  }

  .main-title-bold {
    line-height: 30px;
  }

  .sub-title {
    font-size: 16px;
  }

  .paragraph-9 {
    line-height: 22px;
  }

  .address {
    display: block;
  }

  .lang-block {
    border-bottom: 1px solid #00000029;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .list-item-3 {
    width: 100%;
  }
}


