:root {
  --main-blue: #0540f2;
  --sky-blue: #6b98f3;
  --white: white;
  --whitesmoke: whitesmoke;
  --black: black;
  --second-blue: #056bf1;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-hero-section {
  z-index: 1;
  position: relative;
}

.inlinevideo {
  background-image: none;
  background-position: 0 0;
  height: 100vh;
  margin-top: 8vh;
}

.section {
  z-index: 2;
  background-image: linear-gradient(#ffffffa6, #ffffffa6);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
  position: relative;
}

.quick-stack {
  width: 85vw;
}

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

.heading {
  color: var(--main-blue);
  font-family: brother-1816, sans-serif;
  font-size: 3vw;
  font-style: italic;
  font-weight: 700;
  line-height: 3vw;
}

.paragraph {
  font-family: futura-pt, sans-serif;
  font-size: 2.2vmin;
  line-height: 3.3vmin;
}

.cell {
  justify-content: center;
  align-items: center;
}

.div-block-2 {
  background-image: url('../images/bring-your-yacht-back-to-life-with-peake-coating.jpg');
  background-position: 50%;
  background-size: cover;
  width: 35vw;
  height: 55vh;
  box-shadow: 6px 6px #b2d6fe;
}

.cell-2 {
  justify-content: center;
  align-items: flex-start;
}

.div-block-3 {
  background-color: #a7a7a7;
  border-radius: 100vw;
  width: 5vw;
  height: 5px;
  margin-top: 2vh;
  margin-bottom: 2vh;
}

.section-2 {
  background-color: var(--main-blue);
  background-image: linear-gradient(46deg, var(--main-blue), var(--sky-blue));
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15vh;
  padding-bottom: 15vh;
  display: flex;
  overflow: hidden;
}

.quick-stack-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 85vw;
  margin-top: 10vh;
}

.cell-3 {
  align-items: stretch;
}

.div-block-4 {
  background-image: url('../images/yacht-repair-with-peake-coating.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30vh;
}

.cell-4, .cell-5, .cell-6 {
  align-items: stretch;
}

.div-block-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2vh;
  display: flex;
}

.heading-2 {
  color: var(--main-blue);
  text-align: center;
  margin-top: 0;
  font-family: brother-1816, sans-serif;
  font-size: 3vmin;
  font-style: italic;
  font-weight: 800;
  line-height: 3vmin;
}

.paragraph-2 {
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-size: 2vmin;
  line-height: 3vmin;
}

.button {
  background-color: var(--main-blue);
  border-radius: 100vw;
  font-family: brother-1816, sans-serif;
  font-size: 2vmin;
  line-height: 3vmin;
  transition: all .35s cubic-bezier(.55, .055, .675, .19);
}

.button:hover {
  background-color: var(--sky-blue);
}

.button.about {
  background-color: #b2d6fe;
}

.button.about:hover {
  background-color: #818181;
}

.button.service {
  color: var(--main-blue);
  background-color: #fff;
}

.button.service:hover, .button.donate {
  background-color: var(--sky-blue);
  color: var(--white);
}

.button.donate:hover {
  background-color: var(--main-blue);
}

.div-block-6, .div-block-7, .div-block-8, .image {
  height: 30vh;
}

.image-2 {
  width: 35vw;
  height: 50vh;
  box-shadow: 6px 6px 0 0 var(--sky-blue);
  object-fit: cover;
}

.image-3, .image-4, .image-5, .image-6 {
  object-fit: cover;
  height: 30vh;
}

.section-3 {
  justify-content: flex-start;
  align-items: center;
  padding-left: .75vw;
  display: flex;
}

.div-block-9 {
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  padding-left: 7.5vw;
  display: flex;
  overflow: hidden;
}

.text-block {
  color: #fff;
  margin-left: 0;
  margin-right: 2vw;
  font-family: brother-1816, sans-serif;
  font-size: 4vw;
  font-style: italic;
  font-weight: 800;
  line-height: 4vw;
}

.text-block.about {
  color: var(--main-blue);
  line-height: 5vw;
}

