:root {
  --background-3: #f8faff;
  --font: #4d565b;
  --lines: #88969d;
  --button: #4d565b;
  --background-2: #dcf2f3;
  --white: white;
  --medium-gray-teal: #84a7ac;
  --dark-teal: #50919f;
  --dark-blue: #24547b;
  --black: black;
  --medium-teal: #8ec0c8;
  --background-3-4: #e1e7f3;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--background-3);
  color: var(--font);
  font-family: Cormorant Garamond, sans-serif;
  font-size: 25px;
  line-height: 32px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 37px;
  font-weight: 400;
  line-height: 45px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
}

a {
  color: var(--lines);
  cursor: pointer;
  text-decoration: none;
}

blockquote {
  border: 1px #000;
  margin-bottom: 10px;
  padding: 10px 20px 10px 0;
  font-size: 35px;
  font-style: italic;
  font-weight: 400;
  line-height: 45px;
}

figcaption {
  text-align: right;
  margin-top: 5px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
}

.top-line {
  border-top: 1px solid var(--lines);
  margin-top: 5px;
  padding-top: 7px;
}

.top-margin {
  position: relative;
}

.top-margin._10-pixels {
  margin-top: 10px;
}

.top-margin._40-pixels {
  margin-top: 40px;
}

.top-margin._20-pixels {
  margin-top: 20px;
}

.top-margin._30-pixels {
  margin-top: 30px;
}

.top-margin._20-pixels {
  margin-top: 20px;
  position: relative;
}

