:root {
  --blue: #0875bf;
  --white: #fff;
}

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

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

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
}

.hero-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 927px;
  margin-top: 0;
  display: flex;
}

.quick-stack {
  max-width: 1240px;
  padding: 0;
}

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

.heading {
  margin-bottom: 20px;
  font-family: Outfit, sans-serif;
  font-weight: 700;
}

.paragraph {
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

.paragraph._30px-botto {
  margin-bottom: 30px;
}

.image {
  position: absolute;
  inset: 0% auto auto 0%;
}

.body {
  font-size: 16px;
}

.button {
  color: #040126;
  text-align: center;
  letter-spacing: -.03rem;
  background-color: #9adbff;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  overflow: visible;
}

.button.d-17 {
  background-color: #0875bf;
  border-top-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  transition: border-radius .3s, background-color .3s;
}

.button.d-17:hover {
  background-color: #5b96fe;
  border-radius: 0 2rem;
}

.button.d-13 {
  color: #fff;
  background-color: #0875bf;
  border: 1px solid #9adbff00;
  font-family: Outfit, sans-serif;
  transition: color .3s, background-color .3s;
}

.button.d-13:hover {
  color: #4698cf;
  background-color: #9adbff00;
  border: 1px solid #0875bf;
}

.cell-2 {
  justify-content: center;
  align-items: center;
}

.p-sm-end {
  padding-bottom: 2.25em;
}

.container-w1 {
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
}

.container-w1.hero-width {
  max-width: 1920px;
}

.styles-grid-colors {
  grid-template: "Area"
  / 1fr 1fr 1fr 1fr;
}

.background-color-primary {
  color: #75e6a4;
  background-color: #db2c39;
}

.copy-large {
  color: #2b2b2b;
  font-size: 1.2em;
}

.gutter-outside {
  padding-left: 40px;
  padding-right: 40px;
}

.distance-big {
  padding-top: 6.5em;
}

.container-w3 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.input-label {
  color: #000;
  margin-bottom: 12px;
  font-weight: 400;
}

.copy-small {
  color: #000;
  text-align: justify;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 200;
  line-height: 1.4em;
}

.background-color-accent {
  color: #0978c3;
  background-color: #ff0013;
}

.p-md-end {
  padding-bottom: 4.5em;
}

.button-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #930d0f;
  border: 1px #000;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .4s;
}

.button-2:hover {
  color: #930d0f;
  letter-spacing: 4px;
  background-color: #ececec;
  border-style: solid;
  border-color: #930d0f;
  font-size: 12px;
}

.button-2:active {
  background-color: #43464d;
}

.button-red {
  background-color: #db2c39;
  border-radius: 2.2em;
  flex: 0 auto;
  padding: .6em 1em;
  font-size: 1em;
  transition: transform .2s;
}

.button-red:hover {
  transform: scale(1.05);
}

.button-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  transform-style: preserve-3d;
  background-color: #db2c39;
  border: 5px solid #db2c39;
  border-radius: 2.2em;
  justify-content: center;
  align-items: center;
  padding: .5em 1em;
  font-size: .9em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: transform .2s;
  display: inline;
  transform: translate(0);
}

.button-3:hover {
  transform: scale3d(1none, 1none, 1none);
  color: #fff;
  background-color: #db2c39;
  border-style: solid;
  border-color: #db2c39;
}

.button-3.small {
  padding: .5em 1.4em;
  font-size: .8em;
}

.button-3.secondary {
  z-index: 1;
  box-shadow: none;
  color: #fff;
  background-color: #fff0;
  border: 5px solid #db2c39;
  position: relative;
}

.button-3.secondary:hover {
  box-shadow: none;
  opacity: 1;
  color: #fff;
  -webkit-text-stroke-color: #0978c3;
  background-color: #db2c39;
  border-style: solid;
  border-color: #db2c39;
}

.button-3.secondary.small {
  letter-spacing: 5px;
  font-weight: 200;
  display: inline-block;
}

.p-xl-start {
  padding-top: 6.5em;
}

.title5 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.2em;
}

.title6 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.2em;
}

.gutter-description {
  text-align: center;
  background-color: #eaeaea;
  padding-top: 3em;
  padding-bottom: 3em;
}

.p-md-start {
  padding-top: 4.5em;
}

.copy-medium {
  color: #000;
  text-align: justify;
  flex: 1;
  font-size: 1em;
  font-weight: 200;
  line-height: 1.4em;
}

.title4 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1.45em;
  line-height: 1.3em;
}

