<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section#waterfrontsection {
  position: relative;
  width: 100%;
  min-height: 87vh;
  padding-top: 1vh;
  display: flex;
  justify-content: center;
}
p.valiateAlert {
  color: #ff6c6ce8;
}

section#waterfrontsection .wrapper {
  z-index: 4;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 20px;
}
section#waterfrontsection .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(41, 38, 57, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
}
.divider-form {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 10px 0 30px;
  position: relative;
  gap: 15px;
}
.divider-form:after {
  content: "";
  width: 40%;
  height: 1px;
  display: block;
  border-top: 1px dashed white;
}
.form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}
.form-container h1 {
  font-weight: 400;
  font-size: clamp(1rem, 2.2vw, 2.2rem);
  text-transform: uppercase;
}
.form-container h1 span {
  font-weight: 700;
}
p.form-text {
  font-weight: 600;
  font-size: clamp(0.8rem, 1.3vw, 1.3rem);
}
.form-container p.waterform-description {
  font-weight: 400;
  font-size: clamp(0.9rem, 1.2vw, 1.1rem);
  margin: auto;
  margin-top: 30px;
  margin-bottom: 20px;
  max-width: 911px;
}
.divider-form:before {
  content: "";
  width: 40%;
  height: 1px;
  display: block;
  border-top: 1px dashed white;
}
button.video-play-button {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.3);
  width: 100px;
  height: 100px;
  border: 2px solid white;
  border-radius: 50px;
  padding-left: 10px;
  padding-top: 5px;
  cursor: pointer;
}
.right-section {
  color: white;
  font-size: clamp(0.8rem, 1vw, 1.2rem);
}
h3.related {
  padding: 20px 0 20px;
}
li.list-item {
  padding: 8px 0 15px;
  position: relative;
}
li.list-item:before {
  content: "";
  width: 250px;
  height: 1px;
  border-top: 1px dashed white;
  display: block;
  /* margin-top: -10px; */
  position: relative;
  margin-bottom: 20px;
}
.divider-form img.wt-divider {
  width: 46px;
  fill: white;
  filter: invert(1) opacity(0.7);
}
section#waterfrontsection img.bgwaterfront {
  object-fit: cover;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
section#waterfrontsection .thewaterfrontform .medium {
  padding: 0 1rem;
  border: 1px solid #e5e5e5;
  height: 40px;
  width: 100%;
  border-radius: 4px;
  display: block;
  width: 100%;
}
section#waterfrontsection .thewaterfrontform .form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  padding-bottom: 15px;
}
section#waterfrontsection .form {
  display: block;
  width: 100%;
  max-width: 911px;
}
form#thewaterfrontform {
  padding-top: 15px;
}
button.form-btn-link {
  width: 100%;
  grid-area: 1 / 1 / 5 / 3;
  border-radius: 4px;
  color: white;
  background: #3160cb;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
  padding: 10px 0;
  trasition: all 0.3s ease-in-out;
}
h2.left-section-title {
  text-align: center;
  color: white;
  padding-bottom: 20px;
  font-size: clamp(1.2rem, 1.9vw, 2rem);
  font-weight: 400;
  text-transform: uppercase;
}
h2.right-title {
  display: block;
  border-bottom: 2px solid white;
  padding-bottom: 10px;
  color: white;
  text-transform: uppercase;
  font-size: clamp(1.2rem, 1.9vw, 2rem);
  font-weight: 600;
}
.right-section .list-items-waterfront li a {
  position: relative;
  transition: all 0.5s;
}
.right-section .list-items-waterfront li {
  overflow: hidden;
}
.right-section .list-items-waterfront li:hover a span {
  transition: all 0.5s;
  margin-left: 15px;
}
.right-section .list-items-waterfront li:hover a:before {
  opacity: 1;
  transition: all 0.5s;
  left: 0;
}
.right-section .list-items-waterfront li a:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent #fff;
  display: block;
  width: 0;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  left: -10px;
  opacity: 0;
}
h2.left-section-title span {
  font-weight: 400;
  display: block;
}
button.form-btn-link:hover {
  background: #4b5f9c;
}
.video-container.ms-slider {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.video-container.ms-slider img.ms-img {
  border-radius: 15px;
  border: 2px solid white;
}
#redirect-section {
  opacity: 0;
}
.redirect-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10%;
  max-width: 1360px;
}
.video-container {
  position: relative;
}
.video-container video {
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
  border: 2px solid white;
}
.left-text-section {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .video-container.ms-slider button.video-play-button {
    width: 70px;
    height: 70px;
    border: 2px solid white;
    border-radius: 50px;
    padding-left: 10px;
    padding-top: 5px;
    cursor: pointer;
  }
  section#waterfrontsection .thewaterfrontform .form-row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    padding-bottom: 15px;
  }
  .redirect-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    max-width: 1360px;
  }
  section#waterfrontsection {
    position: relative;
    width: 100%;
    min-height: 80vh;
    padding: 30px 13px;
  }
  section#waterfrontsection .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(41, 38, 57, 0.8);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 20px;
  }
  .left-text-section {
    padding-top: 0;
  }
}

/*Animations*/
.puff-out-center {
  -webkit-animation: puff-out-center 0.5s cubic-bezier(0.165, 0.84, 0.44, 1)
    both;
  animation: puff-out-center 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) both;
}
.puff-in-center {
  -webkit-animation: puff-in-center 0.5s cubic-bezier(0.47, 0, 0.745, 0.715)
    both;
  animation: puff-in-center 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}
/*Exit*/
@-webkit-keyframes puff-out-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
}
@keyframes puff-out-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
}
/*entrance*/
@-webkit-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
</pre></body></html>