:root {
  --woodlands-navy: #0d2266;
  --woodlands-white: #fff;
}

a {
  text-decoration: underline;
}

.breakpoint-desktop {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  text-decoration: none;
  display: flex;
  position: fixed;
}

.container {
  border: 3px solid var(--woodlands-navy);
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 72px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.content {
  grid-column-gap: 1.5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.column {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}

.column-2 {
  grid-column-gap: 0rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.link-one {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
}

.button {
  grid-column-gap: 8px;
  color: var(--woodlands-navy);
  background-color: #fff;
  border: 3px solid #0d2266;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button:hover {
  background-color: var(--woodlands-navy);
  color: var(--woodlands-white);
}

.button-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.breakpoint-desktop-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-felixmittermeier-957024-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 900px;
  padding-left: 2rem;
  padding-right: 2rem;
  text-decoration: none;
  display: flex;
}

.column-3 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1322px;
  text-decoration: none;
  display: flex;
}

.content-2 {
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.medium-length-hero-headline-goes-here {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}

.error-eaf7ce82-3a00-c7cc-0f10-e388dc41e019 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
}

.actions {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-3 {
  grid-column-gap: 8px;
  color: var(--woodlands-white);
  background-color: #0d2266;
  border: 2px solid #fff;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-3:hover {
  color: var(--woodlands-navy);
  background-color: #fff;
}

.button-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.breakpoint-desktop-3 {
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-decoration: none;
  display: flex;
}

.container-2 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tab-pane {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-3 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1322px;
  text-decoration: none;
  display: flex;
}

.content-4 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading {
  color: #0d2266;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}

.error-437d6b25-f94f-5d22-20a2-8d5d3c2165de {
  color: #0d2266;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.actions-2 {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 65%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-5 {
  grid-column-gap: 8px;
  color: var(--woodlands-navy);
  cursor: pointer;
  border: 2px solid #0d2266;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .75rem 2rem;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-5:hover {
  background-color: var(--woodlands-navy);
  color: var(--woodlands-white);
}

.button-6 {
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
}

.button-7 {
  color: var(--woodlands-navy);
  cursor: pointer;
  flex: 0 auto;
  justify-content: center;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.button-7:hover {
  font-weight: 700;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.breakpoint-desktop-4 {
  grid-row-gap: 80px;
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-matthew-montrone-230847-1179229----medium.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 1057px;
  padding: 6rem 2rem;
  text-decoration: none;
  display: flex;
}

.content-5 {
  grid-column-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-4-inner {
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  text-decoration: none;
  display: flex;
}

.heading-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.error-82b4e712-1825-b39a-67e3-ccb256da9bb2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.actions-3 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-8 {
  color: var(--woodlands-white);
  border: 2px solid #fff;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  padding: 12px 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-8:hover {
  background-color: var(--woodlands-white);
  color: var(--woodlands-navy);
}

.button-9 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44.0093px;
  text-decoration: none;
  display: flex;
}

.a {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 45.0504px;
  height: 39.3673px;
  text-decoration: none;
  display: flex;
}

.section-title-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 275px;
  display: flex;
}

.vectors-wrapper-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 36.76px;
  height: 36.73px;
  text-decoration: none;
  display: flex;
}

.breakpoint-desktop-5 {
  grid-row-gap: 80px;
  background-color: var(--woodlands-navy);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 6rem 2rem;
  text-decoration: none;
  display: flex;
}

.container-3 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 768px;
  text-decoration: none;
  display: flex;
}

.section-title-3 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-6 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1322px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.error-b2503c47-e9f2-ecfa-171b-0528d7b17ff6 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
}

.actions-4 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  text-decoration: none;
  display: flex;
}

