:root {
  --dark: #151515;
  --main: #f44d3b;
  --grey-4: #e5e5e5;
  --white: white;
  --grey-3: #d1d1d1;
  --lg-green-light: #98bec1;
  --grey-2: #959595;
  --haze: #f7f7f7;
  --grey-1: #454545;
  --fdh-navy: #43484d;
  --fdh-blue: #87a7ac;
  --lg-green-lighter: #bdecf0;
  --lg-green-dark: #7faeb1;
  --main-hover: #d33828;
  --fdh-light-blue: #e4edee;
  --fdh-cream: #eae6d8;
  --fdh-dark-green: #677a67;
  --fdh-yellow: #e7b97f;
  --color-2: #e9aa70;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: var(--dark);
  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 {
  border-top: 1px none var(--grey-3);
  color: var(--white);
}

.section.footer {
  background-color: var(--lg-green-light);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px 10px;
  display: flex;
}

.section._120.no-space-bottom {
  padding-bottom: 0;
}

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

.section._120.intro-mobile {
  display: none;
}

.section._120.intro-desktop {
  padding-top: 0;
}

.section._120.no-space-top-bottom {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.section.footer-fdh {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-top: .5px solid var(--grey-2);
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.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/skyla-design-Ps0r8xOpnKI-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%;
  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;
}

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

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

.title.white {
  color: #fff;
}

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

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

.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);
  width: 40px;
  height: 40px;
  color: var(--dark);
  cursor: pointer;
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  display: flex;
  position: relative;
}

.tooltip {
  z-index: 2;
  border: 1px solid var(--grey-4);
  width: 200px;
  max-width: 200px;
  color: var(--grey-1);
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  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(--fdh-navy);
  color: #fff;
  text-align: center;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-family: Encode Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s, background-color .4s, box-shadow .4s;
  display: flex;
}

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

