:root {
  --text-hover: #c5cdff;
  --royal-blue: #5566d4;
  --background: #0d1514;
  --light-steel-blue: #a1abeb;
  --black: black;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.navbar_link-text {
  color: #fff;
  font-family: Karla, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25rem;
  text-decoration: none;
}

.navbar_link-text:hover {
  color: var(--text-hover);
}

.navbar_link-text.margin-left-large {
  margin-left: 2rem;
}

.navbar_links-wrapper {
  flex-direction: row-reverse;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar_link-item {
  margin-left: 2rem;
  text-decoration: none;
}

.button-primary {
  border: 2px solid var(--royal-blue);
  background-color: #5566d4;
  border-radius: 8px;
  align-self: flex-start;
  padding: .85rem 1.5rem;
  font-family: Karla, sans-serif;
  font-size: 1.25rem;
  text-decoration: none;
}

.button-primary:hover {
  background-color: #2b3888;
  border-color: #2b3888;
}

.button-primary.margin-left-large {
  margin-left: 2rem;
  line-height: 1.25rem;
}

.button-primary.margin-top-large {
  margin-top: 3rem;
}

.button-primary.margin-top-large.agenda {
  align-self: center;
}

.feature_list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3.5rem;
  display: grid;
}

.feature_item-filled {
  background-color: #ffffff1a;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 15rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.feature_item-filled:hover {
  background-color: #ffffff14;
}

.feature_item-outlined {
  border: 1px solid #ffffff80;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 15rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.feature_item-outlined:hover {
  background-color: var(--background);
}

.feature_item-icon {
  max-width: 3rem;
}

.feature_item-icon.margin-bottom-normal {
  margin-bottom: 1.125rem;
}

.feature_info-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-education {
  background-color: var(--background);
  align-items: center;
  height: 35rem;
  display: flex;
  position: relative;
}

.education_layout {
  align-items: center;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.education_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.education_image-wrapper {
  z-index: 5;
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.section-guide {
  border-top: 1px solid #ffffff40;
  border-bottom: 1px solid #ffffff40;
  align-items: stretch;
  height: 6.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.guide_text-seperator {
  margin-left: 3rem;
  margin-right: 3rem;
}

.guide_wrapper {
  white-space: nowrap;
  align-items: center;
  max-width: 100%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.guide_layout {
  white-space: nowrap;
  flex-flow: wrap;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: visible;
}

.agenda_info-layout {
  grid-column-gap: 1.5rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  min-height: 18rem;
  display: grid;
}

.agenda_info-layout.second-row {
  grid-template-columns: 1fr .5fr;
  margin-top: 1.5rem;
}

.agenda_info-layout.third-row {
  grid-template-columns: 1fr 1fr;
  margin-top: 1.5rem;
}

.agenda_image-wrapper {
  border-radius: 8px;
  height: 100%;
  overflow: hidden;
}

.agenda_info-wrapper {
  border: 1px solid #ffffff80;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.agenda_info-wrapper:hover {
  background-color: var(--background);
}

.text-size-xlarge {
  color: #fff;
  font-family: Karla, sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.375rem;
}

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

.agenda_info-number {
  margin-bottom: 1rem;
}

.div-block-6-copy {
  background-image: url('../images/Grid-Image-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
}

.community_layout {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: grid;
  position: static;
}

.community_bg {
  z-index: 1;
  object-fit: cover;
  flex: 0 auto;
  height: 100%;
  display: block;
}

.community_info-wrapper {
  z-index: 10;
  min-width: 65%;
  max-width: 65%;
  position: relative;
}

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

.section-community {
  align-items: center;
  height: 45rem;
  display: flex;
  position: relative;
}

.footer_social-wrapper {
  grid-column-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.footer_link-item {
  color: #fff;
  letter-spacing: -.01em;
  font-family: Karla, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-decoration: none;
  transition: all .2s;
}

.footer_link-item:hover {
  color: var(--text-hover);
}

.footer_social-item {
  color: #061237;
  background-color: #5566d4;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
  transition: all .3s;
  display: flex;
}

.footer_social-item:hover {
  color: #1355ff;
  background-color: #fff;
}

.footer_link-wrapper {
  grid-column-gap: 2.5rem;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.container-large {
  z-index: 5;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-size-normal {
  color: #dadde7;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Karla, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.paragraph-size-normal.text-align-center {
  text-align: center;
}

.paragraph-size-normal.text-align-center.margin-top-normal {
  margin-top: 1rem;
  display: inline-block;
}

.paragraph-size-normal.text-align-center.margin-top-normal.footer {
  max-width: 50%;
}

.footer_social-icon {
  color: #000;
  justify-content: center;
  align-items: center;
  line-height: 0;
  display: flex;
}

.info {
  cursor: pointer;
  object-fit: fill;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-left: 8px;
  transition: border .3s;
  display: flex;
  position: relative;
}

.info:hover {
  border-color: red;
}

.main-wrapper {
  overflow: hidden;
}

.section-header {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 30rem;
  display: flex;
  position: relative;
}

.max-width-full {
  z-index: 2;
  width: 100%;
  position: relative;
}

.max-width-full.community {
  align-items: center;
  height: 100%;
  display: flex;
  position: static;
}

.max-width-full.education {
  justify-content: center;
  align-items: center;
  height: 100%;
}

.max-width-full.moving-text {
  flex-direction: row;
  align-self: stretch;
  display: flex;
}

.max-width-full.content-align-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.padding-vertical-normal {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

.container-large.community {
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.container-large.education {
  align-items: center;
  height: 100%;
  display: flex;
}

.container-large.earth {
  position: static;
}

.align-center {
  justify-content: center;
  width: 100%;
  display: flex;
}

.align-center.education {
  align-items: center;
  height: 100%;
}

.align-center.community {
  height: 100%;
}

.navbar_layout {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.navbar_logo {
  color: #fff;
  font-family: Karla, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25rem;
  display: block;
}

.header-layout {
  width: 80%;
}

.heading-large {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Karla, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 4rem;
}

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

.section-earth {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 32rem;
  display: flex;
}

.section-feature {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.heading-medium {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Karla, sans-serif;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 3.25rem;
  display: flex;
}

.heading-medium.text-color-purple {
  color: var(--light-steel-blue);
}

.heading-medium.text-color-purple.text-wdith-large {
  width: 85%;
}

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

.padding-vertical-large {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-vertical-large.features {
  margin-top: -5rem;
  padding-top: 0;
}

.text-size-regular {
  color: #fff;
  font-family: Karla, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

.text-size-regular.margin-top-regular {
  margin-top: 1.25rem;
}

.text-size-regular.text-style-all-caps {
  text-transform: uppercase;
}

.education_info-wrapper {
  z-index: 5;
  position: relative;
}

.section-agenda {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.agenda_wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.agenda_layout {
  margin-top: 5rem;
}

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

.community_bg-wrapper {
  border-radius: 8px;
  width: 55%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.community_step-layout {
  grid-column-gap: 16px;
  grid-row-gap: .75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.community_step-image {
  width: 2rem;
  margin-right: .5rem;
}

.footer_layout {
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 100%;
  display: flex;
}

.header-bg-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% -10%;
  overflow: hidden;
}

.header-bg-image {
  opacity: .85;
  object-fit: cover;
}

.agenda_number-wrapper {
  border: 1px solid #fff;
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  display: flex;
}

.education-bg-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% -50%;
  overflow: hidden;
}

.earth-bg-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.earth-bg-image {
  width: 115%;
  max-width: 115%;
  display: block;
}

.navbar_navbar-component {
  background-color: #0000;
}

.section-styles {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.styles_layout {
  grid-column-gap: 16px;
  grid-row-gap: 6rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.styles_heading-table {
  border-bottom: 1px solid #ffffff80;
  margin-bottom: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.styles_heading-content {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.styles_heading-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.body-dark {
  background-color: var(--black);
}

.styles_text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.styles_text-content {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.styles_button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.styles_button-content {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.button-secondary {
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 8px;
  align-self: flex-start;
  padding: .85rem 1.5rem;
  font-family: Karla, sans-serif;
  font-size: 1.25rem;
  text-decoration: none;
}

.button-secondary:hover {
  background-color: #2c2e36;
}

.button-secondary.margin-left-large {
  margin-left: 2rem;
  line-height: 1.25rem;
}

.button-secondary.margin-top-large {
  margin-top: 3rem;
}

.styles_icon-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.styles_icon-content {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.styles_icon-cards, .styles_icon-social, .styles_icon-extra {
  grid-column-gap: 1.5rem;
  width: 100%;
  display: flex;
}

.styles_color-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.styles_color-content {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.text-color-white {
  color: #fff;
}

.text-color-purple {
  color: var(--light-steel-blue);
}

.div-block, .styles_color-text {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.styles_color-bg {
  grid-column-gap: 16px;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 5rem;
  display: grid;
}

.bg-color-white-full {
  background-color: #fff;
}

.bg-color-purple {
  background-color: var(--text-hover);
}

.bg-color-white-dim {
  background-color: #ffffff1a;
}

.styles_link-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.styles_link-content {
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

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

.container-medium.community {
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.container-medium.education {
  align-items: center;
  height: 100%;
  display: flex;
}

.container-medium.earth {
  position: static;
}

.styles_header-wrapper {
  background-color: var(--background);
  justify-content: center;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

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

.styles_header {
  width: 100%;
  max-width: 50rem;
}

@media screen and (min-width: 1280px) {
  .container-large {
    position: static;
  }

  .container-large.education {
    position: relative;
  }

  .section-feature {
    z-index: 5;
    position: relative;
  }

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

  .earth-bg-image {
    width: 115%;
    max-width: 115%;
  }

  .container-medium {
    position: static;
  }

  .container-medium.education {
    position: relative;
  }
}

@media screen and (min-width: 1440px) {
  .container-large.education, .container-medium.education {
    position: relative;
  }
}

@media screen and (min-width: 1920px) {
  .education_image-wrapper {
    position: absolute;
  }

  .container-large.education {
    position: relative;
  }

  .header-bg-image {
    opacity: .35;
  }

  .container-medium.education {
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .navbar_component {
    z-index: 99;
    position: relative;
  }

  .navbar_link-text {
    margin-left: 0;
    padding: 1rem 2rem;
    display: flex;
  }

  .navbar_links-wrapper {
    flex-direction: row;
    justify-content: flex-end;
  }

  .agenda_info-layout {
    grid-template-columns: .5fr 1fr;
  }

  .agenda_info-wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .footer_link-wrapper {
    flex-wrap: wrap;
  }

  .paragraph-size-normal.text-align-center.margin-top-normal.footer {
    max-width: 75%;
    margin-top: .5rem;
  }

  .info {
    flex: none;
  }

  .container-large {
    margin-left: 5%;
    margin-right: 5%;
  }

  .header-layout {
    width: 100%;
  }

  .section-earth {
    height: auto;
  }

  .heading-medium.text-color-purple.text-wdith-large.text-align-center {
    width: 100%;
  }

  .padding-vertical-large.features {
    margin-top: 0;
  }

  .education_image {
    width: 25rem;
  }

  .earth-bg-image {
    width: 150%;
    max-width: 150%;
  }

  .navbar_navbar-component {
    margin-left: 1.5rem;
    position: static;
  }

  .navbar_navbar-menu {
    z-index: 99;
    background-color: var(--background);
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    inset: auto 0%;
  }

  .html-embed {
    line-height: 0;
  }

  .menu-button {
    color: #fff;
    background-color: #000;
    padding: 1.125rem 0 1.125rem 1.125rem;
  }

  .menu-button.w--open {
    opacity: 1;
    color: var(--light-steel-blue);
    background-color: #000;
  }

  .container-medium {
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media screen and (max-width: 767px) {
  .feature_list-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .feature_item-filled, .feature_item-outlined {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-education {
    height: auto;
    padding-top: 5rem;
  }

  .education_wrapper {
    grid-template-columns: 1.75fr;
  }

  .education_image-wrapper {
    position: static;
  }

  .agenda_info-layout, .agenda_info-layout.second-row, .agenda_info-layout.third-row {
    grid-template-columns: 1fr;
  }

  .agenda_info-wrapper {
    padding: 3rem 2rem;
  }

  .community_info-wrapper {
    min-width: 100%;
    max-width: 100%;
  }

  .section-community {
    height: auto;
    padding-top: 5rem;
  }

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

  .paragraph-size-normal.text-align-center.margin-top-normal.footer {
    max-width: 100%;
  }

  .section-earth {
    height: auto;
  }

  .heading-medium.text-color-purple.text-wdith-large.text-align-center {
    width: 100%;
  }

  .padding-vertical-large.features {
    margin-top: 0;
  }

  .community_bg-wrapper {
    width: 100%;
    margin-top: 3rem;
    position: static;
  }

  .earth-bg-image {
    width: 175%;
    max-width: 175%;
  }
}

@media screen and (max-width: 479px) {
  .button-primary {
    padding: .65rem 1.25rem;
  }

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

  .footer_link-item {
    margin: 0 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_link-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .paragraph-size-normal.text-align-center.margin-top-normal.footer {
    text-align: center;
  }

  .footer_layout {
    align-items: center;
  }

  .navbar_navbar-component {
    margin-left: .5rem;
  }

  .button-secondary {
    padding: .65rem 1.25rem;
  }
}

#w-node-e91a045b-9cf2-7cca-b0c8-0e723c96ab8f-baa20b98 {
  place-self: stretch stretch;
}

#w-node-_72ee47c2-fe65-46bc-2295-9cb664f0600c-baa20b98 {
  align-self: center;
}

#w-node-_631226bf-6ea0-44d6-39f7-60e50b958d1b-baa20b98 {
  place-self: stretch stretch;
}

#w-node-_6c6b778c-91bf-97b3-eff9-7801d30f121c-baa20b98 {
  place-self: stretch end;
}

#w-node-_08c6ec3c-e23b-9df5-8c59-d4f48af45181-8af4517b {
  align-self: center;
}

#w-node-_08c6ec3c-e23b-9df5-8c59-d4f48af45184-8af4517b {
  justify-self: end;
}

#w-node-_27187a0d-7ebb-d82f-43f2-bacfdb9dc8ec-baa20b9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_27418423-d137-699a-357c-d99cc2c981c9-baa20b98 {
    justify-self: center;
  }

  #w-node-_2fc9400c-4181-2582-27ed-68a5199421bd-baa20b98 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


