a {
  color: #333;
}

.hero-heading-center {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e4ebf3;
  padding: 150px 30px 80px 150px;
  display: inline-block;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-top: 32vh;
  margin-left: 0;
  margin-right: auto;
  display: block;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  width: 60vw;
  max-width: none;
  min-width: auto;
  text-align: left;
  white-space: normal;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  font-family: Acumin Pro, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 130%;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  font-size: 18px;
  display: flex;
}

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px {
  width: 150%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 24px;
  font-family: Acumin Pro Light;
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
}

.button-primary {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, 0);
  padding: 12px 25px;
  font-family: Acumin Pro Medium;
  font-size: 18px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.body {
  background-color: #eef2ef;
  overflow: hidden;
}

.container2 {
  width: 100%;
  height: 50px;
  max-width: none;
  justify-content: flex-end;
  margin: auto 40px;
  display: flex;
  position: absolute;
  top: -90%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.button {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  font-family: Acumin Pro Medium;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
}

.div-block {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -8%;
  margin-left: 12%;
  padding-left: 0%;
  display: block;
  position: relative;
}

.div-block-91 {
  margin-top: 200vh;
}

.lottie-animation {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-94 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.lottie-animation-8 {
  margin-bottom: -10px;
}

.container-4 {
  height: 50px;
  max-width: none;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-left: 40px;
  padding-top: 30px;
  padding-left: 40px;
  display: flex;
}

.image-2 {
  height: 50px;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.container-5 {
  min-width: 100%;
  padding-left: 40px;
  padding-right: 20px;
}

.nav-link {
  text-transform: uppercase;
  font-family: Acumin Pro Medium;
  font-size: 16px;
  font-weight: 500;
}

.nav-link.button2 {
  color: #333;
  font-family: Acumin Pro Medium, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.nav-link.button2:hover {
  color: #9385ad;
}

.image-3 {
  max-width: 150%;
  min-width: 150%;
  margin-top: 5px;
}

.div-block-95 {
  justify-content: center;
  margin-bottom: 10px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph {
  width: auto;
  font-family: Acumin Pro Light;
  font-size: 18px;
  font-weight: 300;
}

.link {
  font-family: Acumin Pro, sans-serif;
}

.link:hover {
  color: #9385ad;
}

.bold-text {
  font-family: Trial;
  font-size: 120px;
}

.paragraph-2 {
  margin-bottom: 48px;
  font-family: Arges, sans-serif;
  font-size: 120px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .container {
    margin-top: 32vh;
    position: static;
  }

  .centered-heading.margin-bottom-32px {
    width: 42vw;
    font-size: 52px;
  }

  .hero-split {
    margin-top: 20px;
  }

  .margin-bottom-24px {
    width: 160%;
    order: -1;
    font-size: 52px;
  }

  .body {
    object-fit: fill;
    background-color: #eef2ef;
    margin: auto;
    overflow: hidden;
  }

  .div-block {
    margin-top: -8%;
    margin-left: 12%;
    overflow: visible;
  }

  .div-block-2, .div-block-3 {
    margin-top: 0;
  }

  .div-block-4 {
    margin-top: -1px;
  }

  .div-block-5 {
    margin-top: -2px;
  }

  .div-block-6, .div-block-7, .div-block-8 {
    margin-top: -3px;
  }

  .div-block-9, .div-block-10 {
    margin-top: -4px;
  }

  .div-block-11, .div-block-12, .div-block-13, .div-block-14 {
    margin-top: -3px;
  }

  .div-block-15 {
    margin-top: -16px;
  }

  .div-block-16 {
    margin-top: -45px;
  }

  .div-block-17 {
    margin-top: -48px;
  }

  .div-block-18 {
    margin-top: 0;
  }

  .div-block-19 {
    margin-top: 1px;
  }

  .div-block-20, .div-block-21, .div-block-22, .div-block-23 {
    margin-top: 3px;
  }

  .div-block-24 {
    margin-top: 2px;
  }

  .div-block-25 {
    margin-top: 1px;
  }

  .div-block-26, .div-block-27 {
    margin-top: -2px;
  }

  .div-block-28 {
    margin-top: -6px;
  }

  .div-block-29 {
    margin-top: -8px;
  }

  .div-block-30 {
    margin-top: -9px;
  }

  .div-block-31 {
    margin-top: -16px;
  }

  .div-block-32 {
    margin-top: -17px;
  }

  .div-block-33 {
    margin-top: -16px;
  }

  .div-block-34 {
    margin-top: -11px;
  }

  .div-block-35 {
    margin-top: 0;
  }

  .div-block-36, .div-block-37 {
    margin-top: 9px;
  }

  .div-block-38 {
    margin-top: 6px;
  }

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

  .div-block-40 {
    margin-top: 0;
  }

  .div-block-41, .div-block-42 {
    margin-top: -3px;
  }

  .div-block-43 {
    margin-top: -6px;
  }

  .div-block-44 {
    margin-top: -13px;
  }

  .div-block-45 {
    margin-top: -19px;
  }

  .div-block-46 {
    margin-top: -41px;
  }

  .div-block-47 {
    margin-top: -66px;
  }

  .div-block-48 {
    margin-top: -85px;
  }

  .div-block-49 {
    margin-top: -120px;
  }

  .div-block-50, .div-block-51 {
    margin-top: -180px;
  }

  .div-block-52 {
    margin-top: -176px;
  }

  .div-block-53 {
    margin-top: -101px;
  }

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

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

  .div-block-56, .div-block-57 {
    margin-top: 88px;
  }

  .div-block-58, .div-block-59 {
    margin-top: 0;
  }

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

  .div-block-61 {
    margin-top: 13px;
  }

  .div-block-62 {
    margin-top: 28px;
  }

  .div-block-63 {
    margin-top: 35px;
  }

  .div-block-64 {
    margin-top: 57px;
  }

  .div-block-65 {
    margin-top: 85px;
  }

  .div-block-66 {
    margin-top: 120px;
  }

  .div-block-67 {
    margin-top: 154px;
  }

  .div-block-68, .div-block-69, .div-block-70, .div-block-71, .div-block-72 {
    margin-top: 200px;
  }

  .div-block-73, .div-block-74, .div-block-75 {
    margin-top: 107px;
  }

  .div-block-76 {
    margin-top: 0;
  }

  .div-block-77, .div-block-78 {
    margin-top: 16px;
  }

  .div-block-79 {
    margin-top: 19px;
  }

  .div-block-80 {
    margin-top: 66px;
  }

  .div-block-81 {
    margin-top: 145px;
  }

  .div-block-82, .div-block-83 {
    margin-top: 157px;
  }

  .div-block-84, .div-block-85 {
    position: absolute;
  }

  .div-block-86, .div-block-87, .div-block-88, .div-block-89 {
    display: flex;
  }

  .div-block-90 {
    margin-top: -60vh;
    position: absolute;
  }

  .div-block-91 {
    color: #acba87;
    object-fit: fill;
    align-items: flex-end;
    margin-top: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .lottie-animation {
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .lottie-animation-2 {
    flex: 1;
    align-self: flex-end;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .lottie-animation-3 {
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-92 {
    background-color: #d10f0f;
    margin: -60px auto auto;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .container-2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .lottie-animation-4 {
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-93 {
    width: auto;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .lottie-animation-5 {
    padding-bottom: 0;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .lottie-animation-6 {
    padding-bottom: 4px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image {
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .lottie-animation-7 {
    position: absolute;
    top: auto;
    bottom: -2%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .container-3 {
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .div-block-94 {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .lottie-animation-8 {
    order: 1;
    margin-bottom: -6px;
    padding-bottom: 0;
  }

  .container-5 {
    margin-top: 10px;
  }

  .nav-link {
    font-size: 21px;
  }

  .nav-link.button2 {
    font-size: 24px;
  }

  .image-3 {
    max-width: 200%;
    min-width: 200%;
    margin-top: -8px;
  }

  .paragraph {
    font-size: 24px;
  }

  .link {
    font-size: 36px;
  }

  .paragraph-2 {
    margin-bottom: 100px;
    font-size: 220px;
  }
}

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

  .centered-heading.margin-bottom-32px {
    width: 80vw;
    margin-left: 0;
    font-size: 32px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
    margin-left: 0;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .margin-bottom-24px {
    width: 80%;
    margin-left: 0;
    font-size: 21px;
  }

  .body {
    overflow: hidden;
  }

  .div-block {
    margin-left: 15%;
  }

  .div-block-94 {
    position: absolute;
  }

  .lottie-animation-8 {
    margin-bottom: -10px;
    overflow: hidden;
  }

  .container-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link {
    font-size: 18px;
  }

  .image-3 {
    max-width: 120%;
    min-width: 120%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading-center {
    padding: 60px 15px;
  }

  .centered-heading.margin-bottom-32px {
    width: 90vw;
    font-size: 32px;
  }

  .hero-wrapper, .hero-split {
    margin-left: 0;
  }

  .margin-bottom-24px {
    margin-top: 20px;
    margin-left: 0;
    font-size: 16px;
  }

  .div-block {
    margin-left: 10%;
  }

  .div-block-94 {
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .lottie-animation-8 {
    margin-bottom: -10px;
  }

  .container-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link {
    font-size: 18px;
  }

  .image-3 {
    max-width: 100%;
    min-width: 100%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    width: 100%;
    max-width: none;
    white-space: break-spaces;
    margin-top: 30vh;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .centered-heading.margin-bottom-32px {
    width: auto;
    min-height: auto;
    text-align: left;
    column-count: 0;
    white-space: normal;
    overflow-wrap: normal;
    margin-top: -10%;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 18px;
    font-weight: 300;
  
  
  }

  .hero-wrapper {
    min-height: auto;
    min-width: auto;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
  }

  .hero-split {
    max-width: none;
    min-height: auto;
    min-width: auto;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-bottom-24px {
    width: auto;
    min-height: auto;
    min-width: auto;
    margin-top: -35%;
    margin-bottom: 0;
    margin-left: -17%;
    font-size: 21px;
  }

  .body {
    overflow: hidden;
  }

  .div-block {
    width: auto;
    height: auto;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: -30%;
    margin-left: 10%;
    margin-right: 10%;
    display: block;
    overflow: hidden;
  }

  .div-block-94 {
    width: auto;
    height: auto;
    margin-left: 0;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .lottie-animation-8 {
    width: 200%;
    height: 200%;
    object-fit: fill;
    margin-bottom: -5px;
    margin-left: -30px;
    font-size: 16px;
    overflow: hidden;
  }

  .navbar {
    margin-top: 10px;
    overflow: hidden;
  }

  .container-5 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .nav-link {
    padding-left: 5px;
    font-size: 14px;
  }

  .nav-link.button2 {
    font-size: 14px;
  }

  .nav-menu {
    font-family: Acumin Pro Medium;
    font-weight: 500;
  }

  .image-3 {
    margin-top: 20%;
  }

  .div-block-95 {
    justify-content: center;
    margin-bottom: 20px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .paragraph {
    width: auto;
    text-align: center;
    margin-bottom: 10px;
    font-size: 13px;
    position: absolute;
  }

  .link {
    min-height: auto;
    min-width: auto;
    font-size: 16px;
    position: relative;
  }

  .paragraph-2 {
    margin-bottom: 3vh;
    font-size: 70px;
  }
}


@font-face {
  font-family: 'Acumin Pro';
  src: url('../fonts/font.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arges';
  src: url('../fonts/Arges-NormalExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Acumin Pro';
  src: url('../fonts/font.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}