.button-10 {
  grid-column-gap: 8px;
  background-color: var(--woodlands-white);
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-10:hover {
  transform: scale(1.05);
}

.button-11 {
  color: var(--woodlands-navy);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.button-11.services {
  color: var(--woodlands-white);
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
}

.button-12 {
  grid-column-gap: 8px;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-12:hover {
  background-color: gray;
  border-width: 2px;
  transform: scale(1.05);
}

.breakpoint-desktop-6 {
  background-color: #fff;
  width: 100%;
  padding-top: 6rem;
  text-decoration: none;
}

.section-title-4 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  text-decoration: none;
  display: flex;
}

.heading-3 {
  color: #0d2266;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.text-2 {
  color: #0d2266;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
}

.placeholder-image-1 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 32px;
  display: block;
}

.button-13 {
  grid-column-gap: 8px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-6 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.slider-dots {
  grid-column-gap: 9px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-7 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  text-decoration: none;
  display: flex;
}

.property-1-cta-property-2-19-property-4-desktop {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem 2rem 3rem;
  text-decoration: none;
  display: flex;
}

.column-5 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.content-7 {
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  text-decoration: none;
  display: flex;
}

.heading-4 {
  color: #0d2266;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.text-3 {
  color: #0d2266;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
}

.breakpoint-desktop-7 {
  grid-column-gap: 3rem;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 4rem 2rem;
  text-decoration: none;
  display: flex;
}

.container-4 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 783px;
  text-decoration: none;
  display: flex;
}

.heading-5 {
  color: #0d2266;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.vectors-wrapper-8 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 8px;
  text-decoration: none;
  display: flex;
}

.content-8 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 382px;
  text-decoration: none;
  display: flex;
}

.wcb_logo_og-1 {
  object-fit: cover;
}

.breakpoint-desktop-8 {
  grid-row-gap: 80px;
  background-image: url('../images/pexels-katyakazar-222331629-11951152.jpg');
  background-position: 0 0;
  background-size: auto;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 6rem 2rem;
  text-decoration: none;
  display: flex;
}

.section-title-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  text-decoration: none;
  display: flex;
}

.tagline {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.25;
  text-decoration: none;
}

.heading-6 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}

.text-4 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.25;
  text-decoration: none;
}

.form {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 560px;
  text-decoration: none;
  display: flex;
}

.input {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.name {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-input {
  grid-column-gap: 8px;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.frame-1 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.input-2 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 272px;
  text-decoration: none;
  display: flex;
}

.text-input-2 {
  grid-column-gap: 8px;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 249px;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.input-3 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 266px;
  text-decoration: none;
  display: flex;
}

.text-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-area {
  background-color: #fff;
  border: 1px solid #000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 180px;
  padding: 12px;
  display: flex;
  position: relative;
}

.text-6 {
  color: #666;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.vectors-wrapper-9 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 2px;
  height: 2px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 106.946px;
  left: 419.407px;
}

.vectors-wrapper-10 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 6px;
  height: 6px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 105.532px;
  left: 425.064px;
}

.checkbox {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-11 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  text-decoration: none;
  display: flex;
}

.label {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-14 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 150%;
  text-decoration: none;
}

.name-1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.label-1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.breakpoint-desktop-9 {
  grid-row-gap: 80px;
  background-color: #0d2266;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1rem 2rem 2rem;
  text-decoration: none;
  display: flex;
}

.content-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.white-og-1 {
  object-fit: cover;
}

.links {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 493px;
  text-decoration: none;
  display: flex;
}

.text-7 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25;
  text-decoration: none;
}

.credits {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-12 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 3px;
  text-decoration: none;
  display: flex;
}

