:root {
  --black: #010312;
  --white: #f2e9ff;
  --gray: #2b2a2c;
  --purple: #8949db;
  --black-2: black;
  --white-2: white;
  --playfair-display: "Playfair Display", sans-serif;
  --helvetica-neue: "Helvetica Neue", sans-serif;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.body {
  background-color: var(--black);
  color: var(--black);
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.icon {
  border: 0px none var(--white);
  color: var(--white);
  font-size: 35px;
}

.menu-button {
  text-align: center;
  background-color: #01031200;
  padding: 20px 0 0;
  position: static;
}

.header {
  border-top-style: none;
  border-top-width: 1px;
  border-top-color: var(--gray);
  border-right-style: none;
  border-right-width: 1px;
  border-right-color: var(--gray);
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: var(--gray);
  border-left-style: none;
  border-left-width: 1px;
  border-left-color: var(--gray);
  z-index: 10;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  height: 10vh;
  margin-top: 0;
  padding: 0 40px 30px 0;
  position: sticky;
  top: 0;
  overflow: visible;
}

.nav-link {
  color: var(--white);
  font-family: Helvetica Neue Medium, sans-serif;
}

.nav-link:hover {
  background-color: var(--purple);
}

.nav-link.w--current, .nav-link.w--current:hover, .nav-link.w--current:active, .nav-link.w--current:focus {
  color: var(--white);
}

.nav-link.w--current:focus-visible {
  color: var(--white);
}

.nav-link.w--current[data-wf-focus-visible], .nav-link.w--current:visited {
  color: var(--white);
}

.nav-menu {
  border-style: none solid none none;
  border-width: 1px;
  border-color: var(--gray);
  background-color: var(--black);
  margin-top: 0;
  margin-left: 0;
  padding-top: 40px;
}

.bold-text {
  font-family: Helvetica Neue Medium, sans-serif;
}

.image {
  flex: 0 auto;
  padding-top: 0;
}

.flex-block-2 {
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 20px;
  padding-left: 40px;
}

.button {
  border: 1px solid var(--purple);
  background-color: var(--purple);
  border-radius: 25px;
  align-self: auto;
  font-family: Helvetica Neue Medium, sans-serif;
}

.button:hover {
  background-color: var(--black);
}

.navi {
  background-color: #ddd0;
  width: 150px;
  padding-left: 40px;
}

.container {
  -webkit-text-fill-color: inherit;
  background-color: #8949db00;
  background-clip: border-box;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.nav {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 150px;
  padding-top: 20px;
}

.flex-block-4 {
  z-index: 1;
  background-image: url('../images/herobgfinal.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  margin-top: -80px;
  padding-left: 40px;
  padding-right: 40px;
}

.flex-block-5 {
  width: 100%;
  height: 90%;
}

.flex-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}

.flex-block-7 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}

.heading {
  color: var(--white);
  width: 80%;
  font-family: Playfair Display, sans-serif;
  font-size: 66px;
  font-weight: 400;
  line-height: 75px;
}

.paragraph {
  color: var(--white);
  text-align: justify;
  width: 50%;
  font-family: Helvetica Neue, sans-serif;
}

.flex-block-8 {
  justify-content: center;
  align-items: center;
  margin-top: 200px;
  margin-bottom: 0;
  padding-left: 135px;
  padding-right: 135px;
}

.heading-2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 50px;
  font-family: Playfair Display, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
}

.paragraph-2 {
  color: var(--purple);
  font-family: Helvetica Neue Medium, sans-serif;
  font-weight: 500;
}

.image-2 {
  width: 75%;
  margin-top: -70px;
  margin-left: -100px;
  padding-left: 0;
  position: static;
}

.flex-block-9 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 1px;
}

.flex-block-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  top: -540px;
}

.heading-3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 35px;
}

.paragraph-3 {
  color: var(--white);
  font-family: Helvetica Neue, sans-serif;
}

.image-3 {
  align-self: auto;
  width: 15%;
  margin-left: 0;
}

.flex-block-11 {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-block-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  padding-right: 120px;
  position: relative;
  top: -750px;
  right: 0;
}

.flex-block-13 {
  clear: none;
  text-align: right;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
}

.flex-block-14 {
  height: 1px;
}

.flex-block-15 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  top: -650px;
}

