.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline;
      list-style: none;
      padding: 0; }
    .select2-container .select2-selection--multiple .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all; }
    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }
  .select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555;
      outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

@font-face{font-family:"Netto OT";src:url("/assets/fonts/mo/NettoOT-Light.eot");src:url("/assets/fonts/mo/NettoOT-Light.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/mo/NettoOT-Light.woff2") format("woff2"),url("/assets/fonts/mo/NettoOT-Light.woff") format("woff"),url("/assets/fonts/mo/NettoOT-Light.ttf") format("truetype"),url("/assets/fonts/mo/NettoOT-Light.svg#NettoOT") format("svg");font-display:swap;font-weight:300;font-style:normal}@font-face{font-family:"Netto OT";src:url("/assets/fonts/mo/NettoOT.eot");src:url("/assets/fonts/mo/NettoOT.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/mo/NettoOT.woff2") format("woff2"),url("/assets/fonts/mo/NettoOT.woff") format("woff"),url("/assets/fonts/mo/NettoOT.ttf") format("truetype"),url("/assets/fonts/mo/NettoOT.svg#NettoOT") format("svg");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:"Netto OT";src:url("/assets/fonts/mo/NettoOT-Bold.eot");src:url("/assets/fonts/mo/NettoOT-Bold.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/mo/NettoOT-Bold.woff2") format("woff2"),url("/assets/fonts/mo/NettoOT-Bold.woff") format("woff"),url("/assets/fonts/mo/NettoOT-Bold.ttf") format("truetype"),url("/assets/fonts/mo/NettoOT-Bold.svg#NettoOT") format("svg");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:"Netto OT";src:url("/assets/fonts/mo/NettoOT-Black.eot");src:url("/assets/fonts/mo/NettoOT-Black.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/mo/NettoOT-Black.woff2") format("woff2"),url("/assets/fonts/mo/NettoOT-Black.woff") format("woff"),url("/assets/fonts/mo/NettoOT-Black.ttf") format("truetype"),url("/assets/fonts/mo/NettoOT-Black.svg#NettoOT") format("svg");font-display:swap;font-weight:900;font-style:normal}@font-face{font-family:"Merriweather";src:url("/assets/fonts/general/merriweather-regular-webfont.woff2") format("woff2"),url("/assets/fonts/general/merriweather-regular-webfont.woff") format("woff");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:"Merriweather";src:url("/assets/fonts/general/merriweather-italic-webfont.woff2") format("woff2"),url("/assets/fonts/general/merriweather-italic-webfont.woff") format("woff");font-display:swap;font-weight:400;font-style:italic}@font-face{font-family:"Merriweather";src:url("/assets/fonts/general/merriweather-bold-webfont.woff2") format("woff2"),url("/assets/fonts/general/merriweather-bold-webfont.woff") format("woff");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:"Merriweather";src:url("/assets/fonts/general/merriweather-bolditalic-webfont.woff2") format("woff2"),url("/assets/fonts/general/merriweather-bolditalic-webfont.woff") format("woff");font-display:swap;font-weight:700;font-style:italic}@font-face{font-family:"Roboto Slab";font-style:normal;font-weight:300;src:url("/assets/fonts/mo/Roboto-Slab-300.eot");src:local(""),url("/assets/fonts/mo/Roboto-Slab-300.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/mo/Roboto-Slab-300.woff2") format("woff2"),url("/assets/fonts/mo/Roboto-Slab-300.woff") format("woff"),url("/assets/fonts/mo/Roboto-Slab-300.ttf") format("truetype"),url("/assets/fonts/mo/Roboto-Slab-300.svg#RobotoSlab") format("svg")}@font-face{font-family:"Roboto Slab";font-style:normal;font-weight:400;src:url("/assets/fonts/mo/Roboto-Slab.eot");src:local(""),url("/assets/fonts/mo/Roboto-Slab.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/mo/Roboto-Slab.woff2") format("woff2"),url("/assets/fonts/mo/Roboto-Slab.woff") format("woff"),url("/assets/fonts/mo/Roboto-Slab.ttf") format("truetype"),url("/assets/fonts/mo/Roboto-Slab.svg#RobotoSlab") format("svg")}@font-face{font-family:"Roboto Slab";font-style:normal;font-weight:700;src:url("/assets/fonts/mo/Roboto-Slab-Bold.eot");src:local(""),url("/assets/fonts/mo/Roboto-Slab-Bold.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/mo/Roboto-Slab-Bold.woff2") format("woff2"),url("/assets/fonts/mo/Roboto-Slab-Bold.woff") format("woff"),url("/assets/fonts/mo/Roboto-Slab-Bold.ttf") format("truetype"),url("/assets/fonts/mo/Roboto-Slab-Bold.svg#RobotoSlab") format("svg")}@font-face{font-family:"Roboto Slab";font-style:normal;font-weight:900;src:url("/assets/fonts/mo/Roboto-Slab-Black.eot");src:local(""),url("/assets/fonts/mo/Roboto-Slab-Black.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/mo/Roboto-Slab-Black.woff2") format("woff2"),url("/assets/fonts/mo/Roboto-Slab-Black.woff") format("woff"),url("/assets/fonts/mo/Roboto-Slab-Black.ttf") format("truetype"),url("/assets/fonts/mo/Roboto-Slab-Black.svg#RobotoSlab") format("svg")}@media print{*,*::before,*::after{text-shadow:none !important;box-shadow:none !important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap !important}pre,blockquote{border:1px solid #adb5bd;page-break-inside:avoid}tr,img{page-break-inside:avoid}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px !important}.container,.wrapper,.products__content,.progressbar{min-width:992px !important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #dee2e6 !important}.table-dark{color:inherit}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:#d8d8d8}.table .thead-dark th{color:inherit;border-color:#d8d8d8}}*,*::before,*::after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0 !important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;text-decoration:underline dotted;cursor:help;border-bottom:0;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:#007bff;text-decoration:none;background-color:rgba(0,0,0,0)}a:hover{color:rgb(0,86.1,178.5);text-decoration:underline}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none !important}.pagination{display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:rgb(0,86.1,178.5);text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:0.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.form-control{display:block;width:100%;height:calc(1.5em + 0.75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:rgba(0,0,0,0);border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:rgb(127.5,189,255);outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{appearance:none}select.form-control:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 #495057}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(0.375rem + 1px);padding-bottom:calc(0.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(0.5rem + 1px);padding-bottom:calc(0.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(0.25rem + 1px);padding-bottom:calc(0.25rem + 1px);font-size:0.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:rgba(0,0,0,0);border:solid rgba(0,0,0,0);border-width:1px 0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + 0.5rem + 2px);padding:.25rem .5rem;font-size:0.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[size],select.form-control[multiple]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.875em;color:#28a745}.valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip{left:5px}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:#28a745;padding-right:calc(1.5em + 0.75rem) !important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated select.form-control:valid,select.form-control.is-valid{padding-right:3rem !important;background-position:right 1.5rem center}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.was-validated .custom-select:valid,.custom-select.is-valid{border-color:#28a745;padding-right:calc(0.75em + 2.3125rem) !important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat}.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:#28a745}.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip,.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip{display:block}.was-validated .custom-control-input:valid~.custom-control-label,.custom-control-input.is-valid~.custom-control-label{color:#28a745}.was-validated .custom-control-input:valid~.custom-control-label::before,.custom-control-input.is-valid~.custom-control-label::before{border-color:#28a745}.was-validated .custom-control-input:valid:checked~.custom-control-label::before,.custom-control-input.is-valid:checked~.custom-control-label::before{border-color:rgb(51.6956521739,206.3043478261,87);background-color:rgb(51.6956521739,206.3043478261,87)}.was-validated .custom-control-input:valid:focus~.custom-control-label::before,.custom-control-input.is-valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before,.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.was-validated .custom-file-input:valid~.custom-file-label,.custom-file-input.is-valid~.custom-file-label{border-color:#28a745}.was-validated .custom-file-input:valid:focus~.custom-file-label,.custom-file-input.is-valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip{left:5px}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:#dc3545;padding-right:calc(1.5em + 0.75rem) !important;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated select.form-control:invalid,select.form-control.is-invalid{padding-right:3rem !important;background-position:right 1.5rem center}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.was-validated .custom-select:invalid,.custom-select.is-invalid{border-color:#dc3545;padding-right:calc(0.75em + 2.3125rem) !important;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat}.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:#dc3545}.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip,.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip{display:block}.was-validated .custom-control-input:invalid~.custom-control-label,.custom-control-input.is-invalid~.custom-control-label{color:#dc3545}.was-validated .custom-control-input:invalid~.custom-control-label::before,.custom-control-input.is-invalid~.custom-control-label::before{border-color:#dc3545}.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,.custom-control-input.is-invalid:checked~.custom-control-label::before{border-color:rgb(227.5316455696,96.4683544304,109.0253164557);background-color:rgb(227.5316455696,96.4683544304,109.0253164557)}.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,.custom-control-input.is-invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before,.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.was-validated .custom-file-input:invalid~.custom-file-label,.custom-file-input.is-invalid~.custom-file-label{border-color:#dc3545}.was-validated .custom-file-input:invalid:focus~.custom-file-label,.custom-file-input.is-invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:flex;flex-flow:row wrap;align-items:center}.form-inline .form-check{width:100%}@media(min-width: 576px){.form-inline label{display:flex;align-items:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:flex;flex:0 0 auto;flex-flow:row wrap;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group,.form-inline .custom-select{width:auto}.form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}@font-face{font-family:"lightcase";src:url("/assets/fonts/lightcase.eot?55356177");src:url("/assets/fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"),url("/assets/fonts/lightcase.woff?55356177") format("woff"),url("/assets/fonts/lightcase.ttf?55356177") format("truetype"),url("/assets/fonts/lightcase.svg?55356177#lightcase") format("svg");font-weight:normal;font-style:normal}[class*=lightcase-icon-]:before{font-family:"lightcase",sans-serif;font-style:normal;font-weight:normal;speak:none;display:inline-block;text-decoration:inherit;width:1em;text-align:center;font-variant:normal;text-transform:none;line-height:1em}.lightcase-icon-play:before{content:""}.lightcase-icon-pause:before{content:""}.lightcase-icon-close:before{content:""}.lightcase-icon-prev:before{content:""}.lightcase-icon-next:before{content:""}.lightcase-icon-spin:before{content:""}@-webkit-keyframes lightcase-spin{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-o-transform:rotate(359deg);transform:rotate(359deg)}}@-moz-keyframes lightcase-spin{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-o-transform:rotate(359deg);transform:rotate(359deg)}}@-o-keyframes lightcase-spin{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-o-transform:rotate(359deg);transform:rotate(359deg)}}@-ms-keyframes lightcase-spin{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-o-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes lightcase-spin{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-moz-transform:rotate(359deg);-o-transform:rotate(359deg);transform:rotate(359deg)}}#lightcase-case{display:none;position:fixed;z-index:2002;top:50%;left:50%;font-family:arial,sans-serif;font-size:13px;line-height:1.5;text-align:left;text-shadow:0 0 10px rgba(0, 0, 0, 0.5)}@media screen and (max-width: 767px){html[data-lc-type=inline] #lightcase-case,html[data-lc-type=ajax] #lightcase-case{position:fixed !important;top:0 !important;left:0 !important;right:0 !important;bottom:0 !important;margin:0 !important;padding:55px 0 70px 0;width:100% !important;height:100% !important;overflow:auto !important}}@media screen and (min-width: 768px){html:not([data-lc-type=error]) #lightcase-content{position:relative;z-index:1;text-shadow:none;background-color:#fff;-webkit-box-shadow:0 0 30px rgba(0,0,0,.5);-moz-box-shadow:0 0 30px rgba(0,0,0,.5);-o-box-shadow:0 0 30px rgba(0,0,0,.5);box-shadow:0 0 30px rgba(0,0,0,.5);-webkit-backface-visibility:hidden}}@media screen and (min-width: 768px){html[data-lc-type=image] #lightcase-content,html[data-lc-type=video] #lightcase-content{background-color:#333}}html[data-lc-type=inline] #lightcase-content,html[data-lc-type=ajax] #lightcase-content,html[data-lc-type=error] #lightcase-content{-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none}@media screen and (max-width: 767px){html[data-lc-type=inline] #lightcase-content,html[data-lc-type=ajax] #lightcase-content,html[data-lc-type=error] #lightcase-content{position:relative !important;top:auto !important;left:auto !important;width:auto !important;height:auto !important;margin:0 !important;padding:0 !important;border:none !important;background:none !important}}html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,html[data-lc-type=error] #lightcase-content .lightcase-contentInner{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width: 767px){html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,html[data-lc-type=error] #lightcase-content .lightcase-contentInner{padding:15px}html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,html[data-lc-type=inline] #lightcase-content .lightcase-contentInner>*,html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner>*,html[data-lc-type=error] #lightcase-content .lightcase-contentInner,html[data-lc-type=error] #lightcase-content .lightcase-contentInner>*{width:100% !important;max-width:none !important}html[data-lc-type=inline] #lightcase-content .lightcase-contentInner>*:not(iframe),html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner>*:not(iframe),html[data-lc-type=error] #lightcase-content .lightcase-contentInner>*:not(iframe){height:auto !important;max-height:none !important}}@media screen and (max-width: 767px){html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe{overflow:auto;-webkit-overflow-scrolling:touch}}@media screen and (max-width: 767px)and (min-width: 768px){html[data-lc-type=image] #lightcase-content .lightcase-contentInner,html[data-lc-type=video] #lightcase-content .lightcase-contentInner{line-height:.75}}html[data-lc-type=image] #lightcase-content .lightcase-contentInner{position:relative;overflow:hidden !important}@media screen and (max-width: 767px){html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap{position:relative !important;top:auto !important;left:auto !important;width:auto !important;height:auto !important;margin:0 !important;padding:0 !important;border:none !important;background:none !important}}@media screen and (min-width: 768px){html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap{padding:30px;overflow:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}}@media screen and (max-width: 767px){#lightcase-content h1,#lightcase-content h2,#lightcase-content h3,#lightcase-content h4,#lightcase-content h5,#lightcase-content h6,#lightcase-content p{color:#aaa}}@media screen and (min-width: 768px){#lightcase-content h1,#lightcase-content h2,#lightcase-content h3,#lightcase-content h4,#lightcase-content h5,#lightcase-content h6,#lightcase-content p{color:#333}}#lightcase-case p.lightcase-error{margin:0;font-size:17px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#aaa}@media screen and (max-width: 767px){#lightcase-case p.lightcase-error{padding:30px 0}}@media screen and (min-width: 768px){#lightcase-case p.lightcase-error{padding:0}}.lightcase-open body{overflow:hidden}.lightcase-isMobileDevice .lightcase-open body{max-width:100%;max-height:100%}#lightcase-info{position:absolute;padding-top:15px}#lightcase-info #lightcase-title,#lightcase-info #lightcase-caption{margin:0;padding:0;line-height:1.5;font-weight:normal;text-overflow:ellipsis}#lightcase-info #lightcase-title{font-size:17px;color:#aaa}@media screen and (max-width: 767px){#lightcase-info #lightcase-title{position:fixed;top:10px;left:0;max-width:87.5%;padding:5px 15px;background:#333}}#lightcase-info #lightcase-caption{clear:both;font-size:13px;color:#aaa}#lightcase-info #lightcase-sequenceInfo{font-size:11px;color:#aaa}@media screen and (max-width: 767px){.lightcase-fullScreenMode #lightcase-info{padding-left:15px;padding-right:15px}html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info{position:static}}#lightcase-loading{position:fixed;z-index:9999;width:1.123em;height:auto;font-size:38px;line-height:1;text-align:center;text-shadow:none}#lightcase-loading,#lightcase-loading:focus{text-decoration:none;color:#fff;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transition:color,opacity,ease-in-out .25s;-moz-transition:color,opacity,ease-in-out .25s;-o-transition:color,opacity,ease-in-out .25s;transition:color,opacity,ease-in-out .25s}#lightcase-loading>span{display:inline-block;text-indent:-9999px}#lightcase-loading{position:fixed;z-index:2001;top:50%;left:50%;margin-top:-0.5em;margin-left:-0.5em;opacity:1;font-size:32px;text-shadow:0 0 15px #fff;-moz-transform-origin:50% 53%;-webkit-animation:lightcase-spin .5s infinite linear;-moz-animation:lightcase-spin .5s infinite linear;-o-animation:lightcase-spin .5s infinite linear;animation:lightcase-spin .5s infinite linear}a[class*=lightcase-icon-]{position:fixed;z-index:9999;width:1.123em;height:auto;font-size:38px;line-height:1;text-align:center;text-shadow:none}a[class*=lightcase-icon-],a[class*=lightcase-icon-]:focus{text-decoration:none;color:rgba(255, 255, 255, 0.6);-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-transition:color,opacity,ease-in-out .25s;-moz-transition:color,opacity,ease-in-out .25s;-o-transition:color,opacity,ease-in-out .25s;transition:color,opacity,ease-in-out .25s}a[class*=lightcase-icon-]>span{display:inline-block;text-indent:-9999px}a[class*=lightcase-icon-]:hover{color:rgb(255, 255, 255);text-shadow:0 0 15px rgb(255, 255, 255)}a[class*=lightcase-icon-]{outline:none;cursor:pointer}.lightcase-isMobileDevice a[class*=lightcase-icon-]:hover{color:#aaa;text-shadow:none}a[class*=lightcase-icon-].lightcase-icon-close{position:fixed;top:15px;right:15px;bottom:auto;margin:0;opacity:0;outline:none}a[class*=lightcase-icon-].lightcase-icon-prev{left:15px}a[class*=lightcase-icon-].lightcase-icon-next{right:15px}a[class*=lightcase-icon-].lightcase-icon-pause,a[class*=lightcase-icon-].lightcase-icon-play{left:50%;margin-left:-0.5em}@media screen and (min-width: 768px){a[class*=lightcase-icon-].lightcase-icon-pause,a[class*=lightcase-icon-].lightcase-icon-play{opacity:0}}@media screen and (max-width: 767px){a[class*=lightcase-icon-]{bottom:15px;font-size:24px}}@media screen and (min-width: 768px){a[class*=lightcase-icon-]{bottom:50%;margin-bottom:-0.5em}a[class*=lightcase-icon-]:hover,#lightcase-case:hover~a[class*=lightcase-icon-]{opacity:1}}#lightcase-overlay{display:none;width:100%;min-height:100%;position:fixed;z-index:2000;top:-9999px;bottom:-9999px;left:0;background:#333}@media screen and (max-width: 767px){#lightcase-overlay{opacity:1 !important}}@font-face{font-family:"swiper-icons";src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}@-webkit-keyframes bounce{0%{transform:translateY(0)}50%{transform:translateY(-5px)}100%{transform:translateY(0)}}@-moz-keyframes bounce{0%{transform:translateY(0)}50%{transform:translateY(-5px)}100%{transform:translateY(0)}}@-ms-keyframes bounce{0%{transform:translateY(0)}50%{transform:translateY(-5px)}100%{transform:translateY(0)}}@-o-keyframes bounce{0%{transform:translateY(0)}50%{transform:translateY(-5px)}100%{transform:translateY(0)}}@keyframes bounce{0%{transform:translateY(0)}50%{transform:translateY(-5px)}100%{transform:translateY(0)}}a[class*=lightcase-icon-]{text-decoration:none}a[class*=lightcase-icon-]:hover{text-decoration:none}#lightcase-case{font-family:"Netto OT",sans-serif;color:#000;font-weight:400;font-size:18px;line-height:32px}#lightcase-case h1,#lightcase-case h2,#lightcase-case h3,#lightcase-case h4,#lightcase-case h5,#lightcase-case h6{color:#000}.swiper{margin:0;overflow:hidden}.swiper .swiper-slide{height:auto}.swiper .swiper-navigation{display:flex;flex-direction:row;justify-content:flex-end;margin:0}.swiper .swiper-navigation .swiper-button-next,.swiper .swiper-navigation .swiper-button-prev{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="10px" height="20px" viewBox="0 0 11.623 5.761"%3E%3Cpath id="Path_632" data-name="Path 632" d="M4.471,10.623a.2.2,0,0,1-.177-.088L.05,5.45a.232.232,0,0,1,0-.287L4.316.078A.215.215,0,0,1,4.626.056a.215.215,0,0,1,.022.309L4.411.65.514,5.317l4.134,4.952a.214.214,0,0,1-.022.309A.41.41,0,0,1,4.471,10.623Z" transform="translate(0.5 5.244) rotate(-90)" stroke="%23000" fill="%23000" stroke-width="1"/%3E %3C/svg%3E');background-repeat:no-repeat;background-position:center center;display:block;width:40px;height:40px;cursor:pointer;margin:0 0 25px}.swiper .swiper-navigation .swiper-button-next.swiper-button-disabled,.swiper .swiper-navigation .swiper-button-prev.swiper-button-disabled{cursor:default;opacity:.5}.swiper .swiper-navigation .swiper-button-prev{transform:rotate(-180deg)}.swiper .swiper-pagination{display:flex;flex-direction:row;justify-content:center;height:12px;align-items:center;margin:0}.swiper .swiper-pagination .swiper-pagination-bullet{flex:0 0 6px;width:6px;height:6px;border:0;background-color:#28348b;border-radius:50%;cursor:pointer;margin:3px 5px;outline:none;transition:all .3s ease-in-out}.swiper .swiper-pagination .swiper-pagination-bullet:hover,.swiper .swiper-pagination .swiper-pagination-bullet:active{outline:none}.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{flex:0 0 12px;width:12px;height:12px;margin:0 5px}.select2-container{max-width:100%;width:100% !important}.select2-container .select2-search--dropdown .select2-search__field{border:0;border-bottom:1px solid #28348b;padding-left:10px;padding-right:10px}.select2-container .select2-search--dropdown .select2-search__field::-webkit-input-placeholder{color:#000;opacity:.5;font-style:normal}.select2-container .select2-search--dropdown .select2-search__field::-moz-placeholder{color:#000;font-style:normal;opacity:.5}.select2-container .select2-search--dropdown .select2-search__field:-ms-input-placeholder{color:#000;font-style:normal;opacity:.5}.select2-container .select2-dropdown{border:1px solid #28348b;border-radius:0}.select2-container .select2-dropdown--below{margin-top:-1px}.select2-container .select2-dropdown input{outline:none}.select2-container .select2-dropdown input:focus{outline:none}.select2-container .select2-selection{height:auto;border:0;padding:10px 30px 10px 0;border-bottom:1px solid #28348b;border-radius:0}.select2-container .select2-selection:focus{outline:none}.select2-container .select2-selection .select2-selection{color:#000;font-weight:700}.select2-container .select2-selection .select2-selection__arrow{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="10px" height="10px" viewBox="0 0 11.623 5.761"%3E%3Cpath id="Path_632" data-name="Path 632" d="M4.471,10.623a.2.2,0,0,1-.177-.088L.05,5.45a.232.232,0,0,1,0-.287L4.316.078A.215.215,0,0,1,4.626.056a.215.215,0,0,1,.022.309L4.411.65.514,5.317l4.134,4.952a.214.214,0,0,1-.022.309A.41.41,0,0,1,4.471,10.623Z" transform="translate(0.5 5.244) rotate(-90)" stroke="%23000" fill="%23000" stroke-width="1"/%3E %3C/svg%3E');background-repeat:no-repeat;background-position:center center;position:absolute;top:50%;right:10px;width:10px;height:10px;margin:-5px 0 0}.select2-container .select2-selection .select2-selection__arrow b{display:none}.select2-container .select2-selection .select2-selection__clear{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="8px" height="8px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: %23000;%7D%3C/style%3E%3Cpath class="st0" d="M12.5,10l7-7c0.7-0.7,0.7-1.8,0-2.5s-1.8-0.7-2.5,0l-7,7l-7-7c-0.7-0.7-1.8-0.7-2.5,0s-0.7,1.8,0,2.5l7,7l-7,7c-0.7,0.7-0.7,1.8,0,2.5C0.9,19.8,1.3,20,1.8,20s0.9-0.2,1.2-0.5l7-7l7,7c0.3,0.3,0.8,0.5,1.2,0.5c0.5,0,0.9-0.2,1.2-0.5c0.7-0.7,0.7-1.8,0-2.5L12.5,10z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;width:20px;height:32px;padding:0;margin:0}.select2-container .select2-selection .select2-selection__clear span{display:none}.select2-container .select2-selection .select2-selection__rendered{font-size:18px;line-height:32px;padding:0}.select2-container .select2-results__option--highlighted.select2-results__option--selectable{background-color:#28348b}@media print{@page{size:A4;margin:.5in}}*,*::before,*::after{box-sizing:border-box;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-kerning:auto}html,body{font-family:"Netto OT",sans-serif;color:#000;font-weight:400;font-size:18px;line-height:32px;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%;background:#fff}body{display:flex;flex-direction:column}html.modal-active{overflow:hidden}@media(max-width: 991.98px){html.primary-navigation-active{overflow:hidden}}@media(max-width: 767.98px){html.filter-active{overflow:hidden}}img:not([src]){visibility:hidden}img[data-src],img[data-srcset]{display:block;min-height:1px}::-moz-selection{background-color:#bccae9}::selection{background-color:#bccae9}.search-highlight{background-color:#bccae9}iframe{display:block;max-width:100%;border:0}a,.link{color:#28348b;outline:none;text-decoration:none}a:hover,a:focus,.link:hover,.link:focus{color:#000;outline:none;text-decoration:underline}a[href^=tel]{color:inherit;text-decoration:none}.date-label{background:#000;color:#fff;font-size:14px;line-height:14px;font-weight:700;text-align:left;padding:5px 10px}p,blockquote,ul,ol,h1,h2,h3,h4,h5,h6,form,table,section,aside,article,dl,hr,figure{margin:0 0 25px}.table-wrapper{width:100%;margin:0 0 25px;overflow-x:auto}.table-wrapper table{margin:0}table{width:100%;border-collapse:collapse;margin:0 0 25px}@media(max-width: 575.98px){table tr th,table tr td{min-width:200px}}table.table--online-access{border:1px solid #28348b;padding:0 10px}table.table--online-access tr{border-bottom:1px solid #28348b}table.table--online-access tr:last-of-type{border-bottom:0}table.table--online-access tr th,table.table--online-access tr td{vertical-align:middle}table.table--online-access tr td{padding:5px 15px}table.table--online-access tr td:last-of-type{padding:5px 0}table.table--online-access .icon--delete{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="15px" height="15px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: %2328348b;%7D%3C/style%3E%3Cpath class="st0" d="M12.5,10l7-7c0.7-0.7,0.7-1.8,0-2.5s-1.8-0.7-2.5,0l-7,7l-7-7c-0.7-0.7-1.8-0.7-2.5,0s-0.7,1.8,0,2.5l7,7l-7,7c-0.7,0.7-0.7,1.8,0,2.5C0.9,19.8,1.3,20,1.8,20s0.9-0.2,1.2-0.5l7-7l7,7c0.3,0.3,0.8,0.5,1.2,0.5c0.5,0,0.9-0.2,1.2-0.5c0.7-0.7,0.7-1.8,0-2.5L12.5,10z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;width:40px;height:40px}table.table--online-access .icon--edit{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="22px" height="22px" viewBox="0 0 32 32" x="0px" y="0px"%3E%3Cpath d="M25.115,3.865a3,3,0,0,0-4.242,0l-3.7,3.7L3.864,20.874a.994.994,0,0,0-.289.616L2.99,27.924a1,1,0,0,0,1,1.09c.03,0,.06,0,.09,0l6.434-.585a.994.994,0,0,0,.616-.289l13.306-13.3,3.7-3.7a3,3,0,0,0,0-4.242ZM9.968,26.466,5.09,26.91l.444-4.878L17.876,9.689l4.435,4.435ZM26.721,9.713l-3,3L19.291,8.275l3-3a1,1,0,0,1,1.414,0l3.02,3.02A1,1,0,0,1,26.721,9.713Z" fill="%2328348b"%3E%3C/path%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;width:40px;height:40px}table.table--online-access .actions{align-items:center;display:flex;justify-content:end}table.table--online-access .actions form{margin-bottom:0}table.table--online-access .actions button{color:#28348b;font-size:14px;text-transform:lowercase;display:flex;flex-wrap:wrap;justify-content:center;align-items:center}table.table--online-access .actions button:hover,table.table--online-access .actions button:active{text-decoration:underline}table.table--online-access .actions button:hover .icon--delete,table.table--online-access .actions button:active .icon--delete{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="15px" height="15px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: %2328348b;%7D%3C/style%3E%3Cpath class="st0" d="M12.5,10l7-7c0.7-0.7,0.7-1.8,0-2.5s-1.8-0.7-2.5,0l-7,7l-7-7c-0.7-0.7-1.8-0.7-2.5,0s-0.7,1.8,0,2.5l7,7l-7,7c-0.7,0.7-0.7,1.8,0,2.5C0.9,19.8,1.3,20,1.8,20s0.9-0.2,1.2-0.5l7-7l7,7c0.3,0.3,0.8,0.5,1.2,0.5c0.5,0,0.9-0.2,1.2-0.5c0.7-0.7,0.7-1.8,0-2.5L12.5,10z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}table.table--online-access .actions button:hover .icon--edit,table.table--online-access .actions button:active .icon--edit{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="22px" height="22px" viewBox="0 0 32 32" x="0px" y="0px"%3E%3Cpath d="M25.115,3.865a3,3,0,0,0-4.242,0l-3.7,3.7L3.864,20.874a.994.994,0,0,0-.289.616L2.99,27.924a1,1,0,0,0,1,1.09c.03,0,.06,0,.09,0l6.434-.585a.994.994,0,0,0,.616-.289l13.306-13.3,3.7-3.7a3,3,0,0,0,0-4.242ZM9.968,26.466,5.09,26.91l.444-4.878L17.876,9.689l4.435,4.435ZM26.721,9.713l-3,3L19.291,8.275l3-3a1,1,0,0,1,1.414,0l3.02,3.02A1,1,0,0,1,26.721,9.713Z" fill="%2328348b"%3E%3C/path%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}table.table--online-access .actions .separator{color:#28348b}table.table--online-access .actions .divider{color:#28348b;padding:0 5px}hr{width:100%;border:0;height:1px;background:#bccae9}.table--summary tr td{width:50%}.table--summary tr td:first-of-type{font-weight:bold}ul,ol{padding:0;list-style-type:none}img{height:auto;max-width:100%}img[loading]{width:auto}.image-label{background:rgba(40,52,139,.8);color:#fff;padding:3px 10px 4px;text-align:center;font-size:12px;line-height:23px}.small{font-size:12px;line-height:normal}.img-circle{border-radius:50%;overflow:hidden}.info-source{color:#777;font-size:14px;line-height:26px}.print-only{display:none}[data-animate].is-loaded>*{transform:translateY(100px);visibility:hidden;opacity:0;transition:transform 1s ease-in-out,visibility 1s ease-in-out,opacity 1s ease-in-out}[data-animate].is-loaded.is-visible>*{transform:translateY(0);visibility:visible;opacity:1}.location-image--hidden{display:none}.info{display:block;font-style:italic;margin:0 0 25px;color:#000}.video-wrapper{text-align:center;margin:0 0 25px}.video-wrapper__inner{position:relative;display:block;padding:25px 0 56.25%;height:0}.video-wrapper__inner iframe{position:absolute;top:0;left:0;width:100%;height:100%}.icon{display:inline-block;height:40px;width:40px}.icon--check{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="40px" height="40px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%2328348b;%7D%3C/style%3E%3Cpath class="st0" d="M17.1,2l-1.4,1.4l-8.8,8.9L4.2,10L2.7,8.7L0,11.8l1.5,1.4l4.1,3.6L7,18L20,4.9L17.1,2z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.icon--phone{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="14px" height="14px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: %23fff;%7D%3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class="st0" d="M18.3,15.4L15,12.2c-0.3-0.3-0.7-0.3-1,0l-1.2,1.1l4.2,4.2l1.2-1.1C18.6,16.1,18.6,15.7,18.3,15.4z M7.7,5.9c0.3-0.3,0.3-0.7,0-1L4.4,1.7c-0.3-0.3-0.7-0.3-1,0L2.3,2.8l4.2,4.2L7.7,5.9z M12.2,14c-0.4,0.4-1.2,0.2-1.5-0.2L6,9.3C5.7,9,5.4,8.2,5.7,7.8l0,0L1.6,3.7C1,7.1,2.4,10.9,5.7,14.3c3.3,3.3,7.3,4.7,10.6,4.1L12.2,14L12.2,14z"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.icon--instagram{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18px" height="18px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: %23fff;%7D %3C/style%3E%3Cg%3E%3Cpath class="st0" d="M15.4,5.7c0,0.6-0.5,1-1,1c-0.6,0-1-0.5-1-1s0.5-1,1-1C14.9,4.6,15.4,5.1,15.4,5.7"/%3E%3Cg%3E%3Cpath class="st0" d="M18.4,6.5c0-0.9-0.2-1.5-0.4-2.1c-0.2-0.6-0.5-1-0.9-1.5c-0.5-0.5-0.9-0.8-1.5-0.9c-0.6-0.2-1.1-0.4-2.1-0.4c-0.8-0.1-1.2-0.1-3.5-0.1c-2.3,0-2.6,0-3.5,0.1C5.6,1.6,5,1.8,4.4,2c-0.6,0.2-1,0.5-1.5,0.9S2.2,3.9,2,4.4C1.8,5,1.6,5.6,1.6,6.5S1.5,7.7,1.5,10s0,2.6,0.1,3.5c0,0.9,0.2,1.5,0.4,2.1c0.2,0.6,0.5,1,0.9,1.5c0.5,0.5,0.9,0.8,1.5,0.9c0.6,0.2,1.1,0.4,2.1,0.4s1.2,0.1,3.5,0.1s2.6,0,3.5-0.1c0.9,0,1.5-0.2,2.1-0.4c0.6-0.2,1-0.5,1.5-0.9c0.5-0.5,0.8-0.9,0.9-1.5c0.2-0.6,0.4-1.1,0.4-2.1c0-0.9,0.1-1.2,0.1-3.5C18.5,7.7,18.5,7.4,18.4,6.5z M16.9,13.4c0,0.8-0.2,1.3-0.3,1.6c-0.2,0.4-0.4,0.7-0.7,0.9c-0.3,0.3-0.6,0.5-0.9,0.7c-0.3,0.1-0.8,0.3-1.6,0.3c-0.9,0-1.1,0.1-3.4,0.1s-2.5,0-3.4-0.1c-0.8,0-1.3-0.2-1.6-0.3C4.6,16.4,4.3,16.2,4,16c-0.3-0.3-0.5-0.6-0.7-0.9c-0.1-0.3-0.3-0.8-0.3-1.6C3.1,12.6,3,12.3,3,10c0-2.3,0-2.5,0.1-3.4c0-0.8,0.2-1.3,0.3-1.6C3.6,4.6,3.8,4.3,4,4S4.6,3.6,5,3.4c0.3-0.1,0.8-0.3,1.6-0.3C7.4,3,7.7,3,10,3s2.6,0,3.4,0.1c0.8,0,1.3,0.2,1.6,0.3c0.4,0.2,0.7,0.4,0.9,0.7c0.3,0.3,0.5,0.6,0.7,0.9c0.1,0.3,0.3,0.8,0.3,1.6S17,7.7,17,10S17,12.6,16.9,13.4z"/%3E%3Cpath class="st0" d="M10,5.7c-2.5,0-4.3,2-4.3,4.3c0,2.5,2,4.3,4.3,4.3c2.5,0,4.3-2,4.3-4.3C14.3,7.5,12.5,5.7,10,5.7 M10,12.8c-1.6,0-2.8-1.2-2.8-2.8S8.4,7.2,10,7.2s2.8,1.2,2.8,2.8S11.6,12.8,10,12.8"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.icon--linkedin{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18px" height="18px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: %23fff;%7D%3C/style%3E%3Cg%3E%3Cpath class="st0" d="M5.6,17.5V7.3H2.2v10.2H5.6L5.6,17.5z M3.9,5.9c1.2,0,1.9-0.8,1.9-1.7c0-1-0.7-1.7-1.9-1.7S2,3.3,2,4.2S2.7,5.9,3.9,5.9L3.9,5.9L3.9,5.9z"/%3E%3Cpath class="st0" d="M7.5,17.5H11v-5.7c0-0.3,0-0.6,0.1-0.8c0.2-0.6,0.8-1.2,1.8-1.2c1.2,0,1.7,0.9,1.7,2.3v5.4H18v-5.8C18,8.5,16.3,7,14.1,7c-1.9,0-2.7,1-3.1,1.7l0,0V7.2H7.6C7.6,8.2,7.5,17.5,7.5,17.5L7.5,17.5z"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.icon--email{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18px" height="18px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: %23fff;%7D%3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class="st0" d="M1,17c0-4.6,0-9.4,0-14c6,0,12,0,18,0c0,4.6,0,9.4,0,14C13,17,7,17,1,17z M17.4,4.1c-5,0-9.9,0-14.8,0c2.5,2.5,5,5.1,7.4,7.7C12.5,9.3,14.9,6.8,17.4,4.1z M7.4,10.9c-1.6,1.7-3.3,3.3-4.8,5c4.9,0,9.9,0,14.7,0c-1.6-1.7-3.3-3.3-4.8-5c-0.9,0.9-1.7,1.8-2.6,2.6C9.1,12.6,8.3,11.8,7.4,10.9z M6.6,10c-1.5-1.6-3-3.1-4.5-4.6c0,3.1,0,6.2,0,9.3C3.6,13.1,5.1,11.6,6.6,10z M17.9,5.4c-1.5,1.6-3,3.1-4.5,4.6c1.5,1.6,3,3.1,4.5,4.6C17.9,11.6,17.9,8.4,17.9,5.4z"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.icon--account{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="19px" height="19px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%23fff;%7D.st1%7Bfill:transparent;%7D%3C/style%3E%3Cg transform="translate(-248.369 -412.045)"%3E%3Cpath class="st1" d="M258.5,423.8c3.2,0.1,5.8,2.7,5.9,5.9c0,0.9-2.8,1.7-6,1.7c-3.2,0-5.8-1-5.7-1.7c-0.1-3.2,2.5-5.8,5.6-5.9C258.3,423.8,258.4,423.8,258.5,423.8z"/%3E%3Cpath class="st0" d="M260.3,431.9c0.2,0,0.3-0.1,0.5-0.1c0.1,0,0.2,0,0.3-0.1c5.3-1.5,8.4-7,6.9-12.3c-1.5-5.3-7-8.4-12.3-6.9c-5.3,1.5-8.4,7-6.9,12.3c0.9,3.4,3.6,6,6.9,6.9c0.1,0,0.1,0,0.2,0c0.2,0.1,0.4,0.1,0.6,0.1c0.2,0,0.4,0.1,0.5,0.1c0.1,0,0.2,0,0.4,0c0.3,0,0.6,0,1,0h0c0.3,0,0.7,0,1-0.1c0.1,0,0.1,0,0.2,0C259.8,431.9,260,431.9,260.3,431.9z M259.6,430.3c-0.3,0-0.7,0.1-1,0.1c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0-0.2,0c-0.3,0-0.7,0-1-0.1c-0.1,0-0.2,0-0.3,0c-1.3-0.2-2.6-0.8-3.6-1.6c0.3-2.8,2.9-4.8,5.7-4.4c2.3,0.3,4.1,2.1,4.4,4.4c-1,0.8-2.3,1.4-3.6,1.6C259.7,430.2,259.6,430.3,259.6,430.3L259.6,430.3z M250.1,422c0-4.6,3.7-8.3,8.3-8.3c4.6,0,8.3,3.7,8.3,8.3c0,1.9-0.6,3.7-1.8,5.2c-1.1-3.6-4.8-5.6-8.4-4.5c-2.2,0.7-3.9,2.4-4.5,4.5C250.7,425.8,250.1,423.9,250.1,422L250.1,422z"/%3E%3Ccircle class="st1" cx="258.5" cy="419" r="2.7"/%3E%3Cpath class="st0" d="M258.4,421.6c1.7,0,3-1.4,3-3c0-1.7-1.4-3-3-3c-1.7,0-3,1.4-3,3C255.4,420.2,256.7,421.6,258.4,421.6z M258.4,417.2c0.7,0,1.3,0.6,1.3,1.3c0,0.7-0.6,1.3-1.3,1.3c-0.7,0-1.3-0.6-1.3-1.3l0,0C257,417.8,257.6,417.2,258.4,417.2L258.4,417.2z"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.icon--zendesk{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="18px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%23000;%7D%3C/style%3E%3Cg%3E%3Cpath class="st0" d="M17.2,1H2.8C1.2,1,0,2.2,0,3.7v9.7c0,1.5,1.2,2.7,2.8,2.7h1.1v1.9c0,0.4,0.3,0.8,0.8,0.9c0,0,0,0,0.1,0c0.2,0,0.3-0.1,0.5-0.1l3.7-2.6h8.4c1.5,0,2.7-1.2,2.7-2.7V3.7C20,2.2,18.8,1,17.2,1z M17.2,14.6H8.6c-0.2,0-0.3,0.1-0.5,0.2l-2.7,1.8v-1.3c0-0.4-0.4-0.7-0.8-0.7H2.8c-0.6,0-1.1-0.5-1.1-1.1V3.7c0-0.6,0.5-1.1,1.1-1.1h14.5c0.6,0,1.1,0.5,1.1,1.1l0,9.7C18.4,14.1,17.9,14.6,17.2,14.6z"/%3E%3Cpath class="st0" d="M10,3.8L10,3.8c-1.6,0-2.9,1.3-2.9,2.8c0,0.4,0.4,0.8,0.8,0.8c0.4,0,0.7-0.3,0.8-0.6h0V6.6C8.8,6,9.4,5.5,10,5.5c0.6,0,1.1,0.5,1.1,1.2c0,0,0,0,0,0c0,0.4-0.2,0.8-0.6,1c-0.8,0.5-1.4,1-1.4,2.1v0.4c0,0.5,0.4,0.8,0.8,0.8h0c0.4,0,0.8-0.4,0.8-0.8V9.7c0-0.3,0.2-0.5,0.4-0.6c1.4-0.7,2-2.3,1.3-3.7C12.1,4.4,11.1,3.8,10,3.8z"/%3E%3Cpath class="st0" d="M10,11.5C10,11.5,10,11.5,10,11.5c-0.3,0-0.5,0.1-0.6,0.3c-0.2,0.2-0.2,0.4-0.2,0.7c0,0.5,0.4,0.9,0.9,0.9h0c0.5,0,0.9-0.4,0.9-0.9C10.9,11.9,10.5,11.5,10,11.5z"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.icon--close{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="10px" height="10px" viewBox="0 0 12.15 12.151"%3E%3Cg id="Group_751" data-name="Group 751" transform="translate(-225.925 -26.925)"%3E%3Cpath id="Path_1459" data-name="Path 1459" d="M3011-26l9.322,9.322" transform="translate(-2783.661 54.339)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-width="2"/%3E%3Cpath id="Path_1460" data-name="Path 1460" d="M3011-16.678,3020.322-26" transform="translate(-2783.661 54.339)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-width="2"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;width:10px;height:10px}.icon--tag{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16px" height="11px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%2328348b;%7D%3C/style%3E%3Cpath class="st0" d="M14.3,17H2.8C1.3,17,0,15.7,0,14.1V5.9C0,4.3,1.3,3,2.8,3h11.4c0.9,0,1.8,0.5,2.3,1.2l2.9,4.1c0.7,1,0.7,2.4,0,3.4l-2.9,4.1C16.1,16.5,15.2,17,14.3,17z M2.8,4.9c-0.5,0-1,0.4-1,1v8.2c0,0.5,0.4,1,1,1h11.4c0.3,0,0.6-0.2,0.8-0.4l2.9-4.1c0.2-0.3,0.2-0.8,0-1.1l-2.9-4.1c-0.2-0.3-0.5-0.4-0.8-0.4L2.8,4.9z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;width:16px;height:11px}.icon--clock{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%2328348b;%7D%3C/style%3E%3Cg transform="translate(-160 -240)"%3E%3Cg%3E%3Cg transform="translate(-101.252 -232.858)"%3E%3Cpath class="st0" d="M271.3,472.9c-5.5,0-10,4.5-10,10c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C281.2,477.3,276.8,472.9,271.3,472.9z M271.3,491c-4.5,0-8.1-3.6-8.1-8.1c0-4.5,3.6-8.1,8.1-8.1c4.5,0,8.1,3.6,8.1,8.1c0,0,0,0,0,0C279.4,487.3,275.7,491,271.3,491z"/%3E%3Cpath class="st0" d="M276,479.6c-0.2,0-0.4,0.1-0.6,0.2l-3.2,2.4V477c0-0.5-0.4-0.9-0.9-0.9c-0.5,0-0.9,0.4-0.9,0.9l0,0v6.9c0,0.5,0.4,0.9,0.9,0.9c0,0,0,0,0,0h0c0.2,0,0.4-0.1,0.6-0.2l4.7-3.5c0.4-0.3,0.5-0.9,0.2-1.3C276.6,479.7,276.3,479.6,276,479.6L276,479.6z"/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;width:16px;height:16px}.icon--bookmark{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12px" height="16px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%2328348b;%7D%3C/style%3E%3Cg transform="translate(-640 -240)"%3E%3Cpath class="st0" d="M657.7,241c0-0.6-0.5-1-1.1-1h-13.4c-0.5,0.1-1,0.5-1,1.1v17.4c-0.1,0.8,0.5,1.5,1.3,1.5h0.2c0.2,0,0.4-0.1,0.5-0.2l5.7-3.3l5.7,3.3c0.2,0.1,0.3,0.1,0.5,0.2h0.1c0.7,0,1.4-0.6,1.4-1.3C657.8,258.6,657.7,241,657.7,241z M655.6,242.1v15.2l-5.1-3c-0.3-0.2-0.7-0.2-1.1,0l-5.1,3v-15.2L655.6,242.1z"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;width:12px;height:16px}.icon--pdf{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="13px" height="19px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%2328348b;%7D%3C/style%3E%3Cg transform="translate(-880 -251)"%3E%3Cg transform="translate(-127.055 -18.965)"%3E%3Cpath class="st0" d="M1015.3,278.8c-0.3-0.2-0.6-0.3-0.9-0.3h-1v3h0.6v-0.8h0.4c0.3,0,0.6-0.1,0.9-0.3c0.2-0.2,0.3-0.5,0.3-0.8C1015.6,279.3,1015.5,279,1015.3,278.8z M1014.9,280c-0.1,0.1-0.3,0.1-0.4,0.1h-0.4v-1h0.3c0.2,0,0.3,0,0.4,0.1c0.1,0.1,0.2,0.2,0.1,0.4C1015,279.8,1015,279.9,1014.9,280L1014.9,280z"/%3E%3Cpath class="st0" d="M1018,281.1c0.3-0.3,0.4-0.7,0.4-1.1c0-0.4-0.1-0.8-0.4-1.1c-0.3-0.3-0.7-0.4-1.1-0.4h-1v3h0.9C1017.2,281.6,1017.6,281.4,1018,281.1z M1016.5,279.1h0.3c0.3,0,0.5,0.1,0.7,0.2c0.2,0.2,0.2,0.4,0.2,0.7c0,0.2-0.1,0.5-0.2,0.7l0,0c-0.2,0.2-0.4,0.2-0.6,0.2h-0.4L1016.5,279.1z"/%3E%3Cpath class="st0" d="M1020.5,279.1v-0.6h-1.9v3h0.6v-1.2h1.2v-0.6h-1.2v-0.6L1020.5,279.1z"/%3E%3Cpath class="st0" d="M1023.1,274l-3.6-3.6c-0.3-0.3-0.7-0.4-1.1-0.4h-6.4c-0.8,0-1.5,0.7-1.5,1.5v14.1c0,0.8,0.7,1.5,1.5,1.5h2.9v-1.3h-2.9c-0.1,0-0.2-0.1-0.2-0.2v-14.1c0-0.1,0-0.1,0.1-0.1c0,0,0.1-0.1,0.1-0.1h6v2.7c0,0.9,0.7,1.5,1.5,1.5h2.7v10.1c0,0.1-0.1,0.2-0.2,0.2h-3v1.3h3c0.8,0,1.5-0.7,1.5-1.5v-10.6C1023.6,274.7,1023.4,274.3,1023.1,274z M1019.6,274.2c-0.1,0-0.2-0.1-0.2-0.2v-1.9l2.1,2.1H1019.6z"/%3E%3Cpath class="st0" d="M1017.8,283.6h-1.6v4.3h-1.2l2,2l2-2h-1.2L1017.8,283.6z"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;width:13px;height:19px}.icon--share{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="10px" height="13px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: %2328348b;%7D%3C/style%3E%3Cpath class="st0" d="M14.8,13.7c-0.8,0-1.5,0.3-2.1,0.7l-4.7-3c0.2-0.4,0.3-0.9,0.3-1.3c0-0.4-0.1-0.8-0.3-1.2l4.7-3.3c1.4,1.1,3.4,0.8,4.5-0.5s0.8-3.3-0.6-4.4c-0.6-0.4-1.3-0.7-2-0.7c-1.8,0-3.2,1.4-3.2,3.1c0,0,0,0,0,0c0,0.4,0.1,0.7,0.2,1L7,7.6C6.5,7.2,5.9,7,5.2,7C3.4,7,2,8.4,2,10.1s1.4,3.1,3.2,3.1c0.6,0,1.2-0.2,1.7-0.5l4.8,3.1c-0.1,0.3-0.2,0.6-0.1,1c0,1.7,1.4,3.1,3.2,3.1c1.8,0,3.2-1.4,3.2-3.1C18,15.1,16.6,13.7,14.8,13.7L14.8,13.7z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;width:10px;height:13px}.icon--date{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="14px" height="14px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%2328348b;%7D%3C/style%3E%3Cpath class="st0" d="M17.2,2.1h-1.7V1c0-0.5-0.4-1-1-1c-0.6,0-1,0.4-1,1v1.1h-7V1c0-0.5-0.4-1-1-1s-1,0.4-1,1v1.1H2.8C1.3,2.1,0,3.3,0,4.8v12.5c0,0.7,0.3,1.4,0.8,1.9c0.5,0.5,1.2,0.8,2,0.8h14.4c1.5,0,2.8-1.2,2.8-2.7V4.8C20,3.3,18.7,2.1,17.2,2.1z M2,10.3h16v7c0,0.4-0.4,0.8-0.8,0.8l-14.4,0c-0.4,0-0.8-0.3-0.8-0.8V10.3z M5.5,5.8c0.6,0,1-0.4,1-1V4h7v0.9c0,0.5,0.4,1,1,1c0.6,0,1-0.4,1-1V4h1.7C17.6,4,18,4.3,18,4.8v3.6H2V4.8C2,4.3,2.4,4,2.8,4h1.7v0.9C4.5,5.4,4.9,5.8,5.5,5.8z M2.8,19.9L2.8,19.9L2.8,19.9L2.8,19.9z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;width:14px;height:14px}.icon--marker{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="17px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%2328348b;%7D%3C/style%3E%3Cg%3E%3Cpath class="st0" d="M10.1,5.1c-1.6,0-3,1.3-3,3c0,1.6,1.3,3,3,3c1.6,0,3-1.3,3-3S11.8,5.1,10.1,5.1L10.1,5.1z M10.1,9.7C9.3,9.7,8.4,9,8.4,8.1s0.7-1.6,1.6-1.6s1.6,0.7,1.6,1.6c0,0.4-0.2,0.8-0.5,1.1C11,9.5,10.6,9.7,10.1,9.7z"/%3E%3Cpath class="st0" d="M10.2,0H10C5.5,0.1,2,3.7,2,8.2c0,1.8,0.6,3.5,1.7,4.9l0,0l5.7,6.7l0,0c0.3,0.3,0.7,0.3,1,0l0,0l5.8-6.7l0,0c2.7-3.5,2.1-8.6-1.4-11.4C13.6,0.6,11.9,0,10.2,0L10.2,0z M15.3,12.2l-5.3,6l-5.2-6C2.5,9.3,3,5.1,5.9,2.8s7.2-1.7,9.4,1.2C17.2,6.4,17.2,9.8,15.3,12.2L15.3,12.2z"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;width:18px;height:21px}.icon--degree{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%2328348b;%7D%3C/style%3E%3Cpath class="st0" d="M19.9,16.5c-0.1-0.1-0.2-0.1-0.3-0.1h-2.3l0-12.7c0,0,0,0,0,0V2.3C17.3,1,16.3,0,15,0h-2.6c-0.1,0-0.2,0-0.2,0H8.7C8.7,0,8.6,0,8.5,0H2.3C1,0,0,1,0,2.3v0.9c0,0.3,0.2,0.5,0.5,0.5h3.2v14.1c0,1.2,0.9,2.2,2.1,2.2c0.1,0,0.3,0,0.4,0h11.5c0,0,0.1,0,0.1,0c1.3,0,2.3-1,2.3-2.3l0-0.9C20,16.7,20,16.6,19.9,16.5L19.9,16.5z M9.1,0.9h2.7v6.6l-1-1c-0.2-0.2-0.5-0.2-0.6,0l-1,1L9.1,0.9z M3.6,2.7H0.9V2.3c0-0.8,0.6-1.4,1.4-1.4s1.4,0.6,1.4,1.4L3.6,2.7z M7.6,16.4L7.6,16.4c-0.1,0-0.1,0.1-0.2,0.1l0,0l0,0c0,0-0.1,0.1-0.1,0.2c0,0,0,0.1,0,0.2l0,0.9c0,0.7-0.5,1.2-1.2,1.3H5.9c-0.8,0-1.4-0.6-1.4-1.4c0,0,0,0,0,0V2.3c0-0.5-0.2-1-0.5-1.4h4.1v7.7c0,0.3,0.2,0.5,0.5,0.5C8.8,9.1,8.9,9,9,9l1.5-1.5L12,9c0.2,0.2,0.5,0.2,0.6,0c0.1-0.1,0.1-0.2,0.1-0.3V0.9H15c0.8,0,1.4,0.6,1.4,1.4l0,14.1H7.7C7.7,16.3,7.6,16.4,7.6,16.4L7.6,16.4L7.6,16.4z M19.1,17.7c0,0.7-0.5,1.3-1.3,1.4c0,0-0.1,0-0.1,0h-10c0.3-0.4,0.4-0.9,0.4-1.3l0-0.5h8.5c0,0,0.1,0,0.1,0c0,0,0.1,0,0.1,0h2.2L19.1,17.7z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;width:20px;height:20px}.icon--author{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="14px" height="16px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%2328348b;%7D%3C/style%3E%3Cpath class="st0" d="M12.6,8.8c2.2-1.5,2.7-4.5,1.3-6.7S9.5-0.7,7.4,0.8S4.6,5.3,6.1,7.5C6.4,8,6.9,8.5,7.4,8.8c-3.5,1-5.9,4.3-5.9,8v2.6c0,0.4,0.3,0.6,0.6,0.6h15.7c0.3,0,0.6-0.3,0.6-0.6c0,0,0,0,0,0v-2.6C18.5,13.1,16.1,9.8,12.6,8.8z M6.5,4.8c0-1.9,1.5-3.5,3.5-3.5c1.9,0,3.5,1.6,3.5,3.5S11.9,8.3,10,8.3h0C8.1,8.3,6.5,6.8,6.5,4.8C6.5,4.8,6.5,4.8,6.5,4.8z M17.2,18.7H2.7v-2c0-3.9,3.1-7,6.9-7h0.8c3.8,0,6.9,3.1,6.9,7L17.2,18.7z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;width:15px;height:17px}.icon--author-alt{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="14px" height="16px" viewBox="0 0 34.172 40.393"%3E%3Cg id="Group_1383" data-name="Group 1383" transform="translate(-188.996 -2919.737)"%3E%3Cstyle%3E.st0%7Bfill:%2328348b;%7D%3C/style%3E%3Cpath id="Path_1776" data-name="Path 1776" d="M17.086,0c9.432,0,17.267,8.7,17.079,17.079.006,2.608-8.065,5.095-17.5,5.095S-.271,19.238.008,17.079C-.344,7.5,7.654,0,17.086,0Z" transform="translate(189 2937.957)" fill="%236eb6cd"/%3E %3Cellipse id="Ellipse_178" data-name="Ellipse 178" cx="7.758" cy="7.42" rx="7.758" ry="7.42" transform="translate(198.326 2919.737)" fill="%236eb6cd"/%3E %3C/g%3E %3C/svg%3E');background-repeat:no-repeat;background-position:center center;width:15px;height:17px}.icon--delete{background-repeat:no-repeat;background-position:center center;width:40px;height:40px}.icon--colorectaalcarcinoom{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="17px" height="22px" viewBox="0 0 16.753 22.337"%3E%3Cpath id="Path_1554" data-name="Path 1554" d="M1088.413,136.165a3.4,3.4,0,0,0,1.379-2.22,3.49,3.49,0,0,0-.977-3.029,3.323,3.323,0,0,0-.374-.335,3.49,3.49,0,0,0-2.094-6.282h-2.74a.75.75,0,0,1-.75-.751V122.9a.7.7,0,0,0-.7-.7h-3.141a.7.7,0,0,0-.7.7v.7a4.864,4.864,0,0,0,1.466,3.49h-3.211a3.49,3.49,0,0,0-2.094,6.282,3.49,3.49,0,0,0,2.094,6.282h3.211a4.864,4.864,0,0,0-1.466,3.49v.7a.7.7,0,0,0,.7.7h3.141a.7.7,0,0,0,.7-.7V143.2a.75.75,0,0,1,.75-.75h2.74a3.49,3.49,0,0,0,2.066-6.282Zm-2.066,4.886h-2.74a2.15,2.15,0,0,0-2.147,2.094h-1.745a3.492,3.492,0,0,1,3.49-3.49H1086a.7.7,0,0,0,0-1.4h-9.424a2.094,2.094,0,1,1,0-4.188H1086a.7.7,0,0,0,0-1.4h-9.424a2.094,2.094,0,1,1,0-4.188H1086a.7.7,0,0,0,0-1.4h-2.792a3.492,3.492,0,0,1-3.49-3.49h1.745a2.151,2.151,0,0,0,2.147,2.094h2.74a2.094,2.094,0,0,1,0,4.188h-9.772a.7.7,0,0,0,0,1.4h9.772a2.094,2.094,0,0,1,2.066,2.443,2.161,2.161,0,0,1-2.164,1.745h-9.675a.7.7,0,0,0,0,1.4h9.772a2.094,2.094,0,0,1,0,4.188Z" transform="translate(-1073.084 -122.205)" fill="%23d1d1d1"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.icon--longcarcinoom{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18px" height="18px" viewBox="0 0 17.5 17.523"%3E%3Cg id="Group_1231" data-name="Group 1231" transform="translate(-1050.136 -256.55)"%3E%3Cpath id="Path_1555" data-name="Path 1555" d="M1052.03,282.46a1.123,1.123,0,0,1-.365-.069c-.438-.15-1.029-.6-1.278-1.88v-.047a29.95,29.95,0,0,1-.168-6.111,10.511,10.511,0,0,1,.956-4.264,8.3,8.3,0,0,1,3.318-3.285l.135-.077h.158a1.825,1.825,0,0,1,1.975,1.658l.635,7.21a5.3,5.3,0,0,1-.778,3.581,8.883,8.883,0,0,1-1.789,1.661c-1.541,1.26-2.27,1.624-2.8,1.624Zm-.208-2.19a1.7,1.7,0,0,0,.267.73,17.187,17.187,0,0,0,3.318-2.6,3.886,3.886,0,0,0,.537-2.628l-.635-7.29a.358.358,0,0,0-.274-.329,6.692,6.692,0,0,0-2.556,2.614,8.74,8.74,0,0,0-.8,3.7,28.476,28.476,0,0,0,.146,5.8Z" transform="translate(0 -8.387)" fill="%23d1d1d1"/%3E%3Cpath id="Path_1556" data-name="Path 1556" d="M1096.676,264.581a.73.73,0,0,1-.73-.73V257.28a.73.73,0,0,1,1.461,0v6.571a.731.731,0,0,1-.73.73Z" transform="translate(-37.783)" fill="%23d1d1d1"/%3E%3Cpath id="Path_1557" data-name="Path 1557" d="M1113.792,282.3c-.526,0-1.256-.365-2.8-1.628a8.891,8.891,0,0,1-1.789-1.661h0a5.316,5.316,0,0,1-.774-3.592l.628-7.228a1.825,1.825,0,0,1,1.975-1.658h.157l.12.092a8.3,8.3,0,0,1,3.318,3.285,10.5,10.5,0,0,1,.956,4.263,29.948,29.948,0,0,1-.157,6.115v.047c-.249,1.278-.825,1.73-1.263,1.884h0a1.15,1.15,0,0,1-.372.08Zm-3-14.3a.358.358,0,0,0-.146.073.364.364,0,0,0-.128.248l-.635,7.243a3.9,3.9,0,0,0,.537,2.643,17.2,17.2,0,0,0,3.318,2.6,1.7,1.7,0,0,0,.267-.73,28.476,28.476,0,0,0,.146-5.79,8.917,8.917,0,0,0-.789-3.669,6.685,6.685,0,0,0-2.57-2.621Z" transform="translate(-48.036 -8.232)" fill="%23d1d1d1"/%3E%3Cpath id="Path_1558" data-name="Path 1558" d="M1088.827,296.217a.729.729,0,0,1-.365-.106l-1.752-1.044-1.741,1.044a.73.73,0,0,1-.752-1.252l2.493-1.5,2.494,1.5a.73.73,0,0,1-.376,1.358Z" transform="translate(-27.817 -30.362)" fill="%23d1d1d1"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.icon--mammacarcinoom{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="10px" height="22px" viewBox="0 0 9.664 22.203"%3E%3Cpath id="Path_1559" data-name="Path 1559" d="M1081.136,434.8a.867.867,0,0,0,.866-.866v-3.712c.107-.039.212-.08.314-.124a.866.866,0,0,0-.341-1.661.855.855,0,0,0-.344.071,4.431,4.431,0,0,1-4.661-.745,4.494,4.494,0,0,1-1.135-1.556l-.316-.969a1.923,1.923,0,0,0-.2-.431,1.952,1.952,0,0,0,.538-.412l.646-.64c.017-.017.035-.037.053-.058a28.075,28.075,0,0,0,5.66-10,.86.86,0,0,0-.079-.656.867.867,0,0,0-1.589.192,26.313,26.313,0,0,1-5.291,9.322l-.644.64c-.018.019-.033.034-.046.045h-.054a1.257,1.257,0,0,0-1.177.7,1.271,1.271,0,0,0,.4,1.648l.056.055a.4.4,0,0,1,.078.132l.343,1.051.018.043a6.215,6.215,0,0,0,1.594,2.2,6.14,6.14,0,0,0,4.062,1.533c.128,0,.256,0,.384-.012v3.351A.867.867,0,0,0,1081.136,434.8Z" transform="translate(-1073.176 -412.598)" fill="%23d1d1d1"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.icon--melanoom{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="24px" viewBox="0 0 20.273 23.516"%3E%3Cg id="Group_1232" data-name="Group 1232" transform="translate(-1076.93 -584.99)"%3E%3Cpath id="Path_1560" data-name="Path 1560" d="M1096.927,596.562l-2.057-3.123a.5.5,0,0,1-.075-.273,8.949,8.949,0,0,0-17.865.77,10.242,10.242,0,0,0,3.544,7.607.29.29,0,0,1,.1.173v4.659a1.5,1.5,0,0,0,1.388,1.512l6.987.62h.124a1.65,1.65,0,0,0,1.041-.4,1.5,1.5,0,0,0,.5-1.115v-2.85h2.032a2.184,2.184,0,0,0,2.181-2.181v-2.726h.645a1.753,1.753,0,0,0,1.462-2.676Zm-1.462,1.04h-1.19a1.1,1.1,0,0,0-1.09,1.09v3.272a.55.55,0,0,1-.545.545h-2.453a1.216,1.216,0,0,0-1.214,1.214v3.172l-6.765-.594v-4.584a1.835,1.835,0,0,0-.669-1.412,8.621,8.621,0,0,1-2.974-6.368,7.312,7.312,0,0,1,14.594-.645,2.132,2.132,0,0,0,.322.991l2.081,3.246c-.049.074-.074.074-.1.074Z" transform="translate(0 0)" fill="%23d1d1d1"/%3E%3Cpath id="Path_1561" data-name="Path 1561" d="M1123.214,620.131a.743.743,0,1,1-1.487,0,.743.743,0,1,1,1.487,0" transform="translate(-33.697 -25.874)" fill="%23d1d1d1"/%3E%3Cpath id="Path_1562" data-name="Path 1562" d="M1113.016,622.283a.793.793,0,1,1-1.585,0,.793.793,0,1,1,1.585,0" transform="translate(-25.952 -27.456)" fill="%23d1d1d1"/%3E%3Cpath id="Path_1563" data-name="Path 1563" d="M1119.216,639.184a.793.793,0,0,1-1.586,0,.793.793,0,1,1,1.586,0" transform="translate(-30.615 -40.168)" fill="%23d1d1d1"/%3E%3Cpath id="Path_1564" data-name="Path 1564" d="M1129.814,628.084a.793.793,0,0,1-1.586,0,.793.793,0,0,1,1.586,0" transform="translate(-38.587 -31.819)" fill="%23d1d1d1"/%3E%3Cpath id="Path_1565" data-name="Path 1565" d="M1119.162,628.606a1.016,1.016,0,1,1-2.032,0,1.016,1.016,0,0,1,2.032,0" transform="translate(-30.239 -32.044)" fill="%23d1d1d1"/%3E%3Cpath id="Path_1566" data-name="Path 1566" d="M1111.316,633.233a.743.743,0,0,1-1.487,0,.743.743,0,0,1,1.487,0" transform="translate(-24.747 -35.73)" fill="%23d1d1d1"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.icon--prostaatcarcinoom{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="15px" height="18px" viewBox="0 0 15.132 17.999"%3E%3Cpath id="Path_1568" data-name="Path 1568" d="M911.4,411.862a5.907,5.907,0,0,0-1.5,1.111,6.056,6.056,0,0,0-1.708,4.238,4.814,4.814,0,0,0,.069.808c.013.071.039.138.054.207a5.081,5.081,0,0,0,.151.573c0,.006.007.013.009.019a4.692,4.692,0,0,0,.746,1.349,4.519,4.519,0,0,0,.342.357c.069.071.129.149.2.213.013.013.03.022.046.035a4.435,4.435,0,0,0,1.271.786,2.413,2.413,0,0,0-.754,1.745v2.055a2.409,2.409,0,0,0,2.406,2.406h.521a2.409,2.409,0,0,0,1.1-.278l.067.937.056.782h2.561l.114-1.6a2.409,2.409,0,0,0,.847.164h.521a2.409,2.409,0,0,0,2.406-2.406v-2.055a2.415,2.415,0,0,0-.693-1.685c.043-.015.1-.026.142-.043,0,0,0,0,.007,0,.1-.039.185-.088.278-.134a4.051,4.051,0,0,0,.411-.209c.073-.045.14-.1.211-.144a4.861,4.861,0,0,0,.4-.3c.065-.056.125-.116.188-.177a4.671,4.671,0,0,0,.334-.353c.058-.069.114-.142.168-.215.093-.125.179-.254.261-.388.05-.082.1-.166.144-.252.071-.136.131-.276.189-.418.037-.09.078-.181.108-.274a4.358,4.358,0,0,0,.125-.478c.02-.086.043-.168.058-.254a4.756,4.756,0,0,0,.067-.767v0a6.03,6.03,0,0,0-3.212-5.351l-1.631-.556a5.719,5.719,0,0,0-1.023-.1h-3.391a5.86,5.86,0,0,0-1.034.1Zm2.361,13.968a.674.674,0,0,1-.5.218h-.521a.683.683,0,0,1-.683-.683V423.31a.705.705,0,0,1,.431-.646.638.638,0,0,1,.258-.058.622.622,0,0,1,.431.185,3.053,3.053,0,0,1,.711,1.758l.054.769a.685.685,0,0,1-.181.513Zm5.448-.465a.683.683,0,0,1-.683.683H918a.682.682,0,0,1-.681-.732l.054-.771a3.021,3.021,0,0,1,.745-1.788.56.56,0,0,1,.383-.155.715.715,0,0,1,.274.06.705.705,0,0,1,.431.646v2.057Zm-1.752-12.437a4.221,4.221,0,0,1,4.145,4.285v0a3.03,3.03,0,0,1-.041.487c-.009.052-.024.1-.035.151a2.862,2.862,0,0,1-.082.314c-.017.054-.041.106-.06.158a2.634,2.634,0,0,1-.129.284c-.024.047-.052.093-.078.138a2.873,2.873,0,0,1-.183.274c-.028.037-.056.071-.084.108a3.209,3.209,0,0,1-.246.261c-.026.026-.052.052-.08.075a2.953,2.953,0,0,1-.31.232l-.075.052a2.767,2.767,0,0,1-.357.181c-.028.013-.054.028-.082.039a2.93,2.93,0,0,1-.455.138l-.026.009s-.008,0-.015,0a4.707,4.707,0,0,0-.67.224c-.065.026-.123.06-.185.091a4.9,4.9,0,0,0-.453.235c-.067.041-.129.086-.194.129a4.693,4.693,0,0,0-.39.289c-.06.05-.116.1-.175.157a4.369,4.369,0,0,0-.33.332c-.034.035-.071.069-.1.1s-.058.082-.091.121c-.06.077-.118.155-.174.235s-.091.134-.134.2c-.028.045-.056.09-.082.138s-.069.118-.1.181c-.052.1-.095.2-.14.3-.024.056-.052.11-.073.166-.013.03-.024.06-.035.092a4.9,4.9,0,0,0-.151.5c-.007.028-.017.056-.024.086,0,0,0,0,0,0s0,.007,0,.009a4.763,4.763,0,0,0-1.04-2.051,4.851,4.851,0,0,0-2.506-1.551c-.032-.006-.062-.021-.095-.03a2.871,2.871,0,0,1-.381-.116c-.039-.015-.073-.039-.112-.056a2.941,2.941,0,0,1-1.648-2.126.485.485,0,0,1-.013-.056,3.148,3.148,0,0,1-.043-.515,4.335,4.335,0,0,1,1.221-3.038,4.056,4.056,0,0,1,2.926-1.247Z" transform="translate(-908.194 -411.207)" fill="%23d1d1d1"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.icon--subscription{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="14px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%2328348b;%7D%3C/style%3E%3Cg transform="translate(-3 -15.828)"%3E%3Cpath class="st0" d="M20.7,18.3H5.3C4,18.3,3,19.4,3,20.7v10.2c0,1.3,1,2.4,2.3,2.4l0,0h15.3c1.3,0,2.3-1.1,2.3-2.4l0,0V20.7C23,19.4,22,18.3,20.7,18.3C20.7,18.3,20.7,18.3,20.7,18.3z M21.7,30.9L21.7,30.9c0,0.6-0.5,1.1-1.1,1.1H5.3c-0.6,0-1.1-0.5-1.1-1.1V20.7c0-0.6,0.5-1.1,1.1-1.1h15.3c0.6,0,1.1,0.5,1.1,1.1V30.9z"/%3E%3Cpath class="st0" d="M12.8,24.4l-1.9-0.3L10,22.3C9.8,22,9.5,21.8,9.1,22c-0.1,0.1-0.2,0.2-0.3,0.3L8,24.1L6,24.4c-0.3,0.1-0.6,0.4-0.5,0.7c0,0.1,0.1,0.3,0.2,0.4L7.1,27l-0.3,2c-0.1,0.4,0.2,0.7,0.5,0.8c0.1,0,0.3,0,0.4-0.1l1.7-0.9l1.7,0.9l0,0c0.3,0.2,0.7,0,0.9-0.3c0.1-0.1,0.1-0.3,0.1-0.4l-0.3-2l1.4-1.4l0,0c0.3-0.3,0.3-0.7,0-0.9C13.1,24.5,12.9,24.4,12.8,24.4L12.8,24.4z M10.6,26.2c-0.1,0.2-0.2,0.4-0.2,0.6l0.2,1l-0.9-0.5c-0.2-0.1-0.4-0.1-0.6,0l-0.9,0.5l0.2-1l0,0c0-0.2,0-0.4-0.2-0.6l-0.7-0.7l1-0.1c0.2,0,0.4-0.2,0.5-0.4l0.4-0.9L9.9,25c0.1,0.2,0.3,0.3,0.5,0.4l1,0.1L10.6,26.2z"/%3E%3Cpath class="st0" d="M19.9,23.7h-4.7c-0.4,0-0.6,0.3-0.6,0.7c0,0.3,0.3,0.6,0.6,0.6h4.7c0.4,0,0.6-0.3,0.6-0.7C20.5,24,20.2,23.8,19.9,23.7z"/%3E%3Cpath class="st0" d="M19.9,26.6h-4.7c-0.4,0-0.6,0.3-0.6,0.7c0,0.3,0.3,0.6,0.6,0.6h4.7c0.4,0,0.6-0.3,0.6-0.7C20.5,26.9,20.2,26.6,19.9,26.6z"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;width:20px;height:14px}.icon--filter{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="13px" height="10px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%2328348b;%7D%3C/style%3E%3Cpath class="st0" d="M3.8,15C4.4,15,5,15.6,5,16.3c0,0.7-0.6,1.2-1.3,1.2H1.3c-0.7,0-1.3-0.6-1.3-1.2C0,15.6,0.6,15,1.3,15H3.8z M11.2,8.8c0.7,0,1.2,0.6,1.2,1.2c0,0.7-0.6,1.2-1.2,1.2h-10C0.6,11.2,0,10.7,0,10c0-0.7,0.6-1.2,1.3-1.2H11.2z M18.8,2.5c0.7,0,1.2,0.6,1.2,1.2S19.4,5,18.8,5H1.3C0.6,5,0,4.4,0,3.7s0.6-1.2,1.3-1.2H18.8z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;width:13px;height:10px}.icon--book{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="11px" height="12px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%2328348b;%7D%3C/style%3E%3Cpath class="st0" d="M1,16.7c0,0.5,0.4,0.8,0.8,0.8h4.9c1.1,0,2.1,0.8,2.4,1.9C9.2,19.7,9.5,20,9.9,20h0.2c0.4,0,0.7-0.3,0.8-0.6c0.3-1.1,1.3-1.9,2.4-1.9h4.9c0.5,0,0.8-0.4,0.8-0.8V4.2c0-0.5-0.4-0.8-0.8-0.8h-4.9c-0.9,0-1.8,0.3-2.5,0.8C10.8,1.9,9,0,6.7,0H5.9C5.5,0,5.1,0.4,5.1,0.8v2.5H1.8C1.4,3.3,1,3.7,1,4.2V16.7z M13.3,5h4.1v10.8h-4.1c-0.9,0-1.8,0.3-2.5,0.8V7.5C10.8,6.1,11.9,5,13.3,5z M6.7,1.7c1.4,0,2.5,1.1,2.5,2.5v9.2c-0.7-0.5-1.6-0.8-2.5-0.8L6.7,1.7z M2.6,5h2.5v8.3c0,0.5,0.4,0.8,0.8,0.8h0.8c1.4,0,2.5,1.1,2.5,2.5c-0.7-0.5-1.6-0.8-2.5-0.8H2.6V5z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;width:13px;height:14px}.icon--globe{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12px" height="12px" viewBox="0 0 19.874 19.816"%3E%3Cpath id="Path_715" data-name="Path 715" d="M382.36-27.822a9.949,9.949,0,0,0-9.937,9.938,9.92,9.92,0,0,0,9.937,9.878,9.949,9.949,0,0,0,9.937-9.938A9.92,9.92,0,0,0,382.36-27.822Zm5.857,9.937a16.263,16.263,0,0,0-.313-3.287h2.222a8.287,8.287,0,0,1,.646,3.294,7.336,7.336,0,0,1-.646,3.279H387.9A16.26,16.26,0,0,0,388.217-17.885Zm-5.125,8.244v-3.492h2.894C385.263-11.289,384.222-10.035,383.092-9.641Zm0-13.055v-3.492c1.131.394,2.171,1.648,2.894,3.492Zm3.175-2.742a9.264,9.264,0,0,1,3.086,2.742H387.6A9.6,9.6,0,0,0,386.267-25.438ZM383.092-14.6V-21.23h3.339a16.313,16.313,0,0,1,.381,3.345,15.554,15.554,0,0,1-.378,3.286Zm3.07,4.243a10.057,10.057,0,0,0,1.375-2.777H389.3A8.525,8.525,0,0,1,386.162-10.356Zm-4.534-15.832V-22.7h-2.894C379.457-24.54,380.5-25.794,381.628-26.188Zm0,13.055v3.492c-1.131-.394-2.171-1.648-2.894-3.492ZM375.417-22.7a8.517,8.517,0,0,1,3.14-2.776,10.065,10.065,0,0,0-1.375,2.776Zm1.706,9.563a9.63,9.63,0,0,0,1.33,2.743,9.278,9.278,0,0,1-3.086-2.743Zm4.505-8.039V-14.6h-3.34a16.158,16.158,0,0,1-.38-3.286,15.541,15.541,0,0,1,.378-3.287Zm-4.812,6.515h-2.222a8.287,8.287,0,0,1-.647-3.294,7.5,7.5,0,0,1,.649-3.279h2.22a16.279,16.279,0,0,0-.314,3.286A16.282,16.282,0,0,0,376.816-14.657Z" transform="translate(-372.423 27.822)" fill="%2328348b"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;width:12px;height:12px}.icon--edit{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12px" height="12px" viewBox="0 0 32 32" x="0px" y="0px"%3E%3Cpath d="M25.115,3.865a3,3,0,0,0-4.242,0l-3.7,3.7L3.864,20.874a.994.994,0,0,0-.289.616L2.99,27.924a1,1,0,0,0,1,1.09c.03,0,.06,0,.09,0l6.434-.585a.994.994,0,0,0,.616-.289l13.306-13.3,3.7-3.7a3,3,0,0,0,0-4.242ZM9.968,26.466,5.09,26.91l.444-4.878L17.876,9.689l4.435,4.435ZM26.721,9.713l-3,3L19.291,8.275l3-3a1,1,0,0,1,1.414,0l3.02,3.02A1,1,0,0,1,26.721,9.713Z" fill="%2328348b"%3E%3C/path%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;width:12px;height:12px}.icon--headache{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="23px" viewBox="0 0 19.907 22.467"%3E%3Cpath id="noun-headache-4719664" d="M28.685,12.079a.355.355,0,0,0-.048-.336l-1.985-2.7a.362.362,0,0,0-.483-.1l-2.9,1.743a5.718,5.718,0,0,0-1.12-1.323l.85-.93a.372.372,0,0,0,.082-.34.365.365,0,0,0-.241-.241l-1.113-.345,2.04-2.381a.365.365,0,0,0-.162-.58L20.422,3.478a.36.36,0,0,0-.447.2l-1.838,4.17a10.057,10.057,0,0,0-1.4.014l.06-.966a.362.362,0,0,0-.483-.36l-1.094.435.094-3.139a.365.365,0,0,0-.483-.353L11.7,4.649a.362.362,0,0,0-.225.435L12.56,9.121c-2.656,1.915-2.173,5.732-2.038,6.563a10.894,10.894,0,0,0-1.722,3c0,.449.577.85,1.719,1.207a8.08,8.08,0,0,0,.036,2.1,2.543,2.543,0,0,0,1.437,1.362,3.289,3.289,0,0,0,2.04.3v1.9a.362.362,0,0,0,.362.362h6.056a.36.36,0,0,0,.36-.4l-.22-2.347a5.588,5.588,0,0,1,1.449-2.56,7.94,7.94,0,0,0,2.231-5.706l1.611-.353a.367.367,0,0,0,.263-.241.362.362,0,0,0-.053-.345l-.71-.922,3.04-.768a.362.362,0,0,0,.263-.208Zm-4,.427a.369.369,0,0,0-.241.241.362.362,0,0,0,.056.338l.7.908-3.721.8L23.4,13.707a.36.36,0,0,0,.174-.263.355.355,0,0,0-.1-.3l-1.07-1.1L26.273,9.73l1.471,2Zm-4.81,10.6a.287.287,0,0,0,0,.1l.186,2H14.745V23.175a.365.365,0,0,0-.169-.307.36.36,0,0,0-.345-.022,2.318,2.318,0,0,1-1.932-.138,2.063,2.063,0,0,1-1.046-.886,9.791,9.791,0,0,1,0-2.144A.36.36,0,0,0,11,19.285a5.084,5.084,0,0,1-1.471-.64,19.232,19.232,0,0,1,1.666-2.671.365.365,0,0,0,.07-.28c-.041-.186-.809-3.895,1.5-5.812l.082.3a.357.357,0,0,0,.205.241.365.365,0,0,0,.316-.014l1.33-.724.98,4a.365.365,0,0,0,.34.283h.031a.365.365,0,0,0,.331-.338L16.7,8.59a9.511,9.511,0,0,1,1.135-.034.369.369,0,0,0,.027.268.36.36,0,0,0,.241.186l1.49.278L17.85,13.018a.362.362,0,0,0,.126.456.367.367,0,0,0,.2.06.357.357,0,0,0,.266-.118L21.658,9.9a5.018,5.018,0,0,1,.988,1.161l-1,.6a.357.357,0,0,0-.171.263.362.362,0,0,0,.1.3l1.055,1.084-3.586,2.038a.362.362,0,0,0,.179.676.417.417,0,0,0,.077,0l4.257-.939a7.191,7.191,0,0,1-2.06,5.083A6.1,6.1,0,0,0,19.871,23.107Zm-5.3-18.76-.094,3.139a.369.369,0,0,0,.162.316.357.357,0,0,0,.34.039l1.065-.423-.241,3.789-.524-2.144a.36.36,0,0,0-.205-.241.343.343,0,0,0-.147-.031.362.362,0,0,0-.171.043l-1.343.724L12.246,5.212Zm8.278.708-2.038,2.4a.365.365,0,0,0-.072.338.36.36,0,0,0,.241.241l1.094.338-2.562,2.8.939-2a.369.369,0,0,0,0-.319A.365.365,0,0,0,20.2,8.66l-1.5-.278,1.811-4.1Z" transform="translate(-8.8 -3.458)" fill="%2328348b"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;width:20px;height:23px}.icon--parkinson{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="23px" height="23px" viewBox="0 0 22.504 23"%3E%3Cg id="noun-parkinsons-tremors-2480266" transform="translate(-3.293 -2)"%3E%3Cpath id="Path_1807" data-name="Path 1807" d="M26.117,10a1.523,1.523,0,0,0-1.15.53,1.513,1.513,0,0,0-2.3,0,1.513,1.513,0,0,0-2.3,0,1.527,1.527,0,0,0-2.683,1v6.042A1.723,1.723,0,0,0,15,19.008V23.8a.382.382,0,0,0,.112.271l1.8,1.8V29.55a.383.383,0,0,0,.383.383h9.967a.383.383,0,0,0,.383-.383V11.533A1.535,1.535,0,0,0,26.117,10Zm.767,19.167h-9.2v-3.45a.382.382,0,0,0-.112-.271l-1.8-1.8V19.008a.958.958,0,0,1,1.917,0v2.875h.767V11.533a.767.767,0,1,1,1.533,0v8.433h.767V11.533a.767.767,0,0,1,1.533,0v8.433h.767V11.533a.767.767,0,0,1,1.533,0v8.433h.767V11.533a.767.767,0,0,1,1.533,0Z" transform="translate(-7.219 -4.933)" fill="%2328348b"/%3E%3Cpath id="Path_1808" data-name="Path 1808" d="M18,10.6h.767V9.067a2.3,2.3,0,0,1,2.3-2.3V6A3.07,3.07,0,0,0,18,9.067Z" transform="translate(-9.069 -2.467)" fill="%2328348b"/%3E%3Cpath id="Path_1809" data-name="Path 1809" d="M18.6,2A4.605,4.605,0,0,0,14,6.6h.767A3.838,3.838,0,0,1,18.6,2.767Z" transform="translate(-6.603)" fill="%2328348b"/%3E%3Crect id="Rectangle_927" data-name="Rectangle 927" width="0.767" height="0.767" transform="translate(12.764 2)" fill="%2328348b"/%3E%3Crect id="Rectangle_928" data-name="Rectangle 928" width="0.767" height="0.767" transform="translate(7.397 7.367)" fill="%2328348b"/%3E%3Cpath id="Path_1810" data-name="Path 1810" d="M46.3,10.6h.767V9.067A3.07,3.07,0,0,0,44,6v.767a2.3,2.3,0,0,1,2.3,2.3Z" transform="translate(-25.103 -2.467)" fill="%2328348b"/%3E%3Cpath id="Path_1811" data-name="Path 1811" d="M44,2v.767A3.838,3.838,0,0,1,47.833,6.6H48.6A4.605,4.605,0,0,0,44,2Z" transform="translate(-25.103)" fill="%2328348b"/%3E%3Crect id="Rectangle_929" data-name="Rectangle 929" width="0.767" height="0.767" transform="translate(17.364 2)" fill="%2328348b"/%3E%3Crect id="Rectangle_930" data-name="Rectangle 930" width="0.767" height="0.767" transform="translate(22.731 7.367)" fill="%2328348b"/%3E%3Crect id="Rectangle_931" data-name="Rectangle 931" width="0.767" height="2.683" transform="translate(21.197 14.267)" fill="%2328348b"/%3E%3Crect id="Rectangle_932" data-name="Rectangle 932" width="0.767" height="2.683" transform="translate(22.731 12.35)" fill="%2328348b"/%3E%3Cpath id="Path_1812" data-name="Path 1812" d="M10.767,47H10a3.07,3.07,0,0,0,3.067,3.067V49.3A2.3,2.3,0,0,1,10.767,47Z" transform="translate(-4.136 -27.75)" fill="%2328348b"/%3E%3Crect id="Rectangle_933" data-name="Rectangle 933" width="0.767" height="2.683" transform="translate(5.864 12.733)" fill="%2328348b"/%3E%3Crect id="Rectangle_934" data-name="Rectangle 934" width="0.767" height="2.683" transform="translate(3.947 13.883)" fill="%2328348b"/%3E%3Cpath id="Path_1813" data-name="Path 1813" d="M52.8,44.443l-1.15-1.15-.542.542.879.879-.879.879a.383.383,0,0,0,0,.542l.879.879-.879.879a.383.383,0,0,0,0,.542l1.15,1.15.542-.542-.879-.879.879-.879a.383.383,0,0,0,0-.542l-.879-.879.879-.879A.383.383,0,0,0,52.8,44.443Z" transform="translate(-29.419 -25.464)" fill="%2328348b"/%3E%3Cpath id="Path_1814" data-name="Path 1814" d="M58.8,37.443l-1.15-1.15-.542.542.879.879-.879.879a.383.383,0,0,0,0,.542l.879.879-.879.879a.383.383,0,0,0,0,.542l1.15,1.15.542-.542-.879-.879.879-.879a.383.383,0,0,0,0-.542l-.879-.879.879-.879A.383.383,0,0,0,58.8,37.443Z" transform="translate(-33.119 -21.147)" fill="%2328348b"/%3E%3Cpath id="Path_1815" data-name="Path 1815" d="M6.135,21.8l.879-.879.879.879a.383.383,0,0,0,.542,0l1.15-1.15-.542-.542-.879.879-.879-.879a.383.383,0,0,0-.542,0l-.879.879-.879-.879a.383.383,0,0,0-.542,0l-1.15,1.15.542.542.879-.879.879.879A.383.383,0,0,0,6.135,21.8Z" transform="translate(0 -11.1)" fill="%2328348b"/%3E%3Crect id="Rectangle_935" data-name="Rectangle 935" width="0.767" height="1.533" transform="translate(21.197 9.283)" fill="%2328348b"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;width:23px;height:23px}.icon--ms{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16px" height="22px" viewBox="0 0 16.496 22.373"%3E%3Cg id="noun-disease-4018910" transform="translate(-13.22 0.125)"%3E%3Cg id="Group_1425" data-name="Group 1425" transform="translate(15.221 1.089)"%3E%3Cpath id="Path_1816" data-name="Path 1816" d="M24.561,16.046a.2.2,0,0,1-.177-.088,19.652,19.652,0,0,1-2.08-3.141A4.5,4.5,0,0,1,22.238,8.9l1.836-3.849a.218.218,0,1,1,.4.177L22.658,9.077a3.935,3.935,0,0,0,.066,3.518A20.39,20.39,0,0,0,24.76,15.67a.219.219,0,0,1-.044.31A.2.2,0,0,1,24.561,16.046Z" transform="translate(-21.822 -4.923)" fill="%23fdb765" stroke="%23fdb765" stroke-width="0.25"/%3E%3C/g%3E%3Cg id="Group_1426" data-name="Group 1426" transform="translate(21.807 13.339)"%3E%3Cpath id="Path_1817" data-name="Path 1817" d="M55.711,69.079h0a.23.23,0,0,1-.177-.089l-3.894-4.845a.221.221,0,1,1,.354-.265l3.739,4.69,3.1-2.588L54.583,60.65a.221.221,0,1,1,.354-.265l4.38,5.487a.237.237,0,0,1-.022.31l-3.451,2.854A.314.314,0,0,1,55.711,69.079Z" transform="translate(-51.595 -60.295)" fill="%23fdb765" stroke="%23fdb765" stroke-width="0.25"/%3E%3C/g%3E%3Cg id="Group_1427" data-name="Group 1427" transform="translate(13.345 0)"%3E%3Cpath id="Path_1818" data-name="Path 1818" d="M16.986,22.123a.314.314,0,0,1-.133-.044l-3.429-2.854a.212.212,0,0,1-.022-.31l7.809-9.778c2.987-3.695,3.783-5.929,3.916-7.168a1.252,1.252,0,0,0-.066-.575V1.35a1.109,1.109,0,0,0-.8-.664A12.548,12.548,0,0,0,21.786.442h-.642a11.051,11.051,0,0,0-2.478.265,1.161,1.161,0,0,0-.885,1.261c.133,1.062.6,2.876,3.23,6.261a.221.221,0,1,1-.354.265c-2.7-3.473-3.186-5.354-3.318-6.46A1.616,1.616,0,0,1,18.556.288,10.608,10.608,0,0,1,21.123,0h.642A10.482,10.482,0,0,1,24.33.288a1.649,1.649,0,0,1,1.106.951l1.814,3.827a4.5,4.5,0,0,1-.066,3.916,22.047,22.047,0,0,1-2.5,3.65l-7.522,9.4a.23.23,0,0,1-.177.088Zm-3.119-3.1,3.1,2.588,7.411-9.247A21.826,21.826,0,0,0,26.808,8.8a4.009,4.009,0,0,0,.066-3.518l-1.35-2.876C25.282,3.761,24.353,6,21.543,9.447Z" transform="translate(-13.345 0)" fill="%23fdb765" stroke="%23fdb765" stroke-width="0.25"/%3E%3C/g%3E%3Cg id="Group_1428" data-name="Group 1428" transform="translate(18.155 4.049)"%3E%3Cpath id="Path_1819" data-name="Path 1819" d="M35.309,18.986a.215.215,0,0,1-.221-.177.219.219,0,0,1,.177-.243,21.12,21.12,0,0,1,3.119-.265,25.1,25.1,0,0,1,3.119.265.213.213,0,1,1-.066.42,22.961,22.961,0,0,0-3.053-.265,23.426,23.426,0,0,0-3.053.265Z" transform="translate(-35.085 -18.3)" fill="%23fdb765" stroke="%23fdb765" stroke-width="0.25"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;width:16px;height:22px}.icon--company{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="43px" height="45px" viewBox="0 0 42.441 45.409"%3E%3Cg id="noun-company-1716882" transform="translate(-61 -31.956)"%3E%3Cg id="Group_1471" data-name="Group 1471" transform="translate(61 74.4)"%3E%3Cpath id="Path_1841" data-name="Path 1841" d="M102.86,764.965H61.581a.583.583,0,0,1-.581-.581v-1.8a.583.583,0,0,1,.581-.581H102.86a.583.583,0,0,1,.581.581v1.8A.583.583,0,0,1,102.86,764.965Zm-40.7-1.163h40.116v-.64H62.163Z" transform="translate(-61 -762)" fill="%2328348b"/%3E%3C/g%3E%3Cg id="Group_1472" data-name="Group 1472" transform="translate(64.023 46.493)"%3E%3Cpath id="Path_1842" data-name="Path 1842" d="M123.523,311.064a.583.583,0,0,1-.581-.581V285.244l-3.622-1.983L114.163,287v23.482a.581.581,0,1,1-1.163,0V286.7a.581.581,0,0,1,.238-.471l5.7-4.128a.587.587,0,0,1,.622-.041l4.244,2.326a.585.585,0,0,1,.3.512v25.581A.583.583,0,0,1,123.523,311.064Z" transform="translate(-113 -281.994)" fill="%2328348b"/%3E%3C/g%3E%3Cg id="Group_1473" data-name="Group 1473" transform="translate(64.023 59.685)"%3E%3Cpath id="Path_1843" data-name="Path 1843" d="M117.415,524.786a.583.583,0,0,1-.581-.581v-13.57l-2.913,2.116a.583.583,0,1,1-.686-.942l3.837-2.791a.582.582,0,0,1,.6-.047.574.574,0,0,1,.32.517V524.2A.584.584,0,0,1,117.415,524.786Z" transform="translate(-112.996 -508.908)" fill="%2328348b"/%3E%3C/g%3E%3Cg id="Group_1474" data-name="Group 1474" transform="translate(69.721 46.493)"%3E%3Cpath id="Path_1844" data-name="Path 1844" d="M211.581,311.069a.583.583,0,0,1-.581-.581V282.581a.581.581,0,1,1,1.163,0v27.907A.583.583,0,0,1,211.581,311.069Z" transform="translate(-211 -282)" fill="%2328348b"/%3E%3C/g%3E%3Cg id="Group_1475" data-name="Group 1475" transform="translate(73.965 31.956)"%3E%3Cpath id="Path_1845" data-name="Path 1845" d="M300.511,75.563a.583.583,0,0,1-.581-.581V37.726l-4.564-4.407-10.2,8.564V49.4a.581.581,0,0,1-1.163,0V41.609a.577.577,0,0,1,.209-.448l10.814-9.07a.58.58,0,0,1,.779.029l5.116,4.942a.577.577,0,0,1,.18.419v37.5A.592.592,0,0,1,300.511,75.563Z" transform="translate(-284 -31.956)" fill="%2328348b"/%3E%3C/g%3E%3Cg id="Group_1476" data-name="Group 1476" transform="translate(89.89 49.396)"%3E%3Cpath id="Path_1846" data-name="Path 1846" d="M568.264,358.1a.583.583,0,0,1-.581-.581V335.49l-4.442-2.3-4.424,2.948a.583.583,0,1,1-.645-.971l4.709-3.14a.59.59,0,0,1,.587-.035l5.058,2.616a.58.58,0,0,1,.314.517v22.383A.576.576,0,0,1,568.264,358.1Z" transform="translate(-557.91 -331.933)" fill="%2328348b"/%3E%3C/g%3E%3Cg id="Group_1477" data-name="Group 1477" transform="translate(94.604 49.4)"%3E%3Cpath id="Path_1847" data-name="Path 1847" d="M639.581,358.163a.583.583,0,0,1-.581-.581v-25a.581.581,0,1,1,1.163,0v25A.583.583,0,0,1,639.581,358.163Z" transform="translate(-639 -332)" fill="%2328348b"/%3E%3C/g%3E%3Cg id="Group_1478" data-name="Group 1478" transform="translate(89.897 57.135)"%3E%3Cpath id="Path_1848" data-name="Path 1848" d="M561.344,483.463a.583.583,0,0,1-.581-.581v-16.3l-1.878,1a.58.58,0,1,1-.547-1.023l2.733-1.453a.57.57,0,0,1,.57.017.6.6,0,0,1,.285.5v17.267A.582.582,0,0,1,561.344,483.463Z" transform="translate(-558.031 -465.035)" fill="%2328348b"/%3E%3C/g%3E%3Cg id="Group_1479" data-name="Group 1479" transform="translate(73.964 48.409)"%3E%3Cpath id="Path_1849" data-name="Path 1849" d="M290.724,342.112a.583.583,0,0,1-.581-.581V316.642l-5.256,3.57a.582.582,0,0,1-.651-.965l6.163-4.186a.584.584,0,0,1,.6-.035.572.572,0,0,1,.308.512v25.988A.584.584,0,0,1,290.724,342.112Z" transform="translate(-283.979 -314.959)" fill="%2328348b"/%3E%3C/g%3E%3Cg id="Group_1480" data-name="Group 1480" transform="translate(84.779 31.958)"%3E%3Cpath id="Path_1850" data-name="Path 1850" d="M470.581,75.6a.583.583,0,0,1-.581-.581V32.581a.581.581,0,1,1,1.163,0V75.023A.583.583,0,0,1,470.581,75.6Z" transform="translate(-470 -32)" fill="%2328348b"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;width:43px;height:45px}.icon--particular{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="35px" height="46px" viewBox="0 0 34.806 45.711"%3E%3Cg id="noun-person-751490" transform="translate(-14.88 -956.21)"%3E%3Cpath id="Path_1856" data-name="Path 1856" d="M24.232,959.728a12.088,12.088,0,0,0-1.753,5.969c-.946.2-.984,1.027-1.045,2.082.13,1.116.536,2.658,1.507,2.946a16.251,16.251,0,0,0,2.091,4.8c1.677,2.55,4.156,4.5,7.226,4.535s5.534-1.907,7.21-4.457a16.572,16.572,0,0,0,2.122-4.874c1.147-.338,1.39-1.911,1.491-2.946.062-1.055-.43-2.042-1.015-2.082a12.034,12.034,0,0,0-1.737-5.969c-1.439-2.159-4-3.611-8.01-3.331-3.936-.037-6.534,1.226-8.087,3.331Zm8.1-2.344c3.792-.281,5.895.995,7.164,2.9a10.776,10.776,0,0,1,1.553,4.92c-1.8-1.269-3.268-2.7-5.135-3.841-.213-.109-.346.006-.523.062-4.406,3.088-7.832,4.713-11.961,4.766a11.627,11.627,0,0,1,1.614-5.907C26.907,957.84,30,957.376,32.334,957.384Zm3.382,5.013c1.824,1.235,3.649,2.81,5.4,4.118,0,.208.018.413.015.617a15.666,15.666,0,0,1-2.491,7.928c-1.559,2.373-3.739,4.04-6.38,4.01-2.661-.03-4.851-1.73-6.411-4.1a15.219,15.219,0,0,1-2.429-7.758c5.458.009,9.041-2.275,12.3-4.812Zm-.261,18.632c-1.168.867-1.972,2.339-3.136,2.97-1.173-.734-1.769-2.049-2.721-2.909a1.582,1.582,0,0,0-1.43-.4,60.989,60.989,0,0,0-8.994,4.272c-2.388,1.574-4,3.578-3.966,6.4-.108,3-.482,5.653.154,8.067a2.785,2.785,0,0,0,1.522,1.851,7.341,7.341,0,0,0,3.136.447c5.448.07,18.912.044,24.536.015a10.139,10.139,0,0,0,3.167-.478,2.8,2.8,0,0,0,1.537-1.836c.486-1.662.215-4.085.215-7.989,0-2.81-1.76-4.813-4.151-6.416a85.626,85.626,0,0,0-8.379-4.38,1.591,1.591,0,0,0-1.491.386Zm1.076.509c1.154.587,2.313,1.133,3.444,1.681l-2.859,4.874-3.628-3.655c1.177-.966,1.988-2.228,3.044-2.9Zm-7.964.046a15.352,15.352,0,0,1,2.6,2.869l-3.613,3.655-2.844-4.874c1.226-.534,2.509-1.072,3.859-1.65ZM23.8,983.635l3.228,5.522a.514.514,0,0,0,.769.092l4.182-4.211a1.269,1.269,0,0,0,.661-.062l4.228,4.272a.515.515,0,0,0,.784-.093l3.213-5.491a34.9,34.9,0,0,1,3.92,2.175c2.266,1.52,3.705,3.192,3.705,5.6,0,3.945.206,6.43-.169,7.712a1.67,1.67,0,0,1-1,1.218,7.093,7.093,0,0,1-2.767.386c-5.613.028-19.109.055-24.536-.015a6.742,6.742,0,0,1-2.721-.355,1.643,1.643,0,0,1-.984-1.219c-.369-1.3-.157-3.813-.123-7.789-.108-2.443,1.908-4.513,3.521-5.6a29.7,29.7,0,0,1,4.089-2.144Zm8.456,5.306a.987.987,0,1,0,.984.987A.985.985,0,0,0,32.257,988.941Zm0,3.948a.987.987,0,1,0,.984.987A.986.986,0,0,0,32.257,992.889Zm0,3.949a.987.987,0,1,0,.984.987A.985.985,0,0,0,32.257,996.838Z" transform="translate(0 0)" fill="%2328348b" stroke="%2328348b" stroke-width="0.3"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;width:35px;height:46px}picture,figure{display:block}section.main{position:relative;flex:1 0 auto;margin:0 auto;max-width:1440px}@media(min-width: 768px)and (max-width: 1199.98px){section.main{max-width:1200px}}@media(max-width: 991.98px){section.main{max-width:992px}}@media(max-width: 767.98px){section.main{max-width:768px}}@media(width < 576px){section.main{max-width:576px}}.wrapper::after,.products__content::after,.progressbar::after{display:block;clear:both;content:""}.wrapper,.products__content,.progressbar{margin-left:80px;margin-right:80px;display:grid;grid-template-columns:repeat(1, 1fr)}@media print{.wrapper,.products__content,.progressbar{page-break-after:avoid;page-break-before:avoid;max-width:9in;min-width:7in !important;overflow:visible}}@media(max-width: 991.98px){.wrapper,.products__content,.progressbar{margin-left:0;margin-right:0;padding:5px 20px}}@media(max-width: 991.98px){.wrapper--ad-leaderboard{padding:0;max-width:0}}@media(max-width: 575.98px){.wrapper--ad-leaderboard{max-width:100%}}@media(min-width: 992px){.wrapper--ad-leaderboard .advertisement{justify-content:unset}}.wrapper--ad-leaderboard__top .advertisement__content{margin-bottom:0}.label-sponsored{color:#3e306b;font-size:10px;line-height:20px;background-color:#fff;position:relative;display:flex;flex-wrap:wrap;align-items:center}.label-sponsored::after{content:"";height:2px;background-color:#3e306b;display:block;flex-grow:1;margin-left:7px}.modal{background:rgba(0,37,49,.9);position:fixed;top:0;left:0;width:100%;height:100vh;display:flex;flex-wrap:wrap;align-items:center;overflow:auto;visibility:hidden;z-index:-1}.modal__content{flex:0 0 83.33333333%;max-width:83.33333333%;position:relative;margin:0 auto;padding:60px 0 40px}.modal__content>.btn--transparent{position:absolute;top:20px;right:0;color:#fff;padding:0 0 0 15px;text-transform:lowercase}.modal__content>.btn--transparent::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="10px" height="10px" viewBox="0 0 12.15 12.151"%3E%3Cg id="Group_751" data-name="Group 751" transform="translate(-225.925 -26.925)"%3E%3Cpath id="Path_1459" data-name="Path 1459" d="M3011-26l9.322,9.322" transform="translate(-2783.661 54.339)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-width="2"/%3E%3Cpath id="Path_1460" data-name="Path 1460" d="M3011-16.678,3020.322-26" transform="translate(-2783.661 54.339)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-width="2"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;position:absolute;top:50%;left:0;display:block;width:10px;height:10px;margin:-3px 0 0;content:""}.modal__content>.btn--transparent:hover,.modal__content>.btn--transparent:focus{color:#28348b}.modal__content>.btn--transparent:hover::after,.modal__content>.btn--transparent:focus::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="10px" height="10px" viewBox="0 0 12.15 12.151"%3E%3Cg id="Group_751" data-name="Group 751" transform="translate(-225.925 -26.925)"%3E%3Cpath id="Path_1459" data-name="Path 1459" d="M3011-26l9.322,9.322" transform="translate(-2783.661 54.339)" fill="none" stroke="%2328348b" stroke-linecap="round" stroke-width="2"/%3E%3Cpath id="Path_1460" data-name="Path 1460" d="M3011-16.678,3020.322-26" transform="translate(-2783.661 54.339)" fill="none" stroke="%2328348b" stroke-linecap="round" stroke-width="2"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.modal--small .modal__content{flex:0 0 33.33333333%;max-width:33.33333333%}@media(max-width: 991.98px){.modal--small .modal__content{flex:0 0 50%;max-width:50%}}@media(max-width: 767.98px){.modal--small .modal__content{flex:0 0 100%;max-width:100%}}.modal .block{width:100%;margin:auto;border-radius:6px;background:#fff;padding:20px 20px 5px}.modal .wrapper,.modal .products__content,.modal .progressbar{display:block;grid-template-columns:none;width:100%}[data-modal-container] .modal{visibility:visible;z-index:999}.print-message{display:none}.is-video{position:relative}.is-video::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg fill="%23fff" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="25px" height="25px" viewBox="0 0 256 256" style="enable-background:new 0 0 256 256;" xml:space="preserve"%3E%3Cpath d="M204.66,136.97L60.61,208.94c-2.81,1.4-6.08,1.26-8.75-0.39c-2.67-1.65-4.26-4.51-4.26-7.65V56.96c0-3.14,1.59-6,4.26-7.65  c1.45-0.9,3.08-1.35,4.72-1.35c1.37,0,2.75,0.32,4.02,0.96l144.05,71.97c3.11,1.56,4.97,4.56,4.97,8.04S207.78,135.42,204.66,136.97  z"%3E%3C/path%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;position:absolute;left:50%;top:50%;display:block;width:60px;height:40px;content:"";border-radius:6px;margin:-20px 0 0 -30px;background-color:rgba(0,0,0,.2)}.is-loading::before{position:absolute;top:0;left:0;z-index:10;content:"";width:100%;height:100%;background:#fff;opacity:.75}h1,.is-h1{color:#28348b;font-size:56px;line-height:56px;font-weight:900}@media(max-width: 767.98px){h1,.is-h1{font-size:48px;line-height:48px}}h2,.is-h2{color:#28348b;font-size:32px;font-style:normal;line-height:46px;font-weight:700;margin-bottom:16px}h3,.is-h3{color:#28348b;font-size:28px;line-height:36px;font-weight:700}h4,.is-h4{color:#000;font-size:21px;line-height:32px;font-weight:700}h5,.is-h5{color:#000;font-size:18px;line-height:23px;font-weight:700}h6,.is-h6{color:#28348b;font-size:12px;line-height:22px;font-weight:700;text-transform:uppercase}h1 a:not(.btn),h2 a:not(.btn),h3 a:not(.btn),h4 a:not(.btn),h5 a:not(.btn),h6 a:not(.btn){color:inherit;text-decoration:none}.list{padding:0;margin:0 0 25px;list-style:none}.list li{display:block}.list li.heading{margin-bottom:25px}.list li a{display:block;color:#000}.list li p a{display:inline-block}.list--ubr{display:block}.list--ubr li{position:relative;padding-left:27px}.list--ubr li::before{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="17px" height="14px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%2328348b;%7D%3C/style%3E%3Cpath class="st0" d="M17.1,2l-1.4,1.4l-8.8,8.9L4.2,10L2.7,8.7L0,11.8l1.5,1.4l4.1,3.6L7,18L20,4.9L17.1,2z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;content:"";width:17px;height:14px;position:absolute;left:0;top:9px}.list--tags{display:flex;flex-wrap:wrap;margin:0 0 30px}.list--tags li{margin:0 10px 10px 0}.list--tags li::before{display:none}.list--tags li a{display:inline-block;color:#000;border:2px solid #28348b;font-size:14px;line-height:28px;padding:0 14px;font-weight:400;background-color:rgba(0,0,0,0);text-decoration:none}.list--tags li a:hover,.list--tags li a:focus{color:#fff;text-decoration:none;background-color:#28348b}.list--article-meta{padding:0 15px}.list--article-meta li{font-size:14px;line-height:26px;word-break:break-word}.list--files{display:flex;flex-wrap:wrap}@media(max-width: 991.98px){.list--files{justify-content:center}}.list--files li{opacity:1;margin-bottom:10px}.list--files li+li{margin-left:17px}@media(max-width: 991.98px){.list--files li+li{margin-left:10px}}.list--files li .icon--headache{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="23px" viewBox="0 0 19.907 22.467"%3E%3Cpath id="noun-headache-4719664" d="M28.685,12.079a.355.355,0,0,0-.048-.336l-1.985-2.7a.362.362,0,0,0-.483-.1l-2.9,1.743a5.718,5.718,0,0,0-1.12-1.323l.85-.93a.372.372,0,0,0,.082-.34.365.365,0,0,0-.241-.241l-1.113-.345,2.04-2.381a.365.365,0,0,0-.162-.58L20.422,3.478a.36.36,0,0,0-.447.2l-1.838,4.17a10.057,10.057,0,0,0-1.4.014l.06-.966a.362.362,0,0,0-.483-.36l-1.094.435.094-3.139a.365.365,0,0,0-.483-.353L11.7,4.649a.362.362,0,0,0-.225.435L12.56,9.121c-2.656,1.915-2.173,5.732-2.038,6.563a10.894,10.894,0,0,0-1.722,3c0,.449.577.85,1.719,1.207a8.08,8.08,0,0,0,.036,2.1,2.543,2.543,0,0,0,1.437,1.362,3.289,3.289,0,0,0,2.04.3v1.9a.362.362,0,0,0,.362.362h6.056a.36.36,0,0,0,.36-.4l-.22-2.347a5.588,5.588,0,0,1,1.449-2.56,7.94,7.94,0,0,0,2.231-5.706l1.611-.353a.367.367,0,0,0,.263-.241.362.362,0,0,0-.053-.345l-.71-.922,3.04-.768a.362.362,0,0,0,.263-.208Zm-4,.427a.369.369,0,0,0-.241.241.362.362,0,0,0,.056.338l.7.908-3.721.8L23.4,13.707a.36.36,0,0,0,.174-.263.355.355,0,0,0-.1-.3l-1.07-1.1L26.273,9.73l1.471,2Zm-4.81,10.6a.287.287,0,0,0,0,.1l.186,2H14.745V23.175a.365.365,0,0,0-.169-.307.36.36,0,0,0-.345-.022,2.318,2.318,0,0,1-1.932-.138,2.063,2.063,0,0,1-1.046-.886,9.791,9.791,0,0,1,0-2.144A.36.36,0,0,0,11,19.285a5.084,5.084,0,0,1-1.471-.64,19.232,19.232,0,0,1,1.666-2.671.365.365,0,0,0,.07-.28c-.041-.186-.809-3.895,1.5-5.812l.082.3a.357.357,0,0,0,.205.241.365.365,0,0,0,.316-.014l1.33-.724.98,4a.365.365,0,0,0,.34.283h.031a.365.365,0,0,0,.331-.338L16.7,8.59a9.511,9.511,0,0,1,1.135-.034.369.369,0,0,0,.027.268.36.36,0,0,0,.241.186l1.49.278L17.85,13.018a.362.362,0,0,0,.126.456.367.367,0,0,0,.2.06.357.357,0,0,0,.266-.118L21.658,9.9a5.018,5.018,0,0,1,.988,1.161l-1,.6a.357.357,0,0,0-.171.263.362.362,0,0,0,.1.3l1.055,1.084-3.586,2.038a.362.362,0,0,0,.179.676.417.417,0,0,0,.077,0l4.257-.939a7.191,7.191,0,0,1-2.06,5.083A6.1,6.1,0,0,0,19.871,23.107Zm-5.3-18.76-.094,3.139a.369.369,0,0,0,.162.316.357.357,0,0,0,.34.039l1.065-.423-.241,3.789-.524-2.144a.36.36,0,0,0-.205-.241.343.343,0,0,0-.147-.031.362.362,0,0,0-.171.043l-1.343.724L12.246,5.212Zm8.278.708-2.038,2.4a.365.365,0,0,0-.072.338.36.36,0,0,0,.241.241l1.094.338-2.562,2.8.939-2a.369.369,0,0,0,0-.319A.365.365,0,0,0,20.2,8.66l-1.5-.278,1.811-4.1Z" transform="translate(-8.8 -3.458)" fill="%23002531"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.list--files li .icon--parkinson{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="23px" height="23px" viewBox="0 0 22.504 23"%3E%3Cg id="noun-parkinsons-tremors-2480266" transform="translate(-3.293 -2)"%3E%3Cpath id="Path_1807" data-name="Path 1807" d="M26.117,10a1.523,1.523,0,0,0-1.15.53,1.513,1.513,0,0,0-2.3,0,1.513,1.513,0,0,0-2.3,0,1.527,1.527,0,0,0-2.683,1v6.042A1.723,1.723,0,0,0,15,19.008V23.8a.382.382,0,0,0,.112.271l1.8,1.8V29.55a.383.383,0,0,0,.383.383h9.967a.383.383,0,0,0,.383-.383V11.533A1.535,1.535,0,0,0,26.117,10Zm.767,19.167h-9.2v-3.45a.382.382,0,0,0-.112-.271l-1.8-1.8V19.008a.958.958,0,0,1,1.917,0v2.875h.767V11.533a.767.767,0,1,1,1.533,0v8.433h.767V11.533a.767.767,0,0,1,1.533,0v8.433h.767V11.533a.767.767,0,0,1,1.533,0v8.433h.767V11.533a.767.767,0,0,1,1.533,0Z" transform="translate(-7.219 -4.933)" fill="%23002531"/%3E%3Cpath id="Path_1808" data-name="Path 1808" d="M18,10.6h.767V9.067a2.3,2.3,0,0,1,2.3-2.3V6A3.07,3.07,0,0,0,18,9.067Z" transform="translate(-9.069 -2.467)" fill="%23002531"/%3E%3Cpath id="Path_1809" data-name="Path 1809" d="M18.6,2A4.605,4.605,0,0,0,14,6.6h.767A3.838,3.838,0,0,1,18.6,2.767Z" transform="translate(-6.603)" fill="%23002531"/%3E%3Crect id="Rectangle_927" data-name="Rectangle 927" width="0.767" height="0.767" transform="translate(12.764 2)" fill="%23002531"/%3E%3Crect id="Rectangle_928" data-name="Rectangle 928" width="0.767" height="0.767" transform="translate(7.397 7.367)" fill="%23002531"/%3E%3Cpath id="Path_1810" data-name="Path 1810" d="M46.3,10.6h.767V9.067A3.07,3.07,0,0,0,44,6v.767a2.3,2.3,0,0,1,2.3,2.3Z" transform="translate(-25.103 -2.467)" fill="%23002531"/%3E%3Cpath id="Path_1811" data-name="Path 1811" d="M44,2v.767A3.838,3.838,0,0,1,47.833,6.6H48.6A4.605,4.605,0,0,0,44,2Z" transform="translate(-25.103)" fill="%23002531"/%3E%3Crect id="Rectangle_929" data-name="Rectangle 929" width="0.767" height="0.767" transform="translate(17.364 2)" fill="%23002531"/%3E%3Crect id="Rectangle_930" data-name="Rectangle 930" width="0.767" height="0.767" transform="translate(22.731 7.367)" fill="%23002531"/%3E%3Crect id="Rectangle_931" data-name="Rectangle 931" width="0.767" height="2.683" transform="translate(21.197 14.267)" fill="%23002531"/%3E%3Crect id="Rectangle_932" data-name="Rectangle 932" width="0.767" height="2.683" transform="translate(22.731 12.35)" fill="%23002531"/%3E%3Cpath id="Path_1812" data-name="Path 1812" d="M10.767,47H10a3.07,3.07,0,0,0,3.067,3.067V49.3A2.3,2.3,0,0,1,10.767,47Z" transform="translate(-4.136 -27.75)" fill="%23002531"/%3E%3Crect id="Rectangle_933" data-name="Rectangle 933" width="0.767" height="2.683" transform="translate(5.864 12.733)" fill="%23002531"/%3E%3Crect id="Rectangle_934" data-name="Rectangle 934" width="0.767" height="2.683" transform="translate(3.947 13.883)" fill="%23002531"/%3E%3Cpath id="Path_1813" data-name="Path 1813" d="M52.8,44.443l-1.15-1.15-.542.542.879.879-.879.879a.383.383,0,0,0,0,.542l.879.879-.879.879a.383.383,0,0,0,0,.542l1.15,1.15.542-.542-.879-.879.879-.879a.383.383,0,0,0,0-.542l-.879-.879.879-.879A.383.383,0,0,0,52.8,44.443Z" transform="translate(-29.419 -25.464)" fill="%23002531"/%3E%3Cpath id="Path_1814" data-name="Path 1814" d="M58.8,37.443l-1.15-1.15-.542.542.879.879-.879.879a.383.383,0,0,0,0,.542l.879.879-.879.879a.383.383,0,0,0,0,.542l1.15,1.15.542-.542-.879-.879.879-.879a.383.383,0,0,0,0-.542l-.879-.879.879-.879A.383.383,0,0,0,58.8,37.443Z" transform="translate(-33.119 -21.147)" fill="%23002531"/%3E%3Cpath id="Path_1815" data-name="Path 1815" d="M6.135,21.8l.879-.879.879.879a.383.383,0,0,0,.542,0l1.15-1.15-.542-.542-.879.879-.879-.879a.383.383,0,0,0-.542,0l-.879.879-.879-.879a.383.383,0,0,0-.542,0l-1.15,1.15.542.542.879-.879.879.879A.383.383,0,0,0,6.135,21.8Z" transform="translate(0 -11.1)" fill="%23002531"/%3E%3Crect id="Rectangle_935" data-name="Rectangle 935" width="0.767" height="1.533" transform="translate(21.197 9.283)" fill="%23002531"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.list--files li .icon--ms{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16px" height="22px" viewBox="0 0 16.496 22.373"%3E%3Cg id="noun-disease-4018910" transform="translate(-13.22 0.125)"%3E%3Cg id="Group_1425" data-name="Group 1425" transform="translate(15.221 1.089)"%3E%3Cpath id="Path_1816" data-name="Path 1816" d="M24.561,16.046a.2.2,0,0,1-.177-.088,19.652,19.652,0,0,1-2.08-3.141A4.5,4.5,0,0,1,22.238,8.9l1.836-3.849a.218.218,0,1,1,.4.177L22.658,9.077a3.935,3.935,0,0,0,.066,3.518A20.39,20.39,0,0,0,24.76,15.67a.219.219,0,0,1-.044.31A.2.2,0,0,1,24.561,16.046Z" transform="translate(-21.822 -4.923)" fill="%23fdb765" stroke="%23fdb765" stroke-width="0.25"/%3E%3C/g%3E%3Cg id="Group_1426" data-name="Group 1426" transform="translate(21.807 13.339)"%3E%3Cpath id="Path_1817" data-name="Path 1817" d="M55.711,69.079h0a.23.23,0,0,1-.177-.089l-3.894-4.845a.221.221,0,1,1,.354-.265l3.739,4.69,3.1-2.588L54.583,60.65a.221.221,0,1,1,.354-.265l4.38,5.487a.237.237,0,0,1-.022.31l-3.451,2.854A.314.314,0,0,1,55.711,69.079Z" transform="translate(-51.595 -60.295)" fill="%23fdb765" stroke="%23fdb765" stroke-width="0.25"/%3E%3C/g%3E%3Cg id="Group_1427" data-name="Group 1427" transform="translate(13.345 0)"%3E%3Cpath id="Path_1818" data-name="Path 1818" d="M16.986,22.123a.314.314,0,0,1-.133-.044l-3.429-2.854a.212.212,0,0,1-.022-.31l7.809-9.778c2.987-3.695,3.783-5.929,3.916-7.168a1.252,1.252,0,0,0-.066-.575V1.35a1.109,1.109,0,0,0-.8-.664A12.548,12.548,0,0,0,21.786.442h-.642a11.051,11.051,0,0,0-2.478.265,1.161,1.161,0,0,0-.885,1.261c.133,1.062.6,2.876,3.23,6.261a.221.221,0,1,1-.354.265c-2.7-3.473-3.186-5.354-3.318-6.46A1.616,1.616,0,0,1,18.556.288,10.608,10.608,0,0,1,21.123,0h.642A10.482,10.482,0,0,1,24.33.288a1.649,1.649,0,0,1,1.106.951l1.814,3.827a4.5,4.5,0,0,1-.066,3.916,22.047,22.047,0,0,1-2.5,3.65l-7.522,9.4a.23.23,0,0,1-.177.088Zm-3.119-3.1,3.1,2.588,7.411-9.247A21.826,21.826,0,0,0,26.808,8.8a4.009,4.009,0,0,0,.066-3.518l-1.35-2.876C25.282,3.761,24.353,6,21.543,9.447Z" transform="translate(-13.345 0)" fill="%23fdb765" stroke="%23fdb765" stroke-width="0.25"/%3E%3C/g%3E%3Cg id="Group_1428" data-name="Group 1428" transform="translate(18.155 4.049)"%3E%3Cpath id="Path_1819" data-name="Path 1819" d="M35.309,18.986a.215.215,0,0,1-.221-.177.219.219,0,0,1,.177-.243,21.12,21.12,0,0,1,3.119-.265,25.1,25.1,0,0,1,3.119.265.213.213,0,1,1-.066.42,22.961,22.961,0,0,0-3.053-.265,23.426,23.426,0,0,0-3.053.265Z" transform="translate(-35.085 -18.3)" fill="%23fdb765" stroke="%23fdb765" stroke-width="0.25"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.list--files li .file{display:flex;flex-wrap:wrap;align-items:center;background:#bccae9;color:#002531;border-radius:30px;padding:2px 20px 2px 10px}.list--files li .file .icon{width:34px;height:34px;background-color:#fff;border-radius:50%;margin-left:-8px}.list--files li .file .icon+span{margin-left:10px}.list--files li .file span{font-family:"Netto OT",sans-serif;font-size:12px;line-height:normal;font-weight:700}.list--meta{display:flex;flex-wrap:wrap;align-items:center;margin:0 0 15px}.list--meta+.list--meta{margin-left:auto}.list--meta li{font-size:14px;line-height:20px;margin:0 0 10px;max-width:75%}.list--meta li+li{margin-left:10px}.list--meta li.authors{width:100%;max-width:100%;margin-left:0}.list--meta li.separator{margin-left:auto}.list--meta li a{display:inline-block;color:#28348b;font-weight:700}.list--meta li span{position:relative;display:block;color:#28348b;font-size:10px;line-height:20px;font-weight:700;padding:0 0 0 30px}.list--meta li span::after{position:absolute;top:50%;left:0;display:block;width:20px;height:20px;content:"";margin:-10px 0 0}.list--meta li span.ondemand::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%2328348b;%7D%3C/style%3E%3Cg%3E%3Cpath class="st0" d="M10.1,5.1c-1.6,0-3,1.3-3,3c0,1.6,1.3,3,3,3c1.6,0,3-1.3,3-3S11.8,5.1,10.1,5.1L10.1,5.1z M10.1,9.7C9.3,9.7,8.4,9,8.4,8.1s0.7-1.6,1.6-1.6s1.6,0.7,1.6,1.6c0,0.4-0.2,0.8-0.5,1.1C11,9.5,10.6,9.7,10.1,9.7z"/%3E%3Cpath class="st0" d="M10.2,0H10C5.5,0.1,2,3.7,2,8.2c0,1.8,0.6,3.5,1.7,4.9l0,0l5.7,6.7l0,0c0.3,0.3,0.7,0.3,1,0l0,0l5.8-6.7l0,0c2.7-3.5,2.1-8.6-1.4-11.4C13.6,0.6,11.9,0,10.2,0L10.2,0z M15.3,12.2l-5.3,6l-5.2-6C2.5,9.3,3,5.1,5.9,2.8s7.2-1.7,9.4,1.2C17.2,6.4,17.2,9.8,15.3,12.2L15.3,12.2z"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.list--meta li span.clock::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%2328348b;%7D%3C/style%3E%3Cg transform="translate(-160 -240)"%3E%3Cg%3E%3Cg transform="translate(-101.252 -232.858)"%3E%3Cpath class="st0" d="M271.3,472.9c-5.5,0-10,4.5-10,10c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C281.2,477.3,276.8,472.9,271.3,472.9z M271.3,491c-4.5,0-8.1-3.6-8.1-8.1c0-4.5,3.6-8.1,8.1-8.1c4.5,0,8.1,3.6,8.1,8.1c0,0,0,0,0,0C279.4,487.3,275.7,491,271.3,491z"/%3E%3Cpath class="st0" d="M276,479.6c-0.2,0-0.4,0.1-0.6,0.2l-3.2,2.4V477c0-0.5-0.4-0.9-0.9-0.9c-0.5,0-0.9,0.4-0.9,0.9l0,0v6.9c0,0.5,0.4,0.9,0.9,0.9c0,0,0,0,0,0h0c0.2,0,0.4-0.1,0.6-0.2l4.7-3.5c0.4-0.3,0.5-0.9,0.2-1.3C276.6,479.7,276.3,479.6,276,479.6L276,479.6z"/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.list--meta li span.tag::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%2328348b;%7D%3C/style%3E%3Cpath class="st0" d="M14.3,17H2.8C1.3,17,0,15.7,0,14.1V5.9C0,4.3,1.3,3,2.8,3h11.4c0.9,0,1.8,0.5,2.3,1.2l2.9,4.1c0.7,1,0.7,2.4,0,3.4l-2.9,4.1C16.1,16.5,15.2,17,14.3,17z M2.8,4.9c-0.5,0-1,0.4-1,1v8.2c0,0.5,0.4,1,1,1h11.4c0.3,0,0.6-0.2,0.8-0.4l2.9-4.1c0.2-0.3,0.2-0.8,0-1.1l-2.9-4.1c-0.2-0.3-0.5-0.4-0.8-0.4L2.8,4.9z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.list--meta li span.degree::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%2328348b;%7D%3C/style%3E%3Cpath class="st0" d="M19.9,16.5c-0.1-0.1-0.2-0.1-0.3-0.1h-2.3l0-12.7c0,0,0,0,0,0V2.3C17.3,1,16.3,0,15,0h-2.6c-0.1,0-0.2,0-0.2,0H8.7C8.7,0,8.6,0,8.5,0H2.3C1,0,0,1,0,2.3v0.9c0,0.3,0.2,0.5,0.5,0.5h3.2v14.1c0,1.2,0.9,2.2,2.1,2.2c0.1,0,0.3,0,0.4,0h11.5c0,0,0.1,0,0.1,0c1.3,0,2.3-1,2.3-2.3l0-0.9C20,16.7,20,16.6,19.9,16.5L19.9,16.5z M9.1,0.9h2.7v6.6l-1-1c-0.2-0.2-0.5-0.2-0.6,0l-1,1L9.1,0.9z M3.6,2.7H0.9V2.3c0-0.8,0.6-1.4,1.4-1.4s1.4,0.6,1.4,1.4L3.6,2.7z M7.6,16.4L7.6,16.4c-0.1,0-0.1,0.1-0.2,0.1l0,0l0,0c0,0-0.1,0.1-0.1,0.2c0,0,0,0.1,0,0.2l0,0.9c0,0.7-0.5,1.2-1.2,1.3H5.9c-0.8,0-1.4-0.6-1.4-1.4c0,0,0,0,0,0V2.3c0-0.5-0.2-1-0.5-1.4h4.1v7.7c0,0.3,0.2,0.5,0.5,0.5C8.8,9.1,8.9,9,9,9l1.5-1.5L12,9c0.2,0.2,0.5,0.2,0.6,0c0.1-0.1,0.1-0.2,0.1-0.3V0.9H15c0.8,0,1.4,0.6,1.4,1.4l0,14.1H7.7C7.7,16.3,7.6,16.4,7.6,16.4L7.6,16.4L7.6,16.4z M19.1,17.7c0,0.7-0.5,1.3-1.3,1.4c0,0-0.1,0-0.1,0h-10c0.3-0.4,0.4-0.9,0.4-1.3l0-0.5h8.5c0,0,0.1,0,0.1,0c0,0,0.1,0,0.1,0h2.2L19.1,17.7z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.list--meta li span.marker::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%2328348b;%7D%3C/style%3E%3Cg%3E%3Cpath class="st0" d="M10.1,5.1c-1.6,0-3,1.3-3,3c0,1.6,1.3,3,3,3c1.6,0,3-1.3,3-3S11.8,5.1,10.1,5.1L10.1,5.1z M10.1,9.7C9.3,9.7,8.4,9,8.4,8.1s0.7-1.6,1.6-1.6s1.6,0.7,1.6,1.6c0,0.4-0.2,0.8-0.5,1.1C11,9.5,10.6,9.7,10.1,9.7z"/%3E%3Cpath class="st0" d="M10.2,0H10C5.5,0.1,2,3.7,2,8.2c0,1.8,0.6,3.5,1.7,4.9l0,0l5.7,6.7l0,0c0.3,0.3,0.7,0.3,1,0l0,0l5.8-6.7l0,0c2.7-3.5,2.1-8.6-1.4-11.4C13.6,0.6,11.9,0,10.2,0L10.2,0z M15.3,12.2l-5.3,6l-5.2-6C2.5,9.3,3,5.1,5.9,2.8s7.2-1.7,9.4,1.2C17.2,6.4,17.2,9.8,15.3,12.2L15.3,12.2z"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.list--meta li span.date::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%2328348b;%7D%3C/style%3E%3Cpath class="st0" d="M17.2,2.1h-1.7V1c0-0.5-0.4-1-1-1c-0.6,0-1,0.4-1,1v1.1h-7V1c0-0.5-0.4-1-1-1s-1,0.4-1,1v1.1H2.8C1.3,2.1,0,3.3,0,4.8v12.5c0,0.7,0.3,1.4,0.8,1.9c0.5,0.5,1.2,0.8,2,0.8h14.4c1.5,0,2.8-1.2,2.8-2.7V4.8C20,3.3,18.7,2.1,17.2,2.1z M2,10.3h16v7c0,0.4-0.4,0.8-0.8,0.8l-14.4,0c-0.4,0-0.8-0.3-0.8-0.8V10.3z M5.5,5.8c0.6,0,1-0.4,1-1V4h7v0.9c0,0.5,0.4,1,1,1c0.6,0,1-0.4,1-1V4h1.7C17.6,4,18,4.3,18,4.8v3.6H2V4.8C2,4.3,2.4,4,2.8,4h1.7v0.9C4.5,5.4,4.9,5.8,5.5,5.8z M2.8,19.9L2.8,19.9L2.8,19.9L2.8,19.9z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.list--meta li span.author::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%2328348b;%7D%3C/style%3E%3Cpath class="st0" d="M12.6,8.8c2.2-1.5,2.7-4.5,1.3-6.7S9.5-0.7,7.4,0.8S4.6,5.3,6.1,7.5C6.4,8,6.9,8.5,7.4,8.8c-3.5,1-5.9,4.3-5.9,8v2.6c0,0.4,0.3,0.6,0.6,0.6h15.7c0.3,0,0.6-0.3,0.6-0.6c0,0,0,0,0,0v-2.6C18.5,13.1,16.1,9.8,12.6,8.8z M6.5,4.8c0-1.9,1.5-3.5,3.5-3.5c1.9,0,3.5,1.6,3.5,3.5S11.9,8.3,10,8.3h0C8.1,8.3,6.5,6.8,6.5,4.8C6.5,4.8,6.5,4.8,6.5,4.8z M17.2,18.7H2.7v-2c0-3.9,3.1-7,6.9-7h0.8c3.8,0,6.9,3.1,6.9,7L17.2,18.7z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.list--meta li span.book::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="14px" height="14px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%2328348b;%7D%3C/style%3E%3Cpath class="st0" d="M1,16.7c0,0.5,0.4,0.8,0.8,0.8h4.9c1.1,0,2.1,0.8,2.4,1.9C9.2,19.7,9.5,20,9.9,20h0.2c0.4,0,0.7-0.3,0.8-0.6c0.3-1.1,1.3-1.9,2.4-1.9h4.9c0.5,0,0.8-0.4,0.8-0.8V4.2c0-0.5-0.4-0.8-0.8-0.8h-4.9c-0.9,0-1.8,0.3-2.5,0.8C10.8,1.9,9,0,6.7,0H5.9C5.5,0,5.1,0.4,5.1,0.8v2.5H1.8C1.4,3.3,1,3.7,1,4.2V16.7z M13.3,5h4.1v10.8h-4.1c-0.9,0-1.8,0.3-2.5,0.8V7.5C10.8,6.1,11.9,5,13.3,5z M6.7,1.7c1.4,0,2.5,1.1,2.5,2.5v9.2c-0.7-0.5-1.6-0.8-2.5-0.8L6.7,1.7z M2.6,5h2.5v8.3c0,0.5,0.4,0.8,0.8,0.8h0.8c1.4,0,2.5,1.1,2.5,2.5c-0.7-0.5-1.6-0.8-2.5-0.8H2.6V5z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.list--meta li span.globe::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="14px" height="14px" viewBox="0 0 19.874 19.816"%3E%3Cpath id="Path_715" data-name="Path 715" d="M382.36-27.822a9.949,9.949,0,0,0-9.937,9.938,9.92,9.92,0,0,0,9.937,9.878,9.949,9.949,0,0,0,9.937-9.938A9.92,9.92,0,0,0,382.36-27.822Zm5.857,9.937a16.263,16.263,0,0,0-.313-3.287h2.222a8.287,8.287,0,0,1,.646,3.294,7.336,7.336,0,0,1-.646,3.279H387.9A16.26,16.26,0,0,0,388.217-17.885Zm-5.125,8.244v-3.492h2.894C385.263-11.289,384.222-10.035,383.092-9.641Zm0-13.055v-3.492c1.131.394,2.171,1.648,2.894,3.492Zm3.175-2.742a9.264,9.264,0,0,1,3.086,2.742H387.6A9.6,9.6,0,0,0,386.267-25.438ZM383.092-14.6V-21.23h3.339a16.313,16.313,0,0,1,.381,3.345,15.554,15.554,0,0,1-.378,3.286Zm3.07,4.243a10.057,10.057,0,0,0,1.375-2.777H389.3A8.525,8.525,0,0,1,386.162-10.356Zm-4.534-15.832V-22.7h-2.894C379.457-24.54,380.5-25.794,381.628-26.188Zm0,13.055v3.492c-1.131-.394-2.171-1.648-2.894-3.492ZM375.417-22.7a8.517,8.517,0,0,1,3.14-2.776,10.065,10.065,0,0,0-1.375,2.776Zm1.706,9.563a9.63,9.63,0,0,0,1.33,2.743,9.278,9.278,0,0,1-3.086-2.743Zm4.505-8.039V-14.6h-3.34a16.158,16.158,0,0,1-.38-3.286,15.541,15.541,0,0,1,.378-3.287Zm-4.812,6.515h-2.222a8.287,8.287,0,0,1-.647-3.294,7.5,7.5,0,0,1,.649-3.279h2.22a16.279,16.279,0,0,0-.314,3.286A16.282,16.282,0,0,0,376.816-14.657Z" transform="translate(-372.423 27.822)" fill="%2328348b"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.list--meta li span.label{padding:0;font-size:12px;text-transform:uppercase}.list--meta li span.label::after{display:none}.list--meta.list--medium li{font-size:12px}.list--meta.list--medium li span,.list--meta.list--medium li .btn{font-size:12px}.list--meta.list--large li{font-size:16px}.list--meta.list--large li span,.list--meta.list--large li .btn{font-size:16px}.list--topics{display:flex;flex-wrap:wrap;justify-content:center}.list--topics li{opacity:.6;margin-bottom:10px}.list--topics li+li{margin-left:17px}@media(max-width: 991.98px){.list--topics li+li{margin-left:10px}}.list--topics li.active,.list--topics li:hover,.list--topics li:focus{opacity:1}.list--topics li.active a,.list--topics li:hover a,.list--topics li:focus a{text-decoration:none;background:#28348b}.list--topics li.active .icon--colorectaalcarcinoom,.list--topics li:hover .icon--colorectaalcarcinoom,.list--topics li:focus .icon--colorectaalcarcinoom{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="17px" height="22px" viewBox="0 0 16.753 22.337"%3E%3Cpath id="Path_1554" data-name="Path 1554" d="M1088.413,136.165a3.4,3.4,0,0,0,1.379-2.22,3.49,3.49,0,0,0-.977-3.029,3.323,3.323,0,0,0-.374-.335,3.49,3.49,0,0,0-2.094-6.282h-2.74a.75.75,0,0,1-.75-.751V122.9a.7.7,0,0,0-.7-.7h-3.141a.7.7,0,0,0-.7.7v.7a4.864,4.864,0,0,0,1.466,3.49h-3.211a3.49,3.49,0,0,0-2.094,6.282,3.49,3.49,0,0,0,2.094,6.282h3.211a4.864,4.864,0,0,0-1.466,3.49v.7a.7.7,0,0,0,.7.7h3.141a.7.7,0,0,0,.7-.7V143.2a.75.75,0,0,1,.75-.75h2.74a3.49,3.49,0,0,0,2.066-6.282Zm-2.066,4.886h-2.74a2.15,2.15,0,0,0-2.147,2.094h-1.745a3.492,3.492,0,0,1,3.49-3.49H1086a.7.7,0,0,0,0-1.4h-9.424a2.094,2.094,0,1,1,0-4.188H1086a.7.7,0,0,0,0-1.4h-9.424a2.094,2.094,0,1,1,0-4.188H1086a.7.7,0,0,0,0-1.4h-2.792a3.492,3.492,0,0,1-3.49-3.49h1.745a2.151,2.151,0,0,0,2.147,2.094h2.74a2.094,2.094,0,0,1,0,4.188h-9.772a.7.7,0,0,0,0,1.4h9.772a2.094,2.094,0,0,1,2.066,2.443,2.161,2.161,0,0,1-2.164,1.745h-9.675a.7.7,0,0,0,0,1.4h9.772a2.094,2.094,0,0,1,0,4.188Z" transform="translate(-1073.084 -122.205)" fill="%2328348b"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.list--topics li.active .icon--longcarcinoom,.list--topics li:hover .icon--longcarcinoom,.list--topics li:focus .icon--longcarcinoom{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18px" height="18px" viewBox="0 0 17.5 17.523"%3E%3Cg id="Group_1231" data-name="Group 1231" transform="translate(-1050.136 -256.55)"%3E%3Cpath id="Path_1555" data-name="Path 1555" d="M1052.03,282.46a1.123,1.123,0,0,1-.365-.069c-.438-.15-1.029-.6-1.278-1.88v-.047a29.95,29.95,0,0,1-.168-6.111,10.511,10.511,0,0,1,.956-4.264,8.3,8.3,0,0,1,3.318-3.285l.135-.077h.158a1.825,1.825,0,0,1,1.975,1.658l.635,7.21a5.3,5.3,0,0,1-.778,3.581,8.883,8.883,0,0,1-1.789,1.661c-1.541,1.26-2.27,1.624-2.8,1.624Zm-.208-2.19a1.7,1.7,0,0,0,.267.73,17.187,17.187,0,0,0,3.318-2.6,3.886,3.886,0,0,0,.537-2.628l-.635-7.29a.358.358,0,0,0-.274-.329,6.692,6.692,0,0,0-2.556,2.614,8.74,8.74,0,0,0-.8,3.7,28.476,28.476,0,0,0,.146,5.8Z" transform="translate(0 -8.387)" fill="%2328348b"/%3E%3Cpath id="Path_1556" data-name="Path 1556" d="M1096.676,264.581a.73.73,0,0,1-.73-.73V257.28a.73.73,0,0,1,1.461,0v6.571a.731.731,0,0,1-.73.73Z" transform="translate(-37.783)" fill="%2328348b"/%3E%3Cpath id="Path_1557" data-name="Path 1557" d="M1113.792,282.3c-.526,0-1.256-.365-2.8-1.628a8.891,8.891,0,0,1-1.789-1.661h0a5.316,5.316,0,0,1-.774-3.592l.628-7.228a1.825,1.825,0,0,1,1.975-1.658h.157l.12.092a8.3,8.3,0,0,1,3.318,3.285,10.5,10.5,0,0,1,.956,4.263,29.948,29.948,0,0,1-.157,6.115v.047c-.249,1.278-.825,1.73-1.263,1.884h0a1.15,1.15,0,0,1-.372.08Zm-3-14.3a.358.358,0,0,0-.146.073.364.364,0,0,0-.128.248l-.635,7.243a3.9,3.9,0,0,0,.537,2.643,17.2,17.2,0,0,0,3.318,2.6,1.7,1.7,0,0,0,.267-.73,28.476,28.476,0,0,0,.146-5.79,8.917,8.917,0,0,0-.789-3.669,6.685,6.685,0,0,0-2.57-2.621Z" transform="translate(-48.036 -8.232)" fill="%2328348b"/%3E%3Cpath id="Path_1558" data-name="Path 1558" d="M1088.827,296.217a.729.729,0,0,1-.365-.106l-1.752-1.044-1.741,1.044a.73.73,0,0,1-.752-1.252l2.493-1.5,2.494,1.5a.73.73,0,0,1-.376,1.358Z" transform="translate(-27.817 -30.362)" fill="%2328348b"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.list--topics li.active .icon--mammacarcinoom,.list--topics li:hover .icon--mammacarcinoom,.list--topics li:focus .icon--mammacarcinoom{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="10px" height="22px" viewBox="0 0 9.664 22.203"%3E%3Cpath id="Path_1559" data-name="Path 1559" d="M1081.136,434.8a.867.867,0,0,0,.866-.866v-3.712c.107-.039.212-.08.314-.124a.866.866,0,0,0-.341-1.661.855.855,0,0,0-.344.071,4.431,4.431,0,0,1-4.661-.745,4.494,4.494,0,0,1-1.135-1.556l-.316-.969a1.923,1.923,0,0,0-.2-.431,1.952,1.952,0,0,0,.538-.412l.646-.64c.017-.017.035-.037.053-.058a28.075,28.075,0,0,0,5.66-10,.86.86,0,0,0-.079-.656.867.867,0,0,0-1.589.192,26.313,26.313,0,0,1-5.291,9.322l-.644.64c-.018.019-.033.034-.046.045h-.054a1.257,1.257,0,0,0-1.177.7,1.271,1.271,0,0,0,.4,1.648l.056.055a.4.4,0,0,1,.078.132l.343,1.051.018.043a6.215,6.215,0,0,0,1.594,2.2,6.14,6.14,0,0,0,4.062,1.533c.128,0,.256,0,.384-.012v3.351A.867.867,0,0,0,1081.136,434.8Z" transform="translate(-1073.176 -412.598)" fill="%2328348b"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.list--topics li.active .icon--melanoom,.list--topics li:hover .icon--melanoom,.list--topics li:focus .icon--melanoom{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="24px" viewBox="0 0 20.273 23.516"%3E%3Cg id="Group_1232" data-name="Group 1232" transform="translate(-1076.93 -584.99)"%3E%3Cpath id="Path_1560" data-name="Path 1560" d="M1096.927,596.562l-2.057-3.123a.5.5,0,0,1-.075-.273,8.949,8.949,0,0,0-17.865.77,10.242,10.242,0,0,0,3.544,7.607.29.29,0,0,1,.1.173v4.659a1.5,1.5,0,0,0,1.388,1.512l6.987.62h.124a1.65,1.65,0,0,0,1.041-.4,1.5,1.5,0,0,0,.5-1.115v-2.85h2.032a2.184,2.184,0,0,0,2.181-2.181v-2.726h.645a1.753,1.753,0,0,0,1.462-2.676Zm-1.462,1.04h-1.19a1.1,1.1,0,0,0-1.09,1.09v3.272a.55.55,0,0,1-.545.545h-2.453a1.216,1.216,0,0,0-1.214,1.214v3.172l-6.765-.594v-4.584a1.835,1.835,0,0,0-.669-1.412,8.621,8.621,0,0,1-2.974-6.368,7.312,7.312,0,0,1,14.594-.645,2.132,2.132,0,0,0,.322.991l2.081,3.246c-.049.074-.074.074-.1.074Z" transform="translate(0 0)" fill="%2328348b"/%3E%3Cpath id="Path_1561" data-name="Path 1561" d="M1123.214,620.131a.743.743,0,1,1-1.487,0,.743.743,0,1,1,1.487,0" transform="translate(-33.697 -25.874)" fill="%2328348b"/%3E%3Cpath id="Path_1562" data-name="Path 1562" d="M1113.016,622.283a.793.793,0,1,1-1.585,0,.793.793,0,1,1,1.585,0" transform="translate(-25.952 -27.456)" fill="%2328348b"/%3E%3Cpath id="Path_1563" data-name="Path 1563" d="M1119.216,639.184a.793.793,0,0,1-1.586,0,.793.793,0,1,1,1.586,0" transform="translate(-30.615 -40.168)" fill="%2328348b"/%3E%3Cpath id="Path_1564" data-name="Path 1564" d="M1129.814,628.084a.793.793,0,0,1-1.586,0,.793.793,0,0,1,1.586,0" transform="translate(-38.587 -31.819)" fill="%2328348b"/%3E%3Cpath id="Path_1565" data-name="Path 1565" d="M1119.162,628.606a1.016,1.016,0,1,1-2.032,0,1.016,1.016,0,0,1,2.032,0" transform="translate(-30.239 -32.044)" fill="%2328348b"/%3E%3Cpath id="Path_1566" data-name="Path 1566" d="M1111.316,633.233a.743.743,0,0,1-1.487,0,.743.743,0,0,1,1.487,0" transform="translate(-24.747 -35.73)" fill="%2328348b"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.list--topics li.active .icon--prostaatcarcinoom,.list--topics li:hover .icon--prostaatcarcinoom,.list--topics li:focus .icon--prostaatcarcinoom{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="15px" height="18px" viewBox="0 0 15.132 17.999"%3E%3Cpath id="Path_1568" data-name="Path 1568" d="M911.4,411.862a5.907,5.907,0,0,0-1.5,1.111,6.056,6.056,0,0,0-1.708,4.238,4.814,4.814,0,0,0,.069.808c.013.071.039.138.054.207a5.081,5.081,0,0,0,.151.573c0,.006.007.013.009.019a4.692,4.692,0,0,0,.746,1.349,4.519,4.519,0,0,0,.342.357c.069.071.129.149.2.213.013.013.03.022.046.035a4.435,4.435,0,0,0,1.271.786,2.413,2.413,0,0,0-.754,1.745v2.055a2.409,2.409,0,0,0,2.406,2.406h.521a2.409,2.409,0,0,0,1.1-.278l.067.937.056.782h2.561l.114-1.6a2.409,2.409,0,0,0,.847.164h.521a2.409,2.409,0,0,0,2.406-2.406v-2.055a2.415,2.415,0,0,0-.693-1.685c.043-.015.1-.026.142-.043,0,0,0,0,.007,0,.1-.039.185-.088.278-.134a4.051,4.051,0,0,0,.411-.209c.073-.045.14-.1.211-.144a4.861,4.861,0,0,0,.4-.3c.065-.056.125-.116.188-.177a4.671,4.671,0,0,0,.334-.353c.058-.069.114-.142.168-.215.093-.125.179-.254.261-.388.05-.082.1-.166.144-.252.071-.136.131-.276.189-.418.037-.09.078-.181.108-.274a4.358,4.358,0,0,0,.125-.478c.02-.086.043-.168.058-.254a4.756,4.756,0,0,0,.067-.767v0a6.03,6.03,0,0,0-3.212-5.351l-1.631-.556a5.719,5.719,0,0,0-1.023-.1h-3.391a5.86,5.86,0,0,0-1.034.1Zm2.361,13.968a.674.674,0,0,1-.5.218h-.521a.683.683,0,0,1-.683-.683V423.31a.705.705,0,0,1,.431-.646.638.638,0,0,1,.258-.058.622.622,0,0,1,.431.185,3.053,3.053,0,0,1,.711,1.758l.054.769a.685.685,0,0,1-.181.513Zm5.448-.465a.683.683,0,0,1-.683.683H918a.682.682,0,0,1-.681-.732l.054-.771a3.021,3.021,0,0,1,.745-1.788.56.56,0,0,1,.383-.155.715.715,0,0,1,.274.06.705.705,0,0,1,.431.646v2.057Zm-1.752-12.437a4.221,4.221,0,0,1,4.145,4.285v0a3.03,3.03,0,0,1-.041.487c-.009.052-.024.1-.035.151a2.862,2.862,0,0,1-.082.314c-.017.054-.041.106-.06.158a2.634,2.634,0,0,1-.129.284c-.024.047-.052.093-.078.138a2.873,2.873,0,0,1-.183.274c-.028.037-.056.071-.084.108a3.209,3.209,0,0,1-.246.261c-.026.026-.052.052-.08.075a2.953,2.953,0,0,1-.31.232l-.075.052a2.767,2.767,0,0,1-.357.181c-.028.013-.054.028-.082.039a2.93,2.93,0,0,1-.455.138l-.026.009s-.008,0-.015,0a4.707,4.707,0,0,0-.67.224c-.065.026-.123.06-.185.091a4.9,4.9,0,0,0-.453.235c-.067.041-.129.086-.194.129a4.693,4.693,0,0,0-.39.289c-.06.05-.116.1-.175.157a4.369,4.369,0,0,0-.33.332c-.034.035-.071.069-.1.1s-.058.082-.091.121c-.06.077-.118.155-.174.235s-.091.134-.134.2c-.028.045-.056.09-.082.138s-.069.118-.1.181c-.052.1-.095.2-.14.3-.024.056-.052.11-.073.166-.013.03-.024.06-.035.092a4.9,4.9,0,0,0-.151.5c-.007.028-.017.056-.024.086,0,0,0,0,0,0s0,.007,0,.009a4.763,4.763,0,0,0-1.04-2.051,4.851,4.851,0,0,0-2.506-1.551c-.032-.006-.062-.021-.095-.03a2.871,2.871,0,0,1-.381-.116c-.039-.015-.073-.039-.112-.056a2.941,2.941,0,0,1-1.648-2.126.485.485,0,0,1-.013-.056,3.148,3.148,0,0,1-.043-.515,4.335,4.335,0,0,1,1.221-3.038,4.056,4.056,0,0,1,2.926-1.247Z" transform="translate(-908.194 -411.207)" fill="%2328348b"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.list--topics li a{display:flex;flex-wrap:wrap;align-items:center;background:#d1d1d1;color:#fff;border-radius:30px;padding:2px 10px}.list--topics li a .icon{width:34px;height:34px;background-color:#fff;border-radius:50%;margin-left:-8px}.list--topics li a .icon+span{margin-left:5px}.list--topics li a span{font-size:12px;line-height:normal;font-weight:700}.list--vacancies{display:flex;flex-wrap:wrap;margin:0 -15px;padding:30px 0 0}.list--vacancies li{flex:0 0 50%;max-width:50%;padding:0 15px;margin-bottom:30px}@media(max-width: 767.98px){.list--vacancies li{flex:0 0 100%;max-width:100%}}.list--vacancies li a:hover,.list--vacancies li a:focus{text-decoration:underline}.list--vacancies li .is-h3{color:#000;font-size:22px;line-height:normal}.list--vacancies li .is-h3+p{margin-top:-25px}.list--vacancy li{display:block;font-size:16px;line-height:24px}.list--vacancy li a{color:#28348b;font-weight:700}.list--vacancy li span{font-weight:700}.list--social-follow{display:flex;flex-wrap:wrap;margin:0 auto 0 0}.list--social-follow li{display:inline-block;margin:0 5px 20px}.list--social-follow li a{position:relative;display:flex;flex-wrap:wrap;align-items:center;font-size:13.625px;line-height:26px;color:#28348b;font-weight:700;font-style:normal}.list--social-follow li a:hover,.list--social-follow li a:focus{color:#000;text-decoration:none}.list--social-follow li a::before{top:0;left:0;display:inline-block;content:"";width:30px;height:30px;border-radius:50%;background-color:#28348b;margin-right:7px}.list--social-follow li.facebook a:hover::before,.list--social-follow li.facebook a:focus::before{background-color:#3b5998}.list--social-follow li.facebook a::before{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="15px" height="15px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: %23fff;%7D%3C/style%3E%3Cpath class="st0" d="M15,4.3h-2.9c-0.3,0-0.7,0.5-0.7,1.1v1.8H15v3.5h-3.6v8.6H7.9v-8.6H5V7.2h2.9V5.4c0-2.6,1.9-4.6,4.3-4.6H15V4.3L15,4.3z" /%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.list--social-follow li.twitter a:hover::before,.list--social-follow li.twitter a:focus::before{background-color:#1da1f2}.list--social-follow li.twitter a::before{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="15px" height="15px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: %23fff;%7D%3C/style%3E%3Cpath class="st0" d="M19,4.3c-0.7,0.3-1.4,0.5-2.1,0.6c0.8-0.5,1.3-1.2,1.6-2.1c-0.7,0.4-1.5,0.7-2.3,0.9c-0.7-0.7-1.6-1.2-2.7-1.2c-2,0-3.7,1.7-3.7,3.9c0,0.3,0,0.6,0.1,0.9C6.8,7.1,4.1,5.5,2.3,3.2C2,3.8,1.8,4.4,1.8,5.1c0,1.3,0.5,2.5,1.5,3.2c-0.6,0-0.9-0.2-1.8-0.5l0,0c0,1.8,1.4,3.4,3.1,3.8c-0.3,0.1-0.6,0.1-0.9,0.1c-0.2,0-0.4,0-0.7-0.1c0.5,1.5,1.9,2.6,3.5,2.6c-1.3,1-2.8,1.6-4.6,1.6c-0.3,0-0.6,0-0.9-0.1c1.6,1.1,3.6,1.7,5.7,1.7c6.8,0,10.5-5.9,10.5-10.9c0-0.2,0-0.3,0-0.5C17.9,5.7,18.5,5,19,4.3z" /%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.list--social-follow li.youtube a:hover::before,.list--social-follow li.youtube a:focus::before{background-color:red}.list--social-follow li.youtube a::before{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="15px" height="15px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: %23fff;%7D%3C/style%3E%3Cpath class="st0" d="M18.5,9.8c0-1.8-0.1-3.8-0.8-4.7c-0.6-0.9-1.5-0.9-3-0.9C12.5,4,10,3.9,7.9,4C7.1,4,6.2,4,5.4,4.1c-0.9,0-1.6,0-2.4,0.3C1.5,5,1.6,6.7,1.5,8.6c0,2.1-0.1,5.4,0.9,6.5c0.8,0.8,2.5,0.8,3.8,0.9c2.6,0.1,4.9,0.1,7.3,0c1.2,0,2.6,0,3.4-0.3C18.7,14.8,18.5,12.3,18.5,9.8z M8.3,12.2L8.2,7.4c1.5,0.8,3.1,1.5,4.6,2.3C11.3,10.6,9.7,11.4,8.3,12.2z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.list--social-follow li.linkedin a:hover::before,.list--social-follow li.linkedin a:focus::before{background-color:#0077b5}.list--social-follow li.linkedin a::before{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="15px" height="15px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: %23fff;%7D%3C/style%3E%3Cg%3E%3Cpath class="st0" d="M5.6,17.5V7.3H2.2v10.2H5.6L5.6,17.5z M3.9,5.9c1.2,0,1.9-0.8,1.9-1.7c0-1-0.7-1.7-1.9-1.7S2,3.3,2,4.2S2.7,5.9,3.9,5.9L3.9,5.9L3.9,5.9z"/%3E%3Cpath class="st0" d="M7.5,17.5H11v-5.7c0-0.3,0-0.6,0.1-0.8c0.2-0.6,0.8-1.2,1.8-1.2c1.2,0,1.7,0.9,1.7,2.3v5.4H18v-5.8C18,8.5,16.3,7,14.1,7c-1.9,0-2.7,1-3.1,1.7l0,0V7.2H7.6C7.6,8.2,7.5,17.5,7.5,17.5L7.5,17.5z"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.list--social-follow li.instagram a:hover::before,.list--social-follow li.instagram a:focus::before{background-color:#833ab4}.list--social-follow li.instagram a::before{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="15px" height="15px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: %23fff;%7D %3C/style%3E%3Cg%3E%3Cpath class="st0" d="M15.4,5.7c0,0.6-0.5,1-1,1c-0.6,0-1-0.5-1-1s0.5-1,1-1C14.9,4.6,15.4,5.1,15.4,5.7"/%3E%3Cg%3E%3Cpath class="st0" d="M18.4,6.5c0-0.9-0.2-1.5-0.4-2.1c-0.2-0.6-0.5-1-0.9-1.5c-0.5-0.5-0.9-0.8-1.5-0.9c-0.6-0.2-1.1-0.4-2.1-0.4c-0.8-0.1-1.2-0.1-3.5-0.1c-2.3,0-2.6,0-3.5,0.1C5.6,1.6,5,1.8,4.4,2c-0.6,0.2-1,0.5-1.5,0.9S2.2,3.9,2,4.4C1.8,5,1.6,5.6,1.6,6.5S1.5,7.7,1.5,10s0,2.6,0.1,3.5c0,0.9,0.2,1.5,0.4,2.1c0.2,0.6,0.5,1,0.9,1.5c0.5,0.5,0.9,0.8,1.5,0.9c0.6,0.2,1.1,0.4,2.1,0.4s1.2,0.1,3.5,0.1s2.6,0,3.5-0.1c0.9,0,1.5-0.2,2.1-0.4c0.6-0.2,1-0.5,1.5-0.9c0.5-0.5,0.8-0.9,0.9-1.5c0.2-0.6,0.4-1.1,0.4-2.1c0-0.9,0.1-1.2,0.1-3.5C18.5,7.7,18.5,7.4,18.4,6.5z M16.9,13.4c0,0.8-0.2,1.3-0.3,1.6c-0.2,0.4-0.4,0.7-0.7,0.9c-0.3,0.3-0.6,0.5-0.9,0.7c-0.3,0.1-0.8,0.3-1.6,0.3c-0.9,0-1.1,0.1-3.4,0.1s-2.5,0-3.4-0.1c-0.8,0-1.3-0.2-1.6-0.3C4.6,16.4,4.3,16.2,4,16c-0.3-0.3-0.5-0.6-0.7-0.9c-0.1-0.3-0.3-0.8-0.3-1.6C3.1,12.6,3,12.3,3,10c0-2.3,0-2.5,0.1-3.4c0-0.8,0.2-1.3,0.3-1.6C3.6,4.6,3.8,4.3,4,4S4.6,3.6,5,3.4c0.3-0.1,0.8-0.3,1.6-0.3C7.4,3,7.7,3,10,3s2.6,0,3.4,0.1c0.8,0,1.3,0.2,1.6,0.3c0.4,0.2,0.7,0.4,0.9,0.7c0.3,0.3,0.5,0.6,0.7,0.9c0.1,0.3,0.3,0.8,0.3,1.6S17,7.7,17,10S17,12.6,16.9,13.4z"/%3E%3Cpath class="st0" d="M10,5.7c-2.5,0-4.3,2-4.3,4.3c0,2.5,2,4.3,4.3,4.3c2.5,0,4.3-2,4.3-4.3C14.3,7.5,12.5,5.7,10,5.7 M10,12.8c-1.6,0-2.8-1.2-2.8-2.8S8.4,7.2,10,7.2s2.8,1.2,2.8,2.8S11.6,12.8,10,12.8"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.list--social-follow li.pinterest a:hover,.list--social-follow li.pinterest a:focus{background-color:#bd081c}.list--social-follow li.pinterest a::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="15px" height="15px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: %23fff;%7D%3C/style%3E%3Cpath class="st0" d="M9.4,13.8c1.5,1.1,4.2,0.5,5.3-0.6c1.7-1.4,2.4-4.3,2.3-6.6c-0.3-2.5-2.7-4.8-5.5-5.1C7,1.1,3,3.7,3,8c0,2,0.7,3.2,2.4,4c1.2-1.2-0.2-2-0.4-3.3C4.7,5,9,1.6,12.8,3.9c2.6,1.5,2.2,8.1-1,8.8c-0.7,0.1-1.4-0.1-1.8-0.4c-1.5-1.4,1.3-3.9,0.4-5.9C9.6,4.6,7.3,6,7,7.6C6.9,8.4,7.3,9.2,7.3,9.9c0,1.7-1.1,4.1-1.4,5.8c-0.1,0.7-0.2,2.1,0,2.7l0,0H7c0.8-1.3,1.4-3.4,1.8-5.2C9.1,13.1,9.2,13.7,9.4,13.8z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.list--social-share{display:flex;flex-wrap:wrap;margin:0 0 10px;border-top:1px solid #fff}.list--social-share li{flex:0 0 50%;max-width:50%;margin:0 0 10px}@media(max-width: 767.98px){.list--social-share li{flex:0 0 100%;max-width:100%}}.list--social-share li+li{margin-left:0}.list--social-share li a{position:relative;display:block;color:#28348b;font-size:14px;line-height:22px;padding:5px 15px 5px 36px}.list--social-share li a:hover,.list--social-share li a:focus{color:rgb(17.2067039106,22.3687150838,59.7932960894);text-decoration:none}.list--social-share li a::before{position:absolute;top:0;left:0;display:block;width:32px;height:32px;content:""}.list--social-share li.facebook a::before{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: %2328348b;%7D%3C/style%3E%3Cpath class="st0" d="M15,4.3h-2.9c-0.3,0-0.7,0.5-0.7,1.1v1.8H15v3.5h-3.6v8.6H7.9v-8.6H5V7.2h2.9V5.4c0-2.6,1.9-4.6,4.3-4.6H15V4.3L15,4.3z" /%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.list--social-share li.facebook a:hover::before,.list--social-share li.facebook a:focus::before{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: rgb(17.2067039106, 22.3687150838, 59.7932960894);%7D%3C/style%3E%3Cpath class="st0" d="M15,4.3h-2.9c-0.3,0-0.7,0.5-0.7,1.1v1.8H15v3.5h-3.6v8.6H7.9v-8.6H5V7.2h2.9V5.4c0-2.6,1.9-4.6,4.3-4.6H15V4.3L15,4.3z" /%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.list--social-share li.twitter a::before{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: %2328348b;%7D%3C/style%3E%3Cpath class="st0" d="M19,4.3c-0.7,0.3-1.4,0.5-2.1,0.6c0.8-0.5,1.3-1.2,1.6-2.1c-0.7,0.4-1.5,0.7-2.3,0.9c-0.7-0.7-1.6-1.2-2.7-1.2c-2,0-3.7,1.7-3.7,3.9c0,0.3,0,0.6,0.1,0.9C6.8,7.1,4.1,5.5,2.3,3.2C2,3.8,1.8,4.4,1.8,5.1c0,1.3,0.5,2.5,1.5,3.2c-0.6,0-0.9-0.2-1.8-0.5l0,0c0,1.8,1.4,3.4,3.1,3.8c-0.3,0.1-0.6,0.1-0.9,0.1c-0.2,0-0.4,0-0.7-0.1c0.5,1.5,1.9,2.6,3.5,2.6c-1.3,1-2.8,1.6-4.6,1.6c-0.3,0-0.6,0-0.9-0.1c1.6,1.1,3.6,1.7,5.7,1.7c6.8,0,10.5-5.9,10.5-10.9c0-0.2,0-0.3,0-0.5C17.9,5.7,18.5,5,19,4.3z" /%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.list--social-share li.twitter a:hover::before,.list--social-share li.twitter a:focus::before{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: rgb(17.2067039106, 22.3687150838, 59.7932960894);%7D%3C/style%3E%3Cpath class="st0" d="M19,4.3c-0.7,0.3-1.4,0.5-2.1,0.6c0.8-0.5,1.3-1.2,1.6-2.1c-0.7,0.4-1.5,0.7-2.3,0.9c-0.7-0.7-1.6-1.2-2.7-1.2c-2,0-3.7,1.7-3.7,3.9c0,0.3,0,0.6,0.1,0.9C6.8,7.1,4.1,5.5,2.3,3.2C2,3.8,1.8,4.4,1.8,5.1c0,1.3,0.5,2.5,1.5,3.2c-0.6,0-0.9-0.2-1.8-0.5l0,0c0,1.8,1.4,3.4,3.1,3.8c-0.3,0.1-0.6,0.1-0.9,0.1c-0.2,0-0.4,0-0.7-0.1c0.5,1.5,1.9,2.6,3.5,2.6c-1.3,1-2.8,1.6-4.6,1.6c-0.3,0-0.6,0-0.9-0.1c1.6,1.1,3.6,1.7,5.7,1.7c6.8,0,10.5-5.9,10.5-10.9c0-0.2,0-0.3,0-0.5C17.9,5.7,18.5,5,19,4.3z" /%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.list--social-share li.youtube a::before{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: %2328348b;%7D%3C/style%3E%3Cpath class="st0" d="M18.5,9.8c0-1.8-0.1-3.8-0.8-4.7c-0.6-0.9-1.5-0.9-3-0.9C12.5,4,10,3.9,7.9,4C7.1,4,6.2,4,5.4,4.1c-0.9,0-1.6,0-2.4,0.3C1.5,5,1.6,6.7,1.5,8.6c0,2.1-0.1,5.4,0.9,6.5c0.8,0.8,2.5,0.8,3.8,0.9c2.6,0.1,4.9,0.1,7.3,0c1.2,0,2.6,0,3.4-0.3C18.7,14.8,18.5,12.3,18.5,9.8z M8.3,12.2L8.2,7.4c1.5,0.8,3.1,1.5,4.6,2.3C11.3,10.6,9.7,11.4,8.3,12.2z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.list--social-share li.youtube a:hover::before,.list--social-share li.youtube a:focus::before{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: rgb(17.2067039106, 22.3687150838, 59.7932960894);%7D%3C/style%3E%3Cpath class="st0" d="M18.5,9.8c0-1.8-0.1-3.8-0.8-4.7c-0.6-0.9-1.5-0.9-3-0.9C12.5,4,10,3.9,7.9,4C7.1,4,6.2,4,5.4,4.1c-0.9,0-1.6,0-2.4,0.3C1.5,5,1.6,6.7,1.5,8.6c0,2.1-0.1,5.4,0.9,6.5c0.8,0.8,2.5,0.8,3.8,0.9c2.6,0.1,4.9,0.1,7.3,0c1.2,0,2.6,0,3.4-0.3C18.7,14.8,18.5,12.3,18.5,9.8z M8.3,12.2L8.2,7.4c1.5,0.8,3.1,1.5,4.6,2.3C11.3,10.6,9.7,11.4,8.3,12.2z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.list--social-share li.linkedin a::before{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: %2328348b;%7D%3C/style%3E%3Cg%3E%3Cpath class="st0" d="M5.6,17.5V7.3H2.2v10.2H5.6L5.6,17.5z M3.9,5.9c1.2,0,1.9-0.8,1.9-1.7c0-1-0.7-1.7-1.9-1.7S2,3.3,2,4.2S2.7,5.9,3.9,5.9L3.9,5.9L3.9,5.9z"/%3E%3Cpath class="st0" d="M7.5,17.5H11v-5.7c0-0.3,0-0.6,0.1-0.8c0.2-0.6,0.8-1.2,1.8-1.2c1.2,0,1.7,0.9,1.7,2.3v5.4H18v-5.8C18,8.5,16.3,7,14.1,7c-1.9,0-2.7,1-3.1,1.7l0,0V7.2H7.6C7.6,8.2,7.5,17.5,7.5,17.5L7.5,17.5z"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.list--social-share li.linkedin a:hover::before,.list--social-share li.linkedin a:focus::before{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: rgb(17.2067039106, 22.3687150838, 59.7932960894);%7D%3C/style%3E%3Cg%3E%3Cpath class="st0" d="M5.6,17.5V7.3H2.2v10.2H5.6L5.6,17.5z M3.9,5.9c1.2,0,1.9-0.8,1.9-1.7c0-1-0.7-1.7-1.9-1.7S2,3.3,2,4.2S2.7,5.9,3.9,5.9L3.9,5.9L3.9,5.9z"/%3E%3Cpath class="st0" d="M7.5,17.5H11v-5.7c0-0.3,0-0.6,0.1-0.8c0.2-0.6,0.8-1.2,1.8-1.2c1.2,0,1.7,0.9,1.7,2.3v5.4H18v-5.8C18,8.5,16.3,7,14.1,7c-1.9,0-2.7,1-3.1,1.7l0,0V7.2H7.6C7.6,8.2,7.5,17.5,7.5,17.5L7.5,17.5z"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.list--social-share li.instagram a::before{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: %2328348b;%7D %3C/style%3E%3Cg%3E%3Cpath class="st0" d="M15.4,5.7c0,0.6-0.5,1-1,1c-0.6,0-1-0.5-1-1s0.5-1,1-1C14.9,4.6,15.4,5.1,15.4,5.7"/%3E%3Cg%3E%3Cpath class="st0" d="M18.4,6.5c0-0.9-0.2-1.5-0.4-2.1c-0.2-0.6-0.5-1-0.9-1.5c-0.5-0.5-0.9-0.8-1.5-0.9c-0.6-0.2-1.1-0.4-2.1-0.4c-0.8-0.1-1.2-0.1-3.5-0.1c-2.3,0-2.6,0-3.5,0.1C5.6,1.6,5,1.8,4.4,2c-0.6,0.2-1,0.5-1.5,0.9S2.2,3.9,2,4.4C1.8,5,1.6,5.6,1.6,6.5S1.5,7.7,1.5,10s0,2.6,0.1,3.5c0,0.9,0.2,1.5,0.4,2.1c0.2,0.6,0.5,1,0.9,1.5c0.5,0.5,0.9,0.8,1.5,0.9c0.6,0.2,1.1,0.4,2.1,0.4s1.2,0.1,3.5,0.1s2.6,0,3.5-0.1c0.9,0,1.5-0.2,2.1-0.4c0.6-0.2,1-0.5,1.5-0.9c0.5-0.5,0.8-0.9,0.9-1.5c0.2-0.6,0.4-1.1,0.4-2.1c0-0.9,0.1-1.2,0.1-3.5C18.5,7.7,18.5,7.4,18.4,6.5z M16.9,13.4c0,0.8-0.2,1.3-0.3,1.6c-0.2,0.4-0.4,0.7-0.7,0.9c-0.3,0.3-0.6,0.5-0.9,0.7c-0.3,0.1-0.8,0.3-1.6,0.3c-0.9,0-1.1,0.1-3.4,0.1s-2.5,0-3.4-0.1c-0.8,0-1.3-0.2-1.6-0.3C4.6,16.4,4.3,16.2,4,16c-0.3-0.3-0.5-0.6-0.7-0.9c-0.1-0.3-0.3-0.8-0.3-1.6C3.1,12.6,3,12.3,3,10c0-2.3,0-2.5,0.1-3.4c0-0.8,0.2-1.3,0.3-1.6C3.6,4.6,3.8,4.3,4,4S4.6,3.6,5,3.4c0.3-0.1,0.8-0.3,1.6-0.3C7.4,3,7.7,3,10,3s2.6,0,3.4,0.1c0.8,0,1.3,0.2,1.6,0.3c0.4,0.2,0.7,0.4,0.9,0.7c0.3,0.3,0.5,0.6,0.7,0.9c0.1,0.3,0.3,0.8,0.3,1.6S17,7.7,17,10S17,12.6,16.9,13.4z"/%3E%3Cpath class="st0" d="M10,5.7c-2.5,0-4.3,2-4.3,4.3c0,2.5,2,4.3,4.3,4.3c2.5,0,4.3-2,4.3-4.3C14.3,7.5,12.5,5.7,10,5.7 M10,12.8c-1.6,0-2.8-1.2-2.8-2.8S8.4,7.2,10,7.2s2.8,1.2,2.8,2.8S11.6,12.8,10,12.8"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.list--social-share li.instagram a:hover::before,.list--social-share li.instagram a:focus::before{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: rgb(17.2067039106, 22.3687150838, 59.7932960894);%7D %3C/style%3E%3Cg%3E%3Cpath class="st0" d="M15.4,5.7c0,0.6-0.5,1-1,1c-0.6,0-1-0.5-1-1s0.5-1,1-1C14.9,4.6,15.4,5.1,15.4,5.7"/%3E%3Cg%3E%3Cpath class="st0" d="M18.4,6.5c0-0.9-0.2-1.5-0.4-2.1c-0.2-0.6-0.5-1-0.9-1.5c-0.5-0.5-0.9-0.8-1.5-0.9c-0.6-0.2-1.1-0.4-2.1-0.4c-0.8-0.1-1.2-0.1-3.5-0.1c-2.3,0-2.6,0-3.5,0.1C5.6,1.6,5,1.8,4.4,2c-0.6,0.2-1,0.5-1.5,0.9S2.2,3.9,2,4.4C1.8,5,1.6,5.6,1.6,6.5S1.5,7.7,1.5,10s0,2.6,0.1,3.5c0,0.9,0.2,1.5,0.4,2.1c0.2,0.6,0.5,1,0.9,1.5c0.5,0.5,0.9,0.8,1.5,0.9c0.6,0.2,1.1,0.4,2.1,0.4s1.2,0.1,3.5,0.1s2.6,0,3.5-0.1c0.9,0,1.5-0.2,2.1-0.4c0.6-0.2,1-0.5,1.5-0.9c0.5-0.5,0.8-0.9,0.9-1.5c0.2-0.6,0.4-1.1,0.4-2.1c0-0.9,0.1-1.2,0.1-3.5C18.5,7.7,18.5,7.4,18.4,6.5z M16.9,13.4c0,0.8-0.2,1.3-0.3,1.6c-0.2,0.4-0.4,0.7-0.7,0.9c-0.3,0.3-0.6,0.5-0.9,0.7c-0.3,0.1-0.8,0.3-1.6,0.3c-0.9,0-1.1,0.1-3.4,0.1s-2.5,0-3.4-0.1c-0.8,0-1.3-0.2-1.6-0.3C4.6,16.4,4.3,16.2,4,16c-0.3-0.3-0.5-0.6-0.7-0.9c-0.1-0.3-0.3-0.8-0.3-1.6C3.1,12.6,3,12.3,3,10c0-2.3,0-2.5,0.1-3.4c0-0.8,0.2-1.3,0.3-1.6C3.6,4.6,3.8,4.3,4,4S4.6,3.6,5,3.4c0.3-0.1,0.8-0.3,1.6-0.3C7.4,3,7.7,3,10,3s2.6,0,3.4,0.1c0.8,0,1.3,0.2,1.6,0.3c0.4,0.2,0.7,0.4,0.9,0.7c0.3,0.3,0.5,0.6,0.7,0.9c0.1,0.3,0.3,0.8,0.3,1.6S17,7.7,17,10S17,12.6,16.9,13.4z"/%3E%3Cpath class="st0" d="M10,5.7c-2.5,0-4.3,2-4.3,4.3c0,2.5,2,4.3,4.3,4.3c2.5,0,4.3-2,4.3-4.3C14.3,7.5,12.5,5.7,10,5.7 M10,12.8c-1.6,0-2.8-1.2-2.8-2.8S8.4,7.2,10,7.2s2.8,1.2,2.8,2.8S11.6,12.8,10,12.8"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.list--social-share li.pinterest a::before{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: %2328348b;%7D%3C/style%3E%3Cpath class="st0" d="M9.4,13.8c1.5,1.1,4.2,0.5,5.3-0.6c1.7-1.4,2.4-4.3,2.3-6.6c-0.3-2.5-2.7-4.8-5.5-5.1C7,1.1,3,3.7,3,8c0,2,0.7,3.2,2.4,4c1.2-1.2-0.2-2-0.4-3.3C4.7,5,9,1.6,12.8,3.9c2.6,1.5,2.2,8.1-1,8.8c-0.7,0.1-1.4-0.1-1.8-0.4c-1.5-1.4,1.3-3.9,0.4-5.9C9.6,4.6,7.3,6,7,7.6C6.9,8.4,7.3,9.2,7.3,9.9c0,1.7-1.1,4.1-1.4,5.8c-0.1,0.7-0.2,2.1,0,2.7l0,0H7c0.8-1.3,1.4-3.4,1.8-5.2C9.1,13.1,9.2,13.7,9.4,13.8z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.list--social-share li.pinterest a:hover::before,.list--social-share li.pinterest a:focus::before{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: rgb(17.2067039106, 22.3687150838, 59.7932960894);%7D%3C/style%3E%3Cpath class="st0" d="M9.4,13.8c1.5,1.1,4.2,0.5,5.3-0.6c1.7-1.4,2.4-4.3,2.3-6.6c-0.3-2.5-2.7-4.8-5.5-5.1C7,1.1,3,3.7,3,8c0,2,0.7,3.2,2.4,4c1.2-1.2-0.2-2-0.4-3.3C4.7,5,9,1.6,12.8,3.9c2.6,1.5,2.2,8.1-1,8.8c-0.7,0.1-1.4-0.1-1.8-0.4c-1.5-1.4,1.3-3.9,0.4-5.9C9.6,4.6,7.3,6,7,7.6C6.9,8.4,7.3,9.2,7.3,9.9c0,1.7-1.1,4.1-1.4,5.8c-0.1,0.7-0.2,2.1,0,2.7l0,0H7c0.8-1.3,1.4-3.4,1.8-5.2C9.1,13.1,9.2,13.7,9.4,13.8z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.list--social-share li.whatsapp a::before{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: %2328348b;%7D%3C/style%3E%3Cg%3E%3Cpath class="st0" d="M18.5,9.8c0,4.6-3.7,8.3-8.3,8.3c-1.5,0-2.8-0.4-4-1l-4.6,1.5L3,14.1c-0.8-1.2-1.2-2.7-1.2-4.3c0-4.6,3.7-8.3,8.3-8.3C14.8,1.5,18.5,5.2,18.5,9.8z M10.2,2.8c-3.9,0-7,3.1-7,7c0,1.5,0.5,2.9,1.3,4.1l-0.9,2.6l2.7-0.9c1.1,0.7,2.4,1.2,3.9,1.2c3.9,0,7-3.1,7-7S14,2.8,10.2,2.8z M14.4,11.7c-0.1-0.1-0.2-0.1-0.4-0.2c-0.2-0.1-1.2-0.6-1.4-0.7c-0.2-0.1-0.3-0.1-0.5,0.1c-0.1,0.2-0.5,0.7-0.6,0.8c-0.1,0.1-0.2,0.2-0.4,0.1c-0.2-0.1-0.9-0.3-1.6-1c-0.6-0.5-1-1.2-1.1-1.4C8.1,9.1,8.2,9,8.3,8.9c0.1-0.1,0.2-0.2,0.3-0.4c0.1-0.1,0.1-0.2,0.2-0.3c0.1-0.1,0-0.3,0-0.4C8.8,7.8,8.4,6.8,8.2,6.4C8,6,7.9,6,7.7,6C7.6,6,7.5,6,7.3,6S7,6.1,6.8,6.3C6.6,6.5,6.1,6.9,6.1,7.9c0,1,0.7,2,0.8,2.1c0.1,0.1,1.4,2.3,3.5,3.1c2.1,0.8,2.1,0.5,2.5,0.5c0.4,0,1.2-0.5,1.4-1C14.4,12.2,14.4,11.8,14.4,11.7z"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.list--social-share li.whatsapp a:hover::before,.list--social-share li.whatsapp a:focus::before{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: rgb(17.2067039106, 22.3687150838, 59.7932960894);%7D%3C/style%3E%3Cg%3E%3Cpath class="st0" d="M18.5,9.8c0,4.6-3.7,8.3-8.3,8.3c-1.5,0-2.8-0.4-4-1l-4.6,1.5L3,14.1c-0.8-1.2-1.2-2.7-1.2-4.3c0-4.6,3.7-8.3,8.3-8.3C14.8,1.5,18.5,5.2,18.5,9.8z M10.2,2.8c-3.9,0-7,3.1-7,7c0,1.5,0.5,2.9,1.3,4.1l-0.9,2.6l2.7-0.9c1.1,0.7,2.4,1.2,3.9,1.2c3.9,0,7-3.1,7-7S14,2.8,10.2,2.8z M14.4,11.7c-0.1-0.1-0.2-0.1-0.4-0.2c-0.2-0.1-1.2-0.6-1.4-0.7c-0.2-0.1-0.3-0.1-0.5,0.1c-0.1,0.2-0.5,0.7-0.6,0.8c-0.1,0.1-0.2,0.2-0.4,0.1c-0.2-0.1-0.9-0.3-1.6-1c-0.6-0.5-1-1.2-1.1-1.4C8.1,9.1,8.2,9,8.3,8.9c0.1-0.1,0.2-0.2,0.3-0.4c0.1-0.1,0.1-0.2,0.2-0.3c0.1-0.1,0-0.3,0-0.4C8.8,7.8,8.4,6.8,8.2,6.4C8,6,7.9,6,7.7,6C7.6,6,7.5,6,7.3,6S7,6.1,6.8,6.3C6.6,6.5,6.1,6.9,6.1,7.9c0,1,0.7,2,0.8,2.1c0.1,0.1,1.4,2.3,3.5,3.1c2.1,0.8,2.1,0.5,2.5,0.5c0.4,0,1.2-0.5,1.4-1C14.4,12.2,14.4,11.8,14.4,11.7z"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.list--social-share li.email a::before{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: %2328348b;%7D%3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class="st0" d="M1,17c0-4.6,0-9.4,0-14c6,0,12,0,18,0c0,4.6,0,9.4,0,14C13,17,7,17,1,17z M17.4,4.1c-5,0-9.9,0-14.8,0c2.5,2.5,5,5.1,7.4,7.7C12.5,9.3,14.9,6.8,17.4,4.1z M7.4,10.9c-1.6,1.7-3.3,3.3-4.8,5c4.9,0,9.9,0,14.7,0c-1.6-1.7-3.3-3.3-4.8-5c-0.9,0.9-1.7,1.8-2.6,2.6C9.1,12.6,8.3,11.8,7.4,10.9z M6.6,10c-1.5-1.6-3-3.1-4.5-4.6c0,3.1,0,6.2,0,9.3C3.6,13.1,5.1,11.6,6.6,10z M17.9,5.4c-1.5,1.6-3,3.1-4.5,4.6c1.5,1.6,3,3.1,4.5,4.6C17.9,11.6,17.9,8.4,17.9,5.4z"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.list--social-share li.email a:hover::before,.list--social-share li.email a:focus::before{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: rgb(17.2067039106, 22.3687150838, 59.7932960894);%7D%3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class="st0" d="M1,17c0-4.6,0-9.4,0-14c6,0,12,0,18,0c0,4.6,0,9.4,0,14C13,17,7,17,1,17z M17.4,4.1c-5,0-9.9,0-14.8,0c2.5,2.5,5,5.1,7.4,7.7C12.5,9.3,14.9,6.8,17.4,4.1z M7.4,10.9c-1.6,1.7-3.3,3.3-4.8,5c4.9,0,9.9,0,14.7,0c-1.6-1.7-3.3-3.3-4.8-5c-0.9,0.9-1.7,1.8-2.6,2.6C9.1,12.6,8.3,11.8,7.4,10.9z M6.6,10c-1.5-1.6-3-3.1-4.5-4.6c0,3.1,0,6.2,0,9.3C3.6,13.1,5.1,11.6,6.6,10z M17.9,5.4c-1.5,1.6-3,3.1-4.5,4.6c1.5,1.6,3,3.1,4.5,4.6C17.9,11.6,17.9,8.4,17.9,5.4z"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.header{position:sticky;top:0;flex-shrink:0;transition:all .3s ease-in-out;z-index:999;background:#fff}.header__wrapper{margin:0 auto;max-width:1440px}@media(min-width: 768px)and (max-width: 1199.98px){.header__wrapper{max-width:1200px}}@media(max-width: 991.98px){.header__wrapper{max-width:992px}}@media(max-width: 767.98px){.header__wrapper{max-width:768px}}@media(width < 576px){.header__wrapper{max-width:576px}}.header__inset{margin:0 auto;max-width:1440px}@media(min-width: 768px)and (max-width: 1199.98px){.header__inset{max-width:1200px}}@media(max-width: 991.98px){.header__inset{max-width:992px}}@media(max-width: 767.98px){.header__inset{max-width:768px}}@media(width < 576px){.header__inset{max-width:576px}}.header__search{position:relative;display:block;width:100%;padding:15px;margin:-77px 0 0;background-color:#e9eaf3;transition:all .3s ease-in-out;z-index:1}.header__search .form-search{margin:0}.header__content{display:grid;align-items:center;padding:10px 0;margin-left:80px;margin-right:80px}@media(max-width: 991.98px){.header__content{padding:5px 10px;margin-left:0;margin-right:0}}@media(width < 576px){.header__content{margin-left:0;margin-right:0}}.header--menu{display:inline-flex;order:4;grid-column:3/9;justify-content:flex-start}@media(max-width: 991.98px){.header--menu{order:1;grid-column:1}}.header--actions{display:inline-flex;order:5;grid-column:12;justify-content:flex-end}.header .sub-logo{display:block;order:3;margin:0}.header .logo{display:block;order:2;grid-column:1;margin:0}@media(max-width: 991.98px){.header .logo{grid-column:2}}.header .logo+.sub-logo{margin-left:20px}.header .logo img{width:auto;height:100%;max-height:100%}.header .nav-toggle{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: transparent;%7D%3C/style%3E%3Cpath class="st0" d="M12.5,10l7-7c0.7-0.7,0.7-1.8,0-2.5s-1.8-0.7-2.5,0l-7,7l-7-7c-0.7-0.7-1.8-0.7-2.5,0s-0.7,1.8,0,2.5l7,7l-7,7c-0.7,0.7-0.7,1.8,0,2.5C0.9,19.8,1.3,20,1.8,20s0.9-0.2,1.2-0.5l7-7l7,7c0.3,0.3,0.8,0.5,1.2,0.5c0.5,0,0.9-0.2,1.2-0.5c0.7-0.7,0.7-1.8,0-2.5L12.5,10z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;display:none;width:50px;height:50px;padding:7px;margin:3px 10px 3px 0;transition:all .3s ease-in-out;order:1;z-index:5;position:relative}@media(max-width: 991.98px){.header .nav-toggle{display:block;margin:0 5px 0 0}}.header .nav-toggle:hover span,.header .nav-toggle:hover::before,.header .nav-toggle:hover::after,.header .nav-toggle:focus span,.header .nav-toggle:focus::before,.header .nav-toggle:focus::after{background-color:#000}.header .nav-toggle span,.header .nav-toggle::before,.header .nav-toggle::after{display:block;width:20px;height:2px;margin:6px 0;content:"";background-color:#28348b;transition:all .3s;border-radius:2px;backface-visibility:hidden}.header .nav-toggle.active{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: %2328348b;%7D%3C/style%3E%3Cpath class="st0" d="M12.5,10l7-7c0.7-0.7,0.7-1.8,0-2.5s-1.8-0.7-2.5,0l-7,7l-7-7c-0.7-0.7-1.8-0.7-2.5,0s-0.7,1.8,0,2.5l7,7l-7,7c-0.7,0.7-0.7,1.8,0,2.5C0.9,19.8,1.3,20,1.8,20s0.9-0.2,1.2-0.5l7-7l7,7c0.3,0.3,0.8,0.5,1.2,0.5c0.5,0,0.9-0.2,1.2-0.5c0.7-0.7,0.7-1.8,0-2.5L12.5,10z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.header .nav-toggle.active:hover,.header .nav-toggle.active:focus{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: %23000;%7D%3C/style%3E%3Cpath class="st0" d="M12.5,10l7-7c0.7-0.7,0.7-1.8,0-2.5s-1.8-0.7-2.5,0l-7,7l-7-7c-0.7-0.7-1.8-0.7-2.5,0s-0.7,1.8,0,2.5l7,7l-7,7c-0.7,0.7-0.7,1.8,0,2.5C0.9,19.8,1.3,20,1.8,20s0.9-0.2,1.2-0.5l7-7l7,7c0.3,0.3,0.8,0.5,1.2,0.5c0.5,0,0.9-0.2,1.2-0.5c0.7-0.7,0.7-1.8,0-2.5L12.5,10z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.header .nav-toggle.active::before{transform:rotate(45deg) translate(7px, 7px)}.header .nav-toggle.active::after{transform:rotate(-45deg) translate(7px, -7px)}.header .nav-toggle.active span,.header .nav-toggle.active::before,.header .nav-toggle.active::after{opacity:0}.header .cta{position:relative;display:block;width:40px;height:40px;padding:0;margin:0;font-size:0;transition:all .3s ease-in-out}@media(max-width: 991.98px){.header .cta{margin:0 0 0 auto}}@media(max-width: 991.98px){.header .cta+.cta{margin:0 0 0 10px}}.header .cta .count{position:absolute;right:2px;top:7px;display:block;width:14px;height:14px;color:#000;font-size:8px;line-height:14px;font-weight:900;background:#28348b;border-radius:50%;text-align:center}.header .cta--search{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: %23000;%7D%3C/style%3E%3Cpath class="st0" d="M19.7,18.3l-5.5-5.5l0.2-0.3c1-1.3,1.5-2.9,1.5-4.6c0-4.4-3.6-7.9-7.9-7.9C3.6,0,0,3.5,0,7.9s3.6,7.9,7.9,7.9c0,0,0,0,0,0c1.6,0,3.2-0.5,4.6-1.5l0.3-0.2l5.5,5.5c0.2,0.2,0.4,0.3,0.7,0.3h0c0.6,0,1-0.5,1-1C20,18.7,19.9,18.5,19.7,18.3L19.7,18.3z M7.9,1.9V2c3.3,0,5.9,2.6,5.9,5.9c0,3.3-2.6,5.9-5.9,5.9C4.7,13.8,2,11.2,2,7.9C2,4.7,4.7,2,7.9,2V1.9z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;order:5}.header .cta--search:hover,.header .cta--search:focus{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: %2328348b;%7D%3C/style%3E%3Cpath class="st0" d="M19.7,18.3l-5.5-5.5l0.2-0.3c1-1.3,1.5-2.9,1.5-4.6c0-4.4-3.6-7.9-7.9-7.9C3.6,0,0,3.5,0,7.9s3.6,7.9,7.9,7.9c0,0,0,0,0,0c1.6,0,3.2-0.5,4.6-1.5l0.3-0.2l5.5,5.5c0.2,0.2,0.4,0.3,0.7,0.3h0c0.6,0,1-0.5,1-1C20,18.7,19.9,18.5,19.7,18.3L19.7,18.3z M7.9,1.9V2c3.3,0,5.9,2.6,5.9,5.9c0,3.3-2.6,5.9-5.9,5.9C4.7,13.8,2,11.2,2,7.9C2,4.7,4.7,2,7.9,2V1.9z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.header .cta--search.active{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12px" height="12px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: %2328348b;%7D%3C/style%3E%3Cpath class="st0" d="M12.5,10l7-7c0.7-0.7,0.7-1.8,0-2.5s-1.8-0.7-2.5,0l-7,7l-7-7c-0.7-0.7-1.8-0.7-2.5,0s-0.7,1.8,0,2.5l7,7l-7,7c-0.7,0.7-0.7,1.8,0,2.5C0.9,19.8,1.3,20,1.8,20s0.9-0.2,1.2-0.5l7-7l7,7c0.3,0.3,0.8,0.5,1.2,0.5c0.5,0,0.9-0.2,1.2-0.5c0.7-0.7,0.7-1.8,0-2.5L12.5,10z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.header .cta--search.active:hover,.header .cta--search.active:focus{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12px" height="12px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: %23000;%7D%3C/style%3E%3Cpath class="st0" d="M12.5,10l7-7c0.7-0.7,0.7-1.8,0-2.5s-1.8-0.7-2.5,0l-7,7l-7-7c-0.7-0.7-1.8-0.7-2.5,0s-0.7,1.8,0,2.5l7,7l-7,7c-0.7,0.7-0.7,1.8,0,2.5C0.9,19.8,1.3,20,1.8,20s0.9-0.2,1.2-0.5l7-7l7,7c0.3,0.3,0.8,0.5,1.2,0.5c0.5,0,0.9-0.2,1.2-0.5c0.7-0.7,0.7-1.8,0-2.5L12.5,10z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.header .cta--zendesk{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%23000;%7D%3C/style%3E%3Cg%3E%3Cpath class="st0" d="M17.2,1H2.8C1.2,1,0,2.2,0,3.7v9.7c0,1.5,1.2,2.7,2.8,2.7h1.1v1.9c0,0.4,0.3,0.8,0.8,0.9c0,0,0,0,0.1,0c0.2,0,0.3-0.1,0.5-0.1l3.7-2.6h8.4c1.5,0,2.7-1.2,2.7-2.7V3.7C20,2.2,18.8,1,17.2,1z M17.2,14.6H8.6c-0.2,0-0.3,0.1-0.5,0.2l-2.7,1.8v-1.3c0-0.4-0.4-0.7-0.8-0.7H2.8c-0.6,0-1.1-0.5-1.1-1.1V3.7c0-0.6,0.5-1.1,1.1-1.1h14.5c0.6,0,1.1,0.5,1.1,1.1l0,9.7C18.4,14.1,17.9,14.6,17.2,14.6z"/%3E%3Cpath class="st0" d="M10,3.8L10,3.8c-1.6,0-2.9,1.3-2.9,2.8c0,0.4,0.4,0.8,0.8,0.8c0.4,0,0.7-0.3,0.8-0.6h0V6.6C8.8,6,9.4,5.5,10,5.5c0.6,0,1.1,0.5,1.1,1.2c0,0,0,0,0,0c0,0.4-0.2,0.8-0.6,1c-0.8,0.5-1.4,1-1.4,2.1v0.4c0,0.5,0.4,0.8,0.8,0.8h0c0.4,0,0.8-0.4,0.8-0.8V9.7c0-0.3,0.2-0.5,0.4-0.6c1.4-0.7,2-2.3,1.3-3.7C12.1,4.4,11.1,3.8,10,3.8z"/%3E%3Cpath class="st0" d="M10,11.5C10,11.5,10,11.5,10,11.5c-0.3,0-0.5,0.1-0.6,0.3c-0.2,0.2-0.2,0.4-0.2,0.7c0,0.5,0.4,0.9,0.9,0.9h0c0.5,0,0.9-0.4,0.9-0.9C10.9,11.9,10.5,11.5,10,11.5z"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;order:6}.header .cta--zendesk:hover,.header .cta--zendesk:focus{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%2328348b;%7D%3C/style%3E%3Cg%3E%3Cpath class="st0" d="M17.2,1H2.8C1.2,1,0,2.2,0,3.7v9.7c0,1.5,1.2,2.7,2.8,2.7h1.1v1.9c0,0.4,0.3,0.8,0.8,0.9c0,0,0,0,0.1,0c0.2,0,0.3-0.1,0.5-0.1l3.7-2.6h8.4c1.5,0,2.7-1.2,2.7-2.7V3.7C20,2.2,18.8,1,17.2,1z M17.2,14.6H8.6c-0.2,0-0.3,0.1-0.5,0.2l-2.7,1.8v-1.3c0-0.4-0.4-0.7-0.8-0.7H2.8c-0.6,0-1.1-0.5-1.1-1.1V3.7c0-0.6,0.5-1.1,1.1-1.1h14.5c0.6,0,1.1,0.5,1.1,1.1l0,9.7C18.4,14.1,17.9,14.6,17.2,14.6z"/%3E%3Cpath class="st0" d="M10,3.8L10,3.8c-1.6,0-2.9,1.3-2.9,2.8c0,0.4,0.4,0.8,0.8,0.8c0.4,0,0.7-0.3,0.8-0.6h0V6.6C8.8,6,9.4,5.5,10,5.5c0.6,0,1.1,0.5,1.1,1.2c0,0,0,0,0,0c0,0.4-0.2,0.8-0.6,1c-0.8,0.5-1.4,1-1.4,2.1v0.4c0,0.5,0.4,0.8,0.8,0.8h0c0.4,0,0.8-0.4,0.8-0.8V9.7c0-0.3,0.2-0.5,0.4-0.6c1.4-0.7,2-2.3,1.3-3.7C12.1,4.4,11.1,3.8,10,3.8z"/%3E%3Cpath class="st0" d="M10,11.5C10,11.5,10,11.5,10,11.5c-0.3,0-0.5,0.1-0.6,0.3c-0.2,0.2-0.2,0.4-0.2,0.7c0,0.5,0.4,0.9,0.9,0.9h0c0.5,0,0.9-0.4,0.9-0.9C10.9,11.9,10.5,11.5,10,11.5z"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.header .cta--account{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%23000;%7D.st1%7Bfill:transparent;%7D%3C/style%3E%3Cg transform="translate(-248.369 -412.045)"%3E%3Cpath class="st1" d="M258.5,423.8c3.2,0.1,5.8,2.7,5.9,5.9c0,0.9-2.8,1.7-6,1.7c-3.2,0-5.8-1-5.7-1.7c-0.1-3.2,2.5-5.8,5.6-5.9C258.3,423.8,258.4,423.8,258.5,423.8z"/%3E%3Cpath class="st0" d="M260.3,431.9c0.2,0,0.3-0.1,0.5-0.1c0.1,0,0.2,0,0.3-0.1c5.3-1.5,8.4-7,6.9-12.3c-1.5-5.3-7-8.4-12.3-6.9c-5.3,1.5-8.4,7-6.9,12.3c0.9,3.4,3.6,6,6.9,6.9c0.1,0,0.1,0,0.2,0c0.2,0.1,0.4,0.1,0.6,0.1c0.2,0,0.4,0.1,0.5,0.1c0.1,0,0.2,0,0.4,0c0.3,0,0.6,0,1,0h0c0.3,0,0.7,0,1-0.1c0.1,0,0.1,0,0.2,0C259.8,431.9,260,431.9,260.3,431.9z M259.6,430.3c-0.3,0-0.7,0.1-1,0.1c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0-0.2,0c-0.3,0-0.7,0-1-0.1c-0.1,0-0.2,0-0.3,0c-1.3-0.2-2.6-0.8-3.6-1.6c0.3-2.8,2.9-4.8,5.7-4.4c2.3,0.3,4.1,2.1,4.4,4.4c-1,0.8-2.3,1.4-3.6,1.6C259.7,430.2,259.6,430.3,259.6,430.3L259.6,430.3z M250.1,422c0-4.6,3.7-8.3,8.3-8.3c4.6,0,8.3,3.7,8.3,8.3c0,1.9-0.6,3.7-1.8,5.2c-1.1-3.6-4.8-5.6-8.4-4.5c-2.2,0.7-3.9,2.4-4.5,4.5C250.7,425.8,250.1,423.9,250.1,422L250.1,422z"/%3E%3Ccircle class="st1" cx="258.5" cy="419" r="2.7"/%3E%3Cpath class="st0" d="M258.4,421.6c1.7,0,3-1.4,3-3c0-1.7-1.4-3-3-3c-1.7,0-3,1.4-3,3C255.4,420.2,256.7,421.6,258.4,421.6z M258.4,417.2c0.7,0,1.3,0.6,1.3,1.3c0,0.7-0.6,1.3-1.3,1.3c-0.7,0-1.3-0.6-1.3-1.3l0,0C257,417.8,257.6,417.2,258.4,417.2L258.4,417.2z"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;order:7}.header .cta--account:hover,.header .cta--account:focus{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%2328348b;%7D.st1%7Bfill:transparent;%7D%3C/style%3E%3Cg transform="translate(-248.369 -412.045)"%3E%3Cpath class="st1" d="M258.5,423.8c3.2,0.1,5.8,2.7,5.9,5.9c0,0.9-2.8,1.7-6,1.7c-3.2,0-5.8-1-5.7-1.7c-0.1-3.2,2.5-5.8,5.6-5.9C258.3,423.8,258.4,423.8,258.5,423.8z"/%3E%3Cpath class="st0" d="M260.3,431.9c0.2,0,0.3-0.1,0.5-0.1c0.1,0,0.2,0,0.3-0.1c5.3-1.5,8.4-7,6.9-12.3c-1.5-5.3-7-8.4-12.3-6.9c-5.3,1.5-8.4,7-6.9,12.3c0.9,3.4,3.6,6,6.9,6.9c0.1,0,0.1,0,0.2,0c0.2,0.1,0.4,0.1,0.6,0.1c0.2,0,0.4,0.1,0.5,0.1c0.1,0,0.2,0,0.4,0c0.3,0,0.6,0,1,0h0c0.3,0,0.7,0,1-0.1c0.1,0,0.1,0,0.2,0C259.8,431.9,260,431.9,260.3,431.9z M259.6,430.3c-0.3,0-0.7,0.1-1,0.1c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0-0.2,0c-0.3,0-0.7,0-1-0.1c-0.1,0-0.2,0-0.3,0c-1.3-0.2-2.6-0.8-3.6-1.6c0.3-2.8,2.9-4.8,5.7-4.4c2.3,0.3,4.1,2.1,4.4,4.4c-1,0.8-2.3,1.4-3.6,1.6C259.7,430.2,259.6,430.3,259.6,430.3L259.6,430.3z M250.1,422c0-4.6,3.7-8.3,8.3-8.3c4.6,0,8.3,3.7,8.3,8.3c0,1.9-0.6,3.7-1.8,5.2c-1.1-3.6-4.8-5.6-8.4-4.5c-2.2,0.7-3.9,2.4-4.5,4.5C250.7,425.8,250.1,423.9,250.1,422L250.1,422z"/%3E%3Ccircle class="st1" cx="258.5" cy="419" r="2.7"/%3E%3Cpath class="st0" d="M258.4,421.6c1.7,0,3-1.4,3-3c0-1.7-1.4-3-3-3c-1.7,0-3,1.4-3,3C255.4,420.2,256.7,421.6,258.4,421.6z M258.4,417.2c0.7,0,1.3,0.6,1.3,1.3c0,0.7-0.6,1.3-1.3,1.3c-0.7,0-1.3-0.6-1.3-1.3l0,0C257,417.8,257.6,417.2,258.4,417.2L258.4,417.2z"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.header .cta--account.active{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%23000;%7D.st1%7Bfill:%2328348b;%7D%3C/style%3E%3Cg transform="translate(-248.369 -412.045)"%3E%3Cpath class="st1" d="M258.5,423.8c3.2,0.1,5.8,2.7,5.9,5.9c0,0.9-2.8,1.7-6,1.7c-3.2,0-5.8-1-5.7-1.7c-0.1-3.2,2.5-5.8,5.6-5.9C258.3,423.8,258.4,423.8,258.5,423.8z"/%3E%3Cpath class="st0" d="M260.3,431.9c0.2,0,0.3-0.1,0.5-0.1c0.1,0,0.2,0,0.3-0.1c5.3-1.5,8.4-7,6.9-12.3c-1.5-5.3-7-8.4-12.3-6.9c-5.3,1.5-8.4,7-6.9,12.3c0.9,3.4,3.6,6,6.9,6.9c0.1,0,0.1,0,0.2,0c0.2,0.1,0.4,0.1,0.6,0.1c0.2,0,0.4,0.1,0.5,0.1c0.1,0,0.2,0,0.4,0c0.3,0,0.6,0,1,0h0c0.3,0,0.7,0,1-0.1c0.1,0,0.1,0,0.2,0C259.8,431.9,260,431.9,260.3,431.9z M259.6,430.3c-0.3,0-0.7,0.1-1,0.1c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0-0.2,0c-0.3,0-0.7,0-1-0.1c-0.1,0-0.2,0-0.3,0c-1.3-0.2-2.6-0.8-3.6-1.6c0.3-2.8,2.9-4.8,5.7-4.4c2.3,0.3,4.1,2.1,4.4,4.4c-1,0.8-2.3,1.4-3.6,1.6C259.7,430.2,259.6,430.3,259.6,430.3L259.6,430.3z M250.1,422c0-4.6,3.7-8.3,8.3-8.3c4.6,0,8.3,3.7,8.3,8.3c0,1.9-0.6,3.7-1.8,5.2c-1.1-3.6-4.8-5.6-8.4-4.5c-2.2,0.7-3.9,2.4-4.5,4.5C250.7,425.8,250.1,423.9,250.1,422L250.1,422z"/%3E%3Ccircle class="st1" cx="258.5" cy="419" r="2.7"/%3E%3Cpath class="st0" d="M258.4,421.6c1.7,0,3-1.4,3-3c0-1.7-1.4-3-3-3c-1.7,0-3,1.4-3,3C255.4,420.2,256.7,421.6,258.4,421.6z M258.4,417.2c0.7,0,1.3,0.6,1.3,1.3c0,0.7-0.6,1.3-1.3,1.3c-0.7,0-1.3-0.6-1.3-1.3l0,0C257,417.8,257.6,417.2,258.4,417.2L258.4,417.2z"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.header .cta--account.active:hover,.header .cta--account.active:focus{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%2328348b;%7D.st1%7Bfill:%2328348b;%7D%3C/style%3E%3Cg transform="translate(-248.369 -412.045)"%3E%3Cpath class="st1" d="M258.5,423.8c3.2,0.1,5.8,2.7,5.9,5.9c0,0.9-2.8,1.7-6,1.7c-3.2,0-5.8-1-5.7-1.7c-0.1-3.2,2.5-5.8,5.6-5.9C258.3,423.8,258.4,423.8,258.5,423.8z"/%3E%3Cpath class="st0" d="M260.3,431.9c0.2,0,0.3-0.1,0.5-0.1c0.1,0,0.2,0,0.3-0.1c5.3-1.5,8.4-7,6.9-12.3c-1.5-5.3-7-8.4-12.3-6.9c-5.3,1.5-8.4,7-6.9,12.3c0.9,3.4,3.6,6,6.9,6.9c0.1,0,0.1,0,0.2,0c0.2,0.1,0.4,0.1,0.6,0.1c0.2,0,0.4,0.1,0.5,0.1c0.1,0,0.2,0,0.4,0c0.3,0,0.6,0,1,0h0c0.3,0,0.7,0,1-0.1c0.1,0,0.1,0,0.2,0C259.8,431.9,260,431.9,260.3,431.9z M259.6,430.3c-0.3,0-0.7,0.1-1,0.1c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0-0.2,0c-0.3,0-0.7,0-1-0.1c-0.1,0-0.2,0-0.3,0c-1.3-0.2-2.6-0.8-3.6-1.6c0.3-2.8,2.9-4.8,5.7-4.4c2.3,0.3,4.1,2.1,4.4,4.4c-1,0.8-2.3,1.4-3.6,1.6C259.7,430.2,259.6,430.3,259.6,430.3L259.6,430.3z M250.1,422c0-4.6,3.7-8.3,8.3-8.3c4.6,0,8.3,3.7,8.3,8.3c0,1.9-0.6,3.7-1.8,5.2c-1.1-3.6-4.8-5.6-8.4-4.5c-2.2,0.7-3.9,2.4-4.5,4.5C250.7,425.8,250.1,423.9,250.1,422L250.1,422z"/%3E%3Ccircle class="st1" cx="258.5" cy="419" r="2.7"/%3E%3Cpath class="st0" d="M258.4,421.6c1.7,0,3-1.4,3-3c0-1.7-1.4-3-3-3c-1.7,0-3,1.4-3,3C255.4,420.2,256.7,421.6,258.4,421.6z M258.4,417.2c0.7,0,1.3,0.6,1.3,1.3c0,0.7-0.6,1.3-1.3,1.3c-0.7,0-1.3-0.6-1.3-1.3l0,0C257,417.8,257.6,417.2,258.4,417.2L258.4,417.2z"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.header .cta--logout{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%23000;%7D%3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class="st0" d="M0,2.1c0-0.1,0-0.3,0.1-0.4C0.3,0.7,1.2,0,2.2,0c0.4,0,0.7,0,1.1,0C5.9,0,8.4,0,11,0c0,0,0.1,0,0.1,0c0,0.7,0,1.5,0,2.2c-3,0-5.9,0-8.9,0c0,5.2,0,10.4,0,15.5c3,0,5.9,0,8.9,0c0,0.8,0,1.5,0,2.2c-3,0-6,0-9,0c0,0,0,0-0.1,0c-0.9-0.1-1.6-0.6-1.9-1.5C0.1,18.3,0,18.1,0,17.9C0,12.6,0,7.4,0,2.1z"/%3E%3Cpath class="st0" d="M13.3,11.1c-3,0-5.9,0-8.9,0c0-0.7,0-1.5,0-2.2c3,0,5.9,0,8.9,0c0-1.5,0-2.9,0-4.5c2.2,1.9,4.4,3.7,6.7,5.6c-2.2,1.8-4.4,3.7-6.7,5.6C13.3,14.1,13.3,12.6,13.3,11.1z"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;order:8}.header .cta--logout:hover,.header .cta--logout:focus{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%2328348b;%7D%3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class="st0" d="M0,2.1c0-0.1,0-0.3,0.1-0.4C0.3,0.7,1.2,0,2.2,0c0.4,0,0.7,0,1.1,0C5.9,0,8.4,0,11,0c0,0,0.1,0,0.1,0c0,0.7,0,1.5,0,2.2c-3,0-5.9,0-8.9,0c0,5.2,0,10.4,0,15.5c3,0,5.9,0,8.9,0c0,0.8,0,1.5,0,2.2c-3,0-6,0-9,0c0,0,0,0-0.1,0c-0.9-0.1-1.6-0.6-1.9-1.5C0.1,18.3,0,18.1,0,17.9C0,12.6,0,7.4,0,2.1z"/%3E%3Cpath class="st0" d="M13.3,11.1c-3,0-5.9,0-8.9,0c0-0.7,0-1.5,0-2.2c3,0,5.9,0,8.9,0c0-1.5,0-2.9,0-4.5c2.2,1.9,4.4,3.7,6.7,5.6c-2.2,1.8-4.4,3.7-6.7,5.6C13.3,14.1,13.3,12.6,13.3,11.1z"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.header .cta--logout.active{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%23000;%7D%3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class="st0" d="M0,2.1c0-0.1,0-0.3,0.1-0.4C0.3,0.7,1.2,0,2.2,0c0.4,0,0.7,0,1.1,0C5.9,0,8.4,0,11,0c0,0,0.1,0,0.1,0c0,0.7,0,1.5,0,2.2c-3,0-5.9,0-8.9,0c0,5.2,0,10.4,0,15.5c3,0,5.9,0,8.9,0c0,0.8,0,1.5,0,2.2c-3,0-6,0-9,0c0,0,0,0-0.1,0c-0.9-0.1-1.6-0.6-1.9-1.5C0.1,18.3,0,18.1,0,17.9C0,12.6,0,7.4,0,2.1z"/%3E%3Cpath class="st0" d="M13.3,11.1c-3,0-5.9,0-8.9,0c0-0.7,0-1.5,0-2.2c3,0,5.9,0,8.9,0c0-1.5,0-2.9,0-4.5c2.2,1.9,4.4,3.7,6.7,5.6c-2.2,1.8-4.4,3.7-6.7,5.6C13.3,14.1,13.3,12.6,13.3,11.1z"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.header .cta--logout.active:hover,.header .cta--logout.active:focus{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%2328348b;%7D%3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class="st0" d="M0,2.1c0-0.1,0-0.3,0.1-0.4C0.3,0.7,1.2,0,2.2,0c0.4,0,0.7,0,1.1,0C5.9,0,8.4,0,11,0c0,0,0.1,0,0.1,0c0,0.7,0,1.5,0,2.2c-3,0-5.9,0-8.9,0c0,5.2,0,10.4,0,15.5c3,0,5.9,0,8.9,0c0,0.8,0,1.5,0,2.2c-3,0-6,0-9,0c0,0,0,0-0.1,0c-0.9-0.1-1.6-0.6-1.9-1.5C0.1,18.3,0,18.1,0,17.9C0,12.6,0,7.4,0,2.1z"/%3E%3Cpath class="st0" d="M13.3,11.1c-3,0-5.9,0-8.9,0c0-0.7,0-1.5,0-2.2c3,0,5.9,0,8.9,0c0-1.5,0-2.9,0-4.5c2.2,1.9,4.4,3.7,6.7,5.6c-2.2,1.8-4.4,3.7-6.7,5.6C13.3,14.1,13.3,12.6,13.3,11.1z"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.scroll-up .header{top:0}.primary-search-active:not(.scroll-down) .header{margin:0 0 -47px}.primary-search-active:not(.scroll-down) .header__search{margin:0}.footer{position:relative;flex-shrink:0;border-top:1px solid #28348b;padding-top:50px}.footer .wrapper,.footer .products__content,.footer .progressbar{margin:0 auto;max-width:1440px}@media(min-width: 768px)and (max-width: 1199.98px){.footer .wrapper,.footer .products__content,.footer .progressbar{max-width:1200px}}@media(max-width: 991.98px){.footer .wrapper,.footer .products__content,.footer .progressbar{max-width:992px}}@media(max-width: 767.98px){.footer .wrapper,.footer .products__content,.footer .progressbar{max-width:768px}}@media(width < 576px){.footer .wrapper,.footer .products__content,.footer .progressbar{max-width:576px}}.footer__copy{display:flex;flex-wrap:wrap;flex-direction:column;align-items:center;margin-bottom:20px}.footer__bottom{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;font-size:16px;line-height:26px;padding:0 40px 25px}@media(max-width: 767.98px){.footer__bottom{justify-content:center;align-items:center;padding:0 20px}}.footer .copyright{display:inline-block;margin:0 0 50px;color:#777;font-size:16px;line-height:26px}@media(max-width: 991.98px){.footer .copyright{text-align:center}}.footer .issn{display:inline-block;margin:-50px 0 50px;color:#777;font-size:16px;line-height:26px}@media(max-width: 991.98px){.footer .issn{text-align:center}}@media(max-width: 767.98px){.footer .list--social-follow{margin:0 auto 20px}}.footer .list--social-follow li{margin-bottom:0}.footer .navigation--footer{display:inline-block;margin:0}@media(max-width: 767.98px){.footer .navigation--footer{margin:0 auto 20px}}.block--article{margin-bottom:25px}.block--article .wrapper,.block--article .products__content,.block--article .progressbar{display:block;margin-top:30px}.block--sponsored{font-family:"Merriweather",sans-serif}.block--sponsored .is-h1{font-family:"Merriweather",sans-serif;font-size:50px;line-height:54px;font-weight:700;color:#3e306b}.block--sponsored .is-h5{font-size:15px;line-height:normal}.block--sponsored hr{background-color:rgba(62,48,107,.2)}.block--sponsored a:not(.btn){color:#3e306b}.block--sponsored .is-h6{color:#3e306b}.block--sponsored .overview-authors__title .is-h6{color:#3e306b}.block--sponsored .author__content .btn--link{border-color:#3e306b;color:#3e306b}.block--sponsored .author__content .btn--link::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="7px" height="7px" viewBox="0 0 12.15 12.151"%3E%3Cg id="Group_751" data-name="Group 751" transform="translate(-225.925 -26.925)"%3E%3Cpath id="Path_1459" data-name="Path 1459" d="M3011-26l9.322,9.322" transform="translate(-2783.661 54.339)" fill="none" stroke="%233e306b" stroke-linecap="round" stroke-width="2"/%3E%3Cpath id="Path_1460" data-name="Path 1460" d="M3011-16.678,3020.322-26" transform="translate(-2783.661 54.339)" fill="none" stroke="%233e306b" stroke-linecap="round" stroke-width="2"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.block--sponsored .author__content .btn--link:hover::after,.block--sponsored .author__content .btn--link:focus::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="7px" height="7px" viewBox="0 0 12.15 12.151"%3E%3Cg id="Group_751" data-name="Group 751" transform="translate(-225.925 -26.925)"%3E%3Cpath id="Path_1459" data-name="Path 1459" d="M3011-26l9.322,9.322" transform="translate(-2783.661 54.339)" fill="none" stroke="%23000" stroke-linecap="round" stroke-width="2"/%3E%3Cpath id="Path_1460" data-name="Path 1460" d="M3011-16.678,3020.322-26" transform="translate(-2783.661 54.339)" fill="none" stroke="%23000" stroke-linecap="round" stroke-width="2"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.block--sponsored .richtext h1,.block--sponsored .richtext h2,.block--sponsored .richtext h3,.block--sponsored .richtext h4,.block--sponsored .richtext h6{color:#3e306b}.block--sponsored .richtext hr{background-color:rgba(62,48,107,.2)}.block--sponsored .richtext .outlined{background-color:rgba(62,48,107,.2);color:#3e306b}.block--sponsored .richtext blockquote p{color:#3e306b;font-size:27px;line-height:41px}.block--sponsored .references{background-color:rgba(62,48,107,.2);color:#000}.block--sponsored .references .is-h5{color:#3e306b}.block--sponsored .btn:not(.btn--link,.btn--underline){background-color:#3e306b}.block--sponsored .btn:not(.btn--link,.btn--underline):hover,.block--sponsored .btn:not(.btn--link,.btn--underline):focus{background-color:rgb(21.2,16.4129032258,36.5870967742)}.block--sponsored .btn--social-share,.block--sponsored .btn--bookmark,.block--sponsored .btn--trash,.block--sponsored .btn--download-pdf,.block--sponsored .btn--social-share{background-color:rgba(0,0,0,0) !important;color:#3e306b}.block--sponsored .btn--social-share:hover,.block--sponsored .btn--social-share:focus,.block--sponsored .btn--bookmark:hover,.block--sponsored .btn--bookmark:focus,.block--sponsored .btn--trash:hover,.block--sponsored .btn--trash:focus,.block--sponsored .btn--download-pdf:hover,.block--sponsored .btn--download-pdf:focus,.block--sponsored .btn--social-share:hover,.block--sponsored .btn--social-share:focus{background-color:rgba(0,0,0,0);color:rgb(21.2,16.4129032258,36.5870967742)}.block--sponsored .btn--bookmark::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18px" height="18px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%233e306b;%7D%3C/style%3E%3Cg transform="translate(-640 -240)"%3E%3Cpath class="st0" d="M657.7,241c0-0.6-0.5-1-1.1-1h-13.4c-0.5,0.1-1,0.5-1,1.1v17.4c-0.1,0.8,0.5,1.5,1.3,1.5h0.2c0.2,0,0.4-0.1,0.5-0.2l5.7-3.3l5.7,3.3c0.2,0.1,0.3,0.1,0.5,0.2h0.1c0.7,0,1.4-0.6,1.4-1.3C657.8,258.6,657.7,241,657.7,241z M655.6,242.1v15.2l-5.1-3c-0.3-0.2-0.7-0.2-1.1,0l-5.1,3v-15.2L655.6,242.1z"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.block--sponsored .btn--bookmark:hover::after,.block--sponsored .btn--bookmark:focus::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18px" height="18px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:rgb(21.2, 16.4129032258, 36.5870967742);%7D%3C/style%3E%3Cg transform="translate(-640 -240)"%3E%3Cpath class="st0" d="M657.7,241c0-0.6-0.5-1-1.1-1h-13.4c-0.5,0.1-1,0.5-1,1.1v17.4c-0.1,0.8,0.5,1.5,1.3,1.5h0.2c0.2,0,0.4-0.1,0.5-0.2l5.7-3.3l5.7,3.3c0.2,0.1,0.3,0.1,0.5,0.2h0.1c0.7,0,1.4-0.6,1.4-1.3C657.8,258.6,657.7,241,657.7,241z M655.6,242.1v15.2l-5.1-3c-0.3-0.2-0.7-0.2-1.1,0l-5.1,3v-15.2L655.6,242.1z"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.block--sponsored .btn--bookmark.active::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18px" height="18px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%233e306b;%7D%3C/style%3E%3Cpath class="st0" d="M18,1c0-0.6-0.5-1-1.1-1H3.1C2.5,0.1,2.1,0.5,2,1.1v17.4c-0.1,0.8,0.5,1.5,1.4,1.5h0.2c0.2,0,0.4-0.1,0.6-0.2l5.9-3.3l5.9,3.3c0.2,0.1,0.3,0.1,0.5,0.2h0.1c0.8,0,1.4-0.6,1.5-1.3C18,18.6,18,1,18,1z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.block--sponsored .btn--bookmark.active:hover::after,.block--sponsored .btn--bookmark.active:focus::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18px" height="18px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:rgb(21.2, 16.4129032258, 36.5870967742);%7D%3C/style%3E%3Cpath class="st0" d="M18,1c0-0.6-0.5-1-1.1-1H3.1C2.5,0.1,2.1,0.5,2,1.1v17.4c-0.1,0.8,0.5,1.5,1.4,1.5h0.2c0.2,0,0.4-0.1,0.6-0.2l5.9-3.3l5.9,3.3c0.2,0.1,0.3,0.1,0.5,0.2h0.1c0.8,0,1.4-0.6,1.5-1.3C18,18.6,18,1,18,1z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.block--sponsored .btn--trash::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18px" height="18px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%233e306b;%7D%3C/style%3E%3Cpath class="st0" d="M16.3,6.2c0.4,0,0.7,0.4,0.7,0.8v10.8c0,1.2-1,2.3-2.3,2.3c-3.1,0-6.2,0-9.4,0c-1.3,0-2.3-1-2.3-2.3V6.9c0-0.4,0.3-0.7,0.7-0.8c0.4-0.1,0.8,0.2,0.9,0.6c0,0,0,0.1,0,0.1c0,3.6,0,7.2,0,10.8c0,0.4,0.3,0.7,0.8,0.8c3.1,0,6.2,0,9.3,0c0.4,0,0.8-0.4,0.8-0.8V6.9c0-0.4,0.3-0.7,0.7-0.8C16.2,6.1,16.2,6.1,16.3,6.2L16.3,6.2z M11.6,7.7c0.1,0,0.2,0,0.3,0.1c0.3,0.1,0.4,0.3,0.5,0.6c0,0,0,0,0,0.1v6.2c0,0.1,0,0.2-0.1,0.3c-0.2,0.4-0.7,0.5-1.1,0.3c-0.1-0.1-0.2-0.1-0.2-0.2c-0.1-0.1-0.1-0.3-0.1-0.4V8.5c0-0.1,0-0.2,0-0.3c0.1-0.3,0.4-0.5,0.6-0.5C11.5,7.7,11.5,7.7,11.6,7.7L11.6,7.7z M8.5,7.7c0.1,0,0.2,0,0.3,0.1C9,7.9,9.2,8.1,9.2,8.4c0,0,0,0,0,0.1v6.2c0,0.1,0,0.2-0.1,0.3c-0.2,0.4-0.7,0.5-1.1,0.3c-0.1-0.1-0.2-0.1-0.2-0.2c-0.1-0.1-0.1-0.3-0.1-0.4V8.5c0-0.1,0-0.2,0.1-0.3c0.1-0.3,0.4-0.5,0.6-0.5C8.4,7.7,8.5,7.7,8.5,7.7L8.5,7.7z M6.1,3.1V0.8c0-0.1,0-0.2,0-0.3C6.3,0.2,6.5,0,6.8,0c0,0,0.1,0,0.1,0h6.2h0c0.1,0,0.2,0,0.3,0.1c0.3,0.1,0.4,0.3,0.5,0.6c0,0,0,0.1,0,0.1v2.3h3.9h0.1c0,0,0.1,0,0.1,0c0.4,0.2,0.6,0.6,0.5,1c-0.1,0.2-0.2,0.3-0.3,0.4c-0.1,0.1-0.3,0.1-0.4,0.1H2.2c0,0-0.1,0-0.1,0C1.7,4.5,1.4,4,1.5,3.6c0-0.2,0.2-0.3,0.3-0.4C2,3.1,2.1,3.1,2.2,3.1L6.1,3.1L6.1,3.1z M12.3,3.1V1.5H7.7v1.5H12.3z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.block--sponsored .btn--trash:hover::after,.block--sponsored .btn--trash:focus::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18px" height="18px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:rgb(21.2, 16.4129032258, 36.5870967742);%7D%3C/style%3E%3Cpath class="st0" d="M16.3,6.2c0.4,0,0.7,0.4,0.7,0.8v10.8c0,1.2-1,2.3-2.3,2.3c-3.1,0-6.2,0-9.4,0c-1.3,0-2.3-1-2.3-2.3V6.9c0-0.4,0.3-0.7,0.7-0.8c0.4-0.1,0.8,0.2,0.9,0.6c0,0,0,0.1,0,0.1c0,3.6,0,7.2,0,10.8c0,0.4,0.3,0.7,0.8,0.8c3.1,0,6.2,0,9.3,0c0.4,0,0.8-0.4,0.8-0.8V6.9c0-0.4,0.3-0.7,0.7-0.8C16.2,6.1,16.2,6.1,16.3,6.2L16.3,6.2z M11.6,7.7c0.1,0,0.2,0,0.3,0.1c0.3,0.1,0.4,0.3,0.5,0.6c0,0,0,0,0,0.1v6.2c0,0.1,0,0.2-0.1,0.3c-0.2,0.4-0.7,0.5-1.1,0.3c-0.1-0.1-0.2-0.1-0.2-0.2c-0.1-0.1-0.1-0.3-0.1-0.4V8.5c0-0.1,0-0.2,0-0.3c0.1-0.3,0.4-0.5,0.6-0.5C11.5,7.7,11.5,7.7,11.6,7.7L11.6,7.7z M8.5,7.7c0.1,0,0.2,0,0.3,0.1C9,7.9,9.2,8.1,9.2,8.4c0,0,0,0,0,0.1v6.2c0,0.1,0,0.2-0.1,0.3c-0.2,0.4-0.7,0.5-1.1,0.3c-0.1-0.1-0.2-0.1-0.2-0.2c-0.1-0.1-0.1-0.3-0.1-0.4V8.5c0-0.1,0-0.2,0.1-0.3c0.1-0.3,0.4-0.5,0.6-0.5C8.4,7.7,8.5,7.7,8.5,7.7L8.5,7.7z M6.1,3.1V0.8c0-0.1,0-0.2,0-0.3C6.3,0.2,6.5,0,6.8,0c0,0,0.1,0,0.1,0h6.2h0c0.1,0,0.2,0,0.3,0.1c0.3,0.1,0.4,0.3,0.5,0.6c0,0,0,0.1,0,0.1v2.3h3.9h0.1c0,0,0.1,0,0.1,0c0.4,0.2,0.6,0.6,0.5,1c-0.1,0.2-0.2,0.3-0.3,0.4c-0.1,0.1-0.3,0.1-0.4,0.1H2.2c0,0-0.1,0-0.1,0C1.7,4.5,1.4,4,1.5,3.6c0-0.2,0.2-0.3,0.3-0.4C2,3.1,2.1,3.1,2.2,3.1L6.1,3.1L6.1,3.1z M12.3,3.1V1.5H7.7v1.5H12.3z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.block--sponsored .btn--download-pdf::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18px" height="18px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%233e306b;%7D%3C/style%3E%3Cg transform="translate(-880 -251)"%3E%3Cg transform="translate(-127.055 -18.965)"%3E%3Cpath class="st0" d="M1015.3,278.8c-0.3-0.2-0.6-0.3-0.9-0.3h-1v3h0.6v-0.8h0.4c0.3,0,0.6-0.1,0.9-0.3c0.2-0.2,0.3-0.5,0.3-0.8C1015.6,279.3,1015.5,279,1015.3,278.8z M1014.9,280c-0.1,0.1-0.3,0.1-0.4,0.1h-0.4v-1h0.3c0.2,0,0.3,0,0.4,0.1c0.1,0.1,0.2,0.2,0.1,0.4C1015,279.8,1015,279.9,1014.9,280L1014.9,280z"/%3E%3Cpath class="st0" d="M1018,281.1c0.3-0.3,0.4-0.7,0.4-1.1c0-0.4-0.1-0.8-0.4-1.1c-0.3-0.3-0.7-0.4-1.1-0.4h-1v3h0.9C1017.2,281.6,1017.6,281.4,1018,281.1z M1016.5,279.1h0.3c0.3,0,0.5,0.1,0.7,0.2c0.2,0.2,0.2,0.4,0.2,0.7c0,0.2-0.1,0.5-0.2,0.7l0,0c-0.2,0.2-0.4,0.2-0.6,0.2h-0.4L1016.5,279.1z"/%3E%3Cpath class="st0" d="M1020.5,279.1v-0.6h-1.9v3h0.6v-1.2h1.2v-0.6h-1.2v-0.6L1020.5,279.1z"/%3E%3Cpath class="st0" d="M1023.1,274l-3.6-3.6c-0.3-0.3-0.7-0.4-1.1-0.4h-6.4c-0.8,0-1.5,0.7-1.5,1.5v14.1c0,0.8,0.7,1.5,1.5,1.5h2.9v-1.3h-2.9c-0.1,0-0.2-0.1-0.2-0.2v-14.1c0-0.1,0-0.1,0.1-0.1c0,0,0.1-0.1,0.1-0.1h6v2.7c0,0.9,0.7,1.5,1.5,1.5h2.7v10.1c0,0.1-0.1,0.2-0.2,0.2h-3v1.3h3c0.8,0,1.5-0.7,1.5-1.5v-10.6C1023.6,274.7,1023.4,274.3,1023.1,274z M1019.6,274.2c-0.1,0-0.2-0.1-0.2-0.2v-1.9l2.1,2.1H1019.6z"/%3E%3Cpath class="st0" d="M1017.8,283.6h-1.6v4.3h-1.2l2,2l2-2h-1.2L1017.8,283.6z"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.block--sponsored .btn--download-pdf:hover::after,.block--sponsored .btn--download-pdf:focus::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18px" height="18px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:rgb(21.2, 16.4129032258, 36.5870967742);%7D%3C/style%3E%3Cg transform="translate(-880 -251)"%3E%3Cg transform="translate(-127.055 -18.965)"%3E%3Cpath class="st0" d="M1015.3,278.8c-0.3-0.2-0.6-0.3-0.9-0.3h-1v3h0.6v-0.8h0.4c0.3,0,0.6-0.1,0.9-0.3c0.2-0.2,0.3-0.5,0.3-0.8C1015.6,279.3,1015.5,279,1015.3,278.8z M1014.9,280c-0.1,0.1-0.3,0.1-0.4,0.1h-0.4v-1h0.3c0.2,0,0.3,0,0.4,0.1c0.1,0.1,0.2,0.2,0.1,0.4C1015,279.8,1015,279.9,1014.9,280L1014.9,280z"/%3E%3Cpath class="st0" d="M1018,281.1c0.3-0.3,0.4-0.7,0.4-1.1c0-0.4-0.1-0.8-0.4-1.1c-0.3-0.3-0.7-0.4-1.1-0.4h-1v3h0.9C1017.2,281.6,1017.6,281.4,1018,281.1z M1016.5,279.1h0.3c0.3,0,0.5,0.1,0.7,0.2c0.2,0.2,0.2,0.4,0.2,0.7c0,0.2-0.1,0.5-0.2,0.7l0,0c-0.2,0.2-0.4,0.2-0.6,0.2h-0.4L1016.5,279.1z"/%3E%3Cpath class="st0" d="M1020.5,279.1v-0.6h-1.9v3h0.6v-1.2h1.2v-0.6h-1.2v-0.6L1020.5,279.1z"/%3E%3Cpath class="st0" d="M1023.1,274l-3.6-3.6c-0.3-0.3-0.7-0.4-1.1-0.4h-6.4c-0.8,0-1.5,0.7-1.5,1.5v14.1c0,0.8,0.7,1.5,1.5,1.5h2.9v-1.3h-2.9c-0.1,0-0.2-0.1-0.2-0.2v-14.1c0-0.1,0-0.1,0.1-0.1c0,0,0.1-0.1,0.1-0.1h6v2.7c0,0.9,0.7,1.5,1.5,1.5h2.7v10.1c0,0.1-0.1,0.2-0.2,0.2h-3v1.3h3c0.8,0,1.5-0.7,1.5-1.5v-10.6C1023.6,274.7,1023.4,274.3,1023.1,274z M1019.6,274.2c-0.1,0-0.2-0.1-0.2-0.2v-1.9l2.1,2.1H1019.6z"/%3E%3Cpath class="st0" d="M1017.8,283.6h-1.6v4.3h-1.2l2,2l2-2h-1.2L1017.8,283.6z"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.block--sponsored .btn--social-share::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="14px" height="14px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: %233e306b;%7D%3C/style%3E%3Cpath class="st0" d="M14.8,13.7c-0.8,0-1.5,0.3-2.1,0.7l-4.7-3c0.2-0.4,0.3-0.9,0.3-1.3c0-0.4-0.1-0.8-0.3-1.2l4.7-3.3c1.4,1.1,3.4,0.8,4.5-0.5s0.8-3.3-0.6-4.4c-0.6-0.4-1.3-0.7-2-0.7c-1.8,0-3.2,1.4-3.2,3.1c0,0,0,0,0,0c0,0.4,0.1,0.7,0.2,1L7,7.6C6.5,7.2,5.9,7,5.2,7C3.4,7,2,8.4,2,10.1s1.4,3.1,3.2,3.1c0.6,0,1.2-0.2,1.7-0.5l4.8,3.1c-0.1,0.3-0.2,0.6-0.1,1c0,1.7,1.4,3.1,3.2,3.1c1.8,0,3.2-1.4,3.2-3.1C18,15.1,16.6,13.7,14.8,13.7L14.8,13.7z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.block--sponsored .btn--social-share:hover::after,.block--sponsored .btn--social-share:focus::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="14px" height="14px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: rgb(21.2, 16.4129032258, 36.5870967742);%7D%3C/style%3E%3Cpath class="st0" d="M14.8,13.7c-0.8,0-1.5,0.3-2.1,0.7l-4.7-3c0.2-0.4,0.3-0.9,0.3-1.3c0-0.4-0.1-0.8-0.3-1.2l4.7-3.3c1.4,1.1,3.4,0.8,4.5-0.5s0.8-3.3-0.6-4.4c-0.6-0.4-1.3-0.7-2-0.7c-1.8,0-3.2,1.4-3.2,3.1c0,0,0,0,0,0c0,0.4,0.1,0.7,0.2,1L7,7.6C6.5,7.2,5.9,7,5.2,7C3.4,7,2,8.4,2,10.1s1.4,3.1,3.2,3.1c0.6,0,1.2-0.2,1.7-0.5l4.8,3.1c-0.1,0.3-0.2,0.6-0.1,1c0,1.7,1.4,3.1,3.2,3.1c1.8,0,3.2-1.4,3.2-3.1C18,15.1,16.6,13.7,14.8,13.7L14.8,13.7z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.block--sponsored .list--meta{font-family:"Netto OT",sans-serif}.block--sponsored .list--meta li span{color:#3e306b}.block--sponsored .list--meta li span.clock::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%233e306b;%7D%3C/style%3E%3Cg transform="translate(-160 -240)"%3E%3Cg%3E%3Cg transform="translate(-101.252 -232.858)"%3E%3Cpath class="st0" d="M271.3,472.9c-5.5,0-10,4.5-10,10c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C281.2,477.3,276.8,472.9,271.3,472.9z M271.3,491c-4.5,0-8.1-3.6-8.1-8.1c0-4.5,3.6-8.1,8.1-8.1c4.5,0,8.1,3.6,8.1,8.1c0,0,0,0,0,0C279.4,487.3,275.7,491,271.3,491z"/%3E%3Cpath class="st0" d="M276,479.6c-0.2,0-0.4,0.1-0.6,0.2l-3.2,2.4V477c0-0.5-0.4-0.9-0.9-0.9c-0.5,0-0.9,0.4-0.9,0.9l0,0v6.9c0,0.5,0.4,0.9,0.9,0.9c0,0,0,0,0,0h0c0.2,0,0.4-0.1,0.6-0.2l4.7-3.5c0.4-0.3,0.5-0.9,0.2-1.3C276.6,479.7,276.3,479.6,276,479.6L276,479.6z"/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.block--sponsored .list--meta li span.tag::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%233e306b;%7D%3C/style%3E%3Cpath class="st0" d="M14.3,17H2.8C1.3,17,0,15.7,0,14.1V5.9C0,4.3,1.3,3,2.8,3h11.4c0.9,0,1.8,0.5,2.3,1.2l2.9,4.1c0.7,1,0.7,2.4,0,3.4l-2.9,4.1C16.1,16.5,15.2,17,14.3,17z M2.8,4.9c-0.5,0-1,0.4-1,1v8.2c0,0.5,0.4,1,1,1h11.4c0.3,0,0.6-0.2,0.8-0.4l2.9-4.1c0.2-0.3,0.2-0.8,0-1.1l-2.9-4.1c-0.2-0.3-0.5-0.4-0.8-0.4L2.8,4.9z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.block--sponsored .list--meta li span.degree::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%233e306b;%7D%3C/style%3E%3Cpath class="st0" d="M19.9,16.5c-0.1-0.1-0.2-0.1-0.3-0.1h-2.3l0-12.7c0,0,0,0,0,0V2.3C17.3,1,16.3,0,15,0h-2.6c-0.1,0-0.2,0-0.2,0H8.7C8.7,0,8.6,0,8.5,0H2.3C1,0,0,1,0,2.3v0.9c0,0.3,0.2,0.5,0.5,0.5h3.2v14.1c0,1.2,0.9,2.2,2.1,2.2c0.1,0,0.3,0,0.4,0h11.5c0,0,0.1,0,0.1,0c1.3,0,2.3-1,2.3-2.3l0-0.9C20,16.7,20,16.6,19.9,16.5L19.9,16.5z M9.1,0.9h2.7v6.6l-1-1c-0.2-0.2-0.5-0.2-0.6,0l-1,1L9.1,0.9z M3.6,2.7H0.9V2.3c0-0.8,0.6-1.4,1.4-1.4s1.4,0.6,1.4,1.4L3.6,2.7z M7.6,16.4L7.6,16.4c-0.1,0-0.1,0.1-0.2,0.1l0,0l0,0c0,0-0.1,0.1-0.1,0.2c0,0,0,0.1,0,0.2l0,0.9c0,0.7-0.5,1.2-1.2,1.3H5.9c-0.8,0-1.4-0.6-1.4-1.4c0,0,0,0,0,0V2.3c0-0.5-0.2-1-0.5-1.4h4.1v7.7c0,0.3,0.2,0.5,0.5,0.5C8.8,9.1,8.9,9,9,9l1.5-1.5L12,9c0.2,0.2,0.5,0.2,0.6,0c0.1-0.1,0.1-0.2,0.1-0.3V0.9H15c0.8,0,1.4,0.6,1.4,1.4l0,14.1H7.7C7.7,16.3,7.6,16.4,7.6,16.4L7.6,16.4L7.6,16.4z M19.1,17.7c0,0.7-0.5,1.3-1.3,1.4c0,0-0.1,0-0.1,0h-10c0.3-0.4,0.4-0.9,0.4-1.3l0-0.5h8.5c0,0,0.1,0,0.1,0c0,0,0.1,0,0.1,0h2.2L19.1,17.7z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.block--sponsored .list--meta li span.marker::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%233e306b;%7D%3C/style%3E%3Cg%3E%3Cpath class="st0" d="M10.1,5.1c-1.6,0-3,1.3-3,3c0,1.6,1.3,3,3,3c1.6,0,3-1.3,3-3S11.8,5.1,10.1,5.1L10.1,5.1z M10.1,9.7C9.3,9.7,8.4,9,8.4,8.1s0.7-1.6,1.6-1.6s1.6,0.7,1.6,1.6c0,0.4-0.2,0.8-0.5,1.1C11,9.5,10.6,9.7,10.1,9.7z"/%3E%3Cpath class="st0" d="M10.2,0H10C5.5,0.1,2,3.7,2,8.2c0,1.8,0.6,3.5,1.7,4.9l0,0l5.7,6.7l0,0c0.3,0.3,0.7,0.3,1,0l0,0l5.8-6.7l0,0c2.7-3.5,2.1-8.6-1.4-11.4C13.6,0.6,11.9,0,10.2,0L10.2,0z M15.3,12.2l-5.3,6l-5.2-6C2.5,9.3,3,5.1,5.9,2.8s7.2-1.7,9.4,1.2C17.2,6.4,17.2,9.8,15.3,12.2L15.3,12.2z"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.block--sponsored .list--meta li span.date::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%233e306b;%7D%3C/style%3E%3Cpath class="st0" d="M17.2,2.1h-1.7V1c0-0.5-0.4-1-1-1c-0.6,0-1,0.4-1,1v1.1h-7V1c0-0.5-0.4-1-1-1s-1,0.4-1,1v1.1H2.8C1.3,2.1,0,3.3,0,4.8v12.5c0,0.7,0.3,1.4,0.8,1.9c0.5,0.5,1.2,0.8,2,0.8h14.4c1.5,0,2.8-1.2,2.8-2.7V4.8C20,3.3,18.7,2.1,17.2,2.1z M2,10.3h16v7c0,0.4-0.4,0.8-0.8,0.8l-14.4,0c-0.4,0-0.8-0.3-0.8-0.8V10.3z M5.5,5.8c0.6,0,1-0.4,1-1V4h7v0.9c0,0.5,0.4,1,1,1c0.6,0,1-0.4,1-1V4h1.7C17.6,4,18,4.3,18,4.8v3.6H2V4.8C2,4.3,2.4,4,2.8,4h1.7v0.9C4.5,5.4,4.9,5.8,5.5,5.8z M2.8,19.9L2.8,19.9L2.8,19.9L2.8,19.9z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.block--sponsored .list--meta li span.author::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%233e306b;%7D%3C/style%3E%3Cpath class="st0" d="M12.6,8.8c2.2-1.5,2.7-4.5,1.3-6.7S9.5-0.7,7.4,0.8S4.6,5.3,6.1,7.5C6.4,8,6.9,8.5,7.4,8.8c-3.5,1-5.9,4.3-5.9,8v2.6c0,0.4,0.3,0.6,0.6,0.6h15.7c0.3,0,0.6-0.3,0.6-0.6c0,0,0,0,0,0v-2.6C18.5,13.1,16.1,9.8,12.6,8.8z M6.5,4.8c0-1.9,1.5-3.5,3.5-3.5c1.9,0,3.5,1.6,3.5,3.5S11.9,8.3,10,8.3h0C8.1,8.3,6.5,6.8,6.5,4.8C6.5,4.8,6.5,4.8,6.5,4.8z M17.2,18.7H2.7v-2c0-3.9,3.1-7,6.9-7h0.8c3.8,0,6.9,3.1,6.9,7L17.2,18.7z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.block--sponsored .list--meta li span.book::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="14px" height="14px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%233e306b;%7D%3C/style%3E%3Cpath class="st0" d="M1,16.7c0,0.5,0.4,0.8,0.8,0.8h4.9c1.1,0,2.1,0.8,2.4,1.9C9.2,19.7,9.5,20,9.9,20h0.2c0.4,0,0.7-0.3,0.8-0.6c0.3-1.1,1.3-1.9,2.4-1.9h4.9c0.5,0,0.8-0.4,0.8-0.8V4.2c0-0.5-0.4-0.8-0.8-0.8h-4.9c-0.9,0-1.8,0.3-2.5,0.8C10.8,1.9,9,0,6.7,0H5.9C5.5,0,5.1,0.4,5.1,0.8v2.5H1.8C1.4,3.3,1,3.7,1,4.2V16.7z M13.3,5h4.1v10.8h-4.1c-0.9,0-1.8,0.3-2.5,0.8V7.5C10.8,6.1,11.9,5,13.3,5z M6.7,1.7c1.4,0,2.5,1.1,2.5,2.5v9.2c-0.7-0.5-1.6-0.8-2.5-0.8L6.7,1.7z M2.6,5h2.5v8.3c0,0.5,0.4,0.8,0.8,0.8h0.8c1.4,0,2.5,1.1,2.5,2.5c-0.7-0.5-1.6-0.8-2.5-0.8H2.6V5z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.block--sponsored .article__intro .richtext{font-size:16px;line-height:30px}.block--sponsored .article__intro .richtext p{font-weight:700}.block--sponsored .article__image figure{position:relative}.block--sponsored .article__image figure figcaption{background:rgba(62,48,107,.4)}.block--sponsored .article__content .richtext{font-size:16px;line-height:30px}.block--sponsored .article__content .sponsor-content .richtext{font-size:12px;line-height:24px}.article{display:flex;flex-direction:column}.article__sponsored{flex:0 0 66.66666667%;max-width:66.66666667%;word-break:break-word;display:flex;flex-wrap:wrap;align-items:center;margin-bottom:25px}@media(max-width: 991.98px){.article__sponsored{flex:0 0 100%;max-width:100%}}.article__sponsored .subline{font-size:13px;line-height:normal;margin-left:auto}@media(max-width: 991.98px){.article__sponsored .subline{flex:0 0 100%;max-width:100%;text-align:right}}.article__sponsored .list{margin-bottom:0}@media(max-width: 991.98px){.article__sponsored .list{flex:0 0 100%;max-width:100%}}.article__title{flex:0 0 66.66666667%;max-width:66.66666667%;word-break:break-word}@media(max-width: 991.98px){.article__title{flex:0 0 100%;max-width:100%}}.article__title .is-h5{color:#777;font-size:16px;font-weight:400;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.article__title .is-h5+.is-h1{margin-top:-20px}.article__title .is-h1+.is-h4{margin-top:-25px}.article__intro{flex:0 0 66.66666667%;max-width:66.66666667%;display:flex;flex-direction:column}@media(max-width: 991.98px){.article__intro{flex:0 0 100%;max-width:100%}}.article__intro .richtext *{font-weight:700}.article__info{flex:0 0 66.66666667%;max-width:66.66666667%;display:flex;flex-direction:column}@media(max-width: 991.98px){.article__info{flex:0 0 100%;max-width:100%}}.article__content{display:flex;flex-direction:column}.article__content .richtext{display:block}.article__content .richtext h2+p,.article__content .richtext h3+p,.article__content .richtext h4+p,.article__content .richtext h5+p,.article__content .richtext h6+p{margin-top:-25px}.article__content .richtext h2+ul,.article__content .richtext h3+ul,.article__content .richtext h4+ul,.article__content .richtext h5+ul,.article__content .richtext h6+ul{margin-top:-20px}.article__content .richtext p:has(img.img-float-right){float:right;width:50%}.article__content .richtext figure.image{display:grid;grid-template-rows:repeat(1, auto)}.article__content .richtext figure.image:has(img.img-float-right){float:right;width:50%;text-align:right;grid-template-columns:1fr}@media(max-width: 991.98px){.article__content .richtext figure.image .image-link{grid-column:1/-1}}.article__content .richtext figure.image .image-link img{width:auto}.article__content .richtext figure.image .image-link--full{grid-column:1/-1}.article__content .richtext figure.image img.img-small{width:50%}@media(max-width: 991.98px){.article__content .richtext figure.image img.img-small{grid-column:1/-1}}.article__content .richtext figure.image img.img-full-width{grid-column:1/-1}.article__content .richtext figure.image figcaption{margin-bottom:0}.article__content .richtext hr{clear:both}.article__content .richtext hr+figure.small-picture.with-copyright{display:block;width:115px;float:left}@media(max-width: 767.98px){.article__content .richtext hr+figure.small-picture.with-copyright{float:none;max-width:100%;margin-left:auto;margin-right:auto}}.article__content .richtext hr+figure.small-picture.with-copyright .copyright{display:block;text-align:center}.article__content .richtext hr+figure.small-picture.with-copyright img{max-width:100%;margin-right:0 !important}.article__content .richtext hr+figure.small-picture.with-copyright img+.copyright{margin-top:-20px}.article__content .richtext hr+figure.small-picture.with-copyright+p{display:block;max-width:calc(100% - 115px);float:left;padding:0 30px}@media(max-width: 767.98px){.article__content .richtext hr+figure.small-picture.with-copyright+p{float:none;width:100%;max-width:100%}}.article__content .richtext hr+figure.small-picture.with-copyright+p+figure.small-picture.with-copyright{display:block;width:115px;float:left}@media(max-width: 767.98px){.article__content .richtext hr+figure.small-picture.with-copyright+p+figure.small-picture.with-copyright{float:none;max-width:100%;margin-left:auto;margin-right:auto}}.article__content .richtext hr+figure.small-picture.with-copyright+p+figure.small-picture.with-copyright img{max-width:100%;margin-right:0 !important}.article__content .richtext hr+figure.small-picture.with-copyright+p+figure.small-picture.with-copyright img+.copyright{margin-top:-20px}.article__content .richtext hr+figure.small-picture.with-copyright+p+figure.small-picture.with-copyright .copyright{display:block;text-align:center}.article__content .richtext hr+figure.small-picture.with-copyright+p+figure+p{display:block;max-width:calc(100% - 115px);float:left;padding:0 30px}@media(max-width: 767.98px){.article__content .richtext hr+figure.small-picture.with-copyright+p+figure+p{float:none;width:100%;max-width:100%}}.article__content .columns{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;margin:0 -10px}.article__content .columns__content{flex:0 0 66.66666667%;max-width:66.66666667%;display:flex;flex-direction:column;padding:0 10px;margin:0 auto 0 0}@media(max-width: 991.98px){.article__content .columns__content{flex:0 0 100%;max-width:100%}}.article__content .columns__content .image{margin:0 0 25px}.article__content .columns__sidebar{flex:0 0 33.33333333%;max-width:33.33333333%;padding:0 10px;margin:0 0 0 auto}@media(max-width: 991.98px){.article__content .columns__sidebar{flex:0 0 100%;max-width:100%}}.article__content .columns__sidebar .box--bg{margin-left:10px}@media(max-width: 991.98px){.article__content .columns__sidebar .box--bg{margin-left:0}}.article__content .columns__sidebar .list--vacancy{margin-right:-10px}@media(max-width: 991.98px){.article__content .columns__sidebar .list--vacancy{margin-right:0;border-top:1px solid #ccc;padding-top:20px}}.article__image{flex:0 0 66.66666667%;max-width:66.66666667%;display:flex;flex-direction:column;margin:0 0 25px}@media(max-width: 991.98px){.article__image{flex:0 0 100%;max-width:100%}}.article__image figure{position:relative}.article__image figure figcaption{position:absolute;bottom:0;left:0;font-size:18px;line-height:32px;padding:5px 15px;width:100%;font-weight:600;background:rgba(40,52,139,.4);color:#fff}@media(max-width: 767.98px){.article__image picture{margin:0 -20px}}.article__image picture img{width:100%}.article__image .info-source{margin-top:-20px;text-align:right}@media(max-width: 767.98px){.article__image .info-source{margin:-20px -20px 0}}.article__options .list--meta li span{font-size:13px}.article__options,.article__social,.article__authors{flex:0 0 66.66666667%;max-width:66.66666667%;display:flex;flex-direction:column}@media(max-width: 991.98px){.article__options,.article__social,.article__authors{flex:0 0 100%;max-width:100%}}.article__authors{margin-bottom:25px}.article__no-access{flex:0 0 66.66666667%;max-width:66.66666667%;position:relative}@media(max-width: 991.98px){.article__no-access{flex:0 0 100%;max-width:100%}}.article__no-access .article__content{flex:unset;max-width:100%;width:100%}.article__no-access .article__content+.restricted-box::before{background:linear-gradient(0deg, white 20%, rgba(255, 255, 255, 0) 100%)}@media(max-width: 1199.98px){.article__no-access .article__content+.restricted-box::before{background:linear-gradient(0deg, white 40%, rgba(255, 255, 255, 0) 100%)}}.article__no-access .columns__content{flex:unset;max-width:100%;width:100%}.article__no-access .small{display:block;margin-top:10px}.article__no-access .error{color:#db001b}.article__no-access .restricted-box__wrapper{margin-top:-35%}@media(max-width: 767.98px){.article__no-access .restricted-box__wrapper{margin-top:-55%}}.article--event .list--meta li span{text-transform:uppercase}.article--vacancy{display:flex;flex-flow:wrap row}.article--vacancy .article__block{flex:0 0 66.66666667%;max-width:66.66666667%;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;margin-left:0;margin-right:0}@media(max-width: 991.98px){.article--vacancy .article__block{flex:0 0 100%;max-width:100%}}.article--vacancy .article__content{padding:0}.article--vacancy .article__content,.article--vacancy .article__image{flex:0 0 100%;max-width:100%}.article-meta-overview{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;margin:0 -15px}.article-meta-overview__item{flex:0 0 25%;max-width:25%;padding:0 15px}@media(max-width: 991.98px){.article-meta-overview__item{flex:0 0 50%;max-width:50%}}@media(max-width: 767.98px){.article-meta-overview__item{flex:0 0 100%;max-width:100%}}.article-meta-overview__item dl{font-size:14px;line-height:26px;margin:0 0 20px;word-break:break-word}.article-meta-overview__item dl dt,.article-meta-overview__item dl dd{margin:0 0 5px}.article-meta-overview__item dl dd{line-height:20px}.article-meta-overview__item dl dt+dd{margin-top:-5px}.article-meta-overview__item--large{flex:0 0 100%;max-width:100%}@media(max-width: 991.98px){.article-meta-overview__item--large{flex:0 0 100%;max-width:100%}}.article-info{display:flex;flex-wrap:wrap;align-items:flex-start;margin:0 -10px}.article-info__image{flex:0 0 116px;max-width:116px;padding:0 10px}.article-info__image picture{margin:0 0 25px}.article-info__content{flex:1;padding:0 10px}.article-info__content .richtext{font-size:14px;line-height:26px}.article-info__content .richtext+.info-source{margin-top:-25px}.advertisement{display:flex;justify-content:center}.advertisement--full .advertisement__content{width:100%}.advertisement__content{display:flex;flex-direction:column;margin:0 0 25px;min-width:300px;min-height:250px}@media(max-width: 1199.98px){.advertisement__content{min-width:300px;min-height:100px}}.advertisement__content div:first-child{flex:1}@media(min-width: 576px)and (max-width: 767.98px){.advertisement--leaderboard .advertisement__content{min-width:320px;min-height:100px}}@media(min-width: 768px){.advertisement--leaderboard .advertisement__content{min-width:728px;min-height:90px}}.advertisement .subline{font-size:12px;line-height:5px;text-align:right;margin-top:5px;text-transform:lowercase}.references{padding:20px 20px 0;margin:0 0 25px;border-radius:6px;background:rgba(188,202,233,.2)}.references ol,.references ul{list-style:decimal;padding-left:40px}@media(max-width: 767.98px){.references ol,.references ul{padding-left:20px}}.references ol li,.references ul li{font-size:14px;padding:0 5px 0 15px;line-height:26px}.references .is-h5{font-weight:700;color:#28348b;font-size:14px;line-height:normal}.overview-authors__content{display:flex;flex-wrap:wrap;margin:0 -15px}.overview-authors__content .author{flex:0 0 50%;max-width:50%;padding:0 15px}.progressbar{position:sticky;top:81px;display:none;margin:-48px auto 48px;padding:3px 23px;z-index:1}@media(max-width: 991.98px){.progressbar{display:block}}.progressbar::before{position:absolute;top:0;left:20px;right:20px;display:block;height:100%;content:"";border:1px solid #28348b;border-radius:10px;background-color:#fff}.progressbar span{position:relative;display:block;width:0;height:14px;border-radius:7px;background-color:#28348b;z-index:1}.sponsor-code{font-size:12px;line-height:24px;font-family:"Merriweather",sans-serif;font-weight:700;text-align:right;margin-left:35.8%}@media(max-width: 1199.98px){.sponsor-code{margin-left:0}}.sponsor-content{border:1px solid #3e306b;border-radius:6px;padding:10px 10px 0;margin-bottom:25px;margin-left:35.8%}@media(max-width: 1199.98px){.sponsor-content{margin-left:0}}.sponsor-content picture{text-align:center;margin-bottom:12px}.sponsor-content .richtext{font-size:12px;line-height:24px;font-family:"Merriweather",sans-serif;font-weight:400;margin-bottom:12px}.sponsor-content .richtext p:last-child{margin-bottom:0}.block{position:relative}.block--bg{background:#e9eaf3;padding:45px 0 70px;margin-bottom:50px}.block--bg+.block--bg{margin-top:-100px}@media(max-width: 767.98px){.block--bg+.block--search-page{margin-top:-50px}}.block--bg:first-child{margin-top:-50px}.block--bg:last-child{margin-bottom:0;width:100vw;margin-left:calc(-50vw + 720px);margin-right:calc(-50vw + 720px)}@media(width < 1440px){.block--bg:last-child{margin-left:0;margin-right:0}}.block--bg:last-child .wrapper,.block--bg:last-child .products__content,.block--bg:last-child .progressbar{margin:0 auto;max-width:1440px}@media(max-width: 1199.98px){.block--bg:last-child .wrapper,.block--bg:last-child .products__content,.block--bg:last-child .progressbar{max-width:1200px}}@media(max-width: 991.98px){.block--bg:last-child .wrapper,.block--bg:last-child .products__content,.block--bg:last-child .progressbar{max-width:992px}}@media(max-width: 767.98px){.block--bg:last-child .wrapper,.block--bg:last-child .products__content,.block--bg:last-child .progressbar{max-width:768px}}@media(width < 576px){.block--bg:last-child .wrapper,.block--bg:last-child .products__content,.block--bg:last-child .progressbar{max-width:576px}}.block--layout{margin-bottom:20px}.box--bg{padding:20px 20px 0;background-color:#e9eaf3}.layout{display:flex;flex-wrap:wrap}@media(max-width: 767.98px){.layout{max-width:90vw}}.layout__title{flex:0 0 74%;max-width:74%;padding:0 0 24px;display:flex;justify-content:space-between;align-items:center}@media(max-width: 1199.98px){.layout__title{flex:0 0 100%;max-width:100%}}.layout__title .is-h6{font-size:18px;line-height:22px;font-weight:700;text-transform:uppercase;margin:0}.layout__left{flex:0 0 75%;max-width:75%;padding:0 10px;margin:0 auto 0 0}@media(max-width: 767.98px){.layout__left{flex:0 0 100%;max-width:100%}}.layout__right{flex:0 0 24%;max-width:24%;padding:24px;margin:0 0 0 auto;background-color:#f2f2f2;border-radius:8px;overflow:hidden}@media(max-width: 767.98px){.layout__right{flex:0 0 100%;max-width:100%;margin-top:16px}}@media(min-width: 768px)and (max-width: 1199.98px){.layout__right{flex:0 0 48%;max-width:48%;margin-left:0;margin-top:16px}}.layout--reversed .layout__left{order:3;margin:0 0 0 auto}@media(max-width: 767.98px){.layout--reversed .layout__left{order:2}}.layout--reversed .layout__right{order:2;margin:0 auto 0 0}@media(max-width: 767.98px){.layout--reversed .layout__right{order:3}}.layout--full .layout__title{flex:0 0 100%;max-width:100%}.layout--full .layout__left{flex:0 0 100%;max-width:100%}.layout--full .layout__right{flex:0 0 100%;max-width:100%}.layout--full .highlights-overview__item{flex:0 0 23.5%;max-width:23.5%}@media(max-width: 991.98px){.layout--full .highlights-overview__item{flex:0 0 50%;max-width:50%}}@media(max-width: 767.98px){.layout--full .highlights-overview__item{flex:0 0 100%;max-width:100%}}.layout--highlighted .layout__left .btn--bookmark::after{width:15px;height:15px;background-size:15px;margin:0;transform:translateY(-50%)}.layout--highlighted .layout__left .list--meta li span{font-size:11px;padding-left:20px}.layout--highlighted .layout__left .list--meta li span::after{width:15px;height:15px;background-size:15px;margin:0;transform:translateY(-50%)}.layout--highlighted .layout__left .highlights-overview+.read-more{margin-top:-15px}.layout--highlighted .layout__right .highlight{height:calc(100% - 35px)}@media(max-width: 991.98px){.layout--highlighted .layout__right .highlight{height:auto}}.layout--highlighted .layout__right .highlight--advertorial{height:calc(100% + 135px)}.layout--news-block .layout__right .highlight{min-height:calc(100% - 35px)}@media(min-width: 768px)and (max-width: 1199.98px){.layout--news-block .layout__right .highlight{min-height:unset}}@media(max-width: 991.98px){.layout--news-block .layout__right .highlight{min-height:unset}}.toggle-block{display:flex;flex-direction:column;margin:0 0 25px;border:1px solid #ccc;padding:10px 20px 0}.toggle-block__title .is-h2{margin:0 0 10px}.toggle-block__title button{position:relative;display:block;width:100%;text-align:left;color:#28348b;font-size:28px;line-height:36px;font-weight:700;font-family:"Netto OT",sans-serif;padding:0 0 0 30px}@media(max-width: 767.98px){.toggle-block__title button{color:#000;font-size:18px}}.toggle-block__title button::after{position:absolute;top:50%;left:0;display:block;width:20px;height:20px;content:"";margin:-10px 0 0}.toggle-block__title button .count{position:absolute;left:10px;top:3px;display:block;width:14px;height:14px;color:#fff;font-size:8px;line-height:14px;font-weight:900;background:#28348b;border-radius:50%;text-align:center;z-index:1}.toggle-block__content{display:flex;flex-direction:column;padding:10px 0 0;height:100%}@media(max-width: 767.98px){.toggle-block__content{display:none}}.toggle-block__content .read-more{margin-top:auto}.toggle-block__content .is-h4+.online-access-msg{margin-top:-25px;font-size:14px;line-height:normal}.toggle-block__content .columns{display:flex;flex-direction:row;flex-wrap:wrap;margin:0 -10px}.toggle-block__content .columns .column{flex:0 0 50%;max-width:50%;padding:0 10px}@media(max-width: 767.98px){.toggle-block__content .columns .column{flex:0 0 100%;max-width:100%}}.toggle-block.active .toggle-block__content{display:flex}.toggle-block--bookmarks .toggle-block__title button::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%2328348b;%7D%3C/style%3E%3Cg transform="translate(-640 -240)"%3E%3Cpath class="st0" d="M657.7,241c0-0.6-0.5-1-1.1-1h-13.4c-0.5,0.1-1,0.5-1,1.1v17.4c-0.1,0.8,0.5,1.5,1.3,1.5h0.2c0.2,0,0.4-0.1,0.5-0.2l5.7-3.3l5.7,3.3c0.2,0.1,0.3,0.1,0.5,0.2h0.1c0.7,0,1.4-0.6,1.4-1.3C657.8,258.6,657.7,241,657.7,241z M655.6,242.1v15.2l-5.1-3c-0.3-0.2-0.7-0.2-1.1,0l-5.1,3v-15.2L655.6,242.1z"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.toggle-block--personal .toggle-block__title button::after,.toggle-block--online-access .toggle-block__title button::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%2328348b;%7D%3C/style%3E%3Cpath class="st0" d="M12.6,8.8c2.2-1.5,2.7-4.5,1.3-6.7S9.5-0.7,7.4,0.8S4.6,5.3,6.1,7.5C6.4,8,6.9,8.5,7.4,8.8c-3.5,1-5.9,4.3-5.9,8v2.6c0,0.4,0.3,0.6,0.6,0.6h15.7c0.3,0,0.6-0.3,0.6-0.6c0,0,0,0,0,0v-2.6C18.5,13.1,16.1,9.8,12.6,8.8z M6.5,4.8c0-1.9,1.5-3.5,3.5-3.5c1.9,0,3.5,1.6,3.5,3.5S11.9,8.3,10,8.3h0C8.1,8.3,6.5,6.8,6.5,4.8C6.5,4.8,6.5,4.8,6.5,4.8z M17.2,18.7H2.7v-2c0-3.9,3.1-7,6.9-7h0.8c3.8,0,6.9,3.1,6.9,7L17.2,18.7z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.toggle-block--location .toggle-block__title button::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%2328348b;%7D%3C/style%3E%3Cg%3E%3Cpath class="st0" d="M10.1,5.1c-1.6,0-3,1.3-3,3c0,1.6,1.3,3,3,3c1.6,0,3-1.3,3-3S11.8,5.1,10.1,5.1L10.1,5.1z M10.1,9.7C9.3,9.7,8.4,9,8.4,8.1s0.7-1.6,1.6-1.6s1.6,0.7,1.6,1.6c0,0.4-0.2,0.8-0.5,1.1C11,9.5,10.6,9.7,10.1,9.7z"/%3E%3Cpath class="st0" d="M10.2,0H10C5.5,0.1,2,3.7,2,8.2c0,1.8,0.6,3.5,1.7,4.9l0,0l5.7,6.7l0,0c0.3,0.3,0.7,0.3,1,0l0,0l5.8-6.7l0,0c2.7-3.5,2.1-8.6-1.4-11.4C13.6,0.6,11.9,0,10.2,0L10.2,0z M15.3,12.2l-5.3,6l-5.2-6C2.5,9.3,3,5.1,5.9,2.8s7.2-1.7,9.4,1.2C17.2,6.4,17.2,9.8,15.3,12.2L15.3,12.2z"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.toggle-block--subscription .toggle-block__title button::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%2328348b;%7D%3C/style%3E%3Cg transform="translate(-3 -15.828)"%3E%3Cpath class="st0" d="M20.7,18.3H5.3C4,18.3,3,19.4,3,20.7v10.2c0,1.3,1,2.4,2.3,2.4l0,0h15.3c1.3,0,2.3-1.1,2.3-2.4l0,0V20.7C23,19.4,22,18.3,20.7,18.3C20.7,18.3,20.7,18.3,20.7,18.3z M21.7,30.9L21.7,30.9c0,0.6-0.5,1.1-1.1,1.1H5.3c-0.6,0-1.1-0.5-1.1-1.1V20.7c0-0.6,0.5-1.1,1.1-1.1h15.3c0.6,0,1.1,0.5,1.1,1.1V30.9z"/%3E%3Cpath class="st0" d="M12.8,24.4l-1.9-0.3L10,22.3C9.8,22,9.5,21.8,9.1,22c-0.1,0.1-0.2,0.2-0.3,0.3L8,24.1L6,24.4c-0.3,0.1-0.6,0.4-0.5,0.7c0,0.1,0.1,0.3,0.2,0.4L7.1,27l-0.3,2c-0.1,0.4,0.2,0.7,0.5,0.8c0.1,0,0.3,0,0.4-0.1l1.7-0.9l1.7,0.9l0,0c0.3,0.2,0.7,0,0.9-0.3c0.1-0.1,0.1-0.3,0.1-0.4l-0.3-2l1.4-1.4l0,0c0.3-0.3,0.3-0.7,0-0.9C13.1,24.5,12.9,24.4,12.8,24.4L12.8,24.4z M10.6,26.2c-0.1,0.2-0.2,0.4-0.2,0.6l0.2,1l-0.9-0.5c-0.2-0.1-0.4-0.1-0.6,0l-0.9,0.5l0.2-1l0,0c0-0.2,0-0.4-0.2-0.6l-0.7-0.7l1-0.1c0.2,0,0.4-0.2,0.5-0.4l0.4-0.9L9.9,25c0.1,0.2,0.3,0.3,0.5,0.4l1,0.1L10.6,26.2z"/%3E%3Cpath class="st0" d="M19.9,23.7h-4.7c-0.4,0-0.6,0.3-0.6,0.7c0,0.3,0.3,0.6,0.6,0.6h4.7c0.4,0,0.6-0.3,0.6-0.7C20.5,24,20.2,23.8,19.9,23.7z"/%3E%3Cpath class="st0" d="M19.9,26.6h-4.7c-0.4,0-0.6,0.3-0.6,0.7c0,0.3,0.3,0.6,0.6,0.6h4.7c0.4,0,0.6-0.3,0.6-0.7C20.5,26.9,20.2,26.6,19.9,26.6z"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.page{display:flex;flex-wrap:wrap}.page__title{flex:0 0 100%;max-width:100%;text-align:center;margin-bottom:25px}@media(max-width: 767.98px){.page__title{order:2}}.page__filters{flex:0 0 100%;max-width:100%}@media(max-width: 767.98px){.page__filters{order:1;max-width:unset;margin-left:-20px;margin-right:-20px;flex-grow:1}}.page__filters .btn--filter{display:none}.page__filters .form{margin-left:-10px;margin-right:-10px;flex-flow:wrap row}.page__filters .form .form-group{flex:0 0 25%;max-width:25%;padding:0 10px}@media(max-width: 991.98px){.page__filters .form .form-group{flex:0 0 33.33333333%;max-width:33.33333333%}}@media(max-width: 767.98px){.page__filters .form .form-group{max-width:100%;flex:unset;width:100%;margin-bottom:25px}}@media(max-width: 575.98px){.page__filters .form .form-group{padding:0}}@media(max-width: 991.98px){.page__filters .form .form-group:nth-of-type(4):not(.form-group--submit){flex:0 0 100%;max-width:100%}}@media(max-width: 767.98px){.page__filters .form .form-group:nth-of-type(4):not(.form-group--submit){flex:unset;max-width:100%;width:100%}}.page__filters .form .form-group--submit{display:none}@media(max-width: 767.98px){.page__filters .form .form-group--submit{display:block;margin-top:auto;text-align:center;margin-bottom:25px}}.page__filters .form--three .form-group{flex:0 0 33.33333333%;max-width:33.33333333%}@media(max-width: 767.98px){.page__filters .form--three .form-group{flex:unset;width:100%;max-width:100%}}.page__filters .form .select2-container--default{max-width:100%;min-width:100%}.page__content{flex:0 0 100%;max-width:100%}@media(max-width: 767.98px){.page__content{order:3}}.page--simple .page__title{text-align:left;display:flex;flex-wrap:wrap;align-items:center}.page--simple .page__title .selected-by{margin-left:auto}.selected-by{display:flex;flex-wrap:wrap;align-items:center;color:#28348b;font-size:10px;line-height:20px;font-weight:700;margin:0 0 25px}.selected-by picture{margin:0 0 0 10px}.selected-by picture img{max-height:60px;width:auto}.search-page{position:relative;display:flex;flex-wrap:wrap;margin:0 -15px}.search-page__filters{display:flex;flex-direction:column;flex:0 0 25%;max-width:25%;padding:0 15px}@media(max-width: 991.98px){.search-page__filters{flex:0 0 33.3333333333%;max-width:33.3333333333%}}@media(max-width: 767.98px){.search-page__filters{flex:0 0 100%;max-width:100%}}.search-page__filters .form .form-filter--sort{position:absolute;top:0;right:0;width:22.4%}@media(max-width: 991.98px){.search-page__filters .form .form-filter--sort{position:static;width:100%}}@media(min-width: 992px){.search-page__filters .form .form-filter--sort{border-bottom:0}.search-page__filters .form .form-filter--sort>button{padding:0;border:0;margin:0 0 10px}.search-page__filters .form .form-filter--sort>button::after{display:none}.search-page__filters .form .form-filter--sort .form-filter__content{display:block}}.search-page__content{flex:0 0 50%;max-width:50%;padding:0 15px}@media(max-width: 991.98px){.search-page__content{flex:0 0 66.6666666667%;max-width:66.6666666667%}}@media(max-width: 767.98px){.search-page__content{flex:0 0 100%;max-width:100%}}.search-results{display:flex;flex-direction:column;margin:0 0 25px}.search-results__item{margin:0 0 25px}.search-results__item--ad{background-color:#14345c;color:#000}.search-results__item--ad .is-h5,.search-results__item--ad .is-h6,.search-results__item--ad p{font-family:"Merriweather",sans-serif;color:#fff}.search-results__item--ad em{background-color:rgba(0,0,0,0)}.search-results__item--ad .label{text-transform:uppercase;font-size:12px;line-height:normal;margin-left:auto;font-weight:700;font-family:"Netto OT",sans-serif;color:#fff}.search-results__item--ad .list--meta{margin-bottom:2px}.search-results__item--ad .search-result p{font-size:12px;color:#fff;line-height:23px}.search-results__empty-item{display:flex;flex-direction:column}.search-result{display:flex;flex-direction:column}.search-result em{font-style:normal;background-color:#bccae9}.search-result__content{color:#000;text-decoration:none}.search-result__content .is-h5{color:#000;margin:0 0 15px}.search-result__content .is-h5+.info{margin-top:-15px}.search-result__content p{font-size:14px;line-height:26px;margin:0 0 15px}.search-result__content .info{font-size:12px;font-style:normal}.search-result__meta .list{margin:0 0 15px;border-bottom:1px solid #28348b}.search-result:hover .search-result__content,.search-result:focus .search-result__content{color:#000;text-decoration:none}.search-result:hover .search-result__content .is-h5,.search-result:focus .search-result__content .is-h5{color:#000}.search-result--meon{margin-left:-15px;margin-right:-15px;padding:15px 15px 0;background-color:rgba(110,182,205,.1)}.search-result--meon em{background-color:#c5e2eb}.search-result--meon .search-result__meta .list{border-bottom:0}.search-result--meon .search-result__meta .list--meta{color:#6eb6cd}.search-result--meon .search-result__meta .list--meta a{color:#6eb6cd}.search-result--meon .search-result__meta .list--meta span{color:#6eb6cd}.search-result--meon .search-result__meta .list--meta span.clock::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%236eb6cd;%7D%3C/style%3E%3Cg transform="translate(-160 -240)"%3E%3Cg%3E%3Cg transform="translate(-101.252 -232.858)"%3E%3Cpath class="st0" d="M271.3,472.9c-5.5,0-10,4.5-10,10c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C281.2,477.3,276.8,472.9,271.3,472.9z M271.3,491c-4.5,0-8.1-3.6-8.1-8.1c0-4.5,3.6-8.1,8.1-8.1c4.5,0,8.1,3.6,8.1,8.1c0,0,0,0,0,0C279.4,487.3,275.7,491,271.3,491z"/%3E%3Cpath class="st0" d="M276,479.6c-0.2,0-0.4,0.1-0.6,0.2l-3.2,2.4V477c0-0.5-0.4-0.9-0.9-0.9c-0.5,0-0.9,0.4-0.9,0.9l0,0v6.9c0,0.5,0.4,0.9,0.9,0.9c0,0,0,0,0,0h0c0.2,0,0.4-0.1,0.6-0.2l4.7-3.5c0.4-0.3,0.5-0.9,0.2-1.3C276.6,479.7,276.3,479.6,276,479.6L276,479.6z"/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.search-result--meon .search-result__meta .list--meta span.tag::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%236eb6cd;%7D%3C/style%3E%3Cpath class="st0" d="M14.3,17H2.8C1.3,17,0,15.7,0,14.1V5.9C0,4.3,1.3,3,2.8,3h11.4c0.9,0,1.8,0.5,2.3,1.2l2.9,4.1c0.7,1,0.7,2.4,0,3.4l-2.9,4.1C16.1,16.5,15.2,17,14.3,17z M2.8,4.9c-0.5,0-1,0.4-1,1v8.2c0,0.5,0.4,1,1,1h11.4c0.3,0,0.6-0.2,0.8-0.4l2.9-4.1c0.2-0.3,0.2-0.8,0-1.1l-2.9-4.1c-0.2-0.3-0.5-0.4-0.8-0.4L2.8,4.9z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.search-result--meon .search-result__meta .list--meta .btn{color:#6eb6cd}.search-result--meon .search-result__meta .list--meta .btn--bookmark::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18px" height="18px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%236eb6cd;%7D%3C/style%3E%3Cg transform="translate(-640 -240)"%3E%3Cpath class="st0" d="M657.7,241c0-0.6-0.5-1-1.1-1h-13.4c-0.5,0.1-1,0.5-1,1.1v17.4c-0.1,0.8,0.5,1.5,1.3,1.5h0.2c0.2,0,0.4-0.1,0.5-0.2l5.7-3.3l5.7,3.3c0.2,0.1,0.3,0.1,0.5,0.2h0.1c0.7,0,1.4-0.6,1.4-1.3C657.8,258.6,657.7,241,657.7,241z M655.6,242.1v15.2l-5.1-3c-0.3-0.2-0.7-0.2-1.1,0l-5.1,3v-15.2L655.6,242.1z"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.search-result--labg{margin-left:-15px;margin-right:-15px;padding:15px 15px 0;background-color:rgba(69,47,131,.1)}.search-result--labg em{background-color:#d8d8d8}.search-result--labg .search-result__meta .list{border-bottom:0}.search-result--labg .search-result__meta .list--meta{color:#452f83}.search-result--labg .search-result__meta .list--meta a{color:#452f83}.search-result--labg .search-result__meta .list--meta span{color:#452f83}.search-result--labg .search-result__meta .list--meta span.clock::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%23452f83;%7D%3C/style%3E%3Cg transform="translate(-160 -240)"%3E%3Cg%3E%3Cg transform="translate(-101.252 -232.858)"%3E%3Cpath class="st0" d="M271.3,472.9c-5.5,0-10,4.5-10,10c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C281.2,477.3,276.8,472.9,271.3,472.9z M271.3,491c-4.5,0-8.1-3.6-8.1-8.1c0-4.5,3.6-8.1,8.1-8.1c4.5,0,8.1,3.6,8.1,8.1c0,0,0,0,0,0C279.4,487.3,275.7,491,271.3,491z"/%3E%3Cpath class="st0" d="M276,479.6c-0.2,0-0.4,0.1-0.6,0.2l-3.2,2.4V477c0-0.5-0.4-0.9-0.9-0.9c-0.5,0-0.9,0.4-0.9,0.9l0,0v6.9c0,0.5,0.4,0.9,0.9,0.9c0,0,0,0,0,0h0c0.2,0,0.4-0.1,0.6-0.2l4.7-3.5c0.4-0.3,0.5-0.9,0.2-1.3C276.6,479.7,276.3,479.6,276,479.6L276,479.6z"/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.search-result--labg .search-result__meta .list--meta span.tag::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%23452f83;%7D%3C/style%3E%3Cpath class="st0" d="M14.3,17H2.8C1.3,17,0,15.7,0,14.1V5.9C0,4.3,1.3,3,2.8,3h11.4c0.9,0,1.8,0.5,2.3,1.2l2.9,4.1c0.7,1,0.7,2.4,0,3.4l-2.9,4.1C16.1,16.5,15.2,17,14.3,17z M2.8,4.9c-0.5,0-1,0.4-1,1v8.2c0,0.5,0.4,1,1,1h11.4c0.3,0,0.6-0.2,0.8-0.4l2.9-4.1c0.2-0.3,0.2-0.8,0-1.1l-2.9-4.1c-0.2-0.3-0.5-0.4-0.8-0.4L2.8,4.9z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.search-result--labg .search-result__meta .list--meta .btn{color:#452f83}.search-result--labg .search-result__meta .list--meta .btn--bookmark::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18px" height="18px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%23452f83;%7D%3C/style%3E%3Cg transform="translate(-640 -240)"%3E%3Cpath class="st0" d="M657.7,241c0-0.6-0.5-1-1.1-1h-13.4c-0.5,0.1-1,0.5-1,1.1v17.4c-0.1,0.8,0.5,1.5,1.3,1.5h0.2c0.2,0,0.4-0.1,0.5-0.2l5.7-3.3l5.7,3.3c0.2,0.1,0.3,0.1,0.5,0.2h0.1c0.7,0,1.4-0.6,1.4-1.3C657.8,258.6,657.7,241,657.7,241z M655.6,242.1v15.2l-5.1-3c-0.3-0.2-0.7-0.2-1.1,0l-5.1,3v-15.2L655.6,242.1z"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.search-result--endo{margin-left:-15px;margin-right:-15px;padding:15px 15px 0;background-color:rgba(95,96,44,.1)}.search-result--endo em{background-color:#c1c466}.search-result--endo .search-result__meta .list{border-bottom:0}.search-result--endo .search-result__meta .list--meta{color:#5f602c}.search-result--endo .search-result__meta .list--meta a{color:#5f602c}.search-result--endo .search-result__meta .list--meta span{color:#5f602c}.search-result--endo .search-result__meta .list--meta span.clock::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%235f602c;%7D%3C/style%3E%3Cg transform="translate(-160 -240)"%3E%3Cg%3E%3Cg transform="translate(-101.252 -232.858)"%3E%3Cpath class="st0" d="M271.3,472.9c-5.5,0-10,4.5-10,10c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C281.2,477.3,276.8,472.9,271.3,472.9z M271.3,491c-4.5,0-8.1-3.6-8.1-8.1c0-4.5,3.6-8.1,8.1-8.1c4.5,0,8.1,3.6,8.1,8.1c0,0,0,0,0,0C279.4,487.3,275.7,491,271.3,491z"/%3E%3Cpath class="st0" d="M276,479.6c-0.2,0-0.4,0.1-0.6,0.2l-3.2,2.4V477c0-0.5-0.4-0.9-0.9-0.9c-0.5,0-0.9,0.4-0.9,0.9l0,0v6.9c0,0.5,0.4,0.9,0.9,0.9c0,0,0,0,0,0h0c0.2,0,0.4-0.1,0.6-0.2l4.7-3.5c0.4-0.3,0.5-0.9,0.2-1.3C276.6,479.7,276.3,479.6,276,479.6L276,479.6z"/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.search-result--endo .search-result__meta .list--meta span.tag::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%235f602c;%7D%3C/style%3E%3Cpath class="st0" d="M14.3,17H2.8C1.3,17,0,15.7,0,14.1V5.9C0,4.3,1.3,3,2.8,3h11.4c0.9,0,1.8,0.5,2.3,1.2l2.9,4.1c0.7,1,0.7,2.4,0,3.4l-2.9,4.1C16.1,16.5,15.2,17,14.3,17z M2.8,4.9c-0.5,0-1,0.4-1,1v8.2c0,0.5,0.4,1,1,1h11.4c0.3,0,0.6-0.2,0.8-0.4l2.9-4.1c0.2-0.3,0.2-0.8,0-1.1l-2.9-4.1c-0.2-0.3-0.5-0.4-0.8-0.4L2.8,4.9z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.search-result--endo .search-result__meta .list--meta .btn{color:#5f602c}.search-result--endo .search-result__meta .list--meta .btn--bookmark::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18px" height="18px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%235f602c;%7D%3C/style%3E%3Cg transform="translate(-640 -240)"%3E%3Cpath class="st0" d="M657.7,241c0-0.6-0.5-1-1.1-1h-13.4c-0.5,0.1-1,0.5-1,1.1v17.4c-0.1,0.8,0.5,1.5,1.3,1.5h0.2c0.2,0,0.4-0.1,0.5-0.2l5.7-3.3l5.7,3.3c0.2,0.1,0.3,0.1,0.5,0.2h0.1c0.7,0,1.4-0.6,1.4-1.3C657.8,258.6,657.7,241,657.7,241z M655.6,242.1v15.2l-5.1-3c-0.3-0.2-0.7-0.2-1.1,0l-5.1,3v-15.2L655.6,242.1z"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.search-result--neur{margin-left:-15px;margin-right:-15px;padding:15px 15px 0;background-color:rgba(179,85,160,.1)}.search-result--neur em{background-color:#e2a6d6}.search-result--neur .search-result__meta .list{border-bottom:0}.search-result--neur .search-result__meta .list--meta{color:#b355a0}.search-result--neur .search-result__meta .list--meta a{color:#b355a0}.search-result--neur .search-result__meta .list--meta span{color:#b355a0}.search-result--neur .search-result__meta .list--meta span.clock::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%23b355a0;%7D%3C/style%3E%3Cg transform="translate(-160 -240)"%3E%3Cg%3E%3Cg transform="translate(-101.252 -232.858)"%3E%3Cpath class="st0" d="M271.3,472.9c-5.5,0-10,4.5-10,10c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C281.2,477.3,276.8,472.9,271.3,472.9z M271.3,491c-4.5,0-8.1-3.6-8.1-8.1c0-4.5,3.6-8.1,8.1-8.1c4.5,0,8.1,3.6,8.1,8.1c0,0,0,0,0,0C279.4,487.3,275.7,491,271.3,491z"/%3E%3Cpath class="st0" d="M276,479.6c-0.2,0-0.4,0.1-0.6,0.2l-3.2,2.4V477c0-0.5-0.4-0.9-0.9-0.9c-0.5,0-0.9,0.4-0.9,0.9l0,0v6.9c0,0.5,0.4,0.9,0.9,0.9c0,0,0,0,0,0h0c0.2,0,0.4-0.1,0.6-0.2l4.7-3.5c0.4-0.3,0.5-0.9,0.2-1.3C276.6,479.7,276.3,479.6,276,479.6L276,479.6z"/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.search-result--neur .search-result__meta .list--meta span.tag::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%23b355a0;%7D%3C/style%3E%3Cpath class="st0" d="M14.3,17H2.8C1.3,17,0,15.7,0,14.1V5.9C0,4.3,1.3,3,2.8,3h11.4c0.9,0,1.8,0.5,2.3,1.2l2.9,4.1c0.7,1,0.7,2.4,0,3.4l-2.9,4.1C16.1,16.5,15.2,17,14.3,17z M2.8,4.9c-0.5,0-1,0.4-1,1v8.2c0,0.5,0.4,1,1,1h11.4c0.3,0,0.6-0.2,0.8-0.4l2.9-4.1c0.2-0.3,0.2-0.8,0-1.1l-2.9-4.1c-0.2-0.3-0.5-0.4-0.8-0.4L2.8,4.9z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.search-result--neur .search-result__meta .list--meta .btn{color:#b355a0}.search-result--neur .search-result__meta .list--meta .btn--bookmark::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18px" height="18px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%23b355a0;%7D%3C/style%3E%3Cg transform="translate(-640 -240)"%3E%3Cpath class="st0" d="M657.7,241c0-0.6-0.5-1-1.1-1h-13.4c-0.5,0.1-1,0.5-1,1.1v17.4c-0.1,0.8,0.5,1.5,1.3,1.5h0.2c0.2,0,0.4-0.1,0.5-0.2l5.7-3.3l5.7,3.3c0.2,0.1,0.3,0.1,0.5,0.2h0.1c0.7,0,1.4-0.6,1.4-1.3C657.8,258.6,657.7,241,657.7,241z M655.6,242.1v15.2l-5.1-3c-0.3-0.2-0.7-0.2-1.1,0l-5.1,3v-15.2L655.6,242.1z"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.search-result--hema{margin-left:-15px;margin-right:-15px;padding:15px 15px 0;background-color:rgba(231,79,66,.1)}.search-result--hema em{background-color:#fdedeb}.search-result--hema .search-result__meta .list{border-bottom:0}.search-result--hema .search-result__meta .list--meta{color:#e74f42}.search-result--hema .search-result__meta .list--meta a{color:#e74f42}.search-result--hema .search-result__meta .list--meta span{color:#e74f42}.search-result--hema .search-result__meta .list--meta span.clock::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%23e74f42;%7D%3C/style%3E%3Cg transform="translate(-160 -240)"%3E%3Cg%3E%3Cg transform="translate(-101.252 -232.858)"%3E%3Cpath class="st0" d="M271.3,472.9c-5.5,0-10,4.5-10,10c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C281.2,477.3,276.8,472.9,271.3,472.9z M271.3,491c-4.5,0-8.1-3.6-8.1-8.1c0-4.5,3.6-8.1,8.1-8.1c4.5,0,8.1,3.6,8.1,8.1c0,0,0,0,0,0C279.4,487.3,275.7,491,271.3,491z"/%3E%3Cpath class="st0" d="M276,479.6c-0.2,0-0.4,0.1-0.6,0.2l-3.2,2.4V477c0-0.5-0.4-0.9-0.9-0.9c-0.5,0-0.9,0.4-0.9,0.9l0,0v6.9c0,0.5,0.4,0.9,0.9,0.9c0,0,0,0,0,0h0c0.2,0,0.4-0.1,0.6-0.2l4.7-3.5c0.4-0.3,0.5-0.9,0.2-1.3C276.6,479.7,276.3,479.6,276,479.6L276,479.6z"/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.search-result--hema .search-result__meta .list--meta span.tag::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%23e74f42;%7D%3C/style%3E%3Cpath class="st0" d="M14.3,17H2.8C1.3,17,0,15.7,0,14.1V5.9C0,4.3,1.3,3,2.8,3h11.4c0.9,0,1.8,0.5,2.3,1.2l2.9,4.1c0.7,1,0.7,2.4,0,3.4l-2.9,4.1C16.1,16.5,15.2,17,14.3,17z M2.8,4.9c-0.5,0-1,0.4-1,1v8.2c0,0.5,0.4,1,1,1h11.4c0.3,0,0.6-0.2,0.8-0.4l2.9-4.1c0.2-0.3,0.2-0.8,0-1.1l-2.9-4.1c-0.2-0.3-0.5-0.4-0.8-0.4L2.8,4.9z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.search-result--hema .search-result__meta .list--meta .btn{color:#e74f42}.search-result--hema .search-result__meta .list--meta .btn--bookmark::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18px" height="18px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%23e74f42;%7D%3C/style%3E%3Cg transform="translate(-640 -240)"%3E%3Cpath class="st0" d="M657.7,241c0-0.6-0.5-1-1.1-1h-13.4c-0.5,0.1-1,0.5-1,1.1v17.4c-0.1,0.8,0.5,1.5,1.3,1.5h0.2c0.2,0,0.4-0.1,0.5-0.2l5.7-3.3l5.7,3.3c0.2,0.1,0.3,0.1,0.5,0.2h0.1c0.7,0,1.4-0.6,1.4-1.3C657.8,258.6,657.7,241,657.7,241z M655.6,242.1v15.2l-5.1-3c-0.3-0.2-0.7-0.2-1.1,0l-5.1,3v-15.2L655.6,242.1z"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.search-result--advertorial{margin-left:-15px;margin-right:-15px;padding:15px 15px 0;background-color:#3e306b}.search-result--advertorial .search-result__content{color:#fff}.search-result--advertorial .search-result__content .is-h5{font-family:"Merriweather",sans-serif;color:#fff}.search-result--advertorial .search-result__content p{font-family:"Merriweather",sans-serif}.search-result--advertorial .search-result__meta .list{border-bottom:0}.search-result--advertorial .search-result__meta .list--meta{color:#fff}.search-result--advertorial .search-result__meta .list--meta a{color:#fff}.search-result--advertorial .search-result__meta .list--meta span{color:#fff}.search-result--advertorial:hover .search-result__content,.search-result--advertorial:focus .search-result__content{color:#fff}.search-result--advertorial:hover .search-result__content .is-h5,.search-result--advertorial:focus .search-result__content .is-h5{color:#fff}.filters{display:flex;flex-direction:column}@media(max-width: 767.98px){.filters .is-h3{display:none}}.filters>button{position:relative;display:none;width:auto;color:#28348b;font-size:12px;line-height:24px;font-weight:700;text-align:left;padding:13px 20px 13px 50px;text-transform:uppercase;background-color:rgba(0,0,0,0);border-bottom:1px solid #28348b;margin:0 -20px 25px;border-radius:0}@media(max-width: 575.98px){.filters>button{display:block}}.filters>button::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%2328348b;%7D%3C/style%3E%3Cpath class="st0" d="M3.8,15C4.4,15,5,15.6,5,16.3c0,0.7-0.6,1.2-1.3,1.2H1.3c-0.7,0-1.3-0.6-1.3-1.2C0,15.6,0.6,15,1.3,15H3.8z M11.2,8.8c0.7,0,1.2,0.6,1.2,1.2c0,0.7-0.6,1.2-1.2,1.2h-10C0.6,11.2,0,10.7,0,10c0-0.7,0.6-1.2,1.3-1.2H11.2z M18.8,2.5c0.7,0,1.2,0.6,1.2,1.2S19.4,5,18.8,5H1.3C0.6,5,0,4.4,0,3.7s0.6-1.2,1.3-1.2H18.8z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;position:absolute;top:50%;left:20px;display:block;width:20px;height:20px;margin:-10px 0 0;content:""}.filters>button:hover,.filters>button:focus{color:#fff;background-color:#28348b}.filters>button:hover::after,.filters>button:focus::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%23fff;%7D%3C/style%3E%3Cpath class="st0" d="M3.8,15C4.4,15,5,15.6,5,16.3c0,0.7-0.6,1.2-1.3,1.2H1.3c-0.7,0-1.3-0.6-1.3-1.2C0,15.6,0.6,15,1.3,15H3.8z M11.2,8.8c0.7,0,1.2,0.6,1.2,1.2c0,0.7-0.6,1.2-1.2,1.2h-10C0.6,11.2,0,10.7,0,10c0-0.7,0.6-1.2,1.3-1.2H11.2z M18.8,2.5c0.7,0,1.2,0.6,1.2,1.2S19.4,5,18.8,5H1.3C0.6,5,0,4.4,0,3.7s0.6-1.2,1.3-1.2H18.8z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}@media(max-width: 575.98px){.filters__content{display:none}}.filters__content .form .form-group:last-child,.filters__content .form .form-filter:last-child{margin-bottom:0}.filters__content .form .form-group--submit,.filters__content .form .form-filter--submit{display:none}.filters.active{position:fixed;top:61px;left:0;bottom:0;width:100%;z-index:999;background:#fff;margin:0}.filters.active>button{margin:0}.filters.active>button::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="15px" height="15px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: %2328348b;%7D%3C/style%3E%3Cpath class="st0" d="M12.5,10l7-7c0.7-0.7,0.7-1.8,0-2.5s-1.8-0.7-2.5,0l-7,7l-7-7c-0.7-0.7-1.8-0.7-2.5,0s-0.7,1.8,0,2.5l7,7l-7,7c-0.7,0.7-0.7,1.8,0,2.5C0.9,19.8,1.3,20,1.8,20s0.9-0.2,1.2-0.5l7-7l7,7c0.3,0.3,0.8,0.5,1.2,0.5c0.5,0,0.9-0.2,1.2-0.5c0.7-0.7,0.7-1.8,0-2.5L12.5,10z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.filters.active>button:hover::after,.filters.active>button:focus::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="15px" height="15px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: %23fff;%7D%3C/style%3E%3Cpath class="st0" d="M12.5,10l7-7c0.7-0.7,0.7-1.8,0-2.5s-1.8-0.7-2.5,0l-7,7l-7-7c-0.7-0.7-1.8-0.7-2.5,0s-0.7,1.8,0,2.5l7,7l-7,7c-0.7,0.7-0.7,1.8,0,2.5C0.9,19.8,1.3,20,1.8,20s0.9-0.2,1.2-0.5l7-7l7,7c0.3,0.3,0.8,0.5,1.2,0.5c0.5,0,0.9-0.2,1.2-0.5c0.7-0.7,0.7-1.8,0-2.5L12.5,10z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.filters.active .filters__content{display:block;flex:1;overflow:auto;margin:0 0 84px}.filters.active .filters__content .form{margin-bottom:0}.filters.active .filters__content .form .form-group--submit{position:absolute;left:0;right:0;bottom:0;display:block;padding:20px;border-top:1px solid #28348b}.filters.active .filters__content .form .form-group--submit .btn{width:100%;padding-top:10px;padding-bottom:10px}.author{display:flex}@media(max-width: 767.98px){.author{flex-direction:column}}.author__image{flex-shrink:0;margin-right:25px;border-radius:50%;overflow:hidden;width:96px;height:96px}@media(max-width: 767.98px){.author__image{margin:0 auto 20px}}.author__image .icon{width:100%;height:100%;background-size:30px;background-color:#bccae9}.author__content{font-weight:400;font-size:14px;flex-grow:1;line-height:26px;margin-bottom:0}.author__content .is-h5{font-size:14px;margin-bottom:0}.author__content .intro,.author__content .richtext{margin-bottom:5px}.author__content .richtext{display:none;word-break:break-word}.author__content.active .richtext{display:block}.author__content.active .btn--link::after{transform:rotate(0deg)}.author__content .btn--link{border-bottom:1px solid #28348b;display:flex;justify-content:space-between;text-align:left;border-radius:0;width:100%}.author__content .btn--link::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="7px" height="7px" viewBox="0 0 12.15 12.151"%3E%3Cg id="Group_751" data-name="Group 751" transform="translate(-225.925 -26.925)"%3E%3Cpath id="Path_1459" data-name="Path 1459" d="M3011-26l9.322,9.322" transform="translate(-2783.661 54.339)" fill="none" stroke="%2328348b" stroke-linecap="round" stroke-width="2"/%3E%3Cpath id="Path_1460" data-name="Path 1460" d="M3011-16.678,3020.322-26" transform="translate(-2783.661 54.339)" fill="none" stroke="%2328348b" stroke-linecap="round" stroke-width="2"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;align-self:center;content:"";width:7px;height:7px;transform:rotate(45deg);transition-duration:.2s}.author__content .btn--link:hover::after,.author__content .btn--link:focus::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="7px" height="7px" viewBox="0 0 12.15 12.151"%3E%3Cg id="Group_751" data-name="Group 751" transform="translate(-225.925 -26.925)"%3E%3Cpath id="Path_1459" data-name="Path 1459" d="M3011-26l9.322,9.322" transform="translate(-2783.661 54.339)" fill="none" stroke="%23000" stroke-linecap="round" stroke-width="2"/%3E%3Cpath id="Path_1460" data-name="Path 1460" d="M3011-16.678,3020.322-26" transform="translate(-2783.661 54.339)" fill="none" stroke="%23000" stroke-linecap="round" stroke-width="2"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.magazine{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center;align-items:center;margin:0 -15px}.magazine__image{flex:0 0 116px;max-width:116px;padding:10px 15px;margin:0 0 25px}.magazine__image picture{transform:rotate(13deg);transform-origin:center}.magazine__content{flex:0 0 auto;padding:0 15px}@media(max-width: 767.98px){.magazine__content{flex:0 0 100%;max-width:100%}}.magazine__content .is-h3{color:#000;font-size:22px;line-height:32px}.magazine__content .is-h3+.is-h5{margin-top:-25px}.magazine__content .is-h5{font-weight:400}.news-head{display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.news-overview{display:flex;flex-direction:column;align-items:stretch;flex:1 0 0;padding-top:8px}.news-overview__item{border-bottom:1px solid #bccae9;padding:16px 0;width:100%}.news-overview__item:last-child{border-bottom:0}.news-overview__item .is-h4,.news-overview__item .is-h5{font-size:14px;font-style:normal;font-weight:700;line-height:23px}.news-overview--two-columns{flex-direction:row;flex-wrap:wrap}@media(min-width: 992px){.news-overview--two-columns{margin:0 -10px}}.news-overview--two-columns .news-overview__item{flex:0 0 50%;max-width:50%;max-width:calc(50% - 20px);margin:0 10px 25px}.news-overview--two-columns .news-overview__item:nth-child(2n+1):nth-last-child(-n+2),.news-overview--two-columns .news-overview__item:nth-child(2n+1):nth-last-child(-n+2)~.news-overview__item{border-bottom:0}@media(max-width: 991.98px){.news-overview--two-columns .news-overview__item{flex:0 0 100%;max-width:100%;max-width:100%;margin:0 0 25px}}@media(min-width: 992px){.news-overview--two-columns .news-overview__item .is-h5{font-size:23px;line-height:32px}}.news-overview--three-columns{flex-direction:row;flex-wrap:wrap}@media(min-width: 992px){.news-overview--three-columns{margin:0 -10px}}.news-overview--three-columns .news-overview__item{flex:0 0 33.33333333%;max-width:33.33333333%;max-width:calc(33.33% - 20px);margin:0 10px 25px}.news-overview--three-columns .news-overview__item:nth-child(3n+1):nth-last-child(-n+3),.news-overview--three-columns .news-overview__item:nth-child(3n+1):nth-last-child(-n+3)~.news-overview__item{border-bottom:0}@media(max-width: 991.98px){.news-overview--three-columns .news-overview__item{flex:0 0 100%;max-width:100%;max-width:100%;margin:0 0 25px}}@media(min-width: 992px){.news-overview--three-columns .news-overview__item .is-h5{font-size:23px;line-height:32px}}.news-article{display:flex;flex-direction:column}.news-article__content{position:relative}.news-article__content .btn--bookmark{position:absolute;right:0;bottom:25px;font-size:0;width:20px;padding-right:0}.news-article[href]{text-decoration:none}.news-article[href] .is-h4,.news-article[href] .is-h5{color:#000;margin-bottom:0}.news-article[href]:hover,.news-article[href]:focus{text-decoration:none}.news-article[href]:hover .is-h4,.news-article[href]:hover .is-h5,.news-article[href]:focus .is-h4,.news-article[href]:focus .is-h5{color:#28348b}.restricted-box{position:relative;padding-bottom:25px;z-index:8}.restricted-box::before{position:absolute;bottom:0;left:0;display:block;width:100%;height:100%;background:linear-gradient(0deg, white 40%, rgba(255, 255, 255, 0) 100%);z-index:1;content:""}.restricted-box__wrapper{width:100%;max-width:55%;background-color:#fff;margin:0 auto;border-radius:6px;border:1px solid #bccae9;text-align:center;position:relative;z-index:9;padding:20px 20px 0;max-width:70%}@media(max-width: 767.98px){.restricted-box__wrapper{max-width:90%}}.restricted-box h3{font-size:26px;font-weight:400;line-height:36px;color:#000}.restricted-box p:last-of-type{margin-bottom:20px}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid rgba(0,0,0,0);border-top:5px solid rgba(0,0,0,0);border-radius:.25rem}.alert .close{font-size:24px}.alert .close:hover{opacity:.5}.alert--dismissible{padding-right:4rem}.alert--dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert--danger{border-color:#db001b}.alert--success{border-color:#28a745}button{cursor:pointer;border:0;outline:none;background:rgba(0,0,0,0)}button:hover,button:focus{outline:none}.btn{position:relative;display:inline-block;font-family:"Netto OT",sans-serif;color:#fff;font-size:18px;line-height:24px;padding:13px 30px;font-weight:700;text-decoration:none;text-align:center;border:0 solid #28348b;background-color:#28348b;border-radius:4px}.btn+a,.btn+.btn{margin-left:15px}.btn:hover,.btn:focus{color:#fff;text-decoration:none;border-color:rgb(28.6033519553,37.1843575419,99.3966480447);background-color:rgb(28.6033519553,37.1843575419,99.3966480447)}.btn--secondary{background:#8a173b}.btn--secondary:hover,.btn--secondary:focus{background:#000;color:#fff}.btn--border{background:#fff;color:#28348b;border:2px solid #28348b;padding:11px 30px}.btn--border:hover,.btn--border:focus{background:#28348b;border-color:#28348b;color:#fff}.btn--sso span{position:relative;display:inline-block;width:92px;color:rgba(0,0,0,0);margin:0 0 0 10px}.btn--sso span::after{position:absolute;top:50%;display:block;width:92px;height:36px;margin:-18px 0 0;content:"";background:url("../../img/logo-nvmo.svg")}.btn--bookmark,.btn--trash,.btn--download-pdf,.btn--social-share{display:block;color:#28348b;font-size:13px;line-height:20px;padding:0 30px 0 0;background:rgba(0,0,0,0)}@media(max-width: 767.98px){.btn--bookmark,.btn--trash,.btn--download-pdf,.btn--social-share{font-size:0;width:20px;padding-right:0}}.btn--bookmark::after,.btn--trash::after,.btn--download-pdf::after,.btn--social-share::after{position:absolute;top:50%;left:auto;right:0;display:block;width:20px;height:20px;content:"";margin:-10px 0 0}.btn--bookmark:hover,.btn--bookmark:focus,.btn--trash:hover,.btn--trash:focus,.btn--download-pdf:hover,.btn--download-pdf:focus,.btn--social-share:hover,.btn--social-share:focus{color:rgb(17.2067039106,22.3687150838,59.7932960894);background:rgba(0,0,0,0)}.btn--bookmark::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18px" height="18px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%2328348b;%7D%3C/style%3E%3Cg transform="translate(-640 -240)"%3E%3Cpath class="st0" d="M657.7,241c0-0.6-0.5-1-1.1-1h-13.4c-0.5,0.1-1,0.5-1,1.1v17.4c-0.1,0.8,0.5,1.5,1.3,1.5h0.2c0.2,0,0.4-0.1,0.5-0.2l5.7-3.3l5.7,3.3c0.2,0.1,0.3,0.1,0.5,0.2h0.1c0.7,0,1.4-0.6,1.4-1.3C657.8,258.6,657.7,241,657.7,241z M655.6,242.1v15.2l-5.1-3c-0.3-0.2-0.7-0.2-1.1,0l-5.1,3v-15.2L655.6,242.1z"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.btn--bookmark:hover::after,.btn--bookmark:focus::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18px" height="18px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:rgb(17.2067039106, 22.3687150838, 59.7932960894);%7D%3C/style%3E%3Cg transform="translate(-640 -240)"%3E%3Cpath class="st0" d="M657.7,241c0-0.6-0.5-1-1.1-1h-13.4c-0.5,0.1-1,0.5-1,1.1v17.4c-0.1,0.8,0.5,1.5,1.3,1.5h0.2c0.2,0,0.4-0.1,0.5-0.2l5.7-3.3l5.7,3.3c0.2,0.1,0.3,0.1,0.5,0.2h0.1c0.7,0,1.4-0.6,1.4-1.3C657.8,258.6,657.7,241,657.7,241z M655.6,242.1v15.2l-5.1-3c-0.3-0.2-0.7-0.2-1.1,0l-5.1,3v-15.2L655.6,242.1z"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.btn--bookmark.active::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18px" height="18px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%2328348b;%7D%3C/style%3E%3Cpath class="st0" d="M18,1c0-0.6-0.5-1-1.1-1H3.1C2.5,0.1,2.1,0.5,2,1.1v17.4c-0.1,0.8,0.5,1.5,1.4,1.5h0.2c0.2,0,0.4-0.1,0.6-0.2l5.9-3.3l5.9,3.3c0.2,0.1,0.3,0.1,0.5,0.2h0.1c0.8,0,1.4-0.6,1.5-1.3C18,18.6,18,1,18,1z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.btn--bookmark.active:hover::after,.btn--bookmark.active:focus::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18px" height="18px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:rgb(17.2067039106, 22.3687150838, 59.7932960894);%7D%3C/style%3E%3Cpath class="st0" d="M18,1c0-0.6-0.5-1-1.1-1H3.1C2.5,0.1,2.1,0.5,2,1.1v17.4c-0.1,0.8,0.5,1.5,1.4,1.5h0.2c0.2,0,0.4-0.1,0.6-0.2l5.9-3.3l5.9,3.3c0.2,0.1,0.3,0.1,0.5,0.2h0.1c0.8,0,1.4-0.6,1.5-1.3C18,18.6,18,1,18,1z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.btn--trash::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18px" height="18px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%2328348b;%7D%3C/style%3E%3Cpath class="st0" d="M16.3,6.2c0.4,0,0.7,0.4,0.7,0.8v10.8c0,1.2-1,2.3-2.3,2.3c-3.1,0-6.2,0-9.4,0c-1.3,0-2.3-1-2.3-2.3V6.9c0-0.4,0.3-0.7,0.7-0.8c0.4-0.1,0.8,0.2,0.9,0.6c0,0,0,0.1,0,0.1c0,3.6,0,7.2,0,10.8c0,0.4,0.3,0.7,0.8,0.8c3.1,0,6.2,0,9.3,0c0.4,0,0.8-0.4,0.8-0.8V6.9c0-0.4,0.3-0.7,0.7-0.8C16.2,6.1,16.2,6.1,16.3,6.2L16.3,6.2z M11.6,7.7c0.1,0,0.2,0,0.3,0.1c0.3,0.1,0.4,0.3,0.5,0.6c0,0,0,0,0,0.1v6.2c0,0.1,0,0.2-0.1,0.3c-0.2,0.4-0.7,0.5-1.1,0.3c-0.1-0.1-0.2-0.1-0.2-0.2c-0.1-0.1-0.1-0.3-0.1-0.4V8.5c0-0.1,0-0.2,0-0.3c0.1-0.3,0.4-0.5,0.6-0.5C11.5,7.7,11.5,7.7,11.6,7.7L11.6,7.7z M8.5,7.7c0.1,0,0.2,0,0.3,0.1C9,7.9,9.2,8.1,9.2,8.4c0,0,0,0,0,0.1v6.2c0,0.1,0,0.2-0.1,0.3c-0.2,0.4-0.7,0.5-1.1,0.3c-0.1-0.1-0.2-0.1-0.2-0.2c-0.1-0.1-0.1-0.3-0.1-0.4V8.5c0-0.1,0-0.2,0.1-0.3c0.1-0.3,0.4-0.5,0.6-0.5C8.4,7.7,8.5,7.7,8.5,7.7L8.5,7.7z M6.1,3.1V0.8c0-0.1,0-0.2,0-0.3C6.3,0.2,6.5,0,6.8,0c0,0,0.1,0,0.1,0h6.2h0c0.1,0,0.2,0,0.3,0.1c0.3,0.1,0.4,0.3,0.5,0.6c0,0,0,0.1,0,0.1v2.3h3.9h0.1c0,0,0.1,0,0.1,0c0.4,0.2,0.6,0.6,0.5,1c-0.1,0.2-0.2,0.3-0.3,0.4c-0.1,0.1-0.3,0.1-0.4,0.1H2.2c0,0-0.1,0-0.1,0C1.7,4.5,1.4,4,1.5,3.6c0-0.2,0.2-0.3,0.3-0.4C2,3.1,2.1,3.1,2.2,3.1L6.1,3.1L6.1,3.1z M12.3,3.1V1.5H7.7v1.5H12.3z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.btn--trash:hover::after,.btn--trash:focus::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18px" height="18px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:rgb(17.2067039106, 22.3687150838, 59.7932960894);%7D%3C/style%3E%3Cpath class="st0" d="M16.3,6.2c0.4,0,0.7,0.4,0.7,0.8v10.8c0,1.2-1,2.3-2.3,2.3c-3.1,0-6.2,0-9.4,0c-1.3,0-2.3-1-2.3-2.3V6.9c0-0.4,0.3-0.7,0.7-0.8c0.4-0.1,0.8,0.2,0.9,0.6c0,0,0,0.1,0,0.1c0,3.6,0,7.2,0,10.8c0,0.4,0.3,0.7,0.8,0.8c3.1,0,6.2,0,9.3,0c0.4,0,0.8-0.4,0.8-0.8V6.9c0-0.4,0.3-0.7,0.7-0.8C16.2,6.1,16.2,6.1,16.3,6.2L16.3,6.2z M11.6,7.7c0.1,0,0.2,0,0.3,0.1c0.3,0.1,0.4,0.3,0.5,0.6c0,0,0,0,0,0.1v6.2c0,0.1,0,0.2-0.1,0.3c-0.2,0.4-0.7,0.5-1.1,0.3c-0.1-0.1-0.2-0.1-0.2-0.2c-0.1-0.1-0.1-0.3-0.1-0.4V8.5c0-0.1,0-0.2,0-0.3c0.1-0.3,0.4-0.5,0.6-0.5C11.5,7.7,11.5,7.7,11.6,7.7L11.6,7.7z M8.5,7.7c0.1,0,0.2,0,0.3,0.1C9,7.9,9.2,8.1,9.2,8.4c0,0,0,0,0,0.1v6.2c0,0.1,0,0.2-0.1,0.3c-0.2,0.4-0.7,0.5-1.1,0.3c-0.1-0.1-0.2-0.1-0.2-0.2c-0.1-0.1-0.1-0.3-0.1-0.4V8.5c0-0.1,0-0.2,0.1-0.3c0.1-0.3,0.4-0.5,0.6-0.5C8.4,7.7,8.5,7.7,8.5,7.7L8.5,7.7z M6.1,3.1V0.8c0-0.1,0-0.2,0-0.3C6.3,0.2,6.5,0,6.8,0c0,0,0.1,0,0.1,0h6.2h0c0.1,0,0.2,0,0.3,0.1c0.3,0.1,0.4,0.3,0.5,0.6c0,0,0,0.1,0,0.1v2.3h3.9h0.1c0,0,0.1,0,0.1,0c0.4,0.2,0.6,0.6,0.5,1c-0.1,0.2-0.2,0.3-0.3,0.4c-0.1,0.1-0.3,0.1-0.4,0.1H2.2c0,0-0.1,0-0.1,0C1.7,4.5,1.4,4,1.5,3.6c0-0.2,0.2-0.3,0.3-0.4C2,3.1,2.1,3.1,2.2,3.1L6.1,3.1L6.1,3.1z M12.3,3.1V1.5H7.7v1.5H12.3z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.btn--download-pdf::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18px" height="18px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%2328348b;%7D%3C/style%3E%3Cg transform="translate(-880 -251)"%3E%3Cg transform="translate(-127.055 -18.965)"%3E%3Cpath class="st0" d="M1015.3,278.8c-0.3-0.2-0.6-0.3-0.9-0.3h-1v3h0.6v-0.8h0.4c0.3,0,0.6-0.1,0.9-0.3c0.2-0.2,0.3-0.5,0.3-0.8C1015.6,279.3,1015.5,279,1015.3,278.8z M1014.9,280c-0.1,0.1-0.3,0.1-0.4,0.1h-0.4v-1h0.3c0.2,0,0.3,0,0.4,0.1c0.1,0.1,0.2,0.2,0.1,0.4C1015,279.8,1015,279.9,1014.9,280L1014.9,280z"/%3E%3Cpath class="st0" d="M1018,281.1c0.3-0.3,0.4-0.7,0.4-1.1c0-0.4-0.1-0.8-0.4-1.1c-0.3-0.3-0.7-0.4-1.1-0.4h-1v3h0.9C1017.2,281.6,1017.6,281.4,1018,281.1z M1016.5,279.1h0.3c0.3,0,0.5,0.1,0.7,0.2c0.2,0.2,0.2,0.4,0.2,0.7c0,0.2-0.1,0.5-0.2,0.7l0,0c-0.2,0.2-0.4,0.2-0.6,0.2h-0.4L1016.5,279.1z"/%3E%3Cpath class="st0" d="M1020.5,279.1v-0.6h-1.9v3h0.6v-1.2h1.2v-0.6h-1.2v-0.6L1020.5,279.1z"/%3E%3Cpath class="st0" d="M1023.1,274l-3.6-3.6c-0.3-0.3-0.7-0.4-1.1-0.4h-6.4c-0.8,0-1.5,0.7-1.5,1.5v14.1c0,0.8,0.7,1.5,1.5,1.5h2.9v-1.3h-2.9c-0.1,0-0.2-0.1-0.2-0.2v-14.1c0-0.1,0-0.1,0.1-0.1c0,0,0.1-0.1,0.1-0.1h6v2.7c0,0.9,0.7,1.5,1.5,1.5h2.7v10.1c0,0.1-0.1,0.2-0.2,0.2h-3v1.3h3c0.8,0,1.5-0.7,1.5-1.5v-10.6C1023.6,274.7,1023.4,274.3,1023.1,274z M1019.6,274.2c-0.1,0-0.2-0.1-0.2-0.2v-1.9l2.1,2.1H1019.6z"/%3E%3Cpath class="st0" d="M1017.8,283.6h-1.6v4.3h-1.2l2,2l2-2h-1.2L1017.8,283.6z"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.btn--download-pdf:hover::after,.btn--download-pdf:focus::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18px" height="18px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:rgb(17.2067039106, 22.3687150838, 59.7932960894);%7D%3C/style%3E%3Cg transform="translate(-880 -251)"%3E%3Cg transform="translate(-127.055 -18.965)"%3E%3Cpath class="st0" d="M1015.3,278.8c-0.3-0.2-0.6-0.3-0.9-0.3h-1v3h0.6v-0.8h0.4c0.3,0,0.6-0.1,0.9-0.3c0.2-0.2,0.3-0.5,0.3-0.8C1015.6,279.3,1015.5,279,1015.3,278.8z M1014.9,280c-0.1,0.1-0.3,0.1-0.4,0.1h-0.4v-1h0.3c0.2,0,0.3,0,0.4,0.1c0.1,0.1,0.2,0.2,0.1,0.4C1015,279.8,1015,279.9,1014.9,280L1014.9,280z"/%3E%3Cpath class="st0" d="M1018,281.1c0.3-0.3,0.4-0.7,0.4-1.1c0-0.4-0.1-0.8-0.4-1.1c-0.3-0.3-0.7-0.4-1.1-0.4h-1v3h0.9C1017.2,281.6,1017.6,281.4,1018,281.1z M1016.5,279.1h0.3c0.3,0,0.5,0.1,0.7,0.2c0.2,0.2,0.2,0.4,0.2,0.7c0,0.2-0.1,0.5-0.2,0.7l0,0c-0.2,0.2-0.4,0.2-0.6,0.2h-0.4L1016.5,279.1z"/%3E%3Cpath class="st0" d="M1020.5,279.1v-0.6h-1.9v3h0.6v-1.2h1.2v-0.6h-1.2v-0.6L1020.5,279.1z"/%3E%3Cpath class="st0" d="M1023.1,274l-3.6-3.6c-0.3-0.3-0.7-0.4-1.1-0.4h-6.4c-0.8,0-1.5,0.7-1.5,1.5v14.1c0,0.8,0.7,1.5,1.5,1.5h2.9v-1.3h-2.9c-0.1,0-0.2-0.1-0.2-0.2v-14.1c0-0.1,0-0.1,0.1-0.1c0,0,0.1-0.1,0.1-0.1h6v2.7c0,0.9,0.7,1.5,1.5,1.5h2.7v10.1c0,0.1-0.1,0.2-0.2,0.2h-3v1.3h3c0.8,0,1.5-0.7,1.5-1.5v-10.6C1023.6,274.7,1023.4,274.3,1023.1,274z M1019.6,274.2c-0.1,0-0.2-0.1-0.2-0.2v-1.9l2.1,2.1H1019.6z"/%3E%3Cpath class="st0" d="M1017.8,283.6h-1.6v4.3h-1.2l2,2l2-2h-1.2L1017.8,283.6z"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.btn--social-share::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="14px" height="14px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: %2328348b;%7D%3C/style%3E%3Cpath class="st0" d="M14.8,13.7c-0.8,0-1.5,0.3-2.1,0.7l-4.7-3c0.2-0.4,0.3-0.9,0.3-1.3c0-0.4-0.1-0.8-0.3-1.2l4.7-3.3c1.4,1.1,3.4,0.8,4.5-0.5s0.8-3.3-0.6-4.4c-0.6-0.4-1.3-0.7-2-0.7c-1.8,0-3.2,1.4-3.2,3.1c0,0,0,0,0,0c0,0.4,0.1,0.7,0.2,1L7,7.6C6.5,7.2,5.9,7,5.2,7C3.4,7,2,8.4,2,10.1s1.4,3.1,3.2,3.1c0.6,0,1.2-0.2,1.7-0.5l4.8,3.1c-0.1,0.3-0.2,0.6-0.1,1c0,1.7,1.4,3.1,3.2,3.1c1.8,0,3.2-1.4,3.2-3.1C18,15.1,16.6,13.7,14.8,13.7L14.8,13.7z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.btn--social-share:hover::after,.btn--social-share:focus::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="14px" height="14px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: rgb(17.2067039106, 22.3687150838, 59.7932960894);%7D%3C/style%3E%3Cpath class="st0" d="M14.8,13.7c-0.8,0-1.5,0.3-2.1,0.7l-4.7-3c0.2-0.4,0.3-0.9,0.3-1.3c0-0.4-0.1-0.8-0.3-1.2l4.7-3.3c1.4,1.1,3.4,0.8,4.5-0.5s0.8-3.3-0.6-4.4c-0.6-0.4-1.3-0.7-2-0.7c-1.8,0-3.2,1.4-3.2,3.1c0,0,0,0,0,0c0,0.4,0.1,0.7,0.2,1L7,7.6C6.5,7.2,5.9,7,5.2,7C3.4,7,2,8.4,2,10.1s1.4,3.1,3.2,3.1c0.6,0,1.2-0.2,1.7-0.5l4.8,3.1c-0.1,0.3-0.2,0.6-0.1,1c0,1.7,1.4,3.1,3.2,3.1c1.8,0,3.2-1.4,3.2-3.1C18,15.1,16.6,13.7,14.8,13.7L14.8,13.7z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.btn--white{color:#28348b;border-color:#fff;background-color:#fff}.btn--white:hover,.btn--white:focus{color:#28348b;border-color:hsl(0,0%,90%);background-color:hsl(0,0%,90%)}.btn--transparent{color:#28348b;background-color:rgba(0,0,0,0)}.btn--transparent:hover,.btn--transparent:focus{color:rgb(28.6033519553,37.1843575419,99.3966480447);border-color:rgb(28.6033519553,37.1843575419,99.3966480447);background-color:rgba(0,0,0,0)}.btn--transparent.btn--white{color:#fff;border-color:#fff}.btn--transparent.btn--white:hover,.btn--transparent.btn--white:focus{color:hsl(0,0%,90%);border-color:hsl(0,0%,90%)}.btn--back{background:#28348b;color:#d1d1d1;border:1px solid #28348b;border-radius:1.2em;padding:2px 30px 2px 10px;text-transform:uppercase;font-size:14px;font-weight:700}@media(max-width: 991.98px){.btn--back{padding:10px 20px 10px 12px;font-size:16px}}.btn--back::before{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="6px" height="12px" viewBox="0 0 11.623 5.761"%3E%3Cpath id="Path_632" data-name="Path 632" d="M4.471,10.623a.2.2,0,0,1-.177-.088L.05,5.45a.232.232,0,0,1,0-.287L4.316.078A.215.215,0,0,1,4.626.056a.215.215,0,0,1,.022.309L4.411.65.514,5.317l4.134,4.952a.214.214,0,0,1-.022.309A.41.41,0,0,1,4.471,10.623Z" transform="translate(0.5 5.244) rotate(-90)" stroke="%23d1d1d1" fill="%23d1d1d1" stroke-width="1"/%3E %3C/svg%3E');background-repeat:no-repeat;background-position:center center;content:"";width:13px;height:10px;display:inline-block;transform:rotate(90deg);margin-right:5px;background-size:cover}.btn--back:hover,.btn--back:focus{color:#d1d1d1;background:#fff;border:1px solid #d1d1d1}.btn--back:hover::before,.btn--back:focus::before{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="6px" height="12px" viewBox="0 0 11.623 5.761"%3E%3Cpath id="Path_632" data-name="Path 632" d="M4.471,10.623a.2.2,0,0,1-.177-.088L.05,5.45a.232.232,0,0,1,0-.287L4.316.078A.215.215,0,0,1,4.626.056a.215.215,0,0,1,.022.309L4.411.65.514,5.317l4.134,4.952a.214.214,0,0,1-.022.309A.41.41,0,0,1,4.471,10.623Z" transform="translate(0.5 5.244) rotate(-90)" stroke="%23d1d1d1" fill="%23d1d1d1" stroke-width="1"/%3E %3C/svg%3E');background-repeat:no-repeat;background-position:center center;background-size:cover}.btn--back.btn--news{left:15px;margin:10px 0 0}.btn--back.btn--sticky{position:sticky;top:81px;left:20px;z-index:99;margin-bottom:25px}@media(max-width: 991.98px){.btn--back.btn--sticky{position:fixed;bottom:70px;top:initial}}.btn--underline{color:#000;font-size:18px;line-height:32px;padding:0;border:0;background-color:rgba(0,0,0,0);font-weight:700;text-decoration:underline}.btn--underline:hover,.btn--underline:focus{color:#000;background-color:rgba(0,0,0,0)}.btn--underline.btn--small{font-size:12px;line-height:normal}.btn--link{color:#28348b;font-size:18px;line-height:32px;padding:0;border:0;background-color:rgba(0,0,0,0);font-weight:700}.btn--link:hover,.btn--link:focus{color:#000;background-color:rgba(0,0,0,0)}.btn--link.btn--small{font-size:12px;text-transform:uppercase}.btn--social-share-large{padding-left:46px}.btn--social-share-large::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: %23fff;%7D%3C/style%3E%3Cpath class="st0" d="M14.8,13.7c-0.8,0-1.5,0.3-2.1,0.7l-4.7-3c0.2-0.4,0.3-0.9,0.3-1.3c0-0.4-0.1-0.8-0.3-1.2l4.7-3.3c1.4,1.1,3.4,0.8,4.5-0.5s0.8-3.3-0.6-4.4c-0.6-0.4-1.3-0.7-2-0.7c-1.8,0-3.2,1.4-3.2,3.1c0,0,0,0,0,0c0,0.4,0.1,0.7,0.2,1L7,7.6C6.5,7.2,5.9,7,5.2,7C3.4,7,2,8.4,2,10.1s1.4,3.1,3.2,3.1c0.6,0,1.2-0.2,1.7-0.5l4.8,3.1c-0.1,0.3-0.2,0.6-0.1,1c0,1.7,1.4,3.1,3.2,3.1c1.8,0,3.2-1.4,3.2-3.1C18,15.1,16.6,13.7,14.8,13.7L14.8,13.7z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;position:absolute;top:50%;left:13px;display:block;width:20px;height:20px;margin:-10px 0 0;content:""}.btn--to-top{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 11.623 5.761"%3E%3Cpath id="Path_632" data-name="Path 632" d="M4.471,10.623a.2.2,0,0,1-.177-.088L.05,5.45a.232.232,0,0,1,0-.287L4.316.078A.215.215,0,0,1,4.626.056a.215.215,0,0,1,.022.309L4.411.65.514,5.317l4.134,4.952a.214.214,0,0,1-.022.309A.41.41,0,0,1,4.471,10.623Z" transform="translate(0.5 5.244) rotate(-90)" stroke="%23fff" fill="%23fff" stroke-width="1"/%3E %3C/svg%3E');background-repeat:no-repeat;background-position:center center;position:fixed;right:50px;bottom:50px;display:block;width:45px;height:45px;font-size:0;z-index:9999;opacity:0;transform:rotate(-180deg);border-radius:50%;transition:all .3s ease-in-out}@media(max-width: 767.98px){.btn--to-top{display:none}}.btn--to-top:hover,.btn--to-top:focus{background-color:rgb(28.6033519553,37.1843575419,99.3966480447)}.btn--to-top.active{opacity:1}.btn--whatsapp{background-color:#25d366;padding-left:40px}.btn--whatsapp:hover,.btn--whatsapp:focus{background-color:rgb(29.3911290323,167.6088709677,81.0241935484)}.btn--whatsapp::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: %23fff;%7D%3C/style%3E%3Cg%3E%3Cpath class="st0" d="M18.5,9.8c0,4.6-3.7,8.3-8.3,8.3c-1.5,0-2.8-0.4-4-1l-4.6,1.5L3,14.1c-0.8-1.2-1.2-2.7-1.2-4.3c0-4.6,3.7-8.3,8.3-8.3C14.8,1.5,18.5,5.2,18.5,9.8z M10.2,2.8c-3.9,0-7,3.1-7,7c0,1.5,0.5,2.9,1.3,4.1l-0.9,2.6l2.7-0.9c1.1,0.7,2.4,1.2,3.9,1.2c3.9,0,7-3.1,7-7S14,2.8,10.2,2.8z M14.4,11.7c-0.1-0.1-0.2-0.1-0.4-0.2c-0.2-0.1-1.2-0.6-1.4-0.7c-0.2-0.1-0.3-0.1-0.5,0.1c-0.1,0.2-0.5,0.7-0.6,0.8c-0.1,0.1-0.2,0.2-0.4,0.1c-0.2-0.1-0.9-0.3-1.6-1c-0.6-0.5-1-1.2-1.1-1.4C8.1,9.1,8.2,9,8.3,8.9c0.1-0.1,0.2-0.2,0.3-0.4c0.1-0.1,0.1-0.2,0.2-0.3c0.1-0.1,0-0.3,0-0.4C8.8,7.8,8.4,6.8,8.2,6.4C8,6,7.9,6,7.7,6C7.6,6,7.5,6,7.3,6S7,6.1,6.8,6.3C6.6,6.5,6.1,6.9,6.1,7.9c0,1,0.7,2,0.8,2.1c0.1,0.1,1.4,2.3,3.5,3.1c2.1,0.8,2.1,0.5,2.5,0.5c0.4,0,1.2-0.5,1.4-1C14.4,12.2,14.4,11.8,14.4,11.7z"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;content:"";height:24px;left:10px;position:absolute;top:50%;transform:translateY(-50%);width:24px}form label{display:block;cursor:pointer}form select{-webkit-appearance:none;-moz-appearance:none;user-select:none}form select.form-control:not([size]):not([multiple]){height:57px}form .help-block{margin:8px 0 0}form button[type=submit][disabled]{cursor:wait;opacity:.8}.form{display:flex;flex-direction:column;margin:0 0 15px}.form .is-h3{margin-top:15px}.form .is-h3:first-child{margin-top:0}.form .form-message{padding:10px 10px 0;color:#db001b;background:rgba(219,0,27,.1);border-left:4px solid #db001b;border-radius:4px;margin:0 0 10px}.form .form-message>*{margin-bottom:10px}.form .form-message a{color:#db001b;text-decoration:underline}.form .form-message--success{color:#28a745;background:rgba(40,167,69,.1);border-left:4px solid #28a745}.form .form-message--success a{color:#28a745}.form .form-group{position:relative;margin:0 0 10px}.form .form-group--notice{max-width:90%}@media(max-width: 991.98px){.form .form-group--notice{max-width:100%}}.form .form-group--notice p{font-size:15px;line-height:22px}.form .form-group label{margin:0 0 10px}.form .form-group>label{font-weight:600}.form .form-group>*{margin-bottom:10px}.form .form-group>*:last-child{margin-bottom:0}.form .form-group .tooltip{position:absolute;top:5px;right:0}.form .form-group .is-h4{color:#000;font-size:18px;line-height:32px}.form .form-group .info{font-size:15px;margin-bottom:10px}.form .form-group .info:last-child{margin-bottom:0}.form .form-group.has-error .form-control{border-color:#db001b}.form .form-group.has-error .help-block{color:#db001b}.form .form-group--buttons{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;margin:0}@media(max-width: 767.98px){.form .form-group--buttons{flex-direction:column;align-items:flex-start}}.form .form-group--buttons>*{margin-bottom:10px}.form .form-group--buttons>*:last-child{margin-bottom:10px}.form .form-group--buttons>*+*{margin-left:15px}@media(max-width: 767.98px){.form .form-group--buttons>*+*{margin-left:0}}.form .form-columns{display:flex;flex-direction:row;flex-wrap:wrap;margin:0 -15px}.form .form-columns .form-group{flex:1;padding:0 15px}@media(max-width: 767.98px){.form .form-columns .form-group{flex:0 0 100%}}.form .form-columns .form-group .tooltip{right:15px}.form .form-control-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.form .form-control-group .form-control{position:relative;flex:1}.form .form-control-group .form-control+span{padding:10px 0;border:0;border-bottom:1px solid #28348b}.form .form-control-group .form-control:focus+span{border-color:#777}.form .form-control{font-family:"Netto OT",sans-serif;font-size:18px;line-height:32px;height:auto;padding:10px 0;border:0;border-bottom:1px solid #28348b;background-color:rgba(0,0,0,0);border-radius:0;color:#000}.form .form-control:focus{border-color:#777;box-shadow:none}.form .form-control:read-only{opacity:.5;cursor:not-allowed}.form .form-control--textarea{height:120px}.form .form-control--select{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="10px" height="10px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: %23000;%7D%3C/style%3E%3Cg%3E%3Cpath class="st0" d="M10,16.5L0.5,6.8c-0.7-0.8-0.7-2,0-2.7s1.9-0.8,2.6,0l6.8,7l6.8-7c0.7-0.7,1.9-0.8,2.6,0c0.7,0.8,0.7,2,0,2.7L10,16.5z"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;background-position:center right 10px;background-color:#fff}.form .form-control--select:read-only{opacity:1}.form .form-control--switch:read-only{opacity:1;cursor:pointer}.form .form-control--switch label{font-size:18px;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;color:#444}@media(max-width: 1199.98px){.form .form-control--switch label{font-size:14px}}.form .form-control--switch .tgl{display:none}.form .form-control--switch .tgl+.tgl-btn{outline:0;display:block;width:40px;height:22px;position:relative;cursor:pointer;user-select:none;padding:2px;transition:all .2s ease;background:rgba(0,0,0,0);border:1px solid #28348b;border-radius:2em;margin-right:10px}.form .form-control--switch .tgl+.tgl-btn::after{content:"";position:relative;display:block;width:50%;height:100%;left:0;transition:all .2s ease;background:rgba(119,119,119,.5);border-radius:1em}.form .form-control--switch .tgl:checked+.tgl-btn{border:1px solid #28348b}.form .form-control--switch .tgl:checked+.tgl-btn::after{left:50%;background:#28348b}.form .form-control--check{position:relative;padding:0;margin:0 0 10px;border:0;border-radius:0;background-color:rgba(0,0,0,0)}.form .form-control--check label{margin:0;padding:0 0 0 25px}.form .form-control--check:read-only{opacity:1}.form .form-control--check:last-child{margin:0}.form .form-control--check input[type=radio],.form .form-control--check input[type=checkbox]{display:none}.form .form-control--check input[type=radio]+i,.form .form-control--check input[type=checkbox]+i{position:absolute;left:0;top:7px;display:block;width:18px;height:18px;border:1px solid #28348b}.form .form-control--check input[type=radio]+i::before,.form .form-control--check input[type=checkbox]+i::before{position:absolute;top:2px;left:2px;display:none;width:12px;height:12px;content:"";background-color:#28348b}.form .form-control--check input[type=radio]:checked+i::before,.form .form-control--check input[type=checkbox]:checked+i::before{display:block}.form .form-control--check input[type=radio]+i{border-radius:50%}.form .form-control--check input[type=radio]+i::before{border-radius:50%}.form .form-filter{margin:0 0 10px;border-bottom:1px solid #28348b}@media(max-width: 767.98px){.form .form-filter{padding:0 20px;margin:0}}.form .form-filter>button{position:relative;width:100%;color:#28348b;font-size:18px;line-height:28px;font-weight:700;padding:16px 30px 16px 0;text-align:left}.form .form-filter>button::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="10px" height="10px" viewBox="0 0 11.623 5.761"%3E%3Cpath id="Path_632" data-name="Path 632" d="M4.471,10.623a.2.2,0,0,1-.177-.088L.05,5.45a.232.232,0,0,1,0-.287L4.316.078A.215.215,0,0,1,4.626.056a.215.215,0,0,1,.022.309L4.411.65.514,5.317l4.134,4.952a.214.214,0,0,1-.022.309A.41.41,0,0,1,4.471,10.623Z" transform="translate(0.5 5.244) rotate(-90)" stroke="%23000" fill="%23000" stroke-width="1"/%3E %3C/svg%3E');background-repeat:no-repeat;background-position:center center;position:absolute;top:50%;right:10px;display:block;width:10px;height:10px;margin:-5px 0 0;content:""}.form .form-filter .form-control--check label{font-size:14px;line-height:20px}.form .form-filter .form-control--check label small{font-size:10px;line-height:20px}.form .form-filter .form-control--check input[type=radio]+i,.form .form-filter .form-control--check input[type=checkbox]+i{top:4px;width:12px;height:12px}.form .form-filter .form-control--check input[type=radio]+i::before,.form .form-filter .form-control--check input[type=checkbox]+i::before{top:1px;left:1px;width:8px;height:8px;content:"";background-color:#28348b}.form .form-filter__content{display:none;padding:0 0 16px}@media(max-width: 767.98px){.form .form-filter__content{border-top:1px solid rgba(40,52,139,.5)}}.form .form-filter__content .form-control{border-bottom:0}.form .form-filter__content .select2-container .select2-selection{border-bottom:0}.form .form-filter__content .select2-container .select2-selection__rendered{padding-right:0}.form .form-filter__content .select2-container .select2-selection__arrow{display:none}.form .form-filter.active>button::after{transform:rotate(180deg)}.form .form-filter.active .form-filter__content{display:block}.form-horizontal .form-group{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;margin:0 0 10px}.form-horizontal .form-group label{margin:0}.form-horizontal .form-group>label{flex:0 0 25%;max-width:25%;padding:11px 10px 11px 0}@media(max-width: 767.98px){.form-horizontal .form-group>label{flex:0 0 100%;max-width:100%;padding:0;margin:0 0 10px}}.form-horizontal .form-group>label+.form-control-wrapper{padding:0 0 0 10px}@media(max-width: 767.98px){.form-horizontal .form-group>label+.form-control-wrapper{padding:0}}.form-horizontal .form-control-wrapper{flex:0 0 75%;max-width:75%}@media(max-width: 767.98px){.form-horizontal .form-control-wrapper{flex:0 0 100%;max-width:100%}}.form-column{display:flex;flex-wrap:wrap;margin-left:-25px;margin-right:-25px}@media(max-width: 767.98px){.form-column{margin-left:0;margin-right:0}}.form-column .form-group{flex:0 0 50%;max-width:50%;padding-left:25px;padding-right:25px}@media(max-width: 767.98px){.form-column .form-group{flex:0 0 100%;max-width:100%;padding:0}}.form-column--three .form-group{flex:0 0 33.33333333%;max-width:33.33333333%}@media(max-width: 1199.98px){.form-column--three .form-group{flex:0 0 50%;max-width:50%}}@media(max-width: 767.98px){.form-column--three .form-group{flex:0 0 100%;max-width:100%}}@media(max-width: 1199.98px){.form-column--three .form-group:last-of-type{flex:0 0 100%;max-width:100%}}.form-inline{flex-wrap:wrap;flex-direction:row;align-items:baseline;margin-left:-10px;margin-right:-10px}.form-inline .form-group{flex:1;flex-direction:column;padding:0 10px;margin:0 0 10px}@media(max-width: 991.98px){.form-inline .form-group{flex:0 0 100%}}.form-inline .form-group:last-child{flex:0}.form-inline .form-group--error{flex:0 0 100%;text-align:center}.form-inline .form-group--error .help-block{color:#db001b;margin:0}.form-inline .form-group--fullwidth{flex:0 0 100%}.form-inline .form-group .form-control,.form-inline .form-group .help-block{width:100%;padding-left:0}.form-inline .form-group .btn{padding-top:10px;padding-bottom:10px}.form-inline .form-filter{flex:1;padding:0 10px;margin:0 0 10px;align-self:center}@media(max-width: 991.98px){.form-inline .form-filter{flex:0 0 100%;padding:0 30px}}@media(min-width: 576px){.form-inline .form-filter{border-bottom:0}.form-inline .form-filter>button{display:none}.form-inline .form-filter__content{display:block;padding:0}.form-inline .form-filter__content .form-control{width:100%;border-bottom:1px solid #28348b;opacity:1}.form-inline .form-filter__content .select2-container .select2-selection{border-bottom:1px solid #28348b}}@media(max-width: 991.98px){.form-inline .form-filter+.form-filter{margin-top:-10px}}.form-search{position:relative}.form-search .form-control{width:100%;padding:12px 55px 12px 15px;border-color:#777;font-size:18px;line-height:normal}.form-search .btn{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: %23777;%7D%3C/style%3E%3Cpath class="st0" d="M19.7,18.3l-5.5-5.5l0.2-0.3c1-1.3,1.5-2.9,1.5-4.6c0-4.4-3.6-7.9-7.9-7.9C3.6,0,0,3.5,0,7.9s3.6,7.9,7.9,7.9c0,0,0,0,0,0c1.6,0,3.2-0.5,4.6-1.5l0.3-0.2l5.5,5.5c0.2,0.2,0.4,0.3,0.7,0.3h0c0.6,0,1-0.5,1-1C20,18.7,19.9,18.5,19.7,18.3L19.7,18.3z M7.9,1.9V2c3.3,0,5.9,2.6,5.9,5.9c0,3.3-2.6,5.9-5.9,5.9C4.7,13.8,2,11.2,2,7.9C2,4.7,4.7,2,7.9,2V1.9z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;position:absolute;right:0;bottom:0;display:block;width:40px;height:100%;padding:0;font-size:0;border-color:rgba(0,0,0,0);background-color:rgba(0,0,0,0);border-radius:0}.form-search .btn:hover,.form-search .btn:focus{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: %2328348b;%7D%3C/style%3E%3Cpath class="st0" d="M19.7,18.3l-5.5-5.5l0.2-0.3c1-1.3,1.5-2.9,1.5-4.6c0-4.4-3.6-7.9-7.9-7.9C3.6,0,0,3.5,0,7.9s3.6,7.9,7.9,7.9c0,0,0,0,0,0c1.6,0,3.2-0.5,4.6-1.5l0.3-0.2l5.5,5.5c0.2,0.2,0.4,0.3,0.7,0.3h0c0.6,0,1-0.5,1-1C20,18.7,19.9,18.5,19.7,18.3L19.7,18.3z M7.9,1.9V2c3.3,0,5.9,2.6,5.9,5.9c0,3.3-2.6,5.9-5.9,5.9C4.7,13.8,2,11.2,2,7.9C2,4.7,4.7,2,7.9,2V1.9z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}::-webkit-input-placeholder{color:#000;opacity:1;font-style:normal}::-moz-placeholder{color:#000;font-style:normal;opacity:1}:-ms-input-placeholder{color:#000;font-style:normal;opacity:1}select::-ms-expand{display:none}select option[disabled]{display:none}[data-toggle-field]{display:none}[data-toggle-field].active{display:block}.form-steps{display:flex;flex-wrap:wrap;flex-direction:row;list-style:none}.form-steps li{position:relative;flex:1}.form-steps li::after{position:absolute;top:0;left:50%;display:block;width:12px;height:12px;margin:3px 0 0 -6px;content:"";border-radius:50%;background:#000;z-index:2;pointer-events:none}.form-steps li span,.form-steps li button{position:relative;display:block;width:100%;padding:25px 0 0;text-align:center}@media(max-width: 767.98px){.form-steps li span,.form-steps li button{font-size:14px}}.form-steps li:last-child span::after,.form-steps li:last-child button::after{position:absolute;top:8px;left:-50%;display:block;width:100%;height:2px;content:"";background-color:#000;z-index:1}.form-steps li.active::after{width:18px;height:18px;margin:0 0 0 -9px;background-color:#28348b}.form-steps li.active span,.form-steps li.active button{color:#28348b}.form-steps li.active span::after,.form-steps li.active button::after{background-color:#28348b}.form-steps li.processed::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="10px" height="10px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%23fff;%7D%3C/style%3E%3Cpath class="st0" d="M17.1,2l-1.4,1.4l-8.8,8.9L4.2,10L2.7,8.7L0,11.8l1.5,1.4l4.1,3.6L7,18L20,4.9L17.1,2z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;width:18px;height:18px;margin:0 0 0 -9px;background-color:#28348b}.form-steps li.processed span,.form-steps li.processed button{color:#28348b}.form-steps li.processed span::after,.form-steps li.processed button::after{background-color:#28348b}.form-steps li+li span::after,.form-steps li+li button::after{position:absolute;top:8px;left:-50%;display:block;width:100%;height:2px;content:"";background-color:#000;z-index:1}.tooltip{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="14px" height="14px" viewBox="0 0 22 22"%3E%3Cstyle%3E.st0%7Bfill:%23fff;%7D%3C/style%3E%3Cg%3E%3Cg transform="translate(0.000000,511.000000) scale(0.100000,-0.100000)"%3E%3Cpath class="st0" d="M117.1,5108.5c-8-2.6-14.8-9-17.3-16.2c-0.6-1.6-1.1-5.4-1.1-8.5c0-22,30-33.1,47.6-17.6c6.3,5.6,8.7,10.5,8.7,18c0.1,7.5-3,14-8.8,18.9C138.7,5109.6,126.6,5111.7,117.1,5108.5z"/%3E%3Cpath class="st0" d="M92.1,5035.2c-5.2-0.7-13.3-3-23.8-6.7c-10.5-3.7-10.8-3.9-11.6-6.8c-1.2-4.1-2.1-9.4-1.6-9.4c0.3,0,2.7,0.8,5.6,1.8c6.4,2.1,17,2.4,21.7,0.4c4-1.6,5.8-5.3,5.8-12.3c0-7.1-1.7-14.2-9.5-41.2c-7.9-26.6-9.2-33.5-8.7-43.3c0.3-5.7,0.9-7.8,2.9-11.5c4.8-8.6,13-13.7,24.9-15.4c12.6-1.9,24.4,0.3,44.2,7.9l7,2.7l1.6,5.7c0.9,3.2,1.5,6,1.3,6.2c-0.2,0.2-2.9-0.5-5.9-1.4c-6.6-2-20-1.9-23.4,0.1c-3,1.9-4.5,6-4.5,12.1c0,7.4,1.5,13.7,9.6,41.5c7.3,25,9.2,34.3,8.6,43.3c-1,13.8-10.5,23.4-25.7,26.1C105.5,5035.8,97.5,5035.8,92.1,5035.2z"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;position:relative;display:block;width:22px;height:22px;cursor:pointer;border-radius:50%;background-color:#28348b;margin:0}.tooltip span{display:none;position:absolute;top:50%;right:32px;color:#fff;font-size:14px;line-height:22px;width:250px;text-align:center;padding:5px 10px;background-color:#28348b;transform:translateY(-50%);border-radius:6px}.tooltip span::after{position:absolute;top:50%;right:0;display:block;width:10px;height:10px;content:"";margin:-5px -5px 0 0;background:#28348b;transform:rotate(-45deg);z-index:0}.tooltip.active span{display:block}[data-register-form]{position:relative}[data-register-form] [data-register-form-step]{top:0;width:100%}.navigation ul{margin:0}.navigation ul li{display:block;padding:0;margin:0}.navigation ul li a{display:block;color:#000;padding:6px 5px}@media(max-width: 991.98px){.navigation ul li a{padding:6px 0}}.navigation ul li>ul{display:none}.navigation ul li:hover>a,.navigation ul li:focus>a{color:#28348b;text-decoration:none}.navigation ul li.active>a{color:#28348b}.navigation ul li.active>ul{display:block}.navigation ul li.has-subnav{position:relative}.navigation ul li.has-subnav>.toggle-subnav{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="15px" height="14px" viewBox="0 0 11.623 5.761"%3E%3Cpath id="Path_632" data-name="Path 632" d="M4.471,10.623a.2.2,0,0,1-.177-.088L.05,5.45a.232.232,0,0,1,0-.287L4.316.078A.215.215,0,0,1,4.626.056a.215.215,0,0,1,.022.309L4.411.65.514,5.317l4.134,4.952a.214.214,0,0,1-.022.309A.41.41,0,0,1,4.471,10.623Z" transform="translate(0.5 5.244) rotate(-90)" stroke="%23000" fill="%23000" stroke-width="1"/%3E %3C/svg%3E');background-repeat:no-repeat;background-position:center center;position:absolute;top:8px;right:0;display:none;width:26px;height:26px;padding:0;transform:rotate(0deg);transition:all .3s}@media(max-width: 991.98px){.navigation ul li.has-subnav>.toggle-subnav{display:block}}.navigation ul li.has-subnav:hover>.toggle-subnav,.navigation ul li.has-subnav:focus>.toggle-subnav{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="15px" height="14px" viewBox="0 0 11.623 5.761"%3E%3Cpath id="Path_632" data-name="Path 632" d="M4.471,10.623a.2.2,0,0,1-.177-.088L.05,5.45a.232.232,0,0,1,0-.287L4.316.078A.215.215,0,0,1,4.626.056a.215.215,0,0,1,.022.309L4.411.65.514,5.317l4.134,4.952a.214.214,0,0,1-.022.309A.41.41,0,0,1,4.471,10.623Z" transform="translate(0.5 5.244) rotate(-90)" stroke="%2328348b" fill="%2328348b" stroke-width="1"/%3E %3C/svg%3E');background-repeat:no-repeat;background-position:center center}.navigation ul li.has-subnav.active>.toggle-subnav{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="15px" height="14px" viewBox="0 0 11.623 5.761"%3E%3Cpath id="Path_632" data-name="Path 632" d="M4.471,10.623a.2.2,0,0,1-.177-.088L.05,5.45a.232.232,0,0,1,0-.287L4.316.078A.215.215,0,0,1,4.626.056a.215.215,0,0,1,.022.309L4.411.65.514,5.317l4.134,4.952a.214.214,0,0,1-.022.309A.41.41,0,0,1,4.471,10.623Z" transform="translate(0.5 5.244) rotate(-90)" stroke="%2328348b" fill="%2328348b" stroke-width="1"/%3E %3C/svg%3E');background-repeat:no-repeat;background-position:center center}.navigation ul li.has-subnav.active>.toggle-subnav,.navigation ul li.has-subnav.subnav-active>.toggle-subnav{transform:rotate(180deg)}@media(max-width: 991.98px){.navigation ul li.has-subnav.active>ul,.navigation ul li.has-subnav.subnav-active>ul{display:block}}.navigation ul li.has-subnav.active.subnav-active>.toggle-subnav{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="14px" height="14px" viewBox="0 0 11.623 5.761"%3E%3Cpath id="Path_632" data-name="Path 632" d="M4.471,10.623a.2.2,0,0,1-.177-.088L.05,5.45a.232.232,0,0,1,0-.287L4.316.078A.215.215,0,0,1,4.626.056a.215.215,0,0,1,.022.309L4.411.65.514,5.317l4.134,4.952a.214.214,0,0,1-.022.309A.41.41,0,0,1,4.471,10.623Z" transform="translate(0.5 5.244) rotate(-90)" stroke="%2328348b" fill="%2328348b" stroke-width="1"/%3E %3C/svg%3E');background-repeat:no-repeat;background-position:center center;transform:rotate(0deg)}@media(max-width: 991.98px){.navigation ul li.has-subnav.active.subnav-active>ul{display:none}}.navigation--header{position:relative;left:70px}@media(max-width: 991.98px){.navigation--header{position:fixed;top:0;left:100%;bottom:0;width:100%;height:100vh;padding:80px 0 15px;margin:0;overflow:auto;background-color:#fff;transition:all .3s ease-in-out}}.navigation--header ul{display:flex;flex-wrap:wrap;margin:0;gap:30px}@media(max-width: 991.98px){.navigation--header ul{display:block;padding:0 15px;text-align:left}}.navigation--header ul li{margin:0 5px}@media(max-width: 991.98px){.navigation--header ul li{display:block;margin:0;border-bottom:1px solid rgba(0,0,0,.2)}}@media(max-width: 991.98px){.navigation--header ul li:last-of-type{border-bottom:0}}.navigation--header ul li a{color:#000;font-size:14px;line-height:normal;font-weight:700;text-transform:uppercase}@media(max-width: 991.98px){.navigation--header ul li a{font-size:16px;line-height:32px}}.navigation--header ul li>ul{position:absolute;left:-99999px;display:block;width:200px;padding:0 5px;background-color:#fff}@media(max-width: 991.98px){.navigation--header ul li>ul{position:static;display:none;width:auto;margin:0;padding:0 0 0 20px;background-color:rgba(0,0,0,0)}}.navigation--header ul li>ul li{display:block;margin:0}@media(max-width: 991.98px){.navigation--header ul li>ul li{border-bottom:0}}.navigation--header ul li:hover>a,.navigation--header ul li:focus>a{color:#28348b}.navigation--header ul li:hover>ul,.navigation--header ul li:focus>ul{left:auto}.navigation--header ul li.has-subnav{position:static}@media(max-width: 991.98px){.navigation--header ul li.has-subnav{position:relative}}.navigation--header ul li.has-subnav .navigation{left:-99999px}@media(max-width: 991.98px){.navigation--header ul li.has-subnav .navigation{display:none}}.navigation--header ul li.has-subnav:hover>a,.navigation--header ul li.has-subnav:focus>a{position:relative}.navigation--header ul li.has-subnav:hover>a::before,.navigation--header ul li.has-subnav:focus>a::before{position:absolute;top:0;display:block;width:100%;height:50px;content:""}.navigation--header ul li.has-subnav:hover>a::after,.navigation--header ul li.has-subnav:focus>a::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="10px" height="10px" viewBox="0 0 11.623 5.761"%3E%3Cpath id="Path_632" data-name="Path 632" d="M4.471,10.623a.2.2,0,0,1-.177-.088L.05,5.45a.232.232,0,0,1,0-.287L4.316.078A.215.215,0,0,1,4.626.056a.215.215,0,0,1,.022.309L4.411.65.514,5.317l4.134,4.952a.214.214,0,0,1-.022.309A.41.41,0,0,1,4.471,10.623Z" transform="translate(0.5 5.244) rotate(-90)" stroke="%23000" fill="%23000" stroke-width="1"/%3E %3C/svg%3E');background-repeat:no-repeat;background-position:center center}.navigation--header ul li.has-subnav:hover .navigation,.navigation--header ul li.has-subnav:focus .navigation{left:0;display:flex}@media(max-width: 991.98px){.navigation--header ul li.has-subnav:hover .navigation,.navigation--header ul li.has-subnav:focus .navigation{display:none}}.navigation--header ul li.has-subnav.active>a::after,.navigation--header ul li.has-subnav.subnav-active>a::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="8px" height="8px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: %23000;%7D%3C/style%3E%3Cpath class="st0" d="M12.5,10l7-7c0.7-0.7,0.7-1.8,0-2.5s-1.8-0.7-2.5,0l-7,7l-7-7c-0.7-0.7-1.8-0.7-2.5,0s-0.7,1.8,0,2.5l7,7l-7,7c-0.7,0.7-0.7,1.8,0,2.5C0.9,19.8,1.3,20,1.8,20s0.9-0.2,1.2-0.5l7-7l7,7c0.3,0.3,0.8,0.5,1.2,0.5c0.5,0,0.9-0.2,1.2-0.5c0.7-0.7,0.7-1.8,0-2.5L12.5,10z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}@media(max-width: 991.98px){.navigation--header ul li.has-subnav.active .navigation,.navigation--header ul li.has-subnav.subnav-active .navigation{display:block}}@media(max-width: 991.98px){.navigation--header ul li.has-subnav.active.subnav-active .navigation{display:none}}.navigation--header ul .last{background-color:#28348b;border-radius:4px;padding:3px 13px}.navigation--header ul .last a{color:#fff}.navigation--header ul .last:hover,.navigation--header ul .last:focus{background-color:rgba(40,52,139,.5)}.navigation--header>ul>li.has-subnav>a{padding-right:5px}@media(max-width: 991.98px){.navigation--header>ul>li.has-subnav>a{padding-right:34px}}.navigation--header>ul>li.has-subnav>.toggle-subnav{display:none}@media(max-width: 991.98px){.navigation--header>ul>li.has-subnav>.toggle-subnav{display:block;top:10px}}.navigation--footer ul{display:flex;flex-wrap:wrap}.navigation--footer ul li{display:inline-block;margin:0 10px}.navigation--footer ul li:hover a,.navigation--footer ul li:focus a,.navigation--footer ul li .active a{color:#000}.navigation--footer ul li a{color:#28348b;font-size:13.625px;line-height:26px;font-weight:700;padding:0}.navigation--anchor{margin:0}.navigation--anchor ul{display:flex;flex-wrap:wrap;justify-content:center;margin:0 -5px}.navigation--anchor ul li{display:inline-block;margin:0 5px}.navigation--anchor ul li a{color:#000;font-size:16px;line-height:24px;font-weight:600;text-transform:uppercase;text-decoration:none}.navigation--anchor ul li:hover>a,.navigation--anchor ul li:focus>a{color:#28348b;text-decoration:none}.navigation--anchor ul li.active>a{color:#28348b}.navigation--side{margin:0 0 25px}.navigation--side h2{font-size:25px;line-height:normal}.navigation--side ul li{border-bottom:1px solid #f5f7f8}.navigation--side ul li:last-of-type{border-bottom:0}.navigation--side ul li ul{padding:0 0 0 20px;border-top:1px solid #f5f7f8}@media(max-width: 991.98px){.primary-navigation-active .navigation--header{left:0}}@media(max-width: 991.98px){.primary-search-active .navigation--header{top:151px}}.pagination{margin:0 0 25px;border-radius:0}.pagination-list{display:flex;flex-wrap:wrap;width:100%;justify-content:center;margin:0}.pagination-list .page-item{display:inline-block;margin:0 5px}.pagination-list .page-item.active .page-link,.pagination-list .page-item:hover .page-link,.pagination-list .page-item:focus .page-link{color:#fff;font-size:16px;font-weight:600;background-color:rgba(0,0,0,0)}.pagination-list .page-item.active .page-link::before,.pagination-list .page-item:hover .page-link::before,.pagination-list .page-item:focus .page-link::before{background-color:#28348b;width:100%;height:100%;z-index:-1}@media(max-width: 991.98px){.pagination-list .page-item.control{display:none}}.pagination-list .page-item.control .page-link{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12px" height="6px" viewBox="0 0 11.623 5.761"%3E%3Cpath id="Path_632" data-name="Path 632" d="M4.471,10.623a.2.2,0,0,1-.177-.088L.05,5.45a.232.232,0,0,1,0-.287L4.316.078A.215.215,0,0,1,4.626.056a.215.215,0,0,1,.022.309L4.411.65.514,5.317l4.134,4.952a.214.214,0,0,1-.022.309A.41.41,0,0,1,4.471,10.623Z" transform="translate(0.5 5.244) rotate(-90)" stroke="%2328348b" fill="%2328348b" stroke-width="1"/%3E %3C/svg%3E');background-repeat:no-repeat;background-position:center center;text-indent:-99999px;background-color:rgba(0,0,0,0)}.pagination-list .page-item.control .page-link:hover,.pagination-list .page-item.control .page-link:focus{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12px" height="6px" viewBox="0 0 11.623 5.761"%3E%3Cpath id="Path_632" data-name="Path 632" d="M4.471,10.623a.2.2,0,0,1-.177-.088L.05,5.45a.232.232,0,0,1,0-.287L4.316.078A.215.215,0,0,1,4.626.056a.215.215,0,0,1,.022.309L4.411.65.514,5.317l4.134,4.952a.214.214,0,0,1-.022.309A.41.41,0,0,1,4.471,10.623Z" transform="translate(0.5 5.244) rotate(-90)" stroke="rgb(17.2067039106, 22.3687150838, 59.7932960894)" fill="rgb(17.2067039106, 22.3687150838, 59.7932960894)" stroke-width="1"/%3E %3C/svg%3E');background-repeat:no-repeat;background-position:center center}.pagination-list .page-item.control .page-link::before{display:none}.pagination-list .page-item.control.prev .page-link{transform:rotate(90deg)}.pagination-list .page-item.control.next .page-link{transform:rotate(-90deg)}.pagination-list .page-link{background-color:rgba(0,0,0,0);width:30px;height:30px;position:relative;padding:0;color:#28348b;font-size:0;line-height:30px;font-weight:700;display:block;text-align:center;overflow:hidden;border:0}.pagination-list .page-link::before{content:"";width:10px;height:10px;border-radius:50%;background-color:#28348b;position:absolute;top:50%;z-index:1;left:50%;transform:translate(-50%, -50%)}.pagination-list .page-link:not(span):hover,.pagination-list .page-link:not(span):focus{color:#fff;font-size:16px;font-weight:600;background-color:rgba(0,0,0,0);text-decoration:none}.pagination-list .page-link:not(span):hover::before,.pagination-list .page-link:not(span):focus::before{background-color:#28348b;width:100%;height:100%;z-index:-1}.richtext{display:flex;flex-direction:column;margin:0 0 25px}.richtext>:last-child{margin:0}.richtext h2{font-size:42px;line-height:46px;font-weight:900;color:#28348b}.richtext h3{font-size:32px;line-height:36px;font-weight:700;color:#28348b}.richtext h4{font-size:28px;line-height:32px;font-weight:700;color:#000}.richtext h5{font-size:24px;line-height:28px;font-weight:400;color:#000}.richtext h6{font-size:22px;line-height:26px;font-weight:400;color:#28348b;text-transform:uppercase}.richtext ul,.richtext ol{display:block;list-style-type:disc;padding:0 0 0 20px}.richtext ul{padding:0 0 0 10px;list-style:none}.richtext ul li{position:relative;padding-left:18px}.richtext ul li::before{content:"";width:.3rem;height:.3rem;background:#28348b;border-radius:50%;position:absolute;left:0;top:14px}.richtext ol{list-style-type:decimal}.richtext p,.richtext address{font-weight:400}.richtext p~ul{margin-top:-25px}.richtext a:not(.btn){color:#28348b;outline:none;font-weight:700}.richtext a:not(.btn):hover,.richtext a:not(.btn):focus{outline:none;text-decoration:underline}.richtext b,.richtext strong{font-weight:700}.richtext i,.richtext em{font-style:italic}.richtext u{text-decoration:underline}.richtext .outlined{background:#e9eaf3;color:#28348b;font-weight:700;padding:30px 40px;margin:0 0 25px}@media(max-width: 767.98px){.richtext .outlined{padding:20px 30px}}.richtext .outlined p{font-weight:bold}.richtext .outlined p:last-of-type{margin-bottom:0}.richtext blockquote{padding:0 0 0 40px;margin:0 0 25px;border:0}@media(max-width: 767.98px){.richtext blockquote{padding:0}}.richtext blockquote p{font-size:28px;line-height:42px;font-style:normal;color:#28348b}.richtext blockquote p:last-of-type{margin-bottom:0}.richtext blockquote p::before{content:"‘"}.richtext blockquote p::after{content:"’"}.richtext pre{font-family:monospace,monospace}.richtext table{width:100%}.richtext table tr{background:rgba(188,202,233,.2)}.richtext table tr:nth-of-type(even){background:#fff}.richtext table tr th{font-weight:700;text-align:left}.richtext table tr td,.richtext table tr th{padding:8px 15px;font-size:14px;line-height:18px;text-align:left;box-sizing:border-box}.richtext table tr th,.richtext table tr td{vertical-align:top}.richtext img{max-width:100%;height:auto;margin:0 25px 25px !important}.richtext img[style*="float:left;"],.richtext img[style*="float: left;"]{margin:0 25px 25px 0 !important}.richtext img[style*="float:right;"],.richtext img[style*="float: right;"]{margin:0 0 25px 25px !important}.richtext hr{width:100%;border:0;height:1px;background:#bccae9}.richtext dl{display:flex;flex-wrap:wrap;flex-direction:row}.richtext dl dt,.richtext dl dd{padding:5px;margin:0;border-bottom:1px solid #777}.richtext dl dt{flex:0 0 40%;max-width:40%}.richtext dl dt:last-of-type{border-bottom:0}.richtext dl dd{flex:0 0 60%;max-width:60%}.richtext dl dd:last-of-type{border-bottom:0}.richtext figure{display:flex;flex-direction:column;flex-wrap:wrap;width:100%;margin:0}.richtext figure .copyright,.richtext figure figcaption{color:#777;font-size:14px;line-height:26px;margin:-20px 0 25px}.richtext figure img{width:100%;max-width:100%;margin:0 0 25px !important}.richtext figure img.small-picture{max-width:20%;margin-right:25px !important}@media(max-width: 575.98px){.richtext figure img.small-picture{max-width:100%;margin-right:0 !important}}.richtext figure img.large-picture{max-width:60%;margin-right:25px !important}@media(max-width: 575.98px){.richtext figure img.large-picture{max-width:100%;margin-right:0 !important}}.richtext section{margin:0}.social-share{position:relative}.social-share--wrapper{position:absolute;left:0;bottom:0;display:block;width:300px;max-height:0;padding:0 10px;background-color:#28348b;overflow:hidden;z-index:9998;transition:all .6s}@media(max-width: 575.98px){.social-share--wrapper{left:0;right:0;width:100%}}.social-share.active .social-share--wrapper{max-height:290px}@media(max-width: 767.98px){.social-share.active .social-share--wrapper{max-height:480px}}.social-share.active .list--social-share li{opacity:1}.social-share.active .list--social-share li:nth-child(1){transition-delay:.15s}.social-share.active .list--social-share li:nth-child(2){transition-delay:.2s}.social-share.active .list--social-share li:nth-child(3){transition-delay:.25s}.social-share.active .list--social-share li:nth-child(4){transition-delay:.3s}.social-share.active .list--social-share li:nth-child(5){transition-delay:.35s}.social-share.active .list--social-share li:nth-child(6){transition-delay:.4s}.social-share.active .list--social-share li:nth-child(7){transition-delay:.45s}.social-share h2{position:relative;display:block;padding:10px 10px 0 50px;margin:0 -10px 10px;color:#fff;font-size:16px;line-height:30px;font-weight:600;text-transform:uppercase;background-color:#28348b}@media(max-width: 767.98px){.social-share h2{display:block}}.social-share h2::before{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: %23fff;%7D%3C/style%3E%3Cpath class="st0" d="M14.8,13.7c-0.8,0-1.5,0.3-2.1,0.7l-4.7-3c0.2-0.4,0.3-0.9,0.3-1.3c0-0.4-0.1-0.8-0.3-1.2l4.7-3.3c1.4,1.1,3.4,0.8,4.5-0.5s0.8-3.3-0.6-4.4c-0.6-0.4-1.3-0.7-2-0.7c-1.8,0-3.2,1.4-3.2,3.1c0,0,0,0,0,0c0,0.4,0.1,0.7,0.2,1L7,7.6C6.5,7.2,5.9,7,5.2,7C3.4,7,2,8.4,2,10.1s1.4,3.1,3.2,3.1c0.6,0,1.2-0.2,1.7-0.5l4.8,3.1c-0.1,0.3-0.2,0.6-0.1,1c0,1.7,1.4,3.1,3.2,3.1c1.8,0,3.2-1.4,3.2-3.1C18,15.1,16.6,13.7,14.8,13.7L14.8,13.7z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;position:absolute;top:10px;left:10px;display:block;width:30px;height:30px;content:""}.social-share .list--social-share{padding-top:10px}.social-share .list--social-share li{opacity:0;transition:all .25s}.social-share input{width:100%;height:40px;color:#000;font-family:"Netto OT",sans-serif;font-size:14px;line-height:22px;padding:9px 20px;margin:0 0 10px;background-color:#fff;border:0}.social-share input:focus{outline:none;box-shadow:none}.social-share .btn--close{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: %23fff;%7D%3C/style%3E%3Cpath class="st0" d="M12.5,10l7-7c0.7-0.7,0.7-1.8,0-2.5s-1.8-0.7-2.5,0l-7,7l-7-7c-0.7-0.7-1.8-0.7-2.5,0s-0.7,1.8,0,2.5l7,7l-7,7c-0.7,0.7-0.7,1.8,0,2.5C0.9,19.8,1.3,20,1.8,20s0.9-0.2,1.2-0.5l7-7l7,7c0.3,0.3,0.8,0.5,1.2,0.5c0.5,0,0.9-0.2,1.2-0.5c0.7-0.7,0.7-1.8,0-2.5L12.5,10z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;position:absolute;top:5px;right:5px;display:block;width:40px;height:40px;font-size:0;padding:0;border:0;background-color:rgba(0,0,0,0)}.social-share .btn--close:hover,.social-share .btn--close:focus{background-color:rgba(0,0,0,0)}.social-share--light .social-share--wrapper{left:0;top:0;bottom:initial}@media(max-width: 767.98px){.social-share--light .social-share--wrapper{min-width:220px}}.social-share--light .btn--social-share{background:rgba(0,0,0,0);padding:0;color:#28348b}.social-share--light .btn--social-share::before{display:none}.social-share--light .btn--social-share:hover,.social-share--light .btn--social-share:focus{background:rgba(0,0,0,0)}.embedcontainer__header{padding:10px 20px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.embedcontainer__header .textlogo{color:#28348b;font-style:normal;font-size:32px;font-weight:900;line-height:normal;text-transform:lowercase}.embedcontainer__header .chapeau{color:#28348b;text-transform:capitalize;font-size:22px;line-height:normal}.embedcontainer__content{background:#28348b;padding:0 20px;margin-bottom:10px}.embedcontainer__footer{padding:0 20px}.embedcontainer__footer p{text-align:center}.embedcontainer__footer p a{text-decoration:underline;color:#000}.embedcontainer__footer p a:hover,.embedcontainer__footer p a:focus{color:#28348b}.login-form{width:100%;display:block}.login-form .is-h2{word-break:break-word}.login-form .form-group p{text-align:right}.login-form .form-group--buttons{flex-direction:column;align-items:initial;text-align:center}.login-form .form-group--buttons>*{margin-left:0}.login-form .form-group--buttons .btn+span{text-transform:uppercase;font-size:12px;font-weight:700}.login-form .form-group--buttons p{font-size:12px;line-height:normal;text-align:left}.login-form .btn--link{font-size:12px}.login-form .form+p{font-size:12px;line-height:23px;text-align:center}.usp{height:43px;background-color:#e9eaf3;font-size:14px;line-height:43px;color:#000;font-weight:400}@media(max-width: 991.98px){.usp{display:none}}.usp__content{margin:0 auto;max-width:1440px}@media(min-width: 768px)and (max-width: 1199.98px){.usp__content{max-width:1200px}}@media(max-width: 991.98px){.usp__content{max-width:992px}}@media(max-width: 767.98px){.usp__content{max-width:768px}}@media(width < 576px){.usp__content{max-width:576px}}.usp ul{margin-left:80px;margin-right:80px}.usp ul li{display:inline;margin-left:40px}.usp ul li strong{font-weight:700;color:#28348b}.usp ul .checkmark::before{content:url('data:image/svg+xml;utf8,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" stroke="%2328348b" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><path d="M2.69836 8.5L6.47614 12.1429L14.0317 4.85715"/></svg>');color:#28348b;padding-right:10px;position:relative;top:4px}.usp ul li:first-child{margin-left:0}.news{display:flex;flex-direction:column}.news .is-h6{color:#28348b;font-size:16px;font-style:normal;line-height:normal;font-weight:700;text-transform:uppercase;margin:0;flex-basis:50%}.news .read-more{text-align:right}.related{display:flex;flex-direction:column}.related__title .is-h6{font-size:12px;line-height:22px;font-weight:700;text-transform:uppercase}@media(min-width: 576px)and (max-width: 1199.98px){.block--layout .layout__left{flex:0 0 100%;max-width:100%}}@media(min-width: 576px)and (max-width: 1199.98px){.block--layout .layout__right .advertisement{display:none}}.news-block{display:flex;flex-direction:column;padding:0}.news-block__title{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;margin-bottom:32px}.news-block__title picture{flex:0 0 164px;max-width:164px}.news-block__title .is-h5{color:#28348b;font-size:12px;line-height:22px;text-transform:uppercase;margin:0}.news-block__title-left{display:flex;align-items:center}.news-block__content{display:flex}.news-block__content .highlight__content{padding:0}.news-block--association{background:#f3e7eb;border-radius:8px;margin-left:-10px;padding:40px}@media(max-width: 767.98px){.news-block--association{margin-left:0;margin-bottom:16px}}.news-block--association .news-block__title .is-h5{color:#8a173b;font-size:18px;font-style:normal;font-weight:700;line-height:22px;margin-left:0}.news-block--association picture+.news-block__title{margin-left:46px}.news-block--association .news-block__content .highlight__content{display:flex;justify-content:flex-end;margin:0;position:relative}.news-block--association .news-block__content .highlight__content .list{border-color:#8a173b}.news-block--association .news-block__content .highlight__content .list li span{color:#8a173b}.news-block--association .news-block__content .highlight__content .list li span.clock::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%238a173b;%7D%3C/style%3E%3Cg transform="translate(-160 -240)"%3E%3Cg%3E%3Cg transform="translate(-101.252 -232.858)"%3E%3Cpath class="st0" d="M271.3,472.9c-5.5,0-10,4.5-10,10c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C281.2,477.3,276.8,472.9,271.3,472.9z M271.3,491c-4.5,0-8.1-3.6-8.1-8.1c0-4.5,3.6-8.1,8.1-8.1c4.5,0,8.1,3.6,8.1,8.1c0,0,0,0,0,0C279.4,487.3,275.7,491,271.3,491z"/%3E%3Cpath class="st0" d="M276,479.6c-0.2,0-0.4,0.1-0.6,0.2l-3.2,2.4V477c0-0.5-0.4-0.9-0.9-0.9c-0.5,0-0.9,0.4-0.9,0.9l0,0v6.9c0,0.5,0.4,0.9,0.9,0.9c0,0,0,0,0,0h0c0.2,0,0.4-0.1,0.6-0.2l4.7-3.5c0.4-0.3,0.5-0.9,0.2-1.3C276.6,479.7,276.3,479.6,276,479.6L276,479.6z"/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.news-block--association .news-block__content .highlight__content .btn{color:#8a173b}.news-block--association .news-block__content .highlight__content .btn--bookmark{position:absolute;bottom:25px;right:0}.news-block--association .news-block__content .highlight__content .btn--bookmark::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18px" height="18px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%238a173b;%7D%3C/style%3E%3Cg transform="translate(-640 -240)"%3E%3Cpath class="st0" d="M657.7,241c0-0.6-0.5-1-1.1-1h-13.4c-0.5,0.1-1,0.5-1,1.1v17.4c-0.1,0.8,0.5,1.5,1.3,1.5h0.2c0.2,0,0.4-0.1,0.5-0.2l5.7-3.3l5.7,3.3c0.2,0.1,0.3,0.1,0.5,0.2h0.1c0.7,0,1.4-0.6,1.4-1.3C657.8,258.6,657.7,241,657.7,241z M655.6,242.1v15.2l-5.1-3c-0.3-0.2-0.7-0.2-1.1,0l-5.1,3v-15.2L655.6,242.1z"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.news-block--association .news-block__content .highlight__content .btn--bookmark:hover::after,.news-block--association .news-block__content .highlight__content .btn--bookmark:focus::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18px" height="18px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:rgb(50.5714285714, 8.4285714286, 21.6211180124);%7D%3C/style%3E%3Cg transform="translate(-640 -240)"%3E%3Cpath class="st0" d="M657.7,241c0-0.6-0.5-1-1.1-1h-13.4c-0.5,0.1-1,0.5-1,1.1v17.4c-0.1,0.8,0.5,1.5,1.3,1.5h0.2c0.2,0,0.4-0.1,0.5-0.2l5.7-3.3l5.7,3.3c0.2,0.1,0.3,0.1,0.5,0.2h0.1c0.7,0,1.4-0.6,1.4-1.3C657.8,258.6,657.7,241,657.7,241z M655.6,242.1v15.2l-5.1-3c-0.3-0.2-0.7-0.2-1.1,0l-5.1,3v-15.2L655.6,242.1z"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.news-block--association .news-block__content .highlight__content .btn--bookmark.active::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18px" height="18px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%238a173b;%7D%3C/style%3E%3Cpath class="st0" d="M18,1c0-0.6-0.5-1-1.1-1H3.1C2.5,0.1,2.1,0.5,2,1.1v17.4c-0.1,0.8,0.5,1.5,1.4,1.5h0.2c0.2,0,0.4-0.1,0.6-0.2l5.9-3.3l5.9,3.3c0.2,0.1,0.3,0.1,0.5,0.2h0.1c0.8,0,1.4-0.6,1.5-1.3C18,18.6,18,1,18,1z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.news-block--association .news-block__content .highlight__content .btn--bookmark.active:hover::after,.news-block--association .news-block__content .highlight__content .btn--bookmark.active:focus::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18px" height="18px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:rgb(50.5714285714, 8.4285714286, 21.6211180124);%7D%3C/style%3E%3Cpath class="st0" d="M18,1c0-0.6-0.5-1-1.1-1H3.1C2.5,0.1,2.1,0.5,2,1.1v17.4c-0.1,0.8,0.5,1.5,1.4,1.5h0.2c0.2,0,0.4-0.1,0.6-0.2l5.9-3.3l5.9,3.3c0.2,0.1,0.3,0.1,0.5,0.2h0.1c0.8,0,1.4-0.6,1.5-1.3C18,18.6,18,1,18,1z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.news-block--association .news-block__content .highlight[href]{text-decoration:none}.news-block--association .news-block__content .highlight[href] .highlight__content .is-h5{color:#000;font-size:16px;font-weight:400;line-height:23px;margin:0}.news-block--association .news-block__content .highlight[href]:hover .highlight__content .is-h5,.news-block--association .news-block__content .highlight[href]:focus .highlight__content .is-h5{color:#8a173b;text-decoration:none}.news-block--association .btn--link.btn--small{color:#e9eaf3;background-color:#28348b}.news-block--association .btn--link.btn--small::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="11px" height="10px"  viewBox="0 0 10.682 9.936"%3E%3Cpath id="noun-arrow-77067" d="M13.759,22.954h8.969L18.972,26.71a.447.447,0,0,0,.633.633l4.52-4.52a.445.445,0,0,0,.056-.068c.007-.011.012-.023.018-.034a.442.442,0,0,0,.023-.043.427.427,0,0,0,.014-.045c0-.013.009-.025.011-.038a.45.45,0,0,0,0-.175c0-.013-.008-.026-.011-.038a.427.427,0,0,0-.014-.045.442.442,0,0,0-.023-.043c-.006-.011-.011-.023-.018-.034a.445.445,0,0,0-.056-.068L19.6,17.67a.447.447,0,0,0-.633.633l3.757,3.757H13.759C13.512,22.059,13.512,22.954,13.759,22.954Z" transform="translate(-13.574 -17.539)" fill="%23e9eaf3"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;content:"";width:12px;height:11px;display:inline-block;margin-left:5px}.news-block--association .btn--link.btn--small:hover,.news-block--association .btn--link.btn--small:focus{color:#000}.news-block--association .btn--link.btn--small:hover::after,.news-block--association .btn--link.btn--small:focus::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="11px" height="10px"  viewBox="0 0 10.682 9.936"%3E%3Cpath id="noun-arrow-77067" d="M13.759,22.954h8.969L18.972,26.71a.447.447,0,0,0,.633.633l4.52-4.52a.445.445,0,0,0,.056-.068c.007-.011.012-.023.018-.034a.442.442,0,0,0,.023-.043.427.427,0,0,0,.014-.045c0-.013.009-.025.011-.038a.45.45,0,0,0,0-.175c0-.013-.008-.026-.011-.038a.427.427,0,0,0-.014-.045.442.442,0,0,0-.023-.043c-.006-.011-.011-.023-.018-.034a.445.445,0,0,0-.056-.068L19.6,17.67a.447.447,0,0,0-.633.633l3.757,3.757H13.759C13.512,22.059,13.512,22.954,13.759,22.954Z" transform="translate(-13.574 -17.539)" fill="%23000"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.news-block .highlights-overview{margin:0;gap:0 24px}.news-block .highlights-overview__item{flex:1 0 48%;justify-content:space-between;padding:16px 0;border-bottom:1px solid #8a173b;align-self:stretch}@media(width >= 768px){.news-block .highlights-overview__item-cols-2:nth-child(2n+1):nth-last-child(-n+2),.news-block .highlights-overview__item-cols-2:nth-child(2n+1):nth-last-child(-n+2)~.highlights-overview__item{border-bottom:0}.news-block .highlights-overview__item-cols-3:nth-child(3n+1):nth-last-child(-n+3),.news-block .highlights-overview__item-cols-3:nth-child(3n+1):nth-last-child(-n+3)~.highlights-overview__item{border-bottom:0}.news-block .highlights-overview__item-cols-4:nth-child(4n+1):nth-last-child(-n+4),.news-block .highlights-overview__item-cols-4:nth-child(4n+1):nth-last-child(-n+4)~.highlights-overview__item{border-bottom:0}}@media(max-width: 767.98px){.news-block .highlights-overview__item-cols-2:nth-child(1n+1):nth-last-child(-n+1),.news-block .highlights-overview__item-cols-2:nth-child(1n+1):nth-last-child(-n+1)~.highlights-overview__item,.news-block .highlights-overview__item-cols-3:nth-child(1n+1):nth-last-child(-n+1),.news-block .highlights-overview__item-cols-3:nth-child(1n+1):nth-last-child(-n+1)~.highlights-overview__item,.news-block .highlights-overview__item-cols-4:nth-child(1n+1):nth-last-child(-n+1),.news-block .highlights-overview__item-cols-4:nth-child(1n+1):nth-last-child(-n+1)~.highlights-overview__item{border-bottom:0}}@media(max-width: 767.98px){.block--top-reads+.block--nvmo-news{margin-top:-50px}}.top-reads{display:flex;flex-wrap:wrap;margin:0 -10px 25px}@media(max-width: 767.98px){.top-reads{margin:0 0 25px}}.top-reads__item{flex:0 0 33.33333333%;max-width:33.33333333%;padding:0 10px}@media(max-width: 991.98px){.top-reads__item{flex:0 0 50%;max-width:50%}}@media(max-width: 767.98px){.top-reads__item{flex:0 0 100%;max-width:100%}}@media(max-width: 991.98px){.top-reads__item:last-of-type{flex:0 0 100%;max-width:100%}}.top-reads__item:only-child{flex:0 0 100% !important;max-width:100% !important}.top-reads__item .highlight{margin-bottom:25px}.top-reads__item .swiper .swiper-slide{width:85%}@media(min-width: 768px)and (max-width: 991.98px){.top-reads__item .swiper .swiper-slide{width:60%}}@media(min-width: 576px)and (max-width: 767.98px){.top-reads__item .swiper .swiper-slide{width:40%}}@media(min-width: 992px)and (max-width: 1199.98px){.top-reads__item .advertisement{width:300px}}.top-reads--alt .top-reads__item{flex:0 0 66.66666667%;max-width:66.66666667%}@media(max-width: 1199.98px){.top-reads--alt .top-reads__item{flex:0 0 100%;max-width:100%}}.top-reads--alt .top-reads__item:last-of-type{flex:0 0 33.33333333%;max-width:33.33333333%}@media(max-width: 991.98px){.top-reads--alt .top-reads__item:last-of-type{flex:0 0 33.33333333%;max-width:33.33333333%}}@media(max-width: 767.98px){.top-reads--alt .top-reads__item:last-of-type{flex:0 0 100%;max-width:100%}}.top-reads--alt .top-reads__item:only-child{flex:0 0 66.66666667%;max-width:66.66666667%}@media(max-width: 991.98px){.top-reads--alt .top-reads__item:only-child{flex:0 0 66.66666667%;max-width:66.66666667%}}@media(max-width: 767.98px){.top-reads--alt .top-reads__item:only-child{flex:0 0 100%;max-width:100%}}.top-reads--alt .news-article__content{padding-right:0}@media(max-width: 991.98px){.top-reads--two-columns .top-reads__item{flex:0 0 33.33333333%;max-width:33.33333333%}}@media(max-width: 767.98px){.top-reads--two-columns .top-reads__item{flex:0 0 53%;max-width:53%}}.top-reads--two-columns .top-reads__item:last-of-type{flex:0 0 66.66666667%;max-width:66.66666667%}@media(max-width: 991.98px){.top-reads--two-columns .top-reads__item:last-of-type{flex:0 0 66.66666667%;max-width:66.66666667%}}@media(max-width: 767.98px){.top-reads--two-columns .top-reads__item:last-of-type{flex:0 0 53%;max-width:53%}}.top-reads--two-columns .top-reads__item .swiper .swiper-slide{width:40%}@media(min-width: 768px)and (max-width: 991.98px){.top-reads--two-columns .top-reads__item .swiper .swiper-slide{width:65%}}.top-reads--fifty .top-reads__item{flex:0 0 66.66666667%;max-width:66.66666667%}@media(max-width: 991.98px){.top-reads--fifty .top-reads__item{flex:0 0 66.66666667%;max-width:66.66666667%}}@media(max-width: 767.98px){.top-reads--fifty .top-reads__item{flex:0 0 100%;max-width:100%}}.top-reads--fifty .top-reads__item:last-of-type{flex:0 0 33.33333333%;max-width:33.33333333%}@media(max-width: 991.98px){.top-reads--fifty .top-reads__item:last-of-type{flex:0 0 33.33333333%;max-width:33.33333333%}}@media(max-width: 767.98px){.top-reads--fifty .top-reads__item:last-of-type{flex:0 0 100%;max-width:100%}}.top-reads--fifty .top-reads__item:only-child{flex:0 0 66.66666667%;max-width:66.66666667%}@media(max-width: 991.98px){.top-reads--fifty .top-reads__item:only-child{flex:0 0 66.66666667%;max-width:66.66666667%}}@media(max-width: 767.98px){.top-reads--fifty .top-reads__item:only-child{flex:0 0 100%;max-width:100%}}.top-reads--fifty .news-article__content{padding-right:0}.top-reads--full-width .top-reads__item{flex:0 0 100%;max-width:100%}.top-reads--full-width .top-reads__item:last-of-type{flex:0 0 100%;max-width:100%}.top-reads--full-width .top-reads__item:only-child{flex:0 0 100%;max-width:100%}.top-publications{position:relative;display:flex;flex-direction:column;background:#e9eaf3;padding:20px 20px 0;margin:0 0 25px;border-radius:8px}@media(max-width: 767.98px){.top-publications{margin:0 0 25px}}.top-publications::after{position:absolute;right:0;top:0;display:block;width:5%;height:100%;content:"";background-color:#fff;background:linear-gradient(90deg, white 0%, #28348b 100%);opacity:.1;z-index:9}.top-publications .highlight{background:#fff;padding:20px 20px 0;border-radius:8px}.top-publications .highlight__content{margin:0;padding:0}.top-publications .highlight__content .is-h5{font-size:16px}.top-publications .highlight__content+.read-more{margin-top:-25px;text-align:left}.top-publications .top-publications-carousel{margin:0 -20px 25px 0}.top-publications .top-publications-carousel__item .highlight{height:100%;flex-wrap:nowrap}.top-publications .top-publications-carousel__item .highlight__content .list,.top-publications .top-publications-carousel__item .highlight__content .read-more{margin-top:auto}.top-publications .top-publications-carousel .swiper-pagination{width:100%;margin:25px auto 0}.block--content-block{margin-bottom:25px}.content-block{flex:0 0 66.66666667%;max-width:66.66666667%;display:flex;flex-direction:column;margin:0 auto}@media(max-width: 991.98px){.content-block{flex:0 0 100%;max-width:100%}}@media(max-width: 1199.98px){.content-block--subscription{flex:0 0 83.33333333%;max-width:83.33333333%}}@media(max-width: 991.98px){.content-block--subscription{flex:0 0 100%;max-width:100%}}.content-block--full{flex:0 0 83.33333333%;max-width:83.33333333%;text-align:center}@media(max-width: 991.98px){.content-block--full{flex:0 0 100%;max-width:100%}}.content-block--search{flex:0 0 100%;max-width:100%}.content-block--search .is-h3{font-weight:400;color:#000}.content-block--search .content-block__content{display:flex;flex-wrap:wrap}.content-block--search .content-block__content .richtext{flex:0 0 75%;max-width:75%;font-size:16px;line-height:26px;padding-right:10px}@media(max-width: 991.98px){.content-block--search .content-block__content .richtext{flex:0 0 100%;max-width:100%;padding:0}}.content-block--search .content-block__content .richtext+.form{flex:0 0 25%;max-width:25%;padding-left:10px}@media(max-width: 991.98px){.content-block--search .content-block__content .richtext+.form{flex:0 0 100%;max-width:100%;padding:0}}.content-block--search .form-search .form-control{background-color:#fff;border:1px solid #28348b;font-size:16px;line-height:normal;padding:9px 54px 9px 15px}.content-block--search .form-search .btn{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18px" height="18px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: %2328348b;%7D%3C/style%3E%3Cpath class="st0" d="M19.7,18.3l-5.5-5.5l0.2-0.3c1-1.3,1.5-2.9,1.5-4.6c0-4.4-3.6-7.9-7.9-7.9C3.6,0,0,3.5,0,7.9s3.6,7.9,7.9,7.9c0,0,0,0,0,0c1.6,0,3.2-0.5,4.6-1.5l0.3-0.2l5.5,5.5c0.2,0.2,0.4,0.3,0.7,0.3h0c0.6,0,1-0.5,1-1C20,18.7,19.9,18.5,19.7,18.3L19.7,18.3z M7.9,1.9V2c3.3,0,5.9,2.6,5.9,5.9c0,3.3-2.6,5.9-5.9,5.9C4.7,13.8,2,11.2,2,7.9C2,4.7,4.7,2,7.9,2V1.9z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;width:40px;height:40px;top:0}.content-block--search .form-search .btn:hover,.content-block--search .form-search .btn:focus{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18px" height="18px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0 %7Bfill: %23000;%7D%3C/style%3E%3Cpath class="st0" d="M19.7,18.3l-5.5-5.5l0.2-0.3c1-1.3,1.5-2.9,1.5-4.6c0-4.4-3.6-7.9-7.9-7.9C3.6,0,0,3.5,0,7.9s3.6,7.9,7.9,7.9c0,0,0,0,0,0c1.6,0,3.2-0.5,4.6-1.5l0.3-0.2l5.5,5.5c0.2,0.2,0.4,0.3,0.7,0.3h0c0.6,0,1-0.5,1-1C20,18.7,19.9,18.5,19.7,18.3L19.7,18.3z M7.9,1.9V2c3.3,0,5.9,2.6,5.9,5.9c0,3.3-2.6,5.9-5.9,5.9C4.7,13.8,2,11.2,2,7.9C2,4.7,4.7,2,7.9,2V1.9z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.block--events{background:#e9eaf3;margin-bottom:0;width:100vw;margin-left:calc(-50vw + 720px);margin-right:calc(-50vw + 720px)}@media(width < 1440px){.block--events{margin-left:0;margin-right:0}}.block--events .wrapper,.block--events .products__content,.block--events .progressbar{margin:0 auto;max-width:1440px}@media(min-width: 768px)and (max-width: 1199.98px){.block--events .wrapper,.block--events .products__content,.block--events .progressbar{max-width:1200px}}@media(max-width: 991.98px){.block--events .wrapper,.block--events .products__content,.block--events .progressbar{max-width:992px}}@media(max-width: 767.98px){.block--events .wrapper,.block--events .products__content,.block--events .progressbar{max-width:768px}}@media(width < 576px){.block--events .wrapper,.block--events .products__content,.block--events .progressbar{max-width:576px}}.events{margin:0 80px}@media(max-width: 767.98px){.events{margin:0}}.events__title{display:flex;flex-wrap:wrap;align-items:center}.events__title+.events__content{margin-top:-10px}.events__title .read-more{margin-left:auto;line-height:22px}.events__title .read-more .btn{line-height:normal;position:relative}.events__title .read-more .btn::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="11px" height="10px"  viewBox="0 0 10.682 9.936"%3E%3Cpath id="noun-arrow-77067" d="M13.759,22.954h8.969L18.972,26.71a.447.447,0,0,0,.633.633l4.52-4.52a.445.445,0,0,0,.056-.068c.007-.011.012-.023.018-.034a.442.442,0,0,0,.023-.043.427.427,0,0,0,.014-.045c0-.013.009-.025.011-.038a.45.45,0,0,0,0-.175c0-.013-.008-.026-.011-.038a.427.427,0,0,0-.014-.045.442.442,0,0,0-.023-.043c-.006-.011-.011-.023-.018-.034a.445.445,0,0,0-.056-.068L19.6,17.67a.447.447,0,0,0-.633.633l3.757,3.757H13.759C13.512,22.059,13.512,22.954,13.759,22.954Z" transform="translate(-13.574 -17.539)" fill="%2328348b"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;content:"";width:12px;height:11px;display:inline-block;margin-left:5px}.events__title .read-more .btn:hover::after,.events__title .read-more .btn:focus::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="11px" height="10px"  viewBox="0 0 10.682 9.936"%3E%3Cpath id="noun-arrow-77067" d="M13.759,22.954h8.969L18.972,26.71a.447.447,0,0,0,.633.633l4.52-4.52a.445.445,0,0,0,.056-.068c.007-.011.012-.023.018-.034a.442.442,0,0,0,.023-.043.427.427,0,0,0,.014-.045c0-.013.009-.025.011-.038a.45.45,0,0,0,0-.175c0-.013-.008-.026-.011-.038a.427.427,0,0,0-.014-.045.442.442,0,0,0-.023-.043c-.006-.011-.011-.023-.018-.034a.445.445,0,0,0-.056-.068L19.6,17.67a.447.447,0,0,0-.633.633l3.757,3.757H13.759C13.512,22.059,13.512,22.954,13.759,22.954Z" transform="translate(-13.574 -17.539)" fill="%23000"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.events .highlight .btn{min-width:75%}@media(max-width: 991.98px){.events .highlight .btn{width:100%}}.events .highlight .list--meta li span{text-transform:uppercase}.events .highlight__content .richtext{color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:160%}[data-events-carousel].swiper-initialized .swiper-pagination{display:none}@media(max-width: 767.98px){[data-events-carousel].swiper-initialized .swiper-pagination{display:flex;width:100%;justify-content:center;margin:0 auto 25px}}[data-events-carousel].swiper-initialized .swiper-slide{width:50%;flex:0 0 50%;max-width:50%}@media(max-width: 767.98px){[data-events-carousel].swiper-initialized .swiper-slide{width:100%;flex:0 0 100%;max-width:100%}}[data-events-carousel].swiper-initialized .swiper-slide:only-child{width:100%;flex:0 0 100%;max-width:100%}[data-events-carousel].swiper-initialized .swiper-slide:only-child .highlight .btn{min-width:unset}[data-events-carousel].swiper-initialized .swiper-slide:only-child .highlight__image{flex:0 0 33.33333333%;max-width:33.33333333%}@media(max-width: 767.98px){[data-events-carousel].swiper-initialized .swiper-slide:only-child .highlight__image{flex:0 0 100%;max-width:100%}}[data-events-carousel].swiper-initialized .swiper-slide:only-child .highlight__content{flex:0 0 66.66666667%;max-width:66.66666667%;padding-right:5em}@media(max-width: 1199.98px){[data-events-carousel].swiper-initialized .swiper-slide:only-child .highlight__content{padding-right:0}}@media(max-width: 767.98px){[data-events-carousel].swiper-initialized .swiper-slide:only-child .highlight__content{flex:0 0 100%;max-width:100%;padding-right:0}}.events-overview__item{border-bottom:1px solid #bccae9;margin-bottom:25px}.events-overview__item:last-of-type{border:0}.events-overview+.read-more{text-align:right;margin-top:-25px}.event:hover,.event:focus{text-decoration:none}.event:hover .is-h5,.event:focus .is-h5{color:#28348b}.block--form-image{margin:0}.form-image{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;margin:0 0 40px}.form-image__image{flex:0 0 50%;max-width:50%}@media(max-width: 767.98px){.form-image__image{flex:0 0 100%;max-width:100%}}.form-image__content{flex:0 0 50%;max-width:50%;padding:30px 30px 0;background-color:#333}@media(max-width: 767.98px){.form-image__content{flex:0 0 100%;max-width:100%}}.form-image__content>*{color:#fff}.form-image__content h1,.form-image__content h2,.form-image__content h3,.form-image__content h4,.form-image__content h5,.form-image__content h6,.form-image__content .richtext{margin:0 0 30px}.form-image--reversed{flex-direction:row-reverse}.form--download .form-group .form-control{color:#fff;padding-left:0;padding-right:0;border:0;border-bottom:1px solid #fff;border-radius:0;background:rgba(0,0,0,0)}.form--download .form-group .form-control::-webkit-input-placeholder{color:#fff;font-style:normal}.form--download .form-group .form-control::-moz-placeholder{color:#fff;font-style:normal}.form--download .form-group .form-control:-ms-input-placeholder{color:#fff;font-style:normal}.form--download .form-group .btn{color:#000;text-transform:uppercase;padding:12px 40px 12px 15px}.form--download .form-group .btn::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 11.623 5.761"%3E%3Cpath id="Path_632" data-name="Path 632" d="M4.471,10.623a.2.2,0,0,1-.177-.088L.05,5.45a.232.232,0,0,1,0-.287L4.316.078A.215.215,0,0,1,4.626.056a.215.215,0,0,1,.022.309L4.411.65.514,5.317l4.134,4.952a.214.214,0,0,1-.022.309A.41.41,0,0,1,4.471,10.623Z" transform="translate(0.5 5.244) rotate(-90)" stroke="%23000" fill="%23000" stroke-width="1"/%3E %3C/svg%3E');background-repeat:no-repeat;background-position:center center;position:absolute;top:50%;right:15px;display:block;width:16px;height:16px;content:"";margin:-8px 0 0;transform:rotate(-90deg)}.highlights{display:flex;flex-direction:column}.highlights__title{text-align:center}.highlights__buttons{text-align:center}.read-more__top{text-align:right;margin:0}.highlight{display:flex;flex-wrap:wrap;flex-direction:column}.highlight:hover,.highlight:focus{text-decoration:none}.highlight .image-label{position:absolute;bottom:0;right:0;z-index:9}.highlight__topic{display:flex;flex-wrap:wrap;align-items:baseline}.highlight__topic picture{flex:0 0 32%;max-width:32%;margin-left:auto}@media(max-width: 991.98px){.highlight__topic picture{max-width:25%}}.highlight__image{position:relative;max-width:100%;align-self:baseline;width:100%}.highlight__image picture img{width:100%;height:100%;object-fit:cover;object-position:top;border-radius:8px 8px 0 0}.highlight__image+.highlight__content{flex:1 1 0;display:flex;flex-direction:column;max-width:100%;margin:16px}.highlight__subline{color:#000;font-size:12px;line-height:5px;margin-top:-13px;margin-bottom:10px;text-transform:lowercase;text-align:right;opacity:0}.highlight__content{flex:1 1 0%;display:flex;flex-direction:column;max-width:100%;margin:166px 16px 16px}.highlight__content .authors{position:relative;display:block;width:100%;color:#28348b;font-size:12px;line-height:20px;font-weight:700}.highlight__content .list{margin:0}.highlight__content .list li{margin-bottom:0}.highlight__content .list:last-child{margin-top:auto}.highlight__content .btn--bookmark{font-size:0;width:20px;padding-right:0}.highlight__content-without-image{margin:16px}.highlight[href]{text-decoration:none}.highlight[href] .highlight__content .is-h5{color:#000;font-size:16px;font-style:normal}.highlight[href]:hover .highlight__content,.highlight[href]:focus .highlight__content{text-decoration:none}.highlight[href]:hover .highlight__content .is-h5,.highlight[href]:focus .highlight__content .is-h5{color:#28348b}.highlight--event{margin:0 0 25px}.highlight--event .highlight__content{padding:20px 20px 0}.highlight--event .highlight__content .is-h3,.highlight--event .highlight__content .richtext,.highlight--event .highlight__content .read-more{margin:0 0 15px}.highlight--event .highlight__content .list{margin:0 0 5px;border-bottom:0}.highlight--article-small{color:#000}.highlight--article-small .highlight__content{margin:0 0 25px;padding:15px 15px 0}.highlight--article-small .highlight__content .is-h3{color:#000;font-size:23px;line-height:32px}.highlight--article-small .highlight__content .is-h3,.highlight--article-small .highlight__content .richtext,.highlight--article-small .highlight__content .read-more{margin:0 0 15px}.highlight--article-small .highlight__content .list{margin:0 0 5px;border-bottom:0}.highlight--article-small[href]{text-decoration:none}.highlight--article-small[href] .highlight__content .is-h3{color:#000}.highlight--article-small[href]:hover,.highlight--article-small[href]:focus{text-decoration:none}.highlight--article-small[href]:hover .highlight__content .is-h3,.highlight--article-small[href]:focus .highlight__content .is-h3{color:#28348b}.highlight--spotlight{flex-wrap:nowrap}.highlight--article{position:relative;margin:0 0 25px}.highlight--article .highlight__content{margin:0;border-radius:6px;border:1px solid #28348b;padding:10px 20px 0}.highlight--article .highlight__content .is-h3{line-height:42px;padding-right:30px}@media(max-width: 991.98px){.highlight--article .highlight__content .is-h3{padding-right:0}}.highlight--article .highlight__content .list{border-bottom:0;margin-bottom:10px}.highlight--article .highlight__content .list:first-of-type{margin-bottom:25px}.highlight--article .highlight__content:hover,.highlight--article .highlight__content:focus{text-decoration:none}.highlight--article .highlight__content:hover .is-h5,.highlight--article .highlight__content:focus .is-h5{color:#28348b}.highlight--article .highlight__author{position:absolute;bottom:0;left:0;width:100%;padding:10px;color:#fff;border-radius:0 0 6px 6px;background:#28348b;height:110px}.highlight--article .highlight__author+.highlight__content{border-radius:6px 6px 0 0;background-color:rgba(40,52,139,.1)}.highlight--article .highlight__author:hover,.highlight--article .highlight__author:focus{text-decoration:none}.highlight--article-overview{border-radius:6px;border:1px solid #28348b}.highlight--article-overview .highlight__image{margin:0 0 5px;width:100%;flex:1;border-radius:6px 6px 0 0}.highlight--article-overview .highlight__content{margin:0;border-radius:0;border:0;padding:10px 20px 0}.highlight--article-overview .highlight__content .list:first-of-type{margin-bottom:10px}.highlight--spacing{padding-bottom:110px}.highlight--white{margin:0 0 25px}.highlight--white .highlight__content{padding:15px 15px 0}.highlight--white .highlight__content .is-h3,.highlight--white .highlight__content .richtext,.highlight--white .highlight__content .read-more{margin:0 0 15px}.highlight--white .highlight__content .list{margin:0 0 5px;border-bottom:0}.highlight--color{color:#000;background-color:#e9eaf3;margin:0}.highlight--color .highlight__image+.highlight__content{margin:16px 24px 24px}.highlight--color .highlight__content .richtext{font-size:14px;font-style:normal;font-weight:400;line-height:160%}.highlight--color .highlight__content .is-h3,.highlight--color .highlight__content .richtext,.highlight--color .highlight__content .read-more{margin:0 0 16px}.highlight--color .highlight__content .list{border-bottom:0}.highlight--color[href]{text-decoration:none;height:100%}.highlight--color[href] .highlight__content .is-h3{color:#28348b;font-size:24px;line-height:140%}.highlight--color[href]:hover,.highlight--color[href]:focus{text-decoration:none}.highlight--color[href]:hover .highlight__content .is-h3,.highlight--color[href]:focus .highlight__content .is-h3{color:#000}.highlight--sponsored .highlight__subline{opacity:1}.highlight--sponsored .highlight__content{border-color:#3e306b}.highlight--sponsored .highlight__content .is-h5{font-family:"Merriweather",sans-serif;font-size:17px;line-height:23px;font-weight:700;color:#3e306b}.highlight--sponsored .highlight__content .list:first-of-type{margin-bottom:10px}.highlight--sponsored .highlight__content .list--meta li span{color:#3e306b}.highlight--sponsored .highlight__content .list--meta li span.clock::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%233e306b;%7D%3C/style%3E%3Cg transform="translate(-160 -240)"%3E%3Cg%3E%3Cg transform="translate(-101.252 -232.858)"%3E%3Cpath class="st0" d="M271.3,472.9c-5.5,0-10,4.5-10,10c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C281.2,477.3,276.8,472.9,271.3,472.9z M271.3,491c-4.5,0-8.1-3.6-8.1-8.1c0-4.5,3.6-8.1,8.1-8.1c4.5,0,8.1,3.6,8.1,8.1c0,0,0,0,0,0C279.4,487.3,275.7,491,271.3,491z"/%3E%3Cpath class="st0" d="M276,479.6c-0.2,0-0.4,0.1-0.6,0.2l-3.2,2.4V477c0-0.5-0.4-0.9-0.9-0.9c-0.5,0-0.9,0.4-0.9,0.9l0,0v6.9c0,0.5,0.4,0.9,0.9,0.9c0,0,0,0,0,0h0c0.2,0,0.4-0.1,0.6-0.2l4.7-3.5c0.4-0.3,0.5-0.9,0.2-1.3C276.6,479.7,276.3,479.6,276,479.6L276,479.6z"/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.highlight--sponsored .highlight__content .list--meta li span.tag::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%233e306b;%7D%3C/style%3E%3Cpath class="st0" d="M14.3,17H2.8C1.3,17,0,15.7,0,14.1V5.9C0,4.3,1.3,3,2.8,3h11.4c0.9,0,1.8,0.5,2.3,1.2l2.9,4.1c0.7,1,0.7,2.4,0,3.4l-2.9,4.1C16.1,16.5,15.2,17,14.3,17z M2.8,4.9c-0.5,0-1,0.4-1,1v8.2c0,0.5,0.4,1,1,1h11.4c0.3,0,0.6-0.2,0.8-0.4l2.9-4.1c0.2-0.3,0.2-0.8,0-1.1l-2.9-4.1c-0.2-0.3-0.5-0.4-0.8-0.4L2.8,4.9z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.highlight--sponsored .highlight__content .list--meta li span.date::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%233e306b;%7D%3C/style%3E%3Cpath class="st0" d="M17.2,2.1h-1.7V1c0-0.5-0.4-1-1-1c-0.6,0-1,0.4-1,1v1.1h-7V1c0-0.5-0.4-1-1-1s-1,0.4-1,1v1.1H2.8C1.3,2.1,0,3.3,0,4.8v12.5c0,0.7,0.3,1.4,0.8,1.9c0.5,0.5,1.2,0.8,2,0.8h14.4c1.5,0,2.8-1.2,2.8-2.7V4.8C20,3.3,18.7,2.1,17.2,2.1z M2,10.3h16v7c0,0.4-0.4,0.8-0.8,0.8l-14.4,0c-0.4,0-0.8-0.3-0.8-0.8V10.3z M5.5,5.8c0.6,0,1-0.4,1-1V4h7v0.9c0,0.5,0.4,1,1,1c0.6,0,1-0.4,1-1V4h1.7C17.6,4,18,4.3,18,4.8v3.6H2V4.8C2,4.3,2.4,4,2.8,4h1.7v0.9C4.5,5.4,4.9,5.8,5.5,5.8z M2.8,19.9L2.8,19.9L2.8,19.9L2.8,19.9z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.highlight--sponsored .highlight__content .list--meta li span.author::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%233e306b;%7D%3C/style%3E%3Cpath class="st0" d="M12.6,8.8c2.2-1.5,2.7-4.5,1.3-6.7S9.5-0.7,7.4,0.8S4.6,5.3,6.1,7.5C6.4,8,6.9,8.5,7.4,8.8c-3.5,1-5.9,4.3-5.9,8v2.6c0,0.4,0.3,0.6,0.6,0.6h15.7c0.3,0,0.6-0.3,0.6-0.6c0,0,0,0,0,0v-2.6C18.5,13.1,16.1,9.8,12.6,8.8z M6.5,4.8c0-1.9,1.5-3.5,3.5-3.5c1.9,0,3.5,1.6,3.5,3.5S11.9,8.3,10,8.3h0C8.1,8.3,6.5,6.8,6.5,4.8C6.5,4.8,6.5,4.8,6.5,4.8z M17.2,18.7H2.7v-2c0-3.9,3.1-7,6.9-7h0.8c3.8,0,6.9,3.1,6.9,7L17.2,18.7z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.highlight--sponsored[href] .highlight__content{border-color:#3e306b}.highlight--sponsored[href] .highlight__content .is-h5{color:#3e306b}.highlight--sponsored .label-sponsored{margin-bottom:35px}.highlight--advertorial{color:#fff;margin:-25px;background:#3e306b}.highlight--advertorial .highlight__image+.highlight__content{margin-top:-25px}.highlight--advertorial .image-label{position:relative;background:rgba(62,48,107,.8)}.highlight--advertorial .highlight__subline{opacity:1;z-index:100;height:auto;margin:5px 16px;line-height:normal;color:#fff}.highlight--advertorial .highlight__content{padding:20px 20px 0;margin:0;z-index:50}.highlight--advertorial .highlight__content .label{font-size:12px;text-transform:uppercase}.highlight--advertorial .highlight__content .is-h3,.highlight--advertorial .highlight__content .richtext,.highlight--advertorial .highlight__content .read-more{color:#fff;margin:0 0 15px}.highlight--advertorial .highlight__content .list{margin:0 0 10px;border-bottom:0}.highlight--advertorial .highlight__content .is-h3,.highlight--advertorial .highlight__content .is-h5{font-family:"Merriweather",sans-serif;color:#fff}.highlight--advertorial .highlight__content .richtext{font-family:"Merriweather",sans-serif;font-size:14px;line-height:22px}.highlight--advertorial .highlight__content .btn--link{color:#fff;font-size:14px;line-height:normal}.highlight--light{color:#fff;margin:0 0 25px}.highlight--light .highlight__image+.highlight__content{margin-top:-25px}.highlight--light .highlight__content{padding:20px 20px 0;background:#28348b}.highlight--light .highlight__content .label{text-transform:uppercase}.highlight--light .highlight__content .is-h3,.highlight--light .highlight__content .richtext,.highlight--light .highlight__content .read-more{color:#fff;margin:0 0 15px}.highlight--light .highlight__content .list{margin:0 0 10px;border-bottom:0}.highlight--light .highlight__content .btn--link{color:#fff}.highlight--vacancy{background:#28348b}.highlight--vacancy .highlight__content{padding:0;margin:0}.highlight--vacancy .highlight__content .is-h3,.highlight--vacancy .highlight__content .is-h6{color:#fff}.highlight--vacancy .highlight__content .is-h6+.is-h3{margin-top:-20px}.highlight--vacancy .highlight__content .is-h3{font-weight:900}.highlight--vacancy .highlight__content .is-h3+.list{margin-top:-10px}.highlight--vacancy .highlight__content a:not(.btn){text-decoration:none;color:#fff}.highlight--vacancy .highlight__content .richtext>*{color:#fff}.highlight--vacancy .highlight__content .richtext p{line-height:26px}.highlight--vacancy .highlight__content .read-more{text-align:right}.highlight--vacancy .list--meta{border:0;margin:0}.highlight--vacancy .list--meta:last-of-type{margin-bottom:20px}.highlight--vacancy .list--meta li+li{margin-left:15px}.highlight--vacancy .list--meta li span{color:#fff}.highlight--vacancy .list--meta li span.clock::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%23fff;%7D%3C/style%3E%3Cg transform="translate(-160 -240)"%3E%3Cg%3E%3Cg transform="translate(-101.252 -232.858)"%3E%3Cpath class="st0" d="M271.3,472.9c-5.5,0-10,4.5-10,10c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C281.2,477.3,276.8,472.9,271.3,472.9z M271.3,491c-4.5,0-8.1-3.6-8.1-8.1c0-4.5,3.6-8.1,8.1-8.1c4.5,0,8.1,3.6,8.1,8.1c0,0,0,0,0,0C279.4,487.3,275.7,491,271.3,491z"/%3E%3Cpath class="st0" d="M276,479.6c-0.2,0-0.4,0.1-0.6,0.2l-3.2,2.4V477c0-0.5-0.4-0.9-0.9-0.9c-0.5,0-0.9,0.4-0.9,0.9l0,0v6.9c0,0.5,0.4,0.9,0.9,0.9c0,0,0,0,0,0h0c0.2,0,0.4-0.1,0.6-0.2l4.7-3.5c0.4-0.3,0.5-0.9,0.2-1.3C276.6,479.7,276.3,479.6,276,479.6L276,479.6z"/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.highlight--vacancy .list--meta li span.degree::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%23fff;%7D%3C/style%3E%3Cpath class="st0" d="M19.9,16.5c-0.1-0.1-0.2-0.1-0.3-0.1h-2.3l0-12.7c0,0,0,0,0,0V2.3C17.3,1,16.3,0,15,0h-2.6c-0.1,0-0.2,0-0.2,0H8.7C8.7,0,8.6,0,8.5,0H2.3C1,0,0,1,0,2.3v0.9c0,0.3,0.2,0.5,0.5,0.5h3.2v14.1c0,1.2,0.9,2.2,2.1,2.2c0.1,0,0.3,0,0.4,0h11.5c0,0,0.1,0,0.1,0c1.3,0,2.3-1,2.3-2.3l0-0.9C20,16.7,20,16.6,19.9,16.5L19.9,16.5z M9.1,0.9h2.7v6.6l-1-1c-0.2-0.2-0.5-0.2-0.6,0l-1,1L9.1,0.9z M3.6,2.7H0.9V2.3c0-0.8,0.6-1.4,1.4-1.4s1.4,0.6,1.4,1.4L3.6,2.7z M7.6,16.4L7.6,16.4c-0.1,0-0.1,0.1-0.2,0.1l0,0l0,0c0,0-0.1,0.1-0.1,0.2c0,0,0,0.1,0,0.2l0,0.9c0,0.7-0.5,1.2-1.2,1.3H5.9c-0.8,0-1.4-0.6-1.4-1.4c0,0,0,0,0,0V2.3c0-0.5-0.2-1-0.5-1.4h4.1v7.7c0,0.3,0.2,0.5,0.5,0.5C8.8,9.1,8.9,9,9,9l1.5-1.5L12,9c0.2,0.2,0.5,0.2,0.6,0c0.1-0.1,0.1-0.2,0.1-0.3V0.9H15c0.8,0,1.4,0.6,1.4,1.4l0,14.1H7.7C7.7,16.3,7.6,16.4,7.6,16.4L7.6,16.4L7.6,16.4z M19.1,17.7c0,0.7-0.5,1.3-1.3,1.4c0,0-0.1,0-0.1,0h-10c0.3-0.4,0.4-0.9,0.4-1.3l0-0.5h8.5c0,0,0.1,0,0.1,0c0,0,0.1,0,0.1,0h2.2L19.1,17.7z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.highlight--vacancy .list--meta li span.marker::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%23fff;%7D%3C/style%3E%3Cg%3E%3Cpath class="st0" d="M10.1,5.1c-1.6,0-3,1.3-3,3c0,1.6,1.3,3,3,3c1.6,0,3-1.3,3-3S11.8,5.1,10.1,5.1L10.1,5.1z M10.1,9.7C9.3,9.7,8.4,9,8.4,8.1s0.7-1.6,1.6-1.6s1.6,0.7,1.6,1.6c0,0.4-0.2,0.8-0.5,1.1C11,9.5,10.6,9.7,10.1,9.7z"/%3E%3Cpath class="st0" d="M10.2,0H10C5.5,0.1,2,3.7,2,8.2c0,1.8,0.6,3.5,1.7,4.9l0,0l5.7,6.7l0,0c0.3,0.3,0.7,0.3,1,0l0,0l5.8-6.7l0,0c2.7-3.5,2.1-8.6-1.4-11.4C13.6,0.6,11.9,0,10.2,0L10.2,0z M15.3,12.2l-5.3,6l-5.2-6C2.5,9.3,3,5.1,5.9,2.8s7.2-1.7,9.4,1.2C17.2,6.4,17.2,9.8,15.3,12.2L15.3,12.2z"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.highlight--vacancy .btn--link{color:#fff}.highlight--vacancy .btn--link:hover,.highlight--vacancy .btn--link:focus{color:#000}.highlight--row{flex-direction:row}.highlight--row .highlight__image{flex:0 0 33%;max-width:33%;padding:0 10px}.highlight--row .highlight__image+.highlight__content{margin-top:0}.highlight--row .highlight__content{flex:0 0 64%;max-width:64%;padding:0 10px;background:rgba(0,0,0,0);margin-left:0;margin-top:0}.highlight--row .highlight__content .list--meta{border-bottom:0}.highlight--row .highlight__content .list--meta li:last-of-type{margin-left:20px}.highlight--row .highlight__content .is-h3{font-size:23px;line-height:32px;color:#000}.highlight--row .highlight__content .is-h3+.richtext{margin-top:-12.5px}.highlight--column{background-color:#28348b;height:auto;min-height:calc(100% - 25px)}.highlight--column a:not(.btn){color:#fff;text-decoration:underline;font-weight:700}.highlight--column a:not(.btn):hover,.highlight--column a:not(.btn):focus{color:#fff;text-decoration:none}.highlight--column .btn{color:#28348b;border-color:#fff;background-color:#fff}.highlight--column .btn:hover,.highlight--column .btn:focus{color:#28348b;border-color:hsl(0,0%,90%);background-color:hsl(0,0%,90%)}.highlight--column .btn--link{color:#fff;border-color:rgba(0,0,0,0);background-color:rgba(0,0,0,0)}.highlight--column .btn--link:hover,.highlight--column .btn--link:focus{color:#fff;border-color:rgba(0,0,0,0);background-color:rgba(0,0,0,0)}.highlight--column .highlight__image{order:2;display:flex;flex-flow:row wrap;padding:0 20px;align-items:flex-end;margin:-15px 0 10px}.highlight--column .highlight__image picture{order:2;margin-left:auto;max-width:90px;max-height:90px;border-radius:50%;overflow:hidden}.highlight--column .highlight__image .btn{order:1;margin-bottom:10px}.highlight--column .highlight__image .btn--link{text-transform:none;font-size:14px;line-height:normal}.highlight--column .highlight__image+.highlight__content{margin-top:0}.highlight--column .highlight__content{order:1;color:#fff;background:rgba(0,0,0,0);padding:10px 10px 0;margin:0;word-break:break-word;border-radius:8px}.highlight--column .highlight__content .is-h6+.is-h3{margin-top:-25px;margin-bottom:20px}.highlight--column .highlight__content .is-h3{margin-bottom:20px}.highlight--column .highlight__content>*{color:#fff}.highlights-overview{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;margin:0 -10px;gap:24px;align-items:stretch;align-self:stretch;height:100%}.highlights-overview__item{flex:0 0 50%;max-width:50%;display:flex;flex-direction:column;align-items:flex-start;gap:16px;flex:1 0 21%}@media(max-width: 767.98px){.highlights-overview__item{flex:0 0 100%;max-width:100%}}.highlights-overview__item .highlight{width:100%;border-radius:8px}.highlights-overview__item+.read-more{width:100%;display:block;text-align:right;padding:0 10px}.highlights-overview--full .highlights-overview__item{flex:0 0 100%;max-width:100%}@media(max-width: 991.98px){.highlights-overview--full .highlights-overview__item{flex:0 0 100%;max-width:100%}}@media(max-width: 767.98px){.highlights-overview--full .highlights-overview__item{flex:0 0 100%;max-width:100%}}.highlights-overview--three-columns .highlights-overview__item{flex:0 0 31.25%;max-width:31.25%}@media(max-width: 991.98px){.highlights-overview--three-columns .highlights-overview__item{flex:0 0 50%;max-width:50%}}@media(max-width: 767.98px){.highlights-overview--three-columns .highlights-overview__item{flex:0 0 100%;max-width:100%}}.highlights-overview--three-columns .highlights-overview__item picture{height:180px}@media(max-width: 767.98px){.highlights-overview--three-columns .highlights-overview__item picture{height:233px}}.highlights-overview--three-columns .highlights-overview__item .highlight{height:100%;background-color:#f2f2f2}.highlights-overview--three-columns .highlights-overview__item .highlight--column{background-color:#28348b}.highlights-overview--three-columns .highlights-overview__item .highlight--column .is-h3{height:160px}.highlights-overview--four-columns .highlights-overview__item{flex:0 0 23.5%;max-width:23.5%}@media(max-width: 1199.98px){.highlights-overview--four-columns .highlights-overview__item{flex:0 0 31.7%;max-width:31.7%}}@media(max-width: 991.98px){.highlights-overview--four-columns .highlights-overview__item{flex:0 0 48%;max-width:48%}}@media(max-width: 767.98px){.highlights-overview--four-columns .highlights-overview__item{flex:0 0 100%;max-width:100%}}.highlights-overview--four-columns .highlights-overview__item picture{height:150px}@media(max-width: 767.98px){.highlights-overview--four-columns .highlights-overview__item picture{height:233px}}.highlights-overview--four-columns .highlights-overview__item .highlight{height:100%;background-color:#f2f2f2}.highlights-overview--four-columns .highlights-overview__item .highlight--column{background-color:#28348b}.highlights-overview--four-columns .highlights-overview__item .highlight--column .is-h3{height:160px}.highlights-overview+.read-more{text-align:right;width:100%}.highlights-overview+.pagination{margin-top:25px}.block--highlights{margin:0}.block--vacancies .highlight__content{margin:16px;border:0;padding:0}@media(max-width: 767.98px){.block--vacancies .highlights-overview--three-columns{gap:0}}.block--vacancies .highlights-overview--three-columns .highlights-overview__item{flex:0 0 31.8%;max-width:31.8%}@media(max-width: 767.98px){.block--vacancies .highlights-overview--three-columns .highlights-overview__item{flex:0 0 100%;max-width:100%}}@media(max-width: 767.98px){[data-nh-carousel].swiper-initialized:not(.highlights-overview--three-columns){margin-right:-20px}}[data-nh-carousel].swiper-initialized:not(.highlights-overview--three-columns) .swiper-slide{flex:0 0 48.1%;max-width:48.1%}@media(max-width: 767.98px){[data-nh-carousel].swiper-initialized:not(.highlights-overview--three-columns) .swiper-slide{flex:0 0 90%;max-width:90%}}[data-nh-carousel].swiper-initialized:not(.highlights-overview--three-columns) .swiper-slide picture{height:233px}[data-nh-carousel].swiper-initialized.highlights-overview .swiper-wrapper{gap:24px}[data-nh-carousel].swiper-initialized.highlights-overview--three-columns .swiper-slide{flex:1;max-width:unset;min-width:32%}@media(max-width: 1199.98px){[data-nh-carousel].swiper-initialized.highlights-overview--three-columns .swiper-slide{flex:0 0 60%;max-width:60%}}@media(max-width: 767.98px){[data-nh-carousel].swiper-initialized.highlights-overview--three-columns .swiper-slide{flex:0 0 75%;max-width:75%}}[data-nh-carousel].swiper-initialized.highlights-overview--three-columns .swiper-slide picture{height:233px}.highlight-author{display:flex;flex-direction:row;margin:0 -8px;flex-wrap:wrap}.highlight-author__image{flex:0 0 106px;max-width:106px;padding:0 8px}.highlight-author__content{flex:1;padding:0 8px}.highlight-author__content .is-h6{color:#28348b;font-size:10px;line-height:26px;font-weight:700;text-transform:uppercase;margin:0}.highlight-author__content .is-h5{color:#fff;font-size:14px;line-height:16px;font-weight:700;margin:0}.btn--link.btn--small{text-transform:none;font-size:12px;font-weight:400;line-height:26px;color:#000;background-color:#e4e4e4;padding:2px 12px;border-radius:51px}.btn--link.btn--small::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="11px" height="10px"  viewBox="0 0 10.682 9.936"%3E%3Cpath id="noun-arrow-77067" d="M13.759,22.954h8.969L18.972,26.71a.447.447,0,0,0,.633.633l4.52-4.52a.445.445,0,0,0,.056-.068c.007-.011.012-.023.018-.034a.442.442,0,0,0,.023-.043.427.427,0,0,0,.014-.045c0-.013.009-.025.011-.038a.45.45,0,0,0,0-.175c0-.013-.008-.026-.011-.038a.427.427,0,0,0-.014-.045.442.442,0,0,0-.023-.043c-.006-.011-.011-.023-.018-.034a.445.445,0,0,0-.056-.068L19.6,17.67a.447.447,0,0,0-.633.633l3.757,3.757H13.759C13.512,22.059,13.512,22.954,13.759,22.954Z" transform="translate(-13.574 -17.539)" fill="%23000"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;content:"";width:12px;height:11px;display:inline-block;margin-left:5px}.btn--link.btn--small:hover,.btn--link.btn--small:focus{color:#28348b}.btn--link.btn--small:hover::after,.btn--link.btn--small:focus::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="11px" height="10px"  viewBox="0 0 10.682 9.936"%3E%3Cpath id="noun-arrow-77067" d="M13.759,22.954h8.969L18.972,26.71a.447.447,0,0,0,.633.633l4.52-4.52a.445.445,0,0,0,.056-.068c.007-.011.012-.023.018-.034a.442.442,0,0,0,.023-.043.427.427,0,0,0,.014-.045c0-.013.009-.025.011-.038a.45.45,0,0,0,0-.175c0-.013-.008-.026-.011-.038a.427.427,0,0,0-.014-.045.442.442,0,0,0-.023-.043c-.006-.011-.011-.023-.018-.034a.445.445,0,0,0-.056-.068L19.6,17.67a.447.447,0,0,0-.633.633l3.757,3.757H13.759C13.512,22.059,13.512,22.954,13.759,22.954Z" transform="translate(-13.574 -17.539)" fill="%2328348b"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.block--image-block{margin:0}.image-block{position:relative;display:flex;flex-direction:column;flex-wrap:wrap;margin:0}.image-block__title{text-align:center}.image-block__image{position:relative;margin:0 0 40px}.image-block__image a{display:block}.image-block__image a.video{position:relative}.image-block__image a.video::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg fill="%23fff" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="20px" height="20px" viewBox="0 0 256 256" style="enable-background:new 0 0 256 256;" xml:space="preserve"%3E%3Cpath d="M204.66,136.97L60.61,208.94c-2.81,1.4-6.08,1.26-8.75-0.39c-2.67-1.65-4.26-4.51-4.26-7.65V56.96c0-3.14,1.59-6,4.26-7.65  c1.45-0.9,3.08-1.35,4.72-1.35c1.37,0,2.75,0.32,4.02,0.96l144.05,71.97c3.11,1.56,4.97,4.56,4.97,8.04S207.78,135.42,204.66,136.97  z"%3E%3C/path%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;position:absolute;left:10px;bottom:10px;display:block;width:30px;height:30px;content:""}.image-block__image a.video:hover::after,.image-block__image a.video:focus::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg fill="%2328348b" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="20px" height="20px" viewBox="0 0 256 256" style="enable-background:new 0 0 256 256;" xml:space="preserve"%3E%3Cpath d="M204.66,136.97L60.61,208.94c-2.81,1.4-6.08,1.26-8.75-0.39c-2.67-1.65-4.26-4.51-4.26-7.65V56.96c0-3.14,1.59-6,4.26-7.65  c1.45-0.9,3.08-1.35,4.72-1.35c1.37,0,2.75,0.32,4.02,0.96l144.05,71.97c3.11,1.56,4.97,4.56,4.97,8.04S207.78,135.42,204.66,136.97  z"%3E%3C/path%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.image-block__buttons{text-align:center}.newsletter{flex:0 0 83.33333333%;max-width:83.33333333%;display:flex;flex-direction:column;padding:50px 20px 25px;margin:0 auto;background-color:#fff}@media(max-width: 767.98px){.newsletter{flex:0 0 100%;max-width:100%;padding:50px 0 25px}}@media(max-width: 767.98px){.newsletter .btn{display:block;width:100%}}.newsletter__title{text-align:center}.newsletter__content{text-align:center}.newsletter__content .richtext{font-size:14px;font-style:normal;font-weight:400;line-height:32px}.block--pagination{margin:0}.block--products{margin:0 0 25px}@media(max-width: 575.98px){.block--products{margin:0 0 5px}}.products{display:flex;flex-direction:column}.products__buttons{text-align:center}.products__container{width:100%;max-width:100%;position:relative;z-index:0;overflow:hidden}.products__content{position:relative}.products__title+.products__slider{margin-top:-25px}.products__slider{width:100%}@media(max-width: 575.98px){.products__slider{margin-left:-30px}}.products__slider__item{margin-bottom:25px}.products__slider .tns-ovh{overflow:visible}.products__controls{position:absolute;bottom:-25px;right:5%;outline:none}.product{display:flex;flex-direction:column;margin:0 0 25px;border-radius:5px;overflow:hidden;box-shadow:0 0 20px rgba(0,0,0,.1)}.product__image{margin:0 0 25px}.product__image+.product__content{margin-top:-25px}.product__content{padding:20px 20px 0}.product__content .is-h5{font-weight:700;display:flex;align-items:center}.product__content .is-h5 .label{margin-left:7px}.product__content .is-h5+.richtext{margin-top:-25px}.products-slider__item{margin-right:20px}.products-slider.tns-slider>.tns-item{width:15.83% !important}.tagline{display:flex;flex-direction:column}.tagline__title{flex:0 0 66.66666667%;max-width:66.66666667%;margin:0 auto;text-align:center}.tagline__content{flex:0 0 43.60833333%;max-width:43.60833333%;margin:0 auto;text-align:center}@media(max-width: 991.98px){.tagline__content{flex:0 0 100%;max-width:100%}}.tagline__content .richtext{font-size:14px;font-style:normal;font-weight:400;line-height:32px}.block--title{margin:0}.title{display:flex;flex-direction:column}.title__content{text-align:center}.title__content .text-color--dark{color:#000}.title__content .text-color--light{color:#777}.title--large .title__content .is-h1{font-size:58px;line-height:68px}.title--large .title__content .is-h2{font-size:48px;line-height:58px}.title--medium .title__content .is-h1{font-size:48px;line-height:58px}.title--medium .title__content .is-h2{font-size:38px;line-height:48px}.title--small .title__content .is-h1{font-size:38px;line-height:48px}.title--small .title__content .is-h2{font-size:28px;line-height:38px}.block--overview{margin-bottom:25px}.block--overview .wrapper,.block--overview .progressbar,.block--overview .products__content{display:flex}.overview{display:flex;flex-direction:column}.overview__title{display:flex;flex-wrap:wrap;align-items:center;flex-direction:row;justify-content:flex-start}.overview__title .selected-by{margin-left:auto}.overview__filters{display:flex;flex-direction:column}.account{display:flex;flex-wrap:wrap;margin:0 -10px 25px}.account__left{flex:0 0 33.33333333%;max-width:33.33333333%;padding:0 10px;margin:0 auto 0 0}@media(max-width: 767.98px){.account__left{flex:0 0 100%;max-width:100%}}.account__right{flex:0 0 66.66666667%;max-width:66.66666667%;display:grid;grid-template-columns:50% 50%;grid-column-gap:20px;padding:0 10px;margin:0 0 0 auto}@media(max-width: 767.98px){.account__right{flex:0 0 100%;max-width:100%;display:block}}.account__right .toggle-block--large{grid-column:1/3}.reading-list{display:flex;flex-direction:column}.reading-list__item{border-bottom:1px solid #bccae9;margin:0 0 25px}.reading-list__item .is-h4{font-size:18px;line-height:23px}.reading-list__item .is-h4+.list{margin-top:-12.5px;margin-bottom:0}.reading-list__item .is-h4+.list li{margin-bottom:7px}.reading-list__item .btn--trash{font-size:0;width:20px;padding-right:0}.reading-list__message p{margin-bottom:0}.table--online-access .actions{display:flex;flex-direction:row}.table--online-access .actions form{margin:0}.table--online-access .actions .separator{margin:0 5px}.block--archive{margin-bottom:25px}.archive-overview{display:flex;flex-direction:column;margin:0 0 25px}.archive-overview__item>button{position:relative;width:100%;padding:10px 0;text-align:left;font-weight:700;border-bottom:1px solid #28348b;color:#000}.archive-overview__item>button::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="15px" height="15px" viewBox="0 0 11.623 5.761"%3E%3Cpath id="Path_632" data-name="Path 632" d="M4.471,10.623a.2.2,0,0,1-.177-.088L.05,5.45a.232.232,0,0,1,0-.287L4.316.078A.215.215,0,0,1,4.626.056a.215.215,0,0,1,.022.309L4.411.65.514,5.317l4.134,4.952a.214.214,0,0,1-.022.309A.41.41,0,0,1,4.471,10.623Z" transform="translate(0.5 5.244) rotate(-90)" stroke="%23000" fill="%23000" stroke-width="1"/%3E %3C/svg%3E');background-repeat:no-repeat;background-position:center center;position:absolute;top:50%;right:10px;display:block;width:20px;height:20px;margin:-10px 0 0;content:""}.archive-overview__item>button span{font-weight:400;margin:0 0 0 5px;text-transform:lowercase}.archive-overview__item .archive-overview-content{display:none;padding:0 0 0 10px}.archive-overview__item .archive-overview-content>*:first-child:not(.archive-overview){margin-top:25px}.archive-overview__item .archive-overview-content>*:last-child:not(p){margin-bottom:0}.archive-overview__item.active>button::after{transform:rotate(180deg)}.archive-overview__item.active>.archive-overview-content{display:flex}.archive-overview__item.loading>button::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%23000;%7D.st1%7Bopacity:0.42;fill:%23000;%7D.st2%7Bopacity:0.84;fill:%23000;%7D.st3%7Bopacity:0.14;fill:%23000;%7D.st4%7Bopacity:0.28;fill:%23000;%7D.st5%7Bopacity:0.7;fill:%23000;%7D.st6%7Bopacity:0.56;fill:%23000;%7D%3C/style%3E%3Cg%3E%3Cpath class="st0" d="M4.5,8.6H0.9C0.4,8.6,0,9,0,9.5c0,0.5,0.4,0.9,0.9,0.9h3.6c0.5,0,0.9-0.4,0.9-0.9C5.5,9,5,8.6,4.5,8.6z"/%3E%3Cpath class="st1" d="M19.1,8.6h-3.6c-0.5,0-0.9,0.4-0.9,0.9c0,0.5,0.4,0.9,0.9,0.9h3.6c0.5,0,0.9-0.4,0.9-0.9S19.6,8.6,19.1,8.6z"/%3E%3Cpath class="st2" d="M5.5,12.7l-2.6,2.6c-0.4,0.4-0.4,0.9,0,1.3c0.2,0.2,0.4,0.3,0.6,0.3s0.5-0.1,0.6-0.3L6.8,14c0.4-0.4,0.4-0.9,0-1.3C6.4,12.4,5.9,12.4,5.5,12.7z"/%3E%3Cpath class="st3" d="M10,0.5c-0.5,0-0.9,0.4-0.9,0.9v1.8c0,0.5,0.4,0.9,0.9,0.9s0.9-0.4,0.9-0.9V1.4C10.9,0.9,10.5,0.5,10,0.5z"/%3E%3Cpath class="st4" d="M15.8,2.5l-2.6,2.6c-0.4,0.4-0.4,0.9,0,1.3c0.2,0.2,0.4,0.3,0.6,0.3c0.2,0,0.5-0.1,0.6-0.3l2.6-2.6c0.4-0.4,0.4-0.9,0-1.3C16.7,2.2,16.1,2.2,15.8,2.5z"/%3E%3Cpath class="st5" d="M10,14.1c-0.5,0-0.9,0.4-0.9,0.9v3.6c0,0.5,0.4,0.9,0.9,0.9s0.9-0.4,0.9-0.9V15C10.9,14.5,10.5,14.1,10,14.1z"/%3E%3Cpath class="st6" d="M14.5,12.7c-0.4-0.4-0.9-0.4-1.3,0c-0.4,0.4-0.4,0.9,0,1.3l2.6,2.6c0.2,0.2,0.4,0.3,0.6,0.3c0.2,0,0.5-0.1,0.6-0.3c0.4-0.4,0.4-0.9,0-1.3L14.5,12.7z"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;animation:loading 1s linear infinite}.archive-overview-content{position:relative;display:flex;flex-direction:column;min-height:57px}.archive-overview-content.loading::before{position:absolute;top:0;left:0;display:block;width:100%;height:100%;content:"";background:#fff;z-index:1}.archive-overview-content.loading::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%23000;%7D.st1%7Bopacity:0.42;fill:%23000;%7D.st2%7Bopacity:0.84;fill:%23000;%7D.st3%7Bopacity:0.14;fill:%23000;%7D.st4%7Bopacity:0.28;fill:%23000;%7D.st5%7Bopacity:0.7;fill:%23000;%7D.st6%7Bopacity:0.56;fill:%23000;%7D%3C/style%3E%3Cg%3E%3Cpath class="st0" d="M4.5,8.6H0.9C0.4,8.6,0,9,0,9.5c0,0.5,0.4,0.9,0.9,0.9h3.6c0.5,0,0.9-0.4,0.9-0.9C5.5,9,5,8.6,4.5,8.6z"/%3E%3Cpath class="st1" d="M19.1,8.6h-3.6c-0.5,0-0.9,0.4-0.9,0.9c0,0.5,0.4,0.9,0.9,0.9h3.6c0.5,0,0.9-0.4,0.9-0.9S19.6,8.6,19.1,8.6z"/%3E%3Cpath class="st2" d="M5.5,12.7l-2.6,2.6c-0.4,0.4-0.4,0.9,0,1.3c0.2,0.2,0.4,0.3,0.6,0.3s0.5-0.1,0.6-0.3L6.8,14c0.4-0.4,0.4-0.9,0-1.3C6.4,12.4,5.9,12.4,5.5,12.7z"/%3E%3Cpath class="st3" d="M10,0.5c-0.5,0-0.9,0.4-0.9,0.9v1.8c0,0.5,0.4,0.9,0.9,0.9s0.9-0.4,0.9-0.9V1.4C10.9,0.9,10.5,0.5,10,0.5z"/%3E%3Cpath class="st4" d="M15.8,2.5l-2.6,2.6c-0.4,0.4-0.4,0.9,0,1.3c0.2,0.2,0.4,0.3,0.6,0.3c0.2,0,0.5-0.1,0.6-0.3l2.6-2.6c0.4-0.4,0.4-0.9,0-1.3C16.7,2.2,16.1,2.2,15.8,2.5z"/%3E%3Cpath class="st5" d="M10,14.1c-0.5,0-0.9,0.4-0.9,0.9v3.6c0,0.5,0.4,0.9,0.9,0.9s0.9-0.4,0.9-0.9V15C10.9,14.5,10.5,14.1,10,14.1z"/%3E%3Cpath class="st6" d="M14.5,12.7c-0.4-0.4-0.9-0.4-1.3,0c-0.4,0.4-0.4,0.9,0,1.3l2.6,2.6c0.2,0.2,0.4,0.3,0.6,0.3c0.2,0,0.5-0.1,0.6-0.3c0.4-0.4,0.4-0.9,0-1.3L14.5,12.7z"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center;position:absolute;top:50%;left:50%;display:block;width:30px;height:30px;margin:-15px 0 0 -15px;content:"";z-index:1;animation:loading 1s linear infinite}@-webkit-keyframes loading{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@-moz-keyframes loading{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@-ms-keyframes loading{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@-o-keyframes loading{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes loading{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.vacancies__item{border-bottom:1px solid #bccae9;margin-bottom:20px}.vacancies__item:last-of-type{border:0;margin-bottom:0}.vacancies__item .is-h3,.vacancies__item .is-h6{color:#fff}.vacancies__item .is-h6+.is-h3{margin-top:-20px}.vacancies__item .is-h3{font-weight:900}.vacancies__item .is-h3+.list{margin-top:-10px}.vacancies__item a:not(.btn){text-decoration:none;color:#fff}.vacancies__item .richtext>*{color:#fff}.vacancies__item .richtext p{line-height:26px;color:#000}.vacancies__item .richtext+.read-more{text-align:right}.vacancies--bg{background-color:#28348b;padding:20px 20px 0}.vacancies--bg .is-h6{color:#fff}.vacancies--bg .list--meta{border:0;margin:0}.vacancies--bg .list--meta:last-of-type{margin-bottom:20px}.vacancies--bg .list--meta li+li{margin-left:15px}.vacancies--bg .list--meta li span{color:#fff}.vacancies--bg .list--meta li span.clock::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%23fff;%7D%3C/style%3E%3Cg transform="translate(-160 -240)"%3E%3Cg%3E%3Cg transform="translate(-101.252 -232.858)"%3E%3Cpath class="st0" d="M271.3,472.9c-5.5,0-10,4.5-10,10c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C281.2,477.3,276.8,472.9,271.3,472.9z M271.3,491c-4.5,0-8.1-3.6-8.1-8.1c0-4.5,3.6-8.1,8.1-8.1c4.5,0,8.1,3.6,8.1,8.1c0,0,0,0,0,0C279.4,487.3,275.7,491,271.3,491z"/%3E%3Cpath class="st0" d="M276,479.6c-0.2,0-0.4,0.1-0.6,0.2l-3.2,2.4V477c0-0.5-0.4-0.9-0.9-0.9c-0.5,0-0.9,0.4-0.9,0.9l0,0v6.9c0,0.5,0.4,0.9,0.9,0.9c0,0,0,0,0,0h0c0.2,0,0.4-0.1,0.6-0.2l4.7-3.5c0.4-0.3,0.5-0.9,0.2-1.3C276.6,479.7,276.3,479.6,276,479.6L276,479.6z"/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.vacancies--bg .list--meta li span.degree::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%23fff;%7D%3C/style%3E%3Cpath class="st0" d="M19.9,16.5c-0.1-0.1-0.2-0.1-0.3-0.1h-2.3l0-12.7c0,0,0,0,0,0V2.3C17.3,1,16.3,0,15,0h-2.6c-0.1,0-0.2,0-0.2,0H8.7C8.7,0,8.6,0,8.5,0H2.3C1,0,0,1,0,2.3v0.9c0,0.3,0.2,0.5,0.5,0.5h3.2v14.1c0,1.2,0.9,2.2,2.1,2.2c0.1,0,0.3,0,0.4,0h11.5c0,0,0.1,0,0.1,0c1.3,0,2.3-1,2.3-2.3l0-0.9C20,16.7,20,16.6,19.9,16.5L19.9,16.5z M9.1,0.9h2.7v6.6l-1-1c-0.2-0.2-0.5-0.2-0.6,0l-1,1L9.1,0.9z M3.6,2.7H0.9V2.3c0-0.8,0.6-1.4,1.4-1.4s1.4,0.6,1.4,1.4L3.6,2.7z M7.6,16.4L7.6,16.4c-0.1,0-0.1,0.1-0.2,0.1l0,0l0,0c0,0-0.1,0.1-0.1,0.2c0,0,0,0.1,0,0.2l0,0.9c0,0.7-0.5,1.2-1.2,1.3H5.9c-0.8,0-1.4-0.6-1.4-1.4c0,0,0,0,0,0V2.3c0-0.5-0.2-1-0.5-1.4h4.1v7.7c0,0.3,0.2,0.5,0.5,0.5C8.8,9.1,8.9,9,9,9l1.5-1.5L12,9c0.2,0.2,0.5,0.2,0.6,0c0.1-0.1,0.1-0.2,0.1-0.3V0.9H15c0.8,0,1.4,0.6,1.4,1.4l0,14.1H7.7C7.7,16.3,7.6,16.4,7.6,16.4L7.6,16.4L7.6,16.4z M19.1,17.7c0,0.7-0.5,1.3-1.3,1.4c0,0-0.1,0-0.1,0h-10c0.3-0.4,0.4-0.9,0.4-1.3l0-0.5h8.5c0,0,0.1,0,0.1,0c0,0,0.1,0,0.1,0h2.2L19.1,17.7z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.vacancies--bg .list--meta li span.marker::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="20px" height="20px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%23fff;%7D%3C/style%3E%3Cg%3E%3Cpath class="st0" d="M10.1,5.1c-1.6,0-3,1.3-3,3c0,1.6,1.3,3,3,3c1.6,0,3-1.3,3-3S11.8,5.1,10.1,5.1L10.1,5.1z M10.1,9.7C9.3,9.7,8.4,9,8.4,8.1s0.7-1.6,1.6-1.6s1.6,0.7,1.6,1.6c0,0.4-0.2,0.8-0.5,1.1C11,9.5,10.6,9.7,10.1,9.7z"/%3E%3Cpath class="st0" d="M10.2,0H10C5.5,0.1,2,3.7,2,8.2c0,1.8,0.6,3.5,1.7,4.9l0,0l5.7,6.7l0,0c0.3,0.3,0.7,0.3,1,0l0,0l5.8-6.7l0,0c2.7-3.5,2.1-8.6-1.4-11.4C13.6,0.6,11.9,0,10.2,0L10.2,0z M15.3,12.2l-5.3,6l-5.2-6C2.5,9.3,3,5.1,5.9,2.8s7.2-1.7,9.4,1.2C17.2,6.4,17.2,9.8,15.3,12.2L15.3,12.2z"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.vacancies--bg .btn--link{color:#fff}.vacancies--bg .btn--link:hover,.vacancies--bg .btn--link:focus{color:#000}.vacancies--bg .read-more{text-align:right}.vacancies-overview{display:flex;flex-direction:column}.vacancies-overview--content{display:flex;flex-direction:column;align-items:flex-start;flex:1 0 0;padding-top:8px}.vacancies-overview__item{border-bottom:1px solid #28348b;padding:16px 0;width:100%}.vacancies-overview__item a:not(.btn){color:#28348b}.vacancies-overview__item a:not(.btn):hover{color:#000}.vacancies-overview__item:last-of-type{border:0;margin-bottom:0}.vacancies-overview__item .is-h4,.vacancies-overview__item .is-h5{font-size:14px;font-style:normal;font-weight:700;line-height:23px}.vacancies-overview__item .is-h3,.vacancies-overview__item .is-h6{color:#fff}.vacancies-overview__item .is-h6+.is-h3{margin-top:-20px}.vacancies-overview__item .is-h3{font-weight:900;font-size:16px;line-height:22px;margin:0 0 10px;word-wrap:break-word}.vacancies-overview__item .is-h3+.list{margin-top:-10px}.vacancies-overview__item .richtext>*{color:#000}.vacancies-overview__item .richtext p{line-height:26px}.vacancies-overview__item .list--meta{border:0;margin:0}.vacancies-overview__item .list--meta li+li{margin-left:15px}.vacancies-overview__item .list--meta li span{font-size:14px;font-style:normal;line-height:23px}.vacancies-overview__item .list--meta li span .marker::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="14px" height="14px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%23fff;%7D%3C/style%3E%3Cg%3E%3Cpath class="st0" d="M10.1,5.1c-1.6,0-3,1.3-3,3c0,1.6,1.3,3,3,3c1.6,0,3-1.3,3-3S11.8,5.1,10.1,5.1L10.1,5.1z M10.1,9.7C9.3,9.7,8.4,9,8.4,8.1s0.7-1.6,1.6-1.6s1.6,0.7,1.6,1.6c0,0.4-0.2,0.8-0.5,1.1C11,9.5,10.6,9.7,10.1,9.7z"/%3E%3Cpath class="st0" d="M10.2,0H10C5.5,0.1,2,3.7,2,8.2c0,1.8,0.6,3.5,1.7,4.9l0,0l5.7,6.7l0,0c0.3,0.3,0.7,0.3,1,0l0,0l5.8-6.7l0,0c2.7-3.5,2.1-8.6-1.4-11.4C13.6,0.6,11.9,0,10.2,0L10.2,0z M15.3,12.2l-5.3,6l-5.2-6C2.5,9.3,3,5.1,5.9,2.8s7.2-1.7,9.4,1.2C17.2,6.4,17.2,9.8,15.3,12.2L15.3,12.2z"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.vacancies-overview__item .list--meta+.richtext{margin-top:-25px}.vacancies-overview .read-more{text-align:right}.vacancies-overview .read-more .btn{line-height:normal}.vacancies-overview--bg{background-color:#e9eaf3}.vacancies-overview--bg .is-h6{color:#28348b;font-size:16px;font-style:normal;line-height:normal;font-weight:700;text-transform:uppercase;margin:0;flex-basis:50%}.vacancies-overview--bg .list--meta li span{color:#28348b;padding:0 0 0 20px;font-weight:normal}.vacancies-overview--bg .list--meta li span.clock::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="14px" height="14px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%2328348b;%7D%3C/style%3E%3Cg transform="translate(-160 -240)"%3E%3Cg%3E%3Cg transform="translate(-101.252 -232.858)"%3E%3Cpath class="st0" d="M271.3,472.9c-5.5,0-10,4.5-10,10c0,5.5,4.5,10,10,10c5.5,0,10-4.5,10-10C281.2,477.3,276.8,472.9,271.3,472.9z M271.3,491c-4.5,0-8.1-3.6-8.1-8.1c0-4.5,3.6-8.1,8.1-8.1c4.5,0,8.1,3.6,8.1,8.1c0,0,0,0,0,0C279.4,487.3,275.7,491,271.3,491z"/%3E%3Cpath class="st0" d="M276,479.6c-0.2,0-0.4,0.1-0.6,0.2l-3.2,2.4V477c0-0.5-0.4-0.9-0.9-0.9c-0.5,0-0.9,0.4-0.9,0.9l0,0v6.9c0,0.5,0.4,0.9,0.9,0.9c0,0,0,0,0,0h0c0.2,0,0.4-0.1,0.6-0.2l4.7-3.5c0.4-0.3,0.5-0.9,0.2-1.3C276.6,479.7,276.3,479.6,276,479.6L276,479.6z"/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.vacancies-overview--bg .list--meta li span.degree::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="14px" height="14px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%2328348b;%7D%3C/style%3E%3Cpath class="st0" d="M19.9,16.5c-0.1-0.1-0.2-0.1-0.3-0.1h-2.3l0-12.7c0,0,0,0,0,0V2.3C17.3,1,16.3,0,15,0h-2.6c-0.1,0-0.2,0-0.2,0H8.7C8.7,0,8.6,0,8.5,0H2.3C1,0,0,1,0,2.3v0.9c0,0.3,0.2,0.5,0.5,0.5h3.2v14.1c0,1.2,0.9,2.2,2.1,2.2c0.1,0,0.3,0,0.4,0h11.5c0,0,0.1,0,0.1,0c1.3,0,2.3-1,2.3-2.3l0-0.9C20,16.7,20,16.6,19.9,16.5L19.9,16.5z M9.1,0.9h2.7v6.6l-1-1c-0.2-0.2-0.5-0.2-0.6,0l-1,1L9.1,0.9z M3.6,2.7H0.9V2.3c0-0.8,0.6-1.4,1.4-1.4s1.4,0.6,1.4,1.4L3.6,2.7z M7.6,16.4L7.6,16.4c-0.1,0-0.1,0.1-0.2,0.1l0,0l0,0c0,0-0.1,0.1-0.1,0.2c0,0,0,0.1,0,0.2l0,0.9c0,0.7-0.5,1.2-1.2,1.3H5.9c-0.8,0-1.4-0.6-1.4-1.4c0,0,0,0,0,0V2.3c0-0.5-0.2-1-0.5-1.4h4.1v7.7c0,0.3,0.2,0.5,0.5,0.5C8.8,9.1,8.9,9,9,9l1.5-1.5L12,9c0.2,0.2,0.5,0.2,0.6,0c0.1-0.1,0.1-0.2,0.1-0.3V0.9H15c0.8,0,1.4,0.6,1.4,1.4l0,14.1H7.7C7.7,16.3,7.6,16.4,7.6,16.4L7.6,16.4L7.6,16.4z M19.1,17.7c0,0.7-0.5,1.3-1.3,1.4c0,0-0.1,0-0.1,0h-10c0.3-0.4,0.4-0.9,0.4-1.3l0-0.5h8.5c0,0,0.1,0,0.1,0c0,0,0.1,0,0.1,0h2.2L19.1,17.7z"/%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.vacancies-overview--bg .list--meta li span.marker::after{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="14px" height="14px" viewBox="0 0 20 20"%3E%3Cstyle%3E.st0%7Bfill:%2328348b;%7D%3C/style%3E%3Cg%3E%3Cpath class="st0" d="M10.1,5.1c-1.6,0-3,1.3-3,3c0,1.6,1.3,3,3,3c1.6,0,3-1.3,3-3S11.8,5.1,10.1,5.1L10.1,5.1z M10.1,9.7C9.3,9.7,8.4,9,8.4,8.1s0.7-1.6,1.6-1.6s1.6,0.7,1.6,1.6c0,0.4-0.2,0.8-0.5,1.1C11,9.5,10.6,9.7,10.1,9.7z"/%3E%3Cpath class="st0" d="M10.2,0H10C5.5,0.1,2,3.7,2,8.2c0,1.8,0.6,3.5,1.7,4.9l0,0l5.7,6.7l0,0c0.3,0.3,0.7,0.3,1,0l0,0l5.8-6.7l0,0c2.7-3.5,2.1-8.6-1.4-11.4C13.6,0.6,11.9,0,10.2,0L10.2,0z M15.3,12.2l-5.3,6l-5.2-6C2.5,9.3,3,5.1,5.9,2.8s7.2-1.7,9.4,1.2C17.2,6.4,17.2,9.8,15.3,12.2L15.3,12.2z"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.vacancies-overview--bg .btn--link{color:#000}.vacancies-overview--bg .btn--link:hover,.vacancies-overview--bg .btn--link:focus{color:#28348b}.block--subscription{margin-bottom:25px}.subscription-overview{display:flex;flex-wrap:wrap;margin-left:-25px;margin-right:-25px}@media(max-width: 767.98px){.subscription-overview{margin-left:0;margin-right:0}}.subscription-overview__item{flex:0 0 50%;max-width:50%;padding:0 25px;margin-bottom:25px}@media(max-width: 991.98px){.subscription-overview__item{flex:0 0 100%;max-width:100%}}@media(max-width: 991.98px){.subscription-overview__item{padding:0}}.subscription-overview__item .subscription{height:100%;display:flex;flex-direction:column}.subscription-overview__item .subscription__price{margin-top:auto}.subscription{background-color:rgba(216,216,216,.4);padding:30px 20px 1px;margin-bottom:25px;position:relative}.subscription__title{display:flex;flex-wrap:wrap;align-items:center}.subscription__title img+h3{margin:0 0 0 1rem}.subscription .icon{margin:0 10px 25px 0}.subscription__icon{position:absolute;right:20px;top:20px}.subscription__icon .icon{width:65px;height:70px}.subscription__icon .icon--company{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="65px" height="70px" viewBox="0 0 42.441 45.409"%3E%3Cg id="noun-company-1716882" transform="translate(-61 -31.956)"%3E%3Cg id="Group_1471" data-name="Group 1471" transform="translate(61 74.4)"%3E%3Cpath id="Path_1841" data-name="Path 1841" d="M102.86,764.965H61.581a.583.583,0,0,1-.581-.581v-1.8a.583.583,0,0,1,.581-.581H102.86a.583.583,0,0,1,.581.581v1.8A.583.583,0,0,1,102.86,764.965Zm-40.7-1.163h40.116v-.64H62.163Z" transform="translate(-61 -762)" fill="%23000"/%3E%3C/g%3E%3Cg id="Group_1472" data-name="Group 1472" transform="translate(64.023 46.493)"%3E%3Cpath id="Path_1842" data-name="Path 1842" d="M123.523,311.064a.583.583,0,0,1-.581-.581V285.244l-3.622-1.983L114.163,287v23.482a.581.581,0,1,1-1.163,0V286.7a.581.581,0,0,1,.238-.471l5.7-4.128a.587.587,0,0,1,.622-.041l4.244,2.326a.585.585,0,0,1,.3.512v25.581A.583.583,0,0,1,123.523,311.064Z" transform="translate(-113 -281.994)" fill="%23000"/%3E%3C/g%3E%3Cg id="Group_1473" data-name="Group 1473" transform="translate(64.023 59.685)"%3E%3Cpath id="Path_1843" data-name="Path 1843" d="M117.415,524.786a.583.583,0,0,1-.581-.581v-13.57l-2.913,2.116a.583.583,0,1,1-.686-.942l3.837-2.791a.582.582,0,0,1,.6-.047.574.574,0,0,1,.32.517V524.2A.584.584,0,0,1,117.415,524.786Z" transform="translate(-112.996 -508.908)" fill="%23000"/%3E%3C/g%3E%3Cg id="Group_1474" data-name="Group 1474" transform="translate(69.721 46.493)"%3E%3Cpath id="Path_1844" data-name="Path 1844" d="M211.581,311.069a.583.583,0,0,1-.581-.581V282.581a.581.581,0,1,1,1.163,0v27.907A.583.583,0,0,1,211.581,311.069Z" transform="translate(-211 -282)" fill="%23000"/%3E%3C/g%3E%3Cg id="Group_1475" data-name="Group 1475" transform="translate(73.965 31.956)"%3E%3Cpath id="Path_1845" data-name="Path 1845" d="M300.511,75.563a.583.583,0,0,1-.581-.581V37.726l-4.564-4.407-10.2,8.564V49.4a.581.581,0,0,1-1.163,0V41.609a.577.577,0,0,1,.209-.448l10.814-9.07a.58.58,0,0,1,.779.029l5.116,4.942a.577.577,0,0,1,.18.419v37.5A.592.592,0,0,1,300.511,75.563Z" transform="translate(-284 -31.956)" fill="%23000"/%3E%3C/g%3E%3Cg id="Group_1476" data-name="Group 1476" transform="translate(89.89 49.396)"%3E%3Cpath id="Path_1846" data-name="Path 1846" d="M568.264,358.1a.583.583,0,0,1-.581-.581V335.49l-4.442-2.3-4.424,2.948a.583.583,0,1,1-.645-.971l4.709-3.14a.59.59,0,0,1,.587-.035l5.058,2.616a.58.58,0,0,1,.314.517v22.383A.576.576,0,0,1,568.264,358.1Z" transform="translate(-557.91 -331.933)" fill="%23000"/%3E%3C/g%3E%3Cg id="Group_1477" data-name="Group 1477" transform="translate(94.604 49.4)"%3E%3Cpath id="Path_1847" data-name="Path 1847" d="M639.581,358.163a.583.583,0,0,1-.581-.581v-25a.581.581,0,1,1,1.163,0v25A.583.583,0,0,1,639.581,358.163Z" transform="translate(-639 -332)" fill="%23000"/%3E%3C/g%3E%3Cg id="Group_1478" data-name="Group 1478" transform="translate(89.897 57.135)"%3E%3Cpath id="Path_1848" data-name="Path 1848" d="M561.344,483.463a.583.583,0,0,1-.581-.581v-16.3l-1.878,1a.58.58,0,1,1-.547-1.023l2.733-1.453a.57.57,0,0,1,.57.017.6.6,0,0,1,.285.5v17.267A.582.582,0,0,1,561.344,483.463Z" transform="translate(-558.031 -465.035)" fill="%23000"/%3E%3C/g%3E%3Cg id="Group_1479" data-name="Group 1479" transform="translate(73.964 48.409)"%3E%3Cpath id="Path_1849" data-name="Path 1849" d="M290.724,342.112a.583.583,0,0,1-.581-.581V316.642l-5.256,3.57a.582.582,0,0,1-.651-.965l6.163-4.186a.584.584,0,0,1,.6-.035.572.572,0,0,1,.308.512v25.988A.584.584,0,0,1,290.724,342.112Z" transform="translate(-283.979 -314.959)" fill="%23000"/%3E%3C/g%3E%3Cg id="Group_1480" data-name="Group 1480" transform="translate(84.779 31.958)"%3E%3Cpath id="Path_1850" data-name="Path 1850" d="M470.581,75.6a.583.583,0,0,1-.581-.581V32.581a.581.581,0,1,1,1.163,0V75.023A.583.583,0,0,1,470.581,75.6Z" transform="translate(-470 -32)" fill="%23000"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.subscription__icon .icon--particular{background-image:url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="65px" height="70px" viewBox="0 0 34.806 45.711"%3E%3Cg id="noun-person-751490" transform="translate(-14.88 -956.21)"%3E%3Cpath id="Path_1856" data-name="Path 1856" d="M24.232,959.728a12.088,12.088,0,0,0-1.753,5.969c-.946.2-.984,1.027-1.045,2.082.13,1.116.536,2.658,1.507,2.946a16.251,16.251,0,0,0,2.091,4.8c1.677,2.55,4.156,4.5,7.226,4.535s5.534-1.907,7.21-4.457a16.572,16.572,0,0,0,2.122-4.874c1.147-.338,1.39-1.911,1.491-2.946.062-1.055-.43-2.042-1.015-2.082a12.034,12.034,0,0,0-1.737-5.969c-1.439-2.159-4-3.611-8.01-3.331-3.936-.037-6.534,1.226-8.087,3.331Zm8.1-2.344c3.792-.281,5.895.995,7.164,2.9a10.776,10.776,0,0,1,1.553,4.92c-1.8-1.269-3.268-2.7-5.135-3.841-.213-.109-.346.006-.523.062-4.406,3.088-7.832,4.713-11.961,4.766a11.627,11.627,0,0,1,1.614-5.907C26.907,957.84,30,957.376,32.334,957.384Zm3.382,5.013c1.824,1.235,3.649,2.81,5.4,4.118,0,.208.018.413.015.617a15.666,15.666,0,0,1-2.491,7.928c-1.559,2.373-3.739,4.04-6.38,4.01-2.661-.03-4.851-1.73-6.411-4.1a15.219,15.219,0,0,1-2.429-7.758c5.458.009,9.041-2.275,12.3-4.812Zm-.261,18.632c-1.168.867-1.972,2.339-3.136,2.97-1.173-.734-1.769-2.049-2.721-2.909a1.582,1.582,0,0,0-1.43-.4,60.989,60.989,0,0,0-8.994,4.272c-2.388,1.574-4,3.578-3.966,6.4-.108,3-.482,5.653.154,8.067a2.785,2.785,0,0,0,1.522,1.851,7.341,7.341,0,0,0,3.136.447c5.448.07,18.912.044,24.536.015a10.139,10.139,0,0,0,3.167-.478,2.8,2.8,0,0,0,1.537-1.836c.486-1.662.215-4.085.215-7.989,0-2.81-1.76-4.813-4.151-6.416a85.626,85.626,0,0,0-8.379-4.38,1.591,1.591,0,0,0-1.491.386Zm1.076.509c1.154.587,2.313,1.133,3.444,1.681l-2.859,4.874-3.628-3.655c1.177-.966,1.988-2.228,3.044-2.9Zm-7.964.046a15.352,15.352,0,0,1,2.6,2.869l-3.613,3.655-2.844-4.874c1.226-.534,2.509-1.072,3.859-1.65ZM23.8,983.635l3.228,5.522a.514.514,0,0,0,.769.092l4.182-4.211a1.269,1.269,0,0,0,.661-.062l4.228,4.272a.515.515,0,0,0,.784-.093l3.213-5.491a34.9,34.9,0,0,1,3.92,2.175c2.266,1.52,3.705,3.192,3.705,5.6,0,3.945.206,6.43-.169,7.712a1.67,1.67,0,0,1-1,1.218,7.093,7.093,0,0,1-2.767.386c-5.613.028-19.109.055-24.536-.015a6.742,6.742,0,0,1-2.721-.355,1.643,1.643,0,0,1-.984-1.219c-.369-1.3-.157-3.813-.123-7.789-.108-2.443,1.908-4.513,3.521-5.6a29.7,29.7,0,0,1,4.089-2.144Zm8.456,5.306a.987.987,0,1,0,.984.987A.985.985,0,0,0,32.257,988.941Zm0,3.948a.987.987,0,1,0,.984.987A.986.986,0,0,0,32.257,992.889Zm0,3.949a.987.987,0,1,0,.984.987A.985.985,0,0,0,32.257,996.838Z" transform="translate(0 0)" fill="%23000" stroke="%23000" stroke-width="0.3"/%3E%3C/g%3E%3C/svg%3E');background-repeat:no-repeat;background-position:center center}.subscription__content{display:flex;flex-direction:column;flex-grow:1}.subscription__content .is-h5{color:#28348b;margin-top:auto}.subscription__content .is-h5+.list{margin-top:-25px}.subscription__info{padding:1rem;background-color:rgba(216,216,216,.2);background-position:top 1rem right 1rem;background-repeat:no-repeat}.subscription__info.company{background-image:url("/assets/img/noun-company-1716882.svg")}.subscription__info.person{background-image:url("/assets/img/noun-person-751490.svg")}.subscription__price{background-color:rgba(40,52,139,.2);border-radius:4px;text-align:center;margin-bottom:30px;display:block}.subscription__price .price{font-size:21px;line-height:normal;color:#28348b;display:block;padding:20px 0;font-weight:700}.subscription__price .price__background{background-color:rgba(40,52,139,.2)}.subscription__price input[type=radio]{display:none}.subscription__price input[type=radio]:checked+.btn{background-color:#000}.subscription__price .btn{width:100%;background-color:#28348b}.subscription__price .btn:hover,.subscription__price .btn:focus{background-color:#28348b}.subscription--simple .subscription__price{background-color:rgba(0,0,0,0);border-radius:0}.subscription--outline{margin-left:-20px;margin-right:-20px}@media(max-width: 991.98px){.subscription--outline{margin-left:0;margin-right:0}}.subscription-flow .form-steps{margin-bottom:50px}.subscription-flow .form-group{margin-bottom:25px}.subscription-flow .form-control-wrapper{display:inline-flex}.subscription-flow .form-control-wrapper .form-control+.form-control{margin-left:50px}@media(max-width: 767.98px){.subscription-flow .form-control-wrapper .form-control+.form-control{margin-left:15px}}.subscription-step--single-item{width:767px}@media(max-width: 991.98px){.subscription-step--single-item{width:548px}}@media(max-width: 767.98px){.subscription-step--single-item{width:100%}}.subscription-step__title .is-h3{color:#000}@media print{*{-webkit-print-color-adjust:exact !important;color-adjust:exact !important}body{display:block}.header,.footer,.advertisement,.progressbar,#launcher,hr{display:none !important}img{position:relative;width:100% !important}figure img{width:auto !important;max-width:100%}.print-only{display:block;padding:0 15px;width:100%}.copyright{display:block}.author img{position:relative;display:block;max-width:100%;height:auto}.author .richtext{display:block}.author .btn--small{display:none}.btn--back{display:none}.article{display:block}.article__intro{display:block}.article__info{display:block}.article__info .references,.article__info .article-meta-overview{page-break-before:always}.article__image .info-source{text-align:left}.article__content{display:block}.article__content .columns__sidebar{display:none}.article__options,.article__social{display:none}.article__authors{page-break-before:always}.article__authors+.article__authors{page-break-before:initial}.references{margin:0;padding:0;background:none}.richtext{display:block}.richtext blockquote{padding:0}.richtext .outlined{padding:0;background:none}.richtext figure{display:block;overflow:hidden}.richtext figure img,.richtext figure .copyright,.richtext figure figcaption{float:left;width:40%}.richtext img,.richtext figure{display:block;page-break-inside:avoid}.print-message{position:fixed;top:0;bottom:0;right:.5cm;display:block;font-style:italic;writing-mode:vertical-rl;text-orientation:mixed;color:#777;font-size:16px;line-height:18px}.block--article+.block{display:none}.block--newsletter{display:none}}@page{margin:1cm 0;padding:0 2cm 0 1cm}.footer{border-color:#e9eaf3}.header{border-color:#d1d1d1}.news-overview__item{border-color:#d8d8d8}.references{background-color:#e9eaf3}.tagline .is-h2{color:#28348b}.highlight--column{background:#bccae9}.highlight--vacancy{background:#28348b}.highlight__content .list{border-color:#d8d8d8}.block--newsletter{border-color:#e9eaf3}.newsletter .btn{background-color:#bccae9;border-color:#bccae9}.newsletter .btn:hover,.newsletter .btn:focus{background-color:#28348b;border-color:#28348b}
