@import url(https://fonts.googleapis.com/css?family=Raleway);
h2 {
  vertical-align: center;
  text-align: center;
}

html, body {
  margin: 0;
  height: 100%;
}

li {
  font-family: "Titillium Web";
  box-sizing: border-box;
  font-weight: 600; 
   line-height: 1.5;
}

.top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #00BAF0;
  background: #fdfefe;
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #0c4237;
  height: 70px;
  padding: 1em;
  width: 100%;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu > li {
  margin: 0 1rem;
  overflow: hidden;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  /* background-color: #0c4237; */
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #0c4237;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: "";
  margin-top: -8px;
}

.menu-button::after {
  content: "";
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

@media (max-width: 700px) {
  .menu-button-container {
    display: flex;
  }

  .menu {
    position: absolute;
    top: 0;
    margin-top: 85px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  #menu-toggle:checked ~ .menu li {
    /* border: 1px solid #333; */
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #ffffff;
  }

  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
}
.home-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.home-logo {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-image {
  width: var(--dl-size-size-small);
  object-fit: cover;
}
.home-links {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-text03 {
  color: var(--dl-color-scheme-green80);
  box-shadow: rgb(212, 212, 212) 5px 5px 10px 0px;
  margin-right: var(--dl-space-space-twounits);
  text-decoration: none;
}
.home-link {
  color: var(--dl-color-scheme-green80);
  z-index: 100;
  font-size: 16px;
  font-style: normal;
  font-family: "Titillium Web";
  font-weight: 600;
  line-height: 1.5;
  /* margin-right: var(--dl-space-space-twounits); */
  text-transform: none;
  text-decoration: none;
}
.home-link1 {
  color: var(--dl-color-scheme-green80);
  margin-right: var(--dl-space-space-twounits);
  text-decoration: none;
}
.home-link2 {
  display: contents;
}
.home-icon {
  width: 24px;
  height: 24px;
  margin-right: var(--dl-space-space-oneandhalfunits);
  text-decoration: none;
}
.home-link3 {
  display: contents;
}
.home-icon2 {
  width: 24px;
  height: 24px;
  text-decoration: none;
}
.home-burger-menu {
  fill: #105749;
  width: 24px;
  height: 24px;
}
.home-logo1 {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-image1 {
  width: var(--dl-size-size-small);
  object-fit: cover;
}
.home-section {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: var(--dl-color-scheme-green100);
}
.home-text09 {
  color: var(--dl-color-scheme-green80);
  margin-right: var(--dl-space-space-twounits);
  text-decoration: none;
}
.home-max-width2 {
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-faq {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 67px;
  flex-direction: row;
  justify-content: space-between;
}
.home-questions {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-question {
  padding-right: 38px;
  background-color: var(--dl-color-scheme-green100);
}
.home-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-text10 {
  color: var(--dl-color-scheme-white);
  font-size: 42px;
  font-style: normal;
  font-family: "Urbanist";
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: var(--dl-space-space-twounits);
}
.home-question1 {
  padding-right: 38px;
  background-color: var(--dl-color-scheme-green100);
}
.home-trigger1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-text16 {
  color: var(--dl-color-scheme-white);
  font-size: 20px;
  font-style: normal;
  font-family: "Urbanist";
  font-weight: 600;
  line-height: 1.5;
}
.home-icon6 {
  width: 12px;
  height: 12px;
}
.home-text17 {
  margin-top: 8px;
}
.home-image2 {
  width: 100%;
  object-fit: cover;
}
.home-section1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: var(--dl-color-scheme-white);
}
.home-max-width3 {
  align-items: center;
  padding-top: 114px;
  flex-direction: column;
  justify-content: center;
}
.home-faq1 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-eightunits);
  flex-direction: row;
  justify-content: space-between;
}
.home-image3 {
  width: 38%;
  object-fit: cover;
}
.home-questions1 {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text19 {
  color: black;
  font-size: 22px;
  text-align: center;
}
.home-text20 {
  font-size: 22px;
}
.home-text22 {
  color: var(--dl-color-scheme-green100);
  font-size: 24px;
}
.home-text23 {
  color: black;
  font-size: 22px;
  text-align: center;
}
.home-text24 {
  font-size: 22px;
}
.home-section2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: var(--dl-color-scheme-green100);
}
.home-max-width4 {
  align-items: center;
  padding-top: 114px;
  flex-direction: column;
  justify-content: center;
}
.home-faq2 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-eightunits);
  flex-direction: row;
  justify-content: space-between;
}
.home-questions2 {
  flex: 0 0 auto;
  width: 30%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-heading {
  color: var(--dl-color-scheme-white);
}
.home-questions3 {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text26 {
  color: var(--dl-color-scheme-white);
  font-size: 22px;
  text-align: center;
}
.home-link4 {
  align-self: center;
  padding-top: 12px;
  margin-right: 0px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 12px;
  text-decoration: none;
}
@media(max-width: 991px) {
  .home-max-width2 {
    flex-direction: column;
  }
  .home-questions {
    width: 60%;
  }
  .home-max-width3 {
    flex-direction: column;
  }
  .home-questions1 {
    width: 60%;
  }
  .home-max-width4 {
    flex-direction: column;
  }
  .home-questions2 {
    width: 60%;
  }
  .home-questions3 {
    width: 60%;
  }
}
@media(max-width: 767px) {
  .home-links {
    display: none;
  }
  .home-icon4 {
    fill: var(--dl-color-scheme-green100);
  }
  .home-faq {
    margin-bottom: var(--dl-space-space-twounits);
    flex-direction: column;
  }
  .home-questions {
    width: 100%;
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .home-faq1 {
    margin-bottom: var(--dl-space-space-twounits);
    flex-direction: column;
  }
  .home-questions1 {
    width: 100%;
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .home-faq2 {
    margin-bottom: var(--dl-space-space-twounits);
    flex-direction: column;
  }
  .home-questions2 {
    width: 100%;
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .home-questions3 {
    width: 100%;
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
}
@media(max-width: 479px) {
  .home-text16 {
    color: var(--dl-color-scheme-white);
    font-size: 20px;
    font-style: normal;
    font-family: Urbanist;
    font-weight: 600;
    line-height: 1.5;
  }
  .home-image2 {
    width: 100%;
  }
  .home-image3 {
    width: 100%;
  }
}
