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

body {
  background-color: #fafafa;
  font-family: Gothampro, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

blockquote {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 16px 40px;
  border-left: 3px solid #e32;
  font-size: 24px;
  line-height: 32px;
}

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

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

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

.section.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 520px;
  padding-top: 200px;
  padding-bottom: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

.container {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

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

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

.button:hover {
  background-color: #ffc542;
}

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

.button.white {
  background-color: #fff;
  -webkit-transition: background-color 400ms cubic-bezier(.215, .61, .355, 1), box-shadow 400ms cubic-bezier(.215, .61, .355, 1), color 400ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 400ms cubic-bezier(.215, .61, .355, 1), box-shadow 400ms cubic-bezier(.215, .61, .355, 1), color 400ms cubic-bezier(.215, .61, .355, 1);
  color: #151515;
}

.button.white:hover {
  background-color: #e32;
  color: #fff;
}

.button.ghost {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #d4d4d4;
  color: #151515;
}

.button.ghost:hover {
  background-color: #151515;
  box-shadow: inset 0 0 0 1px transparent;
  color: #fff;
}

.button.ghost-bg {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.4);
  color: #fff;
}

.button.ghost-bg:hover {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px transparent;
  color: #151515;
}

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

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

.button.rounded {
  border-radius: 8px;
  background-color: #151515;
}

.button.rounded:hover {
  background-color: #ffc542;
}

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

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.no-margin {
  margin: 0px;
}

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

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

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

.footer-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -120px;
  padding: 140px 24px 24px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #151515;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#151515), to(rgba(21, 21, 21, 0.55))), url('../images/adrien-olichon-762119-unsplash.jpg');
  background-image: linear-gradient(180deg, #151515, rgba(21, 21, 21, 0.55)), url('../images/adrien-olichon-762119-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.footer-v1-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  margin-right: -1px;
  padding: 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #444;
}

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

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

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

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

.nav-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  padding: 104px 14%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #151515;
}

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

.page-wrapper {
  overflow: hidden;
}

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

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

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

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

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

.sg-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -80px;
  margin-bottom: 88px;
  padding-top: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.sg-button-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sg-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 64px 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 3px;
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #e4e4e4;
  text-align: center;
}

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

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

.sg-header-line {
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e4e4e4;
}

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

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

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

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

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

.menu-button.w--open {
  background-color: transparent;
}

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

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

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

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

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

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

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

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

.hero-gradient {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 246, 231, 0.77)), color-stop(73%, #fff6e7), to(#fff6e7));
  background-image: linear-gradient(180deg, rgba(255, 246, 231, 0.77), #fff6e7 73%, #fff6e7);
}

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

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

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

.text-transparent {
  color: hsla(0, 0%, 100%, 0.6);
}

.input {
  height: 48px;
  margin-bottom: 20px;
  padding: 17px 20px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: border-color 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease;
  font-size: 14px;
  line-height: 20px;
}

.input:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
}

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

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

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

.footer-subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.footer-category {
  display: inline-block;
  margin-bottom: 12px;
  margin-left: 24px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

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

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

.footer-copyright {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3vw 4vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #444;
  text-align: right;
}

.footer-copyright-text {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 16px;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 11px;
  line-height: 16px;
}

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

.social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  margin: 3px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.08);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

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

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

.social-icon.instagram:hover {
  background-color: #e32;
}

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

.footer-link {
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: 20px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}

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

.post-v1 {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
  color: #151515;
  text-decoration: none;
}

