.code-embed {
  display: block;
}

.div-block {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.body {
  font-family: Barlow, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

.div-block-3 {
  background-image: url('../images/bnf-hero.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% 25%;
  transform: scale(1.3);
}

.div-block-4 {
  background-image: radial-gradient(circle at 100%, #0000, #132348 55%);
  position: absolute;
  inset: 0%;
}

.div-block-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 85%;
  height: 90%;
  display: flex;
  position: relative;
}

.image {
  position: relative;
}

.div-block-6 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 6rem;
  margin-bottom: 2rem;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  position: relative;
}

.div-block-7 {
  background-color: #49b95e;
  border-radius: 5px;
  width: 50px;
  height: 2px;
  margin-right: 15px;
  position: relative;
}

.heading {
  color: #f8f8f8;
  width: 60%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6rem;
  line-height: .85;
  position: relative;
}

.paragraph {
  color: #fff;
  letter-spacing: .5px;
  width: 50%;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
  position: relative;
}

.div-block-8 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
  position: relative;
}

.contact-link {
  background-color: #132348e0;
  border: 2px solid #27375d;
  border-width: 2px .5px;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem 5rem 1.5rem 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.contact-link:hover {
  background-color: #22335ae0;
}

.contact-link.cl-left {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.contact-link.cl-right {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.div-block-10 {
  flex-flow: column;
  display: flex;
  position: relative;
}

.text-block {
  color: #e7e7e7;
  letter-spacing: 1.5px;
  white-space: nowrap;
  font-size: .85rem;
  font-weight: 700;
  line-height: 1.25;
  position: relative;
}

.text-block-2 {
  color: #7c7c7c;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .85rem;
  font-weight: 700;
  line-height: 1.25;
  position: relative;
}

.div-block-11 {
  background-color: #24304b4d;
  border: 1px solid #58627a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin-right: 10px;
  padding: 10px;
  display: flex;
  position: relative;
}

.div-block-12 {
  color: #58627a;
  width: 15px;
  height: 15px;
  margin-right: 1.5rem;
  position: absolute;
  inset: auto 0% auto auto;
  transform: rotate(50deg);
}

.svg {
  position: relative;
}

.svg-2 {
  color: #1bc700;
  position: relative;
}

.path {
  position: relative;
}

.svg-3 {
  color: #e6e6e6;
  position: relative;
}

.svg-4 {
  color: #e6e6e6;
}

.svg-5 {
  color: #e6e6e6;
  position: relative;
}

.div-block-13 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-3 {
  color: #7683a2;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .85rem;
  position: relative;
}

.div-block-14 {
  background-color: #13234830;
  border: 1px solid #788297;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
  position: relative;
  inset: auto;
}

.div-block-15 {
  background-color: #55e94b2b;
  border: 1px solid #28f00a2b;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 25px;
  min-width: 25px;
  height: 25px;
  margin-right: .5rem;
  display: flex;
  position: relative;
}

.div-block-16 {
  filter: blur(1px);
  mix-blend-mode: overlay;
  background-color: #1cff02;
  border-radius: 100%;
  width: 42%;
  height: 42%;
  position: relative;
}

.text-block-4 {
  color: #ececec;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  width: 100%;
  font-size: .85rem;
  font-weight: 400;
  position: relative;
}

.div-block-17 {
  white-space: nowrap;
  position: relative;
}

.text-block-5 {
  color: #49b95e;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.25;
  position: relative;
}

.div-block-18 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

@media screen and (max-width: 991px) {
  .div-block {
    background-color: #0000;
    height: 1000px;
  }

  .div-block-2 {
    background-color: #0000;
  }

  .div-block-3 {
    background-position: 25%;
    left: 0%;
    transform: none;
  }

  .div-block-5 {
    width: 90%;
  }

  .heading {
    width: 95%;
  }

  .paragraph {
    width: 75%;
  }

  .div-block-8 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
  }

  .contact-link {
    border-width: .5px 2px;
    width: 100%;
    padding-left: 1rem;
    padding-right: 4rem;
  }

  .contact-link.cl-left {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
  }

  .contact-link.cl-right {
    border-top-right-radius: 0;
    border-bottom-left-radius: 15px;
  }

  .text-block {
    letter-spacing: 1px;
    font-size: 1rem;
  }

  .text-block-2 {
    font-size: 1rem;
  }

  .div-block-12 {
    margin-right: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .div-block-5 {
    width: 95%;
    height: 97%;
  }

  .heading {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    height: 900px;
  }

  .div-block-3 {
    background-position: 40%;
  }

  .div-block-4 {
    background-image: linear-gradient(#00000080, #00000080), radial-gradient(circle at 120%, #0000, #132348 55%);
  }

  .div-block-5 {
    width: 92%;
    height: 99%;
  }

  .div-block-6 {
    margin-top: 3rem;
  }

  .div-block-7 {
    width: 20px;
    margin-right: 10px;
  }

  .bold-text {
    font-size: .95rem;
  }

  .heading {
    min-width: 330px;
    font-size: 2.6rem;
    line-height: .95;
  }

  .paragraph {
    width: 95%;
    font-size: 1.25rem;
  }

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

  .contact-link {
    background-color: #13234894;
  }

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

  .text-block-3 {
    line-height: 1.5;
  }

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


