/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.up_breadcrumbs span {
  padding: 0 2px;
}

.up_card-stats {
  display: flex;
  flex-direction: row;
  margin: 16px auto;
}
.up_card-stats--icon {
  display: flex;
  align-items: center;
}
.up_card-stats--icon > .success, .up_card-stats--icon > .warn {
  display: flex;
  width: 24px;
  height: 24px;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}
.up_card-stats--icon span {
  margin-left: 8px;
  font-size: 14px;
  font-weight: 700;
}

.up_comment {
  position: relative;
}
.up_comment.adv {
  margin: 0 0 20px 20px;
}
.up_comment--icon {
  display: flex;
  width: 24px;
  height: 24px;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -12px;
}
.up_comment--content {
  margin: 0 0 16px 20px;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  padding: 20px 20px 4px 20px;
}
.up_comment--date {
  margin-bottom: 10px;
}
.up_comment--logo {
  margin: 16px 0;
}
.up_comment--msg {
  white-space: pre-wrap;
  color: #7E828D;
}

.up_country-slider {
  padding-top: 16px;
}
.up_country-slider.open .up_country-slider--container {
  max-height: none;
}
.up_country-slider--container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-height: 300px;
  overflow: hidden;
}
.up_country-slider--card {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  padding: 12px;
  border-radius: 12px;
  width: 100px;
}
.up_country-slider--card:hover {
  text-decoration: none;
}
.up_country-slider--card-country {
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  font-weight: bold;
  color: #1F2937;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  width: 100%;
}
.up_country-slider--card-flag {
  height: 68px;
  width: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 8px 0;
  border-radius: 8px;
  border: 1px solid #E5E7EB;
}
.up_country-slider--card-comments {
  font-size: 13px;
  line-height: 16px;
}

.up_footer {
  background-color: #1F2937;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
}
@media (min-width: 768px) {
  .up_footer {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
}
.up_footer--container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 24px 16px;
  margin: 0 auto;
  color: #FEFEFE;
  box-sizing: border-box;
  gap: 16px;
}
@media (min-width: 640px) {
  .up_footer--container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .up_footer--container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .up_footer--container {
    max-width: 1024px;
  }
}
.up_footer--container {
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 640px) {
  .up_footer--container {
    line-height: 14px;
  }
}
@media (min-width: 768px) {
  .up_footer--container {
    gap: 50px;
  }
}
.up_footer--logo {
  display: flex;
}
.up_footer--logo a {
  display: block;
  width: 45px;
  height: 32px;
  background-image: url(/assets/site-logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.up_footer hr {
  border-top: 0px solid #E5E7EB;
}

.up_header-with-logo {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 16px 0;
  border-bottom: solid 1px #E5E7EB;
}

.up_logo-cloud:not(:has(div.up_logo-cloud--card)) {
  display: none;
}
.up_logo-cloud h2 {
  margin-top: 36px;
}
.up_logo-cloud--card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 20px 0;
  overflow: hidden;
  max-height: 284px;
}
@media (min-width: 1024px) {
  .up_logo-cloud--card-list {
    gap: 16px;
  }
}
.up_logo-cloud.open .up_logo-cloud--card-list {
  max-height: none;
}
.up_logo-cloud--card {
  margin-top: 12px;
  position: relative;
  display: block;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #E5E7EB;
  cursor: pointer;
  box-sizing: border-box;
  height: 128px;
  width: 100%;
  text-align: center;
}
@media (min-width: 375px) {
  .up_logo-cloud--card {
    width: calc(50% - 12px / 2);
  }
}
@media (min-width: 768px) {
  .up_logo-cloud--card {
    width: calc(33% - 12px * 2 / 3);
  }
}
@media (min-width: 1024px) {
  .up_logo-cloud--card {
    width: calc(25% - 16px * 3 / 4);
  }
}
.up_logo-cloud--link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 16px;
}
.up_logo-cloud--link img {
  max-width: 100%;
  display: block;
  filter: grayscale(100%);
  flex-grow: 1;
}
.up_logo-cloud--link img:hover {
  filter: none;
}
.up_logo-cloud--link span {
  display: block;
}
.up_logo-cloud--counters {
  position: absolute;
  right: 16px;
  top: -12px;
  display: flex;
  gap: 4px;
}
.up_logo-cloud--errors, .up_logo-cloud--successes {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: white;
  font-size: 12px;
}
.up_logo-cloud--errors {
  background-color: #FF574D;
}
.up_logo-cloud--successes {
  background-color: #22C55E;
}

