.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

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

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

.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  font-family: open-sans, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 120%;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: open-sans-condensed, sans-serif;
  font-size: 38px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: open-sans-condensed, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: open-sans-condensed, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: open-sans-condensed, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: open-sans-condensed, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: open-sans-condensed, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

a {
  text-decoration: none;
}

.section.hero {
  overflow: visible;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.29)), to(rgba(0, 0, 0, 0.29))), url('../images/hands.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.29), rgba(0, 0, 0, 0.29)), url('../images/hands.png');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
}

.section.hero.conversion {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.24)), to(rgba(0, 0, 0, 0.24))), url('../images/Stand-Up-for-Victims-Hero-Image-v2.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)), url('../images/Stand-Up-for-Victims-Hero-Image-v2.png');
  background-position: 0px 0px, 50% 50%;
}

.section.dark {
  background-color: #000;
  color: #fff;
}

.section.dark.mission {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/authro.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/authro.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.section.light {
  background-color: #e3e3e3;
}

.section.post {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
}

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

.container.small {
  max-width: 720px;
}

.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid.column {
  grid-auto-flow: column;
}

.grid.column._2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

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

.tablet {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.mobile-landscape {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.mobile-portrait {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.buffer {
  height: 60px;
}

.buffer.offset-remove {
  height: 120px;
}

.buffer.hero-top {
  height: 150px;
}

.buffer.hero-bottom {
  height: 180px;
}

.buffer.small {
  height: 30px;
}

.buffer.small {
  height: 30px;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logo {
  display: block;
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
}

.link-block {
  display: inline-block;
  min-width: 250px;
}

.link-block.blog {
  padding: 10px;
  background-color: #fff;
}

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

.center.main-video {
  width: auto;
  max-width: 50%;
}

.title {
  color: #4c167f;
  font-size: 55px;
  line-height: 120%;
  text-transform: uppercase;
}

.title.paper {
  color: #fff;
}

.title.hero {
  color: #5d2978;
  font-size: 45px;
}

.title.white {
  color: #fff;
}

.title.blog {
  display: inline;
  background-color: #4c167f;
  color: #fff;
}

.offset {
  margin-top: -120px;
}

.form-wrapper {
  padding: 20px;
  background-color: #5d2978;
  box-shadow: 1px 1px 20px 0 #000;
  color: #fff;
}

.sub-title {
  font-weight: 300;
  text-transform: none;
}

.sub-title.form {
  font-family: open-sans, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 110%;
  font-weight: 400;
}

.text-field {
  margin-bottom: 0px;
}

.submit {
  background-color: #39a5de;
  font-size: 22px;
}

.submit.inline {
  display: inline;
}

.submit.inline.last {
  margin-left: 10px;
}

.submit.inline.last:active {
  -webkit-filter: hue-rotate(51deg);
  filter: hue-rotate(51deg);
}

.inline {
  display: inline;
}

.navigation {
  padding-top: 60px;
}

.paragraph.large {
  font-size: 22px;
  line-height: 120%;
  font-weight: 400;
}

.blog-listing-title {
  margin-top: 5px;
  color: #4c167f;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  text-decoration: none;
}

.blog-listing-link-block:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.blog-listing-link-block:active {
  -webkit-filter: contrast(200%);
  filter: contrast(200%);
}

.footer {
  background-color: #5d2978;
}

.footer.dark {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.image {
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.image-2 {
  margin-bottom: 15px;
}

.image-3 {
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 0px;
}

.victim-story-embed {
  display: none;
}

.victim-story {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-3 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block {
  display: block;
  overflow: visible;
  font-weight: 400;
}

.video-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  overflow: visible;
}

.div-block-2 {
  display: none;
  overflow: visible;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.pagination {
  margin-top: 10px;
}

.blog-listing-title-2 {
  margin-top: 5px;
  color: #4c167f;
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
  text-decoration: none;
}

.main-video {
  width: 50%;
}

.offset-video {
  margin-top: -140px;
  box-shadow: 1px 1px 20px 0 #000;
}

.big-buffer {
  height: 100px;
}

.video {
  margin-right: auto;
  margin-left: auto;
  box-shadow: 1px 1px 20px 0 #000;
}

.friend-title {
  color: #39a5de;
}

.form-block {
  padding: 40px;
  border-radius: 10px;
  background-color: #4c167f;
}

.input-field {
  border-radius: 5px;
}

.offset-down {
  margin-bottom: -60px;
}

.hero-header {
  color: #fff;
  font-size: 30px;
  line-height: 110%;
}

.lightbox-link {
  width: 500px;
}

.image-4 {
  border-radius: 10px;
  box-shadow: 3px 5px 4px 1px #504c4c;
}

._800px-wide {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.sub-header {
  font-family: 'PT Sans', sans-serif;
  text-align: center;
}

.button {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  background-color: #4c167f;
  font-size: 16px;
}

.button:hover {
  -webkit-filter: saturate(143%);
  filter: saturate(143%);
}

.button:active {
  -webkit-filter: saturate(0%) saturate(143%);
  filter: saturate(0%) saturate(143%);
}

.button.form {
  background-color: #39a5de;
}

.grid-4 {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-4.column {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.block-quote {
  border-left-color: #4c167f;
  text-align: left;
}

.heading {
  padding-right: 0px;
  color: #fff;
  font-size: 45px;
  line-height: 52px;
  font-weight: 900;
  text-align: center;
  text-transform: none;
}

.heading.sub {
  border-left-color: #592973;
  font-size: 24px;
  line-height: 30px;
}

.image-5 {
  border-radius: 10px;
}

.block-quote-2 {
  border-right: 1px solid #000;
  border-left-color: #592973;
}

.tile-link {
  color: #479fa9;
  font-style: normal;
  text-decoration: underline;
}

.form-button {
  border-radius: 10px;
  background-color: #39a5de;
}

.quote {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 500;
  text-align: left;
}

.list {
  color: #fff;
  font-size: 25px;
}

.hero-bullet {
  padding-top: 20px;
  line-height: 120%;
}

.hero-bullet.mobile {
  color: #fff;
  font-weight: 700;
  text-shadow: 1px 1px 1px #000;
}

.container-2 {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.grid-5 {
  display: -ms-grid;
  display: grid;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-5.column {
  grid-auto-flow: column;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logo-2 {
  width: 150px;
}

.nav-link {
  color: #fff;
  font-weight: 700;
}

.navbar {
  background-color: transparent;
}

.brand-link {
  width: 100%;
  max-width: 225px;
}

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

@media screen and (max-width: 991px) {
  .section.hero {
    background-position: 100% 50%;
  }

  .section.post {
    background-size: cover;
  }

  .tablet {
    grid-auto-flow: row;
  }

  .mobile-landscape {
    grid-auto-flow: column;
  }

  .mobile-portrait {
    grid-auto-flow: column;
  }

  .buffer.hero-top {
    height: 90px;
  }

  .buffer.hero-bottom {
    height: 90px;
  }

  .buffer.small {
    display: none;
  }

  .center.tablet {
    margin-right: 0px;
    text-align: left;
  }

  .title.hero {
    text-shadow: 1px 1px 6px #fff;
  }

  .navigation {
    margin-right: -10px;
    margin-left: -10px;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .navigation.blog {
    background-image: none;
  }

  .victim-story {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .bold-text {
    padding-right: 0px;
    padding-left: 0px;
  }

  .friend-title {
    color: #de3939;
  }

  .container-2 {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section.hero {
    background-position: 100% 50%;
    background-size: cover;
  }

  .section.post {
    background-size: cover;
  }

  .grid.column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid.column.mobile-landscape {
    grid-auto-flow: row;
  }

  .grid.three.mobile-landscape {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid.three.posts {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .mobile-landscape {
    grid-auto-flow: row;
  }

  .mobile-portrait {
    grid-auto-flow: column;
  }

  .center {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .title {
    font-size: 45px;
  }

  .friend-title {
    color: #39a5de;
  }

  .grid-4.column {
    grid-auto-flow: column;
  }

  .grid-4.column.mobile-landscape {
    grid-auto-flow: row;
  }

  .container-2 {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .section.hero {
    background-image: url('../images/hands.png');
    background-position: 85% 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .section.post {
    background-size: cover;
  }

  .container {
    padding-top: 0px;
  }

  .grid.column.mobile-portrait {
    grid-auto-flow: row;
  }

  .mobile-landscape {
    grid-auto-flow: row;
  }

  .mobile-portrait {
    grid-auto-flow: row;
  }

  .buffer.hero-top {
    height: 60px;
  }

  .buffer.hero-bottom {
    height: 60px;
  }

  .buffer.small {
    display: block;
  }

  .logo {
    width: 100%;
    max-width: 250px;
    min-width: 100px;
    padding: 9px;
    border-radius: 25px;
  }

  .link-block {
    min-width: 100px;
  }

  .title {
    font-size: 35px;
  }

  .offset {
    margin-top: -70px;
  }

  .navigation {
    background-image: none;
  }

  .victim-story-embed {
    margin-right: 0px;
    padding-right: 0px;
  }

  .victim-story {
    -ms-grid-columns: 0.25fr;
    grid-template-columns: 0.25fr;
  }

  .grid-3 {
    overflow: visible;
    width: 80%;
    -ms-grid-columns: 0.25fr;
    grid-template-columns: 0.25fr;
  }

  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bold-text {
    overflow: auto;
    font-size: 15px;
    font-weight: 700;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .div-block-3 {
    background-image: none;
  }

  .friend-title {
    font-size: 22px;
  }

  .grid-4 {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid-4.column {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-flow: column;
  }

  .heading {
    font-size: 22px;
    line-height: 150%;
  }

  .quote {
    font-size: 20px;
    line-height: 120%;
  }

  .hero-bullet.mobile {
    color: #4c167f;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 1px 1px 1px hsla(0, 0%, 89%, 0.8);
  }

  .menu-button {
    height: 100%;
  }

  .grid-5 {
    overflow: auto;
  }

  .navbar {
    height: auto;
    background-color: hsla(0, 0%, 86.7%, 0.43);
    -o-object-fit: fill;
    object-fit: fill;
  }
}

#w-node-_47f0b2b4-a8fd-f74a-3c83-b030d8fc9a8b-aeaf9586 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5731ef1a-d793-0119-f78c-0d80a3caee11-aeaf9586 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2ddd6e55-0d7c-4323-4a04-0ee95b834453-aeaf9586 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3a875969-9a38-bb2c-b792-a15d8137bb9c-aeaf9586 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0a3bafcc-e659-7431-fbeb-8f0e8144d15b-aeaf9586 {
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0e0fa578-38bf-cbe1-46af-da7651cf436e-aeaf9586 {
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3c809403-44e5-a553-6b5b-8bd8212a5650-aeaf9586 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3c809403-44e5-a553-6b5b-8bd8212a5651-aeaf9586 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_40e68fdd-b1a4-febc-273f-b0df3decaafd-aeaf9586 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_40e68fdd-b1a4-febc-273f-b0df3decab00-aeaf9586 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d8057869-e91e-24c1-4cd8-35fdacdf08f9-acdf08e9 {
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f90c45e5-cd5f-b75d-b7cf-f6dc516fc695-bb1397c7 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#email.w-node-_87f99214-fb10-31ce-dd6d-8aa84ff26768-bb1397c7 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_87f99214-fb10-31ce-dd6d-8aa84ff26769-bb1397c7 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_43ccfb20-5107-6def-5637-a0abf0268c58-bb1397c7 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1cda7f0b-ebc3-5aa9-0b69-a117b3426372-bb1397c7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d5c1b2a0-eb92-3238-3e1f-95e333ebea4c-bb1397c7 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3c809403-44e5-a553-6b5b-8bd8212a5656-aeaf9586 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b518de68-053a-2e14-563a-4b745ddeca16-aeaf9586 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_06cf0b67-d332-8010-b4d5-23f694687bed-aeaf9586 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5970024e-08c6-82d4-480c-986de0220cfd-aeaf9586 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_889622ad-4c77-b3df-0d23-4683547e4930-aeaf9586 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-d8057869-e91e-24c1-4cd8-35fdacdf08f9-acdf08e9 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_47f0b2b4-a8fd-f74a-3c83-b030d8fc9a8b-aeaf9586 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_5731ef1a-d793-0119-f78c-0d80a3caee11-aeaf9586 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_2ddd6e55-0d7c-4323-4a04-0ee95b834453-aeaf9586 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3a875969-9a38-bb2c-b792-a15d8137bb9c-aeaf9586 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b518de68-053a-2e14-563a-4b745ddeca16-aeaf9586 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_06cf0b67-d332-8010-b4d5-23f694687bed-aeaf9586 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_5970024e-08c6-82d4-480c-986de0220cfd-aeaf9586 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_889622ad-4c77-b3df-0d23-4683547e4930-aeaf9586 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_0a3bafcc-e659-7431-fbeb-8f0e8144d15b-aeaf9586 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_0e0fa578-38bf-cbe1-46af-da7651cf436e-aeaf9586 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3c809403-44e5-a553-6b5b-8bd8212a5651-aeaf9586 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d8057869-e91e-24c1-4cd8-35fdacdf08f9-acdf08e9 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

