:root {
  --black: black;
  --white: white;
  --light-grey: #e8e8e8;
  --grey: #a1a1a1;
  --light-grey-hover: #a7a7a7;
}

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

@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 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3em;
}

p {
  color: var(--black);
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  line-height: 1.3em;
}

a {
  color: var(--white);
  text-decoration: none;
}

.body {
  background-color: var(--white);
}

.section {
  height: auto;
  padding-left: 120px;
  padding-right: 120px;
}

.section.video {
  background-image: radial-gradient(circle farthest-side, #00000080, #0000);
}

.section.grey {
  background-color: var(--light-grey);
}

.section.footer {
  background-color: var(--grey);
}

.container {
  max-width: 1280px;
}

.container.nav {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 1280px;
  margin: 20px 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.3em;
}

.text-block.black {
  color: var(--black);
  padding-bottom: 22px;
  padding-left: 22px;
  padding-right: 22px;
}

.text-block.left {
  color: var(--white);
  text-align: left;
  max-width: 468px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.text-block.left.right {
  float: right;
  text-align: right;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
}

.button {
  border: 3px solid var(--light-grey);
  background-color: var(--light-grey);
  color: var(--black);
  text-align: center;
  margin-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.button:hover {
  border-color: var(--light-grey-hover);
  background-color: var(--light-grey-hover);
}

.button.outlined {
  border-top-style: solid;
  border-top-width: 3px;
  border-top-color: var(--light-grey);
  border-right-style: solid;
  border-right-width: 3px;
  border-right-color: var(--light-grey);
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: var(--light-grey);
  border-left-style: solid;
  border-left-width: 3px;
  border-left-color: var(--light-grey);
  color: var(--light-grey);
  text-align: center;
  background-color: #0000;
  border-radius: 0;
}

.button.outlined:hover {
  border-top-style: solid;
  border-top-color: var(--light-grey-hover);
  border-right-style: solid;
  border-right-color: var(--light-grey-hover);
  border-bottom-style: solid;
  border-bottom-color: var(--light-grey-hover);
  border-left-style: solid;
  border-left-color: var(--light-grey-hover);
  color: var(--black);
  background-color: var(--light-grey-hover);
}

.button.outlined.black {
  border-color: var(--black);
  color: var(--black);
}

.button.outlined.black:hover {
  border-color: var(--light-grey-hover);
  color: var(--white);
}

.div-block {
  text-align: center;
  margin-top: 40px;
}

.max-size-712 {
  max-width: 712px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20vh;
  padding-bottom: 25vh;
}

.heading {
  margin-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
}

.navbar {
  background-color: #0000;
}

.nav-link {
  color: var(--white);
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.nav-menu {
  text-align: center;
  flex: 1;
}

.horizontal {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.horizontal.test {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
}

.left_div {
  max-width: 50%;
}

.right_div {
  flex: 1;
}

.right_div.down {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.heading-2 {
  color: var(--black);
}

.heading-2.max-size-468 {
  max-width: 468px;
}

.heading-2.max-size-346 {
  max-width: 346px;
}

.heading-2.max-size-590 {
  max-width: 590px;
}

.bold-text {
  font-size: 16px;
}

.rich-text-block {
  margin-bottom: 20px;
}

.paragraph {
  margin-top: 20px;
}

.background-video {
  z-index: 1;
}

.div-block-2 {
  opacity: 0;
}

.div-block-3 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.center {
  z-index: 5;
  color: var(--black);
  text-align: center;
  position: relative;
}

.text-block-2 {
  height: 120px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  line-height: 1.3em;
}

.title {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3em;
}

.quote {
  background-color: var(--white);
  width: 224px;
  height: auto;
  padding: 20px;
}

.image {
  width: 100%;
}

.float {
  z-index: 2;
  background-color: var(--white);
  max-width: 712px;
  margin: 100px auto 160px;
  padding: 40px 100px 30px;
  position: relative;
}

.link {
  color: var(--black);
  text-decoration: underline;
}

.image-2 {
  width: 224px;
}

.paragraph-2, .paragraph-3 {
  line-height: 1.3em;
}

@media screen and (max-width: 991px) {
  .container.nav {
    margin-bottom: 0;
  }

  .text-block.left {
    max-width: none;
  }

  .text-block.left.right {
    float: none;
    text-align: left;
  }

  .max-size-712 {
    padding-top: 10vh;
    padding-bottom: 15vh;
  }

  .heading {
    font-size: 36px;
  }

  .nav-link {
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .horizontal {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
    position: relative;
  }

  .horizontal.test {
    display: flex;
  }

  .left_div {
    max-width: none;
    margin-bottom: 20px;
    position: relative;
  }

  .right_div {
    order: 9999;
    position: relative;
  }

  .right_div.down {
    display: block;
  }

  .heading-2.max-size-468, .heading-2.max-size-346, .heading-2.max-size-590 {
    font-size: 28px;
  }

  .rich-text-block {
    position: relative;
  }

  .background-video {
    display: block;
  }

  .div-block-2 {
    flex: 1;
    display: block;
  }

  .center {
    font-size: 28px;
  }

  .image-3 {
    display: none;
  }

  .menu-button {
    order: 9999;
  }

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

@media screen and (max-width: 767px) {
  .section, .section.video {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block.left {
    margin-bottom: 10px;
  }

  .div-block {
    margin-top: 20px;
  }

  .max-size-712 {
    max-width: none;
    padding-top: 0;
    padding-bottom: 10vh;
  }

  .heading {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-link.top {
    background-color: #000000ab;
  }

  .horizontal {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .left_div {
    margin-bottom: 0;
  }

  .heading-2.max-size-468 {
    margin-top: 0;
  }

  .div-block-3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .float {
    margin-top: 60px;
    margin-bottom: 100px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-2 {
    width: 180px;
  }

  .menu-button.w--open {
    background-color: #000000ab;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 13px;
  }

  .section, .section.video {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block {
    text-align: left;
    font-size: 14px;
  }

  .text-block.black {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .button, .button.outlined {
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 14px;
  }

  .div-block {
    text-align: left;
  }

  .max-size-712 {
    padding-bottom: 5vh;
  }

  .heading {
    text-align: left;
    font-size: 28px;
  }

  .horizontal {
    margin-top: 10px;
  }

  .heading-2.max-size-468 {
    font-size: 20px;
  }

  .heading-2.max-size-346, .heading-2.max-size-590 {
    margin-top: 10px;
    font-size: 20px;
  }

  .rich-text-block {
    margin-bottom: 10px;
  }

  .paragraph {
    margin-top: 10px;
  }

  .background-video {
    max-height: 240px;
  }

  .center {
    font-size: 20px;
  }

  .center.o {
    text-align: left;
    margin-top: 0;
  }

  .float {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .image-2 {
    width: 140px;
  }

  .paragraph-2 {
    font-size: 13px;
  }

  .background-video-3 {
    max-height: 240px;
  }
}


