/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(static/fonts/cyrillic-ext.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(static/fonts/cyrillic.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(static/fonts/greek-ext.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(static/fonts/greek.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(static/fonts/vietnamese.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(static/fonts/latin-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(static/fonts/latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

#_1pQCo {
  border-radius: 100%;
  background-color: #999;
  position: relative;
  border: 1px solid #999;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#_1pQCo input {
  display: none !important;
}

#_1pQCo aside {
  position: absolute;
  border: 5px solid #d4d2d2;
  /* Light grey */
  border-top: 5px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 110%;
  height: 110%;
  -webkit-animation: _1sp4O 0.6s linear infinite;
  animation: _1sp4O 0.6s linear infinite;
}

#_1pQCo button {
  border: none;
  border-radius: 100%;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 5px;
  cursor: pointer;
  height: 25%;
  width: 25%;
}

#_1pQCo button:hover,
#_1pQCo button:focus {
  outline: none;
}

#_1pQCo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  border-radius: 100%;
}

#_2Cu_5 {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.87);
  min-height: 100vh;
  max-height: 100vh;
  width: 100%;
  z-index: 999999999999999999999999999999999999999999999999999;
  display: flex;
  align-items: center;
  justify-content: center;
}

#_2Cu_5 * {
  box-sizing: border-box;
  font-weight: bolder !important;
}

#_2Cu_5 section {
  max-width: 600px;
  width: 100%;
  padding: 0 2%;
  border-radius: 4px;
  display: flex;
  max-height: calc(100% - 64px);
  flex-direction: column;
  position: relative;
  overflow-y: auto;
  color: rgba(0, 0, 0, 0.87);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

#_2Cu_5 section h1 {
  text-align: left;
  flex: 0 0 auto;
  font-size: 1.5em !important;
  -webkit-margin-before: 0.83em !important;
  margin-block-start: 0.83em !important;
  -webkit-margin-after: 0.83em !important;
  margin-block-end: 0.83em !important;
}

#_2Cu_5 section article {
  flex: 1 1 auto;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#_2Cu_5 section article aside {
  border: 5px solid #f3f3f3;
  /* Light grey */
  border-top: 5px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-animation: _1sp4O 0.5s linear infinite;
  animation: _1sp4O 0.5s linear infinite;
  margin: 2%;
}

#_2Cu_5 section div {
  flex: 0 0 auto;
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: space-between;
}

#_2Cu_5 section div button {
  background-color: rgba(25, 118, 210, 0.04);
  padding: 6px 15px;
  font-size: 0.875rem;
  min-width: 64px;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 1.75;
  border-radius: 4px;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: 0;
  position: relative;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  vertical-align: middle;
  justify-content: center;
  text-decoration: none;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

@media screen and (max-width: 500px) {
  #_2Cu_5 section {
    width: 100%;
    height: 100vh;
    max-width: 100%;
    max-height: none;
    border-radius: 0;
    padding: 0;
  }
  #_2Cu_5 section h1 {
    background-color: #f1f1f1;
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 3%;
    margin: 0 !important;
  }
  #_2Cu_5 section article {
    background-color: transparent !important;
    flex: none;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  #_2Cu_5 section article canvas {
    height: 100%;
    width: 100%;
  }
  #_2Cu_5 section div {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
}

@-webkit-keyframes _1sp4O {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes _1sp4O {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
