.contact-map {
  display: flex; }
  @media screen and (max-width: 992px) {
    .contact-map {
      flex-wrap: wrap; } }
  .contact-map__image {
    width: 50%;
    flex-shrink: 0; }
    @media screen and (max-width: 992px) {
      .contact-map__image {
        width: 100%;
        order: 1;
        height: 40vh; } }
    .contact-map__image a {
      width: 100%;
      height: 100%;
      display: block;
      background-size: cover;
      background-position: center center; }
      @media screen and (max-width: 640px) {
        .contact-map__image a {
          background-size: 200%; } }
  .contact-map .bg-blue {
    width: 50%; }
    @media screen and (max-width: 992px) {
      .contact-map .bg-blue {
        width: 100%; } }
  .contact-map__detail {
    position: relative; }
    .contact-map__detail .wrapper {
      padding-top: 100px;
      padding-bottom: 100px; }
      @media screen and (min-width: 993px) {
        .contact-map__detail .wrapper {
          max-width: 674px; } }
  .contact-map__detail-row {
    margin-bottom: 50px; }
    .contact-map__detail-row a {
      font-weight: bold;
      color: #fff;
      display: inline-block; }
      .contact-map__detail-row a:hover {
        color: #ff5700; }
  .contact-map__detail-title {
    font-weight: bold;
    margin-bottom: 1.5rem; }
  .contact-map__detail-desc {
    line-height: 1.5; }
  .contact-map__detail-list {
    list-style-position: inside; }
    @media screen and (max-width: 420px) {
      .contact-map__detail-list a {
        display: block;
        margin-left: 22px; } }

.album {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media screen and (max-width: 640px) {
    .album {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .album h2 {
    margin-bottom: 40px; }
  .album__container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    margin-left: -24px; }
    @media screen and (max-width: 640px) {
      .album__container {
        margin-left: -12px; } }
  .album__item {
    width: calc(25% - 24px);
    margin-bottom: 2rem;
    margin-left: 24px; }
    @media screen and (max-width: 992px) {
      .album__item {
        width: calc(33.33% - 24px); } }
    @media screen and (max-width: 640px) {
      .album__item {
        width: calc(50% - 12px);
        margin-left: 12px; } }
  .album__image-holder {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    background-size: cover;
    background-position: center; }
    .album__item:nth-child(0n + 12) .album__image-holder:before,
    .album__item:last-child .album__image-holder:before {
      content: "";
      background-image: url(../images/deco_orange_2.png);
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      display: block;
      width: auto;
      height: auto;
      top: -12%;
      left: 16%;
      right: -4%;
      bottom: 10%;
      z-index: -1; }
    .album__item:nth-child(12n + 1) .album__image-holder:before {
      content: "";
      background-color: #ff5700;
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      top: -5%;
      left: -5%;
      z-index: -1; }
  .album__image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0; }
  .album .image-des {
    color: #fff; }
  .album__prev-page, .album__next-page {
    width: 24px;
    height: 30px;
    background-position: center center;
    background-size: cover;
    margin: 0 12px; }
  .album__prev-page {
    background-image: url(../images/icon/slider-arrow-left-w.svg); }
  .album__next-page {
    background-image: url(../images/icon/slider-arrow-right-w.svg); }
  .album__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 42px;
    font-size: 1.125rem;
    font-weight: 400; }
    @media screen and (max-width: 992px) {
      .album__pagination {
        margin-top: 18px;
        font-size: 14px; } }
    .album__pagination input {
      font-size: 1.125rem;
      background-color: transparent;
      border-radius: 0;
      border: 1px solid #fff;
      display: inline-block;
      margin: 0 2px;
      width: 32px;
      line-height: 1.4;
      color: #fff;
      text-align: center; }
      @media screen and (max-width: 992px) {
        .album__pagination input {
          font-size: 14px; } }

.page-control {
  margin-bottom: 2rem; }
  .page-control__container {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem; }
  .page-control .arrow {
    width: 9px;
    height: 9px; }
  .page-control__textarea {
    padding: 0 14px; }

.return-page {
  text-align: right;
  margin-top: 2rem; }
  @media screen and (max-width: 640px) {
    .return-page {
      margin-top: 14px; } }
  .last-update .return-page {
    margin-top: 0;
    padding-left: 20px;
    margin-left: auto; }
    @media screen and (max-width: 640px) {
      .last-update .return-page {
        margin-bottom: 20px;
        margin-right: auto; } }
  .return-page--center {
    text-align: center; }
  .return-page--blue .return-page__text {
    color: #1a65e5; }
  .return-page__btn {
    display: inline-flex;
    align-items: center; }
  .return-page__img {
    height: 0.5rem;
    margin-right: 0.75rem; }
  .return-page__text {
    color: #fff; }
    .signature-project .return-page__text {
      font-weight: bold; }

.download-form {
  margin: 50px 0; }
  @media screen and (max-width: 992px) {
    .download-form .wrapper {
      padding-right: 0; } }
  .download-form a:not(.tag-area__item) {
    color: #1a65e5; }
  .download-form__list {
    margin: 30px 0;
    font-size: 0.875rem; }
    @media screen and (max-width: 992px) {
      .download-form__list {
        overflow-x: scroll; } }
  .download-form__list-row {
    display: flex;
    margin: 1px 0; }
  .download-form__list-item {
    background-color: #fff;
    color: #1a65e5;
    padding: 1rem 2rem; }
    .download-form__list-header .download-form__list-item {
      background-color: #1a65e5;
      color: #fff;
      font-weight: normal; }
  .download-form__list-date {
    width: 200px;
    flex-shrink: 0; }
  .download-form__list-title {
    font-weight: bold;
    margin: 0 1px;
    flex-grow: 1; }
    .download-form__list-title > a {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      transition: .3s all ease;
      position: relative; }
      .download-form__list-title > a:hover {
        top: -2px;
        left: -2px; }
    @media screen and (max-width: 992px) {
      .download-form__list-title {
        width: 450px;
        flex-shrink: 0; } }
    .download-form__list-title img {
      height: 1rem;
      margin-left: 1rem; }
  .download-form__list-source {
    width: 300px;
    flex-shrink: 0; }

.section-faq {
  margin: 120px 0; }
  @media screen and (max-width: 992px) {
    .section-faq {
      margin: 64px 0; } }
  @media screen and (max-width: 640px) {
    .section-faq {
      margin: 0; } }
  .section-faq__item {
    font-size: 16px;
    border-bottom: 1px solid rgba(26, 101, 229, 0.6);
    transition: all 0.3s ease; }
    @media screen and (max-width: 992px) {
      .section-faq__item {
        padding: 12px 24px; } }
    @media screen and (max-width: 420px) {
      .section-faq__item {
        font-size: 14px;
        padding: 12px 0px; } }
  .section-faq__item-hidden {
    display: none;
    padding: 0 0 6px; }
    @media screen and (max-width: 992px) {
      .section-faq__item-hidden {
        margin-top: 12px; } }
  .section-faq__item-row {
    display: flex;
    align-items: center; }
    .section-faq__item .section-faq__item-row {
      min-height: 72px; }
  .section-faq__item-col {
    padding: 18px 4px; }
    .section-faq__item-col--question {
      flex-grow: 1;
      line-height: 26px; }
    @media screen and (min-width: 993px) {
      .section-faq__item-col--control {
        flex-basis: 90px;
        text-align: center;
        flex-shrink: 0; } }
    @media screen and (max-width: 992px) {
      .section-faq__item-col {
        padding: 6px 4px; } }
    .section-faq__item-col--answer {
      margin: 0 auto;
      max-width: 992px;
      width: 992px;
      text-align: justify; }
  .section-faq__item-toggle {
    cursor: pointer; }
  .section-faq__item-toggle-btn {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 2px solid #fff;
    cursor: pointer; }
    .section-faq__item-toggle-btn:before, .section-faq__item-toggle-btn:after {
      content: "";
      display: block;
      width: 8px;
      height: 2px;
      background-color: #fff;
      position: absolute;
      transform-origin: center center;
      top: 6px;
      left: 3px;
      transition: all 0.3s ease; }
    .section-faq__item:not(.active) .section-faq__item-toggle-btn:after {
      transform: rotate(-90deg); }
  .section-faq h4 {
    line-height: 1.3; }
  .section-faq__item-textarea {
    display: flex; }
    .section-faq__item-col--question .section-faq__item-textarea {
      display: block; }
    .section-faq__item-col--answer .section-faq__item-textarea {
      line-height: 1.5; }
  .section-faq__item-text {
    flex-grow: 1; }
  .section-faq__item-link {
    color: #ff5700;
    line-break: anywhere; }
  .section-faq__item-number {
    flex-basis: 3em;
    flex-shrink: 0; }
  .section-faq__item-images {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 24px auto; }
  .section-faq__item-images-desc {
    text-align: center;
    margin: 24px 0; }

.partner-inner__info-link-holder {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 992px) {
    .partner-inner__info-link-holder {
      flex-wrap: wrap;
      justify-content: center; } }
  @media screen and (max-width: 640px) {
    .partner-inner__info-link-holder {
      margin-top: -20px; } }

.partner-inner__info-link {
  margin: 0 auto; }
  @media screen and (max-width: 992px) {
    .partner-inner__info-link {
      margin: 5px;
      width: 220px;
      text-align: center; } }

.signature-project {
  border-top: 1px transparent solid;
  border-bottom: 1px transparent solid; }
  .signature-project__tabel-container > table {
    width: 100%; }
    .signature-project__tabel-container > table td {
      padding: 6px;
      vertical-align: top;
      text-align: justify;
      line-height: 1.5; }
      .signature-project__tabel-container > table td:first-child {
        width: 200px; }
      @media screen and (max-width: 992px) {
        .signature-project__tabel-container > table td {
          display: block;
          padding: 1px 6px;
          width: 100% !important; }
          .signature-project__tabel-container > table td:last-child {
            margin-bottom: 6px; } }
  .signature-project p {
    line-height: 1.5; }

.gallery {
  margin: 50px 0; }
  .gallery__title {
    margin: 24px 0; }
  .gallery__image-holder {
    width: 100%;
    position: relative;
    max-width: 768px;
    margin: 0 auto;
    font-size: 0; }
  .gallery__image-bg {
    width: 100%;
    padding-bottom: 56.25%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 5px; }
  .gallery__image-des {
    max-width: 768px;
    margin: 0 auto; }
  .gallery .video-popup__btn-container {
    display: none; }

.gallery-thumbs {
  margin: 50px 0;
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 420px) {
    .gallery-thumbs {
      margin: 24px 0; } }
  .gallery-thumbs > .wrapper {
    width: 100%; }
  .gallery-thumbs__layer {
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(to right, transparent, #094492);
    z-index: 2;
    pointer-events: none; }
  .gallery-thumbs__item {
    cursor: pointer;
    width: 150px;
    color: #fff;
    transition: all 0.3s ease;
    opacity: 0.86;
    display: block; }
    .gallery-thumbs__item:hover {
      opacity: 1;
      box-shadow: 0 0 4px #4444; }
  .gallery-thumbs__image {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center center; }
    .gallery-thumbs__image.video:before, .gallery-thumbs__image.video:after {
      content: "";
      display: block;
      position: absolute; }
    .gallery-thumbs__image.video:before {
      width: 72px;
      height: 72px;
      top: calc(50% - 36px);
      left: calc(50% - 36px);
      background: #ff5700;
      border-radius: 50%;
      transition: all 0.3s ease; }
    .gallery-thumbs__image.video:after {
      width: 0px;
      height: 0px;
      border: 10px solid transparent;
      border-left: 16px solid #fff;
      top: calc(50% - 10px);
      right: calc(50% - 20px); }
    .gallery-thumbs__image.video:hover:before {
      transform: scale(1.2); }
  .gallery-thumbs__des > * {
    width: 100%; }
  .gallery-thumbs__des .image-des__date,
  .gallery-thumbs__des .image-des__taken-by {
    opacity: 0; }
    .gallery-thumbs__item:hover .gallery-thumbs__des .image-des__date,
    .swiper-slide-active .gallery-thumbs__des .image-des__date, .gallery-thumbs__item:hover
    .gallery-thumbs__des .image-des__taken-by,
    .swiper-slide-active
    .gallery-thumbs__des .image-des__taken-by {
      opacity: 1; }
  .gallery-thumbs__swiper-control {
    margin-bottom: 14px;
    font-size: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 2;
    position: relative; }
    .gallery-thumbs__swiper-control img {
      width: 28px; }
      @media screen and (max-width: 640px) {
        .gallery-thumbs__swiper-control img {
          width: 18px; } }
  .gallery-thumbs__swiper {
    width: 100%; }
  .gallery-thumbs__swiper-left {
    margin-right: 12px; }
  .gallery-thumbs__swiper-pagination {
    position: relative;
    font-size: 0;
    margin-left: 18px; }
    .gallery-thumbs__swiper-pagination span {
      background: #fff;
      opacity: 1;
      width: 5px;
      height: 5px; }
      .gallery-thumbs__swiper-pagination span.swiper-pagination-bullet-active {
        background-color: #ff5700; }
      .gallery-thumbs__swiper-pagination span + span {
        margin-left: 5px; }

.inner-list {
  padding: 50px 0 300px;
  font-size: 16px; }
  @media screen and (max-width: 992px) {
    .inner-list {
      padding-bottom: 150px; } }
  .inner-list.no-album {
    padding: 50px 0; }
  .inner-list__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start; }
  .inner-list__item {
    width: 25%;
    padding-right: 50px;
    padding-bottom: 25px; }
    @media screen and (max-width: 992px) {
      .inner-list__item {
        width: 50%; } }
    @media screen and (max-width: 640px) {
      .inner-list__item {
        width: 100%;
        padding-right: 0;
        padding-bottom: 14px; } }
  .inner-list p {
    padding-bottom: 5px; }
  .inner-list ul {
    list-style: none; }
    .inner-list ul > li {
      padding-left: 15px;
      padding-bottom: 5px;
      position: relative;
      line-height: 20px; }
      .inner-list ul > li:before {
        content: "";
        width: 5px;
        height: 5px;
        position: absolute;
        border-radius: 50%;
        background-color: #fff;
        top: 7px;
        left: 0; }
  .inner-list a {
    font-weight: 700; }
    .bg-blue .inner-list a {
      color: #fff; }
    .bg-blue .inner-list a[href]:hover {
      color: #ff5700; }
    .bg-blue .inner-list a[href=""]:hover,
    .bg-blue .inner-list a[href="#"]:hover,
    .bg-blue .inner-list a[href="#!"]:hover {
      color: #fff; }

.grid-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start; }
  @media screen and (max-width: 992px) {
    .grid-box {
      width: calc(100% + 10px);
      margin-left: -10px;
      margin-top: 20px; } }
  .grid-box__item {
    padding-left: 10px;
    padding-bottom: 10px; }
    .grid-box__item--biggest {
      width: 45%; }
      @media screen and (max-width: 1280px) and (min-width: 992px) {
        .grid-box__item--biggest {
          width: 100%; } }
      @media screen and (max-width: 640px) {
        .grid-box__item--biggest {
          width: 100%; } }
    .grid-box__item--long {
      width: 55%; }
      @media screen and (max-width: 640px) {
        .grid-box__item--long {
          width: 100%; } }
    .grid-box__item--middle {
      width: calc(100% / 3); }
      @media screen and (max-width: 640px) {
        .grid-box__item--middle {
          width: 50%; }
          .grid-box__item--long + .grid-box__item--middle {
            width: 100%; } }
    .grid-box__item--short {
      width: 27%; }
      @media screen and (max-width: 640px) {
        .grid-box__item--short {
          width: 65%; } }
    .grid-box__item--shortest {
      width: 18%; }
      @media screen and (max-width: 640px) {
        .grid-box__item--shortest {
          width: 35%; } }
  .grid-box__item-inner {
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #0955de;
    color: #fff;
    min-height: 110px; }
    .grid-box__item-inner--light-blue {
      background-color: #0a72f5; }
    .grid-box__item-inner--lighter-blue {
      background-color: #619bff; }
    .grid-box__item-inner:empty {
      background-color: rgba(26, 101, 229, 0.3); }
    @media screen and (max-width: 420px) {
      .grid-box__item-inner {
        padding: 12px;
        min-height: 110px; } }
  .grid-box__small-text {
    margin-bottom: 5px;
    font-size: 16px; }
    @media screen and (max-width: 640px) {
      .grid-box__small-text {
        font-size: 12px; } }
  .grid-box .two-row-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 55%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start; }
    @media screen and (max-width: 1280px) and (min-width: 993px) {
      .grid-box .two-row-group {
        width: 100%; } }
    @media screen and (max-width: 640px) {
      .grid-box .two-row-group {
        width: 100%; } }
    .grid-box .two-row-group__item--long {
      width: 61%; }
    .grid-box .two-row-group__item--short {
      width: 39%; }

.section-timeline {
  background-size: cover;
  background-position: center; }
  .section-timeline__swiper-slide {
    width: auto;
    min-width: 350px;
    color: #fff;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    position: relative;
    cursor: pointer; }
    @media screen and (max-width: 640px) {
      .section-timeline__swiper-slide {
        min-width: 250px; } }
  .section-timeline__title {
    font-size: 18px;
    height: 100px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 40px;
    transition: 0.3s all ease; }
    @media screen and (max-width: 640px) {
      .section-timeline__title {
        font-size: 12px; } }
    .swiper-slide-active .section-timeline__title {
      font-size: 24px; }
      @media screen and (max-width: 640px) {
        .swiper-slide-active .section-timeline__title {
          font-size: 14px; } }
  .section-timeline__date {
    font-size: 32px;
    font-weight: 700;
    height: 100px;
    margin-top: 40px;
    transition: 0.3s all ease; }
    @media screen and (max-width: 640px) {
      .section-timeline__date {
        font-size: 24px; } }
    .swiper-slide-active .section-timeline__date {
      font-size: 42px; }
      @media screen and (max-width: 640px) {
        .swiper-slide-active .section-timeline__date {
          font-size: 28px; } }
  .section-timeline__line {
    height: 1px;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0; }
    .section-timeline__line:before {
      content: "";
      position: absolute;
      width: 9px;
      height: 9px;
      background: #fff;
      border-radius: 50%;
      top: -4px;
      left: 0; }
    .section-timeline__swiper-slide:last-child .section-timeline__line {
      width: 100vw; }

.event-download {
  font-size: 14px; }
  .event-download .content-block {
    padding-top: 64px;
    padding-bottom: 64px; }
  .event-download a {
    font-weight: bold; }
  .event-download span {
    vertical-align: middle; }
  .event-download img {
    height: 18px;
    vertical-align: middle;
    margin-left: 12px; }
  .event-download__item {
    min-width: 300px; }
  .event-download .table-container::-webkit-scrollbar {
    width: 5px;
    height: 5px; }
  .event-download .table-container::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1); }
  .event-download .table-container::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    transition: 0.3s all ease; }
    .event-download .table-container::-webkit-scrollbar-thumb:hover {
      background-color: rgba(0, 0, 0, 0.5); }

.search-result {
  padding: 50px 0; }
  .search-result__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
    .search-result__header p {
      margin-bottom: 20px; }
  .search-result__form {
    display: flex;
    position: relative;
    margin-bottom: 20px; }
    @media screen and (max-width: 420px) {
      .search-result__form {
        width: 100%; } }
  .search-result__form-border {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    bottom: 0;
    left: 0;
    opacity: 0.6; }
  .search-result__input {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    opacity: 0.6;
    outline: none;
    width: 350px; }
    @media screen and (max-width: 992px) {
      .search-result__input {
        width: 200px; } }
    @media screen and (max-width: 420px) {
      .search-result__input {
        width: 100%; } }
    .search-result__input::placeholder {
      color: #fff; }
    .search-result__input:focus {
      opacity: 1; }
      .search-result__input:focus + .search-result__submit,
      .search-result__input:focus ~ .search-result__form-border {
        opacity: 1; }
  .search-result__submit {
    opacity: 0.6; }
    .search-result__submit img {
      width: 18px;
      padding-right: 5px; }
  .search-result__item {
    padding: 24px 0;
    border-bottom: 1px #1a65e5 solid; }
    .search-result__item:first-child {
      border-top: 1px #1a65e5 solid; }
  .search-result__item-breadcrumb {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap; }
    .search-result__item-breadcrumb a + a:before {
      content: ">";
      display: inline-block;
      padding: 0 6px; }
  .search-result__item-title {
    line-height: 1.5;
    margin-top: 5px;
    display: inline-block;
    font-weight: bold; }

.mic-event {
  padding-bottom: 120px; }
  .mic-event__item-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: -84px;
    margin-bottom: 32px; }
    @media screen and (max-width: 992px) {
      .mic-event__item-holder {
        margin-right: -24px; } }
  .mic-event__item {
    flex-basis: 33.3333%;
    padding-right: 84px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-top: 32px; }
    @media screen and (max-width: 992px) {
      .mic-event__item {
        padding-right: 24px; } }
    @media screen and (max-width: 768px) {
      .mic-event__item {
        flex-basis: 50%; } }
