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

body {
  color: #eaeaea;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section {
  justify-content: space-between;
  display: flex;
}

.top-line {
  width: 50px;
  height: 2px;
  color: #9abdc7;
  background-color: #fff;
  margin-bottom: 10px;
}

.top-line:active {
  background-color: #fff;
}

.top-line:focus {
  background-color: #6f6e6e;
}

.bottom-line {
  width: 50px;
  height: 2px;
  color: #fff;
  background-color: #fff;
}

.bottom-line:active {
  background-color: #fff;
}

.bottom-line:focus {
  background-color: #6f6e6e;
}

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  margin-right: 20px;
  display: flex;
}

.navbar {
  z-index: 98;
  background-color: rgba(0, 0, 0, 0);
  border: 0 #fff;
  position: static;
}

.container {
  z-index: auto;
  width: auto;
  min-height: 75px;
  min-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: 0 #fff;
  border-radius: 9px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.hero-overlay {
  z-index: 1;
  width: auto;
  height: 60vh;
  max-height: none;
  min-width: 0;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: rgba(111, 110, 110, .5);
  background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/design.png');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  background-clip: border-box;
  flex-direction: row;
  margin-top: -109px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
}

.centered-container {
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  display: flex;
}

.heading1 {
  color: #d6d2d2;
  text-transform: uppercase;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Fugaz One, sans-serif;
  font-size: 40px;
  line-height: 60px;
  transform: rotate(0);
}

.text-block {
  width: 50%;
  color: #d6d2d2;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 40px;
  padding: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  transition: opacity .2s;
  display: block;
}

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

.div-block-4 {
  width: 50%;
  background-image: url('../images/concrete.png');
  background-position: 0 0;
  background-size: cover;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.heading2 {
  color: #8ad7ee;
  flex: none;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 13px;
  padding-left: 10px;
  font-family: Pacifico, sans-serif;
  font-size: 40px;
  font-weight: 400;
  transform: rotate(0);
}

.heading3 {
  text-transform: uppercase;
  flex: 0 auto;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fugaz One, sans-serif;
  font-size: 40px;
  display: flex;
  transform: rotate(0);
}

.div-block-5 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-top: 80px;
  padding-left: 80px;
  display: flex;
}

.section-2 {
  margin-top: 100px;
  display: flex;
}

.image {
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.image-2 {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 20px;
}

.div-block-6 {
  width: auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-3 {
  width: 100%;
  max-width: none;
  padding-right: 20px;
}

.section-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-7 {
  align-items: flex-start;
  display: flex;
}

.div-block-8 {
  width: 100%;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.link-block {
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.link-block-2 {
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.section-4 {
  display: flex;
}

.link-block-3 {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.image-4 {
  width: 75%;
  max-width: none;
  min-height: auto;
  min-width: auto;
  flex: 0 auto;
  margin-left: -75px;
}

.heading {
  text-transform: uppercase;
  font-family: Fugaz One, sans-serif;
}

.heading-2 {
  color: #535252;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 40px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
}

.text-block-2 {
  color: #fff;
  text-align: left;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.section-5 {
  z-index: 99;
  border: 0 #fff;
  border-radius: 0;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  position: static;
}

.menu-button {
  z-index: 99;
  margin-top: 20px;
  display: none;
}

.menu-button:active, .menu-button.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.div-block-9 {
  width: 100%;
  max-width: none;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  margin-top: 40px;
  margin-left: 0;
  display: flex;
  overflow: visible;
}

.grid-2 {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 32%);
  margin: 50px 40px;
  padding-right: 0;
}

.section-6 {
  text-align: center;
  background-color: #6f6e6e;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.section-7 {
  background-color: rgba(14, 61, 85, .71);
  background-image: linear-gradient(rgba(14, 61, 85, .36), rgba(14, 61, 85, .36)), url('../images/y-so-serious-white.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.image-5 {
  height: 4vh;
  background-color: #6f6e6e;
  padding-right: 20px;
}

.image-6 {
  height: 4vh;
  padding-right: 20px;
}

.image-7 {
  height: 4vh;
  padding-right: 0;
}

.div-block-10 {
  text-align: center;
  align-self: center;
  margin-left: 0;
  padding-bottom: 20px;
}

.text-block-3 {
  text-transform: lowercase;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 40px;
}

.image-8 {
  height: 4vh;
  margin-top: -15px;
}

.link {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.heading-3 {
  color: #9abdc7;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  align-self: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.link-2 {
  color: #fff;
  font-family: Fugaz One, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.div-block-11 {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.image-9 {
  height: 4vh;
}

.div-block-12 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  margin-bottom: 20px;
  display: flex;
}

.div-block-13 {
  margin-right: 0;
  display: flex;
}

.section-8 {
  height: 60vh;
  background-color: #6f6e6e;
  background-image: linear-gradient(rgba(14, 61, 85, .36), rgba(14, 61, 85, .36)), url('../images/double-bubble-outline.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  margin-top: -109px;
  display: block;
}

.div-block-14 {
  width: auto;
  max-width: none;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  margin-top: 0;
  margin-left: 0;
  padding-bottom: 20px;
  display: flex;
}

.heading-4 {
  width: auto;
  color: #6f6e6e;
  text-align: left;
  margin-top: 100px;
  margin-left: 0;
  font-family: Fugaz One, sans-serif;
  font-size: 40px;
  font-weight: 400;
  display: inline-block;
}

.text-block-4 {
  width: 90%;
  color: #535252;
  align-self: auto;
  margin-left: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

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

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  width: 100%;
  border-radius: 0%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-5 {
  color: rgba(14, 61, 85, .36);
  letter-spacing: 10px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.paragraph {
  color: #535252;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.heading-6 {
  color: rgba(14, 61, 85, .36);
  letter-spacing: 10px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.paragraph-2, .paragraph-3 {
  color: #535252;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.heading-7 {
  color: rgba(14, 61, 85, .36);
  letter-spacing: 10px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.image-10 {
  width: auto;
  height: 75px;
  max-width: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

.container-2 {
  max-width: none;
  margin-top: 0;
  display: flex;
}

.container-3 {
  max-width: none;
  flex-wrap: nowrap;
  margin-top: 0;
  padding-top: 59px;
  display: flex;
}

.image-11 {
  height: 45vh;
  max-width: none;
  flex: none;
  margin-top: 54px;
  margin-bottom: 0;
  margin-right: 40px;
}

.div-block-15 {
  margin-top: 50px;
}

.container-4 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-16 {
  flex-direction: row;
  display: flex;
  position: relative;
}

.hero-overlay-2 {
  height: 578px;
  max-height: none;
  color: #fff;
  background-image: linear-gradient(rgba(14, 61, 85, .36), rgba(14, 61, 85, .36)), url('../images/double-bubble-outline.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: flex-end;
  margin-top: -124px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.div-block-17 {
  width: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 20px 20px;
  display: flex;
}

.paragraph-4 {
  width: 70%;
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.heading-8 {
  color: #fff;
  text-align: left;
  white-space: normal;
  margin-top: 0;
  font-family: Fugaz One, sans-serif;
  font-size: 40px;
}

.div-block-18 {
  width: 100%;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 117px;
  display: flex;
  overflow: hidden;
}

.div-block-19 {
  width: 30%;
  background-image: url('../images/scottabout.PNG');
  background-position: 0 0;
  background-size: cover;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 70%) minmax(30%, 1fr);
  margin-top: 0;
}

.image-12 {
  width: auto;
  height: 40vh;
  max-width: none;
  align-self: flex-end;
  margin-top: 0;
}

.hero-overlay-3 {
  height: 1000px;
  max-height: none;
  color: #fff;
  background-image: url('../images/contactpt.png'), linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  background-position: 50% 100%, 0 0;
  background-size: cover, auto;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  margin-top: -124px;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.centered-container-2 {
  text-align: center;
  flex: 1;
  margin-top: 150px;
  display: block;
}

.heading-9 {
  color: #fff;
  text-align: left;
  font-family: Fugaz One, sans-serif;
  font-size: 40px;
}

.paragraph-5 {
  color: #fff;
  text-align: left;
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.container-5 {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  justify-content: center;
  margin-top: 0;
  padding-top: 40px;
  font-family: Lato, sans-serif;
  display: flex;
}

.form {
  color: #6f6e6e;
}

.div-block-20 {
  background-color: rgba(0, 0, 0, .1);
  flex-direction: column;
  margin-top: 0;
  padding: 20px;
  display: block;
}

.form-block {
  width: 75%;
  margin-bottom: 40px;
}

.home {
  min-width: 100%;
  color: #fff;
  border: 0 #000;
  justify-content: center;
  align-self: center;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  display: flex;
}

.home.w--current {
  min-width: 100%;
  color: #fff;
  border: 1px #000;
  justify-content: center;
  align-self: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-menu {
  z-index: 9999999;
  width: 100%;
  max-width: none;
  min-height: auto;
  min-width: auto;
  text-align: center;
  background-color: rgba(0, 0, 0, .65);
  background-image: linear-gradient(rgba(83, 82, 82, .77), rgba(83, 82, 82, .77)), url('../images/cutcube_1cutcube.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about {
  width: auto;
  min-width: 100%;
  color: #fff;
  border: 1px #000;
  flex: 1;
  justify-content: center;
  align-self: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  display: flex;
}

.about.w--current {
  color: #fff;
  border-style: none;
  border-width: 0;
}

.contact {
  min-width: 100%;
  color: #fff;
  border: 1px #000;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  display: flex;
}

.contact.w--current {
  color: #6f6e6e;
}

.image-13 {
  height: 10vh;
  max-width: none;
  flex: 0 auto;
  align-self: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 0;
}

.columns {
  width: 80%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-21 {
  align-self: stretch;
}

.hero-overlay-4 {
  width: auto;
  height: 660px;
  max-height: none;
  color: #fff;
  background-image: linear-gradient(rgba(6, 41, 90, .71), rgba(6, 41, 90, .71)), url('../images/double-bubble-outline.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  margin-top: -124px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 200px;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}

.centered-container-3 {
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-self: auto;
  display: flex;
}

.paragraph-6 {
  width: 50%;
  text-align: left;
  flex: 0 auto;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  display: flex;
}

.container-6 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.div-block-22 {
  margin-left: auto;
}

.heading-10 {
  color: #9abdc7;
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  font-family: Fugaz One, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.div-block-23 {
  height: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.columns-2 {
  margin-left: 20px;
  margin-right: 20px;
}

.text-block-5 {
  font-family: Lato, sans-serif;
}

.text-block-6 {
  color: #fff;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
}

.text-block-7 {
  font-family: Lato, sans-serif;
}

.column, .column-2 {
  padding-left: 40px;
  padding-right: 40px;
}

.container-7 {
  display: flex;
}

.button {
  width: 200px;
  max-height: 100px;
  min-height: 100px;
  color: #fff;
  background-color: rgba(154, 189, 199, .43);
  border: 1px solid #8ad7ee;
  border-radius: 15px;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  font-family: Fugaz One, sans-serif;
  font-size: 20px;
  display: flex;
}

.text-block-8 {
  color: #fff;
  font-family: Lato, sans-serif;
}

.div-block-24 {
  width: 50%;
  justify-content: space-around;
  display: flex;
}

.text-block-9, .text-block-10 {
  color: #fff;
  font-family: Lato, sans-serif;
}

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

.link-block-4:active {
  color: #fff;
}

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

.image-14 {
  width: auto;
  height: 3vh;
  max-width: none;
  padding-right: 12px;
}

.image-15 {
  height: 3vh;
}

.text-block-11 {
  color: #fff;
  padding-top: 5px;
  font-family: Fugaz One, sans-serif;
  font-size: 20px;
}

.link-3 {
  color: #fff;
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.link-3:active {
  color: #fff;
}

.image-16 {
  height: 350px;
  max-width: none;
}

.div-block-25 {
  padding-bottom: 8px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.image-17 {
  width: 75%;
  height: auto;
  max-width: none;
  min-height: auto;
  min-width: auto;
  align-self: center;
}

.heading-11 {
  color: #535252;
  font-family: Fugaz One, sans-serif;
}

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

.div-block-26 {
  color: #535252;
}

.grid-5 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto minmax(auto, 2fr) minmax(auto, 2fr) auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 50px 20px;
}

.image-18 {
  background-color: #eaeaea;
  border: 1px solid #000;
  border-radius: 12px;
}

.div-block-27 {
  height: auto;
  max-height: none;
  min-height: auto;
  object-fit: fill;
  background-color: #eaeaea;
  border: 1px solid #eaeaea;
  border-radius: 1px;
}

.text-block-12 {
  height: auto;
  color: #93d8f7;
  text-align: center;
  object-fit: fill;
  background-color: #c4c4c3;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  justify-content: center;
  font-family: Monoton, sans-serif;
  font-size: 120px;
  font-style: italic;
  line-height: 120px;
  display: flex;
  overflow: visible;
}

.div-block-28 {
  height: auto;
  text-align: center;
  border: 1px #eaeaea;
  display: block;
}

.image-19 {
  border: 1px solid #eaeaea;
  border-radius: 10px;
}

.image-20 {
  border: 1px solid #fff;
  border-radius: 10px;
}

.image-21 {
  border: 1px solid #fff;
  border-radius: 10px;
  padding-top: 0;
}

.text-block-13 {
  color: #8ad7ee;
  text-align: center;
  background-color: #eaeaea;
  border-radius: 10px;
  font-family: Orbitron, sans-serif;
  font-size: 42px;
  line-height: 80px;
}

.div-block-29 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #eaeaea;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: block;
}

.image-22 {
  border: 1px solid #fff;
  border-radius: 10px;
  margin-top: 0;
}

.div-block-30 {
  margin-top: 0;
}

.heading-12 {
  color: #8ad7ee;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Orbitron, sans-serif;
  font-size: 42px;
  line-height: 120px;
}

.image-23, .image-24 {
  border: 1px solid #fff;
  border-radius: 10px;
}

.image-25 {
  border: 1px solid #eaeaea;
  border-radius: 10px;
}

.image-26, .image-27 {
  border: 1px solid #fff;
  border-radius: 10px;
}

.grid-6 {
  width: 1200px;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template: "Area Area-3 Area-3 Area-2"
                 "Area Area-6 Area-6 Area-2"
                 "Area-4 Area-6 Area-6 Area-5"
                 "Area-4 Area-7 Area-7 Area-5"
                 / 1fr 1fr 1fr 1fr;
  margin-left: 20px;
  margin-right: 20px;
}

.image-28 {
  height: auto;
}

.image-29 {
  height: 309.25px;
}

.grid-7 {
  width: auto;
  height: 600px;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: minmax(150px, 150px) minmax(150px, 150px) minmax(150px, 150px) minmax(150px, 150px);
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: space-around;
  justify-content: space-around;
  margin-top: 50px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.image-30, .image-31 {
  width: 300px;
  height: 300px;
}

.image-32 {
  width: 600px;
  height: 150px;
}

.image-33 {
  width: 600px;
  height: 300px;
}

.image-34, .image-35 {
  width: 300px;
  height: 300px;
}

.image-36 {
  width: 600px;
  height: 150px;
}

.text-block-14 {
  color: #8ad7ee;
  letter-spacing: 40px;
  font-family: Racing Sans One, sans-serif;
  font-size: 80px;
}

.heading-13 {
  color: rgba(14, 61, 85, .36);
  text-align: center;
  letter-spacing: 10px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.section-9 {
  flex-direction: column;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.grid-8 {
  width: 1080px;
  grid-auto-flow: row;
  margin-top: 40px;
}

.div-block-31, .div-block-32 {
  background-color: rgba(14, 61, 85, .36);
  padding: 20px;
}

.div-block-33 {
  width: 1080px;
  flex-direction: column;
  display: flex;
}

.section-10 {
  background-color: rgba(196, 196, 195, .47);
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-14 {
  color: rgba(14, 61, 85, .36);
  text-align: center;
  letter-spacing: 10px;
  margin-top: 0;
  padding-top: 40px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.paragraph-7 {
  color: #535252;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.image-37, .image-38, .image-39, .image-40 {
  width: 100%;
  border: 1px solid rgba(14, 61, 85, .36);
}

.image-41 {
  width: 100%;
  border: 1px solid #000;
}

.heading-15 {
  font-family: Lato, sans-serif;
}

.heading-16 {
  color: rgba(14, 61, 85, .36);
  letter-spacing: 10px;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.div-block-34 {
  justify-content: space-between;
  display: flex;
}

.div-block-35 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-42 {
  width: 32px;
  height: 32px;
  max-width: none;
  margin-top: 0;
  margin-right: 20px;
}

.image-43 {
  width: 44px;
  height: 32px;
  margin-right: 20px;
}

@media screen and (max-width: 991px) {
  .hero-overlay {
    background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/design.png');
    background-position: 0 0, 20%;
    background-size: auto, auto;
  }

  .centered-container {
    align-self: auto;
    margin-top: 0;
  }

  .heading1 {
    font-size: 32px;
  }

  .text-block {
    width: 70%;
  }

  .heading2, .heading3 {
    font-size: 32px;
  }

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

  .heading {
    font-size: 32px;
  }

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

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

  .grid-3 {
    grid-template-columns: repeat(auto-fit, 30%);
    justify-content: center;
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .heading-3 {
    font-size: 16px;
  }

  .section-8 {
    margin-top: -129px;
  }

  .div-block-14 {
    width: 100%;
    justify-content: flex-end;
  }

  .heading-4 {
    margin-top: 135px;
  }

  .text-block-4 {
    width: auto;
    align-self: auto;
    margin-top: 0;
    font-size: 14px;
    display: block;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

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

  .heading-5, .heading-6, .heading-7 {
    font-size: 16px;
  }

  .container-3 {
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    padding-top: 0;
    display: flex;
  }

  .image-11 {
    margin-top: 14px;
    margin-right: 20px;
  }

  .hero-overlay-2 {
    height: 497px;
    background-image: linear-gradient(rgba(14, 61, 85, .36), rgba(14, 61, 85, .36)), url('../images/double-bubble-outline.png');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
  }

  .paragraph-4 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 20px;
    font-size: 14px;
  }

  .heading-8 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
  }

  .div-block-18 {
    padding-top: 0;
  }

  .div-block-19 {
    width: 40%;
    height: 40vh;
    font-size: 12px;
  }

  .grid-4 {
    align-items: end;
    margin-top: 20px;
  }

  .image-12 {
    width: 75%;
    height: auto;
    max-width: none;
    margin-top: 40px;
  }

  .hero-overlay-3 {
    background-image: url('../images/contactpt.png'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-position: 50% 100%, 0 0;
  }

  .heading-9 {
    font-size: 32px;
  }

  .home {
    min-width: 100%;
    color: #fff;
    justify-content: center;
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-menu {
    margin-right: 0;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 5%;
  }

  .about.w--current {
    color: #fff;
    border-width: 0;
  }

  .hero-overlay-4 {
    height: 660px;
  }

  .image-16 {
    height: 250px;
  }

  .grid-5 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .grid-7 {
    height: auto;
  }

  .image-30, .image-31 {
    width: 200px;
    height: 200px;
  }

  .image-32 {
    width: 400px;
    height: 120px;
  }

  .image-33 {
    width: 400px;
    height: 200px;
  }

  .image-34, .image-35 {
    width: 200px;
    height: 200px;
  }

  .image-36 {
    width: 400px;
    height: 120px;
  }

  .heading-13, .heading-14 {
    font-size: 24px;
  }

  .heading-16 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .image-42, .image-43 {
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .top-line, .bottom-line {
    width: 40px;
  }

  .container {
    padding-right: 0;
  }

  .hero-overlay {
    height: 40vh;
    padding: 40px 20px;
  }

  .centered-container {
    flex: 0 auto;
    align-self: flex-end;
    align-items: stretch;
    margin-top: 0;
  }

  .heading1 {
    margin-left: 0;
    font-size: 24px;
  }

  .text-block {
    width: 100%;
    margin-top: -10px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .heading2 {
    color: #8ad7ee;
    margin-bottom: 11px;
    font-size: 24px;
  }

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

  .image-2, .image-3 {
    padding-right: 0;
  }

  .heading-2 {
    text-align: left;
    margin-bottom: 20px;
    padding-left: 20px;
  }

  .text-block-2 {
    line-height: 20px;
  }

  .menu-button {
    margin-top: 20px;
  }

  .div-block-9 {
    align-items: flex-end;
    margin-top: 20px;
    margin-left: 0;
  }

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

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

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

  .div-block-10 {
    margin-bottom: 20px;
  }

  .image-8 {
    height: 2vh;
    margin-top: -10px;
    margin-right: 10px;
  }

  .link {
    font-size: 16px;
  }

  .heading-3 {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .link-2 {
    font-size: 14px;
  }

  .div-block-11 {
    margin-bottom: 20px;
  }

  .image-9 {
    height: 2vh;
    margin-top: 5px;
    margin-right: 10px;
  }

  .div-block-13 {
    justify-content: center;
    margin-bottom: 20px;
  }

  .cards-section {
    padding: 20px 20px 40px;
  }

  .cards-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .cards-image {
    height: 40vh;
  }

  .heading-5, .heading-6, .heading-7 {
    margin-top: -100px;
  }

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

  .hero-overlay-2 {
    height: 570px;
    background-image: linear-gradient(rgba(14, 61, 85, .36), rgba(14, 61, 85, .36)), url('../images/double-bubble-outline.png');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    padding: 40px 20px 0;
  }

  .div-block-17 {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }

  .paragraph-4 {
    width: auto;
    margin-top: 0;
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
  }

  .heading-8 {
    margin-top: 20px;
    font-size: 24px;
  }

  .div-block-18 {
    align-items: flex-end;
    padding-top: 0;
  }

  .div-block-19 {
    width: 40%;
    height: 40vh;
    background-image: url('../images/scottabout.PNG');
    background-position: 0 0;
    background-size: cover;
    margin-top: 39px;
  }

  .image-12 {
    padding-bottom: 9px;
  }

  .hero-overlay-3 {
    height: 900px;
    background-image: linear-gradient(rgba(0, 0, 0, .38), rgba(0, 0, 0, .38)), url('../images/contactpt.png');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding: 40px 20px;
  }

  .paragraph-5 {
    font-size: 16px;
  }

  .div-block-20 {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    margin-top: 0;
    margin-right: 0;
    padding-left: 20px;
  }

  .image-13 {
    height: 8vh;
    margin-left: 0;
  }

  .hero-overlay-4 {
    height: 500px;
    background-image: linear-gradient(rgba(6, 41, 90, .71), rgba(6, 41, 90, .71)), url('../images/double-bubble-outline.png');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    margin-top: -75px;
    padding: 175px 20px 40px;
  }

  .paragraph-6 {
    width: 100%;
    margin-bottom: 20px;
  }

  .heading-10 {
    font-size: 20px;
  }

  .div-block-23 {
    height: 0;
    justify-content: flex-end;
    margin-top: 1px;
    margin-left: 0;
    display: block;
  }

  .text-block-6 {
    margin-top: 20px;
  }

  .column, .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-7 {
    display: block;
  }

  .button {
    width: 150px;
    max-height: 75px;
    min-height: 75px;
    font-size: 20px;
  }

  .div-block-24 {
    width: 75%;
    justify-content: space-around;
  }

  .text-block-11 {
    font-size: 16px;
  }

  .image-16 {
    align-self: flex-end;
    margin-top: 20px;
  }

  .grid-5 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .text-block-14 {
    text-align: center;
  }

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

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

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

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

  .image-43 {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .top-line, .bottom-line {
    width: 40px;
  }

  .container {
    padding-left: 5px;
  }

  .hero-overlay {
    height: 50vh;
    background-color: rgba(0, 0, 0, .65);
    background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/design.png');
    background-position: 0 0, 35% 0;
    background-size: auto, auto;
  }

  .centered-container {
    text-align: left;
    flex-direction: column;
    flex: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .heading1 {
    margin-left: 0;
    font-size: 24px;
  }

  .text-block {
    width: 90%;
    color: #fff;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .heading2 {
    margin-bottom: 12px;
    font-size: 24px;
  }

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

  .section-5 {
    margin-top: 0;
  }

  .grid-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-3 {
    font-size: 20px;
  }

  .div-block-13 {
    justify-content: center;
  }

  .cards-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    padding-bottom: 0;
    display: grid;
  }

  .cards-grid-container {
    width: 280px;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .heading-5, .heading-6, .heading-7 {
    margin-top: 10px;
  }

  .hero-overlay-2 {
    height: 831px;
    background-image: linear-gradient(rgba(14, 61, 85, .36), rgba(14, 61, 85, .36)), url('../images/double-bubble-outline.png');
    background-position: 0 0, 0 0;
    padding-bottom: 0;
  }

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

  .paragraph-4 {
    width: auto;
    text-align: left;
    font-size: 14px;
  }

  .grid-4 {
    grid-template-columns: repeat(auto-fit, 100%);
  }

  .image-12 {
    height: 40vh;
  }

  .hero-overlay-3 {
    height: 950px;
  }

  .centered-container-2 {
    text-align: left;
  }

  .div-block-20 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    width: 200px;
    margin-top: 0;
  }

  .image-13 {
    height: 8vh;
    margin-left: 0;
  }

  .hero-overlay-4 {
    background-color: rgba(6, 41, 90, .71);
    background-image: none;
    justify-content: center;
    margin-top: -95px;
    display: flex;
  }

  .centered-container-3 {
    text-align: left;
  }

  .paragraph-6 {
    width: 100%;
    margin-bottom: 20px;
  }

  .heading-10 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 32px;
  }

  .div-block-23 {
    width: 100%;
    margin-left: 0;
  }

  .column, .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-7 {
    justify-content: space-between;
    display: block;
  }

  .button {
    width: 150px;
    min-height: 50px;
    font-size: 16px;
  }

  .text-block-8 {
    line-height: 20px;
  }

  .div-block-24 {
    width: 100%;
    flex-direction: column;
    justify-content: space-around;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-16 {
    align-self: center;
  }

  .div-block-25 {
    flex: 1;
  }

  .grid-5 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .text-block-14 {
    text-align: center;
    letter-spacing: 50px;
    font-size: 24px;
  }

  .heading-13 {
    font-size: 16px;
  }

  .grid-8 {
    margin-top: 20px;
  }

  .heading-14 {
    font-size: 20px;
  }

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

#w-node-_77937add-004f-9df6-5d78-ada7434a069a-35526654, #w-node-d3e1a804-705b-d86e-173f-d698acfdbd27-35526654, #w-node-_5dcf15ad-98c9-6bc8-f23b-eca685bfce6f-35526654, #w-node-_66364ab6-5090-c253-8a66-3a6ca4b0645b-35526654, #w-node-_7caf27bb-03ad-073a-5ac7-6b8d4e5de8d0-35526654, #w-node-_2ba73af9-1e09-29a2-ebd5-6f8fbdde2b53-35526654, #w-node-e3ce0dca-f84b-da4a-3806-f2a1d516ed81-35526654, #w-node-_0f8d6c0d-0d28-1f59-3062-ea3acd020d0f-35526654, #w-node-_35436815-8b17-4099-8490-b6182db37000-35526654, #w-node-_48175036-ff6b-5c0a-9b38-6104980e8983-35526654, #w-node-_1a411939-72a0-32c1-d53c-7a171bae03dc-35526654 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-f7883a20-b81b-d46c-0fda-d7beae126a26-ae126a19, #w-node-f7883a20-b81b-d46c-0fda-d7beae126a28-ae126a19, #w-node-f7883a20-b81b-d46c-0fda-d7beae126a2d-ae126a19 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f7883a20-b81b-d46c-0fda-d7beae126a2f-ae126a19 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f7883a20-b81b-d46c-0fda-d7beae126a1c-ae126a19, #w-node-f7883a20-b81b-d46c-0fda-d7beae126a23-ae126a19, #w-node-f7883a20-b81b-d46c-0fda-d7beae126a2a-ae126a19 {
    grid-column: span 1 / span 1;
  }
}


