/* variables poo0 */
/* mixins */
/* default resetss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

@media only screen and (max-width: 1150px) {
  button {
    touch-action: manipulation;
  }
}
a {
  color: inherit;
  text-decoration: inherit;
}

img {
  display: block;
  font-size: 6px;
  color: transparent;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -mox-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
@media only screen and (max-width: 1150px) {
  html {
    max-width: 100% !important;
  }
}

ul {
  display: flex;
  list-style-type: none;
}

body {
  font-family: din-2014, sans-serif;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #1e1e1e;
}
@media only screen and (max-width: 1150px) {
  body {
    overflow-x: hidden !important;
    max-width: 100% !important;
  }
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  border: 0;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
}

#site-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* global styling xxx */
.pre-load {
  display: none;
}

.hidden {
  -webkit-transform: translate3d(0, -102%, 0);
  transform: translate3d(0px, -102%, 0px);
}

.remove {
  display: none;
  transition: ease-in;
}

#sticky-nav-wrapper {
  position: fixed;
  height: 70px;
  width: 100%;
  background-color: rgb(45, 45, 45);
  z-index: 99999;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
}
@media only screen and (max-width: 700px) {
  #sticky-nav-wrapper {
    height: 50px;
  }
}
#sticky-nav-wrapper #sticky-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 2100px;
}
#sticky-nav-wrapper #sticky-nav .nav-bar-items {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  width: calc(100% - 60px);
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1150px) {
  #sticky-nav-wrapper #sticky-nav .nav-bar-items {
    padding-left: 40px;
    padding-right: 40px;
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
}
@media only screen and (max-width: 700px) {
  #sticky-nav-wrapper #sticky-nav .nav-bar-items {
    width: calc(100% - 80px);
    padding-left: 40px;
    padding-right: 40px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 610px) {
  #sticky-nav-wrapper #sticky-nav .nav-bar-items {
    width: calc(100% - 30px);
    padding-left: 10px;
    padding-right: 10px;
  }
}
#sticky-nav-wrapper #sticky-nav .nav-bar-items .logo-container {
  margin-right: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#sticky-nav-wrapper #sticky-nav .nav-bar-items .logo-container .cvh-logo-svg {
  width: 315px;
  height: auto;
  padding-top: 0px;
}
@media only screen and (max-width: 1650px) {
  #sticky-nav-wrapper #sticky-nav .nav-bar-items .logo-container .cvh-logo-svg {
    width: 285px;
    height: auto;
    margin-top: -1.5px;
  }
}
@media only screen and (max-width: 1400px) {
  #sticky-nav-wrapper #sticky-nav .nav-bar-items .logo-container .cvh-logo-svg {
    width: 260px;
    margin-top: -0.5px;
  }
}
@media only screen and (max-width: 1300px) {
  #sticky-nav-wrapper #sticky-nav .nav-bar-items .logo-container .cvh-logo-svg {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 700px) {
  #sticky-nav-wrapper #sticky-nav .nav-bar-items .logo-container .cvh-logo-svg {
    width: 210px;
    padding-top: 2px;
  }
}
@media only screen and (max-width: 450px) {
  #sticky-nav-wrapper #sticky-nav .nav-bar-items .logo-container .cvh-logo-svg {
    width: 180px;
  }
}
#sticky-nav-wrapper #sticky-nav .nav-bar-items .logo-container .cvh-logo-svg .st0 {
  fill: #FFFFFF;
}
#sticky-nav-wrapper #sticky-nav .nav-bar-items .logo-container .cvh-logo-svg .st1 {
  fill: #4C98CB;
}
#sticky-nav-wrapper #sticky-nav .nav-bar-items .bar-nav-text {
  margin-right: 22px;
}
@media only screen and (max-width: 1300px) {
  #sticky-nav-wrapper #sticky-nav .nav-bar-items .bar-nav-text {
    display: none;
  }
}
#sticky-nav-wrapper #sticky-nav .nav-bar-items .bar-nav-text ul li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 71px;
  padding: 0 15px;
  color: #A6A6A6;
  text-align: center;
  font: 600 1.3rem din-2014, sans-serif;
  text-transform: capitalize;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  transition: 0.1s ease;
  -webkit-transition: 0.1s ease;
}
@media only screen and (min-width: 1151px) {
  #sticky-nav-wrapper #sticky-nav .nav-bar-items .bar-nav-text ul li:hover {
    color: white;
  }
}
@media only screen and (max-width: 1650px) {
  #sticky-nav-wrapper #sticky-nav .nav-bar-items .bar-nav-text ul li {
    font: 600 1.2rem din-2014, sans-serif;
  }
}
#sticky-nav-wrapper #sticky-nav .nav-bar-items .button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 59px;
  padding: 0 21px;
  color: white;
  text-align: center;
  font: 600 1.3rem din-2014, sans-serif;
  text-transform: capitalize;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 40px;
  -webkit-transition: border-color 0.15s;
  transition: border-color 0.15s;
  transition: 0.1s ease;
  -webkit-transition: 0.1s ease;
}
@media only screen and (max-width: 1650px) {
  #sticky-nav-wrapper #sticky-nav .nav-bar-items .button {
    font: 600 1.2rem din-2014, sans-serif;
  }
}
@media only screen and (max-width: 700px) {
  #sticky-nav-wrapper #sticky-nav .nav-bar-items .button {
    height: 44px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 610px) {
  #sticky-nav-wrapper #sticky-nav .nav-bar-items .button {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1151px) {
  #sticky-nav-wrapper #sticky-nav .nav-bar-items .button:hover {
    border: 1px solid white;
  }
}
#sticky-nav-wrapper #sticky-nav .nav-bar-items .button .contact-icon-svg {
  width: 24px;
}
@media only screen and (max-width: 700px) {
  #sticky-nav-wrapper #sticky-nav .nav-bar-items .button .contact-icon-svg {
    width: 20px;
  }
}
#sticky-nav-wrapper #sticky-nav .nav-bar-items .button .contact-icon-svg path {
  fill: white;
  -webkit-transition: fill 0.15s;
  transition: fill 0.15s;
}
#sticky-nav-wrapper #sticky-nav .nav-bar-items .button span {
  padding-left: 8px;
}
@media only screen and (max-width: 700px) {
  #sticky-nav-wrapper #sticky-nav .nav-bar-items .button span {
    padding-left: 7px;
  }
}
@media only screen and (max-width: 420px) {
  #sticky-nav-wrapper #sticky-nav .nav-bar-items .button span {
    display: none;
  }
}
#sticky-nav-wrapper #sticky-nav .nav-bar-items .contact-us-button {
  margin-right: 25px;
}
@media only screen and (max-width: 700px) {
  #sticky-nav-wrapper #sticky-nav .nav-bar-items .contact-us-button {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 610px) {
  #sticky-nav-wrapper #sticky-nav .nav-bar-items .contact-us-button {
    margin-right: 15px;
    margin-left: 15px;
  }
}
#sticky-nav-wrapper #sticky-nav .nav-bar-items .buttons-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 73px;
}
@media only screen and (max-width: 1300px) {
  #sticky-nav-wrapper #sticky-nav .nav-bar-items .buttons-container {
    width: 130px;
  }
}
@media only screen and (max-width: 700px) {
  #sticky-nav-wrapper #sticky-nav .nav-bar-items .buttons-container {
    width: 100px;
  }
}
@media only screen and (max-width: 610px) {
  #sticky-nav-wrapper #sticky-nav .nav-bar-items .buttons-container {
    width: auto;
  }
}
#sticky-nav-wrapper #sticky-nav .nav-bar-items .buttons-container .trigger {
  display: none;
  height: 70px;
}
@media only screen and (max-width: 700px) {
  #sticky-nav-wrapper #sticky-nav .nav-bar-items .buttons-container .trigger {
    height: 50px;
  }
}
#sticky-nav-wrapper #sticky-nav .nav-bar-items .buttons-container .trigger-social {
  display: inline;
}
@media only screen and (max-width: 610px) {
  #sticky-nav-wrapper #sticky-nav .nav-bar-items .buttons-container .insta-social-trigger {
    display: none;
  }
}
#sticky-nav-wrapper #sticky-nav .nav-bar-items .buttons-container .insta-social-trigger .insta-icon-svg {
  width: 22px;
  height: 22px;
  transition: 0.1s ease;
  -webkit-transition: 0.1s ease;
}
@media only screen and (max-width: 700px) {
  #sticky-nav-wrapper #sticky-nav .nav-bar-items .buttons-container .insta-social-trigger .insta-icon-svg {
    width: 18px;
    height: 18px;
  }
}
#sticky-nav-wrapper #sticky-nav .nav-bar-items .buttons-container .insta-social-trigger .insta-icon-svg path {
  fill: #A6A6A6;
  -webkit-transition: fill 0.15s;
  transition: fill 0.15s;
}
@media only screen and (min-width: 1151px) {
  #sticky-nav-wrapper #sticky-nav .nav-bar-items .buttons-container .facebook-social-trigger:hover .facebook-icon-svg .st0 {
    fill: white;
  }
}
@media only screen and (max-width: 610px) {
  #sticky-nav-wrapper #sticky-nav .nav-bar-items .buttons-container .facebook-social-trigger {
    display: none;
  }
}
#sticky-nav-wrapper #sticky-nav .nav-bar-items .buttons-container .facebook-social-trigger .facebook-icon-svg {
  width: 22px;
  height: 22px;
  transition: 0.1s ease;
  -webkit-transition: 0.1s ease;
  position: relative;
  left: 4px;
}
@media only screen and (max-width: 700px) {
  #sticky-nav-wrapper #sticky-nav .nav-bar-items .buttons-container .facebook-social-trigger .facebook-icon-svg {
    width: 18px;
    height: 18px;
  }
}
#sticky-nav-wrapper #sticky-nav .nav-bar-items .buttons-container .facebook-social-trigger .facebook-icon-svg path {
  fill: #A6A6A6;
  -webkit-transition: fill 0.15s;
  transition: fill 0.15s;
}
@media only screen and (min-width: 1151px) {
  #sticky-nav-wrapper #sticky-nav .nav-bar-items .buttons-container .menu-modal-trigger:hover .menu-modal-svg .st0 {
    fill: white;
  }
}
@media only screen and (max-width: 1300px) {
  #sticky-nav-wrapper #sticky-nav .nav-bar-items .buttons-container .menu-modal-trigger {
    display: inline;
  }
}
#sticky-nav-wrapper #sticky-nav .nav-bar-items .buttons-container .menu-modal-trigger .menu-modal-svg {
  width: 22px;
  height: 22px;
  transition: 0.1s ease;
  -webkit-transition: 0.1s ease;
}
@media only screen and (max-width: 700px) {
  #sticky-nav-wrapper #sticky-nav .nav-bar-items .buttons-container .menu-modal-trigger .menu-modal-svg {
    width: 18px;
    height: 18px;
  }
}
#sticky-nav-wrapper #sticky-nav .nav-bar-items .buttons-container .menu-modal-trigger .menu-modal-svg rect {
  fill: #A6A6A6;
  -webkit-transition: fill 0.15s;
  transition: fill 0.15s;
}
#sticky-nav-wrapper #sticky-nav p {
  font: normal 400 0.85rem din-2014, sans-serif;
  letter-spacing: 1.5px;
  color: rgb(163, 163, 163);
  width: 180px;
}

#fixed-nav-wrapper {
  position: absolute;
  top: 0;
  height: 120px;
  width: 100%;
  z-index: 99998;
  overflow: visible;
}
@media only screen and (max-width: 700px) {
  #fixed-nav-wrapper {
    height: 50px;
  }
}
#fixed-nav-wrapper header {
  margin-left: auto;
  margin-right: auto;
  max-width: 2100px;
  height: 100%;
}
#fixed-nav-wrapper header .nav-bar-items {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  width: calc(100% - 60px);
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
@media only screen and (max-width: 1150px) {
  #fixed-nav-wrapper header .nav-bar-items {
    padding-left: 40px;
    padding-right: 40px;
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
}
@media only screen and (max-width: 700px) {
  #fixed-nav-wrapper header .nav-bar-items {
    width: calc(100% - 80px);
    padding-left: 40px;
    padding-right: 40px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 610px) {
  #fixed-nav-wrapper header .nav-bar-items {
    width: calc(100% - 30px);
    padding-left: 10px;
    padding-right: 10px;
  }
}
#fixed-nav-wrapper header .nav-bar-items .logo-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  height: 100%;
}
#fixed-nav-wrapper header .nav-bar-items .logo-container .cvh-logo-svg {
  width: 315px;
  height: auto;
  padding-top: 0px;
}
@media only screen and (max-width: 1650px) {
  #fixed-nav-wrapper header .nav-bar-items .logo-container .cvh-logo-svg {
    width: 285px;
    height: auto;
    margin-top: -1.5px;
  }
}
@media only screen and (max-width: 1400px) {
  #fixed-nav-wrapper header .nav-bar-items .logo-container .cvh-logo-svg {
    width: 260px;
    margin-top: -0.5px;
  }
}
@media only screen and (max-width: 1300px) {
  #fixed-nav-wrapper header .nav-bar-items .logo-container .cvh-logo-svg {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 700px) {
  #fixed-nav-wrapper header .nav-bar-items .logo-container .cvh-logo-svg {
    width: 210px;
    padding-top: 2px;
  }
}
@media only screen and (max-width: 450px) {
  #fixed-nav-wrapper header .nav-bar-items .logo-container .cvh-logo-svg {
    width: 180px;
  }
}
#fixed-nav-wrapper header .nav-bar-items .logo-container .cvh-logo-svg .st0 {
  fill: #FFFFFF;
}
#fixed-nav-wrapper header .nav-bar-items .logo-container .cvh-logo-svg .st1 {
  fill: #4C98CB;
}
#fixed-nav-wrapper header .nav-bar-items .bar-nav-text {
  margin-right: 22px;
}
@media only screen and (max-width: 1300px) {
  #fixed-nav-wrapper header .nav-bar-items .bar-nav-text {
    display: none;
  }
}
#fixed-nav-wrapper header .nav-bar-items .bar-nav-text ul li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 71px;
  padding: 0 15px;
  color: #D1D1D1;
  text-align: center;
  font: 600 1.3rem din-2014, sans-serif;
  text-transform: capitalize;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  transition: 0.1s ease;
  -webkit-transition: 0.1s ease;
}
@media only screen and (min-width: 1151px) {
  #fixed-nav-wrapper header .nav-bar-items .bar-nav-text ul li:hover {
    color: white;
  }
}
@media only screen and (max-width: 1650px) {
  #fixed-nav-wrapper header .nav-bar-items .bar-nav-text ul li {
    font: 600 1.2rem din-2014, sans-serif;
  }
}
#fixed-nav-wrapper header .nav-bar-items .button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 59px;
  padding: 0 21px;
  color: white;
  text-align: center;
  font: 600 1.3rem din-2014, sans-serif;
  text-transform: capitalize;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 40px;
  -webkit-transition: border-color 0.15s;
  transition: border-color 0.15s;
  transition: 0.1s ease;
  -webkit-transition: 0.1s ease;
}
@media only screen and (max-width: 1650px) {
  #fixed-nav-wrapper header .nav-bar-items .button {
    font: 600 1.2rem din-2014, sans-serif;
  }
}
@media only screen and (max-width: 700px) {
  #fixed-nav-wrapper header .nav-bar-items .button {
    height: 44px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 610px) {
  #fixed-nav-wrapper header .nav-bar-items .button {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1151px) {
  #fixed-nav-wrapper header .nav-bar-items .button:hover {
    border: 1px solid white;
  }
}
#fixed-nav-wrapper header .nav-bar-items .button .contact-icon-svg {
  width: 24px;
}
@media only screen and (max-width: 700px) {
  #fixed-nav-wrapper header .nav-bar-items .button .contact-icon-svg {
    width: 20px;
  }
}
#fixed-nav-wrapper header .nav-bar-items .button .contact-icon-svg path {
  fill: white;
  -webkit-transition: fill 0.15s;
  transition: fill 0.15s;
}
#fixed-nav-wrapper header .nav-bar-items .button span {
  padding-left: 8px;
}
@media only screen and (max-width: 700px) {
  #fixed-nav-wrapper header .nav-bar-items .button span {
    padding-left: 7px;
  }
}
@media only screen and (max-width: 420px) {
  #fixed-nav-wrapper header .nav-bar-items .button span {
    display: none;
  }
}
#fixed-nav-wrapper header .nav-bar-items .contact-us-button {
  margin-right: 25px;
}
@media only screen and (max-width: 700px) {
  #fixed-nav-wrapper header .nav-bar-items .contact-us-button {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 610px) {
  #fixed-nav-wrapper header .nav-bar-items .contact-us-button {
    margin-right: 15px;
    margin-left: 15px;
  }
}
#fixed-nav-wrapper header .nav-bar-items .buttons-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 73px;
}
@media only screen and (max-width: 1300px) {
  #fixed-nav-wrapper header .nav-bar-items .buttons-container {
    width: 130px;
  }
}
@media only screen and (max-width: 700px) {
  #fixed-nav-wrapper header .nav-bar-items .buttons-container {
    width: 100px;
  }
}
@media only screen and (max-width: 610px) {
  #fixed-nav-wrapper header .nav-bar-items .buttons-container {
    width: auto;
  }
}
#fixed-nav-wrapper header .nav-bar-items .buttons-container .trigger {
  display: none;
  height: 70px;
}
@media only screen and (max-width: 700px) {
  #fixed-nav-wrapper header .nav-bar-items .buttons-container .trigger {
    height: 50px;
  }
}
#fixed-nav-wrapper header .nav-bar-items .buttons-container .trigger-social {
  display: inline;
}
@media only screen and (min-width: 1151px) {
  #fixed-nav-wrapper header .nav-bar-items .buttons-container .insta-social-trigger:hover .insta-icon-svg .st0 {
    fill: white;
  }
}
@media only screen and (max-width: 610px) {
  #fixed-nav-wrapper header .nav-bar-items .buttons-container .insta-social-trigger {
    display: none;
  }
}
#fixed-nav-wrapper header .nav-bar-items .buttons-container .insta-social-trigger .insta-icon-svg {
  width: 22px;
  height: 22px;
  transition: 0.1s ease;
  -webkit-transition: 0.1s ease;
}
@media only screen and (max-width: 700px) {
  #fixed-nav-wrapper header .nav-bar-items .buttons-container .insta-social-trigger .insta-icon-svg {
    width: 18px;
    height: 18px;
  }
}
#fixed-nav-wrapper header .nav-bar-items .buttons-container .insta-social-trigger .insta-icon-svg path {
  fill: #D1D1D1;
  -webkit-transition: fill 0.15s;
  transition: fill 0.15s;
}
@media only screen and (min-width: 1151px) {
  #fixed-nav-wrapper header .nav-bar-items .buttons-container .facebook-social-trigger:hover .facebook-icon-svg .st0 {
    fill: white;
  }
}
@media only screen and (max-width: 610px) {
  #fixed-nav-wrapper header .nav-bar-items .buttons-container .facebook-social-trigger {
    display: none;
  }
}
#fixed-nav-wrapper header .nav-bar-items .buttons-container .facebook-social-trigger .facebook-icon-svg {
  width: 22px;
  height: 22px;
  transition: 0.1s ease;
  -webkit-transition: 0.1s ease;
  position: relative;
  left: 4px;
}
@media only screen and (max-width: 700px) {
  #fixed-nav-wrapper header .nav-bar-items .buttons-container .facebook-social-trigger .facebook-icon-svg {
    width: 18px;
    height: 18px;
  }
}
#fixed-nav-wrapper header .nav-bar-items .buttons-container .facebook-social-trigger .facebook-icon-svg path {
  fill: #D1D1D1;
  -webkit-transition: fill 0.15s;
  transition: fill 0.15s;
}
@media only screen and (min-width: 1151px) {
  #fixed-nav-wrapper header .nav-bar-items .buttons-container .menu-modal-trigger:hover .menu-modal-svg .st0 {
    fill: white;
  }
}
@media only screen and (max-width: 1300px) {
  #fixed-nav-wrapper header .nav-bar-items .buttons-container .menu-modal-trigger {
    display: inline;
  }
}
#fixed-nav-wrapper header .nav-bar-items .buttons-container .menu-modal-trigger .menu-modal-svg {
  width: 22px;
  height: 22px;
  transition: 0.1s ease;
  -webkit-transition: 0.1s ease;
}
@media only screen and (max-width: 700px) {
  #fixed-nav-wrapper header .nav-bar-items .buttons-container .menu-modal-trigger .menu-modal-svg {
    width: 18px;
    height: 18px;
  }
}
#fixed-nav-wrapper header .nav-bar-items .buttons-container .menu-modal-trigger .menu-modal-svg rect {
  fill: #D1D1D1;
  -webkit-transition: fill 0.15s;
  transition: fill 0.15s;
}
#fixed-nav-wrapper header p {
  font: normal 400 0.85rem din-2014, sans-serif;
  letter-spacing: 1.5px;
  color: rgb(163, 163, 163);
  width: 180px;
}

