:root {
  --main-navy: #011240;
  --orange: #f1913d;
  --dark-teal: #153959;
  --bright-teal: #37d0f2;
  --cream: #f1f1d5;
  --white: white;
  --black: black;
}

.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;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
  position: static;
}

.quick-stack {
  width: 85vw;
}

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

.heading {
  color: var(--main-navy);
  font-family: glodok, sans-serif;
  font-size: 3vw;
  font-style: normal;
  font-weight: 400;
  line-height: 3vw;
}

.paragraph {
  font-family: Montserrat, 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: var(--orange);
  border-radius: 100vw;
  width: 5vw;
  height: 5px;
  margin-top: 2vh;
  margin-bottom: 2vh;
}

.section-2 {
  background-color: #77b0cd;
  background-image: linear-gradient(67deg, var(--main-navy) 18%, var(--dark-teal) 78%);
  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-navy);
  text-align: center;
  margin-top: 0;
  font-family: glodok, sans-serif;
  font-size: 3vmin;
  font-style: normal;
  font-weight: 400;
  line-height: 3vmin;
}

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

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

.button:hover {
  background-color: var(--bright-teal);
}

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

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

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

.button.service:hover {
  background-color: var(--orange);
}

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

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

.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: var(--bright-teal);
  margin-left: 0;
  margin-right: 2vw;
  font-family: glodok, sans-serif;
  font-size: 4vw;
  font-style: normal;
  font-weight: 400;
  line-height: 4vw;
}

.text-block.about {
  color: #77b0cd;
}