.row {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.footer-links {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-9 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.gallery13_image-wrapper {
  height: 100vh;
  position: relative;
}

.text-size-medium {
  font-size: 1.125rem;
}

.gallery13_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: start stretch;
}

.gallery13_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  max-width: none;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.section_gallery13 {
  overflow: hidden;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.gallery13_slide-nav {
  height: 1.75rem;
  margin-bottom: 2rem;
  font-size: .5rem;
}

.gallery13_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gallery13_arrow-icon {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.margin-bottom, .margin-bottom.margin-small, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxlarge, .margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.gallery13_arrow {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.gallery13_arrow.hide-mobile-landscape {
  margin-left: 2rem;
  margin-right: 2rem;
  bottom: 4rem;
}

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

.column-4-outer {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-4-shell {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border: 2px solid #0000;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  text-decoration: none;
  display: flex;
}

.column-4-shell:hover {
  border: 2px solid var(--woodlands-white);
  background-color: var(--woodlands-navy);
  border-radius: 20px;
}

.column-4-inner-copy {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.button-15 {
  border: 2px solid var(--woodlands-white);
  background-color: var(--woodlands-navy);
  color: var(--woodlands-white);
  text-align: center;
  border-radius: 6px;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.form_message-success {
  background-color: var(--\<unknown\|relume-variable-background-color-6\>);
  color: var(--\<unknown\|relume-variable-text-color-4\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.text-style-link {
  color: var(--\<unknown\|relume-variable-link-color-1\>);
  text-decoration: underline;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.form_field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_checkbox-label {
  margin-bottom: 0;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_field-label {
  color: var(--woodlands-white);
  margin-bottom: .5rem;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.form_radio-label {
  margin-bottom: 0;
}

.form_radio-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_message-error {
  background-color: var(--\<unknown\|relume-variable-background-color-8\>);
  color: var(--\<unknown\|relume-variable-text-color-5\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.contact2_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_checkbox-icon {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.error-text {
  color: #e23939;
}

.form_input {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.form_input.is-select-input {
  background-image: url('../images/chevron-down.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.padding-vertical, .padding-vertical.padding-xsmall {
  padding-left: 0;
  padding-right: 0;
}

.success-text {
  font-weight: 600;
}

.form_field-wrapper {
  position: relative;
}

.contact2_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.form_radio-icon {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.link-block {
  color: var(--woodlands-navy);
  border-radius: 6px;
  padding: .5rem 1rem;
  text-decoration: none;
  transition: all .2s;
}

.link-block:hover {
  background-color: var(--woodlands-navy);
  color: var(--woodlands-white);
}

.link-block:active {
  color: var(--woodlands-white);
}

.link-block-2, .link-block-3 {
  text-decoration: none;
}

.navbar13_menu-button {
  padding: 0;
}

.navbar13_button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar13_menu-link-wrapper {
  display: flex;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.navbar13_logo-link {
  padding-left: 0;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.button-16 {
  border: 3px solid var(--woodlands-white);
  background-color: var(--woodlands-navy);
  color: var(--woodlands-white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 11px;
  margin-bottom: 5px;
  padding: .75rem 1.5rem;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  transition: all .2s ease-in;
}

.button-16:hover {
  border: 3px solid var(--woodlands-navy);
  background-color: var(--woodlands-white);
  color: var(--woodlands-navy);
}

.button-16.is-small {
  padding: .5rem 1.25rem;
}

.button-16.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar-on-page {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.navbar13_logo {
  width: 5rem;
  max-width: 5rem;
}

.navbar13_dropdown-list.w--open {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  padding: .5rem;
  position: absolute;
}

.hide {
  display: none;
}

.navbar-13-instructions-delete {
  text-align: left;
  background-color: #fff;
  width: 100%;
  padding: 2rem;
}

.navbar13_instructions-list {
  padding-left: 1.25rem;
}

.navbar13_menu {
  align-items: center;
  position: static;
}

.navbar13_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar13_dropdown-link {
  padding: .5rem 1rem;
}

.navbar13_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar13_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--woodlands-white);
  border-style: solid;
  border-width: 1px;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: auto;
  min-height: 4.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.navbar13_container.navbar-on-page {
  border-width: 3px;
  border-color: var(--woodlands-navy);
  border-radius: 3.9rem;
  flex-flow: row;
  min-height: 5rem;
  padding-top: 5px;
  display: flex;
  position: fixed;
  top: 2%;
  box-shadow: 2px 5px 8px 1px #ffffff80;
}

.navbar13_link {
  border-bottom: 4px solid var(--woodlands-white);
  background-color: var(--woodlands-white);
  text-transform: uppercase;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: .5rem 1rem;
  font-family: Roboto, sans-serif;
  transition: all .2s;
}

.navbar13_link:hover {
  border-bottom: 4px solid var(--woodlands-navy);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.navbar13_link.w--current {
  color: #00c8ff;
}

.navbar13_instructions-list-item {
  padding-left: .5rem;
}

.navbar13_component {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  position: fixed;
}

.navbar13_component.delete-this-class {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
  position: relative;
}

.navbar14_dropdown-link {
  padding: .5rem 1rem;
}

.navbar14_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar14_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar14_dropdown-list.w--open {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  padding: .5rem;
  position: absolute;
}

.navbar14_instructions-list-item {
  padding-left: .5rem;
}

.navbar14_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-background-color-1\>);
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: auto;
  min-height: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.navbar14_logo-link {
  padding-left: 0;
}

.navbar14_link {
  padding: .5rem 1rem;
}

.navbar14_link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.navbar-14-instructions-delete {
  text-align: left;
  background-color: #fff;
  width: 100%;
  padding: 2rem;
}

.navbar14_component {
  background-color: #0000;
  align-items: center;
  margin-top: 1.5rem;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar14_component.delete-this-class {
  display: block;
  position: relative;
}

.navbar14_menu-link-wrapper {
  display: flex;
}

.navbar14_menu-button {
  padding: 0;
}

.navbar14_button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-left: 2rem;
  display: flex;
}

.navbar14_instructions-list {
  padding-left: 1.25rem;
}

.navbar14_menu {
  align-items: center;
  display: flex;
  position: static;
}

.main-wrapper {
  max-width: 100%;
}

.text-span, .text-span-2 {
  text-decoration: underline;
}

@media screen and (min-width: 1920px) {
  .breakpoint-desktop-2 {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .column-3 {
    max-width: 1322px;
  }

  .content-5 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: row;
    justify-content: space-between;
    display: flex;
  }

  .error-82b4e712-1825-b39a-67e3-ccb256da9bb2 {
    width: 50%;
  }

  .content-6 {
    max-width: 1322px;
  }

  .breakpoint-desktop-6 {
    flex-flow: column;
    justify-content: flex-start;
    display: flex;
  }

  .column-5 {
    justify-content: center;
  }

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

  .text-7 {
    cursor: pointer;
  }

  .text-7:hover {
    font-weight: 500;
  }

  .gallery13_component {
    background-color: var(--woodlands-navy);
  }

  .section_gallery13 {
    flex-flow: column;
  }

  .gallery13_image {
    object-fit: contain;
  }

  .column-4-shell {
    aspect-ratio: 16 / 9;
  }

  .button-15 {
    font-family: Roboto, sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.5;
    transition: all .2s;
  }

  .button-15:hover {
    border-color: var(--woodlands-navy);
    background-color: var(--woodlands-white);
    color: var(--woodlands-navy);
    font-weight: 900;
  }

  .page-wrapper.navbar-on-page {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .breakpoint-desktop-4 {
    grid-row-gap: 3rem;
    justify-content: flex-start;
    align-items: center;
  }

  .content-5 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: center;
  }

  .column-4-inner {
    width: 50%;
  }

  .button-8 {
    cursor: pointer;
    margin-top: 1rem;
    padding: .75rem 1rem;
    transition: all .2s;
  }

  .column-5 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .content-7 {
    width: 100%;
  }

  .text-9 {
    font-size: .9rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery13_arrow.hide-mobile-landscape {
    width: 3rem;
    height: 3rem;
  }

  .column-4-shell {
    aspect-ratio: auto;
  }

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

  .image {
    margin-top: 6rem;
  }

  .menu-icon2_line-bottom {
    background-color: var(--woodlands-white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar13_menu-button {
    padding: 0;
  }

  .navbar13_menu-button.w--open {
    background-color: #0000;
  }

  .navbar13_button-wrapper {
    align-items: center;
  }

  .navbar13_menu-link-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
  }

  .menu-icon2_line-top {
    background-color: var(--woodlands-white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar13_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .menu-icon2 {
    background-color: var(--woodlands-navy);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar13_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar13_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar13_menu {
    background-color: var(--woodlands-navy);
    background-image: linear-gradient(#050114a6, #050114a6), url('../images/BlueTreeBackground.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    justify-content: center;
    width: 100%;
    position: absolute;
  }

  .navbar13_dropdown-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
  }

  .navbar13_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

  .navbar13_container {
    grid-template-columns: auto 1fr;
    width: 100%;
  }

  .navbar13_container.navbar-on-page {
    box-shadow: none;
    border-radius: 0;
    top: 0%;
  }

  .navbar13_link {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background-color: #0000;
    border-bottom-style: none;
    border-bottom-width: 0;
    flex-flow: column;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem;
    font-family: Roboto, sans-serif;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar13_link:hover {
    background-color: var(--woodlands-white);
    color: var(--woodlands-navy);
  }

  .navbar13_link:active {
    background-color: var(--woodlands-white);
    border-bottom-style: none;
  }

  .navbar13_link:focus {
    background-color: var(--woodlands-white);
    color: var(--woodlands-navy);
  }

  .navbar13_link:visited {
    background-color: var(--woodlands-navy);
  }

  .menu-icon2_line-middle {
    background-color: var(--woodlands-white);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar13_component {
    width: 100%;
    margin-top: 5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .navbar14_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

  .navbar14_dropdown-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
  }

  .menu-icon2_line-bottom-2 {
    background-color: var(--\<unknown\|relume-variable-text-color-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar14_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar14_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .menu-icon2_line-top-2 {
    background-color: var(--\<unknown\|relume-variable-text-color-1\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar14_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar14_link {
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar14_component {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .navbar14_menu-link-wrapper {
    border-style: none solid solid;
    border-width: 1px;
    border-color: var(--\<unknown\|relume-variable-border-color-1\>);
    background-color: var(--\<unknown\|relume-variable-background-color-1\>);
    flex-direction: column;
    width: 100%;
    padding: 2rem;
  }

  .navbar14_menu-button {
    padding: 0;
  }

  .navbar14_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon2_line-middle-2 {
    background-color: var(--\<unknown\|relume-variable-text-color-1\>);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar14_button-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: stretch;
    margin-top: 1rem;
    margin-left: 0;
  }

  .navbar14_menu {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    justify-content: center;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: absolute;
    overflow: auto;
  }
}

@media screen and (max-width: 767px) {
  .text-size-medium {
    font-size: 1rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .column-4-shell {
    border-width: 2px;
  }

  .form_field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

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

  .navbar13_menu-link-wrapper {
    padding: 1.25rem;
  }

  .navbar13_container {
    min-height: 4rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar13_component {
    margin-top: 1.25rem;
  }

  .navbar14_container {
    min-height: 4rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar14_component {
    margin-top: 1.25rem;
  }

  .navbar14_menu-link-wrapper {
    padding: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .breakpoint-desktop {
    position: static;
  }

  .container {
    box-shadow: none;
    border-style: none;
    flex-flow: row;
    height: auto;
    padding-bottom: 1rem;
    display: block;
    position: static;
  }

  .content {
    grid-column-gap: 0rem;
    flex-flow: column;
    display: flex;
  }

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

  .blue-og-1 {
    display: none;
  }

  .column-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .link-one {
    font-size: 1rem;
  }

  .button-2 {
    font-family: Roboto, sans-serif;
    font-size: .75rem;
  }

  .breakpoint-desktop-2 {
    justify-content: center;
  }

  .column-3 {
    max-width: none;
    display: block;
  }

  .content-2 {
    display: block;
  }

  .medium-length-hero-headline-goes-here {
    margin-bottom: 40px;
    font-size: 2.8rem;
  }

  .actions {
    justify-content: center;
    align-items: center;
    padding-top: 40px;
  }

  .button-3 {
    width: 100%;
  }

  .heading {
    font-size: 3rem;
  }

  .actions-2 {
    width: 100%;
  }

  .button-5 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .button-6 {
    text-align: center;
  }

  .column-4-inner {
    width: 100%;
  }

  .actions-4 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

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

  .property-1-cta-property-2-19-property-4-desktop {
    padding-left: .5rem;
    padding-right: .5rem;
    display: block;
  }

  .column-5 {
    display: block;
  }

  .content-7 {
    align-items: center;
  }

  .heading-4 {
    font-size: 3rem;
  }

  .gallery13_image-wrapper {
    height: 50vh;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .link-block {
    text-align: center;
    width: 100%;
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    line-height: 1;
  }

  .navbar13_menu-link-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar13_container.navbar-on-page {
    border-radius: 0;
  }

  .navbar13_link {
    color: #fff;
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .navbar13_component {
    margin-top: 5rem;
  }
}

#w-node-_433fbc93-c319-cd59-c116-2a9967765ec8-613d330b, #w-node-_7ebd8739-56c1-0494-fac0-176a0fa17a2a-0fa17a26 {
  justify-self: center;
}

#w-node-_7ebd8739-56c1-0494-fac0-176a0fa17a34-0fa17a26 {
  justify-self: end;
}