#footer-wrapper {
  background-color: #353535;
  width: 100%;
}
#footer-wrapper footer {
  position: relative;
  height: auto;
  width: 100%;
  max-width: 2100px;
  margin-left: auto;
  margin-right: auto;
}
#footer-wrapper footer #footer-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: space-between;
  padding-left: 30px;
  padding-right: 30px;
  width: calc(100% - 60px);
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1150px) {
  #footer-wrapper footer #footer-content {
    width: calc(100% - 30px);
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100%;
  }
}
#footer-wrapper footer #footer-content #top-footer-contents {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 110.7px;
}
@media only screen and (max-width: 1650px) {
  #footer-wrapper footer #footer-content #top-footer-contents {
    margin-top: 80.7px;
  }
}
@media only screen and (max-width: 1150px) {
  #footer-wrapper footer #footer-content #top-footer-contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
  }
}
#footer-wrapper footer #footer-content #top-footer-contents #logo-and-logotype-container {
  width: 350px;
}
@media only screen and (max-width: 1650px) {
  #footer-wrapper footer #footer-content #top-footer-contents #logo-and-logotype-container {
    width: 330px;
  }
}
@media only screen and (max-width: 420px) {
  #footer-wrapper footer #footer-content #top-footer-contents #logo-and-logotype-container {
    width: 300px;
  }
}
@media only screen and (max-width: 360px) {
  #footer-wrapper footer #footer-content #top-footer-contents #logo-and-logotype-container {
    width: 280px;
  }
}
#footer-wrapper footer #footer-content #top-footer-contents #logo-and-logotype-container #logo-and-logotype .st0 {
  fill: white;
}
#footer-wrapper footer #footer-content #top-footer-contents #logo-and-logotype-container #logo-and-logotype .st1 {
  fill: rgb(76, 152, 203);
}
#footer-wrapper footer #footer-content #top-footer-contents #social-icons-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 84px;
}
@media only screen and (max-width: 1150px) {
  #footer-wrapper footer #footer-content #top-footer-contents #social-icons-container {
    display: none;
  }
}
@media only screen and (min-width: 1151px) {
  #footer-wrapper footer #footer-content #top-footer-contents #social-icons-container #facebook-link-wrapper:hover .footer-icon-container .face {
    fill: white;
  }
}
@media only screen and (max-width: 610px) {
  #footer-wrapper footer #footer-content #top-footer-contents #social-icons-container #facebook-link-wrapper {
    display: none;
  }
}
@media only screen and (min-width: 1151px) {
  #footer-wrapper footer #footer-content #top-footer-contents #social-icons-container #insta-link-wrapper:hover .footer-icon-container .insta {
    fill: white;
  }
}
@media only screen and (max-width: 610px) {
  #footer-wrapper footer #footer-content #top-footer-contents #social-icons-container #insta-link-wrapper {
    display: none;
  }
}
#footer-wrapper footer #footer-content #top-footer-contents #social-icons-container .social-link-wrapper .footer-icon-container {
  height: 28px;
}
#footer-wrapper footer #footer-content #top-footer-contents #social-icons-container .social-link-wrapper .footer-icon-container .insta, #footer-wrapper footer #footer-content #top-footer-contents #social-icons-container .social-link-wrapper .footer-icon-container .face {
  fill: #A6A6A6;
  -webkit-transition: fill 0.15s;
  transition: fill 0.15s;
}
#footer-wrapper footer #footer-content #middle-footer-contents {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 70px;
  width: 100%;
  max-width: 1200px;
  height: 288px;
}
@media only screen and (max-width: 1650px) {
  #footer-wrapper footer #footer-content #middle-footer-contents {
    height: 252px;
  }
}
@media only screen and (max-width: 1150px) {
  #footer-wrapper footer #footer-content #middle-footer-contents {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 30px;
  }
}
#footer-wrapper footer #footer-content #middle-footer-contents #info-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}
@media only screen and (max-width: 1150px) {
  #footer-wrapper footer #footer-content #middle-footer-contents #info-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(100vw - 30px);
  }
}
#footer-wrapper footer #footer-content #middle-footer-contents #info-container #contact-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#footer-wrapper footer #footer-content #middle-footer-contents #info-container #contact-info #contact-info-left {
  display: block;
  text-transform: capitalize;
  font: 700 1.3rem din-2014, sans-serif;
  color: rgba(255, 255, 255, 0.2);
  margin-right: 18px;
  margin-top: 5px;
  line-height: 38px;
}
@media only screen and (max-width: 1650px) {
  #footer-wrapper footer #footer-content #middle-footer-contents #info-container #contact-info #contact-info-left {
    font: 700 1.2rem din-2014, sans-serif;
    line-height: 32px;
  }
}
@media only screen and (max-width: 1150px) {
  #footer-wrapper footer #footer-content #middle-footer-contents #info-container #contact-info #contact-info-left {
    margin-top: 50px;
    display: none;
  }
}
#footer-wrapper footer #footer-content #middle-footer-contents #info-container #contact-info #contact-info-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font: 600 1.3rem din-2014, sans-serif;
  margin-top: 5px;
  line-height: 38px;
}
@media only screen and (max-width: 1650px) {
  #footer-wrapper footer #footer-content #middle-footer-contents #info-container #contact-info #contact-info-right {
    font: 600 1.2rem din-2014, sans-serif;
    line-height: 32px;
  }
}
@media only screen and (max-width: 1150px) {
  #footer-wrapper footer #footer-content #middle-footer-contents #info-container #contact-info #contact-info-right {
    font: 600 1.2rem din-2014, sans-serif;
    line-height: 32px;
  }
}
#footer-wrapper footer #footer-content #middle-footer-contents #info-container #contact-info #contact-info-right a {
  color: #A6A6A6;
  cursor: pointer;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
@media only screen and (min-width: 1151px) {
  #footer-wrapper footer #footer-content #middle-footer-contents #info-container #contact-info #contact-info-right a:hover {
    color: white;
  }
}
@media only screen and (max-width: 1150px) {
  #footer-wrapper footer #footer-content #middle-footer-contents #info-container #contact-info #contact-info-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    text-align: center;
    margin-bottom: 40px;
  }
  #footer-wrapper footer #footer-content #middle-footer-contents #info-container #contact-info #contact-info-right a {
    color: white;
    padding: 15px 24px;
    background-color: rgb(76, 152, 203);
    border-radius: 1px;
    width: auto;
    margin: 5px;
    border-radius: 40px;
  }
}
#footer-wrapper footer #footer-content #middle-footer-contents #info-container #mobile-social-icons-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 110px;
}
@media only screen and (min-width: 1151px) {
  #footer-wrapper footer #footer-content #middle-footer-contents #info-container #mobile-social-icons-container {
    display: none;
  }
}
@media only screen and (min-width: 1151px) {
  #footer-wrapper footer #footer-content #middle-footer-contents #info-container #mobile-social-icons-container #facebook-link-wrapper:hover .footer-icon-container .face {
    fill: white;
  }
}
#footer-wrapper footer #footer-content #middle-footer-contents #info-container #mobile-social-icons-container #social-dividing-line {
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-left: 8px;
}
@media only screen and (min-width: 1151px) {
  #footer-wrapper footer #footer-content #middle-footer-contents #info-container #mobile-social-icons-container #insta-link-wrapper:hover .footer-icon-container .insta {
    fill: white;
  }
}
#footer-wrapper footer #footer-content #middle-footer-contents #info-container #mobile-social-icons-container .social-link-wrapper .footer-icon-container {
  height: 35px;
}
#footer-wrapper footer #footer-content #middle-footer-contents #info-container #mobile-social-icons-container .social-link-wrapper .footer-icon-container .insta, #footer-wrapper footer #footer-content #middle-footer-contents #info-container #mobile-social-icons-container .social-link-wrapper .footer-icon-container .face {
  fill: #A6A6A6;
  -webkit-transition: fill 0.15s;
  transition: fill 0.15s;
}
#footer-wrapper footer #footer-content #middle-footer-contents #info-container #other-info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 1150px) {
  #footer-wrapper footer #footer-content #middle-footer-contents #info-container #other-info {
    display: none;
  }
}
#footer-wrapper footer #footer-content #middle-footer-contents #info-container #other-info p {
  font: 600 1.3rem din-2014, sans-serif;
  color: #A6A6A6;
  line-height: 48px;
}
@media only screen and (max-width: 1650px) {
  #footer-wrapper footer #footer-content #middle-footer-contents #info-container #other-info p {
    font: 600 1.2rem din-2014, sans-serif;
    line-height: 42px;
  }
}
#footer-wrapper footer #footer-content #middle-footer-contents #info-container #other-info p span {
  text-transform: capitalize;
  font: 700 1.3rem din-2014, sans-serif;
  color: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 1650px) {
  #footer-wrapper footer #footer-content #middle-footer-contents #info-container #other-info p span {
    font: 700 1.2rem din-2014, sans-serif;
    line-height: 42px;
  }
}
#footer-wrapper footer #footer-content #middle-footer-contents #info-container #other-info p .uppercase {
  text-transform: uppercase;
}
#footer-wrapper footer #footer-content #middle-footer-contents #page-nav-container {
  text-transform: capitalize;
  margin-left: 20vw;
}
@media only screen and (max-width: 1150px) {
  #footer-wrapper footer #footer-content #middle-footer-contents #page-nav-container {
    margin-left: 0px;
  }
}
#footer-wrapper footer #footer-content #middle-footer-contents #page-nav-container #nav-title-text {
  font: 700 1.3rem din-2014, sans-serif;
  color: rgba(255, 255, 255, 0.2);
  line-height: 48px;
}
@media only screen and (max-width: 1650px) {
  #footer-wrapper footer #footer-content #middle-footer-contents #page-nav-container #nav-title-text {
    font: 700 1.2rem din-2014, sans-serif;
    line-height: 42px;
  }
}
@media only screen and (max-width: 1150px) {
  #footer-wrapper footer #footer-content #middle-footer-contents #page-nav-container #nav-title-text {
    text-align: center;
    display: none;
  }
}
#footer-wrapper footer #footer-content #middle-footer-contents #page-nav-container #footer-nav-text {
  display: block;
  font: 600 1.3rem din-2014, sans-serif;
  color: #A6A6A6;
  line-height: 48px;
}
@media only screen and (max-width: 1650px) {
  #footer-wrapper footer #footer-content #middle-footer-contents #page-nav-container #footer-nav-text {
    font: 600 1.2rem din-2014, sans-serif;
    line-height: 42px;
  }
}
@media only screen and (max-width: 1150px) {
  #footer-wrapper footer #footer-content #middle-footer-contents #page-nav-container #footer-nav-text {
    font: 600 1.3rem din-2014, sans-serif;
    line-height: 42px;
    text-align: center;
  }
}
#footer-wrapper footer #footer-content #middle-footer-contents #page-nav-container #footer-nav-text ul {
  display: block;
}
#footer-wrapper footer #footer-content #middle-footer-contents #page-nav-container #footer-nav-text ul a {
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
@media only screen and (min-width: 1151px) {
  #footer-wrapper footer #footer-content #middle-footer-contents #page-nav-container #footer-nav-text ul a:hover {
    color: white;
  }
}
#footer-wrapper footer #footer-content #middle-footer-contents #page-nav-container #footer-nav-text ul a:nth-of-type(5) {
  cursor: pointer;
}
#footer-wrapper footer #footer-content #bottom-footer-contents {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 120px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1150px) {
  #footer-wrapper footer #footer-content #bottom-footer-contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1150px) {
  #footer-wrapper footer #footer-content #bottom-footer-contents .bottom-text-container {
    text-align: center;
  }
}
#footer-wrapper footer #footer-content #bottom-footer-contents .bottom-text-container p {
  display: inline-block;
  font: 300 1.11rem din-2014, sans-serif;
  color: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 1650px) {
  #footer-wrapper footer #footer-content #bottom-footer-contents .bottom-text-container p {
    font: 300 1rem din-2014, sans-serif;
  }
}
#footer-wrapper footer #footer-content #bottom-footer-contents .bottom-text-container p span, #footer-wrapper footer #footer-content #bottom-footer-contents .bottom-text-container p a {
  font: 600 1.11rem din-2014, sans-serif;
}
@media only screen and (max-width: 1650px) {
  #footer-wrapper footer #footer-content #bottom-footer-contents .bottom-text-container p span, #footer-wrapper footer #footer-content #bottom-footer-contents .bottom-text-container p a {
    font: 600 1rem din-2014, sans-serif;
  }
}
#footer-wrapper footer #footer-content #bottom-footer-contents .bottom-text-container p span span, #footer-wrapper footer #footer-content #bottom-footer-contents .bottom-text-container p a span {
  position: relative;
  bottom: 2px;
  font: 600 1.11rem helvetica;
  line-height: 2px;
}
@media only screen and (max-width: 1650px) {
  #footer-wrapper footer #footer-content #bottom-footer-contents .bottom-text-container p span span, #footer-wrapper footer #footer-content #bottom-footer-contents .bottom-text-container p a span {
    font: 600 1rem din-2014, sans-serif;
  }
}
@media only screen and (max-width: 1150px) {
  #footer-wrapper footer #footer-content #bottom-footer-contents .bottom-text-container P:nth-of-type(2) {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  #footer-wrapper footer #footer-content #bottom-footer-contents .bottom-text-container:nth-of-type(1) {
    max-width: 500px;
  }
}
#footer-wrapper footer #footer-content #other-info-m {
  display: none;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1150px) {
  #footer-wrapper footer #footer-content #other-info-m {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
#footer-wrapper footer #footer-content #other-info-m p {
  font: 600 1.3rem din-2014, sans-serif;
  color: #A6A6A6;
  line-height: 48px;
}
@media only screen and (max-width: 1650px) {
  #footer-wrapper footer #footer-content #other-info-m p {
    font: 600 1rem din-2014, sans-serif;
    line-height: 42px;
  }
}
#footer-wrapper footer #footer-content #other-info-m p span {
  text-transform: capitalize;
  font: 700 1rem din-2014, sans-serif;
  color: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 1650px) {
  #footer-wrapper footer #footer-content #other-info-m p span {
    font: 700 1rem din-2014, sans-serif;
    line-height: 42px;
  }
}
#footer-wrapper footer #footer-content #other-info-m p .uppercase {
  text-transform: uppercase;
}
#footer-wrapper footer #footer-content #fin {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 70px;
}
@media only screen and (max-width: 1650px) {
  #footer-wrapper footer #footer-content #fin {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1150px) {
  #footer-wrapper footer #footer-content #fin {
    display: none;
  }
}