.div-block-10 {
  background-color: var(--whitesmoke);
  border-radius: 100vw;
  width: 100vw;
  height: 3px;
}

.div-block-10.about {
  background-color: #b2d6fe;
}

.quick-stack-3 {
  width: 85vw;
  margin-top: 8vh;
  padding-left: 0;
  padding-right: 0;
}

.cell-7 {
  justify-content: flex-end;
  align-items: stretch;
  padding-left: 4vw;
}

.quick-stack-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 5px 0;
}

.heading-3 {
  width: auto;
  color: var(--whitesmoke);
  font-family: brother-1816, sans-serif;
  font-size: 3vw;
  font-style: italic;
  line-height: 3vw;
}

.paragraph-3 {
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-size: 2.2vmin;
  line-height: 3vmin;
}

.cell-8 {
  display: block;
}

.image-7 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  box-shadow: -8px 8px #fff;
}

.image-8, .image-9, .image-10 {
  object-fit: cover;
  width: 100%;
  height: 25vh;
}

.section-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 15vh;
  display: flex;
  overflow: hidden;
}

.div-block-11 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 5vh;
  display: flex;
  overflow: hidden;
}

.heading-4 {
  width: auto;
  min-width: 35vw;
  color: var(--main-blue);
  text-align: center;
  margin-left: 3vw;
  margin-right: 3vw;
  font-family: brother-1816, sans-serif;
  font-style: italic;
  font-weight: 800;
}

.heading-4.about {
  color: #fff;
}

.div-block-12 {
  background-color: #77b0cd;
  border-radius: 100vw;
  width: 100vw;
  height: 3px;
}

.div-block-12.about {
  background-color: #fff;
}

.div-block-13 {
  background-color: #77b0cd;
  border-radius: 100vw;
  width: 100vw;
  height: 3px;
}

.div-block-13.about {
  background-color: #fff;
}

.quick-stack-5 {
  width: 85vw;
  margin-top: 8vh;
}

.paragraph-4 {
  text-align: center;
  width: 85vw;
  font-family: futura-pt, sans-serif;
  font-size: 2.2vmin;
  line-height: 3.2vmin;
}

.cell-9 {
  justify-content: center;
  align-items: center;
}

.div-block-14 {
  width: 30vw;
  height: 65vh;
}

.cell-10 {
  justify-content: center;
  align-items: center;
}

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

.image-11 {
  object-fit: cover;
  width: 35vw;
  height: 65vh;
  box-shadow: -6px 6px #b2d6fe;
}

.div-block-16 {
  height: 100%;
  color: var(--main-blue);
  background-image: linear-gradient(94deg, #fff 43%, #fff0 99%);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10vw;
  display: flex;
}

.div-block-17 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 40vw;
  height: 18vh;
}

.image-12 {
  object-fit: contain;
  width: 40vw;
  height: 12vh;
}

.heading-5 {
  width: 40vw;
  color: var(--sky-blue);
  margin-top: 0;
  font-family: brother-1816-printed, sans-serif;
  font-size: 2vw;
  font-style: italic;
  line-height: 2vw;
}

.paragraph-5 {
  color: #333;
  width: 50vw;
  font-family: futura-pt, sans-serif;
  font-size: 2.3vmin;
  line-height: 3vmin;
}

.text-block-2 {
  max-width: 50vw;
  color: var(--main-blue);
  font-family: brother-1816, sans-serif;
  font-size: 4vw;
  font-style: italic;
  font-weight: 700;
  line-height: 4vw;
}

.footer {
  background-color: var(--main-blue);
}

.div-block-18 {
  border-top: 1px solid #77b0cd;
  padding-top: 2vh;
  padding-bottom: 6vh;
}

.div-block-19 {
  padding-top: 8vh;
  padding-bottom: 8vh;
}

.image-13 {
  width: 100%;
  height: auto;
}

.paragraph-6 {
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-size: 1.5vmin;
  line-height: 2vmin;
}

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

