@font-face {
  font-family: Jollinfamily;
  src: url('../fonts/JollinFamily-MediumExpand.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Jollinfamily;
  src: url('../fonts/JollinFamily-SemiBoldExpand.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Jollinfamily;
  src: url('../fonts/JollinFamily-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Merriweather;
  src: url('../fonts/Merriweather_96pt_SemiCondensed-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Merriweather;
  src: url('../fonts/Merriweather_96pt_SemiCondensed-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Merriweather;
  src: url('../fonts/Merriweather_96pt_SemiCondensed-Medium.ttf') format("truetype"), url('../fonts/Merriweather_48pt-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Merriweather;
  src: url('../fonts/Merriweather_96pt_SemiCondensed-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000;
  --red: #dc1e35;
  --white: #fff;
  --orange: #fff000;
  --is-purple: #582931;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

body {
  color: var(--black);
  font-family: IBM Plex Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 50px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.page-wrapper.bg {
  background-image: url('../images/Container-1-min.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
}

.page-wrapper.bg.dark {
  background-color: #571a70;
  background-image: url('../images/Cempasuchil-Morado-1--01-01-7.png'), url('../images/Group-78.svg');
  background-position: 50%, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: contain, 100%;
}

.header {
  z-index: 99;
  background-color: var(--red);
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  inset: 0% 0% auto;
}

.site-container {
  width: 1420px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.site-container.md {
  width: 1320px;
}

.site-container.lg {
  width: 1500px;
}

.site-container.sm {
  width: 1040px;
}

.site-container.medium {
  width: 1280px;
}

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

.brand-logo {
  width: 260px;
}

.nav_link {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 22px;
  transition: all .3s;
  display: flex;
}

.nav_link:hover, .nav_link.w--current {
  color: var(--orange);
}

.header_menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.hero {
  padding-top: 90px;
  padding-bottom: 35px;
}

.hero.mt {
  padding-bottom: 60px;
}

.hero.pb {
  padding-bottom: 50px;
}

.hero_cap {
  text-align: center;
  padding-top: 100px;
}

.hero_cap.pt {
  padding-top: 70px;
}

.hero_cap.pd0 {
  padding-top: 0;
}

.text-color-red {
  color: var(--red);
}

.heading-style-h1 {
  color: var(--red);
  font-family: Merriweather, Arial, sans-serif;
  font-size: 83px;
  font-weight: 700;
  line-height: 90px;
}

.heading-style-h1.med {
  font-size: 70px;
}

.hero_subtitle {
  color: var(--red);
  margin-top: 9px;
  font-family: Merriweather, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.hero_subtitle.sm {
  font-size: 18px;
}

.blog {
  min-height: 60vh;
  padding-top: 35px;
  padding-bottom: 140px;
}

.blog_head {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.search_field {
  color: var(--black);
  background-color: #fff;
  background-image: url('../images/Search.svg');
  background-position: 14px;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 30px;
  min-height: 40px;
  margin-bottom: 0;
  padding-left: 40px;
  font-size: 16px;
  font-weight: 400;
}

.search_field::placeholder {
  color: var(--black);
}

.form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog_filters-tabs {
  background-color: #fff;
  border-radius: 10px 13px 13px 10px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 14px;
  display: flex;
}

.blog_filters-tabs.bg {
  background-color: #e0e0e0;
}

.blog_filters-tabs.is-1st {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 19px;
}

.blog_filters-tab {
  color: var(--black);
  text-align: center;
  cursor: pointer;
  background-color: #3898ec00;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 6px 14px;
  font-size: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog_filters-tab.tab_active {
  background-color: var(--white);
  color: var(--black);
}

.blog_filters-tab.active {
  background-color: var(--red);
  color: var(--white);
}

.tab-active {
  border: 1px #000;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
}

.tab-active.w--redirected-checked {
  background-color: #fff;
}

.blog_filters-tab--txt {
  z-index: 3;
  position: relative;
}

.blog_inner {
  width: 1140px;
  max-width: 100%;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.blog_inner._w-100 {
  width: 100%;
  margin-top: 0;
}

.blog_post {
  color: var(--white);
  border: 6px solid #b5b5b5;
  border-radius: 20px;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 14px #0003;
}

.blog_post:hover {
  border-color: #ea342378;
}

.blog_post.b-none {
  box-shadow: none;
  border-style: solid;
  border-color: #b5b5b500;
}

.blog_post.b-none:hover {
  border-color: #ffa6a6;
}

.blog_post.h-auto {
  box-shadow: none;
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: auto;
}

.collection-list {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.collection-list._12-col {
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
}

.img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: block;
}

.post_cap {
  background-color: #00000078;
  align-items: flex-end;
  padding: 50px 40px 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.post_cap.bg {
  background-color: #0000;
  padding: 110px;
}

.post_img-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: relative;
  overflow: hidden;
}

.heading-style-h3 {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 17px;
}

.post_author-wrap {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.tag {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  text-align: center;
  background-color: #00000080;
  border: 1px solid #ffffff4d;
  border-radius: 60px;
  padding: 4px 12px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.categories_row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

.blog_post-item {
  height: 460px;
  transition: all .4s;
}

.blog_post-item.h-auto {
  height: 100%;
}

.blog_post-item.h-auto.center {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.pagination {
  margin-top: 60px;
}

.load-btn {
  color: var(--white);
  background-color: #ea3423;
  border-style: none;
  border-radius: 1.25rem;
  padding: 16px 60px;
  font-size: 18px;
}

.blog_btn-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  display: flex;
}

.blog_btn-wrap.mt {
  margin-top: 60px;
}

.button {
  border: 2px solid var(--black);
  color: var(--black);
  text-align: center;
  background-color: #f6f3f3;
  border-radius: 20px;
  padding: 16px 62px;
  font-size: 16px;
  transition: all .2s;
  box-shadow: 0 4px 5px #00000040;
}

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

.button.is-outline {
  border-color: var(--red);
  color: var(--red);
  border-radius: 19px;
  padding-left: 36px;
  padding-right: 36px;
  font-size: 19px;
}

.button.is-outline:hover {
  background-color: var(--red);
  color: var(--white);
}

.button.is-primary {
  border-color: var(--red);
  background-color: var(--red);
  color: var(--white);
  border-radius: 19px;
  padding-left: 36px;
  padding-right: 36px;
  font-size: 19px;
}

.button.is-primary:hover {
  color: var(--red);
  background-color: #ea342300;
}

.empty-state {
  text-align: center;
  background-color: #f7f3f3;
  padding-top: 30px;
  padding-bottom: 30px;
}

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

.div-block {
  display: none;
}

.gallery_cap {
  opacity: 0;
  background-color: #00000078;
  align-items: flex-end;
  padding: 50px 20px 20px;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gallery_cap:hover {
  opacity: 100;
}

.video_wrap {
  height: 400px;
}

.filter-wrap {
  z-index: 999;
  border-radius: 15px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  padding: 7px 20px 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 8px;
  display: flex;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.filter_dots {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 10px;
  width: 10px;
  height: 15px;
}

.filter_btns-wrap {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 1120px;
  max-width: 100%;
  display: block;
}

.blog_filters-btn {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border: 2px solid #000;
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 9px 9px 8px;
  font-size: 17px;
  display: flex;
}

.blog_filters-btn:hover {
  background-color: var(--black);
  color: var(--white);
}

.blog_filters-btn.bg {
  background-color: var(--white);
  color: var(--black);
  border-style: none;
  border-radius: 50px;
  width: 190px;
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.popup {
  z-index: 9999;
  color: var(--white);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.popup.recipe {
  justify-content: flex-start;
  align-items: center;
}

.popup.community {
  justify-content: flex-end;
  align-items: center;
}

.popup__inner {
  z-index: 2;
  background-color: var(--is-purple);
  flex-flow: column;
  justify-content: center;
  width: 560px;
  max-width: 100%;
  height: 100vh;
  padding: 36px 70px;
  display: flex;
  position: relative;
  overflow: auto;
}

.popup_head {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--white);
  align-items: center;
  margin-bottom: 18px;
  font-weight: 400;
  display: flex;
}

.popup_title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--white);
  background-color: #f58220;
  border-radius: 8px;
  align-items: center;
  min-height: 47px;
  padding: 8px 16px;
  font-size: 18px;
  line-height: 22px;
  display: flex;
}

.form-block {
  margin-bottom: 0;
}

.hs-input {
  color: var(--black);
  border: 1px #000;
  border-radius: 8px;
  width: 100%;
  min-height: 44px;
  margin-top: 14px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 10px 16px;
  font-size: 16px;
}

.hs-input.hs-fieldtype-textarea {
  resize: none;
  min-height: 70px;
  padding-top: 10px;
}

.div-block-5 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 14px;
  display: grid;
}

.hs_submit {
  flex-flow: column;
  margin-top: 21px;
  display: flex;
}

.btn {
  text-align: center;
  background-color: #dc1e35;
  border-radius: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 20px;
  line-height: 37px;
}

.close__btn {
  background-color: #fff302;
  background-image: url('../images/cancel-01-stroke-rounded-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-top: 20px;
  margin-right: 20px;
  padding: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close__btn.is-left {
  margin-left: 20px;
  margin-right: 0;
  left: 0;
  right: auto;
}

.checkbox-field {
  color: var(--white);
  margin-top: 20px;
  font-size: 15px;
  line-height: 20px;
}

.checkbox-label {
  width: 100%;
}

.close-btn, .menu-btn {
  display: none;
}

.body {
  padding: 7vw;
}

.subtitle {
  color: var(--red);
  margin-bottom: 20px;
  font-family: Merriweather, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.div-block-6 {
  color: var(--white);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.div-block-6:hover {
  border-color: var(--red);
  color: var(--white);
}

.div-block-6.is-black {
  color: var(--black);
}

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

.div-block-7 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  width: 300px;
  display: flex;
}

.div-block-8 {
  cursor: pointer;
  position: absolute;
  inset: 30px 30px auto auto;
}

.div-block-9 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image {
  width: 100%;
}

.blog_filters-tags {
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 14px;
  display: flex;
}

.blog_filters-tags.bg {
  background-color: #e0e0e0;
}

.text-field {
  display: none;
}

.filter_tag {
  cursor: pointer;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 22px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.filter_tag:hover {
  background-color: #ffffff30;
}

.filter_tag.is-active {
  background-color: var(--white);
  color: var(--black);
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
}

.filter_tag-btn {
  border: 1px #000;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  inset: 0%;
}

.filter_tag-btn.w--redirected-checked {
  border: 1px #000;
  box-shadow: 0 2px 5px #0000;
}

.radio-button-label {
  z-index: 1;
  white-space: nowrap;
  position: relative;
}

.form-block-2 {
  margin-bottom: 0;
}

.filter_toggle-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--red);
  color: var(--white);
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
  align-items: center;
  padding: 5px 10px 5px 20px;
  display: flex;
}

.filter_toggle {
  border: 2px solid var(--white);
  cursor: pointer;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  height: 30px;
  padding-left: 3px;
  padding-right: 3px;
  display: flex;
  position: relative;
}

.filter_toggle-btn {
  background-color: var(--white);
  border-radius: 100%;
  width: 23px;
  height: 23px;
}

.text-block._2nd {
  position: absolute;
}

.work_wrapper {
  padding-top: 2em;
}

.work_list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  display: grid;
}

.work_item {
  border-radius: .9em;
  position: relative;
  overflow: hidden;
}

.page-styles {
  position: fixed;
  inset: 0% 0% auto;
}

.blog_hero {
  padding-bottom: 55px;
  position: relative;
}

.blog_detail {
  background-image: linear-gradient(#fffc, #fffc);
  padding-top: 56px;
  padding-bottom: 80px;
  overflow: hidden;
}

.blog_main-img {
  text-align: center;
  height: 690px;
  overflow: hidden;
}

.blog_detail-cap {
  text-align: center;
  margin-top: 78px;
}

.heading-style-h2 {
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}

.heading-style-h2.font-mons {
  font-family: Merriweather, Arial, sans-serif;
  font-size: 50px;
  line-height: 60px;
}

.code-embed-3 {
  margin-top: 23px;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

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

.collection-list-2 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-2 {
  padding: 1px 28px;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
}

.collection-item {
  border-right: 2px solid #000;
}

.collection-item:last-child {
  border-right-style: none;
}

.blog_detail-grid {
  grid-column-gap: 130px;
  grid-row-gap: 130px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 90px;
  font-size: 30px;
  line-height: 40px;
  display: grid;
}

.rich-text-block {
  margin-top: 30px;
  font-size: 18px;
  line-height: 29px;
}

.rich-text-block li {
  margin-bottom: 10px;
}

.rich-text-block p {
  margin-bottom: 30px;
}

.rich-text-block h2 {
  margin-bottom: 20px;
}

.rich-text-block ol {
  margin-top: 20px;
  margin-bottom: 40px;
}

.rich-text-block a {
  color: var(--red);
  text-decoration: underline;
}

.rich-text-block h3 {
  margin-bottom: 20px;
}

.rich-text-block ul {
  margin-top: 20px;
  margin-bottom: 40px;
}

.rich-text-block h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 28px;
}

.blog_btns-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 82px;
  display: flex;
}

.link-block {
  position: absolute;
  inset: 0%;
}

.div-block-10 {
  position: relative;
}

.text-block-3 {
  display: none;
}

._404 {
  background-color: var(--white);
  text-align: center;
  border-radius: 14px;
  padding: 40px;
  font-size: 20px;
}

.code-embed-4 {
  height: 100%;
}

.image-2 {
  width: 20px;
}

.text-block-2 {
  opacity: .6;
  font-size: 20px;
  line-height: 30px;
}

.code-embed-5 {
  margin-top: 153px;
}

.body-2 {
  background-color: var(--is-purple);
  padding: 100px;
}

.hs-richtext {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--white);
  background-color: #f58220;
  border-radius: 8px;
  align-items: center;
  min-height: 47px;
  margin-top: 14px;
  padding: 8px 16px 8px 20px;
  font-size: 18px;
  line-height: 22px;
  display: flex;
}

.hs-richtext h1 {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.hs-button {
  outline-offset: 0px;
  color: var(--white);
  cursor: pointer;
  background-color: #dc1e35;
  border: 1px #000;
  border-radius: 8px;
  outline: 3px #fff;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 20px;
  line-height: 37px;
}

.input {
  margin: 0;
}

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

.form-columns-3 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-2 {
  position: absolute;
  inset: 0%;
}

.div-block-11 {
  height: 100%;
  position: relative;
}

.video_controls {
  background-color: var(--red);
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%);
}

.play_icon {
  filter: invert();
  width: 100%;
}

.pause_icon {
  filter: invert();
  width: 100%;
  padding: 17px;
  display: none;
  position: absolute;
  inset: 0%;
}

.image-3 {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.popup_overlay {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000002b;
  position: fixed;
  inset: 0%;
}

.submitted-message {
  margin-top: 20px;
}

.blog_author {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.author_img-wrap {
  border-radius: 100%;
  width: 157px;
  height: 157px;
  overflow: hidden;
}

.author_name {
  font-size: 25px;
  font-weight: 500;
  line-height: 34px;
}

.author_designation {
  margin-top: 18px;
  font-size: 22px;
  line-height: 30px;
}

.author_profiles {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.header_btn-wrap {
  margin-left: 24px;
}

.header-btn {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--white);
  background-color: #ffffff26;
  border: 1px solid #fff6;
  border-radius: 4px;
  align-items: center;
  padding: 5px 12px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  transition: all .3s;
  display: flex;
}

.header-btn:hover {
  background-color: var(--red);
}

.item {
  width: 100%;
  padding: 18px;
  transition: all .3s;
  position: relative;
}

.item:hover {
  transform: rotate(-2deg)scale(1.1);
}

.item_inner {
  border-radius: 10px;
  flex-flow: column;
  width: 100%;
  position: relative;
}

.item_img-wrap {
  border-radius: 10px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.img-overlay {
  background-image: linear-gradient(0deg, #000000b3, #96969633 50%, #fff0);
  position: absolute;
  inset: 0%;
}

.item_content-wrap {
  z-index: 4;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  opacity: 0;
  background-image: none;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 30px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.item_content-wrap.hide {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
}

.text-block-4 {
  opacity: .8;
  color: var(--white);
  font-size: 12px;
  line-height: 16px;
}

.div-block-13 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-5 {
  display: none;
}

.section_blog {
  padding-top: 32px;
  padding-bottom: 60px;
}

.prev-btn {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--black);
  border-radius: 8px;
  padding: 8px 12px;
}

.prev-btn:hover {
  background-color: var(--orange);
}

.prev-btn.is-bg {
  color: var(--white);
  background-color: #f54a00;
  padding: 10px 16px;
  font-weight: 500;
  transition: background-color .2s;
}

.prev-btn.is-bg:hover {
  background-color: var(--red);
}

.prev-btn_inner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.prev-btn_inner.lg {
  font-size: 17px;
}

.code-embed-6 {
  display: flex;
}

.blog_img-wrapper {
  margin-top: 16px;
}

.blog_img {
  border-radius: 12px;
  height: 384px;
}

.blog_profile-card {
  background-color: var(--white);
  border-radius: 16px;
  margin-top: 32px;
  padding: 24px;
  box-shadow: 0 4px 6px #00000026;
}

.blog_card-head {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.blog_card-img {
  border-radius: 100%;
  width: 80px;
  min-width: 80px;
  height: 80px;
  overflow: hidden;
}

.category-tag {
  color: #9f2d00;
  background-color: #ffedd4;
  border-radius: 8px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.collection-list-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.collection-list-wrapper-2 {
  margin-bottom: 12px;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  opacity: .7;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.div-block-15.weight-liht {
  font-weight: 400;
}

.code-embed-7 {
  display: flex;
}

.text-block-6 {
  color: #155dfc;
}

.blog_card-body {
  color: #364153;
  border-top: 1px solid #ebe6e7;
  margin-top: 24px;
  padding-top: 16px;
}

.heading {
  color: #1e2939;
  font-size: 18px;
  line-height: 24px;
}

.blog_info-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 20px;
  display: grid;
}

.blog_info-col {
  text-align: center;
  flex-flow: column;
}

.info_icon-wrap {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.info_icon-wrap.is-orange {
  color: #f54a00;
  background-color: #ffedd4;
  margin-left: auto;
  margin-right: auto;
}

.info_icon-wrap.is-blue {
  color: #155dfc;
  background-color: #dbeafe;
}

.info_icon-wrap.is-red {
  color: #dc1e35;
  background-color: #ffe2e2;
}

.code-embed-8 {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-16 {
  margin-top: 10px;
}

.text-block-7 {
  color: #4a5565;
  font-size: 12px;
  line-height: 16px;
}

.text-block-8 {
  font-size: 16px;
  font-weight: 600;
}

.blog_detail-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.div-block-17 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.code-embed-9 {
  color: #f54a00;
  display: flex;
}

.rich-text-block-2 {
  margin-top: 18px;
}

.rich-text-block-2 li {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 20px;
}

.rich-text-block-2 ol {
  padding-left: 30px;
}

.list {
  margin-bottom: 0;
  padding-left: 30px;
}

.code-embed-9-copy {
  color: #155dfc;
  display: flex;
}

.div-block-18 {
  text-align: center;
  margin-top: 32px;
}

.code-embed-6-copy {
  width: 20px;
  display: flex;
}

.empty-state-2 {
  display: none;
}

.link-block-3 {
  z-index: 4;
  position: absolute;
  inset: 0%;
}

.hero_btn-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.link-block-4 {
  background-color: var(--red);
  color: var(--white);
  text-align: center;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
}

.link-block-4:hover {
  background-color: #c10007;
}

.link-block-4.lg {
  padding-left: 30px;
  padding-right: 30px;
}

.code-embed-10 {
  display: flex;
}

.div-block-19 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.form-3 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000004d;
  border-radius: 60px;
  justify-content: space-between;
  padding: 12px 24px;
  display: flex;
}

.image-6 {
  display: flex;
}

.video_popup {
  z-index: 99999;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #000000c7;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.code-embed-11 {
  width: 500px;
  height: 510px;
}

.cls-btn {
  background-color: #3898ec00;
  background-image: url('../images/x-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: 40px 40px auto auto;
}

.code-embed-12 {
  margin-right: 6px;
  display: flex;
}

.div-block-21 {
  z-index: 2;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 20px;
}

.text-block-9 {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: var(--white);
  background-color: #00000080;
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.filter_button {
  display: none;
}

.logo-img {
  width: 180px;
  display: none;
}

.div-block-22 {
  text-align: center;
  position: relative;
}

.mode-btn {
  color: var(--white);
  cursor: pointer;
  background-color: #571a70;
  border-radius: 10px;
  margin-left: 10px;
  padding: 10px 14px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .2s;
  display: inline-block;
}

.mode-btn:hover {
  background-color: var(--red);
}

.mode_btn-inner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.spacer {
  display: none;
}

.loader {
  z-index: 2147483647;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #ffffff78;
  background-color: #340647f7;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 41px;
  font-weight: 600;
  line-height: 50px;
  display: none;
  position: fixed;
  inset: 0%;
}

.lottie-animation {
  width: 100%;
  height: 500px;
}

.frame-img {
  z-index: 13;
  position: absolute;
  inset: 0% 0% 0;
}

.div-block-23 {
  height: 100%;
  position: relative;
}

.subtitle-2 {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 38px;
}

.code-embed-13 {
  height: 100%;
}

.button-3 {
  color: #000;
  text-align: center;
  background-color: #f6f3f3;
  border: 2px solid #000;
  border-radius: 20px;
  padding: 16px 62px;
  font-size: 16px;
  transition: all .2s;
  box-shadow: 0 4px 5px #00000040;
}

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

.button-3.is-outline {
  color: #ea3423;
  border-color: #ea3423;
  border-radius: 19px;
  padding-left: 36px;
  padding-right: 36px;
  font-size: 19px;
}

.button-3.is-outline:hover {
  color: #fff;
  background-color: #ea3423;
}

.button-3.is-primary {
  color: #fff;
  background-color: #ea3423;
  border-color: #ea3423;
  border-radius: 19px;
  padding-left: 36px;
  padding-right: 36px;
  font-size: 19px;
}

.button-3.is-primary:hover {
  color: #ea3423;
  background-color: #ea342300;
}

.heading-style-h1-2 {
  color: #ea3423;
  font-family: Merriweather, Arial, sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 100px;
}

.hero_subtitle-2 {
  margin-top: 9px;
  font-size: 28px;
  line-height: 38px;
}

.code-embed-14 {
  margin-top: 23px;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.video_controls-2 {
  cursor: pointer;
  background-color: #ea3423;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%);
}

.blog_hero-logo {
  text-align: center;
  display: none;
  position: static;
  inset: 0% 0% auto;
}

.flex-block {
  display: block;
}

.empty-state-3 {
  display: none;
}

.image-9 {
  width: 270px;
}

.div-block-24 {
  margin-top: 10px;
}

.empty-state-4 {
  display: none;
}

.code-embed-15 {
  display: flex;
}

.rich-text-block-3 {
  margin-top: 18px;
}

.div-block-25 {
  text-align: center;
  margin-top: 32px;
}

.code-embed-16 {
  color: #f54a00;
  display: flex;
}

.text-block-10 {
  color: #4a5565;
  font-size: 12px;
  line-height: 16px;
}

.code-embed-17 {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.div-block-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.div-block-27 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.div-block-28 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  opacity: .7;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.div-block-28.weight-liht {
  font-weight: 400;
}

.collection-list-wrapper-3 {
  margin-bottom: 12px;
}

.code-embed-18 {
  display: flex;
}

.text-block-11 {
  color: #155dfc;
}

.div-block-29 {
  text-align: center;
}

.section_wallpapers {
  background-color: #ffffffb3;
  min-height: 80vh;
  padding-top: 40px;
  padding-bottom: 80px;
  overflow: hidden;
}

.wallpaper_img-wrap {
  position: relative;
  overflow: hidden;
}

.image-10 {
  border: 10px solid #262c44;
  border-radius: 45px;
  width: 100%;
}

.collection-list-5 {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-30 {
  flex-flow: column;
  padding: 20px 30px 44px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.download-btn {
  background-color: var(--red);
  color: var(--white);
  text-align: center;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
}

.download-btn:hover {
  background-color: #c10007;
}

.div-block-31 {
  height: 100%;
  position: relative;
}

.blog_summary {
  font-size: 16px;
}

.blog_summary h2, .blog_summary h3 {
  margin-top: 20px;
}

.blog_summary p {
  margin-top: 15px;
  margin-bottom: 0;
}

.blog_summary blockquote {
  margin-top: 20px;
}

.blog_summary ol, .blog_summary ul {
  margin-top: 15px;
}

.blog_summary a {
  color: var(--red);
  text-decoration: underline;
}

.div-block-32 {
  position: absolute;
}

.code-embed-19 {
  display: none;
}

.blog_title {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 17px;
}

.section {
  background-color: #ffffffb3;
  min-height: 60vh;
  padding-top: 60px;
  padding-bottom: 90px;
}

.image-11 {
  width: 100%;
}

.div-block-33 {
  text-align: center;
  margin-top: 70px;
}

.text-block-12 {
  color: #e66500;
  font-family: Merriweather, Arial, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 60px;
}

.btn-wrap {
  text-align: center;
  margin-top: 55px;
}

.wallpaper_marquee-wrap {
  background-image: linear-gradient(#e66500 80%, #fff0 20%);
  margin-bottom: 60px;
}

.wallpaper_marquee {
  height: 400px;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: hidden;
}

.heading-2 {
  color: #e66500;
  text-align: center;
  font-family: Merriweather, Arial, sans-serif;
  font-size: 52px;
  line-height: 60px;
}

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

.rich-text-block-4 {
  text-align: left;
  margin-top: 30px;
  font-size: 25px;
  line-height: 33px;
}

.rich-text-block-4 p {
  margin-top: 40px;
  margin-bottom: 0;
}

.rich-text-block-4 h3 {
  margin-top: 40px;
}

.rich-text-block-4 ol {
  margin-top: 20px;
  padding-left: 50px;
}

.rich-text-block-4 ul {
  margin-top: 20px;
}

.div-block-35 {
  margin-top: 40px;
}

@media screen and (min-width: 1440px) {
  .popup_title {
    font-size: 32px;
    line-height: 36px;
  }

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    font-size: 20px;
    line-height: 24px;
  }

  .hs-input.hs-fieldtype-textarea {
    min-height: 89px;
  }

  .image-2 {
    width: 31px;
  }

  .hs-richtext {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    font-size: 20px;
    line-height: 24px;
  }
}

@media screen and (min-width: 1920px) {
  .code-embed-11 {
    height: 800px;
  }
}

@media screen and (max-width: 991px) {
  .header {
    z-index: 9999;
    padding-top: 14px;
    padding-bottom: 14px;
    position: absolute;
  }

  .nav_link {
    font-size: 21px;
    line-height: 30px;
  }

  .header_menu {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: var(--white);
    color: var(--black);
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 60px 30px;
    position: relative;
  }

  .hero {
    padding-top: 162px;
  }

  .heading-style-h1 {
    font-size: 40px;
    line-height: 40px;
  }

  .heading-style-h1.med {
    font-size: 40px;
  }

  .hero_subtitle {
    font-size: 24px;
    line-height: 30px;
  }

  .hero_subtitle.sm {
    font-size: 16px;
  }

  .blog {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .search_field {
    display: block;
  }

  .blog_filters-tabs {
    background-color: #fff;
  }

  .blog_filters-tabs.is-1st {
    border-radius: 13px;
  }

  .blog_filters-tab {
    padding: 3px 14px;
    font-size: 17px;
    line-height: 27px;
  }

  .blog_inner {
    margin-top: 50px;
  }

  .blog_inner._w-100 {
    margin-top: 0;
  }

  .blog_post.b-none {
    min-height: 300px;
  }

  .collection-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .collection-list._12-col {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .post_cap {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .filter-wrap {
    z-index: 5;
    flex-flow: column;
    height: auto;
  }

  .div-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

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

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

  .menu-bar {
    background-color: var(--white);
    border-radius: 10px;
    width: 25px;
    height: 2px;
    padding: 0;
  }

  .menu-bar._2nd {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .nav-menu {
    z-index: 9999;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #00000014;
    padding: 30px;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .close-btn {
    background-color: #3898ec00;
    background-image: url('../images/cancel-01-stroke-rounded-1.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 40px;
    width: 60px;
    height: 60px;
    padding: 0;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .menu-btn {
    cursor: pointer;
    background-color: #c8c8c800;
    padding: 4px;
    font-size: 30px;
    display: block;
  }

  .menu-btn.w--open {
    color: var(--black);
    background-color: #c8c8c800;
  }

  .subtitle {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-9 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex;
  }

  .blog_filters-tags {
    border-radius: 13px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    overflow: auto;
  }

  .radio-button-label {
    white-space: nowrap;
  }

  .filter_toggle-wrap {
    border-radius: 13px;
    order: 1;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
  }

  .blog_main-img {
    height: auto;
  }

  .heading-style-h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .code-embed-3 {
    margin-top: 15px;
    font-size: 20px;
    line-height: 30px;
  }

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

  .text-block-2 {
    font-size: 21px;
    line-height: 28px;
  }

  .blog_detail-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .rich-text-block {
    font-size: 21px;
    line-height: 28px;
  }

  .item {
    padding: 12px;
  }

  .section_blog {
    margin-top: 61px;
  }

  .form-3 {
    grid-row-gap: 10px;
    border-radius: 15px;
    flex-flow: column;
  }

  .subtitle-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-style-h1-2 {
    font-size: 40px;
    line-height: 40px;
  }

  .hero_subtitle-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .code-embed-14 {
    margin-top: 15px;
    font-size: 20px;
    line-height: 30px;
  }

  .collection-list-5 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .header {
    position: fixed;
  }

  .brand-logo {
    width: 210px;
    padding-left: 0;
  }

  .nav_link {
    color: var(--black);
    font-size: 17px;
  }

  .hero {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero.mt {
    margin-top: 30px;
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .hero_cap.pt {
    padding-top: 60px;
  }

  .hero_subtitle.sm {
    font-size: 15px;
    line-height: 26px;
  }

  .blog {
    padding-top: 50px;
    padding-bottom: 97px;
  }

  .search_field {
    border-width: 2px;
    min-height: 43px;
  }

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

  .blog_filters-tabs.bg {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .blog_inner {
    margin-top: 40px;
  }

  .blog_post {
    border-style: none;
    border-radius: 10px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .collection-list._12-col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .post_cap {
    padding-bottom: 30px;
  }

  .post_cap.bg {
    padding-bottom: 30px;
    padding-left: 40px;
  }

  .heading-style-h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-style-h3.is-lg-mob {
    font-size: 20px;
    line-height: 28px;
  }

  .post_author-wrap {
    font-size: 15px;
    line-height: 22px;
  }

  .blog_post-item {
    height: 380px;
  }

  .blog_btn-wrap.mt {
    flex-flow: column;
  }

  .gallery-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .video_wrap {
    height: 100%;
  }

  .filter-wrap {
    padding-bottom: 45px;
  }

  .div-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .blog_filters-btn {
    border-width: 2px;
  }

  .popup__inner {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-top: 68px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
  }

  .popup_form-wrap, .form-block {
    width: 100%;
  }

  .div-block-5 {
    grid-template-columns: 1fr;
  }

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

  .form-2 {
    width: 100%;
  }

  .div-block-6, .div-block-6.is-black {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-9 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    margin-left: 0;
    position: static;
  }

  .blog_filters-tags {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
  }

  .blog_filters-tags.bg {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .radio-button-label {
    white-space: nowrap;
  }

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

  .blog_hero {
    margin-top: 63px;
  }

  .blog_detail-cap {
    margin-top: 50px;
  }

  .heading-style-h2 {
    font-size: 24px;
    line-height: 33px;
  }

  .heading-style-h2.font-mons {
    font-size: 30px;
  }

  .code-embed-3 {
    font-size: 18px;
    line-height: 28px;
  }

  .text-block-2 {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 16px;
  }

  .blog_detail-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .blog_detail-col {
    font-size: 24px;
  }

  .rich-text-block {
    margin-top: 22px;
    font-size: 18px;
    line-height: 23px;
  }

  .form-columns-2, .form-columns-3 {
    grid-template-columns: 1fr;
  }

  .image-3 {
    display: block;
    position: static;
  }

  .blog_author {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .author_img-wrap {
    width: 50px;
    height: 50px;
  }

  .author_name {
    font-size: 17px;
    line-height: 22px;
  }

  .author_designation {
    margin-top: 8px;
    font-size: 16px;
    line-height: 22px;
  }

  .author_profiles {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 14px;
  }

  .profile {
    width: 25px;
  }

  .header-btn {
    background-color: var(--red);
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 17px;
  }

  .blog_card-head {
    flex-flow: column;
  }

  .div-block-14 {
    flex-flow: wrap;
  }

  .div-block-15 {
    font-size: 15px;
  }

  .blog_card-body {
    font-size: 16px;
  }

  .hero_btn-wrap {
    margin-top: 30px;
  }

  .image-5, .image-6 {
    filter: invert();
  }

  .image-7 {
    width: 20px;
  }

  .code-embed-11 {
    max-width: 100%;
    height: 340px;
  }

  .button-2 {
    z-index: 99999;
    position: fixed;
    inset: auto 0% 0% auto;
  }

  .filter_button {
    z-index: 99;
    background-color: var(--red);
    cursor: pointer;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
    position: fixed;
    inset: auto 20px 15px auto;
  }

  .logo-img {
    width: 140px;
  }

  .div-block-22 {
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 61px;
    display: flex;
  }

  .mode-btn {
    position: static;
  }

  .spacer {
    display: block;
  }

  .loader {
    font-size: 28px;
    line-height: 36px;
  }

  .lottie-animation {
    height: 300px;
  }

  .code-embed-14 {
    font-size: 18px;
    line-height: 28px;
  }

  .image-9 {
    width: 200px;
  }

  .div-block-26 {
    flex-flow: wrap;
  }

  .div-block-28 {
    font-size: 15px;
  }

  .section_wallpapers {
    padding-top: 0;
    padding-bottom: 70px;
  }

  .image-10 {
    border-width: 8px;
    border-radius: 30px;
  }

  .collection-list-5 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .blog_summary h2 {
    font-size: 27px;
    line-height: 34px;
  }

  .blog_title {
    font-size: 18px;
    line-height: 26px;
  }

  .blog_title.is-lg-mob {
    font-size: 20px;
    line-height: 28px;
  }

  .div-block-33 {
    margin-top: 40px;
  }

  .text-block-12 {
    font-size: 30px;
    line-height: 40px;
  }

  .btn-wrap {
    margin-top: 30px;
  }

  .wallpaper_marquee {
    height: 320px;
  }

  .heading-2 {
    font-size: 34px;
    line-height: 40px;
  }

  .marquee-img {
    width: 260px;
    max-width: none;
  }

  .rich-text-block-4 {
    font-size: 20px;
    line-height: 31px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    z-index: 99999;
  }

  .header_menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .hero {
    padding-bottom: 30px;
  }

  .hero.mt {
    margin-top: 0;
    padding-top: 60px;
  }

  .hero_cap {
    padding-top: 50px;
  }

  .heading-style-h1 {
    font-size: 36px;
  }

  .heading-style-h1.med {
    font-size: 33px;
  }

  .hero_subtitle {
    font-size: 17px;
    line-height: 20px;
  }

  .hero_subtitle.sm {
    line-height: 24px;
  }

  .blog {
    padding-top: 40px;
  }

  .search_field {
    background-position: 18px;
    background-size: 16px;
    min-height: 47px;
    padding-left: 40px;
    font-size: 16px;
  }

  .blog_filters-tabs {
    padding-left: 7px;
  }

  .blog_filters-tabs.is-1st {
    width: 100%;
    overflow: auto;
  }

  .blog_filters-tab {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 15px;
  }

  .blog_post.b-none {
    min-height: 330px;
  }

  .collection-list._12-col {
    grid-template-columns: 1fr;
  }

  .post_cap.bg {
    background-color: #0006;
    padding: 20px 50px 60px 53px;
  }

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

  .heading-style-h3.is-lg-mob {
    font-size: 17px;
    line-height: 24px;
  }

  .post_author-wrap {
    margin-top: 5px;
  }

  .tag {
    padding: 3px 8px;
    font-size: 12px;
    line-height: 21px;
  }

  .categories_row {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .blog_btn-wrap {
    flex-flow: column;
    margin-top: 70px;
  }

  .filter-wrap {
    width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }

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

  .filter_btns-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .blog_filters-btn {
    border-radius: 10px;
  }

  .blog_filters-btn.bg {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 13px;
    line-height: 17px;
  }

  .popup.recipe {
    z-index: 99999;
  }

  .popup__inner {
    padding-top: 90px;
  }

  .close__btn.is-left {
    margin-left: 0;
    margin-right: 20px;
    left: auto;
    right: 0;
  }

  .subtitle {
    margin-bottom: 16px;
    font-size: 17px;
    line-height: 20px;
  }

  .blog_filters-tags {
    grid-row-gap: 10px;
    padding-left: 7px;
  }

  .filter_toggle-wrap {
    margin-bottom: 0;
  }

  .blog_detail {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .blog_detail-cap {
    margin-top: 30px;
  }

  .heading-style-h2 {
    font-size: 24px;
    line-height: 31px;
  }

  .code-embed-3 {
    margin-top: 12px;
    font-size: 16px;
    line-height: 23px;
  }

  .collection-list-2 {
    flex-flow: wrap;
  }

  .text-block-2 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .rich-text-block h2 {
    font-size: 26px;
  }

  .rich-text-block h3 {
    font-size: 22px;
  }

  .rich-text-block h4 {
    font-size: 20px;
  }

  .rich-text-block h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .blog_btns-wrap {
    flex-flow: column;
    align-items: stretch;
    margin-top: 40px;
  }

  .code-embed-4 {
    height: 420px;
  }

  .image-3 {
    position: relative;
  }

  .author_img-wrap {
    min-width: 50px;
  }

  .item {
    padding: 8px;
  }

  .item_content-wrap {
    padding-top: 16px;
    padding-left: 22px;
    padding-right: 20px;
  }

  .blog_img {
    height: 230px;
  }

  .blog_profile-card {
    margin-top: 20px;
  }

  .text-block-8 {
    font-size: 14px;
    line-height: 21px;
  }

  .blog_detail-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .hero_btn-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: stretch;
  }

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

  .form-3 {
    border-radius: 10px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .video_popup {
    padding-left: 20px;
    padding-right: 20px;
  }

  .code-embed-11, .div-block-20 {
    width: 100%;
  }

  .filter_button {
    justify-content: center;
    align-items: center;
    bottom: 12px;
    right: 15px;
  }

  .logo-img {
    width: 90px;
  }

  .div-block-22 {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
  }

  .mode-btn {
    margin-left: 0;
    font-size: 16px;
    position: static;
    transform: none;
  }

  .mode_btn-inner {
    justify-content: center;
    align-items: center;
  }

  .subtitle-2 {
    margin-bottom: 16px;
    font-size: 17px;
    line-height: 20px;
  }

  .heading-style-h1-2 {
    font-size: 30px;
  }

  .hero_subtitle-2 {
    font-size: 17px;
    line-height: 20px;
  }

  .code-embed-14 {
    margin-top: 12px;
    font-size: 16px;
    line-height: 23px;
  }

  .image-9 {
    width: 120px;
  }

  .collection-list-5 {
    grid-template-columns: 1fr;
  }

  .div-block-30 {
    padding-bottom: 30px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .blog_title {
    font-size: 16px;
    line-height: 20px;
  }

  .blog_title.is-lg-mob {
    font-size: 17px;
    line-height: 24px;
  }

  .section {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .div-block-33 {
    margin-top: 30px;
  }

  .text-block-12 {
    font-size: 21px;
    line-height: 30px;
  }

  .btn-wrap {
    margin-top: 20px;
  }

  .btn-wrap.mt {
    margin-top: 40px;
  }

  .wallpaper_marquee {
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 33px;
  }

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

  .div-block-34 {
    margin-top: 0;
    padding-top: 60px;
  }

  .rich-text-block-4 {
    font-size: 16px;
    line-height: 25px;
  }

  .rich-text-block-4 p {
    margin-top: 24px;
  }

  .rich-text-block-4 h3 {
    font-size: 20px;
    line-height: 27px;
  }

  .rich-text-block-4 ol {
    padding-left: 30px;
  }

  .rich-text-block-4 ul {
    margin-top: 10px;
    padding-left: 30px;
  }

  .div-block-35 {
    margin-top: 30px;
  }
}

#w-node-_61692654-fe40-9e16-817c-477347fceb01-f95fc719, #w-node-_61692654-fe40-9e16-817c-477347fceb01-39a6e72a {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

@media screen and (max-width: 767px) {
  #w-node-_61692654-fe40-9e16-817c-477347fceb01-f95fc719, #w-node-_61692654-fe40-9e16-817c-477347fceb01-39a6e72a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_82631abc-dd74-633e-7b90-f45210a5138f-39a6e72a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Jollinfamily';
  src: url('../fonts/JollinFamily-MediumExpand.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jollinfamily';
  src: url('../fonts/JollinFamily-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jollinfamily';
  src: url('../fonts/JollinFamily-SemiBoldExpand.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jollinfamily';
  src: url('../fonts/JollinFamily-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Jollinfamily';
  src: url('../fonts/JollinFamily-RegularNarrow.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather_96pt_SemiCondensed-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather_96pt_SemiCondensed-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather_96pt_SemiCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather_96pt_SemiCondensed-Medium.ttf') format('truetype'), url('../fonts/Merriweather_48pt-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather_96pt_SemiCondensed-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}