#menuModal::-webkit-scrollbar {
  display: none;
}

#menuModal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  z-index: 99999;
  overflow-y: scroll;
  background-color: rgba(45, 45, 45, 0.99);
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* mozilla */
}
#menuModal .trigger {
  position: absolute;
  right: 0;
  top: 0;
  width: 8%;
  height: 10%;
  z-index: 999;
}
@media only screen and (max-width: 1150px) {
  #menuModal .trigger {
    width: 90px;
  }
}
@media only screen and (min-width: 1151px) {
  #menuModal .close-trigger:hover .close-icon-svg path {
    fill: white;
  }
}
#menuModal .close-trigger .close-icon-svg {
  width: 30px;
  height: 30px;
}
#menuModal .close-trigger .close-icon-svg g {
  width: auto;
  height: auto;
}
#menuModal .close-trigger .close-icon-svg g path {
  fill: #A6A6A6;
  -webkit-transition: fill 0.15s;
  transition: fill 0.15s;
}
#menuModal .menu-modal-content-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
}
#menuModal .menu-modal-content-container nav {
  margin: 50px;
  font: 600 3rem din-2014, sans-serif;
  text-transform: capitalize;
  opacity: 1;
  letter-spacing: 1px;
}
@media only screen and (max-width: 821px) {
  #menuModal .menu-modal-content-container nav {
    font: 600 2.2rem din-2014, sans-serif;
  }
}
@media only screen and (max-width: 700px) {
  #menuModal .menu-modal-content-container nav {
    margin: 20px;
  }
}
#menuModal .menu-modal-content-container nav ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#menuModal .menu-modal-content-container nav ul li {
  color: #E3E3E3;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
  cursor: pointer;
}
@media only screen and (min-width: 1151px) {
  #menuModal .menu-modal-content-container nav ul li:hover {
    color: white;
  }
}

#contactModal::-webkit-scrollbar {
  width: 12px; /* Safari and Chrome browsers */
}

#contactModal::-webkit-scrollbar-track {
  background: rgba(45, 45, 45, 0.992); /* Safari and Chrome browsers */
}

#contactModal::-webkit-scrollbar-thumb {
  background: rgb(90, 90, 90); /* Safari and Chrome browsers */
  border-radius: 20px;
}
@media only screen and (min-width: 1151px) {
  #contactModal::-webkit-scrollbar-thumb:hover {
    background: rgb(110, 110, 110); /* Safari and Chrome browsers */
  }
}

#contactModal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 45, 45, 0.99);
  align-items: center;
  z-index: 99999;
  overflow-y: scroll;
}
#contactModal .trigger {
  position: absolute;
  right: 0;
  top: 0;
  width: 8%;
  height: 10%;
  z-index: 999;
}
@media only screen and (max-width: 1150px) {
  #contactModal .trigger {
    width: 90px;
  }
}
@media only screen and (min-width: 1151px) {
  #contactModal .close-trigger:hover .close-icon-svg path {
    fill: white;
  }
}
#contactModal .close-trigger .close-icon-svg {
  width: 30px;
  height: 30px;
}
#contactModal .close-trigger .close-icon-svg g {
  width: auto;
  height: auto;
}
#contactModal .close-trigger .close-icon-svg g path {
  fill: #A6A6A6;
  -webkit-transition: fill 0.15s;
  transition: fill 0.15s;
}
#contactModal #contact-content-container {
  max-width: 2100px;
  margin-left: auto;
  margin-right: auto;
}
#contactModal #contact-content-container input:focus,
#contactModal #contact-content-container select:focus,
#contactModal #contact-content-container textarea:focus,
#contactModal #contact-content-container button:focus {
  outline: none;
}
#contactModal #contact-content-container .contact-content {
  min-height: 600px;
  padding-left: 30px;
  padding-right: 30px;
  width: calc(100% - 60px);
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  z-index: 999;
}
@media only screen and (max-width: 1150px) {
  #contactModal #contact-content-container .contact-content {
    padding-left: 40px;
    padding-right: 40px;
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
}
@media only screen and (max-width: 700px) {
  #contactModal #contact-content-container .contact-content {
    width: calc(100% - 80px);
    padding-left: 40px;
    padding-right: 40px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 610px) {
  #contactModal #contact-content-container .contact-content {
    width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
  }
}
#contactModal #contact-content-container .contact-content #contact-message-container {
  height: auto;
}
#contactModal #contact-content-container .contact-content #contact-message-container #contact-message {
  margin: 70px 0px 80px 10px;
}
@media only screen and (max-width: 1650px) {
  #contactModal #contact-content-container .contact-content #contact-message-container #contact-message {
    margin: 70px 0px 70px 10px;
  }
}
@media only screen and (max-width: 920px) {
  #contactModal #contact-content-container .contact-content #contact-message-container #contact-message {
    margin: 70px 0px 15px 10px;
  }
}
#contactModal #contact-content-container .contact-content #contact-message-container #contact-message #contact-header {
  font: 600 3.8rem din-2014, sans-serif;
  color: white;
  max-width: 870px;
  line-height: 1;
}
@media only screen and (max-width: 1650px) {
  #contactModal #contact-content-container .contact-content #contact-message-container #contact-message #contact-header {
    font: 600 3rem din-2014, sans-serif;
    max-width: 640px;
    line-height: 1;
  }
}
@media only screen and (max-width: 850px) {
  #contactModal #contact-content-container .contact-content #contact-message-container #contact-message #contact-header {
    font: 600 3rem din-2014, sans-serif;
    margin-right: 20px;
    line-height: 1;
  }
}
@media only screen and (max-width: 650px) {
  #contactModal #contact-content-container .contact-content #contact-message-container #contact-message #contact-header {
    margin-right: 100px;
  }
}
@media only screen and (max-width: 580px) {
  #contactModal #contact-content-container .contact-content #contact-message-container #contact-message #contact-header {
    font: 600 2.5rem din-2014, sans-serif;
    margin-right: 20px;
    line-height: 1;
  }
}
#contactModal #contact-content-container .contact-content #contact-message-container #contact-message .contact-text {
  font: 400 1.3rem din-2014, sans-serif;
  ine-height: 1;
  color: #A6A6A6;
  margin: 70px 30px 0px 0px;
}
@media only screen and (max-width: 1650px) {
  #contactModal #contact-content-container .contact-content #contact-message-container #contact-message .contact-text {
    font: 400 1.2rem din-2014, sans-serif;
    ine-height: 1;
    margin: 60px 30px 0px 0px;
  }
}
#contactModal #contact-content-container .contact-content #contact-message-container #contact-message .contact-text a {
  font: 600 1.3rem din-2014, sans-serif;
  color: white;
  padding: 15px 21px 15px 21px;
  background-color: rgb(76, 152, 203);
  margin: 10px;
  border-radius: 40px;
}
@media only screen and (max-width: 1650px) {
  #contactModal #contact-content-container .contact-content #contact-message-container #contact-message .contact-text a {
    font: 600 1.2rem din-2014, sans-serif;
  }
}
@media only screen and (max-width: 920px) {
  #contactModal #contact-content-container .contact-content #contact-message-container #contact-message .contact-text a {
    display: block;
    width: 114px;
    text-align: center;
    margin: 15px 0 50px 0;
  }
}
#contactModal #contact-content-container .contact-content #contact-details {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 10px;
  color: #A6A6A6;
  font-weight: 400;
  font-size: 1rem;
}
#contactModal #contact-content-container .contact-content #contact-details #location-icon-container-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
  -webkit-transition: -webkit-transform 0.1s ease-out;
  -moz-transition: -moz-transform 0.1s ease-out;
}
@media only screen and (min-width: 1151px) {
  #contactModal #contact-content-container .contact-content #contact-details #location-icon-container-form:hover {
    transform: scale(1.2);
  }
}
#contactModal #contact-content-container .contact-content #contact-details #location-icon-container-form img {
  with: 100%;
}
#contactModal #contact-content-container .contact-content #contact-details #phone-number {
  font: 600 3.5rem din-2014, sans-serif;
  color: white;
}
#contactModal #contact-content-container .contact-content .contact-form-container {
  max-width: 1050px;
}
@media only screen and (max-width: 1650px) {
  #contactModal #contact-content-container .contact-content .contact-form-container {
    max-width: 850px;
  }
}
#contactModal #contact-content-container .contact-content .contact-form-container #contact-form {
  color: white;
}
#contactModal #contact-content-container .contact-content .contact-form-container #contact-form ::placeholder {
  font: 400 1.2rem din-2014, sans-serif;
  color: #D7DADC;
}
@media only screen and (max-width: 1650px) {
  #contactModal #contact-content-container .contact-content .contact-form-container #contact-form ::placeholder {
    font: 400 1.05rem din-2014, sans-serif;
  }
}
#contactModal #contact-content-container .contact-content .contact-form-container #contact-form .form-control {
  position: relative;
  background-color: #202020;
  font: 400 1.2rem din-2014, sans-serif;
  letter-spacing: 0.3px;
  color: white;
  margin-bottom: 8px;
  width: 100%;
  resize: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 8px 10px;
  border-radius: 5px;
  border: 1px solid #202020;
}
@media only screen and (max-width: 1650px) {
  #contactModal #contact-content-container .contact-content .contact-form-container #contact-form .form-control {
    font: 400 1.05rem din-2014, sans-serif;
  }
}
#contactModal #contact-content-container .contact-content .contact-form-container #contact-form .form-control:focus {
  border: 1px solid white;
}
#contactModal #contact-content-container .contact-content .contact-form-container #contact-form .trap {
  display: none;
}
#contactModal #contact-content-container .contact-content .contact-form-container #contact-form .first-name {
  float: left;
  width: calc(50% - 4px);
}
#contactModal #contact-content-container .contact-content .contact-form-container #contact-form .last-name {
  float: right;
  width: calc(50% - 4px);
}
#contactModal #contact-content-container .contact-content .contact-form-container #contact-form .form-control-submit {
  float: right;
  font: 600 1.2rem din-2014, sans-serif;
  letter-spacing: 0.3px;
  width: 160px;
  text-align: center;
  background-color: #202020;
  color: #ffffff;
  padding: 15px 20px;
  cursor: pointer;
  margin-bottom: 150px;
  margin-top: 5px;
  height: 60px;
  border-radius: 40px;
  border: 0px solid #202020;
  -webkit-transition: background-color 0.15s, color 0.15s;
  transition: background-color 0.15s, color 0.15s;
  -webkit-appearance: none;
}
@media only screen and (max-width: 1650px) {
  #contactModal #contact-content-container .contact-content .contact-form-container #contact-form .form-control-submit {
    font: 600 1.05rem din-2014, sans-serif;
  }
}
@media only screen and (max-width: 650px) {
  #contactModal #contact-content-container .contact-content .contact-form-container #contact-form .form-control-submit {
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 1151px) {
  #contactModal #contact-content-container .contact-content .contact-form-container #contact-form .form-control-submit:hover {
    background-color: #ffffff;
    color: #202020;
  }
}
#contactModal #contact-content-container .contact-content .contact-form-container #contact-form textarea {
  height: 210px;
  margin-top: 0;
}