.text-block-4 {
  color: #fff;
  margin-bottom: 2vh;
  font-family: brother-1816, sans-serif;
  font-size: 3vmin;
  font-style: italic;
  font-weight: 500;
  line-height: 3vmin;
}

.link {
  color: #fff;
  margin-bottom: 1vh;
  font-family: futura-pt, sans-serif;
  font-size: 2vmin;
  line-height: 2vmin;
  text-decoration: none;
}

.link:hover {
  color: #77b0cd;
}

.link.w--current {
  font-family: futura-pt, sans-serif;
}

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

.cell-12, .cell-13 {
  justify-content: flex-start;
  align-items: flex-start;
}

.paragraph-7 {
  font-family: termina;
  font-size: 2vmin;
  line-height: 2vmin;
}

.paragraph-8 {
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-size: 2vmin;
  line-height: 3vmin;
}

.link-2 {
  color: #fff;
}

.link-2:hover {
  color: #77b0cd;
}

.link-3, .link-4, .link-5 {
  color: #fff;
}

.link-5:hover {
  color: #77b0cd;
}

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

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

.text-field {
  border-radius: 100vw;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.submit-button {
  background-color: var(--sky-blue);
  text-transform: uppercase;
  border-radius: 100vw;
  margin-left: -3vw;
  font-family: brother-1816, sans-serif;
  font-style: italic;
}

.form-block {
  width: 95%;
}

.text-block-18 {
  color: #fff;
  text-align: center;
  margin-bottom: 3vh;
  font-family: futura-pt, sans-serif;
  font-size: 12px;
}

.link-6 {
  color: #fff;
  text-decoration: none;
}

.link-6:hover {
  color: #77b0cd;
}

.about-hero-div {
  background-image: linear-gradient(#ffffffd9 51%, #fff), url('../images/next-generation-ministries-prayer-wall.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.section-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 22vh;
  padding-bottom: 10vh;
  display: flex;
}

.div-block-21 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 75vw;
  display: flex;
  position: relative;
  top: 15vh;
}

.heading-6 {
  color: var(--main-blue);
  text-align: center;
  margin-top: 0;
  font-family: brother-1816, sans-serif;
  font-size: 2vw;
  font-style: italic;
  line-height: 4vw;
}

.paragraph-9 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-family: futura-pt, sans-serif;
  font-size: 2.2vmin;
  font-weight: 500;
  line-height: 3.3vmin;
  display: block;
}

.image-14 {
  width: 20vw;
}

.div-block-22 {
  width: 100vw;
  height: auto;
  position: relative;
}

.div-block-23 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 85vw;
  display: flex;
}

.quick-stack-7 {
  width: 85vw;
}

.cell-15, .cell-16 {
  justify-content: center;
  align-items: center;
}

.image-15 {
  object-fit: cover;
  width: 35vw;
  height: 65vh;
  box-shadow: 4px 4px #b2d6fe;
}

.section-6 {
  background-image: linear-gradient(44deg, var(--main-blue), var(--sky-blue));
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 12vh;
  padding-bottom: 12vh;
  display: flex;
  overflow: hidden;
}

.paragraph-10 {
  color: #fff;
  text-align: center;
  width: 75vw;
  margin-bottom: 2vh;
  font-family: futura-pt, sans-serif;
  font-size: 2.3vmin;
  font-weight: 600;
  line-height: 3.2vmin;
}

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

.section-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 12vh;
  padding-bottom: 12vh;
  display: flex;
  overflow: hidden;
}

.quick-stack-8 {
  width: 80vw;
  margin-top: 5vh;
}

.about-cell {
  background-color: #f5f5f5;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 2vh;
  transition: all .35s cubic-bezier(.55, .055, .675, .19);
}

.about-cell:hover {
  transform: scale(1.05);
  box-shadow: 0 2px 9px 5px #77b0cd33;
}

.cell-18, .abo, .cell-20 {
  background-color: #f5f5f5;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 1vh;
}

