:root {
  --white: white;
  --dark: #151515;
  --primary: #ad3e9c;
  --grey-2: #777;
  --white-12: #ffffff1f;
  --haze: #f6f6f6;
  --grey-4: #e3e3e3;
  --grey-3: #d1d1d1;
  --grey-1: #505050;
  --red: #f02b41;
  --twitter: #2aa3f0;
  --facebook: #3b5998;
  --instagram: #f83f5a;
  --vimeo: #1ab7ea;
  --youtube: #fc0d1c;
  --linkedin: #2b66bc;
  --white-50: #ffffff80;
  --main-color-dark: #d1612d;
  --white-40: #fff6;
  --white-30: #ffffff4d;
  --white-20: #fff3;
}

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

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

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

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

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

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

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

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

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

.w-pagination-previous-icon {
  margin-right: 4px;
}

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

.w-pagination-next-icon {
  margin-left: 4px;
}

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

body {
  background-color: var(--white);
  color: var(--dark);
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

h1 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Marcellus, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 64px;
}

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Marcellus, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 68px;
}

h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Marcellus, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Marcellus, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
}

h5 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Marcellus, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

h6 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Marcellus, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

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

a {
  color: var(--primary);
}

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

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

li {
  margin-bottom: 4px;
}

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

strong {
  font-weight: bold;
}

blockquote {
  border: 1px solid var(--dark);
  text-align: center;
  background-image: url('../images/quote.svg');
  background-position: 50% 40px;
  background-repeat: no-repeat;
  background-size: 48px;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 104px 8% 48px;
  font-family: Marcellus, sans-serif;
  font-size: 24px;
  line-height: 38px;
}

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

figcaption {
  text-align: center;
  margin-top: 12px;
  font-size: 12px;
  line-height: 16px;
}