.flex-block-16 {
  background-image: url('../images/cdbggg1.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 900px;
  height: 100vh;
  margin-top: 160px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 135px;
  padding-right: 135px;
}

.paragraph-4 {
  color: var(--purple);
  font-family: Helvetica Neue Medium, sans-serif;
}

.heading-4 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 100px;
  padding-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
}

.flex-block-17 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-around;
  align-self: flex-end;
  align-items: flex-start;
  width: 70%;
  height: 50vh;
}

.flex-block-18 {
  flex-flow: row;
  width: 100%;
}

.flex-block-19 {
  width: 25%;
}

.image-4 {
  width: 100%;
}

.heading-5 {
  color: #fff;
}

.heading-6 {
  background-color: var(--purple);
  color: var(--white);
  border-radius: 25px;
  align-self: auto;
  width: 48px;
  height: 48px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 0 13px;
  font-family: Playfair Display, sans-serif;
}

.heading-7 {
  color: var(--white);
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  line-height: 30px;
  text-decoration: none;
}

.flex-block-20 {
  background-color: var(--purple);
  border-radius: 1005px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}

.paragraph-5 {
  color: var(--white);
  text-align: center;
  min-width: 36px;
  font-family: Playfair Display, sans-serif;
  font-size: 36px;
  line-height: 0;
}

.flex-block-21 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 50%;
}

.heading-8 {
  font-family: Playfair Display, sans-serif;
}

.heading-9 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.flex-block-22 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.paragraph-6 {
  color: var(--white);
  text-align: justify;
  font-family: Helvetica Neue, sans-serif;
}

.flex-block-23 {
  grid-column-gap: 95px;
  grid-row-gap: 95px;
  flex-flow: row;
}

.flex-block-24 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 160px;
  padding-left: 135px;
  padding-right: 135px;
}

.flex-block-25 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}

.flex-block-26 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
}

.flex-block-27 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--gray);
  object-fit: fill;
  border-radius: 25px;
  align-self: stretch;
  width: 100%;
  padding: 20px;
}

.image-5 {
  object-fit: cover;
  border-radius: 100px;
  width: 60px;
  height: 60px;
}

.flex-block-28 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.heading-10 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph-7 {
  color: var(--white);
  text-align: justify;
  font-family: Helvetica Neue, sans-serif;
}

.flex-block-29 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--gray);
  border-radius: 25px;
  flex: 0 auto;
  align-self: stretch;
  width: 70%;
  padding: 20px;
}

.flex-block-30 {
  height: auto;
  margin-top: 0;
  padding-top: 200px;
  padding-left: 135px;
  padding-right: 0;
}

.flex-block-31 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
}

.flex-block-32 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  width: 100%;
  height: 78px;
}

.flex-block-33 {
  width: 100%;
}

.image-6 {
  width: 100%;
  height: 100%;
}

.image-7 {
  align-self: flex-end;
  width: 880px;
  margin-top: -110px;
  position: static;
  bottom: 0;
  right: 0;
  overflow: visible;
}

.heading-11 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.flex-block-34 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 0;
}

.paragraph-8 {
  color: var(--white);
  font-family: Helvetica Neue, sans-serif;
}

.image-8 {
  width: 40px;
  height: 40px;
}

.flex-block-35 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  border-bottom: 1px solid var(--gray);
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
}

.flex-block-36 {
  align-self: flex-end;
  height: 1px;
  display: flex;
  position: relative;
  top: -470px;
  right: 0;
}

.heading-12 {
  color: var(--white);
  margin-bottom: 30px;
  font-family: Playfair Display, sans-serif;
  font-size: 36px;
  font-weight: 500;
}

.flex-block-37 {
  margin-top: 0;
  padding-top: 200px;
  padding-left: 135px;
  padding-right: 135px;
}

.flex-block-38 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
}

.flex-block-39 {
  text-align: justify;
  width: 35%;
  padding-right: 10px;
}

.flex-block-40 {
  z-index: 1;
  width: 100%;
}

.paragraph-9 {
  color: var(--white);
  font-size: 14px;
  line-height: 20px;
}

.dropdown {
  width: 100%;
}

.dropdown-toggle {
  border-bottom: 1px solid var(--gray);
  width: 100%;
}

.text-block {
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
}

.text-block-2 {
  color: var(--white);
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
}

.icon-2 {
  color: var(--white);
  font-size: 24px;
}

.dropdown-list {
  padding: 10px 20px;
  position: static;
}

