.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

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

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

body {
  background-color: #151515;
  font-family: Hind, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 8px;
  margin-bottom: 24px;
  font-size: 56px;
  line-height: 72px;
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section.padding-small {
  padding: 0px 12px;
}

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

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

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

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

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

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

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

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

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

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

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

.button.form-full-button {
  width: 100%;
  padding-top: 14px;
}

.button.subscribe-v1-button {
  margin-top: 20px;
  margin-left: 16px;
  padding-top: 13px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.button.subscribe-v4-button {
  width: 100%;
  margin-top: 20px;
  padding-top: 14px;
}

.button.contact-button {
  margin-top: 12px;
  padding-top: 14px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 88px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 21, 21, 0.6)), to(rgba(21, 21, 21, 0)));
  background-image: linear-gradient(180deg, rgba(21, 21, 21, 0.6), rgba(21, 21, 21, 0));
  color: #fff;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/mike-yukhtenko-111373-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

.no-margin {
  margin: 0px;
}

.intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

.page-wrapper {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.search-form-input {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 48px 0px;
  border-style: none;
  border-bottom-width: 2px;
  border-bottom-color: #444;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: inset 0 -3px 0 0 #444;
  -webkit-transition: box-shadow 800ms cubic-bezier(.215, .61, .355, 1);
  transition: box-shadow 800ms cubic-bezier(.215, .61, .355, 1);
  color: #fff;
  font-size: 40px;
  line-height: 56px;
  text-align: center;
}

.search-form-input:hover {
  box-shadow: inset 0 -3px 0 0 #777;
}

.search-form-input:focus {
  box-shadow: inset 0 -3px 0 0 #f24137;
}

.search-form-input::-webkit-input-placeholder {
  color: #fff;
}

.search-form-input:-ms-input-placeholder {
  color: #fff;
}

.search-form-input::-ms-input-placeholder {
  color: #fff;
}

.search-form-input::placeholder {
  color: #fff;
}

.nav-search-button {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  height: 88px;
  padding: 36px 66px 36px 32px;
  background-color: transparent;
  background-image: url('../images/search-white.svg');
  background-position: 78% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  font-size: 13px;
  font-weight: 500;
  text-align: right;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.search-button {
  display: none;
}

.search-form {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 770px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

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

.search-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  width: 100%;
  padding-right: 120px;
  padding-bottom: 8px;
  padding-left: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #151515;
}

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

.nav-search {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

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

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

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

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

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

.hero-image.image-2 {
  opacity: 0.7;
}

.hero-image.image-3 {
  background-image: url('../images/background1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-image.image-2 {
  height: 100vh;
  background-image: url('../images/daniel-korpai-1236912-unsplash.jpg');
  background-position: 50% 50%;
  opacity: 0.7;
}

.hero-image.image-4 {
  background-image: url('../images/tomasz-zagorski-1130739-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-image.image-5 {
  background-image: url('../images/nikolay-tarashchenko-1327012-unsplash.jpg');
  background-position: 50% 50%;
}

.hero-image.image-6 {
  background-image: url('../images/daniel-korpai-1362102-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-image.image-7 {
  background-image: url('../images/nikolay-tarashchenko-1327037-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-image.image-8 {
  background-image: url('../images/background1.png');
  background-size: cover;
}

.hero-image.image-88 {
  background-image: url(../images/201028_ULU_INSIDER_Cover%20Photo_v.jpg);
  background-size: cover;
}

.hero-image.licensing {
  height: 100vh;
  background-image: url('../images/rawpixel-592442-unsplash.jpg');
  background-position: 50% 50%;
}

.hero-image.image-1 {
  background-image: url('../images/oliur-743694-unsplash.jpg');
  background-size: cover;
}

.hero-gradient {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(21, 21, 21, 0.4)), color-stop(80%, #151515));
  background-image: linear-gradient(180deg, rgba(21, 21, 21, 0.4) 30%, #151515 80%);
}

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

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

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

.divider.color {
  background-color: #f24137;
}

.divider.left {
  margin-left: 0px;
}

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

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

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

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

.input.light {
  border-color: #d4d4d4;
}

.input.light:hover {
  border-color: #777;
}

.input.light:focus {
  border-color: #f24137;
}

.input.search-resuls-input {
  margin-right: 16px;
  margin-bottom: 0px;
  padding-left: 52px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-color: #d4d4d4;
  background-image: url('../images/search-icon.svg');
  background-position: 16px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.input.search-resuls-input:hover {
  border-color: #777;
}

.input.search-resuls-input:focus {
  border-color: #f24137;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.instagram-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.instagram-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.instagram-photos {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  max-width: 1200px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.full-width {
  width: 100%;
}

.post-grid-v1 {
  width: 100%;
  padding: 8px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". . . . . ."
    ". . . . . ."
    ". . . . . ."
    ". . . . . .";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 16px auto 16px auto 16px auto;
  grid-template-rows: auto auto auto auto;
}

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

.post-v1-thumb {
  position: relative;
  height: 256px;
}

.post-v1-info {
  position: relative;
  height: 240px;
  padding: 32px 32px 88px;
  background-color: #fff;
}

.capitalize {
  text-transform: capitalize;
}

.post-category {
  display: inline-block;
  height: 20px;
  margin-bottom: 16px;
  padding: 2px 6px;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  font-size: 11px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.post-bottom {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  padding-top: 32px;
  padding-bottom: 42px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 16px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #777;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
}

.post-date.dark-bg {
  color: #fff;
}

.post-date-icon {
  width: 20px;
  margin-top: -2px;
  margin-left: 8px;
  opacity: 0.3;
}

.post-date-icon.dark-bg {
  opacity: 1;
}

.post-read {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 24px;
  padding-top: 2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

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

.post-v2-info {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  height: 240px;
  padding: 32px 32px 88px;
}

.full-height {
  height: 100%;
}

.post-gradient {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(21, 21, 21, 0)), to(rgba(21, 21, 21, 0.8)));
  background-image: linear-gradient(180deg, rgba(21, 21, 21, 0) 30%, rgba(21, 21, 21, 0.8));
}

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

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

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

.underline.big {
  height: 4px;
}

.featured-icon {
  position: absolute;
  left: 8px;
  width: 16px;
  height: 16px;
}

.featured-text {
  margin-top: 1px;
  margin-right: 8px;
  margin-left: -2px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.post-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-medium {
  width: 33.33%;
  padding: 8px;
}

.post-big {
  width: 50%;
  padding: 8px;
}

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

.post-v3-info {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  min-height: 224px;
  padding: 32px 32px 76px;
}

.side-social {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 240px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.side-social-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #242424;
  -webkit-transition: background-color 200ms cubic-bezier(.215, .61, .355, 1), width 200ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 200ms cubic-bezier(.215, .61, .355, 1), width 200ms cubic-bezier(.215, .61, .355, 1);
}

.side-social-button:hover {
  width: 48px;
}

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

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

.side-social-button.mail:hover {
  background-color: #f24137;
}

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

.side-social-icon {
  width: 18px;
}

.social-card-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #242424;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}

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

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

.subscribe-v3-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  color: #151515;
}

.social-card-icon {
  width: 40px;
  margin-bottom: 16px;
}

.social-card-name {
  margin-top: 2px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.form-column {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 40%;
  -webkit-flex: 40%;
  -ms-flex: 40%;
  flex: 40%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.post-hero-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -16px;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

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

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

.social-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social-card-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 216px;
  margin: 12px;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #242424;
  -webkit-transition: background-color 800ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 800ms cubic-bezier(.215, .61, .355, 1);
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}

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

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

.social-card-v2.pinterest:hover {
  background-color: #e60023;
}

.social-card-v2.mail:hover {
  background-color: #f24137;
}

.pagination {
  position: relative;
  margin-top: 16px;
  margin-right: -2px;
  margin-left: -2px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-count {
  position: absolute;
  left: 0px;
  right: 0px;
  display: block;
  width: 120px;
  margin-top: 14px;
  margin-right: auto;
  margin-left: auto;
}

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

.pagination-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.blog-side-posts {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.post-huge {
  width: 100%;
  margin-bottom: 8px;
  padding: 8px;
}

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

.sidebar-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -6px;
  margin-left: -6px;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

.sidebar-category-item {
  width: 50%;
  padding: 6px;
}

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

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

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

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

.sidebar-heading {
  margin: 3px 12px 0px;
}

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

.post-v4-info {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

.post-v4-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 42px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sidebar-featured-post {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

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

.sidebar-featured-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 11px;
  line-height: 16px;
}

.sidebar-featured-link {
  display: inline-block;
  margin-top: 1px;
  margin-bottom: 4px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
}

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

.sidebar-featured-info-link {
  color: hsla(0, 0%, 100%, 0.6);
  text-decoration: none;
}

.sidebar-featured-info-link:hover {
  text-decoration: underline;
}

.sidebar-featured-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  width: 20px;
  height: 20px;
  border-bottom-left-radius: 3px;
  background-color: #f24137;
  background-image: url('../images/zap-white.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

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

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

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

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

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

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

.more-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  margin: 20px 8px 12px;
  padding-top: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.3);
  -webkit-transition: background-color 400ms cubic-bezier(.215, .61, .355, 1), box-shadow 400ms cubic-bezier(.215, .61, .355, 1), color 400ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 400ms cubic-bezier(.215, .61, .355, 1), box-shadow 400ms cubic-bezier(.215, .61, .355, 1), color 400ms cubic-bezier(.215, .61, .355, 1);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.more-button:hover {
  background-color: #f24137;
  box-shadow: inset 0 0 0 1px transparent;
}

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

.post-grid-v3 {
  width: 100%;
  padding: 8px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.slider-arrow-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 160px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: rgba(21, 21, 21, 0.5);
  -webkit-transition: background-color 400ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 400ms cubic-bezier(.215, .61, .355, 1);
}

.slider-arrow-button:hover {
  background-color: #fb412f;
}

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

.hero-slider {
  height: 84vh;
  min-height: 720px;
  margin: 88px 8px 18px;
  color: #fff;
}

.hero-slide {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 88px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #151515;
  text-align: center;
}

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

.post-v5-info {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8%;
  padding-bottom: 10%;
  padding-left: 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

.post-info-hover {
  position: relative;
  margin-top: 16px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-card-v5-heading {
  margin-bottom: 0px;
  text-transform: capitalize;
}

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

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

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

.subscribe-v2-form {
  height: 100%;
}

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

.hero-slide-heading {
  margin-top: 4px;
  margin-bottom: 20px;
  font-size: 56px;
  line-height: 64px;
  text-transform: capitalize;
}

.categories-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-v1-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

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

.hero-slide-summary {
  font-size: 16px;
  line-height: 28px;
}

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

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

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

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

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

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

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

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

.search-result-info {
  padding-top: 4px;
  padding-left: 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search-result-name {
  display: inline-block;
  margin-bottom: 8px;
  color: #151515;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
}

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

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

.search-result-summary {
  margin-bottom: 8px;
  color: #444;
  font-size: 14px;
  line-height: 24px;
}

.search-result-link {
  -webkit-transition: color 400ms cubic-bezier(.215, .61, .355, 1);
  transition: color 400ms cubic-bezier(.215, .61, .355, 1);
  color: #777;
  font-size: 11px;
  line-height: 16px;
  text-decoration: underline;
}

.search-result-link:hover {
  color: #f24137;
}

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

.contact-form-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-heading {
  margin-bottom: 32px;
}

.form-columns {
  margin-right: -10px;
  margin-left: -10px;
}

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

.text-columns {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  column-gap: 40px;
  -webkit-column-span: none;
  column-span: none;
}

.text-link {
  color: #f24137;
}

.content-big-photo {
  display: block;
  width: 100%;
  margin-top: 72px;
  margin-bottom: 72px;
  background-image: url('../images/trent-szmolnik-1271248-unsplash.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-content-block {
  width: 100%;
  padding-right: 16%;
  padding-left: 16%;
  text-align: left;
}

.highlighted-text {
  padding-right: 6px;
  padding-left: 6px;
  background-color: #ffedc6;
  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 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.instagram-hover {
  position: absolute;
  z-index: 1;
  width: 25%;
  height: 25%;
  min-height: 32px;
  min-width: 32px;
  border-radius: 50%;
  background-color: #f24137;
  background-image: url('../images/instagram-white.svg');
  background-position: 50% 50%;
  background-size: 44%;
  background-repeat: no-repeat;
}

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

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

.subscribe-v3-columns {
  margin-bottom: -24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subscribe-v3-heading {
  width: 100%;
  margin-top: -6px;
  margin-bottom: 20px;
}

.category-v1-name {
  position: relative;
  z-index: 1;
  font-weight: bold;
}

.categories-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  margin-bottom: 64px;
  margin-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

.nav-bg-text {
  position: absolute;
  margin-bottom: auto;
  margin-left: -18vw;
  padding-top: 48px;
  color: hsla(0, 0%, 100%, 0.03);
  font-size: 25vw;
  line-height: 23vw;
  font-weight: 600;
  letter-spacing: 5vw;
  text-transform: uppercase;
}

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

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

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

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

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

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

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

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

.post-v1-big-info {
  position: relative;
  height: 216px;
  padding: 32px 32px 88px;
  background-color: #fff;
}

.post-v1-big-thumb {
  position: relative;
  height: 336px;
}

.categories-v1-wrapper {
  position: relative;
}

.categories-v1-grade-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: -4px;
  bottom: 0%;
  z-index: 1;
  width: 16px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(21, 21, 21, 0)), to(#151515));
  background-image: linear-gradient(90deg, rgba(21, 21, 21, 0), #151515);
}

.hero-avatar {
  width: 104px;
  height: 104px;
  margin-bottom: 16px;
  border-radius: 50%;
  background-color: #242424;
  background-image: url('../images/avatar-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.change {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #fff;
  color: #151515;
}

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

.tooltip {
  position: absolute;
  bottom: 50%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 200px;
  margin-bottom: 30px;
  padding: 6px 12px 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 4px 16px 0 rgba(21, 21, 21, 0.2);
  color: #151515;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

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

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

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

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

.footer-v2-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

.subscribe-v4 {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.subscribe-v4-form {
  padding-top: 20px;
  text-align: left;
}

.form-info {
  margin-top: 8px;
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 11px;
  line-height: 16px;
  text-align: center;
}

.banner {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 12px;
  border-radius: 3px;
  background-color: #242424;
  -webkit-transition: -webkit-filter 400ms ease;
  transition: -webkit-filter 400ms ease;
  transition: filter 400ms ease;
  transition: filter 400ms ease, -webkit-filter 400ms ease;
}

.banner:hover {
  -webkit-filter: brightness(86%);
  filter: brightness(86%);
}

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

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

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

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

.post-grid-v2 {
  margin: 8px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ". . . . . ."
    ". . . . . ."
    ". . . . . ."
    ". . . . . .";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 16px auto 16px auto 16px auto;
  grid-template-rows: auto auto auto auto;
}

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

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

.form-error.text-left {
  margin-top: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 0px;
  text-align: left;
}

.subscribe-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 23vw;
  padding: 44px 12% 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #242424;
  color: #fff;
  text-align: center;
}

.subscribe-v3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  margin: 0px;
  padding: 56px 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  color: #151515;
}

.search-bg-text {
  position: absolute;
  right: -8.6vw;
  margin-bottom: auto;
  padding-top: 48px;
  color: hsla(0, 0%, 100%, 0.03);
  font-size: 23vw;
  line-height: 23vw;
  font-weight: 600;
  text-align: center;
  letter-spacing: 5vw;
  text-transform: uppercase;
}

.post-hero-category {
  position: relative;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #fff;
  text-decoration: none;
}

.instagram-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.instagram-v2-photo-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.no-items {
  padding: 32px;
  background-color: transparent;
  text-align: center;
}

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

.sidebar-tag-text {
  float: left;
}

.sidebar-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.layouts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -4px;
  margin-left: -1px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.layout {
  position: relative;
  overflow: hidden;
  width: 33.33%;
  margin-right: -1px;
  margin-bottom: -1px;
  padding: 6vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #444;
  -webkit-transition: background-color 800ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 800ms cubic-bezier(.215, .61, .355, 1);
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.layout:hover {
  background-color: hsla(0, 0%, 100%, 0.03);
}

.layout.category-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout.category-card:hover {
  background-color: #151515;
}

.layout-category {
  margin-top: -4px;
  margin-bottom: 4px;
  color: #888;
  font-size: 12px;
  line-height: 20px;
}

.layout-preview {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: auto;
  max-height: 26vw;
  margin-top: 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #444;
  border-radius: 3px;
  background-color: #242424;
  -webkit-transition: -webkit-transform 800ms cubic-bezier(.215, .61, .355, 1);
  transition: -webkit-transform 800ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 800ms cubic-bezier(.215, .61, .355, 1);
  transition: transform 800ms cubic-bezier(.215, .61, .355, 1), -webkit-transform 800ms cubic-bezier(.215, .61, .355, 1);
  text-decoration: none;
}

.layout-preview:hover {
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

.layout-category-heading {
  position: relative;
  z-index: 1;
  text-align: center;
}

.layout-category-nav {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 120px;
  margin-top: auto;
  margin-right: -1px;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #444;
}

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

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

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

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

.licence-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  color: #151515;
  font-size: 13px;
  line-height: 20px;
}

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

.dot-divider {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-right: 10px;
  margin-bottom: 3px;
  margin-left: 10px;
  border-radius: 50%;
  background-color: #d4d4d4;
}

.categories-v1-grade-left {
  position: absolute;
  left: -8px;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  width: 16px;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(21, 21, 21, 0)), to(#151515));
  background-image: linear-gradient(270deg, rgba(21, 21, 21, 0), #151515);
}

.loading-content {
  position: relative;
  opacity: 1;
}

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

.post-v1-info-auto {
  position: relative;
  height: auto;
  padding: 32px 32px 72px;
  background-color: #fff;
}

.post-v1-huge-thumb {
  position: relative;
  height: 400px;
}

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

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

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

.post-tag-symbol {
  float: left;
  color: #777;
}

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

.post-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-right: 16%;
  margin-left: 16%;
  padding-top: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

  figcaption {
    margin-top: 16px;
  }

  .section {
    padding: 96px 8px;
  }

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

  .section.padding-small {
    padding-right: 8px;
    padding-left: 8px;
  }

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

  .no-margin {
    margin: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .search-form-input {
    margin-top: 20px;
    box-shadow: inset 0 -3px 0 0 #444;
  }

  .nav-search-button {
    height: 64px;
    padding: 24px 56px 24px 24px;
    background-position: 84% 50%;
  }

  .search-form {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .search-form:focus {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left;
  }

  .menu-button {
    height: 64px;
    padding: 20px;
    background-color: transparent;
  }

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

  .nav-search {
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hero-image {
    height: 70vh;
  }

  .hero-image.image-8 {
    height: 60vh;
  }

  .hero-gradient {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(21, 21, 21, 0.4)), color-stop(70%, #151515));
    background-image: linear-gradient(180deg, rgba(21, 21, 21, 0.4) 30%, #151515 70%);
  }

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

  .divider.hero-slide-divider {
    display: none;
  }

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

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

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

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

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

  .instagram-info {
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

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

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

  .post-grid-v1 {
    padding: 8px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-areas: ". . . . . ."
      ". . . . . ."
      ". . . . . ."
      ". . . . . ."
      ". . . . . ."
      ". . . . . .";
    -ms-grid-rows: auto 12px auto 12px auto 12px auto 12px auto 12px auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

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

  .post-v1-thumb {
    height: 33vw;
  }

  .instagram-gradient {
    display: none;
  }

  .post-columns {
    padding-right: 0px;
    padding-left: 0px;
  }

  .post-medium {
    width: 50%;
    padding: 6px;
  }

  .post-big {
    width: 50%;
    padding: 8px;
  }

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

  .post-v3-info {
    min-height: 208px;
    padding-bottom: 68px;
  }

  .side-social {
    height: auto;
  }

  .side-social-button {
    width: 36px;
    height: 36px;
  }

  .side-social-button:hover {
    width: 36px;
  }

  .side-social-icon {
    width: 14px;
  }

  .social-card-v1 {
    padding: 32px;
  }

  .post-first-letter {
    margin-left: 10%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .up-button {
    display: none;
  }

  .social-cards {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .social-card-v2 {
    min-height: 192px;
    margin: 8px;
    padding: 32px;
  }

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

  .blog-side-posts {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .post-huge {
    width: 100%;
    margin-bottom: 8px;
    padding: 8px;
  }

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

  .post-v4 {
    height: 64vw;
  }

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

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

  .more-button {
    height: 72px;
    margin-right: 8px;
    margin-left: 8px;
    font-size: 14px;
    line-height: 16px;
  }

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

  .post-grid-v3 {
    padding: 8px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

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

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

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

  .hero-slider {
    height: 64vw;
    min-height: 0px;
    margin-top: 64px;
    margin-bottom: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

  .post-info-hover {
    display: none;
  }

  .post-card-v5-heading {
    font-size: 20px;
    line-height: 28px;
  }

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

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

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

  .subscribe-v2-heading {
    font-size: 20px;
    line-height: 28px;
  }

  .hero-slide-heading {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 48px;
  }

  .categories-v1 {
    overflow: scroll;
    margin: 12px 0px 4px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .category-v1-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 160px;
    -ms-flex: 1 0 160px;
    flex: 1 0 160px;
  }

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

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

  .hero-slide-summary {
    display: none;
  }

  .sg-categories {
    top: 64px;
  }

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

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

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

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

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

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

  .categories-v2 {
    margin: 16px 4px 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

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

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

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

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

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

  .post-v1-big-info {
    height: 240px;
  }

  .post-v1-big-thumb {
    height: 33vw;
  }

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

  .categories-v1-grade-right {
    right: 0px;
    width: 16px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(21, 21, 21, 0)), to(#151515));
    background-image: linear-gradient(90deg, rgba(21, 21, 21, 0), #151515);
  }

  .hero-avatar {
    width: 88px;
    height: 88px;
  }

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

  .change {
    padding: 24px;
  }

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

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

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

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

  .subscribe-v4 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .banner {
    margin: 8px;
  }

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

  .post-grid-v2 {
    margin: 8px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-areas: ". . . . . ."
      ". . . . . ."
      ". . . . . ."
      ". . . . . ."
      ". . . . . .";
    -ms-grid-rows: auto 12px auto 12px auto 12px auto 12px auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .subscribe-v2 {
    padding-right: 14%;
    padding-left: 14%;
  }

  .subscribe-v3 {
    margin: 0px;
  }

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

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

  .layout {
    width: 50%;
    padding: 8vw;
  }

  .layout-preview {
    max-height: 44vw;
  }

  .categories-v1-grade-left {
    left: 0px;
    display: block;
    width: 16px;
  }

  .post-v1-huge-thumb {
    height: 54vw;
  }

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

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

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

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

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

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

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

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

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

  .button.subscribe-v1-button {
    width: 100%;
    margin-left: 0px;
  }

  .no-margin {
    margin: 0px;
  }

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

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

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

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

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

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

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

  .licence-items {
    width: 100%;
  }

  .search-form-input {
    margin-top: 24px;
    padding-top: 32px;
    padding-bottom: 32px;
    font-size: 20px;
  }

  .nav-search-button {
    width: 60px;
    height: 60px;
    padding: 10px;
    background-position: 50% 50%;
    color: transparent;
  }

  .search-button {
    background-size: 24px;
  }

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

  .search-bar {
    padding-right: 58px;
    padding-bottom: 0px;
    padding-left: 58px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

  .hero-image {
    height: 100vh;
  }

  .hero-gradient {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(21, 21, 21, 0.4)), color-stop(80%, #151515));
    background-image: linear-gradient(180deg, rgba(21, 21, 21, 0.4) 30%, #151515 80%);
  }

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

  .menu-text {
    display: none;
  }

  .divider {
    width: 88px;
  }

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

  .footer-copyright {
    padding: 4vw;
  }

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

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

  .instagram-info {
    margin-bottom: 24px;
  }

  .instagram-photos {
    padding-right: 4px;
    padding-left: 4px;
  }

  .instagram-photo-wrapper {
    padding: 4px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .post-v1-info {
    padding: 24px 24px 80px;
  }

  .post-bottom {
    left: 24px;
    right: 24px;
    padding-bottom: 34px;
  }

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

  .post-v2-info {
    padding: 24px 24px 80px;
  }

  .post-big {
    width: 100%;
  }

  .post-big.mobile-2-columns {
    width: 50%;
  }

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

  .post-v3-info {
    min-height: 0px;
    padding: 24px 24px 60px;
  }

  .side-social {
    position: absolute;
    left: auto;
    top: auto;
    right: 20px;
    bottom: -12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .social-card-name {
    font-size: 14px;
    line-height: 20px;
  }

  .form-column {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .social-card-v2 {
    padding: 20px;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

  .post-v4-bottom {
    left: 24px;
    right: 24px;
    padding-bottom: 34px;
  }

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

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

  .more-button {
    height: 64px;
  }

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

  .slider-arrow-button {
    width: 24px;
    height: 112px;
  }

  .hero-slide {
    padding-right: 60px;
    padding-left: 60px;
  }

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

  .hero-slide-heading {
    font-size: 32px;
    line-height: 40px;
  }

  .category-v1-wrapper {
    -webkit-flex-basis: 128px;
    -ms-flex-preferred-size: 128px;
    flex-basis: 128px;
  }

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

  .sg-categories {
    display: none;
  }

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

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

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

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

  .text-columns {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .about-photo-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .signature {
    height: 52px;
  }

  .instagram-logo {
    top: -32px;
    height: 100px;
  }

  .subscribe-v3-columns {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

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

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

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

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

  .nav-social {
    height: 60px;
  }

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

  .post-v1-big-info {
    height: 240px;
    padding: 24px 24px 64px;
  }

  .post-v1-big-thumb {
    height: 33vw;
  }

  .changelog {
    width: 100%;
  }

  .footer-v2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .footer-v2-links {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-v2-social {
    width: 100%;
    margin-top: 16px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .subscribe-v4 {
    max-width: 75%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .form-info {
    margin-top: 28px;
  }

  .banner {
    display: none;
  }

  .post-grid-v2 {
    grid-template-areas: ". . . . . ."
      ". . . . . ."
      ". . . . . ."
      ". . . . . .";
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .form-error.text-left {
    text-align: center;
  }

  .subscribe-v2 {
    padding-top: 28px;
    padding-bottom: 32px;
  }

  .subscribe-v3 {
    margin: 0px;
    padding-right: 15%;
    padding-left: 15%;
  }

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

  .licence-item {
    padding: 32px;
  }

  .licence-info {
    padding-left: 32px;
  }

  .post-v1-info-auto {
    padding: 24px 24px 64px;
  }

  .post-v1-huge-thumb {
    height: 46vw;
  }

  .footer-v2-bottom {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

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

@media screen and (max-width: 479px) {
  .button.contact-button {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .no-margin {
    margin: 0px;
  }

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

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

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

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

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

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

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

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

  .search-bar {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero-image {
    height: 50vh;
    min-height: 360px;
  }

  .hero-gradient {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(21, 21, 21, 0.4)), color-stop(50%, #151515));
    background-image: linear-gradient(180deg, rgba(21, 21, 21, 0.4) 30%, #151515 50%);
  }

  .footer-copyright {
    padding: 6vw;
  }

  .instagram-photos {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .instagram-photo-wrapper {
    width: 33.33%;
  }

  .post-grid-v1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-areas: ". . . . . ."
      ". . . . . ."
      ". . . . . ."
      ". . . . . ."
      ". . . . . ."
      ". . . . . ."
      ". . . . . ."
      ". . . . . ."
      ". . . . . ."
      ". . . . . .";
    -ms-grid-rows: auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  }

  .post-v1-thumb {
    height: 64vw;
  }

  .post-v1-info {
    height: auto;
    padding-bottom: 64px;
  }

  .post-medium {
    width: 100%;
  }

  .post-big {
    width: 100%;
  }

  .post-v3 {
    height: 90vw;
    min-height: 400px;
  }

  .side-social {
    right: 0px;
  }

  .form-column {
    padding-right: 0px;
  }

  .post-first-letter {
    margin-left: 4%;
  }

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

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

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

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

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

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

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

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

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

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

  .social-cards {
    padding-bottom: 0px;
  }

  .social-card-v2 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

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

  .post-huge {
    width: 100%;
  }

  .post-v4 {
    height: 328px;
  }

  .post-v4-info {
    padding-right: 24px;
    padding-left: 24px;
  }

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

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

  .more-button {
    margin-top: 20px;
  }

  .post-grid-v3 {
    grid-row-gap: 16px;
    grid-template-areas: ". . . . . . . ."
      ". . . . . . . ."
      ". . . . . . . ."
      ". . . . . . . ."
      ". . . . . . . ."
      ". . . . . . . .";
    -ms-grid-rows: auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto 16px auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  }

  .hero-slider {
    height: 132vw;
  }

  .hero-slide {
    padding-right: 16px;
    padding-left: 16px;
  }

  .slider-arrow {
    display: none;
  }

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

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

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

  .hero-slide-heading {
    font-size: 28px;
    line-height: 36px;
  }

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

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

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

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

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

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

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

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

  .nav-bg-text {
    display: none;
  }

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

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

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

  .post-v1-big-info {
    height: auto;
  }

  .post-v1-big-thumb {
    height: 64vw;
  }

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

  .footer-v2-social {
    margin-top: 20px;
  }

  .subscribe-v4 {
    max-width: none;
  }

  .post-grid-v2 {
    grid-template-areas: ". . . . . ."
      ". . . . . ."
      ". . . . . ."
      ". . . . . ."
      ". . . . . ."
      ". . . . . ."
      ". . . . . ."
      ". . . . . .";
    -ms-grid-rows: auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto;
  }

  .subscribe-v2 {
    padding: 36px 12% 40px;
  }

  .subscribe-v3 {
    margin: 0px;
    padding: 48px 12%;
  }

  .search-bg-text {
    display: none;
  }

  .layout {
    width: 100%;
    padding: 15vw;
  }

  .layout-preview {
    overflow: hidden;
    max-height: none;
  }

  .layout-category-nav {
    display: none;
  }

  .licence-item {
    padding-top: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .licence-info {
    margin-top: 16px;
    padding-left: 0px;
    text-align: center;
  }

  .post-v1-info-auto {
    height: auto;
  }

  .post-v1-huge-thumb {
    height: 64vw;
  }

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

#w-node-_70f659df-95a7-2ab8-1039-b61c977f6d06-a3cb5348 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_70f659df-95a7-2ab8-1039-b61c977f6d09-a3cb5348 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_70f659df-95a7-2ab8-1039-b61c977f6d0c-a3cb5348 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_70f659df-95a7-2ab8-1039-b61c977f6d0f-a3cb5348 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_70f659df-95a7-2ab8-1039-b61c977f6d12-a3cb5348 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_70f659df-95a7-2ab8-1039-b61c977f6d15-a3cb5348 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f338-0fcb534b {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f350-0fcb534b {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f368-0fcb534b {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 2;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f398-0fcb534b {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f380-0fcb534b {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 3;
  grid-column-end: 7;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f3b2-0fcb534b {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f3c6-0fcb534b {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f3cc-0fcb534b {
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-column-span: 1;
  grid-column-end: 7;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_91e668ef-dbcb-2f54-2afb-14dfc3ae375c-0fcb534b {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-_31f464ad-4166-590b-2429-aa14a43b9321-0fcb534b {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-_94df9889-5de9-6cfa-41f7-f665aa559fda-0fcb534b {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 2;
  grid-column-end: 7;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-_2d8fd1a3-2e28-6cfb-cf19-8c6a98b94619-56cb534c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ebce4fe0-54fb-1784-2d96-65d585a9a463-56cb534c {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 3;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_6db9af85-a568-d32c-af19-457cb30392ab-56cb534c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-a27a56fa-9acc-13c9-bcbd-50d94edccba8-56cb534c {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_61307367-7ee3-f45f-1f29-22da383494c1-56cb534c {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 2;
  grid-column-end: 7;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_82f10889-df9c-66db-af27-60363944c1d3-56cb534c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_2509f08c-4eee-03c3-9e8a-f8074c352618-56cb534c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-ae9dfbd5-570d-31dd-0cdf-407928b00bf5-56cb534c {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-a95971e3-978c-2471-62b2-bfadabf01490-56cb534c {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 2;
  grid-column-end: 7;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-fd42373e-7e48-f003-08b7-e04c857ff5b9-f2cb534e {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_006e4ee2-9087-dd43-5baf-6f6eee26d0f3-f2cb534e {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_8efb44bb-d2f5-8830-b74f-0819be43c3ab-f2cb534e {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-dad5f8cd-a059-cce6-080c-370a847b7987-f2cb534e {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_77927c9b-2839-8034-d8dc-cbd838b5256d-f2cb534e {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_3c9a8b2e-397e-a3ce-5fed-4d5cc89499f9-f2cb534e {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_449af02d-b6ee-40b0-16ec-cb0a1e225b53-08cb5351 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_449af02d-b6ee-40b0-16ec-cb0a1e225b56-08cb5351 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_449af02d-b6ee-40b0-16ec-cb0a1e225b59-08cb5351 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_449af02d-b6ee-40b0-16ec-cb0a1e225b5c-08cb5351 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_449af02d-b6ee-40b0-16ec-cb0a1e225b5f-08cb5351 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_449af02d-b6ee-40b0-16ec-cb0a1e225b62-08cb5351 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_61709539-d265-a651-f035-7b40720a7a13-e3cb5352 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_61709539-d265-a651-f035-7b40720a7a13-e3cb53521 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 6;
  grid-column-end: 13;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_61709539-d265-a651-f035-7b40720a7a13-e3cb53522 {
  -ms-grid-column: 9;
  grid-column-start: 9;
  -ms-grid-column-span: 4;
  grid-column-end: 13;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-_7847d1d3-4081-4f21-bce6-e69c6139ab7d-e3cb5352 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 3;
  grid-column-end: 7;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_567035ef-a135-e7d8-ad3a-4216060b0669-e3cb5352 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 6;
  grid-column-end: 13;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}

#w-node-_91e6914c-6879-63e4-5813-dff8652ebc62-e3cb5352 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
}

#w-node-_2df377ea-2f0e-a602-0135-a151bbe9a001-e3cb5352 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 6;
  grid-column-end: 13;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-fd7005cb-8d12-94eb-d9f2-660a60c02445-e3cb5352 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 4;
  grid-column-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-c827be5a-0533-7e33-7e5b-f2bed23105d2-e3cb5352 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 4;
  grid-column-end: 9;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-a1f63ca4-51e8-f107-fc5a-9469ca8c95ec-e3cb5352 {
  -ms-grid-column: 9;
  grid-column-start: 9;
  -ms-grid-column-span: 4;
  grid-column-end: 13;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-e8e30b57-accf-d8cf-0eb4-561b835036f6-e3cb5352 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-b22e1d9b-709b-4304-401b-677f7a344515-e3cb5352 {
  -ms-grid-column: 7;
  grid-column-start: 7;
  -ms-grid-column-span: 6;
  grid-column-end: 13;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
}

#w-node-c46c811c-5922-ecc4-081e-610e6c1bb57c-d7cb5355 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c46c811c-5922-ecc4-081e-610e6c1bb57f-d7cb5355 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c46c811c-5922-ecc4-081e-610e6c1bb582-d7cb5355 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-c46c811c-5922-ecc4-081e-610e6c1bb585-d7cb5355 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-c46c811c-5922-ecc4-081e-610e6c1bb588-d7cb5355 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-c46c811c-5922-ecc4-081e-610e6c1bb58b-d7cb5355 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_8e3898ba-d5e2-8771-8368-5ed1973c7536-b7cb535a {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_8e3898ba-d5e2-8771-8368-5ed1973c7539-b7cb535a {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_8e3898ba-d5e2-8771-8368-5ed1973c753c-b7cb535a {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_8e3898ba-d5e2-8771-8368-5ed1973c753f-b7cb535a {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_8e3898ba-d5e2-8771-8368-5ed1973c7542-b7cb535a {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_8e3898ba-d5e2-8771-8368-5ed1973c7545-b7cb535a {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

@media screen and (max-width: 991px) {
  #w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f338-0fcb534b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f350-0fcb534b {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 3;
    grid-column-end: 7;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f368-0fcb534b {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 3;
    grid-column-end: 7;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f398-0fcb534b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f380-0fcb534b {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-column-span: 3;
    grid-column-end: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f3b2-0fcb534b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 6;
    grid-column-end: 7;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f3c6-0fcb534b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f3cc-0fcb534b {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_91e668ef-dbcb-2f54-2afb-14dfc3ae375c-0fcb534b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-_31f464ad-4166-590b-2429-aa14a43b9321-0fcb534b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-_94df9889-5de9-6cfa-41f7-f665aa559fda-0fcb534b {
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
    -ms-grid-column: 4;
    grid-column-start: 4;
  }

  #w-node-_6db9af85-a568-d32c-af19-457cb30392ab-56cb534c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-a27a56fa-9acc-13c9-bcbd-50d94edccba8-56cb534c {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 3;
    grid-column-end: 7;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_61307367-7ee3-f45f-1f29-22da383494c1-56cb534c {
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
  }

  #w-node-_2509f08c-4eee-03c3-9e8a-f8074c352618-56cb534c {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 3;
    grid-column-end: 7;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-ae9dfbd5-570d-31dd-0cdf-407928b00bf5-56cb534c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-a95971e3-978c-2471-62b2-bfadabf01490-56cb534c {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 3;
    grid-column-end: 7;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-_61709539-d265-a651-f035-7b40720a7a13-e3cb5352 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7847d1d3-4081-4f21-bce6-e69c6139ab7d-e3cb5352 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_567035ef-a135-e7d8-ad3a-4216060b0669-e3cb5352 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_91e6914c-6879-63e4-5813-dff8652ebc62-e3cb5352 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_2df377ea-2f0e-a602-0135-a151bbe9a001-e3cb5352 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-fd7005cb-8d12-94eb-d9f2-660a60c02445-e3cb5352 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c827be5a-0533-7e33-7e5b-f2bed23105d2-e3cb5352 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-a1f63ca4-51e8-f107-fc5a-9469ca8c95ec-e3cb5352 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e8e30b57-accf-d8cf-0eb4-561b835036f6-e3cb5352 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-b22e1d9b-709b-4304-401b-677f7a344515-e3cb5352 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f3b2-0fcb534b {
    -ms-grid-row-span: 4;
    grid-row-end: 4;
  }

  #w-node-_61307367-7ee3-f45f-1f29-22da383494c1-56cb534c {
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-_2509f08c-4eee-03c3-9e8a-f8074c352618-56cb534c {
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-ae9dfbd5-570d-31dd-0cdf-407928b00bf5-56cb534c {
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-a95971e3-978c-2471-62b2-bfadabf01490-56cb534c {
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_61709539-d265-a651-f035-7b40720a7a13-e3cb5352 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-a1f63ca4-51e8-f107-fc5a-9469ca8c95ec-e3cb5352 {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f338-0fcb534b {
    -ms-grid-column-span: 7;
    grid-column-end: 7;
  }

  #w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f350-0fcb534b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f368-0fcb534b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f398-0fcb534b {
    -ms-grid-column-span: 7;
    grid-column-end: 7;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f380-0fcb534b {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }

  #w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f3b2-0fcb534b {
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f3c6-0fcb534b {
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
  }

  #w-node-_9e7fd84c-f916-7553-9ab2-ae3386f0f3cc-0fcb534b {
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
  }

  #w-node-_91e668ef-dbcb-2f54-2afb-14dfc3ae375c-0fcb534b {
    -ms-grid-column-span: 7;
    grid-column-end: 7;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
  }

  #w-node-_31f464ad-4166-590b-2429-aa14a43b9321-0fcb534b {
    -ms-grid-column-span: 7;
    grid-column-end: 7;
    -ms-grid-row: 9;
    grid-row-start: 9;
    -ms-grid-row-span: 1;
    grid-row-end: 10;
  }

  #w-node-_94df9889-5de9-6cfa-41f7-f665aa559fda-0fcb534b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 10;
    grid-row-start: 10;
    -ms-grid-row-span: 1;
    grid-row-end: 11;
  }

  #w-node-_2d8fd1a3-2e28-6cfb-cf19-8c6a98b94619-56cb534c {
    -ms-grid-column-span: 7;
    grid-column-end: 7;
  }

  #w-node-ebce4fe0-54fb-1784-2d96-65d585a9a463-56cb534c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_6db9af85-a568-d32c-af19-457cb30392ab-56cb534c {
    -ms-grid-column-span: 7;
    grid-column-end: 7;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-a27a56fa-9acc-13c9-bcbd-50d94edccba8-56cb534c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_61307367-7ee3-f45f-1f29-22da383494c1-56cb534c {
    -ms-grid-column-span: 7;
    grid-column-end: 7;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-_2509f08c-4eee-03c3-9e8a-f8074c352618-56cb534c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-ae9dfbd5-570d-31dd-0cdf-407928b00bf5-56cb534c {
    -ms-grid-column-span: 7;
    grid-column-end: 7;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
  }

  #w-node-a95971e3-978c-2471-62b2-bfadabf01490-56cb534c {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
  }

  #w-node-_61709539-d265-a651-f035-7b40720a7a13-e3cb5352 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-_7847d1d3-4081-4f21-bce6-e69c6139ab7d-e3cb5352 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_567035ef-a135-e7d8-ad3a-4216060b0669-e3cb5352 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-_91e6914c-6879-63e4-5813-dff8652ebc62-e3cb5352 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
  }

  #w-node-_2df377ea-2f0e-a602-0135-a151bbe9a001-e3cb5352 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-fd7005cb-8d12-94eb-d9f2-660a60c02445-e3cb5352 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #w-node-c827be5a-0533-7e33-7e5b-f2bed23105d2-e3cb5352 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 7;
    grid-row-start: 7;
    -ms-grid-row-span: 1;
    grid-row-end: 8;
  }

  #w-node-a1f63ca4-51e8-f107-fc5a-9469ca8c95ec-e3cb5352 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 8;
    grid-row-start: 8;
    -ms-grid-row-span: 1;
    grid-row-end: 9;
  }

  #w-node-e8e30b57-accf-d8cf-0eb4-561b835036f6-e3cb5352 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 9;
    grid-row-start: 9;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row-span: 1;
    grid-row-end: 10;
  }

  #w-node-b22e1d9b-709b-4304-401b-677f7a344515-e3cb5352 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 12;
    grid-column-end: 13;
    -ms-grid-row: 10;
    grid-row-start: 10;
    -ms-grid-row-span: 1;
    grid-row-end: 11;
  }
}