.previousProjectsModal, .featureLightboxModal, .floorplanModal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(45, 45, 45);
  align-items: center;
  z-index: 999999;
}
.previousProjectsModal .modal-content, .featureLightboxModal .modal-content, .floorplanModal .modal-content {
  position: relative;
  top: 0px;
  margin: auto;
  width: 100%;
  height: 100%;
}
.previousProjectsModal .modal-content .mySlides::-webkit-scrollbar, .featureLightboxModal .modal-content .mySlides::-webkit-scrollbar, .floorplanModal .modal-content .mySlides::-webkit-scrollbar {
  display: none; /* Safari and Chrome browsers */
}
.previousProjectsModal .modal-content .myFloorplanSlides::-webkit-scrollbar, .featureLightboxModal .modal-content .myFloorplanSlides::-webkit-scrollbar, .floorplanModal .modal-content .myFloorplanSlides::-webkit-scrollbar {
  display: none;
}
.previousProjectsModal .modal-content .myFloorplanSlides, .featureLightboxModal .modal-content .myFloorplanSlides, .floorplanModal .modal-content .myFloorplanSlides {
  display: none;
  overflow: scroll;
  width: 100vw;
  height: 100vh;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* mozilla */
}
.previousProjectsModal .modal-content .myFloorplanSlides .modal-image-container, .featureLightboxModal .modal-content .myFloorplanSlides .modal-image-container, .floorplanModal .modal-content .myFloorplanSlides .modal-image-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.previousProjectsModal .modal-content .myFloorplanSlides .modal-image-container .numbertext, .featureLightboxModal .modal-content .myFloorplanSlides .modal-image-container .numbertext, .floorplanModal .modal-content .myFloorplanSlides .modal-image-container .numbertext {
  text-align: center;
  display: inline;
  color: white;
  font: 400 1rem din-2014, sans-serif;
  width: auto;
  padding: 10px 14px;
  background-color: rgba(45, 45, 45, 0.6);
  position: absolute;
  bottom: 40px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.previousProjectsModal .modal-content .myFloorplanSlides .modal-image-container .modal-image, .featureLightboxModal .modal-content .myFloorplanSlides .modal-image-container .modal-image, .floorplanModal .modal-content .myFloorplanSlides .modal-image-container .modal-image {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  width: 100%;
  height: 100%;
}
.previousProjectsModal .modal-content .myFloorplanSlides .modal-image-container .floorplan-modal-image img, .featureLightboxModal .modal-content .myFloorplanSlides .modal-image-container .floorplan-modal-image img, .floorplanModal .modal-content .myFloorplanSlides .modal-image-container .floorplan-modal-image img {
  width: 90%;
  height: 90%;
  background-color: rgba(45, 45, 45, 0.99);
}
.previousProjectsModal .modal-content .mySlides, .featureLightboxModal .modal-content .mySlides, .floorplanModal .modal-content .mySlides {
  display: none;
  overflow: scroll;
  width: 100vw;
  height: 100vh;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* mozilla */
}
.previousProjectsModal .modal-content .mySlides .modal-image-container, .featureLightboxModal .modal-content .mySlides .modal-image-container, .floorplanModal .modal-content .mySlides .modal-image-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .numbertext, .featureLightboxModal .modal-content .mySlides .modal-image-container .numbertext, .floorplanModal .modal-content .mySlides .modal-image-container .numbertext {
  text-align: center;
  display: inline;
  color: white;
  font: 400 1rem din-2014, sans-serif;
  width: auto;
  padding: 10px 14px;
  background-color: rgba(45, 45, 45, 0.6);
  position: absolute;
  bottom: 40px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .modal-image, .featureLightboxModal .modal-content .mySlides .modal-image-container .modal-image, .floorplanModal .modal-content .mySlides .modal-image-container .modal-image {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .low-res-image, .featureLightboxModal .modal-content .mySlides .modal-image-container .low-res-image, .floorplanModal .modal-content .mySlides .modal-image-container .low-res-image {
  max-width: 600px;
  max-height: 600px;
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .modal-feature-image-1, .featureLightboxModal .modal-content .mySlides .modal-image-container .modal-feature-image-1, .floorplanModal .modal-content .mySlides .modal-image-container .modal-feature-image-1 {
  background-image: url("images/feature-lightbox-fullsize-01.jpg");
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .modal-feature-image-2, .featureLightboxModal .modal-content .mySlides .modal-image-container .modal-feature-image-2, .floorplanModal .modal-content .mySlides .modal-image-container .modal-feature-image-2 {
  background-image: url("images/feature-lightbox-fullsize-02.jpg");
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .modal-feature-image-3, .featureLightboxModal .modal-content .mySlides .modal-image-container .modal-feature-image-3, .floorplanModal .modal-content .mySlides .modal-image-container .modal-feature-image-3 {
  background-image: url("images/feature-lightbox-fullsize-03.jpg");
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .modal-feature-image-4, .featureLightboxModal .modal-content .mySlides .modal-image-container .modal-feature-image-4, .floorplanModal .modal-content .mySlides .modal-image-container .modal-feature-image-4 {
  background-image: url("images/feature-lightbox-fullsize-04.jpg");
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .modal-feature-image-5, .featureLightboxModal .modal-content .mySlides .modal-image-container .modal-feature-image-5, .floorplanModal .modal-content .mySlides .modal-image-container .modal-feature-image-5 {
  background-image: url("images/feature-lightbox-fullsize-05.jpg");
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .modal-feature-image-6, .featureLightboxModal .modal-content .mySlides .modal-image-container .modal-feature-image-6, .floorplanModal .modal-content .mySlides .modal-image-container .modal-feature-image-6 {
  background-image: url("images/feature-lightbox-fullsize-06.jpg");
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .modal-feature-image-7, .featureLightboxModal .modal-content .mySlides .modal-image-container .modal-feature-image-7, .floorplanModal .modal-content .mySlides .modal-image-container .modal-feature-image-7 {
  background-image: url("images/feature-lightbox-fullsize-07.jpg");
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .modal-feature-image-8, .featureLightboxModal .modal-content .mySlides .modal-image-container .modal-feature-image-8, .floorplanModal .modal-content .mySlides .modal-image-container .modal-feature-image-8 {
  background-image: url("images/feature-lightbox-fullsize-08.jpg");
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .previous-projects-1-modal-image-1, .featureLightboxModal .modal-content .mySlides .modal-image-container .previous-projects-1-modal-image-1, .floorplanModal .modal-content .mySlides .modal-image-container .previous-projects-1-modal-image-1 {
  background-image: url("images/previous-projects-1-gallery-image-aqueduct-street-01.jpg");
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .previous-projects-1-modal-image-2, .featureLightboxModal .modal-content .mySlides .modal-image-container .previous-projects-1-modal-image-2, .floorplanModal .modal-content .mySlides .modal-image-container .previous-projects-1-modal-image-2 {
  background-image: url("images/previous-projects-1-gallery-image-aqueduct-street-02.jpg");
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .previous-projects-1-modal-image-3, .featureLightboxModal .modal-content .mySlides .modal-image-container .previous-projects-1-modal-image-3, .floorplanModal .modal-content .mySlides .modal-image-container .previous-projects-1-modal-image-3 {
  background-image: url("images/previous-projects-1-gallery-image-aqueduct-street-03.jpg");
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .previous-projects-1-modal-image-4, .featureLightboxModal .modal-content .mySlides .modal-image-container .previous-projects-1-modal-image-4, .floorplanModal .modal-content .mySlides .modal-image-container .previous-projects-1-modal-image-4 {
  background-image: url("images/previous-projects-1-gallery-image-aqueduct-street-04.jpg");
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .previous-projects-1-modal-image-5, .featureLightboxModal .modal-content .mySlides .modal-image-container .previous-projects-1-modal-image-5, .floorplanModal .modal-content .mySlides .modal-image-container .previous-projects-1-modal-image-5 {
  background-image: url("images/previous-projects-1-gallery-image-aqueduct-street-05.jpg");
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .previous-projects-1-modal-image-6, .featureLightboxModal .modal-content .mySlides .modal-image-container .previous-projects-1-modal-image-6, .floorplanModal .modal-content .mySlides .modal-image-container .previous-projects-1-modal-image-6 {
  background-image: url("images/previous-projects-1-gallery-image-aqueduct-street-06.jpg");
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .previous-projects-1-modal-image-7, .featureLightboxModal .modal-content .mySlides .modal-image-container .previous-projects-1-modal-image-7, .floorplanModal .modal-content .mySlides .modal-image-container .previous-projects-1-modal-image-7 {
  background-image: url("images/previous-projects-1-gallery-image-aqueduct-street-07.jpg");
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .previous-projects-1-modal-image-8, .featureLightboxModal .modal-content .mySlides .modal-image-container .previous-projects-1-modal-image-8, .floorplanModal .modal-content .mySlides .modal-image-container .previous-projects-1-modal-image-8 {
  background-image: url("images/previous-projects-1-gallery-image-aqueduct-street-08.jpg");
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .previous-projects-1-modal-image-9, .featureLightboxModal .modal-content .mySlides .modal-image-container .previous-projects-1-modal-image-9, .floorplanModal .modal-content .mySlides .modal-image-container .previous-projects-1-modal-image-9 {
  background-image: url("images/previous-projects-1-gallery-image-aqueduct-street-09.jpg");
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .previous-projects-2-modal-image-1, .featureLightboxModal .modal-content .mySlides .modal-image-container .previous-projects-2-modal-image-1, .floorplanModal .modal-content .mySlides .modal-image-container .previous-projects-2-modal-image-1 {
  background-image: url("images/previous-projects-2-gallery-image-skaife-street-01.jpg");
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .previous-projects-2-modal-image-2, .featureLightboxModal .modal-content .mySlides .modal-image-container .previous-projects-2-modal-image-2, .floorplanModal .modal-content .mySlides .modal-image-container .previous-projects-2-modal-image-2 {
  background-image: url("images/previous-projects-2-gallery-image-skaife-street-02.jpg");
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .previous-projects-2-modal-image-3, .featureLightboxModal .modal-content .mySlides .modal-image-container .previous-projects-2-modal-image-3, .floorplanModal .modal-content .mySlides .modal-image-container .previous-projects-2-modal-image-3 {
  background-image: url("images/previous-projects-2-gallery-image-skaife-street-03.jpg");
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .previous-projects-2-modal-image-4, .featureLightboxModal .modal-content .mySlides .modal-image-container .previous-projects-2-modal-image-4, .floorplanModal .modal-content .mySlides .modal-image-container .previous-projects-2-modal-image-4 {
  background-image: url("images/previous-projects-2-gallery-image-skaife-street-04.jpg");
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .previous-projects-2-modal-image-5, .featureLightboxModal .modal-content .mySlides .modal-image-container .previous-projects-2-modal-image-5, .floorplanModal .modal-content .mySlides .modal-image-container .previous-projects-2-modal-image-5 {
  background-image: url("images/previous-projects-2-gallery-image-skaife-street-05.jpg");
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .previous-projects-2-modal-image-6, .featureLightboxModal .modal-content .mySlides .modal-image-container .previous-projects-2-modal-image-6, .floorplanModal .modal-content .mySlides .modal-image-container .previous-projects-2-modal-image-6 {
  background-image: url("images/previous-projects-2-gallery-image-skaife-street-06.jpg");
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .previous-projects-2-modal-image-7, .featureLightboxModal .modal-content .mySlides .modal-image-container .previous-projects-2-modal-image-7, .floorplanModal .modal-content .mySlides .modal-image-container .previous-projects-2-modal-image-7 {
  background-image: url("images/previous-projects-2-gallery-image-skaife-street-07.jpg");
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .previous-projects-2-modal-image-8, .featureLightboxModal .modal-content .mySlides .modal-image-container .previous-projects-2-modal-image-8, .floorplanModal .modal-content .mySlides .modal-image-container .previous-projects-2-modal-image-8 {
  background-image: url("images/previous-projects-2-gallery-image-skaife-street-08.jpg");
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .previous-projects-2-modal-image-9, .featureLightboxModal .modal-content .mySlides .modal-image-container .previous-projects-2-modal-image-9, .floorplanModal .modal-content .mySlides .modal-image-container .previous-projects-2-modal-image-9 {
  background-image: url("images/previous-projects-2-gallery-image-skaife-street-09.jpg");
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .previous-projects-3-modal-image-1, .featureLightboxModal .modal-content .mySlides .modal-image-container .previous-projects-3-modal-image-1, .floorplanModal .modal-content .mySlides .modal-image-container .previous-projects-3-modal-image-1 {
  background-image: url("images/previous-projects-3-gallery-image-price-ridge-01.jpg");
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .previous-projects-3-modal-image-2, .featureLightboxModal .modal-content .mySlides .modal-image-container .previous-projects-3-modal-image-2, .floorplanModal .modal-content .mySlides .modal-image-container .previous-projects-3-modal-image-2 {
  background-image: url("images/previous-projects-3-gallery-image-price-ridge-02.jpg");
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .previous-projects-3-modal-image-3, .featureLightboxModal .modal-content .mySlides .modal-image-container .previous-projects-3-modal-image-3, .floorplanModal .modal-content .mySlides .modal-image-container .previous-projects-3-modal-image-3 {
  background-image: url("images/previous-projects-3-gallery-image-price-ridge-03.jpg");
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .previous-projects-3-modal-image-4, .featureLightboxModal .modal-content .mySlides .modal-image-container .previous-projects-3-modal-image-4, .floorplanModal .modal-content .mySlides .modal-image-container .previous-projects-3-modal-image-4 {
  background-image: url("images/previous-projects-3-gallery-image-price-ridge-04.jpg");
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .previous-projects-3-modal-image-5, .featureLightboxModal .modal-content .mySlides .modal-image-container .previous-projects-3-modal-image-5, .floorplanModal .modal-content .mySlides .modal-image-container .previous-projects-3-modal-image-5 {
  background-image: url("images/previous-projects-3-gallery-image-price-ridge-05.jpg");
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .previous-projects-3-modal-image-6, .featureLightboxModal .modal-content .mySlides .modal-image-container .previous-projects-3-modal-image-6, .floorplanModal .modal-content .mySlides .modal-image-container .previous-projects-3-modal-image-6 {
  background-image: url("images/previous-projects-3-gallery-image-price-ridge-06.jpg");
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .previous-projects-3-modal-image-7, .featureLightboxModal .modal-content .mySlides .modal-image-container .previous-projects-3-modal-image-7, .floorplanModal .modal-content .mySlides .modal-image-container .previous-projects-3-modal-image-7 {
  background-image: url("images/previous-projects-3-gallery-image-price-ridge-07.jpg");
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .previous-projects-3-modal-image-8, .featureLightboxModal .modal-content .mySlides .modal-image-container .previous-projects-3-modal-image-8, .floorplanModal .modal-content .mySlides .modal-image-container .previous-projects-3-modal-image-8 {
  background-image: url("images/previous-projects-3-gallery-image-price-ridge-08.jpg");
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .previous-projects-3-modal-image-9, .featureLightboxModal .modal-content .mySlides .modal-image-container .previous-projects-3-modal-image-9, .floorplanModal .modal-content .mySlides .modal-image-container .previous-projects-3-modal-image-9 {
  background-image: url("images/previous-projects-3-gallery-image-price-ridge-09.jpg");
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .previous-projects-4-modal-image-1, .featureLightboxModal .modal-content .mySlides .modal-image-container .previous-projects-4-modal-image-1, .floorplanModal .modal-content .mySlides .modal-image-container .previous-projects-4-modal-image-1 {
  background-image: url("images/previous-projects-4-gallery-image-bradninch-crescent-01.jpg");
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .previous-projects-4-modal-image-2, .featureLightboxModal .modal-content .mySlides .modal-image-container .previous-projects-4-modal-image-2, .floorplanModal .modal-content .mySlides .modal-image-container .previous-projects-4-modal-image-2 {
  background-image: url("images/previous-projects-4-gallery-image-bradninch-crescent-02.jpg");
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .previous-projects-4-modal-image-3, .featureLightboxModal .modal-content .mySlides .modal-image-container .previous-projects-4-modal-image-3, .floorplanModal .modal-content .mySlides .modal-image-container .previous-projects-4-modal-image-3 {
  background-image: url("images/previous-projects-4-gallery-image-bradninch-crescent-03.jpg");
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .previous-projects-4-modal-image-4, .featureLightboxModal .modal-content .mySlides .modal-image-container .previous-projects-4-modal-image-4, .floorplanModal .modal-content .mySlides .modal-image-container .previous-projects-4-modal-image-4 {
  background-image: url("images/previous-projects-4-gallery-image-bradninch-crescent-04.jpg");
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .previous-projects-4-modal-image-5, .featureLightboxModal .modal-content .mySlides .modal-image-container .previous-projects-4-modal-image-5, .floorplanModal .modal-content .mySlides .modal-image-container .previous-projects-4-modal-image-5 {
  background-image: url("images/previous-projects-4-gallery-image-bradninch-crescent-05.jpg");
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .previous-projects-4-modal-image-6, .featureLightboxModal .modal-content .mySlides .modal-image-container .previous-projects-4-modal-image-6, .floorplanModal .modal-content .mySlides .modal-image-container .previous-projects-4-modal-image-6 {
  background-image: url("images/previous-projects-4-gallery-image-bradninch-crescent-06.jpg");
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .previous-projects-4-modal-image-7, .featureLightboxModal .modal-content .mySlides .modal-image-container .previous-projects-4-modal-image-7, .floorplanModal .modal-content .mySlides .modal-image-container .previous-projects-4-modal-image-7 {
  background-image: url("images/previous-projects-4-gallery-image-bradninch-crescent-07.jpg");
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .previous-projects-4-modal-image-8, .featureLightboxModal .modal-content .mySlides .modal-image-container .previous-projects-4-modal-image-8, .floorplanModal .modal-content .mySlides .modal-image-container .previous-projects-4-modal-image-8 {
  background-image: url("images/previous-projects-4-gallery-image-bradninch-crescent-08.jpg");
}
.previousProjectsModal .modal-content .mySlides .modal-image-container .previous-projects-4-modal-image-9, .featureLightboxModal .modal-content .mySlides .modal-image-container .previous-projects-4-modal-image-9, .floorplanModal .modal-content .mySlides .modal-image-container .previous-projects-4-modal-image-9 {
  background-image: url("images/previous-projects-4-gallery-image-bradninch-crescent-09.jpg");
}
.previousProjectsModal .prev,
.previousProjectsModal .next, .featureLightboxModal .prev,
.featureLightboxModal .next, .floorplanModal .prev,
.floorplanModal .next {
  cursor: pointer;
  position: absolute;
  transition: 0.1s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  z-index: 102;
  width: 8%;
  height: 100%;
}
@media only screen and (max-width: 1150px) {
  .previousProjectsModal .prev,
  .previousProjectsModal .next, .featureLightboxModal .prev,
  .featureLightboxModal .next, .floorplanModal .prev,
  .floorplanModal .next {
    width: 90px;
  }
}
.previousProjectsModal .prev img,
.previousProjectsModal .next img, .featureLightboxModal .prev img,
.featureLightboxModal .next img, .floorplanModal .prev img,
.floorplanModal .next img {
  width: 15px;
}
.previousProjectsModal .prev, .featureLightboxModal .prev, .floorplanModal .prev {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  left: 0;
}
@media only screen and (min-width: 1151px) {
  .previousProjectsModal .prev:hover #prev-icon-svg polygon, .featureLightboxModal .prev:hover #prev-icon-svg polygon, .floorplanModal .prev:hover #prev-icon-svg polygon {
    fill: white;
  }
}
.previousProjectsModal .prev #prev-icon-svg, .featureLightboxModal .prev #prev-icon-svg, .floorplanModal .prev #prev-icon-svg {
  width: 15px;
  height: auto;
}
.previousProjectsModal .prev #prev-icon-svg polygon, .featureLightboxModal .prev #prev-icon-svg polygon, .floorplanModal .prev #prev-icon-svg polygon {
  fill: #848484;
  -webkit-transition: fill 0.15s;
  transition: fill 0.15s;
}
@media only screen and (max-width: 1150px) {
  .previousProjectsModal .prev #prev-icon-svg polygon, .featureLightboxModal .prev #prev-icon-svg polygon, .floorplanModal .prev #prev-icon-svg polygon {
    fill: white;
  }
}
.previousProjectsModal .next, .featureLightboxModal .next, .floorplanModal .next {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  right: 0;
}
@media only screen and (min-width: 1151px) {
  .previousProjectsModal .next:hover #next-icon-svg polygon, .featureLightboxModal .next:hover #next-icon-svg polygon, .floorplanModal .next:hover #next-icon-svg polygon {
    fill: white;
  }
}
.previousProjectsModal .next #next-icon-svg, .featureLightboxModal .next #next-icon-svg, .floorplanModal .next #next-icon-svg {
  width: 15px;
  height: auto;
}
.previousProjectsModal .next #next-icon-svg polygon, .featureLightboxModal .next #next-icon-svg polygon, .floorplanModal .next #next-icon-svg polygon {
  fill: #848484;
  -webkit-transition: fill 0.15s;
  transition: fill 0.15s;
}
@media only screen and (max-width: 1150px) {
  .previousProjectsModal .next #next-icon-svg polygon, .featureLightboxModal .next #next-icon-svg polygon, .floorplanModal .next #next-icon-svg polygon {
    fill: white;
  }
}
.previousProjectsModal .trigger, .featureLightboxModal .trigger, .floorplanModal .trigger {
  position: absolute;
  right: 0;
  top: 0;
  width: 8%;
  height: 10%;
  z-index: 999;
}
@media only screen and (max-width: 1150px) {
  .previousProjectsModal .trigger, .featureLightboxModal .trigger, .floorplanModal .trigger {
    width: 90px;
  }
}
@media only screen and (min-width: 1151px) {
  .previousProjectsModal .close-trigger:hover .close-icon-svg path, .featureLightboxModal .close-trigger:hover .close-icon-svg path, .floorplanModal .close-trigger:hover .close-icon-svg path {
    fill: white;
  }
}
.previousProjectsModal .close-trigger .close-icon-svg, .featureLightboxModal .close-trigger .close-icon-svg, .floorplanModal .close-trigger .close-icon-svg {
  width: 30px;
  height: 30px;
}
.previousProjectsModal .close-trigger .close-icon-svg g, .featureLightboxModal .close-trigger .close-icon-svg g, .floorplanModal .close-trigger .close-icon-svg g {
  width: auto;
  height: auto;
}
.previousProjectsModal .close-trigger .close-icon-svg g path, .featureLightboxModal .close-trigger .close-icon-svg g path, .floorplanModal .close-trigger .close-icon-svg g path {
  fill: #848484;
  -webkit-transition: fill 0.15s;
  transition: fill 0.15s;
}
@media only screen and (max-width: 1150px) {
  .previousProjectsModal .close-trigger .close-icon-svg g path, .featureLightboxModal .close-trigger .close-icon-svg g path, .floorplanModal .close-trigger .close-icon-svg g path {
    fill: white;
  }
}

.previous-projects-header-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  z-index: 0;
  background-color: #f5f5f5;
}
.previous-projects-header-section .previous-projects-heading {
  text-align: center;
  margin: 110px 0 110px 0;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1650px) {
  .previous-projects-header-section .previous-projects-heading {
    margin: 90px 0 90px 0;
  }
}
@media only screen and (max-width: 1150px) {
  .previous-projects-header-section .previous-projects-heading {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 70%;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 700px) {
  .previous-projects-header-section .previous-projects-heading {
    width: calc(100% - 80px);
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 610px) {
  .previous-projects-header-section .previous-projects-heading {
    width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
  }
}
.previous-projects-header-section .previous-projects-heading h2 {
  width: 100%;
  font: 600 3.5rem din-2014, sans-serif;
  color: rgb(95, 95, 95);
  margin: 0;
}
@media only screen and (max-width: 1650px) {
  .previous-projects-header-section .previous-projects-heading h2 {
    font: 600 3.15rem din-2014, sans-serif;
    line-height: 1;
    letter-spacing: -0.04rem;
  }
}
@media only screen and (max-width: 700px) {
  .previous-projects-header-section .previous-projects-heading h2 {
    font: 600 8.9vw din-2014, sans-serif;
    line-height: 1;
  }
}
@media only screen and (max-width: 510px) {
  .previous-projects-header-section .previous-projects-heading h2 {
    width: 100%;
    font: 600 12.4vw din-2014, sans-serif;
    line-height: 1;
  }
}
.previous-projects-header-section .previous-projects-heading #previous-projects-heading-text {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.8s ease 0.15s, transform 0.8s ease 0.15s;
}

.nav-nudge {
  top: calc(7vw + 70px);
}

.nav-nudge-back {
  top: 7vw;
}

#main-site-content {
  background-color: white;
  z-index: 1;
  width: 100%;
}

/* homepage styling - nested per section */
.loading-animation {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.loading-animation .lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.loading-animation .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid rgb(76, 152, 203);
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: rgb(76, 152, 203) transparent transparent transparent;
}
.loading-animation .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.loading-animation .lds-ring div:nth-child(2) {
  animation-delay: -0.1s;
}
.loading-animation .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#above-fold {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 610px;
  background-color: rgb(45, 45, 45);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 700px) {
  #above-fold {
    min-height: 420px;
    height: 100vh;
  }
}
#above-fold .slideshow.slick-initialized {
  opacity: 1;
  background-color: #2d2d2d;
}
#above-fold .testimonials-slider.slick-initialized {
  opacity: 1;
  background-color: white;
}
#above-fold .slideshow {
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: 610px;
  background-color: transparent;
  -webkit-transition: opacity 0.2s ease-in-out, background-colour 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-colour 0.2s ease-in-out;
}
@media only screen and (max-width: 700px) {
  #above-fold .slideshow {
    top: 0;
    height: 100vh;
    min-height: 420px;
  }
}
#above-fold .slideshow .slick-track {
  -webkit-transition: opacity 0.8s ease 0.15s;
  -moz-transition: opacity 0.8s ease 0.15s;
}
#above-fold .slideshow .slick-track .slick-slide {
  height: 100vh;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  #above-fold .slideshow .slick-track .slick-slide {
    height: 100vh;
  }
}
#above-fold .slideshow .slick-track .slideshow-overlay {
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.37) 10px, rgba(0, 0, 0, 0.29) 0);
}
#above-fold .slideshow .slick-track #slick-slide00 {
  background-image: url("images/af-bradninch-crescent-features-for-slide-01.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 610px;
}
@media only screen and (max-width: 700px) {
  #above-fold .slideshow .slick-track #slick-slide00 {
    min-height: 420px;
    background-position: top;
  }
}
#above-fold .slideshow .slick-track #slick-slide01 {
  background-image: url("images/af-bradninch-crescent-features-for-slide-02.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 610px;
}
@media only screen and (max-width: 700px) {
  #above-fold .slideshow .slick-track #slick-slide01 {
    min-height: 420px;
  }
}
#above-fold .slideshow .slick-track #slick-slide02 {
  background-image: url("images/af-bradninch-crescent-features-for-slide-03.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 610px;
}
@media only screen and (max-width: 700px) {
  #above-fold .slideshow .slick-track #slick-slide02 {
    min-height: 420px;
  }
}
#above-fold .slideshow .slick-track #slick-slide03 {
  background-image: url("images/af-bradninch-crescent-features-for-slide-04.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 610px;
}
@media only screen and (max-width: 700px) {
  #above-fold .slideshow .slick-track #slick-slide03 {
    min-height: 420px;
    background-position: left;
  }
}
#above-fold #feature-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  height: 100%;
  z-index: 98;
  max-width: 2100px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 700px) {
  #above-fold #feature-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    height: calc(100% - 50px);
    padding-top: 50px;
  }
}
#above-fold #feature-container #feature-text {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 30px;
  padding-right: 30px;
  width: calc(100% - 60px);
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.8s ease 0.15s, transform 0.8s ease 0.15s;
}
@media only screen and (max-width: 1650px) {
  #above-fold #feature-container #feature-text {
    margin-bottom: 0px;
    padding-bottom: calc(7.5% + 5px);
  }
}
@media only screen and (max-width: 1150px) {
  #above-fold #feature-container #feature-text {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 70%;
  }
}
@media only screen and (max-width: 700px) {
  #above-fold #feature-container #feature-text {
    width: calc(100% - 80px);
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    max-width: 100%;
    height: calc(100% - 80px);
    padding-bottom: calc(7.5% + 5px);
  }
}
@media only screen and (max-width: 610px) {
  #above-fold #feature-container #feature-text {
    height: calc(100% - 20px);
    padding-top: 20px;
    width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
  }
}
#above-fold #feature-container #feature-text .feature-button {
  text-decoration: none;
  z-index: 3;
  margin: 25px 25px 0px 0px;
}
@media only screen and (max-width: 1150px) {
  #above-fold #feature-container #feature-text .feature-button {
    margin: 25px 0px 0px 0px;
  }
}
@media only screen and (max-width: 700px) {
  #above-fold #feature-container #feature-text .feature-button {
    margin: 45px 0 0 0;
  }
}
#above-fold #feature-container #feature-text #property-text {
  font: 400 1.3rem din-2014, sans-serif;
  letter-spacing: 2px;
  color: #dfdfdf;
}
#above-fold #feature-container #feature-text #feature-tag {
  display: none;
  padding: 10px 16px 10px 17px;
  font: 700 1.3rem din-2014, sans-serif;
  letter-spacing: 1.5px;
  background: rgb(76, 152, 203);
  border-radius: 30px;
  cursor: default;
  transition: 0.1s ease;
  -webkit-transition: 0.1s ease;
  color: white;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1650px) {
  #above-fold #feature-container #feature-text #feature-tag {
    font: 700 1.2rem din-2014, sans-serif;
    margin-bottom: 25px;
  }
}
#above-fold #feature-container #feature-text #feature-tag .seperator-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: none;
}
#above-fold #feature-container #feature-text #feature-tag .seperator-container .seperator-line {
  width: 1px;
  height: 15px;
  padding: 5px;
}
#above-fold #feature-container #feature-text #feature-tag .seperator-container .seperator-line rect {
  fill: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 420px) {
  #above-fold #feature-container #feature-text #feature-tag {
    margin-bottom: 30px;
  }
}
#above-fold #feature-container #feature-text .catch-text {
  padding: 20px 25px 25px 0px;
  color: white;
  max-width: 960px;
  font: 600 5rem din-2014, sans-serif;
  letter-spacing: -0.04rem;
  z-index: 3;
  line-height: 1;
}
@media only screen and (max-width: 1650px) {
  #above-fold #feature-container #feature-text .catch-text {
    max-width: 900px;
    font: 600 4.5rem din-2014, sans-serif;
    line-height: 1;
  }
}
@media only screen and (max-width: 1150px) {
  #above-fold #feature-container #feature-text .catch-text {
    padding: 0px 0px 25px 0px;
    font: 600 5.9vw din-2014, sans-serif;
    line-height: 1;
    max-width: 800px;
  }
}
@media only screen and (max-width: 821px) {
  #above-fold #feature-container #feature-text .catch-text {
    font: 600 7.6vw din-2014, sans-serif;
    line-height: 1;
    max-width: none;
    width: auto;
  }
}
@media only screen and (max-width: 700px) {
  #above-fold #feature-container #feature-text .catch-text {
    font: 600 9.4vw din-2014, sans-serif;
    line-height: 1;
    max-width: none;
    width: auto;
    padding: 0px 0px 0px 0px;
  }
}
@media only screen and (max-width: 510px) {
  #above-fold #feature-container #feature-text .catch-text {
    font: 600 12.6vw din-2014, sans-serif;
    line-height: 1;
    max-width: none;
    width: auto;
    padding: 0px 0px 0px 0px;
  }
}
#above-fold #feature-container #feature-text #button-background button {
  padding: 25px 30px 25px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 40px;
  color: white;
  font: 600 1.35rem din-2014, sans-serif;
  letter-spacing: 2px;
  transition: 0.1s ease;
  -webkit-transition: 0.1s ease;
}
@media only screen and (min-width: 1151px) {
  #above-fold #feature-container #feature-text #button-background button:hover {
    border-color: white;
    transition: 0.1s ease;
    -webkit-transition: 0.1s ease;
  }
}
@media only screen and (max-width: 1650px) {
  #above-fold #feature-container #feature-text #button-background button {
    font: 600 1.25rem din-2014, sans-serif;
  }
}

