:root {
  --black: black;
  --midnight-blue: #2f2b73;
  --white: white;
  --crimson: #d22430;
  --light-grey: #f4f4f4;
}

.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: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  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;
}

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

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

body {
  color: var(--black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

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

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

p {
  margin-bottom: 0;
  font-family: Hind Vadodara, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

a {
  border-color: var(--black);
  color: var(--black);
  font-family: Hind Vadodara, sans-serif;
  font-weight: 500;
  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: .25rem;
  padding-left: 0;
}

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

.text-align-center.text-color-white {
  font-size: 1.1rem;
}

.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;
  font-size: 1.1rem;
  position: relative;
}

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

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

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

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

.text-rich-text {
  color: var(--black);
  line-height: 1.2;
}

.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 {
  color: var(--midnight-blue);
  text-transform: capitalize;
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 1.8rem;
}

.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 {
  color: var(--black);
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.4;
}

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

.text-rich-text ul {
  margin-top: 0;
  font-family: Hind Vadodara, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
}

.text-rich-text li {
  font-family: Hind Vadodara, sans-serif;
  font-weight: 500;
}

.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: 80rem;
  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: .5rem;
  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-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 {
  margin-bottom: 1rem;
  font-size: 5rem;
  font-weight: 800;
  line-height: 1;
}

.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 {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
}

.heading-medium.text-color-blue {
  color: var(--midnight-blue);
}

.heading-medium.text-color-blue.top-margin {
  margin-top: 1rem;
  margin-bottom: 0;
}

.heading-medium.text-color-white.align-center {
  text-align: center;
}

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

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

.heading-large.text-align-center.text-color-blue {
  color: var(--midnight-blue);
}

.heading-large.text-color-white {
  position: relative;
}

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

.button {
  border: 2px solid var(--crimson);
  background-color: var(--crimson);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 1.5rem;
  padding: .75rem 1.5rem;
  font-weight: 700;
  transition: all .35s;
}

.button:hover {
  color: var(--crimson);
  background-color: #0000;
  border-radius: 2px;
}

.button.is-alternate {
  border: 2px solid var(--white);
  background-color: var(--white);
  color: var(--crimson);
  transition: all .35s;
  position: relative;
}

.button.is-alternate:hover {
  border: 2px solid var(--white);
  color: var(--white);
  background-color: #0000;
}

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

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

.button.space {
  margin-right: 1.5rem;
}

.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-select-input {
  background-color: #fff;
  background-image: none;
}

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

.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: 500;
  line-height: 1.4;
}

.heading-small.text-color-white {
  border-left: 2px solid var(--crimson);
  margin-top: .7rem;
  margin-bottom: .7rem;
  padding-left: 10px;
  font-weight: 500;
}

.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: var(--white);
}

.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;
  display: flex;
}

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

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav, .container-2 {
  display: none;
}

.navbar {
  z-index: 999999999;
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 120px;
  display: flex;
  position: fixed;
}

