@font-face {
  font-family: Manrope Variable;
  src: url('../fonts/Manrope-VariableFont_wght.ttf') format("truetype");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "F 37 Wicklowtrial";
  src: url('../fonts/F37WicklowTrial-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "F 37 Wicklowtrial";
  src: url('../fonts/F37WicklowTrial-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

:root {
  --_colors---off-white: #f7f7f5;
  --_colors---dark-blue: #0e171e;
  --_colors---blue-2: #0b171f;
  --_colors---blue: #dfe5f0;
  --_colors---pink: #d1b1c2;
  --_colors---pink-3-final: #efdceb;
  --_colors---pink-2: #ebdcea;
}

body {
  color: #333;
  font-family: Manrope Variable, Arial, sans-serif;
  font-size: 1rem;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

.padding-global {
  padding-left: 3rem;
  padding-right: 3rem;
}

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

.section_home-about {
  background-color: var(--_colors---off-white);
  overflow: clip;
}

.home-about_component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-about_left-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  padding: 10.75rem 2rem 53.75rem;
  display: flex;
  position: relative;
}

.home-about_left-item_content {
  grid-column-gap: 3.63rem;
  grid-row-gap: 3.63rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 1rem;
  display: flex;
}

.home-about_left-item_content-top {
  grid-column-gap: 1.13rem;
  grid-row-gap: 1.13rem;
  flex-flow: column;
  max-width: 17.38rem;
  display: flex;
  position: relative;
}

.text-style-n1 {
  letter-spacing: -.04em;
  margin-bottom: 0;
  font-size: 1.13rem;
  font-weight: 300;
  line-height: 1.2;
}

.text-color-dark-blue {
  color: var(--_colors---dark-blue);
}

.text-style-decorator-d1 {
  letter-spacing: -.01em;
  font-family: "F 37 Wicklowtrial", Times New Roman, sans-serif;
  font-size: 1.13rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2;
}

.button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--_colors---blue-2);
  color: var(--_colors---blue);
  border-radius: 100rem;
  justify-content: flex-start;
  align-items: center;
  padding: .8rem 1.3rem .8rem 1.4rem;
  font-size: .75rem;
  text-decoration: none;
  display: inline-flex;
}

.button:where(.w-variant-a1754ffb-caaa-a245-468d-2f0938d4c57a) {
  background-color: var(--_colors---pink);
  color: var(--_colors---blue-2);
  font-weight: 600;
}

.button-dot {
  background-color: var(--_colors---blue);
  border-radius: 100rem;
  width: .5rem;
  height: .5rem;
}

.button-dot:where(.w-variant-a1754ffb-caaa-a245-468d-2f0938d4c57a) {
  background-color: var(--_colors---blue-2);
}

.home-about_left-item-icon {
  width: .63rem;
  height: .63rem;
  position: absolute;
  top: .35rem;
  left: -1.4rem;
}

.home-about_left-item-icon.is-alt {
  color: var(--_colors---pink-3-final);
}

.home-about_left-item_side-line-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.home-about_left-item_side-line {
  background-color: var(--_colors---dark-blue);
  width: .5px;
  height: 98%;
}

.home-about_right-item-top {
  padding-top: 11.25rem;
  padding-bottom: 13rem;
  padding-left: 3.5rem;
  position: relative;
}

.home-about_right-item-top_content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.home-about_right-item-top_line-wrapper {
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.home-about_right-item-top_line {
  background-color: var(--_colors---dark-blue);
  width: 110%;
  height: .5px;
}

.home-about_right-item-bottom {
  padding: 3rem 2rem 2.5rem 3.5rem;
}

.home-about_right-item-bottom_content-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  margin-bottom: 5rem;
  display: flex;
}

.home-about_right-item-bottom_content-wrapper_ethos-wrapper {
  max-width: 44rem;
}

.heading-style-n2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "F 37 Wicklowtrial", Times New Roman, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
}

.home-about_right-item-bottom_motif-wrapper {
  min-height: 42.88rem;
}

.home-about_right-item-bottom_motif {
  max-width: 9.5rem;
}

.section_home-featured-project {
  background-color: var(--_colors---blue-2);
  padding-top: 3rem;
  padding-bottom: 10rem;
}

.home-featured-project_image-wrapper {
  width: 100%;
  height: 38.75rem;
  margin-bottom: 2rem;
}

.home-featured-project_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-featured-project_content-wraper {
  justify-content: space-between;
  display: flex;
}

.home-featured-project_content-left {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.home-featured-project_content-left-title {
  color: var(--_colors---pink-3-final);
  font-family: "F 37 Wicklowtrial", Times New Roman, sans-serif;
  font-size: 12rem;
  font-weight: 300;
  line-height: .8;
}

.home-featured-project_content-left_stats-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
}

.text-color-pink-3 {
  color: var(--_colors---pink-3-final);
}

.home-featured-project_content-right {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-featured-project_content-right-top {
  max-width: 16rem;
}

.home-featured-project_content-right-middle {
  max-width: 21.5rem;
}

.section_home-perspectives {
  background-color: var(--_colors---blue);
  display: none;
}

.home-perspectives_slider-component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 35%;
  grid-auto-columns: 1fr;
  min-height: 100vh;
  display: grid;
}

.home-perspectives_slider-left {
  justify-content: center;
  align-items: center;
  padding: 8.75rem 4rem 15rem 5.63rem;
  display: flex;
}

.home-perspectives_slider-wrapper {
  position: relative;
}

.home-perspectives_slider-mask {
  aspect-ratio: 1;
  height: 32rem;
  position: relative;
}

.home-perspectives_slider-slide {
  width: 100%;
  height: 100%;
  position: absolute;
}

.home-perspectives_slider-slide_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-perspectives_slider-title {
  font-family: "F 37 Wicklowtrial", Times New Roman, sans-serif;
  font-size: .88rem;
  font-style: italic;
  font-weight: 300;
  line-height: .81;
  position: absolute;
  inset: 0 auto auto -6rem;
}

.home-perspectives_slider-arrow_wrapper-parent {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-perspectives_slider-arrow_wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.home-perspectives_slider-arrow {
  max-width: 1.13rem;
  position: relative;
  left: -4rem;
}

.home-perspectives_slider-arrow.home-perspectives_slider-arrow-right {
  left: 4rem;
}

.home-perspectives_slider-right_top {
  background-color: var(--_colors---blue-2);
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 21.25rem;
  padding-bottom: 2.25rem;
  padding-left: .75rem;
  display: flex;
}

.home-perspectives_slider-right_top-number {
  color: var(--_colors---off-white);
  font-family: "F 37 Wicklowtrial", Times New Roman, sans-serif;
  font-size: 9.88rem;
  font-weight: 300;
  line-height: .7;
}

.home-perspectives_slider-right_top_mask {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 6.8rem;
  overflow: clip;
}

.home-perspectives_slider-right_top_track {
  flex-flow: column;
  display: flex;
  position: relative;
  top: -100%;
}

.home-perspectives_slider-right-bottom {
  width: 100%;
  padding-top: 5.75rem;
  padding-right: 3rem;
}

.home-perspectives_slider-right-bottom_content-wrapper {
  width: 100%;
  max-width: 24.38rem;
  position: relative;
}

.home-perspectives_slider-right-bottom_content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
}

.div-block {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  flex-flow: column;
  display: flex;
}

