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

body {
  font-family: Karla, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Abhaya Libre', sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Abhaya Libre', sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: Karla, sans-serif;
  color: #777;
  font-size: 18px;
  line-height: 1.5;
}

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

li {
  margin-bottom: 12px;
  padding-left: 8px;
  color: #000;
  font-size: 16px;
  line-height: 1.8;
}

img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
}

figure {
  width: 100%;
  min-width: 100%;
  margin: 40px auto 20px;
}

.logo {
  width: 138px;
  margin-bottom: 3px;
}

.navigation-container-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1070px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-side-plain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3f0a3d;
}

.nav-link {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-size: 17px;
}

.nav-link:hover {
  color: #0bd95a;
}

.navigation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 92px;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  background-color: transparent;
}

.brand {
  margin-right: 35px;
}

.hero-header {
  max-width: 810px;
  margin-top: 120px;
  margin-bottom: 32px;
  padding-right: 0px;
  font-family: Cinzel, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 1;
  font-weight: 400;
}

.title {
  color: #0bd95a;
  font-size: 16px;
}

.body {
  font-family: Karla, sans-serif;
}

.button-outline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 52px;
  padding-right: 46px;
  padding-left: 46px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 16px;
}

.button-outline:hover {
  background-color: #fff;
  color: #000;
}

.category-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  padding: 20px 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}

.container {
  display: block;
  width: 100%;
  max-width: 1070px;
  margin-right: auto;
  margin-left: auto;
}

.container.align-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-section {
  padding: 100px 3%;
}

.content-h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Cinzel, sans-serif;
  color: #000;
  font-size: 42px;
  font-weight: 400;
}

.content-h2.contato {
  font-size: 32px;
}

.title-wrap {
  margin-bottom: 45px;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 500px;
}

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

.content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  padding-right: 78px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.title-category {
  margin-bottom: 12px;
  color: #0bd95a;
  font-size: 16px;
}

.button-outline-dark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 52px;
  margin-top: 23px;
  padding-right: 46px;
  padding-left: 46px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #000;
}

.button-outline-dark:hover {
  background-color: #000;
  color: #fff;
}

