@charset "UTF-8";
/*!
Theme Name: Mediacenter
Author: PLUSONE
Version: 1.45
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mediacenter
*/
@font-face {
  font-family: "Plumb";
  src: url("fonts/PLUMB-RE.eot");
  src: local("☺"), url("fonts/PLUMB-RE.ttf") format("truetype"), url("fonts/PLUMB-RE.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Plumb";
  src: url("fonts/PLUMB-BO.eot");
  src: local("☺"), url("fonts/PLUMB-BO.ttf") format("truetype"), url("fonts/PLUMB-BO.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: "Plumb", sans-serif;
  font-size: 5.63vw;
  color: #1B1D3C;
  height: 100%;
}
@media (max-width: 767px) and (orientation: landscape) {
  html,
  body {
    font-size: 2.34vw;
  }
}
@media (min-width: 768px) {
  html,
  body {
    font-size: 2.34vw;
  }
}
@media (min-width: 1025px) {
  html,
  body {
    font-size: 0.94vw;
  }
}

* {
  box-sizing: border-box;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.container {
  width: 100%;
  padding-left: 1.1111111111rem;
  padding-right: 1.1111111111rem;
}
@media (min-width: 768px) {
  .container {
    padding-left: 2.2222222222rem;
    padding-right: 2.2222222222rem;
  }
}
@media (min-width: 1025px) {
  .container {
    width: 93.75%;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #1B1D3C;
  font-family: "Plumb", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

*:focus {
  outline: none;
}

* {
  box-sizing: border-box;
}

p {
  margin: 0 0 1em 0;
}

ul {
  padding-left: 1em;
}

embed,
iframe,
object {
  max-width: 100%;
}

img,
video {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 1em 0;
}

.wp-block-table {
  margin: 0 0 1.5em;
  width: 100%;
}
@media (min-width: 768px) {
  .wp-block-table {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    padding: 1.2222222222rem;
  }
}
.wp-block-table table {
  width: 100%;
}
.wp-block-table table tbody {
  vertical-align: initial;
}
.wp-block-table th,
.wp-block-table td {
  font-family: "Plumb", sans-serif;
  padding: 0.5rem;
  text-align: left;
  border: 1px solid #C4C4C4;
  vertical-align: baseline;
}
@media (min-width: 1025px) {
  .wp-block-table th,
  .wp-block-table td {
    padding: 1.1111111111rem 0.8333333333rem;
  }
}
.wp-block-table th:last-child,
.wp-block-table td:last-child {
  border-right: 0;
}
.wp-block-table th:first-child,
.wp-block-table td:first-child {
  border-left: 0;
}
.wp-block-table tr:last-child td {
  border-bottom: 0;
}
.wp-block-table th {
  font-size: 0.5555555556rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  text-transform: uppercase;
  color: #56C2E8;
  border-top: 0;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 1025px) {
  .wp-block-table th {
    font-size: 1rem;
  }
}
.wp-block-table td {
  font-size: 0.6666666667rem;
  line-height: 1.2;
}
@media (min-width: 1025px) {
  .wp-block-table td {
    font-size: 1.1111111111rem;
  }
}

b,
strong {
  font-weight: bold;
}

.youtube-video,
.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.youtube-video iframe,
.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.wp-embed-aspect-4-3 .wp-block-embed__wrapper {
  position: relative;
  height: 0;
  padding-bottom: 75%;
}
.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

@media (max-width: 767px) {
  .hidden-to-tablet {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-from-tablet {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .hidden-to-desktop {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .hidden-from-desktop {
    display: none !important;
  }
}

header#masthead {
  position: relative;
  background: #1B1D3C;
  padding: 0.2777777778rem 0;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
}
@media (min-width: 1025px) {
  header#masthead {
    padding: 0.8333333333rem 0;
  }
}
header#masthead.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 998;
}
header#masthead .container {
  display: flex;
  align-items: center;
}
header#masthead .logo {
  display: block;
  margin-right: auto;
}
@media (min-width: 1025px) {
  header#masthead .logo {
    flex-shrink: 0;
    margin-right: 1.6666666667rem;
  }
}
header#masthead .logo img {
  display: block;
  width: 2.5rem;
  height: auto;
}
@media (min-width: 768px) {
  header#masthead .logo img {
    width: 3.8888888889rem;
  }
}
@media (min-width: 1025px) {
  header#masthead .logo img {
    width: 5.7222222222rem;
  }
}
header#masthead #site-navigation {
  display: flex;
  align-items: center;
}
header#masthead #site-navigation span.menu {
  font-weight: 700;
  font-size: 0.6111111111rem;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-right: 0.4444444444rem;
}
@media (min-width: 1025px) {
  header#masthead #site-navigation span.menu {
    display: none;
  }
}
header#masthead #site-navigation .menu-toggle {
  display: block;
  border: none;
  background: transparent;
  padding: 0;
  margin-left: 0.2777777778rem;
  cursor: pointer;
  position: relative;
  z-index: 999;
}
@media (min-width: 1025px) {
  header#masthead #site-navigation .menu-toggle {
    display: none;
  }
}
header#masthead #site-navigation .menu-toggle span {
  display: block;
  width: 1rem;
  height: 2px;
  background: #FFFFFF;
  transition: all 0.3s;
}
header#masthead #site-navigation .menu-toggle span:nth-child(2) {
  margin: 0.2777777778rem 0;
}
@media (max-width: 1024px) {
  header#masthead #site-navigation .nav-menu-container {
    display: none;
    width: 100%;
    height: calc(100vh - 2.72rem);
    height: calc(var(--vh, 1vh) * 100 - 2.72rem);
    position: absolute;
    left: 0;
    top: 100%;
    color: #1B1D3C;
    background-color: #ffffff;
    padding: 1rem 1.2rem;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 999;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  header#masthead #site-navigation .nav-menu-container {
    padding: 1rem 2rem;
  }
}
header#masthead #site-navigation .nav-menu-container .menu-container-inner {
  display: flex;
  margin: auto;
  flex-direction: column;
  align-items: center;
}
@media screen and (orientation: portrait) {
  header#masthead #site-navigation .nav-menu-container .menu-container-inner {
    align-items: center;
  }
}
@media (min-width: 1025px) {
  header#masthead #site-navigation .nav-menu-container .menu-container-inner {
    flex-direction: row;
  }
  header#masthead #site-navigation .nav-menu-container .menu-container-inner .social {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1024px) {
  header#masthead #site-navigation .nav-menu-container .social {
    padding: 0.5555555556rem 0 0 0;
    margin-top: 0.8333333333rem;
    text-align: center;
    border-top: 1px solid #1B1D3C;
  }
  header#masthead #site-navigation .nav-menu-container .social .follow-us {
    font-weight: 700;
    font-size: 0.6111111111rem;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 0.6666666667rem;
  }
  header#masthead #site-navigation .nav-menu-container .social .social-menu ul li {
    margin: 0 0.2777777778rem;
  }
  header#masthead #site-navigation .nav-menu-container .social .social-menu ul li a {
    filter: invert(1);
  }
  header#masthead #site-navigation .nav-menu-container .social .languages-list {
    padding-bottom: 0.5555555556rem;
    margin-bottom: 0.8333333333rem;
    border-bottom: 1px solid #1B1D3C;
  }
  header#masthead #site-navigation .nav-menu-container .social .languages-list li {
    color: #1B1D3C;
    font-size: 1rem;
  }
}
header#masthead #site-navigation .close-menu {
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  top: 2.5rem;
  right: 1.3rem;
  cursor: pointer;
}
@media (min-width: 768px) {
  header#masthead #site-navigation .close-menu {
    top: 2.8rem;
    right: 2.4rem;
  }
}
header#masthead #site-navigation.toggled .nav-menu-container {
  display: flex;
}
header#masthead #site-navigation.toggled .menu-toggle span:nth-child(1) {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
header#masthead #site-navigation.toggled .menu-toggle span:nth-child(2) {
  opacity: 0;
}
header#masthead #site-navigation.toggled .menu-toggle span:nth-child(3) {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
header#masthead .main-menu ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 1025px) {
  header#masthead .main-menu ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: 4%;
    width: 69%;
  }
}
header#masthead .main-menu ul li {
  margin: 0.2777777778rem 0;
  text-align: center;
}
@media (min-width: 1025px) {
  header#masthead .main-menu ul li {
    flex: none;
    margin: 0 2.1666666667rem 0 0;
  }
}
header#masthead .main-menu ul li a {
  font-style: normal;
  font-weight: 700;
  font-size: 1.1666666667rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #1B1D3C;
}
@media (min-width: 1025px) {
  header#masthead .main-menu ul li a {
    font-size: 0.7777777778rem;
    color: #ffffff;
  }
}
header#masthead .main-menu ul li a:hover {
  text-decoration: underline;
}
header#masthead .main-menu ul li.current-menu-item a {
  color: #F7D135;
}
header#masthead .news-open {
  width: 5.5555555556rem;
  font-size: 0.5555555556rem;
  margin-right: 0.5555555556rem;
}
@media (min-width: 768px) {
  header#masthead .news-open {
    width: 8.3333333333rem;
    font-size: 0.7222222222rem;
  }
}
header#masthead .subscribe-open {
  width: 11.1111111111rem;
  font-size: 0.5555555556rem;
  margin-bottom: 0.8333333333rem;
  cursor: pointer;
}
@media (min-width: 768px) {
  header#masthead .subscribe-open {
    width: 14.4444444444rem;
    font-size: 0.7222222222rem;
  }
}
@media (min-width: 1025px) {
  header#masthead .subscribe-open {
    width: 21.1111111111rem;
    font-size: 0.8888888889rem;
    margin-bottom: 0rem;
  }
}
header#masthead .languages-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1025px) {
  header#masthead .languages-list {
    margin-left: 0.5555555556rem;
  }
}
header#masthead .languages-list li {
  font-weight: 700;
  font-size: 0.8333333333rem;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 1025px) {
  header#masthead .languages-list li {
    font-size: 1.1111111111rem;
  }
}
header#masthead .languages-list li:not(:first-child) {
  margin-left: 0.4444444444rem;
}
header#masthead .languages-list li a {
  color: inherit;
  text-decoration: none;
}
header#masthead .languages-list li.current-lang {
  color: #F7D135 !important;
}
header#masthead .show-search {
  padding: 0.2777777778rem;
  margin-left: 1.1111111111rem;
  cursor: pointer;
  color: #fff;
}
header#masthead .show-search svg {
  display: block;
  width: 0.9444444444rem;
  height: auto;
}
header#masthead .search-form-wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 83%;
  height: 100%;
  padding: 1.1111111111rem;
  background: #282A57;
  z-index: 1;
}
@media (min-width: 1025px) {
  header#masthead .search-form-wrap {
    width: auto;
    height: auto;
    left: initial;
    top: 100%;
    right: 6.6666666667rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }
}
header#masthead .search-form-wrap.visible {
  display: block;
}
header#masthead .search-form-wrap form {
  display: flex;
  align-items: center;
  height: 100%;
}
header#masthead .search-form-wrap input {
  width: 100%;
  border: none;
  background: transparent;
  font-family: "Plumb", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 0.8888888889rem;
  line-height: 1;
  -webkit-appearance: none;
}
@media (max-width: 1024px) {
  header#masthead .search-form-wrap input {
    color: #FFFFFF;
  }
}
@media (min-width: 1025px) {
  header#masthead .search-form-wrap input {
    font-size: 1.2222222222rem;
  }
}
header#masthead .search-form-wrap input ::-webkit-input-placeholder {
  color: #979797;
  opacity: 0.5;
}
@media (min-width: 1025px) {
  header#masthead .search-form-wrap input ::-webkit-input-placeholder {
    opacity: 0.3;
  }
}
header#masthead .search-form-wrap button {
  border: none;
  background: transparent;
  padding: 0.2777777778rem;
  margin-right: -0.2777777778rem;
}
@media (max-width: 1024px) {
  header#masthead .search-form-wrap button {
    color: #FFFFFF;
  }
}
@media (min-width: 1025px) {
  header#masthead .search-form-wrap button {
    padding: 0.5555555556rem;
    margin-right: -0.5555555556rem;
  }
}
header#masthead .search-form-wrap button svg {
  display: block;
  width: 1rem;
  height: auto;
}
@media (max-width: 1024px) {
  header#masthead .search-form-wrap button svg {
    width: 1.2777777778rem;
  }
}
header#masthead.toggled-in .news-open {
  opacity: 0;
}
header#masthead.toggled-in .search-form-wrap {
  display: block;
}

@media (min-width: 1025px) {
  .social-wrap {
    width: 46%;
    margin-left: auto;
  }
}
.social-wrap > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .social-wrap > div:not(:last-child) {
    margin-bottom: 0.2777777778rem;
    border-bottom: 1px solid #1B1D3C;
    padding-bottom: 0.2777777778rem;
  }
  .social-wrap > div:not(:last-child) .social-menu ul {
    min-width: 8.8888888889rem;
    justify-content: flex-start;
  }
}
@media (min-width: 1025px) {
  .social-wrap > div {
    position: relative;
    display: inline-block;
    margin-right: 1.1111111111rem;
  }
  .social-wrap > div .name {
    display: inline;
    margin: 0;
  }
  .social-wrap > div:after {
    content: "";
    display: inline-block;
    width: 0.7222222222rem;
    height: 0.3888888889rem;
    margin-left: 0.2777777778rem;
    background: url("images/arrow_yellow.svg") no-repeat center;
    background-size: contain;
    transition: all 0.3s;
  }
  .social-wrap > div .social-menu {
    position: absolute;
    display: none;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    padding: 0.5555555556rem 1.1111111111rem;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    z-index: 1;
  }
  .social-wrap > div .social-menu ul {
    min-width: initial;
  }
  .social-wrap > div .social-menu ul li a {
    filter: invert(1);
  }
  .social-wrap > div:hover:after {
    transform: rotate(180deg);
  }
  .social-wrap > div:hover .social-menu {
    display: block;
  }
}
.social-wrap .name {
  display: block;
  font-family: "Plumb", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 0.6111111111rem;
  line-height: 1;
  text-transform: uppercase;
  color: #1B1D3C;
}
@media (min-width: 1025px) {
  .social-wrap .name {
    font-size: 0.8888888889rem;
    margin: 0 0.8888888889rem 0 0;
    color: #F7D135;
  }
}

.social-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1025px) {
  .social-menu ul {
    min-width: 7.2222222222rem;
    justify-content: flex-start;
  }
}
.social-menu ul li:not(:last-child) {
  margin-right: 0.4444444444rem;
}
@media (min-width: 1025px) {
  .social-menu ul li:not(:last-child) {
    margin-right: 0.5555555556rem;
  }
}
.social-menu ul li a {
  display: block;
  width: 1.6666666667rem;
  height: 1.6666666667rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  font-size: 0;
  text-decoration: none;
}
@media (min-width: 1025px) {
  .social-menu ul li a {
    width: 1.3888888889rem;
    height: 1.3888888889rem;
  }
}
.social-menu ul li.youtube a {
  background-image: url("images/youtube.svg");
}
.social-menu ul li.twitter a {
  background-image: url("images/twitter.svg");
}
.social-menu ul li.telegram a {
  background-image: url("images/telegram.svg");
}
.social-menu ul li.facebook a {
  background-image: url("images/facebook.svg");
}
.social-menu ul li.whatsapp a {
  background-image: url("images/whatsapp.svg");
}

footer#footer {
  background: #1B1D3C;
  padding: 1.6666666667rem 0;
  font-size: 0.5555555556rem;
  font-weight: 700;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  footer#footer {
    font-size: 0.7777777778rem;
  }
}
@media (min-width: 1025px) {
  footer#footer {
    font-size: 0.8888888889rem;
    padding: 1.6666666667rem 0;
  }
}
@media (min-width: 1025px) {
  footer#footer .container {
    display: grid;
    grid-template-columns: 8fr 2fr;
    grid-column-gap: 10%;
    grid-row-gap: 0.3888888889rem;
  }
}
@media (max-width: 1024px) {
  footer#footer .contact-item:not(:last-child) {
    margin-bottom: 0.8888888889rem;
  }
  footer#footer .contact-item:not(:last-child) .links {
    padding-bottom: 0.8888888889rem;
    border-bottom: 1px solid #ffffff;
  }
}
@media (min-width: 1025px) {
  footer#footer .contact-item:not(:last-child) {
    display: flex;
    align-items: center;
  }
  footer#footer .contact-item:not(:last-child) .links {
    width: 70%;
    display: flex;
    align-items: center;
  }
  footer#footer .contact-item:not(:last-child) .links .contacts div {
    margin-right: 5.5555555556rem;
  }
}
@media (min-width: 1025px) {
  footer#footer .contact-item:last-child {
    grid-column-start: 2;
    grid-row-start: 1;
    grid-row-end: 5;
    display: block;
    text-align: right;
  }
  footer#footer .contact-item:last-child .links .name {
    margin-right: 0;
  }
  footer#footer .contact-item:last-child .links .contacts {
    display: block;
  }
  footer#footer .contact-item:last-child .links .follow-us,
  footer#footer .contact-item:last-child .links .social-menu ul {
    justify-content: flex-end;
  }
}
footer#footer .text {
  margin-right: auto;
}
@media (max-width: 1024px) {
  footer#footer .text {
    font-size: 0.6666666667rem;
    margin-bottom: 0.6666666667rem;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  footer#footer .text {
    font-size: 0.8888888889rem;
  }
}
footer#footer .text a:hover {
  text-decoration: underline;
}
footer#footer .text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  footer#footer .links .contacts {
    margin-bottom: 0.6666666667rem;
  }
  footer#footer .links .contacts div:not(:last-child) {
    margin-bottom: 0.1666666667rem;
  }
}
@media (min-width: 768px) {
  footer#footer .links .contacts {
    display: flex;
  }
}
@media (min-width: 1025px) {
  footer#footer .links .contacts {
    flex: auto;
    justify-content: space-between;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  footer#footer .links .contacts div {
    margin-right: 1.1111111111rem;
  }
}
footer#footer .links .contacts a:hover {
  text-decoration: underline;
}
footer#footer .links .follow-us {
  display: flex;
  align-items: center;
}
footer#footer .links .name {
  text-transform: uppercase;
  color: #F7D135;
  margin-right: 0.5rem;
}
@media (min-width: 1025px) {
  footer#footer .links .name {
    margin-right: 1.3888888889rem;
  }
}
footer#footer a {
  color: currentColor;
  text-decoration: none;
}