.margined-content-wrapper {
  width: 100%;
}
.margined-content-wrapper .margined-content-a {
  width: 100%;
  margin-bottom: 6px;
}
@media only screen and (max-width: 1150px) {
  .margined-content-wrapper .margined-content-a {
    margin-bottom: 5vw;
  }
}
@media only screen and (max-width: 700px) {
  .margined-content-wrapper .margined-content-a {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 610px) {
  .margined-content-wrapper .margined-content-a {
    margin-bottom: 15px;
  }
}
.margined-content-wrapper .margined-content-b {
  width: 100%;
}
.margined-content-wrapper .margined-content-a, .margined-content-wrapper .margined-content-b {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}
.margined-content-wrapper .margined-content-a #about, .margined-content-wrapper .margined-content-b #about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.8s ease 0.15s, transform 0.8s ease 0.15s;
  max-width: 2100px;
  margin-left: auto;
  margin-right: auto;
}
.margined-content-wrapper .margined-content-a #about #about-main-content, .margined-content-wrapper .margined-content-b #about #about-main-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 1150px) {
  .margined-content-wrapper .margined-content-a #about #about-main-content, .margined-content-wrapper .margined-content-b #about #about-main-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.margined-content-wrapper .margined-content-a #about #about-main-content #text-objects, .margined-content-wrapper .margined-content-b #about #about-main-content #text-objects {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  position: relative;
  margin-top: 75px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1150px) {
  .margined-content-wrapper .margined-content-a #about #about-main-content #text-objects, .margined-content-wrapper .margined-content-b #about #about-main-content #text-objects {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 70%;
    margin-top: 100px;
    margin-bottom: 100px;
    top: 0px;
  }
}
@media only screen and (max-width: 700px) {
  .margined-content-wrapper .margined-content-a #about #about-main-content #text-objects, .margined-content-wrapper .margined-content-b #about #about-main-content #text-objects {
    margin-top: 60px;
    margin-bottom: 60px;
    width: calc(100% - 80px);
    padding-left: 40px;
    padding-right: 40px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 610px) {
  .margined-content-wrapper .margined-content-a #about #about-main-content #text-objects, .margined-content-wrapper .margined-content-b #about #about-main-content #text-objects {
    width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
  }
}
.margined-content-wrapper .margined-content-a #about #about-main-content #text-objects .box-text, .margined-content-wrapper .margined-content-b #about #about-main-content #text-objects .box-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 70%;
}
@media only screen and (max-width: 1150px) {
  .margined-content-wrapper .margined-content-a #about #about-main-content #text-objects .box-text, .margined-content-wrapper .margined-content-b #about #about-main-content #text-objects .box-text {
    width: 100%;
    max-width: 100%;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 700px) {
  .margined-content-wrapper .margined-content-a #about #about-main-content #text-objects .box-text, .margined-content-wrapper .margined-content-b #about #about-main-content #text-objects .box-text {
    max-width: 100%;
  }
}
.margined-content-wrapper .margined-content-a #about #about-main-content #text-objects .box-text #build-logo-container, .margined-content-wrapper .margined-content-b #about #about-main-content #text-objects .box-text #build-logo-container {
  width: 9vw;
  max-width: 180px;
  min-width: 120px;
  margin-bottom: 1.5vw;
}
.margined-content-wrapper .margined-content-a #about #about-main-content #text-objects .box-text #build-logo-container svg path, .margined-content-wrapper .margined-content-b #about #about-main-content #text-objects .box-text #build-logo-container svg path {
  fill: #5f5f5f;
}
.margined-content-wrapper .margined-content-a #about #about-main-content #text-objects .box-text #build-logo-container svg .st0, .margined-content-wrapper .margined-content-b #about #about-main-content #text-objects .box-text #build-logo-container svg .st0 {
  fill: rgb(76, 152, 203);
}
.margined-content-wrapper .margined-content-a #about #about-main-content #text-objects .box-text h1, .margined-content-wrapper .margined-content-b #about #about-main-content #text-objects .box-text h1 {
  display: inline;
  font: 600 4rem din-2014, sans-serif;
  color: rgb(95, 95, 95);
  line-height: 1;
  letter-spacing: -0.04rem;
}
@media only screen and (max-width: 1650px) {
  .margined-content-wrapper .margined-content-a #about #about-main-content #text-objects .box-text h1, .margined-content-wrapper .margined-content-b #about #about-main-content #text-objects .box-text h1 {
    font: 600 4vw din-2014, sans-serif;
    line-height: 1;
  }
}
@media only screen and (max-width: 1150px) {
  .margined-content-wrapper .margined-content-a #about #about-main-content #text-objects .box-text h1, .margined-content-wrapper .margined-content-b #about #about-main-content #text-objects .box-text h1 {
    max-width: 540px;
    display: inline-block;
    font: 600 3.15rem din-2014, sans-serif;
    line-height: 1;
  }
}
@media only screen and (max-width: 700px) {
  .margined-content-wrapper .margined-content-a #about #about-main-content #text-objects .box-text h1, .margined-content-wrapper .margined-content-b #about #about-main-content #text-objects .box-text h1 {
    font: 600 8.9vw din-2014, sans-serif;
    line-height: 1;
  }
}
@media only screen and (max-width: 510px) {
  .margined-content-wrapper .margined-content-a #about #about-main-content #text-objects .box-text h1, .margined-content-wrapper .margined-content-b #about #about-main-content #text-objects .box-text h1 {
    font: 600 12.6vw din-2014, sans-serif;
    line-height: 1;
  }
}
.margined-content-wrapper .margined-content-a #about #about-main-content #text-objects .box-text p, .margined-content-wrapper .margined-content-b #about #about-main-content #text-objects .box-text p {
  font: 300 1.3rem din-2014, sans-serif;
  padding-top: 25px;
  line-height: 1.6;
  text-align: left;
  color: rgb(95, 95, 95);
}
@media only screen and (max-width: 1650px) {
  .margined-content-wrapper .margined-content-a #about #about-main-content #text-objects .box-text p, .margined-content-wrapper .margined-content-b #about #about-main-content #text-objects .box-text p {
    font: 300 1.2rem din-2014, sans-serif;
    line-height: 1.6;
  }
}
.margined-content-wrapper .margined-content-a #about #about-main-content #text-objects .box-text #initially-hidden-2, .margined-content-wrapper .margined-content-b #about #about-main-content #text-objects .box-text #initially-hidden-2 {
  display: none;
}
.margined-content-wrapper .margined-content-a #about #about-main-content #text-objects .box-text button, .margined-content-wrapper .margined-content-b #about #about-main-content #text-objects .box-text button {
  width: auto;
  height: auto;
  padding: 25px 30px 25px 30px;
  font: 600 1.35rem din-2014, sans-serif;
  color: rgb(95, 95, 95);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  margin: 40px 0px 0px 0px;
  -webkit-transition: border-color 0.1s, background-color 0.1s;
  transition: border-color 0.1s, background-color 0.1s;
}
@media only screen and (min-width: 1151px) {
  .margined-content-wrapper .margined-content-a #about #about-main-content #text-objects .box-text button:hover, .margined-content-wrapper .margined-content-b #about #about-main-content #text-objects .box-text button:hover {
    border: 1px solid #A6A6A6;
  }
}
@media only screen and (max-width: 1650px) {
  .margined-content-wrapper .margined-content-a #about #about-main-content #text-objects .box-text button, .margined-content-wrapper .margined-content-b #about #about-main-content #text-objects .box-text button {
    font: 600 1.25rem din-2014, sans-serif;
  }
}
@media only screen and (max-width: 1150px) {
  .margined-content-wrapper .margined-content-a #about #about-main-content #text-objects .box-text button, .margined-content-wrapper .margined-content-b #about #about-main-content #text-objects .box-text button {
    margin: 40px 0px 0px 0px;
  }
}
@media only screen and (max-width: 700px) {
  .margined-content-wrapper .margined-content-a #about #about-main-content #text-objects .box-text button, .margined-content-wrapper .margined-content-b #about #about-main-content #text-objects .box-text button {
    margin: 40px 0px 0px 0px;
  }
}
.margined-content-wrapper .margined-content-a #about #about-main-content #text-objects .box-text #show, .margined-content-wrapper .margined-content-b #about #about-main-content #text-objects .box-text #show {
  display: none;
}
@media only screen and (min-width: 1151px) {
  .margined-content-wrapper .margined-content-a #about #about-main-content #text-objects .box-text #show:hover .reveal-icon, .margined-content-wrapper .margined-content-b #about #about-main-content #text-objects .box-text #show:hover .reveal-icon {
    fill: rgb(95, 95, 95);
    animation: doonk 0.15s ease 1;
  }
  @keyframes doonk {
    0% {
      top: 0px;
    }
    50% {
      top: 3px;
    }
    100% {
      top: 0px;
    }
  }
}
.margined-content-wrapper .margined-content-a #about #about-main-content #text-objects .box-text #show .reveal-icon, .margined-content-wrapper .margined-content-b #about #about-main-content #text-objects .box-text #show .reveal-icon {
  width: 18px;
  height: auto;
  fill: #A6A6A6;
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
  position: relative;
}
@media only screen and (min-width: 1151px) {
  .margined-content-wrapper .margined-content-a #about #about-main-content #text-objects .box-text #hide:hover .hide-icon, .margined-content-wrapper .margined-content-b #about #about-main-content #text-objects .box-text #hide:hover .hide-icon {
    fill: rgb(95, 95, 95);
    animation: doonkHide 0.15s ease 1;
  }
  @keyframes doonkHide {
    0% {
      top: 0px;
    }
    50% {
      top: -3px;
    }
    100% {
      top: 0px;
    }
  }
}
.margined-content-wrapper .margined-content-a #about #about-main-content #text-objects .box-text #hide .hide-icon, .margined-content-wrapper .margined-content-b #about #about-main-content #text-objects .box-text #hide .hide-icon {
  width: 18px;
  height: auto;
  fill: #A6A6A6;
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
  position: relative;
}
.margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container, .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  position: relative;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1650px) {
  .margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container, .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 1150px) {
  .margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container, .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container {
    padding-left: 30px;
    padding-right: 30px;
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    margin-top: 0px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 700px) {
  .margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container, .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container {
    width: calc(100% - 80px);
    padding-left: 40px;
    padding-right: 40px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 610px) {
  .margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container, .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container {
    width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
  }
}
.margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container #initially-hidden, .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container #initially-hidden {
  display: none;
  grid: auto/repeat(2, 1fr);
  grid-gap: 3px;
  width: 100%;
  max-width: none;
  padding-top: 3px;
}
@media only screen and (max-width: 1150px) {
  .margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container #initially-hidden, .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container #initially-hidden {
    grid: auto/repeat(3, 1fr);
  }
}
@media only screen and (max-width: 580px) {
  .margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container #initially-hidden, .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container #initially-hidden {
    grid: auto/repeat(2, 1fr);
  }
}
.margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid, .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid {
  display: inline-grid;
  grid: auto/repeat(2, 1fr);
  grid-gap: 3px;
  width: 100%;
}
@media only screen and (max-width: 1150px) {
  .margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid, .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid {
    grid: auto/repeat(3, 1fr);
  }
}
@media only screen and (max-width: 580px) {
  .margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid, .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid {
    grid: auto/repeat(2, 1fr);
  }
}
.margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image, .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image {
  transform: scale(1.008);
}
.margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container, .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container {
  position: relative;
  width: 100%;
  cursor: pointer;
}
@media only screen and (min-width: 1151px) {
  .margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:hover .lightbox-thumbnails-image, .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:hover .lightbox-thumbnails-image {
    transform: scale(1.025);
  }
}
.margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container .lightbox-thumbnails-image-inner, .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container .lightbox-thumbnails-image-inner {
  display: block;
  padding-bottom: 70%;
  position: relative;
  overflow: hidden;
}
.margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container .lightbox-thumbnails-image-inner .lightbox-thumbnails-image, .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container .lightbox-thumbnails-image-inner .lightbox-thumbnails-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.1s ease-out;
  -moz-transition: -moz-transform 0.1s ease-out;
  background-color: #f5f5f5;
}
.margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container .lightbox-thumbnails-image-inner .thumbnail-1, .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container .lightbox-thumbnails-image-inner .thumbnail-1 {
  background-image: url("images/feature-lightbox-thumbnail-01.jpg");
}
.margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container .lightbox-thumbnails-image-inner .thumbnail-2, .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container .lightbox-thumbnails-image-inner .thumbnail-2 {
  background-image: url("images/feature-lightbox-thumbnail-02.jpg");
}
.margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container .lightbox-thumbnails-image-inner .thumbnail-3, .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container .lightbox-thumbnails-image-inner .thumbnail-3 {
  background-image: url("images/feature-lightbox-thumbnail-03.jpg");
}
.margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container .lightbox-thumbnails-image-inner .thumbnail-4, .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container .lightbox-thumbnails-image-inner .thumbnail-4 {
  background-image: url("images/feature-lightbox-thumbnail-04.jpg");
}
.margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container .lightbox-thumbnails-image-inner .thumbnail-5, .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container .lightbox-thumbnails-image-inner .thumbnail-5 {
  background-image: url("images/feature-lightbox-thumbnail-05.jpg");
}
.margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container .lightbox-thumbnails-image-inner .thumbnail-6, .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container .lightbox-thumbnails-image-inner .thumbnail-6 {
  background-image: url("images/feature-lightbox-thumbnail-06.jpg");
}
.margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container .lightbox-thumbnails-image-inner .thumbnail-7, .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container .lightbox-thumbnails-image-inner .thumbnail-7 {
  background-image: url("images/feature-lightbox-thumbnail-07.jpg");
}
.margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container .lightbox-thumbnails-image-inner .thumbnail-8, .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container .lightbox-thumbnails-image-inner .thumbnail-8 {
  background-image: url("images/feature-lightbox-thumbnail-08.jpg");
}
@media only screen and (min-width: 1151px) {
  .margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .hidden-extra-thumbnail, .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .hidden-extra-thumbnail {
    display: none;
  }
}
@media only screen and (max-width: 580px) {
  .margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .hidden-extra-thumbnail, .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .hidden-extra-thumbnail {
    display: none;
  }
}
.margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(1), .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(1) {
  grid-row: 1;
  grid-column: 1;
}
.margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(2), .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(2) {
  grid-row: 1;
  grid-column: 2;
}
.margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(3), .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(3) {
  grid-row: 2;
  grid-column: 1;
}
.margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(4), .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(4) {
  grid-row: 2;
  grid-column: 2;
}
.margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(5), .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(5) {
  grid-row: 3;
  grid-column: 1;
}
.margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(6), .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(6) {
  grid-row: 3;
  grid-column: 2;
}
.margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(7), .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(7) {
  grid-row: 4;
  grid-column: 1;
}
.margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(8), .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(8) {
  grid-row: 4;
  grid-column: 2;
}
.margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(9), .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(9) {
  grid-row: 4;
  grid-column: 3;
}
.margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(10), .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(10) {
  grid-row: 5;
  grid-column: 2;
}
.margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(11), .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(11) {
  grid-row: 6;
  grid-column: 1;
}
.margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(12), .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(12) {
  grid-row: 6;
  grid-column: 2;
}
@media only screen and (max-width: 1150px) {
  .margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(1), .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
  }
  .margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(2), .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
  }
  .margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(3), .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(3) {
    grid-row: 1;
    grid-column: 3;
  }
  .margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(4), .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(4) {
    grid-row: 2;
    grid-column: 1;
  }
  .margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(5), .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(5) {
    grid-row: 2;
    grid-column: 2;
  }
  .margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(6), .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(6) {
    grid-row: 2;
    grid-column: 3;
  }
  .margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(7), .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(7) {
    grid-row: 3;
    grid-column: 1;
  }
  .margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(8), .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(8) {
    grid-row: 3;
    grid-column: 2;
  }
  .margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(9), .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(9) {
    grid-row: 3;
    grid-column: 3;
  }
}
@media only screen and (max-width: 580px) {
  .margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(1), .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
  }
  .margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(2), .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
  }
  .margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(3), .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(3) {
    grid-row: 2;
    grid-column: 1;
  }
  .margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(4), .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(4) {
    grid-row: 2;
    grid-column: 2;
  }
  .margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(5), .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(5) {
    grid-row: 3;
    grid-column: 1;
  }
  .margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(6), .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(6) {
    grid-row: 3;
    grid-column: 2;
  }
  .margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(7), .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(7) {
    grid-row: 4;
    grid-column: 1;
  }
  .margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(8), .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(8) {
    grid-row: 4;
    grid-column: 2;
  }
  .margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(9), .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(9) {
    grid-row: 5;
    grid-column: 1;
  }
  .margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(10), .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(10) {
    grid-row: 5;
    grid-column: 2;
  }
  .margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(11), .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(11) {
    grid-row: 6;
    grid-column: 1;
  }
  .margined-content-wrapper .margined-content-a #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(12), .margined-content-wrapper .margined-content-b #about #about-main-content .lightbox-images-thumbnails-grid-container .lightbox-thumbnails-grid .lightbox-thumbnails-image-container:nth-child(12) {
    grid-row: 6;
    grid-column: 2;
  }
}
.margined-content-wrapper .margined-content-a #previous-projects, .margined-content-wrapper .margined-content-b #previous-projects {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 110px;
}
@media only screen and (max-width: 1150px) {
  .margined-content-wrapper .margined-content-a #previous-projects, .margined-content-wrapper .margined-content-b #previous-projects {
    margin-bottom: 85px;
  }
}
@media only screen and (max-width: 700px) {
  .margined-content-wrapper .margined-content-a #previous-projects, .margined-content-wrapper .margined-content-b #previous-projects {
    margin-bottom: 80px;
  }
}
.margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container {
  width: 100%;
  background-color: white;
  margin-top: 70px;
  max-width: 2100px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1150px) {
  .margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container {
    margin-top: 5vw;
  }
}
@media only screen and (max-width: 700px) {
  .margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 610px) {
  .margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container {
    margin-top: 15px;
  }
}
.margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container #project-1, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container #project-1 {
  margin-bottom: 70px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.8s ease 0.15s, transform 0.8s ease 0.15s;
}
@media only screen and (max-width: 1150px) {
  .margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container #project-1, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container #project-1 {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container #project-2, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container #project-2 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.8s ease 0.15s, transform 0.8s ease 0.15s;
}
@media only screen and (max-width: 1150px) {
  .margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container #project-2, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container #project-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container #project-3, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container #project-3 {
  margin-top: 70px;
  margin-bottom: 70px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1150px) {
  .margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container #project-3, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container #project-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container #project-4, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container #project-4 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1150px) {
  .margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container #project-4, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container #project-4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container .project-container, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container .project-container {
  position: relative;
  width: 100%;
  color: rgb(95, 95, 95);
}
@media only screen and (max-width: 821px) {
  .margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container .project-container, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container .project-container {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1150px) {
  .margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container .project-container, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container .project-container {
    margin-bottom: 0;
  }
}
.margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container .project-container .project-hero-container, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container .project-container .project-hero-container {
  display: inline-block;
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 1150px) {
  .margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container .project-container .project-hero-container, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container .project-container .project-hero-container {
    padding-left: 30px;
    padding-right: 30px;
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    height: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container .project-container .project-hero-container, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container .project-container .project-hero-container {
    height: 100%;
    width: calc(100% - 80px);
    padding-left: 40px;
    padding-right: 40px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 610px) {
  .margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container .project-container .project-hero-container, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container .project-container .project-hero-container {
    width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
  }
}
.margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container .project-container .project-hero-container .project-hero-link, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container .project-container .project-hero-container .project-hero-link {
  display: block;
  padding-bottom: 67%;
  position: relative;
}
@media only screen and (max-width: 1150px) {
  .margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container .project-container .project-hero-container .project-hero-link, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container .project-container .project-hero-container .project-hero-link {
    padding-bottom: 60%;
  }
}
@media only screen and (max-width: 700px) {
  .margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container .project-container .project-hero-container .project-hero-link, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container .project-container .project-hero-container .project-hero-link {
    padding-bottom: 67%;
  }
}
.margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container .project-container .project-hero-container .project-hero-link .project-hero, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container .project-container .project-hero-container .project-hero-link .project-hero {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f5f5f5;
  -webkit-transition: -webkit-transform 0.1s ease-out;
  -moz-transition: -moz-transform 0.1s ease-out;
}
@media only screen and (max-width: 1150px) {
  .margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container .project-container .project-hero-container .project-hero-link .project-hero, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container .project-container .project-hero-container .project-hero-link .project-hero {
    height: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container .project-container .project-hero-container .project-hero-link .project-hero, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container .project-container .project-hero-container .project-hero-link .project-hero {
    height: 100%;
  }
}
.margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container .project-container .project-hero-container .project-hero-link .project-1-hero, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container .project-container .project-hero-container .project-hero-link .project-1-hero {
  background-image: url("images/previous-projects-1-feature-aqueduct-street.jpg");
}
.margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container .project-container .project-hero-container .project-hero-link .project-2-hero, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container .project-container .project-hero-container .project-hero-link .project-2-hero {
  background-image: url("images/previous-projects-2-feature-skaife-street.jpg");
}
.margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container .project-container .project-hero-container .project-hero-link .project-3-hero, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container .project-container .project-hero-container .project-hero-link .project-3-hero {
  background-image: url("images/previous-projects-3-feature-price-ridge.jpg");
}
.margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container .project-container .project-hero-container .project-hero-link .project-4-hero, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container .project-container .project-hero-container .project-hero-link .project-4-hero {
  background-image: url("images/previous-projects-4-feature-bradninch-crescent.jpg");
}
.margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container .project-container img, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container .project-container img {
  width: 100%;
}
.margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container .project-container .text-content-container, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container .project-container .text-content-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
}
@media only screen and (max-width: 1150px) {
  .margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container .project-container .text-content-container, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container .project-container .text-content-container {
    width: 100%;
  }
}
.margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1150px) {
  .margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box {
    width: 70%;
    background-color: white;
    margin-top: -60px;
    z-index: 9;
  }
}
@media only screen and (max-width: 700px) {
  .margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box {
    width: 100%;
    margin-top: 0;
  }
}
.margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box .text-content-objects, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box .text-content-objects {
  width: 70%;
  margin: 0px;
}
@media only screen and (max-width: 1150px) {
  .margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box .text-content-objects, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box .text-content-objects {
    padding-left: 50px;
    padding-right: 50px;
    width: calc(100% - 100px);
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    margin-top: 45px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 700px) {
  .margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box .text-content-objects, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box .text-content-objects {
    width: calc(100% - 80px);
    padding-left: 40px;
    padding-right: 40px;
    max-width: 100%;
    margin-top: 25px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 610px) {
  .margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box .text-content-objects, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box .text-content-objects {
    width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
  }
}
.margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box .text-content-objects .text-link, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box .text-content-objects .text-link {
  display: block;
  margin-top: 6%;
  cursor: default;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1150px) {
  .margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box .text-content-objects .text-link, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box .text-content-objects .text-link {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1150px) {
  .margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box .text-content-objects .text-link, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box .text-content-objects .text-link {
    padding-bottom: 5px;
  }
}
.margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box .text-content-objects .text-link h6, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box .text-content-objects .text-link h6 {
  display: inline;
  font: 600 3rem din-2014, sans-serif;
  width: auto;
  color: rgb(95, 95, 95);
  cursor: pointer;
  position: relative;
  line-height: 1;
}
@media only screen and (max-width: 1150px) {
  .margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box .text-content-objects .text-link h6, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box .text-content-objects .text-link h6 {
    font: 600 2.5rem din-2014, sans-serif;
  }
}
@media only screen and (max-width: 700px) {
  .margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box .text-content-objects .text-link h6, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box .text-content-objects .text-link h6 {
    font: 600 2rem din-2014, sans-serif;
  }
}
.margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box .text-content-objects .wrapper h4, .margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box .text-content-objects .wrapper h5, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box .text-content-objects .wrapper h4, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box .text-content-objects .wrapper h5 {
  font: 400 1.3rem din-2014, sans-serif;
  letter-spacing: 2px;
  color: darkgrey;
}
@media only screen and (max-width: 1650px) {
  .margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box .text-content-objects .wrapper h4, .margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box .text-content-objects .wrapper h5, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box .text-content-objects .wrapper h4, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box .text-content-objects .wrapper h5 {
    font: 400 1.2rem din-2014, sans-serif;
    letter-spacing: 2px;
  }
}
.margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box .text-content-objects p, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box .text-content-objects p {
  font: 300 1.3rem din-2014, sans-serif;
  line-height: 1.5;
  padding-top: 14px;
}
@media only screen and (max-width: 1650px) {
  .margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box .text-content-objects p, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box .text-content-objects p {
    font: 300 1.2rem din-2014, sans-serif;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 1150px) {
  .margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box .text-content-objects p, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box .text-content-objects p {
    padding-top: 9px;
  }
}
.margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box .text-content-objects .projects-button button, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box .text-content-objects .projects-button button {
  width: auto;
  height: auto;
  padding: 25px 30px 25px 30px;
  margin-top: 40px;
  font: 600 1.35rem din-2014, sans-serif;
  color: rgb(95, 95, 95);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: border-color 0.15s;
  transition: border-color 0.15s;
}
@media only screen and (min-width: 1151px) {
  .margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box .text-content-objects .projects-button button:hover, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box .text-content-objects .projects-button button:hover {
    border: 1px solid #A6A6A6;
  }
}
@media only screen and (max-width: 1650px) {
  .margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box .text-content-objects .projects-button button, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box .text-content-objects .projects-button button {
    font: 600 1.25rem din-2014, sans-serif;
  }
}
@media only screen and (max-width: 1650px) {
  .margined-content-wrapper .margined-content-a #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box .text-content-objects .projects-button button, .margined-content-wrapper .margined-content-b #previous-projects .feature-projects-container .project-container .text-content-container .text-content-objects-box .text-content-objects .projects-button button {
    font: 600 1.25rem din-2014, sans-serif;
  }
}
.margined-content-wrapper .margined-content-a #previous-projects #prev-pro-extra, .margined-content-wrapper .margined-content-b #previous-projects #prev-pro-extra {
  display: none;
  width: 100%;
  margin-top: 0;
}
.margined-content-wrapper .margined-content-a #previous-projects #prev-pro-button-container button, .margined-content-wrapper .margined-content-b #previous-projects #prev-pro-button-container button {
  width: auto;
  height: auto;
  padding: 25px 30px 25px 30px;
  margin-top: 110px;
  font: 600 1.35rem din-2014, sans-serif;
  color: rgb(95, 95, 95);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: border-color 0.15s;
  transition: border-color 0.15s;
}
@media only screen and (min-width: 1151px) {
  .margined-content-wrapper .margined-content-a #previous-projects #prev-pro-button-container button:hover, .margined-content-wrapper .margined-content-b #previous-projects #prev-pro-button-container button:hover {
    border: 1px solid #A6A6A6;
  }
}
@media only screen and (max-width: 1650px) {
  .margined-content-wrapper .margined-content-a #previous-projects #prev-pro-button-container button, .margined-content-wrapper .margined-content-b #previous-projects #prev-pro-button-container button {
    font: 600 1.25rem din-2014, sans-serif;
  }
}
@media only screen and (max-width: 1150px) {
  .margined-content-wrapper .margined-content-a #previous-projects #prev-pro-button-container button, .margined-content-wrapper .margined-content-b #previous-projects #prev-pro-button-container button {
    margin-top: 0;
  }
}
.margined-content-wrapper .margined-content-a #previous-projects #prev-pro-button-container #prev-pro-show, .margined-content-wrapper .margined-content-b #previous-projects #prev-pro-button-container #prev-pro-show {
  display: none;
}
@media only screen and (min-width: 1151px) {
  .margined-content-wrapper .margined-content-a #previous-projects #prev-pro-button-container #prev-pro-show:hover .reveal-icon, .margined-content-wrapper .margined-content-b #previous-projects #prev-pro-button-container #prev-pro-show:hover .reveal-icon {
    fill: rgb(95, 95, 95);
    animation: doonk 0.15s ease 1;
  }
  @keyframes doonk {
    0% {
      top: 0px;
    }
    50% {
      top: 3px;
    }
    100% {
      top: 0px;
    }
  }
}
.margined-content-wrapper .margined-content-a #previous-projects #prev-pro-button-container #prev-pro-show .reveal-icon, .margined-content-wrapper .margined-content-b #previous-projects #prev-pro-button-container #prev-pro-show .reveal-icon {
  width: 18px;
  height: auto;
  fill: #A6A6A6;
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
  position: relative;
}
@media only screen and (min-width: 1151px) {
  .margined-content-wrapper .margined-content-a #previous-projects #prev-pro-button-container #prev-pro-hide:hover .hide-icon, .margined-content-wrapper .margined-content-b #previous-projects #prev-pro-button-container #prev-pro-hide:hover .hide-icon {
    fill: rgb(95, 95, 95);
    animation: doonkHide 0.15s ease 1;
  }
  @keyframes doonkHide {
    0% {
      top: 0px;
    }
    50% {
      top: -3px;
    }
    100% {
      top: 0px;
    }
  }
}
.margined-content-wrapper .margined-content-a #previous-projects #prev-pro-button-container #prev-pro-hide .hide-icon, .margined-content-wrapper .margined-content-b #previous-projects #prev-pro-button-container #prev-pro-hide .hide-icon {
  width: 18px;
  height: auto;
  fill: #A6A6A6;
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
  position: relative;
}