.post-v2 {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  min-height: 480px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

.featured {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 32px;
  padding-left: 32px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #e32;
  color: #fff;
}

.instagram-gradient {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-left: 6%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(21, 21, 21, 0)), color-stop(93%, #151515));
  background-image: linear-gradient(90deg, rgba(21, 21, 21, 0), #151515 93%);
}

.underline {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 12px;
  height: 2px;
  background-color: #e32;
  opacity: 1;
}

.underline.big {
  height: 4px;
}

.post-v3 {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  min-height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

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

.post-text h2 {
  margin-right: 16%;
  margin-left: 16%;
}

.post-text h3 {
  margin-right: 16%;
  margin-left: 16%;
}

.post-text blockquote {
  margin-right: 16%;
  margin-left: 16%;
}

.post-text h4 {
  margin-right: 16%;
  margin-left: 16%;
}

.post-text ul {
  margin-right: 16%;
  margin-left: 16%;
}

.post-text h5 {
  margin-right: 16%;
  margin-left: 16%;
}

.post-text h6 {
  margin-right: 16%;
  margin-left: 16%;
}

.post-text ol {
  margin-right: 16%;
  margin-left: 16%;
}

.post-text h1 {
  margin-right: 16%;
  margin-left: 16%;
}

.post-text a {
  color: #e32;
  text-decoration: none;
}

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

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

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

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

.up-button:hover {
  background-color: #e32;
}

.blog-sides {
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.blog-sidebar {
  width: 312px;
  margin-left: 5%;
}

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

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

.sidebar-category:hover {
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0);
}

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

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

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

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

.sidebar-instagram {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.page-content {
  margin: 12px;
  padding: 104px 16%;
  background-color: #fff;
  color: #151515;
}

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

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

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

.post-v5-medium {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  min-height: 31vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

.post-v5-small {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  min-height: 23vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

.post-v5-big {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  min-height: 43vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

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

.category-v1:hover {
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0);
}

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

.sg-category-link {
  margin-top: 5px;
  margin-right: -1px;
  margin-bottom: 5px;
  padding: 2px 12px;
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  -webkit-transition: color 400ms cubic-bezier(.215, .61, .355, 1);
  transition: color 400ms cubic-bezier(.215, .61, .355, 1);
  color: #151515;
  text-decoration: none;
}

.sg-category-link:hover {
  color: #e32;
}

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

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

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

.search-result-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1px;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

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

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

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

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

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

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

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

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

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

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

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

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

.nav-copyright {
  position: absolute;
  left: auto;
  top: auto;
  right: 32px;
  bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0px 16px 16px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 11px;
  line-height: 16px;
  text-align: right;
}

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

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

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

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

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

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

.protected-card {
  width: 400px;
  padding: 64px;
  background-color: #fff;
  text-align: center;
}

.change-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding-top: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #e32;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
}

.footer-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #444;
  background-color: #151515;
}

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

.form-success {
  background-color: transparent;
}

.form-error {
  padding: 16px;
  background-color: transparent;
  color: #e32;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

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

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

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

._404-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 21, 21, 0.4)), to(rgba(21, 21, 21, 0.4))), url('../images/irina-iriser-654504-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(21, 21, 21, 0.4), rgba(21, 21, 21, 0.4)), url('../images/irina-iriser-654504-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

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

.footer-v2-bottom-text {
  margin-right: 16px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 11px;
  line-height: 16px;
}

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

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

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

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

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

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

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

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

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

.grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.product-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

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

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

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

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

.top-bar.not_best {
  padding: 0px 0px 0px 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom-style: none;
  border-radius: 0px;
}

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

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

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

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

.stars-review {
  margin-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
  color: #e32;
  font-size: 14px;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

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

.div-block.best_seller {
  width: 85px;
  height: 85px;
  background-color: transparent;
}

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

.review-container {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

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

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

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

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

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

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

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

.homepage {
  margin-top: 20px;
}

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

.inner-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.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 {
  position: absolute;
  left: auto;
  right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 6px 4px -6px rgba(0, 0, 0, 0.45);
}

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

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

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

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

.pricing-table-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #969696;
  border-bottom: 1px solid #969696;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.help-icon {
  width: 18px;
}

.discount {
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 14px;
}

.comparison-product {
  height: 80px;
}

.heading {
  font-size: 12px;
}

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

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

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

.stars-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stars-compare {
  font-family: 'Fa solid 900', sans-serif;
  color: #e32;
  font-size: 14px;
  font-weight: 400;
}

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

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

.review_block_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

.img_inner {
  width: 60%;
}

.html-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.total_votes {
  font-size: 12px;
}

.circle-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

.bar-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

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

.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.review_right_side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.avg_number {
  position: absolute;
  left: auto;
  right: 15px;
  color: hsla(0, 0%, 100%, 0.79);
  font-style: italic;
  font-weight: 500;
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.logo-img {
  width: 280px;
}

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

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

.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: 0px;
  font-size: 12px;
}

.inner-menu-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navigation-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.button-javy {
  display: none;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

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

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

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

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

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

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

.subscription-close {
  margin-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
  color: #e32;
  font-size: 22px;
  font-weight: 400;
}

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

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

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

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

.sub-heading-author-new {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
  letter-spacing: -0.5px;
}

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

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

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

.auth-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 65px;
  padding-top: 7px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.11);
}

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

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

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

@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: 0px;
    padding-top: 160px;
    padding-bottom: 112px;
  }

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

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

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

  .no-margin {
    margin: 0px;
  }

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

  .footer-v1 {
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hero-image {
    height: 70vh;
  }

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

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

  .footer-links {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-copyright {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

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

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

  .instagram-gradient {
    display: none;
  }

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

  .post-text p {
    margin-right: 10%;
    margin-left: 10%;
  }

  .post-text h2 {
    margin-right: 10%;
    margin-left: 10%;
  }

  .post-text h3 {
    margin-right: 10%;
    margin-left: 10%;
  }

  .post-text blockquote {
    margin-right: 10%;
    margin-left: 10%;
  }

  .post-text h4 {
    margin-right: 10%;
    margin-left: 10%;
  }

  .post-text ul {
    margin-right: 10%;
    margin-left: 10%;
  }

  .post-text h5 {
    margin-right: 10%;
    margin-left: 10%;
  }

  .post-text h6 {
    margin-right: 10%;
    margin-left: 10%;
  }

  .post-text ol {
    margin-right: 10%;
    margin-left: 10%;
  }

  .post-text h1 {
    margin-right: 10%;
    margin-left: 10%;
  }

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

  .up-button {
    display: none;
  }

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

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

  .sidebar-category:hover {
    box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.4);
  }

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

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

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

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

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

  .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 hsla(0, 0%, 100%, 0.4);
  }

  .sg-categories {
    top: 64px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .top-bar.best_seller {
    padding-top: 35px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

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

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

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

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

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

  .logo-bar {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .logo-bar.not_best {
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

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

  .inner-menu {
    height: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

  .navigation-container {
    height: 100%;
    min-height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

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

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

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

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

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

  .inner-menu-2 {
    height: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navigation-button-wrap {
    position: absolute;
    z-index: 900;
    display: none;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #000;
  }

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

  .navigation {
    position: relative;
    z-index: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 65px;
    padding-right: 0px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .burger {
    position: absolute;
    z-index: 1500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 100%;
    margin-left: 0px;
    padding: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px none #000;
    border-radius: 0px;
    color: #000;
  }

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

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

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

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

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

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

  blockquote {
    padding-right: 32px;
    padding-left: 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: 0px;
  }

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

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

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

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

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

  .sg-button-wrapper {
    padding-right: 25%;
    padding-left: 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-right: 10px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-copyright {
    padding: 4vw;
  }

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

  .footer-link {
    margin-right: 8px;
    margin-left: 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-right: 0px;
    padding-left: 0px;
  }

  .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: 0px;
  }

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

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

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

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

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

  .nav-social {
    height: 60px;
  }

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

  .footer-v2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    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 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

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

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

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

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

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

  .number_list {
    font-size: 26px;
  }

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

  .help {
    display: none;
  }

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

  .discount {
    color: #7b88a8;
  }

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

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

  .logo-img {
    width: 140px;
  }

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

  .navigation_link {
    font-size: 20px;
  }

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

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

  .mbg-section-2 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .burger {
    width: 60px;
  }

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

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

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

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

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

  .main-heading-ad-new-2 {
    letter-spacing: 0px;
  }

  .auth-left {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 40px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .section.hero-section.for_home {
    padding-top: 25px;
    padding-bottom: 20px;
  }

  .section.no-padding-top {
    padding-top: 25px;
  }

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

  .button.rounded {
    width: 100%;
  }

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

  .no-margin {
    margin: 0px;
  }

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

  .footer-v1-column {
    padding: 14vw 12vw;
  }

  .footer-v1-column.right {
    padding-bottom: 38vw;
  }

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

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

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

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

  .sg-block {
    padding-right: 16px;
    padding-left: 16px;
  }

  .nav-bar-logo-link.w--current {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    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 {
    margin-right: 16px;
    margin-left: 16px;
  }

  .post-text h2 {
    margin-right: 16px;
    margin-left: 16px;
  }

  .post-text h3 {
    margin-right: 16px;
    margin-left: 16px;
  }

  .post-text blockquote {
    margin-right: 4%;
    margin-left: 4%;
  }

  .post-text h4 {
    margin-right: 16px;
    margin-left: 16px;
  }

  .post-text ul {
    margin-right: 4%;
    margin-left: 4%;
  }

  .post-text h5 {
    margin-right: 16px;
    margin-left: 16px;
  }

  .post-text h6 {
    margin-right: 16px;
    margin-left: 16px;
  }

  .post-text ol {
    margin-right: 16px;
    margin-left: 16px;
  }

  .post-text h1 {
    margin-right: 16px;
    margin-left: 16px;
  }

  .blog-sidebar {
    width: auto;
    margin-right: 8px;
    margin-left: 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .page-content {
    margin-right: -8px;
    margin-left: -8px;
    padding: 56px 16px;
  }

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

  .post-v5-medium {
    min-height: 90vw;
  }

  .post-v5-small {
    min-height: 90vw;
  }

  .post-v5-big {
    min-height: 90vw;
  }

  .search-result-image {
    width: 100%;
    height: 64vw;
  }

  .search-result-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .nav-link-5 {
    width: 100%;
  }

  .nav-categories {
    padding-top: 48px;
  }

  .nav-categories-heading {
    margin-bottom: 32px;
  }

  .nav-social-line {
    display: none;
  }

  .nav-social-heading {
    display: none;
  }

  .protected-card {
    width: auto;
    margin-right: 16px;
    margin-left: 16px;
    padding: 48px;
  }

  .footer-v2 {
    padding-right: 24px;
    padding-left: 24px;
  }

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

  .brand-logo {
    width: 80px;
  }

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

  .subscription-features {
    margin-top: 0px;
    margin-bottom: 10px;
  }

  .subscription-item-2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .subscription-icon-3 {
    width: 18px;
    height: 18px;
    min-height: 12px;
    min-width: 12px;
    -webkit-transform: translate(0px, 5px);
    -ms-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
  }

  .most-recommended {
    font-size: 20px;
  }

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

  .div-block-269-copy {
    padding: 0px 10px;
  }

  .grid-2 {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .div-block {
    top: -30px;
    width: 55px;
    height: 55px;
  }

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

  .number_list {
    font-size: 24px;
  }

  .coffee-slogan {
    font-size: 14px;
  }

  .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 {
    padding-right: 20px;
    border-radius: 25px;
  }

  .fb-review {
    -ms-grid-columns: minmax(60px, 60px) 1fr;
    grid-template-columns: minmax(60px, 60px) 1fr;
  }

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

  .overall_review {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    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%;
  }

  .avg_number {
    font-size: 12px;
  }

  .navigation-container {
    display: none;
  }

  .nav-menu-2 {
    position: fixed;
    top: 0px;
    margin-top: 0px;
    padding-left: 0px;
  }

  .logo-img {
    position: static;
    left: 0px;
    width: 180px;
  }

  .head {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .icon-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .mbg-text-2 {
    margin-bottom: 0px;
    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 {
    position: relative;
    width: 65px;
  }

  .burger.w--open {
    width: 65px;
    border-bottom-width: 1px;
    border-radius: 0px;
    color: #000;
  }

  .mgb-extra {
    font-size: 12px;
  }

  .image-10 {
    width: 60px;
  }

  .menu-cta {
    font-size: 14px;
  }

  .coffee-advantage {
    font-size: 14px;
  }

  .coffee-disadvantage {
    font-size: 14px;
  }

  .count-number {
    font-size: 12px;
  }

  .count-copy {
    font-size: 12px;
  }

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

  .sub-heading-author-new {
    font-size: 14px;
    line-height: 25px;
    text-align: left;
    letter-spacing: -0.5px;
  }

  .main-heading-ad-new-2 {
    margin-top: -5px;
    font-weight: 700;
    text-align: left;
  }

  .sub-heading-para-new-bigger-2 {
    max-width: 100%;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    letter-spacing: -0.5px;
  }

  .auth-left {
    padding-top: 0px;
  }

  .auth-image {
    margin-top: 8px;
  }

  .date-text {
    margin-left: 10px;
    font-size: 12px;
    line-height: 15px;
  }
}

#w-node-eb842ba5-c46f-3245-62e4-55c8fced498d-34f3e018 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-eb842ba5-c46f-3245-62e4-55c8fced4993-34f3e018 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-eb842ba5-c46f-3245-62e4-55c8fced499b-34f3e018 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_5fef4e53-54d2-15bb-442b-ce31471d8cf1-34f3e018 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8c57659b-3551-8096-9997-90da576f19df-34f3e018 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: 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;
}