.up_logo-search {
  position: relative;
  width: 100%;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .up_logo-search {
    max-width: calc(66% - 12px / 2);
  }
}
@media (min-width: 1024px) {
  .up_logo-search {
    max-width: calc(50% - 16px / 4);
  }
}
.up_logo-search input {
  border-width: 1px;
  border-color: #7E828D;
  border-radius: 40px;
  height: 40px;
  width: 100%;
  padding-left: 16px;
  padding-right: 40px;
  font-size: 16px;
  box-sizing: border-box;
}
.up_logo-search svg {
  position: absolute;
  top: 7.5px;
  right: 8.5px;
}

.up_more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px;
  margin-top: 12px;
  margin-bottom: 60px;
  color: #2563EB;
  cursor: pointer;
}
.up_more-button.open .up_more-button--close {
  display: inline;
}
.up_more-button img {
  margin-bottom: -1px;
  margin-left: 4px;
}
.up_more-button.open img {
  transform: rotate(180deg);
}
.up_more-button.open .up_more-button--open {
  display: none;
}
.up_more-button--close {
  display: none;
}
.up_more-button--open {
  display: inline;
}

.up_comment-form {
  position: relative;
  margin-left: 16px;
  margin-top: 40px;
  display: none;
}
.up_comment-form--icon > div {
  display: flex;
  width: 24px;
  height: 24px;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -12px;
}
.up_comment-form--content {
  margin: 0 0 20px 20px;
}
.up_comment-form--content textarea {
  width: 100%;
  margin-top: 10px;
}
.up_comment-form--date {
  margin-bottom: 10px;
}
.up_comment-form .warn {
  display: none;
}
.up_comment-form .success {
  display: flex;
}
.up_comment-form.did-not-work .warn {
  display: flex;
}
.up_comment-form.did-not-work .success {
  display: none;
}

.up_comment-list {
  display: flex;
  flex-direction: column;
  border-left: 1px solid #E5E7EB;
  margin: 16px 0 0 16px;
}

body.menu-is-open .up_post {
  display: none;
}
body.menu-is-open .up_menu {
  display: block;
}

