:root {
  --black: black;
  --dim-grey: #737373;
  --white: white;
  --light-grey: #f4f4f4;
  --red: red;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: var(--image-i5cec3e91);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  letter-spacing: .2rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  letter-spacing: .2rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  letter-spacing: .25rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

h4 {
  letter-spacing: .219rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
}

h5 {
  letter-spacing: .219rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  color: var(--dim-grey);
  margin-bottom: 0;
}

a {
  border-color: var(--black);
  color: var(--black);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: 1.35rem;
  padding-left: .5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-light {
  font-weight: 300;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.show {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

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

.text-weight-bold {
  font-weight: 700;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-normal {
  font-weight: 400;
}

.text-align-center {
  text-align: center;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.show-mobile-portrait {
  display: none;
}

.text-style-italic {
  font-style: italic;
}

.hide {
  display: none;
}

.text-align-left {
  text-align: left;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-style-link {
  text-decoration: underline;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  flex: 1;
  font-size: .875rem;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.text-rich-text a {
  text-decoration: underline;
}

.text-rich-text figcaption {
  opacity: .8;
  text-align: left;
  border-left: 2px solid #000;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.text-size-tiny {
  font-size: .75rem;
}

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.background-color-black {
  background-color: var(--black);
  color: #f5f5f5;
}

.rl-styleguide_classes {
  display: none;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.page-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.text-align-right {
  text-align: right;
}

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.show-mobile-landscape {
  display: none;
}

.background-color-white {
  background-color: var(--white);
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxlarge, .margin-bottom.margin-large, .margin-bottom.margin-large {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-weight-medium {
  font-weight: 500;
}

.text-size-medium {
  font-size: 1.125rem;
}

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form-checkbox-label {
  margin-bottom: 0;
}

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

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.text-size-large {
  font-size: 1.25rem;
}

.heading-xxlarge {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.form-radio-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.styleguide_icons-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.heading-large {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.image-wrapper-3-2 {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.projectbutton {
  z-index: 5;
  color: var(--black);
  text-align: center;
  letter-spacing: .2rem;
  background-color: #0000;
  width: auto;
  padding: 1.2rem 4rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 1.25rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.projectbutton.is-alternate {
  background-color: var(--white);
  color: #000;
}

.projectbutton.is-button-small {
  padding: .5rem 1.25rem;
}

.projectbutton.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.projectbutton.is-link {
  color: var(--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.projectbutton.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.projectbutton.is-secondary {
  color: var(--black);
  background-color: #0000;
}

.form-input {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: var(--black);
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.is-search-input {
  padding-left: 3rem;
}

.form-input.is-select-input {
  background-color: var(--white);
  background-image: none;
}

.background-color-lightgrey {
  background-color: var(--light-grey);
}

.form-checkbox-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.heading-xsmall {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.image-wrapper-4-3 {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

.button-secondary {
  border: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  padding: .75rem 1.5rem;
}

.button-secondary.is-button-small {
  padding: .5rem 1.25rem;
}

.button-secondary.is-alternate {
  border-color: var(--white);
  color: var(--white);
}

.button-secondary.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.heading-small {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-style-quote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.form-field-wrapper {
  position: relative;
}

.image-wrapper_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-wrapper-16-9 {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.text-color-black {
  color: var(--black);
}

.stylesystem-images_layout {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-wrapper-1-1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

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

.heading-xlarge {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.rl-styleguide-message-delete-this {
  text-align: center;
  background-color: #f1f0ee;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.rl-styleguide-message-wrapper {
  text-align: left;
  background-color: #e4e2df;
  border-radius: 16px;
  padding: 2.5rem;
}

.rl-styleguide-message-fixed {
  z-index: 99;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.form-radio-label {
  margin-bottom: 0;
}

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

.text-lineheight-normal {
  line-height: 1.5;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.rl-styleguide_class-sample-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #10182808;
}

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.rl-styleguide_callout-link-wrapper {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.text-lineheight-xshort {
  line-height: 1.2;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

.text-lineheight-xtall {
  line-height: 2;
}

.icon-medium {
  height: 3rem;
}

.text-lineheight-none {
  line-height: 1;
}

.rl-styleguide_class-label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  border-radius: 2px;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_class-label.html-tags {
  background-color: #be4aa5;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #10182824;
}

.text-letterspacing-wide {
  letter-spacing: .025em;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.styleguide_color-sample {
  padding: 8rem 1.5rem 1.25rem;
}

.styleguide_color-sample.is-lightgrey {
  background-color: #f4f4f4;
}

.styleguide_color-sample.is-black {
  background-color: #000;
}

.styleguide_color-sample.is-white {
  background-color: #fff;
}

.text-lineheight-short {
  line-height: 1.3;
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #1018281a, 0 1px 2px #1018280f;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #1018280d;
}

.icon-large {
  height: 5rem;
}

.button-tertiary {
  background-color: var(--light-grey);
  color: var(--black);
  text-align: center;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button-tertiary.is-button-small {
  padding: .5rem 1.25rem;
}

.button-tertiary.is-alternate {
  color: #fff;
  background-color: #464646;
  border-color: #464646;
}

.button-tertiary.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.rl-styleguide_paste-text {
  color: #00000080;
  text-align: center;
  border: 1px dashed #00000026;
  padding: 1rem;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.button-link {
  color: var(--black);
  background-color: #0000;
  align-items: center;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.button-link:hover {
  color: var(--red);
}

.button-link.is-alternate {
  color: #fff;
}

.button-link.with-icon {
  grid-column-gap: .5rem;
}

.icon-xsmall {
  height: 1.5rem;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-xxsmall {
  height: 1rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.text-lineheight-tall {
  line-height: 1.7;
}

.icon-small {
  height: 2rem;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

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

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  display: flex;
}

.rl-styleguide_shadow-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 8rem;
  padding: 1rem;
  display: flex;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-letterspacing-xtight {
  letter-spacing: -.03em;
}

.text-letterspacing-normal {
  letter-spacing: 0;
}

.text-letterspacing-xwide {
  letter-spacing: .05em;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.icon-xlarge {
  height: 6.5rem;
}

.text-letterspacing-tight {
  letter-spacing: -.015em;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #1018281a, 0 2px 4px -2px #1018280f;
}

.rl-styleguide_extension {
  display: none;
}

.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.navbar5_icon-wrapper {
  flex: none;
}

.navbar5_dropdown-list.w--open {
  background-color: var(--white);
  border-bottom: 1px solid #000;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  padding-top: 1rem;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: 4.5rem 0% auto;
  overflow: hidden;
}

.navbar5_blog-image-wrapper {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.navbar5_dropdown-content-right {
  flex: 1;
  max-width: 35rem;
  padding: 2rem 0 2rem 2rem;
  display: flex;
  position: relative;
}

.navbar5_menu-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.dropdown-icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
}

.dropdown-icon.no-margin-right {
  margin-right: 0;
}

.navbar5_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 2rem 2rem 0;
  display: grid;
}

.navbar5_dropdown-toggle {
  padding: 1.5rem 2.5rem 1.5rem 1rem;
  transition: color .2s;
}

.navbar5_dropdown-toggle:hover {
  color: var(--red);
}

.navbar5_menu-dropdown {
  position: static;
}

.navbar5_blog-image.ltd {
  width: 8rem;
}

.navbar5_blog-image.yerico {
  width: 16rem;
}

.navbar5_blog-image.hanyang {
  width: 12rem;
}

.navbar5_blog-image.komico {
  width: 8rem;
}

.navbar5_blog-image.bcnc {
  width: 7.5rem;
}

.navbar5_blog-image.ls {
  width: 12.2rem;
}

.navbar5_blog-image.wonik {
  width: 14rem;
}

.navbar5_blog-image.ecomicron, .navbar5_blog-image.ls2 {
  width: 11rem;
}

.navbar5_blog-image.yerico2 {
  width: 20rem;
}

.navbar5_link {
  padding: 1.5rem 1rem;
  transition: color .2s;
}

.navbar5_link:hover {
  color: var(--red);
}

.navbar5_link.w--current {
  color: var(--black);
}

.navbar5_logo-link {
  padding-left: 0;
}

.navbar5_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 5.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar5_menu {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.navbar5_dropdown-content-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar5_dropdown-content-wrapper.z-index-1 {
  grid-row-gap: 1rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: max-content max-content;
  grid-auto-rows: max-content;
  width: 100%;
}

.navbar5_dropdown-content {
  width: 100%;
  display: flex;
}

.navbar5_dropdown-right-overlay-absolute {
  background-color: var(--light-grey);
  min-width: 100vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.navbar5_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
}

.navbar5_blog-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: grid;
}

.navbar5_component {
  background-color: var(--white);
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar5_blog-list {
  grid-column-gap: 0rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.navbar5_logo {
  width: 3.5rem;
  margin-top: -1.5rem;
}

.navbar5_menu-left {
  align-items: center;
  display: flex;
}

.navbar5_menu-button {
  padding: 0;
}

.navbar5_large-item-content {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-left: 2rem;
  display: flex;
}

.navbar5_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navbar5_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-wrapper {
  display: flex;
}

.paragraph, .text-color-grey {
  color: var(--dim-grey);
}

.right-arrow-icon {
  font-size: 18px;
}

.home-header_leftarrow {
  justify-content: flex-start;
  align-items: center;
  width: 1rem;
  height: 30px;
  margin-top: 30px;
  display: flex;
  inset: 0 auto 0 30px;
}

.home-header_mask {
  height: 100%;
}

.button-left-border {
  z-index: 1;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  width: 30%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.button-left-border.white-border {
  border-bottom-color: #fff;
  border-left-color: #fff;
}

.home-header_slidenav {
  justify-content: center;
  width: 40%;
  display: flex;
}

.home-header_slider-item {
  height: auto;
}

.button-right-border {
  z-index: 1;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 30%;
  height: 30%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.button-right-border.white-border {
  border-top-color: #fff;
  border-right-color: #fff;
}

.home-header_item-container {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 85vh;
  transition: padding .2s;
}

.button-with-border-container {
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.home-header_rightarrow {
  border-left: 1px #fff;
  justify-content: flex-end;
  align-items: flex-start;
  width: 1rem;
  height: 100%;
  margin-top: 30px;
  display: flex;
  inset: 0 30px 0 auto;
}

.image {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.home-header_slider {
  background-color: #0000;
  height: 100%;
}

.button-with-border {
  z-index: 5;
  color: #000;
  text-align: center;
  letter-spacing: 4.4px;
  background-color: #0000;
  width: 175px;
  padding: 10px 17px;
  font-family: Bebas Neue, sans-serif;
  font-size: 17px;
  line-height: 27px;
  position: relative;
}

.button-with-border.large-button {
  padding: 23px 78px;
}

.button-with-border.large-button.white-text {
  font-weight: 400;
}

.left-arrow-icon {
  font-size: 18px;
}

.home-header_item-wrapper {
  width: 100%;
  height: 100%;
}

.home-header_item-wrapper.is-firstslide {
  background-image: var(--image-390c3c78);
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-header_item-wrapper.slide-background-second {
  background-image: var(--image-i76a311f);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-header_item-wrapper.is-thirdslide {
  background-image: var(--image-6ef0a573);
  background-position: 50% 100%;
  background-size: cover;
}

.home-header_item-wrapper.is-fourthslide {
  background-image: var(--image-4a00cc16);
  background-position: 50%;
  background-size: cover;
}

.home-header_item-wrapper.is-secondslide {
  background-image: var(--image-30432d60);
  background-position: 50% 100%;
  background-size: cover;
}

.home-header_item-wrapper.is-tamirobg {
  background-image: var(--image-8df17fc);
  background-position: 15%;
  background-size: cover;
}

.outlines {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.outlines.is-nobottom {
  border-bottom-style: none;
}

.outlines.is-patternbg {
  background-image: var(--image-i263aeb92);
  background-position: 0 0;
  background-size: auto;
}

.home-category_component {
  flex-direction: column;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.home-category_image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-with-line-container {
  padding-right: 1.25rem;
  transition: padding .3s;
  position: relative;
}

.link-with-line-container:hover {
  padding-left: .25rem;
  padding-right: 1rem;
}

.home-category_item-bg {
  z-index: 10;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.link-with-line {
  color: #000;
  letter-spacing: .25rem;
  text-transform: uppercase;
  background-color: #0000;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: none;
  transition: padding .3s, padding-left .3s;
  position: relative;
}

.link-with-line:hover {
  opacity: 1;
}

.features-blocks-number {
  color: #111;
  letter-spacing: 4.6px;
  font-family: Bebas Neue, sans-serif;
  font-size: 122px;
  line-height: 1.2;
  display: block;
  position: absolute;
  inset: -37px 15px auto auto;
}

.features-blocks-item-title {
  color: #111;
  letter-spacing: 4.65px;
  margin-bottom: 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}

.home-category_item-wrapper {
  z-index: 20;
  background-color: #fff;
  border: 1px solid #000;
  align-items: flex-end;
  height: 100%;
  transition: transform .3s;
  display: flex;
  position: relative;
}

.home-category_item-wrapper:hover {
  transform: translate(-.5rem, -.5rem);
}

.home-category_content-wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
}

.features-blocks-info-text {
  color: #737373;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 22.5px;
}

.home-category_item {
  width: 33%;
  margin-left: .5rem;
  margin-right: .5rem;
  position: relative;
}

.home-category_container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: -4.5rem;
}

.link-line {
  border-top: 1px solid #000;
  width: 1rem;
  transition: all .3s;
  position: absolute;
  top: 43%;
  bottom: 50%;
  left: 0%;
}

.link-line:hover {
  width: 20px;
}

.home-category_image-container {
  z-index: -1;
  justify-content: center;
  align-items: center;
  height: 15rem;
}

.home-projects_component {
  padding: 8rem 1rem;
}

.home-projects_container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.square-header {
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
}

.square-header_text {
  z-index: 5;
  letter-spacing: 7.4px;
  object-fit: contain;
  object-position: 50% 50%;
  background-color: #fff;
  border: 1px solid #000;
  border-style: none solid solid none;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 7px 30px;
  font-size: 1.25rem;
  display: flex;
  position: relative;
}

.square-header_text.dark-background {
  border-top-style: solid;
  border-left-style: solid;
}

.square-header_bg {
  background-color: #000;
  transition: transform .2s linear;
  position: absolute;
  inset: 0%;
  transform: translate(5px, 5px);
}

.square-header_bg.is-whitebg {
  background-color: var(--white);
}

.large-h2-heading {
  margin-top: 25px;
  margin-bottom: 0;
  font-size: 80px;
}

.home-projects_wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-projects_wrapper.is-reverse {
  flex-direction: row-reverse;
}

.home-projects_image-wrapper {
  width: 48%;
  overflow: hidden;
}

.home-projects_image {
  object-fit: cover;
  width: 100%;
  height: 32rem;
  position: static;
}

.home-projects_info-container {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  width: 55%;
  min-height: 24rem;
  padding: 4rem 3rem 4rem 6rem;
  display: flex;
  position: relative;
}

.home-projects_info-container.is-reverse {
  border-left: 1px solid #000;
  border-right-style: none;
}

.contact_component {
  flex-direction: column;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.button-container {
  z-index: 10;
  margin-top: .75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer4_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.line-divider {
  background-color: var(--black);
  width: 100%;
  height: 1px;
}

.footer4_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.footer4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer4_credit-text {
  font-size: .875rem;
}

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

.footer4_link {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.footer4_logo-link {
  padding-left: 0;
}

.footer4_legal-link {
  font-size: .875rem;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.footer3_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer3_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer3_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.footer3_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer3_logo-link {
  float: none;
  padding-left: 0;
}

.footer3_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.footer3_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.footer3_credit-text {
  font-size: .875rem;
}

.footer3_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.footer3_legal-list {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer3_legal-link {
  font-size: .875rem;
}

.footer3_logo {
  width: 4rem;
  margin-bottom: .5rem;
}

.footer3_flag {
  width: 1.5rem;
  margin-left: .3rem;
}

.contact-header_component {
  background-image: var(--image-6cc65a67);
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 30rem;
  display: flex;
}

.contact-form_component {
  padding: 8rem 1rem;
}

.link-with-line-2 {
  color: #000;
  letter-spacing: 4.4px;
  text-transform: uppercase;
  background-color: #0000;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 30px;
  font-family: Bebas Neue, sans-serif;
  font-size: 17px;
  line-height: 27px;
  text-decoration: none;
  transition: padding .3s, padding-left .3s;
  position: relative;
}

.link-with-line-2:hover {
  opacity: 1;
}

.link-with-line-2.send-button {
  padding-left: 30px;
  padding-right: 10px;
}

.link-with-line-2.send-button:hover {
  padding-left: 37px;
  padding-right: 3px;
}

.link-with-line-2.primary-button-container {
  padding-left: 0;
}

.radio-buttons-container {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

.buttons-checkbox-wrapper {
  justify-content: flex-start;
  display: flex;
}

.radio-button-label {
  color: #111;
  letter-spacing: 7.22px;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 0;
  padding: 5px;
  font-family: Bebas Neue, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.form-2 {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.checkbox {
  background-color: #fff;
  border-style: none solid solid none;
  border-bottom-color: #111;
  border-right-color: #111;
  border-radius: 0;
  width: 13px;
  height: 13px;
  transition: all .3s;
}

.checkbox.w--redirected-checked {
  cursor: pointer;
  background-color: #fff;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #000;
  transform: translate(-1px, -1px);
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.buttons-checkbox {
  cursor: pointer;
}

.contact-form-input {
  border: 1px #000;
  border-bottom-style: solid;
  width: 49%;
  min-height: 60px;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 15px;
}

.contact-form-input:focus {
  border-bottom-color: #111;
}

.contact-form-input.form-textarea {
  width: 100%;
  min-height: 160px;
}

.radio-button-wrapper {
  align-items: center;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.text-span {
  text-decoration: underline;
}

.text-span:hover {
  text-decoration: none;
}

.form-contact-form {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.form-buttons {
  justify-content: flex-end;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.link-line-2 {
  border-top: 1px solid #000;
  width: 15px;
  transition: all .3s;
  position: absolute;
  top: 43%;
  bottom: 50%;
  left: 0%;
}

.link-line-2:hover {
  width: 20px;
}

.radio-button {
  margin-bottom: 5px;
  margin-left: 0;
  display: block;
}

.radio-button.w--redirected-checked {
  border-color: #111;
}

.radio-button.w--redirected-focus {
  box-shadow: none;
}

.contact-form-container {
  margin-top: 40px;
}

.checkbox-label {
  font-family: Open Sans, sans-serif;
  font-size: 13px;
}

.category-header_component {
  background-image: var(--image-7d865dc2);
  background-position: 50% 90%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 30rem;
  display: flex;
}

.category-header_component.is-builtbg {
  background-image: var(--image-25ae24a1);
  background-position: 50% 90%;
}

.category-header_component.is-underbg {
  background-image: var(--image-1435609);
  background-position: 50% 35%;
}

.category-header_component.is-pendingbg {
  background-image: var(--image-390c3c78);
}

.category-header_component.is-holdbg {
  background-image: var(--image-7d865dc2);
  background-position: 50% 100%;
}

.category-header_component.is-industrial {
  background-image: var(--image-1e517a66);
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  height: 44rem;
  position: relative;
}

.category-header_component.is-commercial {
  background-image: var(--image-8df17fc);
}

.category-header_component.is-hospitality {
  background-image: var(--image-i62dcc906);
}

.category-header_component.is-residential {
  background-image: var(--image-25ae24a1);
}

.category-header_component.is-assistedbg {
  background-image: var(--image-i53b60087);
  background-position: 50% 90%;
}

.profile-content_component {
  padding: 4rem 2rem 2rem;
}

.is-twocolumn {
  letter-spacing: 1px;
  column-count: 2;
  column-gap: 2.5rem;
}

.is-twocolumn.no-column {
  column-count: 1;
}

.profile-collab_component {
  flex-direction: column;
  align-items: center;
  padding: 8rem 2rem;
  display: flex;
}

.profile-collab_list {
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: -1.25rem;
  display: flex;
}

.profile-collab_item {
  width: 50%;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  position: relative;
}

.profile-collab_title {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 30%;
  display: flex;
}

.awards-item-description-title {
  letter-spacing: 3.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 20px;
}

.profile-collab_description {
  opacity: .7;
  color: #111;
  letter-spacing: 1.3px;
  margin-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: .813rem;
  font-weight: 400;
  line-height: 1.2;
}

.profile-collab_descriptionwrap {
  flex-direction: column;
  justify-content: flex-start;
  width: 70%;
  padding-left: 2.5rem;
  display: flex;
}

.profile-collab_hover {
  z-index: 2;
  background-color: #3434340f;
  height: 105%;
  display: block;
  position: absolute;
  inset: -7% 0% 0%;
}

.profile-header_component {
  background-image: var(--image-8df17fc);
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 30rem;
  display: flex;
}

.category-projects_component {
  padding: 4rem 2rem;
}

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

.category-projects_item-wrapper {
  position: relative;
}

.category-projects_item-bg {
  z-index: 10;
  background-color: var(--black);
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.category-projects_item-container {
  z-index: 20;
  background-color: var(--white);
  object-fit: fill;
  border: 1px solid #000;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 1rem;
  transition: transform .3s;
  display: flex;
  position: relative;
}

.category-projects_item-container:hover {
  transform: translate(-.5rem, -.5rem);
}

.category-project_image-container {
  z-index: -1;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.category-project_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.category-projects_title-wrapper {
  justify-content: space-between;
  display: flex;
}

.category-project_content-wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
}

.project-header_component {
  background-image: var(--image-7d865dc2);
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 45rem;
  display: flex;
}

.project-title_component {
  padding: 2rem;
}

.project-content_title, .project-title_wrap {
  justify-content: space-between;
  display: flex;
}

.project-content_wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.project-content_group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.project-content_group.is-middle {
  justify-content: center;
}

.project-gallery_component {
  padding: 4rem 2rem;
}

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

.project-gallery_lightbox, .project-gallery_image {
  width: 100%;
}

.profile-collab_ci {
  width: 50%;
}

.profile-collab_item2 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  position: relative;
}

.profile-collab_ciwrapper {
  width: 100%;
}

.project-text-size {
  max-width: 20rem;
}

.footer7_logo-link {
  padding-left: 0;
}

.footer7_link {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.footer7_top-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer7_legal-link {
  font-size: .875rem;
  text-decoration: underline;
  display: none;
}

.footer7_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.footer7_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.footer7_credit-text {
  font-size: .875rem;
}

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

.footer3_flagwrap {
  margin-top: -2px;
}

.navbar-dropdown4_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar7_icon-wrapper {
  flex: none;
}

.navbar-dropdown4_bottom-bar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.navbar-dropdown4_bottom-bar-left {
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content minmax(max-content, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.button-2 {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  padding: .75rem 1.5rem;
}

.button-2.is-link {
  color: var(--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-2.is-link.is-reset {
  justify-content: flex-end;
  margin-bottom: 1rem;
  display: flex;
}

.button-2.is-secondary {
  color: var(--black);
  background-color: #0000;
}

.button-2.is-small {
  padding: .5rem 1.25rem;
}

.navbar-dropdown4_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: grid;
}

.navbar-dropdown4_bottom-bar-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
  position: relative;
}

.navbar-dropdown4_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0;
  display: grid;
}

.navbar-dropdown4_item-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navbar-dropdown4_dropdown-list.w--open {
  background-color: var(--white);
  border-bottom: 1px solid #000;
  width: 100vw;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 4.5rem;
  left: 0;
  right: 0;
  overflow: hidden;
}

.navbar-dropdown4_component {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.navbar-dropdown4_icon-wrapper {
  flex: none;
}

.navbar-dropdown4_dropdown-toggle {
  padding: 1.5rem 2.5rem 1.5rem 1rem;
}

.navbar-dropdown4_dropdown-content {
  width: 100%;
  display: flex;
}

.navbar7_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navbar-dropdown4_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content max-content max-content max-content max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.navbar-dropdown4_bottom-bar-background {
  background-color: var(--light-grey);
  width: 200vw;
  position: absolute;
  inset: 0% -50vw;
}

.navbar-dropdown4_dropdown-content-left-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0;
  display: grid;
}

.home-header_slider-video1 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-header_itemlink {
  padding-bottom: .6rem;
  padding-right: 1rem;
}

.home-header_item-text-left {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: .6rem;
  padding-left: 1rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.home-header_play {
  margin-bottom: .5rem;
  margin-left: .5rem;
  display: none;
  inset: auto auto 0% 0%;
}

.archive-header_component {
  background-image: var(--image-6ef0a573);
  background-position: 50% 40%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 20rem;
  display: flex;
}

.archive-header_component.is-builtbg {
  background-image: var(--image-25ae24a1);
  background-position: 50% 90%;
}

.archive-header_component.is-underbg {
  background-image: var(--image-1435609);
  background-position: 50% 35%;
}

.archive-header_component.is-pendingbg {
  background-image: var(--image-390c3c78);
}

.archive-header_component.is-holdbg {
  background-image: var(--image-7d865dc2);
  background-position: 50% 100%;
}

.archive-header_component.is-industrial {
  background-image: var(--image-30432d60);
}

.archive-header_component.is-commercial {
  background-image: var(--image-8df17fc);
}

.archive-header_component.is-hospitality {
  background-image: var(--image-i62dcc906);
}

.archive-header_component.is-residential {
  background-image: var(--image-25ae24a1);
}

.archive-header_component.is-assistedbg {
  background-image: var(--image-i53b60087);
  background-position: 50% 90%;
}

.filters5_menu-link {
  white-space: nowrap;
  border: 1px solid #0000;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.filters5_menu-link.w--current {
  border-color: var(--black);
}

.filters5_results-text {
  font-size: .875rem;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.filters5_tags-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  flex: 1;
  align-items: center;
  display: flex;
}

.filters5_item-text-wrapper {
  grid-column-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.filters5_close-icon {
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: .5rem;
}

.filters5_layout {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.filters5_dropdown {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.filters5_form-checkbox1-label {
  margin-top: auto;
  margin-bottom: auto;
}

.filters5_list {
  flex-direction: column;
  display: flex;
}

.filters5_filters-dropdown-list.w--open {
  background-color: var(--white);
  border: 1px solid #000;
  min-width: 18.5rem;
  max-height: 15rem;
  margin-top: .5rem;
  padding: .5rem 1rem;
  overflow: auto;
}

.filters5_dropdown-toggle {
  border: 1px solid #000;
  align-items: center;
  min-height: 2.75rem;
  padding: .5rem 2.5rem .5rem 1rem;
  display: flex;
}

.search-icon {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  inset: auto auto auto 12px;
}

.filters5_form-block {
  width: 100%;
  margin-bottom: 0;
}

.filters5_dropdown-icon {
  margin-top: .75rem;
  margin-bottom: .75rem;
  margin-right: 1rem;
}

.filters5_filters-button {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  justify-content: center;
  padding: .75rem 1.5rem;
  display: flex;
}

.filters5_filter-group {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.filters5_keyword-search {
  align-items: center;
  display: flex;
  position: relative;
}

.filters5_tag {
  background-color: var(--light-grey);
  align-items: center;
  padding: .5rem .75rem .5rem 1rem;
  display: flex;
}

.filters5_filter-options {
  flex-direction: row;
}

.filters5_form-checkbox1 {
  align-items: center;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1.25rem;
  display: flex;
}

.filters5_feed-header-top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: grid;
}

.filters5_filters-wrapper {
  width: auto;
  overflow: hidden;
}

.filters5_form {
  background-color: #0000;
}

.filters5_category-menu {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.filters5_form-checkbox1-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin: auto .75rem auto -1.25rem;
  transition: all .2s;
}

.filters5_form-checkbox1-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-image: none;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.filters5_form-checkbox1-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.filters5_sort-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.filters5_sort-dropdown-toggle {
  padding: .5rem 1.5rem .5rem 0;
}

.feed-content-replace-this-div {
  border: 2px dashed #00000026;
  width: 100%;
  min-height: 200vh;
}

.filters5_sort-link {
  padding: .5rem;
}

.filters5_sort-link.w--current {
  color: var(--black);
}

.filters5_feed-header-bottom {
  grid-column-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.filters5_empty {
  text-align: center;
  border: 1px solid #000;
  padding: 2.9rem;
  display: none;
}

.filters5_tablet-modal-close-button {
  display: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.filters5_filter-group-list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  border-bottom-color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-section-large.remove-bottom {
  padding-bottom: 0;
}

.filters5_sort-dropdown-list.w--open {
  background-color: var(--white);
  border: 1px solid #000;
  padding: .5rem;
  right: 0%;
}

.filters5_results-wrapper {
  justify-content: center;
  display: flex;
}

.archive-gallery_component {
  padding: 4rem 2rem;
}

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

.collection-list-wrapper {
  display: none;
}

.filters5_clearall {
  justify-content: flex-end;
  margin-bottom: 1rem;
  display: flex;
}

.filters2_rangeslider1-handle {
  z-index: 1;
  border: 2px solid var(--black);
  background-color: var(--white);
  cursor: grab;
  border-radius: 100rem;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  position: absolute;
  top: 50%;
  left: .5rem;
  right: .5rem;
  transform: translate(-50%, -50%);
  box-shadow: 1px 1px 10px #0000001a;
}

.filters2_rangeslider1-handle:focus {
  box-shadow: 0 0 0 3px #00000040, 1px 1px 10px #0000001a;
}

.filters2_rangeslider1-handle:focus-visible {
  outline-offset: 0px;
  outline: 0 solid #000;
}

.filters2_rangeslider1-handle[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 0 solid #000;
}

.filters2_form-radio2-icon {
  border: 1px none var(--black);
  cursor: pointer;
  border-radius: 0%;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  inset: 0%;
}

.filters2_form-radio2-icon.w--redirected-checked {
  border-color: #0000;
}

.filters2_form-radio2-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.filters2_filter-options {
  overflow: hidden;
}

.filters2_form-radio1-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .75rem;
}

.filters2_form-radio1-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--black);
  background-color: var(--black);
  background-image: none;
  background-position: 50%;
  background-size: 14px 14px;
  width: 1.125rem;
  height: 1.125rem;
}

.filters2_form-radio1-icon.w--redirected-focus {
  box-shadow: none;
  margin-top: 0;
}

.filters2_form-checkbox1 {
  align-items: center;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1.25rem;
  display: flex;
}

.filters2_toggle-button-checkbox {
  border-style: none;
  border-radius: 999rem;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.filters2_toggle-button-checkbox:focus-visible {
  outline-color: var(--black);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.filters2_toggle-button-checkbox[data-wf-focus-visible] {
  outline-color: var(--black);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.filters2_toggle-button-checkbox.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  border-style: none;
}

.filters2_toggle-button-checkbox.w--redirected-focus {
  box-shadow: none;
}

.filters2_list.is-radio2, .filters2_list.is-checkbox2 {
  flex-wrap: wrap;
  display: flex;
}

.filters2_rangeslider1-text {
  text-align: center;
  font-size: 1rem;
  position: absolute;
  top: 1.5rem;
  left: auto;
  right: auto;
}

.filters2_rangeslider2-input {
  display: none;
}

.filters2_form-checkbox2-icon {
  border: 1px none var(--black);
  cursor: pointer;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.filters2_form-checkbox2-icon.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-color: #0000;
}

.filters2_form-checkbox2-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.filters2_filter-group-heading {
  cursor: pointer;
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.filters2_rangeslider2-handle-left {
  z-index: 1;
  border: 2px solid var(--black);
  background-color: var(--white);
  cursor: grab;
  border-radius: 999rem;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  box-shadow: 0 0 10px #0000001a;
}

.filters2_rangeslider2-handle-left:focus {
  box-shadow: 0 0 0 3px #00000040, 0 0 10px #0000001a;
}

.filters2_rangeslider2-handle-left:focus-visible {
  outline-color: var(--black);
  outline-offset: 0px;
  outline-width: 0;
  outline-style: solid;
}

.filters2_rangeslider2-handle-left[data-wf-focus-visible] {
  outline-color: var(--black);
  outline-offset: 0px;
  outline-width: 0;
  outline-style: solid;
}

.button-icon-left {
  margin-right: .5rem;
}

.filters2_form-radio2-label {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.filters2_form-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-right: 1rem;
  display: flex;
}

.filters2_rangeslider1-input {
  display: none;
}

.filters2_toggle-button-mask {
  z-index: 1;
  background-color: #c6c6c6;
  border-radius: 999rem;
  position: absolute;
  inset: 0%;
}

.filters2_rangeslider2-handle-right {
  z-index: 1;
  border: 2px solid var(--black);
  cursor: grab;
  background-color: #fff;
  border-radius: 999rem;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  box-shadow: 0 0 10px #0000001a;
}

.filters2_rangeslider2-handle-right:focus {
  box-shadow: 0 0 0 3px #00000040, 0 0 10px #0000001a;
}

.filters2_rangeslider2-handle-right:focus-visible {
  outline-offset: 0px;
  outline: 0 solid #000;
}

.filters2_rangeslider2-handle-right[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 0 solid #000;
}

.filters2_layout {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.filters2_toggle-button {
  cursor: pointer;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 2.5rem;
  margin-bottom: 0;
  margin-right: 1.5rem;
  padding: .25rem;
  display: flex;
  position: relative;
}

.filters2_form-radio1-label {
  margin-bottom: 0;
}

.filters2_sort-link {
  padding: .5rem;
}

.filters2_sort-link.w--current {
  color: var(--black);
}

.filters2_close-icon {
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: .5rem;
}

.filters2_list-wrapper {
  margin-bottom: 1.25rem;
}

.filters2_category-list {
  margin-bottom: 1.5rem;
}

.filters2_tablet-modal-menu {
  display: none;
}

.filters2_empty {
  text-align: center;
  border: 1px solid #000;
  padding: 2.9rem;
}

.filters2_heading {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.filters2_rangeslider2-track {
  background-color: var(--light-grey);
  height: .25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.filters2_sort-dropdown-toggle {
  padding: .5rem 1.5rem .5rem 0;
}

.filters2_keyword-search {
  align-items: center;
  display: flex;
  position: relative;
}

.filters2_rangeslider2-values {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.filters2_tablet-filters-button {
  border: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  padding: .75rem 1.5rem;
  display: none;
}

.filters2_rangeslider1-fill {
  background-color: var(--black);
  width: 20%;
  height: 100%;
  position: absolute;
}

.filters2_form-checkbox1-label {
  margin-top: auto;
  margin-bottom: auto;
}

.filters2_rangeslider1-track {
  background-color: var(--light-grey);
  width: 100%;
  height: .25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.filters2_filters-wrapper {
  max-width: 19rem;
  position: sticky;
  top: 10vh;
}

.filters2_form {
  background-color: #0000;
}

.filters2_form-radio2 {
  border: 1px solid var(--black);
  align-items: center;
  margin-top: .25rem;
  margin-bottom: .25rem;
  margin-right: .5rem;
  padding: .5rem 1rem;
  display: inline-block;
  position: relative;
}

.filters2_form-radio2.is-active {
  background-color: var(--black);
  color: var(--white);
}

.filters2_rangeslider2-wrapper {
  align-items: center;
  width: 100%;
  padding: 1rem .75rem .5rem;
  position: relative;
}

.filters2_tablet-modal-close-button {
  display: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.filters2_rangeslider1-wrapper {
  align-items: center;
  width: 100%;
  padding: 1rem .75rem 3rem;
  display: block;
  position: relative;
}

.filters2_form-block {
  margin-bottom: 0;
}

.filters2_toggle-button-label {
  width: auto;
  margin-bottom: 0;
  font-weight: 500;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.filters2_rangeslider2-fill {
  background-color: var(--black);
  width: 20%;
  height: 100%;
  position: absolute;
}

.filters2_form-checkbox1-icon {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin: auto .75rem auto -1.25rem;
  transition: all .2s;
}

.filters2_form-checkbox1-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-image: none;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.filters2_form-checkbox1-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.filters2_category-link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: block;
}

.filters2_category-link.w--current {
  text-decoration: underline;
}

.filters2_results-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.filters2_form-checkbox2-label {
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.filters2_feed-header {
  grid-column-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.filters2_form-radio1 {
  align-items: center;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1.125rem;
  display: flex;
}

.filters2_toggle-button-circle {
  z-index: 2;
  background-color: var(--white);
  border-radius: 999rem;
  flex: none;
  width: 1rem;
  height: 1rem;
  display: block;
  position: relative;
}

.filters2_tag {
  background-color: var(--light-grey);
  align-items: center;
  padding: .5rem .75rem .5rem 1rem;
  display: flex;
}

.filters2_rangeslider2-text {
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  position: relative;
}

.filters2_scroll-wrapper {
  height: 80vh;
  padding-bottom: 4rem;
  padding-right: 1rem;
  overflow: scroll;
}

.filters2_form-checkbox2 {
  border: 1px solid #000;
  align-items: center;
  margin-top: .25rem;
  margin-bottom: .25rem;
  margin-right: .5rem;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
}

.filters2_form-checkbox2.is-active {
  background-color: var(--black);
  color: var(--white);
}

.filters2_results-text {
  font-size: .875rem;
}

.filters2_tags-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  flex: 1;
  align-items: flex-start;
  margin-right: 2rem;
  display: flex;
}

.filters2_sort-dropdown-list.w--open {
  background-color: var(--white);
  border: 1px solid #000;
  padding: .5rem;
  right: 0%;
}

.home-header_item-text-right {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: .6rem;
  padding-right: 1rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.slider-gallery_button-icon {
  width: 40%;
  height: 40%;
}

.slider-gallery_button-icon.is-reversed {
  transform: rotate(-180deg);
}

.slider-gallery_bottom-wrapper {
  grid-column-gap: 0em;
  grid-row-gap: 1.5em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3em;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.page-wrapper-2 {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.slider-gallery_numbers {
  color: var(--white);
  letter-spacing: .04em;
  font-size: 1.38em;
  line-height: 1;
}

.slider-gallery_button {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4.13em;
  height: 4.13em;
  transition: background-color .2s, color .2s;
  display: flex;
}

.slider-gallery_button:hover {
  color: #000;
  background-color: #fff;
}

.slider-thumbs_wrapper {
  width: 25%;
}

.swiper-slide.is-slider-bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slide.is-slider-thumbs {
  flex: none;
  width: 100%;
  padding-right: .5em;
}

.swiper-slide.is-slider-titles {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 100%;
  padding: 15%;
  display: flex;
}

.slider-titles_component {
  height: 100%;
  position: relative;
}

.global-embed {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.slider-bg_component {
  opacity: .8;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.swiper.is-slider-thumbs {
  width: 100%;
  overflow: visible;
}

.swiper.is-slider-titles {
  height: 100%;
  overflow: visible;
}

.swiper.is-slider-bg {
  width: 100%;
  height: 100%;
}

.slider-gallery_component {
  background-color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.swiper-wrapper.is-slider-thumbs {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.swiper-wrapper.is-slider-titles {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.swiper-wrapper.is-slider-bg {
  width: 100%;
  height: 100%;
}

.slider-thumbs_component {
  width: 40%;
}

.slider-thumbs_overflow {
  position: relative;
  overflow: hidden;
}

.slider-gallery_button-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  align-items: center;
  width: 40%;
  display: flex;
}

.section {
  border-bottom: 1px solid #000;
  transition: background-color .4s;
}

.section.is-slider-gallery {
  justify-content: flex-start;
  align-items: stretch;
  height: 80vh;
  display: flex;
}

.global-symbol {
  position: fixed;
  inset: 0% 0% auto;
}

.slider-bg_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-titles_heading {
  color: #0000;
  letter-spacing: -.04em;
  white-space: nowrap;
  cursor: default;
  font-size: 4.5rem;
  line-height: .8;
}

.slider-thumbs_height {
  padding-top: 62%;
  position: relative;
}

.slider-thumbs_img {
  cursor: pointer;
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navbar5_dropdown-toggle-2 {
  padding: 1.5rem 2.5rem 1.5rem 1rem;
}

.navbar5_container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar5_component-2 {
  border-bottom: 1px solid var(--black);
  background-color: var(--white);
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar5_dropdown-link-2 {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  display: grid;
}

.dropdown-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.navbar5_dropdown-list-2.w--open {
  border-bottom: 1px solid var(--black);
  background-color: var(--white);
  width: 100vw;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: 100% 0% auto;
  overflow: hidden;
}

.navbar5_menu-right-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.navbar5_dropdown-background-layer {
  background-color: var(--light-grey);
  min-width: 100vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.navbar5_link-2 {
  padding: 1.5rem 1rem;
}

.navbar5_link-2.w--current {
  color: var(--black);
}

.navbar5_menu-2 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.category-projects_wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.portfolio16_component {
  flex-direction: column;
  align-items: center;
}

.portfolio16_list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfolio16_item {
  grid-column-gap: 5rem;
  border-top: 1px solid var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: grid;
}

.portfolio16_item:last-child {
  padding-bottom: 0;
}

.portfolio16_image-link {
  width: 100%;
}

.portfolio16_image-wrapper {
  width: 100%;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.portfolio16_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.portfolio16_title-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.portfolio16_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.portfolio16_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  margin-top: 1rem;
  display: flex;
}

.portfolio16_tag-item {
  background-color: var(--light-grey);
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.portfolio16_tag-item.w--current {
  border-bottom: 2px solid #000;
}

.margin-top-2, .margin-top-2.margin-medium, .margin-top-2.margin-xlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.portfolio16_logo {
  height: 3.5rem;
}

.layout1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  padding: 2rem 2rem 4rem;
  display: grid;
}

.margin-top-3, .margin-top-3.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.layout1_image {
  width: 18rem;
  height: 100%;
}

.navbar5_link-3 {
  padding: 1.5rem 1rem;
  transition: color .2s;
}

.navbar5_link-3:hover {
  color: var(--red);
}

.navbar5_link-3.w--current {
  color: var(--black);
}

.content29_content {
  margin-bottom: 4rem;
}

.content29_content-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.content29_share-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.content29_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.content29_social-link {
  background-color: var(--light-grey);
  border-radius: 20px;
  padding: .25rem;
}

.content29_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.content29_tag-list-wrapper {
  width: 50%;
}

.content29_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.content29_tag-item {
  background-color: var(--light-grey);
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.content29_tag-item.w--current {
  border-bottom: 2px solid #000;
}

.content29_divider {
  background-color: var(--black);
  width: 100%;
  max-width: 48rem;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.content29_author-wrapper {
  align-items: center;
  display: flex;
}

.content29_author-image-wrapper {
  margin-right: 1rem;
}

.content29_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
}

.full-justification {
  text-align: justify;
}

.category-header_links {
  padding-top: .5rem;
}

.link-texts {
  text-align: center;
  font-size: .9rem;
}

.category-header_overlay {
  max-height: 95%;
}

.engineers-links {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: var(--image-i476448cf);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 95%;
  max-height: 95%;
  display: grid;
  position: absolute;
  inset: auto;
}

.engineers {
  z-index: 1;
  max-height: 95%;
  display: none;
  position: absolute;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.logo3_logo {
  max-height: 3.5rem;
}

.section_logo3 {
  overflow: hidden;
}

.logo3_component {
  display: flex;
}

.logo3_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 14rem 12.5rem 12.5rem 12.5rem 18rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  margin-right: 2rem;
  display: grid;
}

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

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

.padding-section-small {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.logo6_logo {
  max-height: 3.5rem;
}

.logo6_logo.wonik {
  width: 18rem;
}

.logo6_logo.hanyang {
  width: 16rem;
}

.logo6_logo.yerico {
  width: 19rem;
}

.logo6_logo.bcc {
  width: 9rem;
}

.logo6_logo.ecomicron {
  width: 11rem;
}

.logo6_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.logo6_wrapper {
  background-color: #f4f4f4;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .875rem;
  display: flex;
}

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

.margin-top-4, .margin-top-4.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
}

.button.is-secondary:hover {
  border-color: var(--red);
}

.nav-button {
  margin-left: .8rem;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .show-tablet {
    display: block;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-xxlarge {
    font-size: 3.25rem;
  }

  .heading-medium {
    font-size: 1.75rem;
  }

  .heading-large {
    font-size: 2.25rem;
  }

  .heading-xlarge {
    font-size: 2.75rem;
  }

  .navbar5_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .navbar5_dropdown-list.w--open {
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .menu-icon_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar5_dropdown-content-right {
    align-items: flex-start;
    max-width: none;
  }

  .navbar5_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 5rem;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .navbar5_dropdown-content-left {
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar5_dropdown-toggle {
    align-items: center;
    margin-left: auto;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar5_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .menu-icon_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar5_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar5_menu {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1rem 5% 5rem;
    position: absolute;
    overflow: auto;
  }

  .navbar5_dropdown-content-wrapper {
    width: 100%;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar5_dropdown-content {
    flex-direction: column;
  }

  .navbar5_dropdown-right-overlay-absolute {
    min-width: 100%;
  }

  .navbar5_blog-item {
    width: 100%;
  }

  .menu-icon_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar5_blog-list {
    width: 100%;
  }

  .navbar5_menu-left {
    display: block;
  }

  .navbar5_menu-button.w--open {
    background-color: #0000;
  }

  .navbar5_large-item-content {
    width: 100%;
  }

  .home-header_leftarrow {
    left: 20px;
  }

  .home-header_slidenav {
    justify-content: flex-start;
    margin-left: 1rem;
    inset: auto auto 0% 0%;
  }

  .home-header_item-container {
    height: 70vh;
  }

  .home-header_rightarrow {
    right: 20px;
  }

  .home-header_item-wrapper.is-firstslide {
    background-position: 0%;
  }

  .link-with-line {
    margin-left: 0;
  }

  .home-category_item-content {
    padding-top: 0%;
  }

  .features-blocks-number {
    line-height: 80px;
    display: none;
  }

  .home-category_item {
    width: 46%;
    margin-bottom: 20px;
  }

  .home-category_container {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -.5rem;
  }

  .home-category_image-container {
    position: static;
  }

  .home-projects_container {
    margin-bottom: 40px;
  }

  .large-h2-heading {
    text-align: center;
    margin-top: 25px;
  }

  .home-projects_wrapper, .home-projects_wrapper.is-reverse {
    flex-direction: column;
  }

  .home-projects_image-wrapper {
    width: 80%;
  }

  .home-projects_image {
    height: 24rem;
  }

  .home-projects_info-container {
    border-top-style: none;
    border-left: 1px solid #000;
    width: 70%;
    min-height: 16rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 3rem;
  }

  .home-projects_info-container.is-reverse {
    border-top-style: none;
    border-right-style: solid;
  }

  .contact_component {
    flex-direction: column;
  }

  .button-container {
    margin-top: .5rem;
  }

  .footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .footer3_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .link-with-line-2 {
    margin-left: 0;
  }

  .form-contact-form {
    padding-left: 15px;
  }

  .category-header_component.is-industrial {
    height: 40rem;
  }

  .is-twocolumn {
    column-count: 1;
  }

  .profile-collab_item {
    width: 100%;
  }

  .profile-collab_hover {
    display: none;
  }

  .category-projects_list {
    grid-template-columns: 1fr;
  }

  .category-project_item-content {
    padding-top: 0%;
  }

  .category-project_image-container {
    position: static;
  }

  .profile-collab_item2 {
    width: 100%;
  }

  .navbar-dropdown4_bottom-bar {
    flex-direction: column;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
  }

  .navbar-dropdown4_bottom-bar-left {
    margin-bottom: 1rem;
  }

  .navbar-dropdown4_dropdown-content-left {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-dropdown4_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .navbar-dropdown4_dropdown-list.w--open {
    border-style: none;
    align-items: flex-start;
    padding: 0 0 0;
    position: relative;
    top: 0;
  }

  .navbar-dropdown4_component {
    width: 100%;
  }

  .navbar-dropdown4_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar-dropdown4_dropdown-content {
    flex-direction: column;
  }

  .navbar-dropdown4_dropdown-content-left-2 {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .filters5_layout {
    grid-template-columns: 1fr;
  }

  .filters5_dropdown {
    width: 100%;
  }

  .filters5_filters-dropdown-list.w--open {
    min-width: 90vw;
  }

  .filters5_form-block {
    z-index: 999;
    max-width: 100%;
  }

  .filters5_dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    inset: auto 0% auto auto;
  }

  .filters5_filters-button {
    justify-content: center;
    display: flex;
  }

  .filters5_feed-header-top {
    grid-column-gap: 1.5rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .filters5_filters-wrapper {
    z-index: 9999;
  }

  .filters5_form {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    display: flex;
  }

  .filters5_category-menu {
    justify-content: flex-start;
  }

  .filters5_sort-dropdown-toggle {
    align-items: center;
    display: flex;
  }

  .filters5_sort-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .filters5_tablet-modal-close-button {
    display: block;
  }

  .filters5_filter-group-list {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .filters5_sort-dropdown-list {
    overflow: hidden;
  }

  .filters5_sort-dropdown-list.w--open {
    min-width: 12rem;
    overflow: hidden;
  }

  .archive-gallery_list {
    grid-template-columns: 1fr;
  }

  .filters2_rangeslider1-handle {
    width: 1.75rem;
    height: 1.75rem;
  }

  .filters2_rangeslider1-text {
    top: 2rem;
  }

  .filters2_rangeslider2-handle-left {
    width: 1.75rem;
    height: 1.75rem;
  }

  .filters2_form-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .filters2_rangeslider2-handle-right {
    width: 1.75rem;
    height: 1.75rem;
  }

  .filters2_layout {
    grid-template-columns: 1fr;
  }

  .filters2_sort-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .filters2_list-wrapper {
    margin-bottom: 1.75rem;
  }

  .filters2_tablet-modal-menu {
    z-index: 999;
    background-color: var(--white);
    border-top: 1px solid #000;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    margin-top: 3rem;
    margin-left: -5vw;
    padding: .75rem 5%;
    display: flex;
    position: sticky;
    bottom: 0;
    left: 0%;
    right: 0%;
  }

  .filters2_heading {
    font-size: 2.25rem;
  }

  .filters2_sort-dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .filters2_tablet-filters-button {
    justify-content: center;
    display: flex;
  }

  .filters2_filters-wrapper {
    z-index: 9999;
    background-color: var(--white);
    width: 100%;
    max-width: none;
    height: auto;
    padding: 3rem 5% 0;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: scroll;
  }

  .filters2_tablet-modal-close-button {
    display: block;
  }

  .filters2_form-block {
    z-index: 999;
    max-width: 100%;
  }

  .filters2_scroll-wrapper {
    height: auto;
    padding-bottom: 0;
    padding-right: 0;
    overflow: visible;
  }

  .filters2_sort-dropdown-list {
    overflow: hidden;
  }

  .filters2_sort-dropdown-list.w--open {
    min-width: 12rem;
  }

  .slider-thumbs_component {
    width: 100%;
  }

  .slider-gallery_button-wrapper {
    width: auto;
  }

  .section.is-slider-gallery {
    height: 58vh;
  }

  .navbar5_dropdown-toggle-2 {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .menu-icon_line-top-2, .menu-icon_line-bottom-2 {
    background-color: var(--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-2 {
    background-color: var(--black);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .dropdown-icon-2 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .navbar5_dropdown-list-2 {
    position: relative;
    overflow: hidden;
  }

  .navbar5_dropdown-list-2.w--open {
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .navbar5_menu-right-2 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
  }

  .navbar5_dropdown-background-layer {
    min-width: 100%;
  }

  .navbar5_link-2 {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar5_menu-2 {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1rem 5% 15rem;
    position: absolute;
    overflow: auto;
  }

  .portfolio16_item {
    grid-column-gap: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout1_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .margin-top-3 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar5_link-3 {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .content29_content {
    margin-bottom: 3rem;
  }

  .category-header_overlay {
    max-width: 130%;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-top-4 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button.is-secondary {
    width: 100%;
  }

  .nav-button {
    width: 100%;
    margin-left: 0;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .heading-xxlarge {
    font-size: 2.5rem;
  }

  .heading-medium {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-large {
    font-size: 2rem;
  }

  .heading-xsmall {
    font-size: 1.125rem;
  }

  .heading-small {
    font-size: 1.25rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-xlarge {
    font-size: 2.25rem;
  }

  .navbar5_dropdown-content-right {
    padding: 1.5rem;
  }

  .navbar5_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .navbar5_blog-item {
    grid-template-columns: .6fr 1fr;
  }

  .navbar5_component {
    min-height: 4rem;
  }

  .navbar5_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .home-header_leftarrow {
    display: none;
  }

  .button-with-border-container {
    margin-left: 0;
    margin-right: 0;
  }

  .home-header_rightarrow {
    display: none;
  }

  .home-category_image {
    max-height: 240px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .features-blocks-number {
    line-height: 80px;
    display: block;
    top: 0;
  }

  .home-category_item {
    width: 90%;
    margin-bottom: 2rem;
  }

  .home-category_container {
    margin-bottom: -4rem;
    top: -2rem;
  }

  .home-category_image-container {
    inset: 0% 0% auto;
  }

  .home-projects_container {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .large-h2-heading {
    font-size: 35px;
  }

  .home-projects_image-wrapper {
    width: 90%;
  }

  .home-projects_image {
    height: 18rem;
  }

  .home-projects_info-container {
    width: 80%;
  }

  .footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer4_credit-text {
    margin-top: 1rem;
  }

  .footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer3_credit-text {
    margin-top: 2rem;
  }

  .footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .radio-buttons-container {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .buttons-checkbox-wrapper {
    flex-direction: row;
    justify-content: space-between;
    display: flex;
  }

  .form-contact-form {
    padding-left: 0;
    padding-right: 0;
  }

  .form-buttons {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .category-header_component.is-industrial {
    height: 24rem;
  }

  .profile-collab_list {
    flex-direction: column;
    margin-top: 0;
  }

  .profile-collab_item {
    width: 100%;
    margin-bottom: 10px;
  }

  .category-project_image-container {
    inset: 0% 0% auto;
  }

  .category-project_image {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .project-header_component {
    height: 28rem;
  }

  .project-content_wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .project-gallery_wrapper {
    grid-template-columns: 1fr;
  }

  .profile-collab_ci {
    width: 100%;
  }

  .profile-collab_item2 {
    width: 100%;
    margin-bottom: 10px;
  }

  .footer7_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer7_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer7_credit-text {
    margin-top: 2rem;
  }

  .footer7_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }

  .navbar-dropdown4_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .navbar-dropdown4_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .navbar-dropdown4_dropdown-content-left-2 {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .filters5_menu-link.last-link {
    margin-right: 2rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .filters5_category-menu {
    overflow: scroll;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .filters2_filter-group-heading {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .filters2_layout {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .filters2_tablet-modal-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .slider-thumbs_wrapper {
    width: 33.3333%;
  }

  .slider-titles_heading {
    font-size: 2rem;
  }

  .navbar5_component-2 {
    min-height: 4rem;
  }

  .portfolio16_list {
    grid-template-columns: 1fr;
  }

  .portfolio16_item {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .portfolio16_title-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout1_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .margin-top-3 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .content29_content {
    margin-bottom: 2rem;
  }

  .content29_divider {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .engineers-links {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .logo3_logo {
    max-height: 3rem;
  }

  .logo3_list {
    grid-column-gap: 1rem;
    grid-template-columns: 12rem 10rem 10rem 10rem 16rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .logo3_wrapper {
    padding: .75rem 1rem;
  }

  .logo6_logo {
    max-height: 3rem;
  }

  .logo6_list {
    grid-template-columns: 1fr 1fr;
  }

  .logo6_wrapper {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .margin-top-4 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .stylesystem-images_layout {
    grid-template-columns: 1fr;
  }

  .navbar5_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar5_dropdown-link {
    padding-left: 0;
  }

  .navbar5_blog-item {
    flex-direction: column;
    display: flex;
  }

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

  .navbar5_large-item-content {
    margin-top: 1rem;
  }

  .button-with-border.large-button {
    padding-left: 60px;
    padding-right: 60px;
  }

  .home-header_item-wrapper.is-firstslide {
    background-position: 0%;
  }

  .link-with-line {
    font-size: .875rem;
  }

  .home-category_item {
    width: 100%;
  }

  .home-category_container {
    margin-bottom: -40px;
  }

  .home-projects_container {
    padding-left: 0;
    padding-right: 0;
  }

  .square-header {
    margin-bottom: .5rem;
  }

  .square-header_text {
    border-top-width: 0;
    border-right-width: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: .9rem;
  }

  .square-header_bg.is-whitebg {
    display: none;
  }

  .home-projects_image {
    height: 16rem;
  }

  .home-projects_info-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer3_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .contact-header_component {
    height: 18rem;
  }

  .contact-form_component {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .link-with-line-2.primary-button-container {
    justify-content: flex-end;
    display: flex;
  }

  .text-center-mobile {
    text-align: center;
  }

  .radio-buttons-container {
    place-content: space-around center;
    align-items: center;
  }

  .buttons-checkbox-wrapper {
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
  }

  .contact-form-input {
    width: 100%;
  }

  .form-contact-form {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .form-buttons {
    flex-direction: column;
    align-items: flex-end;
    margin-top: 10px;
  }

  .category-header_component {
    height: 18rem;
  }

  .category-header_component.is-industrial {
    height: 17rem;
  }

  .profile-content_component {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .profile-collab_component {
    padding: 2rem 1rem;
  }

  .profile-collab_title {
    text-align: right;
    justify-content: flex-start;
  }

  .profile-collab_descriptionwrap {
    padding-left: 1.5rem;
  }

  .profile-header_component {
    height: 18rem;
  }

  .category-projects_component {
    padding: 2rem 1rem;
  }

  .category-projects_title-wrapper {
    text-align: center;
    flex-direction: column;
  }

  .project-header_component {
    height: 18rem;
  }

  .project-title_component {
    padding: 2rem 1rem;
  }

  .project-title_wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: .25rem;
  }

  .project-content_wrap {
    font-size: .7rem;
  }

  .project-gallery_component {
    padding: 2rem 1rem;
  }

  .category-projects_link {
    width: 100%;
  }

  .navbar-dropdown4_bottom-bar {
    align-items: flex-start;
  }

  .navbar-dropdown4_bottom-bar-left {
    grid-template-rows: auto auto;
    grid-template-columns: max-content;
  }

  .navbar-dropdown4_dropdown-link {
    padding-left: 0;
  }

  .navbar-dropdown4_bottom-bar-right {
    flex-direction: column;
    width: 100%;
  }

  .navbar-dropdown4_dropdown-content-left, .navbar-dropdown4_dropdown-content-left-2 {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .archive-header_component {
    height: 18rem;
  }

  .slider-titles_heading {
    font-size: 1.5rem;
  }

  .navbar5_dropdown-link-2 {
    padding-left: 0;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout1_component {
    grid-template-columns: 1fr;
  }

  .margin-top-3 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .content29_content-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .content29_share-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .content29_tag-list-wrapper {
    width: 100%;
  }

  .content29_tag-list {
    justify-content: flex-start;
  }

  .content29_author-wrapper {
    margin-bottom: 1rem;
  }

  .category-header_overlay {
    max-width: 140%;
  }

  .engineers-links {
    background-size: cover;
    grid-template-rows: 2.8rem 2.8rem 2.8rem 2.8rem 2.8rem 2.8rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .logo3_list {
    justify-content: center;
  }

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

  .logo6_list {
    grid-template-columns: 1fr;
  }

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

  .margin-top-4 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

#w-node-_56b99f80-d714-3b4f-f627-5bb98e25789d-73609b58, #w-node-_56b99f80-d714-3b4f-f627-5bb98e25789f-73609b58, #w-node-_56b99f80-d714-3b4f-f627-5bb98e2578a1-73609b58, #w-node-_56b99f80-d714-3b4f-f627-5bb98e2578a3-73609b58, #w-node-_56b99f80-d714-3b4f-f627-5bb98e2578a5-73609b58, #w-node-_56b99f80-d714-3b4f-f627-5bb98e2578a7-73609b58, #w-node-_56b99f80-d714-3b4f-f627-5bb98e2578a9-73609b58, #w-node-_56b99f80-d714-3b4f-f627-5bb98e2578ab-73609b58, #w-node-_93f7db37-e772-be57-a5a6-7b08f9a93c8c-73609b58, #w-node-_93f7db37-e772-be57-a5a6-7b08f9a93c8e-73609b58, #w-node-_93f7db37-e772-be57-a5a6-7b08f9a93c90-73609b58, #w-node-_93f7db37-e772-be57-a5a6-7b08f9a93c92-73609b58, #w-node-_93f7db37-e772-be57-a5a6-7b08f9a93c94-73609b58, #w-node-_93f7db37-e772-be57-a5a6-7b08f9a93c96-73609b58, #w-node-_93f7db37-e772-be57-a5a6-7b08f9a93c98-73609b58, #w-node-_93f7db37-e772-be57-a5a6-7b08f9a93c9a-73609b58, #w-node-_48362127-b64b-516b-d003-8fc57bb35ea8-7bb35ea2 {
  justify-self: center;
}

#w-node-b351ab5d-e03b-f84b-c0fc-2cb91c3bb7ba-7bb35ea2, #w-node-_48362127-b64b-516b-d003-8fc57bb35ec2-7bb35ea2, #w-node-_48362127-b64b-516b-d003-8fc57bb35ec3-7bb35ea2, #w-node-b6e7eb11-df20-0377-9025-3a6d1c006b48-1c006b1c, #w-node-b6e7eb11-df20-0377-9025-3a6d1c006b66-1c006b1c, #w-node-f63f2525-242d-b997-3c80-8a836b775d5f-6b775d29, #w-node-f63f2525-242d-b997-3c80-8a836b775d60-6b775d29, #w-node-b340e069-709c-a4d7-0150-4761996252a6-66609b6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_569a6b92-4daa-4bd5-e328-f20399c88a81-66609b6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6e32f0c8-2382-1087-17ea-2ec4a098744c-66609b6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0fcd5967-2bd2-e93f-2d83-0c38b6bc8512-23609b78 {
  grid-area: 4 / 5 / 6 / 6;
}

#w-node-_84bf90a7-6352-291c-4623-6cff31d3a92a-23609b78 {
  grid-area: 1 / 5 / 4 / 6;
}

#w-node-_5de57eb3-277b-2197-dd26-45dfcd234227-23609b78 {
  grid-area: 4 / 3 / 6 / 5;
}

#w-node-e9a4f8cf-eb82-ee72-f1d7-e79bd76283ed-23609b78 {
  grid-area: 4 / 6 / 5 / 8;
}

#w-node-_52a105ae-81ec-2802-1008-8946ec1f0698-23609b78 {
  grid-area: 5 / 6 / 6 / 8;
}

#w-node-_7523d57e-7f35-c14d-f2e1-64989cea4a80-23609b78 {
  grid-area: 6 / 5 / 9 / 6;
}

#w-node-a0c7b248-4a53-0b4b-b720-66d5a5c36998-06609b93 {
  justify-self: center;
}

#w-node-_9d02049b-8c63-13ec-3ba5-1d3f535786de-72609b94, #w-node-_9d02049b-8c63-13ec-3ba5-1d3f535786df-72609b94, #w-node-_9d02049b-8c63-13ec-3ba5-1d3f53578781-72609b94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9313f-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93141-e0609b97 {
  justify-self: center;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9315f-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93160-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93164-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93165-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93169-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9316a-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9316e-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9316f-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93173-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93174-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93178-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93179-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93180-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93181-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93185-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93186-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9318a-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9318b-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9318f-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93190-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93194-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93195-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93199-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9319a-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a1-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a2-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a6-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a7-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ab-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ac-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931b0-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931b1-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ba-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931bb-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931c4-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931c5-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931d4-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931d5-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931d9-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931da-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931de-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931df-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e3-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e4-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e8-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e9-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f0-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f1-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f5-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f6-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931fa-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931fb-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ff-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93200-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93204-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93205-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93209-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9320a-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93211-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93212-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93216-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93217-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9321b-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9321c-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93220-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93221-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93225-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93226-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9322d-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9322e-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93232-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93233-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93237-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93238-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9323c-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9323d-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93241-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93242-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93246-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93247-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9324e-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9324f-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93253-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93254-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93258-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93259-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9325d-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9325e-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93262-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93263-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93267-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93268-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9326c-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9326d-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93271-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93272-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93276-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93277-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9327e-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9327f-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93283-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93284-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93288-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93289-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93290-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93291-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932d5-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932f2-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932f7-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932f8-e0609b97 {
  justify-self: start;
}

#w-node-_83611078-7717-c9d5-3593-3b936e0866a3-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83611078-7717-c9d5-3593-3b936e0866a4-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932fc-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932fd-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9330d-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93319-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93323-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93324-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93327-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93328-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9332b-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9332c-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9332f-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93330-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93333-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93334-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93337-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93338-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9333b-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9333c-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93346-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93347-e0609b97 {
  justify-self: start;
}

#w-node-_1bfecdfa-cf23-d065-290b-2142ac7792f5-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9334b-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9334c-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9334d-e0609b97 {
  justify-self: start;
}

#w-node-_090a24d3-14a5-dfa2-fa04-d4a813666889-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93353-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93354-e0609b97 {
  justify-self: start;
}

#w-node-edb34d17-99cc-692f-0430-12adb3f5bcf1-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93358-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93359-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9335a-e0609b97 {
  justify-self: start;
}

#w-node-abefda6a-e9c5-21af-36b5-0ac7a543e5f9-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93360-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93361-e0609b97 {
  justify-self: start;
}

#w-node-be0b581d-0d4f-6a5c-e56f-c71f2b87dae5-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93365-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93366-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93367-e0609b97 {
  justify-self: start;
}

#w-node-_5f2284be-d63b-a2ed-4224-841634bd2cda-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9336d-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9336e-e0609b97 {
  justify-self: start;
}

#w-node-_53f59b45-9eeb-d810-f61d-0b7531040bb4-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93372-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93377-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93378-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93379-e0609b97 {
  justify-self: start;
}

#w-node-_142b856c-06a3-e4dd-2692-9efc37b12276-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9337f-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93380-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93381-e0609b97 {
  justify-self: start;
}

#w-node-_95d37fb2-d622-83b6-f731-4b18a22a7cb8-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93389-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9338a-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9338b-e0609b97 {
  justify-self: start;
}

#w-node-_46e3cf61-264e-9a1d-cad2-b40d089568e3-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93391-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93392-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93393-e0609b97 {
  justify-self: start;
}

#w-node-_920b5748-cb2c-4ec9-7808-1e23fedc9e74-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9339b-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9339c-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9339d-e0609b97 {
  justify-self: start;
}

#w-node-e422508c-6977-80a1-fda1-ce3c73c6fd3a-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933a3-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933a4-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933a5-e0609b97 {
  justify-self: start;
}

#w-node-_737c0550-399b-3c73-23ed-09d6878d2bfd-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ad-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ae-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933af-e0609b97 {
  justify-self: start;
}

#w-node-_4a51ac62-a1f9-d133-d82b-d1c317772463-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933b9-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ba-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933bb-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933bf-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933c0-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933c8-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933c9-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ca-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933d0-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933d9-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933da-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933df-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933e8-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933e9-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933f0-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933f9-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933fa-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ff-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93408-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93409-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93410-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93411-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93419-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9341a-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9341f-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9342d-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9342e-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9342f-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93430-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93432-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93435-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93439-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343a-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343b-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343c-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343e-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93447-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93448-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93449-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9344a-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9344c-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93455-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93456-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93457-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93458-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9345a-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9345d-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93464-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93465-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93466-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93467-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93469-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9346c-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9346d-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93473-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93474-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93475-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93476-e0609b97, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93478-e0609b97 {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba934de-e0609b97, #w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725cb-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725cc-e0609b97 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d0-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d1-e0609b97 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d5-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d6-e0609b97 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725da-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725db-e0609b97 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725df-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725e0-e0609b97 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725e7-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725e8-e0609b97 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725ec-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725ed-e0609b97 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f1-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f2-e0609b97 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f6-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f7-e0609b97 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725fb-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725fc-e0609b97 {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd540472600-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd540472601-e0609b97 {
  justify-self: start;
}

#w-node-_2a6740b2-9b61-38ae-6a6e-ace4c9df7f63-e0609b97, #w-node-_2669e740-54bd-f4e3-4f8d-3d94df62d50d-e0609b97, #w-node-_17e5434e-e737-a59f-05c4-a327fe5e482a-e0609b97, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472616-e0609b97, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472617-e0609b97, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261a-e0609b97, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261b-e0609b97, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261e-e0609b97, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261f-e0609b97, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472622-e0609b97, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472623-e0609b97, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472626-e0609b97, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472627-e0609b97, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262a-e0609b97, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262b-e0609b97, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262e-e0609b97, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262f-e0609b97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b9840a7-336f-b1b8-87e6-09f03443d0e6-ed905c85, #w-node-_2b9840a7-336f-b1b8-87e6-09f03443d0e8-ed905c85, #w-node-_2b9840a7-336f-b1b8-87e6-09f03443d0ea-ed905c85, #w-node-_2b9840a7-336f-b1b8-87e6-09f03443d0ec-ed905c85, #w-node-_2b9840a7-336f-b1b8-87e6-09f03443d0ee-ed905c85, #w-node-_2b9840a7-336f-b1b8-87e6-09f03443d0f0-ed905c85, #w-node-b964a121-bbab-bc97-a3fd-249b9124f795-ed905c85, #w-node-_99be0618-ac88-9484-179e-f8f961ef1f1e-ed905c85 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_48362127-b64b-516b-d003-8fc57bb35ea8-7bb35ea2 {
    justify-self: center;
  }

  #w-node-_84bf90a7-6352-291c-4623-6cff31d3a92a-23609b78 {
    grid-area: 2 / 5 / 4 / 6;
  }

  #w-node-_7523d57e-7f35-c14d-f2e1-64989cea4a80-23609b78 {
    grid-area: 6 / 5 / 8 / 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0fcd5967-2bd2-e93f-2d83-0c38b6bc8512-23609b78 {
    grid-area: 3 / 4 / 5 / 6;
  }

  #w-node-_84bf90a7-6352-291c-4623-6cff31d3a92a-23609b78 {
    grid-area: 1 / 4 / 3 / 6;
  }

  #w-node-_5de57eb3-277b-2197-dd26-45dfcd234227-23609b78 {
    grid-area: 3 / 2 / 5 / 4;
  }

  #w-node-e9a4f8cf-eb82-ee72-f1d7-e79bd76283ed-23609b78 {
    grid-area: 3 / 6 / 4 / 8;
  }

  #w-node-_52a105ae-81ec-2802-1008-8946ec1f0698-23609b78 {
    grid-area: 4 / 6 / 5 / 8;
  }

  #w-node-_7523d57e-7f35-c14d-f2e1-64989cea4a80-23609b78 {
    grid-area: 5 / 4 / 7 / 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_48362127-b64b-516b-d003-8fc57bb35ea8-7bb35ea2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0fcd5967-2bd2-e93f-2d83-0c38b6bc8512-23609b78 {
    grid-area: 3 / 4 / 5 / 5;
  }

  #w-node-_84bf90a7-6352-291c-4623-6cff31d3a92a-23609b78 {
    grid-area: 1 / 4 / 3 / 5;
  }

  #w-node-_5de57eb3-277b-2197-dd26-45dfcd234227-23609b78 {
    grid-area: 3 / 1 / 5 / 4;
  }

  #w-node-e9a4f8cf-eb82-ee72-f1d7-e79bd76283ed-23609b78 {
    grid-area: 3 / 5 / 4 / 8;
  }

  #w-node-_52a105ae-81ec-2802-1008-8946ec1f0698-23609b78 {
    grid-area: 4 / 5 / 5 / 8;
  }

  #w-node-_7523d57e-7f35-c14d-f2e1-64989cea4a80-23609b78 {
    grid-area: 5 / 4 / 7 / 5;
  }
}


