@font-face {
  font-family: "Louize 205tf";
  src: url('../fonts/Louize---Italic-205TF.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Louize 205tf";
  src: url('../fonts/Louize---Medium-Italic-205TF.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Louize 205tf";
  src: url('../fonts/Louize---Regular-205TF.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Louize 205tf";
  src: url('../fonts/Louize---Medium-205TF.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Louize 205tf";
  src: url('../fonts/Louize---Bold-205TF.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Louize 205tf";
  src: url('../fonts/Louize---Bold-Italic-205TF.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Fakt;
  src: url('../fonts/Fakt-Normal.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fakt;
  src: url('../fonts/Fakt-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fakt;
  src: url('../fonts/Fakt-BlondItalic.otf') format("opentype"), url('../fonts/Fakt-HairItalic.otf') format("opentype"), url('../fonts/Fakt-AirItalic.otf') format("opentype"), url('../fonts/Fakt-NormalItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Fakt blond;
  src: url('../fonts/Fakt-Blond.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fakt;
  src: url('../fonts/Fakt-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fakt;
  src: url('../fonts/Fakt-ThinItalic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Fakt;
  src: url('../fonts/Fakt-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Fakt;
  src: url('../fonts/Fakt-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fakt;
  src: url('../fonts/Fakt-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fakt hair;
  src: url('../fonts/Fakt-Hair.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fakt;
  src: url('../fonts/Fakt-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Fakt air;
  src: url('../fonts/Fakt-Air.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fakt;
  src: url('../fonts/Fakt-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fakt;
  src: url('../fonts/Fakt-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Fakt;
  src: url('../fonts/Fakt-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Fakt;
  src: url('../fonts/Fakt-SemiBoldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Fakt;
  src: url('../fonts/Fakt-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --white-smoke: #f9f8f3;
  --black: transparent;
  --black-3: #1d1d1c;
  --black-2: black;
  --floral-white: #efede7;
  --white-smoke-2: #f9f8f3;
  --midnight-blue: #0d2531;
}

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

body {
  color: #333;
  font-family: Fakt, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

h1 {
  color: var(--white-smoke);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Louize 205tf", sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 55px;
}

h2 {
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Louize 205tf", sans-serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 39px;
}

.body {
  font-family: Basisgrotesquepro;
  font-weight: 300;
}

.container {
  max-width: 1861px;
}

.heading {
  color: #fff;
  text-align: center;
  font-family: Optibakerdanmarkone;
  font-size: 60px;
  font-weight: 500;
}

.heading.common {
  background-color: var(--black);
  color: #000;
  margin-top: 108px;
  margin-bottom: 54px;
  font-family: Optibakerdanmarkone;
  font-size: 54px;
}

.heading.common.landing {
  margin-top: 0;
  margin-bottom: 0;
}

.heading.common.landing.left {
  text-align: left;
}

.heading.common.tc {
  margin-bottom: 0;
}

.heading-2 {
  color: #fff;
  text-align: center;
  margin-top: 45px;
  font-size: 26px;
  font-weight: 300;
  line-height: 32px;
}

.heading-2.black {
  color: #000;
}

.heading-2.black.left {
  text-align: left;
}

.heading-2.black.left.no-pad {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
}

.section {
  background-image: linear-gradient(#0003, #0003), url('../images/01242022_Set1Set3_VDC_Shot4_March_SocialCampaign_DavidLand_L1_033_FINAL-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 178px;
  padding-bottom: 178px;
}

.button {
  background-color: var(--white-smoke);
  color: var(--black-3);
  text-align: center;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 18px 28px;
  font-family: Fakt, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  transition: transform .3s, background-color .3s;
}

.button:hover {
  transform: translate(0, -6px);
}

.button.close {
  margin-top: 0;
  padding-left: 47px;
  padding-right: 47px;
}

.button.dark {
  color: var(--white-smoke);
  background-color: #434a57;
}

.button.dark.margin-top {
  margin-top: 40px;
}

.div-block {
  text-align: center;
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-2 {
  max-width: 1440px;
}

.section-scroller {
  grid-column-gap: 149px;
  grid-row-gap: 125px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 29px;
  padding-left: 50px;
  padding-right: 50px;
  display: grid;
}

.text-block {
  color: var(--black-2);
  letter-spacing: -.01em;
  font-family: "Louize 205tf", sans-serif;
  font-size: 24px;
  line-height: 34px;
}

.text-block-2 {
  color: var(--black-3);
  text-align: left;
}

.section-2 {
  background-color: #fffdfb;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.section-2.beige {
  background-color: var(--floral-white);
  flex-direction: column;
  padding-left: 118px;
  padding-right: 118px;
}

.section-2.dark {
  background-color: #434a57;
  flex-direction: column;
}

.container-3 {
  max-width: 1861px;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 240px;
  padding: 70px 50px 54px;
  display: grid;
}

.div-block-5 {
  color: #fff;
  background-color: #fff;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 5px 20px;
  font-size: 20px;
  line-height: 24px;
  display: flex;
}

.div-block-6 {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.location-supertitle {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
}

.location-title {
  color: #fff;
  letter-spacing: -.01em;
  text-transform: uppercase;
  font-family: "Louize 205tf", sans-serif;
  font-size: 37px;
  line-height: 39px;
}

.div-block-7 {
  width: auto;
  height: 750px;
  position: relative;
}

.div-block-8 {
  background-color: #fff;
  height: 2px;
}

.text-block-5 {
  color: #000;
}

.container-4 {
  z-index: 1;
  max-width: 1861px;
  position: relative;
}

.bg-wrapper {
  position: absolute;
  inset: 0%;
}

.bg1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/slider1_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 30%;
  display: block;
  position: absolute;
  inset: auto auto 10% 50px;
}

.headquarters {
  opacity: .5;
  text-decoration: none;
  display: block;
}

.headquarters:hover {
  opacity: .67;
}

.headquarters:active, .headquarters:focus, .headquarters:visited {
  opacity: 1;
}

.office {
  opacity: .5;
  text-decoration: none;
}

.office:hover {
  opacity: .67;
}

.office:active, .office:focus {
  opacity: 1;
}

.retail {
  opacity: .5;
  text-decoration: none;
}

.retail:hover {
  opacity: .67;
}

.retail:active, .retail:focus {
  opacity: 1;
}

.bg2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/slider2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.bg3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/slider1.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  display: none;
  position: absolute;
  inset: 0%;
}

.container-5 {
  max-width: 1861px;
}

.section-3 {
  background-color: #fffdfb;
  padding-bottom: 70px;
}

.section-4 {
  background-color: #fffdfb;
}

.container-6 {
  max-width: 1861px;
}

.section-5 {
  background-color: #fffdfb;
  margin-bottom: 0;
  padding-bottom: 54px;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 99px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-13 {
  background-image: url('../images/team1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 437px;
  height: 250px;
}

.div-block-13.bre {
  background-image: url('../images/team2.jpg');
}

.div-block-13.anthony {
  background-image: url('../images/team3.jpg');
}

.text-block-7 {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.text-block-8 {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.text-block-9 {
  color: #656565;
  font-size: 16px;
  line-height: 24px;
}

.div-block-14 {
  text-align: left;
  background-color: #f9f8f2;
  border-radius: 20px;
  padding: 50px 148px;
}

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

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

.div-block-17 {
  background-color: #f9f8f3;
  background-image: url('../images/habitts1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-17.image2 {
  background-image: url('../images/habbits2.jpg');
  background-repeat: no-repeat;
}

.div-block-17.image2.impact {
  background-image: url('../images/impact2.jpg');
}

.div-block-17.image1 {
  background-color: var(--white-smoke);
  background-repeat: no-repeat;
}

.div-block-17.image1.impact {
  background-image: url('../images/impact1.jpg');
}

.div-block-17.stats {
  background-color: var(--black);
  background-image: none;
}

.div-block-18 {
  flex-direction: column;
  align-items: center;
  padding-top: 54px;
  padding-bottom: 54px;
  display: flex;
}

.text-block-10 {
  color: #000;
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  line-height: 24px;
}

.text-block-11 {
  color: #000;
  text-align: center;
  margin-top: 64px;
  margin-bottom: 5px;
  font-size: 54px;
  font-weight: 400;
  line-height: 57px;
}

.text-block-12 {
  color: #000;
  text-align: center;
  width: 80%;
  font-size: 20px;
  line-height: 25px;
}

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

.container-7 {
  text-align: center;
  max-width: 100%;
  padding: 48px 50px;
  display: block;
}

.div-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.div-block-19.nwh-microsites {
  justify-content: center;
}

.nwh-microsite-openings {
  color: #979797;
  font-size: 80px;
  line-height: 120px;
}

.nwh-microsite-title {
  color: #000;
  font-size: 26px;
  font-weight: 400;
  line-height: 28px;
}

.div-block-21 {
  padding-left: 265px;
  padding-right: 265px;
}

.div-block-21.nwh-microsites {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.container-8 {
  max-width: 1861px;
  padding-left: 50px;
  padding-right: 50px;
}

.openings-toggle {
  color: #000;
  align-items: center;
  margin-right: 18px;
  text-decoration: none;
  display: flex;
}

.ic_downarrow {
  height: 20px;
}

.ic_downarrow.down {
  height: 10px;
}

.department-toggle {
  margin-right: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.div-block-23 {
  align-items: center;
  margin-bottom: 28px;
  display: block;
}

.div-block-24 {
  border: 1px solid #979797;
  justify-content: space-around;
  margin-bottom: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.div-block-24.job-object, .div-block-24.job-object.nwh-hidden {
  display: none;
}

.div-block-24.job-object.show {
  display: block;
}

.section-6 {
  background-color: #fffdfb;
  padding-bottom: 0;
}

.section-7 {
  background-color: #fffdfb;
}

.text-block-19 {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.link {
  color: #000;
  text-decoration: none;
}

.container-9 {
  max-width: 1861px;
}

.paragraph {
  color: var(--white-smoke);
  text-align: center;
  margin-bottom: 0;
  padding: 54px 326px;
  font-size: 16px;
  line-height: 24px;
}

.div-block-26 {
  display: none;
}

.section-8.dark {
  background-color: var(--black-2);
}

.div-block-27 {
  text-align: left;
}

.div-block-28 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-left: 50px;
  padding-right: 50px;
  display: grid;
}

.location-desc {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  position: static;
}

.location-desc.selected {
  font-size: 15px;
  text-decoration: none;
  display: block;
}

.location-desc.hide {
  display: none;
}

.slider2 {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  display: block;
  position: absolute;
}

.slider3 {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  display: none;
  position: absolute;
}

.section-9 {
  background-color: var(--white-smoke-2);
}

.div-block-30 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: auto;
}

.div-block-30._3 {
  max-width: 100%;
  position: relative;
}

.image-3 {
  max-width: none;
}

.image-4 {
  margin-left: -12px;
  position: static;
}

.image-5, .image-6, .image-7, .image-8, .image-9, .image-10 {
  margin-left: -12px;
  position: relative;
}

.div-block-31 {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 56px;
  padding-right: 56px;
  display: block;
}

.image-12 {
  margin-left: -12px;
  position: relative;
}

.div-block-35 {
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.gallery-wrapper-2 {
  z-index: 1;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  height: 750px;
  padding-top: 79px;
  padding-bottom: 79px;
  display: none;
  position: absolute;
  inset: 0%;
}

.gallery-wrapper1 {
  z-index: 1;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  height: 750px;
  padding-top: 79px;
  padding-bottom: 79px;
  display: block;
  position: absolute;
  inset: 0%;
}

.gallerywrapper3 {
  z-index: 1;
  background-color: #fff;
  display: none;
  position: absolute;
  inset: 0%;
}

.btn_popup1 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  width: auto;
  padding: 18px 55px;
  display: inline-block;
}

.btn_popup1:focus {
  background-color: #243544;
}

.btn_popup2 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  width: auto;
  padding: 18px 55px;
  display: none;
}

.btn_popup2:focus {
  background-color: #243544;
}

.btn_popup-3 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  width: auto;
  padding: 18px 55px;
  display: none;
}

.btn_popup-3:focus {
  background-color: #243544;
}

.grid {
  grid-column-gap: 11px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr .85fr .25fr minmax(0, .75fr) .25fr;
}

.job-object-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.job-object-div.line-break {
  display: none;
}

.job-title, .job-department {
  color: #000;
  text-align: center;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.job-location {
  color: #000;
  text-align: center;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: none;
}

.nwh-microsite {
  text-align: left;
  cursor: pointer;
  border: 1px solid #979797;
  padding: 48px 40px;
  text-decoration: none;
  transition: border .2s;
  display: none;
}

.nwh-microsite:hover {
  border-color: var(--black-2);
}

.nwh-microsite.show {
  display: inline-block;
}

.nwh-departments {
  background-color: #fff;
  border: 1px solid #000;
  display: none;
}

.nwh-departments.w--open {
  padding: 10px 20px;
}

.department-object {
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px;
  transition: all .2s;
}

.department-object:hover {
  color: var(--midnight-blue);
  font-weight: 600;
}

.department-object.selected {
  font-weight: 700;
}

.nwh-locations {
  background-color: #fff;
  border: 1px solid #000;
  display: none;
}

.nwh-locations.w--open {
  padding: 10px 20px;
}

.location-object {
  cursor: pointer;
  width: 100%;
  transition: all .2s;
}

.location-object:hover, .location-object.selected {
  color: var(--midnight-blue);
  font-weight: 600;
}

.div-block-36 {
  background-color: var(--white-smoke-2);
  border-radius: 16px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 50px;
}

.grid-2 {
  grid-template-rows: auto;
}

.testimonial-block {
  align-items: center;
  width: 80%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.testimonial-block.right {
  flex-direction: row-reverse;
}

.testimonial-block.selected.show {
  display: block;
}

.testimonial-block.flex {
  display: flex;
}

.testimonial-block.show {
  display: block;
}

.image-13 {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 20px;
  width: 30%;
  height: 250px;
}

.div-block-37 {
  width: 70%;
  padding: 20px 40px;
}

.testimonial-text {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.testimonial-text.white {
  color: var(--white-smoke);
  font-family: Basisgrotesquepro;
  font-weight: 300;
}

.testimonial-name {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.testimonial-name.white {
  color: var(--white-smoke);
  font-family: Basisgrotesquepro;
}

.testimonial-title {
  color: #656565;
  font-size: 16px;
}

.testimonial-title.white {
  color: var(--white-smoke);
  font-family: Basisgrotesquepro;
}

.div-block-38 {
  text-align: center;
}

.slider {
  display: none;
}

.perk-item {
  text-align: center;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.section-scroller-next, .section-scroller-prev, .testimonial-scroller-prev, .testimonial-scroller-next {
  display: none;
}

.div-block-39 {
  text-align: center;
}

.location-bg-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.location-bg-img.selected {
  display: block;
}

.div-block-40 {
  width: 100%;
  height: 750px;
  padding: 75px 50px 40px;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.paragraph-2 {
  display: inline-block;
}

.text-block-20 {
  background-color: #fff;
  border-radius: 13px;
  margin-right: 10px;
  padding: 5px 20px;
  font-size: 20px;
  line-height: 24px;
  display: inline-block;
}

.location-selector {
  cursor: pointer;
  border-bottom: 2px solid #fff;
}

.location-selector:hover {
  opacity: 1;
}

.location-selector.selected {
  opacity: 1;
  cursor: pointer;
}

.location-selector.hide {
  display: none;
}

.div-block-41 {
  position: absolute;
  inset: auto 50px 15% auto;
}

.location-tour-btn {
  color: var(--midnight-blue);
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 0;
  padding: 15px 48px;
  line-height: 24px;
  display: none;
}

.location-tour-btn:hover {
  background-color: #0d253180;
}

.location-tour-btn.close {
  margin-top: 0;
  padding-left: 47px;
  padding-right: 47px;
}

.location-tour-btn.selected {
  cursor: pointer;
  display: block;
}

.location-tour-btn.selected:hover {
  background-color: #fff;
}

.location-tour-btn.hide {
  display: none;
}

.location-desc-mobile {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  display: none;
  position: static;
}

.location-desc-mobile.selected {
  display: none;
  position: static;
}

.location-gallery {
  background-color: #222;
  border: 10px solid #fff;
  width: 100%;
  height: 420px;
  display: none;
  position: absolute;
  inset: 20% 0% auto;
  overflow: auto;
  box-shadow: 2px 2px 20px -2px #000;
}

.location-gallery.selected {
  background-color: #fff;
  display: flex;
}

.location-gallery-img {
  height: 400px;
  margin-left: 5px;
  margin-right: 5px;
}

.location-tour-close {
  z-index: 10;
  color: var(--midnight-blue);
  text-align: center;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 6px;
  margin-top: 0;
  padding: 15px 48px;
  line-height: 24px;
  display: none;
  position: absolute;
  inset: auto 2% 5% auto;
}

.location-tour-close:hover {
  background-color: #0d253180;
}

.location-tour-close.close {
  margin-top: 0;
  padding-left: 47px;
  padding-right: 47px;
}

.location-tour-close.selected {
  display: block;
}

.job-object-separator {
  color: #000;
  text-align: center;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.perks-section {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 28px;
  display: grid;
}

.values-scroller {
  grid-column-gap: 149px;
  grid-row-gap: 125px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 29px;
  padding-left: 50px;
  padding-right: 50px;
  display: grid;
}

.cursor {
  background-color: #2c1d1224;
  width: 3px;
  height: 36px;
  margin-top: 0;
  margin-bottom: 12px;
  margin-left: 5px;
}

.testimonial-name-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.featured-brands {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
  position: relative;
  box-shadow: 0 3px 3px #00000008;
}

.holder-div {
  opacity: 1;
  justify-content: center;
  align-items: center;
  margin-left: 2%;
  margin-right: 2%;
  display: flex;
}

.left-image {
  background-image: linear-gradient(#00000091, #0000 25%), url('../images/gallery6.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 40%;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}

.svg-1 {
  position: absolute;
  top: 71px;
  left: -54px;
}

.brand {
  z-index: 1;
  float: none;
  color: #fff;
  background-color: #0000;
  border: 3px solid #fff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 20px;
  margin-top: 0;
  padding: 0 9px;
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
  display: inline-block;
  position: static;
}

.brand.dark {
  color: #000;
  border-color: #363636;
  font-size: 30px;
  line-height: 44px;
}

.content-hero-div {
  margin-top: 0;
  padding-right: 0%;
}

.service-paragraph {
  color: #363636;
  font-size: 17px;
  line-height: 21px;
}

.logo-flex {
  align-items: center;
  width: 75%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.service-div {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}

.testimonial-left {
  background-color: #222;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding: 5%;
  display: flex;
  position: relative;
}

.nav-link {
  color: #030303;
  letter-spacing: .3px;
  text-transform: none;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
}

.nav-link:hover {
  color: #000;
}

.nav-link.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.nav-link.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.nav-link.w--current:active {
  opacity: .7;
  color: #32343a;
}

.footer-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bottom-div {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.top-nav {
  background-color: #0000;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.puzzle-div {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 1600px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-header {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 52px;
  font-weight: 700;
  line-height: 58px;
}

.section-header.light {
  color: #fff;
  margin-bottom: 20px;
}

.hero-section {
  background-color: var(--white-smoke-2);
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.body-paragraph {
  color: #363636;
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
  position: relative;
}

.body-paragraph.light {
  color: #cecece;
  font-size: 18px;
  font-weight: 400;
}

.body-paragraph.quote {
  color: #cecece;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.name-title-landing {
  color: #bcbcbc;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
}

.small-header {
  color: #000;
  margin-bottom: 25px;
  font-size: 19px;
  font-weight: 600;
}

.navigation-items {
  flex: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation-items.holder {
  float: left;
  margin-left: 20px;
  margin-right: 0;
  padding-top: 2px;
  display: inline-block;
  left: 16px;
}

.sticky-nav {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 3px #00000012;
}

.footer-section {
  background-color: var(--white-smoke);
  padding: 0 10% 20px;
  display: none;
  position: relative;
  overflow: visible;
}

.check-holder {
  align-items: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.navigation-item {
  color: #2e2e2e;
  letter-spacing: .3px;
  text-transform: none;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
  display: inline-block;
}

.navigation-item:hover {
  color: #000;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.headline {
  color: #000;
  flex: none;
  margin-top: 0;
  margin-bottom: 25px;
  margin-left: 5px;
  font-size: 58px;
  line-height: 68px;
}

.lottie-anim {
  width: 150px;
  margin-bottom: -10px;
  margin-left: auto;
  margin-right: auto;
}

.services-header {
  text-align: center;
  background-color: #0000;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.split-div {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.right-panel {
  background-image: url('../images/Hero-image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: center;
  width: 55%;
  padding-top: 23%;
  padding-bottom: 23%;
  position: relative;
}

.service-box {
  text-align: center;
  width: 29%;
  padding-left: 1%;
  padding-right: 1%;
}

.testimonial-right {
  background-image: url('../images/expert-image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  padding-top: 17%;
  padding-bottom: 17%;
}

.middle-cta-div {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.final-cta {
  background-color: var(--white-smoke);
  text-align: center;
  border-bottom: 1px solid #0000001a;
  margin-bottom: 20px;
  padding: 100px 5% 130px;
}

.logo-link {
  z-index: 1;
  float: none;
  color: #1b1b1b;
  margin-top: 0;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
  display: inline-block;
  position: static;
}

.cta {
  letter-spacing: .3px;
  background-color: #1d1f20;
  border-radius: 200px;
  margin-top: 31px;
  margin-left: 0;
  margin-right: 0;
  padding: 13px 34px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: all .15s;
  display: inline-block;
}

.cta:hover {
  background-color: #000;
  transform: translate(0, -2px);
}

.cta.white {
  color: #0f0f0f;
  background-color: #fff;
  border-radius: 200px;
}

.designer-image {
  background-image: url('../images/Coline.jpg');
  background-position: 50% 33%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  padding-top: 22%;
  padding-bottom: 21%;
}

.box {
  color: #000;
  background-color: #0000;
  background-image: url('../images/gallery8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  width: 31%;
  margin-bottom: 24px;
  margin-left: 1%;
  margin-right: 1%;
  padding-top: 20%;
  padding-bottom: 20%;
  box-shadow: 1px 1px 14px #24242421;
}

.box._4 {
  background-image: url('../images/gallery6.jpg');
  position: relative;
  left: 0%;
}

.box._2 {
  background-image: url('../images/popimage2_1popimage2.jpg');
}

.box._3 {
  background-image: url('../images/popimage3_1popimage3.jpg');
}

.box._5 {
  background-image: url('../images/gallery9.jpg');
  width: 65%;
  position: relative;
}

.footer-links {
  justify-content: center;
  display: inline-block;
}

.expert-section {
  padding: 20px 10% 100px;
}

.img-block {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.img-block.loaf {
  position: relative;
  top: 5px;
}

.svg-2 {
  position: absolute;
  top: 207px;
  right: -45px;
}

.testimonial-holder {
  justify-content: space-between;
  align-items: center;
  margin-bottom: -90px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: relative;
  top: -143px;
}

.title-header {
  text-align: center;
  width: 50%;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.service-features {
  border-top: 1px solid #0000001f;
  margin-top: 30px;
  padding-top: 30px;
}

.typed-div {
  align-items: center;
  display: flex;
}

.left-content {
  width: 40%;
  padding-right: 10%;
}

.sticky {
  z-index: 1;
  border-radius: 8px;
  align-items: center;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: relative;
}

.cards-section {
  background-color: #fff;
  padding: 0 10% 120px;
  overflow: hidden;
}

.right-cta {
  text-align: right;
  flex: none;
  width: auto;
  margin-left: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.typed {
  color: #000;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 58px;
  line-height: 68px;
}

.service-header {
  color: #000;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.svg-3 {
  position: absolute;
  top: 365px;
  right: 30%;
}

.testimonial-div {
  opacity: 1;
  text-align: center;
  width: 19%;
  padding-top: 0;
  padding-bottom: 0;
}

.testimonial-div.zapier, .centred-holder {
  text-align: center;
}

.nav-btn {
  color: #000;
  text-align: center;
  letter-spacing: .3px;
  background-color: #0000;
  border: 1px solid #0000003d;
  border-radius: 200px;
  margin-left: 10px;
  padding: 5px 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  transition: all .15s;
}

.nav-btn:hover {
  color: #fff;
  background-color: #000;
  border-color: #0000003d;
}

.check-icon {
  margin-right: 10px;
}

.static-nav {
  z-index: 1;
  border-radius: 8px;
  align-items: center;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: relative;
}

.service-box-holder {
  border: 1px #000;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 120px;
  display: flex;
}

.intro-div {
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.right-content {
  background-color: var(--white-smoke-2);
  align-self: center;
  width: 60%;
  padding: 12.5% 10% 12.5% 8%;
  position: relative;
  overflow: hidden;
}

.services-section {
  padding-bottom: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.intro-section {
  padding: 80px 10% 160px;
  position: relative;
  overflow: visible;
}

.designer-description {
  background-color: #222;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 65%;
  padding: 5%;
  display: flex;
  position: relative;
}

.subheader {
  color: #181818;
  text-align: left;
  width: 88%;
  margin-top: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.section-10 {
  background-color: var(--white-smoke-2);
}

.grid-img {
  position: absolute;
  inset: 0;
}

.grid-img._10 {
  background-image: url('../images/sunglasses.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._11 {
  background-image: url('../images/agency.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._8 {
  background-image: url('../images/slider2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._9 {
  background-image: url('../images/gallery12.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._12 {
  background-image: url('../images/iphone.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._3 {
  background-image: url('../images/popimage3_1popimage3.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._4 {
  background-image: url('../images/popimage1_1popimage1.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._7 {
  background-image: url('../images/popimage4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._5 {
  background-image: url('../images/gallery9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._2 {
  background-image: url('../images/gallery10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._1 {
  background-image: url('../images/slider1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._6 {
  background-image: url('../images/gallery18.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.brickwork-mask {
  overflow: hidden;
}

.brickwork-block {
  position: relative;
  overflow: hidden;
}

.container-10 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.section-11 {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.grid-animation {
  color: #444f55;
  margin-top: 0;
  font-size: 16px;
  font-weight: 600;
}

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

.brickwork-grid {
  grid-template-rows: minmax(250px, 1fr) minmax(250px, 1fr) minmax(250px, 1fr);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 135%;
  position: relative;
  left: -17.5%;
}

.grid-img-wrapper {
  z-index: 1;
  padding: 16px;
  position: absolute;
  inset: 0;
}

.div-block-45 {
  z-index: 2;
  background-color: var(--white-smoke);
  width: 100%;
  max-width: 700px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 26% 0% 0%;
}

.heading-3 {
  text-align: center;
  font-family: Optibakerdanmarkone;
}

.manager-statement {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
}

.manager-image {
  background-image: url('../images/slider2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  padding-top: 22%;
  padding-bottom: 21%;
}

.manager-quote {
  background-color: var(--white-smoke-2);
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 50%;
  margin-bottom: 100px;
  padding: 5%;
  display: block;
  position: absolute;
  inset: 29% 0% auto 40%;
}

.manager-image-2 {
  background-image: url('../images/slider2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  padding-top: 22%;
  padding-bottom: 21%;
}

.manager-div {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: block;
  position: relative;
}

.manager-section {
  margin-bottom: 0;
  padding: 20px 10% 350px;
}

.form-2 {
  margin-top: 0;
}

.tc-form-input {
  color: #b4b2c5;
  margin-bottom: 0;
  padding: 24px;
}

.submit-button {
  display: none;
}

.paragraph-9 {
  color: #6d6e71;
  text-align: center;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
}

.container-15 {
  margin-top: 0;
  padding-top: 150px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-20 {
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 50px;
  font-weight: 400;
}

.tc-form-category {
  color: #b4b2c5;
  background-color: #fff;
  border: 1px solid #b4b2c5;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 18px;
}

.tc-form-category.tc-form-input {
  color: #919191;
  border-radius: 0;
  margin-top: 16px;
  padding: 15px 24px;
  font-size: 15px;
}

.div-block-46 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.div-block-47 {
  align-self: center;
  max-width: 50%;
  padding-left: 60px;
  padding-right: 60px;
}

.section-12 {
  background-color: var(--white-smoke);
  display: block;
}

.container-16 {
  background-color: var(--white-smoke);
  padding-bottom: 80px;
}

.tc-submit-btn {
  text-align: center;
  background-color: #0d2531;
  border-radius: 6px;
  margin-top: 0;
  padding: 15px 48px;
  line-height: 24px;
  transition: transform .3s, background-color .3s;
}

.tc-submit-btn:hover {
  background-color: var(--midnight-blue);
  transform: translate(0, -6px);
}

.tc-submit-btn.close {
  margin-top: 0;
  padding-left: 47px;
  padding-right: 47px;
}

.tc-status-message {
  margin-top: 10px;
}

.image-14 {
  padding-left: 40px;
}

.html-embed {
  height: 0;
  margin-bottom: 0;
}

.nav-home {
  z-index: 999;
  background-color: #fff;
  align-items: stretch;
  max-width: 100%;
  height: auto;
  padding: 15px 52px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.dropdown-list-2.w--open {
  background-color: #0000;
}

.link-block-2 {
  color: #291843;
  padding-right: 25px;
  text-decoration: none;
}

.paragraph-10 {
  margin-bottom: 0;
  font-size: 16px;
}

.div-block-55 {
  align-items: center;
  display: flex;
}

.link-block-3 {
  color: #291843;
  margin-left: 24px;
  margin-right: 24px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.link-block-4 {
  color: #fff;
  text-align: center;
  background-color: #15d1a5;
  border-radius: 24px;
  min-width: 188px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.link-block-4:hover {
  background-color: #00bf92;
}

.navbutton {
  color: #1f1f1f;
  text-align: center;
  text-transform: none;
  background-color: #00bf92;
  border-radius: 0;
  width: auto;
  height: auto;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
  position: static;
}

.navbutton:hover {
  background-color: #55b695;
}

.navbutton.hero-cta {
  opacity: 0;
  color: #fff;
  text-align: center;
  background-color: #017a4e;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 159px;
  height: 48px;
  margin-top: 0;
  padding: 14px 24px;
}

.paragraph-11 {
  color: var(--midnight-blue);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  transition: border .25s;
}

.paragraph-11:hover {
  color: var(--black-2);
  border-bottom: 1px solid #000;
  font-weight: 400;
}

.dropdown-2 {
  display: none;
}

.div-block-56 {
  z-index: 2;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.grid-11 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

.image-15 {
  width: 200px;
  max-width: none;
}

.footer {
  background-color: var(--white-smoke-2);
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.grid-12 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: center;
  max-width: 50%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.paragraph-7 {
  width: 100%;
  max-width: 225px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}

.image-26 {
  opacity: .49;
  width: 16px;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  margin-bottom: 33px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-60 {
  padding-left: 50px;
}

.html-embed-10 {
  color: #291842;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.link-2 {
  color: var(--black-2);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.link-2.grey {
  color: #757577;
}

.heading-24 {
  color: #291842;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.image-25 {
  opacity: .75;
  border: 1px #000;
  width: 16px;
}

.link-block-6 {
  text-decoration: none;
}

.image-27 {
  width: 200px;
}

.footer-paragarph {
  margin-top: 30px;
}

.footer-left-links {
  color: var(--black-2);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.footer-left-links.grey {
  color: #757577;
  font-size: .875em;
}

.white {
  color: var(--white-smoke);
}

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

.white.margin-bottom.case-sensitive {
  text-transform: none;
}

.div-block-61 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1000px;
  max-width: 100%;
  padding-left: 114px;
  padding-right: 114px;
  display: flex;
}

.div-block-62 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.grid-13 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}

.grid-13 > .employee-card {
  width: calc(33.333% - 11px);
  box-sizing: border-box;
}

.employee-card {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.image-28 {
  border-radius: 128px;
  width: 256px;
  height: 256px;
}

.paragraph-12 {
  color: #000;
  letter-spacing: -.01em;
  font-family: "Louize 205tf", sans-serif;
  font-size: 24px;
  font-style: italic;
}

.paragraph-13 {
  margin-top: 28px;
  margin-bottom: 28px;
}

.paragraph-14 {
  color: var(--black-2);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.div-block-63 {
  width: 100%;
  padding-left: 114px;
  padding-right: 114px;
  position: relative;
}

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

.div-block-64 {
  text-align: center;
  width: 881px;
  max-width: 100%;
  padding-left: 114px;
  padding-right: 114px;
}

.slider-2 {
  background-color: #0000;
  height: 500px;
  position: relative;
}

.grid-14 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  height: 100%;
}

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

.paragraph-15 {
  color: #000;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.paragraph-16 {
  color: #000;
  margin-bottom: 40px;
  font-family: "Louize 205tf", sans-serif;
  font-size: 26px;
  font-style: italic;
  line-height: 36px;
}

.paragraph-17 {
  color: #8b8b8b;
  font-weight: 300;
  line-height: 23px;
}

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

.left-arrow {
  display: block;
  position: absolute;
  inset: auto auto 0% 50%;
}

.right-arrow {
  display: block;
  inset: auto auto 0 55%;
}

.tabs-menu {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 75px;
  margin-left: 50px;
  margin-right: 50px;
  display: grid;
}

.location-tab {
  opacity: .52;
  background-color: #0000;
}

.location-tab.w--current {
  opacity: 1;
  background-color: #0000;
}

.tabs-content {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tabs {
  width: 100%;
  height: 100%;
}

.location-tab-div {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-30 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-30.center {
  object-position: 50% 100%;
}

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

.div-block-65 {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.job-formatted-location {
  color: #000;
  text-align: center;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.heading-26 {
  color: var(--midnight-blue);
}

.url {
  width: 100%;
  text-decoration: none;
}

.div-block-66 {
  width: 550px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.html-embed-11 {
  width: 500px;
  max-width: 100%;
  height: 300px;
}

.div-block-67 {
  display: none;
}

.text-span, .text-span-2 {
  font-style: italic;
}

.heading-27 {
  margin-bottom: 10px;
}

.paragraph-18 {
  margin-top: 20px;
  margin-bottom: 30px;
}

.heading-28 {
  width: 500px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.link-3 {
  color: var(--white-smoke-2);
}

.div-block-68, .div-block-69 {
  margin-bottom: 60px;
}

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

.link-4 {
  color: #fff;
}

.slider-3 {
  background-color: #ddd0;
  width: 100%;
  margin-top: 28px;
}

.icon-2 {
  color: var(--black-2);
}

.slide {
  padding-left: 100px;
  padding-right: 100px;
}

.slide-nav-3 {
  bottom: -40px;
}

.div-block-70 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-71 {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 100%;
  margin-right: 20px;
  display: flex;
}

.image-32 {
  width: 100%;
}

.grid-15 {
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-72 {
  width: 100%;
  margin-top: 100px;
}

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

.link-5 {
  color: var(--white-smoke);
}

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

  .heading.common {
    margin-top: 40px;
  }

  .section {
    background-image: linear-gradient(#00000080, #00000080), url('../images/hero_bolland.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 36px;
    padding-bottom: 36px;
  }

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

  .section-scroller {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 0%;
    padding: 20px 0;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .section-2 {
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-2.beige {
    padding-bottom: 50px;
  }

  .div-block-4 {
    margin-bottom: 156px;
    padding-left: 0;
    padding-right: 0;
  }

  .location-supertitle {
    font-size: 16px;
  }

  .location-title {
    font-size: 30px;
    line-height: 46px;
  }

  .div-block-7 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-block-7.no-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-11 {
    grid-template-columns: 1fr;
    width: 50%;
    margin-top: 300px;
    margin-bottom: 20px;
    left: 30px;
  }

  .container-5 {
    overflow: auto;
  }

  .section-3 {
    padding-bottom: 16px;
  }

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

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

  .div-block-12 {
    grid-row-gap: 34px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-13 {
    width: auto;
  }

  .div-block-13.bre, .div-block-13.anthony {
    margin-top: 32px;
  }

  .div-block-14 {
    padding-bottom: 70px;
  }

  .div-block-16 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-17.image2 {
    padding-top: 262px;
    padding-bottom: 262px;
  }

  .div-block-17.image1 {
    padding-top: 263px;
    padding-bottom: 263px;
  }

  .div-block-19 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-21 {
    padding-left: 0;
    padding-right: 0;
  }

  .ic_downarrow.forward {
    display: none;
  }

  .div-block-24.job-object {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-6, .section-7 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .paragraph {
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-block-27 {
    justify-content: space-between;
    margin-top: 146px;
    display: block;
  }

  .div-block-28 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .location-desc.selected {
    position: static;
  }

  .gallery-wrapper1 {
    display: none;
  }

  .btn_popup1, .btn_popup2, .btn_popup-3 {
    margin-top: 22px;
    padding-left: 286px;
    padding-right: 286px;
  }

  .grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .job-object-div {
    justify-content: flex-start;
    margin-right: 10px;
    display: inline-block;
  }

  .job-object-div.line-break {
    display: block;
  }

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

  .nwh-microsite {
    width: 45%;
    margin: 10px;
  }

  .div-block-36 {
    border-radius: 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
  }

  .testimonial-block {
    flex-direction: column;
    display: none;
  }

  .testimonial-block.right {
    flex-direction: column;
  }

  .testimonial-block.selected {
    text-align: center;
    width: 90%;
    display: block;
  }

  .testimonial-block.flex {
    display: none;
  }

  .testimonial-block.flex.selected {
    display: flex;
  }

  .image-13 {
    object-position: 50% 10%;
    width: 80%;
  }

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

  .slider {
    background-color: #f8f8f8;
    display: block;
  }

  .slide-nav {
    display: none;
  }

  .perk-item {
    flex: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .perk-item.selected {
    border: 1px solid #ddd;
    width: 60%;
    margin-left: 0%;
    margin-right: 0%;
    padding: 20px;
    display: block;
  }

  .section-scroller-next {
    margin-left: 0;
    padding: 20px;
    display: block;
    position: static;
    inset: auto 0% 35% auto;
  }

  .section-scroller-prev {
    margin-right: 0;
    padding: 20px;
    display: block;
    position: static;
    inset: auto auto 35% 0;
  }

  .value-item {
    flex: none;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    display: none;
  }

  .value-item.selected {
    border: 0 #ddd;
    width: 90%;
    margin-left: 0%;
    margin-right: 0%;
    padding: 20px;
    display: block;
  }

  .testimonial-scroller-prev {
    padding: 20px;
    display: block;
    position: static;
    inset: auto auto 35% 0;
  }

  .testimonial-scroller-next {
    padding: 20px;
    display: block;
    position: static;
    inset: auto 0% 35% auto;
  }

  .div-block-39 {
    display: none;
  }

  .div-block-40 {
    inset: 0% auto auto 0%;
  }

  .div-block-41 {
    margin-top: 20px;
    bottom: 20px;
    left: 30px;
    right: auto;
  }

  .location-tour-btn {
    width: 100%;
  }

  .location-desc-mobile {
    position: absolute;
  }

  .location-desc-mobile.selected {
    position: static;
  }

  .location-gallery {
    display: none;
  }

  .location-tour-close {
    z-index: 10;
    width: auto;
    display: none;
    bottom: 2%;
  }

  .perks-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    margin-top: 20px;
    margin-left: 0%;
    padding: 0;
    display: grid;
    position: relative;
  }

  .values-scroller {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0%;
    padding: 20px 0;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .div-block-42 {
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
    margin-top: -20px;
    display: flex;
  }

  .div-block-43 {
    justify-content: space-between;
    width: 90%;
    display: flex;
  }

  .testimonial-name-2 {
    margin-bottom: 0;
  }

  .holder-div {
    justify-content: space-between;
    padding-left: 26px;
    padding-right: 26px;
  }

  .left-image {
    width: 100%;
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .brand {
    color: #000;
    border-color: #363636;
    font-size: 26px;
    line-height: 39px;
  }

  .brand.w--current {
    flex: 1;
  }

  .content-hero-div {
    padding-right: 0%;
  }

  .testimonial-left {
    width: 100%;
    padding: 45px 50px;
  }

  .nav-link {
    text-align: center;
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 26px;
    transition: color .15s;
    display: block;
  }

  .top-nav {
    padding-left: 0%;
    padding-right: 0%;
  }

  .puzzle-div {
    width: auto;
    margin-top: 40px;
  }

  .section-header, .section-header.light {
    font-size: 46px;
    line-height: 54px;
  }

  .hero-section {
    flex-direction: column-reverse;
  }

  .menu-icon {
    display: block;
    position: relative;
  }

  .navigation-items {
    background-color: #fff;
  }

  .navigation-items.holder {
    z-index: 1;
    width: 100%;
    margin-left: 0;
    padding-top: 90px;
    inset: 0%;
  }

  .sticky-nav {
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .navigation-item {
    transition: color .15s;
  }

  .headline {
    font-size: 52px;
    line-height: 62px;
  }

  .services-header {
    width: 80%;
  }

  .split-div {
    flex-flow: column-reverse wrap;
  }

  .right-panel {
    width: 100%;
    padding-top: 268px;
    padding-bottom: 268px;
  }

  .service-box {
    width: 100%;
    margin-bottom: 20px;
  }

  .testimonial-right {
    width: 100%;
    padding-top: 194px;
    padding-bottom: 194px;
  }

  .final-cta {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .designer-image {
    width: 100%;
    padding-top: 287px;
    padding-bottom: 286px;
  }

  .box {
    width: 48%;
    padding-top: 117px;
    padding-bottom: 117px;
  }

  .box._5 {
    width: 100%;
    padding-top: 163px;
    padding-bottom: 163px;
  }

  .expert-section {
    padding-bottom: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .svg-2 {
    right: -34px;
  }

  .testimonial-holder {
    margin-bottom: -100px;
    padding-left: 0%;
    padding-right: 0%;
    top: -201px;
  }

  .title-header {
    width: 80%;
    margin-bottom: 50px;
  }

  .left-content {
    width: 100%;
    margin-bottom: 50px;
    padding-right: 0%;
  }

  .sticky {
    z-index: auto;
    justify-content: space-between;
    margin-top: 0;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .cards-section {
    padding-top: 90px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .menu-button {
    z-index: 5;
    padding: 0;
  }

  .menu-button.w--open {
    z-index: 5;
    background-color: #0000;
    transform: rotate(90deg);
  }

  .typed {
    font-size: 52px;
    line-height: 62px;
  }

  .testimonial-div {
    width: 11%;
    margin-right: 2%;
  }

  .testimonial-div.loaf {
    width: 7%;
  }

  .testimonial-div.dwell {
    width: 9%;
  }

  .nav-btn {
    margin-left: 0;
    margin-right: 10px;
  }

  .static-nav {
    z-index: auto;
    justify-content: space-between;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .service-box-holder {
    flex-wrap: wrap;
    padding-bottom: 80px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .intro-div {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .right-content {
    width: 100%;
    padding: 130px 5% 60px;
  }

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

  .intro-section {
    padding-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
    overflow: hidden;
  }

  .designer-description {
    width: 100%;
    padding: 45px 50px;
  }

  .brickwork-grid {
    grid-template-rows: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
  }

  .manager-statement {
    flex-flow: column-reverse wrap;
  }

  .manager-image {
    width: 100%;
    padding-top: 287px;
    padding-bottom: 286px;
  }

  .manager-quote {
    width: 100%;
    padding: 45px 50px;
    position: static;
  }

  .manager-image-2 {
    width: 100%;
    padding-top: 287px;
    padding-bottom: 286px;
  }

  .manager-div {
    flex-flow: column-reverse wrap;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .manager-section {
    flex-direction: column;
    padding-bottom: 50px;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .tc-form-input, .paragraph-9 {
    font-family: Lato, sans-serif;
  }

  .heading-20 {
    font-family: Georgia, Times, Times New Roman, serif;
  }

  .tc-form-category {
    border-radius: 5px;
  }

  .html-embed-8 {
    color: #f3f3f3;
  }

  .div-block-57 {
    background-color: var(--white-smoke-2);
    width: 80%;
    margin-top: 50px;
    padding: 12px 0;
  }

  .div-block-58 {
    padding-left: 27px;
    padding-right: 27px;
  }

  .dropdown-list-2 {
    background-color: #29184380;
    position: fixed;
    inset: 0%;
  }

  .div-block-59 {
    border-top: 1px solid #3b2460;
    margin-top: 12px;
    padding-top: 12px;
    padding-left: 27px;
    padding-right: 27px;
  }

  .link-block-5 {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 9px;
    padding-bottom: 8px;
    display: flex;
  }

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

  .link-block-3 {
    display: none;
  }

  .link-block-4 {
    margin-top: 12px;
    display: block;
  }

  .html-embed-7 {
    color: #291842;
    width: 24px;
    height: 24px;
  }

  .dropdown-link {
    padding: 12px 0;
  }

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

  .dropdown-2 {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .div-block-56 {
    display: none;
  }

  .dropdown-toggle-2 {
    padding: 0 12px 0 0;
  }

  .dropdown-toggle-2.w--open {
    z-index: 100;
  }

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

  .grid-12 {
    max-width: 100%;
  }

  .grid-13 > .employee-card {
    width: calc(50% - 8px);
  }

  .slider-2 {
    height: auto;
  }

  .grid-14 {
    flex-direction: column-reverse;
    display: flex;
  }

  .left-arrow {
    left: 35%;
  }

  .right-arrow {
    left: auto;
    right: 35%;
  }

  .tabs-menu {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    overflow: auto;
  }

  .image-31 {
    width: 50%;
    display: block;
  }

  .slider-3 {
    height: auto;
  }

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

  .mask {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-top: 28px;
  }

  .heading-2 {
    font-size: 22px;
  }

  .section-2.beige {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-2.beige.relative {
    position: relative;
  }

  .div-block-6 {
    height: 60px;
  }

  .location-title {
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 34px;
  }

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

  .div-block-11 {
    width: 80%;
    margin-top: 220px;
  }

  .container-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .nwh-microsite-openings {
    font-size: 60px;
  }

  .nwh-microsite-title {
    font-size: 20px;
  }

  .container-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-6, .section-7 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .gallery-wrapper1, .btn_popup1 {
    display: none;
  }

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

  .nwh-microsite {
    width: 45%;
    padding: 20px;
  }

  .testimonial-block.flex {
    display: none;
  }

  .value-item.selected {
    border-style: none;
  }

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

  .location-selector {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .div-block-41 {
    margin-top: 140px;
    display: block;
  }

  .location-desc-mobile {
    margin-top: 20px;
  }

  .location-desc-mobile.selected {
    display: none;
  }

  .location-tour-close {
    z-index: 10;
    width: auto;
    bottom: 3%;
    right: 3%;
  }

  .perks-section {
    grid-template-columns: 1fr;
  }

  .div-block-44 {
    border: 0 #000;
  }

  .featured-brands {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 0%;
    margin-right: 0%;
    padding: 20px 2%;
    display: flex;
  }

  .holder-div {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .left-image {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .svg-1 {
    left: -37px;
  }

  .brand {
    font-size: 25px;
    font-weight: 600;
    line-height: 37px;
  }

  .content-hero-div {
    padding-right: 0%;
  }

  .testimonial-left {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-content {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .section-header, .section-header.light {
    line-height: 50px;
  }

  .navigation-item {
    margin-left: 0;
    margin-right: 30px;
  }

  .headline {
    font-size: 48px;
    line-height: 58px;
  }

  .final-cta {
    padding-bottom: 80px;
  }

  .logo-link {
    margin-bottom: 10px;
    padding-left: 0;
  }

  .designer-image {
    padding-top: 215px;
    padding-bottom: 215px;
  }

  .footer-links {
    margin-top: 15px;
  }

  .svg-2 {
    right: -33px;
  }

  .testimonial-holder {
    margin-bottom: -120px;
  }

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

  .typed {
    font-size: 48px;
    line-height: 58px;
  }

  .testimonial-div {
    width: 30%;
    margin-bottom: 16px;
    margin-left: 1.5%;
    margin-right: 1.5%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .testimonial-div.west-elm {
    padding-left: 25px;
    padding-right: 25px;
  }

  .testimonial-div.loaf, .testimonial-div.dwell {
    width: 30%;
  }

  .service-box-holder {
    padding-bottom: 70px;
    padding-left: 15%;
    padding-right: 15%;
  }

  .intro-section {
    padding-top: 70px;
  }

  .designer-description {
    padding-left: 40px;
    padding-right: 40px;
  }

  .subheader {
    width: 95%;
  }

  .brickwork-grid {
    grid-template-rows: minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr);
  }

  .manager-image {
    padding-top: 215px;
    padding-bottom: 215px;
  }

  .manager-quote {
    padding-left: 40px;
    padding-right: 40px;
  }

  .manager-image-2 {
    padding-top: 215px;
    padding-bottom: 215px;
  }

  .container-15 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-46 {
    display: block;
  }

  .div-block-47 {
    max-width: 100%;
    padding-bottom: 30px;
  }

  .div-block-48 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .grid-12 {
    max-width: 45%;
  }

  .image-26 {
    width: 50px;
  }

  .grid-7 {
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 22px;
    padding-right: 22px;
  }

  .div-block-60 {
    padding-left: 0;
  }

  .image-25 {
    width: 50px;
    height: auto;
  }

  .div-block-61 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-13 > .employee-card {
    width: 100%;
  }

  .employee-card {
    display: none;
  }

  .employee-card.show {
    display: block;
  }

  .div-block-63, .div-block-64 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .slider-2 {
    padding-bottom: 60px;
  }

  .tabs-menu, .location-tab {
    display: block;
  }

  .div-block-67 {
    z-index: 100;
    justify-content: space-between;
    padding: 40px 20px;
    display: flex;
    position: absolute;
    top: 225px;
    left: 0;
    right: 0;
  }

  .caret-left, .caret-right {
    cursor: pointer;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    text-align: center;
  }

  .container {
    padding-top: 30px;
  }

  .heading {
    margin-top: 40px;
    font-size: 40px;
  }

  .heading.common {
    margin-top: 52px;
    font-size: 40px;
  }

  .heading-2 {
    white-space: pre-line;
    margin-left: -7px;
    margin-right: -9px;
    padding-left: 0;
    font-size: 4vw;
    line-height: 28px;
  }

  .heading-2.black.left.no-pad {
    font-size: 16px;
    line-height: 22px;
  }

  .section {
    background-image: linear-gradient(#00000080, #00000080), url('../images/hero_bolland.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding: 0 20px 59px;
  }

  .button {
    padding-left: 48px;
    padding-right: 48px;
  }

  .button:hover {
    background-color: #0d2531;
  }

  .div-block {
    padding-top: 40px;
  }

  .section-scroller {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .text-block {
    font-size: 22px;
    line-height: 28px;
  }

  .text-block-2 {
    font-size: 14px;
    line-height: 22px;
  }

  .section-2 {
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 35px;
    padding: 32px 0 0;
  }

  .div-block-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-6 {
    margin-bottom: 12px;
    display: none;
  }

  .location-title {
    margin-bottom: 4px;
  }

  .div-block-7 {
    height: 800px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-7.no-padding {
    height: 900px;
  }

  .div-block-11 {
    margin-top: 100px;
  }

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

  .section-4 {
    display: block;
  }

  .section-5 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-13 {
    width: 295px;
    max-width: 80%;
    height: 250px;
  }

  .div-block-13.bre {
    width: 295px;
    height: 250px;
  }

  .text-block-7 {
    font-size: 18px;
    line-height: 28px;
  }

  .text-block-8 {
    font-size: 18px;
  }

  .div-block-14 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-17.image2 {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .div-block-17.image2.impact {
    padding-top: 154px;
    padding-bottom: 154px;
  }

  .div-block-17.image1 {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .div-block-17.image1.impact {
    padding-top: 154px;
    padding-bottom: 154px;
  }

  .text-block-12 {
    padding-left: 45px;
    padding-right: 45px;
  }

  .container-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-19 {
    grid-column-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .nwh-microsite-openings {
    font-size: 50px;
    line-height: 80px;
  }

  .nwh-microsite-title {
    font-size: 14px;
    line-height: 24px;
  }

  .container-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .ic_downarrow.forward {
    display: none;
  }

  .div-block-24 {
    flex-flow: column wrap;
    justify-content: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-6 {
    padding-bottom: 68px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .div-block-26 {
    background-color: #cacaca;
    height: 1px;
    margin-top: 11px;
    margin-bottom: 14px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

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

  .div-block-27 {
    margin-top: 174px;
  }

  .div-block-28 {
    grid-template-columns: 1fr;
    justify-content: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .location-desc, .slider2, .slider3 {
    font-size: 16px;
  }

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

  .div-block-30 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    flex-wrap: nowrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    overflow: auto;
  }

  .image-3 {
    flex: 0 auto;
    align-self: auto;
  }

  .image-4 {
    flex: 1;
  }

  .div-block-35 {
    overflow: visible;
  }

  .gallery-wrapper-2, .gallery-wrapper1 {
    object-fit: fill;
    width: auto;
    height: 750px;
    display: none;
    overflow: visible;
  }

  .btn_popup1 {
    margin-left: auto;
    margin-right: auto;
    padding: 18px 119px;
    display: none;
  }

  .btn_popup2, .btn_popup-3 {
    margin-left: auto;
    margin-right: auto;
    padding: 18px 119px;
  }

  .grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .nwh-microsite {
    width: 40%;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 10px;
  }

  .testimonial-block {
    display: none;
  }

  .testimonial-block.selected {
    width: 90%;
  }

  .testimonial-block.flex {
    display: none;
  }

  .testimonial-block.flex.selected {
    display: flex;
  }

  .image-13 {
    height: 175px;
  }

  .div-block-37 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonial-text {
    padding-left: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .testimonial-name, .testimonial-title {
    font-size: 14px;
    line-height: 18px;
  }

  .perk-item.selected {
    width: 50%;
  }

  .section-scroller-next {
    margin-left: -130px;
  }

  .section-scroller-prev {
    margin-right: -130px;
  }

  .value-item {
    display: none;
  }

  .value-item.selected {
    text-align: left;
    border-style: none;
    align-self: center;
    margin-left: 0%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-39 {
    display: none;
  }

  .div-block-40 {
    height: 800px;
    margin-bottom: 39px;
    padding-bottom: 53px;
  }

  .location-selector {
    padding-bottom: 0;
  }

  .div-block-41 {
    margin-top: 120px;
  }

  .location-tour-btn {
    padding-left: 48px;
    padding-right: 48px;
  }

  .location-desc-mobile {
    font-size: 16px;
  }

  .location-desc-mobile.selected {
    margin-top: 10px;
  }

  .location-gallery {
    display: none;
  }

  .location-gallery.selected {
    display: flex;
  }

  .location-gallery-img {
    margin-left: 0;
  }

  .location-tour-close {
    z-index: 10;
    border-style: none;
    width: auto;
    padding-left: 48px;
    padding-right: 48px;
    display: none;
    position: absolute;
    bottom: 2%;
    right: 7%;
  }

  .perks-section {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .values-scroller {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .div-block-42 {
    flex-direction: row;
    align-items: stretch;
    margin-top: -75px;
    padding-top: 0;
    display: flex;
  }

  .featured-brands {
    justify-content: space-around;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .holder-div {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-right: 0%;
    overflow: scroll;
  }

  .left-image {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .svg-1 {
    top: 46px;
    left: -24px;
  }

  .testimonial-left {
    padding: 35px 28px;
  }

  .section-header, .section-header.light {
    font-size: 38px;
    line-height: 44px;
  }

  .navigation-item {
    margin-bottom: 10px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .headline {
    width: 100%;
    margin-left: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .right-panel {
    padding-top: 158px;
    padding-bottom: 158px;
  }

  .testimonial-right {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .final-cta {
    padding-bottom: 60px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .designer-image {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .box {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .box._5 {
    padding-top: 115px;
    padding-bottom: 115px;
  }

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

  .expert-section {
    padding-bottom: 30px;
  }

  .svg-2 {
    top: 177px;
    right: -16px;
  }

  .testimonial-holder {
    margin-bottom: -140px;
  }

  .title-header {
    width: 100%;
  }

  .typed-div {
    flex-wrap: wrap;
  }

  .sticky {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cards-section {
    padding-top: 70px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .typed {
    margin-bottom: 5px;
    font-size: 40px;
    line-height: 50px;
  }

  .svg-3 {
    display: none;
  }

  .testimonial-div {
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 30%;
    margin-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .testimonial-div.zapier, .testimonial-div.west-elm {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-div.loaf {
    padding-left: 23px;
    padding-right: 23px;
  }

  .testimonial-div.dwell {
    width: 47%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .static-nav {
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-box-holder {
    padding-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-section {
    padding-top: 50px;
  }

  .designer-description {
    padding: 35px 28px;
  }

  .manager-image {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .manager-quote {
    padding: 35px 28px;
  }

  .manager-image-2 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .manager-section {
    padding-bottom: 30px;
  }

  .form-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-47 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .tc-submit-btn {
    padding-left: 48px;
    padding-right: 48px;
  }

  .tc-submit-btn:hover {
    background-color: #0d2531;
  }

  .nav-home {
    display: none;
  }

  .navbutton {
    margin-bottom: 20px;
  }

  .div-block-56 {
    display: none;
  }

  .grid-11 {
    display: block;
  }

  .footer {
    display: none;
  }

  .grid-12 {
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 50%;
  }

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

  .div-block-61 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-28 {
    width: 200px;
    height: 200px;
  }

  .div-block-63 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .left-arrow {
    left: 5%;
  }

  .right-arrow {
    right: 5%;
  }

  .heading-28 {
    font-size: 42px;
  }

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

  .left-arrow-2, .right-arrow-2 {
    display: none;
  }
}

#w-node-_088e9995-8bba-2535-14aa-6ddacf79e549-4503c2c8, #w-node-_421cd126-11de-a9a2-efc7-842e172e3f27-4503c2c8, #w-node-_8680ea9c-8687-9ffc-78e9-b3eef576ec7c-4503c2c8, #w-node-b39285a2-3c1a-db53-c353-99e3aa006282-4503c2c8, #w-node-bc54bd89-9812-a766-f869-dc9e1d789860-4503c2c8, #w-node-_89532464-f029-ad39-7a83-b62978819ac1-4503c2c8, #w-node-_89532464-f029-ad39-7a83-b62978819ac3-4503c2c8, #w-node-_58855f78-5901-a927-5864-0aa27dfba82e-4503c2c8, #w-node-_58855f78-5901-a927-5864-0aa27dfba830-4503c2c8, #w-node-_4f6d8cb4-00b6-829e-8913-0bc16d12a71e-4503c2c8, #w-node-_4f6d8cb4-00b6-829e-8913-0bc16d12a720-4503c2c8, #w-node-de32ed44-40a4-781c-d592-489ade59266b-4503c2c8, #w-node-d16fdc81-e140-3db1-691e-e2699b5f0053-4503c2c8, #w-node-_88b5305e-bd2a-5183-5998-c314b42ac5ec-4503c2c8, #w-node-_88b5305e-bd2a-5183-5998-c314b42ac5ee-4503c2c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5f57e05-fe2e-2498-6016-1266638413d9-4503c2c8 {
  place-self: start;
}

#Email.w-node-efb1f922-e483-b514-5a52-a324000c4ac9-7303c2c9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


@font-face {
  font-family: 'Louize 205tf';
  src: url('../fonts/Louize---Italic-205TF.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Louize 205tf';
  src: url('../fonts/Louize---Medium-Italic-205TF.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Louize 205tf';
  src: url('../fonts/Louize---Regular-205TF.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Louize 205tf';
  src: url('../fonts/Louize---Medium-205TF.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Louize 205tf';
  src: url('../fonts/Louize---Bold-205TF.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Louize 205tf';
  src: url('../fonts/Louize---Bold-Italic-205TF.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fakt';
  src: url('../fonts/Fakt-Normal.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fakt';
  src: url('../fonts/Fakt-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fakt';
  src: url('../fonts/Fakt-BlondItalic.otf') format('opentype'), url('../fonts/Fakt-HairItalic.otf') format('opentype'), url('../fonts/Fakt-AirItalic.otf') format('opentype'), url('../fonts/Fakt-NormalItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fakt blond';
  src: url('../fonts/Fakt-Blond.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fakt';
  src: url('../fonts/Fakt-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fakt';
  src: url('../fonts/Fakt-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fakt';
  src: url('../fonts/Fakt-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fakt';
  src: url('../fonts/Fakt-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fakt';
  src: url('../fonts/Fakt-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fakt hair';
  src: url('../fonts/Fakt-Hair.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fakt';
  src: url('../fonts/Fakt-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fakt air';
  src: url('../fonts/Fakt-Air.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fakt';
  src: url('../fonts/Fakt-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fakt';
  src: url('../fonts/Fakt-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fakt';
  src: url('../fonts/Fakt-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fakt';
  src: url('../fonts/Fakt-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fakt';
  src: url('../fonts/Fakt-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}