.nav-menu {
  background-color: #0000;
  background-image: url('../images/ECCS-Menu-BG-2.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 65%;
  height: 100%;
  padding: 33px 5px 33px 50px;
  display: flex;
  transform: skew(0deg);
}

.nav-link {
  color: var(--white);
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.1rem;
  font-weight: 500;
  transition: all .35s;
}

.nav-link:hover {
  color: #ffffff80;
}

.nav-link.w--current {
  color: var(--white);
}

.nav-link.drop-margin {
  padding-right: 25px;
  font-family: Hind Vadodara, sans-serif;
}

.menu-logo {
  height: 80px;
}

.brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.menu-logo-div {
  background-color: #0000;
  background-image: url('../images/ECCS-Menu-BG-1.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35%;
  max-width: 40%;
  height: 100%;
  margin-right: 0;
  display: flex;
}

.landing-slider {
  height: 100vh;
}

.right-arrow, .left-arrow {
  display: none;
}

.image {
  object-position: 50% 50%;
}

.slide {
  background-image: url('../images/ECCS-Sub-Page-landing-image-2.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-nav {
  display: none;
}

.skider-bg-holder {
  z-index: 2;
  mix-blend-mode: multiply;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider-red-trans {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-image: url('../images/ECCS-Red-Trans.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 75%;
  display: flex;
}

.image-2 {
  height: 250px;
}

.landing-slider-section {
  position: relative;
}

.silder-content-holder {
  z-index: 9999;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 80%;
  padding: 100px;
  display: flex;
}

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

.slide-2 {
  background-image: url('../images/ECCS-Landing-Slider-Image-2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/ECCS-Landing-Slider-Image-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-section {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.heading-line {
  background-color: var(--midnight-blue);
  width: 100px;
  height: 6px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.heading-line.margin-bottom {
  margin-top: 0;
  margin-bottom: 5rem;
}

.grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  place-items: stretch stretch;
  width: 100%;
  margin-top: 100px;
}

.grid.no-margin {
  margin-top: 0;
}

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

.grid-content-holder.fix-width {
  width: auto;
  min-width: auto;
  max-width: 75%;
}

.custom-container {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.custom-container.left-align {
  align-items: flex-start;
}

.custom-container.left-align.bottom-margin {
  margin-bottom: 60px;
  position: relative;
}

.custom-container.bottom-margin {
  margin-bottom: 4rem;
}

.section-bg-blocks {
  z-index: -1;
  opacity: .6;
  position: absolute;
  inset: 0% 0% auto;
}

.red-section {
  background-color: var(--crimson);
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

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

.grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 100px;
  margin-bottom: 100px;
}

.grid-2.no-margin {
  margin-top: 0;
}

.grid-content-holder-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.grid-text-holder {
  background-color: var(--midnight-blue);
  flex-direction: column;
  align-items: center;
  height: 320px;
  padding: 40px 20px;
  display: flex;
}

.grid-image-holder-2 {
  width: 100%;
  height: 250px;
}

.grid-image-holder-2.project-bg-image1 {
  background-image: url('../images/WhatsApp-Image-2022-07-07-at-9.53.23-AM.jpeg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
}

.grid-image-holder-2.project-bg-image2 {
  background-image: url('../images/ECCS-Landing-Image-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
}

.grid-image-holder-2.project-bg-image3 {
  background-image: url('../images/ECCS-Sandblast.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
}

.grid-image-holder-2.project-bg-image4 {
  background-image: url('../images/ECCS-Solar-Main-Image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
}

.div-block-2, .div-block-3 {
  width: 50%;
}

.footer-logo-link-2 {
  flex: 0 auto;
  min-width: auto;
  max-height: none;
}

.link {
  color: #fff;
  text-decoration: none;
}

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

.footer-link-2 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.footer-link-2:hover {
  text-decoration: underline;
}

.image-9 {
  width: 30px;
  height: 30px;
  transition: all .4s;
}

.footer-image-2 {
  object-fit: contain;
  object-position: 0% 50%;
  width: 250px;
  height: auto;
}

.social-icon-link-b {
  transition: all .4s;
}

.social-icon-link-b:hover {
  opacity: .5;
}

.footer-flex-container-2 {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.text-block {
  color: #fff;
  font-size: .9rem;
}

.footer {
  background-color: var(--midnight-blue);
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
}

.footer-heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: .2rem;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.footer-line {
  background-color: #aa1d22;
  height: 10px;
  position: absolute;
  inset: 0% 0% auto;
}

.list-item {
  padding-left: 0;
}

.footer-div-holder {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.footer-heading-line {
  background-color: var(--crimson);
  width: 55px;
  height: 4px;
}

.subpage-section {
  height: 500px;
  position: relative;
}

.subpage-landing-image-holder {
  background-image: url('../images/ECCS-Sub-Page-landing-image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.subpage-landing-image-holder._2 {
  background-image: url('../images/ECCS-Landing-Image-2.jpg');
  background-position: 50%;
}

.subpage-landing-image-holder._3 {
  background-image: url('../images/ECCS-Sub-Page-landing-image-2.jpg');
  background-position: 50% 100%;
}

.subpage-landing-image-holder._4 {
  background-image: url('../images/ECCS-Landing-Image-3.jpg');
}

.subpage-landing-image-holder._5 {
  background-image: url('../images/ECCS-Landing-Slider-Image-3.jpg');
}

.subpage-landing-image-holder._6 {
  background-image: url('../images/ECCS-Solar-Main-Image.jpg');
}

.subpage-landing-image-holder._7 {
  background-image: url('../images/ECCS-Solar.jpg');
}

.heading {
  margin-bottom: 0;
}

.subpage-heading-holder {
  background-color: var(--crimson);
  mix-blend-mode: normal;
  margin-bottom: 9rem;
  padding: 20px 84px;
  position: relative;
}

.heading-line-long {
  background-color: var(--crimson);
  width: 100%;
  height: 6px;
  margin: .5rem 0 1rem;
}

.heading-line-long.margin {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.grid-content-holder-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.grid-content-holder-3.fix-width {
  width: auto;
  min-width: auto;
  max-width: 75%;
}

.grid-content-holder-3.blue-bg {
  background-color: var(--midnight-blue);
  padding: 30px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.project-image-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 1rem;
  display: none;
}

.lightbox-link {
  height: 250px;
}

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

.map {
  height: 100%;
}

.text-field {
  border: 1px #000;
  width: 400px;
}

.contact-form-div {
  background-color: var(--midnight-blue);
  margin-top: 40px;
  padding: 20px;
}

.field-label-2 {
  color: #fff;
  font-family: Hind Vadodara, sans-serif;
  font-weight: 600;
}

.contact-link {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.contact-link:hover {
  color: var(--crimson);
}

.contact-details-div-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.submit-button {
  border: 2px solid var(--crimson);
  background-color: var(--crimson);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  transition: all .3s;
}

.submit-button:hover {
  border-color: #fff;
}

.contact-details-div {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.textarea {
  min-height: 150px;
}

.main-paragraph {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.main-paragraph.black {
  color: #000;
}

.main-container-2 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-11 {
  height: 65px;
  margin-bottom: 0;
  margin-right: 10px;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.contact-links-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.icon {
  margin-right: 0;
}

.dropdown-list {
  background-color: var(--midnight-blue);
}

.dropdown-link-3 {
  z-index: 25;
  border: 2px solid var(--midnight-blue);
  color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  padding: 15px;
  font-size: 16px;
  text-decoration: none;
  transition: all .45s;
  display: flex;
  position: relative;
}

.dropdown-link-3:hover {
  border: 2px solid var(--white);
  background-color: var(--midnight-blue);
  color: #000;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  background-color: #0000;
  min-width: auto;
  max-height: 100vh;
  padding-top: 10px;
  left: 0;
}

.dropdown-pointer {
  position: relative;
}

.dropdown-toggle-3 {
  padding-left: 12px;
  padding-right: 24px;
  transition: all .2s;
}

.dropdown-toggle-3:hover {
  color: #8c54ff;
}

.dropdown-toggle-3.nav-link {
  padding-left: 20px;
}

.dropdown-toggle-3.nav-link:hover {
  color: #000;
}

.icon-6 {
  margin-right: 5px;
}

.text-span-4 {
  color: #fff;
  background-color: #000;
  padding-left: 6px;
  padding-right: 6px;
}

.dropdown-wrapper {
  background-color: var(--midnight-blue);
  box-shadow: none;
  border-radius: 0;
  min-width: 250px;
  overflow: hidden;
}

.dropdown-wrapper.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.nav-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 12px;
  display: flex;
}

.text-block-2 {
  border-left: 3.5px solid var(--crimson);
  color: var(--light-grey);
  text-transform: uppercase;
  flex: 0 auto;
  padding-left: 4px;
  font-size: 18px;
  font-weight: 500;
}

.footer-logo-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.anchor {
  width: 100%;
  height: 50px;
  display: block;
  position: absolute;
  inset: -10rem 0% auto;
}

.red-shape {
  z-index: 0;
  object-fit: cover;
  transform-style: preserve-3d;
  width: auto;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 5%;
}

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

.rich-text p {
  color: var(--white);
  font-size: 1.1rem;
  line-height: 1.4;
}

.image-12 {
  width: 100%;
}

.quick-stack {
  grid-column-gap: 0px;
  padding-left: 0;
  padding-right: 0;
}

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

.solar-image-stack {
  height: 100%;
  padding: 0;
}

.solar-systems-image {
  width: 50%;
}

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

  .text-align-left.text-color-white {
    width: 280px;
  }

  .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-large.text-align-center.text-color-blue {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
  }

  .button.is-alternate {
    margin-left: 0;
  }

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

  .container {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .navbar {
    background-color: var(--white);
    justify-content: flex-start;
  }

  .nav-menu {
    background-color: var(--midnight-blue);
    width: auto;
    height: auto;
    padding-left: 5px;
  }

  .nav-link.drop-margin {
    padding-right: 39px;
  }

  .landing-slider {
    height: 550px;
  }

  .slider-red-trans {
    width: 75%;
  }

  .main-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .grid.no-margin {
    z-index: 1;
    grid-template-rows: auto;
    position: relative;
  }

  .custom-container {
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 100px;
    padding-right: 100px;
  }

  .red-section {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 0;
  }

  .image-3 {
    inset: 0% 0% 0% auto;
  }

  .grid-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: stretch;
    margin-bottom: 20px;
  }

  .grid-text-holder {
    height: auto;
  }

  .footer-link-2 {
    text-align: center;
  }

  .footer-flex-container-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .div-block-30 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-div-holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

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

  .lightbox-link {
    height: 170px;
  }

  .dropdown-3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-toggle-3.nav-link {
    width: 100%;
    padding-left: 10px;
  }

  .icon-6 {
    font-size: 25px;
  }

  .footer-logo-div {
    margin-bottom: 20px;
  }

  .menu-button {
    color: var(--midnight-blue);
    font-size: 3rem;
    position: relative;
    left: 22rem;
  }

  .menu-button.w--open {
    background-color: var(--midnight-blue);
  }

  .red-shape {
    inset: 0% auto auto -20%;
  }

  .div-block-31 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    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;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .landing-slider {
    height: 450px;
  }

  .slider-red-trans {
    width: 90%;
    height: 68%;
  }

  .slider-content {
    padding-bottom: 55px;
    padding-left: 40px;
  }

  .grid-content-holder.fix-width {
    max-width: none;
  }

  .custom-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-3 {
    object-position: 80% 50%;
  }

  .grid-2 {
    margin-top: 40px;
  }

  .footer-link-2 {
    text-align: center;
  }

  .footer-image-2 {
    object-fit: contain;
    width: 200px;
  }

  .footer-flex-container-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-30 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-heading-2 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .project-image-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .map {
    height: 250px;
  }

  .contact-details-div-2 {
    flex-direction: column;
    margin-top: 20px;
  }

  .submit-button {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .contact-details-div {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
  }

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

  .image-11 {
    margin-right: 0;
  }

  .grid-4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .menu-button {
    left: 44%;
  }

  .red-shape {
    object-position: 100% 50%;
  }

  .list {
    margin-bottom: .2rem;
  }
}

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

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

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

  .text-align-left.text-color-white {
    width: auto;
    line-height: 1.2;
  }

  .text-rich-text h3 {
    font-size: 1.5rem;
    line-height: 1.2;
  }

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

  .heading-large.text-align-center.text-color-blue {
    text-align: left;
  }

  .heading-large.text-align-center.text-color-blue.align-center {
    text-align: center;
    margin-left: auto;
  }

  .heading-large.text-color-white {
    text-align: center;
  }

  .button {
    margin-top: 1.8rem;
  }

  .button.space {
    margin-right: 0;
  }

  .stylesystem-images_layout {
    grid-template-columns: 1fr;
  }

  .container {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .navbar {
    width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    padding-left: 10px;
  }

  .menu-logo {
    height: 60px;
  }

  .brand.w--current {
    height: auto;
  }

  .menu-logo-div {
    width: auto;
    max-width: none;
  }

  .landing-slider {
    height: 550px;
  }

  .slider-red-trans {
    object-position: 50% 50%;
    background-position: 100%;
    width: 115%;
  }

  .landing-slider-section {
    overflow: hidden;
  }

  .slider-content {
    padding-left: 30px;
  }

  .grid {
    margin-top: 40px;
  }

  .custom-container.left-align.bottom-margin {
    margin-bottom: 30px;
  }

  .red-section {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .image-3 {
    height: 250px;
    position: relative;
  }

  .grid-text-holder {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-image-holder-2.project-bg-image1, .grid-image-holder-2.project-bg-image2, .grid-image-holder-2.project-bg-image3, .grid-image-holder-2.project-bg-image4 {
    height: 250px;
  }

  .footer-logo-link-2 {
    height: auto;
  }

  .footer-image-2 {
    width: 150px;
  }

  .footer-flex-container-2 {
    flex-direction: column;
  }

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

  .footer {
    text-align: left;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-heading-2 {
    margin-top: 20px;
  }

  .subpage-heading-holder {
    width: 100%;
    margin-bottom: 9.5rem;
    padding: 10px 40px;
  }

  .grid-content-holder-3.no-padding {
    padding: 0;
  }

  .text-field, .contact-form-div {
    width: 100%;
  }

  .contact-details-div-2 {
    margin-top: 10px;
  }

  .contact-details-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .main-container-2 {
    align-items: stretch;
  }

  .menu-button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
    padding: 12px;
    font-size: 35px;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .red-shape {
    left: -10%;
    transform: rotateX(180deg)rotateY(0)rotateZ(0);
  }

  .icon-7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .quick-stack {
    padding-bottom: 0;
  }

  .solar-image-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .button-holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .solar-systems-image {
    width: 100%;
  }
}

#w-node-cdbfd805-d71b-4543-39f1-c153d1285870-5c28bd68, #w-node-a0c0ed8f-79be-ff9e-7e60-3b92ce46a100-5c28bd68, #w-node-_8de1cb66-3362-4e71-6f3c-e0bd2176c4d5-5c28bd68, #w-node-_8de1cb66-3362-4e71-6f3c-e0bd2176c4d7-5c28bd68, #w-node-_554b46b7-2535-1ec5-ad9c-86b6c39e8f2d-5c28bd68, #w-node-_554b46b7-2535-1ec5-ad9c-86b6c39e8f2f-5c28bd68, #w-node-e9bcd673-bb75-fe8c-9b21-3150214a1941-5c28bd68, #w-node-_0d1f823a-f5c0-8252-bbc5-4abf5d47eb4d-5c28bd68, #w-node-_45d077fe-9ac5-706b-223d-dfef527969bd-5c28bd68, #w-node-d430ed4a-55b3-0028-0779-4caaec7d7929-5c28bd68, #w-node-_3b4943bc-7255-fb37-96d1-6f649a2629c4-5c28bd68, #w-node-de4c7d58-edbd-204d-f0ae-b3e6415de55c-5c28bd68 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9313f-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93141-0028bd7f {
  justify-self: center;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9315f-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93160-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93164-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93165-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93169-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9316a-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9316e-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9316f-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93173-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93174-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93178-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93179-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93180-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93181-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93185-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93186-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9318a-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9318b-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9318f-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93190-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93194-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93195-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93199-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9319a-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a1-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a2-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a6-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a7-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931b0-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931b1-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ab-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ac-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ba-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931bb-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931c4-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931c5-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931d4-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931d5-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931d9-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931da-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931de-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931df-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e3-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e4-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e8-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e9-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f0-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f1-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f5-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f6-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931fa-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931fb-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ff-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93200-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93204-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93205-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93209-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9320a-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93211-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93212-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93216-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93217-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9321b-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9321c-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93220-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93221-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93225-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93226-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9322d-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9322e-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93232-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93233-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93237-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93238-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9323c-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9323d-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93241-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93242-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93246-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93247-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9324e-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9324f-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93253-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93254-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93258-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93259-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9325d-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9325e-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93262-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93263-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93267-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93268-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9326c-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9326d-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93271-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93272-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93276-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93277-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9327e-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9327f-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93283-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93284-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93288-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93289-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93290-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93291-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932d5-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932f2-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932f7-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932f8-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932fc-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932fd-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9330d-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93319-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93323-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93324-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93327-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93328-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9332b-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9332c-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9332f-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93330-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93333-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93334-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93337-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93338-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9333b-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9333c-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93346-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93347-0028bd7f {
  justify-self: start;
}

#w-node-_1bfecdfa-cf23-d065-290b-2142ac7792f5-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9334b-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9334c-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9334d-0028bd7f {
  justify-self: start;
}

#w-node-_090a24d3-14a5-dfa2-fa04-d4a813666889-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93353-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93354-0028bd7f {
  justify-self: start;
}

#w-node-edb34d17-99cc-692f-0430-12adb3f5bcf1-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93358-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93359-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9335a-0028bd7f {
  justify-self: start;
}

#w-node-abefda6a-e9c5-21af-36b5-0ac7a543e5f9-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93360-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93361-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93365-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93366-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93367-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9336d-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9336e-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93372-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93377-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93378-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93379-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9337f-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93380-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93381-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93389-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9338a-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9338b-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93391-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93392-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93393-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9339b-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9339c-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9339d-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933a3-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933a4-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933a5-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ad-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ae-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933af-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933b9-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ba-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933bb-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933bf-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933c0-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933c8-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933c9-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ca-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933d0-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933d9-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933da-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933df-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933e8-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933e9-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933f0-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933f9-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933fa-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ff-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93408-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93409-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93410-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93411-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93419-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9341a-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9341f-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9342d-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9342e-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9342f-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93430-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93432-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93435-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93439-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343a-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343b-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343c-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343e-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93447-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93448-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93449-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9344a-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9344c-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93455-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93456-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93457-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93458-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9345a-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9345d-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93464-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93465-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93466-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93467-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93469-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9346c-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9346d-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93473-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93474-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93475-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93476-0028bd7f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93478-0028bd7f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba934de-0028bd7f, #w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725cb-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725cc-0028bd7f {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d0-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d1-0028bd7f {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d5-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725d6-0028bd7f {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725da-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725db-0028bd7f {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725df-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725e0-0028bd7f {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725e7-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725e8-0028bd7f {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725ec-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725ed-0028bd7f {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f1-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f2-0028bd7f {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f6-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725f7-0028bd7f {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725fb-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd5404725fc-0028bd7f {
  justify-self: start;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd540472600-0028bd7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9590ffdb-a06a-0e24-54f9-5fd540472601-0028bd7f {
  justify-self: start;
}

#w-node-_2a6740b2-9b61-38ae-6a6e-ace4c9df7f63-0028bd7f, #w-node-_2669e740-54bd-f4e3-4f8d-3d94df62d50d-0028bd7f, #w-node-_17e5434e-e737-a59f-05c4-a327fe5e482a-0028bd7f, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472616-0028bd7f, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472617-0028bd7f, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261a-0028bd7f, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261b-0028bd7f, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261e-0028bd7f, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047261f-0028bd7f, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472622-0028bd7f, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472623-0028bd7f, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472626-0028bd7f, #w-node-_9590ffdb-a06a-0e24-54f9-5fd540472627-0028bd7f, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262a-0028bd7f, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262b-0028bd7f, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262e-0028bd7f, #w-node-_9590ffdb-a06a-0e24-54f9-5fd54047262f-0028bd7f, #w-node-fa5132bf-0190-a448-40ea-73e75735efe3-32a12ff7, #w-node-_3d05c25d-667e-ec15-d685-ee8ff1bec16f-32a12ff7, #w-node-_58d7d136-f64a-40bb-eccc-16434eba1b12-32a12ff7, #w-node-d3a7e8ff-5db3-719d-b392-33af14e830cf-32a12ff7, #w-node-_58088733-12ba-8113-9ddc-803ba7471488-32a12ff7, #w-node-_090165eb-03af-af99-859a-69985403a294-32a12ff7, #w-node-_0922026f-cf8a-3b18-f183-8f5ebd876a47-32a12ff7, #w-node-_0922026f-cf8a-3b18-f183-8f5ebd876a52-32a12ff7, #w-node-e3b5d694-3324-262d-3f67-5441cd6c7216-32a12ff7, #w-node-e3b5d694-3324-262d-3f67-5441cd6c7218-32a12ff7, #w-node-e3b5d694-3324-262d-3f67-5441cd6c721a-32a12ff7, #w-node-e3b5d694-3324-262d-3f67-5441cd6c721c-32a12ff7, #w-node-_34cbffb0-54c4-3338-4d9a-aec014e18101-32a12ff7, #w-node-_34cbffb0-54c4-3338-4d9a-aec014e1810c-32a12ff7, #w-node-cb7f0c80-6cfa-1a2b-94aa-b66fda492037-32a12ff7, #w-node-cb7f0c80-6cfa-1a2b-94aa-b66fda492039-32a12ff7, #w-node-cb7f0c80-6cfa-1a2b-94aa-b66fda49203b-32a12ff7, #w-node-cb7f0c80-6cfa-1a2b-94aa-b66fda49203d-32a12ff7, #w-node-_65df2c8b-dbf3-75aa-545f-2b791d06b5da-32a12ff7, #w-node-_65df2c8b-dbf3-75aa-545f-2b791d06b5e5-32a12ff7, #w-node-_65df2c8b-dbf3-75aa-545f-2b791d06b5fa-32a12ff7, #w-node-_65df2c8b-dbf3-75aa-545f-2b791d06b5fc-32a12ff7, #w-node-_65df2c8b-dbf3-75aa-545f-2b791d06b5fe-32a12ff7, #w-node-_65df2c8b-dbf3-75aa-545f-2b791d06b600-32a12ff7, #w-node-_0495e781-7faa-9bdd-07d8-7ff34f0597a9-32a12ff7, #w-node-_0495e781-7faa-9bdd-07d8-7ff34f0597b4-32a12ff7, #w-node-_0495e781-7faa-9bdd-07d8-7ff34f0597c3-32a12ff7, #w-node-_0495e781-7faa-9bdd-07d8-7ff34f0597c5-32a12ff7, #w-node-_0495e781-7faa-9bdd-07d8-7ff34f0597c7-32a12ff7, #w-node-_0495e781-7faa-9bdd-07d8-7ff34f0597c9-32a12ff7, #w-node-d2ae89c4-c2c1-6401-97bf-4fc312b6e1a5-f19eb6c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd4950b3-99f9-d158-ca6b-1d762ddef637-4aeeb85f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fa5132bf-0190-a448-40ea-73e75735efe3-7081aeb3, #w-node-_3d05c25d-667e-ec15-d685-ee8ff1bec16f-7081aeb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d46e38b-1a55-3d3b-9ab2-53030ea26e5b-7081aeb3 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_58d7d136-f64a-40bb-eccc-16434eba1b12-7081aeb3, #w-node-d3a7e8ff-5db3-719d-b392-33af14e830cf-7081aeb3, #w-node-_58088733-12ba-8113-9ddc-803ba7471488-7081aeb3, #w-node-_090165eb-03af-af99-859a-69985403a294-7081aeb3, #w-node-e043e74d-9c8f-067b-9091-aa33d9305e67-7081aeb3, #w-node-e043e74d-9c8f-067b-9091-aa33d9305e84-7081aeb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e043e74d-9c8f-067b-9091-aa33d9305e85-7081aeb3 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e043e74d-9c8f-067b-9091-aa33d9305e8e-7081aeb3, #w-node-e043e74d-9c8f-067b-9091-aa33d9305e90-7081aeb3, #w-node-e043e74d-9c8f-067b-9091-aa33d9305e92-7081aeb3, #w-node-e043e74d-9c8f-067b-9091-aa33d9305e94-7081aeb3, #w-node-_26093567-7959-fea4-943e-364c1c7e7d81-7081aeb3, #w-node-_26093567-7959-fea4-943e-364c1c7e7d9e-7081aeb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26093567-7959-fea4-943e-364c1c7e7d9f-7081aeb3 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_26093567-7959-fea4-943e-364c1c7e7da8-7081aeb3, #w-node-_26093567-7959-fea4-943e-364c1c7e7daa-7081aeb3, #w-node-_26093567-7959-fea4-943e-364c1c7e7dac-7081aeb3, #w-node-_26093567-7959-fea4-943e-364c1c7e7dae-7081aeb3, #w-node-ad97465f-2e98-0fd0-599a-626f87d8c281-7081aeb3, #w-node-ad97465f-2e98-0fd0-599a-626f87d8c29e-7081aeb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad97465f-2e98-0fd0-599a-626f87d8c29f-7081aeb3 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ad97465f-2e98-0fd0-599a-626f87d8c2a8-7081aeb3, #w-node-ad97465f-2e98-0fd0-599a-626f87d8c2aa-7081aeb3, #w-node-ad97465f-2e98-0fd0-599a-626f87d8c2ac-7081aeb3, #w-node-ad97465f-2e98-0fd0-599a-626f87d8c2ae-7081aeb3, #w-node-_2efe17a3-3cdb-f93a-6023-457eacebfeb0-7081aeb3, #w-node-_2efe17a3-3cdb-f93a-6023-457eacebfecd-7081aeb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2efe17a3-3cdb-f93a-6023-457eacebfece-7081aeb3 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2efe17a3-3cdb-f93a-6023-457eacebfed7-7081aeb3, #w-node-_2efe17a3-3cdb-f93a-6023-457eacebfed9-7081aeb3, #w-node-_2efe17a3-3cdb-f93a-6023-457eacebfedb-7081aeb3, #w-node-_2efe17a3-3cdb-f93a-6023-457eacebfedd-7081aeb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_8de1cb66-3362-4e71-6f3c-e0bd2176c4d7-5c28bd68, #w-node-_554b46b7-2535-1ec5-ad9c-86b6c39e8f2f-5c28bd68 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bd4950b3-99f9-d158-ca6b-1d762ddef637-4aeeb85f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


