@font-face {
  font-family: Circular;
  src: url('circularpro-medium.otf');
  font-weight: normal;
}
@font-face {
  font-family: Circular;
  src: url('circularpro-bold.otf');
  font-weight: bold;
}
html {
  font-family: Circular, sans-serif;
  font-size: 18px;
  line-height: 1.25;
  color: #212121;
  background: white;
}
@media (max-width: 1279px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 320px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  /*and (max-width: 1440px)*/
  html {
    font-size: 1.25vw;
  }
}
a {
  color: inherit;
}
a:not([href]) {
  color: red;
}
img {
  max-width: 100%;
}
p.em {
  font-size: 1.55555556em;
  font-weight: normal;
}
@media (max-width: 767px) {
  p.em {
    font-size: 1.375em;
  }
}
h1 {
  font-size: 4.66666667em;
  font-weight: bold;
  line-height: 1.1;
  margin: 1.5rem 0;
}
@media (max-width: 767px) {
  h1 {
    font-size: 2em;
  }
}
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.55555556em;
  font-weight: normal;
  margin: 1.5rem 0;
}
@media (max-width: 767px) {
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 1.375em;
  }
}
.document-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -0.75rem;
}
.document-list .document {
  margin-bottom: 0.75rem;
  margin-right: 0.75rem;
}
.document-list .document .info {
  width: 10em;
}
.document {
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.document .icon {
  box-sizing: border-box;
  width: 7em;
  height: 10em;
  border: 2px solid #212121;
  border-radius: 0.25em;
  position: relative;
}
.document .icon span {
  position: absolute;
  left: 1em;
  right: 1em;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}
.document .icon::before,
.document .icon::after {
  content: " ";
  display: block;
  position: absolute;
  left: 0.5em;
  right: 0.5em;
  height: 0.33333333rem;
  background: #212121;
}
.document .icon::before {
  top: 0;
}
.document .icon::after {
  bottom: 0;
}
.document .round-icon {
  width: 3.5em;
  height: 3.5em;
  line-height: 3.5em;
  border-radius: 1.75em;
  text-align: center;
  background: #212121;
  color: white;
}
.document .info + .icon {
  width: 5.25em;
  height: 7.5em;
}
.document .icon {
  -ms-flex-order: 1;
      order: 1;
}
.document .info {
  -ms-flex-order: 2;
      order: 2;
}
.document .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.document .info {
  margin: 0 1.2rem;
}
.document::after {
  content: " ";
  display: table;
  clear: both;
}
.inverse .document .icon {
  border-color: white;
}
.inverse .document .icon::before {
  background: white;
}
.inverse .document .icon::after {
  background: white;
}
a.blocklink,
.document {
  text-decoration: none;
}
a.blocklink .link,
.document .link {
  text-decoration: underline;
}
.dot::before {
  content: "●";
  margin-right: 0.5em;
  display: inline-block;
}
.dot.open::before {
  color: #00ff00;
}
.dot.waiting::before {
  color: #0000ff;
}
.dot.closed::before {
  color: #c4c4c4;
}
nav.side {
  font-size: 1.22222222em;
  font-weight: normal;
}
@media (max-width: 767px) {
  nav.side {
    font-size: 1.375em;
  }
}
nav.side a {
  display: block;
}
@media (min-width: 768px) {
  nav.side {
    position: sticky;
    top: 4.8rem;
  }
}
.bar {
  display: block;
  position: fixed;
  text-align: center;
  font-size: 1.22222222em;
  text-decoration: none;
  line-height: 3.13333333rem;
  height: 3.3rem;
  left: 5.5rem;
  right: 5.5rem;
  z-index: 2;
  box-sizing: border-box;
  background: white;
  color: #212121;
  border: 0;
  border-color: #212121;
}
@media (max-width: 767px) {
  .bar {
    font-size: 1em;
  }
}
@media (max-width: 767px) {
  .bar {
    line-height: 2.68333333rem;
    height: 2.85rem;
    left: 7.5vw;
    right: 7.5vw;
  }
}
.bar.top {
  top: 0;
}
.bar.bottom {
  bottom: 0;
}
.bar.simple {
  background: white;
  color: #212121;
}
.bar.top {
  border-bottom-style: solid;
  border-bottom-width: 0.16666667rem;
}
.bar.bottom {
  border-top-style: solid;
  border-top-width: 0.16666667rem;
}
.bar select {
  -webkit-appearance: none;
          appearance: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.container {
  display: block;
}
.container .column {
  margin: 1.5rem 0;
  box-sizing: border-box;
}
.container .column > *:first-child,
.container .column > *:first-child > *:first-child,
.container .column > *:first-child > *:first-child > *:first-child {
  margin-top: 0;
}
.container .column > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    margin: 1.5rem 0;
  }
  .container .column {
    -ms-flex: 1;
        flex: 1;
    margin: 0;
  }
  .container .column > h2,
  .container .column > p {
    padding-right: 1.5rem;
  }
}
.frame .content {
  padding: 3.3rem 7rem;
}
@media (max-width: 767px) {
  .frame .content {
    padding: 2.85rem 7.5vw;
  }
}
.frame .content.nav,
.frame .content.text {
  min-height: 100vh;
  box-sizing: border-box;
}
.frame .inverse.content {
  background: #212121;
  color: white;
}
.nav.content h2 {
  font-size: 1.22222222em;
  font-weight: normal;
}
@media (max-width: 767px) {
  .nav.content h2 {
    font-size: 1.375em;
  }
}
.nav.content .row::after {
  content: "";
  display: table;
  clear: both;
}
.nav.content .row + .row {
  border-top: 0.1em solid white;
}
.nav.content .peek a {
  display: block;
  margin: 1.5rem 0;
}
.nav.content .peek a.item {
  text-decoration: none;
}
.nav.content .peek a.item time {
  text-decoration: underline;
  font-style: normal;
}
.nav.content .secondary {
  margin: 0;
}
.nav.content .secondary a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .nav.content .column {
    width: 50%;
    float: left;
  }
  .nav.content .column section {
    padding-right: 4.5rem;
    box-sizing: border-box;
  }
  .nav.content .column section.long {
    padding-right: 0;
  }
  .nav.content .content {
    position: relative;
  }
  .nav.content .lang {
    position: absolute;
    right: 7rem;
  }
}
@media (max-width: 767px) {
  .nav.content .row,
  .nav.content section {
    border-top: 0.1em solid white;
  }
  .nav.content .peek {
    display: none;
  }
  .nav.content section.long {
    margin-top: 1.5rem;
  }
  .nav.content .document-list {
    margin-left: -7.5vw;
    margin-right: -7.5vw;
    margin-bottom: 1.5rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
  }
  .nav.content .document-list .document {
    margin-bottom: 0;
  }
  .nav.content .document-list .document:last-child {
    margin-right: 0;
  }
  .nav.content .document-list::before,
  .nav.content .document-list::after {
    content: "";
    min-width: 7.5vw;
  }
}
.text.content h2 {
  font-size: 4.66666667em;
  font-weight: bold;
  line-height: 1.1;
  padding-top: 4.425rem;
  margin-top: -3.15rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .text.content h2 {
    font-size: 2em;
  }
}
@media (max-width: 767px) {
  .text.content h2 {
    padding-top: 3.975rem;
    margin-top: -2.85rem;
  }
}
@media (min-width: 768px) {
  .text.content h2 {
    margin-left: -0.05em;
  }
}
.text.content h3,
.text.content h4,
.text.content h5,
.text.content h6 {
  padding-top: 4.425rem;
  margin-top: -3.3rem;
}
@media (max-width: 767px) {
  .text.content h3,
  .text.content h4,
  .text.content h5,
  .text.content h6 {
    padding-top: 3.975rem;
    margin-top: -2.85rem;
  }
}
.text.content dl {
  font-size: 1.55555556em;
  font-weight: normal;
}
@media (max-width: 767px) {
  .text.content dl {
    font-size: 1.375em;
  }
}
.text.content dt {
  float: left;
  width: 6em;
}
.text.content dd {
  margin-left: 6.25em;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .text.content dt {
    width: 3.75em;
  }
  .text.content dd {
    margin-left: 4em;
  }
}
.text.content dd::after {
  content: " ";
  display: table;
  clear: both;
}
.text.content h1 {
  font-size: 10vw;
  margin: 1rem 0;
  margin-left: -0.05em;
}
header.text.content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
}
header.text.content nav {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
header.text.content .video-info {
  margin: 1.125rem 0;
}
header.text.content > * {
  position: relative;
  z-index: 1;
}
header.text.content video {
  position: absolute;
  opacity: 0.5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}
header.text.content h1 {
  margin-bottom: 2.25rem;
}
.text.content nav {
  font-size: 1.55555556em;
  font-weight: normal;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
@media (max-width: 767px) {
  .text.content nav {
    font-size: 1.375em;
  }
}
.text.content nav .group {
  margin-right: 3rem;
}
.text.content nav a {
  display: block;
  margin-bottom: 0.75rem;
}
.last {
  min-height: 100vh;
  min-height: calc(100vh -  3.3rem );
}
@media (max-width: 767px) {
  .last {
    min-height: calc(100vh -  2.85rem );
  }
}
.news.content article + article {
  border-top: 2px solid #212121;
}
.news.content article > *:last-child {
  margin-bottom: 0;
}
.news.content article {
  padding: 3rem 0;
}
.news.content article time {
  font-size: 1.55555556em;
  font-weight: normal;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .news.content article time {
    font-size: 1.375em;
  }
}
.news.content article time + h3 {
  margin-top: 1.05rem;
  padding-top: 0;
}
.news.content article .document-list + * {
  margin-top: 1.5rem;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #212121;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #212121;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #212121;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #212121;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #212121;
}
:-ms-input-placeholder {
  /* Most modern browsers support this now. */
  color: #212121;
  opacity: 1;
}
::placeholder {
  /* Most modern browsers support this now. */
  color: #212121;
  opacity: 1;
}
.incentive {
  background: #F0F0F0;
  border-radius: 0.5em;
  overflow: hidden;
  margin: 3rem 0;
}
.incentive .title,
.incentive .duration {
  font-size: 1.22222222em;
  font-weight: normal;
  padding: 1.125rem;
  margin: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .incentive .title,
  .incentive .duration {
    font-size: 1.375em;
  }
}
.incentive .part {
  border-top: 2px solid #212121 !important;
}
.incentive > .part:first-child {
  border: none !important;
}
.incentive .fields {
  margin: 1.5rem;
}
.incentive input,
.incentive .button {
  border: none;
  width: 100%;
  box-sizing: border-box;
  font-size: 1.22222222em;
  font-weight: normal;
}
@media (max-width: 767px) {
  .incentive input,
  .incentive .button {
    font-size: 1.375em;
  }
}
.incentive .input {
  position: relative;
}
.incentive label {
  position: absolute;
  top: 1.125rem;
  left: 2.4rem;
  font-size: 0.85em;
}
.incentive label.error {
  color: #f00;
}
.incentive input[type="text"],
.incentive input[type="email"],
.incentive input[type="file"] {
  display: block;
  border: none;
  background: transparent;
  line-height: 1.25;
  padding: 2.625rem 1.5rem 0.9rem;
}
.incentive input[type="text"]:focus,
.incentive input[type="email"]:focus,
.incentive input[type="file"]:focus {
  outline: none;
  background: #c0f3c0;
}
.incentive input[type="text"] + span::after,
.incentive input[type="email"] + span::after,
.incentive input[type="file"] + span::after {
  content: "●";
  position: absolute;
  left: 1.5rem;
  top: 1.125rem;
  font-size: 0.85rem;
  pointer-events: none;
}
.incentive input[type="text"]:valid + span::after,
.incentive input[type="email"]:valid + span::after,
.incentive input[type="file"]:valid + span::after {
  color: #0f0;
}
.incentive input[type="text"]:invalid + span::after,
.incentive input[type="email"]:invalid + span::after,
.incentive input[type="file"]:invalid + span::after {
  color: #f00;
}
.incentive form:not(.validating) input[type="text"].empty:invalid + span::after,
.incentive form:not(.validating) input[type="email"].empty:invalid + span::after,
.incentive form:not(.validating) input[type="file"].empty:invalid + span::after {
  color: #212121;
}
.incentive .button,
.incentive input[type="submit"] {
  background: #c0f3c0;
  -webkit-appearance: none;
          appearance: none;
  display: block;
  text-align: center;
  text-decoration: none;
  height: 5.25rem;
  line-height: 5.25rem;
  padding: 0;
}
.incentive .button.disabled,
.incentive input[type="submit"].disabled,
.incentive .button[disabled],
.incentive input[type="submit"][disabled] {
  background: #C4C4C4;
  pointer-events: none;
  cursor: default;
}
.incentive form.valid input[type="submit"],
.incentive form.sent input[type="submit"] {
  background: #00ff00;
}
.incentives.content h2,
.incentives.content .counter,
.incentives.content ul,
.incentives.content .category .link {
  font-size: 1.22222222em;
  font-weight: normal;
}
@media (max-width: 767px) {
  .incentives.content h2,
  .incentives.content .counter,
  .incentives.content ul,
  .incentives.content .category .link {
    font-size: 1.375em;
  }
}
.incentives.content h1 {
  margin: 0;
  margin-top: -0.1em;
}
.incentives.content .incentive + h2 {
  margin-top: 6rem;
}
.incentives.content .category {
  margin: 0;
  border-top: 2px solid #212121;
}
.incentives.content .category h2 {
  max-width: 14em;
}
.incentives.content h2 {
  margin: 0;
  font-weight: normal;
}
.incentives.content ul {
  margin: 0;
}
.incentives.content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 1em;
}
.incentives.content ul li::before {
  content: "●";
  margin-right: 0.25em;
  display: inline-block;
}
.incentives.content ul li.open::before {
  color: #00ff00;
}
.incentives.content ul li.waiting::before {
  color: #0000ff;
}
.incentives.content ul li.closed::before {
  color: #c4c4c4;
}
@media (min-width: 768px) {
  .incentives.content .header.container {
    padding: 4.5rem 0;
  }
  .incentives.content .counter {
    width: 5em;
    height: 5em;
    line-height: 4.7em;
    text-align: center;
    margin-right: 1em;
    box-sizing: border-box;
    border: 2px solid #212121;
    border-radius: 2.5em;
    font-weight: bold;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .incentives.content .category {
    padding: 1.5rem 0;
  }
  .incentives.content .category .column:first-child {
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .incentives.content .header.container {
    padding: 0.75rem 0;
  }
  .incentives.content .counter {
    width: 20vw;
    height: 20vw;
    line-height: 18.8vw;
    text-align: center;
    margin-right: 4vw;
    box-sizing: border-box;
    border: 2px solid #212121;
    border-radius: 10vw;
    font-weight: bold;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 1.5rem;
  }
  .incentives.content .category {
    padding: 0.75rem 0;
  }
}
section.collapsible {
  border-top: 2px solid #212121;
}
section.collapsible h2 {
  margin: 0;
  padding: 1.5rem 0;
  margin-left: -0.075em;
}
.js section.collapsible.collapsed .details {
  display: none;
}
.js section.collapsible h2 {
  cursor: pointer;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.js section.collapsible h2 {
  padding-left: 1.5em;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0.75em;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 30' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 30L0.679492 -3.26266e-06L35.3205 -2.34249e-07L18 30Z' fill='%23212121'/%3E%3C/svg%3E%0A");
}
.js section.collapsible.collapsed h2 {
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 30 36' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 18L-1.63133e-06 35.3205L-1.17124e-07 0.67949L30 18Z' fill='%23212121'/%3E%3C/svg%3E%0A");
}
.contacts.content address {
  font-style: normal;
  margin: 1.5rem 0;
}
.contacts.content address .name::before {
  content: "● ";
}
.contacts.content address .description {
  color: #808080;
}
@media (min-width: 768px) {
  .contacts.content .contact-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contacts.content address {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-right: 1.5rem;
    box-sizing: border-box;
  }
}
@supports (display: grid) {
  .contacts.content .contact-list {
    display: -ms-grid;
    display: grid;
    gap: 2.25rem;
    -ms-grid-columns: (minmax(12em, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(12em, 1fr));
    margin-bottom: 2.25rem;
  }
  .contacts.content address {
    margin: 0;
    padding-right: 0;
  }
}
.formal.content h1 {
  padding-top: 4.425rem;
  margin-top: -3.3rem;
}
.formal.content h2,
.formal.content h3,
.formal.content h4,
.formal.content h5,
.formal.content h6 {
  padding-top: 4.425rem;
  margin-top: -3.3rem;
}
.formal.content ul,
.formal.content ol {
  padding: 0;
  margin: 0;
}
.formal.content ul li,
.formal.content ol li {
  margin: 0.75rem 0 0.75rem 3rem;
}
@media (max-width: 767px) {
  .formal.content ul li,
  .formal.content ol li {
    margin-left: 1.875rem;
  }
}
.formal.content ol.alpha {
  list-style-type: lower-alpha;
}
.formal.content ol.alpha li {
  margin-top: 0;
  margin-bottom: 0;
}
.formal.content ol.roman {
  list-style-type: lower-roman;
}
.formal.content ol.flat {
  list-style-position: inside;
}
.formal.content ol.flat li {
  margin-left: 0;
}
.formal.content ol.manual {
  list-style-type: none;
}
.formal.content ol.manual > li > var {
  font-style: normal;
  display: block;
  float: left;
}
.formal.content ol.manual.level-1 > li {
  margin-left: 2em;
}
.formal.content ol.manual.level-1 var {
  width: 2em;
  margin-left: -2em;
}
.formal.content ol.manual.level-2 > li {
  margin-left: 2.75em;
}
.formal.content ol.manual.level-2 var {
  width: 2.75em;
  margin-left: -2.75em;
}
.formal.content ol.manual.level-3 > li {
  margin-left: 3.7em;
}
.formal.content ol.manual.level-3 var {
  width: 3.7em;
  margin-left: -3.7em;
}
.formal.content table {
  margin: 1em 0;
  background: #F0F0F0;
  border-collapse: collapse;
  width: 100%;
}
.formal.content table th {
  font-weight: bold;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .formal.content table th {
    white-space: nowrap;
  }
}
.formal.content table th,
.formal.content table td {
  border: 1px solid #F0F0F0;
  padding: 0.375rem;
}
.formal.content .table {
  overflow-x: auto;
}
a.home {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0.9rem 1.75rem 0.72rem;
}
a.home .icon {
  width: 2rem;
  height: 0;
  margin-bottom: 0.3rem;
  border-top: 0.18rem solid #212121;
  border-bottom: 0.18rem solid white;
}
a.home .icon:last-child {
  margin: 0;
}