.section {
  z-index: 1;
  border: 32px solid var(--white);
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.no-padding-side {
  padding-left: 0;
  padding-right: 0;
}

.section.page-header-section {
  border-top: 88px solid var(--white);
  background-color: var(--dark);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 42vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.section.post-image-section {
  justify-content: center;
  align-items: center;
  height: 80vh;
  min-height: 640px;
  max-height: 1200px;
  margin-top: 56px;
  display: flex;
  overflow: hidden;
}

.section.promo-section {
  color: var(--white);
  background-color: #000;
  justify-content: center;
  align-items: center;
  min-height: 40vw;
  display: flex;
  overflow: hidden;
}

.section.video-section {
  color: var(--white);
  background-color: #000;
  justify-content: center;
  align-items: center;
  min-height: 48vw;
  display: flex;
  overflow: hidden;
}

.section.work-page-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.section.categories-section {
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  padding: 0;
}

.wrapper {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
}

._404-page {
  background-image: url('../images/photo-10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

._404-page-info {
  z-index: 1;
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 6%;
  display: flex;
  position: relative;
}

.password-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.no-margin {
  margin: 0;
}

.intro {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 580px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: relative;
}

.intro.left {
  text-align: left;
  align-items: flex-start;
  margin-left: 10px;
}

.intro.wide {
  max-width: 800px;
}

.text-label {
  color: var(--grey-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.text-label.white {
  color: var(--white);
}

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

.link-white:hover {
  color: var(--primary);
}

.footer-bottom {
  background-color: var(--dark);
  color: var(--grey-2);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 13px 5vw;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

.page-wrapper {
  min-height: 100vh;
  position: relative;
}

.page-wrapper.sg-wrapper {
  margin-left: 270px;
}

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

.change-icon {
  border: 2px solid var(--white-12);
  background-color: var(--dark);
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.tooltip {
  z-index: 2;
  border: 1px solid var(--haze);
  background-color: var(--haze);
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  margin-bottom: 20px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.tooltip.change-tooltip {
  background-color: var(--white);
  color: var(--dark);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-style: none;
  margin-bottom: 22px;
  padding-right: 8px;
  font-size: 11px;
  font-weight: 700;
}

.tooltip.page-link-tooltip {
  box-shadow: none;
  background-color: #0000;
  border-style: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 6px;
  padding: 2px 8px 2px 7px;
  display: none;
  bottom: auto;
  left: 100%;
}

.change {
  border: 1px solid var(--grey-4);
  align-items: center;
  margin-bottom: 16px;
  padding: 32px;
  display: flex;
}

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

.button {
  box-shadow: inset 0 0 0 1px var(--dark);
  color: var(--dark);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  background-image: none;
  border-style: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding: 12px 28px;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: box-shadow .6s, box-shadow .6s, border-color .6s, color .6s, background-color .6s;
  display: flex;
}

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

.button.dark:hover {
  background-color: var(--primary);
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff0;
}

.button.ghost {
  box-shadow: inset 0 0 0 2px var(--white);
  background-color: #0000;
}

.button.ghost:hover {
  background-color: var(--primary);
  color: var(--white);
  box-shadow: inset 0 0 0 1px #0000;
}

.button.small {
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
}

.button.password-button {
  background-color: var(--dark);
  color: var(--white);
  margin-top: 32px;
}

.button.footer-button {
  display: none;
}

.button.white {
  background-color: var(--white);
  color: var(--dark);
  box-shadow: inset 0 0 0 1px #fff0;
}

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

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

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

.button.contact-quote-button {
  z-index: 3;
  width: 100%;
  height: 72px;
  margin-top: -1px;
  position: relative;
}

.sg-button-wrapper {
  border: 1px solid var(--white-12);
  background-color: var(--haze);
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-bottom: 40px;
  padding: 60px 16%;
  display: flex;
  position: relative;
}

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

.sg-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.sg-sidebar {
  z-index: 10;
  background-color: var(--haze);
  width: 270px;
  padding-bottom: 104px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.sg-header {
  align-items: center;
  padding: 32px;
  display: flex;
}

.sg-sidebar-menu {
  border-top: 1px solid var(--white-12);
  flex-direction: column;
  align-items: stretch;
  padding-top: 40px;
  display: flex;
}

.sg-sidebar-link {
  color: var(--dark);
  letter-spacing: normal;
  width: 100%;
  padding: 18px 32px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: box-shadow .3s, background-color .3s;
}

.sg-sidebar-link:hover {
  background-color: #ffffff08;
}

.sg-sidebar-link.w--current {
  background-color: var(--white);
  box-shadow: inset 3px 0 0 0 var(--primary);
  font-weight: 700;
}

.sg-back-link {
  border-top: 1px solid var(--white-12);
  background-color: var(--haze);
  color: var(--dark);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 72px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: color .4s, background-color .4s, border-color .4s;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.sg-back-link:hover {
  border-color: var(--haze);
  background-color: var(--white);
}

.style-block {
  text-align: left;
  width: 100%;
}

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

.nav-link-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.nav-link-3.w--open {
  justify-content: center;
  align-items: center;
  left: auto;
  right: auto;
}

.nav-dropdown {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}

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

.bg {
  z-index: 0;
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: 0;
}

.bg.cta-image {
  opacity: .8;
}

.bg.page-image {
  opacity: .9;
}

.bg.bg-video {
  height: 140%;
}

.breadcrumbs {
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 20px;
  display: none;
  position: relative;
}

.post-card-info {
  color: var(--dark);
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  display: flex;
}

.input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--dark);
  color: var(--dark);
  background-color: #0000;
  border-radius: 0;
  height: 56px;
  margin-bottom: 0;
  padding: 0;
  font-size: 15px;
  line-height: 24px;
  transition: border-color .6s, background-color .6s;
  overflow: hidden;
}

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

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

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

.input.search-input {
  height: 64px;
  margin: 0;
  padding-left: 0;
  padding-right: 48px;
  font-size: 17px;
  line-height: 28px;
}

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

.input.hidden {
  display: none;
}

.nav-category-link {
  color: var(--dark);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Marcellus, sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
  transition: color .6s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
}

.nav-category-link:hover {
  color: var(--primary);
}

.nav-category-link.w--current {
  box-shadow: inset 0 -1px 0 0 var(--dark);
}

.form-success {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: #0000;
  padding: 11px 28px;
  font-size: 15px;
  line-height: 24px;
}

.form-error {
  border: 1px solid var(--red);
  color: var(--red);
  background-color: #f02b410f;
  margin-top: 20px;
  padding: 7px 12px;
  font-size: 12px;
  line-height: 16px;
}

.form-error.text-center {
  border-color: var(--red);
  background-color: #f02b410a;
}

.social-button {
  background-color: var(--dark);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin: 2px;
  padding: 8px;
  transition: background-color .6s, border-color .6s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

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

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

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

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

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

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

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

.tags {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sidebar-instagram-link {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.divider {
  background-color: var(--dark);
  width: 100px;
  height: 1px;
  margin-top: 8px;
  margin-bottom: 24px;
}

.inline-links {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inline-links.left {
  justify-content: flex-start;
}

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

.no-padding {
  padding: 0;
}

.card {
  background-color: var(--dark);
  color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 456px;
  padding: 88px 32px 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.counters {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
  position: relative;
  overflow: hidden;
}

.counter {
  border: 1px solid var(--grey-4);
  background-color: var(--white);
  box-shadow: -1px 0 0 0 var(--white-12);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 248px;
  max-height: 20vw;
  padding: 16%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.counter-number {
  z-index: 1;
  letter-spacing: normal;
  font-family: Marcellus, sans-serif;
  font-size: 52px;
  line-height: 64px;
  position: relative;
}

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

.instagram-feed {
  z-index: 2;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-bottom: -32px;
  padding-left: 32px;
  padding-right: 32px;
  display: grid;
  position: relative;
}

.instagram-photo {
  color: var(--white);
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 50%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.subscribe-form {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 570px;
  margin-bottom: 12px;
  display: grid;
}

.service {
  border: 1px solid var(--grey-4);
  box-shadow: 1px 1px 0 0 var(--white-12);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 5vw 4vw;
  text-decoration: none;
  transition: border-color .6s;
  display: flex;
  position: relative;
}

.service:hover {
  z-index: 1;
}

.side-info {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.side-info.sticky {
  position: sticky;
  top: 144px;
}

.marker-link {
  color: var(--dark);
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-top: -4px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: color .6s;
  display: flex;
  position: relative;
}

.marker-link:hover {
  color: var(--primary);
}

.marker-link.margin-top {
  margin-top: 20px;
}

.footer {
  background-color: var(--white);
  width: 100%;
  padding-top: 32px;
  position: relative;
}

.footer-nav {
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 12px 3vw;
  display: flex;
}

.footer-v1-link {
  color: var(--dark);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: color .3s;
}

.footer-v1-link:hover {
  color: var(--primary);
}

.counter-text {
  z-index: 1;
  color: var(--dark);
  margin-top: 4px;
  font-size: 17px;
  line-height: 28px;
  position: relative;
}

.footer-bottom-divider {
  background-color: #0000;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-left: 0;
  margin-right: 0;
}

.protected-page {
  background-image: url('../images/photo-10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 9% 40px;
  display: flex;
}

.password-card {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-width: 470px;
  margin-bottom: 0;
  padding: 80px;
  display: flex;
  box-shadow: 0 12px 36px #0000004d;
}

.password-heading {
  margin-bottom: 28px;
}

.search {
  align-items: stretch;
  width: 100%;
  max-width: 770px;
  margin: 65px auto 64px;
  display: flex;
}

.search-result-card {
  border: 1px solid var(--grey-4);
  background-color: var(--white);
  color: var(--dark);
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 40px;
  padding: 24px 24px 64px;
  text-decoration: none;
  transition: background-color .6s;
  display: flex;
  position: relative;
}

.search-results {
  width: 100%;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.search-result-heading {
  text-transform: capitalize;
  margin-top: 4px;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
}

.contact {
  flex: 1;
  margin-bottom: 0;
}

.contact-form {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.blog-post-text p {
  color: var(--grey-1);
  margin-bottom: 32px;
  font-size: 17px;
  line-height: 32px;
}

.blog-post-text a {
  color: var(--primary);
  text-decoration: none;
  transition: color .15s;
}

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

.blog-post {
  flex: 1;
  margin-top: 80px;
  margin-left: 8.33%;
  margin-right: 8.33%;
  padding-left: 53px;
  padding-right: 53px;
  position: relative;
}

.testimonials-arrow {
  color: #151515;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 64px;
  margin-bottom: 40px;
  margin-right: 40px;
  padding-left: 12px;
  padding-right: 20px;
  display: flex;
  bottom: 0;
  right: 0;
}

.media-info {
  z-index: 2;
  color: var(--white);
  background-image: linear-gradient(#0000, #00000080);
  align-items: center;
  padding: 80px 24px 20px;
  font-size: 15px;
  line-height: 24px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

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

.checkbox {
  margin-right: 8px;
  font-size: 20px;
}

.checkbox-field {
  margin-bottom: 0;
}

.services {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--white-12);
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

.subscribe {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 88px;
  padding-bottom: 88px;
  display: flex;
  position: relative;
}

.post-first-letter {
  float: left;
  color: var(--dark);
  margin-top: 8px;
  margin-right: 12px;
  font-size: 64px;
  font-weight: 500;
  line-height: 48px;
}

.work-v3 {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  height: 33vw;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.work-v2-thumb {
  color: var(--dark);
  height: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.work-v1 {
  color: #fff;
  text-align: center;
  height: 528px;
  max-height: 46vw;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.work-presentation {
  padding-left: 32px;
  padding-right: 32px;
}

.work-presentation p {
  color: var(--grey-1);
  max-width: 770px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 32px;
}

.work-presentation h2, .work-presentation h1, .work-presentation h3 {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.work-presentation blockquote {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.work-presentation h4, .work-presentation h5, .work-presentation ul, .work-presentation h6, .work-presentation ol {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.work-presentation a {
  color: var(--primary);
  text-decoration: none;
  transition: color .15s;
}

.work-presentation a:hover {
  text-decoration: underline;
}

.work-presentation figure {
  margin-top: 72px;
  margin-bottom: 72px;
}

.work-presentation figcaption {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.sg-button-info {
  color: var(--grey-1);
  margin-left: auto;
  margin-right: auto;
  font-size: 11px;
  line-height: 16px;
  display: block;
  position: absolute;
  bottom: -28px;
  left: 12px;
  right: 12px;
}

.nav-work-link {
  z-index: 3;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2vh;
  padding-bottom: 2vh;
  font-size: 6vh;
  font-weight: 600;
  line-height: 8vh;
  text-decoration: none;
  transition: letter-spacing .6s, color .6s;
  display: flex;
  position: relative;
}

.nav-work-link:hover {
  color: var(--primary);
  letter-spacing: .4vh;
}

.menu-icon-line-top {
  background-color: var(--dark);
  height: 2px;
  margin-bottom: 5px;
}

.menu-icon-line-bottom {
  background-color: var(--dark);
  height: 2px;
}

.team-card {
  justify-content: center;
  align-items: flex-end;
  height: 372px;
  max-height: 30vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.skill-bar {
  background-color: var(--grey-4);
  width: 100%;
  height: 4px;
  margin-bottom: 8px;
}

.empty-state {
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.side-nav-link {
  background-color: #ffffff80;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  margin-top: 6px;
  margin-bottom: 6px;
  transition: transform .3s, box-shadow .4s, border-color .4s, height .4s, width .4s, background-color .4s;
  display: flex;
  position: relative;
}

.side-nav-link:hover {
  background-color: #fff;
  transform: scale(1.25);
}

.side-nav-link.w--current {
  box-shadow: inset 0 0 0 5px var(--primary);
  background-color: #fff;
  border: 1px solid #fff;
  width: 16px;
  height: 16px;
}

.icon {
  z-index: 1;
  flex: none;
  width: 36px;
  position: relative;
}

.page-intro {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.page-link {
  color: var(--white);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 21px;
  padding: 4px 8px 3px 10px;
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  transition: color .6s, background-color .6s;
  display: flex;
  position: relative;
}

.page-link:hover {
  background-color: var(--white);
  color: var(--dark);
}

.page-link.current {
  cursor: default;
}

.page-link.current:hover {
  color: var(--white);
  background-color: #16171900;
}

.breadcrumbs-divider {
  background-color: var(--white-50);
  border-radius: 50%;
  width: 3px;
  height: 3px;
  margin-left: 8px;
  margin-right: 8px;
}

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

.post-card-heading {
  text-transform: capitalize;
  flex: 1;
  margin-bottom: 0;
}

.nav-categories {
  z-index: 5;
  border-bottom: 1px solid var(--grey-4);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: -32px;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: sticky;
  top: 72px;
}

.nav-categories.work-categories {
  margin-bottom: -2px;
}

.nav-category-list {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.post-card {
  color: var(--dark);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3vw;
  padding-bottom: 3vw;
  text-decoration: none;
  display: flex;
  position: relative;
}

.post-card-thumb {
  background-color: var(--dark);
  flex: none;
  width: 50%;
  height: 30vw;
  min-height: 320px;
  position: relative;
  overflow: hidden;
}

.post-card-content {
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin: 24px 8%;
  padding-bottom: 12px;
  display: flex;
}

.hero-v3-work-card {
  background-color: var(--dark);
  perspective-origin: 0 0;
  color: #fff;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 11px 36px #0000004d;
}

.post-card-date {
  margin-right: 4px;
}

.pagination {
  margin-top: 4vw;
}

.subscribe-section {
  border: 32px solid var(--white);
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

.subscribe-heading {
  z-index: 1;
  margin-top: 12px;
  margin-bottom: 4px;
  position: relative;
}

.clients-section {
  z-index: 1;
  border: 1px solid var(--grey-4);
  justify-content: center;
  margin-left: 32px;
  margin-right: 32px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.client {
  opacity: .6;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 12vw;
  transition: background-color .6s;
  display: flex;
}

.client-logo {
  height: 20%;
  min-height: 24px;
}

.plus-icon-line-2 {
  background-color: var(--dark);
  width: 16px;
  height: 2px;
  margin: auto;
  position: absolute;
  inset: 0;
}

.accordion-header {
  justify-content: flex-end;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.accordion-info {
  height: auto;
  padding-left: 56px;
}

.accordion-card {
  border-top: 1px solid var(--grey-4);
  border-bottom: 1px solid var(--grey-4);
  cursor: pointer;
  margin-bottom: -1px;
  overflow: hidden;
}

.plus-icon {
  border: 1px solid var(--white-12);
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.accordion-cards {
  flex: 1;
  width: 100%;
  margin-bottom: 32px;
}

.plus-icon-line-1 {
  background-color: var(--dark);
  width: 16px;
  height: 2px;
  margin: auto;
  position: absolute;
  inset: 0;
  transform: rotate(-90deg);
}

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

.accordion-heading {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.footer-email-link {
  color: var(--dark);
  margin-top: 4px;
  margin-bottom: 4px;
  text-decoration: none;
  transition: color .4s;
  display: inline-block;
}

.footer-email-link:hover {
  color: var(--primary);
}

.subscribe-form-block {
  z-index: 1;
  flex: 1;
  margin-bottom: 0;
  position: relative;
}

.search-result-url {
  border-top: 1px solid var(--grey-4);
  color: var(--grey-2);
  align-items: center;
  width: 100%;
  padding: 8px 24px;
  font-size: 11px;
  line-height: 24px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.form-text-small {
  color: var(--grey-2);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

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

.search-result-image {
  background-color: var(--haze);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 200px;
  height: 144px;
}

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

.search-result-arrow {
  margin-top: -2px;
  margin-right: 8px;
  font-size: 15px;
}

.list-dropdown {
  flex-wrap: wrap;
  display: flex;
}

.list-dropdown-heading {
  display: none;
}

.back-to-top, .top {
  height: 0;
}

.top-button {
  z-index: 100;
  background-color: var(--white);
  color: var(--dark);
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 40px;
  padding: 8px 20px;
  text-decoration: none;
  transition: color .6s, background-color .6s;
  display: flex;
  position: fixed;
  inset: auto 0 0 auto;
}

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

.flex-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.page-heading {
  z-index: 2;
  margin-top: 0;
  margin-bottom: 1vw;
  font-size: 7vw;
  line-height: 8vw;
  position: relative;
}

.preloader {
  z-index: 10000;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.loading-icon {
  z-index: 1;
  width: 32px;
  position: relative;
}

.blog-tags {
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: -8px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.first-letter {
  float: left;
  color: var(--primary);
  margin-top: 4px;
  margin-right: 10px;
  font-size: 54px;
  line-height: 40px;
}

.step {
  border-top: 1px solid var(--haze);
  border-bottom: 1px solid var(--haze);
  margin-bottom: -1px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.text-link {
  color: var(--primary);
  text-decoration: none;
}

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

.page-bg-text {
  color: var(--haze);
  text-align: center;
  letter-spacing: 18px;
  text-transform: uppercase;
  padding-left: 16px;
  font-size: 200px;
  font-weight: 700;
  line-height: 170px;
  position: absolute;
  top: 21%;
}

.footer-content {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 32px;
  margin-right: 32px;
  padding-top: 6vw;
  padding-bottom: 6vw;
  display: flex;
}

.footer-bottom-link {
  color: var(--white);
  text-decoration: none;
  transition: color .4s;
}

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

.post-cards {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -3vw;
  margin-bottom: -3vw;
  padding-top: 72px;
  padding-bottom: 72px;
  display: block;
}

.post-card-category {
  margin-left: 4px;
}

.marker {
  border: 1px none var(--dark);
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  position: relative;
}

.marker-link-text {
  margin-left: 16px;
}

.icon-box {
  background-color: var(--dark);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  margin-bottom: 24px;
  display: flex;
  position: relative;
}

.promo-images-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.collection-item {
  width: 100%;
  display: flex;
}

.post-top-info {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16.66%;
  padding-right: 16.66%;
  display: flex;
}

.nav-works-button {
  cursor: pointer;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.instagram-hover-icon {
  background-image: url('../images/instagram-icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
}

.instagram-hover-text {
  text-align: right;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-left: 6px;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
}

.instagram-hover-label {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 9px;
  font-weight: 500;
  line-height: 16px;
  display: none;
}

.text-huge {
  font-size: 26px;
  line-height: 40px;
}

.text-highlighted {
  color: var(--primary);
  background-color: #ad3e9c1a;
  padding-left: 4px;
  padding-right: 4px;
}

.text-colored {
  color: var(--primary);
}

.gallery {
  justify-content: center;
  align-items: center;
  width: 128vw;
  margin-left: -14vw;
  padding: 60px 4vw;
  display: flex;
}

.gallery-link {
  flex: 1;
  margin-left: 1.2vw;
  margin-right: 1.2vw;
  box-shadow: 0 12px 36px #00000080;
}

.marker-line {
  background-color: var(--dark);
  width: 100%;
  height: 2px;
  position: absolute;
}

.select-field {
  color: var(--white-50);
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -7px;
  font-size: 15px;
  line-height: 24px;
  position: relative;
}

.link {
  box-shadow: inset 0 -1px 0 0 var(--white-12);
  color: var(--dark);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.top-text {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
}

.top-icon {
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  transform: rotate(-90deg);
}

.promo-social-line {
  background-color: var(--white);
  width: 120px;
  height: 1px;
  margin-top: -1px;
  margin-left: 20px;
  margin-right: 20px;
}

.marker-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

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

.feature-step-line {
  z-index: 1;
  background-color: var(--white);
  opacity: .3;
  width: 32%;
  height: 1px;
  margin-top: 40px;
  margin-right: -16%;
  position: absolute;
  top: 0;
  right: 0;
}

.contact-blocks {
  z-index: 2;
  flex-wrap: wrap;
  flex: 0 auto;
  margin-left: 12%;
  margin-right: 12%;
  padding-top: 0;
  padding-bottom: 16px;
  display: flex;
}

.inline-block {
  border: 1px solid var(--dark);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 48px;
  display: flex;
}

.inline-block.second {
  margin-left: -1px;
}

.promo-image-3 {
  z-index: 2;
  width: 52%;
  margin-left: 0;
  margin-right: auto;
  position: relative;
  left: 0;
  right: auto;
}

.promo-image-4 {
  z-index: 3;
  width: 56%;
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  right: 0;
}

.contact-v1-link {
  border-bottom: 1px solid var(--white-12);
  color: var(--white);
  margin-top: -12px;
  margin-bottom: 40px;
  padding-top: 8px;
  text-decoration: none;
  position: relative;
}

.contact-block-info {
  margin-top: 4px;
  font-family: Marcellus, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.hire-form-label {
  text-align: right;
  margin-bottom: 0;
  font-weight: 500;
}

.hire-form-label.text-area-label {
  margin-top: 16px;
}

.hire-form {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  border: 1px solid var(--white-12);
  grid-template-rows: auto auto;
  grid-template-columns: 40% 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: -16px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 88px;
  padding-right: 88px;
  display: grid;
}

.hire {
  flex: 1;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.intro-text-big {
  margin-top: 4px;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 36px;
}

.contact-v3-placeholder {
  height: 100%;
}

.side-media-box {
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

.moving-image {
  z-index: 1;
  object-fit: cover;
  width: 102%;
  max-width: none;
  height: 102%;
  margin-top: -1%;
  margin-left: -1%;
  display: block;
  position: absolute;
}

.hover {
  z-index: 2;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hover-info {
  text-align: center;
  background-image: linear-gradient(#0000, #0009);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3vw 12px 1vw 8px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.search-button {
  background-color: #0000;
  background-image: url('../images/search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 48px;
  margin-left: -48px;
}

.changelog-heading {
  margin-bottom: -16px;
}

.post-heading {
  text-transform: capitalize;
}

.post-category {
  color: var(--dark);
  margin-left: 4px;
  text-decoration: none;
  transition: color .6s;
}

.post-category:hover {
  color: var(--white);
}

.tag {
  border: 1px solid var(--dark);
  color: var(--dark);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  height: 32px;
  margin: 4px;
  padding: 7px 12px 7px 13px;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: border-color .6s, background-color .6s;
  display: inline-block;
}

.tag:hover {
  background-color: var(--dark);
  color: var(--white);
}

.post-tags-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

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

.work-v2 {
  color: #fff;
  text-align: center;
  height: 352px;
  max-height: 29vw;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.quote-intro {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.quote-author-name {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.quote-author-bio {
  color: var(--grey-1);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 16px;
}

.image-full-width {
  width: 100%;
}

.quote-author-v2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.subscribe-info {
  margin-bottom: 21px;
}

.side-info-image {
  width: 100%;
  margin-bottom: 24px;
}

.portfolio-button-2 {
  z-index: 10;
  background-color: #ff7b3e;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 24px;
  transition: background-color .6s;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.nav-link-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.menu-button {
  z-index: 10;
  border-radius: 50%;
  height: 56px;
  padding: 15px 16px;
  font-weight: 700;
}

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

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #ff7b3e;
  background-image: none;
  border-style: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 20px 12px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: box-shadow .6s, border-color .6s, color .6s, background-color .6s;
  display: flex;
}

.button-2:hover {
  background-color: #d1612d;
}

.button-2.ghost {
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #ffffff80;
}

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

.navigation {
  z-index: 10;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 24px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.logo-description {
  color: var(--grey-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 4px;
  margin-left: 1px;
  font-size: 9px;
  line-height: 16px;
}

.menu-icon {
  float: right;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 22px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.nav-bar {
  z-index: 100;
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 88px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100%;
  padding-top: 56px;
  display: flex;
  position: relative;
}

.nav-menu {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 100vh;
  margin-top: -88px;
  display: flex;
  overflow: auto;
}

.nav-link {
  z-index: 5;
  color: var(--dark);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 2.2vh 2.5vw;
  font-family: Marcellus, sans-serif;
  font-size: 3vw;
  line-height: 3vw;
  text-decoration: none;
  position: relative;
}

.nav-link.w--open {
  justify-content: center;
  align-items: center;
  left: auto;
  right: auto;
}

.brand {
  z-index: 101;
  color: var(--dark);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 32px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.follow {
  z-index: 5;
  flex-direction: row;
  align-items: center;
  height: 88px;
  padding-left: 32px;
  padding-right: 8px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.follow-button {
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  overflow: hidden;
}

.follow-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.follow-text {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 1px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.follow-link {
  color: var(--dark);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #fff0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-top: 1px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: color .6s, background-color .6s, border-color .6s;
  display: flex;
}

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

.follow-link.twitter:hover {
  background-color: var(--twitter);
}

.follow-link.facebook:hover {
  background-color: var(--facebook);
}

.follow-link.instagram:hover {
  background-color: var(--instagram);
}

.follow-link.youtube:hover {
  background-color: var(--youtube);
}

.follow-link.vimeo:hover {
  background-color: var(--vimeo);
}

.follow-link.linkedin:hover {
  background-color: var(--linkedin);
}

.follow-links {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.slider {
  background-color: var(--white);
  color: var(--white);
  height: 100vh;
  padding-top: 0;
}

.slider-nav {
  display: none;
}

.slider-button {
  background-color: var(--white);
  color: var(--dark);
  width: 32px;
  margin-top: 80px;
  margin-bottom: 32px;
  font-size: 20px;
  transition: font-size .6s, background-color .6s, width .6s;
  inset: 0% 0% 0% auto;
}

.slider-button:hover {
  background-color: var(--white);
  width: 64px;
}

.slider-button.left {
  left: 0;
  right: auto;
}

.slide {
  border: 32px solid var(--white);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slide-content {
  z-index: 5;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  padding: 4vh 2vw;
  display: none;
  position: relative;
}

.slide-heading {
  margin-bottom: 1vw;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 5vw;
  line-height: 5vw;
}

.slide-numbers {
  z-index: 10;
  background-color: var(--white);
  color: var(--dark);
  letter-spacing: 1.5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 8px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
  position: fixed;
  inset: auto auto 0%;
  overflow: hidden;
}

.slide-number {
  justify-content: center;
  align-items: center;
  width: 20px;
  display: flex;
  position: relative;
}

.slide-number-divider {
  background-color: var(--dark);
  width: 1px;
  height: 16px;
  margin-left: 8px;
  margin-right: 8px;
  transform: rotate(15deg);
}

.text-wrapper {
  overflow: hidden;
}

.nav-links {
  border: 32px solid var(--white);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  height: 55vh;
  padding: 4vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-info {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-bottom: 48px;
  padding-left: 11vw;
  padding-right: 11vw;
  font-size: 13px;
  line-height: 20px;
  display: flex;
}

.nav-info-text {
  color: var(--grey-2);
  max-width: 470px;
  margin-top: -4px;
  margin-bottom: 12px;
}

.nav-info-link {
  color: var(--dark);
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 17px;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s;
}

.nav-info-link:hover {
  color: var(--primary);
}

.pagination-arrow {
  width: 20px;
  height: 18px;
  margin-top: -2px;
  font-size: 20px;
}

.follow-icon-line {
  background-color: var(--dark);
  width: 16px;
  height: 2px;
  position: absolute;
}

.follow-icon-line.vertical {
  width: 2px;
  height: 16px;
}

.work-card-name {
  text-transform: capitalize;
  margin-top: .8vw;
  margin-bottom: 1vw;
  font-family: Marcellus, sans-serif;
  font-size: 1.5vw;
  line-height: 1.5vw;
}

.work-card {
  border: 1px solid var(--grey-4);
  background-color: var(--white);
  color: var(--dark);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-right: -1px;
  padding: 6vw;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.work-card:hover {
  background-color: var(--haze);
}

.work-cards {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: -1px;
  margin-right: -4px;
  display: flex;
  position: relative;
}

.work-wrapper-33 {
  flex-direction: column;
  width: 33.33%;
  margin-bottom: -1px;
  margin-right: -1px;
}

.work-card-image {
  width: auto;
  height: auto;
  max-height: 100%;
  margin-bottom: 2vw;
}

.works {
  flex: 1;
  width: 100%;
  padding-top: 1px;
  padding-bottom: 1px;
  overflow: hidden;
}

.work-card-category {
  color: var(--grey-2);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 16px;
}

.all-posts-text {
  margin-left: 5px;
}

.loading-text {
  color: var(--dark);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.loading {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
}

.contact-form-block {
  margin-left: 12%;
  margin-right: 12%;
  padding-top: 8px;
}

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

.follow-icon-wrapper {
  width: 36px;
}

.nav-link-text {
  z-index: 3;
  position: relative;
}

.nav-link-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.scroll-link {
  z-index: 5;
  color: var(--white);
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 3px;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: background-color .6s, color .6s;
  display: none;
  position: absolute;
  inset: auto auto 0%;
}

.scroll-link:hover {
  background-color: var(--white);
  color: var(--dark);
}

.scroll-link.w--current {
  transition: color .6s, background-color .6s;
}

.scroll {
  padding: 4px 10px;
}

.footer-social {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 16px;
  display: flex;
}

.menu-text {
  float: left;
  color: var(--dark);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-right: 16px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  position: relative;
}

.instagram-card {
  z-index: 2;
  background-color: var(--white);
  color: var(--dark);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 80px;
  margin: auto;
  text-decoration: none;
  transition: color .6s, background-color .6s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.instagram-card:hover {
  background-color: var(--dark);
  color: var(--white);
}

.instagram-account {
  font-family: Marcellus, sans-serif;
  font-size: 24px;
}

.quote-text {
  font-family: Marcellus, sans-serif;
  font-size: 32px;
  line-height: 48px;
}

.licence-info {
  text-align: center;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.licenses {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: grid;
}

.hover-line {
  background-color: #121212;
  width: 50%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.hover-line.grey {
  background-color: #999;
}

.hover-line.nav-link-line {
  background-color: var(--white);
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}

.link-grey {
  color: #555;
  padding-bottom: 2px;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.licence {
  border: 1px solid var(--grey-4);
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding: 60px;
  display: flex;
}

.licence-photo {
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 144px;
}

.licence-heading-2 {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 22px;
}

.licence-link-divider {
  background-color: #d1d1d1;
  width: 24px;
  height: 1px;
  margin-bottom: 11px;
  margin-left: 12px;
  margin-right: 12px;
  display: inline-block;
}

.service-number-box {
  border: 1px solid var(--grey-4);
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin-top: -8px;
  margin-bottom: 24px;
  display: flex;
  transform: rotate(45deg);
}

.service-number {
  font-size: 15px;
  font-weight: 700;
  transform: rotate(-45deg);
}

.logo {
  height: 28px;
}

.play-button {
  border: 2px solid var(--white);
  background-color: #00000080;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  transition: background-color .6s, width .6s;
  display: flex;
}

.play-button:hover {
  background-color: #000000bf;
  width: 144px;
}

.play-icon {
  width: 40px;
}

.menu-social {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  padding: 16px;
  display: none;
}

.nav-link-hover {
  flex-direction: column;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sg-text-styles {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  padding-top: 60px;
}

.sg-text-wrapper {
  border: 1px solid #e3e3e3;
  justify-content: center;
  align-items: center;
  margin-right: -1px;
  padding: 40px 16px;
  display: flex;
}

.work-page-text {
  border: 1px solid var(--grey-4);
  background-color: var(--haze);
  text-align: center;
  max-width: 520px;
  margin: 18vh auto;
  padding: 20px;
}

.instructions-video {
  margin-left: auto;
  margin-right: auto;
}

.instructions {
  width: 100%;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.post-hover {
  background-color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 80px;
  transition: width .6s, color .6s, background-color .6s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.post-hover:hover {
  background-color: var(--dark);
  color: var(--white);
  width: 96px;
}

.post-hover-text {
  letter-spacing: 2.5px;
  text-transform: uppercase;
  width: 120px;
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  transform: rotate(90deg);
}

.sg-back-icon {
  margin-left: -4px;
  margin-right: 8px;
  font-size: 16px;
}

.sg-header-text {
  margin: 0;
}

.work-wrapper-50 {
  flex-direction: column;
  width: 50%;
  margin-bottom: -1px;
  margin-right: -1px;
}

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

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

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

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

.gallery-slide {
  background-color: #0000;
  height: auto;
}

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

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

.gallery-image {
  width: 100%;
}

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

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

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

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

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

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

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

.collection-list-wrapper, .collection-item-2, .collection-list-wrapper-2 {
  display: flex;
}

.image {
  width: 1280px;
  min-width: 1280px;
  max-width: 1920px;
  height: 720px;
  min-height: 720px;
  max-height: 1080px;
  display: block;
}

.collection-list {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block {
  margin-bottom: 0;
  padding-top: 0;
}

.collection-list-2 {
  padding-top: 98px;
}

.empty-state-2 {
  flex-flow: wrap;
  padding-top: 111px;
  padding-right: 20px;
  display: flex;
}

.collection-list-wrapper-3 {
  margin-top: 200px;
}

.collection-list-wrapper-4 {
  flex-flow: wrap;
  display: flex;
}

.collection-item-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template: "Area Area"
                 "Area Area"
                 / 1fr 3fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper-5 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.collection-list-wrapper-6, .collection-item-4 {
  display: flex;
}

.collection-item-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 16 / 9;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  overflow: auto;
}

.code-embed {
  display: flex;
}

.collection-list-3 {
  flex-flow: wrap;
  flex: 0 auto;
  display: flex;
}

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

  h2 {
    font-size: 28px;
    line-height: 36px;
  }

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

  h4 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 24px;
  }

  h5 {
    font-size: 15px;
    line-height: 20px;
  }

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

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

  .section.no-padding-side {
    padding-left: 0;
    padding-right: 0;
  }

  .section.page-header-section {
    border-top-width: 80px;
    min-height: 52vw;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.post-image-section {
    height: 60vw;
    min-height: 0;
    max-height: none;
  }

  .section.video-section {
    min-height: 56vw;
  }

  .section.work-page-section {
    border-top-width: 80px;
    min-height: 52vw;
    padding-top: 48px;
    padding-bottom: 48px;
  }

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

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

  ._404-page-info {
    max-width: 500px;
  }

  .no-margin {
    margin: 0;
  }

  .intro {
    margin-bottom: 60px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro.left {
    margin-left: 0;
  }

  .text-label {
    margin-bottom: 8px;
    font-size: 11px;
  }

  .footer-bottom {
    flex-wrap: wrap;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .page-wrapper.sg-wrapper {
    margin-left: 0;
  }

  .changelog {
    width: 83.33%;
  }

  .tooltip {
    display: none;
  }

  .change {
    padding: 24px;
  }

  .button.white {
    box-shadow: inset 0 0 0 1px #0000;
  }

  .button.menu-quote-button {
    margin-top: 20px;
  }

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

  .sg-buttons {
    padding-bottom: 80px;
  }

  .sg-sidebar {
    border-bottom: 1px solid var(--haze);
    border-right-style: none;
    width: 100%;
    padding-bottom: 0;
    position: sticky;
    top: 0;
  }

  .sg-header {
    justify-content: center;
    height: 60px;
    padding: 20px;
  }

  .sg-sidebar-menu {
    border-top-color: var(--grey-4);
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding: 6px 20px;
  }

  .sg-sidebar-link {
    width: auto;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 16px;
  }

  .sg-sidebar-link.w--current {
    box-shadow: none;
    background-color: #0000;
  }

  .sg-back-link {
    height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
    position: absolute;
    inset: 0% auto auto 0%;
  }

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

  .nav-link-3 {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 21px;
    line-height: 28px;
  }

  .nav-link-3:hover, .nav-link-3.w--current, .nav-link-3.w--current:hover {
    color: #fff;
  }

  .nav-link-3.w--open {
    box-shadow: none;
  }

  .bg.cta-image {
    height: 140%;
  }

  .breadcrumbs {
    padding: 8px;
  }

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

  .nav-category-link {
    margin-left: 14px;
    margin-right: 14px;
    font-size: 14px;
  }

  .social-button {
    border-style: none;
    width: 36px;
    height: 36px;
    padding: 9px;
  }

  .divider {
    width: 88px;
    margin-top: 0;
    margin-bottom: 20px;
  }

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

  .no-padding {
    padding: 0;
  }

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

  .counters {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-left: 6%;
    margin-right: 6%;
  }

  .counter {
    box-shadow: -1px -1px 0 0 var(--white-12);
    height: 23vw;
    max-height: none;
    padding-left: 14%;
    padding-right: 14%;
  }

  .counter-number {
    font-size: 44px;
    line-height: 48px;
  }

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

  .testimonials-v1-slide {
    min-height: 400px;
  }

  .instagram-feed {
    flex-wrap: wrap;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 16px;
    padding-right: 16px;
  }

  .instagram-photo {
    flex: 15%;
  }

  .service {
    padding: 48px;
  }

  .side-info {
    padding-left: 4%;
    padding-right: 4%;
  }

  .side-info.sticky {
    position: static;
  }

  .footer {
    flex-flow: column wrap;
  }

  .footer-nav {
    width: 100%;
    padding-left: 6vw;
    padding-right: 6vw;
  }

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

  .protected-page {
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .search {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .search-result-card {
    margin-bottom: 24px;
  }

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

  .blog-post {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 64px;
    padding-left: 0;
    padding-right: 0;
    top: 0;
  }

  .testimonials-arrow {
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .media-info {
    padding: 16px 20px 15px;
  }

  .heading-margin-big {
    margin-bottom: 20px;
  }

  .services {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .subscribe {
    border-top-style: none;
    border-bottom-style: none;
    padding: 60px 8%;
  }

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

  .work-v3 {
    height: 31vw;
  }

  .work-v1 {
    height: 47vw;
    max-height: none;
  }

  .work-presentation p, .work-presentation h2, .work-presentation h1, .work-presentation h3, .work-presentation blockquote, .work-presentation h4, .work-presentation h5, .work-presentation ul, .work-presentation h6, .work-presentation ol {
    margin-left: 12%;
    margin-right: 12%;
  }

  .work-presentation figure {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .nav-work-link {
    padding-top: 3vw;
    padding-bottom: 3vw;
    font-size: 5vw;
    line-height: 6vw;
  }

  .team-card {
    height: 33vw;
    max-height: none;
  }

  .icon {
    width: 44px;
    margin-bottom: 20px;
  }

  .page-intro {
    min-height: 160px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .breadcrumbs-divider {
    margin-left: 4px;
    margin-right: 4px;
  }

  .post-card-heading {
    margin-bottom: 16px;
  }

  .nav-categories {
    margin-top: -16px;
    margin-left: -16px;
    margin-right: -16px;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .post-card {
    padding: 24px 0;
  }

  .post-card:hover {
    background-color: var(--white);
    transform: none;
  }

  .post-card-thumb {
    max-width: none;
    height: 32vw;
    min-height: 248px;
    max-height: none;
  }

  .post-card-content {
    margin-left: 4%;
    margin-right: 4%;
  }

  .subscribe-section {
    border-width: 16px;
    flex-wrap: wrap;
  }

  .subscribe-heading {
    margin-top: 8px;
  }

  .clients-section {
    margin-left: 16px;
    margin-right: 16px;
  }

  .client {
    margin: 0;
  }

  .client-logo {
    height: 26%;
    min-height: 20px;
  }

  .accordion-info {
    padding-left: 64px;
  }

  .plus-icon {
    margin-right: 16px;
  }

  .main-grid {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .search-result-image {
    width: 200px;
    height: 144px;
  }

  .blog-tags {
    margin-top: 0;
    margin-left: 8px;
    margin-right: 8px;
  }

  .page-bg-text {
    letter-spacing: 1.5vw;
    font-size: 18vw;
    line-height: 20vw;
    top: 7%;
  }

  .footer-content {
    border-bottom: 1px solid var(--white-12);
    border-right-style: none;
  }

  .post-cards {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: -24px;
    margin-bottom: -24px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .icon-box {
    width: 72px;
    height: 72px;
  }

  .promo-images-2 {
    width: 88%;
  }

  .post-top-info {
    margin-left: 12%;
    margin-right: 12%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav-works-button {
    border-left: 1px solid var(--white-12);
    width: 64px;
    height: 100%;
  }

  .text-huge {
    font-size: 21px;
    line-height: 32px;
  }

  .gallery {
    width: 108vw;
    margin-left: -4vw;
    padding-left: 0;
    padding-right: 0;
  }

  .promo-social-line {
    width: 80px;
  }

  .contact-blocks {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .inline-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hire-form {
    padding-left: 8%;
    padding-right: 8%;
  }

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

  .intro-text-big {
    font-size: 24px;
    line-height: 32px;
  }

  .side-media-box {
    z-index: 3;
  }

  .hover {
    display: none;
  }

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

  .work-v2 {
    height: 31vw;
    max-height: none;
  }

  .quote-intro {
    padding-left: 8%;
    padding-right: 8%;
  }

  .portfolio-button-2 {
    margin: 20px;
    position: fixed;
  }

  .nav-link-image {
    display: none;
  }

  .menu-button.w--open {
    color: #161a25;
    background-color: #0000;
  }

  .navigation {
    padding-right: 8px;
  }

  .nav-bar {
    height: 80px;
    padding-right: 0;
  }

  .nav-menu {
    margin-top: -80px;
  }

  .nav-link {
    padding: 3vw 4vw;
    font-size: 5vw;
    line-height: 5vw;
  }

  .nav-link.w--open {
    box-shadow: none;
  }

  .brand {
    padding-left: 20px;
    padding-right: 20px;
  }

  .follow {
    padding-left: 12px;
    display: none;
  }

  .follow-button {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .follow-links {
    margin-left: auto;
    margin-right: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .slider {
    padding-top: 80px;
    padding-bottom: 16px;
  }

  .slider-button {
    width: 50vw;
    height: 80px;
    margin-bottom: 0;
    position: fixed;
    inset: auto 0% 0% auto;
  }

  .slider-button:hover {
    width: 50vw;
  }

  .slider-button.left {
    border-right: 1px solid var(--grey-4);
    left: 0;
    right: auto;
  }

  .slide {
    border-width: 64px 16px;
  }

  .slide-content {
    margin-bottom: 15vh;
  }

  .slide-heading {
    font-size: 7vw;
    line-height: 7vw;
  }

  .slide-numbers {
    border-top: 1px solid var(--grey-4);
    height: 60px;
    inset: 0% 0% auto;
  }

  .nav-links {
    height: auto;
    padding: 9vw 7vw;
  }

  .nav-info {
    flex: 0 auto;
    padding-top: 0;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .work-card-name {
    margin-top: 8px;
    font-size: 16px;
    line-height: 20px;
  }

  .work-card {
    padding: 8vw;
  }

  .work-cards {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .work-wrapper-33 {
    width: 50%;
    padding: 0;
  }

  .work-card-image {
    margin-bottom: 28px;
  }

  .work-card-category {
    font-size: 10px;
  }

  .all-posts-text {
    display: none;
  }

  .contact-form-block {
    margin-left: 0;
    margin-right: 0;
  }

  .follow-icon-wrapper, .scroll-link, .menu-text {
    display: none;
  }

  .instagram-card {
    width: 320px;
    height: 128px;
  }

  .instagram-account {
    font-size: 28px;
  }

  .quote-text {
    font-size: 21px;
    line-height: 32px;
  }

  .hover-line {
    display: none;
  }

  .service-number-box {
    width: 40px;
    height: 40px;
    margin-top: -4px;
    margin-bottom: 20px;
  }

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

  .play-button {
    width: 80px;
    height: 80px;
  }

  .play-button:hover {
    width: 80px;
  }

  .play-icon {
    width: 32px;
  }

  .menu-social {
    margin-top: 0;
    margin-bottom: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
  }

  .post-hover {
    display: none;
  }

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

  .sg-header-text {
    margin: 0;
  }

  .work-wrapper-50 {
    width: 50%;
    padding: 0;
  }

  .container {
    max-width: 728px;
  }

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

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

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

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

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

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

  .section.no-padding-side {
    padding-left: 0;
    padding-right: 0;
  }

  .section.page-header-section {
    border-top-width: 64px;
    min-height: 48vw;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section.post-image-section {
    height: 44vw;
  }

  .section.work-page-section {
    border-top-width: 64px;
    min-height: 48vw;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  ._404-page-info {
    padding: 40px;
  }

  .no-margin {
    margin: 0;
  }

  .intro {
    margin-bottom: 48px;
    padding-left: 12%;
    padding-right: 12%;
  }

  .footer-bottom {
    height: auto;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 10px;
  }

  .changelog {
    width: 100%;
  }

  .sg-sidebar {
    position: relative;
  }

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

  .nav-link-3 {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 17px;
    line-height: 24px;
  }

  .post-card-info {
    margin-bottom: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .input.search-input {
    height: 56px;
    margin: 0;
  }

  .text-big {
    font-size: 15px;
  }

  .no-padding {
    padding: 0;
  }

  .card {
    min-height: 320px;
  }

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

  .counters {
    flex-wrap: wrap;
  }

  .counter {
    flex: 0 auto;
  }

  .counter-number {
    font-size: 36px;
    line-height: 40px;
  }

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

  .instagram-photo {
    flex-basis: 25%;
  }

  .subscribe-form {
    min-width: 0;
  }

  .service {
    width: 100%;
    padding: 40px 32px;
  }

  .side-info {
    padding-left: 0%;
    padding-right: 0%;
  }

  .footer-nav {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-v1-link {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 11px;
  }

  .counter-text {
    font-size: 13px;
    line-height: 20px;
  }

  .protected-page {
    height: auto;
    min-height: 100vh;
  }

  .password-card {
    min-width: 400px;
  }

  .contact-form {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

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

  .blog-post {
    padding-top: 48px;
  }

  .subscribe {
    flex-wrap: wrap;
    padding: 48px 4%;
  }

  .post-first-letter {
    margin-top: 3px;
    margin-right: 8px;
    font-size: 48px;
    line-height: 40px;
  }

  .work-presentation p {
    font-size: 14px;
    line-height: 24px;
  }

  .work-presentation figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .team-card {
    height: 32vw;
    max-height: none;
  }

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

  .page-link {
    height: 20px;
    font-size: 10px;
  }

  .breadcrumbs-divider {
    margin-left: 1px;
    margin-right: 1px;
  }

  .nav-categories {
    padding-top: 24px;
    padding-bottom: 24px;
    position: relative;
    top: 0;
  }

  .post-card {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .post-card-thumb {
    height: 32vw;
    min-height: 200px;
  }

  .clients-section {
    flex-wrap: wrap;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .client {
    flex: 0 auto;
    height: 9vw;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .client-logo {
    height: 30%;
  }

  .accordion-header {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .accordion-text {
    padding-bottom: 24px;
  }

  .subscribe-form-block {
    flex: 0 auto;
    width: 100%;
  }

  .main-grid {
    grid-row-gap: 48px;
  }

  .top-button {
    display: none;
  }

  .page-heading {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 48px;
  }

  .first-letter {
    margin-top: 3px;
    margin-right: 8px;
    font-size: 48px;
    line-height: 40px;
  }

  .step {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .post-cards {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .icon-box {
    width: 64px;
    height: 64px;
  }

  .promo-images-2 {
    width: 100%;
  }

  .nav-works-button {
    width: 60px;
    display: none;
  }

  .feature-step-line {
    width: 1px;
    height: 48px;
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .inline-block {
    padding: 32px;
  }

  .contact-block-info {
    font-size: 17px;
    line-height: 24px;
  }

  .hire-form-label {
    text-align: left;
    margin-bottom: -40px;
  }

  .hire-form {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    padding-left: 12%;
    padding-right: 12%;
  }

  .hire {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .intro-text-big {
    font-size: 21px;
    line-height: 28px;
  }

  .tag {
    height: 24px;
    padding: 6px 7px 6px 9px;
    font-size: 9px;
    line-height: 12px;
  }

  .quote-intro {
    margin-bottom: 48px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .portfolio-button-2 {
    margin: 16px;
  }

  .navigation {
    padding-right: 0;
  }

  .logo-description {
    margin-top: 2px;
  }

  .nav-bar {
    height: 64px;
    padding-left: 0;
  }

  .nav-menu {
    margin-top: -64px;
  }

  .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 6vw;
    line-height: 6vw;
  }

  .brand {
    padding: 10px 16px;
  }

  .follow {
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 0%;
  }

  .slider {
    padding-top: 64px;
  }

  .slide {
    border-top-width: 40px;
  }

  .slide-numbers {
    height: 40px;
  }

  .work-card-image {
    margin-bottom: 16px;
  }

  .post-info {
    margin-bottom: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .instagram-card {
    width: 248px;
    height: 88px;
  }

  .instagram-account {
    font-size: 24px;
  }

  .licenses {
    padding-bottom: 32px;
  }

  .licence {
    padding: 28px;
  }

  .logo {
    height: 24px;
  }

  .sg-text-styles {
    padding-top: 40px;
  }

  .sg-header-text {
    margin: 0;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

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

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

@media screen and (max-width: 479px) {
  ul, ol {
    padding-left: 32px;
  }

  .section.no-padding-side {
    padding-left: 0;
    padding-right: 0;
  }

  .section.page-header-section {
    min-height: 80vw;
  }

  .section.post-image-section {
    height: 72vw;
  }

  .section.work-page-section {
    min-height: 80vw;
  }

  .no-margin {
    margin: 0;
  }

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

  .footer-bottom {
    line-height: 20px;
  }

  .change {
    padding: 16px;
  }

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

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

  .post-card-info {
    flex-wrap: wrap;
  }

  .input.search-input {
    margin: 0;
    padding-left: 0;
  }

  .nav-category-link {
    box-shadow: none;
    flex: none;
    justify-content: center;
    align-items: center;
    height: 48px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 2px 24px 0;
    display: flex;
  }

  .nav-category-link.w--current {
    box-shadow: none;
    color: var(--primary);
  }

  .inline-links {
    width: 100%;
  }

  .no-padding {
    padding: 0;
  }

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

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

  .counter {
    width: 100%;
    height: 40vw;
    margin-right: 0;
  }

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

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

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

  .service {
    box-shadow: 0 1px 0 0 var(--white-12);
  }

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

  .password-card {
    width: 100%;
    min-width: 0;
    margin-left: 8px;
    margin-right: 8px;
    padding: 40px;
  }

  .search {
    width: 100%;
  }

  .search-result-card {
    flex-direction: column;
    align-items: stretch;
  }

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

  .contact-form {
    width: 100%;
    max-width: none;
  }

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

  .testimonials-arrow {
    display: none;
  }

  .media-info {
    max-width: 100%;
  }

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

  .subscribe {
    padding: 40px 0;
  }

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

  .work-v3, .work-v1 {
    height: 91vw;
  }

  .work-presentation, .work-presentation p, .work-presentation h2, .work-presentation h1, .work-presentation h3, .work-presentation blockquote, .work-presentation h4, .work-presentation h5, .work-presentation ul, .work-presentation h6 {
    margin-left: 0;
    margin-right: 0;
  }

  .work-presentation ol {
    margin-left: 0%;
    margin-right: 0%;
  }

  .work-presentation figure {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .team-card {
    height: 133vw;
  }

  .page-intro {
    min-height: 100px;
  }

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

  .nav-categories {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 32px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
  }

  .nav-category-list {
    flex-direction: column;
    align-items: stretch;
  }

  .post-card {
    flex-flow: column-reverse wrap;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .post-card-thumb {
    width: 100%;
    max-width: none;
    height: 60vw;
  }

  .post-card-content {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .subscribe-heading {
    margin: 0;
  }

  .client {
    height: 18vw;
    padding: 5vw;
  }

  .client-logo {
    min-height: 24px;
  }

  .main-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

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

  .list-dropdown {
    flex-flow: column;
    overflow: hidden;
  }

  .list-dropdown-heading {
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    height: 48px;
    padding: 0 24px;
    font-family: Marcellus, sans-serif;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    position: relative;
  }

  .list-dropdown-arrow1 {
    width: 18px;
  }

  .blog-tags {
    margin-left: 0%;
    margin-right: 0%;
  }

  .first-letter {
    margin-left: 0%;
  }

  .footer-content {
    flex-direction: column;
    justify-content: flex-start;
  }

  .post-cards {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .promo-images-2 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .post-top-info {
    margin-left: 0%;
    margin-right: 0%;
  }

  .gallery {
    flex-direction: column;
    width: 100vw;
    margin-left: 0;
    padding-left: 8%;
    padding-right: 8%;
  }

  .gallery-link {
    margin: 16px 0;
  }

  .feature-step-line {
    margin-top: 32px;
    margin-bottom: -16px;
  }

  .contact-blocks {
    flex-direction: column;
    align-self: start;
  }

  .inline-block {
    box-shadow: 0 1px 0 0 var(--white-12);
  }

  .inline-block.second {
    margin-top: -1px;
    margin-left: 0;
  }

  .hire-form {
    width: 100%;
    max-width: none;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hover {
    display: none;
  }

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

  .post-tags {
    margin-left: -4px;
  }

  .work-v2 {
    height: 91vw;
  }

  .quote-intro {
    padding-left: 0%;
    padding-right: 0%;
  }

  .navigation {
    padding-left: 0;
  }

  .nav-content {
    flex-direction: column;
    padding-top: 80px;
  }

  .nav-link {
    font-size: 8vw;
    line-height: 8vw;
  }

  .slider-button {
    font-size: 20px;
  }

  .slide-heading {
    font-size: 10vw;
    line-height: 10vw;
  }

  .slide-numbers {
    z-index: 100;
  }

  .nav-links {
    flex: 0 auto;
    order: -1;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-info {
    width: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .work-card-name {
    margin-bottom: 8px;
  }

  .work-card {
    padding: 12vw;
  }

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

  .work-wrapper-33 {
    width: 100%;
  }

  .work-card-image {
    margin-bottom: 20px;
  }

  .all-posts-text {
    display: flex;
  }

  .contact-form-block {
    margin-left: 0%;
    margin-right: 0%;
  }

  .post-info {
    flex-wrap: wrap;
  }

  .footer-social {
    width: 100%;
  }

  .instagram-card {
    width: 200px;
    height: 72px;
  }

  .instagram-account {
    font-size: 20px;
  }

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

  .licence {
    flex-direction: column;
    padding-top: 12vw;
  }

  .menu-social {
    width: 100%;
  }

  .sg-text-styles {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .sg-text-wrapper {
    margin-bottom: -1px;
    margin-right: 0;
  }

  .list-dropdown-arrow {
    margin-top: 2px;
    margin-bottom: -4px;
    transform: rotate(90deg);
  }

  .text-block {
    display: none;
  }

  .sg-header-text {
    margin: 0;
  }

  .work-wrapper-50 {
    width: 100%;
  }

  .container {
    max-width: none;
  }

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

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

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

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

#Contact-v2-Phone.w-node-_6ff1d45d-b2d3-3275-5478-e8f208e3f130-3791d54a, #Contact-v2-Budget-2.w-node-_65833192-0489-8294-298e-2295f55d6b28-3791d54a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Contact-v2-Info.w-node-_6ff1d45d-b2d3-3275-5478-e8f208e3f131-3791d54a, #w-node-_6ff1d45d-b2d3-3275-5478-e8f208e3f132-3791d54a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6ff1d45d-b2d3-3275-5478-e8f208e3f136-3791d54a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_99fe1e6f-f3c8-303c-4d99-c18f7bdc7dd0-7bdc7dc5, #w-node-c8c7d823-716a-f44e-f3ae-c7fc121b3ace-7bdc7dc5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c5651e49-a67b-7b13-2b5a-9ecb5a225743-3791d556 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: start;
}

#w-node-c5651e49-a67b-7b13-2b5a-9ecb5a225749-3791d556 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_2defc5b4-ef93-4cdf-e319-3c472b7ea85d-3791d556 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-_2defc5b4-ef93-4cdf-e319-3c472b7ea836-3791d556 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-c5651e49-a67b-7b13-2b5a-9ecb5a225743-3791d556 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c5651e49-a67b-7b13-2b5a-9ecb5a225749-3791d556 {
    grid-area: 1 / 5 / 2 / 9;
  }

  #w-node-_2defc5b4-ef93-4cdf-e319-3c472b7ea85d-3791d556 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-_2defc5b4-ef93-4cdf-e319-3c472b7ea836-3791d556 {
    grid-area: 2 / 2 / 3 / 8;
  }
}

@media screen and (max-width: 767px) {
  #Contact-v2-Info.w-node-_6ff1d45d-b2d3-3275-5478-e8f208e3f131-3791d54a, #w-node-_6ff1d45d-b2d3-3275-5478-e8f208e3f132-3791d54a, #w-node-_6ff1d45d-b2d3-3275-5478-e8f208e3f136-3791d54a {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_99fe1e6f-f3c8-303c-4d99-c18f7bdc7dd0-7bdc7dc5, #w-node-c8c7d823-716a-f44e-f3ae-c7fc121b3ace-7bdc7dc5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c5651e49-a67b-7b13-2b5a-9ecb5a225749-3791d556 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2defc5b4-ef93-4cdf-e319-3c472b7ea85d-3791d556 {
    grid-column: 1 / 5;
  }

  #w-node-_2defc5b4-ef93-4cdf-e319-3c472b7ea836-3791d556 {
    grid-column: span 4 / span 4;
  }
}


