@import 'fonts.css';
body {
  margin: 0;
  padding: 0;
  font-family: 'NotoSans', sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
}

.hidden-mobile {
  display: none;
}

.nvda-text {
  text-indent: -9999px;
  position: absolute;
}

* {
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ow-mico {
  cursor: pointer;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 24px 10px;
  background: white;
}
/*
.ow-mico > * {
  flex: 1;
}
  */
.ow-mico__text {
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 8px;
}
.ow-mico__text-title {
  font-family: 'OlympicSans-Bold', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
}
.ow-mico__text-separator {
  padding: 0 8px;
}
.ow-mico__text-date {
  font-family: 'OlympicSans', sans-serif;
  font-weight: 400;
}
.ow-mico__countdown {
  padding: 8px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ow-mico__countdown > * {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ow-mico__countdown-days > * {
  padding: 2px;
}
.ow-mico__countdown-logo {
  padding-left: 24px;
}
html[lang='ar'] .ow-mico__countdown-logo {
  padding-left: 0;
  padding-right: 24px;
}
.ow-mico__countdown-logo img {
  max-width: 67px;
}
.ow-mico__days {
  position: relative;
  min-width: 42px;
  text-align: center;
}
.ow-mico__days-num {
  font-size: 32px;
  font-family: 'NotoSans-Bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 130%;
}
.ow-mico__days-alph {
  font-size: 14px;
  text-align: center;
  font-family: 'OlympicSans', sans-serif;
  font-weight: 400;
}
.ow-mico__separator {
  font-size: 26px;
  padding-bottom: 0;
  align-self: flex-start;
  padding-top: 6px;
}

.ow-mico__countdown-days.edge .ow-mico__separator {
  padding-top: 2px;
}

.ow-mico__countdown-days.firefox .ow-mico__separator {
  padding-top: 0;
}

@media (max-width: 639px) {
  .ow-mico__days-num {
    font-size: 28px;
  }
  .ow-mico__text {
    padding-bottom: 0;
  }
  .ow-mico__text-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    letter-spacing: -0.2px;
  }

  .ow-mico__separator {
    padding-top: 3px;
  }
}
@media (min-width: 768px) {
  .ow-mico__text {
    display: flex;
    gap: 8px;
    justify-content: center;
    padding-right: 20px;
  }
  .hidden-mobile {
    display: block;
  }
  .ow-mico__countdown {
    padding: 16px 0 0;
  }
}

@media (max-width: 896px) {
  .ow-mico {
    text-align: center;
    height: 180px;
  }
  .ow-mico__text-title {
    margin-bottom: 4px;
  }
  .ow-mico__days-alph {
    font-size: 12px;
  }
}
@media (min-width: 960px) {
  .ow-mico {
    flex-direction: row;
    height: 124px;
    justify-content: center;
    padding: 32px 24px;
  }
  .ow-mico > * {
    padding: 0;
    align-items: center;
  }
  .ow-mico__text {
    display: flex;
    justify-content: right;
    padding-right: 20px;
  }
  html[lang='ar'] .ow-mico__text {
    padding-right: 0;
    padding-left: 20px;
    justify-content: left;
  }
  .ow-mico__text-title {
    font-size: 20px;
    white-space: nowrap;
  }
  .ow-mico__text-date {
    white-space: nowrap;
  }
  .ow-mico__countdown {
    justify-content: left;
    padding-left: 20px;
  }
  html[lang='ar'] .ow-mico__countdown {
    justify-content: right;
    padding-left: 0;
    padding-right: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