.div-block-25 {
  background-image: url('../images/about-icons-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 solid #b2d6fe;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 8vw;
  height: 8vw;
  margin-right: 1.5vw;
  display: flex;
}

.paragraph-11 {
  width: auto;
  margin-bottom: 1vh;
  font-family: futura-pt, sans-serif;
  font-size: 2vmin;
  line-height: 3vmin;
}

.div-block-26 {
  width: 95%;
}

.bold-text {
  color: var(--main-blue);
  font-family: brother-1816, sans-serif;
  font-size: 3vmin;
  font-style: italic;
  line-height: 3vmin;
}

.div-block-27 {
  background-image: url('../images/about-icons-04.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 8vw;
  height: 8vw;
  margin-right: 1.5vw;
}

.div-block-28 {
  background-image: url('../images/about-icons-02.svg');
  background-position: 50%;
  background-size: auto;
  width: 8vw;
  height: 8vw;
  margin-right: 1.5vw;
}

.div-block-29 {
  background-image: url('../images/about-icons-03.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 8vw;
  height: 8vw;
  margin-right: 1.5vw;
}

.section-8 {
  background-image: linear-gradient(#ffffffd9, #ffffffd9), url('../images/teen-worship-setup-sound-check.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  margin-top: 8vh;
  display: flex;
}

.section-9 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.div-block-30 {
  width: 85vw;
}

.quick-stack-9 {
  width: 75vw;
}

.cell-21, .cell-22, .cell-23 {
  justify-content: flex-start;
  align-items: center;
}

.section-10 {
  background-image: linear-gradient(51deg, var(--main-blue), var(--sky-blue));
  padding-top: 10vh;
  padding-bottom: 10vh;
  overflow: hidden;
}

.cell-24 {
  justify-content: center;
  align-items: center;
}

.div-block-31 {
  width: 35vw;
}

.cell-25 {
  justify-content: center;
  align-items: center;
}

.quick-stack-10 {
  padding-right: 0;
}

.div-block-32 {
  background-image: url('../images/webart-002.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50vw;
  height: 55vh;
}

.navbar {
  z-index: 100;
  background-color: #fff;
  border-radius: 0;
  width: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-55 {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding: 1vh 3vw 1vh 5vw;
  display: flex;
  box-shadow: 0 9px 12px #0003;
}

.link-block {
  background-image: url('../images/NGM-Logo-Final-02.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12vw;
  height: 8vh;
}

.link-block.w--current {
  background-image: url('../images/NGM-Logo-Final-02.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.nav-link {
  color: var(--main-blue);
  font-family: brother-1816, sans-serif;
  font-weight: 700;
  transition: all .35s cubic-bezier(.55, .055, .675, .19);
}

.nav-link:hover {
  color: var(--sky-blue);
}

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

.section-11 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 12vh;
  padding-bottom: 12vh;
  display: flex;
  overflow: hidden;
}

.quick-stack-11 {
  width: 95vw;
  margin-top: 10vh;
}

.cell-26, .cell-27, .cell-28, .cell-29, .cell-30 {
  justify-content: flex-start;
  align-items: center;
}

.div-block-56 {
  background-color: var(--main-blue);
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding-bottom: 2vh;
  transition: all .35s cubic-bezier(.55, .055, .675, .19);
  display: flex;
}

.div-block-56:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 12px #0003;
}

.div-block-57 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 1vh;
  display: flex;
}

.heading-11 {
  color: var(--white);
  text-align: center;
  font-family: brother-1816, sans-serif;
  font-size: 3vmin;
  line-height: 3vmin;
}

.paragraph-12 {
  color: #fff;
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-size: 2vmin;
  line-height: 3vmin;
}

.image-16, .image-17, .image-18, .image-19, .image-20 {
  object-fit: cover;
  height: 30vh;
}

.image-21 {
  object-fit: cover;
  width: auto;
  height: auto;
  min-height: 65vh;
  max-height: 80vh;
  box-shadow: -7px 8px #b2d6fe;
}

.section-12 {
  background-image: linear-gradient(#ffffffd1, #ffffffd1), url('../images/children-ministry-snack-and-prayer.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20vh;
  padding-bottom: 15vh;
  display: flex;
}

.section-13 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 12vh;
  padding-bottom: 12vh;
  display: flex;
}

.form-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70vw;
  margin-top: 8vh;
  display: flex;
}

.field-label {
  color: var(--main-blue);
  font-family: brother-1816, sans-serif;
  font-size: 3vmin;
  font-style: italic;
  font-weight: 700;
  line-height: 4vmin;
}

.select-field-2 {
  border: 1px solid #505050;
  border-radius: 1vh;
  font-size: 16px;
}

.text-field-8 {
  background-color: #ffffff3b;
  border: 0 solid #0a0f3f;
  border-bottom: 1px solid #4d4d4d;
  border-radius: 1vh;
}

.textarea {
  background-color: #ffffff3b;
  border: 0 solid #0a0f3f;
  border-bottom: 1px solid #505050;
  border-radius: 1vh;
}

.submit-button-2 {
  background-color: var(--main-blue);
  color: #fff;
  letter-spacing: .15em;
  text-transform: uppercase;
  border-radius: 100vw;
  width: auto;
  padding-left: 4vw;
  padding-right: 4vw;
  font-family: brother-1816, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all .3s cubic-bezier(.6, .04, .98, .335);
}

.submit-button-2:hover {
  background-color: var(--sky-blue);
}

.slider {
  z-index: 1;
  background-color: #ddd0;
  height: 100%;
  box-shadow: -7px 7px #fff;
}

.icon-2, .icon-3 {
  font-size: 20px;
}

.image-22 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-23 {
  object-fit: cover;
  width: 100%;
}

.quick-stack-12 {
  width: 85vw;
  margin-top: 8vh;
}

.cell-31, .cell-32 {
  justify-content: center;
  align-items: center;
}

.div-block-58 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-14 {
  background-image: linear-gradient(#ffffffd9, #ffffffd9), url('../images/next-generation-ministries-baptism-service.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
}

.section-15 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 12vh;
  padding-bottom: 12vh;
  display: flex;
}

.paragraph-13 {
  color: var(--white);
  font-family: futura-pt, sans-serif;
}

.link-7, .link-8 {
  color: var(--white);
}

@media screen and (max-width: 991px) {
  .inlinevideo {
    background-image: linear-gradient(#ffffffa6, #ffffffa6), url('../images/childrens-ministry-craft-time-faith.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 85vh;
  }

  .quick-stack {
    width: 95vw;
    padding: 10px;
  }

  .heading {
    font-size: 5vw;
    line-height: 5vw;
  }

  .image-2 {
    width: 100%;
  }

  .heading-3 {
    width: auto;
    font-size: 5vw;
    line-height: 5vw;
  }

  .image-7 {
    height: 45vh;
  }

  .image-11 {
    width: 100%;
    height: 35vh;
  }

  .heading-5 {
    width: 65vw;
    font-size: 3vw;
    line-height: 3vw;
  }

  .paragraph-5 {
    width: 65vw;
  }

  .text-block-2 {
    font-size: 7vw;
    line-height: 7vw;
  }

  .image-13 {
    width: 30%;
    height: auto;
  }

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

  .cell-11, .cell-12 {
    justify-content: flex-start;
    align-items: center;
  }

  .cell-13 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .cell-14 {
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-18 {
    font-size: 12px;
  }

  .about-hero-div {
    height: 70vh;
  }

  .div-block-22 {
    height: 35vh;
  }

  .image-15 {
    height: auto;
  }

  .about-cell {
    flex-flow: column;
    padding: 2vh;
  }

  .div-block-25 {
    width: 15vw;
    height: 15vw;
  }

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

  .div-block-26 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .div-block-27, .div-block-28, .div-block-29 {
    width: 15vw;
    height: 15vw;
  }

  .heading-7, .heading-8, .heading-9, .heading-10 {
    text-align: center;
  }

  .section-8 {
    height: 65vh;
  }

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

  .div-block-32 {
    width: 100%;
    height: 45vh;
  }

  .link-block {
    width: 30vw;
  }

  .link-block.w--current {
    width: 20vw;
  }

  .nav-menu {
    background-color: #ffffffeb;
  }

  .image-22 {
    height: 55vh;
  }
}

@media screen and (max-width: 767px) {
  .section-2 {
    padding-bottom: 6vh;
  }

  .image-2 {
    height: 35vh;
  }

  .text-block {
    min-width: 40vw;
    font-size: 7vw;
    line-height: 7vw;
  }

  .image-7 {
    height: 30vh;
  }

  .image-8, .image-9, .image-10 {
    height: 15vh;
  }

  .heading-4 {
    min-width: 50vw;
  }

  .heading-5 {
    font-size: 4vw;
    line-height: 4vw;
  }

  .quick-stack-8 {
    width: 90vw;
  }

  .div-block-32 {
    height: 30vh;
  }

  .link-block.w--current {
    width: 25vw;
  }
}

@media screen and (max-width: 479px) {
  .inlinevideo {
    height: 90vh;
  }

  .section {
    background-image: linear-gradient(#fff, #fff), url('../images/web-back-001.png');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding-top: 5vh;
  }

  .quick-stack {
    width: 90vw;
  }

  .heading {
    font-size: 9vw;
    line-height: 9vw;
  }

  .paragraph {
    font-size: 5vmin;
    line-height: 7vmin;
  }

  .div-block-3 {
    width: 45vw;
  }

  .section-2 {
    padding-top: 5vh;
  }

  .quick-stack-2 {
    margin-top: 5vh;
    padding: 5px;
  }

  .heading-2 {
    font-size: 6vmin;
    line-height: 6vmin;
  }

  .paragraph-2 {
    font-size: 5vmin;
    line-height: 7vmin;
  }

  .button {
    font-size: 4vmin;
    line-height: 7vmin;
  }

  .image-2 {
    height: 25vh;
  }

  .image-3, .image-4, .image-5, .image-6 {
    height: 20vh;
  }

  .text-block {
    min-width: 65vw;
    font-size: 9vw;
    line-height: 9vw;
  }

  .quick-stack-3 {
    margin-top: 5vh;
  }

  .heading-3 {
    font-size: 8vw;
    line-height: 8vw;
  }

  .paragraph-3 {
    font-size: 5vmin;
    line-height: 7vmin;
  }

  .image-7 {
    height: 65vh;
  }

  .quick-stack-5 {
    padding: 5px;
  }

  .paragraph-4 {
    font-size: 5vmin;
    line-height: 7vmin;
  }

  .image-11 {
    height: 35vh;
  }

  .div-block-16 {
    background-image: linear-gradient(#fff 26%, #fff0);
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .heading-5 {
    text-align: center;
    width: 85vw;
    font-size: 6vw;
    line-height: 6vw;
  }

  .paragraph-5 {
    text-align: center;
    width: auto;
    font-size: 5vmin;
    line-height: 6vmin;
  }

  .text-block-2 {
    text-align: center;
    width: 85vw;
    font-size: 9vw;
    line-height: 9vw;
  }

  .image-13 {
    width: 65%;
  }

  .paragraph-6 {
    font-size: 4vmin;
    line-height: 6vmin;
  }

  .text-block-4 {
    font-size: 7vmin;
    line-height: 8vmin;
  }

  .link {
    font-size: 5vmin;
    line-height: 7vmin;
  }

  .paragraph-8 {
    font-size: 4vmin;
    line-height: 6vmin;
  }

  .form {
    flex-flow: column;
  }

  .text-field {
    text-align: center;
    margin-bottom: 1vh;
  }

  .div-block-20 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 85vw;
    display: flex;
  }

  .quick-stack-6 {
    padding: 5px;
  }

  .about-hero-div {
    height: 95vh;
  }

  .heading-6 {
    font-size: 8vw;
    line-height: 8vw;
  }

  .paragraph-9 {
    font-size: 5vmin;
    line-height: 7vmin;
  }

  .image-14 {
    width: 60vw;
  }

  .div-block-22 {
    height: 20vh;
  }

  .image-15 {
    width: 85vw;
    height: auto;
  }

  .section-6 {
    height: auto;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .paragraph-10 {
    font-size: 5vmin;
    line-height: 7vmin;
  }

  .about-cell {
    padding: 1vh;
  }

  .div-block-25 {
    width: 20vw;
    height: 20vw;
  }

  .paragraph-11 {
    font-size: 5vmin;
    line-height: 7vmin;
  }

  .div-block-26 {
    width: 95%;
  }

  .bold-text {
    font-size: 6vmin;
    line-height: 6vmin;
  }

  .div-block-27, .div-block-28, .div-block-29 {
    width: 20vw;
    height: 20vw;
  }

  .quick-stack-10 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding: 5px;
  }

  .div-block-32 {
    width: 90vw;
    height: 20vh;
  }

  .link-block, .link-block.w--current {
    width: 40vw;
  }

  .icon {
    color: #26284e;
  }

  .heading-11 {
    font-size: 7vmin;
    line-height: 7vmin;
  }

  .paragraph-12 {
    font-size: 5vmin;
    line-height: 7vmin;
  }

  .image-21 {
    height: 30vh;
  }

  .form-3 {
    width: 85vw;
  }

  .field-label {
    font-size: 7vmin;
    line-height: 8vmin;
  }

  .submit-button-2 {
    width: 65vw;
  }

  .image-22 {
    height: 40vh;
  }

  .div-block-58 {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    flex-flow: column;
  }

  .section-14 {
    height: auto;
    padding-top: 20vh;
    padding-bottom: 8vh;
  }
}

#w-node-_238986ee-25e1-e48f-c776-19b9dcf611f0-9021e255 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_0bb36641-f622-ac56-2814-7de9b1cfb93e-9021e255 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-ab573ef6-9ad7-f897-e297-77f79ed72a9e-9021e255 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
}

#w-node-_62a4ab9b-1ff1-3fd7-85e8-e1999737a761-9021e255 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6141de30-81ce-94c1-4f0e-374d7af9836f-9021e255 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a155a272-fe6b-bb5b-c609-4fff3bc8fa26-3bc8fa24 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-e77029ff-0c98-b2a4-609a-ac5649288928-9021e256, #w-node-ca606470-88c4-1a4f-806b-9d147afcb506-9021e256 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f8ecc42e-7163-61ac-7632-fb6a79f316e6-9021e256 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4032eca7-824c-34de-ecd4-390936d086e7-9021e257 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_57499a20-c98a-ca48-13e6-0833a18d7176-9021e257 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8a93befd-b839-4507-c3f8-1fa62e095382-9021e257, #w-node-_4a642758-8e0a-9bd6-1ce9-64d1a095d756-ba6ea70f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_0bb36641-f622-ac56-2814-7de9b1cfb93e-9021e255 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ab573ef6-9ad7-f897-e297-77f79ed72a9e-9021e255, #w-node-_6141de30-81ce-94c1-4f0e-374d7af9836f-9021e255, #w-node-a155a272-fe6b-bb5b-c609-4fff3bc8fa26-3bc8fa24 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4032eca7-824c-34de-ecd4-390936d086e7-9021e257 {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_57499a20-c98a-ca48-13e6-0833a18d7176-9021e257 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_8a93befd-b839-4507-c3f8-1fa62e095382-9021e257, #w-node-_4a642758-8e0a-9bd6-1ce9-64d1a095d756-ba6ea70f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_238986ee-25e1-e48f-c776-19b9dcf611f0-9021e255, #w-node-e77029ff-0c98-b2a4-609a-ac5649288928-9021e256 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f8ecc42e-7163-61ac-7632-fb6a79f316e6-9021e256 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0bb36641-f622-ac56-2814-7de9b1cfb93e-9021e255, #w-node-_62a4ab9b-1ff1-3fd7-85e8-e1999737a761-9021e255, #w-node-e77029ff-0c98-b2a4-609a-ac5649288928-9021e256 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_57499a20-c98a-ca48-13e6-0833a18d7176-9021e257 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