.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;
  border-radius: 7px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.button.nav-button:hover {
  background-color: var(--fdh-navy);
  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.home-intro {
  background-color: var(--fdh-navy);
}

.button.home-intro:hover {
  background-color: var(--fdh-blue);
}

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

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

.sg-button-wrapper {
  width: 100%;
  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;
  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 {
  width: 100%;
  color: var(--dark);
  border-radius: 5px;
  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(--grey-2);
  border-radius: 3px;
  margin-left: -8px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.nav-link {
  height: 100%;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  transition: color .2s;
  display: flex;
}

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

.nav-link.w--current {
  color: var(--fdh-navy);
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.nav-dropdown-link {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px 32px 8px 24px;
  font-family: Encode Sans, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  transition: color .1s;
}

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

.nav-dropdown-link.w--current {
  color: var(--lg-green-lighter);
  font-weight: 500;
}

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

.nav-dropdown {
  height: 100%;
}

.nav-dropdown.completely-hidden {
  display: none;
}

.logo {
  width: 180px;
  height: auto;
}

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

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

.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/LG_Home_10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-image.team-image.booking {
  background-image: url('../images/LG_Home_27.jpg');
  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.office-image {
  background-image: url('../images/croissant--BiyRLfotEQ-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.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.contact {
  background-color: var(--white);
  background-image: linear-gradient(#00000059, #00000059), url('../images/FDH-Home-15.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.booking {
  background-color: var(--white);
  background-image: linear-gradient(#0006, #0006), url('../images/FDH-Home-17.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.policy {
  background-color: var(--white);
  background-image: linear-gradient(#0006, #0006), url('../images/LG_Home_16.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.isle-of-islay {
  background-color: var(--white);
  background-image: linear-gradient(#0006, #0006), url('../images/FDH-Home-32.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.about {
  background-color: var(--white);
  background-image: linear-gradient(#0006, #0006), url('../images/FDH-Home-21.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.gallery {
  background-color: var(--white);
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/FDH-Home-29.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-image.getting-here {
  background-image: linear-gradient(#0006, #0006), url('../images/FDH-Home-40.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.breadcrumbs {
  z-index: 1;
  background-color: var(--fdh-blue);
  height: 24px;
  color: var(--grey-3);
  border-radius: 4px;
  flex-wrap: wrap;
  align-items: center;
  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.bolder {
  font-weight: 600;
}

.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.gallery-1 {
  background-image: url('../images/LG_Home_32.jpg');
}

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

.zoomed-image.gallery-3 {
  background-image: url('../images/FDH-Home-8.webp');
  background-position: 50% 25%;
}

.zoomed-image.video-preview {
  background-image: url('../images/FDH-Home-12.webp');
}

.zoomed-image.video-preview.alt-1 {
  background-image: url('../images/FDH-Home-8.webp');
  background-position: 50% 25%;
}

.zoomed-image.video-preview.alt-2 {
  background-image: url('../images/FDH-Home-11.webp');
}

.zoomed-image.video-preview.alt-3 {
  background-image: url('../images/FDH-Home-10.webp');
}

.zoomed-image.mini-gallery-1 {
  background-image: url('../images/FDH-Home-23.webp');
}

.zoomed-image.mini-gallery-2 {
  background-image: url('../images/FDH-Home-24.webp');
}

.zoomed-image.mini-gallery-3 {
  background-image: url('../images/FDH-Home-26.webp');
}

.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);
  width: 100%;
  height: 48px;
  color: var(--dark);
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  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 {
  font-size: 13px;
  line-height: 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-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: #3b5998;
}

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

.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);
  height: 20px;
  color: var(--dark);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
  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: 1px;
  margin-top: 4px;
  margin-bottom: 24px;
}

.divider.no-margin-bottom {
  margin-top: 4px;
}

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

.divider.centre {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.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.dark {
  color: var(--grey-1);
  background-color: #0000;
  font-family: Encode Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

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

.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: 64px 12%;
  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 {
  height: 32px;
  color: var(--dark);
  background-color: #0000;
  border-radius: 16px;
  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 {
  width: 60px;
  transform-style: preserve-3d;
  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(--grey-1);
  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 {
  min-width: 470px;
  color: var(--dark);
  background-color: #fff;
  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 {
  width: 670px;
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 64px 80px;
}

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

.layout {
  width: 50%;
  color: var(--dark);
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  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 {
  height: 100%;
  color: var(--dark);
  text-align: center;
  flex-direction: column;
  align-items: center;
  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 {
  width: 50%;
  height: 48px;
  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;
  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;
  margin-top: 20px;
  margin-bottom: 24px;
  font-family: Lora, sans-serif;
  font-size: 20px;
  line-height: 36px;
  position: relative;
}

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

.link-underline {
  z-index: 1;
  background-color: var(--lg-green-dark);
  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 {
  width: 40px;
  height: 40px;
  color: var(--dark);
  justify-content: center;
  align-items: center;
  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-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 1fr 1fr;
  padding-left: 15px;
  padding-right: 15px;
}

.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);
  min-height: 200px;
  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;
  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;
  width: 100%;
  color: var(--dark);
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.work-card {
  height: 100%;
  color: var(--dark);
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  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);
  height: 25vw;
  color: var(--dark);
  text-align: right;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  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);
  width: 100%;
  height: 88px;
  color: var(--dark);
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  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 {
  width: 40px;
  height: 160px;
  color: var(--white);
  border: 1px solid #ffffff4d;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  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;
  height: 180px;
  color: var(--dark);
  border-color: #0000;
}

.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: 100px;
  grid-row-gap: 16px;
  flex-flow: row-reverse;
  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;
}

.main-grid.flex {
  grid-column-gap: 150px;
  display: flex;
}

.nav-v2-right {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-top: -80px;
  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: 2px solid var(--dark);
  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;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

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

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

.top-button {
  z-index: 100;
  background-color: var(--fdh-navy);
  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(--fdh-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-link {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 16px 12px;
  font-family: Lora, sans-serif;
  font-size: 5vh;
  line-height: 6vh;
  text-decoration: none;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

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

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

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

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

.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;
  color: #fff;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 104px;
  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(--fdh-blue);
  grid-template-rows: auto;
  grid-template-columns: 240px 1fr 240px;
  grid-auto-columns: 1fr;
  height: 120px;
  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(--fdh-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;
  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;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  line-height: 25px;
}

.breadcrumbs-link {
  color: var(--dark);
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: color .4s;
}

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

.breadcrumbs-divider {
  opacity: .3;
  color: var(--dark);
  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-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;
  background-attachment: scroll, fixed;
  flex-wrap: wrap;
  padding: 8px 32px;
  display: flex;
  position: relative;
}

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

.footer-v1-logo {
  background-image: url('../images/logo-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 36px;
  flex: none;
  width: 80px;
  height: 80px;
  margin-left: -22px;
}

.footer-v1-menu {
  justify-content: flex-start;
  align-items: center;
  padding-left: 16px;
  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 {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  padding-right: 28px;
  display: flex;
}

.footer-v1-links {
  justify-content: flex-end;
  align-items: center;
  padding-right: 24px;
  display: flex;
}

.footer-v1-link-small {
  color: var(--white);
  padding: 4px 12px;
  font-size: 11px;
  line-height: 16px;
  text-decoration: none;
}

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

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

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

.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);
  width: 56px;
  height: 100%;
  min-height: 104px;
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: none;
  justify-content: center;
  align-items: center;
  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;
  perspective-origin: 0%;
  transform-origin: 0%;
  height: 100vh;
  max-height: 64vw;
  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;
  padding-left: 184px;
  padding-right: 8%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.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-image {
  background-image: url('../images/amin-rokhide-16eUNLpbnXg-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.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-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%;
  max-width: 300px;
  color: var(--white);
  border-radius: 3px;
  justify-content: flex-start;
  align-items: stretch;
  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-image {
  background-color: var(--grey-1);
  background-image: url('../images/larq-VMC3O_lSrFA-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 200px;
  margin-right: 16px;
}

.nav-bar-v1 {
  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: 240px;
  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: 64px;
  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(--haze);
}

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

.nav-v1-button {
  border-top: 1px solid var(--grey-4);
  height: 72px;
  color: var(--dark);
  text-align: center;
  flex: none;
  justify-content: center;
  align-items: center;
  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(--main);
  color: var(--white);
  border-top-color: #0000;
}

.nav-v1-small-links {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 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-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);
  width: 48px;
  height: 48px;
  color: var(--dark);
  border-radius: 50%;
  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);
  height: 100%;
  color: var(--dark);
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-slider-v2-button {
  background-color: var(--white);
  width: 48px;
  height: 48px;
  color: var(--dark);
  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);
  height: 100vh;
  min-height: 720px;
  max-height: 64vw;
  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;
  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);
  height: 100vh;
  max-height: 64vw;
  color: var(--white);
  display: flex;
}

.hero-v2-section.white {
  background-color: var(--white);
}

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

.hero-v2-image.wider {
  opacity: 1;
  background-image: none;
  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;
}

.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);
  height: auto;
  min-height: 64px;
  color: var(--grey-2);
  justify-content: space-between;
  align-items: center;
  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);
  height: 20px;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
  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);
  height: 20px;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
  flex: none;
  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 {
  color: var(--grey-1);
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 38px;
}

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

.h1-heading {
  color: var(--dark);
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 50px;
}

.slider-home {
  height: 100%;
}

.slide {
  background-color: var(--white);
  background-image: url('../images/FDH-Home-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-color: var(--white);
  background-image: url('../images/FDH-Home-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-color: var(--white);
  background-image: url('../images/FDH-Home-6.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-color: var(--white);
  background-image: url('../images/FDH-Home-5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image {
  margin-bottom: 24px;
}

.hero-social-icon {
  z-index: 1;
  position: relative;
}

.footer-v2-contacts {
  flex-direction: column;
  align-items: flex-start;
  width: 35%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.social-link {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 4px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #ddd;
}

.social-link.dark-bg {
  box-shadow: inset 0 0 0 1px #fff6;
}

.social-icons {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.social-icons.left {
  justify-content: flex-start;
  margin-left: -4px;
}

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

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

.link-white.dark {
  color: var(--dark);
  background-color: #0000;
  font-family: Encode Sans, sans-serif;
  font-weight: 400;
}

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

.footer-v2-2 {
  color: #777;
  flex-wrap: wrap;
  padding-top: 64px;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 20px;
  display: flex;
}

.footer-v2-2.dark-bg {
  color: #ffffffb3;
}

.wrapper-2 {
  background-color: #0000;
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.footer-v2-nav-links {
  flex-direction: column;
  align-items: flex-start;
  margin-top: -6px;
  display: flex;
}

.footer-v2-nav-links.extra-bottom-space {
  margin-bottom: 24px;
}

.footer-bottom-left {
  text-align: left;
  flex-wrap: wrap;
  flex: 1;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.color-hover {
  background-color: #3dbfbe;
  width: 100%;
  position: absolute;
  inset: 0;
}

.color-hover.down {
  background-color: #3dbfbe;
  height: 3px;
  position: absolute;
  inset: auto 0 0;
}

.footer-text-right {
  color: var(--grey-1);
  margin-left: 16px;
  font-family: Encode Sans, sans-serif;
  font-weight: 300;
}

.footer-bottom-v2 {
  color: #7c8499;
  border-top: 1px solid #ddd;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.footer-bottom-v2.dark-bg {
  border-top-width: .5px;
  border-top-color: var(--grey-1);
  color: #fff9;
}

.footer-v2-about {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  padding-left: 15px;
  padding-right: 10%;
  display: flex;
}

.footer-v2-email {
  color: #777;
  text-decoration: none;
}

.footer-v2-email:hover {
  color: #111;
  text-decoration: underline;
}

.footer-v2-email.dark-bg {
  color: var(--dark);
  font-family: Encode Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
}

.footer-v2-email.dark-bg:hover {
  color: var(--grey-1);
  text-decoration: none;
}

.footer-v2-email.dark-bg.contact {
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  transition: color .4s;
}

.footer-v2-email.dark-bg.contact:hover {
  color: var(--main-hover);
}

.footer-v2-follow {
  flex-direction: column;
  align-items: center;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.footer-v2-contact {
  align-items: flex-start;
  margin-bottom: 8px;
  display: flex;
}

.footer-v2-contact.contact {
  margin-bottom: 20px;
}

.footer-v2-contact-icon {
  width: 16px;
  margin-top: 2px;
  margin-right: 12px;
}

.footer-v2-contact-icon.contact {
  width: 20px;
}

.footer-v-2-contact-list {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 12px;
  display: flex;
}

.footer-text-left {
  color: var(--grey-1);
  background-color: #0000;
  margin-right: 16px;
  font-family: Encode Sans, sans-serif;
  font-weight: 300;
}

.footer-v2-heading {
  color: #111;
  margin-bottom: 12px;
  font-family: Encode Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

.footer-v2-heading.text-white {
  color: #fff;
  margin-bottom: 16px;
  font-weight: 400;
}

.footer-v2-nav-link {
  color: #777;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 8px;
  text-decoration: none;
}

.footer-v2-nav-link:hover {
  color: #111;
  text-decoration: underline;
}

.footer-v2-nav-link.dark-bg {
  color: var(--dark);
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Encode Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  transition: color .2s;
}

.footer-v2-nav-link.dark-bg:hover {
  color: var(--grey-1);
  text-decoration: none;
}

.footer-v2-nav {
  flex-direction: column;
  align-items: flex-start;
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.text-block-3 {
  color: var(--dark);
  font-family: Encode Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
}

.text-block-3.contact {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.button-block {
  text-align: center;
  align-items: center;
  width: 40%;
  display: flex;
}

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

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

.text-block-4 {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.h2-heading {
  margin-bottom: 16px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 42px;
}

.h2-heading.space-top {
  margin-top: 40px;
}

.h2-heading.centre {
  text-align: center;
}

.h2-heading.no-bottom-space {
  margin-bottom: 0;
}

.h2-heading.reduced-bottom-space {
  margin-bottom: 8px;
}

.text-paragraph {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.text-paragraph.space-bottom {
  margin-bottom: 16px;
}

.text-paragraph.space-bottom.bigger {
  margin-bottom: 24px;
}

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

.text-block-5 {
  font-family: Encode Sans, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 17px;
}

.columns {
  margin-bottom: 100px;
}

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

.columns.bottom-adjust {
  margin-bottom: 60px;
}

.h3-heading {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.h3-heading.white {
  color: var(--white);
}

.div-block {
  background-color: #0000;
  height: auto;
  padding: 5px 0 0;
}

.list {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  list-style-type: disc;
}

.list.wider {
  padding-left: 100px;
}

.list.no-space-bottom {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  list-style-type: disc;
}

.list.no-space-top {
  margin-top: 0;
}

.list.no-space-top.no-bottom-space {
  margin-bottom: 0;
}

.list.dog-rules-list {
  margin-top: 0;
  margin-bottom: 20px;
}

.intro-text-left {
  padding-right: 60px;
}

.intro-text-right {
  display: block;
}

.columns-2 {
  align-items: center;
  display: flex;
}

.columns-2.car-charging {
  background-color: var(--fdh-light-blue);
  margin-top: 20px;
  padding: 20px;
}

.columns-2.car-charging.no-padding {
  justify-content: center;
  padding: 0;
}

.columns-2.car-charging.bottom-space {
  margin-bottom: 20px;
}

.gallery-block {
  margin: 10px;
}

.gallery-columns {
  margin-bottom: 40px;
}

.gallery-columns.no-bottom-space {
  margin-bottom: 0;
}

.extra-block {
  margin-top: 20px;
}

.style-sheet {
  max-width: 1300px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.h4-heading, .h5-heading, .h6-heading {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.dog-house-rules-quick-stack {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: var(--fdh-light-blue);
  margin-top: 20px;
}

.cell-centre {
  justify-content: center;
}

.heading-h2 {
  color: #000;
  margin-top: 0;
}

.heading-h2.light {
  font-weight: 300;
}

.button-icon-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 11px;
  display: flex;
  overflow: hidden;
}

.home-one-slider-three-box {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  background-image: linear-gradient(#0003, #0003);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.home-one-slider-three-box.one {
  background-image: url('../images/FDH-Home-14.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 300px;
}

.button-two {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #eb519a;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  display: flex;
}

.home-one-slider-three-contain-wrap {
  background-color: #fff;
  max-width: 530px;
  margin-left: auto;
  padding: 64px 40px 62px 70px;
}

.home-one-slider-three-main-wrap {
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0 20px 60px #0000001a;
}

.paragraph {
  color: #000;
  margin-bottom: 0;
  font-weight: 300;
}

.paragraph.bottom-space {
  margin-bottom: 24px;
}

.footer-quickstack-bottom {
  padding: 0;
}

.footer-quickstack-left {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-bottom: .5px solid #000;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.image-3 {
  margin-right: 5px;
}

.footer-main-left {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.heading-h4 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 34px;
}

.heading-h4.light {
  font-weight: 300;
}

.cell-centre-2 {
  justify-content: center;
  align-items: center;
}

.email-box {
  align-items: center;
  display: flex;
}

.footer-centre-cell {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
}

.footer-centre-cell.top {
  justify-content: flex-start;
  align-items: flex-start;
}

.footer-centre-cell.logo {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
}

.footer-main-left-inner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 625px;
  padding: 30px 0 50px;
}

.left-cell {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.footer-link {
  color: #fff;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
  transition: all .4s;
}

.footer-link:hover {
  color: var(--fdh-navy);
}

.footer-link.dark {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.footer-link.dark:hover {
  color: #eb519a;
}

.footer-link.black {
  color: var(--dark);
}

.footer-link.black:hover {
  color: var(--fdh-blue);
}

.footer-link.black.alternate:hover {
  color: var(--grey-2);
}

.footer-copyright-3 {
  color: #010524;
  width: 100%;
  font-size: 15px;
}

.footer-main-right {
  background-color: var(--fdh-cream);
  justify-content: flex-start;
  align-items: center;
  width: 80%;
}

.social-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-bottom: 5px;
}

.footer-main-right-inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 30px 20px 50px 70px;
}

.wee-beastie {
  color: var(--dark);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .4s;
}

.wee-beastie:hover {
  color: var(--fdh-dark-green);
}

.footer-form-title-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 52px;
}

.social-link-box {
  background-color: #fff;
  border-radius: 6px;
  padding: 4px;
  transition: all .5s;
}

.social-link-box:hover {
  filter: grayscale();
}

.social-link-box.linkedin {
  background-color: #0000;
}

.paragraph-3 {
  color: #010524;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 27px;
}

.paragraph-3.footer-right {
  color: #fff;
}

.paragraph-3.footer-right.wee-beastie-text {
  color: var(--dark);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.footer-divider-white {
  background-color: #fff;
  width: 100%;
  height: .5px;
  margin-bottom: 20px;
}

.footer-divider-white.black {
  background-color: var(--dark);
}

.footer-links-wrapper-right {
  grid-column-gap: 30px;
  text-align: left;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.footr-quickstack-new {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-bottom: .5px solid #000;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 0;
}

.image-5 {
  display: none;
}

.form-block {
  width: 100%;
  padding: 20px;
  box-shadow: 0 0 40px #977a764a;
}

.form-quickstack.bottom-space {
  margin-bottom: 60px;
}

.bottom-decor {
  z-index: 100;
  background-image: url('../images/wave-bottom-1-white-bottom.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 4vw;
  margin-bottom: -2px;
  position: absolute;
  inset: auto 0% 0%;
}

.maps-block {
  background-color: #f7f7f7;
  width: 100%;
  height: 500px;
  margin-top: 60px;
  padding: 20px;
}

.html-maps {
  width: 100%;
  height: 100%;
}

.bottom-space {
  margin-bottom: 60px;
}

.quickstack-things-to-do {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  padding: 0;
}

.dog-rules {
  background-color: var(--fdh-light-blue);
  margin-top: 20px;
  padding: 30px;
}

.dog-rules.no-top-space {
  margin-top: 0;
}

@media screen and (min-width: 1440px) {
  .footer-main-left-inner {
    width: 700px;
  }

  .footer-main-right-inner {
    width: 625px;
  }
}

@media screen and (min-width: 1920px) {
  .bg-image.contact {
    background-image: linear-gradient(#00000059, #00000059), url('../images/FDH-Home-15.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .footer-quickstack-bottom {
    width: 100%;
    padding: 0;
  }

  .cell-centre-2 {
    justify-content: center;
    align-items: center;
  }

  .footer-link {
    text-decoration: none;
  }

  .bottom-decor {
    background-size: cover;
  }

  .quickstack-things-to-do {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding: 0;
  }

  .cell-5 {
    justify-content: center;
    align-items: flex-start;
  }
}

@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.pattern-dark-section {
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .section._80 {
    padding: 60px 20px;
  }

  .section.footer-fdh {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .wrapper {
    width: auto;
    max-width: none;
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .no-margin {
    margin: 0;
  }

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

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

  .brand {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    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;
  }

  .button.home-intro {
    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;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: scroll;
  }

  .logo {
    width: 70px;
    height: auto;
  }

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

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

  .bg-image.getting-here {
    background-image: linear-gradient(to bottom, null, null), url('../images/FDH-Home-40.webp');
    background-position: 0 0, 40%;
  }

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

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

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

  .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: 48px 12%;
  }

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

  .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: 60px;
    flex-flow: column-reverse wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    padding-left: 8px;
    padding-right: 8px;
    display: grid;
  }

  .main-grid.flex {
    grid-column-gap: 0px;
  }

  .nav-v2-right {
    margin-top: 0;
    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;
  }

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

  .menu-icon.adjust {
    width: 30px;
    margin-top: 15px;
  }

  .nav-bar-top {
    height: 64px;
    margin-bottom: -64px;
    padding-right: 0;
  }

  .nav-bar-top.classic {
    grid-template-columns: auto 1fr auto;
    height: 90px;
  }

  .menu-button {
    height: 100%;
    color: var(--white);
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .menu-buttton-text {
    margin-top: 1px;
  }

  .breadcrumbs-v2 {
    padding: 12px 16px;
    display: none;
  }

  .footer-v1 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-v1-logo {
    width: 64px;
    height: 64px;
    margin-left: -6px;
  }

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

  .footer-v1-right {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding-left: 86px;
    padding-right: 0;
  }

  .footer-v1-links {
    flex: 1;
    justify-content: flex-start;
    margin-left: -8px;
  }

  .footer-v1-bottom {
    flex-wrap: wrap;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 88px;
  }

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

  .nav-bar-v1 {
    border-bottom: 1px solid var(--grey-4);
    border-right-style: none;
    flex-direction: row;
    width: auto;
    height: 64px;
    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-info {
    padding-top: 144px;
    padding-bottom: 60px;
  }

  .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 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

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

  .h1-heading {
    font-size: 38px;
    line-height: 48px;
  }

  .footer-v2-contacts {
    width: 50%;
    padding-bottom: 20px;
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .footer-bottom-v2.dark-bg {
    margin-top: 30px;
  }

  .footer-v2-about {
    width: 25%;
    padding-bottom: 20px;
    padding-left: 8px;
    padding-right: 4%;
  }

  .footer-v2-follow {
    align-items: flex-start;
    width: 50%;
    padding-bottom: 20px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v2-nav {
    width: 25%;
    padding-bottom: 20px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .h2-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .h2-heading.mobile {
    display: none;
  }

  .columns {
    margin-bottom: 80px;
  }

  .list.wider {
    padding-left: 40px;
  }

  .gallery-block {
    margin: 8px;
  }

  .home-one-slider-three-contain-wrap {
    max-width: 450px;
    padding: 33px 20px 33px 40px;
  }

  .footer-quickstack-left {
    border-bottom-style: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-main-left {
    justify-content: center;
  }

  .heading-h4 {
    font-size: 22px;
    line-height: 32px;
  }

  .footer-centre-cell.logo {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: flex-start;
  }

  .footer-main-left-inner {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    width: 100%;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-copyright-3 {
    margin-bottom: 0;
  }

  .footer-main-right {
    justify-content: center;
    width: 100%;
  }

  .footer-main-right-inner {
    align-items: center;
    padding-top: 50px;
    padding-bottom: 100px;
    padding-left: 20px;
  }

  .footer-links-wrapper-right {
    justify-content: center;
  }

  .footr-quickstack-new {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .cell-4 {
    justify-content: center;
  }

  .image-5 {
    display: inline-flex;
  }

  .form-block {
    width: 100%;
  }

  .form-quickstack.bottom-space {
    margin-bottom: 50px;
    padding: 0;
  }

  .bottom-decor {
    margin-bottom: 0;
    bottom: -1px;
  }

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

  .quickstack-things-to-do {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }
}

@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.reduced-space-bottom {
    padding-bottom: 20px;
  }

  .section._120.intro-text {
    padding-top: 0;
  }

  .section._120.intro-mobile {
    padding-top: 0;
    display: none;
  }

  .section._120.intro-desktop {
    display: none;
  }

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

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

  .no-margin {
    margin: 0;
  }

  .intro {
    margin-bottom: 48px;
  }

  .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-text {
    margin-left: 12px;
  }

  .bg-image.getting-here {
    background-image: linear-gradient(to bottom, null, null), url('../images/FDH-Home-40.webp');
    background-position: 0 0, 30%;
  }

  .breadcrumbs-arrow {
    margin-left: 6px;
    margin-right: 6px;
  }

  .sidebar {
    width: 83.33%;
  }

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

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

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

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

  .content-vertical-left {
    margin-bottom: 20px;
  }

  .content-vertical-left.map {
    align-items: center;
  }

  .skill {
    margin-top: 24px;
  }

  .signature-v1 {
    width: 180px;
  }

  .main-grid {
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    flex-flow: column-reverse wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .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 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .big-menu-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 32px;
    line-height: 48px;
  }

  .page-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .page-header.top-padding {
    padding-top: 128px;
    padding-bottom: 80px;
  }

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

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

  .footer-v1-links {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-v1-link-small {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v1-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .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-image {
    width: auto;
    height: 80vw;
  }

  .hero-v2-image.wider {
    width: 100%;
  }

  .hero-v2-info {
    padding-top: 48px;
    padding-bottom: 40px;
  }

  .hero-v2-info.mobile-adjust {
    max-width: none;
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 0;
  }

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

  .footer-v2-contacts {
    width: 100%;
  }

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

  .footer-bottom-v2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer-bottom-v2.dark-bg {
    margin-top: 20px;
  }

  .footer-v2-about {
    width: 50%;
    padding-bottom: 40px;
    padding-right: 15%;
  }

  .footer-v2-follow {
    width: 10050%;
  }

  .footer-v2-nav {
    width: 50%;
    padding-bottom: 40px;
  }

  .button-block {
    justify-content: center;
    width: 50%;
  }

  .column {
    align-items: center;
  }

  .column-2 {
    align-items: center;
    margin-top: 20px;
  }

  .text-paragraph.no-space-bottom.bottom-space-mobile {
    margin-bottom: 20px;
  }

  .columns {
    margin-bottom: 60px;
  }

  .columns.bottom-adjust {
    margin-bottom: 50px;
  }

  .list.wider.no-bottom-space-mobile {
    margin-bottom: 0;
  }

  .list.wider.no-top-space-mobile {
    margin-top: 0;
  }

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

  .intro-text-left {
    padding-right: 0;
  }

  .columns-2 {
    flex-direction: column;
  }

  .columns-2.car-charging {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 15px;
  }

  .gallery-block {
    margin: 15px;
  }

  .gallery-columns {
    margin-bottom: 0;
  }

  .dog-house-rules-quick-stack {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .home-one-slider-three-box.one {
    background-position: 50%;
  }

  .footer-quickstack-left {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .heading-h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .footer-centre-cell.logo {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-main-left-inner {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .footer-copyright-3 {
    margin-bottom: 0;
  }

  .footer-main-right-inner {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .footer-form-title-2 {
    text-align: center;
    width: 90%;
  }

  .footer-links-wrapper-right {
    flex-wrap: wrap;
  }

  .form-block {
    box-shadow: none;
    padding: 0;
  }

  .form-quickstack.bottom-space {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 40px;
  }

  .bottom-decor {
    bottom: -1px;
  }

  .maps-block {
    margin-top: 50px;
  }

  .bottom-space {
    margin-bottom: 20px;
  }

  .quickstack-things-to-do {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}

@media screen and (max-width: 479px) {
  .section.no-padding-side {
    padding-left: 0;
    padding-right: 0;
  }

  .section.big-image-section {
    height: 100vw;
  }

  .section.pattern-dark-section, .section._120 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section._120.reduced-space-bottom {
    padding-bottom: 0;
  }

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

  .section.footer-fdh {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .no-margin {
    margin: 0;
  }

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

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

  .bg-image.policy {
    background-image: linear-gradient(#0006, #0006), url('../images/LG_Home_16.jpg');
    background-position: 0 0, 50% 0;
  }

  .bg-image.isle-of-islay {
    background-image: linear-gradient(#0006, #0006), url('../images/FDH-Home-32.webp');
    background-position: 0 0, 30%;
  }

  .sidebar {
    width: 100%;
  }

  .zoomed-image.mini-gallery-1 {
    background-size: cover;
    width: 100%;
    height: auto;
  }

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

  .hero-v4-arrow-link {
    display: none;
  }

  .buttons-container {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .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;
    position: static;
  }

  .feature-cards {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .mini-gallery-grid {
    grid-column-gap: 8px;
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(auto, 1fr);
  }

  .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-column-gap: 16px;
    grid-row-gap: 40px;
    grid-template-rows: repeat(auto-fit, 400px);
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .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 {
    padding-bottom: 160px;
  }

  .nav-v3-content {
    padding-left: 0;
  }

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

  .footer-v1-left {
    flex-direction: column;
  }

  .footer-v1-logo {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 0;
  }

  .footer-v1-menu {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-v1-right {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-left: 0;
  }

  .footer-v1-links {
    justify-content: center;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 0;
    padding: 8px 0;
  }

  .footer-v1-bottom {
    justify-content: center;
    margin-top: 24px;
    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-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-bottom: 40px;
  }

  .hero-v1-vertical-block {
    justify-content: flex-start;
    width: 100%;
    margin-left: -16px;
    transform: none;
  }

  .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-image {
    height: 150vw;
  }

  .hero-v2-image.wider {
    height: 160vw;
  }

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

  .footer-v2-contacts {
    width: 100%;
    padding-bottom: 30px;
  }

  .social-icons {
    justify-content: flex-start;
    margin-left: -1px;
  }

  .footer-v2-2.dark-bg {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .footer-bottom-v2.dark-bg {
    margin-top: 20px;
  }

  .footer-v2-about {
    align-items: flex-start;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .footer-v2-follow {
    width: 100%;
  }

  .footer-v2-contact.contact.no-bottom-space-mobile {
    margin-bottom: 0;
  }

  .footer-v-2-contact-list {
    padding-bottom: 0;
  }

  .footer-v2-nav {
    width: 100%;
    padding-bottom: 30px;
  }

  .button-block {
    width: 100%;
  }

  .columns, .columns.bottom-adjust {
    margin-bottom: 40px;
  }

  .h3-heading.white.hidden-mobile {
    display: none;
  }

  .columns-2 {
    flex-direction: column;
  }

  .gallery-block {
    margin-left: 0;
    margin-right: 0;
  }

  .home-one-slider-three-box.one {
    background-position: 0 100%;
    padding-top: 500px;
  }

  .home-one-slider-three-contain-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .link-block {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block.w--current {
    text-align: center;
    margin-right: auto;
  }

  .footer-quickstack-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-h4.light {
    font-weight: 400;
  }

  .image-4 {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .email-box.bottom-space {
    margin-bottom: 20px;
  }

  .footer-centre-cell.top {
    align-items: center;
  }

  .footer-centre-cell.top.top-space-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    padding-top: 0;
  }

  .footer-centre-cell.logo {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    align-items: center;
  }

  .footer-main-left-inner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 40px;
  }

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

  .footer-copyright-3 {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
  }

  .social-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-main-right-inner {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .footer-form-title-2 {
    text-align: center;
    width: 100%;
  }

  .footer-links-wrapper-right {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
  }

  .footer-link-block.w--current {
    justify-content: center;
    margin-bottom: 20px;
    display: flex;
  }

  .cell, .cell-2, .cell-3 {
    align-items: center;
  }

  .form-block {
    padding: 0;
  }

  .maps-block {
    height: 400px;
  }
}

#w-node-_7fc33ee5-2bda-8d5a-8bff-c8b42bead8d8-63a1defe {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_0a376150-87b7-f8a5-b17e-8e5b0af206e8-63a1defe {
  grid-area: 1 / 8 / 2 / 13;
  align-self: start;
}

#w-node-_93498bdb-3074-a0a2-e64a-ed25bf8bbad4-63a1defe {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_93498bdb-3074-a0a2-e64a-ed25bf8bbadb-63a1defe {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_6465b4e3-e593-b9e1-3645-1e4bc97c9bc5-63a1deff {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-f3ea9f52-a716-8d41-ccf2-624032085b1b-63a1deff {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-_465daee3-ce8d-e397-92ef-66646ee7ca61-63a1deff, #w-node-ea0610bf-5c2a-3dac-667d-0a16727bce42-63a1deff {
  grid-area: span 5 / span 6 / span 5 / span 6;
}

#w-node-_2dd1c49d-68b3-efe6-69bc-c1d68ffd9274-63a1deff {
  grid-area: span 5 / span 4 / span 5 / span 4;
}

#w-node-fb800b1b-abe8-4ba0-0b52-b018257ed331-63a1deff {
  grid-area: span 5 / span 8 / span 5 / span 8;
}

#w-node-f3ea9f52-a716-8d41-ccf2-624032085b58-63a1deff {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-f3ea9f52-a716-8d41-ccf2-624032085b8e-63a1deff {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_724e6799-8345-848d-08bc-390b487fb5e1-63a1df00 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_724e6799-8345-848d-08bc-390b487fb5e2-63a1df00 {
  grid-area: 1 / 1 / 9 / 5;
}

#w-node-_724e6799-8345-848d-08bc-390b487fb5e5-63a1df00 {
  grid-area: 1 / 5 / 5 / 9;
}

#w-node-_724e6799-8345-848d-08bc-390b487fb5e8-63a1df00 {
  grid-area: 5 / 5 / 9 / 9;
}

#w-node-_724e6799-8345-848d-08bc-390b487fb5eb-63a1df00 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_11d45fd0-c528-ebe2-7438-6c34b4315964-63a1df00 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_11d45fd0-c528-ebe2-7438-6c34b4315957-63a1df00 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_93936b89-b28f-fded-8e79-0768f15ebc67-63a1df00 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_93936b89-b28f-fded-8e79-0768f15ebc84-63a1df00 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_52b687cd-87ec-417c-3faf-de06b43fdf69-b43fdf67 {
  grid-area: 1 / 1 / 2 / 3;
  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-_49413477-db7a-1eb2-19db-5b63b439356c-63a1df01, #w-node-_66f0541a-760d-6dcf-fa19-f6a8aca6f0fb-63a1df02, #w-node-_39b71b58-a61e-a444-a1ac-0b8ffc6c9686-63a1df03 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_26381495-2a4d-00f5-ace6-49ea4c73f443-63a1df06 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_1225c072-a745-d366-0a2a-1e86a1b5389e-63a1df06 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-b4f0b272-616f-f95d-f1ec-39ae6c92d1db-63a1df06 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-_0814a15c-3a0d-710d-f493-1676b1be33ae-63a1df06 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_0814a15c-3a0d-710d-f493-1676b1be33b8-63a1df06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0814a15c-3a0d-710d-f493-1676b1be33bc-63a1df06 {
  justify-self: stretch;
}

#w-node-cf0f7b86-1a31-0b7d-1371-343356366a7c-63a1df06, #w-node-_8e9a730f-5439-584f-4738-b9b00839ecb9-63a1df06, #w-node-c10c455a-818a-18bb-1c6a-8ba699aa577e-63a1df06 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-b9688a1f-61ef-0c5c-f6c6-dde37ce00a11-63a1df07 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bdca5553-ca02-a3e9-80c3-f6a6d959c6e6-63a1df07 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_471f7a07-b11a-7f33-236d-c1068093d339-63a1df07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_471f7a07-b11a-7f33-236d-c1068093d33d-63a1df07 {
  justify-self: start;
}

#w-node-bc3fbf47-2757-70e4-ac84-e15daf37e9fe-63a1df08 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_2d3bab27-0483-b100-c5e0-0025d176a8b1-63a1df08 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_29cb189c-0eac-e5b1-8ca0-54d239874c76-63a1df08 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2d3bab27-0483-b100-c5e0-0025d176a8bc-63a1df08 {
  justify-self: start;
}

#w-node-_82b870b1-b964-6c56-efb3-a8ac7a30ae3b-63a1df08, #w-node-_82b870b1-b964-6c56-efb3-a8ac7a30ae42-63a1df08 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-fd25449c-e5f5-bc56-19bb-866f6885415c-63a1df08 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-e6da8263-b008-6b07-c83c-c614481e607d-63a1df09 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_35ae8a25-c3b8-ba2e-ddfa-1d3d883c9bd2-63a1df09 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_130fe451-be96-f9a4-b3ee-956d8a8be003-63a1df09 {
  grid-area: 2 / 5 / 3 / 13;
}

#w-node-e5dc7040-81ca-d18a-3377-3533f4ef3afa-63a1df0e {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_92dbc69d-590e-7f2b-351f-0e3dd2064aef-63a1df0e {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_98ca300d-4516-6d2d-32be-fd430bd3329b-63a1df0e {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-ba4824e9-22b1-46bc-fb00-b860305d54cf-63a1df0e, #w-node-_0ad3c2c5-07eb-52de-e80a-cd60c421c4c0-63a1df0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb55142a-8147-6396-d545-7d2ca80887fc-63a1df0e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_41847bbc-1462-63f1-1027-a5a817dcfeb9-63a1df0e {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_41847bbc-1462-63f1-1027-a5a817dcfebc-63a1df0e {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_328544ba-e767-0924-af5c-4d6670d0db8d-63a1df0e {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_328544ba-e767-0924-af5c-4d6670d0db90-63a1df0e {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_413971b7-8430-00e4-e4ed-0325f77f2c12-63a1df0e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_413971b7-8430-00e4-e4ed-0325f77f2c1b-63a1df0e {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_413971b7-8430-00e4-e4ed-0325f77f2c2f-63a1df0e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_413971b7-8430-00e4-e4ed-0325f77f2c33-63a1df0e {
  justify-self: start;
}

#w-node-_694b3d10-7bcd-c447-3d73-0ac642851f2e-63a1df0f {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_694b3d10-7bcd-c447-3d73-0ac642851f32-63a1df0f {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_4915c0ff-a6e0-be14-2221-e176b1b3386b-63a1df0f {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_4915c0ff-a6e0-be14-2221-e176b1b3385e-63a1df0f {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_780bb141-7e4d-06dd-9754-8fd611a926ee-63a1df0f, #w-node-_780bb141-7e4d-06dd-9754-8fd611a926f9-63a1df0f, #w-node-_780bb141-7e4d-06dd-9754-8fd611a92704-63a1df0f, #w-node-_780bb141-7e4d-06dd-9754-8fd611a92712-63a1df0f, #w-node-_780bb141-7e4d-06dd-9754-8fd611a92720-63a1df0f, #w-node-_780bb141-7e4d-06dd-9754-8fd611a9272b-63a1df0f, #w-node-ad32d26d-ae0c-b0e8-f7ac-94a978e6e854-63a1df0f {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ad32d26d-ae0c-b0e8-f7ac-94a978e6e85d-63a1df0f {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-ad32d26d-ae0c-b0e8-f7ac-94a978e6e871-63a1df0f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ad32d26d-ae0c-b0e8-f7ac-94a978e6e875-63a1df0f {
  justify-self: start;
}

#w-node-_6cd3d338-abbf-9ed4-13cf-0a1edd805b2c-63a1df0f, #w-node-_6cd3d338-abbf-9ed4-13cf-0a1edd805b33-63a1df0f {
  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-eb011b91-71c1-127c-c165-49450aaf7fda-63a1df10 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-eb011b91-71c1-127c-c165-49450aaf7fe0-63a1df10 {
  grid-area: 1 / 6 / 2 / 10;
}

#w-node-eb011b91-71c1-127c-c165-49450aaf8007-63a1df10 {
  grid-area: 1 / 10 / 2 / 14;
}

#w-node-_319abcb7-6c6b-0b4b-e44a-aa235b281107-63a1df10 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_319abcb7-6c6b-0b4b-e44a-aa235b281104-63a1df10 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_52b502cd-b6bb-29c0-ce8b-d4da103dc9b6-63a1df10 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_52b502cd-b6bb-29c0-ce8b-d4da103dc9ca-63a1df10 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_52b502cd-b6bb-29c0-ce8b-d4da103dc9ce-63a1df10 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0f7af913-4600-43e5-fc25-a32acd641977-63a1df10 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-c6533ca2-f4bd-5015-6f83-aecd425c2a74-63a1df11 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-dd1c0447-2539-a39d-cf40-424f5a689d64-63a1df11 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-e1f689ae-afdd-e61d-ff3f-9cd8e64abb06-63a1df11 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-e1f689ae-afdd-e61d-ff3f-9cd8e64abb0f-63a1df11 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_8bff2f24-a684-60c9-c86b-0439a3256fba-63a1df11 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8bff2f24-a684-60c9-c86b-0439a3256fc5-63a1df11 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_8bff2f24-a684-60c9-c86b-0439a3256fd0-63a1df11 {
  grid-area: 2 / 5 / 3 / 7;
}

#w-node-_8bff2f24-a684-60c9-c86b-0439a3256fdb-63a1df11 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_8bff2f24-a684-60c9-c86b-0439a3256fe6-63a1df11 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_8bff2f24-a684-60c9-c86b-0439a3256ff1-63a1df11 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_74965eb5-5247-189c-380e-502cd723b444-63a1df11 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_74965eb5-5247-189c-380e-502cd723b445-63a1df11 {
  grid-area: 1 / 1 / 9 / 5;
}

#w-node-_74965eb5-5247-189c-380e-502cd723b448-63a1df11 {
  grid-area: 1 / 5 / 5 / 9;
}

#w-node-_74965eb5-5247-189c-380e-502cd723b44b-63a1df11 {
  grid-area: 5 / 5 / 9 / 9;
}

#w-node-_74965eb5-5247-189c-380e-502cd723b44e-63a1df11 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_07cdd1e6-56c2-ce2d-6a5e-1301c31a6663-63a1df11 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_07cdd1e6-56c2-ce2d-6a5e-1301c31a6680-63a1df11 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_07d38707-f2f6-c62f-a37f-7275d638de27-63a1df11 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-_07d38707-f2f6-c62f-a37f-7275d638de2a-63a1df11 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_07d38707-f2f6-c62f-a37f-7275d638de3e-63a1df11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07d38707-f2f6-c62f-a37f-7275d638de42-63a1df11 {
  justify-self: stretch;
}

#w-node-b363c4ad-8a9c-72e2-21ad-f9df9b9f8897-63a1df11, #w-node-b363c4ad-8a9c-72e2-21ad-f9df9b9f889e-63a1df11, #w-node-b363c4ad-8a9c-72e2-21ad-f9df9b9f88a9-63a1df11 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_08cb0ee7-c90c-b71d-290d-355c986446b7-63a1df12 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-c2aeed49-c8e9-bfd1-ebfe-e4a820f5e173-63a1df12 {
  grid-area: 1 / 1 / 9 / 5;
}

#w-node-_1c584e81-7a01-bce2-663b-4d2019aab08b-63a1df12 {
  grid-area: 1 / 5 / 5 / 9;
}

#w-node-c338eb0b-1a4d-5c29-a5ee-2436846c2e9d-63a1df12 {
  grid-area: 5 / 5 / 9 / 9;
}

#w-node-_6c848f95-314f-fa99-ed77-d43ec6dc8b8a-63a1df12 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_953f6cac-2fc9-3f32-84d8-bf48f132f295-63a1df12 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_4683c8fb-12cd-6b1e-5d9c-8d66ff1abc71-63a1df12 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_3e8924fa-d4c5-7f96-4826-68c8dbc9b613-63a1df12 {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-_3e8924fa-d4c5-7f96-4826-68c8dbc9b615-63a1df12 {
  grid-area: 1 / 7 / 2 / 11;
  align-self: start;
}

#w-node-_2bfbd5d1-7477-94bd-fd07-aecd5470c55d-63a1df12 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_6a139597-3898-dfe0-3cc0-48e2ab9d255e-63a1df12 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-fd02606e-f7da-b871-c8aa-a1446e2b6095-63a1df12 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-fd02606e-f7da-b871-c8aa-a1446e2b60a9-63a1df12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd02606e-f7da-b871-c8aa-a1446e2b60ad-63a1df12 {
  justify-self: stretch;
}

#w-node-_6c6a6099-fb1e-4487-eca7-821d20a0afd4-63a1df12, #w-node-_6c6a6099-fb1e-4487-eca7-821d20a0afc9-63a1df12, #w-node-_6c6a6099-fb1e-4487-eca7-821d20a0afc2-63a1df12 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_3b1b1303-b8b7-8bfb-d4df-85d83ec4eefa-63a1df15 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ad34407a-5c7f-5460-5dd7-25639add64e1-63a1df15 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_941156c3-8291-9d29-7048-cb475da01aac-63a1df15, #w-node-_73b054e4-02e7-2098-1279-e1f3bfa65adf-63a1df15, #w-node-_0aae3767-439c-a583-0378-347dd2d20821-63a1df15, #w-node-_1b6ad68b-3a65-5c9c-e892-d33fb5c147cf-63a1df15, #w-node-_9e8b1c48-a47a-cce2-ae79-8a6efe94dac8-63a1df15, #w-node-_04927de0-8c99-dd59-f5ae-b55331b3d0a4-63a1df15 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f67d2ace-60b1-9eec-0012-95abddec9fe1-63a1df15 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-de080feb-b4db-fc9b-48a8-f7434131bb17-63a1df15 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-eeb2a2a0-6305-6226-419f-776c4fa7b496-63a1df1d, #w-node-eeb2a2a0-6305-6226-419f-776c4fa7b499-63a1df1d {
  grid-area: span 5 / span 6 / span 5 / span 6;
}

#w-node-eeb2a2a0-6305-6226-419f-776c4fa7b49c-63a1df1d {
  grid-area: span 5 / span 4 / span 5 / span 4;
}

#w-node-eeb2a2a0-6305-6226-419f-776c4fa7b49f-63a1df1d {
  grid-area: span 5 / span 8 / span 5 / span 8;
}

#w-node-_56d02368-0f06-437c-f9e9-3e7462f8496d-63a1df1d, #w-node-_56d02368-0f06-437c-f9e9-3e7462f84970-63a1df1d {
  grid-area: span 5 / span 6 / span 5 / span 6;
}

#w-node-_56d02368-0f06-437c-f9e9-3e7462f84973-63a1df1d {
  grid-area: span 5 / span 4 / span 5 / span 4;
}

#w-node-_56d02368-0f06-437c-f9e9-3e7462f84977-63a1df1d {
  grid-area: span 5 / span 8 / span 5 / span 8;
}

#w-node-_7f669d92-cffa-abff-0735-7deb20d70dd0-20d70dcd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_7f669d92-cffa-abff-0735-7deb20d70de8-20d70dcd {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-_8888893c-11bb-6bfb-8e93-6eae3cc94913-63a1df1e {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_410d9c44-7b00-f492-a7d8-04ebc756cfb9-e106b31f, #w-node-_410d9c44-7b00-f492-a7d8-04ebc756cfbc-e106b31f {
  grid-area: span 5 / span 6 / span 5 / span 6;
}

#w-node-_410d9c44-7b00-f492-a7d8-04ebc756cfbf-e106b31f {
  grid-area: span 5 / span 4 / span 5 / span 4;
}

#w-node-_410d9c44-7b00-f492-a7d8-04ebc756cfc3-e106b31f {
  grid-area: span 5 / span 8 / span 5 / span 8;
}

#w-node-_410d9c44-7b00-f492-a7d8-04ebc756d007-e106b31f, #w-node-_410d9c44-7b00-f492-a7d8-04ebc756d00a-e106b31f {
  grid-area: span 5 / span 6 / span 5 / span 6;
}

#w-node-_410d9c44-7b00-f492-a7d8-04ebc756d00d-e106b31f {
  grid-area: span 5 / span 4 / span 5 / span 4;
}

#w-node-_410d9c44-7b00-f492-a7d8-04ebc756d011-e106b31f {
  grid-area: span 5 / span 8 / span 5 / span 8;
}

#w-node-_410d9c44-7b00-f492-a7d8-04ebc756d037-e106b31f {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
}

#w-node-_410d9c44-7b00-f492-a7d8-04ebc756d03a-e106b31f {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_24a5db46-638c-8977-63bf-2d85d7c4920d-b679a9f8 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: center;
}

#w-node-_24a5db46-638c-8977-63bf-2d85d7c49210-b679a9f8 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_03eb30eb-4bc1-1dd8-c53f-cc14d84eca6a-b679a9f8 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_03eb30eb-4bc1-1dd8-c53f-cc14d84eca6b-b679a9f8 {
  grid-area: 1 / 1 / 9 / 6;
}

#w-node-_03eb30eb-4bc1-1dd8-c53f-cc14d84eca6e-b679a9f8 {
  grid-area: 1 / 6 / 5 / 10;
}

#w-node-_03eb30eb-4bc1-1dd8-c53f-cc14d84eca71-b679a9f8 {
  grid-area: 5 / 6 / 9 / 10;
}

#w-node-_03eb30eb-4bc1-1dd8-c53f-cc14d84eca74-b679a9f8 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-aebeec21-e5af-57e2-1800-d2083c9be634-d031d04c {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-aebeec21-e5af-57e2-1800-d2083c9be637-d031d04c {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-b17bc545-a687-6bdf-2688-d1b4eebe5d2b-d031d04c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-aebeec21-e5af-57e2-1800-d2083c9be6a6-d031d04c {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-aebeec21-e5af-57e2-1800-d2083c9be6a7-d031d04c {
  grid-area: 1 / 2 / 9 / 6;
}

#w-node-aebeec21-e5af-57e2-1800-d2083c9be6aa-d031d04c {
  grid-area: 1 / 6 / 5 / 10;
}

#w-node-aebeec21-e5af-57e2-1800-d2083c9be6ad-d031d04c {
  grid-area: 5 / 6 / 9 / 10;
}

#w-node-aebeec21-e5af-57e2-1800-d2083c9be6b0-d031d04c {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_184b1d31-7e3a-f6dd-462e-bdbdad56b631-66e1f05b, #w-node-de75f50d-1b3f-a31c-ac07-cd8b3fd614bf-66e1f05b, #w-node-f29ee00d-004f-878c-c498-38cbf74bf439-66e1f05b, #w-node-e83be930-97b0-6841-970c-7a969f788878-66e1f05b, #w-node-e97a88f0-3b60-5514-5118-8b84e47522d8-66e1f05b, #w-node-ff0323af-566c-57e8-e32f-a108f7afb54c-66e1f05b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 1920px) {
  #w-node-_7f669d92-cffa-abff-0735-7deb20d70de8-20d70dcd {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7fc33ee5-2bda-8d5a-8bff-c8b42bead8d8-63a1defe {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_0a376150-87b7-f8a5-b17e-8e5b0af206e8-63a1defe {
    grid-area: 2 / 2 / 3 / 7;
  }

  #w-node-_93498bdb-3074-a0a2-e64a-ed25bf8bbad4-63a1defe, #w-node-_93498bdb-3074-a0a2-e64a-ed25bf8bbadb-63a1defe {
    grid-column: span 4 / span 4;
  }

  #w-node-_6465b4e3-e593-b9e1-3645-1e4bc97c9bc5-63a1deff {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f3ea9f52-a716-8d41-ccf2-624032085b1b-63a1deff {
    grid-area: 1 / 3 / 2 / 9;
  }

  #w-node-_465daee3-ce8d-e397-92ef-66646ee7ca61-63a1deff, #w-node-ea0610bf-5c2a-3dac-667d-0a16727bce42-63a1deff {
    grid-area: span 4 / span 4 / span 4 / span 4;
  }

  #w-node-_2dd1c49d-68b3-efe6-69bc-c1d68ffd9274-63a1deff {
    grid-area: span 4 / span 3 / span 4 / span 3;
  }

  #w-node-fb800b1b-abe8-4ba0-0b52-b018257ed331-63a1deff {
    grid-area: span 4 / span 5 / span 4 / span 5;
  }

  #w-node-f3ea9f52-a716-8d41-ccf2-624032085b58-63a1deff {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-f3ea9f52-a716-8d41-ccf2-624032085b8e-63a1deff {
    grid-area: 1 / 5 / 2 / 9;
  }

  #w-node-_724e6799-8345-848d-08bc-390b487fb5e1-63a1df00 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_724e6799-8345-848d-08bc-390b487fb5eb-63a1df00 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_11d45fd0-c528-ebe2-7438-6c34b4315964-63a1df00 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_11d45fd0-c528-ebe2-7438-6c34b4315957-63a1df00 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_93936b89-b28f-fded-8e79-0768f15ebc67-63a1df00 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_93936b89-b28f-fded-8e79-0768f15ebc84-63a1df00 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #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-_26381495-2a4d-00f5-ace6-49ea4c73f443-63a1df06 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_1225c072-a745-d366-0a2a-1e86a1b5389e-63a1df06 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-b4f0b272-616f-f95d-f1ec-39ae6c92d1db-63a1df06 {
    grid-column: span 4 / span 4;
  }

  #w-node-_0814a15c-3a0d-710d-f493-1676b1be33ae-63a1df06 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-b9688a1f-61ef-0c5c-f6c6-dde37ce00a11-63a1df07, #w-node-bdca5553-ca02-a3e9-80c3-f6a6d959c6e6-63a1df07 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bc3fbf47-2757-70e4-ac84-e15daf37e9fe-63a1df08 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2d3bab27-0483-b100-c5e0-0025d176a8b1-63a1df08 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_82b870b1-b964-6c56-efb3-a8ac7a30ae3b-63a1df08, #w-node-_82b870b1-b964-6c56-efb3-a8ac7a30ae42-63a1df08 {
    grid-column: span 4 / span 4;
  }

  #w-node-fd25449c-e5f5-bc56-19bb-866f6885415c-63a1df08, #w-node-e6da8263-b008-6b07-c83c-c614481e607d-63a1df09 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_130fe451-be96-f9a4-b3ee-956d8a8be003-63a1df09 {
    grid-area: 2 / 4 / 3 / 9;
  }

  #w-node-e5dc7040-81ca-d18a-3377-3533f4ef3afa-63a1df0e {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_92dbc69d-590e-7f2b-351f-0e3dd2064aef-63a1df0e {
    grid-area: 2 / 2 / 3 / 6;
  }

  #w-node-_41847bbc-1462-63f1-1027-a5a817dcfeb9-63a1df0e {
    grid-column: span 4 / span 4;
  }

  #w-node-_41847bbc-1462-63f1-1027-a5a817dcfebc-63a1df0e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_328544ba-e767-0924-af5c-4d6670d0db90-63a1df0e {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_413971b7-8430-00e4-e4ed-0325f77f2c12-63a1df0e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_413971b7-8430-00e4-e4ed-0325f77f2c1b-63a1df0e {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_694b3d10-7bcd-c447-3d73-0ac642851f2e-63a1df0f {
    grid-column: span 4 / span 4;
  }

  #w-node-_694b3d10-7bcd-c447-3d73-0ac642851f32-63a1df0f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_4915c0ff-a6e0-be14-2221-e176b1b3385e-63a1df0f {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-ad32d26d-ae0c-b0e8-f7ac-94a978e6e854-63a1df0f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-ad32d26d-ae0c-b0e8-f7ac-94a978e6e85d-63a1df0f {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_6cd3d338-abbf-9ed4-13cf-0a1edd805b2c-63a1df0f, #w-node-_6cd3d338-abbf-9ed4-13cf-0a1edd805b33-63a1df0f {
    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-eb011b91-71c1-127c-c165-49450aaf7fda-63a1df10 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-eb011b91-71c1-127c-c165-49450aaf7fe0-63a1df10 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-eb011b91-71c1-127c-c165-49450aaf8007-63a1df10 {
    grid-area: 2 / 5 / 3 / 9;
  }

  #w-node-_319abcb7-6c6b-0b4b-e44a-aa235b281107-63a1df10, #w-node-_319abcb7-6c6b-0b4b-e44a-aa235b281104-63a1df10 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_52b502cd-b6bb-29c0-ce8b-d4da103dc9b6-63a1df10, #w-node-_0f7af913-4600-43e5-fc25-a32acd641977-63a1df10 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-c6533ca2-f4bd-5015-6f83-aecd425c2a74-63a1df11 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-dd1c0447-2539-a39d-cf40-424f5a689d64-63a1df11 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-e1f689ae-afdd-e61d-ff3f-9cd8e64abb06-63a1df11 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-e1f689ae-afdd-e61d-ff3f-9cd8e64abb0f-63a1df11 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_8bff2f24-a684-60c9-c86b-0439a3256fba-63a1df11 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_8bff2f24-a684-60c9-c86b-0439a3256fc5-63a1df11 {
    grid-area: 1 / 4 / 2 / 7;
  }

  #w-node-_8bff2f24-a684-60c9-c86b-0439a3256fd0-63a1df11 {
    grid-area: 3 / 4 / 4 / 7;
  }

  #w-node-_8bff2f24-a684-60c9-c86b-0439a3256fdb-63a1df11 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_8bff2f24-a684-60c9-c86b-0439a3256fe6-63a1df11 {
    grid-area: 2 / 4 / 3 / 7;
  }

  #w-node-_8bff2f24-a684-60c9-c86b-0439a3256ff1-63a1df11 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_74965eb5-5247-189c-380e-502cd723b444-63a1df11 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_74965eb5-5247-189c-380e-502cd723b44e-63a1df11 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_07cdd1e6-56c2-ce2d-6a5e-1301c31a6663-63a1df11 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_07cdd1e6-56c2-ce2d-6a5e-1301c31a6680-63a1df11 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_07d38707-f2f6-c62f-a37f-7275d638de27-63a1df11 {
    grid-column: span 4 / span 4;
  }

  #w-node-_07d38707-f2f6-c62f-a37f-7275d638de2a-63a1df11 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_08cb0ee7-c90c-b71d-290d-355c986446b7-63a1df12 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_6c848f95-314f-fa99-ed77-d43ec6dc8b8a-63a1df12 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_953f6cac-2fc9-3f32-84d8-bf48f132f295-63a1df12, #w-node-_4683c8fb-12cd-6b1e-5d9c-8d66ff1abc71-63a1df12, #w-node-_3e8924fa-d4c5-7f96-4826-68c8dbc9b613-63a1df12 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_3e8924fa-d4c5-7f96-4826-68c8dbc9b615-63a1df12 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_2bfbd5d1-7477-94bd-fd07-aecd5470c55d-63a1df12 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_6a139597-3898-dfe0-3cc0-48e2ab9d255e-63a1df12 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-fd02606e-f7da-b871-c8aa-a1446e2b6095-63a1df12 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-f67d2ace-60b1-9eec-0012-95abddec9fe1-63a1df15 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-eeb2a2a0-6305-6226-419f-776c4fa7b496-63a1df1d, #w-node-eeb2a2a0-6305-6226-419f-776c4fa7b499-63a1df1d {
    grid-area: span 4 / span 4 / span 4 / span 4;
  }

  #w-node-eeb2a2a0-6305-6226-419f-776c4fa7b49c-63a1df1d {
    grid-area: span 4 / span 3 / span 4 / span 3;
  }

  #w-node-eeb2a2a0-6305-6226-419f-776c4fa7b49f-63a1df1d {
    grid-area: span 4 / span 5 / span 4 / span 5;
  }

  #w-node-_56d02368-0f06-437c-f9e9-3e7462f8496d-63a1df1d, #w-node-_56d02368-0f06-437c-f9e9-3e7462f84970-63a1df1d {
    grid-area: span 4 / span 4 / span 4 / span 4;
  }

  #w-node-_56d02368-0f06-437c-f9e9-3e7462f84973-63a1df1d {
    grid-area: span 4 / span 3 / span 4 / span 3;
  }

  #w-node-_56d02368-0f06-437c-f9e9-3e7462f84977-63a1df1d {
    grid-area: span 4 / span 5 / span 4 / span 5;
  }

  #w-node-_410d9c44-7b00-f492-a7d8-04ebc756cfb9-e106b31f, #w-node-_410d9c44-7b00-f492-a7d8-04ebc756cfbc-e106b31f {
    grid-area: span 4 / span 4 / span 4 / span 4;
  }

  #w-node-_410d9c44-7b00-f492-a7d8-04ebc756cfbf-e106b31f {
    grid-area: span 4 / span 3 / span 4 / span 3;
  }

  #w-node-_410d9c44-7b00-f492-a7d8-04ebc756cfc3-e106b31f {
    grid-area: span 4 / span 5 / span 4 / span 5;
  }

  #w-node-_410d9c44-7b00-f492-a7d8-04ebc756d007-e106b31f, #w-node-_410d9c44-7b00-f492-a7d8-04ebc756d00a-e106b31f {
    grid-area: span 4 / span 4 / span 4 / span 4;
  }

  #w-node-_410d9c44-7b00-f492-a7d8-04ebc756d00d-e106b31f {
    grid-area: span 4 / span 3 / span 4 / span 3;
  }

  #w-node-_410d9c44-7b00-f492-a7d8-04ebc756d011-e106b31f {
    grid-area: span 4 / span 5 / span 4 / span 5;
  }

  #w-node-_410d9c44-7b00-f492-a7d8-04ebc756d037-e106b31f {
    grid-column: 3 / 11;
    align-self: center;
  }

  #w-node-_410d9c44-7b00-f492-a7d8-04ebc756d03a-e106b31f {
    grid-area: span 1 / span 12 / span 1 / span 12;
  }

  #w-node-_24a5db46-638c-8977-63bf-2d85d7c4920d-b679a9f8 {
    grid-column: span 8 / span 8;
    align-self: auto;
  }

  #w-node-_24a5db46-638c-8977-63bf-2d85d7c49210-b679a9f8 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_03eb30eb-4bc1-1dd8-c53f-cc14d84eca6a-b679a9f8 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_03eb30eb-4bc1-1dd8-c53f-cc14d84eca6e-b679a9f8 {
    grid-row-start: 1;
    grid-column-end: 10;
  }

  #w-node-_03eb30eb-4bc1-1dd8-c53f-cc14d84eca74-b679a9f8 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-aebeec21-e5af-57e2-1800-d2083c9be634-d031d04c {
    grid-column: span 8 / span 8;
  }

  #w-node-aebeec21-e5af-57e2-1800-d2083c9be637-d031d04c {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-aebeec21-e5af-57e2-1800-d2083c9be6a6-d031d04c {
    grid-area: 1 / 1 / 2 / 8;
  }

  #w-node-aebeec21-e5af-57e2-1800-d2083c9be6b0-d031d04c {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_184b1d31-7e3a-f6dd-462e-bdbdad56b631-66e1f05b, #w-node-de75f50d-1b3f-a31c-ac07-cd8b3fd614bf-66e1f05b, #w-node-f29ee00d-004f-878c-c498-38cbf74bf439-66e1f05b, #w-node-e83be930-97b0-6841-970c-7a969f788878-66e1f05b, #w-node-e97a88f0-3b60-5514-5118-8b84e47522d8-66e1f05b, #w-node-ff0323af-566c-57e8-e32f-a108f7afb54c-66e1f05b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0a376150-87b7-f8a5-b17e-8e5b0af206e8-63a1defe {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-f3ea9f52-a716-8d41-ccf2-624032085b1b-63a1deff {
    grid-area: 1 / 3 / 2 / 9;
  }

  #w-node-_465daee3-ce8d-e397-92ef-66646ee7ca61-63a1deff {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-ea0610bf-5c2a-3dac-667d-0a16727bce42-63a1deff {
    grid-area: 1 / 3 / 3 / 5;
  }

  #w-node-_2dd1c49d-68b3-efe6-69bc-c1d68ffd9274-63a1deff {
    grid-area: 3 / 1 / 5 / 3;
  }

  #w-node-fb800b1b-abe8-4ba0-0b52-b018257ed331-63a1deff {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-f3ea9f52-a716-8d41-ccf2-624032085b58-63a1deff {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-f3ea9f52-a716-8d41-ccf2-624032085b8e-63a1deff {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_724e6799-8345-848d-08bc-390b487fb5e1-63a1df00, #w-node-_93936b89-b28f-fded-8e79-0768f15ebc67-63a1df00 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_93936b89-b28f-fded-8e79-0768f15ebc84-63a1df00 {
    grid-area: 2 / 1 / 3 / 8;
  }

  #w-node-e5dc7040-81ca-d18a-3377-3533f4ef3afa-63a1df0e {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_92dbc69d-590e-7f2b-351f-0e3dd2064aef-63a1df0e {
    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-63a1df10 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-eb011b91-71c1-127c-c165-49450aaf7fe0-63a1df10 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-eb011b91-71c1-127c-c165-49450aaf8007-63a1df10 {
    grid-area: 2 / 5 / 3 / 9;
  }

  #w-node-_74965eb5-5247-189c-380e-502cd723b444-63a1df11, #w-node-_08cb0ee7-c90c-b71d-290d-355c986446b7-63a1df12 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_953f6cac-2fc9-3f32-84d8-bf48f132f295-63a1df12 {
    grid-column: span 8 / span 8;
  }

  #w-node-_4683c8fb-12cd-6b1e-5d9c-8d66ff1abc71-63a1df12 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-eeb2a2a0-6305-6226-419f-776c4fa7b496-63a1df1d {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-eeb2a2a0-6305-6226-419f-776c4fa7b499-63a1df1d {
    grid-area: 1 / 3 / 3 / 5;
  }

  #w-node-eeb2a2a0-6305-6226-419f-776c4fa7b49c-63a1df1d {
    grid-area: 3 / 1 / 5 / 3;
  }

  #w-node-eeb2a2a0-6305-6226-419f-776c4fa7b49f-63a1df1d {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_56d02368-0f06-437c-f9e9-3e7462f8496d-63a1df1d {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_56d02368-0f06-437c-f9e9-3e7462f84970-63a1df1d {
    grid-area: 1 / 3 / 3 / 5;
  }

  #w-node-_56d02368-0f06-437c-f9e9-3e7462f84973-63a1df1d {
    grid-area: 3 / 1 / 5 / 3;
  }

  #w-node-_56d02368-0f06-437c-f9e9-3e7462f84977-63a1df1d {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_8888893c-11bb-6bfb-8e93-6eae3cc94913-63a1df1e {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_410d9c44-7b00-f492-a7d8-04ebc756cfb9-e106b31f {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_410d9c44-7b00-f492-a7d8-04ebc756cfbc-e106b31f {
    grid-area: 1 / 3 / 3 / 5;
  }

  #w-node-_410d9c44-7b00-f492-a7d8-04ebc756cfbf-e106b31f {
    grid-area: 3 / 1 / 5 / 3;
  }

  #w-node-_410d9c44-7b00-f492-a7d8-04ebc756cfc3-e106b31f {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_410d9c44-7b00-f492-a7d8-04ebc756d007-e106b31f {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_410d9c44-7b00-f492-a7d8-04ebc756d00a-e106b31f {
    grid-area: 1 / 3 / 3 / 5;
  }

  #w-node-_410d9c44-7b00-f492-a7d8-04ebc756d00d-e106b31f {
    grid-area: 3 / 1 / 5 / 3;
  }

  #w-node-_410d9c44-7b00-f492-a7d8-04ebc756d011-e106b31f {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_410d9c44-7b00-f492-a7d8-04ebc756d037-e106b31f {
    grid-column: 1 / 13;
    align-self: center;
  }

  #w-node-_24a5db46-638c-8977-63bf-2d85d7c4920d-b679a9f8 {
    align-self: auto;
  }

  #w-node-_03eb30eb-4bc1-1dd8-c53f-cc14d84eca6a-b679a9f8 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_03eb30eb-4bc1-1dd8-c53f-cc14d84eca6e-b679a9f8 {
    grid-row-start: 1;
  }

  #w-node-b17bc545-a687-6bdf-2688-d1b4eebe5d2b-d031d04c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-aebeec21-e5af-57e2-1800-d2083c9be6a6-d031d04c {
    grid-area: 1 / 1 / 2 / 8;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7fc33ee5-2bda-8d5a-8bff-c8b42bead8d8-63a1defe, #w-node-_0a376150-87b7-f8a5-b17e-8e5b0af206e8-63a1defe, #w-node-_93498bdb-3074-a0a2-e64a-ed25bf8bbad4-63a1defe, #w-node-_93498bdb-3074-a0a2-e64a-ed25bf8bbadb-63a1defe {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_6465b4e3-e593-b9e1-3645-1e4bc97c9bc5-63a1deff {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f3ea9f52-a716-8d41-ccf2-624032085b1b-63a1deff {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_465daee3-ce8d-e397-92ef-66646ee7ca61-63a1deff, #w-node-ea0610bf-5c2a-3dac-667d-0a16727bce42-63a1deff, #w-node-_2dd1c49d-68b3-efe6-69bc-c1d68ffd9274-63a1deff, #w-node-fb800b1b-abe8-4ba0-0b52-b018257ed331-63a1deff {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

  #w-node-f3ea9f52-a716-8d41-ccf2-624032085b58-63a1deff, #w-node-f3ea9f52-a716-8d41-ccf2-624032085b8e-63a1deff {
    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-63a1df00 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_724e6799-8345-848d-08bc-390b487fb5e2-63a1df00 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_724e6799-8345-848d-08bc-390b487fb5e5-63a1df00 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_724e6799-8345-848d-08bc-390b487fb5e8-63a1df00 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_724e6799-8345-848d-08bc-390b487fb5eb-63a1df00, #w-node-_11d45fd0-c528-ebe2-7438-6c34b4315964-63a1df00, #w-node-_11d45fd0-c528-ebe2-7438-6c34b4315957-63a1df00, #w-node-_93936b89-b28f-fded-8e79-0768f15ebc67-63a1df00, #w-node-_93936b89-b28f-fded-8e79-0768f15ebc84-63a1df00, #w-node-_26381495-2a4d-00f5-ace6-49ea4c73f443-63a1df06, #w-node-_1225c072-a745-d366-0a2a-1e86a1b5389e-63a1df06 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_0814a15c-3a0d-710d-f493-1676b1be33ae-63a1df06 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_0814a15c-3a0d-710d-f493-1676b1be33b8-63a1df06 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0814a15c-3a0d-710d-f493-1676b1be33bc-63a1df06 {
    justify-self: stretch;
  }

  #w-node-_471f7a07-b11a-7f33-236d-c1068093d339-63a1df07 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_471f7a07-b11a-7f33-236d-c1068093d33d-63a1df07 {
    justify-self: stretch;
  }

  #w-node-bc3fbf47-2757-70e4-ac84-e15daf37e9fe-63a1df08, #w-node-_2d3bab27-0483-b100-c5e0-0025d176a8b1-63a1df08 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_29cb189c-0eac-e5b1-8ca0-54d239874c76-63a1df08 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2d3bab27-0483-b100-c5e0-0025d176a8bc-63a1df08 {
    justify-self: stretch;
  }

  #w-node-fd25449c-e5f5-bc56-19bb-866f6885415c-63a1df08, #w-node-e6da8263-b008-6b07-c83c-c614481e607d-63a1df09 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_35ae8a25-c3b8-ba2e-ddfa-1d3d883c9bd2-63a1df09 {
    grid-column: span 4 / span 4;
  }

  #w-node-_130fe451-be96-f9a4-b3ee-956d8a8be003-63a1df09, #w-node-e5dc7040-81ca-d18a-3377-3533f4ef3afa-63a1df0e, #w-node-_92dbc69d-590e-7f2b-351f-0e3dd2064aef-63a1df0e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_98ca300d-4516-6d2d-32be-fd430bd3329b-63a1df0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-eb55142a-8147-6396-d545-7d2ca80887fc-63a1df0e {
    grid-column: span 1 / span 1;
  }

  #w-node-_328544ba-e767-0924-af5c-4d6670d0db8d-63a1df0e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_328544ba-e767-0924-af5c-4d6670d0db90-63a1df0e {
    grid-column: span 4 / span 4;
  }

  #w-node-_413971b7-8430-00e4-e4ed-0325f77f2c12-63a1df0e, #w-node-_413971b7-8430-00e4-e4ed-0325f77f2c1b-63a1df0e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_413971b7-8430-00e4-e4ed-0325f77f2c2f-63a1df0e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_413971b7-8430-00e4-e4ed-0325f77f2c33-63a1df0e {
    justify-self: stretch;
  }

  #w-node-_4915c0ff-a6e0-be14-2221-e176b1b3386b-63a1df0f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_4915c0ff-a6e0-be14-2221-e176b1b3385e-63a1df0f {
    grid-column: span 4 / span 4;
  }

  #w-node-_780bb141-7e4d-06dd-9754-8fd611a926ee-63a1df0f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_780bb141-7e4d-06dd-9754-8fd611a926f9-63a1df0f, #w-node-_780bb141-7e4d-06dd-9754-8fd611a92704-63a1df0f, #w-node-_780bb141-7e4d-06dd-9754-8fd611a92712-63a1df0f, #w-node-_780bb141-7e4d-06dd-9754-8fd611a92720-63a1df0f, #w-node-_780bb141-7e4d-06dd-9754-8fd611a9272b-63a1df0f {
    grid-column: span 1 / span 1;
  }

  #w-node-ad32d26d-ae0c-b0e8-f7ac-94a978e6e854-63a1df0f, #w-node-ad32d26d-ae0c-b0e8-f7ac-94a978e6e85d-63a1df0f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-ad32d26d-ae0c-b0e8-f7ac-94a978e6e871-63a1df0f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ad32d26d-ae0c-b0e8-f7ac-94a978e6e875-63a1df0f, #w-node-f65dc340-d8af-f536-5cee-c63fc05effa3-c05eff97, #w-node-f65dc340-d8af-f536-5cee-c63fc05effa6-c05eff97 {
    justify-self: stretch;
  }

  #w-node-eb011b91-71c1-127c-c165-49450aaf7fda-63a1df10, #w-node-eb011b91-71c1-127c-c165-49450aaf7fe0-63a1df10, #w-node-eb011b91-71c1-127c-c165-49450aaf8007-63a1df10 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_319abcb7-6c6b-0b4b-e44a-aa235b281104-63a1df10 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_52b502cd-b6bb-29c0-ce8b-d4da103dc9b6-63a1df10 {
    grid-column: span 4 / span 4;
  }

  #w-node-_52b502cd-b6bb-29c0-ce8b-d4da103dc9ca-63a1df10 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_52b502cd-b6bb-29c0-ce8b-d4da103dc9ce-63a1df10 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }

  #w-node-_0f7af913-4600-43e5-fc25-a32acd641977-63a1df10 {
    grid-column: span 4 / span 4;
  }

  #w-node-c6533ca2-f4bd-5015-6f83-aecd425c2a74-63a1df11, #w-node-dd1c0447-2539-a39d-cf40-424f5a689d64-63a1df11, #w-node-e1f689ae-afdd-e61d-ff3f-9cd8e64abb06-63a1df11, #w-node-e1f689ae-afdd-e61d-ff3f-9cd8e64abb0f-63a1df11 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_8bff2f24-a684-60c9-c86b-0439a3256fba-63a1df11 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8bff2f24-a684-60c9-c86b-0439a3256fc5-63a1df11 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8bff2f24-a684-60c9-c86b-0439a3256fd0-63a1df11 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_8bff2f24-a684-60c9-c86b-0439a3256fdb-63a1df11 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_8bff2f24-a684-60c9-c86b-0439a3256fe6-63a1df11 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_8bff2f24-a684-60c9-c86b-0439a3256ff1-63a1df11 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_74965eb5-5247-189c-380e-502cd723b444-63a1df11 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_74965eb5-5247-189c-380e-502cd723b445-63a1df11 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_74965eb5-5247-189c-380e-502cd723b448-63a1df11 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_74965eb5-5247-189c-380e-502cd723b44b-63a1df11 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_74965eb5-5247-189c-380e-502cd723b44e-63a1df11, #w-node-_07cdd1e6-56c2-ce2d-6a5e-1301c31a6663-63a1df11, #w-node-_07cdd1e6-56c2-ce2d-6a5e-1301c31a6680-63a1df11 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_07d38707-f2f6-c62f-a37f-7275d638de2a-63a1df11 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_07d38707-f2f6-c62f-a37f-7275d638de3e-63a1df11 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_07d38707-f2f6-c62f-a37f-7275d638de42-63a1df11 {
    justify-self: stretch;
  }

  #w-node-_08cb0ee7-c90c-b71d-290d-355c986446b7-63a1df12 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c2aeed49-c8e9-bfd1-ebfe-e4a820f5e173-63a1df12 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1c584e81-7a01-bce2-663b-4d2019aab08b-63a1df12 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c338eb0b-1a4d-5c29-a5ee-2436846c2e9d-63a1df12 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_6c848f95-314f-fa99-ed77-d43ec6dc8b8a-63a1df12, #w-node-_953f6cac-2fc9-3f32-84d8-bf48f132f295-63a1df12, #w-node-_4683c8fb-12cd-6b1e-5d9c-8d66ff1abc71-63a1df12, #w-node-_2bfbd5d1-7477-94bd-fd07-aecd5470c55d-63a1df12 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-fd02606e-f7da-b871-c8aa-a1446e2b6095-63a1df12 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-fd02606e-f7da-b871-c8aa-a1446e2b60a9-63a1df12 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fd02606e-f7da-b871-c8aa-a1446e2b60ad-63a1df12 {
    justify-self: stretch;
  }

  #w-node-f67d2ace-60b1-9eec-0012-95abddec9fe1-63a1df15, #w-node-de080feb-b4db-fc9b-48a8-f7434131bb17-63a1df15 {
    grid-column: span 4 / span 4;
  }

  #w-node-eeb2a2a0-6305-6226-419f-776c4fa7b496-63a1df1d, #w-node-eeb2a2a0-6305-6226-419f-776c4fa7b499-63a1df1d, #w-node-eeb2a2a0-6305-6226-419f-776c4fa7b49c-63a1df1d, #w-node-eeb2a2a0-6305-6226-419f-776c4fa7b49f-63a1df1d, #w-node-_56d02368-0f06-437c-f9e9-3e7462f8496d-63a1df1d, #w-node-_56d02368-0f06-437c-f9e9-3e7462f84970-63a1df1d, #w-node-_56d02368-0f06-437c-f9e9-3e7462f84973-63a1df1d, #w-node-_56d02368-0f06-437c-f9e9-3e7462f84977-63a1df1d {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

  #w-node-_7f669d92-cffa-abff-0735-7deb20d70dd0-20d70dcd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7f669d92-cffa-abff-0735-7deb20d70de8-20d70dcd {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_410d9c44-7b00-f492-a7d8-04ebc756cfb9-e106b31f, #w-node-_410d9c44-7b00-f492-a7d8-04ebc756cfbc-e106b31f, #w-node-_410d9c44-7b00-f492-a7d8-04ebc756cfbf-e106b31f, #w-node-_410d9c44-7b00-f492-a7d8-04ebc756cfc3-e106b31f, #w-node-_410d9c44-7b00-f492-a7d8-04ebc756d007-e106b31f, #w-node-_410d9c44-7b00-f492-a7d8-04ebc756d00a-e106b31f, #w-node-_410d9c44-7b00-f492-a7d8-04ebc756d00d-e106b31f, #w-node-_410d9c44-7b00-f492-a7d8-04ebc756d011-e106b31f {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

  #w-node-_410d9c44-7b00-f492-a7d8-04ebc756d037-e106b31f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_410d9c44-7b00-f492-a7d8-04ebc756d03a-e106b31f {
    grid-column: span 4 / span 4;
  }

  #w-node-_24a5db46-638c-8977-63bf-2d85d7c4920d-b679a9f8 {
    align-self: auto;
  }

  #w-node-_03eb30eb-4bc1-1dd8-c53f-cc14d84eca6a-b679a9f8 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_03eb30eb-4bc1-1dd8-c53f-cc14d84eca6b-b679a9f8 {
    grid-area: 1 / 1 / 7 / 5;
  }

  #w-node-_03eb30eb-4bc1-1dd8-c53f-cc14d84eca6e-b679a9f8 {
    grid-area: 1 / 5 / 5 / 9;
  }

  #w-node-_03eb30eb-4bc1-1dd8-c53f-cc14d84eca71-b679a9f8 {
    grid-area: 5 / 5 / 7 / 9;
  }

  #w-node-_03eb30eb-4bc1-1dd8-c53f-cc14d84eca74-b679a9f8 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-aebeec21-e5af-57e2-1800-d2083c9be6a6-d031d04c {
    grid-area: span 8 / span 4 / span 8 / span 4;
  }

  #w-node-aebeec21-e5af-57e2-1800-d2083c9be6a7-d031d04c {
    grid-area: 1 / 1 / 9 / 6;
  }

  #w-node-aebeec21-e5af-57e2-1800-d2083c9be6aa-d031d04c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-aebeec21-e5af-57e2-1800-d2083c9be6ad-d031d04c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-aebeec21-e5af-57e2-1800-d2083c9be6b0-d031d04c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}


