:root {
  --background-color--background-primary: var(--base-color-neutral--bg-black);
  --text-color--text-primary: var(--base-color-neutral--text-primary);
  --background-color--background-primary\<deleted\|variable-9f6b6bb4-0795-c8ab-f302-bbebab6f2554\>: var(--base-color-neutral--white\<deleted\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>);
  --text-color--text-alternate: var(--base-color-neutral--bg-black);
  --text-color--text-secondary: var(--base-color-neutral--text-secondory);
  --background-color--background-success\<deleted\|variable-879e2a57-3170-38fd-0ae7-d0e890873ab2\>: var(--base-color-system--success-green\<deleted\|variable-8fc09a81-a1c7-3c5b-2cf2-835ad5d96212\>);
  --text-color--text-success\<deleted\|variable-17518f72-fb93-45b5-ad9e-fdd3f2b1833a\>: var(--base-color-system--success-green-dark\<deleted\|variable-70ae3530-1c64-4d15-f2af-205678316683\>);
  --border-color--border-primary\<deleted\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>: var(--base-color-neutral--neutral-lightest\<deleted\|variable-eede0174-1898-a99e-0c79-395339ec1911\>);
  --background-color--background-secondary\<deleted\|variable-2dd539ce-5be2-4493-8245-a883e87dab6d\>: var(--base-color-neutral--bg-black);
  --base-color-neutral--text-secondory: #969696;
  --base-color-neutral--text-primary: white;
  --background-color--background-tertiary\<deleted\|variable-6632d948-2d2d-2556-731d-05a71c92f234\>: var(--base-color-brand--pink\<deleted\|variable-c4661572-8a15-7367-e98c-cc1a0987f6d1\>);
  --background-color--background-error\<deleted\|variable-89aecd3e-2fe8-312c-65a2-e3e7c57d326c\>: var(--base-color-system--error-red\<deleted\|variable-ad7a5e8d-bd95-fba4-5110-cbccfa2520c4\>);
  --text-color--text-error\<deleted\|variable-4a51c5d2-820c-a0d9-b49e-0e5d273c964f\>: var(--base-color-system--error-red-dark\<deleted\|variable-f7a8b234-8033-a5d6-4d85-0326277c2bf8\>);
  --border-color--border-alternate\<deleted\|variable-551aa6d2-4bf8-6036-137a-78e1c71841a4\>: var(--base-color-neutral--neutral-darker\<deleted\|variable-dda6ad91-259a-0202-f70f-965feb273058\>);
  --background-color--background-warning\<deleted\|variable-0aa1a7ce-e851-b6b5-66db-1a1a96e8e04b\>: var(--base-color-system--warning-yellow\<deleted\|variable-b0ee00e7-091a-a3f5-1619-b09d07f4475a\>);
  --text-color--text-warning\<deleted\|variable-825aa1d8-b093-0b89-37c5-87d980df10f5\>: var(--base-color-system--warning-yellow-dark\<deleted\|variable-296491a7-483e-1229-36b5-e13808cc9004\>);
  --text-color--border-color: var(--base-color-neutral--text-thirdary);
  --base-color-neutral--bg-black: #1a1a1a;
  --base-color-neutral--text-thirdary: #121212;
  --base-color-neutral--white\<deleted\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>: #fafafb;
  --base-color-system--success-green\<deleted\|variable-8fc09a81-a1c7-3c5b-2cf2-835ad5d96212\>: #cef5ca;
  --base-color-system--success-green-dark\<deleted\|variable-70ae3530-1c64-4d15-f2af-205678316683\>: #114e0b;
  --base-color-neutral--neutral-lightest\<deleted\|variable-eede0174-1898-a99e-0c79-395339ec1911\>: #eee;
  --base-color-brand--pink\<deleted\|variable-c4661572-8a15-7367-e98c-cc1a0987f6d1\>: #dd23bb;
  --base-color-system--error-red\<deleted\|variable-ad7a5e8d-bd95-fba4-5110-cbccfa2520c4\>: #f8e4e4;
  --base-color-system--error-red-dark\<deleted\|variable-f7a8b234-8033-a5d6-4d85-0326277c2bf8\>: #3b0b0b;
  --base-color-neutral--neutral-darker\<deleted\|variable-dda6ad91-259a-0202-f70f-965feb273058\>: #222;
  --base-color-system--warning-yellow\<deleted\|variable-b0ee00e7-091a-a3f5-1619-b09d07f4475a\>: #fcf8d8;
  --base-color-system--warning-yellow-dark\<deleted\|variable-296491a7-483e-1229-36b5-e13808cc9004\>: #5e5515;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  font-family: Mona Sans, sans-serif;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.4;
}