#page {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.site-main {
  position: relative;
  flex: auto;
  padding: 1.1111111111rem 0;
}
@media (min-width: 768px) {
  .site-main {
    padding: 1.1111111111rem 0 2.2222222222rem 0;
  }
}
@media (min-width: 1025px) {
  .site-main {
    padding: 2.4444444444rem 0 3.6666666667rem 0;
  }
}

h1 {
  font-weight: 700;
  font-size: 1.2222222222rem;
  line-height: 1.25;
  text-transform: uppercase;
  text-align: center;
  color: #1B1D3C;
  margin: 0 0 1.1111111111rem 0;
}
@media (min-width: 768px) {
  h1 {
    font-size: 1.6666666667rem;
    margin-bottom: 1.6666666667rem;
  }
}
@media (min-width: 1025px) {
  h1 {
    font-size: 2.4444444444rem;
    margin-bottom: 2.2222222222rem;
  }
}

#page-content h1:first-child,
#page-content h2:first-child,
#page-content h3:first-child,
#page-content h4:first-child,
#page-content h5:first-child,
#page-content h6:first-child {
  margin-top: 0;
}
#page-content p:last-child {
  margin-bottom: 0;
}
#page-content p.has-small-font-size {
  font-size: 0.8em;
}
#page-content p.has-medium-font-size {
  font-size: 1.33em;
}
#page-content p.has-large-font-size {
  font-size: 2em;
}
#page-content p.has-huge-font-size {
  font-size: 3em;
}
#page-content p,
#page-content ul,
#page-content .wp-block-table {
  margin: 0 0 1.5em 0;
}
#page-content p a,
#page-content ul a,
#page-content .wp-block-table a {
  color: #56C2E8;
  font-weight: bold;
  word-break: break-word;
}
#page-content p + ul {
  margin-top: -0.8em;
}
#page-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  color: #ffffff;
}
#page-content .wp-block-image,
#page-content .wp-block-gallery,
#page-content .wp-block-embed {
  margin: 2.8rem 0;
}
@media (min-width: 768px) {
  #page-content .wp-block-image,
  #page-content .wp-block-gallery,
  #page-content .wp-block-embed {
    margin: 3.2rem 0 1.9rem 0;
  }
}
@media (min-width: 1025px) {
  #page-content .wp-block-image,
  #page-content .wp-block-gallery,
  #page-content .wp-block-embed {
    margin: 4.6rem -6.7rem 2.9rem -6.7rem;
  }
}
#page-content .wp-block-image:last-child,
#page-content .wp-block-gallery:last-child,
#page-content .wp-block-embed:last-child {
  margin-bottom: 0;
}
#page-content .wp-block-image img,
#page-content .wp-block-gallery img,
#page-content .wp-block-embed img {
  display: block;
}
#page-content .wp-block-image figcaption,
#page-content .wp-block-gallery figcaption,
#page-content .wp-block-embed figcaption {
  width: 100%;
  font-size: 0.7rem;
  line-height: 1.6;
  text-align: center;
  color: #626262;
  margin: 1.4rem 0 0 0;
}
@media (min-width: 768px) {
  #page-content .wp-block-image figcaption,
  #page-content .wp-block-gallery figcaption,
  #page-content .wp-block-embed figcaption {
    font-size: 0.8rem;
    margin: 1.4rem 0 0 0;
  }
}
@media (min-width: 1025px) {
  #page-content .wp-block-image figcaption,
  #page-content .wp-block-gallery figcaption,
  #page-content .wp-block-embed figcaption {
    font-size: 0.8rem;
    margin: 1.1rem 0 0 0;
  }
}
#page-content .wp-block-image figcaption strong,
#page-content .wp-block-gallery figcaption strong,
#page-content .wp-block-embed figcaption strong {
  font-weight: 700;
  font-size: 0.9rem;
}
#page-content .wp-block-column .wp-block-image,
#page-content .wp-block-column .wp-block-gallery,
#page-content .wp-block-column .wp-block-embed {
  margin: 0 0 2.8rem 0;
}
@media (min-width: 768px) {
  #page-content .wp-block-column .wp-block-image,
  #page-content .wp-block-column .wp-block-gallery,
  #page-content .wp-block-column .wp-block-embed {
    margin: 0 0 1.9rem 0;
  }
}
@media (min-width: 1025px) {
  #page-content .wp-block-column .wp-block-image,
  #page-content .wp-block-column .wp-block-gallery,
  #page-content .wp-block-column .wp-block-embed {
    margin: 0 0 2.9rem 0;
  }
}
#page-content .wp-block-gallery {
  margin: 2.9rem -1.5rem;
}
@media (min-width: 768px) {
  #page-content .wp-block-gallery {
    margin: 3.2rem -1.9rem;
  }
}
@media (min-width: 1025px) {
  #page-content .wp-block-gallery {
    margin: 4.6rem -17.8rem;
  }
}
#page-content .wp-block-gallery:last-child {
  margin-bottom: 0;
}
#page-content .wp-block-gallery .blocks-gallery-grid {
  flex-wrap: nowrap;
}
#page-content .wp-block-gallery .blocks-gallery-item {
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
  position: relative;
  transition-property: transform;
  margin: 0;
}
#page-content .wp-block-gallery .blocks-gallery-item figure {
  display: block;
}
#page-content .wp-block-gallery .blocks-gallery-item figure img {
  display: block;
  width: auto;
  height: 11.6rem;
}
@media (min-width: 768px) {
  #page-content .wp-block-gallery .blocks-gallery-item figure img {
    height: 16.6rem;
  }
}
@media (min-width: 1025px) {
  #page-content .wp-block-gallery .blocks-gallery-item figure img {
    height: 27rem;
  }
}
#page-content .wp-block-gallery .blocks-gallery-item figure figcaption {
  position: relative;
  padding: 0;
  background: transparent;
}

@media (min-width: 1025px) {
  .page-template-home-page-new .site-main .container {
    display: flex;
  }
}
.page-template-home-page-new .site-main .container .home-link-blocks {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0.7777777778rem;
}
@media (min-width: 768px) {
  .page-template-home-page-new .site-main .container .home-link-blocks {
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.7777777778rem;
  }
}
@media (max-width: 1024px) {
  .page-template-home-page-new .site-main .container .home-link-blocks {
    margin-bottom: 1.6666666667rem;
  }
}
@media (min-width: 1025px) {
  .page-template-home-page-new .site-main .container .home-link-blocks {
    width: 65%;
    flex: none;
    margin-right: 1.3333333333rem;
    grid-gap: 1.3333333333rem;
  }
}
.page-template-home-page-new .site-main .container .home-link-blocks .block {
  height: 8.7222222222rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  text-align: center;
  color: #1B1D3C;
  text-decoration: none;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .page-template-home-page-new .site-main .container .home-link-blocks .block {
    height: 11.1111111111rem;
  }
}
.page-template-home-page-new .site-main .container .home-link-blocks .block:nth-child(1) {
  color: #ffffff;
  background: #1B1D3C;
}
@media (min-width: 1025px) {
  .page-template-home-page-new .site-main .container .home-link-blocks .block:nth-child(1) {
    height: 23.2222222222rem;
  }
}
.page-template-home-page-new .site-main .container .home-link-blocks .block:nth-child(2) {
  background: #56C2E8;
}
@media (min-width: 1025px) {
  .page-template-home-page-new .site-main .container .home-link-blocks .block:nth-child(2) {
    height: 23.2222222222rem;
  }
}
.page-template-home-page-new .site-main .container .home-link-blocks .block:nth-child(3) {
  background: #F7D135;
}
@media (min-width: 1025px) {
  .page-template-home-page-new .site-main .container .home-link-blocks .block:nth-child(3) {
    height: 12.6111111111rem;
  }
}
.page-template-home-page-new .site-main .container .home-link-blocks .block:nth-child(4) {
  background: #C4C4C4;
}
@media (min-width: 1025px) {
  .page-template-home-page-new .site-main .container .home-link-blocks .block:nth-child(4) {
    height: 12.6111111111rem;
  }
}
.page-template-home-page-new .site-main .container .home-link-blocks .block .name {
  font-weight: 700;
  font-size: 1.3333333333rem;
  line-height: 1.1;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .page-template-home-page-new .site-main .container .home-link-blocks .block .name {
    font-size: 1.6666666667rem;
  }
}
@media (min-width: 1025px) {
  .page-template-home-page-new .site-main .container .home-link-blocks .block .name {
    font-size: 2.1111111111rem;
  }
}
.page-template-home-page-new .site-main .container .short-news {
  position: relative;
  flex: none;
}
@media (min-width: 1025px) {
  .page-template-home-page-new .site-main .container .short-news {
    flex: auto;
  }
}
.page-template-home-page-new .site-main .container .short-news h1 {
  margin-bottom: 1.6666666667rem;
}
@media (min-width: 1025px) {
  .page-template-home-page-new .site-main .container .short-news .short-news-wrap {
    position: absolute;
    left: 0;
    top: 5rem;
    right: 0;
    bottom: 0;
    padding: 1.1111111111rem 2.7222222222rem;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    overflow: auto;
  }
}
.page-template-home-page-new .site-main .container .short-news .short-news-wrap::-webkit-scrollbar {
  width: 11px;
  /* width of the entire scrollbar */
}
.page-template-home-page-new .site-main .container .short-news .short-news-wrap::-webkit-scrollbar-track {
  background: transparent;
  border-left: 1px solid #C4C4C4;
}
.page-template-home-page-new .site-main .container .short-news .short-news-wrap::-webkit-scrollbar-thumb {
  background: #1B1D3C;
  /* color of the scroll thumb */
}
.page-template-home-page-new .site-main .container .short-news .more {
  position: absolute;
  display: flex;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 1.6666666667rem 1.1111111111rem 0.5555555556rem 1.1111111111rem;
  background: linear-gradient(179.37deg, rgba(255, 255, 255, 0) 0.54%, #FFFFFF 60.53%);
  text-align: center;
}
@media (min-width: 1025px) {
  .page-template-home-page-new .site-main .container .short-news .more {
    padding: 5.5555555556rem 2.7222222222rem 1.1111111111rem 2.7222222222rem;
  }
}
.page-template-home-page-new .site-main .container .short-news .more a {
  width: 6.6666666667rem;
  font-weight: 700;
  font-size: 0.5555555556rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #1B1D3C;
  margin: auto;
}
@media (min-width: 1025px) {
  .page-template-home-page-new .site-main .container .short-news .more a {
    width: 12.2222222222rem;
    font-size: 1.1111111111rem;
  }
}

.news-item {
  font-weight: bold;
  font-size: 0.7777777778rem;
  line-height: 1.2;
  border-bottom: 1px solid #C4C4C4;
  padding: 0.8888888889rem 0;
}
@media (min-width: 1025px) {
  .news-item {
    font-size: 1.2222222222rem;
    padding: 1.2222222222rem 0;
  }
}
.news-item .date {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  color: #56C2E8;
  text-align: center;
}
@media (min-width: 1025px) {
  .news-item .date {
    font-size: 1.8888888889rem;
  }
}
.news-item a {
  color: initial;
  text-decoration: none;
}
.news-item .time {
  float: left;
  margin-right: 0.5em;
  color: #BCBCBC;
}
.news-item p {
  margin: 0;
}
.news-item .read-more {
  margin-top: 0.4444444444rem;
}
@media (min-width: 1025px) {
  .news-item .read-more {
    margin-top: 0.6666666667rem;
  }
}
.news-item .read-more a {
  font-weight: 700;
  font-size: 0.6666666667rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #56C2E8;
}
@media (min-width: 1025px) {
  .news-item .read-more a {
    font-size: 1rem;
  }
}

.page-back {
  margin-bottom: 0.5555555556rem;
}
@media (min-width: 768px) {
  .page-back {
    margin-bottom: 1.1111111111rem;
  }
}
@media (min-width: 1025px) {
  .page-back {
    margin-bottom: 1.1111111111rem;
  }
}
.page-back .js-back {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-size: 0.6666666667rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #1B1D3C;
  display: flex;
  align-items: flex-end;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .page-back .js-back {
    font-size: 1rem;
  }
}
.page-back .js-back img {
  width: 0.4444444444rem;
  margin-right: 0.2777777778rem;
}
@media (min-width: 1025px) {
  .page-back .js-back img {
    width: 0.6666666667rem;
    margin-right: 0.3888888889rem;
  }
}

@media (min-width: 1025px) {
  .single-page .flex {
    display: flex;
    justify-content: center;
  }
}
.single-page .thumbnail {
  margin-bottom: 1.6666666667rem;
}
@media (min-width: 1025px) {
  .single-page .thumbnail {
    margin-right: 5.2222222222rem;
    margin-bottom: 0;
  }
}
.single-page .thumbnail .description {
  color: #BCBCBC;
  font-size: 0.8888888889rem;
  margin-top: 0.5555555556rem;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 1025px) {
  .single-page .thumbnail .description {
    margin-top: 1.1111111111rem;
  }
}
@media (min-width: 1025px) {
  .single-page .content {
    flex: none;
    width: 45.3333333333rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.single-page .content .date.yellow-date {
  width: -moz-fit-content;
  width: fit-content;
  background: #F7D135;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  padding: 0.1666666667rem 0.2777777778rem;
  margin-bottom: 1.1111111111rem;
}
@media (min-width: 1025px) {
  .single-page .content .date.yellow-date {
    font-size: 1.2222222222rem;
    padding: 0.2777777778rem 0.3888888889rem;
    margin-bottom: 2.2222222222rem;
  }
}

.single-page .content,
.announcement-page .content,
.analytics-page .content {
  font-size: 0.8888888889rem;
  line-height: 1.2;
}
@media (min-width: 1025px) {
  .single-page .content,
  .announcement-page .content,
  .analytics-page .content {
    font-size: 1.2222222222rem;
  }
}
.single-page .content h1,
.announcement-page .content h1,
.analytics-page .content h1 {
  text-align: left;
}
@media (min-width: 1025px) {
  .single-page .content h1,
  .announcement-page .content h1,
  .analytics-page .content h1 {
    margin-bottom: 1.3888888889rem;
  }
}

@media (min-width: 1025px) {
  .news-list .container {
    width: 64%;
  }
}

.previous-events {
  margin-top: 1.6666666667rem;
}
@media (min-width: 768px) {
  .previous-events {
    margin-top: 2.2222222222rem;
  }
}
@media (min-width: 1025px) {
  .previous-events {
    margin-top: 3.8888888889rem;
  }
}
.previous-events .container {
  border-top: 1px solid #C4C4C4;
}
.previous-events .container header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 1.1111111111rem 0 0.5555555556rem 0;
}
@media (min-width: 768px) {
  .previous-events .container header {
    padding: 1.6666666667rem 0;
  }
}
@media (min-width: 1025px) {
  .previous-events .container header {
    padding: 2.2222222222rem 0;
  }
}
.previous-events .container header h2 {
  margin: 0;
  font-weight: 700;
  font-size: 1.3333333333rem;
  line-height: 1.1;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .previous-events .container header h2 {
    font-size: 1.6666666667rem;
  }
}
@media (min-width: 1025px) {
  .previous-events .container header h2 {
    font-size: 2.4444444444rem;
  }
}
.previous-events .container header a.all {
  flex: none;
  font-weight: 700;
  font-size: 0.6666666667rem;
  line-height: 1;
  text-transform: uppercase;
  color: #56C2E8;
  margin-left: 1rem;
  text-decoration: none;
}
@media (min-width: 768px) {
  .previous-events .container header a.all {
    font-size: 1rem;
  }
}
@media (min-width: 1025px) {
  .previous-events .container header a.all {
    font-size: 1.3333333333rem;
  }
}

.events-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.6666666667rem;
}
@media (min-width: 768px) {
  .events-list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.6666666667rem;
  }
}
@media (min-width: 1025px) {
  .events-list {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2.3333333333rem;
  }
}

#produce-slider {
  padding-top: 1.1111111111rem;
}
@media (min-width: 768px) {
  #produce-slider {
    padding-top: 2.2222222222rem;
  }
}
@media (min-width: 1025px) {
  #produce-slider {
    padding-top: 3.6111111111rem;
    padding-bottom: 2.7777777778rem;
  }
}
#produce-slider .swiper-pagination {
  position: initial;
  margin-top: 0.5555555556rem;
}
#produce-slider .swiper-pagination-bullet {
  background: #FFFFFF;
}
#produce-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #56C2E8;
}

.event-item .thumbnail,
.result-item .thumbnail {
  margin-bottom: 0.7777777778rem;
}
@media (min-width: 768px) {
  .event-item .thumbnail,
  .result-item .thumbnail {
    margin-bottom: 0.8888888889rem;
  }
}
@media (min-width: 1025px) {
  .event-item .thumbnail,
  .result-item .thumbnail {
    margin-bottom: 1rem;
  }
}
.event-item .date,
.result-item .date {
  font-weight: 700;
  font-size: 0.6666666667rem;
  line-height: 1;
  color: #BCBCBC;
  margin-bottom: 0.8em;
}
@media (min-width: 768px) {
  .event-item .date,
  .result-item .date {
    font-size: 0.8888888889rem;
  }
}
@media (min-width: 1025px) {
  .event-item .date,
  .result-item .date {
    font-size: 1.2222222222rem;
  }
}
.event-item h2.title,
.event-item h3.title,
.result-item h2.title,
.result-item h3.title {
  font-weight: 700;
  font-size: 1.2222222222rem;
  line-height: 1.1;
  color: #1B1D3C;
  margin: 0 0 1.1111111111rem 0;
}
@media (min-width: 768px) {
  .event-item h2.title,
  .event-item h3.title,
  .result-item h2.title,
  .result-item h3.title {
    font-size: 1.3333333333rem;
    margin-bottom: 1.1111111111rem;
  }
}
@media (min-width: 1025px) {
  .event-item h2.title,
  .event-item h3.title,
  .result-item h2.title,
  .result-item h3.title {
    font-size: 1.6666666667rem;
    margin-bottom: 1.1111111111rem;
  }
}
.event-item h2.title a,
.event-item h3.title a,
.result-item h2.title a,
.result-item h3.title a {
  color: inherit;
  text-decoration: none;
}
.event-item h3.title,
.result-item h3.title {
  color: #FFFFFF;
}
.event-item .read-more a,
.result-item .read-more a {
  font-weight: 700;
  font-size: 0.6666666667rem;
  line-height: 1;
  text-transform: uppercase;
  color: #56C2E8;
  text-decoration: none;
}
@media (min-width: 768px) {
  .event-item .read-more a,
  .result-item .read-more a {
    font-size: 0.8888888889rem;
  }
}
@media (min-width: 1025px) {
  .event-item .read-more a,
  .result-item .read-more a {
    font-size: 1rem;
  }
}

