/*!
Theme Name: OPI — People of Science
Theme URI: http://iworks.pl/wordpress/theme/opi-people-of-science
Author: Monika Klimowska
Author URI: https://opi.org.pl/
Description: 
Version: 2.2.1.1737125833189
Tested up to: 6.4
Requires: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: OPI — People of Science
Tags: custom-menu, featured-images, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

OPI - People of Science is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0
}
main {
  display: block
}
h1 {
  font-size: 2em;
  margin: .67em 0
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
pre {
  font-family: monospace,monospace;
  font-size: 1em
}
a {
  background-color: transparent
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}
b,
strong {
  font-weight: bolder
}
code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em
}
small {
  font-size: 80%
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
img {
  border-style: none
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
button,
input {
  overflow: visible
}
button,
select {
  text-transform: none
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}
fieldset {
  padding: .35em .75em .625em
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
details {
  display: block
}
summary {
  display: list-item
}
template {
  display: none
}
[hidden] {
  display: none
}
*,
::after,
::before {
  box-sizing: inherit
}
html {
  box-sizing: border-box
}
body,
button,
input,
optgroup,
select,
textarea {
  color: #404040;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 1rem;
  line-height: 1.5
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both
}
p {
  margin-bottom: 1.5em
}
cite,
dfn,
em,
i {
  font-style: italic
}
blockquote {
  margin: 0 1.5em
}
address {
  margin: 0 0 1.5em
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch",courier,monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em
}
code,
kbd,
tt,
var {
  font-family: monaco,consolas,"Andale Mono","DejaVu Sans Mono",monospace
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help
}
ins,
mark {
  background: #fff9c0;
  text-decoration: none
}
big {
  font-size: 125%
}
body {
  background: #fff
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em
}
ol,
ul {
  margin: 0 0 1.5em 3em
}
ul {
  list-style: disc
}
ol {
  list-style: decimal
}
li > ol,
li > ul {
  margin-bottom: 0;
  margin-left: 1.5em
}
dt {
  font-weight: 700
}
dd {
  margin: 0 1.5em 1.5em
}
embed,
iframe,
object {
  max-width: 100%
}
img {
  height: auto;
  max-width: 100%
}
figure {
  margin: 1em 0
}
table {
  margin: 0 0 1.5em;
  width: 100%
}
a {
  color: #4169e1
}
a:visited {
  color: purple
}
a:active,
a:focus,
a:hover {
  color: #191970
}
a:focus {
  outline: thin dotted
}
a:active,
a:hover {
  outline: 0
}
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0,0,0,.8);
  line-height: 1;
  padding: .6em 1em .4em
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa
}
button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb
}
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px
}
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=range]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
  color: #111
}
select {
  border: 1px solid #ccc
}
textarea {
  width: 100%
}
.main-navigation {
  display: block;
  width: 100%
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0,0,0,.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0
}
.main-navigation ul ul li.focus > ul,
.main-navigation ul ul li:hover > ul {
  display: block;
  left: auto
}
.main-navigation ul ul a {
  width: 200px
}
.main-navigation ul li.focus > ul,
.main-navigation ul li:hover > ul {
  left: auto
}
.main-navigation li {
  position: relative
}
.main-navigation a {
  display: block;
  text-decoration: none
}
.main-navigation.toggled ul,
.menu-toggle {
  display: block
}
@media screen and (min-width:37.5em) {
  .menu-toggle {
    display: none
  }
  .main-navigation ul {
    display: -ms-flexbox;
    display: flex
  }
}
.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
  margin: 0 0 1.5em
}
.comment-navigation .nav-links,
.post-navigation .nav-links,
.posts-navigation .nav-links {
  display: -ms-flexbox;
  display: flex
}
.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
  -ms-flex: 1 0 50%;
  flex: 1 0 50%
}
.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
  text-align: end;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%
}
.sticky {
  display: block
}
.page,
.post {
  margin: 0 0 1.5em
}
.updated:not(.published) {
  display: none
}
.entry-content,
.entry-summary,
.page-content {
  margin: 1.5em 0 0
}
.page-links {
  clear: both;
  margin: 0 0 1.5em
}
.comment-content a {
  word-wrap: break-word
}
.bypostauthor {
  display: block
}
.widget {
  margin: 0 0 1.5em
}
.widget select {
  max-width: 100%
}
.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0
}
.custom-logo-link {
  display: inline-block
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto
}
.wp-caption .wp-caption-text {
  margin: .8075em 0
}
.wp-caption-text {
  text-align: center
}
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%
}
.gallery-columns-2 {
  grid-template-columns: repeat(2,1fr)
}
.gallery-columns-3 {
  grid-template-columns: repeat(3,1fr)
}
.gallery-columns-4 {
  grid-template-columns: repeat(4,1fr)
}
.gallery-columns-5 {
  grid-template-columns: repeat(5,1fr)
}
.gallery-columns-6 {
  grid-template-columns: repeat(6,1fr)
}
.gallery-columns-7 {
  grid-template-columns: repeat(7,1fr)
}
.gallery-columns-8 {
  grid-template-columns: repeat(8,1fr)
}
.gallery-columns-9 {
  grid-template-columns: repeat(9,1fr)
}
.gallery-caption {
  display: block
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none
}
.infinity-end.neverending .site-footer {
  display: block
}
.screen-reader-text {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute!important;
  width: 1px;
  word-wrap: normal!important
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
  clip: auto!important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}
#primary[tabindex="-1"]:focus {
  outline: 0
}
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em
}
.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em
}
.wp-block-columns {
  -ms-flex-align: normal!important;
  align-items: normal!important;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap!important;
  flex-wrap: wrap!important
}
@media (min-width:782px) {
  .wp-block-columns {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
  }
}
.wp-block-columns.are-vertically-aligned-top {
  -ms-flex-align: start;
  align-items: flex-start
}
.wp-block-columns.are-vertically-aligned-center {
  -ms-flex-align: center;
  align-items: center
}
.wp-block-columns.are-vertically-aligned-bottom {
  -ms-flex-align: end;
  align-items: flex-end
}
@media (max-width:781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -ms-flex-preferred-size: 100%!important;
    flex-basis: 100%!important
  }
}
@media (min-width:782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*=flex-basis] {
    -ms-flex-positive: 0;
    flex-grow: 0
  }
}
.wp-block-columns.is-not-stacked-on-mobile {
  -ms-flex-wrap: nowrap!important;
  flex-wrap: nowrap!important
}
.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1
}
.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column[style*=flex-basis] {
  -ms-flex-positive: 0;
  flex-grow: 0
}
:where(.wp-block-columns) {
  margin-bottom: 1.75em
}
:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em
}
.wp-block-column {
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word
}
.wp-block-column.is-vertically-aligned-top {
  -ms-flex-item-align: start;
  align-self: flex-start
}
.wp-block-column.is-vertically-aligned-center {
  -ms-flex-item-align: center;
  align-self: center
}
.wp-block-column.is-vertically-aligned-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end
}
.wp-block-column.is-vertically-aligned-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch
}
.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
  width: 100%
}
.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align=left] > [data-type="core/embed"],
.wp-block[data-align=right] > [data-type="core/embed"] {
  max-width: 360px;
  width: 100%
}
.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align=left] > [data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align=right] > [data-type="core/embed"] .wp-block-embed__wrapper {
  min-width: 280px
}
.wp-block-cover .wp-block-embed {
  min-height: 240px;
  min-width: 320px
}
.wp-block-embed {
  overflow-wrap: break-word
}
.wp-block-embed :where(figcaption) {
  margin-bottom: 1em;
  margin-top: .5em
}
.wp-block-embed iframe {
  max-width: 100%
}
.wp-block-embed__wrapper {
  position: relative
}
.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%
}
.wp-embed-responsive .wp-has-aspect-ratio iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}
.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%
}
.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%
}
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%
}
.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%
}
.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%
}
.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.77%
}
.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%
}
.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 1em 1em 0;
  position: relative;
  width: calc(50% - 1em)
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
  -ms-flex-align: end;
  align-items: flex-end;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
  background: linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: .8em;
  margin: 0;
  max-height: 100%;
  overflow: auto;
  padding: 3em .77em .7em;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
  display: inline
}
.blocks-gallery-grid:not(.has-nested-images) figcaption,
.wp-block-gallery:not(.has-nested-images) figcaption {
  -ms-flex-positive: 1;
  flex-grow: 1
}
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  object-fit: cover;
  width: 100%
}
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
  margin-right: 0;
  width: 100%
}
@media (min-width:600px) {
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(33.33333% - .66667em)
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(25% - .75em)
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(20% - .8em)
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(16.66667% - .83333em)
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(14.28571% - .85714em)
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(12.5% - .875em)
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
  .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
  .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
  .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),
  .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
  .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0
  }
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
  margin-right: 0
}
.blocks-gallery-grid:not(.has-nested-images).alignleft,
.blocks-gallery-grid:not(.has-nested-images).alignright,
.wp-block-gallery:not(.has-nested-images).alignleft,
.wp-block-gallery:not(.has-nested-images).alignright {
  max-width: 420px;
  width: 100%
}
.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
  -ms-flex-pack: center;
  justify-content: center
}
.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
  -ms-flex-item-align: start;
  align-self: flex-start
}
figure.wp-block-gallery.has-nested-images {
  -ms-flex-align: normal;
  align-items: normal
}
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  margin: 0;
  width: calc(50% - var(--wp--style--unstable-gallery-gap,16px)/ 2)
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%;
  position: relative
}
.wp-block-gallery.has-nested-images figure.wp-block-image > a,
.wp-block-gallery.has-nested-images figure.wp-block-image > div {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0
}
.wp-block-gallery.has-nested-images figure.wp-block-image img {
  display: block;
  height: auto;
  max-width: 100%!important;
  width: auto
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,
.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
  bottom: 0;
  left: 0;
  max-height: 100%;
  position: absolute;
  right: 0
}
.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  content: "";
  height: 100%;
  -webkit-mask-image: linear-gradient(0deg,#000 20%,#0000);
  mask-image: linear-gradient(0deg,#000 20%,#0000);
  max-height: 40%
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: linear-gradient(0deg,#0006,#0000);
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  margin: 0;
  overflow: auto;
  padding: 1em;
  scrollbar-color: #0000 #0000;
  scrollbar-gutter: stable both-edges;
  scrollbar-width: thin;
  text-align: center;
  text-shadow: 0 0 1.5px #000;
  will-change: transform
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar {
  height: 12px;
  width: 12px
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track {
  background-color: initial
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: initial;
  border: 3px solid #0000;
  border-radius: 8px
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb {
  background-color: #fffc
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover {
  scrollbar-color: #fffc #0000
}
@media (hover:none) {
  .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    scrollbar-color: #fffc #0000
  }
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
  display: inline
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
  color: inherit
}
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
  box-sizing: border-box
}
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > a,
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > div,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > div {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
  background: 0 0;
  color: inherit;
  -ms-flex: initial;
  flex: initial;
  margin: 0;
  padding: 10px 10px 9px;
  position: relative;
  text-shadow: none
}
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before {
  content: none
}
.wp-block-gallery.has-nested-images figcaption {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center
}
.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
  margin-bottom: auto;
  margin-top: 0
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
  -ms-flex-item-align: inherit;
  align-self: inherit
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > div:not(.components-drop-zone) {
  display: -ms-flexbox;
  display: flex
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  height: 100%;
  object-fit: cover;
  width: 100%
}
.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
  width: 100%
}
@media (min-width:600px) {
  .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
    width: calc(33.33333% - var(--wp--style--unstable-gallery-gap,16px)*.66667)
  }
  .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
    width: calc(25% - var(--wp--style--unstable-gallery-gap,16px)*.75)
  }
  .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
    width: calc(20% - var(--wp--style--unstable-gallery-gap,16px)*.8)
  }
  .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
    width: calc(16.66667% - var(--wp--style--unstable-gallery-gap,16px)*.83333)
  }
  .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
    width: calc(14.28571% - var(--wp--style--unstable-gallery-gap,16px)*.85714)
  }
  .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
    width: calc(12.5% - var(--wp--style--unstable-gallery-gap,16px)*.875)
  }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    width: calc(33.33% - var(--wp--style--unstable-gallery-gap,16px)*.66667)
  }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--wp--style--unstable-gallery-gap,16px)*.5)
  }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
    width: 100%
  }
}
.wp-block-gallery.has-nested-images.alignleft,
.wp-block-gallery.has-nested-images.alignright {
  max-width: 420px;
  width: 100%
}
.wp-block-gallery.has-nested-images.aligncenter {
  -ms-flex-pack: center;
  justify-content: center
}
.wp-block-group {
  box-sizing: border-box
}
:where(.wp-block-group.wp-block-group-is-layout-constrained) {
  position: relative
}
.wp-block-table {
  overflow-x: auto
}
.wp-block-table table {
  border-collapse: collapse;
  width: 100%
}
.wp-block-table thead {
  border-bottom: 3px solid
}
.wp-block-table tfoot {
  border-top: 3px solid
}
.wp-block-table td,
.wp-block-table th {
  border: 1px solid;
  padding: .5em
}
.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%
}
.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
  word-break: break-word
}
.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
  display: table;
  width: auto
}
.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
  word-break: break-word
}
.wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5
}
.wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5
}
.wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe
}
.wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef
}
.wp-block-table.is-style-stripes {
  background-color: initial;
  border-bottom: 1px solid #f0f0f0;
  border-collapse: inherit;
  border-spacing: 0
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
  background-color: #f3f4f5
}
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
  background-color: #e9fbe5
}
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
  background-color: #e7f5fe
}
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
  background-color: #fcf0ef
}
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  border-color: #0000
}
.wp-block-table .has-border-color > *,
.wp-block-table .has-border-color td,
.wp-block-table .has-border-color th,
.wp-block-table .has-border-color tr {
  border-color: inherit
}
.wp-block-table table[style*=border-top-color] > *,
.wp-block-table table[style*=border-top-color] > * td,
.wp-block-table table[style*=border-top-color] > * th,
.wp-block-table table[style*=border-top-color] tr:first-child,
.wp-block-table table[style*=border-top-color] tr:first-child td,
.wp-block-table table[style*=border-top-color] tr:first-child th {
  border-top-color: inherit
}
.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
  border-top-color: initial
}
.wp-block-table table[style*=border-right-color] > *,
.wp-block-table table[style*=border-right-color] td:last-child,
.wp-block-table table[style*=border-right-color] th,
.wp-block-table table[style*=border-right-color] tr {
  border-right-color: inherit
}
.wp-block-table table[style*=border-bottom-color] > *,
.wp-block-table table[style*=border-bottom-color] > * td,
.wp-block-table table[style*=border-bottom-color] > * th,
.wp-block-table table[style*=border-bottom-color] tr:last-child,
.wp-block-table table[style*=border-bottom-color] tr:last-child td,
.wp-block-table table[style*=border-bottom-color] tr:last-child th {
  border-bottom-color: inherit
}
.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
  border-bottom-color: initial
}
.wp-block-table table[style*=border-left-color] > *,
.wp-block-table table[style*=border-left-color] td:first-child,
.wp-block-table table[style*=border-left-color] th,
.wp-block-table table[style*=border-left-color] tr {
  border-left-color: inherit
}
.wp-block-table table[style*=border-style] > *,
.wp-block-table table[style*=border-style] td,
.wp-block-table table[style*=border-style] th,
.wp-block-table table[style*=border-style] tr {
  border-style: inherit
}
.wp-block-table table[style*=border-width] > *,
.wp-block-table table[style*=border-width] td,
.wp-block-table table[style*=border-width] th,
.wp-block-table table[style*=border-width] tr {
  border-style: inherit;
  border-width: inherit
}
html {
  scroll-behavior: smooth;
  min-width: 320px
}
body {
  background-color: var(--color-background-body);
  color: var(--color-text)
}
#primary a {
  text-decoration: underline
}
.site-header {
  -ms-flex-align: center;
  align-items: center;
  display: grid;
  width: 100%;
  grid-template-columns: 70px 1fr 1fr;
  grid-template-areas: "navigation branding login";
  gap: var(--spacer-16);
  gap: 25px;
  position: relative
}
@media screen and (max-width:601px) {
  .site-header {
    grid-template-columns: 70px 1fr
  }
}
.site-header-wrapper {
  background-color: var(--color-white)
}
.site-header .site-branding {
  grid-area: branding
}
.site-header .site-title {
  margin: 0;
  display: block;
  height: 40px;
  width: 100%;
  max-width: 228px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url(assets/images/logo-name.svg?v=2.2.1.1737125833189)
}
.site-header .site-navigation {
  grid-area: navigation
}
.site-header .site-login {
  grid-area: login;
  text-align: right;
  padding-right: var(--spacer-32)
}
.site-header .site-login .button-inside {
  color: var(--color-white);
  display: inline-block;
  text-decoration: none;
  color: var(--color-link);
  padding: var(--spacer-10) var(--spacer-40);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-regular);
  border-radius: var(--radius-default);
  border-width: 2px;
  border-style: solid;
  background-repeat: no-repeat;
  border-color: var(--button-border-color);
  background-color: var(--button-background);
  color: var(--button-color);
  padding: var(--spacer-4) var(--spacer-24)
}
.site-header .site-login .button-inside:visited {
  color: var(--color-link-visited)
}
.site-header .site-login .button-inside:hover {
  color: var(--color-link-hover)
}
.site-header .site-login .button-inside:active {
  color: var(--color-link-active)
}
.site-header .site-login .button-inside:hover {
  cursor: pointer;
  text-decoration: none
}
.site-header .site-login .button-inside:visited {
  color: var(--button-color)
}
.site-header .site-login .button-inside:hover {
  background-color: var(--button-background-hover);
  border-color: var(--button-border-color-hover);
  color: var(--button-color)
}
@media screen and (max-width:601px) {
  .site-header .site-login {
    display: none
  }
}
.site-header a {
  text-decoration: none;
  color: var(--color-theme-dark-blue)
}
.site-header a:visited {
  color: var(--color-theme-dark-blue)
}
.site-header a:hover {
  background-color: var(--color-theme-dark-blue);
  color: var(--color-theme-white);
  text-decoration: none
}
#primary-menu {
  background-color: var(--color-theme-gray-4);
  width: 320px
}
#primary-menu .external span,
#primary-menu .login span {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-align: center;
  align-items: center
}
#primary-menu .external span:after {
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url(assets/images/icons/external.svg?v=2.2.1.1737125833189)
}
#primary-menu .external a:hover span:after {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url(assets/images/icons/external-white.svg?v=2.2.1.1737125833189)
}
#primary-menu .login span:before {
  display: block;
  width: 24px;
  height: 24px;
  content: "";
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url(assets/images/icons/login.svg?v=2.2.1.1737125833189)
}
#primary-menu .login a:hover span:before {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url(assets/images/icons/login-white.svg?v=2.2.1.1737125833189)
}
#site-navigation .menu-main-container {
  position: absolute;
  display: none
}
#site-navigation .menu-main-container a {
  padding: 13px 24px
}
#site-navigation .menu-toggle {
  margin: 0;
  outline: 0;
  padding: 0;
  border: 0;
  background: transparent none;
  bottom: auto;
  color: inherit;
  display: inline;
  font-size: 100%;
  font-family: 'Open Sans',sans-serif;
  font-style: normal;
  font-weight: 200;
  left: auto;
  line-height: 1.618;
  list-style: none;
  position: static;
  right: auto;
  top: auto;
  box-shadow: none;
  border-radius: 0;
  width: unset;
  height: unset;
  text-indent: unset;
  display: block;
  width: 70px;
  height: 70px;
  background-color: var(--color-theme-gray-4);
  color: var(--color-theme-gray-1)
}
#site-navigation .menu-toggle-svg-wrapper {
  padding: 4px;
  border: 2px solid transparent
}
#site-navigation .menu-toggle:focus .menu-toggle-svg-wrapper,
#site-navigation .menu-toggle:focus-within .menu-toggle-svg-wrapper,
#site-navigation .menu-toggle:hover .menu-toggle-svg-wrapper {
  border-color: var(--color-theme-light-blue)
}
#site-navigation.toggled .menu-main-container {
  display: block
}
form button,
form input[type=submit] {
  display: inline-block;
  text-decoration: none;
  color: var(--color-link);
  padding: var(--spacer-10) var(--spacer-40);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-regular);
  border-radius: var(--radius-default);
  border-width: 2px;
  border-style: solid;
  background-repeat: no-repeat;
  border-color: var(--button-border-color);
  background-color: var(--button-background);
  color: var(--button-color)
}
form button:visited,
form input[type=submit]:visited {
  color: var(--color-link-visited)
}
form button:hover,
form input[type=submit]:hover {
  color: var(--color-link-hover)
}
form button:active,
form input[type=submit]:active {
  color: var(--color-link-active)
}
form button:hover,
form input[type=submit]:hover {
  cursor: pointer;
  text-decoration: none
}
form button:visited,
form input[type=submit]:visited {
  color: var(--button-color)
}
form button:hover,
form input[type=submit]:hover {
  background-color: var(--button-background-hover);
  border-color: var(--button-border-color-hover);
  color: var(--button-color)
}
form input[type=email],
form input[type=password],
form input[type=text],
form select,
form textarea {
  border-radius: var(--radius-default);
  background-color: var(--color-white);
  border-color: var(--color-black);
  padding: 6px 10px;
  width: 100%
}
form .required-descrpition strong {
  color: var(--color-alert)
}
form .required label span:after {
  content: "*";
  color: var(--color-alert)
}
form .required label div span:after {
  content: "";
  display: none
}
form [disabled],
form [readonly] {
  opacity: .5
}
form [disabled]:hover,
form [readonly]:hover {
  cursor: default
}
form fieldset {
  border: 0
}
form .select2-container {
  width: 100%!important
}
.button,
.wp-element-button,
button {
  display: inline-block;
  text-decoration: none;
  color: var(--color-link);
  padding: var(--spacer-10) var(--spacer-40);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-regular);
  border-radius: var(--radius-default);
  border-width: 2px;
  border-style: solid;
  background-repeat: no-repeat;
  border-color: var(--button-border-color);
  background-color: var(--button-background);
  color: var(--button-color)
}
.button:visited,
.wp-element-button:visited,
button:visited {
  color: var(--color-link-visited)
}
.button:hover,
.wp-element-button:hover,
button:hover {
  color: var(--color-link-hover)
}
.button:active,
.wp-element-button:active,
button:active {
  color: var(--color-link-active)
}
.button:hover,
.wp-element-button:hover,
button:hover {
  cursor: pointer;
  text-decoration: none
}
.button:visited,
.wp-element-button:visited,
button:visited {
  color: var(--button-color)
}
.button:hover,
.wp-element-button:hover,
button:hover {
  background-color: var(--button-background-hover);
  border-color: var(--button-border-color-hover);
  color: var(--button-color)
}
@media screen and (max-width:599px) {
  .wp-block-file {
    padding-top: var(--spacer-10)
  }
  .wp-block-file .wp-block-file__button {
    width: 100%;
    text-align: center
  }
}
@media screen and (min-width:600px) {
  .wp-block-file {
    text-align: right
  }
}
.wp-block-file .wp-block-file__button {
  display: inline-block;
  text-decoration: none;
  color: var(--color-link);
  padding: var(--spacer-10) var(--spacer-40);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-regular);
  border-radius: var(--radius-default);
  border-width: 2px;
  border-style: solid;
  background-repeat: no-repeat;
  color: var(--button-background);
  background-color: var(--button-color);
  border-color: var(--button-background)
}
.wp-block-file .wp-block-file__button:visited {
  color: var(--color-link-visited)
}
.wp-block-file .wp-block-file__button:hover {
  color: var(--color-link-hover)
}
.wp-block-file .wp-block-file__button:active {
  color: var(--color-link-active)
}
.wp-block-file .wp-block-file__button:hover {
  cursor: pointer;
  text-decoration: none
}
.wp-block-file .wp-block-file__button:visited {
  color: var(--button-background)
}
.wp-block-file .wp-block-file__button:hover {
  color: var(--button-background);
  background-color: var(--button-reverse-background-hover)
}
body.single-post #page {
  background-color: var(--color-theme-blue-1)
}
body.single-post #page article {
  background-color: var(--color-theme-white);
  padding: var(--spacer-24);
  position: relative
}
body.single-post #page article .entry-category {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--color-theme-black-2);
  text-decoration: none
}
body.single-post #page article .entry-category span {
  display: block;
  padding: var(--spacer-4) var(--spacer-24);
  display: block;
  border-radius: var(--radius-default);
  font-size: var(--font-size-14)
}
body.single-post #page article .entry-header .posted-on {
  display: block;
  border-bottom: 1px solid var(--color-theme-gray-3a);
  padding-bottom: var(--spacer-24);
  margin-bottom: var(--spacer-24)
}
body.single-post #page article .entry-header .posted-on a {
  text-decoration: none;
  color: var(--color-theme-black)
}
body.single-post #page article .entry-header .posted-on a:visted {
  color: var(--color-theme-black)
}
nav.opi-people-of-science-blog {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  padding-top: var(--spacer-40);
  padding-bottom: var(--spacer-32)
}
@media print {
  nav.opi-people-of-science-blog {
    max-width: 100%
  }
}
@media screen and (max-width:1121px) {
  nav.opi-people-of-science-blog {
    margin-left: var(--spacer-10);
    margin-right: var(--spacer-10)
  }
}
nav.opi-people-of-science-blog a {
  font-weight: var(--font-weight-bold);
  color: var(--color-theme-dark-blue)
}
nav.opi-people-of-science-blog a:visted {
  color: var(--color-theme-dark-blue)
}
nav.opi-people-of-science-blog a:hover {
  color: var(--color-theme-light-blue)
}
#primary nav.post-navigation {
  padding-top: var(--spacer-64);
  padding-bottom: var(--spacer-204)
}
#primary nav.post-navigation .nav-links {
  display: grid;
  gap: var(--spacer-32)
}
@media screen and (min-width:600px) {
  #primary nav.post-navigation .nav-links {
    grid-template-columns: repeat(2,1fr)
  }
}
#primary nav.post-navigation .nav-links div {
  text-align: left;
  background-color: var(--color-theme-white);
  padding: var(--spacer-24);
  box-shadow: 0 3px 10px #b7b7b728
}
#primary nav.post-navigation .nav-links div a {
  text-decoration: none
}
#primary nav.post-navigation .nav-subtitle {
  color: var(--color-theme-gray-1);
  margin-bottom: var(--spacer-16);
  display: -ms-flexbox;
  display: flex;
  gap: var(--spacer-4);
  -ms-flex-align: center;
  align-items: center
}
#primary nav.post-navigation .nav-subtitle span {
  display: block
}
#primary nav.post-navigation .nav-title {
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-bold);
  color: var(--color-theme-dark-blue)
}
#primary nav.post-navigation .nav-arrow {
  margin-top: -10px;
  display: block;
  font-size: 2em;
  line-height: 0
}
body.page-template-about #primary .entry-content,
body.page-template-about #primary .page {
  margin: 0;
  outline: 0;
  padding: 0;
  border: 0
}
body.page-template-about #primary section {
  padding: var(--spacer-40) 0
}
@media screen and (min-width:600px) {
  body.page-template-about #primary section {
    padding: var(--spacer-80) 0
  }
}
body.page-template-about #primary section h2 {
  margin-top: 0;
  text-align: center;
  font-family: var(--font-family-sans-serif-xbold);
  font-size: var(--font-size-48)
}
body.page-template-about #primary section .wp-block-group__inner-container > p {
  max-width: 928px;
  margin-left: auto;
  margin-right: auto;
  text-align: center
}
body.page-template-about #primary section.opi-header {
  color: var(--color-theme-gray-4);
  max-width: 100%;
  width: 100%;
  padding-bottom: var(--spacer-16);
  background-color: var(--color-theme-dark-blue);
  background-image: url(assets/images/backgrounds/small/ilustracja-gl.png?v=2.2.1.1737125833189);
  background-size: cover;
  background-repeat: no-repeat
}
@media screen and (min-width:600px) {
  body.page-template-about #primary section.opi-header {
    min-height: 1008px
  }
}
@media screen and (max-width:1800px) {
  body.page-template-about #primary section.opi-header {
    background-position: calc(100vw - 1800px) 100%
  }
}
@media screen and (max-width:1300px) {
  body.page-template-about #primary section.opi-header {
    background-position: -20vw 100%
  }
}
@media screen and (max-width:1121px) {
  body.page-template-about #primary section.opi-header {
    background-position-x: -500px
  }
}
body.page-template-about #primary section.opi-header h2,
body.page-template-about #primary section.opi-header p {
  margin-left: 0;
  text-align: left
}
body.page-template-about #primary section.opi-header .wp-block-group__inner-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px
}
@media print {
  body.page-template-about #primary section.opi-header .wp-block-group__inner-container {
    max-width: 100%
  }
}
@media screen and (max-width:1121px) {
  body.page-template-about #primary section.opi-header .wp-block-group__inner-container {
    margin-left: var(--spacer-10);
    margin-right: var(--spacer-10)
  }
}
body.page-template-about #primary section.opi-header h1 {
  margin-bottom: 0;
  font-family: var(--font-family-sans-serif-xbold);
  font-size: var(--font-size-72)
}
body.page-template-about #primary section.opi-header h2 {
  font-family: var(--font-family-sans-serif-light);
  font-size: var(--font-size-56)
}
body.page-template-about #primary section.opi-header p {
  font-size: var(--font-size-20);
  max-width: 408px
}
body.page-template-about #primary section.opi-header p:first-child {
  -ms-flex-align: center;
  align-items: center;
  display: grid;
  grid-template-columns: 62px auto;
  gap: var(--spacer-16);
  text-transform: uppercase
}
body.page-template-about #primary section.opi-header p:first-child:before {
  content: "";
  display: block;
  width: 62px;
  height: 64px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(assets/images/logo-white.svg?v=2.2.1.1737125833189)
}
body.page-template-about #primary section.opi-header p.opi-header-more {
  max-width: unset;
  text-align: center;
  font-size: var(--font-size-16)
}
body.page-template-about #primary section.opi-header p.opi-header-more:before {
  content: "";
  display: block;
  margin: 140px auto var(--spacer-16);
  width: 20px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url(assets/images/icons/mouse.png?v=2.2.1.1737125833189)
}
body.page-template-about #primary section.opi-get-to-know {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px
}
@media print {
  body.page-template-about #primary section.opi-get-to-know {
    max-width: 100%
  }
}
@media screen and (max-width:1121px) {
  body.page-template-about #primary section.opi-get-to-know {
    margin-left: var(--spacer-10);
    margin-right: var(--spacer-10)
  }
}
body.page-template-about #primary section.opi-get-to-know .wp-block-column {
  text-align: center
}
body.page-template-about #primary section.opi-get-to-know .wp-block-columns {
  gap: var(--spacer-32)
}
body.page-template-about #primary section.opi-get-to-know .wp-block-columns p {
  padding: 0 var(--spacer-32)
}
body.page-template-about #primary section.opi-what-will-you-gain {
  max-width: 100%;
  box-shadow: inset 0 1px 0 var(--color-theme-gray-3a)
}
body.page-template-about #primary section.opi-what-will-you-gain h4:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: var(--spacer-8)
}
body.page-template-about #primary section.opi-what-will-you-gain .wp-block-group__inner-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px
}
@media print {
  body.page-template-about #primary section.opi-what-will-you-gain .wp-block-group__inner-container {
    max-width: 100%
  }
}
@media screen and (max-width:1121px) {
  body.page-template-about #primary section.opi-what-will-you-gain .wp-block-group__inner-container {
    margin-left: var(--spacer-10);
    margin-right: var(--spacer-10)
  }
}
@media screen and (min-width:600px) {
  body.page-template-about #primary section.opi-what-will-you-gain .wp-block-columns {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: var(--spacer-32)
  }
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs p {
  max-width: 100%;
  text-align: left
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs h3.wp-block-heading {
  margin-top: 0;
  display: none
}
@media screen and (max-width:601px) {
  body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs h3.wp-block-heading {
    border-top: 1px solid var(--color-theme-gray-2);
    padding-top: var(--spacer-16)
  }
}
@media screen and (max-width:601px) {
  body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs .wp-block-columns {
    margin: 0
  }
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs .wp-block-group.hidden {
  display: none
}
@media screen and (max-width:601px) {
  body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs .wp-block-group__inner-container {
    padding: 0;
    margin: 0
  }
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs-menu {
  margin: 0;
  outline: 0;
  padding: 0;
  border: 0;
  list-style: none;
  text-align: center
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs-menu li {
  display: inline
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs-menu h3 {
  display: inline;
  font-size: unset;
  font-weight: var(--font-weight-normal);
  font-family: unset
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs-menu a {
  text-decoration: none;
  padding: var(--spacer-10) var(--spacer-24);
  border-bottom: 4px solid transparent
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs-menu a[aria-expanded=true] {
  border-bottom-color: var(--color-theme-black);
  color: var(--color-theme-black)
}
@media screen and (max-width:601px) {
  body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs .wp-block-columns {
    display: none
  }
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs-slider {
  display: none;
  position: relative
}
@media screen and (max-width:601px) {
  body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs-slider {
    display: block
  }
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs-slider-slide {
  background-color: var(--color-theme-gray-4);
  padding: var(--spacer-16)
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs-slider-slide h4 {
  margin-top: 0
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs-slider-slide p {
  margin-bottom: 0
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs-scientist .wp-block-columns .wp-block-column:first-child h4:first-of-type:before {
  background-image: url(assets/images/icons/1N-wizytowka.svg?v=2.2.1.1737125833189)
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs-scientist .opi-what-will-you-gain-tabs-slider-slide:first-child h4:before {
  background-image: url(assets/images/icons/1N-wizytowka.svg?v=2.2.1.1737125833189)
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs-scientist .wp-block-columns .wp-block-column:first-child h4:nth-of-type(2):before {
  background-image: url(assets/images/icons/4N-CV-1.svg?v=2.2.1.1737125833189)
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs-scientist .opi-what-will-you-gain-tabs-slider-slide:nth-child(2) h4:before {
  background-image: url(assets/images/icons/4N-CV-1.svg?v=2.2.1.1737125833189)
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs-scientist .wp-block-columns .wp-block-column:nth-child(2) h4:first-of-type:before {
  background-image: url(assets/images/icons/2N-praca_pozanaukowa.svg?v=2.2.1.1737125833189)
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs-scientist .opi-what-will-you-gain-tabs-slider-slide:nth-child(3) h4:before {
  background-image: url(assets/images/icons/2N-praca_pozanaukowa.svg?v=2.2.1.1737125833189)
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs-scientist .wp-block-columns .wp-block-column:nth-child(2) h4:nth-of-type(2):before {
  background-image: url(assets/images/icons/5N-powiadomienia-1.svg?v=2.2.1.1737125833189)
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs-scientist .opi-what-will-you-gain-tabs-slider-slide:nth-child(4) h4:before {
  background-image: url(assets/images/icons/5N-powiadomienia-1.svg?v=2.2.1.1737125833189)
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs-scientist .wp-block-columns .wp-block-column:nth-child(3) h4:first-of-type:before {
  background-image: url(assets/images/icons/3N-wspolpraca.svg?v=2.2.1.1737125833189)
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs-scientist .opi-what-will-you-gain-tabs-slider-slide:nth-child(5) h4:before {
  background-image: url(assets/images/icons/3N-wspolpraca.svg?v=2.2.1.1737125833189)
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs-scientist .wp-block-columns .wp-block-column:nth-child(3) h4:nth-of-type(2):before {
  background-image: url(assets/images/icons/6N-interfeis.svg?v=2.2.1.1737125833189)
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs-scientist .opi-what-will-you-gain-tabs-slider-slide:nth-child(6) h4:before {
  background-image: url(assets/images/icons/6N-interfeis.svg?v=2.2.1.1737125833189)
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs-entrepreneur .wp-block-columns .wp-block-column:first-child h4:first-of-type:before {
  background-image: url(assets/images/icons/1P-kontakty.svg?v=2.2.1.1737125833189)
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs-entrepreneur .opi-what-will-you-gain-tabs-slider-slide:first-child h4:before {
  background-image: url(assets/images/icons/1P-kontakty.svg?v=2.2.1.1737125833189)
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs-entrepreneur .wp-block-columns .wp-block-column:first-child h4:nth-of-type(2):before {
  background-image: url(assets/images/icons/4P-innowacje.svg?v=2.2.1.1737125833189)
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs-entrepreneur .opi-what-will-you-gain-tabs-slider-slide:nth-child(2) h4:before {
  background-image: url(assets/images/icons/4P-innowacje.svg?v=2.2.1.1737125833189)
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs-entrepreneur .wp-block-columns .wp-block-column:nth-child(2) h4:first-of-type:before {
  background-image: url(assets/images/icons/2P-sprawdzone-informacje.svg?v=2.2.1.1737125833189)
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs-entrepreneur .opi-what-will-you-gain-tabs-slider-slide:nth-child(3) h4:before {
  background-image: url(assets/images/icons/2P-sprawdzone-informacje.svg?v=2.2.1.1737125833189)
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs-entrepreneur .wp-block-columns .wp-block-column:nth-child(2) h4:nth-of-type(2):before {
  background-image: url(assets/images/icons/5P-miejsca.svg?v=2.2.1.1737125833189)
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs-entrepreneur .opi-what-will-you-gain-tabs-slider-slide:nth-child(4) h4:before {
  background-image: url(assets/images/icons/5P-miejsca.svg?v=2.2.1.1737125833189)
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs-entrepreneur .wp-block-columns .wp-block-column:nth-child(3) h4:first-of-type:before {
  background-image: url(assets/images/icons/3P-ranking.svg?v=2.2.1.1737125833189)
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs-entrepreneur .opi-what-will-you-gain-tabs-slider-slide:nth-child(5) h4:before {
  background-image: url(assets/images/icons/3P-ranking.svg?v=2.2.1.1737125833189)
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs-citizen .wp-block-columns .wp-block-column:first-child h4:first-of-type:before {
  background-image: url(assets/images/icons/1O-profile.svg?v=2.2.1.1737125833189)
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs-citizen .opi-what-will-you-gain-tabs-slider-slide:first-child h4:before {
  background-image: url(assets/images/icons/1O-profile.svg?v=2.2.1.1737125833189)
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs-citizen .wp-block-columns .wp-block-column:first-child h4:nth-of-type(2):before {
  background-image: url(assets/images/icons/4O-pl-naukowcy.svg?v=2.2.1.1737125833189)
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs-citizen .opi-what-will-you-gain-tabs-slider-slide:nth-child(2) h4:before {
  background-image: url(assets/images/icons/4O-pl-naukowcy.svg?v=2.2.1.1737125833189)
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs-citizen .wp-block-columns .wp-block-column:nth-child(2) h4:first-of-type:before {
  background-image: url(assets/images/icons/2O-na-biezaco.svg?v=2.2.1.1737125833189)
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs-citizen .opi-what-will-you-gain-tabs-slider-slide:nth-child(3) h4:before {
  background-image: url(assets/images/icons/2O-na-biezaco.svg?v=2.2.1.1737125833189)
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs-citizen .wp-block-columns .wp-block-column:nth-child(2) h4:nth-of-type(2):before {
  background-image: url(assets/images/icons/6N-interfeis.svg?v=2.2.1.1737125833189)
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs-citizen .opi-what-will-you-gain-tabs-slider-slide:nth-child(4) h4:before {
  background-image: url(assets/images/icons/6N-interfeis.svg?v=2.2.1.1737125833189)
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs-citizen .wp-block-columns .wp-block-column:nth-child(3) h4:first-of-type:before {
  background-image: url(assets/images/icons/3O-historiasvg.svg?v=2.2.1.1737125833189)
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs-citizen .opi-what-will-you-gain-tabs-slider-slide:nth-child(5) h4:before {
  background-image: url(assets/images/icons/3O-historiasvg.svg?v=2.2.1.1737125833189)
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs-dots {
  margin: 0;
  outline: 0;
  padding: 0;
  border: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  gap: var(--spacer-16);
  padding-top: var(--spacer-16);
  -ms-flex-pack: center;
  justify-content: center
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs-dots a {
  border: 2px solid transparent;
  display: block;
  background-color: var(--color-theme-gray-3);
  width: var(--spacer-16);
  height: var(--spacer-16);
  overflow: hidden;
  text-indent: -999em;
  border-radius: 50%
}
body.page-template-about #primary section.opi-what-will-you-gain .opi-what-will-you-gain-tabs-dots .current {
  background-color: var(--color-theme-dark-blue);
  border-color: var(--color-theme-dark-blue)
}
body.page-template-about #primary section.opi-for-all {
  max-width: 100%;
  min-height: 700px;
  background-color: var(--color-theme-1);
  background-image: url(assets/images/backgrounds/small/grafika-misja.png?v=2.2.1.1737125833189);
  background-repeat: no-repeat;
  background-position: calc(50vw + 66px) 50%;
  background-size: 812px 700px
}
@media screen and (max-width:902px) {
  body.page-template-about #primary section.opi-for-all {
    padding-bottom: 80vw;
    background-size: 90vw auto;
    background-position: 50% calc(100% - var(--spacer-16))
  }
}
@media screen and (min-width:600px) {
  body.page-template-about #primary section.opi-for-all h2 {
    padding: var(--spacer-24) 0;
    border-color: var(--color-theme-gray-3);
    border-style: solid;
    border-width: 1px 0
  }
}
body.page-template-about #primary section.opi-for-all .wp-block-group__inner-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px
}
@media print {
  body.page-template-about #primary section.opi-for-all .wp-block-group__inner-container {
    max-width: 100%
  }
}
@media screen and (max-width:1121px) {
  body.page-template-about #primary section.opi-for-all .wp-block-group__inner-container {
    margin-left: var(--spacer-10);
    margin-right: var(--spacer-10)
  }
}
body.page-template-about #primary section.opi-for-all .wp-block-group__inner-container h2,
body.page-template-about #primary section.opi-for-all .wp-block-group__inner-container p {
  text-align: left;
  margin-left: 0
}
@media screen and (min-width:901px) {
  body.page-template-about #primary section.opi-for-all .wp-block-group__inner-container h2,
  body.page-template-about #primary section.opi-for-all .wp-block-group__inner-container p {
    max-width: 544px
  }
}
body.page-template-about #primary section.opi-history > h2,
body.page-template-about #primary section.opi-history > p {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px
}
@media print {
  body.page-template-about #primary section.opi-history > h2,
  body.page-template-about #primary section.opi-history > p {
    max-width: 100%
  }
}
@media screen and (max-width:1121px) {
  body.page-template-about #primary section.opi-history > h2,
  body.page-template-about #primary section.opi-history > p {
    margin-left: var(--spacer-10);
    margin-right: var(--spacer-10)
  }
}
body.page-template-about #primary section.opi-history .iworks-heroes {
  background-image: url(assets/images/backgrounds/small/infografika-tlo.png?v=2.2.1.1737125833189);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center
}
body.page-template-about #primary section.opi-history .iworks-heroes ul {
  margin: 0;
  outline: 0;
  padding: 0;
  border: 0;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  padding: var(--spacer-80) 0;
  display: grid
}
@media print {
  body.page-template-about #primary section.opi-history .iworks-heroes ul {
    max-width: 100%
  }
}
@media screen and (max-width:1121px) {
  body.page-template-about #primary section.opi-history .iworks-heroes ul {
    margin-left: var(--spacer-10);
    margin-right: var(--spacer-10)
  }
}
@media screen and (min-width:901px) {
  body.page-template-about #primary section.opi-history .iworks-heroes ul {
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: repeat(2,300px)
  }
}
body.page-template-about #primary section.opi-history .iworks-heroes-thumbnail {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url(assets/images/icons/person.svg?v=2.2.1.1737125833189);
  background-color: var(--color-white);
  background-size: cover;
  border: 2px solid var(--color-theme-gray-2);
  box-shadow: 7px 7px 24px 5px rgba(0,0,0,.24);
  margin: var(--spacer-8) auto
}
body.page-template-about #primary section.opi-history .iworks-heroes-dates,
body.page-template-about #primary section.opi-history .iworks-heroes-name {
  display: inline-block;
  background-color: var(--color-white);
  padding: var(--spacer-4);
  line-height: 1em
}
body.page-template-about #primary section.opi-history .iworks-heroes-name {
  font-family: var(--font-family-sans-serif-bold)
}
@media screen and (max-width:902px) {
  body.page-template-about #primary section.opi-history .iworks-heroes li {
    padding: var(--spacer-16)
  }
}
@media screen and (min-width:901px) {
  body.page-template-about #primary section.opi-history .iworks-heroes li.position-h-1 {
    padding-top: 15px
  }
  body.page-template-about #primary section.opi-history .iworks-heroes li.position-h-2 {
    padding-top: 30px
  }
  body.page-template-about #primary section.opi-history .iworks-heroes li.position-h-3 {
    padding-top: 45px
  }
  body.page-template-about #primary section.opi-history .iworks-heroes li.position-h-4 {
    padding-top: 60px
  }
  body.page-template-about #primary section.opi-history .iworks-heroes li.position-h-5 {
    padding-top: 75px
  }
  body.page-template-about #primary section.opi-history .iworks-heroes li.position-h-1 {
    padding-left: 15px
  }
  body.page-template-about #primary section.opi-history .iworks-heroes li.position-h-2 {
    padding-left: 30px
  }
  body.page-template-about #primary section.opi-history .iworks-heroes li.position-h-3 {
    padding-left: 45px
  }
  body.page-template-about #primary section.opi-history .iworks-heroes li.position-h-4 {
    padding-left: 60px
  }
  body.page-template-about #primary section.opi-history .iworks-heroes li.position-h-5 {
    padding-left: 75px
  }
  body.page-template-about #primary section.opi-history .iworks-heroes li.position-join {
    place-self: center
  }
  body.page-template-about #primary section.opi-history .iworks-heroes li:first-child.position-join {
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 3
  }
  body.page-template-about #primary section.opi-history .iworks-heroes li:nth-child(2).position-join {
    grid-column-start: 2;
    grid-row-start: 1;
    grid-row-end: 3
  }
  body.page-template-about #primary section.opi-history .iworks-heroes li:nth-child(3).position-join {
    grid-column-start: 3;
    grid-row-start: 1;
    grid-row-end: 3
  }
}
body.page-template-about #primary section.opi-database {
  padding-bottom: var(--spacer-80)
}
body.page-template-about #primary section.opi-database h2,
body.page-template-about #primary section.opi-database p {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px
}
@media print {
  body.page-template-about #primary section.opi-database h2,
  body.page-template-about #primary section.opi-database p {
    max-width: 100%
  }
}
@media screen and (max-width:1121px) {
  body.page-template-about #primary section.opi-database h2,
  body.page-template-about #primary section.opi-database p {
    margin-left: var(--spacer-10);
    margin-right: var(--spacer-10)
  }
}
body.page-template-about #primary section.opi-database ul {
  margin: 0;
  outline: 0;
  padding: 0;
  border: 0;
  list-style: none;
  background: var(--color-white);
  box-shadow: 0 8px 16px #b7b7b726;
  display: grid;
  gap: var(--spacer-32);
  grid-template-columns: repeat(4,1fr);
  margin: 0 calc(0 - var(--spacer-32));
  padding: var(--spacer-32);
  max-width: 1184px;
  margin: 0 auto
}
@media screen and (max-width:1121px) {
  body.page-template-about #primary section.opi-database ul {
    grid-template-columns: repeat(2,1fr)
  }
}
@media screen and (max-width:601px) {
  body.page-template-about #primary section.opi-database ul {
    padding: 0;
    gap: var(--spacer-10);
    grid-template-columns: unset
  }
  body.page-template-about #primary section.opi-database ul img {
    max-width: 100%
  }
}
body.page-template-about #primary section.opi-database li {
  background-color: var(--color-theme-1);
  line-height: 1;
  text-align: center;
  padding: var(--spacer-48) var(--spacer-16) var(--spacer-16)
}
@media screen and (min-width:600px) {
  body.page-template-about #primary section.opi-database li {
    min-height: 184px
  }
}
@media screen and (min-width:1120px) {
  body.page-template-about #primary section.opi-database li {
    max-width: 256px
  }
}
body.page-template-about #primary section.opi-database li:has(img) {
  text-align: center
}
body.page-template-about #primary section.opi-database li strong:first-of-type {
  font-family: var(--font-family-sans-serif);
  font-size: var(--font-size-50)
}
body.page-template-about #primary section.opi-database li strong:last-of-type {
  display: block;
  line-height: 1.8em;
  font-family: var(--font-family-sans-serif-light);
  font-size: var(--font-size-26)
}
body.page-template-about #primary section.opi-database li:has(img) {
  padding: 0;
  line-height: 0
}
body.page-template-about #primary section.opi-database li figure,
body.page-template-about #primary section.opi-database li img {
  display: inline
}
@media screen and (min-width:600px) {
  body.page-template-about #primary section.opi-database li:nth-child(9) {
    grid-column-start: 1;
    grid-column-end: 3;
    max-width: 100%
  }
}
body.page-template-about #primary section.opi-database figure {
  margin: 0;
  outline: 0;
  padding: 0;
  border: 0
}
body.page-template-about #primary section.opi-faq {
  max-width: 100%;
  background-repeat: no-repeat;
  background-image: url(assets/images/backgrounds/small/grafika-boczna-2.png?v=2.2.1.1737125833189);
  background-position: calc(50vw + 756px) -832px;
  background-size: 1671px 1530px
}
body.page-template-about #primary section.opi-create-with-us {
  max-width: 100%;
  min-height: 592px;
  background-color: var(--color-theme-1);
  background-image: url(assets/images/backgrounds/small/grafika-tworz-portal.png?v=2.2.1.1737125833189);
  background-repeat: no-repeat;
  background-position: calc(50vw - 413px) 100%;
  background-size: 1148px 538px
}
body.page-template-about #primary section.opi-create-with-us h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px
}
@media print {
  body.page-template-about #primary section.opi-create-with-us h2 {
    max-width: 100%
  }
}
@media screen and (max-width:1121px) {
  body.page-template-about #primary section.opi-create-with-us h2 {
    margin-left: var(--spacer-10);
    margin-right: var(--spacer-10)
  }
}
body.page-template-about #primary section.opi-create-with-us .wp-block-group__inner-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px
}
@media print {
  body.page-template-about #primary section.opi-create-with-us .wp-block-group__inner-container {
    max-width: 100%
  }
}
@media screen and (max-width:1121px) {
  body.page-template-about #primary section.opi-create-with-us .wp-block-group__inner-container {
    margin-left: var(--spacer-10);
    margin-right: var(--spacer-10)
  }
}
body.page-template-about #primary section.opi-create-with-us .wp-block-group__inner-container p {
  text-align: left;
  max-width: 544px;
  margin-left: 0
}
body.page-template-about.loaded #primary section.opi-header {
  background-image: url(assets/images/backgrounds/full/ilustracja-gl.png?v=2.2.1.1737125833189)
}
body.page-template-about.loaded #primary section.opi-for-all {
  background-image: url(assets/images/backgrounds/full/grafika-misja.png?v=2.2.1.1737125833189)
}
body.page-template-about.loaded #primary section.opi-work-plan {
  background-image: url(assets/images/backgrounds/full/grafika-boczna-1.svg?v=2.2.1.1737125833189),url(assets/images/backgrounds/full/grafika-boczna-2.svg?v=2.2.1.1737125833189)
}
body.page-template-about.loaded #primary section.opi-faq {
  background-image: url(assets/images/backgrounds/full/grafika-boczna-2.svg?v=2.2.1.1737125833189)
}
body.page-template-about.loaded #primary section.opi-create-with-us {
  background-image: url(assets/images/backgrounds/full/grafika-tworz-portal.png?v=2.2.1.1737125833189)
}
body.page-template-about.loaded #primary section.opi-history .wp-block-group.iworks-heroes {
  background-image: url(assets/images/backgrounds/full/infografika-tlo.svg?v=2.2.1.1737125833189)
}
body.page-template-erc-grants .site-main-wrapper {
  background-color: var(--color-background-page);
  padding-top: var(--spacer-32);
  padding-bottom: var(--spacer-32)
}
body.page-template-erc-grants .site-main .entry-content {
  margin: 0
}
body.page-template-erc-grants .site-main article {
  background-color: var(--color-white);
  padding: var(--spacer-32);
  margin: 0
}
body.page-template-erc-grants .site-main article :last-child {
  margin-bottom: 0
}
body.page-template-erc-grants .site-main article h1 {
  margin-top: 0
}
#primary .ercgrant-list {
  padding-top: var(--spacer-32)
}
#primary .ercgrant-list h2 {
  margin: 0;
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-semibold)
}
#primary .ercgrant-list a {
  text-decoration: none
}
#primary .ercgrant-list article {
  margin-bottom: var(--spacer-16);
  box-shadow: 0 1px 5px 0 rgba(153,153,153,.2);
  border-radius: var(--radius-default)
}
#primary .ercgrant-list ul {
  margin: 0;
  outline: 0;
  padding: 0;
  border: 0;
  list-style: none;
  padding-top: var(--spacer-16)
}
@media screen and (max-width:601px) {
  #primary .ercgrant-list ul li {
    padding-bottom: var(--spacer-8)
  }
}
@media screen and (min-width:600px) {
  #primary .ercgrant-list ul {
    display: -ms-flexbox;
    display: flex;
    gap: var(--spacer-32)
  }
}
#primary .ercgrant-list-cordis,
#primary .ercgrant-list-resercher {
  font-size: var(--font-size-14)
}
#primary .ercgrant-list-resercher a {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-align: center;
  align-items: center
}
#primary .ercgrant-list-resercher a:before {
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url(assets/images/icons/resercher.svg?v=2.2.1.1737125833189)
}
#primary .ercgrant-search {
  background-color: var(--color-white);
  padding: var(--spacer-32)
}
#primary .ercgrant-search-search {
  padding-bottom: var(--spacer-24)
}
#primary .ercgrant-search-search-wrapper {
  padding-top: var(--spacer-8)
}
@media screen and (max-width:601px) {
  #primary .ercgrant-search-search-wrapper input {
    width: 100%
  }
  #primary .ercgrant-search-search-wrapper .search-field {
    margin-bottom: var(--spacer-16)
  }
}
@media screen and (min-width:600px) {
  #primary .ercgrant-search-search-wrapper {
    display: -ms-flexbox;
    display: flex;
    gap: var(--spacer-16)
  }
}
#primary .ercgrant-search-search-wrapper input[type=search] {
  padding-left: var(--spacer-16);
  padding-right: var(--spacer-16);
  -ms-flex-positive: 1;
  flex-grow: 1
}
@media screen and (min-width:600px) {
  #primary .ercgrant-search-meta {
    display: grid;
    grid-template-columns: repeat(2,1fr)
  }
}
#primary .ercgrant-search-meta.sort-and-paginate {
  margin: 0;
  padding: 0
}
#primary .ercgrant-search-meta.sort-and-paginate a {
  text-decoration: none
}
#primary .ercgrant-search-meta.sort-and-paginate a:hover {
  text-decoration: underline;
  color: var(--color-theme-light-blue)
}
@media screen and (max-width:601px) {
  #primary .ercgrant-search-meta.sort-and-paginate nav {
    padding-top: var(--spacer-16)
  }
}
#primary .ercgrant-search-meta label {
  font-size: var(--font-size-14)
}
#primary .ercgrant-search-meta select {
  margin: 0;
  outline: 0;
  padding: 0;
  border: 0;
  background: transparent none;
  bottom: auto;
  color: inherit;
  display: inline;
  font-size: 100%;
  font-family: 'Open Sans',sans-serif;
  font-style: normal;
  font-weight: 200;
  left: auto;
  line-height: 1.618;
  list-style: none;
  position: static;
  right: auto;
  top: auto;
  box-shadow: none;
  border-radius: 0;
  width: unset;
  height: unset;
  text-indent: unset;
  color: var(--color-theme-dark-blue);
  font-weight: var(--font-weight-semibold)
}
#primary .ercgrant-search-top {
  padding-top: 0
}
#primary .ercgrant-search-top .ercgrant-search-meta {
  border-top: 1px solid var(--color-theme-stroke-alt-light);
  padding-top: var(--spacer-24)
}
.opi-work-plan {
  max-width: 100%;
  background-color: var(--color-theme-1);
  background-repeat: no-repeat;
  background-image: url(assets/images/backgrounds/small/grafika-boczna-1.png?v=2.2.1.1737125833189),url(assets/images/backgrounds/small/grafika-boczna-2.png?v=2.2.1.1737125833189);
  background-position: calc(50vw - 2024px) -605px,calc(50vw + 756px) -30px;
  background-size: 1698px 1855px,1671px 1530px
}
.opi-work-plan h2 {
  margin-bottom: 0
}
.opi-work-plan h3 {
  text-align: center;
  margin-top: 0;
  font-family: var(--font-family-sans-serif-light);
  font-size: var(--font-size-48)
}
.opi-work-plan .wp-block-group__inner-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px
}
@media print {
  .opi-work-plan .wp-block-group__inner-container {
    max-width: 100%
  }
}
@media screen and (max-width:1121px) {
  .opi-work-plan .wp-block-group__inner-container {
    margin-left: var(--spacer-10);
    margin-right: var(--spacer-10)
  }
}
.opi-work-plan.islast .opi-work-plan-container:after {
  display: none
}
.opi-work-plan.isfirst .opi-work-plan-container:before {
  display: none
}
@media screen and (min-width:600px) {
  .opi-work-plan-container {
    position: relative
  }
  .opi-work-plan-container:after,
  .opi-work-plan-container:before {
    display: block;
    top: 0;
    bottom: 0;
    width: 120px;
    content: "";
    position: absolute;
    background-image: linear-gradient(90deg,var(--color-theme-1) 0,rgba(255,254,255,0) 100%)
  }
  .opi-work-plan-container:before {
    left: 18px
  }
  .opi-work-plan-container:after {
    left: calc(100% - 138px);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  .opi-work-plan-container nav a {
    display: block;
    width: 18px;
    height: 100%;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    background-image: url(assets/images/icons/fa-solid-chevron-left.svg?v=2.2.1.1737125833189);
    background-size: 18px 32px
  }
  .opi-work-plan-container nav a.next {
    right: 0;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  .opi-work-plan-container nav a.prev {
    left: 0
  }
  .opi-work-plan-container nav a.disabled {
    background-image: url(assets/images/icons/fa-solid-chevron-left1.svg?v=2.2.1.1737125833189);
    opacity: .56;
    cursor: initial
  }
}
.opi-work-plan-container-wrapper {
  overflow: hidden;
  margin: 0 18px
}
@media screen and (min-width:600px) {
  .opi-work-plan dl {
    margin: 0;
    outline: 0;
    padding: 0;
    border: 0;
    display: grid;
    transition: all .5s linear
  }
  .opi-work-plan dd,
  .opi-work-plan dt {
    margin: 0;
    padding: var(--spacer-10);
    font-weight: var(--font-weight-regular)
  }
}
@media screen and (min-width:600px) and (min-width:600px) {
  .opi-work-plan dd,
  .opi-work-plan dt {
    text-align: center
  }
}
@media screen and (min-width:600px) {
  .opi-work-plan dt {
    background-repeat: no-repeat;
    background-position: center calc(var(--spacer-10) + 32px);
    background-image: url(assets/images/icons/line-h.svg?v=2.2.1.1737125833189)
  }
  .opi-work-plan dt span {
    margin: 0 auto var(--spacer-16);
    display: block;
    width: 64px;
    height: 64px;
    border: 1px solid var(--color-theme-light-blue);
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--color-white)
  }
  .opi-work-plan dt:first-child {
    background-image: url(assets/images/icons/line-h-1.svg?v=2.2.1.1737125833189)
  }
  .opi-work-plan dt:last-of-type {
    background-image: url(assets/images/icons/line-h-2.svg?v=2.2.1.1737125833189)
  }
  .opi-work-plan dd {
    padding: 76px 0 0 0;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-image: url(assets/images/icons/line-11.svg?v=2.2.1.1737125833189)
  }
  .opi-work-plan dd:nth-of-type(odd) {
    padding: 0 0 76px 0;
    background-position: 50% 100%
  }
}
body:not(.page-template-about).page #primary {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px
}
@media print {
  body:not(.page-template-about).page #primary {
    max-width: 100%
  }
}
@media screen and (max-width:1121px) {
  body:not(.page-template-about).page #primary {
    margin-left: var(--spacer-10);
    margin-right: var(--spacer-10)
  }
}
.iworks-faq {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px
}
@media print {
  .iworks-faq {
    max-width: 100%
  }
}
@media screen and (max-width:1121px) {
  .iworks-faq {
    margin-left: var(--spacer-10);
    margin-right: var(--spacer-10)
  }
}
.iworks-faq-list dt {
  color: var(--color-theme-dark-blue);
  font-family: var(--font-family-sans-serif-bold);
  font-size: var(--font-size-20);
  border-top: 1px solid var(--color-theme-gray-3a);
  margin-top: var(--spacer-16);
  padding-top: var(--spacer-16)
}
.iworks-faq-list dd {
  margin: 0;
  outline: 0;
  padding: 0;
  border: 0;
  padding-top: var(--spacer-16)
}
.iworks-faq-list dt span:focus,
.iworks-faq-list dt span:focus-within,
.iworks-faq-list dt span:hover {
  cursor: pointer;
  text-decoration: underline
}
.iworks-faq-list dd[hidden] {
  height: 0;
  overflow: hidden
}
@media screen and (max-width:400px) {
  .iworks-faq-list dd {
    margin: 0
  }
}
.iworks-faq-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: arrog;
  justify-content: arrog
}
@media screen and (max-width:400px) {
  .iworks-faq-header button {
    display: none
  }
}
.iworks-faq-header-hide dt {
  margin-bottom: 0
}
.iworks-faq-header-hide dd {
  margin: 0
}
.iworks-faq-header-hide dd p:first-child {
  margin-top: 0
}
.iworks-faq button {
  margin: 0;
  outline: 0;
  padding: 0;
  border: 0;
  background: transparent none;
  bottom: auto;
  color: inherit;
  display: inline;
  font-size: 100%;
  font-family: 'Open Sans',sans-serif;
  font-style: normal;
  font-weight: 200;
  left: auto;
  line-height: 1.618;
  list-style: none;
  position: static;
  right: auto;
  top: auto;
  box-shadow: none;
  border-radius: 0;
  width: unset;
  height: unset;
  text-indent: unset;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url(assets/images/icons/arrow-down.svg?v=2.2.1.1737125833189);
  color: var(--color-theme-p1);
  background-position: 100% 50%
}
.iworks-faq button:hover {
  cursor: pointer
}
.iworks-faq button:focus,
.iworks-faq button:focus-within {
  border-bottom: 1px solid var(--color-white)
}
.iworks-faq button[aria-expanded=true] {
  background-image: url(assets/images/icons/chevron-double-up.svg?v=2.2.1.1737125833189)
}
.iworks-faq button.iworks-faq-list-toggle {
  padding-right: 0;
  max-width: 14px
}
.iworks-faq-list dt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.iworks-faq-list dt button {
  width: 24px;
  height: 32px;
  background-image: url(assets/images/icons/arrow-down.svg?v=2.2.1.1737125833189);
  background-size: 16px 10px;
  background-position: 50%
}
.iworks-faq-list dt button[aria-expanded=true] {
  background-image: url(assets/images/icons/arrow-up.svg?v=2.2.1.1737125833189)
}
.iworks-faq-list dt button.iworks-faq-list-toggle {
  max-width: 24px;
  padding: var(--spacer-4)
}
.iworks-faq-list dt button.iworks-faq-list-toggle:focus,
.iworks-faq-list dt button.iworks-faq-list-toggle:focus-within,
.iworks-faq-list dt button.iworks-faq-list-toggle:hover {
  border: 2px solid var(--color-theme-light-blue)
}
body.post-type-archive-lsvr_kba .header-search-form__input-wrapper,
body.post-type-archive-lsvr_kba .main__header,
body.post-type-archive-lsvr_kba .post-archive__count,
body.post-type-archive-lsvr_kba .post-archive__list,
body.post-type-archive-lsvr_kba .post-archive__subcategories-wrapper {
  margin: var(--spacer-24) 0;
  background-color: var(--color-theme-white);
  padding: var(--spacer-24)
}
.lsvr_kba-post-archive .post .main__header-title,
.lsvr_kba-post-archive .post__content,
.lsvr_kba-post-single .post .main__header-title,
.lsvr_kba-post-single .post__content {
  background-color: var(--color-theme-white);
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  padding: var(--spacer-24)
}
@media print {
  .lsvr_kba-post-archive .post .main__header-title,
  .lsvr_kba-post-archive .post__content,
  .lsvr_kba-post-single .post .main__header-title,
  .lsvr_kba-post-single .post__content {
    max-width: 100%
  }
}
@media screen and (max-width:1121px) {
  .lsvr_kba-post-archive .post .main__header-title,
  .lsvr_kba-post-archive .post__content,
  .lsvr_kba-post-single .post .main__header-title,
  .lsvr_kba-post-single .post__content {
    margin-left: var(--spacer-10);
    margin-right: var(--spacer-10)
  }
}
.lsvr-container {
  background-color: var(--color-theme-1);
  padding-bottom: var(--spacer-204)
}
.post-archive__subcategories {
  margin: 0;
  outline: 0;
  padding: 0;
  border: 0;
  background: transparent none;
  bottom: auto;
  color: inherit;
  display: inline;
  font-size: 100%;
  font-family: 'Open Sans',sans-serif;
  font-style: normal;
  font-weight: 200;
  left: auto;
  line-height: 1.618;
  list-style: none;
  position: static;
  right: auto;
  top: auto;
  box-shadow: none;
  border-radius: 0;
  width: unset;
  height: unset;
  text-indent: unset
}
.post-archive__subcategories-wrapper {
  margin-bottom: var(--spacer-32)
}
.post-archive__subcategory-header {
  display: -ms-flexbox;
  display: flex;
  gap: var(--spacer-8);
  -ms-flex-align: center;
  align-items: center
}
.post-archive__subcategory-icon {
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url(assets/images/icons/folder-regular.svg?v=2.2.1.1737125833189)
}
.post-archive__list .post__inner {
  display: grid;
  grid-template-columns: 16px auto 12em;
  gap: var(--spacer-8);
  -ms-flex-align: center;
  align-items: center
}
.post-archive__list .post__icon {
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url(assets/images/icons/file-lines-regular.svg?v=2.2.1.1737125833189)
}
.header-search-form__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px
}
@media print {
  .header-search-form__inner {
    max-width: 100%
  }
}
@media screen and (max-width:1121px) {
  .header-search-form__inner {
    margin-left: var(--spacer-10);
    margin-right: var(--spacer-10)
  }
}
.header-search-form__input-wrapper {
  display: grid;
  grid-template-columns: auto 150px;
  gap: var(--spacer-32)
}
body.blog,
body.category,
body.search {
  background-color: var(--color-theme-1)
}
body.blog #primary a,
body.category #primary a,
body.search #primary a {
  text-decoration: none
}
body.blog #primary a:hover,
body.category #primary a:hover,
body.search #primary a:hover {
  text-decoration: underline;
  color: var(--color-theme-light-blue)
}
body.blog #primary article,
body.category #primary article,
body.search #primary article {
  background-color: var(--color-theme-white);
  margin-top: var(--spacer-24);
  padding: var(--spacer-40) var(--spacer-24);
  position: relative;
  display: grid;
  gap: var(--spacer-24);
  border-radius: var(--radius-default);
  overflow: hidden
}
@media screen and (max-width:601px) {
  body.blog #primary article,
  body.category #primary article,
  body.search #primary article {
    grid-template-areas: "date" "spacer" "title" " excerpt";
    grid-template-rows: auto 1px auto auto
  }
}
@media screen and (min-width:600px) {
  body.blog #primary article,
  body.category #primary article,
  body.search #primary article {
    grid-template-columns: 122px 1px auto;
    grid-template-areas: "date spacer title" "date spacer excerpt"
  }
}
body.blog #primary article .entry-title,
body.category #primary article .entry-title,
body.search #primary article .entry-title {
  margin: 0;
  grid-area: title
}
body.blog #primary article .entry-excerpt,
body.category #primary article .entry-excerpt,
body.search #primary article .entry-excerpt {
  grid-area: excerpt
}
body.blog #primary article .entry-excerpt p,
body.category #primary article .entry-excerpt p,
body.search #primary article .entry-excerpt p {
  margin: 0
}
body.blog #primary article .entry-category,
body.category #primary article .entry-category,
body.search #primary article .entry-category {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--color-theme-black-2);
  text-decoration: none
}
body.blog #primary article .entry-category span,
body.category #primary article .entry-category span,
body.search #primary article .entry-category span {
  display: block;
  padding: var(--spacer-4) var(--spacer-24);
  display: block;
  border-radius: var(--radius-default);
  font-size: var(--font-size-14)
}
body.blog #primary article .posted-on,
body.category #primary article .posted-on,
body.search #primary article .posted-on {
  grid-area: date
}
body.blog #primary article .posted-on a,
body.category #primary article .posted-on a,
body.search #primary article .posted-on a {
  text-decoration: none;
  color: var(--color-theme-black)
}
body.blog #primary article .posted-on a time,
body.category #primary article .posted-on a time,
body.search #primary article .posted-on a time {
  font-size: var(--font-size-14)
}
body.blog #primary article:after,
body.category #primary article:after,
body.search #primary article:after {
  content: "";
  display: block;
  height: 100%;
  grid-area: spacer;
  background-color: var(--color-theme-gray-3a)
}
@media screen and (min-width:600px) {
  body.blog #primary article:after,
  body.category #primary article:after,
  body.search #primary article:after {
    width: 1px
  }
}
body.search #primary {
  padding-bottom: var(--spacer-204)
}
#iworks-cookie-notice {
  background-color: var(--color-white);
  color: var(--color-theme-gray-1);
  padding: var(--spacer-16) clamp(var(--spacer-10),2.5vw,var(--spacer-16));
  border-top: 1px solid var(--color-theme-gray-3);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0
}
#iworks-cookie-notice .cookie-notice-container {
  display: grid;
  grid-template-columns: auto 30px;
  column-gap: 20px;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px
}
@media print {
  #iworks-cookie-notice .cookie-notice-container {
    max-width: 100%
  }
}
@media screen and (max-width:1121px) {
  #iworks-cookie-notice .cookie-notice-container {
    margin-left: var(--spacer-10);
    margin-right: var(--spacer-10)
  }
}
#iworks-cookie-notice .cookie-notice-container .button {
  margin: 0;
  outline: 0;
  padding: 0;
  border: 0;
  background: transparent none;
  bottom: auto;
  color: inherit;
  display: inline;
  font-size: 100%;
  font-family: 'Open Sans',sans-serif;
  font-style: normal;
  font-weight: 200;
  left: auto;
  line-height: 1.618;
  list-style: none;
  position: static;
  right: auto;
  top: auto;
  box-shadow: none;
  border-radius: 0;
  width: unset;
  height: unset;
  text-indent: unset;
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-image: url(assets/images/icons/close.svg?v=2.2.1.1737125833189)
}
#iworks-cookie-notice .cookie-notice-container .button:focus,
#iworks-cookie-notice .cookie-notice-container .button:focus-within {
  border: 2px solid var(--color-theme-black)
}
#iworks-cookie-notice .cookie-notice-container a {
  color: var(--color-accent)
}
.lds-spinner {
  display: inline-block;
  position: relative;
  width: 34.4px;
  height: 34.4px
}
.lds-spinner div {
  -ms-transform-origin: 17.2px 17.2px;
  transform-origin: 17.2px 17.2px;
  animation: lds-spinner 1.2s linear infinite
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 1.29px;
  left: 15.91px;
  width: 2.58px;
  height: 7.74px;
  border-radius: 20%;
  background: var(--color-primary)
}
.lds-spinner div:first-child {
  -ms-transform: rotate(0);
  transform: rotate(0);
  animation-delay: -1.1s
}
.lds-spinner div:nth-child(2) {
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  animation-delay: -1s
}
.lds-spinner div:nth-child(3) {
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
  animation-delay: -.9s
}
.lds-spinner div:nth-child(4) {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  animation-delay: -.8s
}
.lds-spinner div:nth-child(5) {
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
  animation-delay: -.7s
}
.lds-spinner div:nth-child(6) {
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
  animation-delay: -.6s
}
.lds-spinner div:nth-child(7) {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  animation-delay: -.5s
}
.lds-spinner div:nth-child(8) {
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
  animation-delay: -.4s
}
.lds-spinner div:nth-child(9) {
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
  animation-delay: -.3s
}
.lds-spinner div:nth-child(10) {
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  animation-delay: -.2s
}
.lds-spinner div:nth-child(11) {
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
  animation-delay: -.1s
}
.lds-spinner div:nth-child(12) {
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
  animation-delay: 0s
}
@keyframes lds-spinner {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
.site-footer {
  border-top: 3px solid var(--color-theme-light-red)
}
.site-footer .site-info {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px
}
@media print {
  .site-footer .site-info {
    max-width: 100%
  }
}
@media screen and (max-width:1121px) {
  .site-footer .site-info {
    margin-left: var(--spacer-10);
    margin-right: var(--spacer-10)
  }
}
.site-footer .site-info > div {
  padding-top: var(--spacer-40)
}
.site-footer .site-info-1 > p {
  font-size: var(--font-size-20);
  margin-top: 0
}
.site-footer .site-info-2 {
  color: var(--color-theme-gray-2)
}
.site-footer .site-info-2-header {
  font-size: var(--font-size-16)
}
.site-footer .site-info-2-licence,
.site-footer .site-info-2-mails {
  font-size: var(--font-size-12)
}
.site-footer .site-info-2-licence {
  padding-top: 40px;
  background-image: url(assets/images/icons/88x31.png?v=2.2.1.1737125833189);
  background-repeat: no-repeat;
  background-position: 0 5px
}
@media screen and (min-width:600px) {
  .site-footer .site-info-2-licence {
    padding-top: 0;
    padding-left: 98px;
    min-height: 30px
  }
}
.site-footer .site-info-3 ul {
  margin: 0;
  outline: 0;
  padding: 0;
  border: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: var(--spacer-40)
}
.site-footer .site-info-3 ul a {
  display: block;
  width: 199px;
  height: 81px;
  background-repeat: no-repeat;
  background-position: center
}
#science-in-poland {
  padding: var(--spacer-16) 0;
  background-color: var(--color-theme-white)
}
#science-in-poland ul {
  margin: 0;
  outline: 0;
  padding: 0;
  border: 0;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  display: grid;
  gap: var(--spacer-40);
  -ms-flex-align: center;
  align-items: center
}
@media print {
  #science-in-poland ul {
    max-width: 100%
  }
}
@media screen and (max-width:1121px) {
  #science-in-poland ul {
    margin-left: var(--spacer-10);
    margin-right: var(--spacer-10)
  }
}
@media screen and (min-width:600px) {
  #science-in-poland ul {
    grid-template-columns: 147px 1px 1fr 1fr
  }
}
#science-in-poland ul li:first-child {
  height: 47px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(assets/images/logos/abo.svg?v=2.2.1.1737125833189)
}
#science-in-poland ul li:nth-child(2) {
  display: none;
  height: 40px;
  width: 1px;
  background-color: var(--color-theme-gray-3)
}
@media screen and (min-width:600px) {
  #science-in-poland ul li:nth-child(2) {
    display: block
  }
}
#science-in-poland ul li:nth-child(3) {
  font-size: var(--font-size-20)
}
@media screen and (min-width:600px) {
  #science-in-poland ul li:last-child {
    place-self: end
  }
}
#science-in-poland ul li .button {
  background-color: #2d2683;
  border-color: #2d2683;
  font-weight: var(--font-weight-bold);
  line-height: 2.2rem;
  background-color: #2d2683;
  border-color: #2d2683;
  border-radius: 6px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  padding: 0 6px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}
#science-in-poland ul li .button:visited {
  background-color: #2d2683;
  border-color: #2d2683
}
#science-in-poland ul li .button:hover {
  background-color: #212250;
  border-color: #212250
}
#science-in-poland ul li.slogan {
  padding-left: 54px;
  color: #000
}
body.loaded .site-info-3 .logo-mein a {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(assets/images/logos/mn.svg?v=2.2.1.1737125833189)
}
body.loaded .site-info-3 .logo-opi a {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(assets/images/logos/opi.svg?v=2.2.1.1737125833189)
}
#menu-footer-1,
#menu-footer-2 {
  margin: 0;
  outline: 0;
  padding: 0;
  border: 0;
  list-style: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: var(--spacer-8);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media screen and (min-width:600px) {
  #menu-footer-1,
  #menu-footer-2 {
    gap: var(--spacer-28)
  }
}
#menu-footer-2 a {
  color: var(--color-theme-black)
}
.menu-footer-1-container {
  border-bottom: 1px solid var(--color-theme-gray-3);
  padding-bottom: var(--spacer-20);
  margin-bottom: var(--spacer-20)
}
body {
  font-family: var(--font-family-sans-serif);
  font-size: var(--font-size-regular);
  line-height: 1.5
}
body.archive #primary,
body.blog #primary,
body.search #primary,
body.single #primary {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px
}
@media print {
  body.archive #primary,
  body.blog #primary,
  body.search #primary,
  body.single #primary {
    max-width: 100%
  }
}
@media screen and (max-width:1121px) {
  body.archive #primary,
  body.blog #primary,
  body.search #primary,
  body.single #primary {
    margin-left: var(--spacer-10);
    margin-right: var(--spacer-10)
  }
}
.has-vivid-red-color {
  background-color: var(--color-alert)!important;
  color: var(--color-white);
  display: inline-block;
  padding: 0 var(--spacer-10)
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25
}
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-family: var(--font-family-sans-serif-bold);
  font-weight: var(--font-weight-regular)
}
a {
  color: var(--color-theme-dark-blue);
  text-decoration: none
}
a:visited {
  color: var(--color-theme-dark-blue)
}
a:hover {
  color: var(--color-theme-light-blue);
  text-decoration: underline
}
a:focus,
a:focus-within {
  outline: 2px solid var(--color-theme-black)
}
a[rel=external] {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-align: center;
  align-items: center
}
a[rel=external]:after {
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: url(assets/images/icons/external.svg?v=2.2.1.1737125833189)
}
iframe,
video {
  max-width: 100%
}
.hidden {
  display: none
}
.sr-only {
  margin: 0;
  outline: 0;
  padding: 0;
  border: 0;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap
}
.ln-box-black,
.ln-box-dark-blue,
.ln-box-dark-red,
.ln-box-gray-1,
.ln-box-gray-2,
.ln-box-gray-3,
.ln-box-gray-3a,
.ln-box-gray-4,
.ln-box-green,
.ln-box-light-blue,
.ln-box-light-red,
.ln-box-navy-blue,
.ln-box-yellow,
.ln-box-yellow-bright {
  padding: var(--spacer-16)
}
.ln-box-black,
.ln-box-dark-blue,
.ln-box-dark-red,
.ln-box-gray-1,
.ln-box-gray-2,
.ln-box-gray-3,
.ln-box-green,
.ln-box-light-blue,
.ln-box-light-red,
.ln-box-navy-blue {
  color: var(--color-white)
}
.ln-box-black {
  background-color: var(--color-theme-black)
}
.ln-box-dark-blue {
  background-color: var(--color-theme-dark-blue)
}
.ln-box-dark-red {
  background-color: var(--color-theme-dark-red)
}
.ln-box-gray-1 {
  background-color: var(--color-theme-gray-1)
}
.ln-box-gray-2 {
  background-color: var(--color-theme-gray-2)
}
.ln-box-gray-3 {
  background-color: var(--color-theme-gray-3)
}
.ln-box-gray-3a {
  background-color: var(--color-theme-gray-2a)
}
.ln-box-gray-4 {
  background-color: var(--color-theme-gray-4)
}
.ln-box-green {
  background-color: var(--color-theme-green)
}
.ln-box-light-blue {
  background-color: var(--color-theme-light-blue)
}
.ln-box-light-red {
  background-color: var(--color-theme-light-red)
}
.ln-box-navy-blue {
  background-color: var(--color-theme-navy-blue)
}
.ln-box-yellow {
  background-color: var(--color-theme-yellow)
}
.ln-box-yellow-bright {
  background-color: var(--color-theme-yellow-bright)
}
#primary .page-categories,
#primary .sort-and-paginate {
  background-color: var(--color-white);
  padding: var(--spacer-24);
  margin-bottom: var(--spacer-24);
  margin-top: var(--spacer-24)
}
#primary .page-categories ul {
  margin: 0;
  outline: 0;
  padding: 0;
  border: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  gap: var(--spacer-10);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
#primary .page-categories ul li.selected a {
  border-color: var(--color-theme-dark-blue)
}
#primary .page-categories ul li.category a {
  gap: var(--spacer-8);
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: var(--spacer-16) auto
}
#primary .page-categories ul li.category a span {
  background-color: var(--color-theme-gray-3a);
  width: var(--spacer-16);
  height: var(--spacer-16);
  border-radius: var(--spacer-8)
}
#primary .page-categories ul a {
  display: grid;
  padding: var(--spacer-10) var(--spacer-20);
  border: 1px solid var(--color-theme-gray-3);
  border-radius: 22px;
  text-decoration: none;
  font-weight: var(--font-weight-semibold)
}
#primary .page-categories ul a:focus-within {
  outline-color: var(--color-theme-dark-blue)
}
@media screen and (min-width:782px) {
  #primary .sort-and-paginate {
    -ms-flex-align: center;
    align-items: center;
    display: grid;
    grid-template-columns: repeat(2,1fr)
  }
}
@media screen and (min-width:782px) {
  #primary .sort-and-paginate form label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
  }
}
#primary .sort-and-paginate form select {
  margin: 0;
  outline: 0;
  padding: 0;
  border: 0;
  background: transparent none;
  bottom: auto;
  color: inherit;
  display: inline;
  font-size: 100%;
  font-family: 'Open Sans',sans-serif;
  font-style: normal;
  font-weight: 200;
  left: auto;
  line-height: 1.618;
  list-style: none;
  position: static;
  right: auto;
  top: auto;
  box-shadow: none;
  border-radius: 0;
  width: unset;
  height: unset;
  text-indent: unset;
  color: var(--color-theme-dark-blue);
  font-weight: var(--font-weight-semibold)
}
@media screen and (min-width:600px) {
  #primary .sort-and-paginate nav {
    justify-self: end
  }
}
#primary .sort-and-paginate nav .nav-links {
  display: -ms-flexbox;
  display: flex;
  gap: var(--spacer-8)
}
@media screen and (min-width:600px) {
  #primary .sort-and-paginate nav .nav-links {
    gap: var(--spacer-16)
  }
}
#primary .sort-and-paginate nav a,
#primary .sort-and-paginate nav span {
  display: block;
  padding: var(--spacer-4) var(--spacer-10)
}
body.error404 #primary {
  display: grid;
  background-color: var(--color-theme-dark-blue);
  background-image: url(assets/images/backgrounds/small/ilustracja-gl.png?v=2.2.1.1737125833189);
  background-size: cover;
  background-repeat: no-repeat
}
@media screen and (min-width:600px) {
  body.error404 #primary {
    min-height: 1008px
  }
}
body.error404 #primary section {
  max-width: 600px;
  padding: var(--spacer-16);
  color: var(--color-white);
  place-self: center
}
body.error404.loaded #primary {
  background-image: url(assets/images/backgrounds/full/ilustracja-gl.png?v=2.2.1.1737125833189)
}
@font-face {
  font-family: 'Open Sans';
  src: url("assets/fonts/open-sans/OpenSans.woff2") format("woff2");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: 'Open Sans Light';
  src: url("assets/fonts/open-sans/OpenSans-Light.woff2") format("woff2");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: 'Open Sans Bold';
  src: url("assets/fonts/open-sans/OpenSans-Bold.woff2") format("woff2");
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: 'Open Sans XBold';
  src: url("assets/fonts/open-sans/OpenSans-Extrabold.woff2") format("woff2");
  font-weight: 400;
  font-style: normal
}
body.login {
  color: var(--color-text)
}
body.login .dashicons {
  color: var(--color-white)
}
body.login #login h1 a {
  background-image: url(assets/images/logo.svg?v=2.2.1.1737125833189)
}
body.login #login form .input[type=password],
body.login #login form .input[type=text] {
  padding: var(--padding-tiny) var(--padding-small)
}
body.login #login_error,
body.login .message,
body.login form {
  border-radius: var(--radius-default)
}
body.login #wp-submit {
  display: inline-block;
  text-decoration: none;
  color: var(--color-link);
  padding: var(--spacer-10) var(--spacer-40);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-regular);
  border-radius: var(--radius-default);
  border-width: 2px;
  border-style: solid;
  background-repeat: no-repeat;
  border-color: var(--button-border-color);
  background-color: var(--button-background);
  color: var(--button-color)
}
body.login #wp-submit:visited {
  color: var(--color-link-visited)
}
body.login #wp-submit:hover {
  color: var(--color-link-hover)
}
body.login #wp-submit:active {
  color: var(--color-link-active)
}
body.login #wp-submit:hover {
  cursor: pointer;
  text-decoration: none
}
body.login #wp-submit:visited {
  color: var(--button-color)
}
body.login #wp-submit:hover {
  background-color: var(--button-background-hover);
  border-color: var(--button-border-color-hover);
  color: var(--button-color)
}
body.login #backtoblog,
body.login #nav {
  color: var(--color-theme-p1)
}
body.login #backtoblog a,
body.login #nav a {
  color: var(--color-theme-p1)
}
body.login #backtoblog a:active,
body.login #backtoblog a:hover,
body.login #nav a:active,
body.login #nav a:hover {
  color: var(--color-white)
}
body .breadcrumbs {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px
}
@media print {
  body .breadcrumbs {
    max-width: 100%
  }
}
@media screen and (max-width:1121px) {
  body .breadcrumbs {
    margin-left: var(--spacer-10);
    margin-right: var(--spacer-10)
  }
}
body .breadcrumbs-container {
  background-color: var(--color-theme-white);
  border-width: 1px 0;
  border-color: var(--color-theme-gray-3a);
  border-style: solid;
  padding: var(--spacer-16) 0
}
body .breadcrumbs span {
  font-size: var(--font-size-14)
}
body .breadcrumbs .current-item {
  color: var(--color-theme-gray-2)
}
@media screen {
  .printonly {
    display: none
  }
}
@media print {
  .printonly {
    display: initial
  }
  body {
    padding: 0 1em
  }
  body a {
    color: var(--color-black)!important
  }
  body #colophon,
  body #opi-jobs-cookie-notice,
  body .navigation,
  body .site-header {
    display: none
  }
  body .page-header .page-title {
    color: var(--color-black)
  }
  body .site-main h1 {
    font-size: 1.6em
  }
  body .site-main h2 {
    font-size: 1.5em
  }
  body .site-main h3 {
    font-size: 1.4em
  }
  body .site-main h4 {
    font-size: 1.3em
  }
  body .site-main h5 {
    font-size: 1.2em
  }
  body .site-main h6 {
    font-size: 1.1em
  }
  body .site-main h1,
  body .site-main h2,
  body .site-main h3,
  body .site-main h4,
  body .site-main h5,
  body .site-main h6 {
    color: var(--color-black)
  }
}
:root {
  --font-family-serif: serif;
  --font-family-sans-serif: "Open Sans",sans-serif;
  --font-family-sans-serif-light: "Open Sans Light",sans-serif;
  --font-family-sans-serif-bold: "Open Sans Bold",sans-serif;
  --font-family-sans-serif-xbold: "Open Sans XBold",sans-serif;
  --color-white: #fff;
  --color-black: #000;
  --color-primary: var(--color-theme-dark-blue);
  --color-accent: var(--color-theme-light-blue);
  --color-alert: var(--color-theme-light-red);
  --color-theme-dark-blue: #0052a5;
  --color-theme-light-blue: #006cd7;
  --color-theme-blue-1: #f0f5fa;
  --color-theme-black: #1b1b1b;
  --color-theme-black-2: #1c1c1c;
  --color-theme-gray-1: #656565;
  --color-theme-gray-2: #767676;
  --color-theme-gray-3: #b7b7b7;
  --color-theme-gray-3a: #dadada;
  --color-theme-gray-4: #f1f1f1;
  --color-theme-white: #ffffff;
  --color-theme-stroke-alt-light: #e6e7e8;
  --color-theme-navy-blue: #00468d;
  --color-theme-dark-red: #a7162d;
  --color-theme-light-red: #d5233f;
  --color-theme-yellow: #eba828;
  --color-theme-yellow-bright: #ffc605;
  --color-theme-green: #598527;
  --color-theme-1: #f0f5f9;
  --color-background-header: var(--color-accent);
  --color-background-main: var(--color-white);
  --color-background-body: var(--color-white);
  --color-background-page: var(--color-theme-1);
  --color-text: var(--color-theme-black);
  --color-link: var(--color-accent);
  --color-link-visited: var(--color-accent);
  --color-link-hover: var(--color-primary);
  --color-link-active: var(--color-primary);
  --color-facebook: #4267b2;
  --color-instagram: #405de6;
  --color-linkedin: #0a66c2;
  --color-twitter: #1da1f2;
  --button-background: var(--color-theme-dark-blue);
  --button-background-hover: var(--color-theme-light-blue);
  --button-border-color: var(--color-theme-dark-blue);
  --button-border-color-hover: var(--color-theme-light-blue);
  --button-color: var(--color-white);
  --button-color-hover: var(--color-white);
  --button-reverse-background-hover: var(--color-theme-1);
  --padding-base: 16px;
  --spacer-204: calc(12.75 * var(--padding-base));
  --spacer-80: calc(5 * var(--padding-base));
  --spacer-64: calc(4 * var(--padding-base));
  --spacer-48: calc(3 * var(--padding-base));
  --spacer-40: calc(2.5 * var(--padding-base));
  --spacer-32: calc(2 * var(--padding-base));
  --spacer-28: calc(1.75 * var(--padding-base));
  --spacer-24: calc(1.5 * var(--padding-base));
  --spacer-20: calc(1.25 * var(--padding-base));
  --spacer-16: calc(1 * var(--padding-base));
  --spacer-10: calc(0.625 * var(--padding-base));
  --spacer-8: calc(0.5 * var(--padding-base));
  --spacer-4: calc(0.25 * var(--padding-base));
  --radius-default: 4px;
  --font-base: 16px;
  --font-size-regular: var(--font-base);
  --font-size-72: 3em;
  --font-size-64: 2.5em;
  --font-size-56: 2.25em;
  --font-size-50: 2em;
  --font-size-48: 1.9em;
  --font-size-40: 1.8em;
  --font-size-32: 1.6em;
  --font-size-28: 1.4em;
  --font-size-26: 1.3em;
  --font-size-24: 1.2em;
  --font-size-20: 1.1em;
  --font-size-16: 1em;
  --font-size-14: 0.875em;
  --font-size-12: 0.75em;
  --font-weight-default: 400;
  --font-weight-bold: 700;
  --font-weight-semibold: 600;
  --font-weight-regular: var(--font-weight-default) :
}
@media screen and (max-width:1500px -1px) {
  :root {
    --font-base: 14px
  }
}
@media screen and (min-width:700px) {
  :root {
    --font-size-72: 4.5em;
    --font-size-64: 4em;
    --font-size-56: 3.5em;
    --font-size-50: 3.125em;
    --font-size-48: 3em;
    --font-size-40: 2.5em;
    --font-size-32: 2em;
    --font-size-28: 1.75em;
    --font-size-26: 1.625em;
    --font-size-24: 1.5em;
    --font-size-20: 1.25em;
    --font-size-16: 1em;
    --font-size-14: 0.875em;
    --font-size-12: 0.75em
  }
}