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

.container {
  background-image: linear-gradient(#00000059, #00000059), url('../images/IMG_5606.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  max-width: 100%;
  height: 944px;
  padding-top: 330px;
  padding-left: 16px;
  padding-right: 16px;
}

.container-2 {
  width: 100%;
  max-width: 100%;
  padding-left: 32px;
  padding-right: 32px;
}

.navbar {
  background-color: #fff;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.button {
  background-color: #000;
  border-radius: 4px;
  padding-left: 23px;
  padding-right: 23px;
  font-weight: 400;
  transition: all .2s;
}

.button:hover {
  background-color: #424242;
}

.body {
  background-color: #efefef;
  font-family: Montserrat, sans-serif;
}

.heading {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
}

.paragraph {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
}

.button-copy {
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 20px;
  padding-left: 23px;
  padding-right: 23px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  transition: all .2s;
}

.button-copy:hover {
  background-color: #dadada;
}

.container-3 {
  width: 100%;
  max-width: 100%;
  padding-top: 96px;
  padding-left: 16px;
  padding-right: 16px;
}

.heading-copy {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
}

.div-block {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 54px;
  display: flex;
}

.div-block-2 {
  width: 48%;
}

.image {
  border-radius: 4px;
  width: 100%;
}

.heading-copy-copy {
  color: #000;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.paragraph-copy {
  color: #757575;
  font-size: 20px;
  line-height: 28px;
}

.button-copy-copy {
  color: #000;
  background-color: #fff0;
  border: 2px solid #000;
  border-radius: 4px;
  margin-top: 20px;
  padding-left: 23px;
  padding-right: 23px;
  font-weight: 400;
  transition: all .2s;
}

.button-copy-copy:hover {
  color: #fff;
  background-color: #000;
}

.container-4 {
  background-color: #fff;
  max-width: 100%;
  height: 890px;
  padding: 40px 16px 0;
}

.section {
  padding-top: 100px;
}

.div-block-3 {
  width: 48.7%;
}

.image-2 {
  width: 100%;
  height: 600px;
}

.div-block-4 {
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
  padding-right: 290px;
  display: flex;
}

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

.text-block {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.div-block-6 {
  margin-left: 20px;
}

.text-block-copy {
  width: 250px;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.div-block-4-copy {
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 79px;
  padding-right: 290px;
  display: flex;
}

.container-5 {
  max-width: 100%;
  height: auto;
  padding-top: 80px;
}

.code-embed {
  height: 400px;
  margin-top: 50px;
}

.container-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  padding-top: 60px;
  display: flex;
}

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

.div-block-7 {
  width: 600px;
  padding-top: 50px;
}

.div-block-8 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.text-block-2 {
  margin-left: 20px;
}

.div-block-4-copy-copy {
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 79px;
  padding-right: 290px;
  display: flex;
}

.container-copy {
  background-image: linear-gradient(#00000059, #00000059);
  max-width: 100%;
  height: 944px;
  padding-top: 138px;
  padding-left: 16px;
  padding-right: 16px;
}

.container-7 {
  max-width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.div-block-9 {
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.image-3 {
  width: 32.5%;
}

.nav-link {
  color: #3d3d3d;
}

@media screen and (max-width: 479px) {
  .container {
    padding-top: 124px;
  }

  .button {
    text-align: left;
  }

  .heading {
    font-size: 34px;
    line-height: 44px;
  }

  .paragraph {
    font-size: 15px;
    font-weight: 300;
  }

  .container-3 {
    padding-top: 35px;
  }

  .div-block {
    flex-flow: column;
    padding-top: 25px;
  }

  .div-block-2 {
    width: 100%;
    margin-bottom: 41px;
  }

  .container-4 {
    height: auto;
  }

  .div-block-3 {
    width: 100%;
  }

  .image-2 {
    height: auto;
    margin-top: 59px;
  }

  .div-block-4 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 0;
  }

  .div-block-5 {
    margin-top: 11px;
    margin-bottom: 22px;
  }

  .div-block-6 {
    margin-left: 11px;
  }

  .div-block-4-copy {
    flex-flow: column;
    padding-right: 0;
  }

  .container-6 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-7 {
    width: 100%;
  }

  .div-block-4-copy-copy {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 8px;
    padding-right: 0;
  }

  .container-copy {
    padding-top: 124px;
  }

  .div-block-9 {
    flex-flow: column;
  }

  .image-3 {
    width: 100%;
    margin-bottom: 19px;
  }
}
