:root {
  --custom-gray: #282828;
  --white-smoke-3: #edeff2;
  --white-smoke: #ecf0f1;
  --indian-red: #cf404d;
  --indiana-red: #fcc11e;
  --dark-slate-gray: #2d3e4f;
  --white: white;
  --dark-khaki: #a8d069;
  --dark-slate-gray-2: #404047;
  --medium-sea-green: #30ad64;
  --steel-blue: #3b99d9;
  --light-slate-gray: #8e8e9c;
  --light-sea-green-2: #20ac99;
  --firebrick: #bf3a30;
  --dodger-blue: #2e9dff;
  --salmon: #fd7072;
  --tan: #d39f9a;
  --brown: #822e50;
  --cadet-blue: #668cad;
  --dim-gray: #735260;
  --khaki: #face6a;
  --goldenrod: #e2a62b;
  --pale-turquoise: #bfe0ff;
  --steel-blue-2: #2e80b6;
  --dim-gray-3: #676770;
  --light-sky-blue: #69b9ff;
  --silver: #bec3c7;
  --light-sea-green: #25ccbf;
  --indian-red-2: #af4173;
  --black: #192024;
  --sandy-brown-2: #e4b962;
  --tomato: #e64c40;
  --salmon-2: #fc7d64;
  --white-smoke-2: #f0f0f0;
  --dim-gray-2: #49647b;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #69b9ff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover, .button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  color: #676770;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-bar {
  background-color: #fff;
}

.brand-text {
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  clear: none;
  text-align: center;
  background-color: #fff;
  padding: 80px 10px;
  position: relative;
  bottom: auto;
}

.section.accent {
  background-color: var(--custom-gray);
  margin-top: -81px;
}

.section.accent.carousel {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.white-box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  margin-bottom: -27px;
  padding: 15px;
}