.dropdown-list.w--open {
  background-color: var(--black);
  color: var(--white);
  padding: 20px;
}

.flex-block-41 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
}

.flex-block-42 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.heading-13 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
}

.paragraph-10 {
  color: var(--white);
  text-align: justify;
  width: 55%;
}

.flex-block-43 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 200px;
  padding-left: 135px;
  padding-right: 135px;
}

.form-block {
  align-self: center;
  width: 60%;
}

.text-field {
  border: 1px solid var(--gray);
  background-color: var(--black);
  color: var(--white);
  border-radius: 25px;
}

.textarea {
  border: 1px solid var(--gray);
  background-color: var(--black);
  object-fit: fill;
  border-radius: 25px;
  height: 120px;
}

.text-field-2 {
  border: 1px solid var(--gray);
  background-color: var(--black);
  color: var(--white);
  text-align: left;
  border-radius: 25px;
  flex: 0 auto;
  align-self: auto;
  height: 140px;
  padding-bottom: 8px;
  text-decoration: overline;
  display: block;
  overflow: clip;
}

.submit-button {
  background-color: var(--purple);
  border: 1px solid #000;
  border-radius: 25px;
  width: 100%;
  font-family: Helvetica Neue Medium, sans-serif;
}

.submit-button:hover {
  background-color: var(--white);
  color: var(--purple);
}

.flex-block-44 {
  width: 100%;
  height: 140px;
}

.textarea-2 {
  border: 1px solid var(--gray);
  background-color: var(--black);
  color: var(--white);
  border-radius: 25px;
  flex: 1;
  align-self: auto;
  height: auto;
}

.flex-block-45 {
  height: 160px;
}

.flex-block-46 {
  border-top: 1px solid var(--gray);
  width: 100%;
  margin-top: 200px;
  padding: 20px 135px;
}

.flex-block-47 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.image-9 {
  width: 80%;
  margin-bottom: 10px;
}

.flex-block-48 {
  width: 25%;
}

.paragraph-11 {
  color: var(--white);
  font-family: Helvetica Neue, sans-serif;
}

.flex-block-49 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-end;
}

.paragraph-12 {
  color: var(--white);
  text-align: right;
  font-family: Helvetica Neue, sans-serif;
}

.image-10 {
  width: 35px;
}

.image-10:hover {
  width: 40px;
}

.flex-block-50 {
  justify-content: flex-start;
  align-items: flex-end;
}

.image-11 {
  flex: 0 auto;
}

.flex-block-51 {
  justify-content: center;
  align-items: flex-end;
}

.flex-block-52 {
  width: 100%;
  margin-top: 0;
}

.flex-block-53 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100px;
}