.recipe-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 770px;
  padding: 140px 3% 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Home-Image.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.recipe-grid {
  grid-column-gap: 70px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.ingredient-block {
  margin-top: 60px;
  border: 1px solid #e8e8e8;
  background-color: #fdfdfd;
}

.ingredient-block-header {
  min-height: 300px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ingredient-content {
  padding: 40px;
}

.line-break {
  width: 100%;
  height: 1px;
  margin-top: 45px;
  margin-bottom: 45px;
  background-color: #e8e8e8;
}

.recipe-detail-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.recipe-icon-wrap {
  width: 52px;
  height: 52px;
  margin-right: 12px;
  padding: 14px;
  border: 1px solid #e8e8e8;
  border-radius: 100px;
  background-color: #fff;
}

.recipe-detail-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-h5 {
  margin-top: 0px;
  margin-bottom: 2px;
  font-family: 'Abhaya Libre', sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.recipe-detail-small {
  color: #777;
  font-size: 16px;
}

.heading-2 {
  margin-top: 0px;
}

.grid-3 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.other-recipes {
  margin-bottom: 40px;
}

.newsletter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 60px 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e8e8e8;
  background-color: #fdfdfd;
  text-align: center;
}

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

.submit-button {
  width: 100%;
  min-height: 52px;
  border-radius: 50px;
  background-color: #0bd95a;
}

.text-field {
  min-height: 52px;
  border: 1px solid #e7e7e7;
  border-radius: 50px;
}

.content-heading {
  margin-top: 0px;
  color: #000;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.03em;
}

.content-h3 {
  margin-top: 65px;
  margin-bottom: 20px;
  font-family: Cinzel, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.scroll {
  width: 24px;
  opacity: 0.5;
}

.recipe-extra-grid {
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-h6 {
  margin-top: 0px;
  margin-bottom: 18px;
  font-family: 'Abhaya Libre', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.recipe-title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-7 {
  height: 120px;
}

.blog-image-small {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.recipe-extra-item {
  margin-bottom: 20px;
}

.cta-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 282px;
  padding: 52px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e8e8e8;
  background-color: #fdfdfd;
}

.search-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.23);
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.07);
}

.search-icon {
  width: 16px;
}

.feature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1070px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-text {
  padding-top: 4px;
  padding-bottom: 10px;
  border-bottom: 2px dotted #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.footer {
  padding: 132px 3%;
  background-color: #000;
}

.grid-5 {
  -ms-grid-columns: 2.5fr 1fr;
  grid-template-columns: 2.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-logo {
  margin-right: 20px;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  padding: 8px 20px;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
}

.social-icon-wrap-circles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.social-link-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  margin-left: 8px;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.2);
}

.logo-social {
  width: 18px;
}

.image-7 {
  width: 160px;
}

.flowbase-remove {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  width: 100%;
  padding: 15px 22px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 4px;
  border-color: #6a24cc;
  background-color: #7839f3;
  background-image: url('../images/Flowbase-Bubble-Right.png');
  background-position: 100% 0%;
  background-size: 170px;
  background-repeat: no-repeat;
  box-shadow: -2px 40px 45px -30px rgba(0, 18, 45, 0.27);
}

.flowbase-h2 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Karla, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.flowbase-text {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 17px;
}

.flowbase-link {
  color: #fff;
}

.flowbase-close {
  position: absolute;
  left: auto;
  top: 15px;
  right: 15px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.flowbase-close:hover {
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}

.close-icon {
  width: 14px;
}

.flowbase-button {
  padding: 16px 24px;
  border-radius: 100px;
  background-color: #fff;
  color: #7839f3;
  font-size: 15px;
  font-weight: 700;
}

.flowbase-detail {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 13px;
}

.category-detail {
  margin-right: 40px;
  font-family: 'Playfair Display', sans-serif;
  color: #777;
  font-size: 16px;
  font-weight: 700;
}

.recipe-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.recipe-collection-item {
  margin-bottom: 45px;
}

.image-8 {
  width: 22px;
  margin-right: 6px;
}

.return-text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.cta-newsletter {
  width: 100%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-field {
  position: relative;
  min-height: 54px;
  margin-bottom: 0px;
  padding-right: 35px;
  padding-left: 25px;
  border: 1px solid #e7e7e7;
  border-radius: 100px;
}

.submit {
  position: relative;
  right: 52px;
  min-height: 54px;
  padding-right: 35px;
  padding-left: 35px;
  border-radius: 100px;
  background-color: #0bd95a;
}

.author-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block-news {
  width: 100%;
}

.cta-section {
  padding: 40px 3%;
}

.image-content {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  padding: 22px;
}

.image-wrapper-full {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 560px;
}

.image-gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: linear-gradient(353deg, rgba(0, 0, 0, 0.4), transparent);
}

.content-h3-white {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: 'Abhaya Libre', sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.03em;
}

.author-section {
  padding: 60px 3% 100px;
}

.author-grid {
  width: 100%;
  grid-column-gap: 44px;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.author-image {
  width: 100%;
  max-width: 290px;
}

.author-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.author-title {
  margin-bottom: 12px;
  color: #0bd95a;
  font-size: 16px;
}

.author-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 282px;
  padding: 52px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e8e8e8;
  background-color: #fdfdfd;
}

.collection-list-wrapper {
  margin-top: 25px;
}

.mail-field-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 52px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-link {
  display: block;
  padding: 10px 30px;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.category-link:hover {
  opacity: 0.5;
}

.slider-section {
  position: relative;
  overflow: hidden;
  height: 560px;
}

.slider {
  height: 80vh;
  min-height: 650px;
}

.slider-arrow-left {
  left: 2%;
  z-index: 9999;
  display: none;
  width: 55px;
  height: 55px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.15);
  border-radius: 100px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 16px;
}

.slider-arrow-left:hover {
  border-color: hsla(0, 0%, 100%, 0.55);
}

.text-block-6 {
  margin-right: 10px;
  margin-left: 10px;
  color: hsla(0, 0%, 100%, 0.5);
}

.slider-wrapper {
  width: 100%;
  height: 100%;
}

.slide-content-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 160px 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link {
  padding: 4px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #f4f0ed;
  font-size: 13px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.social-link:hover {
  opacity: 0.5;
}

.slide-image {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(17%, rgba(0, 0, 0, 0.85)), to(hsla(0, 0%, 100%, 0))), url('../images/gabriel-ramos-L-vnYS1p6l4-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 17%, hsla(0, 0%, 100%, 0)), url('../images/gabriel-ramos-L-vnYS1p6l4-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide-image.slide-image-two {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.72)), to(hsla(0, 0%, 100%, 0))), url('../images/campo4.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), hsla(0, 0%, 100%, 0)), url('../images/campo4.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.slide {
  overflow: hidden;
}

.social-block {
  position: absolute;
  left: 3%;
  top: auto;
  right: auto;
  bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.slider-arrow-right {
  right: 2%;
  z-index: 9999;
  display: none;
  width: 55px;
  height: 55px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.15);
  border-radius: 100px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 16px;
}

.slider-arrow-right:hover {
  border-color: hsla(0, 0%, 100%, 0.55);
}

.slide-nav {
  display: none;
  margin-bottom: 35px;
  padding-right: 106px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.static-hero-optional {
  position: relative;
  display: none;
  height: 80vh;
  min-height: 650px;
  padding: 132px 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Home-Image.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.side-blog {
  text-decoration: none;
}

.flowbase-banner-grid {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-column-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column {
  padding-left: 0px;
}

.columns {
  margin-top: 56px;
}

.paragraph {
  margin-bottom: 0px;
  text-align: right;
}

.image-9 {
  border-radius: 20px;
}

.paragraph-2 {
  padding-right: 58px;
}

@media screen and (max-width: 991px) {
  .navigation-container-full {
    position: relative;
    min-height: auto;
  }
  .menu-button-green {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff;
  }
  .menu-button-green.w--open {
    border-color: rgba(11, 217, 90, 0.13);
    background-color: rgba(11, 217, 90, 0.06);
  }
  .navigation-side-plain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-menu {
    height: auto;
    background-color: #fff;
  }
  .nav-link {
    width: 100%;
    color: #000;
  }
  .brand {
    padding: 0px;
  }
  .hero-header {
    font-size: 55px;
  }
  .title {
    color: #0bd95a;
  }
  .image-wrapper {
    height: 380px;
  }
  .recipe-grid {
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .other-recipes {
    padding: 40px;
  }
  .recipe-extra-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .div-block-7 {
    height: 240px;
  }
  .cta-block {
    text-align: center;
  }
  .search-button {
    display: none;
  }
  .grid-5 {
    -ms-grid-columns: 2.5fr;
    grid-template-columns: 2.5fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .footer-logo {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .div-block-8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .link {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .social-icon-wrap-circles {
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flowbase-remove {
    display: none;
  }
  .cta-newsletter {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .form {
    padding-left: 52px;
  }
  .author-image-wrapper {
    padding: 0px;
  }
  .image-wrapper-full {
    height: 420px;
  }
  .author-block {
    padding: 36px;
  }
  .slider-arrow-left {
    display: none;
  }
  .slider-arrow-right {
    display: none;
  }
  .columns {
    margin-top: 0px;
  }
  .paragraph {
    text-align: center;
  }
  .image-9 {
    margin-top: 79px;
  }
}

@media screen and (max-width: 767px) {
  .navigation-button-wrap {
    display: none;
  }
  .ingredient-content {
    padding-right: 32px;
    padding-left: 32px;
  }
  .recipe-detail-grid {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .other-recipes {
    padding-right: 32px;
    padding-left: 32px;
  }
  .cta-block {
    padding-right: 24px;
    padding-left: 24px;
  }
  .flowbase-remove {
    display: none;
  }
  .category-detail {
    margin-right: 0px;
  }
  .recipe-collection-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .form {
    padding-left: 0px;
  }
  .author-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .category-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .slider {
    min-height: 700px;
  }
  .slide-content-wrap {
    background-image: none;
    background-position: 0% 100%;
    background-size: 125px;
    background-repeat: repeat;
  }
  .social-block {
    display: none;
  }
  .static-hero-optional {
    height: 100vh;
  }
  .paragraph {
    text-align: center;
  }
  .image-9 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 479px) {
  .hero-header {
    font-size: 48px;
  }
  .content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .image-wrapper {
    height: 460px;
  }
  .recipe-header {
    height: 100vh;
    min-height: 400px;
  }
  .ingredient-content {
    padding: 32px 20px;
  }
  .recipe-detail-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
  .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .other-recipes {
    padding-right: 24px;
    padding-left: 24px;
  }
  .content-h3 {
    margin-bottom: 24px;
  }
  .cta-block {
    padding-right: 24px;
    padding-left: 24px;
  }
  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-field {
    margin-bottom: 4px;
  }
  .submit {
    right: 0px;
    width: 100%;
  }
  .author-grid {
    grid-row-gap: 32px;
  }
  .author-block {
    padding: 20px;
  }
  .mail-field-wrap {
    padding-left: 0px;
  }
  .static-hero-optional {
    min-height: 400px;
  }
  .paragraph {
    text-align: center;
  }
}

#w-node-6a5d82a67bc4-acf5d866 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