#our-service-wrapper {
  background-color: #353535;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#our-service-wrapper #our-service {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 2100px;
}
@media only screen and (max-width: 1150px) {
  #our-service-wrapper #our-service {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}
#our-service-wrapper #our-service #service-section-text-objects {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  position: relative;
  margin: 6vw 0;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.8s ease 0.15s, transform 0.8s ease 0.15s;
}
@media only screen and (max-width: 1150px) {
  #our-service-wrapper #our-service #service-section-text-objects {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 70%;
    margin-top: 100px;
    margin-bottom: 100px;
    top: 0px;
  }
}
@media only screen and (max-width: 700px) {
  #our-service-wrapper #our-service #service-section-text-objects {
    margin-top: 60px;
    margin-bottom: 60px;
    max-width: 90%;
  }
}
@media only screen and (max-width: 700px) {
  #our-service-wrapper #our-service #service-section-text-objects {
    width: calc(100% - 80px);
    padding-left: 40px;
    padding-right: 40px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 610px) {
  #our-service-wrapper #our-service #service-section-text-objects {
    width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
}
#our-service-wrapper #our-service #service-section-text-objects #service-section-box-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
}
@media only screen and (max-width: 1150px) {
  #our-service-wrapper #our-service #service-section-text-objects #service-section-box-text {
    width: 100%;
    max-width: 100%;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 700px) {
  #our-service-wrapper #our-service #service-section-text-objects #service-section-box-text {
    max-width: 100%;
  }
}
#our-service-wrapper #our-service #service-section-text-objects #service-section-box-text #service-section-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
#our-service-wrapper #our-service #service-section-text-objects #service-section-box-text #service-section-text #service-logo-container {
  width: 7vw;
  max-width: 200px;
  min-width: 100px;
  margin-bottom: 1.5vw;
  position: sticky;
}
#our-service-wrapper #our-service #service-section-text-objects #service-section-box-text #service-section-text #service-logo-container svg path {
  fill: white;
}
#our-service-wrapper #our-service #service-section-text-objects #service-section-box-text #service-section-text h2 {
  display: inline;
  font: 600 4rem din-2014, sans-serif;
  line-height: 1;
  letter-spacing: -0.04rem;
  color: #E3E3E3;
}
@media only screen and (max-width: 1650px) {
  #our-service-wrapper #our-service #service-section-text-objects #service-section-box-text #service-section-text h2 {
    font: 600 3.88vw din-2014, sans-serif;
    line-height: 1;
    letter-spacing: -0.04rem;
  }
}
@media only screen and (max-width: 1150px) {
  #our-service-wrapper #our-service #service-section-text-objects #service-section-box-text #service-section-text h2 {
    font: 600 3.15rem din-2014, sans-serif;
    line-height: 1;
  }
}
@media only screen and (max-width: 700px) {
  #our-service-wrapper #our-service #service-section-text-objects #service-section-box-text #service-section-text h2 {
    font: 600 8.9vw din-2014, sans-serif;
    line-height: 1;
  }
}
@media only screen and (max-width: 510px) {
  #our-service-wrapper #our-service #service-section-text-objects #service-section-box-text #service-section-text h2 {
    font: 600 12.6vw din-2014, sans-serif;
    line-height: 1;
    width: 90%;
  }
}
#our-service-wrapper #our-service #service-section-text-objects #service-section-box-text #service-section-text p {
  font: 300 1.3rem din-2014, sans-serif;
  padding-top: 25px;
  line-height: 1.6;
  text-align: left;
  color: #A6A6A6;
}
@media only screen and (max-width: 1650px) {
  #our-service-wrapper #our-service #service-section-text-objects #service-section-box-text #service-section-text p {
    font: 300 1.2rem din-2014, sans-serif;
    line-height: 1.6;
  }
}
#our-service-wrapper #our-service #service-section-text-objects #service-section-box-text #service-section-text .service-extra {
  display: none;
}
#our-service-wrapper #our-service #service-section-text-objects #service-section-box-text #service-section-text .service-extra p {
  font: 300 1.3rem din-2014, sans-serif;
  padding-top: 25px;
  line-height: 1.6;
  text-align: left;
  color: #A6A6A6;
}
@media only screen and (max-width: 1650px) {
  #our-service-wrapper #our-service #service-section-text-objects #service-section-box-text #service-section-text .service-extra p {
    font: 300 1.2rem din-2014, sans-serif;
    line-height: 1.6;
  }
}
#our-service-wrapper #our-service #service-section-text-objects #service-section-box-text #service-section-text #service-button-container button {
  width: auto;
  height: auto;
  padding: 25px 30px 25px 30px;
  font: 600 1.35rem din-2014, sans-serif;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 40px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  margin: 40px 0px 0px 0px;
  -webkit-transition: border-color 0.1s, background-color 0.1s;
  transition: border-color 0.1s, background-color 0.1s;
}
@media only screen and (min-width: 1151px) {
  #our-service-wrapper #our-service #service-section-text-objects #service-section-box-text #service-section-text #service-button-container button:hover {
    border: 1px solid #A6A6A6;
  }
}
@media only screen and (max-width: 1650px) {
  #our-service-wrapper #our-service #service-section-text-objects #service-section-box-text #service-section-text #service-button-container button {
    font: 600 1.25rem din-2014, sans-serif;
  }
}
@media only screen and (max-width: 1150px) {
  #our-service-wrapper #our-service #service-section-text-objects #service-section-box-text #service-section-text #service-button-container button {
    margin: 40px 0px 0px 0px;
  }
}
@media only screen and (max-width: 700px) {
  #our-service-wrapper #our-service #service-section-text-objects #service-section-box-text #service-section-text #service-button-container button {
    margin: 40px 0px 0px 0px;
  }
}
#our-service-wrapper #our-service #service-section-text-objects #service-section-box-text #service-section-text #service-button-container #show-more-service {
  display: none;
}
@media only screen and (min-width: 1151px) {
  #our-service-wrapper #our-service #service-section-text-objects #service-section-box-text #service-section-text #service-button-container #show-more-service:hover .reveal-icon {
    fill: white;
    animation: doonk 0.15s ease 1;
  }
  @keyframes doonk {
    0% {
      top: 0px;
    }
    50% {
      top: 3px;
    }
    100% {
      top: 0px;
    }
  }
}
#our-service-wrapper #our-service #service-section-text-objects #service-section-box-text #service-section-text #service-button-container #show-more-service .reveal-icon {
  width: 18px;
  height: auto;
  fill: #A6A6A6;
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
  position: relative;
}
@media only screen and (min-width: 1151px) {
  #our-service-wrapper #our-service #service-section-text-objects #service-section-box-text #service-section-text #service-button-container #hide-more-service:hover .hide-icon {
    fill: white;
    animation: doonkHide 0.15s ease 1;
  }
  @keyframes doonkHide {
    0% {
      top: 0px;
    }
    50% {
      top: -3px;
    }
    100% {
      top: 0px;
    }
  }
}
#our-service-wrapper #our-service #service-section-text-objects #service-section-box-text #service-section-text #service-button-container #hide-more-service .hide-icon {
  width: 18px;
  height: auto;
  fill: #A6A6A6;
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
  position: relative;
}
#our-service-wrapper #our-service #service-section-graphic-side {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.8s ease 0.15s, transform 0.8s ease 0.15s;
}
@media only screen and (max-width: 1150px) {
  #our-service-wrapper #our-service #service-section-graphic-side {
    display: none;
  }
}
#our-service-wrapper #our-service #service-section-graphic-side #service-graphic {
  width: 65%;
  max-width: 535px;
}
#our-service-wrapper #our-service #service-section-graphic-side #service-graphic svg .st0 {
  fill: #808285;
}
#our-service-wrapper #our-service #service-section-graphic-side #service-graphic svg .st1 {
  fill: #BCBEC0;
}
#our-service-wrapper #our-service #service-section-graphic-side #service-graphic svg g .st1 {
  fill: #BCBEC0;
}
#our-service-wrapper #our-service #service-section-graphic-side #service-graphic svg g .st2 {
  fill: #FFFFFF;
}
#our-service-wrapper #our-service #service-section-graphic-side #service-graphic svg g .st3 {
  fill: #4C98CB;
}

