:root {
  --main: #e32;
  --dark: #151515;
  --main-hover: #ffc542;
  --grey-4: #d4d4d4;
  --dark-green: #29ad45;
  --grey-2: #444;
  --grey-5: #e4e4e4;
  --grey-1: #242424;
  --white: white;
  --grey-3: #777;
  --haze: #f6f6f6;
  --green: #86ce2b;
  --main-2: #1b88ff;
}

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

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

@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: #000;
  background-color: #fafafa;
  font-family: Gothampro, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 8px;
  margin-bottom: 24px;
  font-size: 38px;
  font-weight: 900;
  line-height: 42px;
}

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

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

h4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

h5 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}

h6 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

p {
  column-span: none;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 32px;
}

ul, ol {
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 40px;
}

li {
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 500;
}

label {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 9px;
  font-weight: 600;
  line-height: 16px;
  display: block;
}

blockquote {
  border-left: 3px solid var(--main);
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 16px 40px;
  font-size: 24px;
  line-height: 32px;
}

figure {
  margin-top: 48px;
  margin-bottom: 48px;
}

figcaption {
  color: var(--dark);
  text-align: center;
  background-color: #fff;
  margin-top: 16px;
  margin-bottom: -4px;
  font-size: 12px;
}

.section {
  z-index: 2;
  color: #000;
  padding: 60px 32px 120px;
  position: relative;
}

.section.hero-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 520px;
  padding-top: 200px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
}

.section.hero-section.for_home {
  background-color: #fff;
  min-height: auto;
  padding-top: 60px;
  padding-bottom: 40px;
}

.section.no-padding-top {
  padding-top: 0;
}

.section.white_bg {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 20px;
}

.section.foredipage {
  padding-top: 40px;
}

.container {
  z-index: 3;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.review_container {
  margin-top: 0;
  position: static;
}

.button {
  background-color: var(--main);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-style: none;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s cubic-bezier(.215, .61, .355, 1), box-shadow .4s cubic-bezier(.215, .61, .355, 1), color .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

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

.button.small {
  height: 40px;
  padding: 8px 16px 6px 17px;
  font-size: 12px;
  line-height: 16px;
}

.button.white {
  color: var(--dark);
  background-color: #fff;
  transition: background-color .4s cubic-bezier(.215, .61, .355, 1), box-shadow .4s cubic-bezier(.215, .61, .355, 1), color .4s cubic-bezier(.215, .61, .355, 1);
}

.button.white:hover {
  background-color: var(--main);
  color: #fff;
}

.button.ghost {
  box-shadow: inset 0 0 0 1px var(--grey-4);
  color: var(--dark);
  background-color: rgba(0, 0, 0, 0);
}

.button.ghost:hover {
  background-color: var(--dark);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
}

.button.ghost-bg {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .4);
}

.button.ghost-bg:hover {
  color: var(--dark);
  background-color: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0);
}

.button.big {
  height: 56px;
  padding: 17px 28px 15px 24px;
  font-size: 16px;
  line-height: 20px;
}

.button.form-button {
  padding-top: 14px;
}

.button.rounded {
  background-color: var(--dark);
  border-radius: 8px;
}

.button.rounded:hover {
  background-color: var(--main-hover);
}

.button.rounded.is-green {
  background-color: var(--dark-green);
}

.button.rounded.is-banner-cta {
  margin-top: 10px;
  padding-left: 34px;
  padding-right: 34px;
  transition: background-color .4s cubic-bezier(.215, .61, .355, 1), box-shadow .4s cubic-bezier(.215, .61, .355, 1), color .4s cubic-bezier(.215, .61, .355, 1);
}

