@charset "utf-8";

#organizer {
  overflow: hidden;
}

.about-Section {
  -webkit-box-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-top: calc(-40em / 16 + 1px);
  margin-bottom: -1px;
  padding-top: calc(40em / 16 - 1px);
  padding-bottom: calc(38em / 16 - 1px);
}
.about-Title {
  background-color: #f7f7f7;
  color: #9b9b9b;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: calc(30em / 16);
  padding-top: calc(7.1em / 16 - .1em);
  padding-bottom: calc(7.1em / 16 - .1em);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.about-Unit {
  line-height: 2;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: calc(40em / 16 - 1px);
  padding-bottom: calc(38em / 16 - 1px);
  width: 100%;
}
.about-Unit + .about-Unit {
  border-top: 1px solid #e5e5e5;
}
.about-Section .about-Unit {
  margin-top: calc(-40em / 16 + 1px);
  margin-bottom: calc(-40em / 16 + 1px);
}
.about-Unit::before,
.about-Unit::after {
  content: '';
  display: block;
  margin-top: -.5em;
  margin-bottom: -.5em;
}
.about-Unit > dt {
  font-weight: 500;
}
.about-Unit > dd {
  margin-left: 0;
}
.about-Section2 {
  margin-top: calc(20em / 16);
}
.about-Container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-top: calc(-30em / 16);
}
@media print, screen and (min-width: 48em) {
  .about-Section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  .about-Section + .about-Section {
    border-top: 1px solid #e5e5e5;
    margin-top: 1px;
  }
  .about-Title {
    margin-bottom: 0;
  }
  .about-Section .about-Title {
    flex-shrink: 0;
    margin-right: calc(30em / 16);
    width: calc(100em / 16);
  }
  .about-Container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right: calc(-40em / 16);
  }
  .about-Container .about-Unit {
    margin-right: calc(40em / 16);
    width: calc(100% / 2 - 40em / 16);
  }
  _:-ms-lang(x), .about-Container .about-Unit {
    width: calc(100% / 2 - 40em / 16 - 1px);
  }
  .about-Unit:nth-child(2) {
    border-top-style: none;
  }
}