.single-page .top-event .content {
  display: flex;
  flex-direction: column;
}
.single-page .top-event .date {
  font-weight: 700;
  font-size: 0.6666666667rem;
  line-height: 1;
  color: #BCBCBC;
  margin-bottom: 0.8em;
  background: none;
}
@media (min-width: 768px) {
  .single-page .top-event .date {
    font-size: 0.8888888889rem;
  }
}
@media (min-width: 1025px) {
  .single-page .top-event .date {
    font-size: 1.8888888889rem;
  }
}
.single-page .top-event h2.title {
  font-weight: 700;
  font-size: 1.2222222222rem;
  line-height: 1.1;
  color: #1B1D3C;
  margin: 0 0 1.1111111111rem 0;
}
@media (min-width: 768px) {
  .single-page .top-event h2.title {
    font-size: 1.3333333333rem;
    margin-bottom: 1.1111111111rem;
  }
}
@media (min-width: 1025px) {
  .single-page .top-event h2.title {
    font-size: 2.7777777778rem;
    margin-bottom: 3.8888888889rem;
  }
}
.single-page .top-event h2.title a {
  color: inherit;
  text-decoration: none;
}
.single-page .top-event .read-more {
  margin-top: auto;
}
.single-page .top-event .read-more a {
  font-weight: 700;
  font-size: 0.6666666667rem;
  line-height: 1;
  text-transform: uppercase;
  color: #56C2E8;
  text-decoration: none;
}
@media (min-width: 768px) {
  .single-page .top-event .read-more a {
    font-size: 0.8888888889rem;
  }
}
@media (min-width: 1025px) {
  .single-page .top-event .read-more a {
    font-size: 1.3333333333rem;
  }
}

.nav-links {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .nav-links {
    margin-top: 3rem;
  }
}
.nav-links a,
.nav-links span {
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  margin: 0 0.2rem;
  color: #BCBCBC;
}
@media (min-width: 1025px) {
  .nav-links a,
  .nav-links span {
    font-size: 1.4rem;
  }
}
.nav-links a.current,
.nav-links span.current {
  color: #1B1D3C;
}
.nav-links .prev,
.nav-links .next {
  width: 0.5rem;
  height: 0.7rem;
  background: url("images/arrow_left.svg") no-repeat center;
  background-size: contain;
  margin: 0;
}
@media (min-width: 1025px) {
  .nav-links .prev,
  .nav-links .next {
    width: 0.6rem;
    height: 1rem;
  }
}
.nav-links .prev {
  margin-right: 0.5rem;
}
.nav-links .next {
  transform: rotate(180deg);
  margin-left: 0.5rem;
}

#subscribe {
  display: none;
}
#subscribe .subscribe-wrap {
  position: fixed;
  display: flex;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(27, 29, 60, 0.6);
  padding: 1.1111111111rem;
  z-index: 999;
}
#subscribe #mc_embed_signup {
  position: relative;
  margin: auto;
  background: #FFFFFF;
  padding: 2.2222222222rem 1.1111111111rem;
  max-width: 22.2222222222rem;
  text-align: center;
}
@media (min-width: 1025px) {
  #subscribe #mc_embed_signup {
    padding: 3.8888888889rem 2.2222222222rem;
    max-width: 29.0555555556rem;
  }
}
#subscribe #mc_embed_signup .close {
  width: 0.8333333333rem;
  position: absolute;
  right: 1.0555555556rem;
  top: 1.0555555556rem;
  cursor: pointer;
}
@media (min-width: 1025px) {
  #subscribe #mc_embed_signup .close {
    width: 1.2777777778rem;
    right: 1.6666666667rem;
    top: 1.6666666667rem;
  }
}
#subscribe #mc_embed_signup .close img {
  display: block;
  width: 100%;
}
#subscribe #mc_embed_signup .thank-you {
  display: none;
  padding: 0.5555555556rem;
  font-weight: 700;
  font-size: 1.3333333333rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #56C2E8;
}
@media (min-width: 1025px) {
  #subscribe #mc_embed_signup .thank-you {
    font-size: 1.8888888889rem;
    padding: 1.1111111111rem;
  }
}
#subscribe #mc_embed_signup .thank-you span {
  display: block;
  color: #F7D135;
}
#subscribe #mc_embed_signup h2 {
  font-weight: 700;
  font-size: 1.3333333333rem;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin: 0 0 0.5555555556rem 0;
}
@media (min-width: 1025px) {
  #subscribe #mc_embed_signup h2 {
    font-size: 1.8888888889rem;
    margin-bottom: 0.7777777778rem;
  }
}
#subscribe #mc_embed_signup .text {
  font-size: 0.7777777778rem;
  line-height: 1.14;
  text-align: center;
  margin-bottom: 0.9444444444rem;
}
@media (min-width: 1025px) {
  #subscribe #mc_embed_signup .text {
    font-size: 1rem;
    margin-bottom: 1.9444444444rem;
  }
}
#subscribe #mc_embed_signup input.email {
  width: 100%;
  border: 1px solid #1B1D3C;
  font-size: 0.6666666667rem;
  line-height: 1;
  color: #1B1D3C;
  padding: 0.8333333333rem;
  margin-bottom: 0.5555555556rem;
}
@media (min-width: 768px) {
  #subscribe #mc_embed_signup input.email {
    width: 90%;
  }
}
@media (min-width: 1025px) {
  #subscribe #mc_embed_signup input.email {
    font-size: 1rem;
    padding: 1.3333333333rem;
    margin-bottom: 0.8888888889rem;
  }
}
#subscribe #mc_embed_signup .submit {
  width: 100%;
}
#subscribe #mc_embed_signup .submit input {
  font-weight: 700;
  font-size: 0.6666666667rem;
  line-height: 1;
  text-transform: uppercase;
  color: #1B1D3C;
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
@media (min-width: 1025px) {
  #subscribe #mc_embed_signup .submit input {
    font-size: 1.1111111111rem;
  }
}
#subscribe #mc_embed_signup #mce-error-response {
  padding-top: 0.5em;
  color: red;
  font-size: 0.7777777778rem;
  line-height: 1.14;
  text-align: center;
}
@media (min-width: 1025px) {
  #subscribe #mc_embed_signup #mce-error-response {
    font-size: 1rem;
  }
}

.timeline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.6666666667rem;
  font-weight: bold;
  margin-bottom: 1.6666666667rem;
}
@media (max-width: 767px) {
  .timeline {
    flex-direction: column;
  }
}
@media (min-width: 1025px) {
  .timeline {
    font-size: 1.1111111111rem;
    margin-bottom: 0.6666666667rem;
  }
}
.timeline .date {
  display: flex;
  align-items: center;
  padding: 0.7rem 1em;
  background: #FFFFFF;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  margin-left: auto;
}
@media (max-width: 767px) {
  .timeline .date {
    margin: 1rem 0 0 0;
  }
}
.timeline .date a {
  color: currentColor;
  text-decoration: none;
  padding: 0 0.5em;
}
.timeline .date a:first-child {
  margin-right: 0.5em;
  margin-left: -0.5em;
}
.timeline .date a:last-child {
  margin-left: 0.5em;
  margin-right: -0.5em;
}
.timeline .date a svg {
  display: block;
  width: 0.6rem;
  height: auto;
}
@media (min-width: 1025px) {
  .timeline .date a svg {
    width: 0.5rem;
  }
}
.timeline .switcher {
  display: flex;
  align-items: center;
}
.timeline .switcher span {
  display: block;
  font-family: "Plumb", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 0.7777777778rem;
  line-height: 1.2;
  color: #1B1D3C;
  padding: 0.3em 0.7em;
  border: 2px solid #1B1D3C;
  border-radius: 1.0555555556rem;
  margin-right: 0.7222222222rem;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .timeline .switcher span {
    font-size: 1.1111111111rem;
    border-width: 3px;
  }
}
.timeline .switcher span.current {
  color: #FFFFFF;
  background-color: #1B1D3C;
}
.timeline .switcher span:not(.current) {
  opacity: 0;
}

@media (min-width: 1025px) {
  .announcement-page .container {
    width: 60%;
  }
}
.announcement-page.lviv .content .wp-block-table.kyiv,
.announcement-page.lviv .content .wp-block-table.kharkiv,
.announcement-page.lviv .content .wp-block-table.odesa {
  display: none;
}
.announcement-page.kyiv .content .wp-block-table.lviv,
.announcement-page.kyiv .content .wp-block-table.kharkiv,
.announcement-page.kyiv .content .wp-block-table.odesa {
  display: none;
}
.announcement-page.kharkiv .content .wp-block-table.lviv,
.announcement-page.kharkiv .content .wp-block-table.kyiv,
.announcement-page.kharkiv .content .wp-block-table.odesa {
  display: none;
}
.announcement-page.odesa .content .wp-block-table.lviv,
.announcement-page.odesa .content .wp-block-table.kyiv,
.announcement-page.odesa .content .wp-block-table.kharkiv {
  display: none;
}

@media (min-width: 1025px) {
  .analytics-page .container {
    width: 42.5%;
  }
}
.analytics-page h2.post-title {
  font-family: "Plumb", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3;
  margin: 0 0 0.8333333333rem 0;
  text-align: left;
  color: #56C2E8;
}
@media (min-width: 1025px) {
  .analytics-page h2.post-title {
    font-size: 1.8888888889rem;
    margin-bottom: 1.3888888889rem;
  }
}

.page-template-session-page-archive header#masthead {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
}
.page-template-session-page-archive .site-main {
  padding: 0;
}
.page-template-session-page-archive section#top {
  background-color: #1B1D3C;
  padding-top: 2.2222222222rem;
  padding-bottom: 2.2222222222rem;
}
@media (min-width: 1025px) {
  .page-template-session-page-archive section#top {
    padding-top: 5.5555555556rem;
    padding-bottom: 7.2222222222rem;
  }
}
@media (min-width: 1025px) {
  .page-template-session-page-archive section#top .container {
    width: 89.58%;
  }
}
.page-template-session-page-archive section#top > .container {
  margin-bottom: 2.2222222222rem;
}
@media (min-width: 1025px) {
  .page-template-session-page-archive section#top > .container {
    display: flex;
    margin-bottom: 3.8888888889rem;
  }
}
.page-template-session-page-archive section#top h1 {
  font-weight: 400;
  font-size: 1.6666666667rem;
  line-height: 1.05;
  color: #F7D135;
  margin: 0 0 1.1111111111rem 0;
  text-align: left;
}
@media (min-width: 1025px) {
  .page-template-session-page-archive section#top h1 {
    font-size: 4.4444444444rem;
    margin: 0 1.1111111111rem 0 0;
  }
}
@media (min-width: 1025px) {
  .page-template-session-page-archive section#top h1 {
    width: 70%;
  }
}
.page-template-session-page-archive section#top h1 b {
  font-weight: 700;
}
.page-template-session-page-archive section#top .text {
  font-weight: 700;
  font-size: 0.8888888889rem;
  line-height: 1.38;
  color: #FFFFFF;
}
@media (min-width: 1025px) {
  .page-template-session-page-archive section#top .text {
    font-size: 1.7777777778rem;
  }
}
.page-template-session-page-archive section#top .text ul {
  margin: 0;
}
.page-template-session-page-archive section#top .line {
  background-color: #F7D135;
  padding: 0.5555555556rem 0;
}
.page-template-session-page-archive section#top .line .container {
  color: #1B1D3C;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.41;
}
@media (min-width: 1025px) {
  .page-template-session-page-archive section#top .line .container {
    font-size: 3.5555555556rem;
  }
}
.page-template-session-page-archive section#top .line .container span {
  display: inline-block;
}
.page-template-session-page-archive section#top .line .container span.divider {
  color: #ffffff;
  margin: 0 0.2em;
}
.page-template-session-page-archive section#blocks {
  padding: 2.2222222222rem 0;
}
@media (min-width: 1025px) {
  .page-template-session-page-archive section#blocks {
    padding: 5rem 0;
  }
}
.page-template-session-page-archive section#blocks .container {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
}
@media (min-width: 768px) {
  .page-template-session-page-archive section#blocks .container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1025px) {
  .page-template-session-page-archive section#blocks .container {
    -moz-column-gap: 2.3333333333rem;
         column-gap: 2.3333333333rem;
    row-gap: 2.7777777778rem;
  }
}
.page-template-session-page-archive section#blocks .block {
  background: #FFFFFF;
  box-shadow: 0px 0px 1.6666666667rem rgba(0, 0, 0, 0.1);
  padding: 1.1111111111rem 0.8333333333rem;
}
@media (min-width: 1025px) {
  .page-template-session-page-archive section#blocks .block {
    padding: 3.3333333333rem 5rem;
  }
}
.page-template-session-page-archive section#blocks .block h3 {
  font-size: 1.2222222222rem;
  line-height: 1.36;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 0.8333333333rem 0;
  color: #56C2E8;
}
@media (min-width: 1025px) {
  .page-template-session-page-archive section#blocks .block h3 {
    font-size: 2.4444444444rem;
    margin: 0 0 1.1111111111rem 0;
  }
}
@media (max-width: 767px) {
  .page-template-session-page-archive section#blocks .block:nth-child(odd) h3 {
    color: #F7D135;
  }
}
@media (min-width: 768px) {
  .page-template-session-page-archive section#blocks .block:nth-child(2) h3, .page-template-session-page-archive section#blocks .block:nth-child(3) h3 {
    color: #F7D135;
  }
}
.page-template-session-page-archive section#blocks .block .text {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.8888888889rem;
  line-height: 1.5;
  font-weight: 700;
  margin: auto;
}
@media (min-width: 1025px) {
  .page-template-session-page-archive section#blocks .block .text {
    font-size: 1.3333333333rem;
  }
}
.page-template-session-page-archive section#blocks .block .text ul {
  margin: 0;
}
.page-template-session-page-archive section#speakers {
  color: #ffffff;
  background: #1B1D3C;
  padding: 2.2222222222rem 0;
}
@media (min-width: 1025px) {
  .page-template-session-page-archive section#speakers {
    padding: 5rem 0;
  }
}
.page-template-session-page-archive section#speakers h2 {
  font-weight: 700;
  font-size: 1.3333333333rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 1.1111111111rem 0;
}
@media (min-width: 1025px) {
  .page-template-session-page-archive section#speakers h2 {
    font-size: 2.4444444444rem;
    margin-bottom: 2.2222222222rem;
  }
}
.page-template-session-page-archive section#speakers .speakers-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -1.6666666667rem;
}
@media (min-width: 1025px) {
  .page-template-session-page-archive section#speakers .speakers-list {
    margin-right: -1.6666666667rem;
    margin-bottom: -2.2222222222rem;
  }
}
.page-template-session-page-archive section#speakers .speakers-list .speaker {
  margin-bottom: 1.6666666667rem;
  max-width: 17.7777777778rem;
}
@media (min-width: 1025px) {
  .page-template-session-page-archive section#speakers .speakers-list .speaker {
    max-width: 23.6111111111rem;
    margin-right: 1.6666666667rem;
    margin-bottom: 2.2222222222rem;
  }
}
.page-template-session-page-archive section#speakers .speakers-list .speaker .photo {
  padding: 1rem;
  background: url("images/speaker_back_blue.png");
  background-size: 100% 100%;
  margin-bottom: 0.5555555556rem;
}
@media (min-width: 1025px) {
  .page-template-session-page-archive section#speakers .speakers-list .speaker .photo {
    padding: 1.3888888889rem;
  }
}
.page-template-session-page-archive section#speakers .speakers-list .speaker .text {
  padding: 0 1rem;
}
@media (min-width: 1025px) {
  .page-template-session-page-archive section#speakers .speakers-list .speaker .text {
    padding: 0 1.3888888889rem;
  }
}
.page-template-session-page-archive section#speakers .speakers-list .speaker .name {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1;
  text-transform: uppercase;
  color: #F7D135;
}
@media (min-width: 1025px) {
  .page-template-session-page-archive section#speakers .speakers-list .speaker .name {
    font-size: 1.2222222222rem;
  }
}
.page-template-session-page-archive section#speakers .speakers-list .speaker .position {
  font-size: 0.8888888889rem;
  line-height: 1.1;
  color: #ffffff;
}
@media (min-width: 1025px) {
  .page-template-session-page-archive section#speakers .speakers-list .speaker .position {
    font-size: 1.1111111111rem;
  }
}
.page-template-session-page-archive section#speakers .speakers-list .speaker:nth-child(even) .photo {
  background-image: url("images/speaker_back_yellow.png");
}
.page-template-session-page-archive section#speakers .speakers-list .speaker:nth-child(even) .name {
  color: #56C2E8;
}
.page-template-session-page-archive section#schedule {
  padding: 2.2222222222rem 0;
}
@media (min-width: 1025px) {
  .page-template-session-page-archive section#schedule {
    padding: 5rem 0;
  }
}
.page-template-session-page-archive section#schedule h2 {
  font-weight: 700;
  font-size: 1.3333333333rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 1025px) {
  .page-template-session-page-archive section#schedule h2 {
    font-size: 2.4444444444rem;
  }
}
.page-template-session-page-archive section#schedule .description {
  text-align: center;
  font-size: 0.8888888889rem;
  line-height: 1.5;
  margin-bottom: 1.1111111111rem;
}
@media (min-width: 1025px) {
  .page-template-session-page-archive section#schedule .description {
    font-size: 1.3333333333rem;
    margin-bottom: 2.2222222222rem;
  }
}
.page-template-session-page-archive section#schedule .schedule-list {
  max-width: 54.4444444444rem;
  margin: auto;
  background: #FFFFFF;
  box-shadow: 0px 0px 2.5rem rgba(0, 0, 0, 0.1);
  padding: 0.8333333333rem;
}
@media (min-width: 1025px) {
  .page-template-session-page-archive section#schedule .schedule-list {
    padding: 1.1111111111rem 4.4444444444rem 4.4444444444rem 4.4444444444rem;
  }
}
.page-template-session-page-archive section#schedule .schedule-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 1.1111111111rem 0;
}
@media (min-width: 1025px) {
  .page-template-session-page-archive section#schedule .schedule-list ul {
    margin-bottom: 3.3333333333rem;
  }
}
.page-template-session-page-archive section#schedule .schedule-list ul li {
  padding: 0.8333333333rem 0;
  border-bottom: 1px solid #C4C4C4;
  font-weight: 700;
  font-size: 0.8888888889rem;
  line-height: 1;
}
@media (min-width: 1025px) {
  .page-template-session-page-archive section#schedule .schedule-list ul li {
    padding: 1.9444444444rem 0;
    font-size: 2.1111111111rem;
    border-width: 2px;
  }
}
.page-template-session-page-archive section#schedule .schedule-list ul li .date {
  display: inline-block;
  color: #56C2E8;
  margin-right: 0.5555555556rem;
}
.page-template-session-page-archive section#schedule .schedule-list .link {
  display: block;
  position: relative;
  padding: 1.1111111111rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.8888888889rem;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
  color: #1B1D3C;
  background: url("images/back.png") no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 1025px) {
  .page-template-session-page-archive section#schedule .schedule-list .link {
    font-size: 2.7777777778rem;
    padding: 5rem;
  }
}
.page-template-session-page-archive section#schedule .schedule-list .link .back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.page-template-session-page-archive section#schedule .schedule-list .link span {
  position: relative;
}