.flex-block-54 {
  order: 0;
  display: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block {
  z-index: 100;
  color: #010312b3;
  background-color: #010312b3;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
}

.div-block-2 {
  background-color: var(--white);
  border-radius: 25px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 350px;
  height: 400px;
  padding: 20px;
  display: flex;
  position: absolute;
}

.heading-14 {
  font-size: 22px;
}

.heading-15 {
  text-align: center;
}

.heading-16 {
  color: var(--black-2);
  text-align: center;
  font-family: Playfair Display, sans-serif;
  font-size: 28px;
  line-height: 28px;
}

.paragraph-13 {
  color: var(--black-2);
  text-align: center;
  margin-bottom: 40px;
}

.heading-17 {
  color: var(--purple);
  font-family: Helvetica Neue Medium, sans-serif;
  font-size: 130px;
  line-height: 130px;
}

.button-2 {
  border: 1px solid var(--purple);
  background-color: var(--white);
  color: var(--black-2);
  text-align: center;
  border-radius: 25px;
  flex: 1;
  font-family: Helvetica Neue Medium, sans-serif;
}

.flex-block-56 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.button-3 {
  border: 1px solid var(--purple);
  background-color: var(--purple);
  text-align: center;
  border-radius: 25px;
  flex: 1;
  align-self: auto;
  font-family: Helvetica Neue Medium, sans-serif;
}

.flex-block-57 {
  z-index: 100;
  -webkit-text-fill-color: inherit;
  background-color: #010312f2;
  background-clip: border-box;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0;
  overflow: visible;
}

.code-embed {
  color: var(--black);
}

.flex-block-58 {
  z-index: 50;
  background-color: #01031259;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.paragraph-14 {
  margin-bottom: 10px;
}

.paragraph-15 {
  margin-top: 10px;
  margin-bottom: 40px;
}

.flex-block-59 {
  border: 1px solid var(--gray);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.heading-18 {
  color: var(--purple);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 28px;
}

.heading-19 {
  margin-bottom: 40px;
  font-family: Playfair Display, sans-serif;
  font-size: 45px;
  line-height: 48px;
}

.button-4 {
  border: 1px solid var(--purple);
  background-color: var(--purple);
  border-radius: 25px;
  font-family: Helvetica Neue Medium, sans-serif;
}

.link {
  color: var(--white);
}

.body-2 {
  background-color: var(--black);
}

.button-5 {
  background-color: #8949db;
  border: 1px solid #8949db;
  border-radius: 25px;
  align-self: auto;
  font-family: Helvetica Neue Medium, sans-serif;
}

.button-5:hover {
  background-color: #010312;
}

.icon-3 {
  color: #f2e9ff;
  border: 0 #f2e9ff;
  font-size: 35px;
}

.header-2 {
  background-color: var(--black);
  z-index: 10;
  border: 1px #2b2a2c;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  height: 10vh;
  margin-top: 0;
  padding: 0 40px 30px 0;
  position: sticky;
  top: 0;
  overflow: visible;
}

.nav-menu-2 {
  background-color: #010312;
  border: 1px #2b2a2c;
  border-right-style: solid;
  margin-top: 0;
  margin-left: 0;
  padding-top: 40px;
}

.nav-link-2 {
  color: #f2e9ff;
  font-family: Helvetica Neue Medium, sans-serif;
}

.nav-link-2:hover {
  background-color: #8949db;
}

.nav-link-2.w--current, .nav-link-2.w--current:hover, .nav-link-2.w--current:active, .nav-link-2.w--current:focus {
  color: #f2e9ff;
}

.nav-link-2.w--current:focus-visible {
  color: #f2e9ff;
}

.nav-link-2.w--current[data-wf-focus-visible], .nav-link-2.w--current:visited {
  color: #f2e9ff;
}

.image-14 {
  flex: 0 auto;
  padding-top: 0;
}

.flex-block-60 {
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 20px;
  padding-left: 40px;
}

.flex-block-61 {
  margin-top: 40px;
  padding-left: 220px;
  padding-right: 220px;
}

.paragraph-16 {
  color: var(--white-2);
  text-align: left;
}

.rich-text-block {
  color: var(--white);
}

.body-3 {
  background-color: var(--black);
}

.link-2, .heading-21, .paragraph-17, .link-3, .rich-text-block-2 {
  color: var(--white);
}

.italic-text, .link-5, .link-6, .link-7, .link-8, .link-9, .link-10, .link-11, .link-12, .link-13, .link-14, .link-15, .link-16, .link-17 {
  color: var(--purple);
}

.flex-block-62 {
  padding-top: 200px;
  padding-left: 135px;
  padding-right: 135px;
}

.youtube {
  border: 1px solid var(--gray);
  border-radius: 15px;
  overflow: hidden;
}

@media screen and (min-width: 1280px) {
  .image-7 {
    z-index: 1;
  }
}

@media screen and (min-width: 1440px) {
  .image {
    max-width: 90%;
  }

  .image-9 {
    width: 70%;
    margin-bottom: 20px;
  }

  .flex-block-57 {
    display: flex;
  }

  .flex-block-58 {
    display: none;
  }

  .heading-18 {
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .header {
    padding-bottom: 30px;
    padding-right: 20px;
  }

  .flex-block-2 {
    width: 150px;
    padding-left: 0;
  }

  .button {
    align-self: flex-start;
    display: block;
  }

  .navi {
    padding-left: 20px;
  }

  .nav {
    width: auto;
  }

  .flex-block-4 {
    background-position: 50% 100%;
    height: 80vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block-7 {
    margin-top: -60px;
  }

  .heading {
    font-size: 45px;
    line-height: 50px;
  }

  .paragraph {
    width: 68%;
  }

  .flex-block-8 {
    margin-top: 140px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2 {
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 40px;
  }

  .image-2 {
    order: 0;
    width: 80%;
    margin-top: 20px;
    display: none;
  }

  .flex-block-9 {
    height: auto;
    margin-top: 20px;
  }

  .flex-block-10 {
    display: none;
    position: static;
  }

  .heading-3 {
    font-size: 20px;
    line-height: 22px;
  }

  .paragraph-3 {
    text-align: left;
  }

  .image-3 {
    width: 35px;
  }

  .flex-block-11 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .flex-block-12 {
    justify-content: flex-start;
    align-items: center;
    width: 33%;
    padding-right: 0;
    position: static;
  }

  .flex-block-13 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-right: 1px #000;
    order: 0;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .flex-block-14 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .flex-block-15 {
    order: 1;
    width: 33%;
    position: static;
  }

  .flex-block-16 {
    background-position: 0 100%;
    background-size: 700px;
    height: 140vh;
    margin-top: 140px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-4 {
    font-size: 35px;
    line-height: 40px;
  }

  .flex-block-17 {
    width: 100%;
  }

  .flex-block-20 {
    width: 30%;
    height: 40px;
  }

  .paragraph-5 {
    min-width: 20px;
  }

  .heading-9 {
    font-size: 22px;
    line-height: 28px;
  }

  .flex-block-23 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .flex-block-24 {
    padding-top: 140px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block-25 {
    margin-bottom: 0;
  }

  .flex-block-27 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 10px;
  }

  .image-5 {
    width: 40px;
    height: 40px;
  }

  .heading-10 {
    font-size: 22px;
    line-height: 26px;
  }

  .flex-block-29 {
    width: 100%;
    padding: 10px;
  }

  .flex-block-30 {
    padding-top: 140px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block-31 {
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    margin-top: 20px;
  }

  .flex-block-32 {
    height: auto;
  }

  .image-7 {
    margin-top: 0;
    margin-left: 0;
  }

  .heading-11 {
    font-size: 23px;
  }

  .image-8 {
    width: 30px;
    height: 30px;
  }

  .flex-block-36 {
    align-self: center;
    height: auto;
    margin-left: -100px;
    position: static;
  }

  .heading-12 {
    align-self: flex-start;
    font-size: 30px;
    line-height: 35px;
  }

  .flex-block-37 {
    padding-top: 140px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block-38 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .flex-block-39 {
    width: 100%;
  }

  .paragraph-9 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .dropdown-toggle {
    padding-bottom: 20px;
  }

  .text-block-2, .icon-2 {
    font-size: 18px;
  }

  .flex-block-41 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .heading-13 {
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 40px;
  }

  .paragraph-10 {
    text-align: left;
    width: 90%;
  }

  .flex-block-43 {
    padding-top: 140px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-block {
    width: 95%;
  }

  .flex-block-46 {
    margin-top: 140px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block-49 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-10 {
    width: 25px;
  }

  .image-11 {
    display: none;
  }

  .flex-block-53 {
    width: auto;
  }

  .image-12, .image-13 {
    display: none;
  }

  .flex-block-54 {
    justify-content: center;
    align-items: flex-start;
    width: 33%;
    display: block;
  }

  .flex-block-57 {
    display: flex;
  }

  .button-5 {
    align-self: flex-start;
    display: block;
  }

  .header-2 {
    padding-bottom: 30px;
    padding-right: 20px;
  }

  .flex-block-60 {
    width: 150px;
    padding-left: 0;
  }

  .flex-block-61 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .flex-block-62 {
    padding-top: 140px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .button {
    align-self: auto;
  }

  .flex-block-4 {
    background-position: 25%;
  }

  .flex-block-6 {
    margin-top: 40px;
  }

  .flex-block-7 {
    display: none;
  }

  .heading {
    width: 55%;
    font-size: 35px;
    line-height: 40px;
  }

  .paragraph {
    order: 0;
    display: none;
  }

  .heading-2 {
    font-size: 27px;
  }

  .heading-3 {
    text-align: left;
  }

  .flex-block-14 {
    flex-flow: row;
  }

  .heading-4 {
    font-size: 27px;
  }

  .flex-block-20 {
    width: 45%;
  }

  .flex-block-23 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .flex-block-24 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .flex-block-26 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .flex-block-27 {
    align-self: stretch;
  }

  .image-5 {
    width: 35px;
    height: 35px;
  }

  .heading-10 {
    font-size: 18px;
    line-height: 22px;
  }

  .dropdown-toggle {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-list.w--open {
    padding: 20px 10px 10px;
  }

  .flex-block-47 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .image-9 {
    width: 40%;
  }

  .flex-block-48 {
    width: 100%;
    margin-bottom: 10px;
  }

  .flex-block-49 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .paragraph-12 {
    text-align: left;
    align-self: flex-start;
    margin-top: 0;
  }

  .flex-block-53 {
    margin-bottom: 40px;
  }

  .flex-block-54 {
    display: block;
  }

  .flex-block-57 {
    display: flex;
  }

  .button-5 {
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  .header {
    flex-flow: row;
    height: 10vh;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 20px;
  }

  .image {
    align-self: center;
  }

  .flex-block-2 {
    width: 130px;
    margin-left: 0;
    padding-top: 20px;
  }

  .button {
    display: block;
  }

  .navi {
    width: auto;
    padding-left: 20px;
    display: block;
  }

  .nav {
    display: none;
  }

  .flex-block-4 {
    background-position: 40%;
  }

  .heading {
    width: 70%;
    font-size: 33px;
    line-height: 35px;
  }

  .flex-block-8 {
    margin-top: 100px;
  }

  .heading-2 {
    margin-bottom: 10px;
  }

  .paragraph-2 {
    font-family: Helvetica Neue Medium, sans-serif;
  }

  .heading-3 {
    margin-bottom: 10px;
  }

  .flex-block-12 {
    width: 100%;
  }

  .flex-block-13 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .flex-block-14 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .flex-block-15 {
    width: 100%;
  }

  .flex-block-16 {
    background-size: 530px;
    height: 155vh;
    margin-top: 100px;
  }

  .heading-4 {
    margin-bottom: 40px;
  }

  .flex-block-17 {
    align-self: auto;
    height: auto;
  }

  .flex-block-20 {
    width: 35%;
    height: 35px;
  }

  .paragraph-5 {
    min-width: 15px;
    font-size: 23px;
  }

  .flex-block-21 {
    flex-flow: row;
    width: 100%;
  }

  .flex-block-22 {
    width: 200%;
  }

  .flex-block-23 {
    flex-flow: column;
  }

  .flex-block-24 {
    padding-top: 100px;
  }

  .flex-block-25 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .flex-block-26 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .image-5 {
    width: 60px;
    height: 60px;
  }

  .heading-10 {
    font-size: 20px;
  }

  .flex-block-30 {
    padding-top: 100px;
  }

  .flex-block-32 {
    border-bottom: 1px solid var(--gray);
    align-self: stretch;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .image-7 {
    width: 100%;
  }

  .heading-11 {
    font-size: 20px;
    line-height: 25px;
  }

  .flex-block-35 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-bottom-style: none;
    flex-flow: column;
    padding-right: 0;
  }

  .flex-block-36 {
    margin-top: 60px;
    margin-left: -50px;
  }

  .heading-12 {
    font-size: 28px;
    line-height: 30px;
  }

  .flex-block-37 {
    padding-top: 100px;
  }

  .dropdown-toggle {
    flex-flow: row-reverse;
    display: flex;
  }

  .text-block-2 {
    white-space: pre-wrap;
    word-break: keep-all;
    font-size: 15px;
    line-height: 20px;
    overflow: visible;
  }

  .icon-2 {
    position: static;
  }

  .paragraph-10 {
    text-align: justify;
    width: 100%;
  }

  .flex-block-43 {
    padding-top: 100px;
  }

  .form-block {
    width: 100%;
  }

  .flex-block-46 {
    margin-top: 100px;
  }

  .paragraph-12 {
    font-size: 11px;
    line-height: 15px;
  }

  .flex-block-50 {
    flex-flow: column-reverse;
  }

  .flex-block-54 {
    width: 100%;
  }

  .flex-block-55 {
    margin-bottom: 10px;
  }

  .div-block-2 {
    width: 300px;
  }

  .flex-block-57 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .heading-19 {
    text-align: center;
  }

  .button-5 {
    display: block;
  }

  .header-2 {
    flex-flow: row;
    height: 10vh;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 20px;
  }

  .image-14 {
    align-self: center;
  }

  .flex-block-60 {
    width: 130px;
    margin-left: 0;
    padding-top: 20px;
  }

  .flex-block-61 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-20, .heading-21 {
    font-size: 25px;
    line-height: 28px;
  }

  .link-4 {
    color: var(--purple);
  }
}


@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts/HelveticaNeueRoman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Medium';
  src: url('../fonts/HelveticaNeueMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}