.up_navbar {
  background-color: #1F2937;
  position: fixed;
  width: 100%;
  z-index: 100;
}
.up_navbar--container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 12px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (min-width: 640px) {
  .up_navbar--container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .up_navbar--container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .up_navbar--container {
    max-width: 1024px;
  }
}
.up_navbar a {
  display: block;
  width: 45px;
  height: 32px;
  background-image: url("/assets/site-logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 4px;
}
.up_navbar--menu-btn {
  border-radius: 9999px;
  padding: 4px;
  height: 24px;
  cursor: pointer;
}
.up_navbar--menu-btn:hover {
  background-color: #036aa1;
}

.up_page-logos {
  margin-top: 16px;
}
.up_page-logos div {
  display: flex;
  gap: 28px;
  padding-top: 16px;
}

.up_menu {
  display: none;
  width: 100%;
  background-color: #FEFEFE;
  z-index: 10;
}
.up_menu--container {
  padding: calc(20px + 72px) 16px 20px 16px;
  margin: 0 auto;
  gap: 20px;
  box-sizing: border-box;
}
@media (min-width: 640px) {
  .up_menu--container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .up_menu--container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .up_menu--container {
    max-width: 1024px;
  }
}
.up_menu--item {
  padding: 16px 0 16px 56px;
  border-bottom: 1px solid #E5E7EB;
  min-width: 200px;
  flex-grow: 1;
}
.up_menu--label {
  position: relative;
  margin: 5px 0;
}
.up_menu--label div {
  position: absolute;
  width: 44px;
  height: 29px;
  left: -56px;
  border-radius: 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #E5E7EB;
}
.up_menu--label span {
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
}
.up_menu--link {
  padding-left: 4px;
  gap: 8px;
  border-radius: 6px;
  margin: 6px 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 17px;
  color: #1F2937;
  text-decoration: none;
}
.up_menu--link.active, .up_menu--link:hover {
  color: #FEFEFE;
  background: #4F46E5;
}
.up_menu--link.active path, .up_menu--link:hover path {
  stroke: #FEFEFE;
}

.up_message--header-with-logo {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 16px;
  margin: 32px 0 16px 0;
}

.up_message--notification {
  border-radius: 8px;
  padding: 16px;
}
.up_message--notification.warn {
  background: #FBEB9A;
  border-left: 4px solid #F5C518;
}
.up_message--notification.success {
  background: #B9FFD3;
  border-left: 4px solid #5FE691;
}
.up_message--notification.error {
  background: #FBEB9A;
  border-left: 4px solid #F5C518;
}

.up_post {
  height: 100%;
  min-height: 100vh;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 640px) {
  .up_post {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .up_post {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .up_post {
    max-width: 1024px;
  }
}
.up_post--content {
  height: 100%;
  box-sizing: border-box;
  padding: calc(20px + 72px) 16px 20px 16px;
}

.up_page-title {
  margin-top: 20px;
}

.up_tg {
  position: relative;
}
.up_tg--container {
  border-radius: 8px;
  background-color: #63c3f4;
  padding: 20px 20px 20px 76px;
}
.up_tg--container a {
  color: #1F2937;
}
.up_tg--icon {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #FEFEFE;
  border-radius: 9999px;
}
.up_tg--title {
  font-weight: bold;
}

.up_toggle {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  flex-grow: 1;
}
.up_toggle > input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.up_toggle--toggle {
  min-width: 44px;
  height: 24px;
  border-radius: 9999px;
  background: #E5E7EB;
  position: relative;
}
.up_toggle--toggle::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 2px;
  inset-inline-start: 2px;
  border-radius: 9999px;
  border-width: 1px;
  border-color: #d1d5db;
  background: #fff;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.peer:checked ~ .up_toggle--toggle {
  background: #2563EB;
}
.peer:checked ~ .up_toggle--toggle::after {
  transform: translate(100%, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
  border-color: #fff;
}
.up_toggle--label {
  margin-inline-start: 8px;
  font-weight: 400;
  color: #1F2937;
  line-height: 1.5;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/Inter/Inter.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
body, html {
  width: 100%;
  font-family: "Inter", sans-serif;
}

h1 {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}
@media (min-width: 640px) {
  h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}
@media (min-width: 640px) {
  h2 {
    font-size: 22px;
    line-height: 26px;
  }
}

p {
  font-size: 16px;
  line-height: 22px;
  margin: 16px 0;
}

a {
  color: #2563EB;
  text-decoration-line: none;
}
a:hover {
  text-decoration-line: underline;
}

hr {
  border: none;
  border-top: 1px solid #E5E7EB;
  margin: 16px 0;
}

.success {
  background: #22C55E;
}

.warn {
  background: #FF574D;
}

.line-through {
  text-decoration: line-through;
}

.bold {
  font-weight: bold;
}

/* .blur {filter: blur(4px);} */
/* .brightness {filter: brightness(0.30);} */
/* .contrast {filter: contrast(180%);} */
.grayscale {
  filter: grayscale(100%);
}

/* .huerotate {filter: hue-rotate(180deg);} */
.invert {
  filter: invert(100%);
}

/* .opacity {filter: opacity(50%);} */
/* .saturate {filter: saturate(7);} */
/* .sepia {filter: sepia(100%);} */
/* .shadow {filter: drop-shadow(8px 8px 10px green);} */

/*# sourceMappingURL=styles.css.map */