.page-template-session-page header#masthead {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
}
.page-template-session-page .site-main {
  padding: 0;
}
.page-template-session-page section#top {
  background-color: #1B1D3C;
  padding-top: 2.2222222222rem;
  padding-bottom: 2.2222222222rem;
}
@media (min-width: 1025px) {
  .page-template-session-page section#top {
    padding-top: 5.5555555556rem;
    padding-bottom: 7.2222222222rem;
  }
}
@media (min-width: 1025px) {
  .page-template-session-page section#top .container {
    width: 89.58%;
  }
}
.page-template-session-page section#top > .container {
  margin-bottom: 2.2222222222rem;
}
@media (min-width: 1025px) {
  .page-template-session-page section#top > .container {
    display: flex;
    margin-bottom: 3.8888888889rem;
  }
}
.page-template-session-page section#top h1 {
  font-weight: 400;
  font-size: 1.6666666667rem;
  line-height: 1.05;
  color: #F7D135;
  margin: 0 0 1.1111111111rem 0;
  text-align: left;
}
@media (min-width: 1025px) {
  .page-template-session-page section#top h1 {
    font-size: 4.4444444444rem;
    margin: 0 1.1111111111rem 0 0;
  }
}
@media (min-width: 1025px) {
  .page-template-session-page section#top h1 {
    width: 70%;
  }
}
.page-template-session-page section#top h1 b {
  font-weight: 700;
}
.page-template-session-page section#top .text {
  font-weight: 700;
  font-size: 0.8888888889rem;
  line-height: 1.38;
  color: #FFFFFF;
}
@media (min-width: 1025px) {
  .page-template-session-page section#top .text {
    font-size: 1.7777777778rem;
  }
}
.page-template-session-page section#top .text ul {
  margin: 0;
}
.page-template-session-page section#top .text p + ul {
  margin-top: -1em;
}
.page-template-session-page section#top .line {
  background-color: #F7D135;
  padding: 0.5555555556rem 0;
}
.page-template-session-page section#top .line .container {
  color: #1B1D3C;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.41;
}
@media (min-width: 1025px) {
  .page-template-session-page section#top .line .container {
    font-size: 3.5555555556rem;
  }
}
.page-template-session-page section#top .line .container span {
  display: inline-block;
}
.page-template-session-page section#top .line .container span.divider {
  color: #ffffff;
  margin: 0 0.2em;
}
.page-template-session-page section.parts {
  padding: 2.2222222222rem 0;
}
@media (min-width: 1025px) {
  .page-template-session-page section.parts {
    padding: 5rem 0;
  }
}
.page-template-session-page section.blocks {
  margin-bottom: 2.2222222222rem;
}
@media (min-width: 1025px) {
  .page-template-session-page section.blocks {
    margin-bottom: 4.4444444444rem;
  }
}
.page-template-session-page section.blocks .container.grid {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
}
@media (min-width: 768px) {
  .page-template-session-page section.blocks .container.grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1025px) {
  .page-template-session-page section.blocks .container.grid {
    -moz-column-gap: 2.3333333333rem;
         column-gap: 2.3333333333rem;
    row-gap: 2.7777777778rem;
  }
}
.page-template-session-page section.blocks .container.grid .block {
  margin: 0;
}
.page-template-session-page section.blocks .block {
  background: #FFFFFF;
  box-shadow: 0px 0px 1.6666666667rem rgba(0, 0, 0, 0.1);
  padding: 1.1111111111rem 0.8333333333rem;
  max-width: 55.5555555556rem;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1025px) {
  .page-template-session-page section.blocks .block {
    padding: 3.3333333333rem 5rem;
  }
}
.page-template-session-page section.blocks .block h3 {
  font-size: 1.2222222222rem;
  line-height: 1.36;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  color: #56C2E8;
}
@media (min-width: 1025px) {
  .page-template-session-page section.blocks .block h3 {
    font-size: 2.4444444444rem;
  }
}
@media (min-width: 768px) {
  .page-template-session-page section.blocks .block:nth-child(2) h3, .page-template-session-page section.blocks .block:nth-child(3) h3 {
    color: #F7D135;
  }
}
.page-template-session-page section.blocks .block .text {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.8888888889rem;
  line-height: 1.5;
  font-weight: 700;
  margin: 0.8333333333rem auto 0 auto;
}
@media (min-width: 1025px) {
  .page-template-session-page section.blocks .block .text {
    margin-top: 1.1111111111rem;
  }
}
@media (min-width: 1025px) {
  .page-template-session-page section.blocks .block .text {
    font-size: 1.3333333333rem;
  }
}
.page-template-session-page section.blocks .block .text ul {
  margin: 0;
}
.page-template-session-page section.speakers h2 {
  font-weight: 700;
  font-size: 1.3333333333rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 1.1111111111rem 0;
  color: #56C2E8;
}
@media (min-width: 1025px) {
  .page-template-session-page section.speakers h2 {
    font-size: 2.4444444444rem;
    margin-bottom: 2.2222222222rem;
  }
}
.page-template-session-page section.speakers .speakers-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -1.6666666667rem;
}
@media (min-width: 1025px) {
  .page-template-session-page section.speakers .speakers-list {
    margin-right: -1.6666666667rem;
    margin-bottom: -2.2222222222rem;
  }
}
.page-template-session-page section.speakers .speakers-list .speaker {
  margin-bottom: 1.6666666667rem;
  max-width: 17.7777777778rem;
}
@media (min-width: 1025px) {
  .page-template-session-page section.speakers .speakers-list .speaker {
    max-width: 23.3333333333rem;
    margin-right: 1.6666666667rem;
    margin-bottom: 2.2222222222rem;
  }
}
.page-template-session-page section.speakers .speakers-list .speaker .photo {
  padding: 1rem;
  background: url("images/speaker_back_blue.png");
  background-size: 100% 100%;
  margin-bottom: 0.5555555556rem;
}
@media (min-width: 1025px) {
  .page-template-session-page section.speakers .speakers-list .speaker .photo {
    padding: 1.3888888889rem;
  }
}
.page-template-session-page section.speakers .speakers-list .speaker .text {
  padding: 0 1rem;
}
@media (min-width: 1025px) {
  .page-template-session-page section.speakers .speakers-list .speaker .text {
    padding: 0 1.3888888889rem;
  }
}
.page-template-session-page section.speakers .speakers-list .speaker .name {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1;
  text-transform: uppercase;
  color: #56C2E8;
}
@media (min-width: 1025px) {
  .page-template-session-page section.speakers .speakers-list .speaker .name {
    font-size: 1.2222222222rem;
  }
}
.page-template-session-page section.speakers .speakers-list .speaker .position {
  font-size: 0.8888888889rem;
  line-height: 1.1;
}
@media (min-width: 1025px) {
  .page-template-session-page section.speakers .speakers-list .speaker .position {
    font-size: 1.1111111111rem;
  }
}
.page-template-session-page section.dark {
  color: #ffffff;
  background: #1B1D3C;
}
.page-template-session-page section.dark .block {
  background: #262746;
  box-shadow: 10px 10px 40px #000000;
}
.page-template-session-page section.dark .block h3 {
  color: #F7D135;
}
.page-template-session-page section.dark section.speakers h2 {
  color: #F7D135;
}
.page-template-session-page section.dark section.speakers .speakers-list .speaker .photo {
  background-image: url(images/speaker_back_yellow.png);
}
.page-template-session-page section.dark section.speakers .speakers-list .speaker .name {
  color: #F7D135;
}
.page-template-session-page section.evened section.blocks .block:nth-child(even) h3 {
  color: #F7D135;
}
.page-template-session-page section.evened section.speakers .speakers-list {
  justify-content: space-around;
}
.page-template-session-page section.evened section.speakers .speakers-list .speaker:nth-child(even) .photo {
  background-image: url(images/speaker_back_yellow.png);
}
.page-template-session-page section.evened section.speakers .speakers-list .speaker:nth-child(even) .name,
.page-template-session-page section.evened section.speakers .speakers-list .speaker:nth-child(even) h2 {
  color: #F7D135;
}
.page-template-session-page section#schedule {
  padding: 2.2222222222rem 0;
  background: #E3E3E3;
}
@media (min-width: 1025px) {
  .page-template-session-page section#schedule {
    padding: 5rem 0;
  }
}
.page-template-session-page section#schedule h2 {
  font-weight: 700;
  font-size: 1.3333333333rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 1025px) {
  .page-template-session-page section#schedule h2 {
    font-size: 2.4444444444rem;
  }
}
.page-template-session-page section#schedule .description {
  text-align: center;
  font-size: 0.8888888889rem;
  line-height: 1.5;
  margin-bottom: 1.1111111111rem;
}
@media (min-width: 1025px) {
  .page-template-session-page section#schedule .description {
    font-size: 1.3333333333rem;
    margin-bottom: 2.2222222222rem;
  }
}
.page-template-session-page section#schedule .schedule-list {
  max-width: 54.4444444444rem;
  margin: auto;
  background: #FFFFFF;
  box-shadow: 0px 0px 2.5rem rgba(0, 0, 0, 0.1);
  padding: 0.8333333333rem;
}
@media (min-width: 1025px) {
  .page-template-session-page section#schedule .schedule-list {
    padding: 1.1111111111rem 4.4444444444rem 4.4444444444rem 4.4444444444rem;
  }
}
.page-template-session-page section#schedule .schedule-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 1.1111111111rem 0;
}
@media (min-width: 1025px) {
  .page-template-session-page section#schedule .schedule-list ul {
    margin-bottom: 3.3333333333rem;
  }
}
.page-template-session-page section#schedule .schedule-list ul li {
  padding: 0.8333333333rem 0;
  border-bottom: 1px solid #C4C4C4;
  font-weight: 700;
  font-size: 0.8888888889rem;
  line-height: 1;
}
@media (min-width: 1025px) {
  .page-template-session-page section#schedule .schedule-list ul li {
    padding: 1.9444444444rem 0;
    font-size: 2.1111111111rem;
    border-width: 2px;
  }
}
.page-template-session-page section#schedule .schedule-list ul li .date {
  display: inline-block;
  color: #56C2E8;
  margin-right: 0.5555555556rem;
}
.page-template-session-page section#schedule .schedule-list .link {
  display: block;
  position: relative;
  padding: 1.1111111111rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.8888888889rem;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
  color: #1B1D3C;
  background: url("images/back.png") no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 1025px) {
  .page-template-session-page section#schedule .schedule-list .link {
    font-size: 2.7777777778rem;
    padding: 5rem;
  }
}
.page-template-session-page section#schedule .schedule-list .link .back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.page-template-session-page section#schedule .schedule-list .link span {
  position: relative;
}

.with-svg {
  position: relative;
  font-weight: 700;
  font-size: 0.6111111111rem;
  line-height: 1;
  text-transform: uppercase;
  color: #1B1D3C;
}
@media (min-width: 1025px) {
  .with-svg {
    font-size: 0.8888888889rem;
  }
}
.with-svg svg,
.with-svg img {
  display: block;
  width: 100%;
  height: auto;
}
.with-svg .content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-together {
  width: 8.3333333333rem;
  margin: 0 auto 1.5rem auto;
}
@media (min-width: 1025px) {
  .logo-together {
    position: absolute;
    width: 11.1111111111rem;
    top: 3rem;
    left: 3.4444444444rem;
  }
}

.theme-item {
  text-align: center;
}
.theme-item .title {
  font-weight: 700;
  font-size: 0.6666666667rem;
  line-height: 1.1;
}
@media (min-width: 1025px) {
  .theme-item .title {
    font-size: 1.1111111111rem;
  }
}
.theme-item .title .date {
  color: #BCBCBC;
}
.theme-item .read-more {
  display: flex;
  justify-content: center;
  font-weight: 700;
  font-size: 0.5555555556rem;
  text-transform: uppercase;
  color: #56C2E8;
  margin-top: 0.4444444444rem;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .theme-item .read-more {
    font-size: 0.8888888889rem;
    margin-top: 0.7777777778rem;
  }
}
.theme-item .read-more img {
  width: 0.5555555556rem;
  height: auto;
  margin-left: 0.1111111111rem;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .theme-item .read-more img {
    width: 0.8888888889rem;
    margin-left: 0.2777777778rem;
  }
}
.theme-item .read-more.active svg {
  transform: rotate(180deg);
}
.theme-item .text {
  display: none;
  padding-top: 1em;
  font-size: 0.5555555556rem;
}
@media (min-width: 1025px) {
  .theme-item .text {
    font-size: 1rem;
  }
}
.theme-item .text p a {
  color: #56C2E8;
}
.theme-item .text ul.tags-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1em;
}
@media (min-width: 1025px) {
  .theme-item .text ul.tags-list {
    margin-bottom: 0.5em;
  }
}

@media (min-width: 1025px) {
  .themes-list .container {
    width: 72.5%;
  }
}
.themes-list .theme-item {
  padding: 0.9444444444rem;
  border-bottom: 1px solid #C4C4C4;
}
@media (min-width: 1025px) {
  .themes-list .theme-item {
    padding: 1.6666666667rem;
    border-width: 2px;
  }
}
.themes-list .theme-item:first-of-type {
  border-top: 1px solid #C4C4C4;
}
@media (min-width: 1025px) {
  .themes-list .theme-item:first-of-type {
    border-width: 2px;
  }
}
.themes-list h2 {
  text-align: center;
  font-size: 0.8888888889rem;
  margin: 0 0 1.1111111111rem 0;
}
@media (min-width: 1025px) {
  .themes-list h2 {
    font-size: 1.3333333333rem;
    margin-bottom: 3.1111111111rem;
  }
}
.themes-list h2 span {
  color: #56C2E8;
}
.themes-list .search {
  margin: 0 auto 1.1111111111rem auto;
}
@media (min-width: 1025px) {
  .themes-list .search {
    width: 90%;
    margin-bottom: 2.2222222222rem;
  }
}
.themes-list .search form {
  position: relative;
}
.themes-list .search form input {
  width: 100%;
  background: #FFFFFF;
  font-size: 0.6666666667rem;
  line-height: 1;
  padding: 0.8em 3em 0.8em 1em;
  border: 1px solid #C4C4C4;
  -webkit-appearance: none;
}
@media (min-width: 768px) {
  .themes-list .search form input {
    font-size: 0.8888888889rem;
  }
}
@media (min-width: 1025px) {
  .themes-list .search form input {
    font-size: 1.5555555556rem;
    border-width: 2px;
  }
}
.themes-list .search form .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: none;
  background: transparent;
  padding: 0 0.5555555556rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1025px) {
  .themes-list .search form .search-submit {
    padding: 0 1.1111111111rem;
  }
}
.themes-list .search form .search-submit svg {
  width: 0.7777777778rem;
  height: auto;
}
@media (min-width: 1025px) {
  .themes-list .search form .search-submit svg {
    width: 1.2777777778rem;
  }
}

ul.tags-list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
  gap: 0.4444444444rem;
}
@media (min-width: 1025px) {
  ul.tags-list {
    gap: 0.6666666667rem;
  }
}
ul.tags-list li {
  flex: none;
}
ul.tags-list li a {
  display: block;
  border: 1px solid currentColor;
  border-radius: 0.7222222222rem;
  padding: 0.2222222222rem 1.1111111111rem;
  font-size: 0.6666666667rem;
  line-height: 1;
  color: currentColor;
  text-decoration: none;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  ul.tags-list li a {
    border-radius: 1.1111111111rem;
    padding: 0.3333333333rem 1.6666666667rem;
    font-size: 1rem;
  }
}
ul.tags-list li a:hover {
  background: #56C2E8;
  border-color: #56C2E8;
  color: #1B1D3C;
}