.div-block-10 {
  background-color: var(--cream);
  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 {
  color: var(--orange);
  width: auto;
  font-family: glodok, sans-serif;
  font-size: 3vw;
  font-style: normal;
  font-weight: 400;
  line-height: 3vw;
}

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

.cell-8 {
  display: block;
}

.image-7 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  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 {
  color: var(--main-navy);
  text-align: center;
  width: auto;
  min-width: 35vw;
  margin-left: 3vw;
  margin-right: 3vw;
  font-family: glodok, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.heading-4.about {
  color: var(--bright-teal);
}

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

.div-block-12.about {
  background-color: var(--orange);
}

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

.div-block-13.about {
  background-color: var(--orange);
}

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

.paragraph-4 {
  text-align: center;
  width: 85vw;
  font-family: Montserrat, 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 {
  box-shadow: -6px 6px 0 0 var(--orange);
  object-fit: cover;
  width: 35vw;
  height: 65vh;
}

.div-block-16 {
  background-image: linear-gradient(94deg, #fff 42%, #fff0 99%);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  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 {
  color: var(--orange);
  width: 40vw;
  margin-top: 2vh;
  font-family: Montserrat, sans-serif;
  font-size: 2vw;
  font-style: normal;
  line-height: 2vw;
}

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

.text-block-2 {
  color: var(--main-navy);
  font-family: glodok, sans-serif;
  font-size: 4vw;
  font-style: normal;
  line-height: 4vw;
}

.footer {
  background-color: #333;
  background-image: linear-gradient(61deg, var(--main-navy), var(--dark-teal));
}

.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: 30vh;
}

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

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

.text-block-4 {
  color: var(--orange);
  margin-bottom: 2vh;
  font-family: glodok, sans-serif;
  font-size: 3vmin;
  font-style: normal;
  font-weight: 400;
  line-height: 3vmin;
}

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

.link:hover {
  color: var(--bright-teal);
}

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

.link.w--current:hover {
  color: var(--bright-teal);
}

.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: Montserrat, sans-serif;
  font-size: 2vmin;
  line-height: 3vmin;
}

.link-2 {
  color: #fff;
}

.link-2:hover {
  color: var(--bright-teal);
}

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

.link-5:hover {
  color: var(--bright-teal);
}

.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: Montserrat, sans-serif;
}

.submit-button {
  background-color: var(--bright-teal);
  text-transform: uppercase;
  border-radius: 100vw;
  margin-left: -3vw;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
}

.form-block {
  width: 95%;
}

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

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

.link-6:hover {
  color: var(--bright-teal);
}

.about-hero-div {
  background-image: linear-gradient(#ffffffd9 51%, #ffffff54), url('../images/get-your-yacht-upgraded-by-peake-coating-the-best-yacht-service-provider.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: 90vh;
  display: flex;
}

.section-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 15vh;
  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: #77b0cd;
  text-align: center;
  margin-top: 0;
  font-family: ethnocentric;
  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: kallisto;
  font-size: 2.2vmin;
  line-height: 3.3vmin;
  display: block;
}

.image-14 {
  width: 20vw;
}

.div-block-22 {
  background-image: url('../images/About-img-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 95vw;
  height: 50vh;
  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(#77b0cde3, #77b0cde3), url('../images/new-yacht-building-services-with-peake-coating.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;
  overflow: hidden;
}

.paragraph-10 {
  color: #fff;
  text-align: center;
  width: 75vw;
  margin-bottom: 2vh;
  font-family: Montserrat, sans-serif;
  font-size: 2.3vmin;
  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: flex-start;
  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: kallisto;
  font-size: 2vmin;
  line-height: 3vmin;
}

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

.bold-text {
  color: #77b0cd;
  font-family: kallisto;
  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/peake-coating-is-the-premier-marine-refurbishing-service-provider.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(#77b0cd80, #77b0cd80), url('../images/web-back-002.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  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/the-best-marine-services-with-peake-coating.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50vw;
  height: 55vh;
}

.navbar {
  z-index: 1000;
  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/MURAT-Logo-Final-04.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12vw;
  height: 8vh;
}

.link-block.w--current {
  background-image: url('../images/MURAT-Logo-Final-04.svg');
}

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

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

.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(--dark-teal);
  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: #f1913d;
  text-align: center;
  font-family: glodok, sans-serif;
  font-size: 3vmin;
  font-weight: 400;
  line-height: 3vmin;
}

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

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

.image-19, .image-20 {
  object-fit: cover;
  height: 20vh;
}

.image-21 {
  object-fit: cover;
  width: 100%;
  height: 65vh;
  box-shadow: -7px 8px #b2d6fe;
}

.section-12 {
  background-image: linear-gradient(#ffffffd1, #ffffffd1), url('../images/get-your-yacht-upgraded-by-peake-coating-the-best-yacht-service-provider.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-navy);
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 2vmin;
  font-style: normal;
  font-weight: 500;
  line-height: 3vmin;
}

.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-navy);
  color: #fff;
  letter-spacing: .15em;
  text-transform: uppercase;
  border-radius: 100vw;
  width: auto;
  padding-left: 4vw;
  padding-right: 4vw;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s cubic-bezier(.6, .04, .98, .335);
}

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

.slider {
  z-index: 1;
  box-shadow: -7px 7px 0 0 var(--orange);
  background-color: #ddd0;
  height: 100%;
}

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

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

.section-14 {
  background-color: #041944;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 12vh;
  padding-bottom: 12vh;
  display: flex;
}

.columns, .columns-2 {
  width: 100%;
}

.checkbox-label {
  color: var(--orange);
  font-family: Montserrat, sans-serif;
  font-size: 2vmin;
  font-weight: 700;
  line-height: 3vmin;
}

@media screen and (max-width: 991px) {
  .inlinevideo {
    background-image: linear-gradient(#ffffffa6, #ffffffa6);
    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;
  }

  .form-3 {
    width: 85vw;
  }

  .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 {
    background-image: linear-gradient(#ffffffa6, #ffffffa6);
    height: auto;
    min-height: 85vh;
  }

  .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 {
    margin-bottom: 5vh;
  }

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

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

  .heading-4.about.v2 {
    min-width: 75vw;
  }

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

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

  .image-11 {
    height: 20vh;
  }

  .div-block-16 {
    background-image: linear-gradient(#fff 26%, #fff0);
    justify-content: center;
    align-items: center;
    padding-top: 15vh;
    padding-bottom: 15vh;
    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: 5vmin;
    line-height: 7vmin;
  }

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

  .image-22 {
    height: 40vh;
  }

  .checkbox-label {
    font-size: 4vmin;
    line-height: 5vmin;
  }
}

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

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

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

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

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

#w-node-_48f871b9-b7fc-36d2-b08b-bdeb962a17b7-91e99bb3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

@media screen and (max-width: 991px) {
  #w-node-_238986ee-25e1-e48f-c776-19b9dcf611f0-91e99bb3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

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

  #w-node-ab573ef6-9ad7-f897-e297-77f79ed72a9e-91e99bb3, #w-node-_6141de30-81ce-94c1-4f0e-374d7af9836f-91e99bb3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_48f871b9-b7fc-36d2-b08b-bdeb962a17b7-91e99bb3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

@media screen and (max-width: 767px) {
  #w-node-_238986ee-25e1-e48f-c776-19b9dcf611f0-91e99bb3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0bb36641-f622-ac56-2814-7de9b1cfb93e-91e99bb3, #w-node-_62a4ab9b-1ff1-3fd7-85e8-e1999737a761-91e99bb3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_48f871b9-b7fc-36d2-b08b-bdeb962a17b7-91e99bb3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


