:root {
  --indian-red: #f44a66;
  --grey: #777;
  --cadet-blue: #059ab4;
  --sienna: #b06a51;
  --black-2: #222;
  --muzi-blue: #7fd8e2;
  --super-light-grey: #fafafa;
  --white-smoke: #eaeaea;
  --dark-grey: #aaa;
  --orange: #ffaf41;
  --dark-slate-blue: #354559;
  --light-grey: #ccc;
  --white: white;
  --muzi-green: #5abf97;
  --muzi-red: #ff6861;
  --black: black;
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  letter-spacing: 18px;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
}

h2 {
  letter-spacing: 12px;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 54px;
  font-weight: 700;
  line-height: 72px;
}

h3 {
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
}

h4 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
}

h5 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

h6 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-top: 16px;
  margin-bottom: 32px;
  font-size: 17px;
  line-height: 32px;
}

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

ul {
  margin-top: 0;
  margin-bottom: 40px;
}

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

li {
  font-weight: 600;
}

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

blockquote {
  border-left: 4px none var(--indian-red);
  text-align: center;
  margin-bottom: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 28px;
  font-weight: 500;
  line-height: 48px;
}

figure {
  margin-bottom: 32px;
}

figcaption {
  color: var(--grey);
  text-align: center;
  margin-top: 8px;
  font-size: 14px;
  line-height: 24px;
}