#testimonials-wrapper {
  background-color: #f5f5f5;
}
#testimonials-wrapper #testimonials {
  max-width: 2100px;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 0 30px 0;
}
@media only screen and (max-width: 1150px) {
  #testimonials-wrapper #testimonials {
    padding: 60px 0 0 0;
  }
}
@media only screen and (max-width: 700px) {
  #testimonials-wrapper #testimonials {
    padding: 40px 0 0 0;
  }
}
#testimonials-wrapper #testimonials .testimonials-heading {
  text-align: center;
  margin: 0 0 50px 0;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1150px) {
  #testimonials-wrapper #testimonials .testimonials-heading {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    max-width: 70%;
  }
}
@media only screen and (max-width: 700px) {
  #testimonials-wrapper #testimonials .testimonials-heading {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    width: calc(100% - 80px);
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 610px) {
  #testimonials-wrapper #testimonials .testimonials-heading {
    width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
  }
}
#testimonials-wrapper #testimonials .testimonials-heading h2 {
  display: inline;
  font: 600 4rem din-2014, sans-serif;
  color: rgb(95, 95, 95);
  line-height: 1;
  letter-spacing: -0.04rem;
}
@media only screen and (max-width: 1650px) {
  #testimonials-wrapper #testimonials .testimonials-heading h2 {
    font: 600 3.8vw din-2014, sans-serif;
    line-height: 1;
  }
}
@media only screen and (max-width: 1400px) {
  #testimonials-wrapper #testimonials .testimonials-heading h2 {
    font: 600 3.2rem din-2014, sans-serif;
    line-height: 1;
  }
}
@media only screen and (max-width: 1150px) {
  #testimonials-wrapper #testimonials .testimonials-heading h2 {
    font: 600 3.15rem din-2014, sans-serif;
    line-height: 1;
  }
}
@media only screen and (max-width: 700px) {
  #testimonials-wrapper #testimonials .testimonials-heading h2 {
    font: 600 8.9vw din-2014, sans-serif;
    line-height: 1;
  }
}
@media only screen and (max-width: 510px) {
  #testimonials-wrapper #testimonials .testimonials-heading h2 {
    font: 600 12.6vw din-2014, sans-serif;
    line-height: 1;
  }
}
#testimonials-wrapper #testimonials #slider-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#testimonials-wrapper #testimonials #slider-wrapper .testimonials-slider {
  max-width: 100%;
  width: 100%;
}
#testimonials-wrapper #testimonials #slider-wrapper .testimonials-slider div {
  display: inline-block;
  width: 100%;
}
#testimonials-wrapper #testimonials #slider-wrapper .testimonials-slider div .testimonials-content-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  padding-bottom: 100px;
  min-height: 436px;
  color: rgb(95, 95, 95);
  max-width: calc(85% + 30px);
}
@media only screen and (max-width: 1150px) {
  #testimonials-wrapper #testimonials #slider-wrapper .testimonials-slider div .testimonials-content-slide {
    max-width: 70%;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 700px) {
  #testimonials-wrapper #testimonials #slider-wrapper .testimonials-slider div .testimonials-content-slide {
    max-width: calc(90% + 60px);
  }
}
@media only screen and (max-width: 700px) {
  #testimonials-wrapper #testimonials #slider-wrapper .testimonials-slider div .testimonials-content-slide {
    width: 100%;
    max-width: 100%;
  }
}
#testimonials-wrapper #testimonials #slider-wrapper .testimonials-slider div .testimonials-content-slide .quote-icon-svg {
  display: block;
  width: 70px;
  margin-bottom: 30px;
}
#testimonials-wrapper #testimonials #slider-wrapper .testimonials-slider div .testimonials-content-slide .quote-icon-svg path {
  fill: #4C98CB;
}
@media only screen and (max-width: 700px) {
  #testimonials-wrapper #testimonials #slider-wrapper .testimonials-slider div .testimonials-content-slide .quote-icon-svg {
    margin-bottom: 20px;
  }
}
#testimonials-wrapper #testimonials #slider-wrapper .testimonials-slider div .testimonials-content-slide .testimonial {
  position: relative;
  display: block;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font: 300 1.3rem din-2014, sans-serif;
  line-height: 1.5;
  letter-spacing: 0.08px;
}
@media only screen and (max-width: 1650px) {
  #testimonials-wrapper #testimonials #slider-wrapper .testimonials-slider div .testimonials-content-slide .testimonial {
    font: 300 1.2rem din-2014, sans-serif;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 700px) {
  #testimonials-wrapper #testimonials #slider-wrapper .testimonials-slider div .testimonials-content-slide .testimonial {
    padding-bottom: 20px;
  }
}
#testimonials-wrapper #testimonials #slider-wrapper .testimonials-slider div .testimonials-content-slide .five-star-icon-svg {
  display: block;
  width: 135px;
  height: 21.1333px;
  padding-top: 20px;
}
#testimonials-wrapper #testimonials #slider-wrapper .testimonials-slider div .testimonials-content-slide .five-star-icon-svg path {
  fill: rgb(45, 45, 45);
}
#testimonials-wrapper #testimonials #slider-wrapper .testimonials-slider div .testimonials-content-slide .facebook-reccomends-icon-svg {
  display: inline-block;
  width: 135px;
  padding-top: 20px;
}
#testimonials-wrapper #testimonials #slider-wrapper .testimonials-slider div .testimonials-content-slide .facebook-reccomends-icon-svg path {
  fill: rgb(45, 45, 45);
}
#testimonials-wrapper #testimonials #slider-wrapper .testimonials-slider div .testimonials-content-slide a .author {
  display: block;
  font: 400 1.2rem din-2014, sans-serif;
  padding-top: 10px;
  padding-bottom: 20px;
  -webkit-transition: color 0.15s;
  color: #A6A6A6;
}
@media only screen and (min-width: 1151px) {
  #testimonials-wrapper #testimonials #slider-wrapper .testimonials-slider div .testimonials-content-slide a .author:hover {
    color: rgb(95, 95, 95);
  }
}
@media only screen and (max-width: 1650px) {
  #testimonials-wrapper #testimonials #slider-wrapper .testimonials-slider div .testimonials-content-slide a .author {
    font: 400 1rem din-2014, sans-serif;
  }
}
@media only screen and (max-width: 700px) {
  #testimonials-wrapper #testimonials #slider-wrapper .testimonials-slider div .testimonials-content-slide a .author {
    padding-bottom: 0;
  }
}
#testimonials-wrapper #testimonials #slider-wrapper .testimonials-slider div .testimonials-content-slide a .author .review-platform {
  font-style: italic;
}
#testimonials-wrapper #testimonials #slider-wrapper .testimonials-slider div .left-slide {
  margin-left: auto;
  padding-left: 30px;
  padding-right: 15px;
}
@media only screen and (max-width: 1150px) {
  #testimonials-wrapper #testimonials #slider-wrapper .testimonials-slider div .left-slide {
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 700px) {
  #testimonials-wrapper #testimonials #slider-wrapper .testimonials-slider div .left-slide {
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 610px) {
  #testimonials-wrapper #testimonials #slider-wrapper .testimonials-slider div .left-slide {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#testimonials-wrapper #testimonials #slider-wrapper .testimonials-slider div .right-slide {
  margin-right: auto;
  padding-left: 15px;
  padding-right: 30px;
}
@media only screen and (max-width: 1150px) {
  #testimonials-wrapper #testimonials #slider-wrapper .testimonials-slider div .right-slide {
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 700px) {
  #testimonials-wrapper #testimonials #slider-wrapper .testimonials-slider div .right-slide {
    margin-right: 0;
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 610px) {
  #testimonials-wrapper #testimonials #slider-wrapper .testimonials-slider div .right-slide {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* projects pages styling - nested per section */
.previous-projects-alternate-fixed-nav {
  background-color: rgba(0, 0, 0, 0);
}

#af-feature-header {
  width: 100%;
  height: 300px;
  background-color: #353535;
}
@media only screen and (max-width: 1150px) {
  #af-feature-header {
    height: 240px;
  }
}
@media only screen and (max-width: 821px) {
  #af-feature-header {
    height: 190px;
  }
}
#af-feature-header #image-overlay {
  width: 100%;
  height: 100%;
  max-width: 2100px;
  margin-left: auto;
  margin-right: auto;
}
#af-feature-header #image-overlay #header-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 30px;
  padding-right: 30px;
  width: calc(100% - 60px);
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
@media only screen and (max-width: 1150px) {
  #af-feature-header #image-overlay #header-section {
    max-width: 90%;
  }
}
@media only screen and (max-width: 700px) {
  #af-feature-header #image-overlay #header-section {
    width: calc(100% - 80px);
    padding-left: 40px;
    padding-right: 40px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 610px) {
  #af-feature-header #image-overlay #header-section {
    width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
  }
}
#af-feature-header #image-overlay #header-section .header-content {
  padding-bottom: 40px;
}
@media only screen and (max-width: 1150px) {
  #af-feature-header #image-overlay #header-section .header-content {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 821px) {
  #af-feature-header #image-overlay #header-section .header-content {
    padding-bottom: 20px;
  }
}
#af-feature-header #image-overlay #header-section .header-content a h2 {
  font: 400 1.2rem din-2014, sans-serif;
  letter-spacing: 2px;
  color: white;
  margin-bottom: 10px;
}
#af-feature-header #image-overlay #header-section .header-content h3 {
  position: relative;
  left: -4px;
  color: white;
  font: 600 5rem din-2014, sans-serif;
  letter-spacing: -0.04rem;
  line-height: 1;
}
@media only screen and (max-width: 1650px) {
  #af-feature-header #image-overlay #header-section .header-content h3 {
    left: -4px;
    max-width: 800px;
    font: 600 4.5rem din-2014, sans-serif;
    line-height: 1;
  }
}
@media only screen and (max-width: 1150px) {
  #af-feature-header #image-overlay #header-section .header-content h3 {
    left: -3px;
    font: 600 3.5rem din-2014, sans-serif;
    line-height: 0.95;
  }
}
@media only screen and (max-width: 821px) {
  #af-feature-header #image-overlay #header-section .header-content h3 {
    left: -2px;
    font: 600 2.8rem din-2014, sans-serif;
    line-height: 1;
    width: auto;
  }
}
@media only screen and (max-width: 480px) {
  #af-feature-header #image-overlay #header-section .header-content h3 {
    font: 600 2.4rem din-2014, sans-serif;
    line-height: 1;
  }
}
@media only screen and (max-width: 360px) {
  #af-feature-header #image-overlay #header-section .header-content h3 {
    font: 600 2rem din-2014, sans-serif;
    line-height: 1;
  }
}
#af-feature-header #image-overlay #header-section .header-content a #share-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 10px 15px 10px 15px;
  margin-bottom: 5px;
  -webkit-transition: border-color 0.15s;
  transition: border-color 0.15s;
  transition: 0.1s ease;
  -webkit-transition: 0.1s ease;
}
@media only screen and (min-width: 1151px) {
  #af-feature-header #image-overlay #header-section .header-content a #share-button:hover {
    border: 1px solid white;
  }
}
@media only screen and (max-width: 1150px) {
  #af-feature-header #image-overlay #header-section .header-content a #share-button {
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 610px) {
  #af-feature-header #image-overlay #header-section .header-content a #share-button {
    padding: 6px 10px 6px 9px;
  }
}
@media only screen and (max-width: 700px) {
  #af-feature-header #image-overlay #header-section .header-content a #share-button {
    margin-bottom: 2px;
  }
}
#af-feature-header #image-overlay #header-section .header-content a #share-button #share-icon {
  width: 20px;
}
#af-feature-header #image-overlay #header-section .header-content a #share-button #share-icon path {
  fill: white;
}
#af-feature-header #image-overlay #header-section .header-content a #share-button span {
  font: 400 1.2rem din-2014, sans-serif;
  letter-spacing: 1px;
  color: white;
  padding-left: 7px;
}
@media only screen and (max-width: 821px) {
  #af-feature-header #image-overlay #header-section .header-content a #share-button span {
    font: 300 1rem din-2014, sans-serif;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 480px) {
  #af-feature-header #image-overlay #header-section .header-content a #share-button span {
    display: none;
  }
}

