:root {
  --dark: #151515;
  --main: #06c25e;
  --main-dark: #00aa50;
  --grey-4: #e6e6e6;
  --haze: #f6f6f6;
  --grey-2: #777;
  --grey-3: #d1d1d1;
  --color-3: #5d66fe;
  --color-2: #fa345a;
  --grey-1: #383838;
  --color-1: #ffa32d;
  --white: white;
  --color-1-dark: #d67800;
  --color-2-dark: #cf0a30;
  --color-3-dark: #3139c7;
  --color-4: #00c2e9;
  --color-4-dark: #008eaa;
}

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

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

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

.w-page-count {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: var(--dark);
  background-color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

h1 {
  margin-top: 8px;
  margin-bottom: 24px;
  font-family: Noto Sans HK, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 60px;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Noto Sans HK, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Noto Sans HK, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

h4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Noto Sans HK, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

h5 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Noto Sans HK, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}

h6 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Noto Sans HK, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

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

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

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

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

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

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

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

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

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

.section {
  z-index: 2;
  padding: 24px 32px;
}

.section.hero {
  color: #fff;
  text-align: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 128px;
  padding-bottom: 128px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.hero.about-hero {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/tomasz-zagorski-1097343-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.footer-v1-section {
  border-top: 1px solid var(--grey-4);
  margin-top: 32px;
  padding-top: 64px;
  padding-bottom: 0;
}

.section.top-section {
  margin-top: 28px;
}

.section.post-hero-section {
  height: 80vh;
  max-height: 1080px;
  min-height: 600px;
  color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.big-paddings {
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.section.promo-section {
  height: 54vw;
  background-color: var(--haze);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.nav-layouts-section {
  background-color: var(--main);
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.mini-footer-section {
  box-shadow: inset 0 1px 0 0 var(--grey-4);
  padding-top: 0;
  padding-bottom: 0;
}

.section.intro-buy-section {
  background-color: var(--haze);
  padding-top: 120px;
  padding-bottom: 0;
  overflow: hidden;
}

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

.wrapper.side-paddings {
  padding-left: 15px;
  padding-right: 15px;
}

.wrapper.nav-bar-v1-wrapper {
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.button {
  height: 48px;
  background-color: var(--main);
  color: #fff;
  text-align: center;
  border-style: none;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Noto Sans HK, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s cubic-bezier(.215, .61, .355, 1), box-shadow .4s cubic-bezier(.215, .61, .355, 1), color .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

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

.button.small {
  height: 40px;
  padding: 8px 20px;
  font-size: 13px;
  line-height: 20px;
}

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

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

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

.button.ghost:hover {
  box-shadow: inset 0 0 0 1px var(--grey-2);
}

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

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

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

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

.button.contact-button {
  align-self: center;
}

.button.subscribe-button {
  height: 40px;
  text-align: left;
  background-image: url('../images/mail-white.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: 16px;
  padding: 8px 20px 8px 44px;
  font-size: 13px;
  line-height: 20px;
  overflow: hidden;
}

.button.inline-button {
  display: inline-block;
}

.nav-bar-old {
  z-index: 100;
  border-bottom: 1px solid var(--grey-4);
  color: #fff;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.utility-page-content {
  max-width: 600px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.no-margin {
  margin: 0;
}

.intro-block {
  width: 100%;
  max-width: 600px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.title {
  color: var(--grey-2);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
}

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

.footer-v1 {
  flex-wrap: wrap;
  display: flex;
}

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

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

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

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

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

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

.button-icon.right {
  margin-left: 7px;
  margin-right: -1px;
}

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

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

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

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

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

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

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

.licence-items {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

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

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

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

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

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

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

.input {
  height: 48px;
  border: 1px solid var(--grey-4);
  background-color: var(--haze);
  box-shadow: none;
  border-radius: 6px;
  margin-bottom: 0;
  padding: 8px 24px;
  font-size: 14px;
  line-height: 20px;
  transition: border-color .3s, background-color .3s;
}

.input:hover {
  border-color: var(--grey-3);
  background-color: #fff;
}

.input:focus {
  border-color: var(--main);
  background-color: #fff;
}

.input.search-resuls-input {
  border-color: var(--grey-4);
  background-image: url('../images/search.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: 20px;
  flex: 1;
  margin-bottom: 0;
  margin-right: 16px;
  padding-left: 52px;
}

.input.search-resuls-input:hover {
  border-color: var(--grey-3);
}

.input.search-resuls-input:focus {
  border-color: var(--main);
}

.input.text-area {
  height: auto;
  min-height: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.input.margin-bottom {
  margin-bottom: 16px;
}

.input.select-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 8px;
}

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

.social-icons {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: -4px;
  margin-right: -4px;
  display: flex;
}

.social-icons.margin-top {
  margin-top: 24px;
}

.social-icon {
  width: 40px;
  height: 40px;
  background-color: var(--main);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin: 4px;
  padding: 11px;
  transition: background-color .3s;
  display: flex;
}

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

.social-icon.twitter:hover {
  background-color: #178bd5;
}

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

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

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

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

.social-icon.youtube {
  background-color: #fc0d1c;
}

.social-icon.youtube:hover {
  background-color: #d80815;
}

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

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

.instagram-v1 {
  align-items: stretch;
  display: flex;
}

.instagram-info {
  width: 25%;
  flex: none;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  position: relative;
}

.instagram-photos {
  width: 80vw;
  max-width: 1200px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  position: relative;
}

.instagram-photo-wrapper {
  flex: 1;
  padding: 6px;
  position: relative;
  overflow: hidden;
}

.full-width {
  width: 100%;
}

.post-card {
  flex-direction: column;
  display: block;
  position: relative;
}

.thumbnail-medium {
  height: 256px;
  border-radius: 6px;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.badge {
  z-index: 3;
  height: 24px;
  color: #fff;
  background-color: rgba(21, 21, 21, .7);
  border-radius: 12px;
  padding: 3px 12px;
  font-family: Noto Sans HK, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
  position: relative;
}

.badge.section-intro-badge {
  background-color: var(--haze);
  color: var(--dark);
  margin-bottom: 12px;
}

.badge.intro-buy-badge {
  background-color: var(--color-3);
  margin-bottom: 12px;
}

.post-info {
  color: var(--grey-2);
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

.post-info.text-white {
  color: #fff;
}

.mini-icon-grey {
  width: 14px;
  opacity: .5;
  margin-right: 8px;
}

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

.thumbnail {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.full-height {
  height: 100%;
}

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

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

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

.post-v5 {
  width: 25%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.post-v5-info {
  z-index: 2;
  color: var(--grey-2);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

.post-first-letter {
  float: left;
  margin-top: 6px;
  margin-right: 12px;
  font-size: 64px;
  line-height: 40px;
  display: inline-block;
}

.post-rich-text p {
  font-size: 16px;
  line-height: 28px;
}

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

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

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

.post-rich-text img {
  border-radius: 6px;
}

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

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

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

.pagination {
  justify-content: space-between;
  margin-top: 40px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
}

.pagination.full {
  margin-top: 32px;
  padding-left: 25px;
  padding-right: 25px;
}

.page-count {
  width: 80px;
  color: var(--grey-2);
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 24px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
}

.pagination-right {
  width: 40%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.pagination-left {
  width: 40%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-with-sidebar {
  z-index: 4;
  width: 100%;
  padding-top: 8px;
  display: flex;
}

.side-posts {
  flex: 1;
  padding-top: 12px;
}

.sidebar {
  width: 350px;
  flex: none;
  margin-left: 4%;
  padding-left: 15px;
  padding-right: 15px;
}

.sidebar.left {
  margin-left: 0%;
  margin-right: 4%;
}

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

.sidebar-block.sticky {
  margin-bottom: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 116px;
}

.sidebar-category {
  border: 1px solid var(--grey-4);
  color: var(--dark);
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 11px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.sidebar-category-name {
  z-index: 1;
  position: relative;
}

.header-block {
  z-index: 2;
  border-bottom: 1px solid var(--grey-4);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.header-block.side-margins {
  margin-top: -4px;
  margin-left: 15px;
  margin-right: 15px;
}

.header-line {
  z-index: 1;
  width: 64px;
  height: 2px;
  background-color: var(--dark);
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0;
  right: auto;
}

.header {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

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

.sidebar-instagram {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

.slider-arrow-button {
  width: 56px;
  height: 56px;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 24px;
  margin-right: 24px;
  transition: background-color .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.slider-arrow-button:hover {
  background-color: var(--grey-4);
}

.slider-v2-nav {
  height: 60px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  font-size: 8px;
  display: flex;
}

.slider-v2 {
  height: 640px;
  color: #fff;
  border-radius: 6px;
  margin-left: 15px;
  margin-right: 15px;
  overflow: hidden;
}

.slide-v2 {
  width: 100%;
  height: 100%;
  background-color: var(--dark);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 88px;
  display: flex;
  position: relative;
}

.slider-arrow {
  width: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

.slider-arrow-icon {
  width: 24px;
}

.slide-v2-image {
  opacity: .6;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-v2-heading {
  text-transform: capitalize;
  margin-top: 12px;
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 60px;
}

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

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

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

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

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

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

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

.search-result-thumbnail {
  width: 160px;
  height: 160px;
  background-color: #f6f6f6;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.search-results-form {
  align-items: stretch;
  margin-bottom: 48px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

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

.search-result-info {
  flex: 1;
  padding-left: 32px;
}

.search-result-heading {
  color: var(--dark);
  text-transform: capitalize;
  margin-bottom: -8px;
  text-decoration: none;
  display: inline-block;
}

.search-result-heading:hover {
  text-decoration: underline;
}

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

.search-result-summary {
  color: var(--grey-2);
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 24px;
}

.search-result-link {
  color: var(--grey-2);
  font-size: 11px;
  line-height: 16px;
  text-decoration: underline;
  transition: color .15s;
}

.search-result-link:hover {
  color: var(--main);
}

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

.contact {
  max-width: 800px;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.contact-heading {
  text-align: center;
  margin-bottom: 48px;
}

.subscribe-v1-grid {
  width: 100%;
  max-width: 470px;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.text-2-columns {
  color: var(--grey-2);
  column-count: 2;
  column-span: none;
  column-gap: 40px;
}

.text-link {
  color: var(--main);
}

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

.about-photo {
  background-image: url('../images/trent-szmolnik-1271248-unsplash.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  margin: 72px auto;
  display: block;
}

.about-block-2 {
  text-align: left;
  margin-left: 8.33%;
  margin-right: 8.33%;
  padding-left: 15px;
  padding-right: 15px;
}

.highlighted-text {
  background-color: #ffedc6;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 500;
}

.about-photo-columns {
  margin-top: 24px;
  margin-bottom: 24px;
}

.about-photo-column {
  padding-top: 10px;
  padding-bottom: 10px;
}

.signature {
  height: 58px;
  margin-top: 4px;
}

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

.instagram-hover {
  z-index: 1;
  width: 40px;
  height: 40px;
  background-color: #fff;
  background-image: url('../images/instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 50%;
  position: absolute;
}

.instagram-logo {
  z-index: 0;
  height: 111%;
  opacity: .05;
  position: absolute;
  left: -40%;
}

.instagram-heading {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

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

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

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

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

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

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

.thumbnail-big {
  height: 384px;
  background-color: var(--haze);
  border-radius: 6px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.changelog {
  width: 66.66%;
  flex-direction: column;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.change {
  border-top: 1px solid var(--grey-4);
  border-bottom: 1px solid var(--grey-4);
  background-color: #fff;
  align-items: center;
  margin-bottom: -1px;
  padding: 32px 24px;
  display: flex;
}

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

.change-icon.release-icon {
  background-color: var(--color-3);
}

.change-icon.new-icon {
  background-color: var(--main);
}

.change-icon.fix-icon {
  background-color: var(--color-2);
}

.tooltip {
  z-index: 2;
  width: auto;
  max-width: 200px;
  color: var(--dark);
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 4px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
  position: absolute;
  bottom: 50%;
  box-shadow: 0 4px 16px rgba(21, 21, 21, .2);
}

.tooltip-arrow {
  width: 8px;
  height: 8px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  transform: rotate(45deg);
}

.change-text {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
}

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

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

.footer-v2-links {
  align-items: center;
  display: flex;
}

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

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

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

.subscribe-v1 {
  border: 1px solid var(--grey-4);
  text-align: center;
  border-radius: 6px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 48px;
}

.form-info {
  color: var(--grey-2);
  margin-top: 20px;
  font-size: 11px;
  line-height: 16px;
}

.banner {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  transition: filter .3s;
  display: flex;
  overflow: hidden;
}

.banner:hover {
  filter: brightness(95%);
}

.banner-info {
  height: 24px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(21, 21, 21, .8);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 4px 4px 4px 10px;
  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  display: flex;
  position: absolute;
  top: 12px;
  bottom: auto;
  left: auto;
  right: 12px;
}

.banner-info-text {
  margin-top: 1px;
  margin-right: 4px;
}

.banner-info-icon {
  width: 16px;
}

.form-success {
  border: 1px solid var(--main);
  color: var(--main);
  background-color: rgba(6, 194, 94, .08);
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 16px;
}

.form-error {
  color: var(--color-2);
  text-align: center;
  background-color: rgba(250, 52, 90, .08);
  border: 1px solid rgba(250, 52, 90, .3);
  border-radius: 6px;
  margin-top: 16px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 16px;
}

.instagram-v2 {
  align-items: stretch;
  display: flex;
}

.instagram-v2-photo-wrapper {
  flex: 1;
  padding: 4px;
}

.tag {
  height: 24px;
  border: 1px solid var(--grey-4);
  color: var(--dark);
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-right: 8px;
  padding: 3px 8px;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  transition: color .2s, border-color .2s, background-color .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.tag:hover {
  border-color: var(--main);
  background-color: var(--main);
  color: #fff;
}

.sidebar-tags {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: -6px;
  display: flex;
}

.layouts {
  grid-column-gap: 104px;
  grid-row-gap: 80px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  grid-auto-columns: 1fr;
  margin-left: 15px;
  margin-right: 15px;
  display: grid;
}

.layout {
  text-align: center;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  position: relative;
}

.layout:hover {
  background-color: rgba(255, 255, 255, .03);
}

.layout-thumb {
  height: auto;
  max-height: 504px;
  border: 1px solid var(--grey-4);
  background-color: #fff;
  border-radius: 6px;
  text-decoration: none;
  transition: box-shadow .6s, transform .6s cubic-bezier(.215, .61, .355, 1);
  display: block;
  position: relative;
  overflow: scroll;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .07);
}

.layout-thumb:hover {
  transform: translate(0, -8px);
  box-shadow: 0 10px 16px rgba(0, 0, 0, .12);
}

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

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

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

.licence-item {
  border-top: 1px solid var(--grey-4);
  border-bottom: 1px solid var(--grey-4);
  color: var(--dark);
  background-color: #fff;
  align-items: center;
  margin-bottom: -1px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.licence-info {
  flex: 1;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 40px;
}

.loading-icon {
  z-index: 3;
  width: 32px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

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

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

.post-tags-list {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.post-tags {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 32px;
  display: block;
}

.post-heading-big {
  text-transform: capitalize;
  margin-top: 20px;
}

.post-summary {
  color: var(--grey-2);
  margin-bottom: 12px;
}

.nav-brand-v1 {
  z-index: 2;
  color: var(--dark);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1px;
  padding-left: 15px;
  padding-right: 15px;
  transition: color .15s;
  display: flex;
  left: auto;
  right: auto;
}

.nav-brand-v1:hover {
  color: var(--main);
}

.search-form-input {
  width: 40px;
  height: 40px;
  border: 1px solid var(--grey-4);
  color: #151515;
  text-align: left;
  cursor: pointer;
  background-image: url('../images/search.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 6px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 13px;
  line-height: 32px;
  transition: width .3s, border-color .3s;
  position: relative;
  overflow: hidden;
}

.search-form-input:hover {
  border-color: var(--grey-3);
}

.search-form-input:focus {
  width: 200px;
  border-color: var(--main);
  padding-left: 40px;
}

.search-form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

.search-form-input::placeholder {
  color: rgba(0, 0, 0, 0);
}

.nav-menu-v1 {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 24px;
  display: flex;
  position: static;
}

.search-button {
  z-index: 1;
  background-color: #ff6852;
  display: none;
}

.nav-logo {
  height: 40px;
}

.nav-link {
  z-index: 1;
  border-radius: 6px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .15s;
}

.nav-link:hover {
  background-color: var(--haze);
}

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

.nav-menu-small {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-right {
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  padding-right: 15px;
  display: flex;
}

.nav-bar-v1 {
  z-index: 50;
  height: 84px;
  box-shadow: 0 -1px 0 0 var(--grey-4), 0 1px 0 0 rgba(21, 21, 21, .11);
  background-color: #fff;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.menu-button {
  z-index: 2;
}

.search-form {
  max-width: 770px;
  order: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.dropdown-link {
  color: var(--dark);
  padding: 10px 32px 10px 28px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: padding .4s, background-color .2s;
  display: block;
}

.dropdown-link:hover {
  background-color: var(--haze);
  padding-left: 32px;
  padding-right: 28px;
}

.dropdown-link.w--current {
  color: #151515;
}

.dropdown-list {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .12);
}

.dropdown-list.w--open {
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}

.dropdown-list.big-list {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 0;
  padding-bottom: 16px;
  display: flex;
  position: relative;
}

.nav-link-small {
  color: #888;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 10px;
  font-size: 11px;
  line-height: 16px;
  text-decoration: none;
}

.nav-link-small:hover {
  text-decoration: underline;
}

.nav-link-small.w--current {
  color: #888;
}

.nav-logo-text {
  margin-bottom: 2px;
  margin-left: 13px;
  font-family: Noto Sans HK, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.post-heading-medium {
  margin-top: 16px;
  margin-bottom: 12px;
}

.column {
  padding-left: 15px;
  padding-right: 15px;
}

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

.column.column-v2 {
  padding-left: 0;
  padding-right: 0;
}

.footer-v1-about {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-v1-brand {
  color: var(--dark);
  flex-direction: row;
  justify-content: flex-start;
  /* align-items: center; */
  /* margin-top: -3px; */
  margin-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.footer-v1-logo {
  height: 36px;
  padding-right: 10px;
  margin-top: -3px;
}

.footer-v1-logo-text {
  margin-bottom: 2px;
  margin-left: 12px;
  font-family: Noto Sans HK, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.footer-v1-info {
  color: var(--grey-2);
}

.footer-v1-column {
  width: 25%;
  padding-bottom: 64px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-v1-column.about {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-v1-nav-link {
  border-top: 1px solid var(--grey-4);
  border-bottom: 1px solid var(--grey-4);
  color: var(--dark);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -1px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: padding .4s, background-color .4s;
  display: flex;
  position: relative;
}

.footer-v1-nav-link:hover {
  background-color: var(--haze);
  padding-left: 16px;
}

.nav-arrow {
  width: 16px;
  opacity: .5;
  margin-right: 10px;
  position: absolute;
  right: 0;
}

.post-mini {
  color: var(--dark);
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.post-mini-thumbnail {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  flex: none;
  position: relative;
  overflow: hidden;
}

.post-mini-heading {
  text-transform: capitalize;
  margin-bottom: 4px;
}

.footer-v1-posts {
  margin-top: -12px;
  margin-bottom: -12px;
}

.post-mini-content {
  flex: 1;
  padding-left: 20px;
}

.subscribe-v3-form {
  margin-top: -4px;
}

.subscribe-v3-text {
  margin-bottom: 16px;
}

.link-dark {
  color: var(--dark);
  text-decoration: none;
  transition: color .3s;
}

.link-dark:hover {
  color: var(--main);
  text-decoration: underline;
}

.footer-bottom {
  border-top: 1px solid var(--grey-4);
  color: var(--grey-2);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 28px;
  padding-bottom: 28px;
  font-size: 9px;
  line-height: 12px;
  display: flex;
}

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

.footer-bottom-left {
  text-align: left;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-bottom-right {
  text-align: right;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-link-dark {
  color: var(--dark);
  text-decoration: underline;
  transition: color .2s;
}

.text-link-dark:hover {
  color: var(--main);
}

.divider-small {
  width: 1px;
  height: 16px;
  background-color: var(--grey-4);
  margin-left: 12px;
  margin-right: 12px;
}

.divider-small.transparent {
  opacity: .5;
}

.footer-mini-icon {
  width: 14px;
  opacity: .5;
  margin-right: 8px;
}

.more-link {
  color: var(--grey-2);
  text-transform: uppercase;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.more-link-icon {
  width: 20px;
  height: 20px;
  border: 1px solid var(--grey-4);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  padding: 2px;
  display: flex;
}

.more-link-arrow {
  width: 14px;
  opacity: .5;
}

.more-link-arrow-hover {
  z-index: 1;
  width: 14px;
  opacity: 0;
  display: none;
  position: absolute;
}

.category-color-line {
  width: 20px;
  height: 2px;
  background-color: var(--dark);
  margin-right: 12px;
}

.category-arrow {
  z-index: 2;
  width: 16px;
  opacity: .5;
  margin-right: 15px;
  position: absolute;
  right: 0;
}

.post-heading-link {
  color: var(--dark);
  text-transform: capitalize;
}

.post-heading-link:hover {
  text-decoration: underline;
}

.thumbnail-small {
  height: 184px;
  border-radius: 6px;
  align-items: flex-start;
  padding: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.post-heading-small {
  margin-top: 12px;
  margin-bottom: 4px;
}

.post-card-v2-big {
  width: 100%;
  height: 408px;
  color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.post-card-content {
  z-index: 3;
  position: relative;
}

.mini-icon {
  width: 14px;
  margin-right: 8px;
}

.post-gradient {
  z-index: 2;
  background-image: linear-gradient(rgba(21, 21, 21, 0) 25%, rgba(21, 21, 21, .7));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.post-v2-heading {
  text-transform: capitalize;
  margin-top: 12px;
  margin-bottom: 16px;
}

.post-card-v2-medium {
  width: 100%;
  height: 432px;
  color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.post-card-v2-small {
  width: 100%;
  height: 320px;
  color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.thumbnail-huge {
  height: 440px;
  background-color: var(--haze);
  border-radius: 6px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.post-card-avatar {
  width: 28px;
  height: 28px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  margin-right: 8px;
}

.post-info-block {
  justify-content: flex-start;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.post-info-author {
  color: var(--grey-2);
  justify-content: flex-start;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: underline;
  transition: color .15s;
  display: flex;
}

.post-info-author:hover {
  color: var(--dark);
}

.post-info-author.text-white {
  color: #fff;
}

.post-v5-card {
  z-index: 1;
  border-top: 1px solid var(--grey-4);
  border-bottom: 1px solid var(--grey-4);
  color: var(--dark);
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 64px 24px;
  display: flex;
  position: relative;
}

.post-v5-heading {
  text-transform: capitalize;
  margin-top: 12px;
  margin-bottom: 12px;
}

.posts-v5 {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.post-v5-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.columns {
  margin-left: 0;
  margin-right: 0;
}

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

.slider-v5 {
  height: 120px;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
}

.slider-v5-wrapper {
  border: 1px solid var(--grey-4);
  border-radius: 6px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  overflow: hidden;
}

.slider-v5-header {
  width: 32px;
  border-right: 1px solid var(--grey-4);
  background-color: var(--haze);
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-v5-arrow {
  width: 36px;
  height: 32px;
  border: 1px solid var(--grey-4);
  background-color: #fff;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  justify-content: center;
  align-items: center;
  transition: background-color .3s;
  display: flex;
  right: 40px;
}

.slider-v5-arrow:hover {
  background-color: var(--haze);
}

.slider-v5-arrow.left {
  border-radius: 6px 0 0 6px;
  margin-right: 35px;
}

.slider-v5-arrow-icon {
  width: 20px;
  opacity: .7;
}

.slider-v5-nav {
  font-size: 6px;
  line-height: 27px;
  display: none;
}

.slide-v5-thumbnail {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  flex: none;
  position: relative;
  overflow: hidden;
}

.slide-v5-post {
  height: 100%;
  color: var(--dark);
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  text-decoration: none;
  display: flex;
}

.slide-v5-post-content {
  flex: 1;
  padding-left: 20px;
}

.slider-v5-header-text {
  width: 120px;
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  transform: rotate(-90deg);
}

.slider-v5-icon {
  width: 40px;
  height: 40px;
  border: 1px solid var(--grey-4);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 10px;
  display: flex;
}

.banner-sidebar {
  max-width: 320px;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  transition: filter .3s;
  overflow: hidden;
}

.banner-sidebar:hover {
  filter: brightness(95%);
}

.post-v3-card {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.post-v3-thumbnail {
  width: 35%;
  height: 200px;
  border-radius: 6px;
  flex: none;
  padding: 16px;
  position: relative;
  overflow: hidden;
}

.post-v3-content {
  flex: 1;
  padding-left: 30px;
}

.post-v3-heading {
  margin-top: -4px;
}

.connect {
  background-color: var(--haze);
  border-radius: 6px;
  justify-content: space-around;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 24px 16px;
  display: flex;
}

.connect-link {
  color: var(--dark);
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  transition: color .15s;
  display: flex;
}

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

.connect-icon {
  width: 48px;
  height: 48px;
  border: 1px solid var(--grey-4);
  background-color: #fff;
  border-radius: 50%;
  flex: none;
  align-items: center;
  padding: 14px;
  display: flex;
}

.grid-small {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(auto-fit, minmax(220px, .5fr));
  grid-auto-columns: 1fr;
  margin-left: 15px;
  margin-right: 15px;
  display: grid;
}

.grid-medium {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  grid-auto-columns: 1fr;
  margin-left: 15px;
  margin-right: 15px;
  display: grid;
}

.grid-medium.no-margin {
  margin: 0;
}

.grid-big {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
  grid-auto-columns: 1fr;
  margin-left: 15px;
  margin-right: 15px;
  display: grid;
}

.grid-big.no-margin {
  margin: 0;
}

.connect-link-text {
  margin-left: 16px;
  font-weight: 600;
}

.post-hero-gradient {
  z-index: 0;
  background-image: linear-gradient(rgba(21, 21, 21, 0) 25%, rgba(21, 21, 21, .8));
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.post-hero-content {
  z-index: 3;
  max-width: 66.66%;
  flex-direction: column;
  align-items: center;
  margin-left: 100px;
  margin-right: auto;
  padding-bottom: 36px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.post-heading {
  text-transform: capitalize;
  margin-top: 12px;
}

.post {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}

.post-wrapper {
  padding-top: 48px;
  display: flex;
}

.post-share {
  width: 100px;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 11px;
  padding-right: 11px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 104px;
}

.post-bottom-info {
  color: var(--grey-2);
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 13px;
  line-height: 20px;
  display: flex;
}

.post-bottom-category {
  color: var(--dark);
  font-weight: 600;
}

.post-bottom-category:hover {
  text-decoration: underline;
}

.post-about {
  background-color: var(--haze);
  border-radius: 6px;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 48px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.post-author {
  width: 240px;
  border-right: 1px solid var(--grey-4);
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 32px;
  display: flex;
}

.post-avatar {
  width: 80px;
  height: 80px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  margin-bottom: 8px;
}

.post-author-link {
  color: var(--grey-2);
  text-transform: uppercase;
  margin-top: -8px;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
}

.post-author-link:hover {
  text-decoration: underline;
}

.post-content {
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
}

.post-more {
  width: 100%;
  padding-top: 56px;
}

.grid-mini {
  grid-column-gap: 30px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-columns: 1fr;
  margin-left: 15px;
  margin-right: 15px;
  display: grid;
}

.post-body {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.header-text {
  margin-top: 0;
  margin-bottom: 0;
}

.grid-mini-list {
  grid-column-gap: 30px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-mini-list.footer-posts {
  margin-top: 48px;
}

.post-subscribe {
  border: 1px solid var(--grey-4);
  text-align: center;
  border-radius: 6px;
  margin-top: 56px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 48px;
}

.grid-list {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 100%;
  grid-auto-columns: 1fr;
  margin-left: 15px;
  margin-right: 15px;
  display: grid;
}

.post-v6-card {
  z-index: 1;
  height: 100%;
  color: var(--dark);
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 56px;
  padding-bottom: 52px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.post-v6-heading {
  text-transform: capitalize;
  margin-top: 12px;
  margin-bottom: 12px;
}

.slider-v3 {
  height: auto;
  border-bottom: 1px solid var(--grey-4);
  background-color: rgba(0, 0, 0, 0);
  margin-top: -1px;
}

.slider-v3-arrow {
  width: 36px;
  height: 32px;
  border: 1px solid var(--grey-4);
  background-color: #fff;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  justify-content: center;
  align-items: center;
  transition: background-color .3s;
  display: flex;
  top: -52px;
  bottom: auto;
  left: auto;
  right: 0;
}

.slider-v3-arrow:hover {
  background-color: var(--haze);
}

.slider-v3-arrow.left {
  border-radius: 6px 0 0 6px;
  margin-right: 35px;
}

.slide-v3 {
  width: 25%;
}

.subscribe-v2 {
  border: 1px solid var(--grey-4);
  border-radius: 6px;
  justify-content: space-around;
  align-items: flex-start;
  margin-left: 15px;
  margin-right: 15px;
  padding: 64px 80px;
  display: flex;
}

.subscribe-v2-heading {
  width: 50%;
  margin-top: -6px;
  margin-bottom: 0;
  margin-right: 15px;
  padding-right: 64px;
}

.subscribe-v2-form-block {
  flex: 1;
  margin-bottom: -8px;
}

.checkbox-label {
  color: var(--grey-2);
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  margin-left: 2px;
  font-size: 11px;
  line-height: 16px;
}

.checkbox {
  margin-top: 0;
  font-size: 20px;
}

.subscribe-grid-v2 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.banner-728x90 {
  width: 728px;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: filter .3s;
  display: flex;
  overflow: hidden;
}

.banner-728x90:hover {
  filter: brightness(95%);
}

.grid-v2 {
  grid-column-gap: 30px;
  background-color: var(--haze);
  border-radius: 6px;
  grid-template-rows: 544px;
  grid-template-columns: 66% 1fr;
  margin-left: 15px;
  margin-right: 15px;
  padding-right: 16px;
  overflow: hidden;
}

.post-card-v2-max {
  width: 100%;
  height: 100%;
  color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scroll-list {
  position: relative;
  overflow: auto;
}

.grid-list-item {
  border-top: 1px solid var(--grey-4);
  border-bottom: 1px solid var(--grey-4);
  margin-bottom: -1px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 24px;
}

.grid-scroll-list {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  grid-auto-columns: 1fr;
  margin-top: -1px;
  display: grid;
}

.page-intro {
  max-width: 770px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  display: flex;
}

.contact-form {
  grid-column-gap: 20px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
}

.input-wrapper {
  position: relative;
}

.subscribe-v3-grid {
  grid-template-columns: 1fr;
  display: grid;
}

.privacy-text {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}

.privacy-text p {
  color: var(--grey-1);
}

.sidebar-info {
  border: 1px solid var(--grey-4);
  border-radius: 6px;
  padding: 32px;
}

.breadcrumbs {
  color: var(--grey-2);
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

.breadcrumbs-link {
  color: var(--grey-1);
}

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

.breadcrumbs-divider {
  color: var(--grey-3);
  padding-left: 7px;
  padding-right: 7px;
}

.grid-full-medium {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 25%);
  grid-auto-columns: 1fr;
  display: grid;
}

.post-card-v3-medium {
  width: 100%;
  height: 31vw;
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-v4 {
  height: 136px;
  border: 1px solid var(--grey-4);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 6px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 200px;
  overflow: hidden;
}

.slider-v4-info {
  z-index: 10;
  width: 200px;
  height: 100%;
  text-align: left;
  padding: 28px 32px 32px 40px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  box-shadow: 8px 0 12px #fff;
}

.slider-v4-arrow {
  z-index: 11;
  width: 36px;
  height: 32px;
  border: 1px solid var(--grey-4);
  background-color: #fff;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 72px;
  margin-left: 0;
  transition: background-color .3s;
  display: flex;
  top: 0;
  left: 40px;
}

.slider-v4-arrow:hover {
  background-color: var(--haze);
}

.slider-v4-arrow.right {
  border-radius: 0 6px 6px 0;
  margin-left: 35px;
}

.slide-v4-thumbnail {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  flex: none;
  position: relative;
  overflow: hidden;
}

.slide-v4-info {
  flex: 1;
  padding-left: 20px;
}

.slide-v4 {
  width: 33.33%;
}

.slide-v4-post {
  height: 100%;
  color: var(--dark);
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.slider-v4-nav {
  font-size: 6px;
  line-height: 27px;
  display: none;
}

.text-grey {
  color: var(--grey-2);
}

.about-block-1 {
  text-align: center;
  margin-left: 16%;
  margin-right: 16%;
  padding-left: 15px;
  padding-right: 15px;
}

.team {
  text-align: center;
  padding-top: 64px;
  padding-left: 15px;
  padding-right: 15px;
}

.team-grid {
  grid-column-gap: 30px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.team-member-photo {
  height: 248px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
}

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

.team-member-name {
  margin-top: 0;
  margin-bottom: 0;
}

.intro-heading {
  max-width: 770px;
  text-align: center;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
}

.team-member-links {
  justify-content: flex-start;
  align-items: center;
  margin-top: -2px;
  margin-left: -2px;
  display: flex;
}

.team-member-bio {
  color: var(--grey-2);
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 20px;
}

.team-member-link {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
  padding: 2px;
  transition: transform .3s;
  display: flex;
}

.team-member-link:hover {
  transform: translate(0, -2px);
}

.team-member-info {
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.team-member-page-link {
  border: 1px solid var(--grey-4);
  color: var(--dark);
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 3px;
  margin-top: 3px;
  margin-left: 12px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 8px;
  font-weight: 600;
  line-height: 20px;
  transition: all .3s;
}

.team-member-page-link:hover {
  background-color: var(--main);
  color: #fff;
  border-color: rgba(0, 0, 0, 0);
}

.subscribe-popup {
  z-index: 999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup {
  z-index: 2;
  width: 100%;
  max-height: 96vh;
  max-width: 770px;
  min-height: 428px;
  background-color: #fff;
  border-radius: 6px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 30px rgba(21, 21, 21, .1);
}

.subscribe-popup-image {
  width: 40%;
  background-image: url('../images/blank.jpg');
  background-position: 46%;
  background-repeat: no-repeat;
  background-size: cover; 
}

.popup-info {
  /* text-align: center; */
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 60px 48px;
  display: flex;
}

.close-button {
  z-index: 3;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  padding: 17px;
  transition: transform .3s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.close-button:hover {
  transform: rotate(90deg);
}

.subscribe-popup-grid {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  margin-bottom: 8px;
  /* display: grid; */
}

.popup-overlay {
  z-index: 1;
  background-color: rgba(21, 21, 21, .4);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.search-results {
  color: var(--dark);
  background-color: #fff;
  margin: 12px;
  padding-left: 16%;
  padding-right: 16%;
}

.empty-state {
  border: 1px solid var(--grey-4);
  background-color: var(--haze);
  color: var(--dark);
  text-align: center;
  border-radius: 6px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 16px;
}

.page-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.slider-v1 {
  height: 86vh;
  max-height: 800px;
  min-height: 600px;
  color: #fff;
  margin-bottom: 24px;
  overflow: hidden;
}

.slider-nav {
  height: 60px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  font-size: 8px;
  display: flex;
}

.slide-v1 {
  width: 100%;
  height: 100%;
  background-color: var(--dark);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 88px;
  display: flex;
  position: relative;
}

.slide-v1-image {
  opacity: .6;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.slide-v1-heading {
  text-transform: capitalize;
  margin-top: 12px;
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 60px;
}

.slide-heading-link {
  color: #fff;
  text-transform: capitalize;
}

.licence-links {
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.layout-heading {
  margin-bottom: 24px;
}

.section-intro {
  max-width: 570px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.checkbox-field {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.grid-v3 {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 15px;
  margin-right: 15px;
  display: grid;
}

.grid-v3-side-post {
  padding-bottom: 40px;
}

.promo-logo {
  width: 72px;
  margin-bottom: 8px;
}

.floating-slider {
  width: 48vw;
  margin-top: -4vw;
  margin-left: -20vw;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.floating-author {
  width: 23vw;
  margin-top: -5vw;
  margin-right: 11vw;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.floating-post-small {
  width: 26vw;
  margin-top: -1vw;
  margin-left: 33vw;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.floating-cookie {
  width: 20vw;
  margin-top: 1vw;
  margin-right: -10vw;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.floating-post {
  width: 24vw;
  margin-bottom: -12vw;
  padding-left: 1vw;
  position: absolute;
  bottom: 0;
}

.floating-subscribe {
  width: 32vw;
  margin-bottom: 3vw;
  margin-left: 1vw;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.floating-post-big {
  width: 32vw;
  margin-bottom: 13vw;
  margin-right: -8vw;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.floating-slider-list {
  width: 58vw;
  margin-bottom: 1vw;
  margin-right: -26vw;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.nav-bar-v2 {
  z-index: 50;
  height: 84px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px rgba(21, 21, 21, .11);
}

.nav-brand-v2 {
  z-index: 2;
  color: var(--dark);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1px;
  padding-left: 16px;
  padding-right: 16px;
  transition: color .15s;
  display: flex;
  left: auto;
  right: auto;
}

.nav-brand-v2:hover {
  color: var(--main);
}

.nav-brand-v2.w--current {
  padding-left: 28px;
  padding-right: 28px;
}

.nav-menu-v2 {
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  padding-left: 24px;
  display: flex;
}

.nav-space {
  flex: 1;
  padding: 4px;
}

.menu-icon {
  width: 22px;
  height: 22px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.menu-line-top {
  height: 2px;
  background-color: #151515;
  border-radius: 1px;
}

.menu-line-middle {
  height: 2px;
  background-color: #151515;
  border-radius: 1px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.menu-line-bottom {
  height: 2px;
  background-color: #151515;
  border-radius: 1px;
}

.menu-button-v2 {
  justify-content: center;
  align-items: center;
  padding: 31px;
}

.menu-button-v2.side-menu-button {
  z-index: 200;
  cursor: pointer;
  padding-left: 27px;
}

.nav-right-v2 {
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.dropdown.dropdown-big {
  position: static;
}

.side-menu {
  z-index: 200;
  width: 384px;
  background-color: #fff;
  padding-top: 39px;
  padding-left: 32px;
  padding-right: 32px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: auto;
  transform: translate(100%);
}

.side-menu-overlay {
  z-index: 100;
  cursor: e-resize;
  background-color: rgba(21, 21, 21, .4);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid {
  width: 100%;
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-left: 15px;
  padding-right: 15px;
}

.grid.align-center {
  align-items: center;
}

.contact-v2-info {
  margin-bottom: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.contact-v2-form {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-v2-heading {
  margin-bottom: 40px;
}

.contact-v2-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.promo-layout {
  z-index: 10;
  width: 46%;
  border-radius: 6px;
  margin-bottom: -19%;
  position: relative;
  box-shadow: 0 10px 40px rgba(21, 21, 21, .24);
}

.intro-buy-promo {
  width: 100%;
  justify-content: center;
  align-items: flex-end;
  padding-top: 24px;
  display: flex;
  position: relative;
}

.promo-intro-heading {
  margin-bottom: 32px;
}

.responsive-promo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.iphone {
  z-index: 1;
  max-width: 300px;
  position: relative;
  top: 71px;
  left: 13px;
}

.side-info-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.iphone-circle {
  width: 512px;
  height: 512px;
  background-color: var(--main);
  border-radius: 50%;
  position: absolute;
}

.post-layouts {
  justify-content: center;
  align-items: center;
  margin-bottom: -3%;
  display: flex;
  position: relative;
}

.post-layout-1 {
  width: 72%;
}

.post-layout-2 {
  z-index: 2;
  width: 54%;
  position: absolute;
  top: auto;
  bottom: 21%;
  left: auto;
  right: -7%;
}

.post-layout-3 {
  z-index: 2;
  width: 54%;
  margin-top: -3%;
  position: absolute;
  top: 12%;
  bottom: auto;
  left: -5%;
  right: auto;
}

.grid-tab-link {
  color: var(--grey-2);
  background-color: rgba(0, 0, 0, 0);
  padding-left: 16px;
  padding-right: 16px;
  transition: color .15s;
}

.grid-tab-link:hover {
  color: var(--dark);
}

.grid-tab-link.w--current {
  color: var(--main);
  background-color: rgba(0, 0, 0, 0);
}

.grid-previews {
  grid-column-gap: 24px;
  grid-template: "."
  / minmax(80px, 128px) minmax(80px, 128px) minmax(80px, 128px);
  grid-auto-flow: row;
  margin: 16px;
  padding-top: 8px;
}

.grid-preview-link {
  border-radius: 6px;
  transition: box-shadow .4s, transform .4s;
  box-shadow: 0 4px 12px rgba(21, 21, 21, .08);
}

.grid-preview-link:hover {
  transform: translate(0, -4px);
  box-shadow: 0 8px 16px -4px rgba(21, 21, 21, .16);
}

.grid-tabs {
  margin-left: -16px;
}

.grid-preview {
  text-align: center;
}

.grid-preview-name {
  color: var(--grey-2);
  margin-top: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.inner-page-links {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 28px;
  display: flex;
}

.nav-bar-v3 {
  z-index: 50;
  height: 84px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px rgba(21, 21, 21, .11);
}

.nav-menu-v3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.nav-brand-v3 {
  z-index: 2;
  color: var(--dark);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1px;
  padding-left: 15px;
  padding-right: 15px;
  transition: color .15s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.nav-brand-v3:hover {
  color: var(--main);
}

.nav-right-v3 {
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.top-bar-container {
  min-height: 32px;
  background-color: var(--grey-1);
  justify-content: center;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.top-bar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  justify-content: space-between;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.top-bar-link {
  color: var(--grey-3);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 9px;
  line-height: 20px;
  transition: color .2s;
  display: flex;
}

.top-bar-link:hover {
  color: #fff;
}

.top-bar-left {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: -8px;
  display: flex;
}

.top-bar-right {
  text-align: right;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-right: -8px;
  display: flex;
}

.dropdown-social {
  width: 40px;
  height: 40px;
  border: 1px solid var(--grey-4);
  border-radius: 6px;
  padding: 0;
}

.image {
  padding: 11px;
}

.top-bar-icon {
  width: 14px;
  opacity: .7;
  margin-right: 6px;
}

.top-bar-divider {
  width: 1px;
  height: 16px;
  background-color: var(--grey-2);
  margin-left: 4px;
  margin-right: 4px;
}

.nav-layouts {
  grid-column-gap: 105px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 15px;
  margin-right: 15px;
  overflow: hidden;
}

.nav-layout {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 8px;
  display: flex;
  position: relative;
}

.nav-layout-heading {
  z-index: 3;
  height: 32px;
  border: 2px solid var(--main);
  border-radius: 16px;
  margin-bottom: 40px;
  padding: 2px 16px;
  font-family: Noto Sans HK, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
  position: absolute;
  top: auto;
  bottom: 0%;
}

.nav-layout-gradient {
  z-index: 2;
  height: 80px;
  background-image: linear-gradient(to bottom, rgba(6, 194, 94, 0), var(--main) 72%);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-layout-thumb {
  z-index: 1;
  width: 100%;
  position: relative;
}

.testimonial-slide {
  width: 50%;
  padding: 15px;
}

.testimonial {
  border: 1px solid var(--grey-4);
  background-color: #fff;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .06);
}

.testimonial-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin: -1px -15px 25px;
  padding-top: 25px;
}

.testimonial-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  flex: none;
}

.testimonial-content {
  flex: 1;
  padding-left: 32px;
}

.testimonial-info {
  min-height: 40px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  display: flex;
  position: relative;
}

.testimonial-link {
  width: 28px;
  height: 28px;
  background-color: var(--haze);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  padding: 7px;
  transition: background-color .2s;
  display: flex;
}

.testimonial-link:hover {
  background-color: var(--grey-4);
}

.testimonial-rating {
  justify-content: center;
  align-items: center;
  margin-top: 1px;
  margin-right: -8px;
  padding: 8px;
  display: flex;
  position: absolute;
  right: 0;
}

.testimonial-star {
  width: 15px;
  margin-left: 1px;
}

.testimonials-slider-arrow {
  width: 36px;
  height: 32px;
  border: 1px solid var(--grey-4);
  background-color: #fff;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  justify-content: center;
  align-items: center;
  transition: background-color .3s;
  display: flex;
  top: -52px;
  bottom: auto;
  left: auto;
  right: 15px;
}

.testimonials-slider-arrow:hover {
  background-color: var(--haze);
}

.testimonials-slider-arrow.left {
  border-radius: 6px 0 0 6px;
  margin-right: 35px;
}

.promo-layout-side {
  z-index: 1;
  width: 29%;
  border-radius: 6px;
  position: absolute;
  top: 24%;
  bottom: auto;
  left: 7%;
  right: auto;
  box-shadow: 0 8px 24px rgba(21, 21, 21, .16);
}

.promo-layout-side.right {
  left: auto;
  right: 7%;
}

.grid-full-big {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 33.33%);
  grid-auto-columns: 1fr;
  display: grid;
}

.post-card-v3-big {
  width: 100%;
  height: 33vw;
  min-height: 344px;
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.instagram-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(10%, 1fr));
  margin-left: 15px;
  margin-right: 15px;
}

.dropdown-social-link {
  width: 40px;
  height: 41px;
  box-shadow: 0 1px 0 0 var(--grey-4);
  color: var(--dark);
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: box-shadow .2s, background-color .2s;
  position: relative;
}

.dropdown-social-link:hover {
  z-index: 1;
  background-color: var(--haze);
  box-shadow: 0 -1px 0 0 var(--grey-4), inset 0 -1px 0 0 var(--grey-4);
  color: var(--main);
}

.dropdown-social-link.w--current {
  color: #151515;
}

.dropdown-social-icon {
  width: 18px;
  flex: none;
  margin: 11px;
}

.dropdown-social-wrapper {
  margin-right: 12px;
  display: none;
}

.dropdown-icon {
  width: 16px;
  margin: 11px;
}

.big-image-section {
  height: 80vh;
  background-image: url('../images/kaleidico-gVtJgTyi2iI-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 24px;
  margin-bottom: 48px;
}

.grid-sticky-info {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 128px;
}

.pricing {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
  padding-left: 15px;
  padding-right: 15px;
}

.pricing-bottom-text {
  max-width: 600px;
  color: var(--grey-2);
  text-align: center;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  line-height: 20px;
}

.pricing-card {
  border: 1px solid var(--grey-4);
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 48px;
  display: flex;
}

.pricing-icon-circle {
  width: 80px;
  height: 80px;
  background-color: var(--main);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.pricing-icon-circle.color-2 {
  background-color: var(--color-1);
}

.pricing-icon-circle.color-3 {
  background-color: var(--color-3);
}

.pricing-icon {
  width: 32px;
}

.price {
  justify-content: flex-start;
  align-items: center;
  margin-top: -12px;
  margin-bottom: 16px;
  padding: 8px 10px 8px 16px;
  display: flex;
}

.price-text {
  color: var(--grey-2);
  margin-bottom: -13px;
  margin-left: 6px;
}

.price-text.left {
  margin-left: 0;
  margin-right: 6px;
}

.price-tag {
  font-family: Noto Sans HK, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}

.pricing-info {
  background-color: var(--haze);
  color: var(--grey-1);
  text-align: center;
  border-radius: 6px;
  margin-bottom: 32px;
  padding: 12px 16px;
  font-size: 12px;
  line-height: 20px;
}

.faq-arrow-icon {
  margin-left: -2px;
  margin-right: 14px;
}

.question {
  color: #222;
  justify-content: flex-end;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
}

.answer {
  padding-left: 44px;
}

.faq-card {
  border: 1px solid var(--grey-4);
  cursor: pointer;
  border-radius: 6px;
  margin-bottom: 16px;
  padding-left: 32px;
  padding-right: 32px;
  overflow: hidden;
}

.faq {
  flex: 1;
}

.answer-text {
  color: var(--grey-1);
  padding-bottom: 32px;
}

.question-text {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
}

.select {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(0, 0, 0, 0);
  margin: 0 0 0 -8px;
}

.adv-form {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template: "Form-Header"
                 "."
                 "."
                 "."
                 / 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.adv-form-heading {
  text-align: center;
  margin-bottom: 32px;
}

.thumbnail-max {
  height: 536px;
  background-color: var(--haze);
  border-radius: 6px;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dropdown-wrapper {
  background-color: #93d865;
  align-items: flex-start;
}

.dropdown-wrapper.w--open {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 12px;
  position: absolute;
  left: 0%;
  right: 0%;
}

.dropdown-space {
  height: 12px;
  position: absolute;
  top: -12px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown-sidebar {
  width: 184px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 20px;
}

.dropdown-posts {
  flex: 1;
  padding: 20px;
}

.dropdown-post-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(auto-fit, minmax(15%, 1fr));
  grid-auto-columns: 1fr;
  display: grid;
}

.dropdown-sidebar-link {
  color: var(--dark);
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: padding .4s, background-color .2s;
  display: block;
}

.dropdown-sidebar-link:hover {
  background-color: var(--haze);
  padding-left: 24px;
  padding-right: 28px;
}

.dropdown-sidebar-link.w--current {
  color: #151515;
}

.message-popup {
  z-index: 10;
  width: 300px;
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 24px;
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .15);
}

.message-text {
  text-align: center;
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 20px;
}

.post-popup {
  z-index: 10;
  width: 300px;
  background-color: #fff;
  border-radius: 6px;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 16px 24px 16px 16px;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .15);
}

.post-popup-thumbnail {
  width: 72px;
  height: 72px;
  border-radius: 6px;
  flex: none;
  position: relative;
  overflow: hidden;
}

.post-popup-content {
  flex: 1;
  margin-bottom: 8px;
  padding-left: 20px;
}

.post-popup-heading {
  text-transform: capitalize;
  margin-bottom: 4px;
}

.post-popup-block {
  color: var(--dark);
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.post-popup-badge {
  z-index: 3;
  height: 24px;
  background-color: var(--main);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 6px 0 0;
  padding: 3px 9px 3px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.post-popup-close {
  z-index: 3;
  width: 24px;
  height: 24px;
  opacity: .6;
  border-bottom-left-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: background-color .2s, opacity .2s, transform .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.post-popup-close:hover {
  background-color: var(--haze);
  opacity: 1;
}

.floating-cards {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.promo-intro-gradient {
  z-index: 10;
  height: 48px;
  opacity: .06;
  background-image: linear-gradient(rgba(246, 246, 246, 0), #151515);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tldr {
  cursor: pointer;
  border: 1px solid rgba(159, 6, 255, .2);
  border-radius: 15px;
  margin-bottom: 26px;
  padding: 28px 40px;
  display: block;
  box-shadow: 0 12px 14px rgba(0, 0, 0, .06);
}

.tldr-bar {
  color: #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
}

.tldr-heading {
  color: #212124;
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.dropdown-circle {
  width: 45px;
  height: 45px;
  min-height: 45px;
  min-width: 45px;
  background-color: #f3f4f8;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-arrow {
  filter: brightness(67%);
}

.tldr-content {
  overflow: hidden;
}

.tldr-paragraph {
  color: #212124;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
}

.quick-stack {
  grid-column-gap: 32px;
}

.section-2 {
  margin: -176px;
}

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

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

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

  figcaption {
    margin-top: 16px;
  }

  .section {
    padding: 24px 8px;
  }

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

  .section.top-section {
    margin-top: 24px;
  }

  .section.post-hero-section {
    height: 68vw;
    max-height: none;
    min-height: 0;
    background-attachment: scroll;
  }

  .section.big-paddings {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .section.promo-section {
    height: 92vw;
  }

  .section.nav-layouts-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .wrapper.side-paddings {
    padding-left: 8px;
    padding-right: 8px;
  }

  .wrapper.nav-bar-v1-wrapper {
    justify-content: flex-end;
  }

  .nav-bar-old {
    min-height: auto;
  }

  .no-margin {
    margin: 0;
  }

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

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

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

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

  .licence-items {
    width: 81.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .menu-button-old {
    height: 64px;
    background-color: rgba(0, 0, 0, 0);
    padding: 20px;
  }

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

  .instagram-v1 {
    flex-wrap: wrap;
  }

  .instagram-info {
    width: 100%;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .instagram-photos {
    width: 100%;
    max-width: 100%;
    padding-left: 3px;
    padding-right: 3px;
  }

  .instagram-photo-wrapper {
    padding: 5px;
  }

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

  .thumbnail-medium {
    height: 35vw;
  }

  .instagram-gradient {
    display: none;
  }

  .post-v5 {
    width: 50%;
    margin-bottom: -1px;
  }

  .slide-v2-content {
    padding-left: 8px;
    padding-right: 8px;
  }

  .up-button {
    display: none;
  }

  .pagination {
    margin-left: -2px;
    margin-right: -2px;
  }

  .pagination.full {
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .content-with-sidebar {
    flex-wrap: wrap;
  }

  .side-posts {
    width: 100%;
    flex: 0 auto;
  }

  .sidebar {
    width: 50%;
    margin-left: 0;
    margin-right: auto;
    padding-top: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .sidebar.left {
    margin-right: 0%;
  }

  .sidebar-block.sticky {
    position: static;
  }

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

  .header-block.side-margins {
    margin-left: 8px;
    margin-right: 8px;
  }

  .header {
    font-size: 18px;
    line-height: 28px;
  }

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

  .slider-arrow-button {
    width: 44px;
    height: 44px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .slider-v2-nav {
    height: 48px;
  }

  .slide {
    top: 0;
    bottom: 0;
  }

  .slider-v2 {
    height: 64vw;
    min-height: 0;
    margin-left: 8px;
    margin-right: 8px;
  }

  .slide-v2 {
    padding: 128px 80px;
  }

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

  .slide-v2-heading {
    margin-bottom: 24px;
    font-size: 34px;
    line-height: 44px;
  }

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

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

  .sg-categories {
    display: none;
    top: 64px;
  }

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

  .search-results-form {
    padding-top: 0;
    padding-bottom: 0;
  }

  .search-result-info {
    padding-left: 24px;
  }

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

  .contact {
    padding-left: 8px;
    padding-right: 8px;
  }

  .about-block-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .instagram-hover {
    display: none;
  }

  .instagram-logo {
    height: 120px;
    top: -48px;
    left: auto;
  }

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

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

  .thumbnail-big {
    height: 64vw;
    padding: 20px;
  }

  .changelog {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .change {
    padding: 24px;
  }

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

  .footer-v2-social {
    right: 16px;
  }

  .footer-v2-social-line, .footer-v2-social-heading {
    display: none;
  }

  .subscribe-v1 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .banner {
    margin: 8px;
  }

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

  .instagram-v2-photo-wrapper {
    width: 25%;
    flex: 0 auto;
  }

  .layouts {
    grid-column-gap: 8vw;
    grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
    margin-left: -8px;
    margin-right: -8px;
    padding-top: 0;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .layout-thumb {
    max-height: 58vw;
    overflow: hidden;
  }

  .layout-thumb:hover {
    transform: none;
  }

  .post-summary {
    font-size: 12px;
    line-height: 20px;
  }

  .nav-brand-v1 {
    min-height: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .search-form-input {
    width: 100%;
    background-position: 16px;
    padding-left: 40px;
  }

  .search-form-input:focus {
    width: 200px;
  }

  .search-form-input::-ms-input-placeholder {
    color: var(--grey-2);
  }

  .search-form-input::placeholder {
    color: var(--grey-2);
  }

  .menu-icon-line-bottom-old {
    width: 20px;
    height: 2px;
    background-color: #151515;
    border-radius: 1px;
    margin-top: 6px;
  }

  .nav-menu-v1 {
    width: 100%;
    max-height: 100vh;
    background-color: #fff;
    flex: 0 auto;
    margin-top: -60px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 64px;
    padding-bottom: 12px;
    padding-right: 16px;
    position: absolute;
    overflow: scroll;
  }

  .menu-icon-line-top-old {
    width: 20px;
    height: 2px;
    background-color: #151515;
    border-radius: 1px;
    margin-bottom: 6px;
  }

  .nav-link {
    padding: 12px 20px 12px 16px;
  }

  .nav-link:hover {
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
  }

  .nav-menu-small {
    display: block;
  }

  .nav-right {
    flex: 1;
    margin-left: 0;
    padding-right: 0;
  }

  .nav-bar-v1 {
    height: auto;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0);
    padding: 20px;
  }

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

  .search-form {
    flex: 0 auto;
    margin-bottom: 4px;
    padding: 4px 0;
  }

  .search-form:focus {
    text-align: left;
    flex-grow: 1;
  }

  .dropdown-link {
    z-index: 1;
    color: #151515;
    padding: 12px 32px;
  }

  .dropdown-link:hover {
    color: #151515;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 32px;
  }

  .dropdown-list {
    z-index: 2;
    position: relative;
  }

  .dropdown-list.w--open {
    width: auto;
    box-shadow: none;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-list.big-list {
    box-shadow: none;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .nav-link-small {
    color: #151515;
    padding: 12px 20px 12px 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
  }

  .nav-link-small:hover {
    text-decoration: none;
  }

  .nav-link-small.w--current {
    color: #151515;
  }

  .nav-logo-text {
    margin-left: 12px;
    font-size: 16px;
    line-height: 24px;
  }

  .column.column-v2 {
    margin-bottom: 40px;
  }

  .footer-v1-logo {
    height: 43px;
  }

  .footer-v1-column {
    width: 50%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .footer-bottom {
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-bottom-left {
    width: 65%;
    flex: 0 auto;
  }

  .thumbnail-small {
    height: 35vw;
    padding: 20px;
  }

  .post-card-v2-big {
    height: 64vw;
    background-color: #fff;
  }

  .post-card-v2-medium, .post-card-v2-small {
    height: 55vw;
    background-color: #fff;
  }

  .thumbnail-huge {
    height: 35vw;
    padding: 20px;
  }

  .post-v5-card {
    background-color: #fff;
  }

  .posts-v5 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .grid-v1 {
    grid-column-gap: 16px;
    grid-row-gap: 48px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .slider-v5 {
    flex: 0 auto;
  }

  .slider-v5-wrapper {
    margin-left: 8px;
    margin-right: 8px;
  }

  .slider-v5-arrow {
    right: 32px;
  }

  .slide-v5-post {
    max-width: 75vw;
    padding-left: 16px;
  }

  .slider-v5-icon {
    margin-right: 16px;
  }

  .post-v3-card {
    background-color: #fff;
  }

  .post-v3-thumbnail {
    width: 34vw;
    height: 26vw;
  }

  .post-v3-content {
    padding-left: 24px;
    padding-right: 32px;
  }

  .connect {
    margin-left: 8px;
    margin-right: 8px;
  }

  .connect-link {
    flex-direction: column;
    flex: 1;
    justify-content: center;
  }

  .grid-small {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    grid-template-columns: repeat(auto-fit, minmax(40vw, .5fr));
    margin-left: 8px;
    margin-right: 8px;
  }

  .grid-medium {
    grid-column-gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(40vw, 1fr));
    margin-left: 8px;
    margin-right: 8px;
  }

  .grid-big {
    grid-template-columns: repeat(auto-fit, minmax(80vw, 1fr));
    margin-left: 8px;
    margin-right: 8px;
  }

  .connect-link-text {
    margin-top: 8px;
    margin-left: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .post-hero-content {
    max-width: 100%;
    margin-left: 0;
    padding-bottom: 20px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .post {
    order: -1;
    padding-left: 8px;
    padding-right: 8px;
  }

  .post-wrapper {
    flex-wrap: wrap;
    padding-top: 24px;
  }

  .post-share {
    width: 104px;
    align-items: flex-end;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .post-more {
    padding-left: 8px;
    padding-right: 8px;
  }

  .grid-mini {
    grid-column-gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(40vw, 1fr));
    margin-left: 8px;
    margin-right: 8px;
  }

  .post-subscribe, .grid-list {
    margin-left: 8px;
    margin-right: 8px;
  }

  .post-v6-card {
    background-color: #fff;
    padding-right: 48px;
  }

  .slider-v3-arrow {
    top: -48px;
  }

  .slide-v3 {
    width: 50%;
  }

  .subscribe-v2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 16%;
    padding-right: 16%;
  }

  .subscribe-v2-heading {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    padding-right: 0;
  }

  .subscribe-v2-form-block {
    width: 100%;
  }

  .banner-728x90 {
    margin: 8px;
  }

  .grid-v2 {
    background-color: rgba(0, 0, 0, 0);
    grid-template-rows: 64vw auto;
    grid-template-columns: 100%;
    margin-left: 8px;
    margin-right: 8px;
    padding-right: 0;
    display: block;
  }

  .post-card-v2-max {
    height: 64vw;
    background-color: #fff;
  }

  .grid-list-item {
    padding-right: 16px;
  }

  .grid-scroll-list {
    grid-column-gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(40vw, 1fr));
    margin-top: 20px;
    padding-bottom: 1px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .page-intro {
    max-width: 80vw;
  }

  .privacy-text {
    width: 100%;
    flex: 0 auto;
    margin-top: -63px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .breadcrumbs {
    margin-top: 8px;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 10px;
  }

  .grid-full-medium {
    grid-template-columns: repeat(auto-fit, 50%);
  }

  .post-card-v3-medium {
    height: 60vw;
    background-color: #fff;
  }

  .slider-v4 {
    flex: 0 auto;
    margin-left: 8px;
    margin-right: 8px;
  }

  .slider-v4-info {
    padding-left: 32px;
  }

  .slider-v4-arrow {
    left: 32px;
  }

  .slide-v4 {
    width: 100%;
  }

  .slide-v4-post {
    max-width: 75vw;
    padding-left: 16px;
  }

  .about-block-1 {
    margin-left: 8%;
    margin-right: 8%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .team {
    padding-left: 8px;
    padding-right: 8px;
  }

  .team-grid {
    grid-column-gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(40vw, 1fr));
  }

  .team-member-photo {
    height: 31vw;
  }

  .popup {
    width: 92vw;
  }

  .popup-info {
    padding-left: 40px;
    padding-right: 40px;
  }

  .search-results {
    padding-left: 10%;
    padding-right: 10%;
  }

  .empty-state {
    margin-left: 8px;
    margin-right: 8px;
  }

  .slider-v1 {
    height: 520px;
    min-height: 0;
  }

  .slider-nav {
    height: 48px;
  }

  .slide-v1 {
    padding: 128px 80px;
  }

  .slide-v1-content {
    padding-left: 8px;
    padding-right: 8px;
  }

  .slide-v1-heading {
    margin-bottom: 24px;
    font-size: 34px;
    line-height: 44px;
  }

  .grid-v3 {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .grid-v3-side-post {
    width: 50%;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .collection-list-wrapper {
    order: -1;
  }

  .grid-v3-column {
    width: 100%;
    margin-top: 24px;
    padding-top: 8px;
  }

  .grid-v3-side-posts {
    flex-wrap: wrap;
    justify-content: flex-start;
    display: flex;
  }

  .grid-v3-main-post {
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .promo-logo {
    width: 64px;
  }

  .floating-slider {
    width: 65vw;
    margin-top: -3vw;
    margin-left: -28vw;
  }

  .promo-intro {
    max-width: 520px;
  }

  .floating-author {
    width: 29vw;
    margin-top: -5vw;
    margin-right: 5vw;
  }

  .floating-post-small {
    width: 29vw;
    margin-top: 3vw;
    margin-left: 36vw;
  }

  .floating-cookie {
    width: 24vw;
    margin-top: 24vw;
    margin-right: -8vw;
    display: none;
  }

  .floating-post {
    width: 30vw;
    margin-bottom: -12vw;
  }

  .floating-subscribe {
    width: 40vw;
    margin-bottom: 7vw;
    margin-left: -4vw;
  }

  .floating-post-big {
    width: 45vw;
    margin-bottom: 2vw;
    margin-right: -11vw;
  }

  .floating-slider-list {
    width: 79vw;
    margin-top: 23vw;
    margin-bottom: auto;
    margin-right: -51vw;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .nav-bar-v2 {
    height: auto;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-brand-v2 {
    min-height: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-brand-v2.w--current {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-menu-v2 {
    width: 100%;
    max-height: 100vh;
    background-color: #fff;
    flex: 0 auto;
    margin-top: -60px;
    margin-left: 0;
    margin-right: 0;
    padding: 64px 16px 16px;
    position: absolute;
    overflow: scroll;
  }

  .menu-icon {
    width: 20px;
    height: 20px;
  }

  .menu-button-v2 {
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0);
    padding: 20px;
  }

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

  .menu-button-v2.side-menu-button {
    display: none;
  }

  .nav-right-v2 {
    flex: 1;
    margin-left: 0;
    padding-right: 0;
  }

  .menu-button-2 {
    border-left: 1px solid rgba(22, 26, 37, .1);
    margin-left: 16px;
  }

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

  .grid {
    grid-row-gap: 48px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .contact-v2-info {
    flex: 1;
    padding-right: 30px;
  }

  .contact-v2-sidebar {
    display: flex;
  }

  .intro-buy-promo {
    padding-top: 0;
  }

  .promo-intro-heading {
    margin-bottom: 24px;
  }

  .responsive-promo {
    padding-bottom: 32px;
  }

  .iphone {
    width: 34vw;
    max-width: none;
  }

  .side-info-left {
    text-align: center;
    align-items: center;
    padding-left: 16%;
    padding-right: 16%;
  }

  .iphone-circle {
    width: 60vw;
    height: 60vw;
  }

  .post-layouts {
    margin: -19px 12% 16px;
  }

  .inner-page-links {
    justify-content: center;
  }

  .nav-bar-v3 {
    height: auto;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-v3 {
    width: 100%;
    max-height: 100vh;
    background-color: #fff;
    flex: 0 auto;
    margin-top: -60px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 64px;
    padding-right: 16px;
    position: absolute;
    overflow: scroll;
  }

  .nav-brand-v3 {
    min-height: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-right-v3 {
    flex: 0 auto;
    margin-left: 0;
    padding-right: 0;
    position: relative;
  }

  .top-bar-container {
    padding-left: 8px;
    padding-right: 8px;
  }

  .top-bar {
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav-layouts {
    grid-column-gap: 31px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .nav-layout-heading {
    margin-bottom: 20px;
  }

  .nav-layout-gradient {
    height: 60px;
    background-image: linear-gradient(to bottom, rgba(6, 194, 94, 0), var(--main) 80%);
  }

  .testimonial-slide {
    width: 100%;
  }

  .testimonials-slider-arrow {
    top: -48px;
  }

  .grid-full-big {
    grid-template-columns: repeat(auto-fit, 50%);
  }

  .grid-full-big.version-2 {
    grid-template-columns: repeat(auto-fit, 100%);
  }

  .post-card-v3-big {
    height: 60vw;
    min-height: 0;
    background-color: #fff;
  }

  .instagram-grid {
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    margin-left: 8px;
    margin-right: 8px;
  }

  .dropdown-social-link {
    z-index: 1;
    color: #151515;
    padding: 12px 32px;
  }

  .dropdown-social-link:hover {
    color: #151515;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 32px;
  }

  .big-image-section {
    height: 60vw;
  }

  .grid-side-info {
    margin-bottom: -40px;
  }

  .grid-sticky-info {
    max-width: 66.66%;
    position: static;
  }

  .pricing {
    max-width: 66.66%;
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(80%, 1fr));
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
  }

  .pricing-bottom-text {
    max-width: 66.66%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .pricing-card {
    padding-left: 16%;
    padding-right: 16%;
  }

  .answer {
    padding-left: 36px;
  }

  .image-2 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .thumbnail-max {
    height: 60vw;
    padding: 20px;
  }

  .dropdown-wrapper.w--open {
    width: auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    left: auto;
    right: auto;
  }

  .dropdown-space {
    display: none;
  }

  .dropdown-sidebar {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .dropdown-posts {
    display: none;
  }

  .dropdown-post-grid {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    grid-template-columns: repeat(auto-fit, minmax(40vw, .5fr));
    margin-left: 8px;
    margin-right: 8px;
  }

  .dropdown-sidebar-link {
    z-index: 1;
    color: #151515;
    padding: 12px 32px;
    font-size: 13px;
  }

  .dropdown-sidebar-link:hover {
    color: #151515;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 32px;
  }

  .message-popup {
    margin-bottom: 12px;
    margin-left: 12px;
  }

  .post-popup {
    display: none;
  }
}

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

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

  h3 {
    font-size: 19px;
  }

  h4 {
    font-size: 17px;
    line-height: 26px;
  }

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

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

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

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

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

  .section.top-section {
    margin-top: 20px;
  }

  .section.post-hero-section {
    height: 360px;
  }

  .section.big-paddings {
    padding-top: 48px;
    padding-bottom: 48px;
  }

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

  .section.banner-section {
    display: none;
  }

  .section.nav-layouts-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.intro-buy-section {
    padding-top: 64px;
  }

  .button.subscribe-button {
    width: 40px;
    color: rgba(0, 0, 0, 0);
    background-position: 12px;
    padding-left: 20px;
  }

  .no-margin {
    margin: 0;
  }

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

  .footer-v1 {
    width: 66.66%;
    margin-left: 0;
    margin-right: auto;
  }

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

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

  .licence-items {
    width: 100%;
  }

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

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

  .instagram-info {
    margin-bottom: 24px;
  }

  .instagram-photos {
    padding-left: 4px;
    padding-right: 4px;
  }

  .instagram-photo-wrapper {
    flex: 0 auto;
    padding: 4px;
  }

  .thumbnail-medium {
    padding: 16px;
  }

  .post-info {
    left: 24px;
    right: 24px;
  }

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

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

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

  .slide-v2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .slider-arrow-icon {
    width: 16px;
  }

  .slide-v2-heading {
    font-size: 26px;
    line-height: 36px;
  }

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

  .sg-categories {
    display: none;
  }

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

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

  .search-result-summary {
    font-size: 12px;
    line-height: 20px;
  }

  .subscribe-v1-grid {
    margin-left: 0;
    margin-right: 0;
  }

  .text-2-columns {
    column-count: 1;
  }

  .about-photo-column {
    padding-left: 0;
    padding-right: 0;
  }

  .signature {
    height: 52px;
  }

  .instagram-logo {
    height: 100px;
    top: -32px;
  }

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

  .thumbnail-big {
    padding: 16px;
  }

  .changelog {
    width: 100%;
  }

  .change {
    padding-left: 16px;
    padding-right: 16px;
  }

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

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

  .footer-v2-links {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-v2-social {
    width: 100%;
    justify-content: center;
    margin-top: 16px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

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

  .subscribe-v1 {
    padding-left: 12%;
    padding-right: 12%;
  }

  .form-info {
    margin-top: 28px;
  }

  .banner {
    display: none;
  }

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

  .licence-item {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .licence-info {
    padding-left: 32px;
  }

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

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

  .post-tags {
    padding-top: 32px;
    padding-bottom: 0;
  }

  .nav-brand-v1 {
    padding-bottom: 2px;
  }

  .nav-brand-v1.w--current {
    padding-left: 12px;
    padding-right: 12px;
  }

  .search-button {
    background-size: 24px;
  }

  .nav-logo {
    height: 40px;
  }

  .nav-bar-v1 {
    height: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-v1-brand {
    padding-bottom: 2px;
  }

  .footer-v1-logo {
    height: 40px;
  }

  .footer-v1-column {
    width: 100%;
    padding-bottom: 48px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-bottom {
    flex-wrap: wrap;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer-bottom-left {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .footer-bottom-right {
    justify-content: flex-start;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .divider-small {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-mini-icon {
    display: none;
  }

  .thumbnail-small {
    padding: 16px;
  }

  .post-card-v2-medium {
    padding: 24px;
  }

  .thumbnail-huge {
    height: 33vw;
    padding: 16px;
  }

  .post-info-author {
    display: none;
  }

  .post-v5-card {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .slider-v5-arrow {
    border-top-right-radius: 0;
    top: auto;
    bottom: -1px;
    left: auto;
    right: -1px;
  }

  .slider-v5-arrow.left {
    border-bottom-left-radius: 0;
  }

  .slide-v5-post {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-v5-icon, .banner-sidebar {
    display: none;
  }

  .post-v3-content {
    padding-left: 16px;
    padding-right: 0;
  }

  .post-v3-heading {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 24px;
  }

  .connect {
    flex-wrap: wrap;
    padding-left: 24px;
    padding-right: 24px;
  }

  .connect-link {
    padding: 4px;
  }

  .grid-big {
    grid-row-gap: 32px;
  }

  .connect-link-text {
    display: none;
  }

  .post-bottom-info {
    left: 24px;
    right: 24px;
  }

  .post-about {
    flex-wrap: wrap;
    display: block;
  }

  .post-author {
    width: auto;
    border-bottom: 1px solid var(--grey-4);
    border-right-style: none;
    padding-top: 0;
    padding-bottom: 32px;
  }

  .post-avatar {
    width: 88px;
    height: 88px;
  }

  .post-subscribe {
    margin-top: 40px;
    padding: 40px;
  }

  .post-v6-card {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .subscribe-v2 {
    padding: 48px 12%;
  }

  .subscribe-grid-v2 {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-scroll-list {
    grid-template-columns: repeat(auto-fit, 100%);
  }

  .slider-v4-arrow {
    border-top-right-radius: 0;
  }

  .slide-v4-post {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-block-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .team-grid {
    grid-row-gap: 32px;
  }

  .popup {
    max-width: 500px;
    min-height: 0;
  }

  .subscribe-popup-image {
    display: none;
  }

  .popup-info {
    padding: 48px 12% 40px;
  }

  .subscribe-popup-grid {
    margin-bottom: 0;
  }

  .search-results {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .slider-v1 {
    height: 360px;
  }

  .slide-v1-content {
    padding-bottom: 0;
  }

  .slide-v1-heading {
    font-size: 26px;
    line-height: 36px;
  }

  .section-intro {
    margin-bottom: 48px;
  }

  .promo-logo {
    width: 52px;
    margin-bottom: 4px;
  }

  .promo-intro {
    max-width: 400px;
  }

  .floating-subscribe {
    margin-bottom: 4vw;
  }

  .floating-post-big {
    margin-bottom: 0;
  }

  .nav-bar-v2 {
    height: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-brand-v2 {
    padding-bottom: 2px;
  }

  .nav-brand-v2.w--current {
    padding-left: 12px;
    padding-right: 12px;
  }

  .contact-v2-sidebar {
    flex-wrap: wrap;
  }

  .promo-layout {
    border-radius: 4px;
  }

  .promo-intro-heading {
    margin-bottom: 20px;
  }

  .grid-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-bar-v3 {
    height: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-brand-v3 {
    padding-bottom: 2px;
  }

  .nav-brand-v3.w--current {
    padding-left: 12px;
    padding-right: 12px;
  }

  .top-bar-container {
    display: none;
  }

  .top-bar-divider {
    margin-left: 10px;
    margin-right: 10px;
  }

  .nav-layouts {
    grid-column-gap: 16px;
  }

  .nav-layout-heading {
    margin-bottom: 16px;
  }

  .nav-layout-gradient {
    height: 48px;
  }

  .promo-layout-side {
    border-radius: 4px;
  }

  .post-card-v3-big {
    padding: 32px;
  }

  .instagram-grid {
    grid-template-columns: repeat(auto-fit, minmax(10%, 1fr));
  }

  .big-image-section {
    height: 50vw;
  }

  .grid-sticky-info, .pricing, .pricing-bottom-text {
    max-width: 75%;
  }

  .pricing-icon-circle.color-2 {
    width: 72px;
    height: 72px;
  }

  .pricing-icon {
    width: 28px;
  }

  .question {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .faq-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .answer-text {
    padding-bottom: 24px;
  }

  .question-text {
    font-size: 15px;
    line-height: 20px;
  }

  .adv-form {
    grid-row-gap: 24px;
  }

  .adv-form-heading {
    margin-bottom: 16px;
  }

  .thumbnail-max {
    height: 52vw;
    padding: 16px;
  }

  .tldr {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 479px) {
  .section.post-hero-section {
    height: 400px;
  }

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

  .section.promo-section {
    height: 148vw;
  }

  .button.contact-button {
    align-self: stretch;
  }

  .no-margin {
    margin: 0;
  }

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

  .footer-v1 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

  .instagram-photos {
    flex-wrap: wrap;
  }

  .instagram-photo-wrapper {
    width: 33.33%;
  }

  .thumbnail-medium {
    height: 64vw;
  }

  .post-info.slider-v2-info {
    justify-content: center;
  }

  .post-v5 {
    width: 100%;
  }

  .post-rich-text blockquote {
    padding: 8px 0 8px 24px;
  }

  .sidebar {
    width: auto;
    flex: 1;
  }

  .slider-v2 {
    height: 120vw;
  }

  .slide-v2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .slider-arrow {
    display: none;
  }

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

  .slide-v2-heading {
    font-size: 22px;
    line-height: 32px;
  }

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

  .search-result-item {
    flex-direction: column;
  }

  .search-result-info {
    padding-top: 24px;
    padding-left: 0;
  }

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

  .subscribe-v1-grid {
    grid-template-columns: 100%;
  }

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

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

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

  .footer-v2-social {
    margin-top: 20px;
  }

  .subscribe-v1 {
    padding: 32px;
  }

  .layouts {
    display: block;
  }

  .layout {
    margin-bottom: 40px;
  }

  .layout-thumb {
    max-height: 120vw;
  }

  .licence-item {
    flex-direction: column;
    padding-top: 48px;
  }

  .licence-info {
    text-align: center;
    margin-top: 16px;
    padding-left: 0;
  }

  .post-tags {
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-brand-v1 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .nav-brand-v1.w--current {
    flex: none;
  }

  .search-form-input:focus {
    width: 100%;
  }

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

  .search-form {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-v1-brand.w--current {
    flex: none;
  }

  .footer-v1-column {
    padding-left: 8px;
    padding-right: 8px;
  }

  .thumbnail-small {
    height: 64vw;
  }

  .post-card-v2-big {
    height: 112vw;
    padding: 24px;
  }

  .post-card-v2-medium, .post-card-v2-small {
    height: 112vw;
  }

  .thumbnail-huge {
    height: 64vw;
  }

  .grid-v1 {
    grid-row-gap: 41px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .slider-v5 {
    height: 288px;
  }

  .slider-v5-wrapper {
    flex-wrap: wrap;
    display: block;
  }

  .slider-v5-header {
    width: auto;
    height: 32px;
    border-bottom: 1px solid var(--grey-4);
    border-right-style: none;
  }

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

  .slider-v5-nav {
    line-height: 12px;
    display: block;
  }

  .slide-v5-post {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 32px;
  }

  .slide-v5-post-content {
    padding-top: 16px;
    padding-left: 0;
  }

  .slider-v5-header-text {
    transform: none;
  }

  .post-v3-card {
    display: block;
  }

  .post-v3-thumbnail {
    width: auto;
    height: 64vw;
    display: block;
  }

  .post-v3-content {
    padding-left: 0;
  }

  .post-v3-heading {
    margin-top: 16px;
  }

  .connect {
    justify-content: flex-start;
  }

  .connect-link {
    flex: 0 auto;
  }

  .grid-small {
    grid-template-columns: repeat(auto-fit, minmax(80vw, 1fr));
  }

  .grid-medium {
    grid-row-gap: 32px;
    grid-template-columns: repeat(auto-fit, minmax(80vw, 1fr));
  }

  .post-share {
    display: none;
  }

  .grid-mini {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  .post-body {
    display: block;
  }

  .post-subscribe {
    max-width: none;
    padding: 32px;
  }

  .slide-v3 {
    width: 100%;
  }

  .subscribe-v2 {
    padding: 40px 32px;
  }

  .subscribe-grid-v2 {
    grid-template-columns: repeat(auto-fit, 100%);
    grid-auto-flow: row dense;
  }

  .post-card-v2-max {
    height: 112vw;
    padding: 24px;
  }

  .grid-scroll-list {
    padding-left: 0;
    padding-right: 0;
  }

  .page-intro {
    max-width: none;
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .grid-full-medium {
    grid-template-columns: repeat(auto-fit, 100%);
  }

  .post-card-v3-medium {
    height: 120vw;
    padding: 24px;
  }

  .slider-v4 {
    height: 336px;
    padding-top: 88px;
    padding-left: 0;
  }

  .slider-v4-info {
    width: 100%;
    height: 88px;
    text-align: center;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

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

  .slide-v4-info {
    padding-top: 16px;
    padding-left: 0;
  }

  .slide-v4-post {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .slider-v4-nav {
    line-height: 12px;
    display: block;
  }

  .team-grid {
    grid-template-columns: repeat(auto-fit, 100%);
  }

  .team-member-photo {
    height: 60vw;
  }

  .subscribe-popup-grid {
    grid-row-gap: 16px;
    grid-template-columns: 100%;
  }

  .search-results {
    margin-left: -8px;
    margin-right: -8px;
    padding: 56px 16px;
  }

  .slider-v1 {
    height: 136vw;
  }

  .slide-v1 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .slide-v1-heading {
    font-size: 22px;
    line-height: 32px;
  }

  .grid-v3-side-post {
    width: 100%;
    margin-top: 24px;
  }

  .grid-v3-column {
    margin-top: 0;
    padding-top: 0;
  }

  .floating-slider {
    width: 71vw;
    margin-top: 2vw;
    margin-left: -31vw;
  }

  .floating-author {
    width: 35vw;
    margin-right: -8vw;
  }

  .floating-post-small {
    width: 33vw;
    margin-top: 10vw;
    margin-left: 39vw;
  }

  .floating-post {
    width: 34vw;
  }

  .floating-subscribe {
    width: 45vw;
    margin-bottom: 8vw;
    margin-left: -9vw;
  }

  .floating-post-big {
    width: 47vw;
    margin-bottom: 2vw;
  }

  .floating-slider-list {
    width: 91vw;
    margin-top: 30vw;
    margin-right: -56vw;
  }

  .nav-brand-v2 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .nav-brand-v2.w--current {
    flex: none;
  }

  .nav-right-v2 {
    padding-left: 0;
  }

  .contact-v2-info {
    width: 100%;
    flex: 0 auto;
  }

  .promo-layout {
    width: 54%;
    margin-bottom: -15%;
  }

  .responsive-promo {
    padding-bottom: 0;
  }

  .iphone {
    width: 46vw;
    top: 12vw;
    left: 2vw;
  }

  .side-info-left {
    padding-left: 0%;
    padding-right: 0%;
  }

  .iphone-circle {
    width: 82vw;
    height: 82vw;
  }

  .post-layouts {
    margin-left: 0%;
    margin-right: 0%;
  }

  .post-layout-1 {
    width: 72%;
    margin-left: -11%;
  }

  .post-layout-2 {
    right: 0%;
  }

  .grid-tabs-menu {
    justify-content: center;
    display: flex;
  }

  .grid-previews {
    grid-column-gap: 20px;
  }

  .nav-brand-v3 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .nav-brand-v3.w--current {
    flex: none;
  }

  .nav-right-v3 {
    padding-left: 0;
  }

  .nav-layouts {
    margin-top: -40px;
    padding-left: 24px;
    padding-right: 24px;
    display: block;
  }

  .nav-layout {
    margin-top: 40px;
  }

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

  .nav-layout-gradient {
    height: 80px;
  }

  .testimonial-slide {
    width: 100%;
  }

  .testimonial {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 32px;
    display: block;
  }

  .testimonial-content {
    padding-top: 20px;
    padding-left: 0;
  }

  .testimonial-info {
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .testimonial-rating {
    width: 100%;
    justify-content: flex-start;
    margin-top: 4px;
    margin-left: -9px;
    margin-right: 0;
    position: relative;
  }

  .promo-layout-side {
    left: 3%;
  }

  .promo-layout-side.right {
    right: 3%;
  }

  .grid-full-big {
    grid-template-columns: repeat(auto-fit, 100%);
  }

  .post-card-v3-big {
    height: 120vw;
    padding: 24px;
  }

  .instagram-grid {
    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
  }

  .big-image-section {
    height: 120vw;
  }

  .grid-sticky-info {
    max-width: none;
  }

  .pricing {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .pricing-bottom-text {
    max-width: none;
  }

  .pricing-card {
    padding: 41px 12%;
  }

  .question {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .faq-card {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-2 {
    max-width: 100%;
  }

  .thumbnail-max {
    height: 64vw;
  }

  .dropdown-post-grid {
    grid-template-columns: repeat(auto-fit, minmax(80vw, 1fr));
  }

  .message-popup, .post-popup {
    width: auto;
    margin-right: 12px;
  }

  .tldr-heading {
    flex: 1;
  }
}

#w-node-_34895f13-3953-3b84-b3f2-1949ee36fd09-1d1fe3d7 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-c393a61d-ae8b-512f-c931-118849a324f1-1d1fe3d7 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_78342748-b105-1d18-b875-a822f1bdaa86-1d1fe3d7 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_0c84adad-2a2f-773c-cf07-7475d16e2e43-1d1fe3d7 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-e74ec369-497e-6f64-ebad-26707334625d-1d1fe3d7 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_0affd328-7931-b356-dfaa-7e73c5d390dd-1d1fe3d7 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_3a6d75b8-c251-940d-8ed9-73c31209ac7d-98a3acca {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_395e5305-5af5-4e56-4185-be3bedf53998-1d1fe3dd {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_8de85ed3-4f3b-a90b-2c90-b3fe6a226334-6a226326, #w-node-_8de85ed3-4f3b-a90b-2c90-b3fe6a226337-6a226326, #w-node-_8de85ed3-4f3b-a90b-2c90-b3fe6a22633a-6a226326, #w-node-_8de85ed3-4f3b-a90b-2c90-b3fe6a22633d-6a226326, #w-node-_8de85ed3-4f3b-a90b-2c90-b3fe6a226340-6a226326, #w-node-_8de85ed3-4f3b-a90b-2c90-b3fe6a226343-6a226326, #w-node-_8de85ed3-4f3b-a90b-2c90-b3fe6a226346-6a226326 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4bd3772b-11d6-bee9-2d86-ca03567b3c5c-1d1fe3df {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_371af8a9-bfaf-c9a3-3f28-5c9a7c6ede23-1d1fe3df {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_80632906-4394-dd91-bcd8-c78b09b1215d-1d1fe3df {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
  justify-self: auto;
}

#w-node-e0943044-a7af-0ebd-8c2a-022c14009ecd-1d1fe3df {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_26cb6b6e-0cc2-d3ee-a5a9-335984459bb8-1d1fe3e0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_7184fd82-b94a-1094-0a2b-c982358cd440-1d1fe3e0 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_0b11932b-5c0b-8e54-ecf3-e139f2784085-1d1fe3e0 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_1d9d415a-deb8-a5f2-d410-bfe8bbb0f53a-1d1fe3e0 {
  align-self: start;
  justify-self: center;
}

#w-node-_0b11932b-5c0b-8e54-ecf3-e139f2784099-1d1fe3e0 {
  justify-self: stretch;
}

#w-node-ae9989d4-eedc-00bd-6330-aa6c680eb8df-1d1fe3e2, #w-node-_09151605-af8a-fa3e-866e-ba6a79adfeff-1d1fe3e2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_63320ba0-8b9e-d4f1-4812-d9375a562aea-1d1fe3e2 {
  justify-self: start;
}

#w-node-c190bbb0-4661-b411-5140-aeda72246c8e-1d1fe3e3 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-c190bbb0-4661-b411-5140-aeda72246c96-1d1fe3e3 {
  justify-self: start;
}

#w-node-_86d509ca-d830-7f50-67eb-6c00b69effa6-1d1fe3e3 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: start;
}

#w-node-_517387e6-abc8-41f4-64a9-9251cf09c006-cf09bffa, #w-node-_057008cd-e1ba-65d3-dea4-865414d347e3-1d1fe3f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d54cc4f2-d5d3-bd4e-6c6c-9b297adff2f9-1d1fe3fa {
  align-self: stretch;
}

#w-node-_1a42aead-00ec-391f-1908-93aa699ba5a1-1d1fe3fc {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-f285f4d6-d373-cc8f-6fcf-d868a2cf4a1b-1d1fe3fc {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_89417ce4-bf3b-5e98-bd1d-0e92b55a9fcb-1d1fe3fd {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_89417ce4-bf3b-5e98-bd1d-0e92b55a9fce-1d1fe3fd {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_8e3898ba-d5e2-8771-8368-5ed1973c7536-1d1fe3ff {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8e3898ba-d5e2-8771-8368-5ed1973c7539-1d1fe3ff {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8e3898ba-d5e2-8771-8368-5ed1973c753c-1d1fe3ff {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_8e3898ba-d5e2-8771-8368-5ed1973c753f-1d1fe3ff {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_8e3898ba-d5e2-8771-8368-5ed1973c7542-1d1fe3ff {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_8e3898ba-d5e2-8771-8368-5ed1973c7545-1d1fe3ff {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-eaac0c84-cbb9-fc2d-1263-379ae2032e38-85a3bec1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

@media screen and (max-width: 991px) {
  #w-node-_34895f13-3953-3b84-b3f2-1949ee36fd09-1d1fe3d7, #w-node-c393a61d-ae8b-512f-c931-118849a324f1-1d1fe3d7, #w-node-_78342748-b105-1d18-b875-a822f1bdaa86-1d1fe3d7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0c84adad-2a2f-773c-cf07-7475d16e2e43-1d1fe3d7 {
    grid-column: span 1 / span 1;
  }

  #w-node-e74ec369-497e-6f64-ebad-26707334625d-1d1fe3d7, #w-node-_0affd328-7931-b356-dfaa-7e73c5d390dd-1d1fe3d7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_395e5305-5af5-4e56-4185-be3bedf53998-1d1fe3dd {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4bd3772b-11d6-bee9-2d86-ca03567b3c5c-1d1fe3df, #w-node-_371af8a9-bfaf-c9a3-3f28-5c9a7c6ede23-1d1fe3df, #w-node-_80632906-4394-dd91-bcd8-c78b09b1215d-1d1fe3df, #w-node-e0943044-a7af-0ebd-8c2a-022c14009ecd-1d1fe3df {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_26cb6b6e-0cc2-d3ee-a5a9-335984459bb8-1d1fe3e0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_7184fd82-b94a-1094-0a2b-c982358cd440-1d1fe3e0, #w-node-_0b11932b-5c0b-8e54-ecf3-e139f2784085-1d1fe3e0, #w-node-c190bbb0-4661-b411-5140-aeda72246c8e-1d1fe3e3, #w-node-_86d509ca-d830-7f50-67eb-6c00b69effa6-1d1fe3e3, #w-node-_1a42aead-00ec-391f-1908-93aa699ba5a1-1d1fe3fc, #w-node-f285f4d6-d373-cc8f-6fcf-d868a2cf4a1b-1d1fe3fc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_89417ce4-bf3b-5e98-bd1d-0e92b55a9fcb-1d1fe3fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_89417ce4-bf3b-5e98-bd1d-0e92b55a9fce-1d1fe3fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1d9d415a-deb8-a5f2-d410-bfe8bbb0f53a-1d1fe3e0 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3a6d75b8-c251-940d-8ed9-73c31209ac7d-98a3acca, #w-node-ae9989d4-eedc-00bd-6330-aa6c680eb8df-1d1fe3e2, #w-node-_09151605-af8a-fa3e-866e-ba6a79adfeff-1d1fe3e2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


