@charset "utf-8";
/* ********************
	VARS 
  ******************** */
/* BREAKPOINTS */
/* COLORS */
/* WIDGETS */
/* Text meant only for screen readers */
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important;
}
/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}
.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}
.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-font-smoothing: antialiased;
}
html,
body {
  font-size: 100%;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: 'TundraWeb', serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 400;
  text-align: center;
  background: #FF;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
						  supported by Chrome, Edge, Opera and Firefox */
}
a {
  color: #FFF;
  text-decoration: none;
}
a:hover {
  color: #FFF;
  text-decoration: none;
}
.box-counter {
  margin: auto;
  padding: 0;
  width: 100%;
  height: 100%;
  /* height: 100vh;*/
  min-width: 200px;
  min-width: 12.5rem;
  min-height: 200px;
  min-height: 12.5rem;
  max-width: 600px;
  max-width: 37.5rem;
  max-height: 600px;
  max-height: 37.5rem;
  font-family: 'RigaScreenWebBold', sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  color: #ffffff;
  text-align: center;
  background: #ffffff url('../img/bg-partnercounter.png?v=2021');
  background-size: contain;
  background-repeat: no-repeat;
  border: 1px solid #FFF;
  /* FIX */
}
.box-counter .inner {
  position: relative;
}
.box-counter .boxlined {
  padding: 0;
  margin-top: 48%;
}
.box-counter .wrap-num {
  color: #c8d300;
  width: 100%;
  font-size: 200px;
  font-size: 12.5rem;
  line-height: 200px;
  line-height: 12.5rem;
  padding: 0;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  font-family: 'RigaScreenWebBold', sans-serif;
  text-align: center;
}
.box-counter .boxtitle {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  display: none;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
}
@media (max-width: 60000px) {
  .box-counter {
    min-height: 600px;
    min-height: 37.5rem;
  }
}
@media (max-width: 550px) {
  .box-counter {
    min-height: 550px;
    min-height: 34.375rem;
  }
  .box-counter .boxlined {
    margin-top: 46%;
  }
  .box-counter .wrap-num {
    font-size: 180px;
    font-size: 11.25rem;
    line-height: 180px;
    line-height: 11.25rem;
  }
}
@media (max-width: 500px) {
  .box-counter {
    min-height: 500px;
    min-height: 31.25rem;
  }
  .box-counter .boxlined {
    margin-top: 47%;
  }
  .box-counter .wrap-num {
    font-size: 140px;
    font-size: 8.75rem;
    line-height: 140px;
    line-height: 8.75rem;
  }
}
@media (max-width: 400px) {
  .box-counter {
    min-height: 400px;
    min-height: 25rem;
  }
  .box-counter .boxlined {
    margin-top: 49%;
  }
  .box-counter .wrap-num {
    font-size: 120px;
    font-size: 7.5rem;
    line-height: 120px;
    line-height: 7.5rem;
  }
}
@media (max-width: 350px) {
  .box-counter {
    min-height: 350px;
    min-height: 21.875rem;
  }
  .box-counter .boxlined {
    margin-top: 48%;
  }
  .box-counter .wrap-num {
    font-size: 100px;
    font-size: 6.25rem;
    line-height: 100px;
    line-height: 6.25rem;
  }
}
@media (max-width: 300px) {
  .box-counter {
    min-height: 300px;
    min-height: 18.75rem;
  }
  .box-counter .boxlined {
    margin-top: 42%;
  }
  .box-counter .wrap-num {
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 80px;
    line-height: 5rem;
  }
}
@media (max-width: 199px) {
  .box-counter {
    min-height: 100%;
    background: #c8d300;
    background-image: none;
    border-color: #c8d300;
    /* FIX */
  }
  .box-counter .inner {
    margin: 10px;
    margin: 0.625rem;
  }
  .box-counter .boxlined {
    margin-top: 20%;
  }
  .box-counter .wrap-num {
    font-size: 65px;
    font-size: 4.0625rem;
    line-height: 70px;
    line-height: 4.375rem;
    color: #FFF;
  }
  .box-counter .boxtitle {
    display: block;
  }
}
@media (max-width: 180px) {
  .box-counter {
    min-width: 100%;
    min-height: 100%;
    background-image: none;
    border-color: #c8d300;
    /* FIX */
  }
  .box-counter .inner {
    margin: 0;
  }
  .box-counter .wrap-num {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 40px;
    line-height: 2.5rem;
    color: #FFF;
  }
  .box-counter .boxtitle {
    display: block;
  }
}
@media (max-width: 199px) {
  body {
    background: #c8d300;
  }
}
/*# sourceMappingURL=partnercounter.css.map */