body {
  font-family: Varela, sans-serif;
  color: #323232;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 60px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
}

h2 {
  margin-top: 0px;
  margin-bottom: 32px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.04em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}

p {
  margin-right: 0%;
  margin-bottom: 0px;
  margin-left: 0%;
}

.section {
  margin: 0px 0%;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 0px;
  text-align: center;
}

.section.hero {
  display: block;
  width: 100%;
  height: 100vh;
  min-height: 300px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('/assets/floating_canoes.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-perspective: 627px;
  perspective: 627px;
  -webkit-perspective-origin: 100% 100%;
  perspective-origin: 100% 100%;
  -webkit-transform: perspective(549px);
  transform: perspective(549px);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  text-decoration: none;
}

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

.container-flex.wide {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.grid-2-columns {
  display: -ms-grid;
  display: grid;
  margin-bottom: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.navbar {
  position: fixed;
  z-index: auto;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: transparent;
  font-family: 'Noto Sans', sans-serif;
  color: transparent;
  text-align: right;
}

.nav-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

.nav-link:hover {
  color: #77eef7;
}

.nav-link.w--current {
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
  -webkit-transition-property: none;
  transition-property: none;
  color: #77eef7;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.nav-link.w--current:hover {
  color: #77eef7;
}

.brand {
  position: static;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  color: #23286b;
  font-size: 1.2em;
  font-weight: 700;
}

.nav-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.menu-button.w--open {
  position: absolute;
  left: 0px;
  right: 0px;
  background-color: transparent;
}

.heading-2 {
  position: static;
  margin-bottom: 15px;
  margin-left: auto;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  text-align: center;
}

.paragraph-2 {
  color: #fff;
  font-size: 20px;
  font-style: italic;
  text-align: center;
}

.heroheading {
  margin-top: 15%;
}

.body {
  padding-top: 90px;
  padding-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #505050;
  font-size: 22px;
  line-height: 30px;
  text-align: justify;
  text-decoration: none;
}

.hero-line {
  width: 200px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-2 {
  margin-right: 20px;
  padding-bottom: 0px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 0.6;
  text-align: right;
}

.anchor-section {
  margin-top: 0px;
  padding-top: 140px;
  padding-bottom: 80px;
}

.centered-container {
  margin-top: 100px;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 220px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

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

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

.image-10 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 450px;
  margin-bottom: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.paragraph-11 {
  margin-right: 15%;
  margin-bottom: 0px;
  margin-left: 15%;
  text-align: justify;
}

.section-6 {
  margin-bottom: 0px;
  background-color: transparent;
}

.heading-9 {
  margin-bottom: 0px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.feature-section {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.feature-image-mask {
  width: 50%;
  height: 400px;
  margin-right: 0px;
}

.feature-image {
  width: 100%;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.feature-section-2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #084351;
}

.feature-image-2 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.feature-image-3 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.image-13 {
  overflow: visible;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.card-paragraph {
  font-size: 18px;
  line-height: 25px;
  text-align: justify;
}

.paragraph-14 {
  font-size: 16px;
  text-align: center;
}

.paragraph-15 {
  font-size: 16px;
  text-align: center;
}

.footer {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  margin-right: 0%;
  margin-left: 0%;
  padding: 60px 0%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #084351;
  color: #505050;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Noto Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
}

.footer-link-2 {
  display: block;
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.footer-link-2:hover {
  text-decoration: underline;
}

.div-block-2 {
  font-size: 14px;
}

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

.section-7 {
  margin-top: 60px;
  margin-bottom: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 20px;
}

.text-span {
  font-family: Merriweather, serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

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

.block-quote {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 30px;
  line-height: 28px;
  font-style: italic;
  text-align: center;
}

.rich-text-block {
  font-family: Varela, sans-serif;
  font-size: 20px;
  text-align: center;
}

.section-8 {
  margin-bottom: 0px;
}

.heading-11 {
  margin-bottom: 40px;
}

.heading-12 {
  margin-bottom: 40px;
}

.paragraph-17 {
  margin-right: 15%;
  margin-left: 15%;
}

.paragraph-18 {
  margin-right: 15%;
  margin-left: 15%;
}

.image-14 {
  display: block;
  width: 100%;
  height: 450px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.paragraph-19 {
  margin-left: 10%;
}

.div-block-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.feature-section-3 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.feature-image-mask-2 {
  width: 50%;
  height: 400px;
  margin-right: 0px;
}

.feature-image-4 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.column-paragraph {
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'PT Sans', sans-serif;
  color: #333;
  font-size: 20px;
  text-align: center;
}

.feature-section-4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #084351;
}

.paragraph-21 {
  padding-right: 20px;
  padding-left: 20px;
}

.feature-image-5 {
  width: 400px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.paragraph-22 {
  padding-right: 20px;
  padding-left: 20px;
}

.div-block-4 {
  width: 50%;
}

.div-block-5 {
  width: 50%;
}

.div-block-6 {
  width: 50%;
}

.div-block-7 {
  width: 50%;
}

.paragraph-23 {
  padding-right: 20px;
  padding-left: 20px;
}

.heading-13 {
  margin-bottom: 60px;
}

.paragraph-24 {
  font-size: 16px;
  text-align: center;
}

.list-item {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  white-space: normal;
}

.list-item-2 {
  color: #fff;
  font-size: 16px;
}

.footer-block {
  font-size: 16px;
}

.card-title {
  margin-bottom: 0px;
  font-family: 'Playfair Display', sans-serif;
  text-align: center;
}

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

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

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

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.nav-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  list-style-type: none;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link-2 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link-2:hover {
  text-decoration: underline;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100vh;
  max-height: none;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('/assets/maplesx2000.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.investors-body {
  max-height: 100vh;
  padding-top: 100px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: justify;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-18 {
  margin-top: 0px;
  margin-bottom: 60px;
  background-color: transparent;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
}

.paragraph-25 {
  margin-bottom: 40px;
  color: #505050;
}

.paragraph-26 {
  margin-right: 0%;
  margin-bottom: 0px;
  margin-left: 0px;
  color: #fff;
}

.section-9 {
  margin: 0px 10%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: transparent;
}

.white-link {
  color: #3bf5eb;
  font-style: italic;
  text-decoration: none;
}

.white-link:hover {
  color: #a9a9a9;
}

.container {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-item-3 {
  margin-left: 10px;
}

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

.column {
  padding: 10px 20px;
}

.column-2 {
  padding: 10px 20px;
}

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

.list {
  color: #fff;
}

.hero-overlay-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: none;
  min-height: 650px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('/assets/red_canoesx2000.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background-image: url('/assets/red_canoesx2000.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
  color: #fff;
  text-align: center;
}

.hero-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.button {
  display: inline-block;
  width: auto;
  margin: 0px;
  padding: 15px;
  border: 1px none #fff;
  border-radius: 10px;
  background-color: #084351;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  white-space: break-spaces;
  cursor: pointer;
}

.button:hover {
  border-color: #fe0022;
  background-color: #fc600a;
  color: #fff;
}

.button.w--current {
  display: none;
}

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

.section-10 {
  height: 400px;
  background-image: url('/assets/jetti.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.parallax-1 {
  height: 400px;
  margin-top: 0px;
  background-image: url('/assets/lakex2000.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.text-span-2 {
  font-size: 15px;
  line-height: 1;
}

.paragraph-27 {
  margin-bottom: 40px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.paragraph-28 {
  font-size: 14px;
}

.html-embed {
  margin-bottom: 0px;
  background-color: transparent;
  color: #084351;
  font-size: 14px;
}

.sticky-nav-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  padding: 20px;
  background-color: transparent;
}

.nav-grid-2 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logo1 {
  margin-top: 20px;
  margin-bottom: -10px;
  font-family: Seasoneddreamer, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 40px;
  font-weight: 400;
  text-align: right;
  letter-spacing: 0px;
  white-space: normal;
}

.text-span-3 {
  font-size: 16px;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.brand-2 {
  margin-top: 0px;
  margin-left: 0px;
}

.main-navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100%;
  min-width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px none #000;
  background-color: #084351;
  -o-object-fit: fill;
  object-fit: fill;
}

.current-menu-link {
  padding: 15px;
  font-family: Lato, sans-serif;
  color: #fc600a;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.current-menu-link:hover {
  color: #20b2aa;
}

.current-menu-link.w--current {
  font-family: Lato, sans-serif;
  color: #fc600a;
  font-size: 15px;
  font-weight: 700;
}

.menu-link {
  padding: 15px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  white-space: nowrap;
}

.menu-link:hover {
  color: #fc600a;
}

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

.menu-link.w--current:hover {
  color: #fc600a;
}

.nav-link-5 {
  padding: 15px;
  font-family: 'Noto Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}

.main-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-width: auto;
  margin-top: 8px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #084351;
}

.drop-btn {
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}

.dropdown-toggle {
  width: 80px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 15px 0px 15px 13px;
}

.dropdown-list {
  background-color: #0adddd;
}

.dropdown-list.w--open {
  padding-left: 20px;
  background-color: #084351;
}

.dropdown-link {
  padding: 15px;
  font-family: 'Noto Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.icon-2 {
  margin-right: 0px;
  margin-left: 10px;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  text-decoration: none;
}

.logo2 {
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 700;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}

.navcontainer {
  position: relative;
  display: block;
  width: auto;
  min-width: 95%;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.dropdown {
  position: relative;
  clear: none;
  border-bottom: 1px none #0d9f95;
}

.container-3 {
  margin-right: auto;
  margin-left: auto;
}

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

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

.heading-20 {
  line-height: 1.5;
}

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

.contact-section {
  margin: 0px 15%;
  padding-top: 140px;
  padding-bottom: 140px;
  padding-left: 0%;
}

.form-block {
  width: auto;
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 20px;
  background-color: #f5f5f5;
}

.submit-button {
  display: block;
  margin-top: 40px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 15px;
  border-radius: 3px;
  background-color: #084351;
  color: #fff;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: rgba(8, 67, 81, 0.7);
}

.heading-21 {
  color: #323232;
  text-align: center;
}

.field-label {
  font-size: 15px;
  text-transform: uppercase;
}

.field-label-2 {
  font-size: 15px;
  text-transform: uppercase;
}

.text-field {
  display: block;
  margin-bottom: 20px;
}

.textarea {
  height: auto;
  margin-bottom: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 18px;
}

.body-3 {
  background-image: url('/assets/splashingx2000.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.text-field-2 {
  display: none;
  margin-bottom: 20px;
}

.text-field-3 {
  margin-bottom: 20px;
}

.text-field-4 {
  height: 50px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.list-2 {
  color: #fff;
}

.list-item-4 {
  color: #fff;
}

.form {
  max-width: none;
  min-width: 0px;
  margin-right: auto;
  margin-left: auto;
}

.parallax-2 {
  height: 400px;
  background-image: url('/assets/deckx2000.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.parallax-3 {
  width: 100%;
  height: 400px;
  margin-bottom: 60px;
  background-image: url('/assets/golfcoursex2000.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.navbar-3 {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #084351;
  -o-object-fit: fill;
  object-fit: fill;
}

.footer-fixed {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 0%;
  margin-left: 0%;
  padding: 60px 0%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #084351;
  color: #505050;
  text-align: center;
}

.about-anchor {
  height: 0px;
  margin-top: 0px;
}

.centered-container-copy {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.opportunities-anchor {
  height: 0px;
  margin-top: -60px;
}

.anchor {
  height: 0px;
  margin-top: -60px;
}

.hero-container {
  margin-bottom: 300px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.div-block-13 {
  display: block;
  margin-top: 0px;
}

.hero-overlay-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('/assets/golfball.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/assets/golfball.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.centered-container-2 {
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.heading-22 {
  margin-bottom: 60px;
  font-family: 'Playfair Display', sans-serif;
}

.paragraph-29 {
  font-family: Lato, sans-serif;
  font-size: 25px;
  text-align: center;
}

.hero-overlay-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  color: #fff;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}

.heading-23 {
  color: #fff;
}

.paragraph-30 {
  margin-right: 15%;
  margin-left: 15%;
  font-family: Lato, sans-serif;
  color: #fff;
}

.section-paragraph {
  display: block;
  max-width: 950px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  font-family: 'PT Sans', sans-serif;
  color: #333;
  font-size: 20px;
  font-weight: 400;
  text-align: justify;
}

.section-paragraph-dark {
  margin-right: 10%;
  margin-left: 10%;
  padding-right: 0%;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 22px;
  text-align: justify;
}

.column-heading {
  line-height: 30px;
}

.section-heading-dark {
  margin-bottom: 0px;
  padding-bottom: 80px;
  color: #323232;
  line-height: 30px;
  letter-spacing: 0.01em;
}

.body-4 {
  font-family: Lato, sans-serif;
}

.news-releases-body {
  padding-top: 90px;
  background-color: #fff;
  font-family: Lato, sans-serif;
}

.call-to-action {
  padding-top: 80px;
  padding-bottom: 80px;
}

.news-releases-list {
  margin-right: 10%;
  margin-bottom: 0px;
  margin-left: 10%;
  padding: 0px 0% 40px;
  background-color: transparent;
  opacity: 1;
  color: #323232;
  font-size: 25px;
}

.list-item-5 {
  text-align: center;
}

.news-release-item {
  margin-bottom: 0px;
  padding: 60px;
  background-color: #fff;
  color: #323232;
  font-size: 20px;
  text-align: left;
}

.footer-2 {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-flex-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-image-2 {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fc600a;
  text-decoration: none;
}

.news-release-section {
  margin: 60px 15% 0px;
  padding-top: 0px;
  padding-bottom: 220px;
  background-color: transparent;
}

.heading-24 {
  display: inline;
  margin-bottom: 20px;
  text-align: left;
}

.news-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 20px;
  padding: 20px 20px 20px 0px;
  border: 1px none #f5f5f5;
  border-radius: 1px;
  background-color: transparent;
  text-align: justify;
}

.paragraph-31 {
  display: inline;
  font-size: 18px;
}

.hero {
  display: block;
  padding-top: 60px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.flex-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.image-16 {
  display: inline;
}

.news-icon {
  display: block;
  margin-right: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.news-head {
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  margin: 0px;
  padding: 0px 0px 0px 10px;
  border: 1px none #d3d3d3;
  background-color: transparent;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.news-head:hover {
  color: #419017;
}

.pagination {
  margin-top: 60px;
}

.heading-25 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Seasoneddreamer, sans-serif;
  color: #000;
  font-size: 80px;
  line-height: 100%;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.05em;
}

.news-hero-white {
  color: #323232;
  font-size: 25px;
  font-style: italic;
  text-align: left;
}

.news-button {
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: #fff;
  color: #084351;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
}

.news-button:hover {
  border-color: #fe0022;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}

.heading-26 {
  margin-top: 0px;
  margin-bottom: -10px;
  padding-top: 20px;
  font-family: courgette, sans-serif;
  color: #fff;
  font-size: 50px;
}

.news-releases-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 40px;
  font-family: Oswald, sans-serif;
  color: #084351;
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.paragraph-32 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-size: 25px;
  font-style: italic;
}

.paragraph-33 {
  padding: 20px;
  font-size: 25px;
}

.bold-paragraph {
  max-width: 900px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
}

.div-block-14 {
  margin-top: 60px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.news-release-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-body {
  padding-top: 100px;
}

.projects-body {
  max-height: 100vh;
  margin-left: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  font-family: Lato, sans-serif;
  color: #505050;
  font-size: 20px;
  text-align: justify;
  text-decoration: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-span-4 {
  font-size: 15px;
  line-height: 16px;
  font-style: italic;
  font-weight: 400;
}

.text-span-5 {
  font-size: 15px;
  line-height: 16px;
  font-style: italic;
}

.card-subtitle {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  font-size: 18px;
  line-height: 18px;
  font-style: italic;
  text-align: center;
}

.heading-28 {
  margin-bottom: 40px;
  font-family: Bythemis, sans-serif;
  color: #fff;
  font-size: 80px;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.image-17 {
  height: 200px;
}

.news-header {
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  margin: 0px;
  padding: 10px;
  border: 1px none #d3d3d3;
  background-color: transparent;
  font-family: 'PT Sans', sans-serif;
  line-height: 30px;
  letter-spacing: 0.01em;
}

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

.hero-overlay-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('/assets/golfball_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/assets/golfball_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.centered-container-3 {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.hero-overlay-6 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780vh;
  padding-top: 220px;
  padding-bottom: 220px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('/assets/maplesx2000.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/assets/maplesx2000.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.image-19 {
  display: block;
  width: 100vh;
  height: 100vw;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

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

.screen {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('/assets/golfball_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/assets/golfball_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  -o-object-fit: cover;
  object-fit: cover;
}

.invest-background {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('/assets/maplesx2000.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/assets/maplesx2000.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  -o-object-fit: cover;
  object-fit: cover;
}

.projects-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 40px;
  font-family: Bythemis, sans-serif;
  color: #fff;
  font-size: 80px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.text-span-6 {
  font-style: normal;
  text-decoration: none;
}

.footer-address {
  color: #fff;
  font-size: 18px;
}

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

.auction-body {
  padding-top: 100px;
  background-color: #fff;
  font-family: Lato, sans-serif;
}

.text-span-7 {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

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

.link-block:hover {
  color: #20b2aa;
}

.color-section {
  margin-right: 0%;
  margin-left: 0%;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 0px;
  background-color: #fff;
  text-align: center;
}

.color-section.hero {
  display: block;
  width: 100%;
  height: 100vh;
  min-height: 300px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('/assets/floating_canoes.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-perspective: 627px;
  perspective: 627px;
  -webkit-perspective-origin: 100% 100%;
  perspective-origin: 100% 100%;
  -webkit-transform: perspective(549px);
  transform: perspective(549px);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  text-decoration: none;
}

.marketing-section {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #092834;
}

.paragraph-large {
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 50px;
}

.heading-29 {
  display: block;
  max-width: 950px;
  margin: 0px auto 60px;
  font-family: Oswald, sans-serif;
  color: #fc600a;
  font-size: 25.5px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
  letter-spacing: normal;
}

.image-21 {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.section-paragraph-bigger {
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  font-family: Lato, sans-serif;
  color: #505050;
  font-size: 25px;
  line-height: 40px;
  font-weight: 400;
  text-align: justify;
}

.other-paragraph {
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  font-family: Lato, sans-serif;
  color: #505050;
  font-size: 25px;
  text-align: justify;
}

.auction-heading {
  width: auto;
  max-width: 1200px;
  margin: 60px auto 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-family: Bangers, sans-serif;
  color: #fc600a;
  font-size: 70px;
  line-height: 1.2;
  font-style: italic;
  font-weight: 500;
  text-align: center;
  letter-spacing: 3px;
}

.image-22 {
  display: block;
  width: auto;
  height: 150px;
  max-width: none;
  margin-bottom: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.job-text {
  max-width: 900px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.heading-30 {
  margin-bottom: 60px;
  text-align: center;
}

.container-4 {
  margin-bottom: 60px;
}

.career-paragraph {
  max-width: 950px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #323232;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.career-button {
  display: inline-block;
  width: auto;
  margin: 0px auto;
  padding: 10px 20px;
  border: 1px none #fff;
  border-radius: 10px;
  background-color: #084351;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.career-button:hover {
  border-color: #fe0022;
  background-color: #fc600a;
  color: #fff;
}

.careers-body {
  max-height: 100vh;
  margin-left: 0px;
  padding-top: 100px;
  padding-bottom: 220px;
  font-family: Lato, sans-serif;
  color: #505050;
  font-size: 20px;
  text-align: justify;
  text-decoration: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.centered-container-team {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.text-block-5 {
  color: #fff;
  font-size: 18px;
}

.marketing-signup {
  margin: 0px 10% 80px;
  padding: 0px;
}

.contact-form-block {
  width: auto;
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 20px;
  background-color: transparent;
}

.contact-form {
  max-width: none;
  min-width: 0px;
  margin-right: auto;
  margin-left: auto;
}

.footer-button {
  display: inline-block;
  width: auto;
  margin: 10px auto 0px;
  padding: 10px;
  border: 1px none #fff;
  border-radius: 10px;
  background-color: hsla(0, 0%, 78.4%, 0.2);
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.footer-button:hover {
  border-color: #fe0022;
  background-color: #fc600a;
  color: #fff;
}

.footer-button.w--current {
  display: none;
}

.contact-footer {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 0px;
  margin-right: 0%;
  margin-left: 0%;
  padding: 60px 0%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #084351;
  color: #505050;
  text-align: center;
}

.footer-link-3 {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link-3:hover {
  text-decoration: underline;
}

.contact-screen {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('/assets/splashingx2000.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('/assets/splashingx2000.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-16 {
  margin-bottom: 0px;
}

.shares {
  margin: 0px 0%;
  padding-top: 0px;
  padding-bottom: 80px;
  padding-left: 0px;
  text-align: center;
}

.shares.hero {
  display: block;
  width: 100%;
  height: 100vh;
  min-height: 300px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('/assets/floating_canoes.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-perspective: 627px;
  perspective: 627px;
  -webkit-perspective-origin: 100% 100%;
  perspective-origin: 100% 100%;
  -webkit-transform: perspective(549px);
  transform: perspective(549px);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  text-decoration: none;
}

.corporate-section-2 {
  margin: 0px 0%;
  padding-top: 0px;
  padding-bottom: 80px;
  padding-left: 0px;
  text-align: center;
}

.corporate-section-2.hero {
  display: block;
  width: 100%;
  height: 100vh;
  min-height: 300px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('/assets/floating_canoes.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-perspective: 627px;
  perspective: 627px;
  -webkit-perspective-origin: 100% 100%;
  perspective-origin: 100% 100%;
  -webkit-transform: perspective(549px);
  transform: perspective(549px);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  text-decoration: none;
}

.overlay-more-projects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('/assets/buildingprojects.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.centered-container-4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.body-6 {
  font-family: Lato, sans-serif;
}

.dropdown-projects {
  padding: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
}

.text-block-6 {
  color: #fff;
}

.dropdown-toggle-2 {
  margin-right: auto;
  margin-left: auto;
  padding: 0px 15px;
}

.down {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  margin: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
}

.dropdown-list-2 {
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 20px;
  background-color: #084351;
}

.dropdown-list-2.w--open {
  margin-left: -30px;
}

.drop-link {
  display: inline-block;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  text-transform: uppercase;
}

.drop-link:hover {
  color: #fc600a;
}

.menu-link-copy {
  padding: 15px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  white-space: nowrap;
}

.menu-link-copy:hover {
  color: #3bf5eb;
}

.menu-link-copy.w--current {
  color: #3bf5eb;
}

.settheprice {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fc600a;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  letter-spacing: 15px;
  text-transform: uppercase;
}

.text-span-8 {
  font-family: Lato, sans-serif;
}

.image-23 {
  margin-bottom: 60px;
}

.auction-button-container {
  width: auto;
  margin-top: 0px;
  margin-bottom: 60px;
  margin-left: auto;
  padding-bottom: 0px;
}

.image-24 {
  display: block;
  width: auto;
  height: 300px;
  max-width: none;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-25 {
  height: 300px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-26 {
  margin-bottom: 60px;
}

.hydemountain {
  padding-top: 60px;
  padding-bottom: 20px;
  border-bottom: 60px none #285f75;
  background-color: #fff;
}

.marketing-paragraph {
  max-width: 950px;
  margin: 0px auto 40px;
  padding-right: 0px;
  font-family: 'PT Sans', sans-serif;
  color: #333;
  font-size: 20px;
  font-weight: 400;
  text-align: justify;
}

.column-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.auction-banner {
  margin-right: 0%;
  margin-left: 0%;
  padding: 20px 10%;
  border-style: solid;
  border-width: 60px 1px;
  border-color: #285f75 #000;
  background-color: #fff;
  color: #323232;
}

.auction-paragraph {
  max-width: none;
  margin-right: 10%;
  margin-bottom: 0px;
  margin-left: 10%;
  padding-right: 0px;
  font-family: 'PT Sans', sans-serif;
  color: #333;
  font-size: 25px;
  font-weight: 400;
  text-align: justify;
}

.lots-section {
  margin: 0px 0%;
  padding-right: 0%;
  padding-bottom: 0px;
  padding-left: 0%;
  background-color: #084351;
}

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

.marketing-intro-paragraph {
  max-width: 950px;
  margin: 0px auto;
  padding-right: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: justify;
}

.text-span-9 {
  color: #fc600a;
  text-decoration: none;
}

.link {
  color: #fc600a;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}

.link:hover {
  color: #20b2aa;
}

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

.auction-button {
  display: inline-block;
  width: auto;
  margin: 0px;
  padding: 15px;
  border: 1px none #fff;
  border-radius: 10px;
  background-color: #084351;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  white-space: break-spaces;
  cursor: pointer;
}

.auction-button:hover {
  border-color: #fe0022;
  background-color: #fc600a;
  color: #fff;
}

.auction-button.w--current {
  display: none;
}

.column-4 {
  padding-right: 0px;
  padding-left: 0px;
}

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

.image-28 {
  width: 100%;
  height: 100%;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-span-10 {
  font-family: Oswald, sans-serif;
  color: #fc600a;
}

.image-29 {
  display: block;
  width: auto;
  height: 400px;
  margin-left: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-container {
  display: block;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

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

.map-block {
  display: inline-block;
  width: 400px;
  padding: 0px 0px 20px 20px;
  float: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.map-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  width: 300px;
  margin: 0px;
  padding: 10px 15px;
  border: 1px none #fff;
  border-radius: 10px;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  white-space: break-spaces;
  cursor: pointer;
}

.map-button:hover {
  border-color: #fe0022;
  background-color: transparent;
  color: #fc600a;
}

.map-button.w--current {
  display: none;
}

.wrap-paragraph {
  display: block;
  max-width: 950px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 0px;
  float: none;
  font-family: 'PT Sans', sans-serif;
  color: #333;
  font-size: 22px;
  font-weight: 400;
  text-align: left;
}

.column-5 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-6 {
  padding-right: 0px;
  padding-left: 0px;
}

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

.site-block {
  position: relative;
  display: none;
  width: 50%;
  height: 300px;
  margin-left: 0px;
  background-image: url('/assets/aerialmap.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-frame {
  width: 50%;
  height: 400px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.container-6 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-17 {
  background-color: #092834;
}

.legal-note {
  max-width: 950px;
  margin: 60px auto;
  padding: 40px;
  border: 1px none #000;
  border-radius: 5px;
  background-color: #f5f5f5;
  font-size: 18px;
  font-style: italic;
  text-align: justify;
}

.italic-text-2 {
  color: #575454;
  font-style: italic;
}

.italic-text-3 {
  color: #575454;
  font-style: italic;
}

.italic-text-4 {
  font-family: Lato, sans-serif;
  color: #575454;
}

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

.bad-terry-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 80%;
  height: 100%;
  max-height: none;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.career-hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('/assets/careerleaf.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/assets/careerleaf.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.careers-hero-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.careers-hero-subtitle {
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.hyde-button {
  display: block;
  width: auto;
  max-width: 260px;
  margin: 0px auto;
  padding: 10px 15px;
  border: 1px none #fff;
  border-radius: 10px;
  background-color: #084351;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  white-space: break-spaces;
  cursor: pointer;
}

.hyde-button:hover {
  border-color: #fe0022;
  background-color: #fc600a;
  color: #fff;
}

.hyde-button.w--current {
  display: none;
}

.heading-31 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #333;
  font-weight: 300;
}

.paragraph-34 {
  font-family: 'Playfair Display', sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.news-release-image {
  display: block;
  width: 100%;
  height: 400px;
  max-width: none;
  margin-bottom: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.newsletter-image {
  display: block;
  width: auto;
  height: 150px;
  max-width: none;
  margin-bottom: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

.more-projects-subtitle {
  max-width: 900px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
}

.more-projects-hero-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Playfair Display', sans-serif;
  color: #333;
  font-weight: 400;
}

.documents {
  display: block;
  max-width: 50%;
  margin: 20px auto 60px;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: transparent;
}

.doc-button {
  display: inline-block;
  width: auto;
  max-width: none;
  margin: 0px 20px;
  padding: 10px;
  border: 1px none #fff;
  border-radius: 10px;
  background-color: #084351;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  white-space: break-spaces;
  cursor: pointer;
}

.doc-button:hover {
  border-color: #fe0022;
  background-color: #fc600a;
  color: #fff;
}

.doc-button.w--current {
  display: none;
}

.doc_link {
  display: block;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #fc600a;
  font-size: 20px;
  line-height: 25px;
}

.doc_link:hover {
  color: rgba(252, 96, 10, 0.7);
}

.createdby {
  display: none;
}

.video-frame-2 {
  width: 50%;
  height: 400px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}

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

.video-desc {
  display: block;
  width: 50%;
  max-width: 950px;
  margin: 0px auto 10px;
  padding-left: 0px;
  font-family: Oswald, sans-serif;
  color: #fc600a;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  letter-spacing: normal;
  text-transform: uppercase;
}

.shares-top {
  margin: 0px 0%;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 0px;
  text-align: center;
}

.shares-top.hero {
  display: block;
  width: 100%;
  height: 100vh;
  min-height: 300px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('/assets/floating_canoes.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-perspective: 627px;
  perspective: 627px;
  -webkit-perspective-origin: 100% 100%;
  perspective-origin: 100% 100%;
  -webkit-transform: perspective(549px);
  transform: perspective(549px);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  text-decoration: none;
}

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

  .container-flex.wide {
    position: static;
    display: block;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .brand {
    position: static;
    display: inline-block;
    float: none;
  }

  .menu-button {
    position: relative;
    z-index: auto;
    display: inline-block;
    padding: 10px;
    float: left;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transform: translate(18px, 0px);
    -ms-transform: translate(18px, 0px);
    transform: translate(18px, 0px);
  }

  .text-block-2 {
    display: inline-block;
    float: none;
    text-align: right;
  }

  .anchor-section {
    padding-left: 0px;
  }

  .centered-container {
    margin-bottom: 0px;
  }

  .cards-image {
    width: 100%;
    max-width: 100%;
  }

  .flex-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

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

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

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-flex-container {
    margin-bottom: 0px;
  }

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

  .nav-link-2:hover {
    color: #a2e5fa;
    text-decoration: none;
  }

  .hero-overlay-2 {
    height: 60vh;
    min-height: 500px;
  }

  .parallax-1 {
    margin-top: 0px;
  }

  .icon {
    font-family: 'Material design iconic font';
  }

  .html-embed-2 {
    display: inline-block;
    width: 40px;
    height: 40px;
    float: left;
    font-family: 'Material design iconic font';
    color: #fff;
  }

  .text-block-3 {
    position: relative;
    width: 40px;
    height: 40px;
    float: left;
    font-family: 'Material design iconic font';
  }

  .italic-text {
    color: #fff;
  }

  .text-block-4 {
    position: relative;
    display: inline-block;
    width: auto;
    height: 40px;
    float: left;
    color: #fff;
  }

  .html-embed-3 {
    font-family: 'Material design iconic font';
    color: #fff;
  }

  .menu {
    width: 60px;
    float: left;
    color: #fff;
    font-size: 15px;
  }

  .main-navbar {
    border-style: solid;
    border-bottom-color: #20b2aa;
  }

  .current-menu-link {
    text-align: center;
  }

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

  .menu-button-2 {
    height: 60px;
    color: #fff;
    font-size: 30px;
  }

  .menu-button-2.w--open {
    background-color: transparent;
  }

  .main-menu {
    left: auto;
    top: 80px;
    right: auto;
    bottom: auto;
    display: block;
    overflow: scroll;
    width: 100%;
    height: auto;
    min-height: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 140px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(8, 67, 81, 0.9);
    -o-object-fit: none;
    object-fit: none;
  }

  .drop-btn {
    color: #fff;
  }

  .dropdown-toggle {
    margin-right: 0px;
    margin-left: 0px;
  }

  .dropdown-list {
    padding-left: 20px;
  }

  .navcontainer {
    height: auto;
    border: 1px none #000;
  }

  .dropdown {
    position: relative;
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #b2b2b2;
    text-align: left;
    text-decoration: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .contact-section {
    margin-right: 10%;
    margin-left: 10%;
  }

  .textarea {
    font-size: 16px;
  }

  .text-field-4 {
    font-size: 16px;
  }

  .parallax-3 {
    margin-bottom: 0px;
  }

  .footer-fixed {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-container {
    margin-bottom: 220px;
  }

  .centered-container-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-paragraph {
    margin-right: 0%;
    margin-bottom: 0px;
    margin-left: 0%;
    padding-right: 40px;
    padding-left: 40px;
    text-align: justify;
  }

  .section-heading-dark {
    padding-bottom: 60px;
  }

  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .news-release-section {
    margin-right: 10%;
    margin-left: 10%;
  }

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

  .news-releases-heading {
    color: #084351;
  }

  .bold-paragraph {
    max-width: 950px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-28 {
    margin-top: 0px;
  }

  .news-header {
    background-color: transparent;
  }

  .image-18 {
    display: inline-block;
    margin-right: 0px;
    margin-left: 0px;
  }

  .color-section {
    padding: 60px 0px;
  }

  .marketing-section {
    margin-bottom: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-29 {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-paragraph-bigger {
    margin-right: 10%;
    margin-bottom: 0px;
    margin-left: 10%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .other-paragraph {
    margin-right: 10%;
    margin-left: 10%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .auction-heading {
    margin-right: 10%;
    margin-left: 10%;
    padding-bottom: 40px;
    padding-left: 0px;
  }

  .image-22 {
    height: 150px;
  }

  .career-paragraph {
    margin-right: 0%;
    margin-bottom: 60px;
    margin-left: 0%;
    padding-right: 40px;
    padding-left: 40px;
    text-align: justify;
  }

  .centered-container-team {
    margin-bottom: 0px;
  }

  .contact-form-block {
    padding: 0px;
  }

  .contact-footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .shares {
    padding: 0px 0px 60px;
  }

  .corporate-section-2 {
    padding: 60px 0px;
  }

  .dropdown-projects {
    padding: 0px;
  }

  .dropdown-toggle-2 {
    display: none;
  }

  .down {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .dropdown-list-2 {
    display: block;
  }

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

  .menu-link-copy {
    text-align: center;
  }

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

  .image-25 {
    display: none;
  }

  .hydemountain {
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .marketing-paragraph {
    margin-right: 0%;
    margin-bottom: 40px;
    margin-left: 0%;
    padding-right: 40px;
    padding-left: 40px;
    text-align: justify;
  }

  .auction-paragraph {
    margin-right: 0%;
    margin-bottom: 0px;
    margin-left: 0%;
    padding-right: 40px;
    padding-left: 40px;
    text-align: justify;
  }

  .marketing-intro-paragraph {
    margin-right: 0%;
    margin-bottom: 0px;
    margin-left: 0%;
    padding-right: 40px;
    padding-left: 40px;
    text-align: justify;
  }

  .image-28 {
    height: 100%;
  }

  .video-container {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .wrap-paragraph {
    margin-right: 0%;
    margin-bottom: 0px;
    margin-left: 0%;
    padding-right: 40px;
    padding-left: 40px;
    text-align: justify;
  }

  .video-frame {
    width: 100%;
    margin-bottom: 0px;
  }

  .legal-note {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .cards-grid-1 {
    grid-column-gap: 40px;
  }

  .bad-terry-image {
    max-width: 250px;
  }

  .news-release-image {
    height: 300px;
  }

  .newsletter-image {
    height: 150px;
  }

  .more-projects-subtitle {
    max-width: 950px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .more-projects-hero-heading {
    font-size: 50px;
  }

  .documents {
    max-width: none;
    margin-right: 40px;
    margin-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .video-frame-2 {
    width: 100%;
  }

  .video-desc {
    width: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .shares-top {
    padding: 60px 0px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-right: 0%;
    margin-left: 0%;
    padding: 60px 40px 0px;
  }

  .container-flex {
    padding-right: 24px;
    padding-left: 24px;
  }

  .grid-2-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .brand {
    padding-left: 0px;
  }

  .anchor-section {
    padding: 140px 40px 60px;
  }

  .centered-container {
    padding-top: 100px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .cards-image-mask {
    padding-top: 300px;
  }

  .cards-image {
    width: 280px;
    max-height: none;
  }

  .section-6 {
    margin-bottom: 40px;
  }

  .feature-section {
    margin-top: 0px;
    padding: 60px 20px 0px;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-image-mask {
    display: none;
    margin-right: 0px;
  }

  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }

  .feature-section-2 {
    padding: 40px 20px;
  }

  .feature-image-2 {
    margin-right: auto;
    margin-left: auto;
  }

  .feature-image-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .cards-grid-2 {
    display: block;
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .card-paragraph {
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-14 {
    margin-left: 0%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .paragraph-15 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

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

  .feature-section-3 {
    padding: 40px 20px;
  }

  .feature-image-mask-2 {
    display: none;
    margin-right: 0px;
  }

  .feature-image-4 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .feature-section-4 {
    padding: 40px 20px;
  }

  .feature-image-5 {
    margin-right: auto;
    margin-left: auto;
  }

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

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

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

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

  .paragraph-24 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

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

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

  .hero-heading {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 40px;
    line-height: 40px;
  }

  .parallax-1 {
    height: 300px;
    margin-top: 0px;
  }

  .card {
    margin-bottom: 60px;
  }

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

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

  .div-block-12 {
    margin-bottom: 60px;
  }

  .sticky-nav-2 {
    position: fixed;
  }

  .nav-grid-2 {
    text-align: center;
  }

  .brand-2 {
    margin-left: 20px;
  }

  .main-navbar {
    border-bottom: 1px solid #0d9f95;
  }

  .main-menu {
    width: 100%;
    height: 85vh;
  }

  .contact-section {
    padding-left: 0px;
  }

  .textarea {
    margin-bottom: 60px;
  }

  .parallax-2 {
    height: 300px;
    margin-top: 60px;
  }

  .parallax-3 {
    height: 300px;
    margin-bottom: 0px;
  }

  .footer-fixed {
    padding: 40px 20px;
  }

  .hero-container {
    margin-bottom: 140px;
  }

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

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

  .section-paragraph {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-paragraph-dark {
    margin-right: 0%;
    margin-left: 0%;
    text-align: justify;
  }

  .section-heading-dark {
    margin-bottom: 0px;
  }

  .call-to-action {
    padding: 40px 20px;
  }

  .footer-2 {
    padding: 40px 20px;
  }

  .footer-image-2 {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .news-release-section {
    margin-right: 40px;
    margin-left: 40px;
  }

  .news-block {
    padding: 10px 15px 10px 0px;
  }

  .hero {
    padding: 40px 20px;
  }

  .flex-container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .news-head {
    padding-left: 0px;
  }

  .bold-paragraph {
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact-body {
    background-image: none;
  }

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

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

  .div-block-15 {
    margin-bottom: 40px;
  }

  .color-section {
    margin-right: 0%;
    margin-left: 0%;
    padding: 60px 40px;
  }

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

  .paragraph-large {
    font-size: 25px;
    line-height: 35px;
  }

  .heading-29 {
    margin-bottom: 60px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 30px;
  }

  .image-21 {
    height: 400px;
  }

  .section-paragraph-bigger {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    font-size: 20px;
    line-height: 30px;
  }

  .other-paragraph {
    margin-right: 0%;
    margin-bottom: 40px;
    margin-left: 0%;
  }

  .auction-heading {
    margin-right: 0%;
    margin-bottom: 0px;
    margin-left: 0%;
    padding-left: 0%;
  }

  .main-content {
    padding: 40px 20px;
  }

  .career-paragraph {
    margin-right: 0px;
    margin-bottom: 60px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .centered-container-team {
    padding-top: 60px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .marketing-signup {
    margin-right: 10%;
    margin-left: 10%;
  }

  .contact-footer {
    position: absolute;
    padding: 40px 20px;
  }

  .contact-screen {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('/assets/splashingx2000.jpg');
    background-image: linear-gradient(180deg, null, null), url('/assets/splashingx2000.jpg');
  }

  .div-block-16 {
    margin-bottom: 0px;
  }

  .shares {
    margin-right: 0%;
    margin-left: 0%;
    padding: 0px 40px 60px;
  }

  .corporate-section-2 {
    margin-right: 0%;
    margin-left: 0%;
    padding: 60px 40px 20px;
  }

  .overlay-more-projects {
    height: auto;
    padding: 60px 20px;
  }

  .auction-button-container {
    margin-top: 0px;
  }

  .hydemountain {
    margin-left: 0px;
  }

  .marketing-paragraph {
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .auction-paragraph {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .marketing-intro-paragraph {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-28 {
    width: 100%;
    height: 100%;
    margin-right: 0px;
  }

  .video-container {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .wrap-paragraph {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .site-block {
    width: 100%;
    height: 300px;
  }

  .video-frame {
    width: 100%;
    height: 300px;
  }

  .container-6 {
    display: block;
  }

  .legal-note {
    margin-top: 0px;
  }

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

  .bad-terry-image {
    width: 100%;
    max-height: 300px;
    max-width: 200px;
  }

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

  .careers-hero-heading {
    font-size: 40px;
  }

  .heading-31 {
    font-size: 50px;
  }

  .paragraph-34 {
    font-size: 25px;
    line-height: 40px;
  }

  .more-projects-subtitle {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 25px;
  }

  .more-projects-hero-heading {
    font-size: 50px;
  }

  .documents {
    margin-bottom: 40px;
  }

  .video-frame-2 {
    width: 100%;
    height: 300px;
  }

  .video-desc {
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    text-align: left;
  }

  .shares-top {
    margin-right: 0%;
    margin-left: 0%;
    padding: 60px 40px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.4em;
  }

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

  .navbar {
    font-size: 16px;
  }

  .hero-line {
    display: none;
  }

  .text-block-2 {
    display: none;
  }

  .anchor-section {
    padding: 60px 20px;
  }

  .centered-container {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
    -o-object-fit: none;
    object-fit: none;
  }

  .cards-image-mask {
    padding-top: 280px;
  }

  .paragraph-11 {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 18px;
    text-align: center;
  }

  .section-6 {
    margin-bottom: 60px;
  }

  .feature-section {
    padding: 40px 20px 0px;
  }

  .cards-grid-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-paragraph {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    text-align: center;
  }

  .paragraph-14 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    text-align: center;
  }

  .paragraph-15 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

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

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
    text-align: center;
  }

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

  .section-8 {
    margin-bottom: 60px;
  }

  .paragraph-17 {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 20px;
    padding-left: 0px;
    font-size: 18px;
  }

  .paragraph-18 {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 18px;
  }

  .image-14 {
    width: 100%;
    height: 300px;
  }

  .column-paragraph {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    text-align: center;
  }

  .paragraph-21 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    text-align: center;
  }

  .paragraph-22 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    text-align: center;
  }

  .paragraph-23 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    text-align: center;
  }

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

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

  .card-title {
    margin-top: 0px;
    padding-top: 10px;
  }

  .heading-15 {
    margin-top: 0px;
  }

  .heading-16 {
    margin-top: 0px;
  }

  .heading-17 {
    margin-top: 0px;
  }

  .sticky-nav {
    padding: 0px;
  }

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

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .hero-overlay {
    height: 400px;
  }

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

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

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

  .column {
    padding-right: 0px;
    padding-bottom: 60px;
    padding-left: 0px;
  }

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

  .columns {
    margin-right: 0px;
    margin-left: 0px;
  }

  .hero-overlay-2 {
    height: 400px;
    min-height: auto;
    padding-top: 0px;
    padding-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-heading {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 27px;
    line-height: 30px;
    text-align: center;
  }

  .button {
    margin-left: auto;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
  }

  .paragraph-27 {
    font-size: 20px;
    line-height: 1;
    text-align: center;
  }

  .card {
    margin-bottom: 40px;
  }

  .sticky-nav-2 {
    padding: 0px;
  }

  .nav-grid-2 {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .contact-section {
    margin-right: 20px;
    margin-bottom: 100px;
    margin-left: 20px;
    padding-top: 100px;
    padding-right: 0px;
    padding-bottom: 100px;
  }

  .form-block {
    padding: 0px;
    background-color: transparent;
  }

  .textarea {
    margin-bottom: 60px;
    font-size: 18px;
  }

  .text-field-4 {
    font-size: 16px;
  }

  .form {
    margin-right: 0px;
    margin-left: 0px;
  }

  .parallax-3 {
    margin-bottom: 0px;
  }

  .footer-fixed {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .centered-container-copy {
    padding-top: 60px;
    text-align: left;
    -o-object-fit: none;
    object-fit: none;
  }

  .opportunities-anchor {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .anchor {
    margin-top: 0px;
  }

  .hero-container {
    padding-top: 20px;
    text-align: left;
    -o-object-fit: none;
    object-fit: none;
  }

  .centered-container-2 {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
  }

  .section-heading {
    font-size: 40px;
  }

  .section-paragraph {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
    text-align: center;
  }

  .section-paragraph-dark {
    margin-right: 0%;
    margin-left: 0%;
    font-size: 20px;
    text-align: center;
  }

  .section-heading-dark {
    padding-bottom: 40px;
    font-size: 30px;
    line-height: 35px;
  }

  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

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

  .footer-heading-2 {
    margin-top: 20px;
  }

  .news-release-section {
    margin-top: 60px;
    margin-right: 5%;
    margin-left: 5%;
    padding-right: 0%;
  }

  .news-block {
    margin-top: 0px;
    padding-right: 0px;
  }

  .news-head {
    font-size: 18px;
    text-align: left;
  }

  .news-releases-heading {
    padding-top: 0px;
    padding-bottom: 20px;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
  }

  .bold-paragraph {
    margin-right: 0%;
    margin-left: 0%;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
    text-align: justify;
  }

  .projects-body {
    max-height: 100vh;
  }

  .heading-28 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 60px;
  }

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

  .div-block-15 {
    margin-bottom: 40px;
  }

  .projects-heading {
    font-size: 50px;
  }

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

  .marketing-section {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .paragraph-large {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-29 {
    margin-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 25px;
    line-height: 40px;
  }

  .image-21 {
    height: 300px;
  }

  .section-paragraph-bigger {
    text-align: center;
  }

  .other-paragraph {
    margin-right: 0%;
    margin-left: 0%;
    font-size: 20px;
    text-align: center;
  }

  .auction-heading {
    padding-left: 0%;
    text-align: center;
  }

  .image-22 {
    height: 150px;
  }

  .heading-30 {
    margin-bottom: 40px;
  }

  .career-paragraph {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
    text-align: center;
  }

  .career-button {
    display: block;
    max-width: 140px;
    margin-left: auto;
  }

  .careers-body {
    max-height: 100vh;
  }

  .centered-container-team {
    padding: 40px 0px 0px;
    text-align: left;
    -o-object-fit: none;
    object-fit: none;
  }

  .marketing-signup {
    margin-right: 20px;
    margin-bottom: 60px;
    margin-left: 20px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .contact-form-block {
    padding: 0px;
    background-color: transparent;
  }

  .contact-form {
    margin-right: 0px;
    margin-left: 0px;
  }

  .footer-button {
    margin-left: auto;
    font-size: 13px;
  }

  .contact-footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .shares {
    padding: 0px 20px 40px;
  }

  .corporate-section-2 {
    padding: 40px 40px 20px;
  }

  .overlay-more-projects {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

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

  .settheprice {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 5px;
  }

  .auction-button-container {
    margin-top: 0px;
  }

  .hydemountain {
    padding-bottom: 0px;
  }

  .marketing-paragraph {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
    text-align: left;
  }

  .auction-paragraph {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
    text-align: center;
  }

  .marketing-intro-paragraph {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
    text-align: center;
  }

  .auction-button {
    margin-left: auto;
    font-size: 15px;
    line-height: 18px;
  }

  .video-container {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .map-button {
    margin-left: auto;
    font-size: 15px;
    line-height: 18px;
  }

  .wrap-paragraph {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
    text-align: center;
  }

  .legal-note {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

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

  .careers-hero-heading {
    font-size: 30px;
    text-align: center;
  }

  .careers-hero-subtitle {
    text-align: center;
  }

  .hyde-button {
    margin-left: auto;
    font-size: 14px;
    line-height: 16px;
  }

  .heading-31 {
    font-size: 40px;
  }

  .paragraph-34 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

  .news-release-image {
    height: 200px;
  }

  .newsletter-image {
    height: 100px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .more-projects-subtitle {
    margin-right: 0%;
    margin-bottom: 40px;
    margin-left: 0%;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 25px;
    line-height: 30px;
    font-weight: 300;
    text-align: justify;
  }

  .more-projects-hero-heading {
    font-family: 'Playfair Display', sans-serif;
    font-size: 40px;
  }

  .documents {
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 20px;
  }

  .doc-button {
    margin-left: auto;
    font-size: 15px;
    line-height: 18px;
  }

  .video-desc {
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
  }

  .shares-top {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_450eac97-6e3e-ce91-3a94-1e1ac4df7989-5c44d47f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_450eac97-6e3e-ce91-3a94-1e1ac4df798e-5c44d47f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_2c392f63-7ecd-8d89-ec18-e1ed05d45599-5c44d47f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_2c392f63-7ecd-8d89-ec18-e1ed05d4559d-5c44d47f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_2c392f63-7ecd-8d89-ec18-e1ed05d45590-5c44d47f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_2c392f63-7ecd-8d89-ec18-e1ed05d45594-5c44d47f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_450eac97-6e3e-ce91-3a94-1e1ac4df796b-5c44d47f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_450eac97-6e3e-ce91-3a94-1e1ac4df7986-5c44d47f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_1d126099-3c78-103b-8ea5-e48987e2694a-5c44d47f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_2c392f63-7ecd-8d89-ec18-e1ed05d45596-5c44d47f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_2c392f63-7ecd-8d89-ec18-e1ed05d4558d-5c44d47f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Finition';
  src: url('../fonts/FinitionPersonalUseOnly-Brnx.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'rambler';
  src: url('../fonts/TheRamblerItalic-L3Ex5.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'rambler';
  src: url('../fonts/TheRambler-gxBr4.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Seasoneddreamer';
  src: url('../fonts/SeasonedDreamerDemo-4Bdlx.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'courgette';
  src: url('../fonts/CourgetteRegular-nOJ0.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bythemis';
  src: url('../fonts/BythemisQuertas-vmjLM.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Autography';
  src: url('../fonts/Autography-DOLnW.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Balistany';
  src: url('../fonts/Balistany-K7vJ7.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Heroic';
  src: url('../fonts/Heroic-8M4JA.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Retro';
  src: url('../fonts/RetroSignature-2ODoK.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}