.home-hero {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/sergey-pesterev-222160.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.nav-bar-section {
  background-color: #0000;
  width: 100%;
  padding-left: 16px;
  position: absolute;
}

.slide-nav {
  z-index: 10;
  text-align: center;
  padding-bottom: 56px;
  font-size: 10px;
}

.wrapper {
  max-width: 1200px;
  display: block;
}

.body {
  color: #222;
  background-color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  line-height: 32px;
}

.body.about-body {
  background-color: var(--cadet-blue);
}

.body.contact-body {
  background-color: var(--sienna);
}

.body.services-body {
  background-color: #5b6c5b;
}

.intro-header {
  z-index: 1;
  text-align: center;
  max-width: 970px;
  position: relative;
}

.hero-separator {
  margin-top: 24px;
  margin-bottom: 24px;
}

.intro-small-header {
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
}

.brand {
  height: 88px;
  margin-left: -4px;
  padding-top: 18px;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-link {
  color: var(--black-2);
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 48px;
  transition: color .3s;
  position: relative;
  overflow: hidden;
}

.nav-link:hover {
  color: var(--muzi-blue);
}

.side-section {
  background-color: #000;
  justify-content: flex-start;
  height: 100vh;
  display: flex;
  position: relative;
}

.side-section.about-section {
  background-color: #32939f;
  flex-direction: row;
  position: relative;
}

.side-section.contact-section {
  background-color: #355559;
}

.side-section.services-section {
  background-color: #5b6c5b;
}

.side-image {
  z-index: 11;
  color: #fff;
  background-color: #0000;
  width: 40%;
  position: relative;
}

.side-image.about-side-image {
  background-image: url('../images/BTBW-52.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: auto 110%;
}

.side-image.contact-side-image {
  background-image: linear-gradient(#7520001a, #7520001a), url('../images/DSC_2885.jpg');
  background-position: 0 0, 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.side-image.services-side-image {
  background-image: linear-gradient(#0c11181a, #0c11181a), url('../images/DSC_3617.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.side-content-wrapper {
  z-index: 12;
  color: #fff;
  flex: 1;
  padding-top: 3%;
  padding-right: 0;
  position: relative;
  overflow: scroll;
}

.side-content {
  z-index: 1;
  max-width: 770px;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 23%;
  position: relative;
}

.side-content.about-content {
  max-width: none;
  padding-top: 199px;
  padding-left: 21%;
  padding-right: 19%;
}

.side-header {
  z-index: 100;
  color: #fff;
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 5%;
  position: fixed;
  top: 0;
  right: 50%;
}

.side-back-text {
  color: #ffffff17;
  letter-spacing: 8px;
  text-transform: uppercase;
  font-size: 200px;
  font-weight: 700;
  line-height: 160px;
  position: fixed;
  top: 30%;
  left: 64%;
}

.side-header-line {
  float: right;
  background-color: #fff;
  flex: none;
  width: 200px;
  height: 4px;
  margin-top: 30px;
  margin-right: 21px;
}

.gallery-button {
  z-index: 100;
  color: #fff;
  background-color: #0000004d;
  background-image: url('../images/Grid-Icon.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  border-radius: 24px;
  height: 48px;
  text-decoration: none;
  position: absolute;
  bottom: 24px;
  left: 24px;
  overflow: hidden;
}

.gallery-button.fixed {
  position: fixed;
}

.gallery-button-icon {
  z-index: 100;
  background-color: #fff;
  background-image: url('../images/muziphoto---fekete-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  position: relative;
}

.gallery-button-text {
  z-index: 1;
  opacity: 1;
  margin-top: -40px;
  margin-left: 64px;
  margin-right: 24px;
  font-size: 15px;
  font-weight: 600;
  display: block;
  position: relative;
}

.section {
  background-color: var(--super-light-grey);
  text-align: center;
  padding: 100px 17px;
}

.section.works-section {
  text-align: center;
  padding-bottom: 120px;
}

.section.works-section.home-works {
  padding-bottom: 0;
}

.section.white-section {
  border-top: 1px solid var(--white-smoke);
  background-color: #fff;
}

.section.service-section {
  background-image: linear-gradient(#1c2b3db3, #1c2b3db3), url('../images/soren-astrup-jorgensen-275288.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-bottom: 120px;
}

.section.subscribe-section {
  margin-top: -10px;
  padding-top: 0;
}

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

.section.more-works-section {
  padding-top: 0;
  padding-bottom: 120px;
}

.section.gallery-section {
  padding-bottom: 0;
}

.section.more-posts-section {
  padding-bottom: 120px;
}

.section-small-header {
  color: var(--dark-grey);
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}

.section-separator {
  margin-top: 13px;
}

.work-card-category {
  z-index: 1;
  text-align: right;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 40px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button {
  border: 2px solid var(--white-smoke);
  color: #222;
  letter-spacing: 0;
  background-color: #0000;
  border-radius: 24px;
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  transition: letter-spacing .3s;
  position: relative;
}

.button:hover {
  letter-spacing: 2px;
  background-image: none;
}

.button.big {
  border-radius: 28px;
  padding: 14px 26px;
  font-size: 17px;
}

.button.big.color-1 {
  transition-duration: .3s, .3s, .3s;
  overflow: hidden;
}

.button.big.float-right-button {
  z-index: 15;
  background-color: #fff;
  border-color: #fff;
  margin-top: 16px;
  position: fixed;
  bottom: 24px;
  right: 24px;
}

.button.color-1 {
  border-color: var(--indian-red);
  background-color: var(--indian-red);
  color: #fff;
}

.button.subscribe-button {
  border-color: var(--indian-red);
  background-color: var(--indian-red);
  color: #fff;
  display: block;
}

.button.subscribe-button:hover {
  padding-right: 24px;
}

.button.split-button {
  z-index: 1;
  background-color: #fff;
  border-color: #fff;
  margin-top: 24px;
  margin-bottom: 24px;
}

.button.color-2 {
  border-color: var(--cadet-blue);
  background-color: var(--cadet-blue);
  color: #fff;
}

.button.color-3 {
  border-color: var(--orange);
  background-color: var(--orange);
  color: #fff;
}

.button.color-4 {
  border-color: var(--sienna);
  background-color: var(--sienna);
  color: #fff;
}

.button.color-5 {
  border-color: var(--dark-slate-blue);
  background-color: var(--dark-slate-blue);
  color: #fff;
}

.section-header-block {
  text-align: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3px;
  padding-bottom: 80px;
  display: block;
}

.client-logo-container {
  background-color: #0000;
  flex-wrap: wrap;
  max-width: 770px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #00000021;
}

.client-link {
  box-shadow: 0 0 0 1px var(--white-smoke);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  height: 128px;
  padding: 32px;
  display: flex;
}

.client-link:hover {
  box-shadow: 0 0 0 1px var(--white-smoke);
}

.client-logo {
  opacity: .9;
  max-height: 36px;
}

.review-avatar {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-bottom: 40px;
}

.review {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2px;
  display: flex;
}

.review-text {
  max-width: 570px;
  font-size: 22px;
  line-height: 40px;
}

.reviews {
  text-align: center;
  background-color: #0000;
  max-width: 930px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 10px;
  display: block;
}

.review-author {
  color: var(--grey);
  justify-content: center;
  margin-top: 48px;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}

.review-arrow-left {
  margin: auto;
  position: absolute;
  inset: 0 4px 8px 0;
}

.review-arrow-right {
  z-index: 10;
  margin: auto;
  position: absolute;
  inset: 0 0 8px 4px;
}

.review-arrow-base {
  margin: auto;
  position: absolute;
  inset: 0;
}

.review-arrow {
  background-color: #fff;
}

.review-arrow:active {
  transform: translate(0, 1px);
}

.white-text {
  color: #fff;
}

.services {
  flex-wrap: wrap;
  max-width: 1000px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.service {
  color: #fff;
  text-align: left;
  border-top: 1px solid #ffffff4d;
  flex: 40%;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 24px;
  padding-bottom: 40px;
  padding-left: 40px;
  position: relative;
}

.service-text {
  margin-top: 14px;
  font-size: 14px;
  line-height: 24px;
}

.service-icon {
  background-color: #ffffff17;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: none;
  position: absolute;
  top: 28px;
  left: 0;
}

.service-color-line {
  z-index: 1;
  background-color: #d5bfd8;
  width: 70px;
  height: 4px;
  position: absolute;
  top: -1px;
  left: 0;
}

.call-to-action {
  display: flex;
}

.action-block {
  background-color: var(--muzi-blue);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 104px;
  padding-bottom: 88px;
  display: flex;
  position: relative;
}

.action-block.second-action {
  background-color: #ffa6f7;
}

.action-small-title {
  color: #ffffffb3;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.footer-section {
  border-top: 1px solid var(--white-smoke);
  background-color: #fff;
  padding-top: 56px;
  padding-bottom: 56px;
}

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

.footer-brand {
  padding: 8px 25px;
  display: inline-block;
}

.footer-brand.w--current {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 100px;
  display: flex;
}

.footer-social-menu {
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.dot-separator {
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
}

.dot-separator.footer-dot-separator {
  color: var(--light-grey);
  padding-top: 3px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
}

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

.dot-separator.post-card-separator {
  color: var(--light-grey);
  height: 24px;
  line-height: 24px;
  position: relative;
  top: 1px;
}

.dot-separator.licence-separator {
  float: left;
  color: var(--light-grey);
  margin-top: -15px;
  padding-left: 8px;
  padding-right: 8px;
}

.footer-social-link {
  color: var(--grey);
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 15px;
  line-height: 24px;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.footer-social-link:hover {
  color: var(--indian-red);
}

.underline {
  background-color: var(--indian-red);
  opacity: .25;
  width: 25%;
  height: 5px;
  margin-top: -9px;
  position: absolute;
  left: 0;
}

.underline.post-card-category-line {
  background-color: var(--dark-slate-blue);
  margin-top: -10px;
}

.underline.hero-underline {
  opacity: 1;
  background-color: #fff;
  height: 2px;
  margin-top: -6px;
}

.underline.hero-underline.llatok {
  background-color: #ffa6f7;
}

.underline.hero-underline.termeszet {
  background-color: #5abf97;
}

.underline.hero-underline.taj {
  background-color: #7fd8e2;
}

.underline.hero-underline.kaland {
  background-color: #ffaf41;
}

.underline.work-card-underline {
  width: 98%;
  height: 8px;
  margin-top: -18px;
}

.underline.nav-link-underline {
  background-color: var(--muzi-blue);
  opacity: .25;
  height: 5px;
  margin-top: -20px;
  position: absolute;
}

.underline.work-category-underline {
  opacity: 1;
  background-color: #fff;
  width: 98%;
  height: 2px;
  margin-top: -6px;
  position: absolute;
}

.underline.footer-underline {
  height: 4px;
  margin-top: -10px;
}

.underline.footer-social-underline {
  margin-top: -9px;
}

.underline.licence-underline {
  margin-top: -12px;
}

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

.page-hero-section {
  background-color: var(--dark-slate-blue);
  color: #fff;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding-top: 16px;
  display: flex;
}

.page-hero-section.blog-hero {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/annie-spratt-197448.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-hero-section.gallery-hero {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/DSC_0648.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-hero-section.blog-post-hero {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  padding-bottom: 128px;
  position: relative;
}

.page-hero-section.work-hero {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 80px;
  position: relative;
}

.page-hero-section.works-hero {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/vero-photoart-176526.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-hero-section.style-guide-hero {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/daniel-cheung-129841.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 100vh;
  padding-bottom: 160px;
}

.page-hero-section.licencing-hero {
  background-image: linear-gradient(#00000026, #00000026), url('../images/aaron-burden-90144.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-hero-section.termeszet-hero {
  background-image: linear-gradient(#0000002e, #0000002e), url('../images/DSC_5160.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.page-hero-section.t-rs-llatok-hero {
  background-image: url('../images/matyi_15-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.page-hero-section.t-jk-pek-hero {
  background-image: url('../images/DSC_9145.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.page-hero-section.kaland-hero {
  background-image: url('../images/DSC_1138.jpg');
  background-position: 50%;
  background-size: auto;
}

.page-description-text {
  margin-top: 44px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.works {
  flex-wrap: wrap;
  margin-top: -20px;
  margin-bottom: 60px;
  display: flex;
}

.work-card-container {
  flex: 0 auto;
  width: 50%;
  padding: 20px 15px;
  display: flex;
}

.work-card-image {
  opacity: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.work-card-info {
  text-align: left;
  padding: 48px 64px 26px;
  position: relative;
  overflow: hidden;
}

.work-card-header {
  z-index: 1;
  margin-top: 8px;
  position: relative;
}

.work-card-description {
  z-index: 1;
  color: var(--grey);
  margin-bottom: 32px;
  font-size: 15px;
  line-height: 28px;
  position: relative;
}

.work-card-back-text {
  z-index: 0;
  color: #00000008;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 128px;
  font-weight: 700;
  line-height: 96px;
  position: absolute;
  top: 44px;
  left: 44%;
}

.categories-list {
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.category-link {
  border: 1px solid var(--white-smoke);
  color: var(--black-2);
  background-color: #fff;
  border-radius: 20px;
  margin: 4px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 38px;
  transition: background-color .3s;
  display: inline-block;
}

.category-link:hover {
  background-color: var(--white-smoke);
}

.category-link.w--current {
  border-color: var(--dark-slate-blue);
  background-color: var(--dark-slate-blue);
  color: #fff;
}

.cms-categories {
  display: inline-block;
}

.categories {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: -24px;
  margin-bottom: 76px;
  display: flex;
}

.gallery {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 76px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.gallery-image {
  aspect-ratio: 1;
  border: 4px solid var(--super-light-grey);
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.gallery-image.small-image {
  width: 50%;
}

.gallery-image.big-image {
  width: 100%;
}

.gallery-image.medium-image {
  width: 33.3333%;
}

.gallery-column {
  flex-wrap: wrap;
  flex: 0 50%;
  display: flex;
}

.gallery-wide-column {
  width: 100%;
  display: flex;
}

.blog-posts {
  flex-wrap: wrap;
  margin-top: -20px;
  display: flex;
}

.blog-posts.more-posts {
  margin-bottom: 60px;
}

.post-card-container {
  flex-direction: row;
  flex: 0 auto;
  width: 33.3333%;
  padding: 20px 15px;
  display: flex;
}

.post-card-image {
  background-color: var(--dark-slate-blue);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 280px;
  transform: scale(1.08);
}

.post-card {
  text-align: left;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 1px 2px #0000001f;
}

.post-card-info {
  color: var(--black-2);
  padding: 28px 32px 20px;
  position: relative;
}

.post-card-header {
  margin-top: 11px;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.post-card-date {
  color: var(--dark-grey);
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
}

.post-card-category {
  letter-spacing: 2px;
  text-transform: uppercase;
  height: 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
  position: relative;
  top: 1px;
  overflow: hidden;
}

.subscribe-header {
  max-width: 570px;
  margin: 34px auto 56px;
  display: block;
}

.subscribe {
  border-top: 3px solid var(--orange);
  background-color: #fff;
  max-width: 770px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
  display: block;
  box-shadow: 0 1px 2px #0000001f;
}

.input {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--white-smoke);
  background-color: #0000;
  border-radius: 0;
  height: 48px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  line-height: 20px;
  transition: border-color .3s;
}

.input:hover {
  border-bottom-color: var(--light-grey);
}

.input:focus {
  border-bottom-color: var(--orange);
}

.input.subscribe-input {
  background-image: url('../images/Mail-Icon.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  flex: 1;
  margin-bottom: 0;
  margin-right: 48px;
  padding-left: 46px;
  display: block;
}

.input.contact-input {
  color: var(--black-2);
  background-color: #fff;
  border-bottom-color: #fff;
  margin-bottom: 24px;
  padding-top: 9px;
  font-weight: 500;
}

.input.contact-input:focus {
  border-bottom-color: var(--indian-red);
}

.input.contact-input.text-field {
  height: auto;
  min-height: 200px;
  margin-bottom: 40px;
  padding-top: 18px;
  padding-bottom: 18px;
  line-height: 24px;
}

.input.password-input {
  text-align: center;
  width: 300px;
  margin-top: 24px;
  margin-bottom: 32px;
}

.subscribe-form {
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.instagram-session {
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.instagram-photo {
  background-color: var(--dark-slate-blue);
  justify-content: center;
  align-items: center;
  min-width: 200px;
  min-height: 200px;
  overflow: hidden;
}

.instagram-photo.photo-01 {
  background-image: url('../images/DSC_7041.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.instagram-photo.photo-02 {
  background-image: url('../images/DSC_9258.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-03 {
  background-image: url('../images/DSC_6395.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-04 {
  background-image: url('../images/DSC_5852.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-05 {
  background-image: url('../images/DSC_5036.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-06 {
  background-image: url('../images/DSC_7873.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-07 {
  background-image: url('../images/DSC_7314.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-08 {
  background-image: url('../images/DSC_6901.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-09 {
  background-image: url('../images/DSC_1132.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-10 {
  background-image: url('../images/DSC_6822.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-11 {
  background-image: url('../images/DSC_2149.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-12 {
  background-image: url('../images/DSC_7765.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-13 {
  background-image: url('../images/DSC_3179.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-14 {
  background-image: url('../images/DSC_0184.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-15 {
  background-image: url('../images/DSC_2991.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-16 {
  background-image: url('../images/DSC_6392.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo-line {
  flex-wrap: nowrap;
  display: flex;
}

.instagram-photo-block {
  text-align: center;
  position: relative;
}

.instagram-card {
  z-index: 1;
  color: var(--black-2);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 270px;
  margin: auto;
  padding: 32px;
  display: flex;
  position: absolute;
  inset: 0;
  box-shadow: 0 1px 2px #0000001f;
}

.instagram-text {
  text-align: center;
  margin-top: 14px;
  font-size: 20px;
  line-height: 28px;
}

.hero-dark-overlay {
  z-index: 0;
  background-color: #0000004d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.post-content {
  z-index: 10;
  text-align: left;
  background-color: #fff;
  min-height: 320px;
  margin: -260px 15px -96px;
  padding: 80px 14% 64px;
  position: relative;
  box-shadow: 0 1px 2px #0000001f;
}

.post-content.style-page {
  margin-bottom: 20px;
  padding-top: 64px;
  padding-bottom: 80px;
}

.blog-post-header {
  z-index: 1;
  color: #fff;
  text-align: center;
  max-width: 770px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

.blog-post-date {
  z-index: 1;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 700;
  position: relative;
}

.work-info {
  z-index: 10;
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: center;
  margin: -120px 15px 56px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 2px #0000001f;
}

.work-info-column {
  width: 33.3333%;
  padding: 16px 40px;
}

.work-info-column.middle-block {
  border-right: 1px solid var(--white-smoke);
  border-left: 1px solid var(--white-smoke);
}

.work-info-header {
  color: var(--black-2);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}

.text-block {
  color: var(--grey);
  font-size: 17px;
  line-height: 32px;
}

.menu-button {
  z-index: 100;
  text-align: right;
  letter-spacing: 3px;
  justify-content: flex-start;
  align-items: center;
  width: 130px;
  height: 48px;
  margin-top: 23px;
  padding: 0 0 0 14px;
  right: 24px;
}

.menu-button.w--open {
  background-color: #0000;
  position: fixed;
}

.work-content {
  text-align: left;
  background-color: #fff;
  min-height: 280px;
  margin-top: 56px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 100px 14% 80px;
  position: relative;
  box-shadow: 0 1px 2px #0000001f;
}

.work-card {
  color: var(--black-2);
  background-color: #fff;
  width: 100%;
  box-shadow: 0 1px 2px #0000001f;
}

.home-intro {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 16% 8%;
  padding-top: 32px;
  display: flex;
  position: absolute;
  inset: 0;
}

.home-slider-hero {
  background-color: var(--black-2);
  color: #fff;
  width: 100%;
  height: 100vh;
}

.slide-1 {
  background-image: linear-gradient(#00000026, #00000026), url('../images/DSC_1138.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-2 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/DSC_9145.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-3 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/DSC_5160.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-4 {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/matyi_15-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-social-icons {
  z-index: 100;
  display: flex;
  position: absolute;
  bottom: 24px;
  right: 18px;
}

.social-icon-circle {
  background-image: url('../images/Half-Circle-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid #ffffff4d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: 6px;
  margin-right: 6px;
  display: flex;
  position: relative;
}

.hero-slider-arrow {
  font-size: 30px;
  display: none;
}

.hero-categories {
  justify-content: center;
  margin-top: 24px;
  display: flex;
}

.hero-category {
  color: #fff;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}

.hero-category-container {
  display: flex;
}

.review-author-link {
  margin-left: 5px;
  position: relative;
  overflow: hidden;
}

.card-image-container {
  background-color: #000;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.card-hover-icon {
  z-index: 100;
  width: 48px;
  margin: auto;
  position: absolute;
  inset: 0;
}

.about-social-icons {
  margin-left: -6px;
  padding-top: 8px;
  padding-bottom: 16px;
  display: flex;
}

.about-social-icons.gap {
  margin-top: 100px;
}

.menu-line {
  background-color: var(--black-2);
  width: 20px;
  height: 2px;
  margin: auto;
  position: absolute;
  inset: 0;
}

.menu-line.menu-top-line {
  margin-top: 18px;
  top: 0;
}

.menu-line.menu-bottom-line {
  margin-bottom: 18px;
}

.menu-line.menu-middle-line-2 {
  margin: auto;
  position: absolute;
}

.nav-sidebar {
  background-color: #fff;
  flex-flow: row;
  align-items: flex-start;
  width: 300px;
  padding-top: 120px;
  padding-left: 40px;
  padding-right: 40px;
  position: fixed;
  overflow: scroll;
}

.menu-button-text {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
  position: absolute;
  right: 60px;
}

.nav-menu {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.post-rich-text img {
  width: 100px;
}

.post-rich-text figure {
  margin-top: 8px;
}

.post-rich-text h2, .post-rich-text h4, .post-rich-text h5, .post-rich-text h6, .post-rich-text h3, .post-rich-text h1 {
  padding-left: 16%;
  padding-right: 16%;
}

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

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

.post-rich-text p {
  padding-left: 16%;
  padding-right: 16%;
}

.work-date {
  border-left: 4px solid var(--indian-red);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 80px;
  padding-top: 14px;
  padding-left: 28px;
  padding-right: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  position: absolute;
  top: 98px;
  left: 0;
}

.work-date-month {
  color: var(--dark-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.work-category {
  z-index: 1;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 17px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}

.page-description {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 70px;
  display: block;
}

.side-image-cover {
  z-index: 1;
  opacity: 0;
  background-color: #000;
  position: absolute;
  inset: 0;
}

.side-image-cover.contact-cover {
  background-color: var(--sienna);
}

.side-image-cover.about-cover {
  background-color: var(--cadet-blue);
}

.side-image-cover.services-cover {
  background-color: var(--dark-slate-blue);
}

.contact-form-label {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 26px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
}

.contact-form {
  max-width: 400px;
  margin-top: -15px;
  margin-bottom: 0;
}

.contact-info {
  z-index: 150;
  color: #fff;
  padding: 28px 32px;
  font-size: 15px;
  font-weight: 600;
  line-height: 32px;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
}

.services-page {
  padding-top: 42px;
}

.hero-split {
  background-color: #000;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero-split-category {
  z-index: 1;
  color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  transition: width .3s, flex-shrink .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.split-heading {
  z-index: 1;
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  position: relative;
}

.split-image {
  opacity: .75;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.split-separator {
  z-index: 1;
  display: block;
  position: relative;
}

.gallery-preview {
  box-sizing: border-box;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
}

.gallery-preview.right {
  object-position: 100% 50%;
}

.gallery-preview.tehenek {
  object-position: 25% 50%;
}

.gallery-hover-icon {
  z-index: 1;
  margin: auto;
  position: absolute;
  inset: 0;
}

.style-buttons {
  text-align: center;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.style-button-container {
  flex-direction: column;
  flex: 0 auto;
  width: 33.3333%;
  padding: 16px 15px;
  display: flex;
}

.style-typography {
  border-top: 1px dashed var(--light-grey);
  border-bottom: 1px dashed var(--light-grey);
  text-align: center;
  margin-top: 64px;
  margin-bottom: 80px;
  padding-top: 72px;
  padding-bottom: 80px;
}

.copiright {
  color: var(--dark-grey);
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  line-height: 24px;
  display: flex;
}

.footer-link {
  position: relative;
  overflow: hidden;
}

.footer-line-separator {
  padding-left: 8px;
  padding-right: 8px;
}

.post-card-info-small {
  align-items: center;
  padding-bottom: 2px;
  display: flex;
}

.action-arrow-icon {
  z-index: 1;
}

.action-text {
  z-index: 1;
  text-align: center;
  position: relative;
}

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

.utility-page-wrap._404 {
  background-color: var(--black-2);
  background-image: linear-gradient(#0009, #0009), url('../images/devon-janse-van-rensburg-274867.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

.utility-page-content._404-content {
  max-width: 570px;
}

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

._404-text {
  color: #fff;
  margin-top: 37px;
}

.side-header-text {
  text-align: left;
  margin-right: 0;
}

.side-header-text.spacing {
  margin-right: -218px;
}

.form-success {
  background-color: #0000;
  line-height: 28px;
}

.form-success.contact-success {
  text-align: left;
  padding-top: 44px;
}

.form-error {
  color: var(--indian-red);
  background-color: #0000;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  line-height: 24px;
}

.form-error.contact-error {
  border-left: 4px solid var(--indian-red);
  color: #fff;
  background-color: #0003;
  margin-top: 32px;
}

.licence-card-image {
  background-color: var(--dark-slate-blue);
  height: 400px;
}

.licence-card-image.photo-licence-image {
  background-image: url('../images/Photo-Licence-Preview.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.licence-card-image.icon-licence-image {
  background-image: url('../images/Icon-Licence-Preview.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.licence-link {
  float: left;
  margin-top: -15px;
  margin-bottom: 24px;
  display: block;
  position: relative;
  overflow: hidden;
}

.licence-card-header {
  margin-top: 0;
}

.post-card-date-and-category {
  align-items: center;
  display: flex;
}

.preloader {
  z-index: 10000;
  color: var(--black-2);
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  line-height: 24px;
  display: none;
  position: fixed;
  inset: 0;
}

.preloader-icon {
  width: 28px;
  margin-right: 12px;
}

.menu-icon {
  background-color: var(--white);
  border-radius: 50px;
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
  right: 0;
}

.preloader-info {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.change {
  border: 1px solid var(--white-smoke);
  text-align: left;
  background-color: #fff;
  align-items: center;
  margin-bottom: 16px;
  padding: 32px;
  display: flex;
}

.change-icon {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  cursor: pointer;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 17px;
  font-weight: 500;
  display: flex;
  position: relative;
}

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

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

.change-icon.enhance-icon {
  background-color: var(--orange);
}

.tooltip {
  z-index: 2;
  border: 1px solid var(--white-smoke);
  color: #111;
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 200px;
  margin-bottom: 30px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  position: absolute;
  bottom: 50%;
  box-shadow: 0 2px 7px #15151514;
}

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

.change-text {
  color: var(--black-2);
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
}

.image {
  max-width: 800px;
}

.image.gap {
  margin-bottom: 0;
}

.image-2 {
  width: 250px;
}

.logo-wrapper {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.collection-list-wrapper {
  display: none;
}

.hero-logo {
  height: 100%;
  margin-bottom: 12px;
  margin-right: -20px;
}

.hero-logo2 {
  height: 100%;
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: 15px;
    font-size: 54px;
    line-height: 64px;
  }

  h2 {
    font-size: 42px;
    line-height: 56px;
  }

  h3, h4 {
    font-size: 36px;
    line-height: 48px;
  }

  blockquote {
    padding: 8px 28px;
    font-size: 24px;
    line-height: 40px;
  }

  .home-hero {
    background-image: linear-gradient(to bottom, null, null), url('../images/sergey-pesterev-222160.jpg');
    background-position: 0 0, 50%;
    height: 560px;
  }

  .slide-nav {
    padding-bottom: 48px;
  }

  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .intro-small-header {
    font-size: 16px;
  }

  .brand {
    width: 150px;
    padding-top: 24px;
    padding-left: 8px;
    padding-right: 12px;
  }

  .side-image {
    background-image: none;
    width: 33%;
  }

  .side-image.about-side-image {
    background-position: 40% 0;
  }

  .side-image.contact-side-image {
    background-image: linear-gradient(#0000, #0000), url('../images/DSC_2885.jpg');
    background-position: 0 0, 30%;
  }

  .side-image.services-side-image {
    background-image: linear-gradient(to bottom, null, null), url('../images/alexandru-stavrica-166342.jpg');
    background-position: 0 0, 30%;
  }

  .side-content-wrapper {
    padding-top: 15%;
    padding-right: 0;
  }

  .side-content {
    padding-top: 68px;
    padding-left: 15%;
    padding-right: 8px;
  }

  .side-content.about-content {
    padding-top: 80px;
    padding-left: 18%;
  }

  .side-header {
    margin-top: 15%;
    padding-top: 4px;
    right: 60%;
  }

  .side-back-text {
    letter-spacing: 8px;
    font-size: 144px;
    top: 16%;
    left: 60%;
  }

  .side-header-line {
    width: 120px;
    margin-top: 10px;
    margin-right: 12px;
  }

  .gallery-button {
    bottom: 16px;
    left: 16px;
  }

  .section {
    padding: 80px 8px;
  }

  .section.works-section, .section.service-section, .section.more-works-section, .section.more-posts-section {
    padding-bottom: 80px;
  }

  .section-small-header {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-separator {
    margin-top: 5px;
  }

  .work-card-category {
    letter-spacing: 3px;
    margin-bottom: 4px;
    font-size: 13px;
  }

  .button.big.float-right-button {
    position: absolute;
    bottom: 16px;
    right: 16px;
  }

  .button.split-button {
    opacity: 1;
  }

  .section-header-block {
    padding-bottom: 64px;
  }

  .client-logo-container {
    max-width: 620px;
  }

  .client-link {
    height: 112px;
  }

  .client-logo {
    max-height: 32px;
  }

  .review-avatar {
    width: 72px;
    height: 72px;
    margin-bottom: 32px;
  }

  .review {
    padding-left: 96px;
    padding-right: 96px;
  }

  .review-text {
    font-size: 20px;
    line-height: 36px;
  }

  .reviews {
    padding-top: 0;
    padding-bottom: 0;
  }

  .review-author {
    margin-top: 40px;
  }

  .services {
    margin-bottom: 24px;
  }

  .service {
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 90px;
    padding-right: 8px;
  }

  .action-small-title {
    letter-spacing: 3px;
    font-size: 14px;
  }

  .dot-separator.hero-dot-separator {
    font-size: 16px;
  }

  .dot-separator.post-card-separator {
    padding-left: 6px;
    padding-right: 6px;
  }

  .dot-separator.licence-separator {
    font-size: 15px;
  }

  .underline {
    display: none;
  }

  .underline.licence-underline {
    margin-top: -13px;
  }

  .page-hero-section {
    height: 280px;
  }

  .works {
    margin-top: -12px;
    margin-bottom: 40px;
  }

  .work-card-container {
    padding: 12px 8px;
  }

  .work-card-image {
    height: 256px;
  }

  .work-card-info {
    padding: 20px 32px 8px;
  }

  .work-card-header {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 22px;
  }

  .work-card-description {
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 24px;
  }

  .work-card-back-text {
    font-size: 84px;
    top: 24px;
  }

  .gallery {
    margin-bottom: 56px;
  }

  .blog-posts.more-posts {
    margin-bottom: 40px;
  }

  .post-card-container {
    padding: 8px;
  }

  .post-card-image {
    height: 176px;
  }

  .post-card-info {
    padding: 16px 20px 8px;
  }

  .post-card-header {
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .post-card-date {
    font-size: 12px;
  }

  .post-card-category {
    font-size: 11px;
  }

  .subscribe-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .subscribe {
    margin-left: 40px;
    margin-right: 40px;
  }

  .input.subscribe-input {
    margin-right: 32px;
  }

  .instagram-photo {
    min-width: 160px;
    min-height: 160px;
  }

  .instagram-card {
    width: 240px;
    height: 240px;
  }

  .post-content {
    margin-left: 8px;
    margin-right: 8px;
    padding: 56px 0%;
  }

  .post-content.style-page {
    padding-top: 32px;
    padding-bottom: 48px;
  }

  .work-info {
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .work-info-column {
    padding: 8px 32px;
  }

  .work-info-header {
    font-size: 13px;
  }

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

  .menu-button {
    margin-top: 16px;
    margin-right: 0;
    right: 16px;
  }

  .work-content {
    text-align: left;
    margin-left: 8px;
    margin-right: 8px;
    padding: 0 0% 56px;
  }

  .home-intro {
    margin-left: 24px;
    margin-right: 24px;
  }

  .home-slider-hero {
    flex-flow: column;
    display: block;
    overflow: hidden;
  }

  .hero-social-icons {
    bottom: 16px;
    right: 10px;
  }

  .hero-category {
    font-size: 16px;
  }

  .menu-line {
    background-color: var(--black-2);
    width: 20px;
    height: 2px;
  }

  .nav-sidebar {
    width: 270px;
    max-height: 100vh;
    overflow: scroll;
  }

  .nav-menu {
    align-items: stretch;
  }

  .work-date {
    border-top: 4px solid var(--indian-red);
    text-align: center;
    border-left-style: none;
    max-width: 136px;
    height: auto;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 0 24px;
    display: block;
    position: relative;
    top: 0;
  }

  .contact-form {
    margin-top: -15px;
  }

  .contact-info {
    max-width: 254px;
    padding: 16px 24px;
    font-size: 14px;
    display: block;
  }

  .services-page {
    padding-right: 8%;
  }

  .hero-split {
    flex-wrap: wrap;
  }

  .hero-split-category {
    flex: 0 auto;
    width: 50%;
  }

  .style-buttons {
    margin-left: 0;
    margin-right: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .style-button-container {
    padding-left: 8px;
    padding-right: 8px;
  }

  .style-typography {
    margin-top: 32px;
    margin-bottom: 56px;
    padding: 48px 40px 64px;
  }

  ._404-text {
    font-size: 16px;
    line-height: 28px;
  }

  ._404-image {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .side-header-text {
    letter-spacing: 10px;
    font-size: 40px;
  }

  .licence-card-image {
    height: 256px;
  }

  .licence-link {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .licence-card-header {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 22px;
  }

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

  .change {
    padding: 24px;
  }

  .logo-wrapper {
    height: 120px;
  }

  .hide-on-mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: 12px;
    font-size: 36px;
    line-height: 48px;
  }

  h2 {
    letter-spacing: 8px;
    font-size: 32px;
    line-height: 40px;
  }

  h3 {
    letter-spacing: 4px;
    font-size: 28px;
    line-height: 40px;
  }

  h4 {
    font-size: 28px;
    line-height: 40px;
  }

  h6 {
    font-size: 19px;
  }

  p {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 28px;
  }

  blockquote {
    font-size: 20px;
    line-height: 32px;
  }

  figure {
    margin-bottom: 24px;
  }

  .home-hero {
    background-image: linear-gradient(to bottom, null, null), url('../images/sergey-pesterev-222160.jpg');
    background-position: 0 0, 50%;
    height: 360px;
  }

  .slide-nav {
    display: none;
  }

  .body.about-body {
    background-color: #32939f;
  }

  .body.contact-body {
    background-color: #355559;
  }

  .intro-header {
    letter-spacing: 8px;
    margin-top: 12px;
    margin-bottom: 16px;
  }

  .hero-separator {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .intro-small-header {
    margin-bottom: 0;
    font-size: 15px;
  }

  .brand {
    padding-left: 4px;
    padding-right: 16px;
  }

  .side-section {
    flex-wrap: wrap;
    height: auto;
    overflow: hidden;
  }

  .side-image {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 240px;
    display: flex;
  }

  .side-image.about-side-image {
    background-image: linear-gradient(#0000001a, #0000001a), url('../images/BTBW-52.jpg');
    background-position: 0 0, 50% -151px;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .side-image.contact-side-image {
    background-image: linear-gradient(to bottom, null, null), url('../images/boris-smokrovic-131485.jpg');
    background-position: 0 0, 50% 34%;
  }

  .side-content-wrapper {
    flex: 0 auto;
    width: 100%;
    padding-top: 48px;
    padding-right: 0;
    overflow: visible;
  }

  .side-content {
    padding: 8px 80px 60px;
  }

  .side-content.about-content {
    padding: 0 80px 80px;
  }

  .side-header {
    text-align: center;
    margin-top: 0%;
    position: relative;
    right: 0%;
  }

  .side-back-text, .side-header-line {
    display: none;
  }

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

  .section.works-section {
    padding-bottom: 64px;
  }

  .section.white-section {
    padding-top: 64px;
    padding-bottom: 60px;
  }

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

  .section.more-works-section {
    padding-bottom: 64px;
  }

  .section.more-posts-section {
    padding-bottom: 56px;
  }

  .section-small-header {
    letter-spacing: 3px;
    font-size: 13px;
    line-height: 20px;
  }

  .section-separator {
    margin-top: 1px;
  }

  .work-card-category {
    margin-bottom: 0;
  }

  .button.big {
    border-radius: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .button.subscribe-button {
    margin-top: 16px;
  }

  .section-header-block {
    padding-bottom: 32px;
  }

  .client-logo-container {
    margin-left: 8px;
    margin-right: 8px;
  }

  .review-avatar {
    width: 64px;
    height: 64px;
    margin-bottom: 24px;
  }

  .review {
    padding-left: 80px;
    padding-right: 80px;
  }

  .review-text {
    font-size: 17px;
    line-height: 32px;
  }

  .reviews {
    padding-top: 0;
    padding-bottom: 0;
  }

  .review-author {
    margin-top: 32px;
    font-size: 14px;
  }

  .review-arrow {
    margin-left: -8px;
    margin-right: -8px;
  }

  .services {
    margin-bottom: 20px;
  }

  .service {
    flex-basis: 90%;
    padding-bottom: 32px;
  }

  .service-text {
    font-size: 13px;
  }

  .call-to-action {
    flex-direction: column;
  }

  .action-block {
    width: 100%;
    padding-top: 56px;
    padding-bottom: 40px;
  }

  .footer-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .footer-social-menu {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .dot-separator.hero-dot-separator {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 15px;
  }

  .dot-separator.licence-separator {
    font-size: 14px;
  }

  .page-hero-section {
    height: 240px;
  }

  .page-hero-section.blog-post-hero {
    height: 400px;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .page-hero-section.work-hero {
    background-attachment: scroll;
    height: 400px;
    padding-bottom: 40px;
  }

  .page-hero-section.style-guide-hero {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/daniel-cheung-129841.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 400px;
    padding-bottom: 80px;
  }

  .page-hero-section.kaland-hero {
    background-size: 200%;
  }

  .page-description-text {
    margin-top: 20px;
  }

  .works {
    margin-bottom: 32px;
  }

  .work-card-image {
    height: 200px;
  }

  .work-card-info {
    padding: 16px 24px 4px;
  }

  .work-card-header {
    font-size: 18px;
  }

  .work-card-description {
    margin-top: 8px;
    margin-bottom: 20px;
    font-size: 13px;
  }

  .work-card-back-text {
    letter-spacing: 1px;
    font-size: 64px;
    top: 16px;
  }

  .categories {
    margin-top: -16px;
    margin-bottom: 40px;
  }

  .gallery {
    margin-bottom: 40px;
  }

  .blog-posts {
    justify-content: center;
    margin-top: -12px;
  }

  .blog-posts.more-posts {
    margin-bottom: 24px;
  }

  .post-card-container {
    width: 50%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .post-card-image {
    height: 192px;
  }

  .subscribe-header {
    margin-top: 26px;
    margin-bottom: 48px;
  }

  .subscribe {
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .input.subscribe-input {
    text-align: center;
    background-image: none;
    flex: 0 auto;
    width: 100%;
    margin-right: 0;
    padding-left: 20px;
  }

  .subscribe-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .instagram-photo {
    min-width: 128px;
    min-height: 128px;
  }

  .instagram-card {
    width: 192px;
    height: 192px;
  }

  .instagram-text {
    font-size: 17px;
    line-height: 24px;
  }

  .post-content {
    margin-top: -152px;
    margin-bottom: -56px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .blog-post-date {
    font-size: 15px;
    line-height: 24px;
  }

  .work-info {
    margin: -96px 8px 40px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .work-info-column {
    padding-left: 24px;
    padding-right: 24px;
  }

  .work-info-header {
    letter-spacing: 2px;
    margin-top: 16px;
    font-size: 12px;
  }

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

  .work-content {
    margin-top: 40px;
    padding-bottom: 32px;
  }

  .home-intro {
    margin-left: 16px;
    margin-right: 16px;
  }

  .hero-categories {
    flex-wrap: wrap;
    margin-top: 16px;
  }

  .work-category {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 24px;
  }

  .page-description {
    padding-bottom: 44px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
    line-height: 28px;
  }

  .contact-info {
    display: block;
  }

  .services-page {
    padding-top: 8px;
    padding-bottom: 24px;
    padding-right: 0;
  }

  .hero-split {
    height: auto;
  }

  .hero-split-category {
    height: 360px;
  }

  .split-heading {
    letter-spacing: 6px;
    font-size: 20px;
  }

  .style-buttons {
    padding: 16px;
  }

  .style-button-container {
    width: 50%;
  }

  .style-typography {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .instagram-icon {
    width: 40px;
    height: 40px;
  }

  ._404-text {
    margin-top: 21px;
    font-size: 15px;
  }

  .side-header-text {
    letter-spacing: 8px;
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 36px;
  }

  .side-header-text.spacing {
    margin-right: 0;
  }

  .form-success {
    font-size: 15px;
    line-height: 24px;
  }

  .form-success.contact-success {
    text-align: center;
  }

  .form-error {
    font-size: 13px;
    line-height: 20px;
  }

  .licence-card-image {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
  }

  .licence-card-image.photo-licence-image {
    background-image: url('../images/Photo-Licence-Preview.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
  }

  .licence-link {
    font-size: 14px;
  }

  .licence-card-header {
    margin-top: 4px;
    font-size: 18px;
  }

  .changelog {
    width: 100%;
  }

  .change {
    padding: 20px;
  }

  .change-text {
    margin-left: 16px;
    font-size: 15px;
    line-height: 24px;
  }

  .logo-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    height: 60px;
  }

  .hero-logo {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  h1, h2 {
    letter-spacing: 5px;
    font-size: 27px;
    line-height: 40px;
  }

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

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

  h5 {
    font-size: 18px;
    line-height: 24px;
  }

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

  figure {
    margin-bottom: 24px;
  }

  .home-hero {
    height: 100vh;
  }

  .intro-header {
    letter-spacing: 5px;
  }

  .hero-separator {
    margin-bottom: 8px;
  }

  .intro-small-header {
    margin-bottom: 0;
    font-size: 14px;
  }

  .brand {
    padding-top: 6px;
  }

  .side-section.services-section {
    margin-top: 0;
  }

  .side-image {
    height: 224px;
  }

  .side-image.about-side-image {
    background-image: linear-gradient(to bottom, null, null), url('../images/toa-heftiba-243283.jpg');
    background-position: 0 0, 0 -17px;
  }

  .side-content-wrapper {
    padding-top: 24px;
  }

  .side-content, .side-content.about-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section, .section.works-section, .section.more-posts-section {
    padding-bottom: 64px;
  }

  .section-small-header {
    letter-spacing: 2px;
    margin-bottom: 12px;
    font-size: 12px;
  }

  .button.big.float-right-button {
    position: absolute;
  }

  .client-link {
    width: 50%;
  }

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

  .review-text {
    font-size: 16px;
    line-height: 28px;
  }

  .review-author {
    font-size: 13px;
  }

  .review-arrow-left, .review-arrow-right {
    margin-top: 20px;
  }

  .review-arrow-base {
    margin-top: 24px;
  }

  .review-arrow {
    background-color: #0000;
  }

  .service {
    padding-left: 72px;
  }

  .service-icon {
    width: 56px;
    height: 56px;
    padding: 16px;
  }

  .action-small-title {
    letter-spacing: 2px;
    font-size: 12px;
  }

  .footer-section {
    padding-top: 48px;
    padding-bottom: 40px;
  }

  .footer-social-menu {
    flex-flow: column wrap;
    margin-bottom: 0;
    padding-bottom: 16px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .dot-separator.footer-dot-separator {
    display: none;
  }

  .dot-separator.hero-dot-separator {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .page-hero-section {
    height: 224px;
    padding-top: 24px;
  }

  .page-hero-section.blog-post-hero {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .page-hero-section.work-hero {
    background-position: 50%;
    padding-bottom: 24px;
  }

  .page-hero-section.style-guide-hero {
    padding-bottom: 24px;
  }

  .work-card-container {
    width: 100%;
  }

  .work-card-image {
    height: 216px;
  }

  .categories-list {
    flex-direction: column;
  }

  .category-link {
    display: block;
  }

  .categories {
    flex-direction: column;
    align-items: stretch;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .gallery-image.medium-image {
    aspect-ratio: 1;
  }

  .gallery-column {
    flex-basis: 100%;
  }

  .post-card-container {
    width: 100%;
  }

  .post-card-image {
    height: 240px;
  }

  .post-card {
    width: 100%;
  }

  .subscribe-header {
    margin-top: 20px;
    margin-bottom: 32px;
  }

  .subscribe {
    margin-left: 8px;
    margin-right: 8px;
    padding: 40px 32px;
  }

  .post-content {
    margin-top: -56px;
    margin-left: -8px;
    margin-right: -8px;
  }

  .work-info {
    flex-direction: column;
    margin-top: -88px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .work-info-column {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .work-info-column.middle-block {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: var(--white-smoke);
    border-bottom-width: 1px;
    border-bottom-color: var(--white-smoke);
  }

  .menu-button {
    width: 48px;
    padding-left: 0;
  }

  .work-content {
    margin-left: -8px;
    margin-right: -8px;
  }

  .hero-social-icons {
    display: none;
  }

  .hero-categories {
    flex-direction: column;
    align-items: center;
  }

  .hero-category {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 17px;
  }

  .about-social-icons {
    justify-content: center;
  }

  .post-rich-text h2, .post-rich-text h4, .post-rich-text h5, .post-rich-text h6, .post-rich-text h3, .post-rich-text h1, .post-rich-text p {
    padding-left: 32px;
    padding-right: 32px;
  }

  .services-page {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero-split-category, .style-button-container {
    width: 100%;
  }

  .style-typography {
    margin-bottom: 40px;
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .copiright {
    flex-direction: column-reverse;
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-link {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .footer-line-separator {
    display: none;
  }

  ._404-image {
    width: 64%;
  }

  .side-header-text {
    letter-spacing: 5px;
    font-size: 27px;
  }

  .side-header-text.spacing {
    margin-right: 0;
  }

  .licence-card-image {
    height: 216px;
  }

  .logo-wrapper {
    height: 50px;
  }
}