.page-template-produce-page section#top {
  background-color: #1B1D3C;
  padding-top: 2.2222222222rem;
  padding-bottom: 2.2222222222rem;
}
@media (min-width: 1025px) {
  .page-template-produce-page section#top {
    padding-top: 8.8888888889rem;
    padding-bottom: 10.5555555556rem;
  }
}
@media (min-width: 1025px) {
  .page-template-produce-page section#top .container {
    display: flex;
    width: 89.58%;
  }
}
.page-template-produce-page section#top h1 {
  font-weight: 400;
  font-size: 1.6666666667rem;
  line-height: 1.05;
  color: #F7D135;
  margin: 0 0 1.1111111111rem 0;
  text-align: left;
  text-transform: initial;
}
@media (min-width: 1025px) {
  .page-template-produce-page section#top h1 {
    font-size: 5.5555555556rem;
    margin: 0 2.2222222222rem 0 0;
    width: 55%;
    flex: none;
  }
}
.page-template-produce-page section#top h1 b {
  font-weight: 700;
}
.page-template-produce-page section#top .text {
  font-size: 0.8888888889rem;
  line-height: 1.38;
  color: #FFFFFF;
}
@media (min-width: 1025px) {
  .page-template-produce-page section#top .text {
    font-size: 1.7777777778rem;
  }
}
.page-template-produce-page section#top .text ul {
  margin: 0;
}
.page-template-produce-page section#top .text p + ul {
  margin-top: -1em;
}
.page-template-produce-page section#stories {
  color: #ffffff;
  background-color: #1B1D3C;
}
.page-template-produce-page section#stories #stories-slider {
  position: relative;
  margin: auto;
}
@media (min-width: 1025px) {
  .page-template-produce-page section#stories #stories-slider {
    max-width: 46.1111111111rem;
  }
}
.page-template-produce-page section#stories #stories-slider .arrows {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  border: 1px solid #ffffff;
  padding: 0.6111111111rem;
}
@media (max-width: 1024px) {
  .page-template-produce-page section#stories #stories-slider .arrows {
    margin: 0 auto 1.0555555556rem auto;
  }
}
@media (min-width: 1025px) {
  .page-template-produce-page section#stories #stories-slider .arrows {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(calc(-100% - 20px));
    border-width: 2px;
    padding: 1rem;
  }
}
.page-template-produce-page section#stories #stories-slider .arrows .date {
  font-weight: 700;
  font-size: 0.6666666667rem;
  line-height: 1;
  letter-spacing: 0.02em;
  margin: 0 0.5555555556rem;
}
@media (min-width: 1025px) {
  .page-template-produce-page section#stories #stories-slider .arrows .date {
    font-size: 1.1111111111rem;
    margin: 0 1.1111111111rem;
  }
}
.page-template-produce-page section#stories #stories-slider .arrows .swiper-button-prev,
.page-template-produce-page section#stories #stories-slider .arrows .swiper-button-next {
  color: #ffffff;
  transform: rotate(90deg);
  flex: none;
  position: initial;
  margin: 0;
  width: 0.7777777778rem;
  height: auto;
  left: 0;
  top: 0;
}
@media (min-width: 1025px) {
  .page-template-produce-page section#stories #stories-slider .arrows .swiper-button-prev,
  .page-template-produce-page section#stories #stories-slider .arrows .swiper-button-next {
    width: 1.2777777778rem;
  }
}
.page-template-produce-page section#stories #stories-slider .arrows .swiper-button-prev:after,
.page-template-produce-page section#stories #stories-slider .arrows .swiper-button-next:after {
  content: none;
}
.page-template-produce-page section#stories #stories-slider .arrows .swiper-button-next {
  transform: rotate(-90deg);
}
.page-template-produce-page section#stories #stories-slider .table {
  border: 2px solid #ffffff;
  text-align: center;
}
.page-template-produce-page section#stories #stories-slider .table header {
  font-weight: 700;
  font-size: 0.8888888889rem;
  line-height: 1;
  text-transform: uppercase;
  color: #56C2E8;
  padding: 0.9444444444rem;
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 1025px) {
  .page-template-produce-page section#stories #stories-slider .table header {
    font-size: 1.5555555556rem;
    padding: 1.6666666667rem;
    border-width: 2px;
  }
}
.page-template-produce-page section#stories #stories-slider .table .theme-item {
  padding: 0.9444444444rem;
}
@media (min-width: 1025px) {
  .page-template-produce-page section#stories #stories-slider .table .theme-item {
    padding: 1.6666666667rem;
  }
}
.page-template-produce-page section#stories #stories-slider .table .theme-item:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 1025px) {
  .page-template-produce-page section#stories #stories-slider .table .theme-item:not(:last-child) {
    border-width: 2px;
  }
}

.page-template-produce-page-new section#top,
.page-template-digest-page section#top,
.page-template-brainhub-page section#top {
  background-color: #1B1D3C;
  padding-top: 2.2222222222rem;
  padding-bottom: 2.2222222222rem;
}
@media (min-width: 1025px) {
  .page-template-produce-page-new section#top,
  .page-template-digest-page section#top,
  .page-template-brainhub-page section#top {
    padding-top: 2.7777777778rem;
    padding-bottom: 4.4444444444rem;
  }
}
@media (min-width: 1025px) {
  .page-template-produce-page-new section#top .container,
  .page-template-digest-page section#top .container,
  .page-template-brainhub-page section#top .container {
    display: flex;
    width: 89.58%;
  }
}
.page-template-produce-page-new section#top .logo,
.page-template-digest-page section#top .logo,
.page-template-brainhub-page section#top .logo {
  width: 9.4444444444rem;
  flex: none;
  margin-bottom: 1.1111111111rem;
}
@media (min-width: 1025px) {
  .page-template-produce-page-new section#top .logo,
  .page-template-digest-page section#top .logo,
  .page-template-brainhub-page section#top .logo {
    width: 30.4444444444rem;
    margin: 0 5.5555555556rem 0 0;
    padding-top: 0.5em;
  }
}
.page-template-produce-page-new section#top .logo img,
.page-template-digest-page section#top .logo img,
.page-template-brainhub-page section#top .logo img {
  display: block;
  width: 100%;
  height: auto;
}
.page-template-produce-page-new section#top h1,
.page-template-digest-page section#top h1,
.page-template-brainhub-page section#top h1 {
  font-weight: 400;
  font-size: 1.6666666667rem;
  line-height: 1.05;
  margin: 0 0 1.1111111111rem 0;
  text-align: left;
  text-transform: initial;
}
@media (min-width: 1025px) {
  .page-template-produce-page-new section#top h1,
  .page-template-digest-page section#top h1,
  .page-template-brainhub-page section#top h1 {
    font-size: 5rem;
    margin: 0 0 1.1111111111rem 0;
  }
}
.page-template-produce-page-new section#top h1 b,
.page-template-digest-page section#top h1 b,
.page-template-brainhub-page section#top h1 b {
  font-weight: 700;
}
.page-template-produce-page-new section#top .text,
.page-template-digest-page section#top .text,
.page-template-brainhub-page section#top .text {
  font-size: 0.7777777778rem;
  line-height: 1.38;
  color: #FFFFFF;
}
@media (min-width: 1025px) {
  .page-template-produce-page-new section#top .text,
  .page-template-digest-page section#top .text,
  .page-template-brainhub-page section#top .text {
    font-size: 1.3333333333rem;
  }
}
.page-template-produce-page-new section#top .text ul,
.page-template-digest-page section#top .text ul,
.page-template-brainhub-page section#top .text ul {
  margin: 0;
}
.page-template-produce-page-new section#top .text p:last-child,
.page-template-digest-page section#top .text p:last-child,
.page-template-brainhub-page section#top .text p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .page-template-produce-page-new section#contacts,
  .page-template-digest-page section#contacts,
  .page-template-brainhub-page section#contacts {
    padding: 2.5rem 0;
  }
}
@media (min-width: 1025px) {
  .page-template-produce-page-new section#contacts h2,
  .page-template-digest-page section#contacts h2,
  .page-template-brainhub-page section#contacts h2 {
    font-size: 1.5555555556rem;
    margin-bottom: 1.1111111111rem;
  }
}
.page-template-produce-page-new section#stories,
.page-template-digest-page section#stories,
.page-template-brainhub-page section#stories {
  color: #ffffff;
  background-color: #1B1D3C;
}
.page-template-produce-page-new section#stories #stories-slider,
.page-template-digest-page section#stories #stories-slider,
.page-template-brainhub-page section#stories #stories-slider {
  position: relative;
  margin: auto;
}
@media (min-width: 1025px) {
  .page-template-produce-page-new section#stories #stories-slider,
  .page-template-digest-page section#stories #stories-slider,
  .page-template-brainhub-page section#stories #stories-slider {
    display: grid;
    grid-template-columns: 1fr 46.2777777778rem 1fr;
    grid-gap: 1.3333333333rem;
  }
}
@media (min-width: 1025px) {
  .page-template-produce-page-new section#stories #stories-slider .left-block,
  .page-template-digest-page section#stories #stories-slider .left-block,
  .page-template-brainhub-page section#stories #stories-slider .left-block {
    justify-self: flex-end;
  }
}
.page-template-produce-page-new section#stories #stories-slider .arrows,
.page-template-digest-page section#stories #stories-slider .arrows,
.page-template-brainhub-page section#stories #stories-slider .arrows {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  border: 1px solid #ffffff;
  padding: 0.6111111111rem;
}
@media (max-width: 1024px) {
  .page-template-produce-page-new section#stories #stories-slider .arrows,
  .page-template-digest-page section#stories #stories-slider .arrows,
  .page-template-brainhub-page section#stories #stories-slider .arrows {
    margin: 0 auto 0.5555555556rem auto;
  }
}
@media (min-width: 1025px) {
  .page-template-produce-page-new section#stories #stories-slider .arrows,
  .page-template-digest-page section#stories #stories-slider .arrows,
  .page-template-brainhub-page section#stories #stories-slider .arrows {
    border-width: 2px;
    padding: 1rem;
    margin-bottom: 1.2777777778rem;
    margin-left: auto;
  }
}
.page-template-produce-page-new section#stories #stories-slider .arrows .date,
.page-template-digest-page section#stories #stories-slider .arrows .date,
.page-template-brainhub-page section#stories #stories-slider .arrows .date {
  font-weight: 700;
  font-size: 0.6666666667rem;
  line-height: 1;
  letter-spacing: 0.02em;
  margin: 0 0.5555555556rem;
}
@media (min-width: 1025px) {
  .page-template-produce-page-new section#stories #stories-slider .arrows .date,
  .page-template-digest-page section#stories #stories-slider .arrows .date,
  .page-template-brainhub-page section#stories #stories-slider .arrows .date {
    font-size: 1.1111111111rem;
    margin: 0 1.1111111111rem;
  }
}
.page-template-produce-page-new section#stories #stories-slider .arrows .swiper-button-prev,
.page-template-produce-page-new section#stories #stories-slider .arrows .swiper-button-next,
.page-template-digest-page section#stories #stories-slider .arrows .swiper-button-prev,
.page-template-digest-page section#stories #stories-slider .arrows .swiper-button-next,
.page-template-brainhub-page section#stories #stories-slider .arrows .swiper-button-prev,
.page-template-brainhub-page section#stories #stories-slider .arrows .swiper-button-next {
  color: #ffffff;
  transform: rotate(90deg);
  flex: none;
  position: initial;
  margin: 0;
  width: 0.7777777778rem;
  height: auto;
  left: 0;
  top: 0;
}
@media (min-width: 1025px) {
  .page-template-produce-page-new section#stories #stories-slider .arrows .swiper-button-prev,
  .page-template-produce-page-new section#stories #stories-slider .arrows .swiper-button-next,
  .page-template-digest-page section#stories #stories-slider .arrows .swiper-button-prev,
  .page-template-digest-page section#stories #stories-slider .arrows .swiper-button-next,
  .page-template-brainhub-page section#stories #stories-slider .arrows .swiper-button-prev,
  .page-template-brainhub-page section#stories #stories-slider .arrows .swiper-button-next {
    width: 1.2777777778rem;
  }
}
.page-template-produce-page-new section#stories #stories-slider .arrows .swiper-button-prev:after,
.page-template-produce-page-new section#stories #stories-slider .arrows .swiper-button-next:after,
.page-template-digest-page section#stories #stories-slider .arrows .swiper-button-prev:after,
.page-template-digest-page section#stories #stories-slider .arrows .swiper-button-next:after,
.page-template-brainhub-page section#stories #stories-slider .arrows .swiper-button-prev:after,
.page-template-brainhub-page section#stories #stories-slider .arrows .swiper-button-next:after {
  content: none;
}
.page-template-produce-page-new section#stories #stories-slider .arrows .swiper-button-next,
.page-template-digest-page section#stories #stories-slider .arrows .swiper-button-next,
.page-template-brainhub-page section#stories #stories-slider .arrows .swiper-button-next {
  transform: rotate(-90deg);
}
@media (max-width: 1024px) {
  .page-template-produce-page-new section#stories #stories-slider .search,
  .page-template-digest-page section#stories #stories-slider .search,
  .page-template-brainhub-page section#stories #stories-slider .search {
    width: 70%;
    margin: 0 auto 1.1111111111rem auto;
  }
}
.page-template-produce-page-new section#stories #stories-slider .search form,
.page-template-digest-page section#stories #stories-slider .search form,
.page-template-brainhub-page section#stories #stories-slider .search form {
  position: relative;
}
.page-template-produce-page-new section#stories #stories-slider .search form input,
.page-template-digest-page section#stories #stories-slider .search form input,
.page-template-brainhub-page section#stories #stories-slider .search form input {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-size: 0.6666666667rem;
  line-height: 1;
  padding: 0.8em 3em 0.8em 1em;
  border: none;
  -webkit-appearance: none;
}
@media (min-width: 768px) {
  .page-template-produce-page-new section#stories #stories-slider .search form input,
  .page-template-digest-page section#stories #stories-slider .search form input,
  .page-template-brainhub-page section#stories #stories-slider .search form input {
    font-size: 0.8333333333rem;
  }
}
@media (min-width: 1025px) {
  .page-template-produce-page-new section#stories #stories-slider .search form input,
  .page-template-digest-page section#stories #stories-slider .search form input,
  .page-template-brainhub-page section#stories #stories-slider .search form input {
    font-size: 1.1111111111rem;
  }
}
.page-template-produce-page-new section#stories #stories-slider .search form .search-submit,
.page-template-digest-page section#stories #stories-slider .search form .search-submit,
.page-template-brainhub-page section#stories #stories-slider .search form .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: none;
  background: transparent;
  padding: 0 0.5555555556rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1025px) {
  .page-template-produce-page-new section#stories #stories-slider .search form .search-submit,
  .page-template-digest-page section#stories #stories-slider .search form .search-submit,
  .page-template-brainhub-page section#stories #stories-slider .search form .search-submit {
    padding: 0 1.1111111111rem;
  }
}
.page-template-produce-page-new section#stories #stories-slider .search form .search-submit svg,
.page-template-digest-page section#stories #stories-slider .search form .search-submit svg,
.page-template-brainhub-page section#stories #stories-slider .search form .search-submit svg {
  width: 0.7777777778rem;
  height: auto;
}
@media (min-width: 1025px) {
  .page-template-produce-page-new section#stories #stories-slider .search form .search-submit svg,
  .page-template-digest-page section#stories #stories-slider .search form .search-submit svg,
  .page-template-brainhub-page section#stories #stories-slider .search form .search-submit svg {
    width: 1.2777777778rem;
  }
}
@media (max-width: 1024px) {
  .page-template-produce-page-new section#stories #stories-slider .tags,
  .page-template-digest-page section#stories #stories-slider .tags,
  .page-template-brainhub-page section#stories #stories-slider .tags {
    margin-bottom: 1.1111111111rem;
  }
}
@media (min-width: 1025px) {
  .page-template-produce-page-new section#stories #stories-slider .tags,
  .page-template-digest-page section#stories #stories-slider .tags,
  .page-template-brainhub-page section#stories #stories-slider .tags {
    position: relative;
    order: 1;
  }
}
.page-template-produce-page-new section#stories #stories-slider .tags ul.tags-list,
.page-template-digest-page section#stories #stories-slider .tags ul.tags-list,
.page-template-brainhub-page section#stories #stories-slider .tags ul.tags-list {
  overflow: auto;
}
@media (max-width: 1024px) {
  .page-template-produce-page-new section#stories #stories-slider .tags ul.tags-list,
  .page-template-digest-page section#stories #stories-slider .tags ul.tags-list,
  .page-template-brainhub-page section#stories #stories-slider .tags ul.tags-list {
    max-height: 9.6111111111rem;
  }
}
@media (min-width: 1025px) {
  .page-template-produce-page-new section#stories #stories-slider .tags ul.tags-list,
  .page-template-digest-page section#stories #stories-slider .tags ul.tags-list,
  .page-template-brainhub-page section#stories #stories-slider .tags ul.tags-list {
    position: absolute;
    width: 100%;
    max-height: 100%;
    left: 0;
    top: 0;
  }
}
.page-template-produce-page-new section#stories #stories-slider .tags ul.tags-list::-webkit-scrollbar,
.page-template-digest-page section#stories #stories-slider .tags ul.tags-list::-webkit-scrollbar,
.page-template-brainhub-page section#stories #stories-slider .tags ul.tags-list::-webkit-scrollbar {
  width: 11px;
}
.page-template-produce-page-new section#stories #stories-slider .tags ul.tags-list::-webkit-scrollbar-track,
.page-template-digest-page section#stories #stories-slider .tags ul.tags-list::-webkit-scrollbar-track,
.page-template-brainhub-page section#stories #stories-slider .tags ul.tags-list::-webkit-scrollbar-track {
  background: transparent;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
.page-template-produce-page-new section#stories #stories-slider .tags ul.tags-list::-webkit-scrollbar-thumb,
.page-template-digest-page section#stories #stories-slider .tags ul.tags-list::-webkit-scrollbar-thumb,
.page-template-brainhub-page section#stories #stories-slider .tags ul.tags-list::-webkit-scrollbar-thumb {
  background: #FFFFFF;
  border-radius: 5px;
}
.page-template-produce-page-new section#stories #stories-slider .swiper,
.page-template-digest-page section#stories #stories-slider .swiper,
.page-template-brainhub-page section#stories #stories-slider .swiper {
  width: 100%;
}
.page-template-produce-page-new section#stories #stories-slider .swiper .table,
.page-template-digest-page section#stories #stories-slider .swiper .table,
.page-template-brainhub-page section#stories #stories-slider .swiper .table {
  border: 2px solid #ffffff;
  text-align: center;
}
.page-template-produce-page-new section#stories #stories-slider .swiper .table header,
.page-template-digest-page section#stories #stories-slider .swiper .table header,
.page-template-brainhub-page section#stories #stories-slider .swiper .table header {
  font-weight: 700;
  font-size: 0.8888888889rem;
  line-height: 1;
  text-transform: uppercase;
  color: #56C2E8;
  padding: 0.9444444444rem;
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 1025px) {
  .page-template-produce-page-new section#stories #stories-slider .swiper .table header,
  .page-template-digest-page section#stories #stories-slider .swiper .table header,
  .page-template-brainhub-page section#stories #stories-slider .swiper .table header {
    font-size: 1.5555555556rem;
    padding: 1.6666666667rem;
    border-width: 2px;
  }
}
.page-template-produce-page-new section#stories #stories-slider .swiper .table .theme-item,
.page-template-digest-page section#stories #stories-slider .swiper .table .theme-item,
.page-template-brainhub-page section#stories #stories-slider .swiper .table .theme-item {
  padding: 0.9444444444rem;
}
@media (min-width: 1025px) {
  .page-template-produce-page-new section#stories #stories-slider .swiper .table .theme-item,
  .page-template-digest-page section#stories #stories-slider .swiper .table .theme-item,
  .page-template-brainhub-page section#stories #stories-slider .swiper .table .theme-item {
    padding: 1.6666666667rem;
  }
}
.page-template-produce-page-new section#stories #stories-slider .swiper .table .theme-item:not(:last-child),
.page-template-digest-page section#stories #stories-slider .swiper .table .theme-item:not(:last-child),
.page-template-brainhub-page section#stories #stories-slider .swiper .table .theme-item:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 1025px) {
  .page-template-produce-page-new section#stories #stories-slider .swiper .table .theme-item:not(:last-child),
  .page-template-digest-page section#stories #stories-slider .swiper .table .theme-item:not(:last-child),
  .page-template-brainhub-page section#stories #stories-slider .swiper .table .theme-item:not(:last-child) {
    border-width: 2px;
  }
}

