:root {
  --white: white;
  --light-grey: #ababab;
  --dark-grey: #666;
  --black: black;
  --cards: #161616;
  --custom-text-field-bg: #2b2b2b;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.navbar {
  max-height: 90px;
  max-width: none;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #100f0f;
  background-clip: border-box;
  margin-bottom: 100px;
  padding: 10px 20px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.body {
  max-width: none;
  color: var(--white);
  background-color: #100f0f;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.container {
  width: auto;
  max-width: 1200px;
  opacity: 1;
  pointer-events: auto;
  color: #ababab;
  -webkit-text-fill-color: inherit;
  background-color: rgba(16, 15, 15, 0);
  background-clip: border-box;
  margin-bottom: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-weight: 400;
  text-decoration: none;
  overflow: visible;
}

.brand {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.nav-menu {
  text-decoration: none;
}

.nav-link {
  color: #ffffff;
  padding-left: 24px;
  line-height: 150%;
}

.nav-link:hover {
  color: #908B68;
  border-radius: 5px;
}

.nav-link.w--current {
  color: #F2D401;
}

.container-2 {
  max-width: 1200px;
  background-color: #1e1e1e;
  flex-direction: row;
  padding-top: 113px;
  padding-bottom: 113px;
  padding-left: 96px;
  display: flex;
}

.heading {
  max-width: 627px;
  padding-bottom: 20px;
  font-size: 60px;
  font-weight: 500;
  line-height: 64px;
}

.paragraph {
  max-width: 583px;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
}

.quick-stack {
  flex: 0 auto;
  align-self: center;
}

.image {
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  align-self: flex-end;
}

.cell {
  flex-flow: column wrap;
  align-content: flex-end;
  justify-content: flex-end;
  align-items: flex-end;
}

.heading-2 {
  max-width: 627px;
  margin-top: 0;
  font-size: 60px;
  font-weight: 500;
  line-height: 64px;
}

.paragraph-2 {
  max-width: 583px;
  object-fit: fill;
  align-items: center;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 36px;
  display: flex;
  overflow: visible;
}

.quick-stack-2 {
  max-height: 600px;
  max-width: 1200px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #1e1e1e;
  background-clip: border-box;
  border-radius: 10px;
  flex: 0 auto;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  padding: 113px 0 113px 96px;
  overflow: hidden;
}

.cell-2 {
  flex-flow: column wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
}

.cell-3 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  object-fit: fill;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: baseline;
  margin-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: static;
  overflow: visible;
}

.heading-3 {
  max-width: 627px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 50px;
  font-weight: 400;
  line-height: 110%;
  color: #908B68;
}

.paragraph-3 {
  max-width: 583px;
  color: var(--light-grey);
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
}

.quick-stack-3 {
  max-height: 550px;
  max-width: 1200px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-text-fill-color: inherit;
  background-color: #1e1e1e;
  background-clip: border-box;
  border-radius: 24px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0 113px 60px;
  overflow: hidden;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(144, 139, 104);
}

.cell-4 {
  flex-flow: wrap;
  align-content: flex-end;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  align-self: flex-end;
}

.cell-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
}

.heading-4 {
  color: var(--white);
  order: -1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 200;
  line-height: 110%;
}

.heading-4.h2-styling {
  margin-bottom: 20px;
  font-size: 40px;
}

.section {
  aspect-ratio: auto;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 100px;
  display: block;
  overflow: visible;
}

.container-3 {
  max-width: 1200px;
  object-fit: fill;
  justify-content: center;
  align-items: flex-start;
  margin-top: 100px;
  display: block;
}

.link {
  color: #F2D401;
  order: 1;
  padding-bottom: 0;
  line-height: 150%;
}