.p-sm-start {
  padding-top: 2.25em;
}

.p-xl-end {
  padding-bottom: 12em;
}

.infotext {
  color: #888;
  font-size: .7em;
  line-height: 1.3em;
}

.styleguide-item {
  border-bottom: .1em solid #bdbdbd;
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}

.background-color-copy-dark {
  background-color: #272727;
}

.title2 {
  color: #000;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2em;
}

.container-w2 {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.container-w2.top-40px {
  margin-top: 60px;
  margin-bottom: 40px;
}

.container-w4 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.input-field {
  color: #272727;
  border-radius: 1em;
  min-height: 54px;
  margin-bottom: 1em;
  font-size: 1em;
  transition: all .25s;
}

.input-field:hover {
  border: 1px solid #888;
}

.input-field:focus {
  background-color: #fcfcfc;
  border: 1px solid #272727;
}

.background-color-grey-light-2 {
  background-color: #d9f7e4;
}

.p-xs-end {
  padding-bottom: 1em;
}

.paragraph-2 {
  color: #000;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
}

.title1 {
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.05em;
}

.title1.bold {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.title3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.2em;
}

.background-color-grey-light-1 {
  background-color: #f8f6f5;
}

.p-xss-start {
  padding-top: .5em;
}

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

.cause-grid-wrapper {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 20px;
  flex: 1;
  width: 100%;
  padding: 20px;
  transition: all .4s;
  transform: translate(0);
  box-shadow: 0 0 #0000, 0 2px .2px #00000006, 0 4px .4px #00000007, 0 6.1px .7px #00000008, 0 8.3px .9px #00000009, 0 10.7px 1.2px #00000009, 0 13.5px 1.6px #0000000a, 0 16.6px 2.1px #0000000a, 0 20.2px 2.7px #0000000a, 0 24.6px 3.5px #0000000b, 0 30.1px 4.4px #0000000b, 0 36.8px 5.8px #0000000b, 0 45.5px 7.5px #0000000b, 0 56.9px 9.9px #0000000b, 0 72.2px 13.2px #0000000c, 0 93.6px 17.8px #0000000c, 0 125px 24.8px #0000000c, 0 175.1px 36px #0000000d, 0 270.8px 57.8px #0000000e;
}

.cause-grid-wrapper:hover {
  box-shadow: none;
  transform: translate(0, -4px);
}

.image-3 {
  width: 36px;
}

.heading-2 {
  margin-top: 10px;
  font-family: Outfit, sans-serif;
  font-weight: 400;
}

.reson {
  background-color: var(--blue);
  background-image: url('../images/power-1-1.svg'), linear-gradient(#0387df, #4dcdff);
  background-position: 0%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  overflow: hidden;
}

.white {
  z-index: 1;
  color: #fff;
  position: relative;
}

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

.div-block {
  z-index: 2;
  background-color: var(--white);
  text-align: center;
  border: 1px solid #f5f5f5;
  border-radius: 20px;
  flex: 1;
  width: 100%;
  padding: 40px 20px;
  position: relative;
  box-shadow: 0 0 #071f5700, 0 1px .4px #071f5708, 0 2px .8px #071f570a, 0 3.4px 1.6px #071f570b, 0 5.4px 2.9px #071f570c, 0 8.9px 5.3px #071f570c, 0 15.4px 10.4px #071f570d, 0 30.6px 22.8px #071f570e;
}

.image-4 {
  width: 64px;
}

.heading-3 {
  color: var(--blue);
  background-color: #fff0;
}

.heading-4 {
  text-align: center;
  font-family: Outfit, sans-serif;
  font-weight: 400;
}

.solution-wrapper.container-w2.gutter-outside {
  flex: 1;
}

.background-video {
  background-image: linear-gradient(#fff, #0000);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 805px;
  display: flex;
}

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

.black {
  color: var(--blue);
  text-align: left;
  font-family: Outfit, sans-serif;
  font-weight: 400;
}

.div-block-2 {
  height: .5em;
}

.paragraph-3 {
  color: #000;
  text-align: left;
  font-family: Outfit, sans-serif;
}

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

.cell-37 {
  justify-content: center;
  align-items: center;
}

.link-2 {
  color: #e3e9ec;
  margin-bottom: 0;
  font-family: Droid Sans, sans-serif;
  font-size: .85em;
  font-weight: 300;
  text-decoration: none;
}

.link-2.smaller {
  font-size: .8em;
}

.cell-38 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.text-block {
  color: #fff;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
}

.field-label {
  color: #fff;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 500;
}

.form-block {
  background-color: var(--blue);
  border-radius: 20px;
  width: 80%;
  margin-bottom: 0;
  margin-right: 0;
  padding: 20px 40px;
}

.form-div {
  margin-bottom: 15px;
}

.button-4 {
  background-color: #6f715c;
  border-radius: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

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

.textarea {
  background-color: var(--white);
  border-radius: 20px;
  margin-bottom: 40px;
}

.link-block-4 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.submit-button {
  border: 1px solid var(--blue);
  background-color: var(--white);
  color: var(--blue);
  border-radius: 20px;
  align-self: center;
  margin-bottom: -36px;
  padding-left: 40px;
  padding-right: 40px;
}

.cell-12 {
  justify-content: center;
  align-items: center;
}

.success-message-2 {
  background-color: #ddd0;
}

.form {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.text-field {
  background-color: var(--white);
  border-radius: 20px;
}

.paragraph-5 {
  color: #6f715c;
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 1.2em;
}

.nav-wrapper.container-w2.gutter-outside {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-25 {
  width: 80px;
}

.navbar {
  background-color: #ddd0;
}

.nav-link {
  color: var(--blue);
  font-family: Droid Sans, sans-serif;
  font-weight: 700;
}

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

.paragraph-14 {
  margin-top: 40px;
  padding-left: 0;
  font-size: 18px;
}

.paragraph-14.container-w2 {
  color: #000;
}

.paragraph-14.container-w2.gutter-outside {
  padding-left: 40px;
  line-height: 1.5em;
}

.link-4 {
  color: #0375e9;
}

.image-27, .image-28, .image-29 {
  width: 42px;
}

.nav-menu {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.image-30 {
  width: 34px;
}

.section {
  background-color: #b3909000;
  padding-top: 100px;
}

.fade-200ms.color-1 {
  color: #300404;
}

@media screen and (max-width: 991px) {
  .hero-section.gutter-outside {
    height: auto;
    margin-top: 60px;
  }

  .quick-stack {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image {
    z-index: -1;
  }

  .gutter-outside {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .button-2 {
    justify-content: center;
  }

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

  .button-3:hover {
    opacity: 1;
    transform: scale(1);
  }

  .heading-3 {
    z-index: 2;
    color: var(--blue);
    position: relative;
  }

  .heading-3.gutter-outside {
    text-align: left;
  }

  .background-video {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

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

  .nav-link {
    color: var(--white);
    text-align: right;
    margin-right: 20px;
  }

  .nav-menu {
    background-color: var(--blue);
  }
}

@media screen and (max-width: 767px) {
  .image-2 {
    position: absolute;
    inset: 4% auto auto 6%;
  }

  .styles-grid-colors {
    display: flex;
  }

  .distance-big {
    padding-top: 6em;
  }

  .title5 {
    margin-top: 40px;
    font-size: 1.2em;
  }

  .title6 {
    font-size: 1em;
  }

  .title2 {
    font-size: 2em;
  }

  .title1 {
    font-size: 2.8em;
  }

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

  .link-2.smaller {
    align-self: flex-start;
  }

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

  .paragraph-14 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: auto;
    margin-top: 40px;
  }

  .hero-section.container-w2.gutter-outside {
    margin-top: 0;
  }

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

  .heading {
    font-size: 30px;
  }

  .image {
    vertical-align: baseline;
    display: none;
  }

  .button.d-13 {
    background-color: var(--blue);
  }

  .button.d-13:hover {
    border-color: var(--blue);
    color: var(--blue);
  }

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

  .copy-large {
    color: #fff;
  }

  .gutter-outside {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .distance-big {
    padding-top: 5em;
  }

  .copy-small {
    font-size: 1em;
  }

  .p-xl-start {
    padding-top: 5em;
  }

  .copy-medium {
    color: #fff;
  }

  .p-xl-end {
    padding-bottom: 5em;
  }

  .container-w2.top-40px {
    padding: 0 10px;
  }

  .heading-4 {
    font-weight: 400;
  }

  .background-video {
    height: auto;
  }

  .cell-37 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

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

  .link-2.smaller {
    align-self: center;
  }

  .form-block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-14 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-14.container-w2.gutter-outside {
    padding-left: 20px;
  }
}

#w-node-_258e9b19-6d96-f288-9fa3-9afe3ecbb414-0240549c, #w-node-af6f66fa-dc1e-5a02-e78d-02e3f24aaae5-0240549c, #w-node-_5e8fb1f0-2e54-b739-74fb-5149cd8305da-0240549c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4ab11b1b-a213-846f-09dd-e83c7ab95378-0240549c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_1ceed5f9-6337-d1fd-ca17-c1591944b14c-0240549c, #w-node-_2444fa6c-1d81-d86e-85df-88ecebd93b94-0240549c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_37bea1bc-58e4-891b-e06b-37b7421f5df1-0240549c, #w-node-_814df813-2ad3-cd9b-1dfd-615c16cdc5aa-34f764e8, #w-node-a602e7be-535f-0c6c-5730-514dffde28ae-34f764e8, #w-node-_959d23ad-1f67-5bba-ab65-67d59bdd88af-3120ee36, #w-node-_258e9b19-6d96-f288-9fa3-9afe3ecbb414-99136e3c, #w-node-af6f66fa-dc1e-5a02-e78d-02e3f24aaae5-99136e3c, #w-node-_5e8fb1f0-2e54-b739-74fb-5149cd8305da-99136e3c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4ab11b1b-a213-846f-09dd-e83c7ab95378-99136e3c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_1ceed5f9-6337-d1fd-ca17-c1591944b14c-99136e3c, #w-node-_2444fa6c-1d81-d86e-85df-88ecebd93b94-99136e3c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_37bea1bc-58e4-891b-e06b-37b7421f5df1-99136e3c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-af6f66fa-dc1e-5a02-e78d-02e3f24aaae5-0240549c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4ab11b1b-a213-846f-09dd-e83c7ab95378-0240549c {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_2444fa6c-1d81-d86e-85df-88ecebd93b94-0240549c {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_37bea1bc-58e4-891b-e06b-37b7421f5df1-0240549c, #w-node-_814df813-2ad3-cd9b-1dfd-615c16cdc5aa-34f764e8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_814df813-2ad3-cd9b-1dfd-615c16cdc5c9-34f764e8 {
    order: -9999;
  }

  #w-node-a602e7be-535f-0c6c-5730-514dffde28ae-34f764e8, #w-node-_959d23ad-1f67-5bba-ab65-67d59bdd88af-3120ee36, #w-node-af6f66fa-dc1e-5a02-e78d-02e3f24aaae5-99136e3c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4ab11b1b-a213-846f-09dd-e83c7ab95378-99136e3c {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_2444fa6c-1d81-d86e-85df-88ecebd93b94-99136e3c {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_37bea1bc-58e4-891b-e06b-37b7421f5df1-99136e3c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5e8fb1f0-2e54-b739-74fb-5149cd8305da-0240549c, #w-node-_1ceed5f9-6337-d1fd-ca17-c1591944b14c-0240549c, #w-node-_2444fa6c-1d81-d86e-85df-88ecebd93b94-0240549c, #w-node-_37bea1bc-58e4-891b-e06b-37b7421f5df1-0240549c, #w-node-a602e7be-535f-0c6c-5730-514dffde28ae-34f764e8, #w-node-_959d23ad-1f67-5bba-ab65-67d59bdd88af-3120ee36, #w-node-_5e8fb1f0-2e54-b739-74fb-5149cd8305da-99136e3c, #w-node-_1ceed5f9-6337-d1fd-ca17-c1591944b14c-99136e3c, #w-node-_2444fa6c-1d81-d86e-85df-88ecebd93b94-99136e3c, #w-node-_37bea1bc-58e4-891b-e06b-37b7421f5df1-99136e3c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4ab11b1b-a213-846f-09dd-e83c7ab95378-0240549c {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1ceed5f9-6337-d1fd-ca17-c1591944b14c-0240549c, #w-node-_2444fa6c-1d81-d86e-85df-88ecebd93b94-0240549c, #w-node-_37bea1bc-58e4-891b-e06b-37b7421f5df1-0240549c, #w-node-a602e7be-535f-0c6c-5730-514dffde28ae-34f764e8, #w-node-_959d23ad-1f67-5bba-ab65-67d59bdd88af-3120ee36 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5e8fb1f0-2e54-b739-74fb-5149cd8305dc-99136e3c {
    order: -9999;
  }

  #w-node-_4ab11b1b-a213-846f-09dd-e83c7ab95378-99136e3c {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1ceed5f9-6337-d1fd-ca17-c1591944b14c-99136e3c, #w-node-_2444fa6c-1d81-d86e-85df-88ecebd93b94-99136e3c, #w-node-_37bea1bc-58e4-891b-e06b-37b7421f5df1-99136e3c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