.home-about_left-item_bottom {
  background-color: var(--_colors---blue-2);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 23.75rem;
  padding-top: 3rem;
  padding-left: 3rem;
  padding-right: 2rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  right: 0%;
}

.home-about_left-item_bottom_content-wrapper {
  width: 100%;
  max-width: 15rem;
  position: relative;
}

.section_footer {
  background-color: var(--_colors---dark-blue);
  padding-top: 3.25rem;
  padding-bottom: 2rem;
}

.footer_component {
  padding-left: 3rem;
  padding-right: 3rem;
}

.footer_top-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 6rem;
  display: grid;
}

.footer_top-row-heading {
  color: var(--_colors---pink-3-final);
  letter-spacing: -.02em;
  font-family: "F 37 Wicklowtrial", Times New Roman, sans-serif;
  font-size: 5.63rem;
  font-weight: 300;
  line-height: 1;
}

.to-delete {
  min-height: 100vh;
}

.footer_top-row-left {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.footer_top-row-address-wrapper {
  max-width: 18rem;
}

.footer_top-row-address {
  color: var(--_colors---pink-3-final);
  font-family: "F 37 Wicklowtrial", Times New Roman, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.footer_top-row-right {
  padding-top: 9.05rem;
}

.footer_top-row-right_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_top-row-right_form-label {
  color: var(--_colors---pink-3-final);
  margin-bottom: .31rem;
  font-family: "F 37 Wicklowtrial", Times New Roman, sans-serif;
  font-size: 1.13rem;
  line-height: 1.1;
}

.footer_top-row-right_form-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--_colors---pink-3-final);
  color: #fff;
  background-color: #fff0;
}

.footer_top-row-right_form-field::placeholder {
  color: #646464;
}

.footer_top-row-right_form-field.is-text-area {
  min-height: 8rem;
}

.footer_top-row-right_form-button {
  background-color: var(--_colors---pink-3-final);
  color: var(--_colors---blue-2);
  border-radius: 100rem;
  font-size: .88rem;
}

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

.footer_bottom-left {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.footer_bottom-left_link-wrapper {
  grid-column-gap: .13rem;
  grid-row-gap: .13rem;
  flex-flow: column;
  display: flex;
}

.footer_bottom-left_link {
  color: var(--_colors---pink-3-final);
  text-transform: uppercase;
  font-size: .88rem;
  text-decoration: none;
}

.footer_bottom-left_bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_bottom-left_bottom_legal-wrapper {
  display: none;
}

.footer_bottom-right_logo, .footer_bottom-left_bottom_legal-copyright-year {
  color: var(--_colors---pink-3-final);
}

.about-hero_component {
  background-color: var(--_colors---pink-3-final);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.about-hero_heading-wrapper {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.about-hero_heading {
  color: var(--_colors---blue-2);
  letter-spacing: -.03em;
  margin-top: 0;
  font-family: "F 37 Wicklowtrial", Times New Roman, sans-serif;
  font-size: clamp(7rem, 5rem + 5.102vw, 12.5rem);
  font-weight: 300;
  line-height: .9;
}

.about-hero_image-wrapper {
  margin-top: -2rem;
  margin-bottom: 2rem;
}

.about-hero_content-wrapper {
  text-align: center;
  width: 100%;
  max-width: 28.5rem;
}

.section_about-thinking-ahead {
  width: 100vw;
  min-height: 100vh;
  position: relative;
  overflow: clip;
}

.about-thinking-ahead_component {
  z-index: 5;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: auto 0% 0%;
}

.about-thinking-ahead_right {
  background-color: var(--_colors---blue);
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 17.5rem;
  padding-bottom: 2.63rem;
  padding-left: 2.5rem;
  padding-right: 1rem;
  display: flex;
}

.section_about-year {
  background-color: #dfe5f0;
  overflow: clip;
}

.about-year_component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-year_left {
  border-bottom: 1px solid #0e171e33;
  border-right: 1px solid #0e171e33;
  padding: 5.63rem 1rem 1rem 3rem;
}

.about-year_left-heading {
  opacity: .3;
  color: var(--_colors---blue-2);
  letter-spacing: -.02em;
  max-width: 25rem;
  font-family: "F 37 Wicklowtrial", Times New Roman, sans-serif;
  font-size: clamp(10rem, 7.6276rem + 3.8265vw, 13.75rem);
  font-weight: 300;
  line-height: 1;
}

.about-year_left-heading_subscript {
  font-size: 2rem;
  top: -.38rem;
}

.about-year_left-02 {
  border-bottom: 1px solid #0e171e33;
  border-right: 1px solid #0e171e33;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 3.13rem 1rem 18.88rem 3rem;
  display: flex;
}

.about-year_left-02_content {
  grid-column-gap: 1.13rem;
  grid-row-gap: 1.13rem;
  flex-flow: column;
  max-width: 15.5rem;
  display: flex;
  position: relative;
}

.about-year_right-02_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_about-oil {
  background-color: var(--_colors---blue-2);
  overflow: clip;
}

.about-oil_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-oil_left-01_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-oil_left-02 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-bottom: 1px #f7f7f533;
  border-right: 1px solid #f7f7f533;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  padding-left: 3.38rem;
  padding-right: 3.38rem;
  display: grid;
}

.about-oil_right-01 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-bottom: 1px solid #f7f7f533;
  flex-flow: column;
  padding: 3.38rem;
  display: flex;
}

.about-oil_left-02_top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 3rem;
  display: flex;
}

.about-oil_left-02_top-content {
  grid-column-gap: 1.13rem;
  grid-row-gap: 1.13rem;
  flex-flow: column;
  max-width: 23rem;
  display: flex;
  position: relative;
}

.about-oil_left-02_top-content.hide {
  display: none;
}

.about-oil_left-02_bottom_text {
  opacity: .3;
  color: var(--_colors---off-white);
  letter-spacing: -.03em;
  font-family: "F 37 Wicklowtrial", Times New Roman, sans-serif;
  font-size: 11.25rem;
  line-height: 1;
}

.section_about-value {
  background-color: var(--_colors---blue);
}

.about-value_component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section_projects-home {
  background-color: #0e171e;
  height: 100vh;
  padding-top: 8.9rem;
  padding-bottom: 7.5rem;
}

.projects-home_component {
  padding-left: 10.4375rem;
  position: relative;
}

.projects-home_content-wrapper {
  z-index: 1;
  grid-row-gap: 2.375rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.projects-home_text {
  color: var(--_colors---off-white);
  letter-spacing: -.04em;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
}

.projects-home_heading {
  color: #f7f7f5;
  letter-spacing: -.03em;
  font-family: "F 37 Wicklowtrial", Times New Roman, sans-serif;
  font-size: 4.8125rem;
  font-weight: 300;
  line-height: .94;
}

.projects-home_heading.projects-home_heading-italic {
  font-style: italic;
}

.projects-home_heading-wrapper {
  grid-row-gap: 4.5rem;
  flex-flow: column;
  width: 100%;
  max-width: 41.4375rem;
  display: flex;
}

.projects-home_image-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
  position: absolute;
  inset: 8.5625rem auto auto 27.75rem;
  overflow: hidden;
}

.projects-home_image {
  object-fit: cover;
  width: 100%;
  max-width: 29.0625rem;
  height: 100%;
}

.projects-link {
  grid-column-gap: .9375rem;
  color: #0e171e;
  text-transform: uppercase;
  background-color: #efdceb;
  border-radius: 1.4425rem;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 1.0625rem .8125rem 1.1875rem;
  text-decoration: none;
  display: none;
}

