@font-face {
  font-family: Neue Haas Grotesk;
  src: url('../fonts/NHaasGroteskDSPro-65Md.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Haas Grotesk;
  src: url('../fonts/NHaasGroteskDSPro-95Blk.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Haas Grotesk;
  src: url('../fonts/NHaasGroteskDSPro-35XLt.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Haas Grotesk;
  src: url('../fonts/NHaasGroteskDSPro-15UltTh.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Haas Grotesk;
  src: url('../fonts/NHaasGroteskDSPro-25Th.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Haas Grotesk;
  src: url('../fonts/NHaasGroteskDSPro-75Bd.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Haas Grotesk;
  src: url('../fonts/NHaasGroteskDSPro-55Rg.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Haas Grotesk;
  src: url('../fonts/NHaasGroteskDSPro-45Lt.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Akzid Grtsk;
  src: url('../fonts/AkzidGroProLig.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Akzid Grtsk;
  src: url('../fonts/AkzidGroProSupIta.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Akzid Grtsk;
  src: url('../fonts/AkzidGroProReg.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Akzid Grtsk;
  src: url('../fonts/AkzidGroProIta.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Akzid Grtsk;
  src: url('../fonts/AkzidGroProMedIta.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Akzid Grtsk;
  src: url('../fonts/AkzidGroProMed.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Akzidgroproligita;
  src: url('../fonts/AkzidGroProLigIta.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Akzid Grtsk;
  src: url('../fonts/AkzidGroProSup.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Akzid Grtsk;
  src: url('../fonts/AkzidGroProBolIta.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Akzid Grtsk;
  src: url('../fonts/AkzidGroProBol.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

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

.section {
  height: auto;
  min-height: 100vh;
  overflow: visible;
}

.container {
  border: 1px #000;
  max-width: 850px;
  min-height: auto;
  padding: 3vh 0 8vh;
}

.heading {
  color: #000;
  text-align: left;
  border-bottom: 1px #969696;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 39px;
  text-decoration: none;
}

.text-block {
  color: #000;
  text-align: left;
  padding-left: 10px;
  font-family: Crimson Text, sans-serif;
  font-size: 38px;
  line-height: 40px;
}

.div-block {
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  height: 700px;
  margin-top: 10px;
  display: flex;
}

.text-block-2 {
  color: #000;
  letter-spacing: 0;
  width: auto;
  padding: 0 7px 7px 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.tab-link-tab-1 {
  background-color: #c8c8c800;
  margin-right: 12px;
  padding: 10px 0 5px;
}

.tab-link-tab-1.w--current {
  background-color: #c8c8c800;
  border-bottom: 2px solid #000;
  width: auto;
  margin-right: 12px;
  padding: 10px 0 5px;
}

.tab-link-tab-2 {
  background-color: #ddd0;
  margin-left: 12px;
  margin-right: 12px;
  padding: 10px 0 5px;
}

.tab-link-tab-2:hover {
  border-bottom: 2px solid red;
}

.tab-link-tab-2.w--current {
  background-color: #ddd0;
  border-bottom: 2px solid #000;
}

.tab-link-tab-3 {
  background-color: #422a2a00;
  margin-left: 12px;
  margin-right: 12px;
  padding: 10px 0 5px;
}

.tab-link-tab-3:hover {
  border: 1px #000;
  border-bottom: 2px solid red;
}

.tab-link-tab-3.w--current {
  background-color: #422a2a00;
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
}

.tab-pane-tab-1 {
  padding-top: 0;
}

.tabs-menu {
  border-bottom: 1px solid #969696;
  padding-top: 0;
  display: flex;
}

.tab-link {
  background-color: #ddd0;
  margin-right: 10px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.tab-link.w--current {
  background-color: #ddd0;
  border-bottom: 2px solid #000;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
}

.tab-link.workshoptab {
  display: none;
}

.photo-of-me-wrapper {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 10% auto auto 10%;
}

.webflow-info-div-2 {
  background-color: #d3d3d3;
  border: 1px solid #000;
  flex-direction: column;
  align-items: flex-end;
  width: 250px;
  height: 250px;
  padding: 7px;
  display: flex;
}

.close-photo-of-me {
  outline-offset: 0px;
  outline: 3px #555;
  text-decoration: none;
}

.close-text {
  color: #000;
  margin-bottom: 2px;
  text-decoration: none;
}

.tab-pane-tab-2 {
  padding-top: 16px;
}

.tabs-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  min-height: 50vh;
  display: flex;
}

.info-box-wrapper {
  background-color: #e6e6e645;
  border: 1px solid #000;
  width: 300px;
  height: auto;
  margin-top: 20px;
  padding: 0 5px 25px;
}

.bio-image-div {
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-4 {
  letter-spacing: 0;
  justify-content: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.text-block-5 {
  justify-content: center;
  margin-bottom: 7px;
  padding-top: 3px;
  font-size: 12.5px;
  line-height: 16px;
  display: flex;
}

.text-bio-div {
  padding-top: 7px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.born {
  justify-content: space-between;
  display: flex;
}

.title {
  width: 30%;
}

.text, .text.borntext {
  width: 65%;
  font-size: 12px;
  line-height: 16px;
}

.text-block-6 {
  color: #000;
  padding-left: 3px;
  font-size: 12.5px;
  font-weight: 700;
}

.image {
  width: 100%;
}

.text-wrapper {
  width: 100%;
  padding-top: 0;
  padding-right: 0;
}

.dividing-line {
  border: 1px #000;
  border-bottom: 1px solid #969696;
  width: 535px;
  height: 1px;
}

.subheading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.portfolio-wrapper {
  height: auto;
  padding-top: 5px;
  font-family: Akzid Grtsk, sans-serif;
}

.sub-sub-heading {
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.div-block-6 {
  padding-top: 0;
  padding-bottom: 0;
}

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

.text-block-8 {
  font-size: 16px;
}

.webflow-info {
  max-height: 100%;
}

.text-block-9 {
  height: auto;
}

.list-item {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.list {
  padding-left: 20px;
}

.info-box-wrapper-phone {
  float: right;
  background-color: #e6e6e645;
  border: 1px solid #000;
  width: 300px;
  height: auto;
  margin-top: 20px;
  margin-left: 25px;
  padding: 0 5px 25px;
}

.link {
  color: #d80404;
  display: none;
}

.workshop-wrapper {
  width: 100%;
  height: 100%;
  min-height: 80vh;
}

.text-block-10 {
  color: #000;
  text-align: center;
  font-family: Neue Haas Grotesk, sans-serif;
  font-size: 16px;
}

.bscard-wrapper2 {
  background-color: #0000;
  align-self: auto;
  width: auto;
  height: 300px;
  display: flex;
  box-shadow: 6px 4px 5px 1px #00000091;
}

.bscard-wrapper2.draggable {
  box-shadow: none;
  flex-direction: column;
  height: auto;
  position: relative;
}

.link-2 {
  color: #000;
  font-family: Neue Haas Grotesk, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.link-2:hover {
  color: #001eff;
  text-decoration: underline;
}

.bs-card-x {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 25px;
  font-weight: 200;
  display: flex;
  position: relative;
}

.text-block-11 {
  color: #000;
  letter-spacing: 0;
  font-family: Neue Haas Grotesk, sans-serif;
  font-size: 16px;
}

.bscard-middle {
  justify-content: center;
  align-items: center;
  height: 34%;
  padding-top: 0;
  display: flex;
}

.heading-2 {
  color: #000;
  letter-spacing: .5px;
  font-family: Neue Haas Grotesk, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.bscard-bottom {
  justify-content: center;
  align-items: flex-end;
  height: 33%;
  padding-bottom: 17px;
  display: flex;
}

.link-3 {
  color: #000;
  margin-top: 6px;
  font-family: Neue Haas Grotesk, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.link-3:hover {
  color: #0d00ff;
  text-decoration: underline;
}

.bscard-topleft {
  flex-direction: column;
  padding: 18px;
  font-family: Georgia, Times, Times New Roman, serif;
  display: flex;
}

.bscard-topright {
  padding: 21px;
}

.bscard-wrapper {
  z-index: 10;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  inset: 0%;
}

.bs-card-main {
  background-color: #f1f1f1;
  background-image: url('../images/white-paper-texture.jpeg');
  background-position: 0 0;
  background-size: cover;
  width: 450px;
  height: 300px;
  box-shadow: 0 7px 5px 2px #0003;
}

.bscard-x-wrapper {
  cursor: pointer;
  background-color: #0000;
  border: 1px #000;
  border-radius: 100%;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 3px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 5px;
  display: flex;
  position: static;
  top: 13px;
  left: -1px;
}

.bscard-top {
  justify-content: space-between;
  height: 33%;
  padding-top: 0;
  display: flex;
}

.link-block-copy {
  z-index: 100;
  cursor: pointer;
  border: 1px #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin: 15px 7px 0 30px;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-block-copy:hover {
  z-index: 100;
}

.text-block-12 {
  z-index: 10;
  color: #000;
  cursor: pointer;
  font-family: Neue Haas Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.div-block-24 {
  outline-offset: 0px;
  cursor: pointer;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 100%;
  outline: 0 #00e;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: block;
  position: absolute;
  inset: auto;
}

.div-block-24.magbuttfilm {
  background-color: red;
  display: block;
}

.div-block-24.contactbutt {
  opacity: 1;
  background-color: #0037ff;
  border-style: none;
}

.magentic-button {
  padding: 20px 40px 40px 0;
}

.text-block-13 {
  margin-bottom: 25px;
  font-size: 16px;
}

.interactive-thingy {
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.thingy {
  background-color: red;
  width: 50px;
  height: 50px;
  position: static;
}

.article-section {
  padding-top: 15px;
}

.article-section.illustration-art {
  padding-top: 10px;
}

.webflow-info-wrapper {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  inset: auto 10% 10% auto;
}

.webflow-info-div {
  background-color: #d3d3d3;
  border: 1px solid #000;
  flex-direction: column;
  align-items: flex-end;
  width: 250px;
  height: 250px;
  padding: 10px;
  display: flex;
}

.close-webflow-info {
  outline-offset: 0px;
  outline: 3px #555;
  text-decoration: none;
}

.webflow-info-text {
  width: 100%;
  margin-top: 10px;
  padding: 2px;
}

.text-block-14 {
  text-align: left;
  padding-left: 0;
  font-family: Akzid Grtsk, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.close-text-copy {
  color: #000;
  text-decoration: none;
}

.webflow-info-wrapper-2 {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 20% 8.5vw auto auto;
}

.close-webflow-info-2 {
  outline-offset: 0px;
  outline: 3px #555;
  text-decoration: none;
}

.photo-of-me-div {
  background-color: #d3d3d3;
  border: 1px solid #000;
  flex-direction: column;
  align-items: flex-end;
  width: 220px;
  height: 210px;
  padding: 16px;
  display: flex;
}

.text-bio-sub-div {
  padding-top: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.text-bio-div-copy {
  padding-top: 7px;
}

.text-span {
  color: #001eff;
  cursor: pointer;
}

.welcome-wrapper {
  z-index: 10;
  background-color: #fff;
  position: fixed;
  top: 25%;
  left: 25%;
}

.welcome-wrapper.draggable {
  cursor: grab;
  background-color: #fff;
  display: flex;
  top: 25%;
  left: 35%;
  overflow: hidden;
}

.welcome-div {
  cursor: auto;
  background-color: #fff;
  border: 5px solid #9c0f0f;
  border-radius: 0;
  flex-flow: column;
  align-items: center;
  width: 320px;
  height: auto;
  display: flex;
}

.welcome-title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #9c0f0f;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55px;
  display: flex;
}

.text-block-15 {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-25 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

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

.div-block-27 {
  z-index: 10;
  color: #000;
  cursor: pointer;
  background-color: #0000;
  border-radius: 0%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin: 6px;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.div-block-28 {
  color: #000;
  background-color: #2e2e2e;
  width: 80%;
  height: 1px;
  transform: rotate(45deg);
}

.div-block-29 {
  color: #000;
  background-color: #303030;
  width: 80%;
  height: 1px;
  transform: rotate(-45deg);
}

.text-block-16 {
  padding: 9px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.image-2 {
  max-width: 80%;
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: 0;
}

.div-block-30 {
  background-image: url('../images/information-about-us-icon-17.png');
  background-position: 50%;
  background-size: cover;
  width: 23px;
  height: 23px;
  margin-top: 0;
  margin-left: 0;
  position: relative;
}

.div-block-31 {
  width: 98%;
  height: auto;
  padding-top: 5px;
  padding-bottom: 0;
  padding-left: 5px;
  display: flex;
  position: relative;
}

.div-block-32 {
  width: 100%;
  height: auto;
  padding-top: 2px;
  padding-left: 5px;
}

.text-block-17 {
  color: #000;
  padding-left: 2px;
  padding-right: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.div-block-33 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 7px;
  display: flex;
}

.div-block-34 {
  color: #0623ff;
  background-color: #f3f3f3;
  border: 1.4px solid #b6b6b6;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 97%;
  height: 50px;
  margin-bottom: 7px;
  margin-right: 7px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.div-block-34:hover {
  background-color: #e6e6e6;
}

.text-block-18 {
  color: #1206ff;
  font-size: 16px;
  font-weight: 500;
}

.text-block-19 {
  margin-bottom: 5px;
  padding-left: 25px;
  padding-right: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.div-block-35 {
  position: absolute;
  inset: 150px auto auto 25px;
  transform: rotate(0);
}

.text-block-21 {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 700;
}

.div-block-36 {
  background-color: #fff;
  width: 120%;
  height: 1px;
  transform: rotate(-45deg);
}

.div-block-36-copy {
  background-color: #fff;
  width: 120%;
  height: 1px;
  transform: rotate(45deg);
}

.div-block-37 {
  background-color: #f2ff0000;
  padding: 20px 20px 0 41px;
}

.heading-3 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  mix-blend-mode: difference;
  background-color: #fff0;
  font-family: Neue Haas Grotesk, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 66px;
}

.div-block-38 {
  padding: 20px;
  display: block;
}

.heading-4 {
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neue Haas Grotesk, sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: flex;
}

.div-block-39 {
  border: 1px solid #000;
  height: 600px;
  padding: 24px;
}

.div-block-40 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 11px;
  display: none;
}

.div-block-41 {
  background-color: #d8d8d89c;
  border: 1px solid #000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: 0;
  padding: 8px 15px;
  display: flex;
}

.text-block-22 {
  font-family: Neue Haas Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph {
  color: #000;
  font-family: Neue Haas Grotesk, sans-serif;
  font-size: 3vw;
  font-weight: 700;
  line-height: 3vw;
}

.webp-wrapper {
  z-index: -1;
  background-image: url('../images/BAD-MEDS_2.webp');
  background-position: 0 0;
  background-size: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.webp-wrapper.audrey-webp {
  background-image: url('../images/Sequence01-ezgif.com-video-to-webp-converter-1.webp');
  background-position: 0 0;
  background-size: auto;
}

.animated-paragraph {
  color: #000;
  font-family: Neue Haas Grotesk, sans-serif;
  font-size: 3vw;
  font-weight: 700;
  line-height: 3vw;
}

.text-span-2 {
  font-size: 18px;
  line-height: 18px;
}

.body {
  aspect-ratio: auto;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  overflow: visible;
}

.uni-wrapper {
  height: auto;
  overflow: hidden;
}

.image-3 {
  width: auto;
  max-width: none;
  height: auto;
}

.html-embed {
  z-index: -1;
  color: #fffb03;
  width: 100dvw;
  height: 100dvh;
  position: fixed;
  inset: 0%;
}

.body-2 {
  background-color: #fff0;
}

.div-block-42 {
  display: none;
}

.modrian-wrapper {
  float: none;
  width: 900px;
  display: block;
}

.red-20x100 {
  float: left;
  background-color: red;
  width: 20px;
  height: 100px;
}

.blue-100x50 {
  float: left;
  clear: none;
  background-color: #858de6;
  width: 100px;
  height: 50px;
}

.yellow-50x50 {
  float: left;
  clear: none;
  background-color: #fffb00;
  width: 50px;
  height: 50px;
}

.red-1000x50 {
  float: left;
  clear: none;
  background-color: #ed51af;
  width: 300px;
  height: 50px;
}

.mond-wrap {
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
  display: flex;
}

.blue-100x100 {
  float: left;
  clear: none;
  background-color: #445c87;
  width: 100px;
  height: 100px;
}

.yellow-100x50 {
  float: left;
  clear: none;
  background-color: #fff757;
  width: 100px;
  height: 50px;
}

.red-100x50 {
  float: left;
  clear: none;
  background-color: #bf3030;
  width: 100px;
  height: 50px;
}

.wrapper {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.image-4 {
  width: auto;
}

.house-block {
  cursor: pointer;
}

.div-block-43 {
  justify-content: center;
  align-items: flex-end;
  width: 900px;
  display: none;
}

.paris {
  width: 200px;
}

.tokyo {
  width: 100px;
}

.isometric-wrapper {
  flex-flow: row;
  align-items: flex-end;
  width: auto;
  display: flex;
}

.image-5 {
  width: 300px;
}

.box-1 {
  width: 200px;
}

.box-1.isobox {
  z-index: 1;
  cursor: pointer;
  position: relative;
}

.box-2 {
  width: 200px;
  margin-bottom: -57px;
  margin-left: -101px;
}

.box-2.isobox {
  z-index: 2;
  cursor: pointer;
  position: relative;
}

.div-block-44 {
  width: 800px;
}

.image-6 {
  width: 200px;
  margin-bottom: -114px;
  margin-left: -101px;
}

.image-6.isobox {
  z-index: 3;
  cursor: pointer;
  position: relative;
}

.shadow-1 {
  width: 200px;
  margin-top: 0;
  display: none;
  position: relative;
  top: -116px;
}

.shadow-2 {
  width: 200px;
  display: none;
  position: relative;
  top: -59px;
  left: -101px;
}

.shadow-3 {
  width: 200px;
  display: none;
  position: relative;
  top: -3px;
  left: -203px;
}

.projectdiv {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 39px;
  display: flex;
}

.drawingtestwrapper {
  border: 1px #000;
  width: 100%;
  height: 100%;
  display: block;
}

.pixelunit {
  float: left;
  clear: none;
  background-color: #e8e8e8;
  border: .1px #f0f0f0;
  border-radius: 0;
  flex-flow: column;
  width: 15px;
  height: 15px;
  display: flex;
  position: relative;
}

.div-block-45 {
  width: 300px;
}

.div-block-46 {
  justify-content: center;
  align-items: center;
  height: 900px;
  display: flex;
}

.select-field {
  color: #4c4c4c;
  background-image: linear-gradient(#00000005 26%, #ffffff17 30%);
  border: 1px #c9c9c9;
  border-radius: 12px;
  padding-right: 16px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  box-shadow: inset 1px 0 12px 2px #44444463, 6px 6px 6px #fff, -4px -4px 8px #0000000a, inset 2px 2px #0000000a;
}

.success-message {
  letter-spacing: 2px;
  background-color: #fff0;
  padding: 0;
  font-family: Great Vibes, cursive;
  font-size: 25px;
}

.text-block-23 {
  color: #413e41;
  letter-spacing: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 16px;
  line-height: 25px;
  display: block;
}

.div-block-47 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff0;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 250px;
  height: auto;
  padding: 20px 25px;
  display: flex;
}

.form-block {
  font-family: Georgia, Times, Times New Roman, serif;
}

.submit-button {
  color: #4c4c4c;
  background-color: #93f988;
  background-image: linear-gradient(#00000008 26%, #fff0 32%);
  border: 1px #c9c9c9;
  border-radius: 15px;
  margin-bottom: 10px;
  margin-left: 1px;
  padding: 9px 12px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  box-shadow: inset 1px 0 12px 1px #4444448c, -4px -4px 8px #00000014, inset 2px 2px #00000008;
}

.text-field {
  color: #232323;
  background-color: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 12px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
}

.div-block-4 {
  justify-content: space-between;
  width: 100%;
  margin: 3px auto -3px;
  font-weight: 400;
  display: flex;
}

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

.div-block-5 {
  justify-content: space-between;
  width: 254px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-5.heading-5 {
  background-color: #add6ff;
  background-image: linear-gradient(#fff0 42%, #0000000d 35%);
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 80px;
  max-width: none;
  padding: 12px;
  display: flex;
  position: static;
  overflow: visible;
  box-shadow: inset 1px 0 12px 1px #4444448c, 6px 6px 6px #fff, -4px -4px 8px #00000014, inset 2px 2px #00000008;
}

.heading-7 {
  perspective: 431px;
  perspective-origin: 0%;
  transform: ;
  transform-origin: 0%;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.div-block-13 {
  color: #444;
  text-shadow: 0 2px #0000002e;
  background-color: #444444d9;
  width: 20px;
  height: 4px;
  margin-right: 0;
}

.div-block-13.empty-lcd {
  background-color: #44444421;
  height: 4px;
}

.heading-8 {
  color: #444;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 300;
}

.div-block-15 {
  clear: none;
  text-shadow: none;
  background-color: #fff0;
  background-image: linear-gradient(#ffffff4f, #fff0);
  border-radius: 20px 20px 0 0;
  width: 92%;
  height: 34px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 7% 0% 0%;
}

.heading-9 {
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  font-weight: 300;
  display: block;
}

.text-block-24 {
  color: #434343;
  font-family: Akzid Grtsk, sans-serif;
}

.form {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.field-label {
  margin-left: 0;
  font-family: Inconsolata, monospace;
  font-size: 16px;
}

.div-block-48 {
  border-bottom: 1px solid #969696;
  justify-content: space-between;
  display: flex;
}

.link-4 {
  color: #9c0f0f;
  text-align: left;
  flex-flow: row;
  margin-bottom: -3px;
  font-size: 12px;
  display: block;
}

.div-block-49 {
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 3px;
  display: flex;
}

.heading-10 {
  font-family: Neue Haas Grotesk, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.title-div {
  width: 100%;
}

.flex-test {
  background-color: #be8d8d;
  width: 50px;
  height: 50px;
}

.pattern-test {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 53px;
  padding-left: 171px;
  display: flex;
}

.circle {
  background-color: #cb22223b;
  border: 1px solid #bd8d8d73;
  border-radius: 100%;
  width: 300px;
  height: 300px;
  margin-left: 0;
}

.circlepair {
  display: flex;
}

.quadrocircle-2 {
  margin-top: -296px;
  margin-left: -301px;
  position: absolute;
}

.quadrocircle3 {
  margin-top: -296px;
  margin-left: 0;
  position: absolute;
}

.quadrocircle4 {
  margin-top: -1px;
  margin-left: -301px;
  position: absolute;
}

.circle-small {
  background-color: #405b4136;
  border: 1px #fcfcfc24;
  border-radius: 100%;
  width: 100px;
  height: 100px;
}

.circlepair-s {
  display: flex;
}

.quadrocircle-s-1 {
  margin-top: -100px;
  margin-left: -100px;
  position: absolute;
}

.quadrocircle-s-2 {
  margin-top: -100px;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
}

.quadrocircle-s-4 {
  margin-left: -100px;
  position: absolute;
}

._16circles {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

._16circles._16x1 {
  margin-top: -400px;
}

._32circles {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

._32circles._32x2 {
  margin-left: 400px;
  position: absolute;
}

.pattern-test-small {
  float: none;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 100px 0;
  display: flex;
}

._64circles {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

._64circles._64x2 {
  padding-left: 800px;
  position: absolute;
}

._128circles {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

._128circles._128x2 {
  margin-top: 800px;
  position: absolute;
}

.div-block-50 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.smallcirlceswrappr {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 600px;
  height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.leterpatter-test {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.text-block-25 {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 50px;
  line-height: 50px;
  position: absolute;
}

.div-block-51 {
  display: flex;
}

.j1 {
  transform-style: preserve-3d;
  margin-top: -28px;
  margin-left: 14px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 50px;
  line-height: 50px;
  position: absolute;
  transform: rotateX(0)rotateY(-180deg)rotateZ(-180deg);
}

.j2 {
  transform-style: preserve-3d;
  margin-top: 4px;
  margin-right: 4px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 50px;
  line-height: 50px;
  position: relative;
  transform: rotateX(0)rotateY(-180deg)rotateZ(-60deg);
}

.j3 {
  transform-style: preserve-3d;
  margin-top: -1px;
  margin-left: 14px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 50px;
  line-height: 50px;
  position: relative;
  transform: rotateX(0)rotateY(180deg)rotateZ(60deg);
}

.j-pattern {
  display: flex;
}

.div-block-52 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  transform-style: preserve-3d;
  margin-bottom: 34px;
  display: flex;
  transform: rotateX(0)rotateY(-180deg)rotateZ(180deg);
}

.div-block-52-copy {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  display: flex;
}

.div-block-53 {
  margin-bottom: 17px;
  display: flex;
}

.text-field-2 {
  width: 500px;
  height: 500px;
}

.textarea {
  aspect-ratio: auto;
  width: 500px;
  height: 500px;
  display: block;
  position: static;
  overflow: visible;
}

.form-block-2 {
  justify-content: flex-end;
  align-items: stretch;
  height: 500px;
  display: flex;
}

.text-field-3 {
  color: #000;
  width: 1000px;
}

.j-pattern-2 {
  height: auto;
  margin-bottom: 40px;
}

.js {
  display: flex;
}

.text-block-26, .text-block-26-copy {
  font-size: 50px;
  line-height: 50px;
  transform: rotate(34deg);
}

.j22 {
  transform-style: preserve-3d;
  margin-right: 4px;
  font-size: 50px;
  line-height: 50px;
  transform: rotateX(0)rotateY(-180deg)rotateZ(-123deg);
}

.j11 {
  font-size: 50px;
  line-height: 50px;
  transform: rotate(34deg);
}

.div-block-54 {
  display: flex;
}

.div-block-55 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-bottom: 50px;
  display: flex;
}

.tomstrip {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  display: flex;
}

.text-block-27 {
  font-size: 50px;
  line-height: 50px;
}

.header {
  background-color: #ffb2b2;
  height: 200px;
}

@media screen and (max-width: 991px) {
  .container {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    margin-top: 10px;
    font-size: 28px;
    line-height: 39px;
  }

  .dividing-line {
    width: 50vw;
  }

  .info-box-wrapper-phone {
    width: 40vw;
    display: block;
  }

  .bscard-wrapper {
    display: none;
  }

  .link-block-copy {
    width: 70px;
    height: 70px;
  }

  .text-block-12 {
    font-size: 18px;
  }

  .welcome-wrapper.draggable {
    top: 15%;
    left: 25%;
  }

  .modrian-wrapper {
    width: 50vw;
  }
}

@media screen and (max-width: 767px) {
  .bio-image-div {
    padding: 0;
  }

  .born {
    justify-content: space-between;
  }

  .text {
    width: 65%;
  }

  .text-block-6 {
    padding-left: 0;
  }

  .dividing-line {
    width: 47vw;
  }

  .info-box-wrapper-phone {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block-copy {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .section {
    min-height: 100vh;
  }

  .container {
    padding: 10px 17px;
    overflow: hidden;
  }

  .div-block {
    border: 1px solid #000;
    justify-content: center;
    align-items: center;
    height: 300px;
    display: flex;
  }

  .text-block-2 {
    color: #000;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 14px;
    line-height: 22px;
  }

  .tab-pane-tab-1 {
    height: auto;
  }

  .tabs-menu {
    padding-top: 0;
  }

  .photo-of-me-wrapper {
    z-index: 1;
    display: flex;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .webflow-info-div-2 {
    background-color: #d3d3d3;
    width: 250px;
    height: 200px;
    margin-top: 68%;
    margin-left: -10%;
    margin-right: 10%;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .tabs-wrapper {
    flex-direction: column;
    height: auto;
    margin-top: 0;
    margin-bottom: 10px;
    display: flex;
  }

  .info-box-wrapper {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 21px;
    display: none;
  }

  .bio-image-div {
    border-bottom: 1px solid #c9c9c9;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .text-block-4 {
    border-bottom: 1px solid #c9c9c9;
    margin-top: 0;
    margin-bottom: 7px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-5 {
    padding-top: 6px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 14px;
  }

  .text-bio-div {
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 5px;
    padding: 10px 5px 10px 10px;
  }

  .title {
    font-family: Akzid Grtsk, sans-serif;
    font-size: 16px;
  }

  .text {
    color: #000;
    width: 55%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }

  .text.borntext {
    width: 55%;
    font-weight: 400;
  }

  .text-block-6 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
  }

  .image {
    width: 65%;
  }

  .text-wrapper {
    flex: 0 auto;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-top: 0;
    padding-right: 0;
  }

  .dividing-line {
    width: 100%;
    margin-bottom: 5px;
  }

  .subheading {
    color: #000;
  }

  .sub-sub-heading {
    color: #000;
    margin-bottom: 4px;
    padding-top: 0;
    padding-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }

  .div-block-6 {
    height: auto;
    padding-top: 0;
  }

  .text-block-7 {
    aspect-ratio: auto;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    object-fit: fill;
  }

  .div-block-7 {
    display: flex;
  }

  .list-item {
    margin-bottom: 2px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }

  .list {
    padding-left: 20px;
  }

  .tabs-content {
    height: auto;
  }

  .info-box-wrapper-phone {
    border-style: solid;
    border-color: #c9c9c9;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0 0 10px;
  }

  .link {
    color: #da0000;
    display: none;
  }

  .text-block-10 {
    font-size: 3.5vw;
  }

  .bscard-wrapper2 {
    width: 95%;
    height: 30vh;
    transform: rotate(0);
  }

  .bscard-wrapper2.draggable {
    box-shadow: none;
    flex-direction: column;
    align-items: flex-end;
    width: 90%;
    height: auto;
  }

  .link-2 {
    font-size: 3.5vw;
  }

  .bs-card-x {
    color: #fff;
    background-color: #000;
    border-style: solid;
    border-color: #fff;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
    padding: 0;
    display: flex;
  }

  .text-block-11 {
    font-size: 3.5vw;
  }

  .bscard-middle {
    align-items: center;
    min-width: 90vw;
    max-width: 90vw;
    height: 120px;
  }

  .heading-2 {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 20px;
  }

  .bscard-bottom {
    height: 50px;
    padding-bottom: 10px;
  }

  .link-3 {
    margin-top: 1px;
    font-size: 3.5vw;
  }

  .bscard-topleft {
    width: 50%;
    padding-top: 10px;
    padding-left: 15px;
  }

  .bscard-topright {
    padding: 13px 15px 13px 13px;
  }

  .bscard-wrapper {
    z-index: 1000;
    justify-content: center;
    width: 100%;
    margin-left: 20px;
    display: flex;
    inset: 40% 0% 0%;
  }

  .bs-card-main {
    width: auto;
    height: auto;
    box-shadow: 0 7px 5px 1px #0003;
  }

  .bscard-x-wrapper {
    justify-content: flex-end;
    width: auto;
    height: 30px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    top: 0;
    left: 0;
  }

  .bscard-top {
    height: 50px;
  }

  .text-block-12 {
    font-size: 20px;
  }

  .article-section {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .webflow-info-wrapper {
    z-index: 1;
    display: block;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .webflow-info-div {
    width: 200px;
    height: 250px;
    margin-top: 10%;
    margin-left: 10%;
  }

  .webflow-info-text {
    margin-top: 5px;
  }

  .text-block-14 {
    font-size: 14px;
    line-height: 20px;
  }

  .webflow-info-wrapper-2 {
    z-index: 1;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .photo-of-me-div {
    width: 200px;
    height: 190px;
    margin-top: 10%;
    margin-left: 10%;
    display: flex;
  }

  .text-bio-sub-div {
    padding: 5px 5px 5px 10px;
  }

  .text-bio-div-copy {
    padding-bottom: 5px;
  }

  .text-span {
    color: #0026fd;
  }

  .welcome-wrapper {
    top: 10%;
    left: 10%;
    right: 10%;
  }

  .welcome-wrapper.draggable {
    background-color: #fff0;
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
    top: 0%;
    left: 0%;
    right: 0%;
  }

  .welcome-div {
    width: auto;
    display: flex;
  }

  .welcome-title {
    justify-content: center;
    align-items: center;
    height: 40px;
  }

  .text-block-15 {
    font-size: 3.5vw;
    font-weight: 600;
  }

  .div-block-25 {
    flex-flow: column;
    align-items: center;
  }

  .div-block-27 {
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    margin: 5px 0 0 5px;
    padding: 0;
  }

  .text-block-16 {
    padding: 5px 5px 0 10px;
  }

  .image-2 {
    max-width: 40%;
    margin-top: 0;
  }

  .div-block-30 {
    width: 6vw;
    height: 6vw;
    margin-top: 2px;
  }

  .div-block-31 {
    width: 100%;
    height: auto;
    padding-top: 7px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-32 {
    padding-top: 0;
  }

  .text-block-17 {
    color: #000;
    padding-top: 0;
    padding-left: 5px;
    padding-right: 7px;
    font-size: 3.4vw;
    font-weight: 600;
    line-height: 5vw;
  }

  .div-block-33 {
    width: 100%;
    padding-left: 0;
  }

  .div-block-34 {
    background-color: #c9c9c91f;
    border-width: 1.5px;
    border-color: #acacac;
    width: 93%;
    height: 40px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-block-18 {
    font-size: 3.5vw;
    font-weight: 500;
  }

  .text-block-20 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 6vw;
    font-weight: 100;
  }

  .text-span-2 {
    font-size: 16px;
  }

  .modrian-wrapper {
    width: 90vw;
  }

  .mond-wrap {
    padding-top: 0;
  }

  .div-block-46 {
    justify-content: center;
    align-items: flex-start;
  }

  .submit-button {
    background-color: #93f988;
  }

  .text-field {
    width: 80vw;
  }

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

  .div-block-5 {
    justify-content: space-between;
    width: 254px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-5.heading-5 {
    width: auto;
  }

  .heading-7 {
    margin-top: 0;
  }

  .heading-9 {
    margin-top: 10px;
  }
}


@font-face {
  font-family: 'Neue Haas Grotesk';
  src: url('../fonts/NHaasGroteskDSPro-65Md.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Grotesk';
  src: url('../fonts/NHaasGroteskDSPro-95Blk.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Grotesk';
  src: url('../fonts/NHaasGroteskDSPro-35XLt.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Grotesk';
  src: url('../fonts/NHaasGroteskDSPro-15UltTh.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Grotesk';
  src: url('../fonts/NHaasGroteskDSPro-25Th.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Grotesk';
  src: url('../fonts/NHaasGroteskDSPro-75Bd.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Grotesk';
  src: url('../fonts/NHaasGroteskDSPro-55Rg.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Grotesk';
  src: url('../fonts/NHaasGroteskDSPro-45Lt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akzid Grtsk';
  src: url('../fonts/AkzidGroProLig.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akzid Grtsk';
  src: url('../fonts/AkzidGroProSupIta.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Akzid Grtsk';
  src: url('../fonts/AkzidGroProReg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akzid Grtsk';
  src: url('../fonts/AkzidGroProIta.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Akzid Grtsk';
  src: url('../fonts/AkzidGroProMedIta.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Akzid Grtsk';
  src: url('../fonts/AkzidGroProMed.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akzidgroproligita';
  src: url('../fonts/AkzidGroProLigIta.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akzid Grtsk';
  src: url('../fonts/AkzidGroProSup.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akzid Grtsk';
  src: url('../fonts/AkzidGroProBolIta.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Akzid Grtsk';
  src: url('../fonts/AkzidGroProBol.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}