:root {
  --dark: #151515;
  --main: #f44d3b;
  --grey-4: #e5e5e5;
  --white: white;
  --haze: #fafafa;
  --grey-1: #454545;
  --color-2: #e9aa70;
  --grey-2: #959595;
  --grey-3: #d1d1d1;
  --dh-blue: #579fe9;
  --dh-lighter-blue: #89b1de;
  --main-hover: #d33828;
  --facebook: #3b5998;
  --gradient-grey: #f0f0f0;
  --blue-light-tint: #ecf0f9;
}

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

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

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

.w-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;
}

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

h1 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Lora, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 56px;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lora, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
}

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

h4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

h5 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Lora, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
}

h6 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Lora, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

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

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

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

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

li {
  margin-bottom: 4px;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

blockquote {
  border-left: 2px solid var(--main);
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 8px 28px;
  font-family: Noto Serif;
  font-size: 20px;
  font-style: italic;
  line-height: 32px;
}

figure {
  margin-bottom: 24px;
}

figcaption {
  border-bottom: 1px solid var(--grey-4);
  text-align: center;
  margin-top: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 13px;
  line-height: 16px;
}

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

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

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

.section.work-header-section {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 66vh;
  min-height: 600px;
  padding-top: 160px;
  padding-bottom: 112px;
  display: flex;
  overflow: hidden;
}

.section.border-top {
  border-top: 1px solid var(--grey-4);
}

.section.big-image-section {
  border: 24px solid var(--white);
  height: 50vw;
  overflow: hidden;
}

.section.pattern-dark-section {
  color: var(--white);
  background-image: linear-gradient(#000000e6, #000000e6), url('../images/tobias-van-schneider-bQ-XtB9IWmo-unsplash-cropped.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.construction {
  padding-top: 240px;
}

.section._120 {
  padding-left: 0;
  padding-right: 0;
}

.section._120.no-padding-top.reduced-padding-bottom {
  padding-bottom: 60px;
}

.section._120.no-padding-top.reduced-padding-bottom.haze {
  background-color: #fafafa;
}

.section._120.haze {
  background-color: var(--haze);
}

.section._120.reduced-padding-top {
  padding-top: 60px;
}

.section._120.reduced-padding-top.more {
  padding-top: 0;
}

.section._160 {
  padding: 160px 0;
}

.section._100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section._100.reduced-padding-top {
  padding-top: 60px;
}

.section._100.reduced-padding-top.no-padding-bottom {
  padding-bottom: 0;
}

.section._140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

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

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

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

._404-page {
  background-image: url('../images/DH_background_1.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;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 260px;
  display: flex;
  position: relative;
}

.password-form {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

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

.no-margin {
  margin: 0;
}

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

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

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

.intro.top-space {
  margin-top: 100px;
}

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

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

.title.white {
  color: #fff;
}

.title.white.dark {
  color: var(--dark);
  background-color: #0000;
}

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

.brand {
  z-index: 100;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 8px 32px;
  display: flex;
}

.brand.w--current {
  padding-left: 25px;
  padding-right: 25px;
}

.brand.centre {
  flex: 1;
  justify-content: center;
}

.brand.telephone {
  padding-right: 0;
}

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

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

.page-wrapper.nav-left-margin {
  margin-left: 280px;
}

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

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

.change-icon {
  border: 1px solid var(--grey-4);
  color: var(--dark);
  cursor: pointer;
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 15px;
  display: flex;
  position: relative;
}

.tooltip {
  z-index: 2;
  border: 1px solid var(--grey-4);
  color: var(--grey-1);
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 200px;
  max-width: 200px;
  margin-bottom: 20px;
  padding: 12px 16px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  position: absolute;
  bottom: 50%;
  box-shadow: 0 2px 7px #15151514;
}

.tooltip.change-tooltip {
  width: auto;
  margin-bottom: 30px;
  padding: 6px 12px;
  display: block;
}

.tooltip.home-tooltip {
  width: auto;
  margin-bottom: 24px;
  padding: 6px 12px;
  display: block;
}

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

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

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

.licence-item {
  border: 1px solid var(--grey-4);
  background-color: #fff;
  border-radius: 4px;
  align-items: center;
  margin-bottom: 16px;
  padding: 40px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

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

.grey-link {
  color: #505e78;
  text-decoration: none;
}

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

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

.button-icon {
  float: left;
  height: 24px;
  margin-left: -2px;
  margin-right: 10px;
}

.button {
  background-color: var(--color-2);
  color: #fff;
  text-align: center;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s, background-color .4s, box-shadow .4s;
  display: flex;
}

.button:hover {
  background-color: var(--grey-2);
}

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

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

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

.button.white:hover {
  background-color: var(--main);
  color: var(--white);
  background-image: none;
}

.button.ghost {
  border: 1px solid var(--grey-4);
  color: var(--dark);
  background-color: #0000;
  background-image: none;
  transition-property: color, background-color, border-color;
}

.button.ghost:hover {
  background-color: var(--dark);
  box-shadow: none;
  color: #fff;
  border-color: #0000;
}

.button.ghost.more-works-button {
  height: 64px;
  margin-top: 24px;
  margin-left: 15px;
  margin-right: 15px;
}

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

.button.margin-left {
  margin-left: 16px;
}

.button.nav-button {
  color: var(--dark);
  background-color: #fff;
}

.button.nav-button:hover {
  background-color: var(--color-2);
  color: var(--white);
  background-image: none;
}

.button.white-v2 {
  color: var(--dark);
  background-color: #fff;
}

.button.white-v2:hover {
  background-color: var(--dark);
  color: var(--white);
  background-image: none;
}

.button.layout-button {
  color: var(--dark);
  background-color: #fff;
}

.button.blue {
  background-color: var(--dh-blue);
}

.button.blue:hover {
  background-color: var(--dh-lighter-blue);
}

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

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

.sg-button-wrapper {
  box-shadow: inset 0 0 0 1px var(--grey-4);
  text-align: center;
  background-color: #fff;
  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 {
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  padding-bottom: 64px;
  display: flex;
}

.sg-sidebar {
  border-right: 1px solid var(--grey-4);
  background-color: #fff;
  width: 270px;
  padding-bottom: 104px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.sg-sidebar-heading {
  border-bottom: 1px solid var(--grey-4);
  align-items: center;
  padding: 28px 24px;
  display: flex;
}

.sg-sidebar-menu {
  flex-direction: column;
  align-items: stretch;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.sg-sidebar-link {
  color: var(--dark);
  border-radius: 5px;
  width: 100%;
  padding: 10px 16px;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

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

.sg-sidebar-link.w--current {
  background-image: url('../images/right-icon.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 20px;
  font-weight: 700;
}

.sg-back-link {
  border-top: 1px solid var(--grey-4);
  color: var(--dark);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  font-size: 11px;
  text-decoration: none;
  transition: background-color .2s, border-color .2s;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

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

.style-block {
  text-align: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

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

.nav-dropdown-list.w--open {
  background-color: var(--white);
  border-radius: 3px;
  margin-left: -8px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.nav-link {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  transition: color .2s;
  display: flex;
}

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

.nav-link.w--current {
  color: var(--white);
}

.nav-dropdown-link {
  color: var(--dark);
  padding: 8px 32px 8px 24px;
  font-size: 14px;
  transition: color .1s;
}

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

.nav-dropdown-link.w--current {
  color: var(--dark);
  font-weight: 700;
}

.nav-menu {
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.nav-dropdown {
  height: 100%;
  display: none;
}

.logo {
  height: 70px;
}

.logo.smaller {
  height: 24px;
}

.logo-text {
  margin-left: 8px;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

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

.bg-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 140%;
  min-height: 60vh;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0;
}

.bg-image.main-image {
  opacity: .64;
  background-image: url('../images/michael-soledad-9juYjd6iQLU-unsplash.jpg');
}

.bg-image.team-image {
  background-image: url('../images/banter-snaps-PTRzqc_h1r4-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-image.couch-image {
  background-image: linear-gradient(#0006, #0006), url('../images/inside-weather-eAzLO5tr2_c-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.table-image {
  background-image: linear-gradient(#00000059, #00000059), url('../images/skyla-design-Ps0r8xOpnKI-unsplash.jpg');
  background-position: 0 0, 50% 25%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.work-top-image {
  opacity: .6;
}

.bg-image.dh-main {
  background-image: url('../images/DH_home_6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-image.dh-main.nhs {
  background-image: url('../images/DH_home_13.jpg');
}

.bg-image.dh-main.private {
  background-image: url('../images/DH_home_20.jpg');
}

.bg-image.dh-main.contact {
  background-image: url('../images/DH_home_21.jpg');
}

.bg-image.room-image {
  background-image: linear-gradient(#0006, #0006), url('../images/phebe-tan-jqFpFBzz0Tg-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.white-background {
  background-color: var(--white);
  background-image: none;
}

.breadcrumbs {
  z-index: 1;
  color: var(--grey-3);
  background-color: #00000080;
  border-radius: 12px;
  flex-wrap: wrap;
  align-items: center;
  height: 24px;
  margin-top: 20px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

.breadcrumbs-arrow {
  opacity: .33;
  background-image: url('../images/arrow-right-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  margin-right: 8px;
}

.full-width {
  width: 100%;
}

.capitalize {
  text-transform: capitalize;
}

.post-card-info {
  border-bottom: 1px solid var(--grey-4);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

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

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

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

.link-dark.alternate:hover {
  color: var(--facebook);
}

.hidden {
  display: none;
}

.input {
  border: 1px solid var(--grey-4);
  background-color: var(--haze);
  border-radius: 3px;
  height: 48px;
  margin-bottom: 0;
  padding: 11px 24px 12px;
  font-size: 15px;
  line-height: 24px;
  transition: border-color .3s, background-color .3s;
}

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

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

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

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

.input.input-dark:hover {
  border-color: var(--grey-2);
}

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

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

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

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

.input.white {
  background-color: var(--white);
}

.sidebar-block {
  border-top: 2px solid var(--dark);
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

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

.zoomed-image.relative-image {
  width: 100%;
  display: block;
  position: relative;
}

.zoomed-image.relative-image.top-space {
  margin-top: 30px;
}

.zoomed-image.gallery-1 {
  background-image: url('../images/cole-keister-rCbwraKTOtE-unsplash.jpg');
}

.zoomed-image.gallery-2 {
  background-image: url('../images/balazs-ketyi-f5T3eyxUQg8-unsplash.jpg');
}

.zoomed-image.gallery-3 {
  background-image: url('../images/banter-snaps-rt1R5wtY31Q-unsplash.jpg');
}

.zoomed-image.video-preview {
  background-image: url('../images/inside-weather-eAzLO5tr2_c-unsplash.jpg');
}

.zoomed-image.mini-gallery-1 {
  background-image: url('../images/DH_home_4.jpg');
}

.zoomed-image.mini-gallery-2 {
  background-image: url('../images/DH_home_3.jpg');
  background-position: 50%;
}

.zoomed-image.mini-gallery-3 {
  background-image: url('../images/DH_home_2.jpg');
  background-position: 50% 0;
}

.zoomed-image.video-v2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.zoomed-image.instagram-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  position: relative;
}

.sidebar-categories {
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
}

.blog-category-link {
  border-top: 1px solid var(--grey-4);
  border-bottom: 1px solid var(--grey-4);
  color: var(--dark);
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 48px;
  margin-bottom: -1px;
  padding-right: 16px;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: none;
  display: flex;
}

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

.text-small {
  color: var(--white);
  font-size: 16px;
  line-height: 26px;
}

.text-small.bottom-space {
  text-align: center;
  margin-bottom: 20px;
}

.form-success {
  background-color: #0000;
  padding: 16px;
}

.form-success.left {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}

.form-error {
  color: #e84d4d;
  background-color: #e84d4d1a;
  border: 1px solid #e84d4d80;
  border-radius: 3px;
  margin-top: 16px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 20px;
}

.social-buttons {
  flex-wrap: wrap;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: -3px;
  margin-right: -3px;
  display: flex;
}

.social-buttons.left {
  justify-content: flex-start;
}

.social-buttons.right-space {
  padding-right: 12px;
}

.social-button {
  background-color: var(--dark);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin: 3px;
  padding: 10px;
  transition: background-color .4s;
  display: flex;
}

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

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

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

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

.social-button.instagram-color:hover {
  background-color: #f74a64;
}

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

.social-button.behance-color:hover {
  background-color: #105dfb;
}

.social-button.dribbble-color:hover {
  background-color: #ea4c89;
}

.sidebar-tags {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 4px;
  display: flex;
}

.tag {
  background-color: var(--haze);
  color: var(--dark);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
  height: 20px;
  margin: 4px;
  padding: 2px 6px 2px 7px;
  font-size: 8px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: background-color .2s, border-color .2s, color .2s;
  display: inline-block;
}

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

.tag.big {
  height: 24px;
  padding: 4px 8px 4px 9px;
  font-size: 10px;
}

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

.post-card-thumb {
  background-color: var(--grey-4);
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 272px;
  padding: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.post-card {
  flex-flow: column wrap;
  flex: 1;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.divider.no-margin-bottom {
  color: var(--grey-1);
  height: 1px;
  margin-top: 4px;
}

.divider.hero-divider {
  border: 1px solid var(--grey-1);
  background-color: var(--white);
  height: 1px;
  margin-top: 16px;
  margin-bottom: 0;
}

.hero-v4-arrow-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-top: 32px;
  display: flex;
}

.buttons-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.buttons-container.left {
  justify-content: flex-start;
}

.buttons-container.margin-top {
  margin-top: 32px;
}

.buttons-container.margin-top-big {
  margin-top: 64px;
}

.buttons-container.right {
  justify-content: flex-end;
}

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

.text-big.text-grey.no-bottom-space {
  margin-bottom: 0;
}

.text-big.dark {
  color: var(--grey-1);
  background-color: #0000;
}

.text-big.dark.reduced-bottom-space {
  margin-bottom: 12px;
}

.text-big.covid-white {
  color: var(--white);
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.text-big.covid-white.bottom-space {
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 34px;
}

.play-button {
  z-index: 1;
  background-color: var(--white);
  background-image: url('../images/play-icon.svg');
  background-position: 52%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  margin: auto;
  transition: transform .3s, background-color .3s;
  display: block;
  position: absolute;
  inset: 0;
}

.play-button:hover {
  transform: scale(1.08);
}

.side-blocks-flex {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.side-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 8.33%;
  padding-right: 8.33%;
  display: flex;
  position: relative;
}

.side-block.small-padding-side {
  padding-left: 15px;
  padding-right: 15px;
}

.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;
}

.quote-text {
  margin-top: 8px;
  margin-bottom: 24px;
  font-family: Lora, sans-serif;
  font-size: 24px;
  line-height: 36px;
}

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

.counters {
  border-top: 1px solid var(--grey-4);
  border-bottom: 1px solid var(--grey-4);
  justify-content: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 32px 4%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.counter {
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 24px 15px;
  display: flex;
}

.counter-number {
  margin-bottom: 8px;
  font-family: Noto Serif;
  font-size: 40px;
  line-height: 56px;
}

.feature-icon {
  z-index: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  margin-bottom: 16px;
  position: relative;
}

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

.testimonials-v1 {
  background-color: #0000;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 96px;
  padding-right: 96px;
  position: static;
}

.instagram-section {
  z-index: 1;
  background-color: var(--white);
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.instagram-photo-link {
  color: var(--dark);
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.subscribe-form-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.instagram-hover-icon {
  z-index: 1;
  width: 24px;
  margin: 3px 2px;
}

.feature-left {
  flex-direction: row;
  align-items: flex-start;
  padding-right: 6%;
  display: flex;
}

.feature-side-info {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-left: 8%;
  display: flex;
}

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

.feature-v1 {
  border: 1px solid var(--grey-4);
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  margin-bottom: -1px;
  margin-right: -1px;
  padding: 40px 10% 20px;
  transition: border-color .4s;
  display: flex;
}

.feature-v1:hover {
  border-color: var(--grey-2);
}

.side-info {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  padding: 80px 40px;
  display: flex;
}

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

.tabs-menu {
  border: 1px solid var(--grey-4);
  background-color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
  overflow: hidden;
}

.tab-link {
  color: var(--dark);
  background-color: #0000;
  border-radius: 16px;
  height: 32px;
  margin-left: 1px;
  margin-right: 1px;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

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

.tab-link.w--current {
  background-color: var(--main);
  color: var(--white);
  text-decoration: none;
}

.link {
  box-shadow: inset 0 -2px 0 0 var(--grey-4);
  color: var(--dark);
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: -4px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: border-color .15s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.link.white {
  color: #fff;
  box-shadow: inset 0 -2px #ffffff80;
}

.link.margin-left {
  margin-left: 32px;
}

.link.work-hover-link {
  margin-top: 16px;
  margin-bottom: -8px;
}

.testimonials-v2 {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-bottom: 80px;
}

.testimonials-v2-nav {
  transform-style: preserve-3d;
  width: 60px;
  font-size: 3px;
  bottom: -80px;
  left: 0;
  right: 0;
  transform: scale3d(6, 1, 1);
}

.testimonials-v2-slide {
  width: 33.33%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.testimonial-card {
  border: 1px solid var(--grey-4);
  background-color: var(--white);
  color: var(--dark);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 48px 12%;
  display: flex;
}

.testimonial-card-avatar {
  object-fit: cover;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.testimonial-card-name {
  color: var(--dark);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
}

.counter-cards {
  z-index: 1;
  padding-top: 1px;
  padding-bottom: 1px;
  display: none;
  position: relative;
}

.counter-card {
  box-shadow: 0 0 0 1px var(--grey-4);
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 48px 4%;
  display: flex;
  position: relative;
}

.counter-text {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
}

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

.protected-page {
  color: #fff;
  background-image: url('../images/greg-bulla-Go1n9kZNkdY-unsplash.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%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.password-card {
  color: var(--dark);
  background-color: #fff;
  min-width: 470px;
  padding: 64px 80px;
}

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

.search {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  max-width: 770px;
  margin: 0 auto;
  display: grid;
}

.search-result-card {
  border-top: 1px solid var(--grey-4);
  border-bottom: 1px solid var(--grey-4);
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: -1px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

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

.blog-post-text {
  background-color: #fff;
}

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

.blog-post-text ul, .blog-post-text ol {
  margin-right: 25%;
}

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

.blog-post {
  background-color: #fff;
  flex: 1;
  padding-top: 48px;
  position: relative;
}

.coming-soon {
  background-image: linear-gradient(#15151580, #15151580), url('../images/adrien-olichon-jmUAwCkB2X8-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.coming-soon-card {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 670px;
  padding: 64px 80px;
}

.layouts {
  flex-wrap: wrap;
  margin-right: -20px;
  display: flex;
}

.layout {
  color: var(--dark);
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding-bottom: 60px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  transition: background-color .3s;
  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;
}

.sidebar-block-header {
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.sidebar-block-content {
  padding-bottom: 20px;
}

.sidebar-block-content.no-padding {
  padding: 0;
}

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

.sidebar-slide {
  color: var(--dark);
  text-align: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.sidebar-slide-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 160px;
  margin-bottom: 16px;
}

.sidebar-slider {
  background-color: #0000;
  height: 376px;
}

.sidebar-slide-category {
  color: var(--dark);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
  padding: 4px;
  font-size: 8px;
  font-weight: 700;
  line-height: 12px;
  text-decoration: none;
  display: inline-block;
}

.sidebar-slider-button {
  box-shadow: 0 0 0 1px var(--grey-4);
  color: var(--dark);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 48px;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 700;
  transition: background-color .15s;
  display: flex;
  bottom: 0;
  right: 0;
}

.sidebar-slider-button:hover {
  background-color: var(--haze);
}

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

.sidebar-slider-arrow {
  width: 17px;
  margin-left: 3px;
  margin-right: 3px;
}

.sidebar-slider-button-text {
  margin-left: 3px;
  margin-right: 3px;
  font-size: 10px;
}

.sidebar-category-icon {
  opacity: .25;
  width: 16px;
  margin-right: -3px;
}

.sidebar-featured {
  box-shadow: 0 1px 0 0 var(--grey-4);
  color: var(--dark);
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  transition: background-color .15s;
  display: flex;
}

.sidebar-featured:hover {
  background-color: var(--haze);
}

.sidebar-featured-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.sidebar-featured-info {
  flex: 1;
}

.sidebar-featured-category {
  color: var(--dark);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-size: 8px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  display: block;
}

.sidebar-featured-heading {
  text-transform: capitalize;
  margin-bottom: -4px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.post-top {
  text-align: center;
  text-transform: capitalize;
  flex-direction: column;
  align-items: center;
  margin: 48px 16.66% 128px;
  display: flex;
}

.info-v1 {
  display: block;
  position: relative;
}

.info-v1-text {
  z-index: 1;
  color: var(--grey-1);
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 34px;
  position: relative;
}

.media-message {
  z-index: 2;
  color: var(--dark);
  background-color: #fff;
  align-items: stretch;
  max-width: 370px;
  padding: 16px;
  font-size: 13px;
  line-height: 20px;
  display: flex;
  position: absolute;
}

.link-underline {
  z-index: 1;
  background-color: var(--dh-blue);
  width: 12px;
  height: 2px;
  margin-left: 0;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.link-underline.white {
  background-color: #fff;
}

.overlay {
  z-index: 100;
  background-color: #fff;
  display: none;
  position: absolute;
  inset: 0;
}

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

.media-wrapper {
  position: relative;
  overflow: hidden;
}

.media-wrapper.video-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  height: 400px;
  display: flex;
}

.testimonial-v2-text {
  margin-bottom: 16px;
}

.rating {
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  height: 28px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.rating-star {
  width: 18px;
}

.testimonials-v2-button {
  color: var(--dark);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 28px;
  display: none;
  top: 40px;
  bottom: 0;
}

.testimonials-v2-button:hover {
  opacity: 1;
}

.testimonials-v2-button.left {
  left: -25px;
  right: auto;
}

.hero-v1-info {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 42%;
  max-width: 470px;
  margin-right: 8%;
  display: flex;
  position: relative;
}

.hero-v1-scroll {
  z-index: 1;
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  overflow: hidden;
  box-shadow: inset 0 -2px #fff3;
}

.hero-v1-scroll.dark {
  color: var(--dark);
  background-color: #0000;
}

.hero-v1-left {
  z-index: 3;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 600px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.feature-cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  padding-left: 15px;
  padding-right: 15px;
}

.feature-cards.single {
  grid-template-rows: auto;
  margin-top: 15px;
}

.feature-cards.single.adjust {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
}

.mini-gallery-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: 56px 56px 56px 56px 56px 56px 56px 56px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.connect-grid {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  background-color: var(--dark);
  color: var(--white);
  background-image: linear-gradient(#000000e0, #000000e0), url('../images/tobias-van-schneider-bQ-XtB9IWmo-unsplash-cropped.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  min-height: 200px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 56px 5% 108px;
  display: grid;
  position: relative;
}

.connect-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -1px;
  margin-bottom: -1px;
  padding-bottom: 4px;
  display: flex;
}

.place-top {
  z-index: 2;
  position: relative;
}

.first-letter {
  float: left;
  margin-top: 4px;
  margin-right: 8px;
  font-family: Noto Serif;
  font-size: 48px;
  line-height: 40px;
}

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

.works-masonry {
  column-count: 3;
  column-rule-width: 100px;
  column-gap: 0;
  margin-bottom: -88px;
  margin-left: -24px;
  margin-right: -24px;
  position: relative;
}

.works-masonry-item {
  width: 100%;
  padding-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px;
  display: inline-block;
  position: relative;
}

.work-card-masonry {
  z-index: 1;
  color: var(--dark);
  width: 100%;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.work-card {
  color: var(--dark);
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-presentation {
  background-color: #fff;
  margin-bottom: -32px;
}

.work-presentation p {
  color: var(--grey-1);
  margin-bottom: 32px;
  margin-left: 16.66%;
  margin-right: 16.66%;
  font-size: 14px;
  line-height: 24px;
}

.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: 16.66%;
  margin-right: 16.66%;
}

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

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

.work-info-block {
  border-right: 1px solid var(--grey-4);
  color: var(--dark);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: 1;
  margin-right: -1px;
  padding: 40px 5%;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
}

.work-info-blocks {
  border: 1px solid var(--grey-4);
  border-radius: 3px;
  align-self: start;
  margin-left: 16.66%;
  margin-right: 16.66%;
  display: flex;
  overflow: hidden;
}

.work-info-text {
  color: var(--dark);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 16px;
  margin-bottom: 4px;
  font-family: Lora, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
}

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

.work-carousel {
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  position: relative;
}

.work-carousel-link {
  border-top: 1px solid var(--grey-4);
  border-bottom: 1px solid var(--grey-4);
  color: var(--dark);
  text-align: right;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 25vw;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 8%;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.work-carousel-link.right {
  border-left: 1px solid var(--grey-4);
  text-align: left;
  justify-content: flex-start;
  padding-left: 8%;
  padding-right: 0;
}

.work-carousel-all {
  border-bottom: 1px solid var(--grey-4);
  color: var(--dark);
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 88px;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  transition: border-color .4s, color .4s, background-color .4s;
  display: flex;
  position: relative;
}

.work-carousel-all:hover {
  background-color: var(--main);
  color: var(--white);
  border-bottom-color: #0000;
}

.work-carousel-info {
  z-index: 1;
  padding-top: 1px;
  position: relative;
}

.works-fullscreen-link {
  z-index: 3;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 32px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
  position: relative;
}

.works-fullscreen-link:hover {
  color: var(--dark);
  background-color: #fff;
  border-color: #0000;
}

.nav-search-button {
  z-index: 2;
  color: #151515;
  background-color: #0000;
  height: 40px;
  padding: 8px 36px 8px 16px;
  position: relative;
}

.testimonials-v1-nav {
  font-size: 6px;
  display: none;
}

.testimonial-v1-text {
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: Lora, sans-serif;
  font-size: 24px;
  line-height: 40px;
}

.testimonial-v1-avatar {
  object-fit: cover;
  border-radius: 50%;
  width: 88px;
  height: 88px;
  margin-bottom: 20px;
}

.testimonials-v1-button {
  color: var(--white);
  border: 1px solid #ffffff4d;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 160px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 20px;
  transition: height .4s, color .4s, border-color .4s, background-color .4s;
  display: flex;
  inset: 0 auto 0 32px;
}

.testimonials-v1-button:hover {
  background-color: var(--white);
  opacity: 1;
  color: var(--dark);
  border-color: #0000;
  height: 180px;
}

.testimonials-v1-button:active {
  transform: scale(.98);
}

.testimonials-v1-button.right {
  left: auto;
  right: 32px;
}

.testimonial-v1 {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-v1-author-name {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
}

.full-height {
  height: 100%;
}

.team-v1-card-photo {
  width: 100%;
  height: 344px;
  position: relative;
  overflow: hidden;
}

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

.hover {
  z-index: 3;
  transition: background-color .3s, color .3s;
}

.hover.bottom-hover {
  padding: 16px;
  position: absolute;
  inset: auto 0% 0%;
}

.hover.instagram-hover {
  padding-bottom: .7vw;
  padding-left: .7vw;
  padding-right: .7vw;
  position: absolute;
  inset: auto 0% 0%;
}

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

.job {
  border-top: 1px solid var(--grey-4);
  border-bottom: 1px solid var(--grey-4);
  margin-bottom: -1px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.job-info {
  position: relative;
}

.job-position {
  color: var(--grey-2);
  margin-top: -4px;
  font-size: 13px;
  line-height: 20px;
}

.skill {
  letter-spacing: 2px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  padding-bottom: 4px;
  font-size: 10px;
  line-height: 16px;
  display: flex;
}

.skill.no-margin-top {
  margin-top: 0;
}

.skill-bar {
  background-color: var(--haze);
  border-radius: 2px;
  width: 100%;
  height: 4px;
  margin-bottom: 12px;
  overflow: hidden;
}

.skill-progress {
  background-color: var(--main);
  height: 100%;
}

.skill-progress._2 {
  border-radius: 2px;
  margin-right: 10%;
}

.skill-progress._3 {
  margin-right: 30%;
}

.skill-progress._4 {
  margin-right: 20%;
}

.skill-progress.color-1 {
  background-color: var(--main);
}

.skill-name {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
}

.signature-v1 {
  width: 210px;
}

.counter-card-number {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Noto Serif;
  font-size: 32px;
  line-height: 48px;
}

.empty-state {
  text-align: center;
  background-color: #0000;
}

.layout-category {
  color: var(--grey-2);
  margin-top: -4px;
  font-size: 12px;
  line-height: 20px;
}

.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%;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.nav-v2-right {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.layout-home-badge {
  background-color: #15151566;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin: 12px;
  padding: 6px;
  transition: background-color .3s;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.layout-home-badge:hover {
  background-color: var(--dark);
}

.layout-home-icon {
  width: 100%;
}

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

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

.client-v1-link {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 6vw;
  min-height: 48px;
  max-height: 96px;
  padding: 24px;
  transition: opacity .4s;
  display: flex;
}

.client-v1-link.grey {
  opacity: .32;
}

.client-v1-link.grey:hover {
  opacity: 1;
}

.clients-v1 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--grey-4);
  border-bottom: 1px solid var(--grey-4);
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(10%, 1fr));
  grid-auto-columns: 1fr;
  justify-content: space-around;
  padding: 40px 3%;
  display: flex;
}

.client-v1-logo {
  max-width: none;
  height: 80%;
  min-height: 24px;
  max-height: 36px;
}

.work-carousel-heading {
  margin-top: 1vw;
  font-size: 2.4vw;
}

.quote-avatar {
  border-radius: 50%;
  width: 85%;
  max-width: 128px;
}

.gallery-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: 80px 80px 80px 80px 80px 80px 80px 80px 80px 80px;
  grid-template-columns: minmax(5%, 1fr) minmax(5%, 1fr) minmax(5%, 1fr) minmax(5%, 1fr) minmax(5%, 1fr) minmax(5%, 1fr) minmax(5%, 1fr) minmax(5%, 1fr) minmax(5%, 1fr) minmax(5%, 1fr) minmax(5%, 1fr) minmax(5%, 1fr);
  grid-auto-rows: 72px;
  margin-left: 15px;
  margin-right: 15px;
}

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

.bg-video {
  opacity: .9;
  width: 100vw;
  height: 100%;
  display: block;
  position: fixed;
  inset: 0%;
}

.video-section {
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 40vw;
  min-height: 680px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pagination {
  text-align: right;
  margin-top: 48px;
  padding-left: 5px;
  padding-right: 5px;
}

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

.progress {
  background-color: var(--main);
  width: 33%;
  height: 100%;
}

.progress-bar {
  z-index: 101;
  width: 100%;
  height: 2px;
  margin-top: -2px;
  position: fixed;
}

.post-tags-block {
  border-top: 2px solid var(--dark);
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 32px;
  padding-right: 8%;
  display: flex;
}

.post-tags {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: -6px;
  margin-bottom: -6px;
  padding-left: 12px;
  display: flex;
}

.top-line-block {
  border-top: 1px solid var(--dh-blue);
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 8px;
  display: flex;
}

.contact-block-heading {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 32px;
  font-family: Lato, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
}

.sg-heading {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 12px;
}

.sg-color-block {
  border: 1px solid var(--grey-4);
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: -1px;
  margin-right: -1px;
  padding: 64px 32px;
  display: flex;
}

.sg-color-block.small {
  flex: 15%;
  padding: 40px 20px;
}

.sg-color-circle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--haze);
  border-radius: 50%;
  grid-template-rows: 100%;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  width: 120px;
  height: 120px;
  margin-bottom: 16px;
  display: grid;
  overflow: hidden;
}

.sg-color-circle.small {
  width: 88px;
  height: 88px;
}

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

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

.color-hex {
  color: var(--grey-2);
  text-transform: uppercase;
  font-size: 11px;
  line-height: 16px;
}

.colors {
  flex-wrap: wrap;
  margin-bottom: 1px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

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

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

.grey-3 {
  background-color: var(--grey-3);
}

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

.blog-categories {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

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

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

.page-intro.left {
  text-align: left;
  align-items: flex-start;
  margin-left: 6%;
}

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

.page-intro.wider {
  max-width: 1000px;
}

.layout-thumb-container {
  border: 1px solid var(--grey-4);
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}

.top-button {
  z-index: 100;
  background-color: var(--grey-2);
  cursor: pointer;
  background-image: url('../images/up-icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: background-color .4s;
  position: fixed;
  inset: auto 12px 12px auto;
}

.top-button:hover {
  background-color: var(--dh-lighter-blue);
}

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

.menu-icon-top {
  background-color: #fff;
  height: 2px;
  margin-bottom: 6px;
}

.menu-icon-bottom {
  background-color: #fff;
  height: 2px;
}

.big-menu-links {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  padding-bottom: 144px;
  display: flex;
  position: relative;
}

.big-menu-dropdown {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.big-menu {
  background-color: #151515;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-height: 100vh;
  padding-top: 112px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.big-menu.blue {
  background-color: var(--dh-blue);
}

.big-menu-link {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 16px 12px;
  font-family: Lora, sans-serif;
  font-size: 4vh;
  line-height: 5vh;
  text-decoration: none;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

.big-menu-link:hover {
  color: var(--grey-4);
}

.big-menu-link.w--current {
  color: #fff;
}

.big-menu-link.w--current:hover {
  color: var(--grey-4);
}

.big-menu-link.w--open {
  display: flex;
  left: auto;
  right: auto;
}

.nav-v3-content {
  z-index: 10;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.nav-v3-content.shrink {
  flex: 0 auto;
}

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

.nav-bar-top {
  z-index: 100;
  background-color: var(--dh-blue);
  color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 120px;
  margin-bottom: -104px;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.nav-bar-top.classic {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--dh-blue);
  grid-template-rows: auto;
  grid-template-columns: 340px 1fr 340px;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-button {
  z-index: 10;
  color: #fff;
  border-radius: 50%;
  padding: 19px 32px;
}

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

.menu-buttton-text {
  margin-right: 16px;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
}

.nav-background {
  background-color: var(--dh-blue);
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.page-header {
  background-color: var(--dark);
  color: var(--white);
  padding-top: 112px;
  padding-bottom: 112px;
  position: relative;
}

.page-header.top-padding {
  z-index: 1;
  background-color: #000;
  padding-top: 160px;
  padding-bottom: 100px;
  overflow: hidden;
}

.big-menu-social {
  justify-content: center;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
  position: absolute;
  inset: auto 0% 32px;
}

.big-menu-social-line {
  background-color: var(--white);
  opacity: .1;
  flex: 1;
  height: 2px;
  margin-left: 16px;
  margin-right: 16px;
}

.page-description {
  margin-top: 16px;
}

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

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

.breadcrumbs-divider {
  opacity: .3;
  padding-left: 4px;
  padding-right: 4px;
}

.tabs {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-content {
  width: 100%;
}

.breadcrumbs-v2 {
  border-bottom: 1px solid var(--grey-4);
  justify-content: flex-start;
  align-items: center;
  padding: 36px 32px;
  font-size: 11px;
  line-height: 20px;
  display: flex;
}

.breadcrumbs-v2-link {
  color: var(--dark);
  text-decoration: none;
}

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

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

.footer-v1 {
  z-index: 1;
  background-color: var(--dh-blue);
  flex-wrap: wrap;
  padding: 60px 100px;
  display: flex;
  position: relative;
}

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

.footer-v1-logo {
  background-image: url('../images/DH_logo_1_white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 366px;
  flex: none;
  width: 200px;
  height: auto;
  margin-left: -22px;
}

.footer-v1-logo.w--current {
  background-image: url('../images/DH_logo_1_white.png');
  background-size: 190px;
}

.footer-v1-menu {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 16px;
  display: flex;
}

.footer-v1-link {
  color: var(--white);
  padding: 4px 16px;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  transition: color .4s;
}

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

.footer-v1-right {
  text-align: right;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-end;
  padding-right: 0;
  display: flex;
}

.footer-v1-links {
  flex-direction: row;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  padding-bottom: 40px;
  padding-right: 0;
  display: flex;
}

.footer-v1-link-small {
  color: var(--white);
  text-align: center;
  flex: 0 auto;
  align-self: auto;
  padding: 4px 12px;
  font-size: 11px;
  line-height: 16px;
  text-decoration: none;
  transition: color .4s;
}

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

.footer-v1-bottom {
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 24px;
  padding-bottom: 0;
  font-size: 10px;
  line-height: 16px;
  display: flex;
  position: relative;
}

.link-grey {
  color: var(--white);
  text-decoration: none;
  transition: color .2s;
}

.link-grey:hover {
  color: var(--grey-4);
  text-decoration: none;
}

.intro-logo {
  width: 52px;
  margin-bottom: 20px;
}

.footer-v2 {
  background-color: var(--dark);
  align-items: center;
  padding-left: 32px;
  display: flex;
  position: relative;
}

.footer-v2-copyright {
  color: var(--grey-2);
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  font-size: 10px;
  line-height: 16px;
  display: flex;
  position: relative;
}

.footer-v2-menu {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.footer-v2-link {
  color: var(--white);
  text-transform: uppercase;
  padding: 8px 16px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: color .4s;
}

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

.footer-v2-button {
  background-color: var(--main);
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 100%;
  min-height: 104px;
  margin-left: 32px;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

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

.footer-v2-button-text {
  min-width: 80px;
  transform: rotate(90deg);
}

.preloader {
  z-index: 10000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

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

.preloader-left {
  background-color: #fff;
  position: absolute;
  inset: 0 50% 0 0;
}

.preloader-right {
  background-color: #fff;
  position: absolute;
  inset: 0 0% 0 50%;
}

.hero-v1-section {
  z-index: 1;
  background-color: var(--dark);
  perspective: 490px;
  color: var(--white);
  background-image: linear-gradient(#000000e6, #000000e6), url('../images/tobias-van-schneider-bQ-XtB9IWmo-unsplash-cropped.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  max-height: 64vw;
  padding-left: 184px;
  padding-right: 8%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-v1-section.dh-home {
  background-color: var(--white);
  background-image: url('../images/DH_background_3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-v1-line {
  background-color: var(--white);
  width: 80px;
  height: 2px;
  margin-top: 56px;
  margin-left: -112px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-v1-line.dark {
  background-color: var(--dark);
}

.hero-v1-line.light {
  background-color: var(--color-2);
}

.hero-v1-image {
  background-image: url('../images/amin-rokhide-16eUNLpbnXg-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.hero-v1-image.dh-home {
  background-image: url('../images/DH_home_1.jpg');
  background-position: 50% 25%;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  flex: 0 auto;
  align-self: auto;
  height: 90%;
  margin-top: 40px;
}

.hero-vertical-link {
  color: var(--white);
  border-radius: 3px;
  padding: 8px 12px;
  text-decoration: none;
  transition: background-color .3s;
}

.hero-vertical-link:hover {
  background-color: #ffffff1f;
}

.hero-vertical-link.dark {
  color: var(--dark);
  background-color: #0000;
}

.hero-v1-right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 21px;
  padding-right: 21px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero-v1 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  padding-top: 120px;
  padding-bottom: 104px;
  display: flex;
}

.hero-v1-vertical-block {
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 40px;
  margin-left: 8px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  transform: rotate(-90deg);
}

.news-card {
  background-color: var(--dark);
  perspective-origin: 0%;
  transform-origin: 0%;
  color: var(--white);
  border-radius: 3px;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 300px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding: 16px;
  font-size: 13px;
  line-height: 20px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotate(0)perspective(784px);
}

.news-card.dh-home {
  background-color: var(--grey-4);
  max-width: 350px;
}

.news-card.bigger {
  max-width: 500px;
  bottom: auto;
  left: auto;
}

.news-card.intro-box {
  z-index: 1000;
  background-color: var(--dh-blue);
  max-width: 600px;
  position: absolute;
  top: 10%;
  bottom: auto;
}

.news-card.home-message {
  background-color: var(--grey-4);
  flex-direction: column;
  max-width: 600px;
  margin-bottom: 30px;
  margin-left: 30px;
  display: none;
}

.news-card-image {
  background-color: var(--grey-1);
  background-image: url('../images/DH_emergency.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 200px;
  margin-right: 16px;
}

.nav-bar-v1 {
  z-index: 99;
  border-right: 1px solid var(--grey-4);
  background-color: var(--white);
  flex-direction: column;
  width: 280px;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.nav-v1-top {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  display: flex;
}

.nav-v1-brand {
  color: var(--dark);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.nav-v1-logo {
  width: 48px;
}

.nav-v1-logo-text {
  margin-top: 16px;
  font-family: Lora, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.nav-v1-links {
  float: none;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 0;
  display: flex;
}

.nav-v1-link {
  text-align: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 17px;
  line-height: 28px;
  transition: background-color .4s;
  display: block;
}

.nav-v1-link:hover {
  background-color: var(--gradient-grey);
}

.nav-v1-link.w--current {
  color: var(--dark);
}

.nav-v1-link.smaller {
  color: var(--grey-1);
  font-size: 15px;
  line-height: 26px;
}

.nav-v1-button {
  border-top: 1px solid var(--grey-4);
  background-color: var(--dh-blue);
  color: var(--white);
  text-align: center;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-bottom: 1px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 700;
  transition: border-color .4s, color .4s, background-color .4s;
  display: flex;
}

.nav-v1-button:hover {
  background-color: var(--dh-blue);
  color: var(--grey-4);
  border-top-color: #0000;
}

.nav-v1-small-links {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 24px 32px;
  display: flex;
}

.nav-v1-small-link {
  color: var(--grey-2);
  border-radius: 3px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 20px;
  transition: color .4s, background-color .4s;
}

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

.nav-v1-small-link.facebook {
  background-color: var(--facebook);
  color: var(--white);
}

.nav-v1-small-link.facebook:hover {
  color: var(--grey-4);
}

.nav-v1-menu {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.work-slider-v1 {
  background-color: var(--white);
  height: 100vh;
  max-height: 64vw;
}

.work-slide-v1 {
  flex-direction: column;
  height: 100%;
  padding: 40px 88px 0 40px;
  display: flex;
  position: relative;
}

.work-slide-v1-color {
  background-color: var(--grey-1);
  width: 33.33%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.work-slide-v1-image {
  z-index: 1;
  background-color: var(--haze);
  flex: 1;
  position: relative;
  overflow: hidden;
}

.work-slider-v1-button {
  background-color: var(--white);
  color: var(--dark);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 20px;
  transition: transform .4s;
  inset: auto 88px 32px auto;
}

.work-slider-v1-button:hover {
  transform: scale(1.1);
}

.work-slider-v1-button:active {
  transform: scale(1);
}

.work-slider-v1-button.prev {
  right: 148px;
}

.work-slide-v1-info {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 30%;
  padding: 6px 80px 6px 56px;
  position: relative;
}

.work-card-info {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: -4px;
  font-size: 13px;
  line-height: 20px;
  display: flex;
}

.work-slide-v1-nav {
  display: none;
}

.work-slide-v1-marker {
  background-color: var(--dark);
  width: 40px;
  height: 2px;
  margin-top: 23px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.work-slide-v1-progress {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 33.33vh;
  min-height: 320px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  inset: 0% 0 0% auto;
}

.work-slide-v1-bar {
  background-color: #ffffff4d;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 2px;
  display: flex;
}

.work-slide-v1-number {
  color: var(--white);
  flex: none;
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Lora, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.work-slider-v2 {
  background-color: var(--white);
  height: 100vh;
  max-height: 64vw;
  padding: 36px;
}

.work-slider-v2-nav {
  display: none;
}

.works-slide-v2 {
  width: 50%;
  padding: 4px;
}

.works-slide-v2.padding-top {
  padding-top: 88px;
}

.works-slide-v2.padding-bottom {
  padding-bottom: 88px;
}

.work-slide-preview {
  background-color: var(--grey-4);
  color: var(--dark);
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  padding: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-slider-v2-button {
  background-color: var(--white);
  color: var(--dark);
  width: 48px;
  height: 48px;
  margin: auto;
  font-size: 20px;
  left: 0;
  right: 0;
}

.work-slider-v2-button.next {
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  bottom: -48px;
}

.work-slider-v2-button.prev {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  height: 49px;
  top: -49px;
}

.work-slider-v2-arrow {
  transform: rotate(90deg);
}

.work-slider-v2-button-line {
  background-color: var(--grey-4);
  height: 1px;
  position: absolute;
  inset: auto 10px 0%;
}

.work-hover {
  z-index: 2;
  background-color: var(--white);
  text-align: left;
  border-radius: 3px;
  width: 100%;
  max-width: 400px;
  padding: 32px;
  position: relative;
}

.work-card-info-text {
  color: var(--grey-2);
  padding-right: 5px;
}

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

.work-hover-heading {
  margin-top: -4px;
  margin-right: 20px;
}

.work-hover-button {
  background-color: var(--dark);
  background-image: url('../images/plus-icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 1.5px;
  width: 32px;
  height: 32px;
  position: absolute;
  inset: 8px 8px auto auto;
}

.work-slider-v2-heading {
  z-index: 10;
  text-align: left;
  margin-top: 8px;
  margin-left: 2px;
  position: absolute;
}

.hero-v3-section {
  background-color: var(--dark);
  color: var(--white);
  background-image: linear-gradient(#0009, #0009), url('../images/adrien-olichon-jmUAwCkB2X8-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 720px;
  max-height: 64vw;
  display: flex;
  position: relative;
}

.hero-v3-info {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin-bottom: 104px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.hero-avatar {
  background-image: url('../images/Avatar-14.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin-bottom: 24px;
}

.hero-v3-heading {
  margin-bottom: 24px;
}

.works-3-columns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: 368px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 368px;
  grid-auto-columns: 1fr;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.hero-v3-works {
  margin-bottom: -64px;
  position: relative;
  top: -184px;
}

.instagram-photos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: -1px;
  display: grid;
  position: relative;
}

.instagram-info {
  color: var(--dark);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  padding-left: 80px;
  padding-right: 4%;
  display: flex;
  position: relative;
}

.instagram-vertical-text {
  width: 200px;
  position: relative;
  transform: rotate(-90deg);
}

.instagram-vertical-box {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100%;
  padding-bottom: 2px;
  padding-left: 24px;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.point-link {
  color: var(--dark);
  justify-content: flex-start;
  align-items: center;
  margin-top: -12px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 12px;
  font-family: Lora, sans-serif;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}

.instagram-hover-button {
  z-index: 2;
  background-color: var(--white);
  text-align: center;
  border-radius: 3px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 9px 8px;
  font-size: 13px;
  line-height: 16px;
  display: flex;
  position: relative;
}

.instagram-hover-text {
  margin: 3px 4px;
}

.instagram-heading {
  flex-wrap: nowrap;
  margin-top: -1.2vw;
  margin-bottom: .5vw;
  font-size: 1.9vw;
}

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

.form-label {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: -4px;
  margin-bottom: 8px;
  font-size: 10px;
  line-height: 16px;
}

.follow-block {
  z-index: 3;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 21px 24px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.follow-block-line {
  background-color: var(--dark);
  width: 64px;
  height: 2px;
  margin-left: 20px;
  margin-right: 20px;
}

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

.follow-block-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
}

.side-blocks {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-side-media {
  background-image: url('../images/alexa-williams-alI2YF1Wg9A-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

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

.select-wrapper {
  border: 1px solid var(--grey-4);
  background-color: var(--haze);
  border-radius: 3px;
  height: 48px;
  margin-bottom: 0;
  padding: 0 14px;
  font-size: 14px;
  line-height: 24px;
  transition: border-color .3s, background-color .3s;
}

.select-wrapper:hover {
  border-color: var(--grey-3);
}

.select-wrapper:focus {
  border-color: var(--main);
  background-color: var(--white);
}

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

.select {
  background-color: #0000;
  border: 1px #000;
  height: 100%;
  margin: 0;
  font-size: 15px;
}

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

.contact-text-big {
  color: var(--dark);
  font-family: Lora, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.hero-v2-section {
  background-color: var(--dark);
  color: var(--white);
  height: 100vh;
  max-height: 64vw;
  display: flex;
}

.hero-v2-section._75vh {
  background-color: var(--white);
  height: 85vh;
}

.hero-v2-image {
  background-image: url('../images/oswaldo-ibanez-sSQeNMWhFHY-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 41.66%;
}

.hero-v2-image._50 {
  background-image: url('../images/DH_home_22.jpg');
  width: 50%;
}

.hero-v2-info {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 570px;
  margin-left: 8%;
  margin-right: 8%;
  padding-top: 160px;
  padding-bottom: 112px;
  display: flex;
}

.hero-v2-info.wider {
  max-width: 650px;
}

.testimonial-v1-divider-box {
  justify-content: center;
  align-items: center;
  width: 370px;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.testimonials-v1-line {
  background-color: var(--white);
  opacity: .3;
  flex: 1;
  height: 2px;
}

.sidebar-grid {
  grid-column-gap: 40px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 300px 1fr 300px;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1170px;
  display: grid;
}

.sidebar-grid.hidden {
  display: none;
}

.post-image {
  background-color: var(--dark);
  height: 680px;
  margin-top: -184px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
}

.post-heading {
  margin-top: 20px;
  margin-bottom: 32px;
}

.post-info {
  border-top: 2px solid var(--dark);
  position: sticky;
  top: 128px;
}

.post-info-block {
  border-bottom: 1px solid var(--grey-4);
  color: var(--grey-2);
  justify-content: space-between;
  align-items: center;
  height: auto;
  min-height: 64px;
  font-size: 13px;
  line-height: 20px;
  display: flex;
}

.post-info-heading {
  color: var(--dark);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
}

.post-category {
  background-color: var(--main);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
  height: 20px;
  padding: 2px 6px;
  font-size: 8px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: background-color .2s, border-color .2s, color .2s;
  display: inline-block;
}

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

.post-share-buttons {
  flex-wrap: wrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-left: -3px;
  margin-right: -3px;
  padding-top: 21px;
  padding-bottom: 21px;
  display: flex;
}

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

.tabs-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cms-categories {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.post-card-category {
  background-color: var(--dark);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
  flex: none;
  height: 20px;
  padding: 2px 6px 2px 7px;
  font-size: 8px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: background-color .2s, border-color .2s, color .2s;
  display: inline-block;
}

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

.post-card-info-text {
  color: var(--grey-2);
  flex: 1;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

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

.posts-3-columns {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.posts-2-columns {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.search-link {
  background-color: var(--haze);
  color: var(--grey-2);
  border-radius: 3px;
  margin-top: 12px;
  padding: 4px 6px;
  font-size: 11px;
  line-height: 16px;
}

.skill-percent {
  background-color: var(--haze);
  border-radius: 3px;
  padding: 4px 8px 4px 9px;
}

.features-grid {
  grid-column-gap: 30px;
  grid-row-gap: 54px;
  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%;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.layouts-info {
  position: sticky;
  top: 80px;
}

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

.connect-social {
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.connect-social-line {
  background-color: var(--white);
  opacity: .3;
  flex: 1;
  height: 1px;
}

.connect-social-buttons {
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

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

.connect-logo {
  width: 48px;
  margin-bottom: 16px;
}

.form-text-small {
  margin-top: 12px;
  font-size: 11px;
  line-height: 16px;
}

.connect-subscribe {
  max-width: 370px;
  padding-top: 8px;
}

.contact-blocks {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.grid-content.left {
  text-align: left;
  align-items: flex-start;
}

.subscribe {
  width: 100%;
  max-width: 430px;
}

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

.works-dynamic-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: 280px 360px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: -16px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.post-card-thumb-big {
  background-color: var(--grey-4);
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 400px;
  max-height: 32vw;
  padding: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-slide-v1-timeline {
  background-color: var(--white);
  width: 100%;
  height: 33.33%;
}

.skills-block-sticky {
  position: sticky;
  top: 144px;
}

.menu-text-box {
  float: left;
  margin-top: 3px;
  overflow: hidden;
}

.skill-card {
  background-color: var(--white);
  padding: 48px 48px 40px 128px;
  position: relative;
}

.vertical-text-box {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.vertical-text-box.skill-card-text {
  border-right: 1px solid var(--grey-4);
  width: 80px;
}

.vertical-heading {
  width: 280px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  transform: rotate(-90deg);
}

.coming-soon-subscribe {
  width: 100%;
  max-width: 400px;
}

.pos-content {
  padding-top: 128px;
}

.subscribe-v1 {
  align-items: flex-start;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subscribe-v1-info {
  flex: 1;
}

.subscribe-v1-media {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 152px;
  height: 152px;
  margin-top: -16px;
  margin-right: 40px;
  display: flex;
  position: relative;
}

.subscribe-v1-badge {
  width: 88%;
  position: absolute;
}

.subscribe-v1-heading {
  margin-bottom: 24px;
}

.password-icon {
  width: 64px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}

.subscribe-badge-icon {
  z-index: 2;
  width: 56px;
  position: relative;
}

.subscribe-v-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subscribe-v2-heading {
  margin-bottom: 32px;
}

.search-section {
  border-bottom: 1px solid var(--grey-4);
  background-color: var(--haze);
  padding-top: 24px;
  padding-bottom: 24px;
}

.cta-intro {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.tags-heading {
  flex: none;
  margin-right: 10%;
}

.blog-tags-block {
  border-top: 2px solid var(--dark);
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 32px;
  padding-right: 8%;
  display: flex;
}

.blog-tags {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.post-tags-heading {
  margin-top: -2px;
}

.connect-text-small {
  margin-top: 12px;
  font-size: 11px;
  line-height: 16px;
}

.testimonial-v1-highlight {
  background-color: var(--white);
  color: var(--dark);
  border-radius: 3px;
  padding-left: 4px;
  padding-right: 4px;
}

.testimonial-v1-icon {
  background-color: var(--dark);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 12px;
  transition: background-color .4s;
  display: flex;
}

.testimonial-v1-icon:hover {
  border-color: var(--dark);
}

.work-description {
  margin-top: 16px;
  margin-bottom: 24px;
}

.awards {
  border-top: 1px solid var(--grey-4);
  border-bottom: 1px solid var(--grey-4);
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 28px;
  padding-bottom: 28px;
  display: flex;
}

.awards-info {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
  min-width: 270px;
  min-height: 128px;
  padding-right: 16px;
  display: flex;
}

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

.award {
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 24px 1%;
  display: flex;
}

.laurel-wreath {
  opacity: .3;
  flex: none;
  width: 40px;
}

.award-info {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.award-heading {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.award-text {
  color: var(--grey-2);
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 11px;
  line-height: 16px;
}

.award-year {
  color: var(--main);
  letter-spacing: 1.5px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
}

.awards-list {
  flex: 1;
  justify-content: space-around;
  display: flex;
}

.work-slider-badge {
  z-index: 3;
  background-color: var(--white);
  color: var(--dark);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.layout-hover {
  z-index: 3;
  background-color: #0000001f;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-1.dark {
  color: var(--grey-1);
  background-color: #0000;
}

.heading-1.dark.smaller {
  font-size: 32px;
  line-height: 48px;
}

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

.link-underline-2 {
  z-index: 1;
  background-color: var(--dh-blue);
  width: 12px;
  height: 2px;
  margin-left: 0;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.section-2 {
  z-index: 1;
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section-2._140 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-2._140.reduced-bottom-padding {
  padding-bottom: 60px;
}

.section-2.pattern-dark-section {
  color: #fff;
  background-image: linear-gradient(#000000e6, #000000e6), url('../images/tobias-van-schneider-bQ-XtB9IWmo-unsplash-cropped.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-2.pattern-dark-section.gift-voucher {
  border-top: 1px solid var(--grey-4);
  background-image: url('../images/DH_background_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.work-card-masonry-2 {
  z-index: 1;
  color: #151515;
  width: 100%;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.heading {
  margin-bottom: 0;
}

.work-card-info-text-2 {
  color: #959595;
  padding-right: 5px;
}

.work-card-info-text-2.darker {
  color: #454545;
}

.work-hover-2 {
  z-index: 2;
  text-align: left;
  background-color: #fff;
  border-radius: 3px;
  width: 100%;
  max-width: 400px;
  padding: 32px;
  position: relative;
}

.works-product-tag {
  z-index: 100;
  background-color: #fff;
  border-radius: 7px;
  margin-top: 10px;
  margin-left: 10px;
  padding: 5px 10px;
  position: absolute;
}

.works-product-tag.haze {
  background-color: var(--haze);
}

.link-2 {
  color: #151515;
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: -4px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: border-color .15s;
  display: inline-block;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 -2px #e5e5e5;
}

.link-2.work-hover-link {
  margin-top: 16px;
  margin-bottom: -8px;
}

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

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

.works-masonry-item-2 {
  width: 100%;
  padding-bottom: 80px;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
  position: relative;
}

.title-2 {
  color: #151515;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
}

.work-hover-button-2 {
  background-color: #151515;
  background-image: url('../images/plus-icon-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 1.5px;
  width: 32px;
  height: 32px;
  position: absolute;
  inset: 8px 8px auto auto;
}

.work-hover-button-2.purple {
  background-color: #a832a4;
}

.work-hover-button-2.blue {
  background-color: var(--dh-blue);
}

.home-image-mobile {
  display: none;
}

.contact-text-small {
  color: var(--dark);
}

.contact-text-small.top-space {
  margin-top: 20px;
}

.contact-link {
  color: var(--dark);
  font-family: Lora, sans-serif;
  font-size: 18px;
  line-height: 32px;
  transition: color .4s;
}

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

.contact-link.bigger {
  font-size: 20px;
  line-height: 34px;
}

.intro-block {
  text-align: center;
  margin-left: 140px;
  margin-right: 140px;
}

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

.heading-2.blue {
  color: var(--dh-blue);
  font-size: 36px;
  line-height: 48px;
}

.heading-2.blue.smaller {
  font-size: 32px;
  line-height: 42px;
}

.image-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.covid-message {
  background-color: var(--dh-blue);
  border-radius: 13px;
  margin-bottom: 100px;
  padding: 40px 60px;
}

.covid-message.top-space {
  background-color: var(--dh-blue);
  margin-top: 60px;
  margin-bottom: 0;
  padding: 20px 40px;
}

.covid-message.top-space.bottom-space {
  margin-bottom: 60px;
}

.section-3 {
  background-image: linear-gradient(to bottom, var(--gradient-grey), white 73%, var(--white));
  height: 10vh;
}

.section-3.blue {
  background-image: linear-gradient(to bottom, var(--blue-light-tint), white 100%, var(--white));
}

.column-2 {
  justify-content: flex-end;
  display: flex;
}

.logo-bar {
  border-top: 1px solid var(--grey-4);
  border-bottom: 1px solid var(--grey-4);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 24px;
  display: flex;
  position: relative;
}

.wrapper-2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.logotypes-v1 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 0 8px;
  display: flex;
}

.logo-link {
  margin: 17px 25px;
  padding: 8px 12px;
}

.logo-2 {
  height: auto;
}

.text-grey-2 {
  color: #959595;
}

.text-grey-2.darker {
  color: #575757;
}

.main-heading {
  color: #151515;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #f44d3b;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s, background-color .4s, box-shadow .4s;
  display: flex;
}

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

.button-2.indulge-main-button {
  color: #454545;
  background-color: #efdeca;
}

.button-2.indulge-main-button:hover {
  background-color: #fff;
  border: .5px solid #959595;
}

.team-image {
  margin-bottom: 30px;
}

.image-3 {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.image-4 {
  margin-top: 40px;
}

.subheading {
  font-weight: 700;
}

.subheading.light {
  color: var(--grey-1);
  font-weight: 400;
}

.div-block-2 {
  width: 100%;
}

.div-block-3 {
  opacity: 1;
  color: var(--white);
  background-color: #fffc;
  justify-content: center;
  align-items: stretch;
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
  position: relative;
  inset: 75% auto auto 0%;
}

.text-block-4 {
  color: var(--dark);
  background-color: #0000;
  padding: 13px;
  font-size: 13px;
}

.heading-3 {
  color: var(--white);
  text-align: center;
  font-size: 30px;
  line-height: 40px;
}

.heading-3.dark {
  color: var(--dark);
  text-align: left;
  background-color: #0000;
}

.heading-4, .paragraph {
  color: var(--grey-1);
}

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

.paragraph-bolder {
  font-weight: 700;
}

.news-card-link {
  color: var(--dark);
  font-weight: 700;
  transition: color .3s;
}

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

.text-span {
  font-size: 16px;
}

.text-span-2, .text-span-3 {
  font-size: 14px;
}

.second-box {
  margin-top: 40px;
}

.second-box.completely-hidden {
  display: none;
}

.text-span-4 {
  font-size: 15px;
  line-height: 26px;
}

.link-white {
  color: var(--white);
  transition: all .4s;
}

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

.medical-form-block.book-appointment.hidden-desktop, .medical-form-block.book-appointment.completely-hidden {
  display: none;
}

.bolder {
  font-weight: 700;
}

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

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

  h4 {
    margin-bottom: 8px;
  }

  figcaption {
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

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

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

  .section.work-header-section {
    height: auto;
    min-height: 40vw;
  }

  .section.big-image-section {
    border-width: 16px;
    height: 60vw;
  }

  .section._120 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section._120.no-padding-top.reduced-padding-bottom {
    padding-bottom: 40px;
  }

  .section._120.reduced-padding-top {
    padding-top: 50px;
  }

  .section._160 {
    padding: 100px 20px;
  }

  .section._100 {
    padding: 80px 20px;
  }

  .section._100.reduced-padding-top {
    padding-top: 50px;
  }

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

  .wrapper {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .no-margin {
    margin: 0;
  }

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

  .intro.top-space.mobile-small {
    margin-top: 0;
  }

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

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

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

  .page-wrapper.nav-left-margin {
    margin-top: 64px;
    margin-left: 0;
  }

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

  .tooltip.home-tooltip {
    display: none;
  }

  .change {
    padding: 24px;
  }

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

  .button.ghost.more-works-button {
    margin-left: 8px;
    margin-right: 8px;
  }

  .button.nav-button {
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

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

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

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

  .sg-sidebar {
    width: 100%;
    padding-bottom: 0;
    position: relative;
  }

  .sg-sidebar-heading {
    padding: 12px 16px;
  }

  .sg-sidebar-menu {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 12px;
  }

  .sg-sidebar-link {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .sg-back-link {
    border-bottom: 1px solid var(--grey-4);
    padding: 16px;
    position: relative;
  }

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

  .nav-dropdown-list.w--open {
    border-bottom: 1px solid var(--grey-4);
    background-color: #0000;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 12px;
    box-shadow: 0 1px #ffffff1f;
  }

  .nav-link {
    box-shadow: 0 1px 0 0 var(--grey-4);
    color: var(--dark);
    padding: 16px 24px;
  }

  .nav-link:hover, .nav-link.w--current {
    color: var(--dark);
  }

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

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

  .menu-button-old {
    margin-left: 16px;
    padding: 26px;
  }

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

  .nav-dropdown-link {
    color: var(--dark);
    padding-left: 40px;
  }

  .nav-dropdown-link:hover {
    color: var(--dark);
  }

  .nav-dropdown-link.w--current {
    color: var(--dark);
    font-weight: 700;
  }

  .nav-menu {
    background-color: #fff;
    width: 100%;
    max-height: 80vh;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: scroll;
  }

  .logo {
    height: 45px;
  }

  .logo-text {
    margin-left: 12px;
    font-size: 18px;
    line-height: 20px;
  }

  .bg-image {
    min-height: 0;
  }

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

  .zoomed-image.relative-image.top-space.hidden-mobile {
    display: none;
  }

  .social-buttons.right-space {
    padding-right: 0;
  }

  .post-card-thumb {
    height: 35vw;
  }

  .buttons-container.margin-top-big {
    margin-top: 48px;
  }

  .text-big.covid-white, .text-big.covid-white.bottom-space {
    text-align: center;
  }

  .side-blocks-flex {
    flex-wrap: wrap;
    margin-bottom: -48px;
  }

  .side-block {
    width: 100%;
    margin-bottom: 48px;
    padding-left: 12%;
    padding-right: 12%;
  }

  .side-block.no-padding-right {
    padding-right: 12%;
  }

  .side-block.small-padding-side {
    padding-left: 12%;
    padding-right: 12%;
  }

  .no-padding {
    padding: 0;
  }

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

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

  .counters {
    margin-left: 8px;
    margin-right: 8px;
    padding: 24px 0%;
  }

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

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

  .testimonials-v1 {
    padding-left: 80px;
    padding-right: 80px;
  }

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

  .instagram-hover-icon {
    display: none;
  }

  .feature-v1 {
    padding: 40px 12% 20px;
  }

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

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

  .tabs-menu {
    margin-bottom: 56px;
  }

  .link.work-hover-link {
    display: none;
  }

  .testimonials-v2-slide {
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
  }

  .counter-cards {
    flex-wrap: wrap;
  }

  .counter-card {
    flex-basis: 45%;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .search {
    width: 80%;
  }

  .search-results {
    width: 80%;
    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: 12%;
    margin-right: 12%;
  }

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

  .coming-soon {
    padding-left: 8px;
    padding-right: 8px;
  }

  .layouts {
    margin-top: -24px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .layout {
    width: 50%;
    padding: 32px;
  }

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

  .sidebar-block-content.no-padding {
    padding: 0;
  }

  .sidebar-slide-image {
    height: 232px;
  }

  .sidebar-slider {
    height: 448px;
  }

  .post-top {
    margin-top: 32px;
    margin-left: 12%;
    margin-right: 12%;
  }

  .media-wrapper.video-wrapper {
    height: 50vw;
  }

  .testimonials-v2-button {
    right: 0;
  }

  .testimonials-v2-button.left {
    left: 0;
  }

  .hero-v1-info {
    width: 100%;
    max-width: 570px;
    margin-right: 0%;
    padding-left: 120px;
  }

  .hero-v1-scroll {
    display: none;
  }

  .hero-v1-left {
    margin-top: 180px;
  }

  .feature-cards {
    grid-template-rows: auto auto auto;
    padding-left: 8px;
    padding-right: 8px;
  }

  .feature-cards.single.adjust {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .connect-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 48px;
  }

  .connect-center {
    border-top-style: none;
    border-bottom-style: none;
    display: none;
  }

  .works-masonry {
    column-count: 2;
    margin-bottom: -104px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .works-masonry-item {
    padding-bottom: 64px;
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .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;
  }

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

  .work-carousel-link {
    text-align: center;
    justify-content: center;
    height: auto;
    min-height: 20vw;
    padding-left: 6%;
    padding-right: 6%;
  }

  .work-carousel-link.right {
    text-align: center;
    justify-content: center;
    padding-left: 6%;
    padding-right: 6%;
  }

  .work-carousel-all {
    height: 80px;
  }

  .works-fullscreen-link {
    font-size: 100px;
  }

  .nav-search-button {
    color: #0000;
    width: 48px;
    padding: 12px;
  }

  .testimonial-v1-text {
    font-size: 22px;
    line-height: 36px;
  }

  .testimonials-v1-button {
    left: 16px;
  }

  .testimonials-v1-button.right {
    right: 16px;
  }

  .testimonial-v1 {
    width: 100%;
    max-width: none;
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-v4-slide {
    margin-top: auto;
    top: 0;
    bottom: 0;
  }

  .team-v1-card-photo {
    height: 42vw;
  }

  .hover {
    display: none;
  }

  .hover.mobile-visible {
    display: block;
  }

  .menu-button-2 {
    z-index: 2147483647;
    background-color: #0000;
  }

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

  .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;
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav-v2-right {
    padding-right: 0;
  }

  .layout-home-badge {
    background-color: #1515154d;
    width: 24px;
    height: 24px;
    padding: 5px;
  }

  .client-v1-link {
    padding: 16px;
  }

  .clients-v1 {
    grid-row-gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  }

  .work-carousel-heading {
    font-size: 24px;
  }

  .quote-avatar {
    max-width: 128px;
    margin-left: 12%;
  }

  .gallery-grid {
    grid-template-rows: 72px 72px 72px 72px 72px 72px 72px 72px;
    grid-template-columns: minmax(5%, 1fr) minmax(5%, 1fr) minmax(5%, 1fr) minmax(5%, 1fr) minmax(5%, 1fr) minmax(5%, 1fr) minmax(5%, 1fr) minmax(5%, 1fr);
    margin-left: 8px;
    margin-right: 8px;
  }

  .bg-video {
    z-index: 1;
    position: absolute;
  }

  .video-section {
    height: auto;
    min-height: 60vw;
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .post-tags-block {
    margin-left: 4%;
    padding-top: 23px;
  }

  .top-line-block.contact {
    display: none;
  }

  .contact-block-heading {
    margin-top: 20px;
    margin-bottom: 24px;
  }

  .sg-color-block.small {
    flex: 30%;
  }

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

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

  .top-button {
    bottom: 12px;
    right: 12px;
  }

  .big-menu {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .big-menu-link:hover, .big-menu-link.w--current, .big-menu-link.w--current:hover {
    color: #fff;
  }

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

  .nav-bar-top {
    height: 84px;
    margin-bottom: -64px;
    padding-right: 0;
  }

  .nav-bar-top.classic {
    grid-template-columns: auto 1fr auto;
  }

  .menu-button {
    color: var(--white);
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .menu-buttton-text {
    margin-top: 1px;
  }

  .page-header.top-padding {
    padding-top: 140px;
  }

  .big-menu-social {
    bottom: 60px;
  }

  .breadcrumbs-v2 {
    padding: 12px 16px;
    display: none;
  }

  .footer-v1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-v1-left {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-v1-logo {
    width: 64px;
    height: 64px;
    margin-left: -6px;
  }

  .footer-v1-menu {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
  }

  .footer-v1-right {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-v1-links {
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-left: 0;
    padding-right: 0;
  }

  .footer-v1-bottom {
    flex-wrap: wrap;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .footer-v2 {
    flex-wrap: wrap;
    padding: 12px 64px 12px 16px;
  }

  .footer-v2-copyright {
    flex-wrap: wrap;
    flex: 0 auto;
    order: 1;
    width: 100%;
    margin-top: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0;
  }

  .footer-v2-menu {
    flex: 1;
    order: -1;
    justify-content: flex-start;
    margin-left: -12px;
    padding-left: 0;
  }

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

  .footer-v2-button {
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .hero-v1-section {
    height: auto;
    max-height: none;
    padding-left: 80px;
    padding-right: 80px;
  }

  .hero-v1-line {
    margin-top: 48px;
    margin-left: 0;
  }

  .hero-v1-image {
    width: 100%;
    height: 96vw;
    margin-bottom: 64px;
  }

  .hero-vertical-link:hover {
    background-color: #0000;
  }

  .hero-v1-right {
    margin-top: 180px;
  }

  .hero-v1 {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 80px;
  }

  .news-card {
    display: none;
  }

  .news-card.home-message {
    max-width: 300px;
    display: none;
  }

  .nav-bar-v1 {
    border-bottom: 1px solid var(--grey-4);
    border-right-style: none;
    flex-direction: row;
    width: auto;
    height: 64px;
    display: none;
    inset: 0% 0% auto;
  }

  .nav-v1-top {
    flex: 1;
    justify-content: flex-start;
    height: auto;
    min-height: 0;
  }

  .nav-v1-brand {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 8px 16px;
  }

  .nav-v1-logo {
    width: 36px;
  }

  .nav-v1-logo-text {
    margin-top: 0;
    margin-left: 12px;
    font-size: 18px;
    line-height: 24px;
  }

  .nav-v1-links {
    border-top: 1px solid var(--grey-4);
    flex-flow: wrap;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-v1-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-v1-button {
    border-right: 1px solid var(--grey-4);
    border-left: 1px solid var(--grey-4);
    border-top-style: none;
    height: auto;
  }

  .nav-v1-small-links {
    border-top: 1px solid var(--grey-4);
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-v1-small-link {
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav-1-menu-button {
    width: 64px;
    height: auto;
    padding: 20px;
  }

  .nav-1-menu-button.w--open {
    color: var(--dark);
    background-color: #0000;
  }

  .nav-v1-menu {
    background-color: var(--white);
    box-shadow: 1px 1px 0 0 var(--grey-4);
  }

  .work-slider-v1 {
    height: 92vw;
    max-height: none;
    margin-top: -64px;
    padding-top: 64px;
  }

  .work-slide-v1 {
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 48px;
  }

  .work-slide-v1-color {
    width: 33.33%;
  }

  .work-slider-v1-button {
    bottom: 48px;
    right: 48px;
  }

  .work-slider-v1-button.prev {
    right: 104px;
  }

  .work-slide-v1-info {
    margin-bottom: 24px;
  }

  .work-card-info {
    display: flex;
  }

  .work-slide-v1-marker {
    margin-top: 20px;
  }

  .work-slide-v1-progress {
    width: 48px;
    top: -72px;
  }

  .work-slide-v1-number {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 13px;
  }

  .work-slider-v2 {
    height: 80vw;
    max-height: none;
    margin-bottom: -40px;
    padding: 40px 8px;
  }

  .works-slide-v2 {
    padding-bottom: 0;
  }

  .works-slide-v2.padding-top {
    padding-top: 48px;
  }

  .works-slide-v2.padding-bottom {
    padding-bottom: 48px;
  }

  .work-hover {
    padding: 16px;
    display: block;
  }

  .work-slider-v2-heading {
    margin-top: -16px;
    font-size: 24px;
    line-height: 32px;
  }

  .hero-v3-section {
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .hero-v3-info {
    margin-top: 144px;
    margin-bottom: 256px;
  }

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

  .works-3-columns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 44vw;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 44vw;
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-v3-works {
    margin-bottom: -96px;
  }

  .instagram-photos {
    flex-wrap: wrap;
    flex: 0 auto;
    width: 100%;
  }

  .instagram-info {
    border-top: 1px solid var(--grey-4);
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 5%;
  }

  .instagram-vertical-box {
    width: 24px;
    padding-left: 16px;
  }

  .instagram-hover-button {
    display: none;
  }

  .instagram-heading {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 40px;
  }

  .form-2-columns {
    grid-column-gap: 16px;
  }

  .follow-block-line {
    width: 48px;
  }

  .side-blocks {
    grid-template-columns: 1fr;
  }

  .contact-side-media {
    height: 110vw;
    min-height: 0;
  }

  .form-1-column {
    grid-column-gap: 16px;
  }

  .hero-v2-section {
    height: auto;
    max-height: none;
  }

  .hero-v2-image._50 {
    background-position: 65%;
  }

  .hero-v2-info {
    padding-top: 144px;
    padding-bottom: 104px;
  }

  .sidebar-grid {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .post-image {
    height: 58vw;
    margin-left: 8px;
    margin-right: 8px;
  }

  .post-info {
    position: static;
  }

  .post-info-block {
    min-height: 60px;
  }

  .work-carousel-image {
    display: none;
  }

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

  .posts-3-columns {
    grid-column-gap: 16px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .posts-2-columns {
    grid-column-gap: 16px;
    grid-row-gap: 48px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .features-grid {
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .layouts-info {
    flex-direction: column;
    align-items: center;
    display: flex;
    position: static;
  }

  .contact-blocks {
    grid-column-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
  }

  .works-dynamic-grid {
    grid-template-rows: 22vw 28vw;
    padding-left: 8px;
    padding-right: 8px;
  }

  .post-card-thumb-big {
    height: 35vw;
    max-height: none;
  }

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

  .vertical-text-box {
    width: 24px;
    padding-left: 16px;
  }

  .vertical-text-box.skill-card-text {
    padding-left: 0;
    padding-right: 0;
  }

  .pos-content {
    padding-top: 80px;
  }

  .subscribe-v1-media {
    margin-right: 32px;
  }

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

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

  .blog-tags-block {
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 28px;
    padding-right: 0%;
  }

  .awards {
    border-top-style: none;
    border-bottom-style: none;
    align-items: flex-start;
    margin: -20px 8px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .awards-info {
    justify-content: flex-start;
    padding-top: 20px;
  }

  .award {
    flex: 0 auto;
    width: 50%;
  }

  .awards-list {
    flex-wrap: wrap;
  }

  .layout-hover {
    display: none;
  }

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

  .section-2._140 {
    padding: 80px 20px;
  }

  .section-2._140.reduced-bottom-padding {
    padding-bottom: 40px;
  }

  .section-2._120 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    font-size: 12px;
    line-height: 18px;
  }

  .work-hover-2 {
    padding: 16px;
    display: block;
  }

  .works-product-tag {
    margin-top: 7px;
    margin-left: 7px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .link-2.work-hover-link {
    display: none;
  }

  .works-masonry-item-2 {
    padding-bottom: 64px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .intro-block {
    margin-left: 40px;
    margin-right: 40px;
  }

  .section-3 {
    height: 7vh;
    display: block;
  }

  .logo-bar {
    padding: 80px 8px;
  }

  .logo-link {
    margin: 9px 12px;
  }
}

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

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

  blockquote {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 17px;
    line-height: 28px;
  }

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

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

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

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

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

  .section._120.no-padding-top, .section._120.reduced-padding-top {
    padding-top: 40px;
  }

  .section._120.reduced-padding-top.more {
    padding-top: 20px;
  }

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

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

  .section._100.reduced-padding-top {
    padding-top: 40px;
  }

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

  .no-margin {
    margin: 0;
  }

  .intro {
    margin-bottom: 48px;
  }

  .intro.top-space.mobile-small {
    margin-top: 0;
  }

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

  .brand {
    padding: 10px 12px;
  }

  .page-wrapper.nav-left-margin {
    margin-top: 60px;
  }

  .changelog, .licence-items {
    width: 100%;
  }

  .licence-item {
    padding: 32px;
  }

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

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

  .menu-button-old {
    width: 60px;
    height: 60px;
    padding: 20px;
  }

  .logo {
    height: 40px;
  }

  .logo-text {
    margin-left: 12px;
  }

  .breadcrumbs-arrow {
    margin-left: 6px;
    margin-right: 6px;
  }

  .sidebar {
    width: 83.33%;
  }

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

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

  .no-padding {
    padding: 0;
  }

  .card {
    min-height: 320px;
  }

  .quote-text {
    font-size: 17px;
    line-height: 28px;
  }

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

  .counters {
    flex-wrap: wrap;
  }

  .counter {
    flex: 0 auto;
    width: 50%;
  }

  .feature-icon {
    width: 48px;
  }

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

  .feature-v1 {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .side-info {
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .tab-link {
    padding-left: 16px;
    padding-right: 16px;
  }

  .testimonials-v2-slide {
    padding-left: 72px;
    padding-right: 72px;
  }

  .password-card {
    min-width: 400px;
    padding-left: 64px;
    padding-right: 64px;
  }

  .search-result-card {
    padding: 32px 0;
  }

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

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

  .coming-soon-card {
    width: auto;
    max-width: 100%;
    margin-left: 16px;
    margin-right: 16px;
  }

  .layouts {
    margin-top: -16px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .layout {
    padding: 20px;
  }

  .sidebar-block-content.no-padding {
    padding: 0;
  }

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

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

  .media-message {
    max-width: 300px;
  }

  .media-message.childsmile {
    display: none;
  }

  .hero-v1-info {
    padding-left: 88px;
  }

  .hero-v1-left {
    width: 56px;
    margin-top: 100px;
  }

  .mini-gallery-grid {
    grid-template-rows: 48px 48px 48px 48px 48px 48px 48px 48px;
  }

  .connect-grid {
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
    padding-left: 16%;
    padding-right: 16%;
  }

  .works-masonry {
    margin-left: 16px;
    margin-right: 16px;
  }

  .works-masonry-item {
    padding-bottom: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

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

  .work-info-block {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .work-info-text {
    font-size: 14px;
    line-height: 24px;
  }

  .work-carousel {
    flex-wrap: wrap;
  }

  .work-carousel-link.right {
    border-left: 1px solid var(--grey-4);
  }

  .work-carousel-all {
    height: 64px;
    font-size: 11px;
    line-height: 16px;
  }

  .nav-search-button {
    width: 44px;
    padding: 10px;
  }

  .testimonial-v1-text {
    font-size: 20px;
    line-height: 32px;
  }

  .team-v1-card-photo {
    height: 46vw;
  }

  .skill {
    margin-top: 24px;
  }

  .signature-v1 {
    width: 180px;
  }

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

  .client-v1-link {
    flex: 0 auto;
    padding-left: 12px;
    padding-right: 12px;
  }

  .clients-v1 {
    justify-content: center;
    padding: 32px 6%;
  }

  .work-carousel-heading {
    font-size: 20px;
  }

  .quote-avatar {
    width: 94%;
    margin-left: 0%;
  }

  .gallery-grid {
    grid-template-rows: 15vw 15vw 15vw 15vw;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .bg-video {
    justify-content: center;
    align-items: center;
  }

  .video-section {
    min-height: 280px;
  }

  .sg-color-circle {
    width: 96px;
    height: 96px;
  }

  .top-button {
    display: none;
  }

  .big-menu-links {
    padding-bottom: 40px;
  }

  .big-menu {
    padding-left: 16px;
    padding-right: 16px;
  }

  .big-menu-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 32px;
    line-height: 48px;
  }

  .nav-bar-top {
    height: 74px;
  }

  .page-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .page-header.top-padding {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .big-menu-social {
    bottom: 140px;
  }

  .footer-v1 {
    padding: 40px 20px 20px;
  }

  .footer-v1-left {
    justify-content: center;
    align-self: center;
  }

  .footer-v1-menu {
    margin-top: 20px;
  }

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

  .footer-v1-right {
    flex-flow: wrap;
    justify-content: center;
    padding-left: 0;
  }

  .footer-v1-links {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 0;
    padding-right: 0;
  }

  .footer-v1-link-small {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v1-bottom {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .footer-v2-copyright {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .footer-v2-menu {
    flex-wrap: wrap;
    flex: 0 auto;
    width: 100%;
    margin-bottom: 12px;
  }

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

  .hero-v1-line {
    width: 64px;
  }

  .hero-v1-image {
    margin-bottom: 48px;
  }

  .hero-v1-right {
    margin-top: 100px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .hero-v1 {
    padding-top: 88px;
  }

  .hero-v1-vertical-block {
    margin-left: 0;
  }

  .news-card.home-message {
    max-width: none;
    margin-bottom: 60px;
    margin-right: 30px;
  }

  .nav-bar-v1 {
    height: 60px;
  }

  .nav-v1-logo {
    width: 32px;
  }

  .nav-1-menu-button {
    width: 60px;
    padding: 18px;
  }

  .work-slider-v1 {
    height: 85vw;
  }

  .work-slide-v1 {
    padding-top: 16px;
  }

  .work-slider-v1-button {
    width: 40px;
    height: 40px;
    font-size: 18px;
    bottom: 28px;
  }

  .work-slider-v1-button.prev {
    right: 96px;
  }

  .work-slide-v1-info {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .work-card-info {
    font-size: 11px;
    line-height: 16px;
  }

  .work-slide-v1-progress {
    height: 200px;
    min-height: 0;
  }

  .work-slider-v2 {
    height: 86vw;
  }

  .works-slide-v2.padding-top {
    padding-top: 40px;
    padding-right: 2px;
  }

  .works-slide-v2.padding-bottom {
    padding-bottom: 40px;
    padding-left: 2px;
  }

  .work-slider-v2-button {
    width: 40px;
    height: 40px;
  }

  .work-slider-v2-button.next {
    bottom: -40px;
  }

  .work-slider-v2-button.prev {
    height: 41px;
    top: -41px;
  }

  .work-slider-v2-arrow {
    font-size: 18px;
  }

  .work-card-info-divider {
    padding-left: 5px;
    padding-right: 5px;
  }

  .work-hover-heading {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 20px;
  }

  .work-hover-button {
    background-size: 18px;
    width: 24px;
    height: 24px;
  }

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

  .hero-v3-info {
    margin-top: 120px;
    margin-bottom: 184px;
  }

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

  .hero-v3-works {
    margin-bottom: -64px;
    top: -128px;
  }

  .instagram-heading {
    font-size: 24px;
    line-height: 32px;
  }

  .follow-block {
    padding: 13px 16px;
  }

  .follow-block-line, .follow-block-text {
    display: none;
  }

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

  .hero-v2-section {
    flex-direction: column;
  }

  .hero-v2-section._75vh {
    height: 95vh;
  }

  .hero-v2-image {
    width: auto;
    height: 80vw;
  }

  .hero-v2-image._50 {
    width: 100%;
  }

  .hero-v2-info {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .testimonial-v1-divider-box {
    width: 100%;
  }

  .post-image {
    margin-top: 0;
  }

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

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

  .connect-subscribe {
    width: 100%;
    max-width: none;
  }

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

  .skill-card {
    padding: 40px 32px 32px 92px;
  }

  .vertical-text-box.skill-card-text {
    width: 60px;
  }

  .pos-content {
    padding-top: 48px;
  }

  .subscribe-v1 {
    width: 100%;
    padding-left: 9px;
    padding-right: 9px;
  }

  .subscribe-v1-media {
    width: 136px;
    height: 136px;
    margin-top: -8px;
    margin-right: 16px;
  }

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

  .tags-heading {
    margin-top: 2px;
    margin-right: 24px;
    font-size: 17px;
    line-height: 24px;
  }

  .blog-tags-block {
    padding-top: 20px;
  }

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

  .awards {
    flex-direction: column;
    align-items: center;
    padding-left: 8%;
    padding-right: 8%;
  }

  .awards-info {
    text-align: center;
    align-items: center;
    width: auto;
    min-height: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .column {
    text-align: center;
  }

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

  .section-2._140, .section-2._120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .works-product-tag {
    margin-top: 10px;
    margin-left: 10px;
  }

  .works-masonry-item-2 {
    width: 80%;
    padding-bottom: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .work-hover-button-2 {
    background-size: 18px;
    width: 24px;
    height: 24px;
  }

  .intro-block {
    margin-left: 20px;
    margin-right: 20px;
  }

  .covid-message.top-space {
    padding-left: 20px;
    padding-right: 20px;
  }

  .covid-message.top-space.bottom-space {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .section-3 {
    height: 5vh;
  }

  .logo-bar {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .medical-form-block.book-appointment.hidden-desktop {
    margin-bottom: 20px;
    display: block;
  }

  .medical-form-block.book-appointment.hidden-mobile {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .section.no-padding-side {
    padding-left: 0;
    padding-right: 0;
  }

  .section.big-image-section {
    height: 100vw;
  }

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

  .section._120.no-padding-top {
    padding-top: 20px;
  }

  .section._120.reduced-padding-top {
    padding-top: 30px;
  }

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

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

  .section._100.reduced-padding-top {
    padding-top: 30px;
  }

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

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

  .no-margin {
    margin: 0;
  }

  .intro.top-space.mobile-small {
    margin-top: 0;
  }

  .title {
    text-align: center;
  }

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

  .brand.telephone {
    display: none;
  }

  .licence-item {
    flex-direction: column;
    padding-top: 48px;
  }

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

  .button.margin-left {
    margin-top: 12px;
    margin-left: 0;
  }

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

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

  .logo-text {
    display: none;
  }

  .sidebar {
    width: 100%;
  }

  .post-card-thumb {
    height: 68vw;
  }

  .hero-v4-arrow-link {
    display: none;
  }

  .buttons-container {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .text-big.covid-white {
    font-size: 18px;
    line-height: 28px;
  }

  .text-big.covid-white.bottom-space {
    font-size: 20px;
    line-height: 30px;
  }

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

  .side-block.no-padding-right, .side-block.small-padding-side {
    padding-left: 8px;
    padding-right: 8px;
  }

  .no-padding {
    padding: 0;
  }

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

  .counter {
    width: 100%;
  }

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

  .testimonials-v1 {
    margin-bottom: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .instagram-photo-link {
    flex: 0 auto;
  }

  .subscribe-form {
    grid-template-columns: 100%;
  }

  .feature-left {
    padding-right: 0%;
  }

  .feature-side-info {
    margin-left: 20px;
  }

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

  .tabs-menu {
    flex-direction: column;
    align-items: stretch;
    height: auto;
    margin-bottom: 48px;
    padding: 8px;
  }

  .tab-link {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 28px;
    padding-right: 28px;
    display: block;
  }

  .link.margin-left {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .testimonials-v2 {
    margin-bottom: 41px;
  }

  .testimonials-v2-nav {
    width: 40px;
    bottom: -32px;
  }

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

  .testimonial-card {
    padding-bottom: 40px;
    padding-left: 8%;
    padding-right: 8%;
  }

  .counter-card {
    flex-basis: 90%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .password-card {
    flex: 1;
    min-width: 0;
    margin-left: 8px;
    margin-right: 8px;
    padding: 48px;
  }

  .search {
    flex-direction: column;
    grid-template-columns: 100%;
    width: 100%;
  }

  .search-result-card {
    margin-left: 8px;
    margin-right: 8px;
  }

  .search-results {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .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%;
  }

  .coming-soon-card {
    padding: 48px 0%;
  }

  .layouts {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .layout {
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
  }

  .testimonials-arrow {
    display: none;
  }

  .sidebar-block-content.no-padding {
    padding: 0;
  }

  .sidebar-slide-image {
    height: 200px;
  }

  .sidebar-slider {
    height: 416px;
  }

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

  .info-v1 {
    margin-left: 0;
  }

  .media-wrapper.video-wrapper {
    height: 80vw;
  }

  .testimonials-v2-button {
    display: none;
  }

  .hero-v1-info {
    padding-left: 0;
  }

  .hero-v1-left {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    display: none;
    position: static;
  }

  .feature-cards {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .feature-cards.single {
    margin-top: 2px;
  }

  .mini-gallery-grid {
    grid-column-gap: 8px;
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(auto, 1fr);
  }

  .mini-gallery-grid.images {
    display: none;
  }

  .connect-grid {
    padding-left: 12%;
    padding-right: 12%;
  }

  .works-masonry {
    column-count: auto;
    margin-bottom: -64px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .works-masonry-item {
    padding-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

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

  .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: 16px;
    margin-right: 16px;
  }

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

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

  .work-info-block {
    border-bottom: 1px solid var(--grey-4);
    border-right-style: none;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -1px;
    padding: 20px 8%;
    display: flex;
  }

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

  .work-info-text {
    margin-top: 4px;
  }

  .work-carousel {
    flex-direction: column;
  }

  .work-carousel-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .work-carousel-link.right {
    margin-top: -1px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .work-carousel-all {
    height: 56px;
  }

  .testimonials-v1-nav {
    display: block;
    bottom: 24px;
  }

  .testimonials-v1-button {
    display: none;
  }

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

  .team-v1-card-photo {
    height: 104vw;
  }

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

  .layout-home-badge {
    margin-top: 2.6vw;
    margin-right: 2.6vw;
  }

  .clients-v1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
    padding: 24px 0%;
  }

  .work-carousel-heading {
    font-size: 18px;
    line-height: 24px;
  }

  .quote-avatar {
    max-width: 112px;
  }

  .gallery-grid {
    grid-row-gap: 16px;
    grid-template-columns: minmax(200px, 1fr);
    grid-auto-rows: 15vw;
  }

  .video-section {
    min-height: 320px;
  }

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

  .contact-block-heading {
    margin-bottom: 16px;
  }

  .sg-color-block {
    flex: 0 auto;
    width: 100%;
  }

  .sg-color-block.small {
    flex: 45%;
  }

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

  .big-menu-links {
    justify-content: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .nav-v3-content {
    padding-left: 0;
  }

  .nav-bar-top {
    height: 64px;
  }

  .page-header.top-padding {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .big-menu-social {
    bottom: 140px;
  }

  .footer-v1 {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .footer-v1-left {
    flex-direction: column;
  }

  .footer-v1-logo {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 0;
  }

  .footer-v1-menu {
    justify-content: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-v1-right {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-top: 20px;
    padding-left: 0;
  }

  .footer-v1-links {
    justify-content: center;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 0;
    padding: 8px 0;
  }

  .footer-v1-bottom {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0;
  }

  .footer-v2 {
    padding-top: 80px;
    padding-bottom: 16px;
    padding-right: 16px;
  }

  .footer-v2-button {
    order: -1;
    width: 100%;
    height: 56px;
    min-height: 0;
    margin-left: 0;
    position: absolute;
    inset: 0% 0% auto;
  }

  .footer-v2-button-text {
    transform: none;
  }

  .hero-v1-section {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .hero-v1-section.dh-home {
    padding-bottom: 40px;
  }

  .hero-v1-line {
    display: none;
  }

  .hero-v1-image {
    height: 120vw;
    margin-bottom: 40px;
  }

  .hero-vertical-link {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-v1-right {
    flex-direction: row;
    justify-content: flex-start;
    height: auto;
    margin-top: 0;
    margin-left: -3px;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .hero-v1 {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .hero-v1-vertical-block {
    justify-content: flex-start;
    width: 100%;
    margin-left: -16px;
    transform: none;
  }

  .news-card.home-message {
    margin-top: 0;
    margin-bottom: 160px;
    padding-bottom: 40px;
    box-shadow: 1px 1px 7px 7px #0003;
  }

  .nav-v1-brand {
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav-v1-logo-text {
    display: none;
  }

  .nav-v1-links {
    flex-direction: column;
  }

  .nav-v1-button-text {
    display: none;
  }

  .work-slider-v1 {
    height: 150vw;
  }

  .work-slide-v1 {
    padding-right: 16px;
  }

  .work-slide-v1-color {
    width: 72px;
  }

  .work-slider-v1-button {
    bottom: 16px;
    right: 16px;
  }

  .work-slider-v1-button.prev {
    bottom: 64px;
    right: 16px;
  }

  .work-slide-v1-info {
    min-height: 96px;
    margin-right: 72px;
    padding-left: 20px;
  }

  .work-slide-v1-marker {
    width: 6px;
    height: 6px;
    margin-top: 17px;
  }

  .work-slide-v1-progress {
    display: none;
  }

  .work-slider-v2 {
    height: 100vw;
  }

  .works-slide-v2.padding-top {
    padding-top: 32px;
  }

  .works-slide-v2.padding-bottom {
    padding-bottom: 32px;
  }

  .work-slider-v2-heading {
    margin-top: -20px;
  }

  .works-3-columns {
    grid-template-rows: 90vw;
    grid-template-columns: 1fr;
    grid-auto-rows: 90vw;
  }

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

  .instagram-info {
    padding-left: 17%;
  }

  .form-2-columns, .form-1-column {
    grid-template-columns: 100%;
  }

  .hero-v2-section._75vh {
    height: 100vh;
  }

  .hero-v2-image {
    height: 150vw;
  }

  .hero-v2-info {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sidebar-grid {
    grid-template-columns: 100%;
  }

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

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

  .posts-2-columns, .features-grid {
    grid-row-gap: 40px;
    grid-template-columns: 100%;
  }

  .connect-social-buttons {
    flex-wrap: wrap;
  }

  .contact-blocks {
    grid-template-columns: 1fr;
  }

  .works-dynamic-grid {
    grid-template-rows: 86vw;
    grid-template-columns: 100%;
    grid-auto-rows: 86vw;
  }

  .post-card-thumb-big {
    height: 68vw;
  }

  .skill-card {
    padding-left: 84px;
    padding-right: 24px;
  }

  .subscribe-v1 {
    flex-direction: column;
    align-items: center;
  }

  .subscribe-v1-info {
    text-align: center;
  }

  .subscribe-v1-media {
    margin-bottom: 24px;
    margin-right: 0;
  }

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

  .tags-heading {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .blog-tags-block {
    flex-direction: column;
  }

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

  .awards {
    padding-left: 0%;
    padding-right: 0%;
  }

  .award {
    width: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .awards-list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-2._140, .section-2._120 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .columns {
    text-align: center;
  }

  .works-masonry-item-2 {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .title-2 {
    align-self: center;
  }

  .home-image-mobile {
    display: block;
  }

  .div-block {
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image {
    margin-bottom: 20px;
  }

  .covid-message {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-bar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .button-2.indulge-main-button {
    align-self: center;
  }

  .heading-4.top-space {
    margin-top: 20px;
  }
}

#w-node-e6da8263-b008-6b07-c83c-c614481e607d-60a3e173 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_35ae8a25-c3b8-ba2e-ddfa-1d3d883c9bd2-60a3e173 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_130fe451-be96-f9a4-b3ee-956d8a8be003-60a3e173 {
  grid-area: 2 / 5 / 3 / 13;
}

#w-node-c6533ca2-f4bd-5015-6f83-aecd425c2a74-3ea3e174 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-dd1c0447-2539-a39d-cf40-424f5a689d64-3ea3e174 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-e1f689ae-afdd-e61d-ff3f-9cd8e64abb06-3ea3e174 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-e1f689ae-afdd-e61d-ff3f-9cd8e64abb0f-3ea3e174 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_8bff2f24-a684-60c9-c86b-0439a3256fba-3ea3e174 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8bff2f24-a684-60c9-c86b-0439a3256fc5-3ea3e174 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_8bff2f24-a684-60c9-c86b-0439a3256fd0-3ea3e174 {
  grid-area: 2 / 5 / 3 / 7;
}

#w-node-_8bff2f24-a684-60c9-c86b-0439a3256fdb-3ea3e174 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_8bff2f24-a684-60c9-c86b-0439a3256fe6-3ea3e174 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_8bff2f24-a684-60c9-c86b-0439a3256ff1-3ea3e174 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_74965eb5-5247-189c-380e-502cd723b444-3ea3e174 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_74965eb5-5247-189c-380e-502cd723b445-3ea3e174 {
  grid-area: 1 / 1 / 9 / 5;
}

#w-node-_74965eb5-5247-189c-380e-502cd723b448-3ea3e174 {
  grid-area: 1 / 5 / 5 / 9;
}

#w-node-_74965eb5-5247-189c-380e-502cd723b44b-3ea3e174 {
  grid-area: 5 / 5 / 9 / 9;
}

#w-node-_74965eb5-5247-189c-380e-502cd723b44e-3ea3e174 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_07cdd1e6-56c2-ce2d-6a5e-1301c31a6663-3ea3e174 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_07cdd1e6-56c2-ce2d-6a5e-1301c31a6680-3ea3e174 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_07d38707-f2f6-c62f-a37f-7275d638de27-3ea3e174 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-_07d38707-f2f6-c62f-a37f-7275d638de2a-3ea3e174 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_07d38707-f2f6-c62f-a37f-7275d638de3e-3ea3e174 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07d38707-f2f6-c62f-a37f-7275d638de42-3ea3e174 {
  justify-self: stretch;
}

#w-node-b363c4ad-8a9c-72e2-21ad-f9df9b9f8897-3ea3e174, #w-node-b363c4ad-8a9c-72e2-21ad-f9df9b9f889e-3ea3e174, #w-node-b363c4ad-8a9c-72e2-21ad-f9df9b9f88a9-3ea3e174 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_08cb0ee7-c90c-b71d-290d-355c986446b7-24a3e178 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-c2aeed49-c8e9-bfd1-ebfe-e4a820f5e173-24a3e178 {
  grid-area: 1 / 1 / 9 / 5;
}

#w-node-_1c584e81-7a01-bce2-663b-4d2019aab08b-24a3e178 {
  grid-area: 1 / 5 / 5 / 9;
}

#w-node-c338eb0b-1a4d-5c29-a5ee-2436846c2e9d-24a3e178 {
  grid-area: 5 / 5 / 9 / 9;
}

#w-node-_6c848f95-314f-fa99-ed77-d43ec6dc8b8a-24a3e178 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_953f6cac-2fc9-3f32-84d8-bf48f132f295-24a3e178 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_4683c8fb-12cd-6b1e-5d9c-8d66ff1abc71-24a3e178 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_3e8924fa-d4c5-7f96-4826-68c8dbc9b613-24a3e178 {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-_3e8924fa-d4c5-7f96-4826-68c8dbc9b615-24a3e178 {
  grid-area: 1 / 7 / 2 / 11;
  align-self: start;
}

#w-node-_2bfbd5d1-7477-94bd-fd07-aecd5470c55d-24a3e178 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_6a139597-3898-dfe0-3cc0-48e2ab9d255e-24a3e178 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-fd02606e-f7da-b871-c8aa-a1446e2b6095-24a3e178 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-fd02606e-f7da-b871-c8aa-a1446e2b60a9-24a3e178 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd02606e-f7da-b871-c8aa-a1446e2b60ad-24a3e178 {
  justify-self: stretch;
}

#w-node-_6c6a6099-fb1e-4487-eca7-821d20a0afd4-24a3e178, #w-node-_6c6a6099-fb1e-4487-eca7-821d20a0afc9-24a3e178, #w-node-_6c6a6099-fb1e-4487-eca7-821d20a0afc2-24a3e178 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_52b687cd-87ec-417c-3faf-de06b43fdf69-b43fdf67 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_52b687cd-87ec-417c-3faf-de06b43fdf6e-b43fdf67 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_7165ef3d-fb39-36e1-ebf2-aa74dc8851a5-b43fdf67 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center end;
}

#w-node-_694b3d10-7bcd-c447-3d73-0ac642851f2e-2ea3e179 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_694b3d10-7bcd-c447-3d73-0ac642851f32-2ea3e179 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_4915c0ff-a6e0-be14-2221-e176b1b3386b-2ea3e179 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_4915c0ff-a6e0-be14-2221-e176b1b3385e-2ea3e179 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_780bb141-7e4d-06dd-9754-8fd611a926ee-2ea3e179, #w-node-_780bb141-7e4d-06dd-9754-8fd611a926f9-2ea3e179, #w-node-_780bb141-7e4d-06dd-9754-8fd611a92704-2ea3e179, #w-node-_780bb141-7e4d-06dd-9754-8fd611a92712-2ea3e179, #w-node-_780bb141-7e4d-06dd-9754-8fd611a92720-2ea3e179, #w-node-_780bb141-7e4d-06dd-9754-8fd611a9272b-2ea3e179, #w-node-ad32d26d-ae0c-b0e8-f7ac-94a978e6e854-2ea3e179 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ad32d26d-ae0c-b0e8-f7ac-94a978e6e85d-2ea3e179 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-ad32d26d-ae0c-b0e8-f7ac-94a978e6e871-2ea3e179 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ad32d26d-ae0c-b0e8-f7ac-94a978e6e875-2ea3e179 {
  justify-self: start;
}

#w-node-_6cd3d338-abbf-9ed4-13cf-0a1edd805b2c-2ea3e179, #w-node-_6cd3d338-abbf-9ed4-13cf-0a1edd805b33-2ea3e179 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-f65dc340-d8af-f536-5cee-c63fc05eff98-c05eff97 {
  place-self: start;
}

#w-node-f65dc340-d8af-f536-5cee-c63fc05effa3-c05eff97 {
  place-self: start end;
}

#w-node-f65dc340-d8af-f536-5cee-c63fc05effaf-c05eff97 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-bc3fbf47-2757-70e4-ac84-e15daf37e9fe-21a3e17a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_2d3bab27-0483-b100-c5e0-0025d176a8b1-21a3e17a {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_29cb189c-0eac-e5b1-8ca0-54d239874c76-21a3e17a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2d3bab27-0483-b100-c5e0-0025d176a8bc-21a3e17a {
  justify-self: start;
}

#w-node-_82b870b1-b964-6c56-efb3-a8ac7a30ae3b-21a3e17a, #w-node-_82b870b1-b964-6c56-efb3-a8ac7a30ae42-21a3e17a {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-fd25449c-e5f5-bc56-19bb-866f6885415c-21a3e17a {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_39b71b58-a61e-a444-a1ac-0b8ffc6c9686-34a3e17d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-eb011b91-71c1-127c-c165-49450aaf7fda-f1a3e17f {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-eb011b91-71c1-127c-c165-49450aaf7fe0-f1a3e17f {
  grid-area: 1 / 6 / 2 / 10;
}

#w-node-eb011b91-71c1-127c-c165-49450aaf8007-f1a3e17f {
  grid-area: 1 / 10 / 2 / 14;
}

#w-node-_319abcb7-6c6b-0b4b-e44a-aa235b281107-f1a3e17f {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_319abcb7-6c6b-0b4b-e44a-aa235b281104-f1a3e17f {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_52b502cd-b6bb-29c0-ce8b-d4da103dc9b6-f1a3e17f {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_52b502cd-b6bb-29c0-ce8b-d4da103dc9ca-f1a3e17f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_52b502cd-b6bb-29c0-ce8b-d4da103dc9ce-f1a3e17f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0f7af913-4600-43e5-fc25-a32acd641977-f1a3e17f {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_7fc33ee5-2bda-8d5a-8bff-c8b42bead8d8-48a3e180 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_0a376150-87b7-f8a5-b17e-8e5b0af206e8-48a3e180 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: start;
}

#w-node-_93498bdb-3074-a0a2-e64a-ed25bf8bbad4-48a3e180 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_93498bdb-3074-a0a2-e64a-ed25bf8bbadb-48a3e180 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_3b1b1303-b8b7-8bfb-d4df-85d83ec4eefa-a7a3e182 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ad34407a-5c7f-5460-5dd7-25639add64e1-a7a3e182 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_941156c3-8291-9d29-7048-cb475da01aac-a7a3e182, #w-node-_73b054e4-02e7-2098-1279-e1f3bfa65adf-a7a3e182, #w-node-_0aae3767-439c-a583-0378-347dd2d20821-a7a3e182, #w-node-_1b6ad68b-3a65-5c9c-e892-d33fb5c147cf-a7a3e182, #w-node-_9e8b1c48-a47a-cce2-ae79-8a6efe94dac8-a7a3e182, #w-node-_04927de0-8c99-dd59-f5ae-b55331b3d0a4-a7a3e182 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f67d2ace-60b1-9eec-0012-95abddec9fe1-a7a3e182 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-de080feb-b4db-fc9b-48a8-f7434131bb17-a7a3e182 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-b9688a1f-61ef-0c5c-f6c6-dde37ce00a11-e8a3e185 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bdca5553-ca02-a3e9-80c3-f6a6d959c6e6-e8a3e185 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_471f7a07-b11a-7f33-236d-c1068093d339-e8a3e185 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_471f7a07-b11a-7f33-236d-c1068093d33d-e8a3e185 {
  justify-self: start;
}

#w-node-_6465b4e3-e593-b9e1-3645-1e4bc97c9bc5-3da3e187 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-f3ea9f52-a716-8d41-ccf2-624032085b1b-3da3e187 {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-_465daee3-ce8d-e397-92ef-66646ee7ca61-3da3e187, #w-node-ea0610bf-5c2a-3dac-667d-0a16727bce42-3da3e187 {
  grid-area: span 5 / span 6 / span 5 / span 6;
}

#w-node-_2dd1c49d-68b3-efe6-69bc-c1d68ffd9274-3da3e187 {
  grid-area: span 5 / span 4 / span 5 / span 4;
}

#w-node-fb800b1b-abe8-4ba0-0b52-b018257ed331-3da3e187 {
  grid-area: span 5 / span 8 / span 5 / span 8;
}

#w-node-f3ea9f52-a716-8d41-ccf2-624032085b58-3da3e187 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-f3ea9f52-a716-8d41-ccf2-624032085b8e-3da3e187 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_724e6799-8345-848d-08bc-390b487fb5e1-14a3e18d {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_724e6799-8345-848d-08bc-390b487fb5e2-14a3e18d {
  grid-area: 1 / 1 / 9 / 5;
}

#w-node-_724e6799-8345-848d-08bc-390b487fb5e5-14a3e18d {
  grid-area: 1 / 5 / 5 / 9;
}

#w-node-_724e6799-8345-848d-08bc-390b487fb5e8-14a3e18d {
  grid-area: 5 / 5 / 9 / 9;
}

#w-node-_724e6799-8345-848d-08bc-390b487fb5eb-14a3e18d {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_11d45fd0-c528-ebe2-7438-6c34b4315964-14a3e18d {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_11d45fd0-c528-ebe2-7438-6c34b4315957-14a3e18d {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_93936b89-b28f-fded-8e79-0768f15ebc67-14a3e18d {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_93936b89-b28f-fded-8e79-0768f15ebc84-14a3e18d {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_26381495-2a4d-00f5-ace6-49ea4c73f443-dfa3e18e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_1225c072-a745-d366-0a2a-1e86a1b5389e-dfa3e18e {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-b4f0b272-616f-f95d-f1ec-39ae6c92d1db-dfa3e18e {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-_0814a15c-3a0d-710d-f493-1676b1be33ae-dfa3e18e {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_0814a15c-3a0d-710d-f493-1676b1be33b8-dfa3e18e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0814a15c-3a0d-710d-f493-1676b1be33bc-dfa3e18e {
  justify-self: stretch;
}

#w-node-cf0f7b86-1a31-0b7d-1371-343356366a7c-dfa3e18e, #w-node-_8e9a730f-5439-584f-4738-b9b00839ecb9-dfa3e18e, #w-node-c10c455a-818a-18bb-1c6a-8ba699aa577e-dfa3e18e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e5dc7040-81ca-d18a-3377-3533f4ef3afa-b1a3e18f {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_92dbc69d-590e-7f2b-351f-0e3dd2064aef-b1a3e18f {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_98ca300d-4516-6d2d-32be-fd430bd3329b-b1a3e18f {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-ba4824e9-22b1-46bc-fb00-b860305d54cf-b1a3e18f, #w-node-_0ad3c2c5-07eb-52de-e80a-cd60c421c4c0-b1a3e18f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb55142a-8147-6396-d545-7d2ca80887fc-b1a3e18f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_41847bbc-1462-63f1-1027-a5a817dcfeb9-b1a3e18f {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_41847bbc-1462-63f1-1027-a5a817dcfebc-b1a3e18f {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_328544ba-e767-0924-af5c-4d6670d0db8d-b1a3e18f {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_328544ba-e767-0924-af5c-4d6670d0db90-b1a3e18f {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_413971b7-8430-00e4-e4ed-0325f77f2c12-b1a3e18f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_413971b7-8430-00e4-e4ed-0325f77f2c1b-b1a3e18f {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_413971b7-8430-00e4-e4ed-0325f77f2c2f-b1a3e18f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_413971b7-8430-00e4-e4ed-0325f77f2c33-b1a3e18f {
  justify-self: start;
}

#w-node-_49413477-db7a-1eb2-19db-5b63b439356c-3ea3e192, #w-node-_66f0541a-760d-6dcf-fa19-f6a8aca6f0fb-21a3e193 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f89b9326-97fe-1dc3-ffcf-ce296c6173d7-f9513bea {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_998b0fa8-ec03-3553-9814-39e6075dde53-f9513bea {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_998b0fa8-ec03-3553-9814-39e6075dde5e-f9513bea {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-e30632f3-43a1-4731-449d-c250457c46b6-f9513bea {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-e30632f3-43a1-4731-449d-c250457c46b8-f9513bea {
  grid-area: 1 / 7 / 2 / 11;
  align-self: start;
}

#w-node-_73ffb7f8-773d-9ffb-f064-e088775cea39-f9513bea {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-_73ffb7f8-773d-9ffb-f064-e088775cea3c-f9513bea {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_73ffb7f8-773d-9ffb-f064-e088775cea50-f9513bea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73ffb7f8-773d-9ffb-f064-e088775cea54-f9513bea {
  justify-self: stretch;
}

#w-node-_0f21dab4-f77a-457e-3818-26c2af25e570-f9513bea {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_0f21dab4-f77a-457e-3818-26c2af25e579-f9513bea {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_83b20c88-b7d2-9972-ce3c-0dbe2c2459c2-f9513bea {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_83b20c88-b7d2-9972-ce3c-0dbe2c2459dc-f9513bea, #w-node-_83b20c88-b7d2-9972-ce3c-0dbe2c2459f6-f9513bea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83b20c88-b7d2-9972-ce3c-0dbe2c245a10-f9513bea {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2962c347-0c86-e322-c57f-9af4f1c9d04e-f9513bea {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_2962c347-0c86-e322-c57f-9af4f1c9d051-f9513bea {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_90ad11dd-2d57-da18-b775-1e80bd9867c9-f9513bea {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_90ad11dd-2d57-da18-b775-1e80bd9867cc-f9513bea {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_6672de79-1f3e-cb9c-de47-6fbdc6edabdc-f9513bea {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6672de79-1f3e-cb9c-de47-6fbdc6edabe5-f9513bea {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_6672de79-1f3e-cb9c-de47-6fbdc6edabf9-f9513bea {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6672de79-1f3e-cb9c-de47-6fbdc6edabfd-f9513bea {
  justify-self: start;
}

#w-node-_0a7cdeec-f3cf-22cb-8c44-4f562017db6a-f9513bea {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_0a7cdeec-f3cf-22cb-8c44-4f562017db8e-f9513bea {
  grid-area: 1 / 8 / 2 / 13;
  align-self: start;
}

#w-node-bc0ba197-8cd6-2560-7324-adcfa38a4a44-f9513bea {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-bc0ba197-8cd6-2560-7324-adcfa38a4a4c-f9513bea {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-d31330d0-86db-6659-f184-872c6cc84e99-f9513bea {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-d31330d0-86db-6659-f184-872c6cc84e9a-f9513bea {
  grid-area: 1 / 1 / 9 / 5;
}

#w-node-d31330d0-86db-6659-f184-872c6cc84e9d-f9513bea {
  grid-area: 1 / 5 / 5 / 9;
}

#w-node-d31330d0-86db-6659-f184-872c6cc84ea0-f9513bea {
  grid-area: 5 / 5 / 9 / 9;
}

#w-node-d31330d0-86db-6659-f184-872c6cc84ea3-f9513bea {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-d31330d0-86db-6659-f184-872c6cc84f3e-f9513bea {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-d31330d0-86db-6659-f184-872c6cc84f44-f9513bea {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-d31330d0-86db-6659-f184-872c6cc84f53-f9513bea, #w-node-d31330d0-86db-6659-f184-872c6cc84f60-f9513bea, #w-node-d31330d0-86db-6659-f184-872c6cc84f71-f9513bea {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6af2c3ad-95e2-67ed-4aca-7c9cd06ba5ef-f9513bea {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_6af2c3ad-95e2-67ed-4aca-7c9cd06ba5f9-f9513bea {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_6af2c3ad-95e2-67ed-4aca-7c9cd06ba5ff-f9513bea {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_6af2c3ad-95e2-67ed-4aca-7c9cd06ba657-f9513bea {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_6af2c3ad-95e2-67ed-4aca-7c9cd06ba65d-f9513bea {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_6af2c3ad-95e2-67ed-4aca-7c9cd06ba6af-f9513bea {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_6af2c3ad-95e2-67ed-4aca-7c9cd06ba6b5-f9513bea {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_6af2c3ad-95e2-67ed-4aca-7c9cd06ba713-f9513bea {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_6af2c3ad-95e2-67ed-4aca-7c9cd06ba719-f9513bea {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_6af2c3ad-95e2-67ed-4aca-7c9cd06ba7a6-f9513bea, #w-node-_6af2c3ad-95e2-67ed-4aca-7c9cd06ba7ad-f9513bea, #w-node-_6af2c3ad-95e2-67ed-4aca-7c9cd06ba7b4-f9513bea, #w-node-_6af2c3ad-95e2-67ed-4aca-7c9cd06ba7be-f9513bea, #w-node-_6af2c3ad-95e2-67ed-4aca-7c9cd06ba7c8-f9513bea, #w-node-_6af2c3ad-95e2-67ed-4aca-7c9cd06ba7cf-f9513bea {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_8fd4d481-0ebf-7f25-2185-934d3e46c536-debe2598 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8fd4d481-0ebf-7f25-2185-934d3e46c561-debe2598 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_1f765067-a281-918b-d5ef-622aa4d8dff5-debe2598 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-d3abd68f-6b61-76a1-329a-f96582174f67-debe2598 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-f7a0a665-9b7f-d595-0de5-0ec361f38f9f-debe2598 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f7a0a665-9b7f-d595-0de5-0ec361f38fa7-debe2598 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-f7a0a665-9b7f-d595-0de5-0ec361f38faf-debe2598 {
  grid-area: 2 / 5 / 3 / 7;
}

#w-node-f7a0a665-9b7f-d595-0de5-0ec361f38fb7-debe2598 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-f7a0a665-9b7f-d595-0de5-0ec361f38fbf-debe2598 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-f7a0a665-9b7f-d595-0de5-0ec361f38fc7-debe2598 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-cd6a4f35-1d05-5dbb-77a6-37a978bcdd08-debe2598 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-c53ea438-65f3-da5a-63e2-051e9f3adf23-debe2598 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_50aff459-066e-1716-a676-36679601c6ab-debe2598, #w-node-_50aff459-066e-1716-a676-36679601c6b8-debe2598, #w-node-_50aff459-066e-1716-a676-36679601c6c9-debe2598 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_5296d8c3-87bc-3d91-a960-69cbea0afc0d-72053900 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_5296d8c3-87bc-3d91-a960-69cbea0afc10-72053900 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-a7c684db-9f72-fc2a-1a49-86d266e4d687-72053900 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-a7c684db-9f72-fc2a-1a49-86d266e4d68a-72053900 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_6ac992a5-b755-24f3-6c8f-5f3685e824a1-72053900 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_6ac992a5-b755-24f3-6c8f-5f3685e824a4-72053900 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_3493d0d3-f718-cc38-bc28-e2cc91a0c288-bc177857 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_3493d0d3-f718-cc38-bc28-e2cc91a0c28b-bc177857 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_5296d8c3-87bc-3d91-a960-69cbea0afc0d-bc177857 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_5296d8c3-87bc-3d91-a960-69cbea0afc10-bc177857 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_85205da9-acb7-5b79-037e-ac33c280519a-bc177857 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_85205da9-acb7-5b79-037e-ac33c280519d-bc177857 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-a7c684db-9f72-fc2a-1a49-86d266e4d687-bc177857 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-a7c684db-9f72-fc2a-1a49-86d266e4d68a-bc177857 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_6ac992a5-b755-24f3-6c8f-5f3685e824a1-bc177857 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_6ac992a5-b755-24f3-6c8f-5f3685e824a4-bc177857 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-a45b6a91-5b70-36c8-1278-eaedfd8a70e8-bc177857 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-a45b6a91-5b70-36c8-1278-eaedfd8a70eb-bc177857 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_071cc976-6fee-5bb3-5fe5-e6b902d552c1-bc177857 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_071cc976-6fee-5bb3-5fe5-e6b902d552c4-bc177857 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_49596f30-2b9f-7875-9999-68f758297ca2-bc177857 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_49596f30-2b9f-7875-9999-68f758297ca5-bc177857 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_50aff459-066e-1716-a676-36679601c6ab-a28ba670, #w-node-_50aff459-066e-1716-a676-36679601c6b8-a28ba670, #w-node-_50aff459-066e-1716-a676-36679601c6c9-a28ba670, #w-node-_50aff459-066e-1716-a676-36679601c6ab-933e27da, #w-node-_50aff459-066e-1716-a676-36679601c6b8-933e27da, #w-node-_50aff459-066e-1716-a676-36679601c6c9-933e27da, #w-node-_50aff459-066e-1716-a676-36679601c6ab-c4224ef9, #w-node-_50aff459-066e-1716-a676-36679601c6b8-c4224ef9, #w-node-_50aff459-066e-1716-a676-36679601c6c9-c4224ef9, #w-node-_50aff459-066e-1716-a676-36679601c6ab-b0a5815a, #w-node-_50aff459-066e-1716-a676-36679601c6b8-b0a5815a, #w-node-_50aff459-066e-1716-a676-36679601c6c9-b0a5815a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (max-width: 991px) {
  #w-node-e6da8263-b008-6b07-c83c-c614481e607d-60a3e173 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_130fe451-be96-f9a4-b3ee-956d8a8be003-60a3e173 {
    grid-area: 2 / 4 / 3 / 9;
  }

  #w-node-c6533ca2-f4bd-5015-6f83-aecd425c2a74-3ea3e174 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-dd1c0447-2539-a39d-cf40-424f5a689d64-3ea3e174 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-e1f689ae-afdd-e61d-ff3f-9cd8e64abb06-3ea3e174 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-e1f689ae-afdd-e61d-ff3f-9cd8e64abb0f-3ea3e174 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_8bff2f24-a684-60c9-c86b-0439a3256fba-3ea3e174 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_8bff2f24-a684-60c9-c86b-0439a3256fc5-3ea3e174 {
    grid-area: 1 / 4 / 2 / 7;
  }

  #w-node-_8bff2f24-a684-60c9-c86b-0439a3256fd0-3ea3e174 {
    grid-area: 3 / 4 / 4 / 7;
  }

  #w-node-_8bff2f24-a684-60c9-c86b-0439a3256fdb-3ea3e174 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_8bff2f24-a684-60c9-c86b-0439a3256fe6-3ea3e174 {
    grid-area: 2 / 4 / 3 / 7;
  }

  #w-node-_8bff2f24-a684-60c9-c86b-0439a3256ff1-3ea3e174 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_74965eb5-5247-189c-380e-502cd723b444-3ea3e174 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_74965eb5-5247-189c-380e-502cd723b44e-3ea3e174 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_07cdd1e6-56c2-ce2d-6a5e-1301c31a6663-3ea3e174 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_07cdd1e6-56c2-ce2d-6a5e-1301c31a6680-3ea3e174 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_07d38707-f2f6-c62f-a37f-7275d638de27-3ea3e174 {
    grid-column: span 4 / span 4;
  }

  #w-node-_07d38707-f2f6-c62f-a37f-7275d638de2a-3ea3e174 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_08cb0ee7-c90c-b71d-290d-355c986446b7-24a3e178 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_6c848f95-314f-fa99-ed77-d43ec6dc8b8a-24a3e178 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_953f6cac-2fc9-3f32-84d8-bf48f132f295-24a3e178, #w-node-_4683c8fb-12cd-6b1e-5d9c-8d66ff1abc71-24a3e178, #w-node-_3e8924fa-d4c5-7f96-4826-68c8dbc9b613-24a3e178 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_3e8924fa-d4c5-7f96-4826-68c8dbc9b615-24a3e178 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_2bfbd5d1-7477-94bd-fd07-aecd5470c55d-24a3e178 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_6a139597-3898-dfe0-3cc0-48e2ab9d255e-24a3e178 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-fd02606e-f7da-b871-c8aa-a1446e2b6095-24a3e178 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_7165ef3d-fb39-36e1-ebf2-aa74dc8851a5-b43fdf67 {
    grid-column: 2 / 3;
  }

  #w-node-_52b687cd-87ec-417c-3faf-de06b43fdfd3-b43fdf67 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_694b3d10-7bcd-c447-3d73-0ac642851f2e-2ea3e179 {
    grid-column: span 4 / span 4;
  }

  #w-node-_694b3d10-7bcd-c447-3d73-0ac642851f32-2ea3e179 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_4915c0ff-a6e0-be14-2221-e176b1b3385e-2ea3e179 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-ad32d26d-ae0c-b0e8-f7ac-94a978e6e854-2ea3e179 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-ad32d26d-ae0c-b0e8-f7ac-94a978e6e85d-2ea3e179 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_6cd3d338-abbf-9ed4-13cf-0a1edd805b2c-2ea3e179, #w-node-_6cd3d338-abbf-9ed4-13cf-0a1edd805b33-2ea3e179 {
    grid-column: span 4 / span 4;
  }

  #w-node-f65dc340-d8af-f536-5cee-c63fc05eff9f-c05eff97 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f65dc340-d8af-f536-5cee-c63fc05effa3-c05eff97 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bc3fbf47-2757-70e4-ac84-e15daf37e9fe-21a3e17a {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2d3bab27-0483-b100-c5e0-0025d176a8b1-21a3e17a {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_82b870b1-b964-6c56-efb3-a8ac7a30ae3b-21a3e17a, #w-node-_82b870b1-b964-6c56-efb3-a8ac7a30ae42-21a3e17a {
    grid-column: span 4 / span 4;
  }

  #w-node-fd25449c-e5f5-bc56-19bb-866f6885415c-21a3e17a {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-eb011b91-71c1-127c-c165-49450aaf7fda-f1a3e17f {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-eb011b91-71c1-127c-c165-49450aaf7fe0-f1a3e17f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-eb011b91-71c1-127c-c165-49450aaf8007-f1a3e17f {
    grid-area: 2 / 5 / 3 / 9;
  }

  #w-node-_319abcb7-6c6b-0b4b-e44a-aa235b281107-f1a3e17f, #w-node-_319abcb7-6c6b-0b4b-e44a-aa235b281104-f1a3e17f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_52b502cd-b6bb-29c0-ce8b-d4da103dc9b6-f1a3e17f, #w-node-_0f7af913-4600-43e5-fc25-a32acd641977-f1a3e17f {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_7fc33ee5-2bda-8d5a-8bff-c8b42bead8d8-48a3e180 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_0a376150-87b7-f8a5-b17e-8e5b0af206e8-48a3e180 {
    grid-area: 2 / 2 / 3 / 7;
  }

  #w-node-_93498bdb-3074-a0a2-e64a-ed25bf8bbad4-48a3e180, #w-node-_93498bdb-3074-a0a2-e64a-ed25bf8bbadb-48a3e180 {
    grid-column: span 4 / span 4;
  }

  #w-node-f67d2ace-60b1-9eec-0012-95abddec9fe1-a7a3e182 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-b9688a1f-61ef-0c5c-f6c6-dde37ce00a11-e8a3e185, #w-node-bdca5553-ca02-a3e9-80c3-f6a6d959c6e6-e8a3e185 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6465b4e3-e593-b9e1-3645-1e4bc97c9bc5-3da3e187 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f3ea9f52-a716-8d41-ccf2-624032085b1b-3da3e187 {
    grid-area: 1 / 3 / 2 / 9;
  }

  #w-node-_465daee3-ce8d-e397-92ef-66646ee7ca61-3da3e187, #w-node-ea0610bf-5c2a-3dac-667d-0a16727bce42-3da3e187 {
    grid-area: span 4 / span 4 / span 4 / span 4;
  }

  #w-node-_2dd1c49d-68b3-efe6-69bc-c1d68ffd9274-3da3e187 {
    grid-area: span 4 / span 3 / span 4 / span 3;
  }

  #w-node-fb800b1b-abe8-4ba0-0b52-b018257ed331-3da3e187 {
    grid-area: span 4 / span 5 / span 4 / span 5;
  }

  #w-node-f3ea9f52-a716-8d41-ccf2-624032085b58-3da3e187 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-f3ea9f52-a716-8d41-ccf2-624032085b8e-3da3e187 {
    grid-area: 1 / 5 / 2 / 9;
  }

  #w-node-_724e6799-8345-848d-08bc-390b487fb5e1-14a3e18d {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_724e6799-8345-848d-08bc-390b487fb5eb-14a3e18d {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_11d45fd0-c528-ebe2-7438-6c34b4315964-14a3e18d {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_11d45fd0-c528-ebe2-7438-6c34b4315957-14a3e18d {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_93936b89-b28f-fded-8e79-0768f15ebc67-14a3e18d {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_93936b89-b28f-fded-8e79-0768f15ebc84-14a3e18d {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_26381495-2a4d-00f5-ace6-49ea4c73f443-dfa3e18e {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_1225c072-a745-d366-0a2a-1e86a1b5389e-dfa3e18e {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-b4f0b272-616f-f95d-f1ec-39ae6c92d1db-dfa3e18e {
    grid-column: span 4 / span 4;
  }

  #w-node-_0814a15c-3a0d-710d-f493-1676b1be33ae-dfa3e18e {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-e5dc7040-81ca-d18a-3377-3533f4ef3afa-b1a3e18f {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_92dbc69d-590e-7f2b-351f-0e3dd2064aef-b1a3e18f {
    grid-area: 2 / 2 / 3 / 6;
  }

  #w-node-_41847bbc-1462-63f1-1027-a5a817dcfeb9-b1a3e18f {
    grid-column: span 4 / span 4;
  }

  #w-node-_41847bbc-1462-63f1-1027-a5a817dcfebc-b1a3e18f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_328544ba-e767-0924-af5c-4d6670d0db90-b1a3e18f {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_413971b7-8430-00e4-e4ed-0325f77f2c12-b1a3e18f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_413971b7-8430-00e4-e4ed-0325f77f2c1b-b1a3e18f {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-f89b9326-97fe-1dc3-ffcf-ce296c6173d7-f9513bea {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_998b0fa8-ec03-3553-9814-39e6075dde53-f9513bea, #w-node-_998b0fa8-ec03-3553-9814-39e6075dde5e-f9513bea, #w-node-e30632f3-43a1-4731-449d-c250457c46b6-f9513bea {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-e30632f3-43a1-4731-449d-c250457c46b8-f9513bea, #w-node-_73ffb7f8-773d-9ffb-f064-e088775cea39-f9513bea {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_73ffb7f8-773d-9ffb-f064-e088775cea3c-f9513bea {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_0f21dab4-f77a-457e-3818-26c2af25e570-f9513bea {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_0f21dab4-f77a-457e-3818-26c2af25e579-f9513bea {
    grid-area: 2 / 2 / 3 / 6;
  }

  #w-node-_2962c347-0c86-e322-c57f-9af4f1c9d04e-f9513bea {
    grid-column: span 4 / span 4;
  }

  #w-node-_2962c347-0c86-e322-c57f-9af4f1c9d051-f9513bea {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_90ad11dd-2d57-da18-b775-1e80bd9867cc-f9513bea {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_6672de79-1f3e-cb9c-de47-6fbdc6edabdc-f9513bea {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_6672de79-1f3e-cb9c-de47-6fbdc6edabe5-f9513bea {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_0a7cdeec-f3cf-22cb-8c44-4f562017db6a-f9513bea {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_0a7cdeec-f3cf-22cb-8c44-4f562017db8e-f9513bea {
    grid-area: 2 / 2 / 3 / 7;
  }

  #w-node-bc0ba197-8cd6-2560-7324-adcfa38a4a44-f9513bea, #w-node-bc0ba197-8cd6-2560-7324-adcfa38a4a4c-f9513bea {
    grid-column: span 4 / span 4;
  }

  #w-node-d31330d0-86db-6659-f184-872c6cc84e99-f9513bea {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-d31330d0-86db-6659-f184-872c6cc84ea3-f9513bea {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-d31330d0-86db-6659-f184-872c6cc84f3e-f9513bea {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-d31330d0-86db-6659-f184-872c6cc84f44-f9513bea {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_6af2c3ad-95e2-67ed-4aca-7c9cd06ba5ef-f9513bea {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_6af2c3ad-95e2-67ed-4aca-7c9cd06ba5f9-f9513bea {
    grid-area: span 1 / span 8 / span 1 / span 8;
    align-self: start;
  }

  #w-node-_6af2c3ad-95e2-67ed-4aca-7c9cd06ba5ff-f9513bea, #w-node-_6af2c3ad-95e2-67ed-4aca-7c9cd06ba657-f9513bea, #w-node-_6af2c3ad-95e2-67ed-4aca-7c9cd06ba65d-f9513bea, #w-node-_6af2c3ad-95e2-67ed-4aca-7c9cd06ba6af-f9513bea, #w-node-_6af2c3ad-95e2-67ed-4aca-7c9cd06ba6b5-f9513bea, #w-node-_6af2c3ad-95e2-67ed-4aca-7c9cd06ba713-f9513bea, #w-node-_6af2c3ad-95e2-67ed-4aca-7c9cd06ba719-f9513bea {
    grid-column: span 8 / span 8;
  }

  #w-node-_8fd4d481-0ebf-7f25-2185-934d3e46c536-debe2598 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_8fd4d481-0ebf-7f25-2185-934d3e46c561-debe2598 {
    grid-area: 1 / 4 / 2 / 7;
  }

  #w-node-_1f765067-a281-918b-d5ef-622aa4d8dff5-debe2598 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-d3abd68f-6b61-76a1-329a-f96582174f67-debe2598 {
    grid-area: 2 / 4 / 3 / 7;
  }

  #w-node-f7a0a665-9b7f-d595-0de5-0ec361f38f9f-debe2598 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-f7a0a665-9b7f-d595-0de5-0ec361f38fa7-debe2598 {
    grid-area: 1 / 4 / 2 / 7;
  }

  #w-node-f7a0a665-9b7f-d595-0de5-0ec361f38faf-debe2598 {
    grid-area: 3 / 4 / 4 / 7;
  }

  #w-node-f7a0a665-9b7f-d595-0de5-0ec361f38fb7-debe2598 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-f7a0a665-9b7f-d595-0de5-0ec361f38fbf-debe2598 {
    grid-area: 2 / 4 / 3 / 7;
  }

  #w-node-f7a0a665-9b7f-d595-0de5-0ec361f38fc7-debe2598 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-cd6a4f35-1d05-5dbb-77a6-37a978bcdd08-debe2598 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-c53ea438-65f3-da5a-63e2-051e9f3adf23-debe2598 {
    grid-area: 1 / 4 / 2 / 7;
  }

  #w-node-_5296d8c3-87bc-3d91-a960-69cbea0afc0d-72053900 {
    grid-column: span 8 / span 8;
  }

  #w-node-_5296d8c3-87bc-3d91-a960-69cbea0afc10-72053900 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-a7c684db-9f72-fc2a-1a49-86d266e4d687-72053900 {
    grid-column-start: 1;
  }

  #w-node-a7c684db-9f72-fc2a-1a49-86d266e4d68a-72053900 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_6ac992a5-b755-24f3-6c8f-5f3685e824a1-72053900 {
    grid-column: 1 / 13;
  }

  #w-node-_6ac992a5-b755-24f3-6c8f-5f3685e824a4-72053900 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_3493d0d3-f718-cc38-bc28-e2cc91a0c288-bc177857 {
    grid-column: span 8 / span 8;
  }

  #w-node-_3493d0d3-f718-cc38-bc28-e2cc91a0c28b-bc177857 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5296d8c3-87bc-3d91-a960-69cbea0afc0d-bc177857 {
    grid-column: span 8 / span 8;
  }

  #w-node-_5296d8c3-87bc-3d91-a960-69cbea0afc10-bc177857 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_85205da9-acb7-5b79-037e-ac33c280519a-bc177857 {
    grid-column: 1 / 13;
  }

  #w-node-_85205da9-acb7-5b79-037e-ac33c280519d-bc177857 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-a7c684db-9f72-fc2a-1a49-86d266e4d687-bc177857 {
    grid-column-start: 1;
  }

  #w-node-a7c684db-9f72-fc2a-1a49-86d266e4d68a-bc177857 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_6ac992a5-b755-24f3-6c8f-5f3685e824a1-bc177857 {
    grid-column: 1 / 13;
  }

  #w-node-_6ac992a5-b755-24f3-6c8f-5f3685e824a4-bc177857 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-a45b6a91-5b70-36c8-1278-eaedfd8a70e8-bc177857 {
    grid-column-start: 1;
  }

  #w-node-a45b6a91-5b70-36c8-1278-eaedfd8a70eb-bc177857 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_071cc976-6fee-5bb3-5fe5-e6b902d552c1-bc177857 {
    grid-column-start: 1;
  }

  #w-node-_071cc976-6fee-5bb3-5fe5-e6b902d552c4-bc177857 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_49596f30-2b9f-7875-9999-68f758297ca2-bc177857 {
    grid-column: 1 / 13;
  }

  #w-node-_49596f30-2b9f-7875-9999-68f758297ca5-bc177857 {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_74965eb5-5247-189c-380e-502cd723b444-3ea3e174, #w-node-_08cb0ee7-c90c-b71d-290d-355c986446b7-24a3e178 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_953f6cac-2fc9-3f32-84d8-bf48f132f295-24a3e178 {
    grid-column: span 8 / span 8;
  }

  #w-node-_4683c8fb-12cd-6b1e-5d9c-8d66ff1abc71-24a3e178 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-f65dc340-d8af-f536-5cee-c63fc05eff98-c05eff97 {
    justify-self: center;
  }

  #w-node-f65dc340-d8af-f536-5cee-c63fc05eff9f-c05eff97 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-eb011b91-71c1-127c-c165-49450aaf7fda-f1a3e17f {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-eb011b91-71c1-127c-c165-49450aaf7fe0-f1a3e17f {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-eb011b91-71c1-127c-c165-49450aaf8007-f1a3e17f {
    grid-area: 2 / 5 / 3 / 9;
  }

  #w-node-_0a376150-87b7-f8a5-b17e-8e5b0af206e8-48a3e180 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-f3ea9f52-a716-8d41-ccf2-624032085b1b-3da3e187 {
    grid-area: 1 / 3 / 2 / 9;
  }

  #w-node-_465daee3-ce8d-e397-92ef-66646ee7ca61-3da3e187 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-ea0610bf-5c2a-3dac-667d-0a16727bce42-3da3e187 {
    grid-area: 1 / 3 / 3 / 5;
  }

  #w-node-_2dd1c49d-68b3-efe6-69bc-c1d68ffd9274-3da3e187 {
    grid-area: 3 / 1 / 5 / 3;
  }

  #w-node-fb800b1b-abe8-4ba0-0b52-b018257ed331-3da3e187 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-f3ea9f52-a716-8d41-ccf2-624032085b58-3da3e187 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-f3ea9f52-a716-8d41-ccf2-624032085b8e-3da3e187 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_724e6799-8345-848d-08bc-390b487fb5e1-14a3e18d, #w-node-_93936b89-b28f-fded-8e79-0768f15ebc67-14a3e18d {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_93936b89-b28f-fded-8e79-0768f15ebc84-14a3e18d {
    grid-area: 2 / 1 / 3 / 8;
  }

  #w-node-e5dc7040-81ca-d18a-3377-3533f4ef3afa-b1a3e18f {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_92dbc69d-590e-7f2b-351f-0e3dd2064aef-b1a3e18f {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_998b0fa8-ec03-3553-9814-39e6075dde53-f9513bea {
    grid-column: span 8 / span 8;
  }

  #w-node-_998b0fa8-ec03-3553-9814-39e6075dde5e-f9513bea {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_0f21dab4-f77a-457e-3818-26c2af25e570-f9513bea {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_0f21dab4-f77a-457e-3818-26c2af25e579-f9513bea {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_0a7cdeec-f3cf-22cb-8c44-4f562017db8e-f9513bea {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-d31330d0-86db-6659-f184-872c6cc84e99-f9513bea {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_8fd4d481-0ebf-7f25-2185-934d3e46c536-debe2598 {
    grid-column-end: 7;
  }

  #w-node-_8fd4d481-0ebf-7f25-2185-934d3e46c561-debe2598 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_1f765067-a281-918b-d5ef-622aa4d8dff5-debe2598 {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-d3abd68f-6b61-76a1-329a-f96582174f67-debe2598 {
    grid-area: 4 / 1 / 5 / 7;
  }

  #w-node-_5296d8c3-87bc-3d91-a960-69cbea0afc0d-72053900, #w-node-_5296d8c3-87bc-3d91-a960-69cbea0afc10-72053900, #w-node-_3493d0d3-f718-cc38-bc28-e2cc91a0c288-bc177857, #w-node-_3493d0d3-f718-cc38-bc28-e2cc91a0c28b-bc177857, #w-node-_5296d8c3-87bc-3d91-a960-69cbea0afc0d-bc177857, #w-node-_5296d8c3-87bc-3d91-a960-69cbea0afc10-bc177857 {
    grid-column: span 8 / span 8;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e6da8263-b008-6b07-c83c-c614481e607d-60a3e173 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_35ae8a25-c3b8-ba2e-ddfa-1d3d883c9bd2-60a3e173 {
    grid-column: span 4 / span 4;
  }

  #w-node-_130fe451-be96-f9a4-b3ee-956d8a8be003-60a3e173 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-da84b65d-e3da-f8de-0fa7-b3436fb0168e-6fb01683 {
    justify-self: stretch;
  }

  #w-node-c6533ca2-f4bd-5015-6f83-aecd425c2a74-3ea3e174, #w-node-dd1c0447-2539-a39d-cf40-424f5a689d64-3ea3e174, #w-node-e1f689ae-afdd-e61d-ff3f-9cd8e64abb06-3ea3e174, #w-node-e1f689ae-afdd-e61d-ff3f-9cd8e64abb0f-3ea3e174 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8bff2f24-a684-60c9-c86b-0439a3256fba-3ea3e174 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8bff2f24-a684-60c9-c86b-0439a3256fc5-3ea3e174 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8bff2f24-a684-60c9-c86b-0439a3256fd0-3ea3e174 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_8bff2f24-a684-60c9-c86b-0439a3256fdb-3ea3e174 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_8bff2f24-a684-60c9-c86b-0439a3256fe6-3ea3e174 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_8bff2f24-a684-60c9-c86b-0439a3256ff1-3ea3e174 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_74965eb5-5247-189c-380e-502cd723b444-3ea3e174 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_74965eb5-5247-189c-380e-502cd723b445-3ea3e174 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_74965eb5-5247-189c-380e-502cd723b448-3ea3e174 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_74965eb5-5247-189c-380e-502cd723b44b-3ea3e174 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_74965eb5-5247-189c-380e-502cd723b44e-3ea3e174, #w-node-_07cdd1e6-56c2-ce2d-6a5e-1301c31a6663-3ea3e174, #w-node-_07cdd1e6-56c2-ce2d-6a5e-1301c31a6680-3ea3e174 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_07d38707-f2f6-c62f-a37f-7275d638de2a-3ea3e174 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_07d38707-f2f6-c62f-a37f-7275d638de3e-3ea3e174 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_07d38707-f2f6-c62f-a37f-7275d638de42-3ea3e174 {
    justify-self: stretch;
  }

  #w-node-_08cb0ee7-c90c-b71d-290d-355c986446b7-24a3e178 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c2aeed49-c8e9-bfd1-ebfe-e4a820f5e173-24a3e178 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1c584e81-7a01-bce2-663b-4d2019aab08b-24a3e178 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c338eb0b-1a4d-5c29-a5ee-2436846c2e9d-24a3e178 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_6c848f95-314f-fa99-ed77-d43ec6dc8b8a-24a3e178, #w-node-_953f6cac-2fc9-3f32-84d8-bf48f132f295-24a3e178, #w-node-_4683c8fb-12cd-6b1e-5d9c-8d66ff1abc71-24a3e178, #w-node-_2bfbd5d1-7477-94bd-fd07-aecd5470c55d-24a3e178 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-fd02606e-f7da-b871-c8aa-a1446e2b6095-24a3e178 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-fd02606e-f7da-b871-c8aa-a1446e2b60a9-24a3e178 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fd02606e-f7da-b871-c8aa-a1446e2b60ad-24a3e178 {
    justify-self: stretch;
  }

  #w-node-_4915c0ff-a6e0-be14-2221-e176b1b3386b-2ea3e179 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_4915c0ff-a6e0-be14-2221-e176b1b3385e-2ea3e179 {
    grid-column: span 4 / span 4;
  }

  #w-node-_780bb141-7e4d-06dd-9754-8fd611a926ee-2ea3e179 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_780bb141-7e4d-06dd-9754-8fd611a926f9-2ea3e179, #w-node-_780bb141-7e4d-06dd-9754-8fd611a92704-2ea3e179, #w-node-_780bb141-7e4d-06dd-9754-8fd611a92712-2ea3e179, #w-node-_780bb141-7e4d-06dd-9754-8fd611a92720-2ea3e179, #w-node-_780bb141-7e4d-06dd-9754-8fd611a9272b-2ea3e179 {
    grid-column: span 1 / span 1;
  }

  #w-node-ad32d26d-ae0c-b0e8-f7ac-94a978e6e854-2ea3e179, #w-node-ad32d26d-ae0c-b0e8-f7ac-94a978e6e85d-2ea3e179 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-ad32d26d-ae0c-b0e8-f7ac-94a978e6e871-2ea3e179 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ad32d26d-ae0c-b0e8-f7ac-94a978e6e875-2ea3e179, #w-node-f65dc340-d8af-f536-5cee-c63fc05effa3-c05eff97, #w-node-f65dc340-d8af-f536-5cee-c63fc05effa6-c05eff97 {
    justify-self: stretch;
  }

  #w-node-bc3fbf47-2757-70e4-ac84-e15daf37e9fe-21a3e17a, #w-node-_2d3bab27-0483-b100-c5e0-0025d176a8b1-21a3e17a {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_29cb189c-0eac-e5b1-8ca0-54d239874c76-21a3e17a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2d3bab27-0483-b100-c5e0-0025d176a8bc-21a3e17a {
    justify-self: stretch;
  }

  #w-node-fd25449c-e5f5-bc56-19bb-866f6885415c-21a3e17a, #w-node-eb011b91-71c1-127c-c165-49450aaf7fda-f1a3e17f, #w-node-eb011b91-71c1-127c-c165-49450aaf7fe0-f1a3e17f, #w-node-eb011b91-71c1-127c-c165-49450aaf8007-f1a3e17f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_319abcb7-6c6b-0b4b-e44a-aa235b281104-f1a3e17f {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_52b502cd-b6bb-29c0-ce8b-d4da103dc9b6-f1a3e17f {
    grid-column: span 4 / span 4;
  }

  #w-node-_52b502cd-b6bb-29c0-ce8b-d4da103dc9ca-f1a3e17f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_52b502cd-b6bb-29c0-ce8b-d4da103dc9ce-f1a3e17f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_0f7af913-4600-43e5-fc25-a32acd641977-f1a3e17f {
    grid-column: span 4 / span 4;
  }

  #w-node-_7fc33ee5-2bda-8d5a-8bff-c8b42bead8d8-48a3e180, #w-node-_0a376150-87b7-f8a5-b17e-8e5b0af206e8-48a3e180, #w-node-_93498bdb-3074-a0a2-e64a-ed25bf8bbad4-48a3e180, #w-node-_93498bdb-3074-a0a2-e64a-ed25bf8bbadb-48a3e180 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-f67d2ace-60b1-9eec-0012-95abddec9fe1-a7a3e182, #w-node-de080feb-b4db-fc9b-48a8-f7434131bb17-a7a3e182 {
    grid-column: span 4 / span 4;
  }

  #w-node-_471f7a07-b11a-7f33-236d-c1068093d339-e8a3e185 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_471f7a07-b11a-7f33-236d-c1068093d33d-e8a3e185 {
    justify-self: stretch;
  }

  #w-node-_6465b4e3-e593-b9e1-3645-1e4bc97c9bc5-3da3e187 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f3ea9f52-a716-8d41-ccf2-624032085b1b-3da3e187 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_465daee3-ce8d-e397-92ef-66646ee7ca61-3da3e187, #w-node-ea0610bf-5c2a-3dac-667d-0a16727bce42-3da3e187, #w-node-_2dd1c49d-68b3-efe6-69bc-c1d68ffd9274-3da3e187, #w-node-fb800b1b-abe8-4ba0-0b52-b018257ed331-3da3e187 {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

  #w-node-f3ea9f52-a716-8d41-ccf2-624032085b58-3da3e187, #w-node-f3ea9f52-a716-8d41-ccf2-624032085b8e-3da3e187 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-e1aed692-0244-463c-7f25-ef5045a4d937-45a4d92c {
    justify-self: stretch;
  }

  #w-node-_724e6799-8345-848d-08bc-390b487fb5e1-14a3e18d {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_724e6799-8345-848d-08bc-390b487fb5e2-14a3e18d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_724e6799-8345-848d-08bc-390b487fb5e5-14a3e18d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_724e6799-8345-848d-08bc-390b487fb5e8-14a3e18d {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_724e6799-8345-848d-08bc-390b487fb5eb-14a3e18d, #w-node-_11d45fd0-c528-ebe2-7438-6c34b4315964-14a3e18d, #w-node-_11d45fd0-c528-ebe2-7438-6c34b4315957-14a3e18d, #w-node-_93936b89-b28f-fded-8e79-0768f15ebc67-14a3e18d, #w-node-_93936b89-b28f-fded-8e79-0768f15ebc84-14a3e18d, #w-node-_26381495-2a4d-00f5-ace6-49ea4c73f443-dfa3e18e, #w-node-_1225c072-a745-d366-0a2a-1e86a1b5389e-dfa3e18e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_0814a15c-3a0d-710d-f493-1676b1be33ae-dfa3e18e {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_0814a15c-3a0d-710d-f493-1676b1be33b8-dfa3e18e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0814a15c-3a0d-710d-f493-1676b1be33bc-dfa3e18e {
    justify-self: stretch;
  }

  #w-node-e5dc7040-81ca-d18a-3377-3533f4ef3afa-b1a3e18f, #w-node-_92dbc69d-590e-7f2b-351f-0e3dd2064aef-b1a3e18f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_98ca300d-4516-6d2d-32be-fd430bd3329b-b1a3e18f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-eb55142a-8147-6396-d545-7d2ca80887fc-b1a3e18f {
    grid-column: span 1 / span 1;
  }

  #w-node-_328544ba-e767-0924-af5c-4d6670d0db8d-b1a3e18f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_328544ba-e767-0924-af5c-4d6670d0db90-b1a3e18f {
    grid-column: span 4 / span 4;
  }

  #w-node-_413971b7-8430-00e4-e4ed-0325f77f2c12-b1a3e18f, #w-node-_413971b7-8430-00e4-e4ed-0325f77f2c1b-b1a3e18f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_413971b7-8430-00e4-e4ed-0325f77f2c2f-b1a3e18f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_413971b7-8430-00e4-e4ed-0325f77f2c33-b1a3e18f {
    justify-self: stretch;
  }

  #w-node-f89b9326-97fe-1dc3-ffcf-ce296c6173d7-f9513bea, #w-node-_998b0fa8-ec03-3553-9814-39e6075dde53-f9513bea, #w-node-_998b0fa8-ec03-3553-9814-39e6075dde5e-f9513bea {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_73ffb7f8-773d-9ffb-f064-e088775cea3c-f9513bea {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_73ffb7f8-773d-9ffb-f064-e088775cea50-f9513bea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_73ffb7f8-773d-9ffb-f064-e088775cea54-f9513bea {
    justify-self: stretch;
  }

  #w-node-_0f21dab4-f77a-457e-3818-26c2af25e570-f9513bea, #w-node-_0f21dab4-f77a-457e-3818-26c2af25e579-f9513bea {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_83b20c88-b7d2-9972-ce3c-0dbe2c2459c2-f9513bea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_83b20c88-b7d2-9972-ce3c-0dbe2c245a10-f9513bea {
    grid-column: span 1 / span 1;
  }

  #w-node-_90ad11dd-2d57-da18-b775-1e80bd9867c9-f9513bea {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_90ad11dd-2d57-da18-b775-1e80bd9867cc-f9513bea {
    grid-column: span 4 / span 4;
  }

  #w-node-_6672de79-1f3e-cb9c-de47-6fbdc6edabdc-f9513bea, #w-node-_6672de79-1f3e-cb9c-de47-6fbdc6edabe5-f9513bea {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_6672de79-1f3e-cb9c-de47-6fbdc6edabf9-f9513bea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6672de79-1f3e-cb9c-de47-6fbdc6edabfd-f9513bea {
    justify-self: stretch;
  }

  #w-node-_0a7cdeec-f3cf-22cb-8c44-4f562017db6a-f9513bea, #w-node-_0a7cdeec-f3cf-22cb-8c44-4f562017db8e-f9513bea, #w-node-bc0ba197-8cd6-2560-7324-adcfa38a4a44-f9513bea, #w-node-bc0ba197-8cd6-2560-7324-adcfa38a4a4c-f9513bea, #w-node-d31330d0-86db-6659-f184-872c6cc84e99-f9513bea {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d31330d0-86db-6659-f184-872c6cc84e9a-f9513bea {
    grid-area: 1 / 1 / 9 / 5;
  }

  #w-node-d31330d0-86db-6659-f184-872c6cc84e9d-f9513bea {
    grid-area: 1 / 5 / 2 / 2;
  }

  #w-node-d31330d0-86db-6659-f184-872c6cc84ea0-f9513bea {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d31330d0-86db-6659-f184-872c6cc84ea3-f9513bea, #w-node-d31330d0-86db-6659-f184-872c6cc84f3e-f9513bea, #w-node-d31330d0-86db-6659-f184-872c6cc84f44-f9513bea, #w-node-_6af2c3ad-95e2-67ed-4aca-7c9cd06ba5ef-f9513bea {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_6af2c3ad-95e2-67ed-4aca-7c9cd06ba5f9-f9513bea, #w-node-_6af2c3ad-95e2-67ed-4aca-7c9cd06ba5ff-f9513bea, #w-node-_6af2c3ad-95e2-67ed-4aca-7c9cd06ba657-f9513bea, #w-node-_6af2c3ad-95e2-67ed-4aca-7c9cd06ba65d-f9513bea, #w-node-_6af2c3ad-95e2-67ed-4aca-7c9cd06ba6af-f9513bea, #w-node-_6af2c3ad-95e2-67ed-4aca-7c9cd06ba6b5-f9513bea, #w-node-_6af2c3ad-95e2-67ed-4aca-7c9cd06ba713-f9513bea, #w-node-_6af2c3ad-95e2-67ed-4aca-7c9cd06ba719-f9513bea {
    grid-column: span 4 / span 4;
  }

  #w-node-_6af2c3ad-95e2-67ed-4aca-7c9cd06ba7a6-f9513bea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6af2c3ad-95e2-67ed-4aca-7c9cd06ba7ad-f9513bea, #w-node-_6af2c3ad-95e2-67ed-4aca-7c9cd06ba7b4-f9513bea, #w-node-_6af2c3ad-95e2-67ed-4aca-7c9cd06ba7be-f9513bea, #w-node-_6af2c3ad-95e2-67ed-4aca-7c9cd06ba7c8-f9513bea, #w-node-_6af2c3ad-95e2-67ed-4aca-7c9cd06ba7cf-f9513bea {
    grid-column: span 1 / span 1;
  }

  #w-node-_8fd4d481-0ebf-7f25-2185-934d3e46c536-debe2598 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8fd4d481-0ebf-7f25-2185-934d3e46c561-debe2598 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1f765067-a281-918b-d5ef-622aa4d8dff5-debe2598 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d3abd68f-6b61-76a1-329a-f96582174f67-debe2598 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f7a0a665-9b7f-d595-0de5-0ec361f38f9f-debe2598 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f7a0a665-9b7f-d595-0de5-0ec361f38fa7-debe2598 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f7a0a665-9b7f-d595-0de5-0ec361f38faf-debe2598 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-f7a0a665-9b7f-d595-0de5-0ec361f38fb7-debe2598 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-f7a0a665-9b7f-d595-0de5-0ec361f38fbf-debe2598 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f7a0a665-9b7f-d595-0de5-0ec361f38fc7-debe2598 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-cd6a4f35-1d05-5dbb-77a6-37a978bcdd08-debe2598 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c53ea438-65f3-da5a-63e2-051e9f3adf23-debe2598 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a7c684db-9f72-fc2a-1a49-86d266e4d687-72053900 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-a7c684db-9f72-fc2a-1a49-86d266e4d68a-72053900 {
    grid-column: span 4 / span 4;
  }

  #w-node-_6ac992a5-b755-24f3-6c8f-5f3685e824a1-72053900 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_6ac992a5-b755-24f3-6c8f-5f3685e824a4-72053900 {
    grid-column: span 4 / span 4;
  }

  #w-node-_85205da9-acb7-5b79-037e-ac33c280519a-bc177857 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_85205da9-acb7-5b79-037e-ac33c280519d-bc177857 {
    grid-column: span 4 / span 4;
  }

  #w-node-a7c684db-9f72-fc2a-1a49-86d266e4d687-bc177857 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-a7c684db-9f72-fc2a-1a49-86d266e4d68a-bc177857 {
    grid-column: span 4 / span 4;
  }

  #w-node-_6ac992a5-b755-24f3-6c8f-5f3685e824a1-bc177857 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_6ac992a5-b755-24f3-6c8f-5f3685e824a4-bc177857 {
    grid-column: span 4 / span 4;
  }

  #w-node-a45b6a91-5b70-36c8-1278-eaedfd8a70e8-bc177857 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-a45b6a91-5b70-36c8-1278-eaedfd8a70eb-bc177857 {
    grid-column: span 4 / span 4;
  }

  #w-node-_071cc976-6fee-5bb3-5fe5-e6b902d552c1-bc177857 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_071cc976-6fee-5bb3-5fe5-e6b902d552c4-bc177857 {
    grid-column: span 4 / span 4;
  }

  #w-node-_49596f30-2b9f-7875-9999-68f758297ca2-bc177857 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_49596f30-2b9f-7875-9999-68f758297ca5-bc177857 {
    grid-column: span 4 / span 4;
  }
}