.white-box.transparent {
  background-color: #0000;
  border-style: none;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  background-color: var(--white-smoke-3);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/blurred-v2.jpg');
  background-position: 63%;
  background-size: cover;
  background-clip: border-box;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  margin-top: -108px;
  margin-bottom: -159px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero-heading {
  outline-offset: 0px;
  color: #fff;
  letter-spacing: 30px;
  text-transform: uppercase;
  text-shadow: 8px 3px 2px #0003;
  mix-blend-mode: normal;
  outline: 3px #fff;
  margin-top: 105px;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  display: block;
}

.hero-subheading {
  color: var(--white-smoke);
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 4px 1px 2px #0003;
  margin-top: 9px;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.hollow-button {
  background-color: var(--indian-red);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  width: 100%;
  margin-top: 35px;
  padding: 10px 30px;
  font-family: Droid Sans, sans-serif;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

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

.section-heading.centered {
  color: #676770;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 39px;
  font-size: 30px;
  font-weight: 300;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading.center {
  color: #8e8e9c;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
}

.section-title-group {
  text-align: center;
  margin-left: 0;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  background-color: var(--indiana-red);
  text-align: center;
  border-top: 1px solid #dbdbdb;
  margin-top: 42px;
  padding-bottom: 35px;
  overflow: visible;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Droid Sans, sans-serif;
  font-size: 20px;
}

.grid-image {
  background-color: var(--indiana-red);
  box-shadow: 0 0 0 1px var(--indiana-red);
  border: 10px solid #fff;
  border-radius: 50%;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  display: block;
}

.info-icon {
  float: left;
}

.footer-link {
  color: #668cad;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #008cffd6;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

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

.fullwidth-image {
  width: 100%;
}

.white-text {
  color: #fff;
  text-align: left;
  margin-bottom: 8px;
  padding-left: 20px;
  font-family: Droid Sans, sans-serif;
}

.white-text.list-items {
  margin-top: 0;
  margin-bottom: 0;
}

.white-text.plan-header {
  margin-bottom: 0;
  padding: 7px 24px;
}

.white-text.contact-blurb {
  color: #000;
  margin-top: 550px;
  font-size: 16px;
  font-weight: 400;
}

.form {
  margin-top: 40px;
}

.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;
}

.container {
  text-shadow: 5px 5px 5px #0003;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 25vh;
  display: flex;
}

.quick-stack {
  width: 50vw;
  min-width: 800px;
}

.header {
  background-color: var(--dark-slate-gray);
}

.heading {
  z-index: 1;
  background-color: var(--custom-gray);
  color: var(--white-smoke);
  text-align: center;
  margin-top: -66px;
  margin-bottom: 126px;
  padding: 20px 38px 20px 30px;
  font-family: Droid Sans, sans-serif;
  font-weight: 400;
  position: relative;
}

.text-block {
  background-color: var(--indiana-red);
  color: var(--white-smoke);
  -webkit-text-stroke-color: var(--white);
}

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

.grid-layout {
  grid-template: "."
                 "Area"
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.accent-text {
  z-index: 0;
  background-color: var(--indian-red);
  color: var(--white);
  text-align: center;
  margin-top: -75px;
  padding: 40px 45px 40px 40px;
  font-family: Droid Sans, sans-serif;
  position: relative;
  top: auto;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.cell {
  justify-content: flex-end;
  align-items: flex-end;
}

.accent-title {
  background-color: var(--indian-red);
  color: var(--white);
  text-align: left;
  padding: 10px 20px;
  font-family: Lato, sans-serif;
}

.accent-title._2 {
  box-sizing: border-box;
  float: left;
  clear: left;
  text-align: center;
  object-fit: fill;
  border-radius: 0;
  margin-bottom: 23px;
  margin-left: 14px;
  margin-right: auto;
  font-family: Droid Sans, sans-serif;
  display: flex;
  position: relative;
  overflow: clip;
}

.accent-title._3 {
  z-index: 2;
  margin-bottom: 23px;
}

.flex-block {
  background-color: #0f0f0f;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
}

.list {
  padding-left: 20px;
}

.div-block-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-3 {
  background-color: #0f0f0f;
  position: relative;
  bottom: -15px;
  left: 12px;
}

.hero-footing {
  color: #fff;
  letter-spacing: 25px;
  text-transform: uppercase;
  text-shadow: 4px 3px 3px #00000047;
  margin-top: 89px;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.slider {
  z-index: 2;
  width: auto;
  height: 680px;
}

.container-3 {
  z-index: 2;
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  height: auto;
  max-height: 675px;
  display: flex;
  position: relative;
}

.div-block-4 {
  position: relative;
}

.div-block-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -45px;
  margin-left: 0;
  display: flex;
}

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

.captions {
  z-index: 2;
  background-color: var(--indian-red);
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
  padding: 5px 20px 7px;
  font-family: Droid Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  position: static;
  inset: auto auto 0% 0%;
}

.captions._2 {
  margin-bottom: 23px;
  position: relative;
}

.captions._3 {
  z-index: 2;
  margin-bottom: 23px;
}

.div-block-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.contact-block {
  flex-flow: column;
  position: relative;
}

.center-text {
  z-index: 2;
  position: relative;
  inset: 47% 0% 0%;
}

.div-block-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 126px;
  display: flex;
  position: absolute;
  inset: 0% 0% 52%;
}

.contact-button {
  margin-top: -24px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.slide {
  object-fit: fill;
  background-image: url('../images/3.jpeg');
  background-position: 0 0;
  background-size: 1200px 800px;
  border-radius: 0;
  margin-bottom: auto;
  font-size: 16px;
  overflow: auto;
}

.slide-2 {
  background-image: url('../images/6.jpeg');
  background-position: 0 0;
  background-size: 1200px 800px;
}

.slide-3 {
  background-image: url('../images/5.jpeg');
  background-position: 0 0;
  background-size: 1200px 800px;
}

.slide-4 {
  background-image: url('../images/2.jpeg');
  background-position: 0 0;
  background-size: 1200px 800px;
}

.slide-5 {
  background-image: url('../images/7.jpeg');
  background-position: 0 0;
  background-size: 1200px 800px;
}

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

.nav-link, .nav-link-2 {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
}

.menu-button {
  padding-top: 10px;
  padding-bottom: 10px;
}

.image {
  background-color: #0000;
}

.container-4 {
  margin-top: 39px;
  margin-bottom: -45px;
}

.flex-block-2 {
  margin-top: -36px;
}

.paragraph {
  font-family: Droid Sans, sans-serif;
}

.paragraph-2, .paragraph-3, .paragraph-4 {
  font-family: Droid Sans, sans-serif;
  font-size: 15px;
}

.container-5 {
  margin-top: auto;
  margin-bottom: auto;
}

.section-2 {
  margin-top: 63px;
}

.text-block-2 {
  font-family: Droid Sans, sans-serif;
  font-size: 32px;
  line-height: 36px;
}

.text-block-2.accent-title {
  margin-bottom: 23px;
  position: relative;
}

.section-3 {
  margin-left: 0;
}

.div-block-9 {
  border: 1px solid #000;
  border-radius: 5px;
  width: 82%;
  min-width: 10px;
  max-width: 300%;
  margin-left: 100px;
  margin-right: 0;
  padding: 15px;
  font-family: Droid Sans, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.left-arrow {
  margin-left: 0;
}

.div-block-10 {
  margin-top: 114px;
}

.image-2 {
  border-radius: 18px;
}

.heading-2, .heading-3, .heading-4 {
  margin-top: 18px;
}

.image-3 {
  border-radius: 100px;
}

.image-4 {
  border-radius: 100px;
  line-height: 20px;
}

.section-4 {
  margin-bottom: 54px;
  padding-left: 20px;
}

.image-5 {
  margin-top: 200px;
  margin-left: auto;
  margin-right: -72px;
  padding-top: 60px;
  transform: rotate(90deg);
}

.image-6 {
  margin-top: 200px;
  margin-left: -72px;
  padding-top: 60px;
  transform: rotate(-90deg);
}

.text-block-3 {
  margin-top: -6px;
  margin-bottom: 18px;
  font-family: Droid Sans, sans-serif;
  font-size: 32px;
  line-height: 36px;
}

.text-block-4 {
  padding-bottom: 28px;
  font-family: Droid Sans, sans-serif;
  font-size: 32px;
  line-height: 36px;
}

.bold-text {
  text-align: justify;
}

.button-2 {
  background-color: #000;
  width: 200px;
  height: 40px;
  font-family: Droid Sans, sans-serif;
  font-size: 20px;
}

.text-block-5 {
  font-size: 22px;
  line-height: 26px;
}

.bold-text-2 {
  font-family: Droid Sans, sans-serif;
  line-height: 26px;
}

.text-block-6 {
  color: #000;
  font-size: 20px;
  line-height: 24px;
}

.container-6 {
  margin-top: -45px;
  margin-bottom: -30px;
}

.image-9, .image-10 {
  margin-top: 200px;
  margin-left: auto;
  margin-right: -72px;
  padding-top: 60px;
  transform: rotate(90deg);
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: #ffffff85;
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button.w--open, .navigation-menu {
    background-color: #3b99d9;
  }

  .section.accent {
    margin-top: -66px;
    margin-bottom: -72px;
  }

  .section.accent.carousel {
    padding-left: 0;
    padding-right: 0;
  }

  .white-box.transparent {
    position: relative;
  }

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

  .hero-subheading {
    font-size: 22px;
    line-height: 28px;
  }

  .hollow-button {
    margin-top: 19px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .fullwidth-image {
    z-index: 0;
    position: relative;
  }

  .white-text.plan-header {
    z-index: 1;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #0f0f0f;
    justify-content: flex-start;
    margin-left: -113px;
    padding-right: 3px;
    display: flex;
    position: relative;
    right: -101px;
  }

  .heading {
    margin-left: -44px;
    margin-right: 116px;
    font-size: 28px;
    line-height: 34px;
  }

  .accent-text {
    text-align: right;
    margin-bottom: 42px;
    margin-right: -56px;
    font-size: 35px;
    line-height: 30px;
  }

  .accent-title {
    font-size: 28px;
    line-height: 34px;
  }

  .flex-block {
    margin-bottom: 30px;
  }

  .div-block-3 {
    z-index: 1;
    position: absolute;
    inset: -1% auto auto 7%;
  }

  .slider {
    height: 53vw;
  }

  .div-block-5 {
    margin-top: -42px;
  }

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

  .div-block-8 {
    bottom: -186px;
  }

  .flex-block-2 {
    margin-top: -102px;
    margin-bottom: 27px;
  }

  .columns {
    margin-bottom: 78px;
  }

  .section-4 {
    margin-left: -53px;
  }

  .text-block-3 {
    margin-top: -132px;
  }

  .container-6 {
    margin-top: 12px;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .section {
    margin-bottom: -66px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    background-image: url('../images/blurred-v2.jpg'), url('../images/blurred-v2.jpg');
    background-position: 50%, 63%;
    background-size: 1500px 1500px, 750px;
    justify-content: center;
    align-items: center;
  }

  .hero-heading {
    letter-spacing: 20px;
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 36px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .hollow-button {
    margin-top: 3px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .white-text.contact-blurb {
    font-size: 13px;
    line-height: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .heading {
    margin-left: -32px;
    margin-right: 32px;
    padding: 11px 12px 11px 37px;
  }

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

  .accent-text {
    margin-right: -5px;
    padding: 10px 25px 10px 17px;
    font-size: 30px;
    line-height: 35px;
  }

  .hero-footing {
    margin-bottom: 15px;
  }

  .captions {
    font-size: 16px;
    line-height: 21px;
  }

  .div-block-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    margin-top: -36px;
    padding-top: 0;
    bottom: -146px;
  }

  .slide {
    background-image: url('../images/3.jpeg');
    background-position: 60% 30%;
    background-size: 1000px 600px;
  }

  .container-4 {
    height: auto;
    margin-top: -18px;
    padding-top: 0;
  }

  .div-block-9 {
    margin-left: 83px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

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

  .section.accent {
    margin-top: auto;
  }

  .hero-section.centered {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    background-image: none;
    min-width: auto;
    height: auto;
    min-height: 2rem;
    max-height: none;
    margin-bottom: -200px;
    padding-top: 0;
    position: relative;
    overflow: visible;
  }

  .hero-heading {
    letter-spacing: 15px;
    font-size: 24px;
    line-height: 30px;
  }

  .hero-subheading {
    font-size: 14px;
    line-height: 18px;
  }

  .hollow-button {
    margin-top: 30px;
    font-size: 12px;
    line-height: 15px;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .grid-image {
    border-radius: 73%;
    width: 35%;
    margin-top: 12px;
  }

  .white-text {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 10px;
  }

  .white-text.plan-header {
    padding-right: 10px;
    font-size: 13px;
    line-height: 25px;
  }

  .white-text.contact-blurb {
    text-align: center;
    padding-left: 28px;
    padding-right: 28px;
    font-size: 12px;
  }

  .container {
    background-image: url('../images/blurred-v2.jpg');
    background-position: 50% 0;
    background-size: 500px 500px;
    height: 50vh;
    margin-top: 99px;
  }

  .container-2 {
    line-height: 20px;
  }

  .heading {
    margin-top: 3px;
    margin-left: -20px;
    padding-left: 11px;
    padding-right: 6px;
    font-size: 18px;
    line-height: 22px;
  }

  .grid-layout {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". Area"
                   / 1fr 1fr 1fr;
    grid-auto-flow: column;
    place-items: end stretch;
    margin-top: -48px;
  }

  .accent-text {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 60px;
    margin-right: 5px;
    padding: 10px 0 10px 10px;
    font-size: 18px;
    line-height: 22px;
    top: auto;
    left: -65px;
    right: 71px;
  }

  .accent-title {
    margin-top: 6px;
    font-size: 19px;
    line-height: 24px;
  }

  .accent-title._2 {
    margin-top: -9px;
  }

  .hero-footing {
    letter-spacing: 12px;
    text-shadow: 1px 1px 3px #00000047;
    font-size: 14px;
    line-height: 14px;
  }

  .captions {
    padding-left: 9px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 12px;
  }

  .slide {
    background-size: 600px;
  }

  .slide-2, .slide-3, .slide-4, .slide-5 {
    background-position: 50%;
    background-size: 400px;
  }

  .column-2, .column-3, .column-4 {
    margin-top: -45px;
  }

  .section-3 {
    margin-left: 56px;
    padding-left: 0;
  }

  .div-block-9 {
    margin-left: 48px;
    font-size: 16px;
  }

  .div-block-10 {
    margin-top: -84px;
    margin-bottom: 48px;
  }

  .image-5 {
    width: 50px;
    height: 50px;
    margin-top: 60px;
    margin-left: 29px;
    margin-right: 0;
    padding-top: 0;
  }

  .text-block-3 {
    margin-left: -53px;
  }

  .image-7 {
    background-image: url('../images/3.jpeg');
    background-position: 50% 0;
    background-size: auto;
  }

  .image-9 {
    float: none;
    clear: right;
    width: 50px;
    max-width: 100%;
    height: 50px;
    margin-top: 60px;
    margin-left: -29px;
    overflow: clip;
    transform: rotate(90deg);
  }

  .image-10 {
    width: 50px;
    height: 50px;
    margin-top: 60px;
    margin-left: -29px;
    margin-right: 0;
    padding-top: 0;
    transform: rotate(90deg);
  }
}

#w-node-_238ec1ae-2edb-7679-b82e-9161f18a1a8f-dc450bf3 {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-_2ee4fbf2-754a-da9a-cdc7-78a21b527cc9-dc450bf3 {
  grid-area: 4 / 2 / 6 / 6;
  place-self: end;
}

@media screen and (max-width: 479px) {
  #w-node-_238ec1ae-2edb-7679-b82e-9161f18a1a8f-dc450bf3 {
    grid-area: 1 / 1 / 3 / 4;
  }

  #w-node-_2ee4fbf2-754a-da9a-cdc7-78a21b527cc9-dc450bf3 {
    grid-row: 2 / 4;
  }
}