.div-block {
  max-height: 1px;
  max-width: 1200px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-block {
  margin-bottom: 0;
  padding-bottom: 0;
}

.flex-block-2 {
  flex: 1;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-end;
}

.div-block-2 {
  height: 1px;
  background-color: #666;
  align-self: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.div-block-2.about-divider {
  width: 100%;
  margin-top: 0;
  margin-bottom: 100px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-2.about-divider.zygomed-product-details {
  margin-bottom: 50px;
}

.image-3 {
  width: 550px;
  height: 400px;
  max-width: none;
  object-fit: cover;
  border-radius: 16px;
}

.heading-5 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 300;
  line-height: 110%;
}

.paragraph-4 {
  width: 100%;
  color: var(--light-grey);
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
}

.quick-stack-4 {
  margin-bottom: 100px;
  padding: 0;
}

.button {
  background-color: #1e1e1e;
  border-radius: 10px;
  padding: 16px 30px;
  color: #F2D401;
}

.cell-6 {
  justify-content: center;
}

.image-4 {
  width: 550px;
  height: 400px;
  max-width: none;
  border-radius: 16px;
}

.cell-7 {
  justify-content: center;
  align-items: flex-end;
}

.quick-stack-5 {
  margin-bottom: 60px;
  padding: 0;
}

.container-4 {
  max-width: 1200px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.paragraph-5 {
  width: auto;
  max-width: none;
  color: var(--dark-grey);
  margin-bottom: 0;
  padding-right: 0;
  font-weight: 400;
  line-height: 150%;
}

.flex-block-3 {
  width: 470px;
  max-width: none;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  align-content: flex-start;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin-bottom: 0;
}

.paragraph-6 {
  width: auto;
  direction: ltr;
  color: var(--dark-grey);
  letter-spacing: normal;
  word-break: normal;
  margin-bottom: 0;
  line-height: 150%;
}

.flex-block-4 {
  width: 177px;
  max-width: 201px;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
}

.quick-stack-6 {
  max-width: none;
  grid-column-gap: 215px;
  grid-row-gap: 215px;
  aspect-ratio: auto;
  object-fit: fill;
  flex: none;
  order: 0;
  align-self: auto;
  margin-bottom: 64px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  overflow: visible;
}

.cell-8 {
  flex-flow: row-reverse;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cell-9 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cell-10 {
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.flex-block-5 {
  width: 126px;
  max-width: 156px;
  justify-content: flex-start;
  overflow: visible;
}

.paragraph-7 {
  color: var(--light-grey);
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 150%;
}

.container-5 {
  max-width: 1200px;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 56px;
  font-weight: 200;
  line-height: 110%;
}

.paragraph-8 {
  color: var(--light-grey);
  margin-bottom: 50px;
  font-size: 24px;
  line-height: 150%;
}

.image-5 {
  width: 150px;
  height: 52px;
  color: var(--black);
}

.flex-block-6 {
  grid-column-gap: 350px;
  grid-row-gap: 350px;
  order: 0;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-bottom: 50px;
}

.flex-block-7 {
  grid-column-gap: 350px;
  grid-row-gap: 350px;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-bottom: 50px;
}

.section-2 {
  background-color: #161616;
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-6, .image-7, .image-8, .image-9, .image-10, .image-11 {
  width: 150px;
}

.container-6 {
  max-width: 1200px;
}

.paragraph-9 {
  width: 300px;
  height: 288px;
  color: var(--light-grey);
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 150%;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
}

.paragraph-10 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.paragraph-11 {
  font-weight: 700;
}

.flex-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
}

.flex-block-9 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.div-block-3 {
  width: 380px;
  height: 472px;
  background-color: #1e1e1e;
  border-radius: 20px;
  order: 0;
  align-self: center;
  padding: 40px;
}

.flex-block-10 {
  justify-content: space-between;
}

.section-3 {
  margin-bottom: 50px;
}

.container-7 {
  max-width: 1200px;
}

.flex-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
}

.container-8 {
  max-width: 1200px;
}

.heading-8 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 56px;
  font-weight: 200;
  line-height: 110%;
}

.text-block {
  color: var(--light-grey);
  margin-bottom: 50px;
  font-size: 24px;
  line-height: 150%;
}

.form-block {
  margin-left: 0;
}

.flex-block-15 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.field-label {
  color: var(--light-grey);
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 150%;
}

.field-label-2 {
  color: var(--light-grey);
  font-weight: 400;
  line-height: 150%;
}

.div-block-4 {
  width: 577.5px;
  height: 2px;
  background-color: #616161;
}

.div-block-5 {
  width: 1200px;
  height: 2px;
  background-color: #616161;
}

.div-block-6 {
  width: 1200px;
  max-width: 1200px;
}

.section-4 {
  background-color: #161616;
  margin-top: 150px;
  margin-bottom: 70px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.flex-block-17 {
  align-self: auto;
  align-items: stretch;
}

.text-field {
  width: 577.5px;
  height: 50px;
  border: 1px solid var(--cards);
  background-color: var(--custom-text-field-bg);
  border-radius: 10px;
  align-self: stretch;
  line-height: 150%;
}

.text-field.text-area {
  width: 1200px;
  height: 200px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-self: auto;
  display: block;
}

.body-2 {
  color: #fff;
  background-color: #100f0f;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.section-5 {
  margin-top: 100px;
}

.container-9 {
  max-width: 120px;
}

.image-14 {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.image-15 {
  width: 40px;
}

.image-16 {
  width: 34px;
}

.image-17, .image-18 {
  width: 40px;
}

.container-10 {
  max-width: 1200px;
}

.heading-9 {
  margin-top: 100px;
  margin-bottom: 24px;
  font-size: 56px;
  font-weight: 800;
}

.text-block-2 {
  width: 700px;
  color: var(--light-grey);
  letter-spacing: normal;
  word-break: normal;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 160%;
}

.text-block-3 {
  width: 700px;
  color: var(--light-grey);
  align-self: flex-end;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 160%;
}

.heading-10 {
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 56px;
  font-weight: 200;
  line-height: 110%;
}

.heading-10.books-title {
  margin-bottom: 20px;
}

.text-block-4 {
  width: 200px;
  color: var(--light-grey);
  margin-top: 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
}

.text-block-5 {
  width: 350px;
  height: auto;
  margin-top: 50px;
  font-weight: 200;
  line-height: 160%;
}

.text-block-5.text-height {
  margin-top: 100px;
}

.div-block-7 {
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.flex-block-21, .flex-block-22, .flex-block-23, .flex-block-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
}

.flex-block-25 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: flex-start;
}

.flex-block-26, .flex-block-27 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
}

.text-block-6 {
  width: 700px;
  color: var(--light-grey);
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
}

.flex-block-28 {
  flex: 0 auto;
  align-self: auto;
  align-items: center;
  margin-bottom: 50px;
}

.flex-block-29 {
  align-items: center;
}

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

.slider {
  width: 1200px;
  height: 414px;
  background-color: rgba(221, 221, 221, 0);
  margin-top: 40px;
  margin-bottom: 50px;
}

.slide-nav {
  width: auto;
  object-fit: fill;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-19 {
  width: 100%;
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-bottom: 16px;
  margin-right: 0;
  padding-right: 0;
  overflow: visible;
}

.flex-block-30 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  overflow: visible;
}

.text-block-7 {
  align-self: flex-start;
}

.mask {
  height: auto;
  position: relative;
}

.slide {
  width: 1200px;
  height: 414px;
  object-fit: fill;
  margin-right: 0;
  overflow: scroll;
}

.image-20, .image-21 {
  margin-right: 30px;
}

.slide-2 {
  height: 414px;
  object-fit: fill;
  overflow: auto;
}

.image-22, .image-23 {
  margin-right: 30px;
}

.flex-block-31 {
  color: var(--light-grey);
  margin-right: 30px;
}

.text-block-8 {
  color: var(--white);
  margin-bottom: 5px;
  font-size: 18px;
}

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

.container-11 {
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.heading-11 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 200;
  line-height: 110%;
}

.text-block-9 {
  width: 500px;
  color: var(--light-grey);
  line-height: 160%;
}

.section-6 {
  background-color: #161616;
}

.body-3 {
  background-color: #100f0f;
}

.section-7 {
  align-items: flex-end;
  display: flex;
}

.section-8 {
  height: 100px;
}

.heading-12 {
  color: var(--white);
  margin-bottom: 50px;
  font-size: 60px;
  font-weight: 200;
  line-height: 110%;
}

.frame-161743 {
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-161739 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.qshelter-project-cover {
  object-fit: cover;
}

.frame-161738 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.text-2 {
  color: #ababab;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-161740 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.columns {
  width: 1200px;
  flex: 0 auto;
  order: 0;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
}

.flex-block-35 {
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.project-name {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
}

.project-description {
  width: 500px;
  font-size: 24px;
  line-height: 150%;
}

.image-24 {
  margin-bottom: 40px;
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
}

.column-3 {
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.flex-block-36 {
  align-items: flex-start;
  margin-right: 60px;
}

.heading-13 {
  color: var(--white);
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 110%;
}

.text-block-10 {
  width: 500px;
  font-size: 24px;
  line-height: 150%;
  padding-bottom: 24px;
}

.image-25 {
  object-fit: cover;
  margin-bottom: 20px;
  display: block;
}

.flex-block-37 {
  width: 1200px;
  justify-content: space-between;
  align-items: center;
}

.project-cards:hover {
  border-radius: 0;
}

.div-block-9 {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.div-block-10 {
  margin-bottom: 0;
}

.section-9 {
  margin-top: 100px;
}

.container-12 {
  max-width: 1200px;
  margin-bottom: 100px;
}

.heading-14 {
  font-size: 40px;
  font-weight: 600;
  line-height: 110%;
}

.flex-block-38 {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-bottom: 40px;
}

.flex-block-50 {
  gap: 16px;
}

.image-26 {
  width: 1200px;
  height: 550px;
  object-fit: cover;
}

.div-block-11 {
  width: 1200px;
  height: 550px;
  background-color: #1e1e1e;
}

.image-27 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container-13 {
  max-width: 1200px;
}

.text-block-11 {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
}

.text-block-12 {
  color: var(--light-grey);
  margin-bottom: 4px;
  line-height: 150%;
}

.flex-block-39 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
}

.flex-block-40 {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
}

.text-block-13 {
  width: 380px;
  font-size: 32px;
  font-weight: 200;
  line-height: 150%;
}

.heading-15 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 150%;
}

.heading-15.solutions {
  font-size: 16px;
  font-weight: 400;
}

.text-block-14 {
  width: 700px;
  color: var(--light-grey);
  margin-top: 10px;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  display: block;
}

.text-block-14.test-block-list {
  margin-top: 10px;
  margin-bottom: 0;
}

.text-block-14.list-text {
  margin-top: 6px;
  margin-bottom: 0;
}

.flex-block-41 {
  margin-bottom: 50px;
}

.text-block-15 {
  width: 550px;
  color: var(--light-grey);
  line-height: 150%;
}

.text-span {
  color: var(--white);
}

.flex-block-42 {
  justify-content: space-between;
  align-self: stretch;
}

.div-block-12 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  align-self: stretch;
  display: flex;
}

.container-14 {
  max-width: 1200px;
  margin-bottom: 50px;
}

.div-block-13 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-top: 24px;
  margin-bottom: 50px;
  display: flex;
}

.image-28 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list {
  margin-top: 20px;
  margin-left: 10px;
  padding-left: 0;
}

.div-block-17 {
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.div-block-18 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.link-block-2 {
  color: var(--cards);
}

.link-block-3 {
  order: -1;
}

.section-11 {
  margin-top: auto;
}

@media screen and (min-width: 1440px) {
  .heading-4, .heading-4.h2-styling {
    font-size: 40px;
  }

  .section-4 {
    margin-top: 150px;
  }
}

@media screen and (min-width: 1920px) {
  .heading-4, .heading-4.h2-styling {
    font-size: 56px;
  }

  .section-4 {
    margin-top: 150px;
  }

  .image-14 {
    position: static;
  }

  .container-14 {
    margin-bottom: 60px;
  }

  .div-block-18 {
    justify-content: flex-start;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .container {
    background-color: rgba(16, 15, 15, 0);
    margin-bottom: 30px;
  }

  .nav-menu {
    background-color: #161616;
  }

  .nav-link {
    padding-right: 24px;
  }

  .hero-section {
    margin-top: 100px;
    margin-bottom: 10px;
  }

  .heading-3 {
    max-width: none;
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 110%;
  }

  .paragraph-3 {
    width: 350px;
    max-width: 350px;
    min-width: 300px;
    color: var(--light-grey);
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 150%;
  }

  .quick-stack-3 {
    margin-top: 0;
    padding-top: 60px;
    padding-left: 40px;
  }

  .cell-4 {
    align-content: flex-end;
  }

  .image-2 {
    width: 650px;
    height: 100%;
    max-width: 500px;
    align-self: flex-end;
    object-fit: cover;
  }

  .heading-4, .heading-4.h2-styling {
    font-size: 40px;
  }

  .section.hero-section {
    margin-top: 60px;
  }

  .container-3 {
    max-width: none;
    margin-top: 0;
    padding-left: 0;
  }

  .flex-block-2 {
    margin-top: 20px;
  }

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

  .div-block-2.about-divider {
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .image-3 {
    width: 550px;
    height: 400px;
    max-width: none;
    border-radius: 10px;
    object-fit: cover;
  }

  .heading-5 {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .paragraph-4 {
    font-size: 16px;
  }

  /* .quick-stack-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  } */

  .image-4 {
    width: 550px;
    height: 400px;
    max-width: none;
    border-radius: 16px;
  }

  .quick-stack-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .container-4 {
    max-width: 100%;
    margin-left: 20px;
    padding-right: 20px;
  }

  .flex-block-3 {
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    overflow: visible;
  }

  .flex-block-4 {
    width: 0;
    max-width: none;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .quick-stack-6 {
    grid-column-gap: 130px;
    grid-row-gap: 130px;
    object-fit: fill;
    margin-left: 0;
    padding-right: 0;
  }

  .cell-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row-reverse;
    padding-right: 0;
    display: flex;
  }

  .cell-9 {
    flex-direction: row;
    justify-content: flex-start;
  }

  .container-5 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-6.heading-4 {
    margin-bottom: 10px;
  }

  .paragraph-8 {
    font-size: 20px;
  }

  .flex-block-6, .flex-block-7 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .section-2 {
    margin-left: 0;
    margin-right: 0;
    padding: 60px 20px;
  }

  .container-6 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-9 {
    width: 250px;
    height: 260px;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .div-block-3 {
    height: 450px;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    padding: 20px;
    display: flex;
  }

  .flex-block-10 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    overflow: auto;
  }

  .menu-button, .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .container-8 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .div-block-4 {
    width: 342px;
  }

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

  .div-block-6 {
    width: auto;
  }

  .flex-block-16 {
    flex: 1;
  }

  .text-field {
    width: 340px;
  }

  .text-field.text-area {
    width: 100%;
  }

  .image-14 {
    height: 300px;
  }

  .container-10 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-9 {
    margin-top: 50px;
    font-size: 32px;
  }

  .text-block-2 {
    width: 96%;
    margin-bottom: 30px;
    font-size: 16px;
  }

  .text-block-3 {
    width: 100%;
    max-width: 700px;
    align-self: flex-start;
    margin-bottom: 30px;
    font-size: 16px;
  }

  .heading-10 {
    font-size: 40px;
  }

  .div-block-7 {
    margin-bottom: 50px;
  }

  .div-block-8 {
    width: 100%;
    object-fit: fill;
    overflow: visible;
  }

  .slider {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 0;
    overflow: scroll;
  }

  .flex-block-32 {
    position: static;
    overflow: scroll;
  }

  .container-11 {
    margin: 20px 20px 80px 25px;
  }

  .text-block-9 {
    width: 350px;
  }

  .flex-block-33 {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-12 {
    padding-left: 30px;
    font-size: 50px;
  }

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

  .heading-13 {
    margin-top: 16px;
    margin-bottom: 10px;
    font-size: 30px;
  }

  .text-block-10 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .text-block-10.last-card-details {
    margin-bottom: 0;
  }

  .image-25 {
    width: 700px;
    margin-bottom: 16px;
  }

  .flex-block-37 {
    width: 100%;
    flex-direction: column;
  }

  .div-block-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-self: center;
  }

  .container-12 {
    margin-bottom: 60px;
    margin-left: 25px;
    margin-right: 25px;
  }

  .heading-14 {
    font-size: 35px;
  }

  .div-block-11 {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .image-27 {
    width: 100%;
    max-width: none;
    object-fit: cover;
    overflow: visible;
  }

  .container-13 {
    flex-direction: column;
    align-items: stretch;
    margin-left: 25px;
    margin-right: 25px;
    display: flex;
  }

  .text-block-12 {
    width: 300px;
  }

  .flex-block-40 {
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-13 {
    width: 300px;
    font-size: 24px;
  }

  .text-block-14 {
    width: 500px;
    margin-top: 16px;
  }

  .text-block-15 {
    width: 300px;
  }

  .container-14 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .link-block {
    width: 100%;
  }

  .text-span-2 {
    width: 350px;
  }

  .div-block-16 {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .heading-3 {
    margin-bottom: 20px;
    font-size: 36px;
  }

  .paragraph-3 {
    width: 300px;
    color: var(--light-grey);
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 150%;
  }

  .quick-stack-3 {
    margin-top: 100px;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .image-2 {
    min-width: 650px;
  }

  .heading-4.h2-styling {
    font-size: 32px;
  }

  .section.hero-section {
    margin-top: 80px;
    margin-bottom: 40px;
  }

  .flex-block-2 {
    margin-top: 0;
  }

  .div-block-2.after-hero-divider {
    margin-top: 30px;
  }

  .paragraph-4 {
    width: 250px;
  }

  .image-4 {
    object-fit: cover;
  }

  .paragraph-7 {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .heading-6.heading-4 {
    margin-bottom: 10px;
  }

  .image-5 {
    width: 100px;
  }

  .flex-block-6, .flex-block-7 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    margin-bottom: 30px;
  }

  .image-6, .image-7, .image-8, .image-9, .image-10, .image-11 {
    width: 100px;
  }

  .flex-block-15 {
    flex-direction: column;
    margin-bottom: 0;
  }

  .field-label {
    margin-bottom: 5px;
  }

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

  .flex-block-16 {
    align-self: stretch;
    margin-bottom: 40px;
  }

  .flex-block-17 {
    align-self: stretch;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .flex-block-18, .flex-block-19 {
    align-self: stretch;
    margin-bottom: 40px;
  }

  .flex-block-20 {
    align-self: stretch;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .text-field {
    width: 100%;
    margin-bottom: 0;
  }

  .image-14 {
    height: 250px;
  }

  .image-15 {
    width: 32px;
  }

  .image-16 {
    width: 28px;
  }

  .image-17, .image-18 {
    width: 32px;
  }

  .heading-9 {
    font-size: 30px;
  }

  .text-block-2 {
    width: 100%;
  }

  .text-block-4 {
    width: 150px;
    font-size: 20px;
  }

  .text-block-5 {
    width: 300px;
    font-size: 15px;
  }

  .flex-block-21 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: space-between;
  }

  .flex-block-22, .flex-block-23, .flex-block-24, .flex-block-25, .flex-block-26, .flex-block-27 {
    justify-content: space-between;
  }

  .text-block-6 {
    width: 500px;
    font-size: 16px;
  }

  .image-19 {
    width: 200px;
  }

  .heading-11 {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .text-block-9 {
    width: 500px;
  }

  .flex-block-34 {
    align-items: center;
  }

  .column {
    margin-bottom: 40px;
  }

  .heading-12 {
    padding-left: 0;
  }

  .div-block-10 {
    margin-left: 20px;
    padding-right: 20px;
  }

  .text-block-11, .text-block-13 {
    font-size: 20px;
  }

  .text-block-14 {
    margin-top: 10px;
    font-size: 20px;
  }

  .text-block-15 {
    width: 250px;
  }

  .div-block-18 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }
}

@media screen and (max-width: 650px) {
  .hero-section {
    margin-bottom: 40px;
  }

  .heading-3 {
    width: 250px;
    max-width: 250px;
    margin-bottom: 20px;
    padding-bottom: 0;
    font-size: 24px;
    line-height: 110%;
  }

  .paragraph-3 {
    width: 250px;
    max-width: none;
    min-width: 0;
    color: var(--light-grey);
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 150%;
  }

  .quick-stack-3 {
    height: 650px;
    max-height: 800px;
    margin-top: 100px;
    margin-bottom: 0;
    padding: 20px 20px 0 20px;
  }

  .image-2 {
    width: 650px;
    height: 100%;
    max-width: 500px;
    align-self: flex-end;
    object-fit: cover;
  }

  .cell-5 {
    align-content: center;
  }

  .heading-4 {
    font-size: 30px;
  }

  .heading-4.h2-styling {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .section.hero-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 50px;
    display: flex;
  }

  .container-3 {
    width: 100%;
    flex: 0 auto;
    align-self: stretch;
    margin-top: 20px;
  }

  .div-block-2 {
    width: 100%;
    flex-direction: row;
    align-self: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .div-block-2.about-divider {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .image-3 {
    width: 550px;
    height: 400px;
    max-width: none;
    border-radius: 16px;
    object-fit: cover;
  }

  .heading-5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .paragraph-4 {
    width: 280px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .quick-stack-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 80px;
    gap: 80px;
    overflow: visible;
  }

  .button {
    padding: 10px;
    font-size: 14px;
  }

  .image-4 {
    width: 100%;
    height: 100%;
    min-height: auto;
    margin-bottom: 20px;
  }

  .quick-stack-5 {
    margin-bottom: 0;
  }

  .container-4 {
    max-width: 300px;
    flex-direction: column;
    display: flex;
  }

  .flex-block-3 {
    width: 300px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .flex-block-4 {
    width: 300px;
    max-width: none;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .quick-stack-6 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 40px;
  }

  .heading-6.heading-4 {
    margin-bottom: 10px;
  }

  .paragraph-8 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .image-5 {
    width: 80px;
  }

  .flex-block-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .flex-block-7 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }

  .section-2 {
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
    padding: 50px 20px;
  }

  .image-6, .image-7, .image-8, .image-9, .image-10, .image-11 {
    width: 80px;
  }

  .paragraph-9 {
    width: 250px;
    height: auto;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .div-block-3 {
    width: 300px;
    height: 360px;
    min-height: 0;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    padding: 20px 10px 20px 25px;
    display: flex;
  }

  .flex-block-10 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    margin-left: 20px;
    margin-right: 20px;
    overflow: visible;
  }

  .flex-block-11 {
    margin-bottom: 10px;
    padding-left: 0;
  }

  .image-12 {
    padding-top: 5px;
    display: inline-block;
  }

  .flex-block-12 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-13 {
    width: auto;
  }

  .flex-block-13 {
    align-items: flex-start;
  }

  .flex-block-14 {
    margin-bottom: 40px;
  }

  .flex-block-15 {
    margin-bottom: 0;
  }

  .field-label {
    margin-bottom: 5px;
  }

  .section-4 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
  }

  .flex-block-16, .flex-block-17, .flex-block-18, .flex-block-19, .flex-block-20 {
    margin-bottom: 30px;
  }

  .text-field {
    margin-bottom: 0;
  }

  .text-field.text-area {
    height: 100px;
  }

  .image-14 {
    height: 150px;
  }

  .container-10 {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .heading-9 {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .heading-10 {
    margin-bottom: 30px;
  }

  .heading-10.books-title {
    font-size: 24px;
  }

  .text-block-4 {
    text-align: center;
    margin-top: 0;
  }

  .text-block-5 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block-5.text-height {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .div-block-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .flex-block-21 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }

  .flex-block-22, .flex-block-23, .flex-block-24, .flex-block-25, .flex-block-26, .flex-block-27 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
  }

  .text-block-6 {
    width: 300px;
  }

  .image-19 {
    width: 100%;
  }

  .slide-2 {
    width: 1200px;
  }

  .text-block-9 {
    width: 100%;
  }

  .flex-block-33 {
    padding-left: 0;
  }

  .flex-block-34 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .heading-12 {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 40px;
  }

  .frame-161743 {
    flex-direction: column;
  }

  .flex-block-35 {
    align-items: flex-start;
    padding-left: 0;
  }

  .heading-13 {
    margin-top: 10px;
    font-size: 24px;
  }

  .text-block-10 {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .image-25 {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .project-cards {
    align-self: auto;
    align-items: flex-start;
  }

  .div-block-10 {
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 0;
  }

  .container-12 {
    margin-bottom: 50px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-14 {
    font-size: 20px;
  }

  .flex-block-38 {
    margin-bottom: 20px;
  }

  .flex-block-50 {
    margin-bottom: 20px;
  }

  .image-27 {
    height: 100%;
  }

  .container-13 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-12 {
    width: 100%;
  }

  .flex-block-40 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    margin-bottom: 50px;
  }

  .text-block-13 {
    width: 100%;
  }

  .heading-15 {
    width: 100%;
    font-size: 20px;
  }

  .text-block-14 {
    width: 100%;
    font-size: 16px;
  }

  .text-block-15 {
    width: 300px;
  }

  .flex-block-42 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .div-block-12 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .container-14 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-13 {
    margin-bottom: 5px;
  }

  .div-block-14 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .div-block-18 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .flex-block-43 {
    justify-content: space-between;
  }

  .section-10 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

#w-node-_85745379-e49d-209a-8509-c523971e99cd-1fcd2a9f {
  grid-template-rows: auto;
  grid-template-columns: 2fr .75fr;
}

#w-node-_33488db9-cf58-72d0-931f-bcce5cd859d2-1fcd2a9f, #w-node-e97fb460-7120-7c7f-ab9c-09b7977f72ec-1fcd2a9f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

#w-node-_43f7e1a1-a73f-88a8-22e6-34c2481409b1-481409ae {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

align-items {
  align-items: flex-start;
  justify-content: center;
  
}



@media screen and (max-width: 991px) {
  #w-node-_85745379-e49d-209a-8509-c523971e99cd-1fcd2a9f {
    grid-template-rows: auto;
    grid-template-columns: 2fr 1.5fr;
  }

  #w-node-_74d2e993-bf7e-7dea-a943-b5e1d58ffce9-1fcd2a9f {
    order: 0;
  }

  #w-node-_43f7e1a1-a73f-88a8-22e6-34c2481409b1-481409ae {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 480px) {
  #w-node-_85745379-e49d-209a-8509-c523971e99cd-1fcd2a9f {
    grid-template-rows: auto;
    grid-template-columns: 2fr;
    gap: 1rem;
  }


  #w-node-_33488db9-cf58-72d0-931f-bcce5cd859d2-1fcd2a9f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    gap: 1rem;

  }

  #w-node-fb638072-6fbc-7b87-e3f4-559dc023c55d-1fcd2a9f {
    order: -9999;
  }

  #w-node-e97fb460-7120-7c7f-ab9c-09b7977f72ec-1fcd2a9f, #w-node-_43f7e1a1-a73f-88a8-22e6-34c2481409b1-481409ae {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    gap: 1rem;

  }
}

@media (min-width: 480px) {  
  .align-items-custom {
    align-items: flex-end;
    justify-content: center;
  }
}


/* New Code */

.image-2 {
  width: 650px;
  height: 100%;
  max-width: 500px;
  align-self: flex-end;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .image-2 {
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .image-2 {
    min-width: 200px;
  }
}

@media screen and (max-width: 479px) {
  .image-2 {
    overflow: visible;
    max-width: 100%;
    min-width: 100px;
    object-fit: contain;
  }
}

.flex-block-44 {
  display: flex;
  margin-bottom: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0px;
}

.quick-stack-4 {
  margin-bottom: 100px;
  padding: 0px;
  gap: 80px;
}

@media screen and (max-width: 991px) {
  .quick-stack-4 {
    gap: 0px;
  }
}

@media screen and (max-width: 479px) {
  .quick-stack-4 {
    overflow: visible;
    margin-bottom: 40px;
    gap: 20px;
  }
}

.quick-stack-5 {
  margin-bottom: 60px;
  padding: 0px;
  gap: 80px;
}

@media screen and (max-width: 991px) {
  .quick-stack-5 {
    gap: 0px;
  }
}

@media screen and (max-width: 479px) {
  .quick-stack-5 {
    margin-bottom: 0px;
  }
}

.image-3 {
  width: 550px;
  height: 400px;
  max-width: none;
  border-radius: 16px;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .image-3 {
    width: 100%;
    height: 100%;
    min-height: auto;
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  .image-3 {
    width: 100%;
    height: 100%;
    min-height: auto;
  }
}

@media screen and (max-width: 479px) {
  .paragraph-4 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .paragraph-3 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    margin-bottom: 25px;
    color: #ababab;
    font-size: 16px;
    line-height: 150%;
  }
}

@media screen and (max-width: 479px) {
  .heading-3 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    padding-bottom: 0px;
    font-size: 24px;
    line-height: 110%;
  }

  .text-block-10 {
    width: 100%;
    margin-bottom: 0;
    font-size: 16px;
  }

  .project-cards {
    display: flex;
    margin-bottom: 60px;
    padding-bottom: 0px;
    align-items: flex-start;
    align-self: auto;
  }

  .section-11 {
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    justify-content: center;
    align-items: flex-start;
  }

  .section-12 {
    margin-top: auto;
  }

  .project-cards.last-card-style {
    margin-bottom: 0px;
  }

  .flex-block-44 {
    margin-bottom: 0px;
  }

  .text-3 {
    font-size: 16px;
  }
}

.ctas-main {
  display: flex;
  padding: 15px 20px;
  justify-content: center;
  align-items: center;
  flex: 0 1 auto;
  column-gap: 4px;
  border-radius: 10px;
  background-color: rgb(242, 212, 1);
  text-decoration: none;
  margin-bottom: 10px;
}

.text-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Urbanist, sans-serif;
  color: rgb(0, 0, 0);
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
  text-decoration: none;
}

.highlight{
  font-weight: 800;
  color: #F2D401;
}

.highlight-2{
  font-weight: 300;
  color: white;
}