.page-template-brainhub-page section#page-content {
  padding-bottom: 0;
  padding-top: 1.1111111111rem;
}
@media (min-width: 1025px) {
  .page-template-brainhub-page section#page-content {
    padding-top: 2.5rem;
    padding-bottom: 1.1111111111rem;
  }
}
.page-template-brainhub-page section#page-content p {
  margin-bottom: 1.1111111111rem;
}
@media (min-width: 1025px) {
  .page-template-brainhub-page section#page-content p {
    margin-bottom: 2.2222222222rem;
  }
}
.page-template-brainhub-page section#top {
  padding-bottom: 1.9444444444rem;
}
@media (min-width: 1025px) {
  .page-template-brainhub-page section#top {
    padding-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .page-template-brainhub-page section#top .text {
    margin-right: 2.7777777778rem;
  }
}
.page-template-brainhub-page section#top .text h1 {
  color: #F7D135;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.4444444444rem;
  margin: 0 0 1.1111111111rem 0;
  text-align: left;
  text-transform: initial;
}
@media (min-width: 1025px) {
  .page-template-brainhub-page section#top .text h1 {
    font-size: 6.1111111111rem;
    padding: 1.9444444444rem 0;
  }
}
.page-template-brainhub-page section#top .text h1 b {
  font-weight: 700;
}
.page-template-brainhub-page section#top .text h2 {
  font-weight: 700;
  font-size: 0.7777777778rem;
  line-height: 1.1111111111rem;
  margin: 0;
  text-align: left;
  text-transform: initial;
}
@media (min-width: 1025px) {
  .page-template-brainhub-page section#top .text h2 {
    font-size: 1.7777777778rem;
    margin: 0 0 4.6666666667rem 0;
    line-height: 2.4444444444rem;
  }
}
.page-template-brainhub-page section#top .text h2 b {
  font-weight: 700;
}
.page-template-brainhub-page section#top .logo img {
  width: 5.6111111111rem;
}
@media (min-width: 1025px) {
  .page-template-brainhub-page section#top .logo img {
    width: 80%;
  }
}
.page-template-brainhub-page .single-page .content {
  font-size: 0.7777777778rem;
  font-weight: 400;
  line-height: 1.1111111111rem;
}
@media (min-width: 1025px) {
  .page-template-brainhub-page .single-page .content {
    flex: none;
    font-size: 1.7777777778rem;
    line-height: 2.4444444444rem;
    width: 70.5555555556rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-brainhub-page .previous-brainhubs {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .page-template-brainhub-page .previous-brainhubs {
    margin-top: 0;
    padding-top: 0;
  }
}
@media (min-width: 1025px) {
  .page-template-brainhub-page .previous-brainhubs {
    margin-top: 0;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .page-template-brainhub-page .previous-brainhubs .container {
    border-bottom: 1px solid #C4C4C4;
  }
}
.page-template-brainhub-page .previous-brainhubs .container header {
  border-top: 1px solid #C4C4C4;
  display: flex;
  align-items: initial;
  justify-content: space-between;
  padding: 1.1111111111rem 0 0.5555555556rem 0;
}
@media (min-width: 768px) {
  .page-template-brainhub-page .previous-brainhubs .container header {
    padding: 1.6666666667rem 0;
  }
}
@media (min-width: 1025px) {
  .page-template-brainhub-page .previous-brainhubs .container header {
    padding: 2.2222222222rem 0;
  }
}
.page-template-brainhub-page .previous-brainhubs .container header h2 {
  margin: 0;
  font-weight: 700;
  font-size: 1.3333333333rem;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: left;
}
@media (min-width: 768px) {
  .page-template-brainhub-page .previous-brainhubs .container header h2 {
    font-size: 1.6666666667rem;
  }
}
@media (min-width: 1025px) {
  .page-template-brainhub-page .previous-brainhubs .container header h2 {
    font-size: 2.4444444444rem;
  }
}
.page-template-brainhub-page .previous-brainhubs .container header a.all {
  flex: none;
  font-weight: 700;
  font-size: 0.6666666667rem;
  line-height: 1;
  text-transform: uppercase;
  color: #56C2E8;
  margin-left: 1rem;
  text-decoration: none;
  max-width: 5.5555555556rem;
  padding-top: 0.1666666667rem;
}
@media (min-width: 768px) {
  .page-template-brainhub-page .previous-brainhubs .container header a.all {
    font-size: 1rem;
    max-width: unset;
  }
}
@media (min-width: 1025px) {
  .page-template-brainhub-page .previous-brainhubs .container header a.all {
    font-size: 1.3333333333rem;
    max-width: unset;
  }
}
.page-template-brainhub-page .brainhubs-list {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .page-template-brainhub-page .brainhubs-list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.6666666667rem;
  }
}
@media (min-width: 1025px) {
  .page-template-brainhub-page .brainhubs-list {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2.3333333333rem;
  }
}
.page-template-brainhub-page .brainhub-item {
  padding-bottom: 1.1111111111rem;
  padding-top: 1.1111111111rem;
  border-bottom: 1px solid #C4C4C4;
}
@media (min-width: 768px) {
  .page-template-brainhub-page .brainhub-item {
    padding-top: 0;
    padding-bottom: 2.2222222222rem;
    border-bottom: none;
  }
}
.page-template-brainhub-page .brainhub-item .date {
  font-weight: 700;
  font-size: 0.6666666667rem;
  line-height: 1;
  color: #BCBCBC;
  margin-bottom: 0.8em;
}
@media (min-width: 768px) {
  .page-template-brainhub-page .brainhub-item .date {
    font-size: 0.8888888889rem;
  }
}
@media (min-width: 1025px) {
  .page-template-brainhub-page .brainhub-item .date {
    margin-bottom: 0.8888888889rem;
    font-size: 1.2222222222rem;
  }
}
.page-template-brainhub-page .brainhub-item h2.title,
.page-template-brainhub-page .brainhub-item h3.title {
  font-weight: 700;
  font-size: 1.2222222222rem;
  line-height: normal;
  color: #1B1D3C;
  margin: 0 0 1.1111111111rem 0;
  text-align: left;
}
@media (min-width: 768px) {
  .page-template-brainhub-page .brainhub-item h2.title,
  .page-template-brainhub-page .brainhub-item h3.title {
    font-size: 1.3333333333rem;
    margin-bottom: 1.1111111111rem;
  }
}
@media (min-width: 1025px) {
  .page-template-brainhub-page .brainhub-item h2.title,
  .page-template-brainhub-page .brainhub-item h3.title {
    font-size: 1.6666666667rem;
    margin-bottom: 1.1111111111rem;
  }
}
.page-template-brainhub-page .brainhub-item h2.title a,
.page-template-brainhub-page .brainhub-item h3.title a {
  color: inherit;
  text-decoration: none;
}
.page-template-brainhub-page .brainhub-item h3.title {
  color: #FFFFFF;
}
.page-template-brainhub-page .brainhub-item .read-more a {
  font-weight: 700;
  font-size: 0.6666666667rem;
  line-height: 1;
  text-transform: uppercase;
  color: #56C2E8;
  text-decoration: none;
}
@media (min-width: 768px) {
  .page-template-brainhub-page .brainhub-item .read-more a {
    font-size: 0.8888888889rem;
  }
}
@media (min-width: 1025px) {
  .page-template-brainhub-page .brainhub-item .read-more a {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .page-template-brainhub-page .brainhubs-contacts {
    padding-top: 3.3333333333rem;
    padding-bottom: 3.3333333333rem;
  }
}
.page-template-brainhub-page .brainhubs-contacts .title h2 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .page-template-brainhub-page .brainhubs-contacts .title h2 {
    margin-bottom: 0.8333333333rem;
  }
}
.page-template-brainhub-page .brainhubs-contacts .links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.page-template-brainhub-page .brainhubs-contacts .links .mail-link,
.page-template-brainhub-page .brainhubs-contacts .links .phone-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 0 1em;
  margin-top: 0.8333333333rem;
}
@media (min-width: 1025px) {
  .page-template-brainhub-page .brainhubs-contacts .links .mail-link,
  .page-template-brainhub-page .brainhubs-contacts .links .phone-link {
    margin-top: 0;
  }
}
@media (min-width: 1025px) {
  .page-template-brainhub-page .brainhubs-contacts .links .mail-link,
  .page-template-brainhub-page .brainhubs-contacts .links .phone-link {
    padding: 0 3em;
  }
}
.page-template-brainhub-page .brainhubs-contacts .links .mail-link img,
.page-template-brainhub-page .brainhubs-contacts .links .phone-link img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-template-brainhub-page .brainhubs-contacts .links .mail-link .content,
.page-template-brainhub-page .brainhubs-contacts .links .phone-link .content {
  color: #1B1D3C;
  font-size: 0.5555555556rem;
  font-weight: 700;
  position: relative;
}
@media (min-width: 1025px) {
  .page-template-brainhub-page .brainhubs-contacts .links .mail-link .content,
  .page-template-brainhub-page .brainhubs-contacts .links .phone-link .content {
    font-weight: 400;
    font-size: 1.7777777778rem;
  }
}
.page-template-brainhub-page .brainhubs-contacts .contact-text {
  font-size: 0.6666666667rem;
  font-weight: 400;
  line-height: 1.38;
  text-align: center;
  margin-top: 1.1111111111rem;
}
@media (min-width: 1025px) {
  .page-template-brainhub-page .brainhubs-contacts .contact-text {
    font-size: 0.8888888889rem;
    margin-top: 1.9444444444rem;
    flex: none;
    width: 62.4444444444rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.page-template-digest-page section#form {
  padding-bottom: 0.2777777778rem;
}
@media (min-width: 1025px) {
  .page-template-digest-page section#form {
    padding-bottom: 1.5rem;
  }
  .page-template-digest-page section#form .container {
    width: 71%;
  }
}
.page-template-digest-page section#form h3 {
  font-weight: 700;
  font-size: 1.3333333333rem;
  line-height: 1.25;
  text-transform: uppercase;
  margin: 0 0 1.6666666667rem 0;
}
@media (min-width: 1025px) {
  .page-template-digest-page section#form h3 {
    font-size: 1.5555555556rem;
    line-height: 1.36;
    margin-bottom: 2.7222222222rem;
  }
}
@media (max-width: 1024px) {
  .page-template-digest-page section#form h3 {
    text-align: center;
  }
}
.page-template-digest-page section#form form {
  margin-bottom: 1.6666666667rem;
}
@media (min-width: 1025px) {
  .page-template-digest-page section#form form {
    margin-bottom: 2.1111111111rem;
  }
}
.page-template-digest-page section#form form p {
  margin: 0;
}
.page-template-digest-page section#form form .wpcf7-form-control-wrap {
  display: block;
  margin: 0 0 1.2222222222rem 0;
}
@media (min-width: 1025px) {
  .page-template-digest-page section#form form .wpcf7-form-control-wrap {
    margin-bottom: 2.1111111111rem;
  }
}
.page-template-digest-page section#form form input {
  display: block;
  width: 100%;
  height: 2.2222222222rem;
  padding: 0.5555555556rem;
  font-weight: 400;
  font-size: 0.6111111111rem;
  line-height: 1.2;
  border: 2px solid #1B1D3C;
}
@media (min-width: 1025px) {
  .page-template-digest-page section#form form input {
    height: 3.6666666667rem;
    padding: 0.9444444444rem;
    font-size: 1rem;
    border-width: 3px;
  }
}
.page-template-digest-page section#form form input.wpcf7-submit {
  width: auto;
  height: auto;
  border: none;
  background: url("images/produce_link.svg") no-repeat center;
  background-size: contain;
  font-weight: 700;
  font-size: 0.5555555556rem;
  line-height: 1;
  padding: 1.2em 3em;
  text-transform: uppercase;
  color: #1B1D3C;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .page-template-digest-page section#form form input.wpcf7-submit {
    font-size: 0.8888888889rem;
    padding: 1.7em 5em;
    margin-left: -1em;
  }
}
.page-template-digest-page section#form form input.wpcf7-submit + .wpcf7-spinner {
  display: block;
  margin: 0 auto -24px auto;
}
@media (max-width: 1024px) {
  .page-template-digest-page section#form form input.wpcf7-submit {
    margin: auto;
  }
  .page-template-digest-page section#form form input.wpcf7-submit + .wpcf7-spinner {
    margin-left: auto;
  }
}
.page-template-digest-page section#form form .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.6666666667rem;
       column-gap: 0.6666666667rem;
  row-gap: 0.9444444444rem;
  margin-bottom: 1.6111111111rem;
}
@media (min-width: 1025px) {
  .page-template-digest-page section#form form .wpcf7-radio {
    -moz-column-gap: 1.1111111111rem;
         column-gap: 1.1111111111rem;
    row-gap: 1.2222222222rem;
    margin-bottom: 2.7222222222rem;
  }
}
@media (max-width: 1024px) {
  .page-template-digest-page section#form form .wpcf7-radio {
    justify-content: center;
  }
}
.page-template-digest-page section#form form .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.page-template-digest-page section#form form .wpcf7-radio label {
  display: block;
  border-radius: 0.6111111111rem;
  cursor: pointer;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .page-template-digest-page section#form form .wpcf7-radio label {
    border-radius: 1.0555555556rem;
  }
}
.page-template-digest-page section#form form .wpcf7-radio label input {
  display: none;
}
.page-template-digest-page section#form form .wpcf7-radio label input:checked + span {
  color: #FFFFFF;
  background: #1B1D3C;
}
.page-template-digest-page section#form form .wpcf7-radio label span {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 0.6111111111rem;
  line-height: 1.2;
  color: #000000;
  padding: 0.0555555556rem 0.3333333333rem 0.0555555556rem 0.0555555556rem;
  border-radius: 0.6111111111rem;
  border: 2px solid #1B1D3C;
}
@media (min-width: 1025px) {
  .page-template-digest-page section#form form .wpcf7-radio label span {
    font-size: 1rem;
    padding: 0.1111111111rem 0.8333333333rem 0.1111111111rem 0.1111111111rem;
    border-radius: 1.0555555556rem;
    border-width: 3px;
  }
}
.page-template-digest-page section#form form .wpcf7-radio label span:before {
  content: "";
  display: block;
  flex: none;
  width: 0.9444444444rem;
  height: 0.9444444444rem;
  margin-right: 0.2222222222rem;
}
@media (min-width: 1025px) {
  .page-template-digest-page section#form form .wpcf7-radio label span:before {
    width: 1.5555555556rem;
    height: 1.5555555556rem;
    margin-right: 0.4444444444rem;
  }
}
.page-template-digest-page section#form form .wpcf7-radio .wpcf7-list-item:nth-child(1) label span:before {
  background: url("images/flag-en.svg") no-repeat center;
  background-size: contain;
}
.page-template-digest-page section#form form .wpcf7-radio .wpcf7-list-item:nth-child(2) label span:before {
  background: url("images/flag-de.svg") no-repeat center;
  background-size: contain;
}
.page-template-digest-page section#form form .wpcf7-radio .wpcf7-list-item:nth-child(3) label span:before {
  background: url("images/flag-it.svg") no-repeat center;
  background-size: contain;
}
.page-template-digest-page section#form form .wpcf7-radio .wpcf7-list-item:nth-child(4) label span:before {
  background: url("images/flag-fr.svg") no-repeat center;
  background-size: contain;
}
.page-template-digest-page section#form form .wpcf7-radio .wpcf7-list-item:nth-child(5) label span:before {
  background: url("images/flag-es.svg") no-repeat center;
  background-size: contain;
}
.page-template-digest-page section#form form .wpcf7-radio .wpcf7-list-item:nth-child(6) label span:before {
  background: url("images/flag-hu.svg") no-repeat center;
  background-size: contain;
}
.page-template-digest-page section#form form .wpcf7-not-valid-tip,
.page-template-digest-page section#form form .wpcf7-response-output {
  font-size: 0.6666666667rem;
}
@media (min-width: 1025px) {
  .page-template-digest-page section#form form .wpcf7-not-valid-tip,
  .page-template-digest-page section#form form .wpcf7-response-output {
    font-size: 1rem;
  }
}
.page-template-digest-page section#form .form-below-text {
  font-weight: 700;
  font-size: 0.7777777778rem;
  line-height: 1.4;
}
@media (min-width: 1025px) {
  .page-template-digest-page section#form .form-below-text {
    font-size: 1.1111111111rem;
    line-height: 1.1;
  }
}
@media (max-width: 1024px) {
  .page-template-digest-page section#form .form-below-text {
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .page-template-digest-page section#feedback .container {
    width: 58%;
  }
}
.page-template-digest-page section#feedback h2 {
  margin-bottom: 0.5em;
}
.page-template-digest-page section#feedback .link {
  text-align: center;
  font-size: 0.7777777778rem;
}
@media (min-width: 1025px) {
  .page-template-digest-page section#feedback .link {
    font-size: 1.8888888889rem;
  }
}
.page-template-digest-page section#feedback .link a.mail-link {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  padding: 0 1em;
}
.page-template-digest-page section#feedback .link a.mail-link img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-template-digest-page section#feedback .link a.mail-link .content {
  position: relative;
}
@media (min-width: 1025px) {
  .page-template-digest-page section#feedback .produce-below-text {
    margin-top: 1.9444444444rem;
  }
}