h1 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bricolage Grotesque;
  font-size: 6vw;
  font-weight: 400;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton;
  font-size: 4em;
  font-weight: 400;
  line-height: 1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton;
  font-size: 2em;
  font-weight: 400;
  line-height: 1;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anton;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1;
}

p {
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.5;
}

a {
  color: var(--text-color--text-primary);
  font-size: 1em;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
  font-size: 1em;
}

img {
  object-fit: cover;
  flex: none;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

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

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: .9em;
  line-height: 1.5;
}

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

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

.utility-page_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-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

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

.padding-top {
  padding: 10vw 0 0;
}

.padding-bottom {
  padding: 0 0 10vw;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

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

.icon-1x1-small.rotated-icon {
  transform: rotate(0);
}

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

.icon-1x1-large.margin-botton {
  margin-bottom: .3rem;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.background-color-primary {
  background-color: var(--background-color--background-primary\<deleted\|variable-9f6b6bb4-0795-c8ab-f302-bbebab6f2554\>);
  color: var(--text-color--text-alternate);
}

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

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

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.form_message-success {
  background-color: var(--background-color--background-success\<deleted\|variable-879e2a57-3170-38fd-0ae7-d0e890873ab2\>);
  color: var(--text-color--text-success\<deleted\|variable-17518f72-fb93-45b5-ad9e-fdd3f2b1833a\>);
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 3em;
  font-weight: 400;
  line-height: 1;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.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 ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 1.4vw;
  height: 1.4vw;
}

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

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

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

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

.styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--border-color--border-primary\<deleted\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

.styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.text-size-regular {
  font-size: 1.01em;
}

.text-size-regular.w--current {
  text-underline-position: under;
  text-decoration: underline;
}

.text-size-regular.service-text {
  text-align: right;
}

.text-size-regular.text-style-strikethrough {
  text-underline-position: under;
  line-height: 1.45;
  -webkit-text-decoration: underline dashed #c5c5c5a8;
  text-decoration: underline dashed #c5c5c5a8;
  text-decoration-thickness: .1px;
}

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

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

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

.styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.styleguide-holder {
  width: 100%;
  padding-top: 5vw;
}

.background-color-alternate {
  background-color: var(--background-color--background-primary);
}

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

.text-size-small {
  font-size: .85em;
  font-weight: 500;
}

.text-size-small.text-color-secondary {
  font-weight: 500;
}

.heading-style-h4 {
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

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

.background-color-secondary {
  background-color: var(--background-color--background-secondary\<deleted\|variable-2dd539ce-5be2-4493-8245-a883e87dab6d\>);
}

.form_input {
  border: 1px solid var(--border-color--border-primary\<deleted\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: var(--text-color--text-secondary);
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
  font-size: 1rem;
}

.heading-style-h6 {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.text-style-link {
  color: var(--base-color-neutral--text-secondory);
  padding-top: .05rem;
  padding-bottom: .05rem;
  text-decoration: none;
  transition: color .2s;
}

.text-style-link:hover {
  color: var(--base-color-neutral--text-primary);
  text-underline-position: under;
  text-decoration: underline;
}

.text-style-link.w--current, .text-style-link.footer-link {
  color: var(--base-color-neutral--text-primary);
}

.text-size-large {
  font-size: 1.15em;
}

.heading-style-h2 {
  font-size: 4em;
  font-weight: 400;
  line-height: 1;
}

.fs-styleguide_label {
  background-color: var(--base-color-neutral--text-secondory);
  color: var(--text-color--text-alternate);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: var(--background-color--background-tertiary\<deleted\|variable-6632d948-2d2d-2556-731d-05a71c92f234\>);
  font-size: 1em;
}

.heading-style-h5 {
  font-size: 2em;
  font-weight: 400;
  line-height: 1;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40vw;
  max-width: 1000%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
  position: relative;
}

.container.new-container {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 5vw;
}

.container.new-project-container {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.icon-height-medium {
  height: 2rem;
}

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

.form_message-error {
  background-color: var(--background-color--background-error\<deleted\|variable-89aecd3e-2fe8-312c-65a2-e3e7c57d326c\>);
  color: var(--text-color--text-error\<deleted\|variable-4a51c5d2-820c-a0d9-b49e-0e5d273c964f\>);
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.button {
  background-color: var(--background-color--background-primary\<deleted\|variable-9f6b6bb4-0795-c8ab-f302-bbebab6f2554\>);
  color: var(--text-color--text-alternate);
  text-align: center;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-size: 1.1em;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

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

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  border: 1px solid var(--border-color--border-alternate\<deleted\|variable-551aa6d2-4bf8-6036-137a-78e1c71841a4\>);
  color: var(--text-color--text-primary);
  background-color: #0000;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.styleguide-class-wrapper {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: block;
}

.text-size-medium {
  font-size: 1.1em;
}

.styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
}

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

.styleguide_structure {
  width: 100%;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_message {
  background-color: var(--background-color--background-warning\<deleted\|variable-0aa1a7ce-e851-b6b5-66db-1a1a96e8e04b\>);
  color: var(--text-color--text-warning\<deleted\|variable-825aa1d8-b093-0b89-37c5-87d980df10f5\>);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary\<deleted\|variable-6632d948-2d2d-2556-731d-05a71c92f234\>);
}

.padding-top-bottom {
  padding: 10vw 0;
}

.section {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  display: flex;
}

.main-para-w {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.page-line {
  z-index: 1000;
  background-color: #c6d870;
  width: 0%;
  height: 3px;
  position: fixed;
  inset: 0% 0% auto;
}

.project-info-row {
  border-bottom: 1px solid var(--text-color--border-color);
  justify-content: flex-start;
  padding-top: .5vw;
  padding-bottom: .5vw;
  display: none;
}

.accordian-que {
  cursor: pointer;
  justify-content: space-between;
  padding-top: .6vw;
  padding-bottom: .6vw;
  display: flex;
}

.accordian-ans-content-w {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  height: 100%;
  margin-left: 0;
  padding-top: 1vw;
  display: flex;
}

.accordian-w {
  flex-flow: column;
  width: 100%;
  height: auto;
  display: flex;
}

.accodian-service-w {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  justify-content: space-between;
  display: flex;
}

.accordian-ans {
  border-bottom: .1px dashed #c5c5c5a8;
  width: 100%;
  height: auto;
  padding-right: 2vw;
  display: flex;
  overflow: hidden;
}

.accordians {
  flex-flow: column;
  margin-bottom: 2rem;
  display: flex;
}

.accordian-para-header {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 90%;
  margin-bottom: 1vw;
  display: flex;
}

.menu-link-w {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.flex-menu {
  z-index: 1000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 6vw;
  position: fixed;
  inset: 2vw 2vw auto auto;
}

.menu-bar {
  background-color: #fff;
  width: 1rem;
  height: 1px;
}

.menu-wrapper {
  z-index: 10000;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: auto;
  margin-bottom: -.6vw;
  display: flex;
  overflow: hidden;
}

.menu-parent {
  z-index: 2;
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  background-color: var(--base-color-neutral--bg-black);
  border: 1px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.2rem;
  min-width: 2.2rem;
  padding: .8rem 1rem;
  transition: background-color .4s;
  display: flex;
  position: relative;
}

.menu-parent:hover {
  background-color: #ffffff1a;
}

.max-width-large {
  grid-column-gap: .4vw;
  grid-row-gap: .4vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 25vw;
  display: flex;
}

.content-wrapper {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  margin-top: 5vw;
  margin-bottom: 2vw;
  display: flex;
  position: relative;
}

.content-wrapper.new-content-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 35%;
}

.work-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
}

.tools-w {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.tool-expertise-wrapper {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.footer.contact-footer {
  grid-column-gap: .7vw;
  grid-row-gap: .7vw;
  margin-top: -.5vw;
}

.time-w {
  grid-column-gap: .3vw;
  grid-row-gap: .3vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.para-w {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-w {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.end-w {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.footer-link-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  grid-column-gap: .3vw;
  grid-row-gap: .3vw;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.link {
  text-underline-position: under;
  -webkit-text-decoration: underline dashed #c5c5c5a8;
  text-decoration: underline dashed #c5c5c5a8;
  text-decoration-thickness: .1px;
}

.link.w--current {
  color: var(--base-color-neutral--text-primary);
  text-underline-position: under;
  text-decoration: underline;
}

.project-stats-w {
  grid-column-gap: 4vw;
  grid-row-gap: 2vw;
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.intro-info-coln2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.project-showcase-image {
  aspect-ratio: 3 / 2;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
}

.project-info-w {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.showreel-image {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60vw;
  display: flex;
  overflow: hidden;
}

.about-main-para-w {
  grid-row-gap: 1.5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 1vw;
  display: flex;
}

.swiper-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
}

.gallery-wrapper {
  width: 95%;
  height: 9vw;
  position: relative;
}

.gallery-image1 {
  width: 9vw;
  height: 9vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gallery-image2 {
  width: 9vw;
  height: 9vw;
  position: absolute;
  inset: 0% auto 0% 0%;
  box-shadow: -6px 5px 10px -8px #00000075;
}

.project-images-wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: wrap;
  width: 100%;
  margin-bottom: 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.resources-wrpper {
  grid-column-gap: 1vw;
  grid-row-gap: 5vw;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.resouce-card, .resource-card-image-w {
  width: 100%;
}

.resource-card-image {
  aspect-ratio: 3 / 2;
}

.resource-name-w {
  grid-column-gap: .3vw;
  grid-row-gap: .3vw;
  flex-flow: column;
  width: 100%;
  padding-top: .5vw;
  display: flex;
}

.coming-soon-w {
  z-index: 1000;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  text-align: center;
  background-color: #000000cf;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

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

.menu-wrapper-project-page {
  z-index: 10000;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.project-para-w {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.project-info-name {
  width: 30%;
}

.project-highlights {
  grid-row-gap: .25rem;
  flex-flow: column;
  width: 37%;
  display: flex;
}

.section-heading {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: .3vw;
  display: flex;
}

.section-heading.contact-heading {
  margin-bottom: .2vw;
}

.intro-wrapper {
  grid-column-gap: .8vw;
  grid-row-gap: .8vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.no-swiper-slide {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 2.2rem;
  display: flex;
  overflow: hidden;
}

.new-work-wrapper {
  grid-column-gap: .8vw;
  grid-row-gap: .8vw;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.work-row {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.extras-w {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.project-name-w {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.new-project-card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 25vw;
  margin-right: 5vw;
  display: none;
  position: absolute;
  inset: 0% auto auto 169%;
  overflow: hidden;
}

.not-nav-link {
  text-underline-position: under;
  padding-top: .05rem;
  padding-bottom: .05rem;
  -webkit-text-decoration: underline dashed #c5c5c5a8;
  text-decoration: underline dashed #c5c5c5a8;
  text-decoration-thickness: .1px;
  transition: color .2s;
}

.not-nav-link.w--current {
  color: var(--base-color-neutral--text-primary);
}

.project-info-w-odd {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  flex-flow: column;
  width: 100%;
  display: flex;
}

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

  h2 {
    font-size: 8em;
  }

  h3 {
    font-size: 6em;
  }

  h4 {
    font-size: 5em;
  }

  h5 {
    font-size: 4em;
  }

  h6 {
    font-size: 3em;
  }

  p, a {
    font-size: 1.1rem;
  }

  li, blockquote {
    font-size: 1rem;
  }

  .padding-top {
    padding: 15vw 0 0;
  }

  .padding-bottom {
    padding: 0 0 15vw;
  }

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

  .icon-1x1-large.margin-botton {
    margin-bottom: .5rem;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h3 {
    font-size: 6em;
  }

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

  .heading-style-h1 {
    font-size: 17vw;
  }

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

  .styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

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

  .styleguide-holder {
    padding-top: 10vw;
  }

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

  .heading-style-h4 {
    font-size: 5em;
  }

  .heading-style-h6 {
    font-size: 3em;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

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

  .heading-style-h2 {
    font-size: 8em;
  }

  .fs-styleguide_label, .fs-styleguide_label.is-tag {
    font-size: 1rem;
  }

  .heading-style-h5 {
    font-size: 4em;
  }

  .container {
    width: 100%;
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container.work-page-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button {
    font-size: 1.1rem;
  }

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

  .styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-top-bottom {
    padding: 15vw 0;
  }

  .section {
    position: static;
  }

  .main-para-w {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    position: static;
  }

  .page-line {
    height: 5px;
  }

  .project-info-row {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .accordian-que, .accordian-ans-content-w {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .accodian-service-w {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .accordian-ans {
    padding-right: 3rem;
  }

  .accordian-para-header {
    margin-bottom: 2rem;
  }

  .flex-menu {
    width: 40%;
    display: flex;
    top: 4vw;
    right: 4vw;
  }

  .menu-wrapper {
    margin-bottom: -1rem;
    top: -15vw;
  }

  .menu-parent {
    padding: 1rem;
  }

  .max-width-large {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    max-width: 100%;
  }

  .content-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .content-wrapper.new-content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    width: 100%;
  }

  .work-wrapper {
    width: 100%;
  }

  .tools-w {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .tool-expertise-wrapper {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
  }

  .footer {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    position: static;
  }

  .footer.contact-footer {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-top: -.7rem;
  }

  .footer-w {
    width: 100%;
    min-width: 0%;
    margin-top: .5rem;
  }

  .footer-link-wrapper {
    justify-content: space-between;
  }

  .footer-link {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .project-stats-w {
    grid-column-gap: 4rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .intro-info-coln2 {
    width: 95%;
  }

  .project-showcase-image {
    width: 100%;
  }

  .project-info-w {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    width: 100%;
  }

  .showreel-image {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 100%;
  }

  .about-main-para-w {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .gallery-wrapper {
    padding-bottom: 30vw;
  }

  .gallery-image1, .gallery-image2 {
    width: 30vw;
    height: 30vw;
  }

  .project-images-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    width: 100%;
  }

  .resources-wrpper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 5rem;
    width: 100%;
  }

  .resource-name-w {
    padding-top: .5rem;
  }

  .coming-soon-w {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .menu-wrapper-project-page {
    top: -15vw;
  }

  .project-para-w {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    position: static;
  }

  .project-highlights {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .section-heading {
    margin-bottom: .7rem;
    top: -2rem;
  }

  .section-heading.contact-heading {
    margin-bottom: .4rem;
  }

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

  .no-swiper-slide {
    margin-bottom: 2.5rem;
  }

  .new-work-wrapper {
    grid-column-gap: 1.55rem;
    grid-row-gap: 1.55rem;
  }

  .extras-w {
    width: 100%;
  }

  .project-name-w {
    justify-content: flex-start;
    align-items: center;
  }

  .new-project-card {
    margin-bottom: 2rem;
  }

  .project-info-w-odd {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 13em;
  }

  h3 {
    font-size: 11em;
  }

  h4 {
    font-size: 9em;
  }

  h5 {
    font-size: 7em;
  }

  h6 {
    font-size: 5em;
  }

  p {
    font-size: 1.1rem;
  }

  .padding-top {
    padding: 20vw 0 0;
  }

  .padding-bottom {
    padding: 0 0 20vw;
  }

  .heading-style-h3 {
    font-size: 11em;
  }

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

  .styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

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

  .styleguide-holder {
    padding-top: 15vw;
  }

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

  .heading-style-h4 {
    font-size: 9em;
  }

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

  .heading-style-h6 {
    font-size: 5em;
  }

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

  .heading-style-h2 {
    font-size: 13em;
  }

  .heading-style-h5 {
    font-size: 7em;
  }

  .container {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .button, .button.w--current {
    font-size: 1rem;
  }

  .padding-top-bottom {
    padding: 20vw 0;
  }

  .main-para-w {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .accordian-ans-content-w {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .accodian-service-w {
    grid-column-gap: 3.2rem;
    grid-row-gap: 3.2rem;
  }

  .accordian-ans {
    padding-right: 1rem;
  }

  .accordian-para-header {
    width: 90%;
  }

  .flex-menu {
    width: 60%;
  }

  .menu-wrapper {
    top: -20vw;
  }

  .menu-parent {
    left: -1px;
  }

  .menu-parent:hover {
    background-color: #000;
  }

  .content-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .work-wrapper {
    margin-bottom: 0;
  }

  .tools-w {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .tool-expertise-wrapper {
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
  }

  .link {
    font-size: 1rem;
  }

  .project-stats-w {
    grid-row-gap: 1.5rem;
    width: 100%;
  }

  .intro-info-coln2 {
    width: 100%;
  }

  .project-showcase-image {
    border-radius: .7rem;
  }

  .project-info-w {
    width: 100%;
  }

  .showreel-image {
    border-radius: .7rem;
  }

  .about-main-para-w {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .gallery-wrapper {
    width: 95%;
  }

  .resources-wrpper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .menu-wrapper-project-page {
    top: -20vw;
  }

  .project-para-w {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .project-highlights {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .section-heading.contact-heading {
    margin-bottom: .4rem;
  }

  .no-swiper-slide {
    margin-bottom: 2rem;
  }

  .project-info-w-odd {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  p, a {
    font-size: 1rem;
  }

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

  .padding-top {
    padding: 25vw 0 0;
  }

  .padding-bottom {
    padding: 0 0 25vw;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

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

  .heading-style-h1 {
    font-size: 16vw;
  }

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

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

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

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button, .button.w--current {
    font-size: .8rem;
  }

  .padding-top-bottom {
    padding: 25vw 0;
  }

  .project-info-row {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    flex-flow: wrap;
  }

  .accordian-ans-content-w {
    width: 100%;
  }

  .accodian-service-w {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
  }

  .accordian-ans {
    padding-right: 0;
  }

  .accordian-para-header {
    width: 100%;
  }

  .flex-menu {
    width: 95%;
  }

  .tools-w {
    width: auto;
  }

  .tool-expertise-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: wrap;
  }

  .footer-link {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .link {
    font-size: .85rem;
  }

  .project-stats-w {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .project-info-w {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    width: 100%;
  }

  .project-highlights {
    width: 45%;
  }

  .section-heading {
    top: -1.5rem;
  }
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-57d497fb, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-57d497fb, #w-node-_931338e3-fcac-9843-99c9-0ee9c089b355-57d497fb, #w-node-dfcf60a7-9d5f-7627-459f-70a158c17df9-57d497fb {
  justify-self: start;
}

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-57d497fb, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-57d497fb, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-57d497fb, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-57d497fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-57d497fb {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-57d497fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-57d497fb {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-57d497fb, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-57d497fb, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-57d497fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-57d497fb {
  justify-self: start;
}