.nav-bar {
  z-index: 100;
  color: #000;
  background-color: #fff;
  background-image: none;
  border-bottom: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  min-height: 88px;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 270px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.no-margin {
  margin: 0;
}

.text-left {
  text-align: left;
}

.title {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
}

.no-padding-vertical {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-v1 {
  background-color: var(--dark);
  color: #fff;
  background-image: linear-gradient(#151515, rgba(21, 21, 21, .55)), url('../images/adrien-olichon-762119-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-wrap: wrap;
  width: 100%;
  margin-top: -120px;
  padding: 140px 24px 24px;
  display: flex;
}

.footer-v1-column {
  border: 1px solid var(--grey-2);
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-right: -1px;
  padding: 4vw;
  display: flex;
  position: relative;
}

.footer-v1-column.left {
  align-items: flex-start;
}

.footer-v1-column.right {
  text-align: right;
  align-items: flex-end;
  padding-bottom: 13vw;
}

.link-white {
  color: #fff;
  text-decoration: none;
}

.link-white:hover {
  text-decoration: underline;
}

.nav-menu {
  z-index: 100;
  background-color: var(--dark);
  align-items: center;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  padding: 104px 14%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.page-wrapper {
  position: static;
  overflow: visible;
}

.page-wrapper.overflow-visible {
  overflow: visible;
}

.page-wrapper.children {
  margin-top: 110px;
}

.button-icon {
  float: left;
  justify-content: center;
  align-items: center;
  width: 18px;
  margin-top: -3px;
  margin-right: 8px;
  display: flex;
  position: relative;
}

.button-icon.big {
  width: 20px;
  margin-right: 12px;
}

.button-icon.small {
  width: 16px;
  margin-right: 6px;
}

.sg-header {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: -80px;
  margin-bottom: 88px;
  padding-top: 80px;
  display: flex;
}

.sg-button-block {
  flex-direction: column;
  width: 50%;
  padding: 8px;
  display: flex;
}

.sg-button-wrapper {
  box-shadow: inset 0 0 0 1px var(--grey-5);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 64px 20%;
  display: flex;
}

.sg-button-wrapper.dark-bg {
  background-color: var(--dark);
  box-shadow: none;
  color: #e1e6ee;
}

.sg-buttons {
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.sg-header-line {
  background-color: var(--grey-5);
  flex: 1;
  height: 1px;
}

.sg-title {
  margin-bottom: -3px;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

.sg-block {
  text-align: left;
  width: 100%;
  padding-bottom: 120px;
  padding-left: 16%;
  padding-right: 16%;
}

.paragraph-big {
  font-size: 16px;
  line-height: 28px;
}

.paragraph-small {
  font-size: 12px;
  line-height: 20px;
}

.menu-button {
  z-index: 101;
  color: #000;
  align-items: center;
  padding: 32px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.menu-button.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.nav-bar-logo-link {
  float: none;
  color: #fff;
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 88px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  font-size: 21px;
  font-weight: 500;
  line-height: 32px;
  display: flex;
  position: relative;
}

.menu-icon {
  filter: invert();
  width: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
  transform: rotate(-45deg);
}

.menu-line-middle {
  background-color: #fff;
  border-radius: 1px;
  width: 100%;
  height: 2px;
  margin: 5px auto;
  display: block;
}

.menu-line-top, .menu-line-bottom {
  background-color: #fff;
  border-radius: 1px;
  width: 50%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  height: 100vh;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-image.home-tech {
  background-image: url('../images/oliur-743694-unsplash.jpg');
  background-position: 50%;
  height: 100vh;
}

.hero-image.image-6 {
  background-image: url('../images/coffee-reviews.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-gradient {
  z-index: 1;
  background-image: linear-gradient(rgba(255, 246, 231, .77), #fff6e7 73%, #fff6e7);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.nav-link {
  float: left;
  clear: left;
  color: #fff;
  margin-bottom: 24px;
  padding-top: 20px;
  padding-bottom: 12px;
  padding-left: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 40px;
  text-decoration: none;
  position: relative;
}

.menu-text {
  float: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 3px;
  margin-left: 16px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}

.divider {
  background-color: #000;
  width: 120px;
  height: 2px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-transparent {
  color: rgba(255, 255, 255, .6);
}

.input {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, .25);
  border-radius: 3px;
  height: 48px;
  margin-bottom: 20px;
  padding: 17px 20px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: border-color .3s, background-color .3s;
}

.input:hover {
  border-color: rgba(255, 255, 255, .5);
}

.input:focus {
  background-color: #fff;
  border-color: #fff;
}

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

.footer-subscribe {
  width: 100%;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 24px;
}

.footer-subscribe-form {
  flex-direction: column;
  display: flex;
}

.footer-v1-heading {
  margin-bottom: 28px;
}

.footer-category {
  color: rgba(255, 255, 255, .6);
  margin-bottom: 12px;
  margin-left: 24px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

.footer-category:hover {
  color: #fff;
}

.footer-links {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 8px;
  display: flex;
}

.footer-copyright {
  border-top: 1px solid var(--grey-2);
  text-align: right;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding: 3vw 4vw;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-copyright-text {
  color: rgba(255, 255, 255, .6);
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 16px;
  font-size: 11px;
  line-height: 16px;
}

.text-heart-icon {
  color: rgba(0, 0, 0, 0);
  background-image: url('../images/heart-color.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  width: 12px;
  display: inline-block;
}

.social-icons {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icon {
  background-color: rgba(255, 255, 255, .08);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin: 3px;
  padding: 10px;
  transition: background-color .3s;
  display: flex;
}

.social-icon.twitter:hover {
  background-color: #2aa3f0;
}

.social-icon.facebook:hover {
  background-color: #3b5998;
}

.social-icon.instagram:hover {
  background-color: var(--main);
}

.social-icon.pinterest:hover {
  background-color: #f83f5a;
}

.footer-link {
  color: rgba(255, 255, 255, .6);
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: 20px;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: #fff;
}

.post-v1 {
  color: var(--dark);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.post-v2 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  min-height: 480px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.featured {
  z-index: 5;
  background-color: var(--main);
  color: #fff;
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  height: 32px;
  padding-left: 32px;
  display: flex;
  position: absolute;
  top: 16px;
  right: 16px;
  overflow: hidden;
}

.instagram-gradient {
  z-index: 1;
  background-image: linear-gradient(to right, rgba(21, 21, 21, 0), var(--dark) 93%);
  align-items: center;
  width: 33.33%;
  padding-left: 6%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.underline {
  background-color: var(--main);
  opacity: 1;
  width: 12px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.underline.big {
  height: 4px;
}

.post-v3 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  min-height: 400px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.post-text p {
  margin-left: 16%;
  margin-right: 16%;
  font-size: 16px;
  line-height: 28px;
}

.post-text h2, .post-text h3, .post-text blockquote, .post-text h4, .post-text ul, .post-text h5, .post-text h6, .post-text ol, .post-text h1 {
  margin-left: 16%;
  margin-right: 16%;
}

.post-text a {
  color: var(--main);
  text-decoration: none;
}

.post-text a:hover {
  text-decoration: underline;
}

.post-text figcaption {
  margin-top: 20px;
  font-size: 13px;
}

.hero-intro {
  z-index: 3;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.up-button {
  z-index: 50;
  background-color: var(--grey-1);
  background-image: url('../images/chevrons-up-white.svg');
  background-position: 50% 46%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: background-color .4s cubic-bezier(.215, .61, .355, 1);
  position: fixed;
  bottom: 16px;
  right: 16px;
}

.up-button:hover {
  background-color: var(--main);
}

.blog-sides {
  z-index: 4;
  width: 100%;
  display: flex;
  position: relative;
}

.blog-sidebar {
  z-index: auto;
  width: 312px;
  margin-left: 5%;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 35px;
  bottom: auto;
}

.sidebar-block {
  margin-bottom: 48px;
}

.sidebar-category {
  color: #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 17px 20px 15px;
  font-size: 17px;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .4);
}

.sidebar-category:hover {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0);
}

.sidebar-header {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.sidebar-header.diff1 {
  margin-top: 45px;
}

.sidebar-header-line {
  opacity: 1;
  background-color: #000;
  flex: 1;
  height: 1px;
}

.sidebar-heading {
  margin: 0 18px 0 0;
  font-weight: 700;
}

.sidebar-featured-thumb {
  float: left;
  border-radius: 3px;
  flex: none;
  width: 88px;
  height: 88px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}

.sidebar-instagram {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button-icon-2 {
  z-index: 1;
  display: none;
  position: absolute;
}

.page-content {
  color: var(--dark);
  background-color: #fff;
  margin: 12px;
  padding: 104px 16%;
}

.page-content.no-padding-side {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.hero-background {
  z-index: 0;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.search-close {
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.post-v5-medium {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  min-height: 31vw;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.post-v5-small {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  min-height: 23vw;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.post-v5-big {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  min-height: 43vw;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.category-v1 {
  color: #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 72px;
  margin: 6px;
  padding: 17px 20px 15px;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
  transition: box-shadow .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .4);
}

.category-v1:hover {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0);
}

.sg-categories {
  z-index: 100;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 388px;
  height: 40px;
  margin: -104px auto 128px;
  padding-left: 2px;
  font-size: 11px;
  font-weight: 600;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  box-shadow: 0 3px 12px rgba(21, 21, 21, .16);
}

.sg-category-link {
  border-right: 1px solid var(--grey-5);
  border-left: 1px solid var(--grey-5);
  color: var(--dark);
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: -1px;
  padding: 2px 12px;
  text-decoration: none;
  transition: color .4s cubic-bezier(.215, .61, .355, 1);
}

.sg-category-link:hover {
  color: var(--main);
}

.sg-category-link.first {
  border-left-style: none;
}

.sg-category-link.last {
  border-right-style: none;
}

.search-result-image {
  background-color: var(--grey-5);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 160px;
  height: 120px;
}

.search-result-item {
  border-top: 1px solid var(--grey-5);
  border-bottom: 1px solid var(--grey-5);
  align-items: flex-start;
  margin-bottom: -1px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.search-result-list {
  margin-bottom: 16px;
}

.instagram-photo-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.category-v2-link {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin: 4px 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-5 {
  color: #20242e;
  margin-left: 16px;
  margin-right: 16px;
  padding: 4px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  transition: all .1s;
  position: relative;
}

.nav-link-5.w--current {
  box-shadow: none;
  color: #20242e;
}

.nav-link-5.w--current:hover {
  color: #20242e;
}

.nav-links {
  padding-left: 16px;
  padding-right: 16px;
}

.nav-category-link {
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.nav-categories {
  text-align: left;
  padding-top: 20px;
  padding-left: 16px;
  padding-right: 16px;
  display: none;
}

.nav-columns {
  z-index: 1;
  width: 100%;
  margin-top: 96px;
  margin-bottom: 96px;
  position: relative;
}

.nav-categories-heading {
  color: #fff;
  margin-bottom: 40px;
}

.nav-copyright {
  color: rgba(255, 255, 255, .5);
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  padding: 16px 0 16px 16px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 16px;
  left: auto;
  right: 32px;
}

.nav-social {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  height: 88px;
  margin-right: -4px;
  padding-left: 16px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 32px;
}

.nav-social-line {
  opacity: .5;
  background-color: #fff;
  width: 56px;
  height: 2px;
  margin-left: 16px;
  margin-right: 16px;
}

.nav-social-heading {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 4px;
  margin-right: -1px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.menu-icon-wrapper {
  float: left;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.menu-close-icon {
  opacity: 0;
  position: absolute;
}

._404-heading {
  margin-bottom: 0;
}

.protected-card {
  background-color: var(--white);
  text-align: center;
  width: 400px;
  padding: 64px;
}

.change-icon {
  background-color: var(--main);
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-top: 3px;
  font-size: 17px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.footer-v2 {
  border-top: 1px solid var(--grey-2);
  background-color: var(--dark);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 28px 40px;
  display: flex;
}

.footer-v2-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 1px;
  margin-right: 24px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  position: relative;
}

.form-success {
  background-color: rgba(0, 0, 0, 0);
}

.form-error {
  color: var(--main);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 16px;
  font-size: 12px;
  line-height: 16px;
}

.sidebar-tag {
  color: #fff;
  margin-bottom: 7px;
  margin-right: 20px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  overflow: hidden;
}

.back-link {
  color: rgba(0, 0, 0, .4);
  text-align: center;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  font-size: 11px;
  line-height: 16px;
  transition: color .4s cubic-bezier(.215, .61, .355, 1);
}

.back-link:hover {
  color: #fff;
}

._404-page-wrap {
  background-image: linear-gradient(rgba(21, 21, 21, .4), rgba(21, 21, 21, .4)), url('../images/irina-iriser-654504-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.footer-v2-bottom {
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 16px;
  display: flex;
}

.footer-v2-bottom-text {
  color: rgba(255, 255, 255, .5);
  margin-right: 16px;
  font-size: 11px;
  line-height: 16px;
}

.nav-bar-logo {
  width: 380px;
}

.post-tag {
  color: var(--dark);
  margin-bottom: 7px;
  margin-right: 16px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  overflow: hidden;
}

.product-section {
  margin-top: 0;
}

.review-content {
  margin-top: 10px;
  padding: 0 20px 20px;
}

.review-content.edi-cho {
  padding-bottom: 32px;
}

.review-item {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  margin-top: 75px;
}

.review-item.first_child {
  border-width: 1px;
  border-color: #efefef;
  border-radius: 8px;
  margin-top: 0;
}

.review-item.first_child.ed-cho {
  margin-bottom: 35px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}

.review-item.first_child.with-diff-bg {
  background-color: #fefbf0;
}

.review-item.first_child.is-diff {
  background-color: #fff;
  background-image: linear-gradient(162deg, #e0fafa, #fff9ed);
  border-width: 1px;
  border-color: #000;
}

.review-item.not_first {
  border-style: none;
}

.brand-logo {
  width: auto;
  height: 35px;
  margin-right: 25px;
}

.brand-logo.not_best {
  width: auto;
  height: 35px;
}

.brand-logo.not_best.com-log, .brand-logo.log-bb {
  height: 38px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  align-items: center;
}

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

.product-description.edi-pp {
  padding-left: 15px;
  padding-right: 0;
}

.subscription-features {
  width: 100%;
  max-width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.subscription-item-2 {
  color: #000;
  align-items: flex-start;
  margin-bottom: 3px;
  display: flex;
}

.subscription-icon-3 {
  width: 24px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: -4px;
  margin-left: -3px;
  margin-right: 9px;
  transform: translate(0, 5px);
}

.subscription-text {
  font-size: 14px;
  font-weight: 400;
}

.product-img.not_best {
  width: 50%;
}

.product-img.sup1 {
  width: 165px;
}

.most-recommended {
  color: #fff;
  border-bottom: 1px #000;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 900;
  display: flex;
}

.most-recommended.ss-edi {
  font-size: 32px;
}

.top-bar {
  background-color: #fff;
  border-bottom: 1px solid #000;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 25px 0;
  display: flex;
  position: relative;
}

.top-bar.best_seller {
  background-color: #000;
  border-radius: 8px 8px 0 0;
  justify-content: center;
}

.top-bar.not_best {
  border-bottom-style: none;
  border-radius: 0;
  flex-direction: column;
  padding: 0 0 0 45px;
}

.stars-rating {
  margin-top: 10px;
}

.feature-title {
  text-transform: uppercase;
  width: auto;
}

.feature-list-stars {
  border-bottom: 1px solid rgba(0, 0, 0, .11);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.feature-list-stars.last_child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.stars-review {
  color: var(--main);
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.star-para {
  color: #000;
  font-size: 15px;
  font-weight: 700;
}

.star-para.dr {
  margin-bottom: 0;
}

.feature-stars {
  align-items: center;
  display: flex;
}

.average-rating {
  font-weight: 800;
}

.div-block-269-copy {
  border-top: 1px solid #efefef;
  border-radius: 0;
  width: auto;
  margin: 20px -20px -20px;
  padding: 5px 20px;
}

.title-for-feature {
  color: #000;
  font-weight: 700;
  position: absolute;
  left: 15px;
}

.grid-2 {
  grid-template-rows: auto;
  align-items: center;
  margin-top: 15px;
}

.paragraph_review {
  max-width: 480px;
  margin-bottom: 15px;
}

.paragraph_review.smaller {
  font-size: 14px;
  line-height: 24px;
}

.div-block {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: flex;
  position: absolute;
  top: -35px;
  left: -35px;
  transform: rotate(0);
}

.div-block.not_bestseller {
  width: 65px;
  height: 65px;
}

.div-block.best_seller {
  background-color: rgba(0, 0, 0, 0);
  width: 85px;
  height: 85px;
}

.number_list {
  z-index: 5;
  color: #fff;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 20px;
  position: absolute;
}

.review-container {
  z-index: auto;
  flex-direction: column;
  flex: 1;
  display: flex;
  position: static;
  top: auto;
  overflow: visible;
}

.logo-bar {
  border-bottom: 1px solid #efefef;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  display: flex;
}

.logo-bar.not_best {
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
}

.coffee-slogan {
  border-bottom: 1px #000;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.link_review {
  color: #000;
  text-align: right;
}

.link_review.hthis {
  display: none;
}

.review_small_item {
  border-bottom: 1px solid rgba(0, 0, 0, .14);
  margin-top: 10px;
}

.review_small_item.first_child {
  margin-top: 0;
}

.grid-3 {
  grid-column-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 20% 80%;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.product-title {
  border-bottom: 1px #000;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.homepage {
  margin-top: 20px;
}

.div-block-16 {
  z-index: 50;
  background-color: #000;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: relative;
}

.inner-menu {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.main-nav {
  color: #fff;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 35px;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  transition: all .5s;
}

.main-nav:hover {
  color: #000;
}

.main-nav.w--current {
  color: #000;
  font-weight: 900;
}

.fb-icon {
  width: 20px;
  margin-right: 4px;
}

.fb-below {
  margin-top: 5px;
  padding-left: 10px;
}

.fb-icons-right {
  background-color: #fff;
  border-radius: 100px;
  align-items: center;
  padding: 3px 6px;
  display: flex;
  position: absolute;
  left: auto;
  right: 10px;
  box-shadow: 0 6px 4px -6px rgba(0, 0, 0, .45);
}

.avatar-img-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  min-width: auto;
  max-width: none;
  height: 50px;
  min-height: auto;
  margin-right: 10px;
}

.review-fb-inner {
  background-color: #eff1f3;
  border-radius: 45px;
  padding: 10px 40px 10px 20px;
  position: relative;
}

.fb-review {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(60px, 60px) 1fr;
  margin-bottom: 25px;
}

.overall-comments {
  margin-top: 35px;
}

.pricing-table-cell {
  border-bottom: 1px solid #969696;
  border-right: 1px solid #969696;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px;
  display: flex;
}

.pricing-table-cell.left {
  border-left: 1px solid #969696;
  align-items: flex-start;
  padding-left: 10px;
}

.pricing-table-cell.with_bg {
  background-color: #f5f5f5;
}

.title-2 {
  color: #000;
  text-transform: none;
  font-size: 24px;
  font-weight: 700;
}

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

.check {
  opacity: 1;
  width: 24px;
}

.pricing-line-break-top {
  border-right: 1px solid #000;
  width: 100%;
  max-width: 200px;
  height: 75px;
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 24px;
  padding-right: 24px;
}

.help {
  opacity: .3;
  margin-left: 10px;
}

.grid-top-sticky {
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #969696;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr 1fr;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.pricing-top {
  background-color: #fff;
  border-top: 1px solid #969696;
  border-bottom: 1px #969696;
  border-right: 1px solid #969696;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 135px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.pricing-top.left {
  border-left: 1px solid #969696;
}

.start-link {
  color: #8c54ff;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 10px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.top-heading {
  color: #2d3958;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
}

.pricing-line-break {
  border-top: 1px #969696;
  border-bottom: 1px solid #969696;
  border-right: 1px #969696;
  height: 81px;
  padding-top: 44px;
  padding-bottom: 24px;
  padding-right: 24px;
}

.pricing-line-break.left_only {
  border-left: 1px #969696;
  border-right-style: none;
  padding-left: 10px;
}

.help-icon {
  width: 18px;
}

.discount {
  color: rgba(255, 255, 255, .5);
  font-size: 14px;
}

.comparison-product {
  height: 80px;
}

.heading, .heading-copy, .compare-title {
  font-size: 12px;
}

.pricing-table-cell-2 {
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 40px;
  display: flex;
}

.stars-page {
  flex-direction: column-reverse;
  align-items: center;
  display: flex;
}

.stars-compare {
  color: var(--main);
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.overall_review {
  border-bottom: 1px #efefef;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: flex;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  margin-bottom: 25px;
}

.review_block_inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
}

.review_block_inner.circle {
  position: relative;
}

.review_block_inner._50-perct {
  width: 50%;
}

.review_block_inner._100-perct {
  width: 50%;
  height: 140px;
}

.review_block_inner._100-perct.overall_grade {
  justify-content: center;
  align-items: center;
  height: 120px;
  display: flex;
}

.overall_rating {
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
}

.overall_rating.not_best {
  font-size: 34px;
  line-height: 38px;
}

.overall_desc {
  font-size: 58px;
  font-weight: 700;
  line-height: 64px;
}

.img_inner {
  width: 60%;
}

.html-embed {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.total_votes {
  font-size: 12px;
}

.circle-text {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.rating_overall {
  font-size: 28px;
  font-weight: 900;
  line-height: 28px;
}

.total_ranking {
  width: 100%;
  padding-top: 40px;
  font-weight: 700;
  position: absolute;
}

.html-embed-2 {
  position: absolute;
}

.div-block-17 {
  z-index: 5;
  margin-top: 5px;
  position: absolute;
}

.text-span {
  color: #4c75f2;
}

.text-span.done {
  color: #84d321;
}

.count-text {
  color: #fff;
  align-items: center;
  height: 60%;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-18 {
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 35px;
}

.bar {
  background-color: rgba(156, 156, 156, .2);
  border-radius: 100px;
  align-items: center;
  width: 70%;
  height: 15px;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.bar-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: relative;
}

.count {
  color: #5e5e5e;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.count.type_name {
  font-style: italic;
}

.indicator {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #40cd85;
  background-clip: border-box;
  border-radius: 100px;
  flex-wrap: nowrap;
  align-items: center;
  width: 90%;
  height: 100%;
  display: flex;
  position: relative;
}

.indicator._100-perct {
  width: 100%;
}

.indicator._97-percent {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 97%;
}

.indicator._98-percent {
  width: 98%;
}

.indicator._96-percent {
  width: 96%;
}

.indicator._99-percent {
  width: 99%;
}

.indicator._95-percent {
  width: 95%;
}

.indicator._74-percent {
  width: 74%;
}

.indicator._86-percent {
  width: 86%;
}

.indicator._94-percent {
  width: 94%;
}

.indicator._75-percent {
  width: 75%;
}

.indicator._89-percent {
  width: 89%;
}

.indicator._85-percent {
  width: 85%;
}

.indicator._76-percent {
  width: 76%;
}

.indicator._90-percent {
  width: 90%;
}

.indicator._64-percent {
  width: 64%;
}

.indicator._92-percent {
  width: 92%;
}

.indicator._84-percent {
  width: 84%;
}

.feature_title {
  align-items: center;
  width: 30%;
  height: 35px;
  display: flex;
}

.review_right_side {
  justify-content: flex-end;
  align-items: center;
  width: 70%;
  display: flex;
}

.review_right_side.toleft {
  justify-content: flex-start;
  padding-left: 38px;
}

.avg_number {
  color: rgba(255, 255, 255, .79);
  font-style: italic;
  font-weight: 500;
  position: absolute;
  left: auto;
  right: 15px;
}

.navigation-container {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.navigation-container.hide {
  display: none;
}

.nav-menu-2 {
  color: #000;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: static;
}

.logo-img {
  width: 280px;
}

.head {
  z-index: 80;
  background-color: #fff;
  border-top: 1px #000;
  border-bottom: 1px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75px;
  padding: 25px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navigation_link {
  color: #000;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  transition: all .5s;
}

.navigation_link:hover {
  color: #000;
}

.navigation_link.w--current {
  color: #000;
  font-weight: 900;
}

.navigation_link.first_child {
  text-transform: uppercase;
}

.mbg-text-2 {
  margin-bottom: 0;
  font-size: 12px;
}

.inner-menu-2 {
  flex-flow: row;
  justify-content: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.navigation-button-wrap {
  justify-content: flex-end;
  width: auto;
  display: flex;
}

.button-javy {
  display: none;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.mbg-section-2 {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.image-10 {
  width: 60px;
  margin-right: 15px;
}

.menu-cta {
  z-index: 450;
  color: #000;
  background-color: #ffc33a;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 160px;
  height: 45px;
  margin-left: 40px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  display: none;
}

.menu-cta:hover {
  background-color: #ffce60;
}

.subscription-check {
  color: #40cd85;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.coffee-advantage {
  border-bottom: 1px #000;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.subscription-close {
  color: var(--main);
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.coffee-disadvantage {
  border-bottom: 1px #000;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.count-number {
  color: #5e5e5e;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.count-number.top-rr {
  color: #01b446;
}

.count-number.redone {
  color: #ff3233;
}

.count-copy {
  color: #5e5e5e;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

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

.sub-heading-author-new {
  text-align: left;
  letter-spacing: -.5px;
  border-bottom: 1px solid rgba(0, 0, 0, .23);
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.sub-heading-author-new.editor-page-tr {
  border-bottom: 1px solid rgba(0, 0, 0, .23);
  padding-bottom: 10px;
}

.text-span-26 {
  font-weight: 700;
}

.main-heading-ad-new-2 {
  text-align: left;
  text-transform: none;
  margin-top: 0;
  font-size: 48px;
  line-height: 54px;
}

.main-heading-ad-new-2.change_headline, .main-heading-ad-new-2.change_headline.foredi {
  margin-bottom: 10px;
}

.sub-heading-para-new-bigger-2 {
  color: #000;
  text-align: left;
  max-width: 100%;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.auth-left {
  border-top: 1px solid rgba(0, 0, 0, .11);
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  display: flex;
}

.auth-left.edi-one {
  margin-top: 20px;
  margin-bottom: 15px;
  padding-top: 10px;
}

.date-text {
  margin-left: 12px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  line-height: 17px;
  display: inline-block;
}

.bold-text-18 {
  color: #00237e;
}

.text-span-10 {
  color: #000;
  font-weight: 600;
}

.blog-content {
  z-index: 2;
  flex: 1;
  position: relative;
}

.main-image-post {
  margin-bottom: 2rem;
}

.accordion1_item-content {
  min-height: 0;
  transition: max-height .2s;
  display: none;
  overflow: hidden;
}

.accordion1_item-content.is-active-accordion {
  display: block;
}

.text-size-tiny {
  font-size: .75rem;
}

.fs_accordion-2_label {
  font-size: .85rem;
  font-weight: 700;
}

.fs_accordion-2_icon {
  margin-right: 0;
  font-size: 1rem;
  position: relative;
}

.accordion1_arrow-wrapper {
  transition: transform .2s;
}

.accordion1_arrow-wrapper.is-active-accordion {
  transform: rotate(180deg);
}

.accordion1_component {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.accordion1_item-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px dashed #010101;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.accordion1_item-header:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.accordion1_item-header[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.accordion1_item-body {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.div-block-19, .div-block-20 {
  margin-top: 2rem;
}

.p-bottom-0 {
  color: #000;
  text-align: left;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.new-texts {
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.text-block {
  font-size: 12px;
}

.link {
  color: #000;
  text-align: right;
  width: 100%;
  margin-bottom: 5px;
  margin-left: auto;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.div-block-934 {
  background-color: #edede8;
  border-right: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 6rem;
  padding: .5rem;
  display: flex;
  position: relative;
}

.div-block-926 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  flex: none;
  align-items: center;
  display: flex;
}

.container-small {
  width: 100%;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.div-block-933 {
  z-index: 15;
  padding-bottom: 1rem;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loading-spinner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 4rem;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-2 {
  color: #000;
  line-height: 1;
}

.javy-coffes {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.div-block-938 {
  color: #000;
  background-color: #ffa644;
  border-left-style: dashed;
  border-left-width: 1px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
  display: flex;
}

.div-block-923-copy {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #000;
  background-color: #f9f7f3;
  border: 1px solid #000;
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 4rem;
  display: flex;
}

.cta1_button-content {
  grid-column-gap: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.button-text-5 {
  margin-left: 0;
  margin-right: 0;
  font-family: Gothampro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.div-block-935 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.icon-embed-xsmall-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.text-link {
  font-size: .85rem;
  text-decoration: underline;
}

.div-block-936 {
  justify-content: flex-end;
  display: flex;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.div-block-937 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  background-color: #ffa644;
  justify-content: center;
  align-items: center;
  height: 2rem;
  margin-left: 0;
  padding: .5rem 1rem;
  font-size: .75rem;
  font-weight: 700;
  display: flex;
}

.text-sale-desktop {
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.5;
  display: block;
}

.main-button {
  color: #fff;
  text-align: center;
  background-color: #2ea07c;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  min-height: 3rem;
  padding: .75rem 2rem;
  font-weight: 700;
  transition: background-color .2s cubic-bezier(.25, 1, .5, 1);
  position: relative;
  overflow: hidden;
}

.main-button:hover {
  color: #fff;
  background-color: #4f45ad;
}

.main-button.is-small {
  grid-column-gap: .75rem;
  color: #fff;
  text-align: center;
  background-color: #012b4d;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 2.5rem;
  padding: .25rem 1rem;
  font-size: .85rem;
  display: flex;
}

.main-button.is-full {
  grid-column-gap: .75rem;
  text-align: center;
  grid-column-gap: .75rem;
  text-align: center;
  background-color: #012b4d;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.main-button.is-full.is-green {
  background-color: var(--dark-green);
}

.text-sale {
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.5;
  display: none;
}

.sticky-coffee-mobile {
  z-index: 15;
  padding-bottom: 1rem;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.desktop-hadings-offer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  background-color: #ffa90a;
  border-bottom: 1px solid #000;
  justify-content: center;
  align-items: center;
  height: 2rem;
  margin-left: 0;
  padding: .5rem 1rem;
  font-size: .75rem;
  font-weight: 700;
  display: flex;
}

.coffee-ad {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fefbf0;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.div-block-939 {
  border: 1px solid #000;
  margin-bottom: 45px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.div-block-931 {
  aspect-ratio: auto;
  width: 100%;
  position: relative;
  top: auto;
}

.text-sale-rights {
  text-align: center;
  font-size: .95rem;
  font-weight: 500;
  line-height: 1.5;
  display: block;
}

.div-block-940 {
  width: 400px;
  position: -webkit-sticky;
  position: sticky;
  top: 138px;
}

.div-block-941 {
  z-index: 99;
  width: 300px;
  margin-left: 50px;
  position: relative;
  top: auto;
  bottom: auto;
}

.image-11 {
  position: -webkit-sticky;
  position: sticky;
  top: 25px;
}

.div-block-942 {
  border: 1px solid #000;
  margin-bottom: 37px;
  position: static;
  top: 2rem;
}

.div-block-943 {
  width: 25%;
}

.text-sale-rights-2 {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  display: block;
}

.pro-img {
  width: 220px;
}

.page-loader {
  z-index: 2;
  background-color: orange;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0), rgba(255, 255, 255, .44));
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.backgroung-overlay {
  background-color: #f4eade;
  border-radius: 100%;
  width: 3000px;
  height: 3000px;
  display: none;
  position: absolute;
}

.loader-content {
  width: 28%;
}

.loader-text {
  text-align: center;
  margin-top: 0;
  position: relative;
  top: -158px;
}

.breathe-in-text {
  color: #f4eade;
  font-family: Gothampro, sans-serif;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 5vh;
  display: block;
}

.breathe-out-text {
  color: #f4eade;
  font-family: Gothampro, sans-serif;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 5vh;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.pre-div {
  z-index: 0;
  background-color: #fdf7d5;
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pre-div.try2 {
  display: flex;
}

.main-cen-div.chek1 {
  margin-top: 0;
}

.text-wrap {
  text-align: center;
  margin-top: 0;
  font-size: 32px;
  line-height: 47px;
  display: block;
  position: relative;
  top: 165px;
}

.constant {
  display: inline;
}

.changer-overflow {
  float: none;
  height: 90px;
  display: inline-block;
  overflow: hidden;
}

.changer-move {
  text-align: center;
  display: inline-block;
}

.changer {
  text-align: center;
  font-size: 26px;
  font-weight: 400;
  line-height: 40px;
  position: relative;
  top: 0;
}

.ht-code-div {
  width: 500px;
  height: 250px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.bold-text-19 {
  font-size: 28px;
}

.bold-text-20 {
  font-size: 30px;
}

.vertical-scroll-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  position: relative;
}

.text-rotation-wrapper {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.track-vertical {
  flex-direction: column;
  display: flex;
  position: static;
}

.heading-large {
  color: #111322;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.25;
}

.heading-large.rotate-text {
  color: #dcdfea;
  white-space: nowrap;
  font-weight: 600;
}

.heading-large.rotate-text._5.re5 {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
}

.heading-large.rotate-text._3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
}

.heading-large.rotate-text._3.re3 {
  margin-bottom: 10px;
}

.heading-large.rotate-text._2 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
}

.heading-large.rotate-text._2.re2 {
  margin-bottom: 10px;
}

.heading-large.rotate-text._4.re4 {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
}

.heading-large.rotate-text._1 {
  color: #dcdfea;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
}

.heading-large.rotate-text._1.re1 {
  margin-bottom: 10px;
}

.text-span-27 {
  color: #19e266;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}

.div-block-770 {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 15px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 41px;
  position: static;
}

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

.text-span-81 {
  color: #fdb002;
  letter-spacing: 2px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 13px;
}

.text-block-149 {
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

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

.txt-div-change {
  width: 500px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.tt-one, .tt-two, .tt-three {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  position: relative;
  top: 0;
}

.code-block {
  margin-top: 38px;
  margin-bottom: 38px;
}

.text-span-82 {
  color: rgba(220, 223, 234, 0);
  background-image: url('../images/rk-icon.png');
  background-position: 50%;
  background-size: cover;
  margin-right: 7px;
  padding-left: 4px;
  padding-right: 4px;
}

.mag-div {
  z-index: 10;
  width: 90px;
  position: absolute;
  top: 16.2969px;
  left: 100px;
}

.mag-img {
  width: 59px;
}

.ic1 {
  color: rgba(220, 223, 234, 0);
  background-image: url('../images/honey-icon.png');
  background-position: 50%;
  background-size: cover;
  margin-right: 7px;
  padding-left: 4px;
  padding-right: 4px;
}

.ic2 {
  color: rgba(220, 223, 234, 0);
  background-image: url('../images/rk-icon.png');
  background-position: 50%;
  background-size: cover;
  margin-right: 7px;
  padding-left: 4px;
  padding-right: 4px;
}

.ic3 {
  color: rgba(220, 223, 234, 0);
  background-image: url('../images/sd-icon.png');
  background-position: 50%;
  background-size: cover;
  margin-right: 7px;
  padding-left: 4px;
  padding-right: 4px;
}

.ic4 {
  color: rgba(220, 223, 234, 0);
  background-image: url('../images/gp-icon.png');
  background-position: 50%;
  background-size: cover;
  margin-right: 7px;
  padding-left: 4px;
  padding-right: 4px;
}

.ic5 {
  color: rgba(220, 223, 234, 0);
  background-image: url('../images/cf-icon.png');
  background-position: 50%;
  background-size: cover;
  margin-right: 7px;
  padding-left: 4px;
  padding-right: 4px;
}

.ic3-copy {
  color: rgba(220, 223, 234, 0);
  background-image: url('../images/sd-icon.png');
  background-position: 50%;
  background-size: cover;
  margin-right: 7px;
  padding-left: 4px;
  padding-right: 4px;
}

.high-recom-heading {
  color: #fff;
  border-bottom: 1px #000;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 900;
  display: flex;
}

.count-num-new {
  color: #5e5e5e;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.tp-div {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.tp-two-div {
  margin-top: 16px;
}

.text-span-83 {
  margin-left: 7px;
  font-family: "Fa solid 900", sans-serif;
  display: inline-block;
}

.head-top-txt {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 23px;
}

.button-2 {
  color: #fff;
  background-color: #012b4d;
  border: 1px #012b4d;
  border-radius: 8px;
}

.cta-section-top {
  display: none;
}

.desktop-cta-sec {
  padding-top: 0;
  padding-bottom: 52px;
}

.container-2 {
  text-align: center;
}

.section-no-space {
  z-index: 2;
  color: #000;
  padding: 60px 32px;
  position: relative;
}

.section-no-space.hero-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 520px;
  padding-top: 200px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
}

.section-no-space.hero-section.for_home {
  background-color: #fff;
  min-height: auto;
  padding-top: 60px;
  padding-bottom: 40px;
}

.section-no-space.no-padding-top {
  padding-top: 0;
}

.section-no-space.white_bg {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 20px;
}

.bottom-cta-btn {
  text-align: center;
  letter-spacing: 1px;
  background-color: #012b4d;
  border-radius: 8px;
  width: 80%;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 18px;
  box-shadow: 0 6px 9px 2px rgba(0, 0, 0, .2);
}

.div-block-944, .desktop-bottom-cta-div {
  text-align: center;
  padding-top: 14px;
  padding-bottom: 14px;
}

.blog-sidebar-home {
  z-index: auto;
  width: 312px;
  margin-left: 5%;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 19px;
  bottom: auto;
}

.side-div-home {
  z-index: 99;
  width: 300px;
  margin-left: 10px;
  position: relative;
  top: auto;
  bottom: auto;
}

.home-top-pro-img {
  width: 175px;
}

.tt-txt {
  font-size: 12px;
}

.bb-logo-new {
  width: auto;
  height: 35px;
  margin-right: 25px;
}

.bb-logo-new.not_best {
  width: auto;
  height: 35px;
}

.bb-logo-new.not_best.com-log, .bb-logo-new.log-bb {
  height: 38px;
}

.bb-logo-two {
  width: auto;
  height: 35px;
  margin-right: 25px;
}

.bb-logo-two.not_best {
  width: auto;
  height: 35px;
}

.bb-logo-two.not_best.com-log, .bb-logo-two.log-bb {
  height: 38px;
}

.heading-top-down {
  margin-top: -14px;
  font-weight: 500;
}

.tr-div {
  border-bottom: 1px solid rgba(0, 0, 0, .14);
  padding-top: 16px;
  padding-bottom: 16px;
}

.tr-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
}

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

.top-nav-sec {
  background-color: rgba(253, 204, 14, .07);
  border-bottom: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-con {
  max-width: 1200px;
}

.bb-top-logo {
  width: 280px;
}

.main-content-sec {
  padding-top: 40px;
  padding-bottom: 10px;
}

.mm-con {
  max-width: 1200px;
}

.bb-top-heading {
  border-bottom: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

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

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

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

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  border: 1px solid #000;
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 17px;
  padding-right: 17px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.team-member-text {
  margin-bottom: 20px;
}

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

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

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.ver1-img {
  border: 1px solid #000;
  width: auto;
}

.top-get-div {
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.bc-div {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.bc-pa-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.img-fea-block {
  width: 70%;
  padding-right: 50px;
}

.st-img {
  border: 1px solid #000;
}

.bc-in-div {
  color: #000;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 400;
  text-decoration: none;
}

.bc-in-div:hover {
  color: #c43333;
}

.til-heading {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 900;
  line-height: 22px;
}

.sub-heading-block {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.text-span-84 {
  font-family: "Fa solid 900", sans-serif;
}

.heading-2 {
  margin-bottom: 8px;
}

.top-fea-heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.ext-txt {
  margin-top: 16px;
  font-size: 18px;
  line-height: 26px;
}

.trend-txt-div {
  border-bottom: 1px solid rgba(0, 0, 0, .23);
  padding-bottom: 10px;
  display: flex;
}

.fea-top-block {
  color: #000;
  text-decoration: none;
}

.fea-top-block:hover {
  color: #c43333;
}

.rr-read-btn {
  color: #fff;
  background-color: #012b4d;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 20px;
  font-size: 16px;
  display: flex;
}

.rr-read-btn:hover {
  background-color: #011d33;
}

.tre-svg {
  width: 23px;
  margin-left: 8px;
}

.text-span-85 {
  margin-left: 8px;
  font-family: "Fa solid 900", sans-serif;
  display: inline-block;
}

.rem-blog-sec {
  padding-bottom: 40px;
}

.rem-con {
  max-width: 1200px;
}

.rem-div {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.bb-block {
  color: #000;
  background-color: #fff;
  width: 25%;
  height: 360px;
  margin: 10px;
  padding: 0;
  text-decoration: none;
}

.bb-block:hover {
  color: #c43333;
}

.team-block-copy {
  background-color: #fff;
  padding-bottom: 24px;
}

.rem-down-div {
  justify-content: center;
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
}

.down-hh-div {
  border-bottom: 1px rgba(0, 0, 0, .23);
  margin-bottom: 15px;
  padding-bottom: 0;
}

.dis-block {
  background-color: #fffcf1;
  border: 1px solid rgba(0, 0, 0, .23);
  padding: 15px;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.container-regular {
  width: 100%;
  max-width: 1200px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-wrapper {
  margin-top: 6px;
  margin-left: 43px;
}

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

.nav-link-6 {
  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-6:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-6:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown-icon {
  margin-right: 4px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  background-color: #fafafa;
  border: 1px solid rgba(0, 0, 0, .33);
}

.nav-dropdown-link {
  border-bottom: 1px solid rgba(0, 0, 0, .13);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-button-wrapper {
  margin-left: 120px;
}

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

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

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

.top-nav-bar {
  background-color: rgba(253, 204, 14, .07);
  border-bottom: 1px solid #000;
  padding-top: 17px;
  padding-bottom: 17px;
}

.dropdown-link, .dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ss-list {
  padding-left: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.text-block-150 {
  margin-bottom: -10px;
  font-size: 16px;
}

.pp-link {
  color: #4081b6;
  text-decoration: none;
}

.new-con-box-editor {
  border-radius: 20px;
  margin-bottom: 24px;
  padding: 25px 22px;
  box-shadow: 0 2px 9px 1px rgba(0, 0, 0, .2);
}

.ss-heading-editor {
  margin-top: 0;
}

.ss-para-editor {
  margin-bottom: 0;
}

.ss-img-editor {
  width: 200px;
}

.sticky-coffee-mobile-editor {
  z-index: 15;
  padding-bottom: 1rem;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.top-hero-div {
  border: 1px solid #000;
  width: 800px;
  margin-top: 15px;
  margin-bottom: 15px;
  display: none;
}

.m-top-img {
  display: none;
}

.sac-txt {
  font-size: 12px;
}

.top-article-navbar {
  background-color: rgba(253, 204, 14, .07);
  border-bottom: 1px solid #000;
  padding: 17px 15px;
}

.article-navbar-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.article-regular-container {
  width: 100%;
  max-width: 1200px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.article-nav-menu-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 6px;
  margin-left: 35px;
  display: flex;
}

.article-nav-logo {
  width: 280px;
}

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

.ar-nav-menu {
  color: #000;
  text-align: left;
  margin-right: 13px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 900;
  line-height: 15px;
  text-decoration: none;
}

.ar-nav-menu:hover {
  color: #7e2e2e;
}

.banner-image-block {
  object-fit: fill;
  border: 1px solid #000;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 160px;
  margin-top: 40px;
  display: block;
  position: relative;
}

.image-12 {
  object-fit: fill;
}

.cta-banner-img {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 160px;
}

.cta-banner-img.for-desk {
  object-fit: cover;
}

.cta-banner-img.for-mobile {
  display: none;
}

.banner-cta-info {
  object-fit: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 11%;
  right: auto;
}

.save-cta-banner-text {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
}

.save-cta-banner-text.is-black {
  color: #000;
}

.text-span-86 {
  font-family: "Fa solid 900", sans-serif;
}

.cta-arrow-icon {
  padding-left: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-weight: 400;
}

.all-product-block {
  border: 1px #000;
  margin-top: 35px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: relative;
  overflow: hidden;
}

.all-product-wrapper {
  border: 1px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  overflow: visible;
}

.all-product-items {
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.product-title-text {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}

.product-image-size {
  width: 800px;
}

.slick-prev-box {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: "Fa solid 900", sans-serif;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 40%;
  bottom: auto;
  left: 1%;
}

.arrow-icon-left {
  color: #000;
  font-size: 1rem;
  text-decoration: none;
}

.slick-next-box {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: "Fa solid 900", sans-serif;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 40%;
  bottom: auto;
  left: auto;
  right: 1%;
}

.arrow-icon-right {
  color: #000;
  font-size: 1rem;
  text-decoration: none;
}

.new-product-block {
  border: 1px #000;
  border-radius: 0;
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
  display: none;
}

.new-product-item {
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.new-product-photo {
  width: 186px;
}

.new-product-cta {
  color: #000;
  background-color: #000;
  border-radius: 8px;
  width: 80%;
}

.new-product-cta:hover {
  background-color: #ffa908;
}

.pp-inner-text {
  color: #fff;
  letter-spacing: 1px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: 500;
  transition: background-color .4s cubic-bezier(.215, .61, .355, 1);
}

.new-product-item-link {
  text-align: center;
  border: 1px solid #000;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: block;
}

.new-product-item-link.diff-a {
  background-color: #e1fafa;
}

.new-product-item-link.diff-b {
  background-color: #fff2e3;
}

.new-product-item-link.diff-c {
  background-color: #ffe7c9;
}

.buy-now-btn {
  color: #fff;
  letter-spacing: 1px;
  background-color: #000;
  border-radius: 8px;
  padding: 9px 28px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
}

.buy-now-btn:hover {
  background-color: #ffa908;
}

.buy-now-text {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 17px;
}

.buy-now-block {
  text-align: center;
  margin-top: 14px;
}

.product-title-cta {
  text-align: center;
  background-color: #000;
  border-radius: 8px;
  width: 65%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 7px;
  font-size: 13px;
  font-weight: 500;
  line-height: 17px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }

  h3 {
    font-size: 20px;
    line-height: 28px;
  }

  figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  figcaption {
    margin-top: 16px;
  }

  .section {
    padding: 96px 25px;
  }

  .section.hero-section {
    min-height: 0;
    padding-top: 160px;
    padding-bottom: 112px;
  }

  .section.hero-section.for_home {
    padding-top: 100px;
  }

  .container.review_container {
    margin-top: 0;
  }

  .nav-bar {
    border-bottom-style: none;
    min-height: auto;
  }

  .no-margin {
    margin: 0;
  }

  .no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-v1 {
    flex-direction: column;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-v1-column {
    width: 100%;
    margin-bottom: -1px;
    margin-right: 0;
    padding: 10vw 24vw;
  }

  .footer-v1-column.left {
    text-align: center;
    align-items: center;
    padding-left: 12vw;
    padding-right: 12vw;
  }

  .footer-v1-column.right {
    text-align: center;
    align-items: center;
    padding-bottom: 18vw;
    padding-left: 12vw;
    padding-right: 12vw;
  }

  .nav-menu {
    padding-left: 8%;
    padding-right: 8%;
    display: none;
    overflow: scroll;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .sg-header {
    margin-bottom: 64px;
  }

  .sg-button-block {
    width: 50%;
    padding: 8px;
  }

  .sg-button-wrapper {
    padding: 40px 12%;
  }

  .sg-block {
    padding-bottom: 96px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
    height: 64px;
    padding: 20px;
    display: block;
    left: auto;
    right: 0;
  }

  .nav-bar-logo-link {
    height: 64px;
  }

  .nav-bar-logo-link.w--current {
    align-items: flex-start;
    margin-left: 0;
  }

  .hero-image {
    height: 70vh;
  }

  .nav-link {
    font-size: 40px;
    line-height: 32px;
  }

  .footer-category {
    margin-left: 16px;
    margin-right: 16px;
  }

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

  .footer-copyright {
    text-align: center;
    justify-content: center;
  }

  .footer-link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .post-v1 {
    background-color: #fff;
  }

  .instagram-gradient {
    display: none;
  }

  .post-v3 {
    min-height: 46vw;
  }

  .post-text p, .post-text h2, .post-text h3, .post-text blockquote, .post-text h4, .post-text ul, .post-text h5, .post-text h6, .post-text ol, .post-text h1 {
    margin-left: 10%;
    margin-right: 10%;
  }

  .hero-intro {
    padding-left: 8px;
    padding-right: 8px;
  }

  .up-button {
    display: none;
  }

  .blog-sides {
    flex-wrap: wrap;
  }

  .blog-sidebar {
    width: 66.66%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 64px;
  }

  .sidebar-category:hover {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .4);
  }

  .page-content {
    padding-left: 10%;
    padding-right: 10%;
  }

  .page-content.no-padding-side {
    padding-left: 0;
    padding-right: 0;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .search-close {
    width: 64px;
    height: 64px;
  }

  .post-v5-medium, .post-v5-small, .post-v5-big {
    min-height: 46vw;
  }

  .category-v1 {
    height: 56px;
    margin: 4px;
    font-size: 17px;
    line-height: 24px;
  }

  .category-v1:hover {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .4);
  }

  .sg-categories {
    top: 64px;
  }

  .search-result-image {
    width: 128px;
    height: 96px;
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .category-v2-link {
    margin-left: 16px;
    margin-right: 16px;
  }

  .nav-link-5 {
    background-color: #fff;
    width: 33.33%;
    margin-left: 0;
    margin-right: 0;
    padding: 16px 24px;
    box-shadow: 0 0 0 1px #e2e4eb;
  }

  .nav-columns {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .nav-copyright {
    bottom: 8px;
    right: 20px;
  }

  .nav-social {
    height: 64px;
    right: 16px;
  }

  ._404-heading {
    font-size: 48px;
    line-height: 56px;
  }

  .footer-v2 {
    flex-wrap: wrap;
  }

  .nav-bar-logo {
    width: auto;
    height: 48px;
  }

  .subscription-features {
    margin-top: 15px;
  }

  .top-bar.best_seller {
    justify-content: center;
    padding-top: 35px;
    padding-bottom: 10px;
  }

  .top-bar.not_best {
    align-items: center;
    padding-top: 15px;
    padding-left: 0;
  }

  .feature-title {
    margin-top: 0;
    margin-bottom: 0;
  }

  .stars-review {
    font-size: 15px;
  }

  .div-block {
    top: -45px;
    left: auto;
  }

  .div-block.best_seller {
    width: 75px;
    height: 75px;
  }

  .review-container {
    flex: 0 auto;
    width: 100%;
  }

  .logo-bar {
    justify-content: space-between;
  }

  .logo-bar.not_best {
    justify-content: space-between;
    padding-left: 20px;
  }

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

  .inner-menu {
    flex-direction: row;
    align-items: center;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .main-nav {
    text-align: center;
    text-transform: capitalize;
    border-bottom: 1px solid #000;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 24px;
    line-height: 32px;
  }

  .stars-compare {
    font-size: 15px;
  }

  .navigation-container {
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: auto;
    position: relative;
  }

  .nav-menu-2 {
    z-index: 680;
    background-color: #fff;
    align-items: center;
    width: 100%;
    height: 100vh;
    margin-top: 0;
    margin-left: auto;
    padding: 65px 0 20px;
    position: fixed;
    top: 0;
    box-shadow: -9px 0 17px 6px rgba(0, 0, 0, .15);
  }

  .logo-img {
    z-index: 800;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    left: auto;
    right: auto;
  }

  .head {
    z-index: 500;
    border-bottom: 1px #000;
    height: 65px;
    padding: 15px 0;
    display: block;
    position: relative;
    overflow: visible;
  }

  .icon-3 {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 28px;
    display: flex;
  }

  .navigation_link {
    text-align: center;
    text-transform: capitalize;
    border-bottom: 1px solid #000;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 24px;
    line-height: 32px;
  }

  .mbg-text-2 {
    line-height: 20px;
  }

  .inner-menu-2 {
    flex-direction: row;
    align-items: center;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-button-wrap {
    z-index: 900;
    border-bottom: 1px solid #000;
    align-items: center;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
  }

  .button-javy {
    margin-top: 10px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .navigation {
    z-index: 600;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 65px;
    padding-left: 20px;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .mbg-section-2 {
    text-align: left;
  }

  .burger {
    z-index: 1500;
    color: #000;
    border-left: 1px #000;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 100%;
    margin-left: 0;
    padding: 5px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .burger.w--open {
    z-index: 800;
    color: #000;
    background-color: #fff;
    border-bottom: 1px #000;
    border-left: 1px solid #000;
    width: 60px;
  }

  .mgb-extra {
    line-height: 16px;
  }

  .menu-cta {
    border-radius: 100px;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 900;
    display: flex;
  }

  .main-heading-ad-new-2 {
    font-size: 37px;
    line-height: 42px;
  }

  .blog-content {
    flex: 0 auto;
    width: 100%;
  }

  .div-block-934 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-933 {
    display: block;
  }

  .javy-coffes {
    width: auto;
    height: 4rem;
  }

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

  .summary-bar {
    display: none;
  }

  .text-sale, .sticky-coffee-mobile {
    display: block;
  }

  .div-block-931, .div-block-942, .div-block-943 {
    display: none;
  }

  .loader-content {
    width: 50%;
  }

  .breathe-in-text, .breathe-out-text {
    font-size: 5vw;
    line-height: 6vh;
  }

  .vertical-scroll-wrapper {
    width: auto;
    height: 2.8125rem;
    overflow: hidden;
  }

  .text-rotation-wrapper {
    flex-direction: column;
  }

  .heading-large {
    font-size: 2.25rem;
  }

  .section-no-space {
    padding: 96px 25px;
  }

  .section-no-space.hero-section {
    min-height: 0;
    padding-top: 160px;
    padding-bottom: 112px;
  }

  .section-no-space.hero-section.for_home {
    padding-top: 100px;
  }

  .blog-sidebar-home {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 64px;
  }

  .side-div-home {
    width: 100%;
  }

  .main-content-sec {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .img-fea-block {
    padding-right: 30px;
  }

  .rem-blog-sec {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bb-block {
    height: 400px;
    padding-bottom: 0;
  }

  .navbar-wrapper {
    justify-content: space-between;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

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

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

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

  .menu-button-2 {
    padding: 12px;
  }

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

  .top-nav-bar {
    padding: 10px 15px;
  }

  .sticky-coffee-mobile-editor {
    display: block;
  }

  .top-article-navbar {
    padding: 10px 15px;
  }

  .article-navbar-wrapper {
    justify-content: space-between;
  }

  .article-nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }

  h2 {
    font-size: 24px;
    line-height: 32px;
  }

  blockquote {
    padding-left: 32px;
    padding-right: 32px;
    font-size: 20px;
    line-height: 28px;
  }

  figure {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  figcaption {
    margin-top: 8px;
    font-size: 12px;
  }

  .section {
    padding: 80px 15px;
  }

  .section.hero-section {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .section.hero-section.for_home {
    padding-top: 45px;
  }

  .section.white_bg {
    padding-top: 30px;
  }

  .no-margin {
    margin: 0;
  }

  .no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-v1-column {
    padding-left: 18vw;
    padding-right: 18vw;
  }

  .nav-menu {
    flex-wrap: wrap;
    padding: 80px 60px 8px;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .sg-button-block {
    width: 100%;
  }

  .sg-button-wrapper {
    padding-left: 25%;
    padding-right: 25%;
  }

  .menu-button {
    height: 60px;
    padding: 18px;
  }

  .nav-bar-logo-link {
    height: 60px;
    font-size: 18px;
    line-height: 24px;
  }

  .hero-image {
    height: 100vh;
  }

  .nav-link {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 20px;
  }

  .menu-text {
    display: none;
  }

  .divider {
    width: 88px;
  }

  .footer-category {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-copyright {
    padding: 4vw;
  }

  .footer-copyright-text {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-link {
    margin-left: 8px;
    margin-right: 8px;
  }

  .post-v2 {
    min-height: 400px;
  }

  .post-v3 {
    min-height: 56vw;
  }

  .post-text p {
    font-size: 15px;
    line-height: 24px;
  }

  .page-content {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .page-content.no-padding-side {
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .search-close {
    width: 60px;
    height: 60px;
  }

  .category-v1 {
    height: 48px;
    font-size: 14px;
    line-height: 20px;
  }

  .sg-categories {
    display: none;
  }

  .search-result-image {
    width: 120px;
    height: 92px;
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .category-v2-link {
    margin-left: 12px;
    margin-right: 12px;
  }

  .nav-links {
    padding-left: 0;
  }

  .nav-categories {
    padding-top: 16px;
    padding-left: 0;
  }

  .nav-columns {
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-copyright {
    text-align: left;
    justify-content: flex-start;
    width: 100%;
    margin-top: 24px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    bottom: 0;
    left: 0;
    right: auto;
  }

  .nav-social {
    height: 60px;
  }

  .nav-social-line {
    width: 40px;
    margin-left: 12px;
    margin-right: 12px;
  }

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

  .footer-v2-link {
    margin: 4px 12px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
    line-height: 16px;
  }

  .back-link {
    margin-top: 28px;
  }

  .footer-v2-bottom {
    justify-content: center;
  }

  .footer-v2-bottom-text {
    margin: 4px 6px;
  }

  .nav-bar-logo {
    height: 48px;
  }

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

  .subscription-features {
    margin: 15px auto 15px 0;
  }

  .subscription-text {
    font-size: 14px;
  }

  .div-block.best_seller {
    width: 65px;
    height: 65px;
    top: -35px;
  }

  .number_list {
    font-size: 26px;
  }

  .main-nav {
    font-size: 20px;
  }

  .help {
    display: none;
  }

  .pricing-wrapper {
    min-width: 1000px;
    display: block;
  }

  .discount {
    color: #7b88a8;
  }

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

  .nav-menu-2 {
    border-top: 1px solid #000;
    flex: 1;
    margin-top: 0;
    padding-top: 65px;
    padding-left: 0;
    padding-right: 0;
    position: fixed;
    top: 0;
  }

  .logo-img {
    width: 140px;
  }

  .head {
    height: 60px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .navigation_link {
    font-size: 20px;
  }

  .navigation-button-wrap {
    border-bottom: 1px solid #000;
    width: 100%;
    padding-right: 0;
    overflow: visible;
  }

  .navigation {
    z-index: 200;
    height: 60px;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .mbg-section-2 {
    justify-content: space-around;
  }

  .burger {
    width: 60px;
  }

  .burger.w--open {
    border-bottom-width: 0;
  }

  .menu-cta {
    max-width: 100%;
  }

  .subscription-check, .subscription-close {
    font-size: 12px;
  }

  .grid-5 {
    margin-top: 25px;
  }

  .main-heading-ad-new-2 {
    letter-spacing: 0;
  }

  .auth-left {
    margin-bottom: 0;
  }

  .div-block-923-copy {
    width: 100%;
  }

  .div-block-936 {
    justify-content: flex-end;
  }

  .vertical-scroll-wrapper {
    height: 2.34375rem;
    overflow: hidden;
  }

  .text-rotation-wrapper {
    margin-left: 0%;
  }

  .heading-large {
    font-size: 1.875rem;
  }

  .section-no-space {
    padding: 80px 15px;
  }

  .section-no-space.hero-section {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .section-no-space.hero-section.for_home {
    padding-top: 45px;
  }

  .section-no-space.white_bg {
    padding-top: 30px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .navbar-brand {
    padding-left: 0;
  }

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

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

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

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

  .article-nav-brand {
    padding-left: 0;
  }

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

@media screen and (max-width: 479px) {
  .section {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.hero-section.for_home {
    padding-top: 25px;
    padding-bottom: 20px;
  }

  .section.no-padding-top {
    padding-top: 25px;
  }

  .section.white_bg {
    padding: 20px 15px 25px;
  }

  .section.foredipage {
    padding-top: 20px;
  }

  .button.rounded {
    width: 100%;
  }

  .button.rounded.is-banner-cta {
    letter-spacing: 1px;
    width: 95%;
    height: 40px;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .nav-bar {
    border-bottom-style: none;
  }

  .no-margin {
    margin: 0;
  }

  .no-padding-vertical {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-v1-column {
    padding: 14vw 12vw;
  }

  .footer-v1-column.right {
    padding-bottom: 38vw;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .page-wrapper.children {
    margin-top: 20px;
  }

  .sg-button-block {
    width: 100%;
  }

  .sg-button-wrapper {
    padding-left: 20%;
    padding-right: 20%;
  }

  .sg-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-bar-logo-link.w--current {
    align-items: flex-start;
  }

  .hero-image {
    height: 50vh;
    min-height: 360px;
  }

  .footer-copyright {
    padding: 6vw;
  }

  .post-v3 {
    height: 90vw;
    min-height: 400px;
  }

  .post-text p, .post-text h2, .post-text h3 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .post-text blockquote {
    margin-left: 4%;
    margin-right: 4%;
  }

  .post-text h4 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .post-text ul {
    margin-left: 4%;
    margin-right: 4%;
  }

  .post-text h5, .post-text h6, .post-text ol, .post-text h1 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .blog-sidebar {
    flex: 1;
    width: auto;
    margin-left: 8px;
    margin-right: 8px;
  }

  .sidebar-header.diff1 {
    margin-bottom: 11px;
  }

  .page-content {
    margin-left: -8px;
    margin-right: -8px;
    padding: 56px 16px;
  }

  .page-content.no-padding-side {
    padding-left: 0;
    padding-right: 0;
  }

  .post-v5-medium, .post-v5-small, .post-v5-big {
    min-height: 90vw;
  }

  .search-result-image {
    width: 100%;
    height: 64vw;
  }

  .search-result-item {
    flex-direction: column;
  }

  .no-margin-bottom {
    margin-bottom: 0;
  }

  .nav-link-5 {
    width: 100%;
  }

  .nav-categories {
    padding-top: 48px;
  }

  .nav-categories-heading {
    margin-bottom: 32px;
  }

  .nav-social-line, .nav-social-heading {
    display: none;
  }

  .protected-card {
    width: auto;
    margin-left: 16px;
    margin-right: 16px;
    padding: 48px;
  }

  .footer-v2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-bar-logo {
    height: 40px;
  }

  .brand-logo {
    width: 80px;
  }

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

  .subscription-features {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .subscription-item-2 {
    align-items: flex-start;
  }

  .subscription-icon-3 {
    width: 18px;
    min-width: 12px;
    height: 18px;
    min-height: 12px;
    transform: translate(0, 5px);
  }

  .product-img.not_best.jut2, .product-img.not_best.jut3, .product-img.not_best.jut4, .product-img.not_best.jut5 {
    width: auto;
    height: 250px;
  }

  .product-img.not_best.sup2, .product-img.not_best.sup3, .product-img.not_best.sup4, .product-img.not_best.sup5 {
    width: 130px;
  }

  .product-img.jut1 {
    height: 250px;
  }

  .product-img.sup1 {
    width: 130px;
  }

  .product-img.is-reduced {
    width: 250px;
  }

  .most-recommended {
    font-size: 20px;
  }

  .most-recommended.ss-edi {
    font-size: 28px;
  }

  .top-bar.best_seller.fored {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .stars-review {
    font-size: 16px;
  }

  .div-block-269-copy {
    padding: 0 10px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .paragraph_review {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 24px;
  }

  .div-block {
    width: 55px;
    height: 55px;
    top: -30px;
  }

  .div-block.not_bestseller {
    width: 55px;
    height: 55px;
  }

  .number_list {
    font-size: 24px;
  }

  .coffee-slogan {
    font-size: 14px;
    line-height: 20px;
  }

  .link_review {
    color: #000;
  }

  .product-title {
    font-size: 14px;
  }

  .main-nav {
    font-size: 16px;
    line-height: 24px;
  }

  .fb-below {
    margin-left: 10px;
    font-size: 12px;
  }

  .review-fb-inner {
    border-radius: 25px;
    padding-right: 20px;
  }

  .fb-review {
    grid-template-columns: minmax(60px, 60px) 1fr;
  }

  .stars-compare {
    font-size: 16px;
  }

  .overall_review {
    flex-wrap: wrap;
  }

  .review_block_inner._50-perct {
    width: 50%;
    height: 120px;
  }

  .review_block_inner._100-perct {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .review_block_inner._100-perct.overall_grade {
    width: 50%;
  }

  .overall_rating {
    font-size: 38px;
    line-height: 38px;
  }

  .overal_desc {
    margin-top: 10px;
  }

  .count-text {
    height: 51%;
    font-size: 14px;
    font-weight: 400;
  }

  .div-block-18 {
    height: 35px;
  }

  .bar {
    height: 15px;
  }

  .count {
    font-size: 12px;
  }

  .feature_title {
    width: 40%;
    height: 35px;
  }

  .review_right_side {
    width: 60%;
  }

  .review_right_side.toleft {
    padding-left: 25px;
  }

  .avg_number {
    font-size: 12px;
  }

  .nav-menu-2 {
    margin-top: 0;
    padding-left: 0;
    position: fixed;
    top: 0;
  }

  .logo-img {
    width: 180px;
    position: static;
    left: 0;
  }

  .head {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .icon-3 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .mbg-text-2 {
    margin-bottom: 0;
    font-size: 8px;
    line-height: 12px;
  }

  .navigation-button-wrap {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }

  .button-javy {
    margin-top: 20px;
  }

  .navigation {
    height: 65px;
  }

  .mbg-section-2 {
    margin-top: 10px;
  }

  .burger {
    width: 65px;
    position: relative;
  }

  .burger.w--open {
    color: #000;
    border-bottom-width: 1px;
    border-radius: 0;
    width: 65px;
  }

  .mgb-extra {
    font-size: 12px;
  }

  .image-10 {
    width: 60px;
  }

  .menu-cta, .coffee-advantage, .coffee-disadvantage {
    font-size: 14px;
  }

  .count-number, .count-copy {
    font-size: 12px;
  }

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

  .sub-heading-author-new {
    text-align: left;
    letter-spacing: -.5px;
    font-size: 14px;
    line-height: 25px;
  }

  .sub-heading-author-new.editor-page-tr {
    border-bottom: 1px solid rgba(0, 0, 0, .23);
    padding-bottom: 10px;
  }

  .main-heading-ad-new-2 {
    text-align: left;
    margin-top: -5px;
    font-weight: 700;
  }

  .main-heading-ad-new-2.change_headline {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 33px;
    line-height: 38px;
  }

  .main-heading-ad-new-2.change_headline.foredi {
    margin-top: 0;
    margin-bottom: 13px;
    font-size: 33px;
    line-height: 38px;
  }

  .sub-heading-para-new-bigger-2 {
    text-align: left;
    letter-spacing: -.5px;
    max-width: 100%;
    font-size: 15px;
    line-height: 25px;
  }

  .auth-left {
    margin-top: 18px;
    padding-top: 7px;
  }

  .auth-left.edi-one {
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 7px;
  }

  .auth-image {
    margin-top: 8px;
  }

  .date-text {
    margin-left: 10px;
    font-size: 12px;
    line-height: 15px;
  }

  .p-bottom-0 {
    text-align: left;
    letter-spacing: -.5px;
    max-width: 100%;
    font-size: 15px;
    line-height: 25px;
  }

  .text-block {
    margin-bottom: 2px;
  }

  .div-block-934 {
    grid-column-gap: 1rem;
    grid-row-gap: 0rem;
    background-color: #faf4df;
    flex-direction: column;
    flex: 1;
    width: 4rem;
  }

  .div-block-926 {
    grid-row-gap: .5rem;
    width: 100%;
  }

  .javy-coffes {
    height: 3rem;
  }

  .div-block-938 {
    background-color: #ffa90a;
  }

  .div-block-923-copy {
    text-align: center;
    background-color: #fefbf0;
    flex-direction: row;
    align-items: stretch;
  }

  .cta1_button-content {
    grid-column-gap: .5rem;
  }

  .button-text-5 {
    font-size: .8rem;
  }

  .div-block-935 {
    flex: 1;
    padding-bottom: .5rem;
  }

  .icon-embed-xsmall-2 {
    width: 1.5rem;
    margin-left: -10px;
  }

  .text-link {
    font-size: .75rem;
    line-height: 1;
  }

  .div-block-937 {
    background-color: #ffa90a;
    font-size: .7rem;
  }

  .text-sale-desktop {
    font-size: .75rem;
  }

  .main-button.is-small {
    min-height: auto;
    padding: .5rem .3rem;
    font-size: .85rem;
    text-decoration: none;
  }

  .main-button.is-small.is-green {
    background-color: var(--dark-green);
  }

  .text-sale {
    font-size: .75rem;
  }

  .desktop-hadings-offer {
    font-size: .7rem;
  }

  .text-sale-rights {
    font-size: .75rem;
  }

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

  .text-sale-rights-2 {
    font-size: .75rem;
  }

  .loader-content {
    width: 80%;
  }

  .loader-text {
    margin-top: 0;
    top: -137px;
  }

  .breathe-in-text {
    font-size: 4vw;
  }

  .breathe-out-text {
    font-size: 4vw;
    display: none;
  }

  .changer-overflow {
    overflow: hidden;
  }

  .changer {
    margin-bottom: 11px;
    font-size: 23px;
    line-height: 33px;
  }

  .ht-code-div {
    width: 390px;
  }

  .bold-text-19 {
    font-size: 25px;
    line-height: 38px;
  }

  .bold-text-20 {
    font-size: 28px;
    line-height: 38px;
  }

  .vertical-scroll-wrapper {
    height: 9rem;
    overflow: visible;
  }

  .vertical-scroll-wrapper.mob1 {
    height: 17rem;
  }

  .text-rotation-wrapper {
    height: auto;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .track-vertical {
    justify-content: flex-start;
  }

  .heading-large.rotate-text._5.re5, .heading-large.rotate-text._3, .heading-large.rotate-text._2, .heading-large.rotate-text._4.re4, .heading-large.rotate-text._1 {
    font-size: 1.6rem;
  }

  .div-block-770 {
    width: 90%;
    position: relative;
    top: 16px;
  }

  .tt-one, .tt-two, .tt-three {
    margin-bottom: 11px;
    font-size: 22px;
    line-height: 33px;
  }

  .mag-div {
    width: auto;
    top: 2.2969px;
    bottom: 88.6875px;
    left: 116px;
  }

  .mag-img {
    width: 54px;
  }

  .high-recom-heading {
    text-align: center;
    justify-content: center;
    font-size: 19px;
  }

  .count-num-new {
    text-align: left;
    justify-content: flex-start;
    font-size: 12px;
  }

  .tp-two-div {
    display: none;
  }

  .head-top-txt {
    margin-right: 0;
  }

  .button-2 {
    font-size: 13px;
  }

  .cta-section-top {
    z-index: 20;
    text-align: center;
    background-color: #fff;
    margin-top: 0;
    padding: 11px 19px;
    display: block;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .sticky-cta-btn {
    letter-spacing: 1px;
    background-color: #012b4d;
    border-radius: 8px;
    width: 100%;
    padding: 16px 0;
    font-size: 16px;
    font-weight: 400;
  }

  .section-no-space {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-no-space.hero-section.for_home {
    padding-top: 25px;
    padding-bottom: 20px;
  }

  .section-no-space.no-padding-top {
    padding-top: 25px;
  }

  .section-no-space.white_bg {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .desktop-bottom-cta-div {
    display: none;
  }

  .blog-sidebar-home {
    flex: 1;
    width: auto;
    margin-left: 8px;
    margin-right: 8px;
  }

  .side-div-home {
    width: 100%;
    margin-left: 0;
  }

  .tt-txt {
    margin-bottom: 6px;
  }

  .bb-logo-new {
    width: 45%;
    height: auto;
  }

  .bb-logo-two {
    width: auto;
    height: 35px;
  }

  .heading-top-down {
    font-size: 25px;
    line-height: 31px;
  }

  .paragraph {
    font-size: 15px;
    line-height: 25px;
  }

  .tr-heading {
    font-size: 14px;
    line-height: 26px;
  }

  .top-nav-sec {
    padding: 14px 15px;
  }

  .bb-top-logo {
    width: 220px;
    position: relative;
    top: -2px;
  }

  .main-content-sec {
    padding: 20px 15px 25px;
  }

  .bb-top-div {
    flex-direction: column;
    display: block;
  }

  .bb-top-heading {
    font-size: 18px;
    line-height: 22px;
  }

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

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

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

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

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-member-name-two {
    font-size: 18px;
    line-height: 22px;
  }

  .ver1-img {
    width: 400px;
  }

  .top-get-div {
    flex-direction: column;
  }

  .bc-div {
    margin-bottom: 5px;
  }

  .bc-pa-block {
    width: 100%;
    padding-top: 30px;
  }

  .img-fea-block {
    width: 100%;
    padding-right: 0;
  }

  .bc-in-div {
    margin-left: 0;
    margin-right: 8px;
  }

  .bc-in-div.rig1 {
    margin-left: 8px;
    margin-right: 0;
  }

  .til-heading {
    font-size: 16px;
    font-weight: 700;
  }

  .sub-heading-block {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 22px;
  }

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

  .top-fea-heading {
    font-size: 30px;
    line-height: 35px;
  }

  .rr-read-btn {
    border-radius: 10px;
    width: 100%;
    height: 40px;
    display: flex;
  }

  .tre-svg {
    width: 20px;
  }

  .text-span-85 {
    margin-left: 8px;
    font-family: "Fa solid 900", sans-serif;
    font-size: 14px;
    display: inline-block;
  }

  .rem-blog-sec {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rem-div {
    flex-direction: column;
    align-items: center;
  }

  .bb-block {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }

  .rem-down-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .dis-block {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .container-regular {
    min-height: auto;
  }

  .navbar-wrapper {
    justify-content: space-between;
  }

  .nav-menu-wrapper {
    margin-left: 0;
  }

  .nav-menu-3 {
    background-color: #fff;
    border: 1px solid #000;
    flex-flow: column wrap;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .nav-dropdown {
    align-items: flex-start;
  }

  .nav-dropdown-toggle {
    font-size: 18px;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    aspect-ratio: auto;
    overflow: visible;
  }

  .nav-dropdown-link {
    font-size: 12px;
    overflow: visible;
  }

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

  .menu-button-2.w--open {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
  }

  .top-nav-bar {
    padding: 5px 15px;
  }

  .navop1 {
    border-bottom: 1px solid #000;
    width: 100%;
    font-size: 14px;
  }

  .ss-list {
    font-size: 15px;
    font-weight: 400;
  }

  .text-block-150 {
    margin-bottom: -6px;
  }

  .list-item, .list-item-2, .list-item-3 {
    margin-bottom: 6px;
    font-size: 15px;
  }

  .list-item-4 {
    font-size: 15px;
  }

  .top-hero-div {
    border: 1px solid #000;
    width: auto;
  }

  .d-top-img {
    display: none;
  }

  .m-top-img {
    display: inline-block;
  }

  .sac-txt {
    margin-bottom: 2px;
  }

  .top-article-navbar {
    padding: 5px 15px;
  }

  .article-regular-container {
    min-height: auto;
  }

  .article-navbar-wrapper {
    justify-content: space-between;
  }

  .article-nav-menu-wrapper {
    text-align: center;
    background-color: #fffcf3;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 6px;
    margin-left: 0;
    padding: 2px 15px 20px;
  }

  .article-nav-logo {
    width: 220px;
    position: relative;
    top: -2px;
  }

  .article-menu {
    background-color: #fff;
    border: 1px solid #000;
    flex-flow: column wrap;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .ar-nav-menu {
    border-bottom: 1px solid #000;
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 6px;
    font-size: 14px;
  }

  .banner-image-block {
    object-fit: cover;
    height: auto;
    margin-top: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta-banner-img {
    height: auto;
  }

  .cta-banner-img.for-desk {
    display: none;
  }

  .cta-banner-img.for-mobile {
    display: block;
  }

  .banner-cta-info {
    left: 4%;
  }

  .save-cta-banner-text {
    font-size: 1rem;
  }

  .cta-arrow-icon {
    padding-left: 6px;
  }

  .all-product-block {
    margin-left: 6px;
    margin-right: 6px;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .all-product-wrapper {
    max-width: none;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-title-text {
    font-size: 9px;
    font-weight: 500;
    line-height: 10px;
  }

  .product-image-size {
    width: 300px;
  }

  .slick-prev-box {
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    display: flex;
    top: 36%;
    left: -3%;
  }

  .arrow-icon-left {
    color: #000;
    font-size: .8rem;
  }

  .slick-next-box {
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    font-size: 14px;
    display: flex;
    top: 36%;
    right: -3%;
  }

  .arrow-icon-right {
    color: #000;
    font-size: .8rem;
  }

  .buy-now-text {
    text-align: center;
    font-size: 8px;
    line-height: 10px;
  }

  .product-title-cta {
    border-radius: 4px;
    width: 80%;
    margin-top: 8px;
  }
}

#w-node-eb842ba5-c46f-3245-62e4-55c8fced498d-34f3e018, #w-node-eb842ba5-c46f-3245-62e4-55c8fced4993-34f3e018, #w-node-eb842ba5-c46f-3245-62e4-55c8fced499b-34f3e018, #w-node-_5fef4e53-54d2-15bb-442b-ce31471d8cf1-34f3e018 {
  align-self: center;
}

#w-node-_8c57659b-3551-8096-9997-90da576f19df-34f3e018 {
  align-self: center;
  justify-self: center;
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothampro';
  src: url('../fonts/gothampro-webfont.woff2') format('woff2'), url('../fonts/gothampro-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothampro';
  src: url('../fonts/gothampro-mediumitalic-webfont.woff2') format('woff2'), url('../fonts/gothampro-mediumitalic-webfont.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gothampro';
  src: url('../fonts/gothampro-blackitalic-webfont.woff2') format('woff2'), url('../fonts/gothampro-blackitalic-webfont.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gothampro';
  src: url('../fonts/gothampro-black-webfont.woff2') format('woff2'), url('../fonts/gothampro-black-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothampro';
  src: url('../fonts/gothampro-italic-webfont.woff2') format('woff2'), url('../fonts/gothampro-italic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gothampro';
  src: url('../fonts/gothampro-light-webfont.woff2') format('woff2'), url('../fonts/gothampro-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothampro';
  src: url('../fonts/gothampro-lightitalic-webfont.woff2') format('woff2'), url('../fonts/gothampro-lightitalic-webfont.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gothampro';
  src: url('../fonts/gothampro-medium-webfont.woff2') format('woff2'), url('../fonts/gothampro-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothampro';
  src: url('../fonts/gothampro-bolditalic-webfont.woff2') format('woff2'), url('../fonts/gothampro-bolditalic-webfont.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}