@media (min-width: 1025px) {
  [lang=en-US] .page-template-digest-page section#top h1 {
    font-size: 4.4444444444rem;
  }
}

.page-template-produce-page .site-main,
.page-template-produce-page-new .site-main,
.page-template-digest-page .site-main,
.page-template-brainhub-page .site-main {
  padding: 0;
}
.page-template-produce-page section,
.page-template-produce-page-new section,
.page-template-digest-page section,
.page-template-brainhub-page section {
  padding: 1.6666666667rem 0;
}
@media (min-width: 1025px) {
  .page-template-produce-page section,
  .page-template-produce-page-new section,
  .page-template-digest-page section,
  .page-template-brainhub-page section {
    padding: 3.6111111111rem 0;
  }
}
.page-template-produce-page h2,
.page-template-produce-page-new h2,
.page-template-digest-page h2,
.page-template-brainhub-page h2 {
  font-family: "Plumb", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.3333333333rem;
  line-height: 1.36;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 1em 0;
}
@media (min-width: 1025px) {
  .page-template-produce-page h2,
  .page-template-produce-page-new h2,
  .page-template-digest-page h2,
  .page-template-brainhub-page h2 {
    font-size: 2.4444444444rem;
  }
}
.page-template-produce-page section#contacts .list,
.page-template-produce-page-new section#contacts .list,
.page-template-digest-page section#contacts .list,
.page-template-brainhub-page section#contacts .list {
  margin: auto;
}
@media (min-width: 768px) {
  .page-template-produce-page section#contacts .list,
  .page-template-produce-page-new section#contacts .list,
  .page-template-digest-page section#contacts .list,
  .page-template-brainhub-page section#contacts .list {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.page-template-produce-page section#contacts .list > div,
.page-template-produce-page-new section#contacts .list > div,
.page-template-digest-page section#contacts .list > div,
.page-template-brainhub-page section#contacts .list > div {
  padding: 1.1111111111rem 0.5555555556rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .page-template-produce-page section#contacts .list > div,
  .page-template-produce-page-new section#contacts .list > div,
  .page-template-digest-page section#contacts .list > div,
  .page-template-brainhub-page section#contacts .list > div {
    display: flex;
    align-items: center;
    padding: 1.3888888889rem;
  }
}
@media (min-width: 1025px) {
  .page-template-produce-page section#contacts .list > div,
  .page-template-produce-page-new section#contacts .list > div,
  .page-template-digest-page section#contacts .list > div,
  .page-template-brainhub-page section#contacts .list > div {
    padding: 1.3888888889rem 1.6666666667rem;
  }
}
.page-template-produce-page section#contacts .list > div .name,
.page-template-produce-page-new section#contacts .list > div .name,
.page-template-digest-page section#contacts .list > div .name,
.page-template-brainhub-page section#contacts .list > div .name {
  font-weight: 700;
  font-size: 1.3333333333rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #56C2E8;
  margin-bottom: 0.5em;
}
@media (min-width: 1025px) {
  .page-template-produce-page section#contacts .list > div .name,
  .page-template-produce-page-new section#contacts .list > div .name,
  .page-template-digest-page section#contacts .list > div .name,
  .page-template-brainhub-page section#contacts .list > div .name {
    font-size: 2.4444444444rem;
  }
}
.page-template-produce-page section#contacts .list > div:last-child .name,
.page-template-produce-page-new section#contacts .list > div:last-child .name,
.page-template-digest-page section#contacts .list > div:last-child .name,
.page-template-brainhub-page section#contacts .list > div:last-child .name {
  color: #F7D135;
}
.page-template-produce-page section#contacts .list > div .links,
.page-template-produce-page-new section#contacts .list > div .links,
.page-template-digest-page section#contacts .list > div .links,
.page-template-brainhub-page section#contacts .list > div .links {
  text-align: center;
  font-weight: 700;
  font-size: 0.7777777778rem;
  line-height: 1.5;
  color: #1B1D3C;
}
@media (min-width: 1025px) {
  .page-template-produce-page section#contacts .list > div .links,
  .page-template-produce-page-new section#contacts .list > div .links,
  .page-template-digest-page section#contacts .list > div .links,
  .page-template-brainhub-page section#contacts .list > div .links {
    font-size: 1.3333333333rem;
  }
}
.page-template-produce-page section#contacts .list > div .links a,
.page-template-produce-page-new section#contacts .list > div .links a,
.page-template-digest-page section#contacts .list > div .links a,
.page-template-brainhub-page section#contacts .list > div .links a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
.page-template-produce-page section#contacts .list > div .links a:hover,
.page-template-produce-page-new section#contacts .list > div .links a:hover,
.page-template-digest-page section#contacts .list > div .links a:hover,
.page-template-brainhub-page section#contacts .list > div .links a:hover {
  text-decoration: underline;
}
.page-template-produce-page section#contacts .list > div .social-menu ul,
.page-template-produce-page-new section#contacts .list > div .social-menu ul,
.page-template-digest-page section#contacts .list > div .social-menu ul,
.page-template-brainhub-page section#contacts .list > div .social-menu ul {
  justify-content: center;
  filter: invert(1);
  min-width: initial;
}
@media (min-width: 768px) {
  .page-template-produce-page section#contacts .list > div .social-menu ul,
  .page-template-produce-page-new section#contacts .list > div .social-menu ul,
  .page-template-digest-page section#contacts .list > div .social-menu ul,
  .page-template-brainhub-page section#contacts .list > div .social-menu ul {
    margin-left: 1rem;
  }
}
@media (min-width: 1025px) {
  .page-template-produce-page section#contacts .list > div .social-menu ul li a,
  .page-template-produce-page-new section#contacts .list > div .social-menu ul li a,
  .page-template-digest-page section#contacts .list > div .social-menu ul li a,
  .page-template-brainhub-page section#contacts .list > div .social-menu ul li a {
    width: 1.9444444444rem;
    height: 1.9444444444rem;
  }
}
.page-template-produce-page section#help h2,
.page-template-produce-page-new section#help h2,
.page-template-digest-page section#help h2,
.page-template-brainhub-page section#help h2 {
  margin-bottom: 0.5em;
}
.page-template-produce-page section#help .link,
.page-template-produce-page-new section#help .link,
.page-template-digest-page section#help .link,
.page-template-brainhub-page section#help .link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 0.7777777778rem;
}
@media (min-width: 1025px) {
  .page-template-produce-page section#help .link,
  .page-template-produce-page-new section#help .link,
  .page-template-digest-page section#help .link,
  .page-template-brainhub-page section#help .link {
    font-size: 1.8888888889rem;
  }
}
.page-template-produce-page section#help .link a.with-svg,
.page-template-produce-page-new section#help .link a.with-svg,
.page-template-digest-page section#help .link a.with-svg,
.page-template-brainhub-page section#help .link a.with-svg {
  width: 6.2777777778rem;
  margin-left: 0.5555555556rem;
}
@media (min-width: 1025px) {
  .page-template-produce-page section#help .link a.with-svg,
  .page-template-produce-page-new section#help .link a.with-svg,
  .page-template-digest-page section#help .link a.with-svg,
  .page-template-brainhub-page section#help .link a.with-svg {
    width: 13.3333333333rem;
  }
}
@media (min-width: 1025px) {
  .page-template-produce-page section#help .produce-below-text,
  .page-template-produce-page-new section#help .produce-below-text,
  .page-template-digest-page section#help .produce-below-text,
  .page-template-brainhub-page section#help .produce-below-text {
    margin-top: 1.9444444444rem;
  }
}

.produce-below-text {
  font-size: 0.6666666667rem;
  line-height: 1.38;
  text-align: center;
  margin-top: 1.1111111111rem;
}
@media (min-width: 1025px) {
  .produce-below-text {
    font-size: 0.8888888889rem;
    margin-top: 3.6111111111rem;
  }
}

@media (min-width: 1025px) {
  .page-template-faq-page .single-page .container {
    width: 81.8%;
  }
}
.page-template-faq-page .single-page .content {
  width: initial;
  font-size: 0.7777777778rem;
  margin-bottom: 1.6666666667rem;
}
@media (min-width: 768px) {
  .page-template-faq-page .single-page .content {
    font-size: 1rem;
    margin-bottom: 2.2222222222rem;
  }
}
@media (min-width: 1025px) {
  .page-template-faq-page .single-page .content {
    font-size: 1.2222222222rem;
    margin-bottom: 3.3333333333rem;
  }
}

.faqs {
  border-bottom: 2px solid #1B1D3C;
}
@media (min-width: 1025px) {
  .faqs {
    border-width: 3px;
  }
}
.faqs .faq-item header {
  display: flex;
  align-items: flex-start;
  position: relative;
  font-size: 0.7777777778rem;
  font-weight: 700;
  color: #1B1D3C;
  text-transform: uppercase;
  padding: 1.3888888889rem 0;
  border-top: 2px solid #1B1D3C;
  cursor: pointer;
}
@media (min-width: 768px) {
  .faqs .faq-item header {
    font-size: 1.1111111111rem;
    padding: 1.6666666667rem 0;
  }
}
@media (min-width: 1025px) {
  .faqs .faq-item header {
    align-items: center;
    font-size: 1.3333333333rem;
    padding: 2.2222222222rem 0;
    border-width: 3px;
  }
}
.faqs .faq-item header .num {
  flex: none;
  font-size: 1.3333333333rem;
  line-height: 1;
  color: #56C2E8;
  margin-right: 0.5555555556rem;
}
@media (min-width: 768px) {
  .faqs .faq-item header .num {
    font-size: 1.6666666667rem;
    margin-right: 1.1111111111rem;
  }
}
@media (min-width: 1025px) {
  .faqs .faq-item header .num {
    font-size: 2.4444444444rem;
    margin-right: 1.8888888889rem;
  }
}
.faqs .faq-item header .title {
  margin-right: auto;
}
.faqs .faq-item header img {
  flex: none;
  width: 0.6111111111rem;
  height: auto;
  transform: rotate(-90deg);
  margin-left: 0.5555555556rem;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .faqs .faq-item header img {
    width: 0.8333333333rem;
    margin-left: 1.1111111111rem;
  }
}
@media (min-width: 1025px) {
  .faqs .faq-item header img {
    width: 1rem;
    margin-left: 1.6666666667rem;
  }
}
.faqs .faq-item .faq-content {
  display: none;
  font-size: 0.7777777778rem;
  line-height: 1.1;
  padding: 0 1.1111111111rem 1.3888888889rem 1.6666666667rem;
}
@media (min-width: 768px) {
  .faqs .faq-item .faq-content {
    font-size: 1rem;
    padding: 0 1.6666666667rem 1.9444444444rem 2.8888888889rem;
  }
}
@media (min-width: 1025px) {
  .faqs .faq-item .faq-content {
    font-size: 1.2222222222rem;
    padding: 0 10.5555555556rem 2.7777777778rem 3.8888888889rem;
  }
}
.faqs .faq-item .faq-content ul {
  list-style-type: disc;
  padding-left: 2rem;
}
.faqs .faq-item .faq-content ul li {
  padding-left: 0;
}
.faqs .faq-item .faq-content ul li:before {
  content: none;
}
.faqs .faq-item.active header img {
  transform: rotate(90deg);
}

@media (min-width: 1025px) {
  .page-template-streams-page .site-main .container {
    width: 74.6%;
  }
}
@media (min-width: 1025px) {
  .page-template-streams-page .stream {
    display: flex;
    flex-direction: row-reverse;
  }
}
.page-template-streams-page .stream .tabs-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.4444444444rem;
  margin-bottom: 0.6666666667rem;
}
@media (min-width: 768px) {
  .page-template-streams-page .stream .tabs-header {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 0.5555555556rem;
    margin-bottom: 1.1111111111rem;
  }
}
@media (min-width: 1025px) {
  .page-template-streams-page .stream .tabs-header {
    grid-template-columns: 1fr;
    grid-gap: 1.6666666667rem;
    margin: auto;
  }
}
@media (min-width: 1025px) {
  .page-template-streams-page .stream .tabs-header > div {
    width: 22.2222222222rem;
  }
}
.page-template-streams-page .stream .tabs-header > div:not(.active) {
  color: #979797;
  cursor: pointer;
}
.page-template-streams-page .stream .tabs-header > div:not(.active) > img {
  filter: grayscale(100%);
}
.page-template-streams-page .stream .tabs-header > div:not(.active) .content svg path {
  fill: #979797;
}
.page-template-streams-page .stream .tabs-header > div .content {
  font-size: 0.5555555556rem;
}
@media (min-width: 768px) {
  .page-template-streams-page .stream .tabs-header > div .content {
    font-size: 0.7777777778rem;
  }
}
@media (min-width: 1025px) {
  .page-template-streams-page .stream .tabs-header > div .content {
    font-size: 1.3333333333rem;
  }
}
.page-template-streams-page .stream .tabs-header > div .content svg {
  width: 0.9444444444rem;
  height: auto;
  margin-right: 0.4444444444rem;
}
@media (min-width: 1025px) {
  .page-template-streams-page .stream .tabs-header > div .content svg {
    width: 1.6666666667rem;
    margin-right: 0.8333333333rem;
  }
}
.page-template-streams-page .stream .youtube-video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
@media (min-width: 1025px) {
  .page-template-streams-page .stream .youtube-video {
    flex: none;
    width: 48.7777777778rem;
  }
}
.page-template-streams-page .stream .youtube-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.photos-archive .archive-description {
  text-align: center;
  font-size: 0.7777777778rem;
  margin-bottom: 0.5555555556rem;
}
@media (min-width: 768px) {
  .photos-archive .archive-description {
    font-size: 1rem;
    margin-bottom: 0.8333333333rem;
  }
}
@media (min-width: 1025px) {
  .photos-archive .archive-description {
    max-width: 55.5555555556rem;
    font-size: 1.2222222222rem;
    margin: 0 auto 1.1111111111rem auto;
  }
}
.photos-archive .filters {
  margin-bottom: 1.1111111111rem;
}
@media (min-width: 768px) {
  .photos-archive .filters {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media (min-width: 1025px) {
  .photos-archive .filters {
    margin-bottom: 1.6666666667rem;
  }
}
.photos-archive .filters .categories {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-weight: 700;
  font-size: 0.6666666667rem;
  line-height: 1;
  letter-spacing: 0.02em;
  z-index: 1;
}
@media (min-width: 768px) {
  .photos-archive .filters .categories {
    font-size: 0.8333333333rem;
    margin: 0;
  }
}
@media (min-width: 1025px) {
  .photos-archive .filters .categories {
    font-size: 1.1111111111rem;
  }
}
.photos-archive .filters .categories .selected {
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  padding: 0.8em 1em;
}
.photos-archive .filters .categories .selected svg {
  width: 0.7777777778rem;
  margin-left: 0.4444444444rem;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .photos-archive .filters .categories .selected svg {
    width: 1rem;
  }
}
@media (min-width: 1025px) {
  .photos-archive .filters .categories .selected svg {
    width: 1.2777777778rem;
  }
}
.photos-archive .filters .categories ul {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0.6em 0;
  position: absolute;
  left: 0;
  top: 100%;
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: -moz-max-content;
  width: max-content;
  max-width: 13.8888888889rem;
}
@media (min-width: 1025px) {
  .photos-archive .filters .categories ul {
    max-width: 16.6666666667rem;
  }
}
.photos-archive .filters .categories ul li a {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 0.4em 1em;
  transition: all 0.3s;
}
.photos-archive .filters .categories ul li a:hover {
  background: #E3E3E3;
}
.photos-archive .filters .categories:hover .selected svg {
  transform: rotate(180deg);
}
.photos-archive .filters .categories:hover ul {
  display: block;
}
.photos-archive .filters .search-form-wrap {
  margin-bottom: 0.8333333333rem;
  width: 100%;
}
@media (min-width: 768px) {
  .photos-archive .filters .search-form-wrap {
    width: 13.8888888889rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .photos-archive .filters .search-form-wrap {
    width: 19.4444444444rem;
  }
}
.photos-archive .filters .search-form-wrap form {
  position: relative;
}
.photos-archive .filters .search-form-wrap form input {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-size: 0.6666666667rem;
  line-height: 1;
  padding: 0.8em 3em 0.8em 1em;
  border: none;
  -webkit-appearance: none;
}
@media (min-width: 768px) {
  .photos-archive .filters .search-form-wrap form input {
    font-size: 0.8333333333rem;
  }
}
@media (min-width: 1025px) {
  .photos-archive .filters .search-form-wrap form input {
    font-size: 1.1111111111rem;
  }
}
.photos-archive .filters .search-form-wrap form .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: none;
  background: transparent;
  padding: 0 0.5555555556rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1025px) {
  .photos-archive .filters .search-form-wrap form .search-submit {
    padding: 0 1.1111111111rem;
  }
}
.photos-archive .filters .search-form-wrap form .search-submit svg {
  width: 0.7777777778rem;
  height: auto;
}
@media (min-width: 1025px) {
  .photos-archive .filters .search-form-wrap form .search-submit svg {
    width: 1.2777777778rem;
  }
}

.photos-list {
  display: grid;
  grid-gap: 1.1111111111rem;
}
@media (min-width: 768px) {
  .photos-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1025px) {
  .photos-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.photos-list .grid-item {
  position: relative;
}
.photos-list .grid-item figure > a,
.photos-list .grid-item img {
  width: 100%;
  display: block;
}
.photos-list .grid-item .download {
  width: 1.2rem;
  height: 1.3rem;
  position: absolute;
  right: 1.1rem;
  top: 1.1rem;
  cursor: pointer;
}
@media (min-width: 768px) {
  .photos-list .grid-item .download {
    width: 1.2rem;
    height: 1.3rem;
    right: 1.6rem;
    top: 1.1rem;
  }
}
@media (min-width: 1025px) {
  .photos-list .grid-item .download {
    width: 1.4rem;
    height: 1.5rem;
    right: 1.3rem;
    top: 1.4rem;
  }
}
.photos-list .grid-item .download svg {
  width: 100%;
  height: auto;
}
.photos-list .grid-item figure {
  position: relative;
  margin: 0;
}
.photos-list .grid-item figure figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 0.6666666667rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  padding: 1rem 1.4444444444rem 0.5555555556rem 1.4444444444rem;
  background: linear-gradient(359.39deg, rgba(0, 0, 0, 0.65) 31.13%, rgba(45, 42, 38, 0) 102.24%);
}
@media (min-width: 768px) {
  .photos-list .grid-item figure figcaption {
    font-size: 0.8888888889rem;
  }
}
@media (min-width: 1025px) {
  .photos-list .grid-item figure figcaption {
    font-size: 0.8888888889rem;
    padding: 3.6666666667rem 2rem 0.6666666667rem 2rem;
  }
}

.fancybox-container .fancybox-slide--image {
  padding: 2rem 0 7rem 0;
}
.fancybox-container .fancybox-caption__body {
  font-size: 0.6666666667rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .fancybox-container .fancybox-caption__body {
    font-size: 0.8888888889rem;
  }
}
@media (min-width: 1025px) {
  .fancybox-container .fancybox-caption__body {
    font-size: 1.1111111111rem;
  }
}
.fancybox-container .fancybox-navigation .fancybox-button {
  width: 0.5555555556rem;
  height: auto;
  padding: 0;
  top: 50%;
  margin-top: -3rem;
  background: transparent;
}
@media (min-width: 768px) {
  .fancybox-container .fancybox-navigation .fancybox-button {
    width: 0.8888888889rem;
  }
}
@media (min-width: 1025px) {
  .fancybox-container .fancybox-navigation .fancybox-button {
    width: 1.3888888889rem;
  }
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
  left: 1.1111111111rem;
}
@media (min-width: 768px) {
  .fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
    left: 2.2222222222rem;
  }
}
@media (min-width: 1025px) {
  .fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
    left: 7.2222222222rem;
  }
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
  right: 1.1111111111rem;
}
@media (min-width: 768px) {
  .fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
    right: 2.2222222222rem;
  }
}
@media (min-width: 1025px) {
  .fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
    right: 7.2222222222rem;
  }
}