.flex-end {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.content-section {
  padding-top: 120px;
  position: relative;
}

.content-section.double {
  background-color: #fff;
  padding-bottom: 120px;
}

.social-icons {
  padding-top: 25px;
  padding-bottom: 20px;
}

.title {
  color: var(--font);
  letter-spacing: .3px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.title.white {
  color: #fff;
}

.title.small {
  font-size: 12px;
}

.content-wrapper {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1075px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.content-wrapper.hero {
  min-height: 850px;
}

.content-wrapper.wide {
  max-width: 1156px;
}

.h2-big {
  margin-top: 10px;
  font-size: 45px;
  font-style: italic;
  line-height: 55px;
}

.bottom-line {
  z-index: 1;
  border-bottom: 1px solid var(--lines);
  margin-bottom: 50px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.set {
  margin-top: 40px;
}

.social-icon {
  background-color: var(--button);
  border-radius: 50px;
  width: 45px;
  height: 45px;
  margin-right: 10px;
  transition: border .2s, background-color .2s;
}

.social-icon:hover {
  border: 2px solid var(--button);
  background-color: #0000;
}

.social-icon.twittter {
  background-image: url('../images/gorjeo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 19px;
}

.social-icon.twittter:hover {
  background-image: url('../images/gorjeo_1.svg');
}

.social-icon.pinterest {
  background-image: url('../images/pinterest.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.social-icon.pinterest:hover {
  background-image: url('../images/pinterest_1.svg');
}

.social-icon.instagram {
  background-image: url('../images/instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.social-icon.instagram:hover {
  background-image: url('../images/instagram-1.svg');
}

.social-icon.facebook {
  background-color: var(--button);
  background-image: url('../images/logo-de-facebook-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 19px;
}

.social-icon.facebook:hover {
  background-color: #0000;
  background-image: url('../images/logo-de-facebook.svg');
}

.social-icon.linkedin {
  background-image: url('../images/logo-linkedin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 19px;
}

.social-icon.linkedin:hover {
  background-image: url('../images/linkedin.svg');
}

.social-icon.vimeo {
  background-image: url('../images/vimeo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 19px;
}

.social-icon.vimeo:hover {
  background-image: url('../images/vimeo-1.svg');
}

.button {
  background-color: var(--button);
  color: #fff;
  text-align: center;
  letter-spacing: .3px;
  text-transform: uppercase;
  min-width: 185px;
  min-height: 42px;
  padding: 15px 28px 11px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button:hover {
  color: #fff;
  background-color: #424a4e;
}

.inner-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.slider {
  background-image: url('../images/shoreline_web.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-section {
  min-height: 850px;
  position: relative;
}

.absolute {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0;
}

.absolute.slide-1 {
  background-image: url('../images/jonathan-borba-P95L1AIVay8-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.absolute.slide-2 {
  background-image: url('../images/jonathan-borba-Zm1_H161mbc-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.absolute.slide-3 {
  background-image: url('../images/sweet-ice-cream-photography-vVyzufditLQ-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.absolute.guy {
  background-image: url('../images/1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 120%;
}

.absolute.couple {
  background-image: url('../images/jonathan-borba-mvasDnG41is-unsplash.jpg');
}

.absolute.girl {
  background-image: url('../images/jacob-le-WRxSPB1s4_Q-unsplash.jpg');
}

.absolute.hand {
  background-image: url('../images/bahamas.jpg');
  height: 125%;
}

.absolute.horse {
  background-image: url('../images/IMG_1032_1920px.jpg');
  background-position: 50% 75%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.picture {
  background-image: url('../images/1-1.jpeg');
  height: 100%;
}

.absolute.picture-2 {
  background-image: url('../images/2.jpeg');
  height: 100%;
}

.absolute.picture-4 {
  background-image: url('../images/4.jpeg');
  height: 100%;
}

.absolute.picture-3 {
  background-image: url('../images/3.jpeg');
  height: 100%;
}

.absolute.picture-5 {
  background-image: url('../images/5.jpeg');
  height: 100%;
}

.absolute.picture-6 {
  background-image: url('../images/6.jpeg');
  height: 100%;
}

.whtie {
  color: #fff;
  font-family: Cormorant Garamond, sans-serif;
  font-weight: 400;
}

.italicized {
  font-style: italic;
}

.center-content {
  text-align: center;
}

.hero-flex {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 850px;
  display: flex;
}

.overlay {
  background-color: #00000040;
  position: absolute;
  inset: 0%;
}

.heading-box {
  text-align: center;
  width: 66%;
  max-width: 700px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.flex {
  flex-wrap: wrap;
  display: flex;
}

.flex.form1 {
  background-color: var(--background-2);
}

.intro-feature {
  border-right: 1px solid var(--lines);
  text-align: center;
  width: 33%;
  margin-right: 1px;
  padding: 35px 30px;
}

.intro-feature._3 {
  border-right-style: none;
}

.button-2 {
  border: 1px solid var(--button);
  min-width: 135px;
  min-height: 39px;
  color: var(--button);
  text-align: center;
  letter-spacing: .3px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 25px;
  padding: 14px 28px 11px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-2:hover {
  color: #fff;
  background-color: #424a4e;
}

.button-2.white {
  border-color: var(--white);
  color: var(--white);
}

.button-2.white:hover {
  color: var(--button);
  background-color: #fff;
}

.less-line-height {
  line-height: 30px;
}

.content {
  border: 0px solid var(--white);
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.content-section-2 {
  background-color: var(--background-2);
  position: relative;
}

.image {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.absolute-bg {
  background-color: var(--white);
  display: none;
  position: absolute;
  inset: 0%;
}

.text-container {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 45px 40px;
  display: flex;
}

.bottom-line-box {
  border-top: 1px solid var(--lines);
  border-bottom: 1px solid var(--lines);
  padding: 15px 5px;
  display: flex;
}

.right-border {
  margin-right: 12px;
}

.left-column {
  width: 50%;
  padding-right: 40px;
}

.left-column.with-text {
  padding-left: 40px;
  padding-right: 0;
}

.right-column {
  width: 50%;
}

.position-sticky {
  position: sticky;
  top: 80px;
}

.bottom-border {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.h3-big {
  margin-top: 10px;
  font-size: 60px;
  line-height: 70px;
}

.lightbox-link {
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

.mini-feature {
  border-right: 1px solid var(--lines);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  padding: 10px;
  display: flex;
}

.mini-feature.last {
  border-right-style: none;
}

.content-section-3 {
  background-color: var(--white);
  height: 600px;
  position: relative;
}

.newsletter-left {
  background-color: var(--white);
  width: 50%;
  height: 600px;
  padding-top: 135px;
  padding-bottom: 135px;
  position: relative;
  overflow: hidden;
}

.newsletter-right {
  align-items: center;
  width: 50%;
  max-width: 515px;
  padding: 100px 20px 100px 40px;
  display: flex;
}

.text-field {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--button);
  text-transform: uppercase;
  background-color: #0000;
  width: 33.33%;
  height: 50px;
  padding-top: 11px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.text-field:focus {
  color: var(--font);
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.text-field::placeholder {
  color: var(--button);
}

.text-field.login {
  border-right-style: solid;
  width: 100%;
}

.form {
  flex-wrap: wrap;
  display: flex;
}

.submit-button {
  background-color: var(--button);
  color: #fff;
  text-align: center;
  letter-spacing: .3px;
  text-transform: uppercase;
  width: 33.33%;
  height: 50px;
  padding: 15px 28px 11px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.submit-button:hover {
  color: #fff;
  background-color: #424a4e;
}

.submit-button.white {
  border: 1px none var(--medium-gray-teal);
  background-color: var(--white);
  color: var(--lines);
}

.submit-button.white:hover {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
}

.features-column {
  border-radius: 0;
  width: 33.333%;
  padding: 30px;
  position: relative;
}

.features-column.no-line {
  border-right-style: none;
}

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

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

.content-section-4 {
  background-color: var(--background-2);
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.content-section-4.form {
  background-color: var(--medium-gray-teal);
  -webkit-text-stroke-color: var(--dark-teal);
  height: 1350px;
}

.numbers-left {
  border-right: 1px solid var(--lines);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 62px;
  margin-right: 50px;
  display: flex;
}

.numbers-right {
  flex: 1;
  margin-top: 25px;
  margin-bottom: 25px;
}

.text-block {
  font-family: Roboto, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.numbers-item {
  width: 50%;
  padding-right: 40px;
}

.numbers-container {
  border-bottom: 1px solid var(--lines);
  flex-wrap: wrap;
  margin-bottom: 50px;
  padding-bottom: 20px;
  display: flex;
}

.numbers-container.no-margin {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.vertical-text {
  position: relative;
  left: -10px;
  transform: rotate(-90deg);
}

.full-section {
  height: 400px;
  position: relative;
  overflow: hidden;
}

.full-section.horizontal-photo {
  background-color: var(--white);
  margin-top: 0;
}

.narrow-wrapper {
  width: 89%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial {
  border-width: 1px;
  border-color: var(--lines);
  text-align: center;
  border-bottom-style: solid;
  border-left-style: none;
  border-right-style: none;
  flex-direction: column;
  justify-content: center;
  height: auto;
  padding: 50px 25px;
  display: flex;
}

.testimonial._2, .testimonial._4 {
  flex-direction: column;
}

.testimonial._5 {
  border-bottom-style: solid;
}

.testimonial._6 {
  flex-direction: column;
}

.star {
  margin-right: 4px;
}

.testimonial-column {
  border-top: 1px solid var(--lines);
  border-left: 1px solid var(--lines);
  flex-direction: column;
  justify-content: space-between;
  width: 33.333%;
  display: flex;
}

.testimonial-column._3 {
  border-right: 1px solid var(--lines);
}

.overflow-hidden {
  width: 100%;
  min-width: auto;
  margin-top: 3px;
  overflow: hidden;
}

.open-close-box {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 28px;
  margin-top: 20px;
  margin-right: 15px;
  display: flex;
  position: relative;
}

.accordion-wrapper {
  border-bottom: 1px solid var(--lines);
  margin-bottom: 15px;
}

.accordion-item-trigger {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 5px;
  padding-left: 22px;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
}

.accordion-item-trigger:hover {
  text-decoration: none;
}

.flex-no-wrap {
  flex-wrap: nowrap;
  display: flex;
}

.full-width {
  flex: 1;
}

.accordion-item-content {
  margin-top: -1px;
  padding-top: 0;
  padding-left: 22px;
  padding-right: 25px;
  overflow: hidden;
}

.question {
  color: var(--font);
  font-size: 25px;
  line-height: 30px;
}

.answer {
  margin-bottom: 10px;
}

.insta-pic {
  width: 23.8%;
  position: relative;
  overflow: hidden;
}

.hover-overlay {
  background-color: #dad9d7cc;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.footer {
  background-color: var(--background-2);
  position: relative;
}

.footer-menu-bg {
  background-color: var(--medium-gray-teal);
}

.footer-flex {
  flex-wrap: wrap;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.footer-menu {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.element-2 {
  background-color: #e8e9ee;
}

.left-border {
  padding-top: 9px;
}

.navbar-bg {
  background-color: #50919f;
  position: absolute;
  inset: 0%;
}

.nav-menu {
  height: 40px;
  display: flex;
}

.underline-hover {
  background-color: #a4aebe;
  height: 1px;
  margin-top: -18px;
  position: absolute;
  inset: 73px 0 0;
}

.underline-hover.navbar {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  margin-top: 0;
  position: relative;
  top: 0;
}

.brand {
  justify-content: center;
  align-items: center;
  height: 60px;
  transition: transform .2s, opacity .2s;
  display: flex;
}

.brand:hover {
  opacity: .85;
  transform: scale(.9);
}

.brand.w--current {
  height: 40px;
  transition: transform .2s, opacity .2s;
}

.brand.w--current:hover {
  transform: scale(1.03);
}

.navlink {
  height: 60px;
  color: var(--white);
  margin-right: 15px;
  padding-top: 16px;
  padding-left: 7px;
  padding-right: 7px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
}

.navlink:hover {
  text-decoration: none;
}

.navlink.w--current {
  font-weight: 500;
}

.scroll-down {
  z-index: 10;
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 500;
  transition: opacity .2s;
  position: absolute;
  inset: auto 0% 0%;
}

.scroll-down:hover {
  opacity: .85;
}

.success-message {
  background-color: #0000;
  width: 100%;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.error-message {
  font-size: 20px;
}

.footer-logo {
  justify-content: center;
  align-items: center;
  transition: transform .2s, opacity .2s;
  display: flex;
}

.footer-logo:hover {
  opacity: .85;
  transform: scale(.9);
}

.footer-logo.w--current:hover {
  transform: scale(1.03);
}

.footer-link {
  color: var(--white);
  margin-right: 15px;
  padding-top: 10px;
  padding-left: 7px;
  padding-right: 7px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  overflow: hidden;
}

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

.footer-link.w--current {
  color: #69707b;
}

.footer-center {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.notice {
  text-align: center;
  padding-bottom: 15px;
}

.notice-text {
  padding-top: 18px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 21px;
}

.column-left {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.form-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 20px;
  display: flex;
}

.text-field-2 {
  border: 1px solid var(--white);
  background-color: #0000;
  width: 48%;
  height: 48px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  transition: border .2s;
}

.text-field-2:hover {
  border-color: var(--button);
}

.text-field-2::placeholder {
  color: var(--white);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

.text-field-2.message {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 73px;
}

.text-field-2.full {
  width: 100%;
}

.contact-us-column {
  width: 80%;
}

.text-block-2 {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.text-block-2.bold {
  font-weight: 500;
}

.form-2 {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
  display: flex;
}

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

.text {
  color: var(--white);
  font-family: Cormorant Garamond, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 40px;
}

.text.bold {
  font-weight: 500;
}

.form-block-2 {
  width: 100%;
}

.gallery-item {
  width: 67.5%;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.absolute-hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0;
}

.absolute-hover.new-gallery {
  background-image: url('../images/jonathan-borba-YMokpm25y14-unsplash.jpg');
}

.absolute-hover.new-gallery-2 {
  background-image: url('../images/jonathan-borba-Y6RATd1xgyc-unsplash.jpg');
}

.absolute-hover.new-gallery-3 {
  background-image: url('../images/jonathan-borba-I2MBFTSckz4-unsplash.jpg');
}

.absolute-hover.new-gallery-4 {
  background-image: url('../images/jonathan-borba-x1RhIVm3lLE-unsplash.jpg');
}

.absolute-hover.new-gallery-5 {
  background-image: url('../images/2.jpeg');
}

.absolute-hover.new-gallery-6 {
  background-image: url('../images/jonathan-borba-Zm1_H161mbc-unsplash.jpg');
}

.absolute-hover.new-gallery-7 {
  background-image: url('../images/5.jpeg');
}

.absolute-hover._1, .absolute-hover._2, .absolute-hover._3, .absolute-hover._4, .absolute-hover._5, .absolute-hover._6, .absolute-hover._7 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.gallery-item-2 {
  width: 31%;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.gallery-item-3 {
  width: 100%;
  height: 50%;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.gallery-block {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 20px;
  display: flex;
}

.flex-vertical {
  flex-direction: column;
  justify-content: space-between;
  width: 31%;
  display: flex;
}

.image-1 {
  height: auto;
  display: inline-block;
  position: absolute;
  inset: 13% auto auto 0%;
  overflow: hidden;
}

.pictures-container {
  justify-content: space-between;
  align-items: flex-end;
  height: 1250px;
  margin-top: -429px;
  display: flex;
  position: relative;
}

.image-3 {
  width: auto;
  height: auto;
  display: inline-block;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.absolute-heading {
  z-index: 10;
  text-align: center;
  width: 43%;
  max-width: 634px;
  margin-top: 65px;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  inset: 100px 0% auto;
}

.absolute-heading.medium {
  width: 43%;
  max-width: 476px;
}

.content-section-5 {
  background-color: var(--background-2);
  padding-top: 185px;
  padding-bottom: 90px;
  position: relative;
  overflow: visible;
}

.image-2 {
  height: auto;
  margin-left: 26px;
  display: inline-block;
  position: absolute;
  inset: 38% auto auto 26%;
  overflow: hidden;
}

.image-4 {
  display: inline-block;
  position: absolute;
  inset: 31% 0% auto auto;
  overflow: hidden;
}

.image-5 {
  margin-left: 121px;
  display: inline-block;
  position: absolute;
  overflow: hidden;
}

.image-6 {
  margin-left: 26px;
  display: inline-block;
  position: absolute;
  inset: auto 12% 11% auto;
  overflow: hidden;
}

.footer-logo-box {
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.preloader {
  z-index: 100000000;
  background-color: var(--background-3);
  color: #69707b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  display: none;
  position: fixed;
  inset: 0;
}

.go-up-button {
  z-index: 20;
  background-color: var(--lines);
  color: #fff;
  background-image: url('../images/flecha-hacia-arriba.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px 100%;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 13px;
  margin-right: 15px;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.go-up-button.w--current {
  z-index: 100;
}

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

.row {
  margin-bottom: 3%;
}

.bg {
  background-color: var(--lines);
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

._404-text {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 90px;
  line-height: 90px;
}

.slider-arrows {
  opacity: .65;
  transition: opacity .2s;
}

.slider-arrows:hover {
  opacity: .85;
}

.slide-nav {
  display: none;
}

.paragraph {
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 23px;
}

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

.dropdown {
  height: 60px;
  font-size: 16px;
}

.dropdown-toggle {
  height: 60px;
  color: var(--white);
  padding-top: 10px;
  font-family: Roboto, sans-serif;
}

.mini-arrow {
  margin-top: 21px;
  margin-right: 23px;
  font-size: 13px;
}

.dropdown-link {
  background-color: var(--background-2);
  padding-left: 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  transition: background-color .2s, padding .2s;
}

.dropdown-link:hover {
  background-color: #e2e8f1;
  padding-left: 23px;
}

.image-7 {
  overflow: hidden;
}

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

.social-navlink {
  width: 30px;
  height: 40px;
  color: var(--white);
  background-image: url('../images/facebook-logo-de-letra.svg');
  background-position: 50% 54%;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-top: 16px;
  padding-left: 7px;
  padding-right: 7px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  transition: opacity .2s;
  overflow: hidden;
}

.social-navlink:hover {
  opacity: .85;
  text-decoration: none;
}

.social-navlink.w--current {
  font-weight: 500;
}

.social-navlink.instagram {
  background-image: url('../images/instagram.svg');
}

.social-navlink.twitter {
  background-image: url('../images/pinterest.svg');
}

.social-navlink.vimeo {
  background-image: url('../images/vimeo.svg');
}

.bottom-image-margin {
  margin-bottom: 20px;
}

.side-line {
  background-color: var(--lines);
  width: 1px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navbar-2 {
  background-color: #50919f;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.banner {
  background-image: url('../images/shoreline_web.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  min-height: 850px;
}

.hero-logo {
  width: 360px;
  height: auto;
}

.scroll-down-2 {
  z-index: 10;
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 500;
  transition: opacity .2s;
  position: absolute;
  inset: auto 0% 0%;
}

.scroll-down-2:hover {
  opacity: .85;
}

.text-block-3 {
  color: #24547b;
  letter-spacing: 2px;
  font-size: 16px;
}

.heading {
  font-size: 36px;
}

.div-block {
  height: 100%;
  position: absolute;
  inset: 0;
}

.body {
  background-color: var(--background-2);
}

.text-block-4 {
  color: #24547b;
  letter-spacing: 2px;
  font-size: 15px;
}

.footer-text {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-5 {
  color: var(--dark-blue);
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.beta-tester-question {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
}

.device-os {
  float: left;
  color: #4d565b;
  width: auto;
  padding-right: 40px;
  display: block;
}

.radio-button---device {
  margin-top: 10px;
}

.radio-button-label {
  color: var(--white);
  font-size: 22px;
}

.beta-tester-question-2 {
  color: #4d565b;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
}

.device-type {
  margin-bottom: 20px;
}

.white-divider {
  background-color: var(--white);
  height: 60px;
}

@media screen and (max-width: 991px) {
  .content-section, .hero-section {
    padding-bottom: 0;
  }

  .absolute.slide-1, .absolute.slide-2, .absolute.slide-3, .absolute.guy {
    background-position: 66%;
  }

  .absolute.horse {
    background-position: 66% 95%;
  }

  .heading-box {
    width: 74%;
  }

  .flex.form1 {
    height: 490px;
  }

  .content-section-2 {
    padding-bottom: 0;
  }

  .h3-big {
    font-size: 55px;
    line-height: 60px;
  }

  .content-section-3 {
    padding-bottom: 0;
  }

  .newsletter-right {
    width: 50%;
    max-width: none;
  }

  .content-section-4 {
    padding-bottom: 0;
  }

  .content-section-4.form {
    padding-bottom: 90px;
  }

  .full-section {
    height: 370px;
    padding-bottom: 0;
  }

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

  .footer {
    padding-bottom: 0;
  }

  .footer-menu {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }

  .menu-button {
    height: 60px;
    color: var(--white);
    background-color: #0000;
  }

  .menu-button.w--open {
    background-color: var(--lines);
    color: var(--white);
  }

  .left-border {
    padding-left: 20px;
  }

  .nav-menu {
    background-color: var(--lines);
    text-align: left;
    height: 100vh;
    padding-bottom: 140px;
    overflow: auto;
  }

  .navlink {
    text-align: left;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-link {
    text-align: left;
  }

  .footer-center {
    justify-content: center;
    margin-top: 10px;
  }

  .contact-us-column {
    width: 82%;
  }

  .gallery-item {
    width: 67.8%;
    margin-bottom: 10px;
  }

  .gallery-item-2, .gallery-item-3 {
    margin-bottom: 10px;
  }

  .image-1 {
    width: 30%;
    left: -5%;
  }

  .pictures-container {
    margin-top: -350px;
  }

  .image-3 {
    width: 38%;
    top: -3%;
  }

  .absolute-heading {
    width: 74%;
  }

  .absolute-heading.medium {
    width: 54%;
  }

  .image-2 {
    width: 47%;
    top: 40%;
    left: 0%;
  }

  .image-4 {
    width: 38%;
  }

  .image-5 {
    width: 40%;
    left: -193px;
  }

  .image-6 {
    width: 56%;
    right: 3%;
  }

  .footer-logo-box {
    width: 200px;
  }

  .social-navlink {
    text-align: left;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-logo {
    width: 340px;
  }

  .white-divider {
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .content-section {
    padding-top: 80px;
  }

  .content-section.double {
    padding-bottom: 80px;
  }

  .title {
    font-size: 12px;
  }

  .content-wrapper.hero {
    min-height: 700px;
  }

  .h2-big {
    font-size: 40px;
    line-height: 50px;
  }

  .bottom-line {
    margin-bottom: 30px;
  }

  .social-icon {
    width: 35px;
    height: 35px;
  }

  .social-icon.twittter, .social-icon.pinterest, .social-icon.instagram, .social-icon.facebook, .social-icon.linkedin, .social-icon.vimeo {
    background-size: 12px;
  }

  .hero-section, .hero-flex {
    min-height: 700px;
  }

  .heading-box {
    width: 90%;
    margin-bottom: 40px;
  }

  .flex.form1 {
    height: auto;
  }

  .intro-feature {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    width: 100%;
  }

  .intro-feature._3 {
    border-bottom-style: none;
  }

  .button-2 {
    min-width: 123px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-column.mobile-margin {
    padding-right: 0;
  }

  .left-column.with-text {
    padding-left: 20px;
  }

  .h3-big {
    font-size: 45px;
    line-height: 50px;
  }

  .flex-space.mobile-center {
    justify-content: center;
  }

  .mini-feature {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    width: 100%;
  }

  .content-section-3 {
    height: auto;
    padding-top: 0;
  }

  .newsletter-left {
    width: 100%;
  }

  .newsletter-right {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 40px;
  }

  .text-field {
    border-right-style: solid;
    width: 100%;
    max-width: 310px;
  }

  .submit-button {
    width: 100%;
    max-width: 310px;
  }

  .submit-button.white {
    max-width: 100%;
  }

  .content-section-4 {
    padding-top: 80px;
  }

  .content-section-4.form {
    height: 1400px;
  }

  .full-section {
    height: 270px;
    padding-top: 80px;
  }

  .testimonial-column {
    border-right: 1px solid var(--lines);
    width: 100%;
  }

  .testimonial-column._2 {
    border-top: 1px #000;
  }

  .testimonial-column._3 {
    border-top-style: none;
  }

  .insta-pic {
    width: 48%;
    margin-bottom: 15px;
    margin-left: 5px;
  }

  .insta-pic.left {
    margin-right: 5px;
  }

  .navlink, .footer-link {
    height: 45px;
    padding-top: 6px;
  }

  .gallery-item {
    width: 68.2%;
    margin-bottom: 5px;
  }

  .gallery-item-2, .gallery-item-3 {
    margin-bottom: 5px;
  }

  .image-1 {
    top: 10%;
    left: -7%;
  }

  .pictures-container {
    height: 1000px;
  }

  .absolute-heading {
    width: 90%;
    margin-bottom: 40px;
  }

  .absolute-heading.medium {
    width: 60%;
  }

  .content-section-5 {
    padding-top: 100px;
  }

  .image-6 {
    bottom: 5%;
  }

  .social-navlink {
    height: 45px;
    padding-top: 6px;
  }

  .banner {
    min-height: 700px;
  }

  .hero-logo {
    width: 320px;
  }

  .text-block-5 {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .content-section {
    padding-top: 60px;
  }

  .content-section.double {
    padding-bottom: 60px;
  }

  .content-wrapper.hero {
    min-height: 590px;
  }

  .h2-big {
    font-size: 35px;
    line-height: 45px;
  }

  .hero-section {
    min-height: 590px;
    padding-top: 60px;
  }

  .absolute.horse {
    background-position: 66% 90%;
  }

  .absolute.picture {
    height: 110%;
  }

  .whtie {
    font-size: 60px;
    line-height: 60px;
  }

  .hero-flex {
    min-height: 590px;
  }

  .heading-box {
    width: 100%;
  }

  .flex.mobile-center {
    justify-content: center;
  }

  .intro-feature {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    width: 100%;
    max-width: 350px;
  }

  .intro-feature._3 {
    border-bottom-style: none;
  }

  .image {
    width: 100%;
  }

  .text-container {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .left-column {
    width: 100%;
    padding-right: 0;
  }

  .left-column.mobile-margin {
    margin-bottom: 30px;
  }

  .left-column.with-text {
    padding-left: 0;
  }

  .right-column {
    width: 100%;
  }

  .flex-space.mobile-center {
    justify-content: center;
  }

  .newsletter-left {
    width: 100%;
  }

  .newsletter-right {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .submit-button.white {
    margin-top: 40px;
  }

  .features-column {
    width: 100%;
    max-width: 350px;
  }

  .content-section-4 {
    padding-top: 60px;
  }

  .content-section-4.form {
    height: 1750px;
  }

  .numbers-left {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .numbers-item {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .numbers-item.no-margin {
    margin-bottom: 0;
  }

  .numbers-container.no-margin {
    border-bottom-style: solid;
    padding-bottom: 20px;
  }

  .vertical-text {
    transform: none;
  }

  .full-section {
    padding-top: 60px;
  }

  .testimonial._5 {
    border-bottom-style: solid;
  }

  .testimonial-column {
    justify-content: flex-start;
    width: 100%;
    max-width: 350px;
  }

  .insta-pic.left {
    margin-left: 0;
    margin-right: 5px;
  }

  .footer-link {
    margin-bottom: 14px;
  }

  .column-left {
    width: 100%;
  }

  .form-block {
    width: 100%;
    margin-top: 20px;
  }

  .gallery-item, .gallery-item-2, .gallery-item-3 {
    margin-bottom: 3px;
  }

  .image-1 {
    left: -11%;
  }

  .pictures-container {
    height: 630px;
  }

  .absolute-heading {
    width: 100%;
  }

  .absolute-heading.medium {
    width: 80%;
  }

  .content-section-5 {
    padding-top: 60px;
  }

  .image-2 {
    top: 53%;
  }

  .image-4 {
    top: 48%;
    right: -5%;
  }

  .image-6 {
    bottom: 3%;
  }

  .side-line {
    width: 100%;
    height: 1px;
    display: none;
    inset: auto 0% 0%;
  }

  .banner {
    min-height: 590px;
  }

  .hero-logo {
    width: 280px;
  }

  .text-block-4 {
    font-size: 14px;
  }

  .text-block-5 {
    font-size: 13px;
  }
}


