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

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

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Dela Gothic One', sans-serif;
  color: #0a071b;
  font-size: 56px;
  line-height: 64px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

h2 {
  margin-top: 0px;
  font-family: Inter, sans-serif;
  color: #0a071b;
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Dela Gothic One', sans-serif;
  color: #0a071b;
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  color: #0a071b;
  font-size: 32px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: -0.01em;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  color: #0a071b;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

h6 {
  max-width: 650px;
  margin: 10px auto;
  font-family: 'Dela Gothic One', sans-serif;
  color: #0a071b;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  color: #6b6b6b;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
}

li {
  margin-top: 10px;
  color: #484848;
  font-size: 16px;
  line-height: 32px;
}

blockquote {
  margin-top: 32px;
  margin-bottom: 10px;
  padding: 32px;
  border-left: 1px none #000;
  background-color: #03f;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
}

.header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  min-height: 300px;
  padding: 32px 3% 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #161616;
  background-image: url('../images/sprayPortrait.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.container {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.container.header-container {
  position: absolute;
  top: 50%;
  display: block;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.header-grid {
  display: block;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-decoration: none;
}

.header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-content {
  position: relative;
  z-index: 5;
  max-width: 580px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.hero-title {
  margin-top: 0px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 64px;
  line-height: 64px;
  font-style: normal;
  font-weight: 100;
  letter-spacing: -0.03em;
  text-decoration: none;
  text-transform: none;
}

.hero-title.margin-bottom-32 {
  margin-bottom: 32px;
  font-weight: 300;
}

.header-accent {
  position: absolute;
  left: -25px;
  top: -30px;
  right: auto;
  bottom: auto;
  z-index: -1;
}

.subheading {
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: 5px;
  text-decoration: none;
}

.subheading.subheading-small-dark {
  font-weight: 300;
  letter-spacing: 5px;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  display: block;
  min-height: 48px;
  padding: 14px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #03f;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #7591ff;
}

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

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

.button.mr-15 {
  margin-right: 15px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-secondary {
  min-height: 48px;
  padding: 14px 32px;
  border-radius: 4px;
  background-color: #484848;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  font-weight: 500;
}

.button-secondary:hover {
  background-color: #fff;
  color: #0a071b;
}

.button-secondary.margin-top-32 {
  margin-top: 32px;
}

.button-secondary.about-button {
  margin-left: 16px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.button-secondary.about-me-button {
  margin-left: 16px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.nav-link {
  margin-right: 6px;
  margin-left: 6px;
  padding: 12px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0);
  border-radius: 4px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #c1c1c1;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #484848;
  color: #fff;
}

.nav-link:active {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.nav-link:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.nav-link.w--current {
  color: #7591ff;
  font-weight: 300;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-default {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 96px;
  padding: 20px 3%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #161616;
  font-weight: 300;
}

.navigation-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  width: 180px;
}

.button-basic {
  padding: 14px 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 4px;
  background-color: #161616;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-basic:hover {
  border-color: #d4dcff;
  color: #7591ff;
}

.button-basic.margin-top-48 {
  margin-top: 48px;
}

.button-basic.margin-top-48:hover {
  color: #7591ff;
}

.small-feature-section {
  padding: 48px 3%;
  background-color: #e1e1e1;
}

.content-section {
  position: relative;
  margin-top: -387px;
  padding: 96px 3% 72px;
  background-color: transparent;
}

.content-grid {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  -ms-grid-columns: 1fr 440px;
  grid-template-columns: 1fr 440px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-image {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 400px;
}

.h2-title-white {
  position: relative;
  z-index: 5;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 300;
}

.h2-title-white.margin-bottom-32 {
  margin-bottom: 32px;
  font-weight: 300;
}

.body-normal-300 {
  color: #c1c1c1;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: -0.01em;
}

.content-block {
  position: relative;
  z-index: 5;
  padding-top: 40px;
}

.image-wrapper {
  position: relative;
}

.content-accent {
  position: absolute;
  left: auto;
  top: auto;
  right: -9%;
  bottom: -13%;
}

.service-section {
  padding: 124px 3% 64px;
}

.title-wrap-centre {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.title-wrap-centre.margin-bottom-64 {
  margin-bottom: 64px;
}

.header-inner {
  padding: 114px 3%;
  background-color: #161616;
  background-image: url('../images/Section-Accent.svg');
  background-position: 0% 110px;
  background-size: 200px;
  background-repeat: no-repeat;
}

.blue-700 {
  background-color: #012ddb;
}

.button-grid {
  margin-bottom: 60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.detail-block {
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 30px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #012ddb;
  border-radius: 6px;
  background-color: #d4dcff;
  color: #484848;
  font-size: 16px;
  line-height: 32px;
}

.font-size {
  color: #979797;
  font-size: 16px;
}

.body-small {
  margin-bottom: 0px;
  color: #858585;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: -0.01em;
}

.style-guide-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 32px;
  padding: 60px 42px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 6px;
  background-color: #161616;
  text-align: left;
}

.title {
  margin-bottom: 10px;
  color: #979797;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
}

.body-large-white {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.03em;
}

.container-large {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.container-large.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.neutral-800 {
  background-color: #272727;
}

.style-detail {
  color: #6a768a;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.style-full-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 3fr;
  grid-template-columns: 1fr 3fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.neutral-500 {
  background-color: #858585;
}

.style-title {
  margin-bottom: 8px;
  color: #6b6b6b;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.color-wrapper {
  margin-bottom: 60px;
}

.style-guide-short-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3c3754;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
}

.sidebar-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  min-height: 240px;
  padding: 18px 18px 24px;
  border-radius: 6px;
  box-shadow: 65px 65px 114px -56px rgba(43, 29, 103, 0.08);
  white-space: normal;
}

.color-grid {
  width: 100%;
  margin-top: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.neutral-700 {
  background-color: #484848;
}

.body-medium {
  margin-bottom: 0px;
  color: #858585;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: -0.03em;
}

.style-guide-icon {
  width: 40px;
  margin-right: 24px;
}

.button-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.style-title-small {
  color: #979797;
  font-weight: 600;
  letter-spacing: 1px;
}

.template-section {
  padding: 60px 3% 100px;
}

.neutral-400 {
  background-color: #979797;
}

.colour {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 170px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 34px 34px 74px -12px rgba(56, 50, 124, 0.08);
}

.blue-800 {
  background-color: #062398;
}

.body-large {
  color: #161616;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: -0.03em;
}

.line-break {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f4f5fd;
}

.link-arrow {
  margin-left: 8px;
}

.neutral-900 {
  background-color: #161616;
}

.blue-100 {
  background-color: #d4dcff;
}

.hero-heading {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  color: #161616;
  font-size: 64px;
  line-height: 72px;
  font-weight: 100;
}

.neutral-200 {
  background-color: #e1e1e1;
}

.neutral-600 {
  background-color: #6b6b6b;
}

.heading-white {
  font-family: Inter, sans-serif;
  color: #fff;
  line-height: 40px;
}

.blue-600 {
  background-color: #03f;
}

.paragraph-style-wrap {
  max-width: 560px;
}

.text-wrap {
  width: 100%;
  margin-bottom: 32px;
}

.template-detail-block {
  padding: 20px;
  background-color: #fff;
}

.blue-300 {
  background-color: #7591ff;
}

.style-grid {
  margin-bottom: 60px;
  grid-row-gap: 42px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.neutral-300 {
  background-color: #c1c1c1;
}

.neutral-100 {
  background-color: #e9e9e9;
}

.button-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0a071b;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.typography-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #ececec;
}

.color-base {
  position: relative;
  z-index: -1;
  height: 120px;
}

.style-guide-grid {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.h3-title-white {
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  color: #fff;
  line-height: 40px;
}

.colour-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 12px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.feature-point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  margin-right: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #03f;
  color: #161616;
}

.check-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
}

.navigation-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.title-wrap {
  position: relative;
  z-index: 5;
  max-width: 480px;
  margin-bottom: 64px;
}

.body-normal-500 {
  color: #858585;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: -0.01em;
}

.container-small {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}

.title-accent {
  position: absolute;
  left: -35px;
  top: -25px;
  right: auto;
  bottom: auto;
  z-index: -1;
}

.service-thumbnail {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  border-radius: 6px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.service-image {
  display: block;
  overflow: visible;
  width: 100%;
  height: 250px;
  max-width: none;
  border-radius: 20px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.service-image.furniture {
  background-image: url('../images/gallery_1.png');
  background-position: 0% 0%;
}

.header-pattern-block {
  width: 100%;
  height: 100%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 6px;
  background-color: #272727;
  background-image: url('../images/Hero-Accent-Large.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-image-wrapper {
  position: relative;
  height: 100%;
  min-height: 600px;
  min-width: 500px;
}

.header-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  -o-object-fit: contain;
  object-fit: contain;
}

.h1-title-white {
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  color: #fff;
  line-height: 56px;
  font-weight: 100;
}

.changelog-grid {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.changelog-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.update-badge {
  margin-bottom: 8px;
  padding: 4px 16px;
  border-radius: 6px;
  background-color: #f58859;
  color: #fff;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.footer {
  background-color: #161616;
}

.footer-menu {
  padding: 60px 3%;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-legal {
  padding: 32px 3%;
  background-color: #272727;
}

.footer-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-legal-text {
  color: #fff;
  font-weight: 300;
}

.instagram {
  margin-bottom: 40px;
  padding: 10px 50px 16px;
}

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

.instagram-image {
  width: 100%;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.instagram-wrap {
  position: relative;
  overflow: hidden;
}

.instagram-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
  text-decoration: none;
}

.instagram-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  height: 72px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.feature-section {
  padding: 100px 3%;
  background-color: #c0b893;
}

.large-feature-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.feature-block {
  padding: 40px;
  border-radius: 6px;
  background-color: #fff;
}

.h5-title-white {
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
}

.feature-icon {
  margin-bottom: 40px;
}

.service-wrapper {
  text-decoration: none;
}

.arrow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #0a071b;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
}

.arrow-link:hover {
  color: #03f;
}

.title-wrap-split {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-wrap-small {
  max-width: 490px;
}

.testimonial-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 456px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-grid {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.testimonial-background {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  z-index: -1;
  height: 100%;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  background-color: #e9e9e9;
}

.testimonial-card {
  padding: 40px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 52px 52px 72px -24px rgba(85, 85, 124, 0.08);
}

.author-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.avatar {
  overflow: hidden;
  width: 56px;
  height: 56px;
  border-radius: 100px;
}

.author-detail-wrapper {
  margin-left: 0px;
}

.title-wrap-centre-small {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 420px;
  margin-right: auto;
  margin-bottom: 64px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.blog-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-image-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  height: 600px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 12px;
}

.blog-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-card {
  position: relative;
  left: 0%;
  top: 64px;
  right: 0%;
  overflow: hidden;
  width: 100%;
  max-width: 90%;
  min-height: 240px;
  margin-right: auto;
  margin-left: auto;
  padding: 32px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 52px 52px 96px -32px rgba(85, 85, 124, 0.08);
}

.blog-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.blog-full-wrapper {
  margin-bottom: 100px;
}

.author-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0a071b;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.avatar-small {
  overflow: hidden;
  width: 32px;
  height: 32px;
  border-radius: 100px;
}

.blog-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.category {
  margin-bottom: 16px;
  padding: 4px 12px;
  border-radius: 4px;
  background-color: #e9e9e9;
  color: #979797;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-line-break {
  height: 1px;
  background-color: #ebe9f3;
}

.arrow {
  height: 13px;
  margin-left: 10px;
}

.blog-heading {
  max-width: 12ch;
}

.service-list {
  display: -ms-grid;
  display: grid;
  padding-right: 30px;
  padding-left: 30px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.avatar-image-full {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.author-name {
  color: #0a071b;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.location-text {
  color: #979797;
  line-height: 24px;
  letter-spacing: -0.02em;
}

.h5-title {
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  color: #161616;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
}

.title-wrap-large-centre {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.title-wrap-large-centre.margin-bottom-48 {
  margin-bottom: 48px;
}

.title-wrap-large-centre.margin-bottom-80 {
  margin-bottom: 80px;
}

.header-centre {
  position: relative;
  overflow: hidden;
  padding: 60px 3% 56px;
  background-color: #161616;
}

.button-wrapper-centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-image-large {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 480px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
}

.image-full {
  width: 101%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-full.joinery {
  background-image: url('../images/joinery.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.white-bar-header {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 180px;
  background-color: #fff;
}

.large-image-wrapper {
  position: relative;
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
}

.large-image-accent {
  position: absolute;
  left: auto;
  top: auto;
  right: -40px;
  bottom: -56px;
  z-index: -1;
  max-width: 170px;
}

.about-section {
  padding: 100px 3% 220px;
}

.content-small {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.h1-title {
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  color: #0a071b;
  line-height: 56px;
  font-weight: 300;
}

.about-grid {
  grid-column-gap: 32px;
  grid-row-gap: 72px;
  -ms-grid-columns: 1fr 400px 1fr;
  grid-template-columns: 1fr 400px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-image {
  max-width: 220px;
}

.button-navigation {
  display: none;
  padding: 14px 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 4px;
  background-color: #161616;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.button-navigation:hover {
  border-color: #03f;
  color: #03f;
}

.about-image-square {
  position: relative;
}

.accent-grey {
  position: absolute;
  left: auto;
  top: auto;
  right: -40px;
  bottom: -40px;
  z-index: -1;
}

.accent-grey-top {
  position: absolute;
  left: -40px;
  top: -40px;
  right: auto;
  bottom: auto;
  z-index: -1;
}

.title-accent-wrapper {
  position: relative;
  margin-bottom: 52px;
}

.experience-section {
  position: relative;
  padding-top: 112px;
  padding-right: 3%;
  padding-left: 3%;
  background-color: #86a7b0;
}

.experience-grid {
  margin-bottom: 72px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.subheading-small {
  color: #8c87a6;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.subheading-small.white {
  color: #fff;
  font-weight: 300;
}

.map-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #bcb8d0;
}

.value-section {
  position: relative;
  padding: 96px 3% 80px;
  background-color: #e9e9e9;
}

.value-grid {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.value-block {
  padding: 40px;
  border-radius: 6px;
  background-color: #fff;
}

.team-section {
  padding: 100px 3%;
}

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

.utility-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 100px 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0a071b;
  background-image: url('../images/Section-Accent.svg');
  background-position: 100% 270%;
  background-size: 670px;
  background-repeat: no-repeat;
}

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

.text-field {
  min-height: 52px;
  padding-top: 14px;
  padding-bottom: 14px;
  border: 1px none #000;
  border-radius: 4px;
  background-color: #2a263f;
  color: #fff;
}

.text-field::-webkit-input-placeholder {
  color: #adaabb;
}

.text-field:-ms-input-placeholder {
  color: #adaabb;
}

.text-field::-ms-input-placeholder {
  color: #adaabb;
}

.text-field::placeholder {
  color: #adaabb;
}

.team-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 0.75fr 0.75fr 0.75fr;
  grid-template-columns: 0.75fr 0.75fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-category {
  margin-bottom: 16px;
  padding: 4px 12px;
  border-radius: 4px;
  background-color: #03f;
  color: #fff;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.bullet-grid {
  width: 100%;
  margin-top: 32px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.bullet-point {
  width: 8px;
  height: 8px;
  margin-right: 16px;
  border-radius: 100px;
  background-color: #03f;
}

.bullet-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-small-900 {
  margin-bottom: 0px;
  color: #0a071b;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.team-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.licence-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 16px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 51px 51px 84px 0 rgba(135, 140, 189, 0.08);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  text-align: center;
  text-decoration: none;
}

.licence-grid {
  margin-top: 40px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.licence-asset {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.licence-graphic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 280px;
  margin-bottom: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #f9f9fc;
}

.link-white {
  color: rgba(255, 255, 255, 0.8);
}

.icon-asset {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.type-example {
  margin-top: 16px;
  margin-bottom: 16px;
  letter-spacing: -0.03em;
}

.type-detail-span {
  color: rgba(18, 31, 62, 0.5);
  font-size: 24px;
}

.map-pin {
  position: absolute;
  left: 45%;
  top: auto;
  right: auto;
  bottom: auto;
  width: 52px;
}

.header-author {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 380px;
  padding: 100px 3%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0a071b;
}

.author-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 620px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding: 48px 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 66px 66px 114px -56px rgba(43, 29, 103, 0.08);
  text-align: center;
}

.avatar-extra-large {
  overflow: hidden;
  width: 180px;
  height: 180px;
  min-height: 180px;
  min-width: 180px;
  margin-bottom: 24px;
  border-radius: 100px;
}

.image-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.author-section {
  position: relative;
  overflow: hidden;
  height: auto;
  padding: 72px 3%;
}

.author-job-title {
  margin-bottom: 32px;
  color: #858585;
  font-size: 14px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.author-pattern {
  position: absolute;
  left: auto;
  top: auto;
  right: -45px;
  bottom: -70px;
  z-index: -1;
  max-width: 170px;
}

.footer-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

.footer-logo {
  width: 120px;
}

.cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #826885;
}

.cta-section {
  overflow: hidden;
  padding: 82px 3%;
}

.cta-section.margin-top-32 {
  margin-top: 32px;
}

.cta-block {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 470px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cta-accent {
  position: absolute;
  left: auto;
  top: auto;
  right: 64px;
  bottom: auto;
  overflow: hidden;
  width: 450px;
  height: 120%;
  max-height: 620px;
  max-width: 35%;
  border-radius: 6px;
  background-image: url('../images/sprayPortrait.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.class-section {
  overflow: hidden;
  padding: 64px 3%;
}

.class-wrapper {
  margin-top: 72px;
}

.row-heading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #0a071b;
}

.grid-row-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.class-title {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: -0.01em;
}

.row-grey {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #f8f7fc;
}

.grid-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #ebe9f3;
  border-bottom: 1px solid #ebe9f3;
  color: #0a071b;
  font-weight: 500;
  text-align: center;
}

.row-white {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff;
}

.time-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #ebe9f3;
  border-bottom: 1px solid #ebe9f3;
  border-left: 1px solid #ebe9f3;
  color: #0a071b;
  font-weight: 500;
  text-align: center;
}

.faq-section {
  padding: 96px 3% 64px;
}

.blog-section {
  padding: 60px 3% 64px;
}

.faq-wrapper {
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text-block {
  font-family: Inter, sans-serif;
}

.title-pattern-wrapper {
  position: relative;
}

.map-image {
  width: 100%;
  height: 100%;
  padding-top: 0px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.dropdown-toggle {
  padding: 14px 16px;
  border-radius: 4px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #bcb8d0;
  letter-spacing: -0.01px;
}

.dropdown-toggle:hover {
  background-color: #2a263f;
  color: #fff;
}

.dropdown-toggle.w--open {
  background-color: #6b6b6b;
  color: #fff;
}

.dropdown-list {
  overflow: hidden;
  min-width: 200px;
  border-radius: 6px;
  background-color: transparent;
}

.dropdown-list.w--open {
  padding-top: 6px;
}

.dropdown-block {
  padding: 6px;
  border-radius: 4px;
  background-color: #484848;
}

.dropdown-link {
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 6px;
  color: #fff;
}

.dropdown-link:hover {
  background-color: #858585;
}

.dropdown-link.w--current {
  color: #03f;
}

.video-link {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96px;
  height: 96px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #0a071b;
}

.video-wrapper {
  position: relative;
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
}

.overview-section {
  position: relative;
  overflow: hidden;
  padding: 96px 3% 72px;
  background-color: #86a7b0;
  color: transparent;
}

.h2-title.margin-bottom-32 {
  margin-bottom: 32px;
  font-weight: 300;
}

.contact-block {
  position: relative;
  display: none;
  overflow: visible;
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
  padding: 56px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 42px 42px 96px -32px rgba(85, 85, 124, 0.08);
}

.contact-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.contact-form {
  overflow: visible;
  margin-top: 48px;
}

.input-field {
  min-height: 56px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #c1c1c1;
  border-radius: 6px;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #161616;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: -0.01em;
}

.input-field:hover {
  border-color: #6b6b6b;
}

.input-field:focus {
  border-color: #03f;
}

.input-field::-webkit-input-placeholder {
  color: #161616;
}

.input-field:-ms-input-placeholder {
  color: #161616;
}

.input-field::-ms-input-placeholder {
  color: #161616;
}

.input-field::placeholder {
  color: #161616;
}

.field-label {
  margin-bottom: 8px;
  color: #161616;
  line-height: 24px;
  letter-spacing: -0.01em;
}

.input-field-large {
  min-height: 116px;
  margin-bottom: 0px;
  border: 1px solid #bcb8d0;
  border-radius: 6px;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #161616;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: -0.01em;
}

.input-field-large:hover {
  border-color: #6b6b6b;
}

.input-field-large:active {
  border-color: #03f;
}

.input-field-large:focus {
  border-color: #03f;
}

.input-field-large::-webkit-input-placeholder {
  color: #161616;
}

.input-field-large:-ms-input-placeholder {
  color: #161616;
}

.input-field-large::-ms-input-placeholder {
  color: #161616;
}

.input-field-large::placeholder {
  color: #161616;
}

.button-large {
  display: block;
  min-height: 56px;
  padding: 14px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #f58859;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: 300;
  -o-object-fit: fill;
  object-fit: fill;
}

.button-large:hover {
  background-color: #fc9b71;
}

.blog-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.avatar-medium {
  overflow: hidden;
  width: 42px;
  height: 42px;
  margin-bottom: 8px;
  border-radius: 100px;
}

.blog-header {
  position: relative;
  z-index: 5;
  height: 600px;
}

.category-dark {
  margin-bottom: 16px;
  padding: 4px 12px;
  border-radius: 4px;
  background-color: #6b6b6b;
  color: #d4dcff;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-content {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}

.author-overview {
  padding: 68px 3% 80px;
}

.service-grid {
  grid-column-gap: 120px;
  grid-row-gap: 80px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.class-detail {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  padding: 32px;
  border-radius: 6px;
  background-color: #0a071b;
}

.body-small-300 {
  margin-bottom: 0px;
  color: #c1c1c1;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: -0.01em;
}

.class-details {
  margin-top: 32px;
  margin-bottom: 32px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.detail-icon {
  margin-right: 8px;
}

.detail-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.class-detail-title {
  margin-right: 8px;
  color: #bcb8d0;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: -0.01em;
}

.class-detail-text {
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: -0.01em;
}

.service-section-grey {
  padding: 124px 3% 64px;
  background-color: #e9e9e9;
}

.author-card {
  max-width: 830px;
  margin-right: auto;
  margin-left: auto;
  padding: 48px;
  background-color: #fff;
  box-shadow: 52px 52px 96px -32px rgba(85, 85, 124, 0.08);
}

.avatar-large {
  overflow: hidden;
  width: 64px;
  height: 64px;
  margin-right: 24px;
  border-radius: 100px;
}

.author-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subheading-small-dark {
  color: #0a071b;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.author-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.author-background {
  position: absolute;
  left: 0%;
  top: -68px;
  right: 0%;
  bottom: auto;
  z-index: -1;
  max-width: 1060px;
  min-height: 284px;
  margin-right: auto;
  margin-left: auto;
  background-color: #e9e9e9;
}

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

.article h2 {
  max-width: 650px;
  margin: 20px auto 32px;
}

.article p {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
}

.article h4 {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
}

.article h3 {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
}

.article h5 {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
}

.article blockquote {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
}

.blog-header-accent {
  position: absolute;
  left: auto;
  top: auto;
  right: -40px;
  bottom: -56px;
  max-height: 240px;
}

.service-header-accent {
  position: absolute;
  left: auto;
  top: auto;
  right: -40px;
  bottom: -56px;
  max-height: 240px;
}

.button-wrapper-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.faq-question-wrap {
  padding: 20px 32px;
  border-radius: 6px;
  text-decoration: none;
}

.faq-question-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.faq-title {
  color: #0a071b;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.02em;
}

.faq-paragraph {
  overflow: hidden;
  margin-bottom: 0px;
  color: #979797;
  font-size: 16px;
  line-height: 32px;
}

.header-contact {
  position: relative;
  overflow: hidden;
  height: 600px;
  padding: 60px 3% 72px;
  background-color: #161616;
}

.experience-accent {
  position: absolute;
  left: auto;
  top: -110px;
  right: 20%;
  bottom: auto;
  max-width: 220px;
}

.map-bg {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  min-height: 210px;
  background-color: #e9e9e9;
}

.service-grid-section {
  padding: 100px 3%;
}

.faq-content {
  overflow: hidden;
  margin-top: 0px;
}

.contact-information-bar {
  padding: 48px 24px;
  background-color: #e9e9e9;
}

.contact-detail-grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0a071b;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
}

.blog-author-name {
  margin-left: 16px;
}

.heading {
  font-family: Inter, sans-serif;
  color: #161616;
  line-height: 32px;
  font-weight: 300;
}

.link-span {
  color: #03f;
}

.instagram-logo {
  width: 26px;
  height: 26px;
}

.team-image-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  height: 650px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 12px;
}

.team-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.team-card {
  position: relative;
  left: 0%;
  top: 74px;
  right: 0%;
  overflow: hidden;
  width: 100%;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 32px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 52px 52px 96px -32px rgba(85, 85, 124, 0.08);
}

.team-full-wrapper {
  margin-bottom: 100px;
}

.team-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-link {
  margin-right: 6px;
  margin-left: 6px;
  padding: 12px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0);
  border-radius: 4px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #e1e1e1;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.footer-link:active {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.footer-link:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.footer-link.w--current {
  color: #7591ff;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.footer-extra-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

.overview-bg {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  max-height: 10%;
  min-height: 160px;
  background-color: #fff;
}

.success-message {
  background-color: #03f;
  background-image: url('../images/Grey-Accent.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
}

.instagram-block {
  overflow: hidden;
  height: 420px;
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 6px;
}

.div-block {
  margin-top: 40px;
  text-align: center;
}

.contact-accent {
  position: absolute;
  left: 40px;
  top: -30px;
  right: auto;
  bottom: auto;
  z-index: -1;
}

.map-wrapper-large {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 544px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.schedule-accent {
  position: absolute;
  left: -25px;
  top: -30px;
  right: auto;
  bottom: auto;
  z-index: -1;
}

.service-accent {
  position: absolute;
  left: 30px;
  top: -30px;
  right: auto;
  bottom: auto;
  z-index: -1;
}

.scroll-information {
  display: none;
  margin-top: 32px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #0a071b;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.heading-2 {
  font-family: Inter, sans-serif;
  color: #161616;
  line-height: 56px;
  font-weight: 100;
}

.heading-3 {
  font-family: Inter, sans-serif;
  color: #161616;
  line-height: 40px;
  font-weight: 300;
}

.heading-4 {
  font-family: Inter, sans-serif;
  color: #161616;
  line-height: 24px;
  font-weight: 300;
}

.heading-5 {
  font-family: Inter, sans-serif;
  color: #161616;
  font-weight: 400;
}

.heading-6 {
  color: #161616;
  font-weight: 100;
}

.text-block {
  color: #161616;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.footer-text-block {
  font-size: 12px;
}

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

.social-image-wrapper {
  position: relative;
  overflow: hidden;
  height: auto;
}

.image {
  width: 100%;
}

.social-image {
  position: static;
  width: 100%;
  height: auto;
  -webkit-filter: brightness(51%);
  filter: brightness(51%);
}

.full-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-image: url('../images/index_header_1.jpg');
  background-size: cover;
  background-attachment: scroll;
  -webkit-filter: brightness(35%);
  filter: brightness(35%);
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-white {
  padding: 14px 32px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 0ms ease;
  transition: all 0ms ease;
  color: #161616;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-white:hover {
  background-color: #161616;
  color: #e9e9e9;
}

.button-white.margin-top-32 {
  margin-top: 32px;
}

.text-block-2 {
  color: #161616;
  font-weight: 300;
}

.text-block-3 {
  color: #161616;
  font-weight: 300;
}

.text-block-4 {
  color: #161616;
  font-weight: 300;
}

.heading-7 {
  font-family: Inter, sans-serif;
  font-weight: 300;
  text-transform: none;
}

.body-white {
  color: #fff;
  font-weight: 300;
}

.heading-8 {
  color: #fff;
  font-weight: 300;
}

.paragraph {
  font-weight: 300;
}

.heading-9 {
  font-weight: 300;
}

.heading-10 {
  font-weight: 300;
}

.heading-11 {
  font-weight: 300;
}

.heading-12 {
  font-weight: 300;
}

.text-block-5 {
  font-weight: 300;
}

.text-block-6 {
  font-weight: 300;
}

.text-block-7 {
  font-weight: 300;
}

.about-image-text-container {
  max-width: 720px;
  margin-top: 47px;
  padding-right: 55px;
  padding-left: 55px;
}

.bold {
  margin-bottom: 0px;
  font-weight: 700;
}

.nav-text {
  font-size: 12px;
}

.footer-text-block-copy {
  font-size: 12px;
}

.gallery-section {
  padding: 100px;
  background-color: transparent;
}

.collection-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-2 {
  width: 100%;
}

.lightbox-link {
  width: 100%;
}

.gallery-image {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-header {
  padding-top: 89px;
  padding-bottom: 89px;
  background-color: #161616;
  background-image: url('../images/Section-Accent.svg');
  background-position: 5% 30%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #272727;
}

.animation-container {
  max-width: 100%;
}

.heading-13 {
  font-weight: 300;
}

.service-container {
  display: block;
  overflow: visible;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.service-new-thumbnail {
  height: 220px;
  margin-bottom: 30px;
  border-radius: 8px;
  background-image: url('../images/furniture.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.service-new-thumbnail.joinery {
  background-image: url('../images/joinery.jpg');
}

.service-new-thumbnail.upvc {
  background-image: url('../images/upvc.jpg');
}

.service-new-thumbnail.painting {
  background-image: url('../images/painting_decorating.jpg');
}

.service-new-thumbnail.interior {
  background-image: url('../images/interior.jpg');
}

.service-new-thumbnail.exterior {
  background-image: url('../images/exterior_decorating.jpg');
}

.service-new-thumbnail.kitchen {
  background-image: url('../images/kitchen_resprays.jpg');
}

.lightbg {
  padding-top: 92px;
  padding-bottom: 92px;
  background-color: #e1e1e1;
}

@media screen and (min-width: 1280px) {
  .navigation-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .button-navigation {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .header {
    padding-top: 60px;
  }

  .container.header-container {
    padding-right: 4%;
    padding-left: 4%;
  }

  .header-grid {
    display: block;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .header-content {
    margin-right: auto;
    margin-left: auto;
  }

  .header-accent {
    left: 10px;
  }

  .nav-link {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    color: #484848;
    text-align: left;
  }

  .brand {
    margin-right: 10px;
    padding: 0px;
  }

  .navigation-default {
    position: relative;
  }

  .navigation-container {
    position: relative;
  }

  .nav-menu {
    height: auto;
    margin-top: 0px;
    padding: 8px;
    background-color: #fff;
  }

  .menu-button-mobile {
    margin-left: 12px;
    padding: 12px;
    border: 1px solid transparent;
    border-radius: 6px;
    background-color: transparent;
    color: #fff;
  }

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

  .content-section {
    padding-top: 72px;
    background-color: transparent;
  }

  .content-image {
    top: 30px;
    border-radius: 6px;
  }

  .body-normal-300 {
    color: #e9e9e9;
  }

  .header-inner {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .detail-block {
    margin-top: 0px;
  }

  .style-full-grid {
    -ms-grid-columns: 3fr;
    grid-template-columns: 3fr;
  }

  .color-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .text-wrap {
    margin-bottom: 16px;
  }

  .typography-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-link-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .instagram {
    margin-top: 27px;
    margin-bottom: 19px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .large-feature-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .testimonial-card {
    box-shadow: -2px 20px 20px 2px rgba(22, 22, 22, 0.11);
  }

  .author-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .author-detail-wrapper {
    margin-top: 16px;
    margin-left: 0px;
  }

  .blog-list {
    grid-column-gap: 92px;
    grid-row-gap: 92px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-image-wrapper {
    position: absolute;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .blog-card {
    top: 40px;
  }

  .blog-full-wrapper {
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
  }

  .service-list {
    padding-right: 0px;
    padding-left: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .about-section {
    padding-top: 60px;
    padding-bottom: 87px;
  }

  .about-grid {
    grid-row-gap: 92px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about-image {
    border-radius: 6px;
  }

  .nav-button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .experience-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .value-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .team-section {
    padding-bottom: 60px;
  }

  .team-grid {
    grid-column-gap: 92px;
    grid-row-gap: 92px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .team-image {
    width: 102%;
    max-width: 102%;
    margin-left: -1px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .licence-card {
    padding: 32px 16px;
  }

  .licence-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

  .footer-logo {
    margin-bottom: 32px;
  }

  .cta-wrap {
    padding: 51px 32px;
  }

  .cta-accent {
    left: auto;
    top: auto;
    right: 32px;
    bottom: -64px;
    height: 100%;
    max-height: 320px;
  }

  .class-wrapper {
    overflow: scroll;
  }

  .row-heading {
    min-width: 1200px;
  }

  .row-grey {
    min-width: 1200px;
  }

  .row-white {
    min-width: 1200px;
  }

  .map-image {
    border-radius: 6px;
  }

  .dropdown-toggle {
    width: 100%;
  }

  .blog-header {
    height: 500px;
  }

  .service-grid {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .service-section-grey {
    padding-top: 100px;
  }

  .experience-accent {
    right: 55px;
    max-width: 140px;
  }

  .team-image-wrapper {
    position: absolute;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .team-card {
    top: 28px;
  }

  .team-full-wrapper {
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
  }

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

  .footer-extra-links {
    margin-top: 32px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .overview-bg {
    min-height: 140px;
    background-color: #86a7b0;
  }

  .contact-accent {
    left: 20px;
  }

  .scroll-detail {
    margin-top: 32px;
  }

  .scroll-information {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .dropdown {
    width: 100%;
  }

  .social-image {
    border-radius: 6px;
  }

  .gallery-section {
    padding: 60px 40px;
  }

  .collection-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
  }

  .collection-list {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .lightbg {
    padding-right: 45px;
    padding-left: 45px;
  }
}

@media screen and (max-width: 767px) {
  .content-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-image {
    display: none;
  }

  .content-block {
    padding-top: 0px;
  }

  .color-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .colour {
    margin-bottom: 25px;
  }

  .feature-grid {
    max-width: 420px;
    margin-right: auto;
    margin-left: auto;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .header-image-wrapper {
    min-width: 100%;
  }

  .instagram-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .feature-block {
    padding: 24px;
  }

  .title-wrap-split {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .testimonial-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .service-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button-navigation {
    display: none;
  }

  .value-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .value-block {
    padding: 24px;
  }

  .team-section {
    padding-bottom: 40px;
  }

  .licence-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .licence-graphic {
    height: 240px;
  }

  .footer-link-wrapper {
    max-width: 370px;
  }

  .cta-accent {
    right: 16px;
    display: none;
    max-height: 220px;
  }

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

  .blog-header {
    height: 450px;
  }

  .service-section-grey {
    padding-top: 72px;
  }

  .faq-question-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .experience-accent {
    right: 32px;
  }

  .contact-detail-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .overview-bg {
    display: none;
  }

  .contact-accent {
    left: 40px;
  }

  .social-list {
    display: block;
  }

  .social-image {
    margin-bottom: 40px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .mobile-hide {
    display: none;
  }

  .full-bg {
    background-image: url('../images/index_header.jpg');
    background-position: 100% 50%;
  }
}

@media screen and (max-width: 479px) {
  .header {
    width: 100%;
  }

  .container.header-container {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .hero-title {
    margin-left: 0px;
    font-size: 48px;
    line-height: 50px;
    font-weight: 100;
    text-align: left;
  }

  .header-accent {
    display: none;
  }

  .subheading {
    font-weight: 100;
    text-align: left;
  }

  .button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .button.mr-15 {
    margin-right: 0px;
    margin-bottom: 15px;
    font-weight: 300;
    text-align: left;
  }

  .button-secondary.about-button {
    margin-top: 16px;
    margin-left: 0px;
  }

  .button-secondary.about-button.w--current {
    width: 100%;
    margin-top: 16px;
    margin-left: 0px;
  }

  .button-secondary.about-me-button {
    margin-top: 16px;
    margin-left: 0px;
  }

  .nav-link {
    margin-right: auto;
    margin-left: auto;
  }

  .small-feature-section {
    padding-right: 5%;
    padding-left: 5%;
  }

  .h2-title-white.margin-bottom-32 {
    font-weight: 300;
  }

  .service-section {
    padding-right: 5%;
    padding-left: 5%;
  }

  .button-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .style-guide-block {
    padding-right: 28px;
    padding-left: 28px;
  }

  .color-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .template-section {
    overflow: hidden;
  }

  .hero-heading {
    font-size: 52px;
    line-height: 60px;
  }

  .template-detail-block {
    padding: 0px;
  }

  .body-normal-500 {
    font-weight: 300;
  }

  .header-image-wrapper {
    min-height: 550px;
  }

  .header-image {
    -o-object-position: 50% 100%;
    object-position: 50% 100%;
  }

  .h1-title-white {
    font-size: 50px;
    line-height: 60px;
  }

  .footer-link-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .footer-legal-text {
    margin-top: 32px;
    text-align: center;
  }

  .feature-section {
    padding-right: 5%;
    padding-left: 5%;
  }

  .large-feature-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .testimonial-card {
    padding: 24px;
    box-shadow: -2px 20px 20px 2px rgba(22, 22, 22, 0.16);
  }

  .blog-card {
    padding: 25px;
  }

  .h5-title {
    font-weight: 300;
  }

  .button-wrapper-centre {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .service-image-large {
    height: 420px;
  }

  .about-image-square.bottom-image {
    display: none;
  }

  .experience-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .utility-section {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

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

  .licence-graphic {
    height: 180px;
  }

  .author-block {
    padding-right: 32px;
    padding-left: 32px;
  }

  .footer-link-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }

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

  .cta-section.margin-top-32 {
    padding-right: 5%;
    padding-left: 5%;
  }

  .cta-accent {
    right: 0px;
    display: none;
    max-width: 30%;
  }

  .overview-section {
    padding-top: 5%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .contact-block {
    padding: 40px 20px;
  }

  .contact-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-header {
    height: 400px;
  }

  .author-card {
    padding: 24px;
    text-align: center;
  }

  .avatar-large {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .author-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .author-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .faq-question-wrap {
    padding: 16px;
  }

  .faq-paragraph {
    color: #979797;
  }

  .experience-accent {
    display: none;
  }

  .service-grid-section {
    padding-bottom: 60px;
  }

  .team-card {
    padding: 24px;
  }

  .footer-link {
    margin-right: auto;
    margin-left: auto;
  }

  .footer-extra-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }

  .contact-accent {
    display: none;
  }

  .map-wrapper-large {
    height: 400px;
  }

  .schedule-accent {
    display: none;
  }

  .service-accent {
    display: none;
  }

  .text-block {
    font-weight: 300;
  }

  .full-bg {
    background-image: url('../images/index_headerMobile.jpg');
    background-position: 100% 50%;
    background-size: cover;
    background-attachment: scroll;
  }

  .button-white {
    font-weight: 400;
  }

  .button-white.margin-top-32 {
    font-weight: 400;
  }

  .text-block-2 {
    font-weight: 300;
  }

  .text-block-3 {
    font-weight: 300;
  }

  .text-block-4 {
    font-weight: 300;
  }

  .heading-7 {
    font-weight: 300;
  }

  .body-white {
    font-weight: 300;
  }

  .heading-8 {
    font-weight: 300;
  }

  .gallery-section {
    padding: 30px;
  }

  .collection-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

#w-node-f7754618-e0c1-9fb1-4581-ebea12603550-c92d7fd8 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-f4e2431c-32c8-8d89-a3f8-656293935629-c92d7fd8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e1b1646f-2dcb-4b6e-029f-d066def0714e-c92d7fd8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-c7a2d0a1-6a49-0d7c-ba74-c08b4ad699d8-c92d7fd8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_0e6be01a-f6ba-bbaa-241c-3f4fc6e70029-c32d7fdb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_57c19a75-2c51-8e8d-ef9f-3911f4d55a6f-c32d7fdb {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-e751e4dc-42ba-4a6f-a7b8-de71b6f0c46a-872d7fde {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_0d3239dd-542c-7a71-696a-e4a19a69f85a-c32d7fdb {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-e751e4dc-42ba-4a6f-a7b8-de71b6f0c46a-872d7fde {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff'), url('../fonts/Inter-ExtraBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}