.page-template-editorial-board-page header#masthead {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
}
.page-template-editorial-board-page header#masthead .logo {
  margin-right: 0.8333333333rem;
}
@media (min-width: 1025px) {
  .page-template-editorial-board-page header#masthead .logo {
    margin-right: 1.5555555556rem;
  }
}
.page-template-editorial-board-page header#masthead .unit {
  display: block;
  width: 5.5555555556rem;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .page-template-editorial-board-page header#masthead .unit {
    width: 19.1666666667rem;
  }
}
.page-template-editorial-board-page header#masthead .unit img {
  display: block;
}
.page-template-editorial-board-page .site-main {
  padding: 0;
}
.page-template-editorial-board-page section#top {
  background-color: #1B1D3C;
  padding-top: 2.2222222222rem;
  padding-bottom: 2.2222222222rem;
}
@media (min-width: 1025px) {
  .page-template-editorial-board-page section#top {
    padding-top: 5.5555555556rem;
    padding-bottom: 7.2222222222rem;
  }
}
@media (min-width: 1025px) {
  .page-template-editorial-board-page section#top .container {
    width: 89.58%;
  }
}
.page-template-editorial-board-page section#top > .container {
  margin-bottom: 2.2222222222rem;
}
@media (min-width: 1025px) {
  .page-template-editorial-board-page section#top > .container {
    margin-bottom: 3.8888888889rem;
  }
}
.page-template-editorial-board-page section#top h1 {
  font-weight: 400;
  font-size: 1.6666666667rem;
  line-height: 1.05;
  color: #F7D135;
  margin: 0 0 1.1111111111rem 0;
  text-align: left;
}
@media (min-width: 1025px) {
  .page-template-editorial-board-page section#top h1 {
    font-size: 4.4444444444rem;
    margin: 0 0 2.2222222222rem 0;
  }
}
.page-template-editorial-board-page section#top h1 b {
  font-weight: 700;
}
.page-template-editorial-board-page section#top .text {
  font-weight: 700;
  font-size: 0.8888888889rem;
  line-height: 1.38;
  color: #FFFFFF;
}
@media (min-width: 1025px) {
  .page-template-editorial-board-page section#top .text {
    font-size: 1.7777777778rem;
  }
}
.page-template-editorial-board-page section#top .text ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.page-template-editorial-board-page section#top .text ul li {
  margin-right: 2em;
}
.page-template-editorial-board-page section#top .text p + ul {
  margin-top: -1em;
}
.page-template-editorial-board-page section#top .line {
  background-color: #F7D135;
  padding: 0.5555555556rem 0;
}
.page-template-editorial-board-page section#top .line .container {
  color: #1B1D3C;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.41;
}
@media (min-width: 1025px) {
  .page-template-editorial-board-page section#top .line .container {
    font-size: 3.5555555556rem;
  }
}
.page-template-editorial-board-page section#top .line .container span {
  display: inline-block;
}
.page-template-editorial-board-page section#top .line .container span.divider {
  color: #ffffff;
  margin: 0 0.2em;
}
.page-template-editorial-board-page section.blocks {
  padding: 2.2222222222rem 0;
}
@media (min-width: 1025px) {
  .page-template-editorial-board-page section.blocks {
    padding: 4.4444444444rem 0;
  }
}
.page-template-editorial-board-page section.blocks .container.grid {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
}
@media (min-width: 768px) {
  .page-template-editorial-board-page section.blocks .container.grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1025px) {
  .page-template-editorial-board-page section.blocks .container.grid {
    -moz-column-gap: 2.3333333333rem;
         column-gap: 2.3333333333rem;
    row-gap: 2.7777777778rem;
  }
}
.page-template-editorial-board-page section.blocks .container.grid .block {
  margin: 0;
}
.page-template-editorial-board-page section.blocks .block {
  background: #FFFFFF;
  box-shadow: 0px 0px 1.6666666667rem rgba(0, 0, 0, 0.1);
  padding: 1.1111111111rem 0.8333333333rem;
  max-width: 69.2222222222rem;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1025px) {
  .page-template-editorial-board-page section.blocks .block {
    padding: 3.3333333333rem 5rem;
  }
}
.page-template-editorial-board-page section.blocks .block h3 {
  font-size: 1.2222222222rem;
  line-height: 1.36;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  color: #56C2E8;
}
@media (min-width: 1025px) {
  .page-template-editorial-board-page section.blocks .block h3 {
    font-size: 2.4444444444rem;
  }
}
@media (min-width: 768px) {
  .page-template-editorial-board-page section.blocks .block:nth-child(2) h3, .page-template-editorial-board-page section.blocks .block:nth-child(3) h3 {
    color: #F7D135;
  }
}
.page-template-editorial-board-page section.blocks .block .text {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.8888888889rem;
  line-height: 1.5;
  font-weight: 700;
  margin: 0.8333333333rem auto 0 auto;
}
@media (min-width: 1025px) {
  .page-template-editorial-board-page section.blocks .block .text {
    margin-top: 1.1111111111rem;
  }
}
@media (min-width: 1025px) {
  .page-template-editorial-board-page section.blocks .block .text {
    font-size: 1.3333333333rem;
  }
}
.page-template-editorial-board-page section.blocks .block .text ul {
  margin: 0;
}
.page-template-editorial-board-page section#speakers {
  color: #ffffff;
  background: #1B1D3C;
  padding: 2.2222222222rem 0;
}
@media (min-width: 1025px) {
  .page-template-editorial-board-page section#speakers {
    padding: 5rem 0;
  }
}
.page-template-editorial-board-page section#speakers h2 {
  font-weight: 700;
  font-size: 1.3333333333rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 1.1111111111rem 0;
}
@media (min-width: 1025px) {
  .page-template-editorial-board-page section#speakers h2 {
    font-size: 2.4444444444rem;
    margin-bottom: 2.2222222222rem;
  }
}
.page-template-editorial-board-page section#speakers .speakers-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -1.6666666667rem;
}
@media (min-width: 1025px) {
  .page-template-editorial-board-page section#speakers .speakers-list {
    margin-right: -1.6666666667rem;
    margin-bottom: -2.2222222222rem;
  }
}
.page-template-editorial-board-page section#speakers .speakers-list .speaker {
  margin-bottom: 1.6666666667rem;
  max-width: 23.3333333333rem;
}
@media (min-width: 768px) {
  .page-template-editorial-board-page section#speakers .speakers-list .speaker {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .page-template-editorial-board-page section#speakers .speakers-list .speaker {
    width: 23%;
    margin-right: 1.6666666667rem;
    margin-bottom: 2.2222222222rem;
  }
}
.page-template-editorial-board-page section#speakers .speakers-list .speaker .photo {
  padding: 1rem;
  background: url("images/speaker_back_blue.png");
  background-size: 100% 100%;
  margin-bottom: 0.5555555556rem;
}
@media (min-width: 1025px) {
  .page-template-editorial-board-page section#speakers .speakers-list .speaker .photo {
    padding: 1.3888888889rem;
  }
}
.page-template-editorial-board-page section#speakers .speakers-list .speaker .text {
  padding: 0 1rem;
}
@media (min-width: 1025px) {
  .page-template-editorial-board-page section#speakers .speakers-list .speaker .text {
    padding: 0 1.3888888889rem;
  }
}
.page-template-editorial-board-page section#speakers .speakers-list .speaker .name {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1;
  text-transform: uppercase;
  color: #F7D135;
}
@media (min-width: 1025px) {
  .page-template-editorial-board-page section#speakers .speakers-list .speaker .name {
    font-size: 1.2222222222rem;
  }
}
.page-template-editorial-board-page section#speakers .speakers-list .speaker .position {
  font-size: 0.8888888889rem;
  line-height: 1.1;
  color: #ffffff;
}
@media (min-width: 1025px) {
  .page-template-editorial-board-page section#speakers .speakers-list .speaker .position {
    font-size: 1.1111111111rem;
  }
}
@media (max-width: 767px) {
  .page-template-editorial-board-page section#speakers .speakers-list .speaker:nth-child(even) .photo {
    background-image: url("images/speaker_back_yellow.png");
  }
  .page-template-editorial-board-page section#speakers .speakers-list .speaker:nth-child(even) .name {
    color: #56C2E8;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-template-editorial-board-page section#speakers .speakers-list .speaker:nth-child(4n+2) .photo, .page-template-editorial-board-page section#speakers .speakers-list .speaker:nth-child(4n+3) .photo {
    background-image: url("images/speaker_back_yellow.png");
  }
  .page-template-editorial-board-page section#speakers .speakers-list .speaker:nth-child(4n+2) .name, .page-template-editorial-board-page section#speakers .speakers-list .speaker:nth-child(4n+3) .name {
    color: #56C2E8;
  }
}
@media (min-width: 1025px) {
  .page-template-editorial-board-page section#speakers .speakers-list .speaker:nth-child(8n+2) .photo, .page-template-editorial-board-page section#speakers .speakers-list .speaker:nth-child(8n+4) .photo, .page-template-editorial-board-page section#speakers .speakers-list .speaker:nth-child(8n+5) .photo, .page-template-editorial-board-page section#speakers .speakers-list .speaker:nth-child(8n+7) .photo {
    background-image: url("images/speaker_back_yellow.png");
  }
  .page-template-editorial-board-page section#speakers .speakers-list .speaker:nth-child(8n+2) .name, .page-template-editorial-board-page section#speakers .speakers-list .speaker:nth-child(8n+4) .name, .page-template-editorial-board-page section#speakers .speakers-list .speaker:nth-child(8n+5) .name, .page-template-editorial-board-page section#speakers .speakers-list .speaker:nth-child(8n+7) .name {
    color: #56C2E8;
  }
}
.page-template-editorial-board-page section#speakers .speakers-list .speaker.more {
  font-weight: 700;
  font-size: 1.1111111111rem;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  align-self: end;
}
@media (min-width: 1025px) {
  .page-template-editorial-board-page section#speakers .speakers-list .speaker.more {
    font-size: 2.4444444444rem;
    padding-bottom: 1em;
  }
}
.page-template-editorial-board-page section#schedule {
  padding: 2.2222222222rem 0;
}
@media (min-width: 1025px) {
  .page-template-editorial-board-page section#schedule {
    padding: 5rem 0;
  }
}
.page-template-editorial-board-page section#schedule h2 {
  font-weight: 700;
  font-size: 1.3333333333rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 1em 0;
}
@media (min-width: 1025px) {
  .page-template-editorial-board-page section#schedule h2 {
    font-size: 2.4444444444rem;
  }
}
.page-template-editorial-board-page section#schedule .schedule-list {
  max-width: 54.4444444444rem;
  margin: auto;
  background: #FFFFFF;
  box-shadow: 0px 0px 2.5rem rgba(0, 0, 0, 0.1);
  padding: 0.8333333333rem;
}
@media (min-width: 1025px) {
  .page-template-editorial-board-page section#schedule .schedule-list {
    padding: 1.1111111111rem 4.4444444444rem 4.4444444444rem 4.4444444444rem;
  }
}
.page-template-editorial-board-page section#schedule .schedule-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 1.1111111111rem 0;
}
@media (min-width: 1025px) {
  .page-template-editorial-board-page section#schedule .schedule-list ul {
    margin-bottom: 3.3333333333rem;
  }
}
.page-template-editorial-board-page section#schedule .schedule-list ul li {
  padding: 0.8333333333rem 0;
  border-bottom: 1px solid #C4C4C4;
  font-weight: 700;
  font-size: 0.8888888889rem;
  line-height: 1;
}
@media (min-width: 1025px) {
  .page-template-editorial-board-page section#schedule .schedule-list ul li {
    padding: 1.9444444444rem 0;
    font-size: 2.1111111111rem;
    border-width: 2px;
  }
}
.page-template-editorial-board-page section#schedule .schedule-list ul li .date {
  display: inline-block;
  color: #56C2E8;
  margin-right: 0.5555555556rem;
}
.page-template-editorial-board-page section#schedule .schedule-list .description {
  font-size: 0.8888888889rem;
  line-height: 1.5;
  margin-bottom: 1.1111111111rem;
}
@media (min-width: 1025px) {
  .page-template-editorial-board-page section#schedule .schedule-list .description {
    font-size: 1.3333333333rem;
    margin-bottom: 2.2222222222rem;
  }
}
.page-template-editorial-board-page section#schedule .schedule-list .link {
  display: block;
  position: relative;
  padding: 1.1111111111rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.8888888889rem;
  line-height: 1;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
  color: #1B1D3C;
  background: url("images/back.png") no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 1025px) {
  .page-template-editorial-board-page section#schedule .schedule-list .link {
    font-size: 2.7777777778rem;
    padding: 5rem;
  }
}
.page-template-editorial-board-page section#schedule .schedule-list .link .back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.page-template-editorial-board-page section#schedule .schedule-list .link span {
  position: relative;
}
.page-template-editorial-board-page section#place {
  padding: 2.2222222222rem 0;
  background: #E3E3E3;
}
@media (min-width: 1025px) {
  .page-template-editorial-board-page section#place {
    padding: 4.4444444444rem 0;
  }
}
@media (min-width: 1025px) {
  .page-template-editorial-board-page section#place .container {
    width: 65.8%;
    display: flex;
    align-items: center;
  }
}
.page-template-editorial-board-page section#place .container .text h3 {
  font-weight: 700;
  font-size: 1.1111111111rem;
  line-height: 1;
  text-transform: uppercase;
  color: #56C2E8;
  margin: 0 0 0.5em 0;
}
@media (min-width: 1025px) {
  .page-template-editorial-board-page section#place .container .text h3 {
    font-size: 1.7777777778rem;
  }
}
.page-template-editorial-board-page section#place .container .text div {
  font-weight: 700;
  font-size: 1.1111111111rem;
  line-height: 1.2;
}
@media (min-width: 1025px) {
  .page-template-editorial-board-page section#place .container .text div {
    font-size: 2.1111111111rem;
  }
}
.page-template-editorial-board-page section#place .container .text div.info {
  font-size: 0.8888888889rem;
  margin-top: 0.8888888889rem;
}
@media (min-width: 1025px) {
  .page-template-editorial-board-page section#place .container .text div.info {
    font-size: 1.3333333333rem;
    margin-top: 2.9444444444rem;
  }
}
.page-template-editorial-board-page section#place .container .image {
  margin-top: 1.1111111111rem;
}
@media (min-width: 1025px) {
  .page-template-editorial-board-page section#place .container .image {
    flex: none;
    width: 33.5555555556rem;
    margin-top: 0;
    margin-left: 5.5555555556rem;
  }
}

.home-banner {
  width: 100%;
  background: #F7D135;
  margin-bottom: 0.7777777778rem;
  padding: 2.7777777778rem 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .home-banner {
    padding: 2.2222222222rem 1.1111111111rem;
  }
}
@media (min-width: 1025px) {
  .home-banner {
    background: url("images/banner.png") no-repeat center, #F7D135;
    background-size: cover;
    margin-bottom: 1.3888888889rem;
    padding: 2.2222222222rem 5.5555555556rem;
  }
}
.home-banner .line {
  color: #1B1D3C;
  font-style: normal;
  font-weight: 700;
  font-size: 1.1111111111rem;
  line-height: 1.41;
}
@media (min-width: 1025px) {
  .home-banner .line {
    font-size: 2.1111111111rem;
  }
}
.home-banner .line span {
  display: inline-block;
}
.home-banner .line span.divider {
  color: #ffffff;
  margin: 0 0.2em;
}
.home-banner h2 {
  font-size: 1.8888888889rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  color: #1B1D3C;
  margin: 0.2777777778rem 0 0.2777777778rem 0;
}
@media (min-width: 1025px) {
  .home-banner h2 {
    font-size: 5rem;
    margin: 1.6666666667rem 0 0.5555555556rem 0;
  }
}
.home-banner .link a {
  display: block;
  width: 13.3333333333rem;
  font-weight: 700;
  font-size: 0.5555555556rem;
  line-height: 1;
  text-transform: uppercase;
  color: #1B1D3C;
  text-decoration: none;
  margin: auto;
}
@media (min-width: 1025px) {
  .home-banner .link a {
    width: 22.2222222222rem;
    font-size: 0.8888888889rem;
  }
}/*# sourceMappingURL=style.css.map */