.projects-link:hover {
  background-color: #efdcebe8;
}

.projects-link-circle {
  background-color: #0e171e;
  border-radius: 100%;
  width: .5rem;
  height: .5rem;
}

.projects-link-wrapper {
  z-index: 1;
  position: relative;
  top: 3.4375rem;
  left: -5.2rem;
}

.section_projects-fullscreen {
  background-color: #0d161f;
  padding-bottom: 1rem;
}

.about-value_left-item {
  border-bottom: 1px solid #0e171e33;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 3rem;
  padding-left: 3rem;
  display: flex;
}

.projects-fullscreen_component {
  grid-row-gap: 6.4375rem;
  flex-flow: column;
  display: flex;
}

.projects-fullscreen_text {
  color: #dfe5f0;
  font-family: "F 37 Wicklowtrial", Times New Roman, sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
}

.projects-fullscreen_wrapper {
  overflow: hidden;
}

.projects-fullscreen_image {
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 100vh;
}

.section_projects-enso {
  background-color: #0d161f;
  padding-bottom: 10rem;
}

.about-value_right-image {
  width: 100%;
}

.projects-enso_component {
  grid-column-gap: 12.875rem;
  grid-row-gap: 12.875rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.projects-enso_top-wrapper {
  grid-column-gap: 14.625rem;
  grid-row-gap: 14.625rem;
  flex-flow: column;
  display: flex;
}

.projects-enso_top-heading {
  color: var(--_colors---pink);
  letter-spacing: -.02em;
  font-family: "F 37 Wicklowtrial", Times New Roman, sans-serif;
  font-size: 12.3606rem;
  font-weight: 300;
  line-height: 1.04;
}

.about-value_left-item-content {
  width: 100%;
  max-width: 21rem;
}

.projects-enso_top-content-wrapper {
  grid-row-gap: 1.0625rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.projects-enso_top-text {
  color: #f7f7f5;
  font-family: "F 37 Wicklowtrial", Times New Roman, sans-serif;
  font-size: 1.4675rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.01;
}

.projects-enso_top-header {
  color: #efdceb;
  font-family: "F 37 Wicklowtrial", Times New Roman, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.01;
}

.projects-enso_bottom-wrapper {
  grid-row-gap: 14.375rem;
  flex-flow: column;
  display: flex;
}

.projects-enso_bottom-heading-wrapper {
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.projects-enso_bottom-heading {
  color: #efdceb;
  text-align: center;
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-family: "F 37 Wicklowtrial", Times New Roman, sans-serif;
  font-size: 15.625rem;
  font-weight: 300;
  line-height: .8;
}

.about-value_left-item-02 {
  border-right: 1px solid #0e171e33;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 3rem;
  padding-right: 2.5rem;
  display: flex;
}

.projects-enso_bottom-heading-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 47rem;
  position: relative;
}

.projects-enso-link {
  grid-column-gap: 1.375rem;
  color: #efdceb;
  border: 1px solid #efdceb;
  border-radius: 2.15188rem;
  justify-content: flex-start;
  align-items: center;
  padding: 1.0625rem 2.05563rem 1.1875rem 1.75rem;
  font-weight: 600;
  line-height: .8;
  text-decoration: none;
  display: flex;
}

.projects-enso-link-circle {
  background-color: #efdceb;
  border-radius: 100%;
  width: .7175rem;
  height: .7175rem;
}

.projects-enso-link-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: absolute;
  inset: 2.5rem auto auto 1.9rem;
}

.projects-enso-link-wrapper-alt {
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: absolute;
  inset: auto -4.9rem 3rem auto;
}

.projects-enso-link-text {
  text-transform: uppercase;
}

.projects-enso_bottom-content-wrapper {
  grid-row-gap: 8.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.projects-enso_bottom-content {
  grid-column-gap: 2.0625rem;
  grid-row-gap: 2.0625rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 21.375rem;
  display: flex;
}

.projects-enso_bottom-text {
  color: #efdceb;
  letter-spacing: -.04em;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
}

.projects-enso_bottom-content01-wrap {
  grid-column-gap: 1.3125rem;
  flex-flow: row;
  display: flex;
}

.projects-enso_bottom-content-icon {
  width: .625rem;
  height: .625rem;
}

.projects-enso_bottom-content02-wrap {
  grid-column-gap: 1.3125rem;
  flex-flow: row;
  display: flex;
}

.projects-enso_bottom-content02-wrapper {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.projects-enso_bottom-heading02 {
  color: #efdceb;
  font-family: "F 37 Wicklowtrial", Times New Roman, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.01;
}

.projects-enso_bottom-heading02-wrapper {
  width: 100%;
  max-width: 22rem;
  margin-left: 1.875rem;
}

.projects-explore-link {
  grid-column-gap: .9375rem;
  color: #0e171e;
  text-transform: uppercase;
  background-color: #efdceb;
  border-radius: 1.4425rem;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 1.0625rem .75rem 1.1875rem;
  font-size: .625rem;
  line-height: .1;
  text-decoration: none;
  display: flex;
}

.projects-explore-link:hover {
  background-color: #efdcebeb;
}

.section_projects-more {
  background-color: #0d161f;
  padding-bottom: 14.4375rem;
}

.projects-more_component {
  grid-column-gap: 13.8125rem;
  grid-row-gap: 13.8125rem;
  flex-flow: column;
  display: flex;
}

.projects-more_top-text {
  color: #dfe5f0;
  font-family: "F 37 Wicklowtrial", Times New Roman, sans-serif;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
}

.project-list-container {
  margin-top: 4rem;
}

.projects-more_item-wrapper {
  padding-top: 6rem;
}

.projects-more_item-heading {
  color: #dfe5f0;
  font-family: "F 37 Wicklowtrial", Times New Roman, sans-serif;
  font-size: 5.4rem;
  font-weight: 300;
  line-height: .9;
}

.projects-more_item-heading-wrap {
  flex: 0 auto;
  width: 100%;
  margin-top: auto;
}

.projects-more_item01-wrap {
  z-index: 1;
  grid-column-gap: 2rem;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  bottom: -3.4rem;
  overflow: hidden;
}

.projects-more_item01-wrap.hide {
  display: none;
}

.about-value_left-item-02_content {
  grid-column-gap: 1.13rem;
  grid-row-gap: 1.13rem;
  flex-flow: column;
  max-width: 23.3rem;
  display: flex;
  position: relative;
}

.about-value_right-item-02 {
  padding-top: 12.44rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.about-large-number-text {
  opacity: .3;
  color: var(--_colors---dark-blue);
  letter-spacing: -.03em;
  font-family: "F 37 Wicklowtrial", Times New Roman, sans-serif;
  font-size: 11.25rem;
  line-height: .8;
}

.about-large-number-text.is-alt {
  color: var(--_colors---blue);
}

.section_about-plaza {
  background-color: var(--_colors---pink-3-final);
}

.about-plaza_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-plaza_item-left {
  border-right: 1px solid #0e171e33;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 6rem;
  padding-right: 7rem;
  display: flex;
}

.about-plaza_star-image {
  width: 152px;
  height: 9.5rem;
}

.about-plaza_item-right {
  grid-column-gap: 15.81rem;
  grid-row-gap: 15.81rem;
  flex-flow: column;
  padding-top: 9.38rem;
  padding-bottom: 1.5rem;
  padding-left: 3rem;
  display: flex;
}

.about-plaza_item-right_heading {
  color: var(--_colors---dark-blue);
  font-family: "F 37 Wicklowtrial", Times New Roman, sans-serif;
  font-size: clamp(4rem, .8367rem + 5.102vw, 9rem);
  font-weight: 300;
  line-height: 1;
}

.projects-more_item02-wrap {
  z-index: 1;
  grid-column-gap: 2.4rem;
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 52.875rem;
  display: block;
  position: relative;
  bottom: -1.1rem;
  overflow: hidden;
}

.projects-more_item02-wrap.hide {
  display: none;
}

.projects-more_item03-wrap {
  z-index: 1;
  grid-column-gap: 1.5rem;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  flex-flow: row;
  flex: none;
  display: flex;
  position: relative;
  bottom: -3.4rem;
  overflow: hidden;
}

.projects-more_item03-wrap.hide {
  display: none;
}

.about-plaza_item-right_content {
  grid-column-gap: 1.13rem;
  grid-row-gap: 1.13rem;
  flex-flow: column;
  max-width: 12.81rem;
  display: flex;
  position: relative;
}

.about-plaza_item-right_content-top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.project-row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: .1px solid #efdceb1a;
  border-bottom: .1px solid #efdceb1a;
  justify-content: flex-start;
  align-items: center;
  height: 14.5rem;
  padding: 1.5rem 3.125rem;
  position: relative;
}

.project-row.project-row04 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.project-row.project-row03 {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  justify-content: space-between;
  display: flex;
}

.project-row.project-row-first {
  border-top-style: none;
  height: 8.6875rem;
  display: flex;
}

.project-row.project-row05 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.project-row.project-row02 {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.projects-more_item-wrapper02, .projects-more_item-wrapper03 {
  border-top: .5px solid #efdceb33;
  border-bottom: .5px solid #efdceb33;
  padding: 2.125rem 1.5rem 2.125rem 2.8125rem;
  position: relative;
}

.projects-more_item-wrapper034 {
  border-top: .5px solid #efdceb33;
  border-bottom: .5px solid #efdceb33;
  padding: 2.125rem 1.5rem 2.125rem 2.8125rem;
  position: relative;
  overflow: hidden;
}

.about-plaza_item-right_content-bottom {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: column;
  display: flex;
}

.projects-more_item04-wrap {
  z-index: 1;
  grid-column-gap: 1.5rem;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  flex-flow: row;
  flex: none;
  display: flex;
  position: relative;
  bottom: -3.4rem;
  overflow: hidden;
}

.projects-more_item04-wrap.hide {
  display: none;
}

.text-style-n2 {
  letter-spacing: -.02em;
  font-family: "F 37 Wicklowtrial", Times New Roman, sans-serif;
  font-size: 1.5rem;
  line-height: .96;
}

.about-plaza_image-component {
  padding-bottom: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.projects-more_item-wrapper05 {
  border-top: .5px solid #efdceb33;
  border-bottom: .5px solid #efdceb33;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 2.125rem 1.5rem 2.125rem 2.8125rem;
  display: flex;
  position: relative;
}

.projects-more_item05-wrap {
  z-index: 1;
  grid-column-gap: 1.5rem;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
  bottom: -2.6rem;
}

.projects-more_item05-wrap.hide {
  display: none;
}

.projects-more_item01 {
  grid-column-gap: 2.8125rem;
  grid-row-gap: 2rem;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  height: 25rem;
  display: flex;
  overflow: hidden;
}

.projects-more_item01-img-wrapper {
  margin-bottom: auto;
}

.projects-more_item01-img {
  object-fit: cover;
  width: 100%;
  max-width: 16.25rem;
  height: 10.25rem;
}

.projects-more_item01-content-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 18.5rem;
  display: flex;
  position: relative;
}

.projects-more_item01-content {
  color: #efdceb;
  letter-spacing: -.04em;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
}

.projects-more_item02-img {
  object-fit: cover;
  width: 100%;
  max-width: 16.25rem;
  height: 10.25rem;
}

.projects-more_item02-content-wrap {
  width: 100%;
  max-width: 35.625rem;
}

.projects-more_item02-content {
  color: #efdceb;
  letter-spacing: -.04em;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
}

.projects-more_item03-img {
  object-fit: cover;
  width: 100%;
  max-width: 16.25rem;
  height: 10.25rem;
}

.projects-more_item03-content-wrapper {
  grid-column-gap: 2.4375rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 3rem;
  display: flex;
}

.projects-more_item03-content {
  grid-column-gap: .8125rem;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.projects-more_item03-text {
  color: #efdceb;
  letter-spacing: -.04em;
  font-size: 1.125rem;
  line-height: 1.2;
}

.projects-more_item03-circle {
  background-color: #efdceb;
  border-radius: 100%;
  width: .375rem;
  height: .375rem;
}

.about-plaza_image {
  width: 100%;
}

.section_about-plaza-note {
  background-color: var(--_colors---dark-blue);
}

.about-plaza-note_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-plaza-note_item-right {
  background-color: var(--_colors---pink-3-final);
  padding: 2rem 3rem 3rem;
}

.about-plaza-note_item-right_content {
  grid-column-gap: 1.13rem;
  grid-row-gap: 1.13rem;
  flex-flow: column;
  max-width: 23rem;
  display: flex;
  position: relative;
}

.projects-more_item04-image {
  object-fit: cover;
  width: 100%;
  max-width: 16.25rem;
  height: 10.25rem;
}

.section_about-present {
  background-color: var(--_colors---dark-blue);
}

.projects-more_item04-content-wrapper {
  z-index: 1;
  grid-column-gap: 2.4375rem;
  flex-flow: row;
  display: flex;
}

.about-present_component {
  padding-bottom: 3rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.projects-more_item04-content {
  grid-column-gap: .8125rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.projects-more_item03-content-copy {
  grid-column-gap: .8125rem;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.projects-more_item05-image {
  object-fit: cover;
  width: 100%;
  height: 10.25rem;
}

.projects-more_item05-content-wrapper {
  grid-column-gap: 2.4375rem;
  flex-flow: row;
  margin-top: auto;
  padding-bottom: 3rem;
  display: flex;
}

.about-present_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  max-width: 31.25rem;
  margin-bottom: 6rem;
  display: flex;
}

.heading-style-n3 {
  letter-spacing: -.02em;
  font-family: "F 37 Wicklowtrial", Times New Roman, sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.01;
}

.about-present_subtext-wrapper {
  max-width: 27.06rem;
}

.about-present_display-text {
  color: #efdceb7a;
  text-align: center;
  line-height: 1;
}

.about-present_content02 {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  max-width: 25rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.about-present_content02_subtext-wrapper {
  opacity: .4;
}

.about-present_image {
  object-fit: cover;
  width: 100%;
}

.section_about-team {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-team_item {
  background-color: var(--_colors---blue-2);
  color: var(--_colors---pink-3-final);
}

.about-team_item.is-right {
  background-color: var(--_colors---pink-2);
  color: var(--_colors---blue-2);
}

.about-team_left-haeding-wrapper {
  margin-bottom: 6.75rem;
  padding-top: 6.25rem;
  padding-left: 3rem;
}

.about-team_left-person-item {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  border-bottom: 1px solid #b6b6b64d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 28rem;
  padding: 2rem 3rem 1rem;
  display: flex;
}

.about-team_left-person-item-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-team_left-person-item_designation {
  letter-spacing: -.02em;
  font-family: "F 37 Wicklowtrial", Times New Roman, sans-serif;
  font-style: italic;
}

.about-team_left-person-item-bottom {
  max-width: 22rem;
}

.about-team_left-person-item-bottom.is-right-03 {
  max-width: 36rem;
}

.about-team_left-person-item-bottom.is-leftt-01 {
  max-width: 30rem;
}

.about-team_left-person-item-bottom.is-right-01 {
  max-width: 35rem;
}

.about-team_left-person-item-bottom.is-left-02 {
  max-width: 31rem;
}

.about-team_left-person-item-bottom.is-right-02 {
  max-width: 35.6rem;
}

.about-team_left-person-item-bottom.is-left-03 {
  max-width: 30rem;
}

.section_crafted-hero {
  background-color: var(--_colors---blue);
}

.crafted-hero_component {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.crafted-hero_content {
  z-index: 5;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 32.5rem;
  margin-bottom: -4rem;
  display: flex;
  position: relative;
}

.crafted-hero_haeding {
  color: var(--_colors---blue-2);
  letter-spacing: -.03em;
  font-family: "F 37 Wicklowtrial", Times New Roman, sans-serif;
  font-size: 7.56rem;
  font-weight: 300;
  line-height: 1;
}

.crafted-hero_subtext-wrapper {
  max-width: 30.63rem;
}

.crafted-0102_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.crafted-0102_item-left {
  background-color: #dfe5f0;
  padding: 2.5rem 3.2rem 2rem 2rem;
}

.crafted-large-number {
  opacity: .2;
  color: var(--_colors---blue-2);
  font-family: "F 37 Wicklowtrial", Times New Roman, sans-serif;
  font-size: clamp(8rem, 3.176rem + 7.7806vw, 15.625rem);
  line-height: .8;
}

.crafted-large-number.is-alt {
  color: var(--_colors---off-white);
}

.project-scroll-section {
  position: relative;
}

.sticky-viewport {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.crafted-0102_item-left_bottom {
  justify-content: space-between;
  align-items: flex-end;
  padding-left: .63rem;
  display: flex;
}

.crafted-0102_item-content-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  max-width: 18rem;
  display: flex;
}

.crafted-0102_item-right {
  background-color: var(--_colors---blue-2);
  border-bottom: 1px solid #f7f7f533;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 1.4rem;
  padding-left: 2rem;
  display: flex;
}

.trigger-zone {
  height: 80vh;
}

.crafted-0203_item-left {
  background-color: var(--_colors---blue-2);
  border-right: 1px solid #f7f7f533;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 2.5rem 2rem 1.4rem;
  display: flex;
}

.crafted-0203_item-right {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--_colors---blue-2);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.crafted-0203_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.crafted-0203_item-right_top {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  max-width: 21.3rem;
  display: flex;
}

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

.crafted-0203_item-right_bottom {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.crafted-0304_component, .crafted-0304_component-copy {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.crafted-0304_item-left {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--_colors---blue-2);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3rem 2rem 2rem;
  display: flex;
}

.crafted-0304_item-right_bottom {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.crafted-0304_item-right {
  grid-column-gap: 12.5rem;
  grid-row-gap: 12.5rem;
  background-color: #dfe5f0;
  border-bottom: 1px solid #00000024;
  flex-flow: column;
  padding: 2.5rem 2rem 2rem;
  display: flex;
}

.crafted-0405_component, .crafted-05_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.crafted-05_item-left {
  grid-column-gap: 11.25rem;
  grid-row-gap: 11.25rem;
  background-color: var(--_colors---blue);
  border-bottom: 1px solid #0b171f33;
  border-right: 1px solid #0b171f33;
  flex-flow: column;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  display: flex;
}

.crafted-05_left-item_content {
  max-width: 15rem;
}

.crafted-05_item-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--_colors---blue);
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 2.3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.crafted-05_item-right_content-wrapper {
  max-width: 24rem;
}

.crafted-06_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.crafted-06_item {
  background-color: var(--_colors---blue);
}

.crafted-06_item-right {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  background-color: var(--_colors---blue-2);
  border-bottom: 1px solid #fff3;
  flex-flow: column;
  padding: 2.5rem 2rem 2rem;
  display: flex;
}

.crafted-06_item-content-wrapper {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  max-width: 21.2rem;
  margin-left: auto;
  display: flex;
}

.section_home-hero {
  padding: 1.5rem 1rem;
  overflow: clip;
}

.video-container {
  border-radius: 1rem;
  width: 100%;
  min-height: 100svh;
  position: relative;
  overflow: clip;
}

.responsive-video {
  object-fit: cover;
  width: 105vw;
  height: 110vh;
  position: absolute;
  inset: 0%;
}

.video-overlay {
  background-color: #0006;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-hero_component {
  flex-flow: column;
  justify-content: space-between;
  min-height: 100vh;
  padding: 2.5rem 2.5rem 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-hero_logo {
  perspective-origin: 50%;
  transform-origin: 50%;
  color: #fff;
  max-width: 90vw;
  display: block;
  position: relative;
}

.home-hero_bottom {
  justify-content: space-between;
  align-items: flex-end;
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.home-hero_bottom_left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.home-hero_bottom_left-subtext-wrapper {
  max-width: 32rem;
}

.home-hero_bottom-scroll {
  color: var(--_colors---off-white);
  font-family: "F 37 Wicklowtrial", Times New Roman, sans-serif;
}

.preloader {
  z-index: 1000;
  background-color: var(--_colors---blue-2);
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: none;
  position: fixed;
  inset: 0%;
}

.lottie-animation {
  width: 10rem;
  height: 10rem;
}

.video-container02 {
  width: 100vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.responsive-video02 {
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.navbar {
  z-index: 999;
  justify-content: space-between;
  align-items: center;
  min-height: 4.5rem;
  padding: .5rem 2rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_logo-wrapper {
  z-index: 5;
  flex: none;
  width: 10rem;
  max-height: 3.5rem;
  margin-right: auto;
  display: flex;
  position: relative;
}

.home-hero_logo_source {
  width: 100%;
  min-height: 25rem;
  position: relative;
}

.navbar_menu-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.navbar_menu-link {
  color: var(--_colors---dark-blue);
  line-height: 1;
  text-decoration: none;
}

.navbar_menu-icon-wrapper {
  display: none;
}

.crafted-hero_star-bg {
  opacity: .45;
  max-width: 31rem;
  position: absolute;
}

.crafted-0102_item-left_bottom-al-t {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.crafted-0102_item-content-wrapper-alt {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  max-width: 21rem;
  display: flex;
}

.div-block-2, .div-block-3 {
  max-width: 22rem;
}

.div-block-4 {
  max-width: 21.1rem;
}

.div-block-5 {
  max-width: 14rem;
}

.section_about-collab01 {
  background-color: var(--_colors---blue-2);
}

.about-collab01_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-collab01_item-left01 {
  padding: 11.25rem 7rem 2rem 3rem;
}

.about-collab01_item-left01_content {
  max-width: 31rem;
}

.about-collab01_item-right-01 {
  border-bottom: 1px solid #f7f7f533;
  border-left: 1px solid #f7f7f533;
}

.about-collab01_item-left02 {
  padding: 0;
}

.about-collab01_item-right-02 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 3rem;
  padding-left: 3rem;
  padding-right: 1rem;
  display: flex;
}

.about-collab01_item-left02_image {
  object-fit: cover;
  width: 100%;
}

.div-block-6 {
  max-width: 12rem;
}

.div-block-7 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-top: .5rem;
  display: flex;
}

.div-block-8 {
  opacity: .8;
  max-width: 16rem;
}

.about-collab02_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--_colors---blue);
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-collab02_item-left01 {
  border-bottom: 1px solid #00000026;
  border-right: 1px solid #00000026;
  min-height: 25rem;
  padding-top: 4.2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
}

.about-collab02_item-left02 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.div-block-9 {
  opacity: .8;
  max-width: 11rem;
}

.about-collab02_item-right01 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.about-collab02_item-right02_image {
  object-fit: cover;
  width: 100%;
}

.section_about-collab03 {
  background-color: var(--_colors---blue-2);
}

.about-collab03_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-collab03_item-left01 {
  border-bottom: 1px solid #f7f7f533;
  border-right: 1px solid #f7f7f533;
  min-height: 25rem;
  padding-top: 3rem;
  padding-left: 3rem;
}

.about-collab03_item-right01 {
  min-height: 20rem;
}

.about-collab03_item-left02 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.text-style-n3 {
  letter-spacing: -.02em;
  font-family: "F 37 Wicklowtrial", Times New Roman, sans-serif;
  line-height: 1;
}

.div-block-10 {
  max-width: 14rem;
}

.div-block-11 {
  opacity: .8;
  max-width: 13rem;
}

.div-block-12, .div-block-13 {
  max-width: 15rem;
}

.projects-more_item01-i {
  grid-column-gap: 1.5rem;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.projects-more_item01-i.hide {
  display: none;
}

.projects-more_item02-wrap-inside {
  grid-column-gap: 1.5rem;
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.projects-more_item-heading05-wrap {
  flex: none;
  width: 100%;
  max-width: 29rem;
  margin-top: auto;
}

.projects-more_item-heading02-wrap {
  flex: 0 auto;
  width: 100%;
  max-width: 36.625rem;
  margin-top: auto;
}

.footer-bottom-parentheses {
  color: var(--_colors---pink-3-final);
  font-size: .8rem;
  text-decoration: none;
}

.footer-disclaimer-wrapper {
  margin-top: 2rem;
}

.footer-disclaimer-text {
  color: #efdceb80;
  font-size: .8rem;
  line-height: 1.3;
}

@media screen and (min-width: 1440px) {
  .projects-more_item03-wrap {
    right: 1.1rem;
  }

  .projects-more_item04-wrap {
    right: -.4rem;
  }

  .projects-more_item01 {
    width: 50rem;
  }

  .projects-more_item02-content-wrap {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .projects-more_item02-content {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1920px) {
  .projects-more_item-heading {
    font-size: 7rem;
  }

  .projects-more_item-heading-wrap {
    justify-content: space-between;
    align-items: center;
    max-width: 54rem;
  }

  .projects-more_item02-wrap {
    justify-content: flex-start;
    align-items: flex-end;
    max-width: 65rem;
    bottom: 1.1rem;
  }

  .project-row {
    height: 16rem;
  }

  .project-row.project-row03 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .project-row.project-row-first {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    height: 9rem;
  }

  .project-row.project-row02 {
    justify-content: space-between;
  }

  .projects-more_item01 {
    width: 65rem;
  }

  .projects-more_item01-img-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .projects-more_item01-img {
    max-width: 100%;
    height: 13rem;
  }

  .projects-more_item01-content-wrapper {
    max-width: 20rem;
  }

  .projects-more_item01-content {
    font-size: 1.2rem;
  }

  .projects-more_item02-img {
    max-width: 100%;
    height: 13rem;
  }

  .projects-more_item02-content-wrap {
    max-width: 40rem;
  }

  .projects-more_item02-content {
    font-size: 1.2rem;
  }

  .projects-more_item03-img {
    max-width: 100%;
    height: 13rem;
  }

  .projects-more_item03-text {
    font-size: 1.3rem;
  }

  .projects-more_item04-image {
    max-width: 100%;
    height: 13rem;
  }

  .projects-more_item05-image {
    height: 13rem;
  }

  .projects-more_item01-i {
    right: 0;
  }

  .projects-more_item-heading05-wrap {
    justify-content: space-between;
    align-items: center;
    max-width: 40rem;
  }

  .projects-more_item-heading02-wrap {
    justify-content: space-between;
    align-items: center;
    max-width: 54rem;
  }
}

@media screen and (max-width: 991px) {
  .section_home-featured-project {
    padding-bottom: 4rem;
  }

  .home-featured-project_image-wrapper {
    height: 23rem;
  }

  .home-featured-project_content-wraper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .home-featured-project_content-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .home-featured-project_content-left-title {
    font-size: 8rem;
  }

  .footer_top-row {
    grid-template-columns: 1fr;
  }

  .footer_top-row-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer_top-row-address-wrapper {
    max-width: 24rem;
  }

  .footer_top-row-right {
    padding-top: 2rem;
  }

  .footer_bottom-left_bottom {
    grid-template-columns: 1fr;
  }

  .section_about-year {
    min-height: auto;
  }

  .about-year_left-heading {
    font-size: 6rem;
  }

  .section_projects-home {
    height: auto;
    padding-top: 7rem;
    padding-bottom: 2rem;
  }

  .projects-home_component {
    grid-row-gap: 3rem;
    flex-flow: column;
    padding-left: 0;
    display: flex;
  }

  .projects-home_content-wrapper {
    grid-row-gap: 2rem;
  }

  .projects-home_heading {
    font-size: 2.6rem;
  }

  .projects-home_heading-wrapper {
    grid-row-gap: 2rem;
    max-width: 25rem;
  }

  .projects-home_image-wrapper {
    justify-content: flex-start;
    align-items: center;
    display: none;
    position: static;
  }

  .projects-link {
    font-size: .9rem;
  }

  .projects-fullscreen_component {
    grid-row-gap: 4rem;
  }

  .projects-fullscreen_text {
    display: none;
  }

  .projects-fullscreen_image {
    height: auto;
  }

  .section_projects-enso {
    padding-bottom: 4rem;
  }

  .projects-enso_top-wrapper {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
  }

  .projects-enso_top-heading {
    font-size: 10rem;
  }

  .projects-enso_bottom-wrapper {
    grid-row-gap: 8rem;
  }

  .projects-enso_bottom-heading {
    font-size: 10rem;
  }

  .projects-enso_bottom-heading02 {
    font-size: 2.5rem;
  }

  .section_projects-more {
    padding-bottom: 2rem;
  }

  .project-list-container {
    margin-top: 1rem;
  }

  .projects-more_item-heading {
    font-size: 4rem;
  }

  .projects-more_item01-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    position: static;
  }

  .about-large-number-text {
    font-size: 4rem;
  }

  .about-value_right-item-02_logo {
    margin-top: 1rem;
  }

  .about-plaza_item-left {
    padding-left: 3rem;
  }

  .about-plaza_item-right {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  .about-plaza_item-right_heading {
    font-size: 2.6rem;
  }

  .projects-more_item02-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    position: static;
  }

  .projects-more_item03-wrap {
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    position: static;
  }

  .about-plaza_item-right_content-top {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .project-row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-left: 3rem;
    display: flex;
  }

  .project-row.project-row04 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .project-row.project-row-first {
    height: auto;
  }

  .project-row.project-row05 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .projects-more_item04-wrap {
    grid-row-gap: 1rem;
    flex-flow: column;
    flex: 0 auto;
    height: auto;
    position: static;
  }

  .projects-more_item05-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    height: auto;
    position: static;
  }

  .projects-more_item01 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    opacity: 100;
    flex-flow: column;
  }

  .projects-more_item01-content-wrapper {
    height: auto;
  }

  .projects-more_item02-content-wrap {
    max-width: 25rem;
  }

  .projects-more_item02-content {
    font-size: 1rem;
  }

  .projects-more_item03-content-wrapper {
    left: 0;
  }

  .projects-more_item04-content-wrapper {
    margin-left: 0;
  }

  .section_about-team {
    grid-template-columns: 1fr;
  }

  .about-team_left-haeding-wrapper {
    margin-bottom: 0;
    padding-top: 2rem;
  }

  .about-team_left-person-item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-bottom-style: none;
    min-height: 15rem;
    padding-bottom: 2rem;
  }

  .about-team_left-person-item-top {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .about-team_left-person-item-bottom {
    max-width: 34rem;
  }

  .crafted-hero_haeding {
    font-size: 5rem;
  }

  .navbar {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .navbar_menu-list {
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .navbar_menu-link {
    text-align: center;
    font-family: "F 37 Wicklowtrial", Times New Roman, sans-serif;
    font-size: 3rem;
    line-height: 1;
  }

  .navbar_menu-link.w--current {
    border-bottom: 1px solid #00000080;
    font-style: italic;
  }

  .navbar_menu-icon-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    padding: 1rem;
    display: flex;
    position: relative;
  }

  .navbar_menu-icon-line {
    z-index: 5;
    background-color: var(--_colors---blue-2);
    width: 2rem;
    height: 1px;
    position: relative;
  }

  .about-collab02_item-left01 {
    min-height: 17rem;
  }

  .about-collab03_item-left01 {
    min-height: 19rem;
  }

  .projects-more_item01-i {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .home-about_component {
    grid-template-columns: 1fr;
  }

  .home-about_left-item {
    padding-top: 4rem;
    padding-bottom: 27.25rem;
  }

  .text-style-n1 {
    font-size: 1rem;
    line-height: 1.4;
  }

  .home-about_right-item-top {
    padding-top: 4rem;
    padding-bottom: 2rem;
    display: none;
  }

  .home-about_right-item-bottom_content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .heading-style-n2 {
    font-size: 2rem;
  }

  .home-about_right-item-bottom_motif-wrapper {
    min-height: auto;
  }

  .home-about_left-item_bottom {
    padding-bottom: 3rem;
  }

  .footer_top-row {
    margin-bottom: 2rem;
  }

  .footer_top-row-heading {
    font-size: 4rem;
  }

  .footer_top-row-address {
    font-size: 1.5rem;
  }

  .footer_bottom-wrapper {
    flex-flow: column;
    display: flex;
  }

  .footer_bottom-left_link-wrapper {
    margin-bottom: 2rem;
  }

  .footer_bottom-left_bottom {
    grid-template-columns: 1fr;
  }

  .about-hero_heading {
    font-size: 6rem;
  }

  .about-thinking-ahead_component {
    grid-template-columns: 1fr;
  }

  .about-thinking-ahead_right {
    min-height: auto;
    padding-top: 2rem;
    padding-bottom: 1rem;
    padding-right: 0;
  }

  .about-year_component {
    grid-template-columns: 1fr;
  }

  .about-year_left {
    border-bottom-style: none;
    padding-top: 0;
  }

  .about-year_right {
    display: none;
  }

  .about-year_left-02 {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1rem 0 4rem 4rem;
  }

  .about-oil_component {
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .about-oil_left-02 {
    flex-flow: column-reverse;
    padding-top: 2rem;
    padding-left: 3rem;
    display: flex;
  }

  .about-oil_right-01 {
    border-bottom-style: none;
    padding: 3rem 2rem 2rem;
  }

  .about-oil_right-02 {
    display: none;
  }

  .about-oil_left-02_top {
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
  }

  .about-oil_left-02_bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    max-width: 7rem;
    display: flex;
  }

  .about-value_component {
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .about-value_component.is-alt {
    flex-flow: column;
  }

  .section_projects-home {
    height: auto;
  }

  .projects-home_image-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .projects-link-wrapper {
    position: static;
  }

  .about-value_left-item {
    padding-top: 3rem;
  }

  .projects-enso_component {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
  }

  .projects-enso_top-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .projects-enso_top-heading {
    text-align: center;
    font-size: 8rem;
  }

  .projects-enso_top-header {
    font-size: 2.5rem;
  }

  .projects-enso_bottom-wrapper {
    grid-row-gap: 5rem;
  }

  .projects-enso_bottom-heading {
    font-size: 8rem;
  }

  .about-value_left-item-02 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 2rem;
    padding-left: 3.3rem;
  }

  .projects-enso_bottom-content-wrapper {
    grid-row-gap: 8rem;
  }

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

  .projects-enso_bottom-text {
    text-align: center;
    font-size: 1rem;
  }

  .projects-enso_bottom-heading02 {
    text-align: center;
  }

  .projects-more_item-heading {
    font-size: 2.5rem;
  }

  .about-value_right-item-02 {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .about-large-number-text {
    font-size: 1.5rem;
  }

  .about-plaza_component {
    grid-template-columns: 1fr;
  }

  .about-plaza_item-left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-plaza_item-right {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 2rem;
  }

  .projects-more_item02-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
  }

  .projects-more_item03-wrap, .projects-more_item05-wrap, .projects-more_item01 {
    flex-flow: column;
  }

  .projects-more_item01-img {
    max-width: 100%;
    height: 100%;
  }

  .projects-more_item01-content-wrapper {
    max-width: 1005rem;
  }

  .projects-more_item02-img {
    max-width: 100%;
    height: 100%;
  }

  .projects-more_item02-content-wrap {
    max-width: 100%;
  }

  .projects-more_item02-content {
    font-size: 1rem;
  }

  .projects-more_item03-content-wrapper {
    left: 0;
  }

  .about-plaza-note_component {
    grid-template-columns: 1fr;
  }

  .about-plaza-note_item-left {
    display: none;
  }

  .about-present_component {
    padding-top: 3rem;
  }

  .projects-more_item05-content-wrapper {
    padding-bottom: 0;
  }

  .crafted-0102_component {
    grid-template-columns: 1fr;
  }

  .crafted-large-number {
    font-size: 5rem;
  }

  .crafted-0102_item-left_bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
  }

  .crafted-0102_item-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .crafted-0102_item-right {
    border-bottom: 0 #f7f7f500;
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .crafted-0203_item-left {
    padding-bottom: 2rem;
  }

  .crafted-0203_item-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .crafted-0203_component {
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .crafted-0203_item-right_top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .crafted-0304_component-copy {
    grid-template-columns: 1fr;
  }

  .crafted-0304_item-left {
    padding-top: 0;
    padding-bottom: 0;
  }

  .crafted-0304_item-right {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-bottom-style: none;
    border-bottom-color: #0000;
  }

  .crafted-05_component {
    grid-template-columns: 1fr;
  }

  .crafted-05_item-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-bottom-style: none;
    border-bottom-color: #0b171f00;
    border-right-style: none;
    padding-bottom: 1rem;
  }

  .crafted-06_component {
    grid-template-columns: 1fr;
  }

  .crafted-06_item {
    display: none;
  }

  .crafted-06_item-right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border-bottom-style: none;
    border-bottom-color: #fff0;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .crafted-06_item-content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    margin-left: 0;
    display: flex;
  }

  .about-thinking-ahead_item, .crafted-icon {
    display: none;
  }

  .crafted-0102_item-left_bottom-al-t {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 2rem;
  }

  .crafted-0102_item-content-wrapper-alt {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about-collab01_component {
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .about-collab01_item-left01 {
    padding-top: 4.9rem;
    padding-bottom: 4.9rem;
  }

  .about-collab01_item-left01_content {
    max-width: 24rem;
  }

  .about-collab01_item-right-01 {
    display: none;
  }

  .about-collab01_item-right-02 {
    padding-top: 3rem;
  }

  .about-collab02_component {
    grid-template-columns: 1fr;
  }

  .about-collab02_item-left01 {
    min-height: 11rem;
    padding-left: 3rem;
  }

  .about-collab02_item-left02, .about-collab02_item-right01 {
    display: none;
  }

  .about-collab03_component {
    flex-flow: column;
    display: flex;
  }

  .about-collab03_component.is-first {
    display: none;
  }

  .about-collab03_item-left01 {
    border-bottom-style: none;
    min-height: 11rem;
    padding-left: 3rem;
  }

  .about-collab03_item-right01 {
    display: none;
  }

  .about-collab03_item-left02 {
    padding-top: 2rem;
  }

  .div-block-14 {
    padding-bottom: 2rem;
  }

  .projects-more_item01-i {
    flex-flow: column;
  }

  .projects-more_item02-wrap-inside {
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .projects-more_item-heading02-wrap {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-about_left-item {
    padding-bottom: 21.5rem;
    padding-left: 1.5rem;
  }

  .text-style-n1 {
    font-size: .88rem;
  }

  .home-about_right-item-bottom {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-style-n2 {
    font-size: 1.75rem;
  }

  .home-featured-project_content-left-title {
    font-size: 6rem;
  }

  .home-featured-project_content-left_stats-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .home-about_left-item_bottom {
    min-height: 20rem;
    padding-left: 2.5rem;
    padding-right: 1.5rem;
  }

  .section_footer {
    padding-bottom: 1rem;
  }

  .footer_component {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer_top-row {
    margin-bottom: 3rem;
  }

  .footer_top-row-heading {
    font-size: 3rem;
  }

  .footer_top-row-right_form {
    grid-template-columns: 1fr;
  }

  .footer_bottom-left_link-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 4rem;
  }

  .about-hero_heading {
    font-size: 4rem;
  }

  .about-hero_image-wrapper {
    margin-top: 2rem;
  }

  .about-thinking-ahead_right {
    padding-bottom: 0;
    padding-left: 1.5rem;
  }

  .about-year_left {
    padding-top: 2rem;
    padding-bottom: 0;
    padding-left: 1.5rem;
  }

  .about-year_left-heading {
    font-size: 4rem;
  }

  .about-year_left-02 {
    padding-top: 0;
    padding-left: 2.5rem;
  }

  .section_projects-home {
    padding-top: 8rem;
  }

  .projects-home_heading {
    font-size: 1.7rem;
  }

  .projects-home_image {
    height: 25rem;
  }

  .projects-link {
    font-size: .8rem;
  }

  .projects-fullscreen_image {
    height: 13rem;
  }

  .projects-enso_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .projects-enso_top-heading {
    text-align: left;
    font-size: 4rem;
  }

  .projects-enso_top-content-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .projects-enso_top-text {
    text-align: left;
    font-size: 1.2rem;
  }

  .projects-enso_top-header {
    text-align: left;
    font-size: 2rem;
  }

  .projects-enso_bottom-wrapper {
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .projects-enso_bottom-heading {
    text-align: left;
    font-size: 3rem;
  }

  .about-value_left-item-02 {
    padding-bottom: 3rem;
  }

  .projects-enso_bottom-content-wrapper {
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .projects-enso_bottom-content {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
  }

  .projects-enso_bottom-text {
    text-align: left;
    font-size: .88rem;
  }

  .projects-enso_bottom-content01-wrap, .projects-enso_bottom-content02-wrap {
    grid-column-gap: .5rem;
  }

  .projects-enso_bottom-content02-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .projects-enso_bottom-heading02 {
    text-align: left;
    font-size: 2rem;
  }

  .projects-enso_bottom-heading02-wrapper {
    margin-left: 0;
    display: none;
  }

  .projects-more_item-heading {
    font-size: 2rem;
  }

  .about-value_right-item-02 {
    padding-top: 4rem;
  }

  .about-plaza_item-left {
    display: none;
  }

  .about-plaza_item-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column-reverse;
    padding-top: 3rem;
    padding-bottom: 1rem;
    padding-left: 2.9rem;
  }

  .about-plaza_item-right_heading {
    font-size: 2.2rem;
    display: none;
  }

  .projects-more_item03-wrap {
    width: 100%;
  }

  .about-plaza_item-right_content-top {
    max-width: 17rem;
  }

  .project-row {
    padding: 1.5rem 1.25rem;
  }

  .projects-more_item04-wrap {
    width: 100%;
  }

  .about-plaza_image-component {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .projects-more_item05-wrap {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .projects-more_item01-content-wrapper {
    padding-bottom: 0;
  }

  .projects-more_item01-content {
    font-size: .88rem;
  }

  .projects-more_item02-content {
    font-size: .9rem;
  }

  .projects-more_item03-content-wrapper {
    grid-row-gap: .5rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .projects-more_item03-text {
    font-size: .9rem;
  }

  .about-plaza-note_item-right_content {
    max-width: none;
  }

  .projects-more_item04-content-wrapper {
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .about-present_component {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .projects-more_item05-content-wrapper {
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .about-present_content {
    margin-bottom: 3rem;
  }

  .heading-style-n3 {
    font-size: 2.7rem;
  }

  .about-present_display-text {
    margin-bottom: 1rem;
    display: block;
  }

  .about-present_image {
    aspect-ratio: 1;
  }

  .about-team_left-haeding-wrapper {
    margin-bottom: 1rem;
    padding-top: 1.5rem;
    padding-left: 1.5rem;
  }

  .about-team_left-person-item {
    padding: 1.5rem 1.5rem 2rem;
  }

  .about-team_left-person-item-top {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .crafted-hero_component {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .crafted-hero_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .crafted-hero_haeding {
    font-size: 4rem;
  }

  .home-hero_bottom {
    bottom: 10%;
  }

  .home-hero_bottom-scroll {
    display: none;
  }

  .navbar_logo-wrapper {
    max-height: 3rem;
  }

  .navbar_menu-link {
    font-size: 2rem;
  }

  .about-collab01_item-left01 {
    padding-right: 1.5rem;
  }

  .projects-more_item01-i {
    flex-flow: column-reverse;
  }

  .projects-more_item02-wrap-inside {
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .footer-disclaimer-text {
    font-size: .65rem;
  }
}

#w-node-_29e4be20-dc61-624b-026b-d3334226db11-4226daf5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_29e4be20-dc61-624b-026b-d3334226db11-4226daf5 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Manrope Variable';
  src: url('../fonts/Manrope-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'F 37 Wicklowtrial';
  src: url('../fonts/F37WicklowTrial-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'F 37 Wicklowtrial';
  src: url('../fonts/F37WicklowTrial-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}