@font-face {
  font-family: Font;
  src: url('../fonts/PPNeueMontreal-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Font;
  src: url('../fonts/PPNeueMontreal-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Font;
  src: url('../fonts/PPNeueMontreal-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

body {
  color: #2a0c30;
  font-family: Font, Tahoma, sans-serif;
  font-size: 1rem;
  line-height: 142%;
}

a {
  text-decoration: underline;
  transition: background-color .3s;
}

.test {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 2% 10%;
  display: flex;
}

.home_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 2rem;
  display: flex;
}

.tab-link {
  color: #fff;
  background-color: #0000;
  border-radius: 20px;
  margin-left: 12px;
  margin-right: 12px;
}

.tab-link.w--current {
  color: #434b55;
  background-color: #fff;
  font-weight: 500;
}

.tabs-dropdown {
  z-index: 0;
  cursor: pointer;
  margin-bottom: 20px;
  text-decoration: underline;
  display: inline-block;
  position: relative;
}

.tab-closer {
  z-index: 1;
  display: none;
  position: absolute;
  inset: 0%;
}

.container {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.projects_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.projects_cta1 {
  grid-row-gap: 2rem;
  background-color: #f3f7f2;
  border-radius: .375rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 1.6rem;
  display: flex;
}

.projects_cta1_badge {
  grid-column-gap: .25rem;
  align-items: center;
  font-size: .875rem;
  display: flex;
}

.projects_cta1_badge-icon-wrapper {
  width: 1.75rem;
  height: 1.75rem;
}

.projects_cta1_badge-icon-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.projects_cta1_badges {
  grid-column-gap: 2rem;
  display: flex;
}

.projects_cta1_button {
  color: #fff;
  background-color: #3f8825;
  border-radius: 2.2rem;
  padding: 1rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
}

.projects_cta1_button:hover {
  background-color: #4ea62f;
}

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

.projects_ef {
  background-color: #e7e8f2;
  width: 100%;
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
}

.projects_flip {
  background-color: #f7f2dd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.projects_flip:hover {
  background-color: #faf5e0;
}

.home1_component {
  height: 100vh;
  padding: .5rem;
  display: flex;
}

.home1_inner {
  z-index: 1;
  background-color: #f9f7f1;
  background-image: linear-gradient(120deg, #fdfcfb00, #fdfcfb .01%, #e2d1c35c);
  border-radius: 1rem;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10vh;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.home1_container {
  width: 100%;
  max-width: 46rem;
}

.home1_heading {
  letter-spacing: .03em;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: .25rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 110%;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.home1_subtitle {
  letter-spacing: .02em;
  font-size: .875rem;
  line-height: 140%;
}

.home1_header {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home1_author {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home1_image {
  object-fit: cover;
  object-position: 50% 0%;
  border: 1px solid #00000012;
  border-radius: 1000000px;
  flex: none;
  width: 5.5rem;
  height: 5.5rem;
  box-shadow: 50px 2px 100px #ffbf00a8;
}

.home1_button {
  box-shadow: none;
  background-color: #fff0;
  background-image: linear-gradient(0deg, #ffffff05, #ffffff91);
  border: 1px solid #cbbaafc2;
  border-radius: .5rem;
  padding: .5rem 1.25rem;
  transition: box-shadow .2s ease-out, background-color .3s;
}

.home1_button:hover {
  background-color: #ffffffc4;
  box-shadow: 0 0 #ffbf0000, 0 .1px .2px #ffbf006b, 0 .9px 20px #ffbf007a, 0 5.1px 60px #ffbf0085;
}

.home1_link1 {
  text-underline-offset: 4px;
  -webkit-text-decoration: underline #541e5f61;
  text-decoration: underline #541e5f61;
  text-decoration-thickness: 1px;
}

.home1_link1:hover {
  opacity: .8;
  color: #541e5f;
}

.home1_badges {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5rem;
  display: flex;
}

.home1_badge1 {
  width: 13rem;
}

.project1_cta1_icon1 {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 991px) {
  .home_component {
    min-height: auto;
    padding-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .tab-closer {
    position: fixed;
  }

  .home1_component {
    height: 100svh;
  }

  .home1_inner {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .home1_container {
    height: 100%;
  }

  .home1_header {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .home1_heading {
    font-size: 1.5rem;
  }

  .home1_subtitle {
    font-size: .8125rem;
  }

  .home1_author {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home1_button {
    align-self: flex-end;
  }

  .home1_badges {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    margin-top: 1rem;
  }
}

#w-node-_92fda5e1-7fbe-9f3d-9650-e45acc844d87-2f3cf73c {
  grid-area: span 2 / span 4 / span 2 / span 4;
}


@font-face {
  font-family: 'Font';
  src: url('../fonts/PPNeueMontreal-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font';
  src: url('../fonts/PPNeueMontreal-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font';
  src: url('../fonts/PPNeueMontreal-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}