#main-margined-wrapper {
  max-width: 2100px;
  margin-left: auto;
  margin-right: auto;
}
#main-margined-wrapper #previous-projects-page-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  align-items: stretch;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 7vw;
  width: calc(100% - 60px);
  max-width: 85%;
  margin: 5.5vw auto 0 auto;
  height: 100%;
}
@media only screen and (max-width: 1150px) {
  #main-margined-wrapper #previous-projects-page-content {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 700px) {
  #main-margined-wrapper #previous-projects-page-content {
    width: calc(100% - 80px);
    padding-left: 40px;
    padding-right: 40px;
    max-width: 100%;
    margin: 40px auto 0 auto;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 610px) {
  #main-margined-wrapper #previous-projects-page-content {
    width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
    margin: 20px auto 0 auto;
  }
}
#main-margined-wrapper #previous-projects-page-content #sidebar-content {
  width: 35%;
}
@media only screen and (max-width: 1150px) {
  #main-margined-wrapper #previous-projects-page-content #sidebar-content {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 700px) {
  #main-margined-wrapper #previous-projects-page-content #sidebar-content {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
#main-margined-wrapper #previous-projects-page-content #sidebar-content #side-nav-list {
  position: sticky;
  position: webkit sticky;
  color: #A6A6A6;
  transition: top 0.2s ease-in-out, -webkit-top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
}
@media only screen and (max-width: 1150px) {
  #main-margined-wrapper #previous-projects-page-content #sidebar-content #side-nav-list {
    position: relative;
    position: webkit relative;
    top: auto;
  }
}
#main-margined-wrapper #previous-projects-page-content #sidebar-content #side-nav-list ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 1150px) {
  #main-margined-wrapper #previous-projects-page-content #sidebar-content #side-nav-list ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#main-margined-wrapper #previous-projects-page-content #sidebar-content #side-nav-list ul .nav-section-title {
  font: 300 3rem din-2014, sans-serif;
  letter-spacing: 2px;
  line-height: 1;
  color: rgb(95, 95, 95);
  margin-bottom: 15px;
}
@media only screen and (max-width: 1650px) {
  #main-margined-wrapper #previous-projects-page-content #sidebar-content #side-nav-list ul .nav-section-title {
    font: 300 2.5rem din-2014, sans-serif;
    letter-spacing: 2px;
    line-height: 1;
  }
}
#main-margined-wrapper #previous-projects-page-content #sidebar-content #side-nav-list ul a {
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
@media only screen and (min-width: 1151px) {
  #main-margined-wrapper #previous-projects-page-content #sidebar-content #side-nav-list ul a:hover {
    color: rgb(95, 95, 95);
  }
}
#main-margined-wrapper #previous-projects-page-content #sidebar-content #side-nav-list ul a li {
  padding: 7px 7px 7px 0;
  font: 300 1.5rem din-2014, sans-serif;
  letter-spacing: 2px;
}
#main-margined-wrapper #previous-projects-page-content #sidebar-content #side-nav-list ul a:nth-of-type(3) li {
  padding: 7px 7px 0 0;
}
#main-margined-wrapper #previous-projects-page-content #main-content {
  width: 65%;
}
@media only screen and (max-width: 1150px) {
  #main-margined-wrapper #previous-projects-page-content #main-content {
    width: 100%;
  }
}
#main-margined-wrapper #previous-projects-page-content #main-content .facade-image-container {
  background-color: #f5f5f5;
  width: 100%;
}
#main-margined-wrapper #previous-projects-page-content #main-content .facade-image-container img {
  width: 100%;
}
#main-margined-wrapper #previous-projects-page-content #main-content #property-details-container #property-name {
  font: 300 1.8rem din-2014, sans-serif;
  letter-spacing: 2px;
  color: rgb(95, 95, 95);
  padding-top: 45px;
}
@media only screen and (max-width: 1650px) {
  #main-margined-wrapper #previous-projects-page-content #main-content #property-details-container #property-name {
    font: 300 1.6rem din-2014, sans-serif;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 700px) {
  #main-margined-wrapper #previous-projects-page-content #main-content #property-details-container #property-name {
    padding-top: 25px;
  }
}
#main-margined-wrapper #previous-projects-page-content #main-content #property-details-container #feature-specs {
  font: 400 1.3rem din-2014, sans-serif;
  letter-spacing: 2px;
  color: #A6A6A6;
  padding: 10px 0;
}
@media only screen and (max-width: 1650px) {
  #main-margined-wrapper #previous-projects-page-content #main-content #property-details-container #feature-specs {
    font: 400 1.2rem din-2014, sans-serif;
    letter-spacing: 2px;
  }
}
@media only screen and (max-width: 700px) {
  #main-margined-wrapper #previous-projects-page-content #main-content #property-details-container #feature-specs {
    padding: 5px 0;
  }
}
#main-margined-wrapper #previous-projects-page-content #main-content #property-details-container #overview-first-paragraph {
  font: 300 1.3rem din-2014, sans-serif;
  line-height: 1.6;
  padding-top: 20px;
  color: rgb(95, 95, 95);
}
@media only screen and (max-width: 1650px) {
  #main-margined-wrapper #previous-projects-page-content #main-content #property-details-container #overview-first-paragraph {
    font: 300 1.2rem din-2014, sans-serif;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 700px) {
  #main-margined-wrapper #previous-projects-page-content #main-content #property-details-container #overview-first-paragraph {
    padding-top: 10px;
  }
}
#main-margined-wrapper #previous-projects-page-content #main-content #property-details-container .center-paragraph {
  font: 300 1.3rem din-2014, sans-serif;
  line-height: 1.6;
  padding-top: 15px;
  color: rgb(95, 95, 95);
}
@media only screen and (max-width: 1650px) {
  #main-margined-wrapper #previous-projects-page-content #main-content #property-details-container .center-paragraph {
    font: 300 1.2rem din-2014, sans-serif;
    line-height: 1.6;
  }
}
#main-margined-wrapper #previous-projects-page-content #main-content #property-details-container #overview-last-paragraph {
  font: 300 1.3rem din-2014, sans-serif;
  line-height: 1.6;
  padding-top: 15px;
  color: rgb(95, 95, 95);
}
@media only screen and (max-width: 1650px) {
  #main-margined-wrapper #previous-projects-page-content #main-content #property-details-container #overview-last-paragraph {
    font: 300 1.2rem din-2014, sans-serif;
    line-height: 1.6;
  }
}
#main-margined-wrapper #previous-projects-page-content #main-content #floorplan-button {
  width: auto;
  height: auto;
  padding: 25px 30px 25px 30px;
  margin: 55px 0 110px 0;
  font: 600 1.35rem din-2014, sans-serif;
  color: #5f5f5f;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: border-color 0.15s;
  transition: border-color 0.15s;
}
@media only screen and (min-width: 1151px) {
  #main-margined-wrapper #previous-projects-page-content #main-content #floorplan-button:hover {
    border: 1px solid #A6A6A6;
  }
}
@media only screen and (max-width: 1650px) {
  #main-margined-wrapper #previous-projects-page-content #main-content #floorplan-button {
    font: 600 1.25rem din-2014, sans-serif;
  }
}
@media only screen and (max-width: 1150px) {
  #main-margined-wrapper #previous-projects-page-content #main-content #floorplan-button {
    margin: 55px 0 100px 0;
  }
}
@media only screen and (max-width: 700px) {
  #main-margined-wrapper #previous-projects-page-content #main-content #floorplan-button {
    margin: 40px 0 60px 0;
  }
}
#main-margined-wrapper #previous-projects-page-content #main-content #property-gallery-grid {
  display: inline-grid;
  grid: repeat(3, 1fr)/repeat(3, 1fr);
  grid-gap: 3px;
  width: 100%;
}
#main-margined-wrapper #previous-projects-page-content #main-content #property-gallery-grid .property-gallery-image-container {
  position: relative;
  width: 100%;
  cursor: pointer;
}
@media only screen and (min-width: 1151px) {
  #main-margined-wrapper #previous-projects-page-content #main-content #property-gallery-grid .property-gallery-image-container:hover .property-gallery-image {
    transform: scale(1.02);
  }
}
#main-margined-wrapper #previous-projects-page-content #main-content #property-gallery-grid .property-gallery-image-container .property-gallery-image-inner {
  display: block;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
}
#main-margined-wrapper #previous-projects-page-content #main-content #property-gallery-grid .property-gallery-image-container .property-gallery-image-inner .property-gallery-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.1s ease-out;
  -moz-transition: -moz-transform 0.1s ease-out;
}
#main-margined-wrapper #page-end {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#main-margined-wrapper #page-end #cvh-logo-page-end {
  display: none;
  margin: 7vw 0 0 0;
  max-width: 184px;
  min-width: 120px;
  width: 12vw;
}
@media only screen and (max-width: 1150px) {
  #main-margined-wrapper #page-end #cvh-logo-page-end {
    margin: 0;
  }
}
#main-margined-wrapper #page-end #cvh-logo-page-end path {
  fill: rgb(76, 152, 203);
}

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

/* contact form success page styling */
.submission-notification {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}
.submission-notification h6, .submission-notification p {
  font: 400 1.2rem din-2014, sans-serif;
  color: #A6A6A6;
  line-height: 1;
}
.submission-notification h6 {
  margin-bottom: 10px;
}
.submission-notification p {
  margin: 0 20px 30px 20px;
  text-align: center;
}
.submission-notification a button {
  padding: 20px 25px;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
  color: white;
  font: 600 1.2rem din-2014, sans-serif;
  background-color: rgb(76, 152, 203);
  border-radius: 40px;
}

/*# sourceMappingURL=stylesheet.css.map */
