@font-face {
  font-family: "Bodoni Moda";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("/themes/european_commission/fonts/BodoniModa/BodoniModa-MediumItalic.ttf") format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Arial MT";
  font-style: normal;
  font-weight: 300;
  src: local("Arial MT Light"), url("/themes/european_commission/fonts/Arial-mt/ARIALMTLIGHT.woff") format("woff");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: Arial, sans-serif;
  color: #001133;
  background-color: #C7F1FF;
}

strong {
  font-family: "Bodoni Moda", serif;
}

img {
  max-width: 100%;
}

.optimize-hide {
  opacity: 0;
  visibility: hidden;
}

main {
  overflow: hidden;
}

.ec-container {
  width: 1170px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.ec-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px -12px;
}
.ec-col, .ec-col-6, .ec-col-4, .ec-col-grow {
  padding: 0 6px;
  margin-bottom: 12px;
}
.ec-col-grow {
  flex-grow: 1;
}
.ec-col-4 {
  width: 33.333%;
}
.ec-col-6 {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .ec-col-md-6 {
    width: 50%;
  }
  .ec-col-md-12 {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .ec-col-sm-12 {
    width: 100%;
  }
}

.cl-p--blue {
  color: #001133;
}

.cl-p--white {
  color: #fff;
}

.cl-p--yellow {
  color: #FFFF00;
}

h1, h2, h3 {
  margin: 0;
}

.t-home {
  font-family: "Bodoni Moda", serif;
  font-size: 191px;
  line-height: 1em;
  font-style: italic;
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .t-home {
    font-size: 68px;
  }
}

.t-h1-a {
  font-family: "Arial MT", Arial;
  font-size: 65px;
  line-height: 1em;
  font-weight: 300;
}
@media screen and (max-width: 992px) {
  .t-h1-a {
    font-size: 45px;
  }
}

.t-h1-b, .page-header__title strong {
  font-family: "Bodoni Moda", serif;
  font-size: 91px;
  line-height: 1em;
  font-weight: 500;
  font-style: italic;
}
@media screen and (max-width: 992px) {
  .t-h1-b, .page-header__title strong {
    font-size: 70px;
  }
}

.t-h1-c, .section-title strong {
  font-family: "Bodoni Moda", serif;
  font-size: 91px;
  line-height: 1em;
  font-weight: 500;
  font-style: italic;
}
@media screen and (max-width: 992px) {
  .t-h1-c, .section-title strong {
    font-size: 52px;
  }
}

.t-h2-a {
  font-size: 31px;
  line-height: 1.58em;
  font-weight: 400;
}

.t-h2-b, .vision-card__title strong {
  font-family: "Bodoni Moda", serif;
  font-size: 51px;
  line-height: 1em;
  font-weight: 500;
  font-style: italic;
}

.t-h3 {
  font-size: 20px;
  line-height: 1em;
  font-weight: 400;
}

.t-title {
  font-size: 30px;
  line-height: 1em;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .t-title {
    font-size: 25px;
    line-height: 1.166em;
  }
}

.t-body {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  .t-body {
    line-height: 1.166em;
  }
}

.t-sm-body {
  font-size: 14px;
  line-height: 1em;
  font-weight: 400;
}

.t-sm-btn, .share-btn__wrap .wtShareButton,
.share-btn__wrap .wtShareButton:link {
  font-size: 14px;
  line-height: 1.42857em;
  font-weight: bold;
  text-decoration: none;
  color: #001133;
  outline: none;
  cursor: pointer;
}
.t-sm-btn_inverse {
  color: #FFFF00;
}
.t-sm-btn:hover, .share-btn__wrap .wtShareButton:hover {
  text-decoration: underline;
}
.t-sm-btn:focus, .share-btn__wrap .wtShareButton:focus {
  text-decoration: underline;
}
.t-sm-btn[disabled], .share-btn__wrap [disabled].wtShareButton {
  opacity: 0.5;
  cursor: initial;
}

.t-md-btn {
  font-size: 16px;
  line-height: 1em;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
.t-md-btn:hover {
  text-decoration: underline;
}
.t-md-btn:focus {
  text-decoration: underline;
}
.t-md-btn[disabled] {
  opacity: 0.5;
  cursor: initial;
}

.p-h3 {
  font-size: 20px;
  line-height: 1.35em;
  font-weight: 400;
  margin-bottom: 2.4em;
}
@media screen and (max-width: 992px) {
  .p-h3 {
    font-size: 19px;
    line-height: 1.421em;
    margin-bottom: 1.684em;
  }
}

.p-h1-a {
  font-family: "Arial MT", Arial;
  font-size: 65px;
  line-height: 1em;
  font-weight: 300;
  margin-bottom: 0.9846em;
}
@media screen and (max-width: 992px) {
  .p-h1-a {
    font-size: 45px;
    line-height: 1em;
    margin-bottom: 1.066em;
  }
}

.p-title {
  font-size: 30px;
  line-height: 1.35em;
  font-weight: bold;
  margin-bottom: 0.5875em;
}
@media screen and (max-width: 992px) {
  .p-title {
    font-size: 25px;
    line-height: 1.166em;
  }
}

.p-body, .vision-content__desc p, p {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: 1.5em;
}

.btn {
  position: relative;
  display: inline-block;
  color: #001133;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 23px;
  background: #FFFF00;
  border-radius: 7px;
  border: none;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: 0.2s ease;
}
.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #FFFF00;
  border-radius: 7px;
  transition: 0.2s ease;
}
.btn:hover {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.btn:hover:before {
  border-color: #FFFF00;
}
.btn:focus {
  box-shadow: none;
}
.btn:focus:before {
  border-color: #fff;
}
.btn:active, .btn.active {
  background: #E3E300;
}
.btn:active:before, .btn.active:before {
  border-color: #E3E300;
}
.btn[disabled] {
  background: #E2E2E2;
  cursor: #001133;
}
.btn[disabled]:before {
  border-color: #E2E2E2;
}
.btn[type=submit] {
  padding: 2px 20px;
  border: 3px solid #FFFF00;
  height: 42px;
}
.btn[type=submit]:focus {
  box-shadow: none;
  border-color: #fff;
}
.btn[type=submit][disabled] {
  border-color: #E2E2E2;
}
.btn_inverse-shadow:hover {
  box-shadow: 0px 3px 6px 0px rgba(255, 255, 255, 0.46);
}
.btn_bordered {
  color: #001133;
  background: transparent;
}
.btn_bordered:before {
  border: 1px solid #001133;
}
.btn_bordered:hover, .btn_bordered:active, .btn_bordered.active {
  background: #001133;
  color: #fff;
  box-shadow: none;
}
.btn_bordered:hover:before, .btn_bordered:active:before, .btn_bordered.active:before {
  border-color: #001133;
}
.btn_bordered:focus {
  background: #001133;
  color: #fff;
  box-shadow: none;
}
.btn_bordered:focus:before {
  border: 3px solid #fff;
}
.btn_dark {
  color: #fff;
  background: #001133;
}
.btn_dark:before {
  border: 3px solid #001133;
}
.btn_dark:active {
  background: #000000;
  color: #fff;
  border-color: #001133;
}
.btn_dark:focus {
  background: #001133;
  color: #fff;
  box-shadow: none;
}
.btn_dark:focus:before {
  border-color: #fff;
}
.btn-with-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-with-icon .btn__label {
  margin-right: 13px;
}
.btn-go-back {
  margin-bottom: 15px;
}

.anim_to-top {
  display: inline-block;
  transform: translateY(140%);
  -webkit-animation: to-top 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s 1 forwards;
          animation: to-top 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s 1 forwards;
  will-change: transform;
}

@-webkit-keyframes to-top {
  100% {
    transform: translateY(0px);
  }
}

@keyframes to-top {
  100% {
    transform: translateY(0px);
  }
}
@media screen and (min-width: 993px) {
  .ec-desktop-hide {
    display: none !important;
  }
}

@media screen and (max-width: 992px) and (min-width: 641px) {
  .ec-tablet-hide {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .ec-mobile-hide {
    display: none !important;
  }
}

.ta-center {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .ta-center-mobile {
    text-align: center;
  }
}

.border-r, .border-r-30 {
  border-radius: 15px;
}
@media screen and (min-width: 992px) {
  .border-r-30 {
    border-radius: 30px;
  }
}

.ecl-select {
  background: transparent;
  border: none;
  padding: 0 30px 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: inherit;
  outline: none;
}
.ecl-select__container {
  background: transparent;
}
.ecl-select__icon {
  background: transparent;
  padding: 0;
  width: auto;
}
.ecl-select:hover + .ecl-select__icon, .ecl-select:focus + .ecl-select__icon {
  background: transparent;
}
.ecl-select:focus {
  outline: 3px solid #FFFF00;
  outline-offset: 2px;
}

.form-item label {
  display: inline-block;
  margin-bottom: 12px;
}
.form-item input, .form-item textarea {
  width: 100%;
}
.form-item input:focus, .form-item textarea:focus {
  border-color: #FFFF00;
  outline: none;
}
.form-item input {
  height: 42px;
  padding: 1px 5px;
  border-radius: 7px;
  border: 3px solid #fff;
}
.form-item textarea {
  overflow: auto;
  border-radius: 14px;
  padding: 5px 5px;
  resize: none;
  border: 3px solid #fff;
}

.body_frame {
  scrollbar-width: 4px;
  scrollbar-color: #C7F1FF transparent;
  overflow: auto;
}
.body_frame::-webkit-scrollbar {
  width: 4px;
}
.body_frame::-webkit-scrollbar-track {
  background: transparent;
}
.body_frame::-webkit-scrollbar-thumb {
  background-color: #C7F1FF;
  border-radius: 2px;
  border: 1px solid transparent;
}
.body_frame .ecl-container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}
.body_frame .space-section {
  display: none !important;
}
.body_frame .copy-frame {
  display: none !important;
}

.copy-frame {
  position: absolute;
  right: 55px;
  width: 150px;
  bottom: 4px;
}
.copy-frame__btn {
  width: 28px;
  background: transparent;
  border: transparent;
  padding: 6px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  float: right;
}
.copy-frame__btn svg {
  height: 100%;
}
.copy-frame__btn svg path {
  fill: #001133;
}
.copy-frame__btn:hover svg path {
  fill: #fff;
}
.copy-frame__res {
  display: none;
  position: absolute;
  right: 0;
  top: -40px;
  background: #fff;
  padding: 5px;
}
.copy-frame__res:before {
  content: "";
  position: absolute;
  right: 10px;
  background: #fff;
  width: 10px;
  height: 10px;
  bottom: -3px;
  transform: rotate(45deg);
}

.layout-16-9 {
  position: relative;
  width: 100%;
  padding-bottom: 56.4%;
}
.layout-16-9 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

#globan > div {
  display: none !important;
}
#globan > div.globan-center {
  display: inline-block !important;
}

.ecl-footer-harmonised .ecl-link__icon {
  width: 0.8em;
}

.section-header {
  margin-bottom: 38px;
  color: #001133;
}
.section-header_inverse {
  color: #fff;
}
.section-header_inverse strong {
  color: #FFFF00;
}
.section-header_text-center {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .section-header {
    text-align: center;
  }
}
.section-subtitle {
  margin-bottom: 30px;
}
.section-title p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.section-title strong {
  display: inline-block;
}
@media screen and (min-width: 1201px) {
  .section-title strong {
    font-size: 120px;
    line-height: 0.75em;
  }
}
.section-description {
  margin-bottom: 30px;
}
.section-banner {
  padding: 0;
  background: #d0d0d0;
}
.section-visions {
  padding-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .section-visions {
    padding-bottom: 45px;
  }
}
.section-vision {
  padding-bottom: 65px;
}
@media screen and (min-width: 641px) {
  .section-vision {
    padding-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .section-vision {
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 641px) {
  .section-vision .section-header {
    margin-bottom: 0;
  }
}
.section-linked-gallery {
  background: #001133;
  color: #fff;
}
.section-linked-post {
  padding-top: 55px;
  padding-bottom: 40px;
}
@media screen and (min-width: 993px) {
  .section-linked-post .all-posts__label {
    margin-top: -18px;
  }
}
@media screen and (max-width: 992px) {
  .section-linked-post .cdmedia + .btn__wrap {
    margin-top: 30px;
  }
}
.section-reading-corner {
  background: #001133;
  color: #fff;
  padding: 60px 0 75px;
}
.section-reading-corner__item + .section-reading-corner__item {
  margin-top: 25px;
}
@media screen and (max-width: 640px) {
  .section-reading-corner__item + .section-reading-corner__item {
    margin-top: 35px;
  }
}
.section-reading-corner__item__toggle {
  display: block;
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
  color: inherit;
  cursor: pointer;
}
.section-reading-corner__item__toggle:focus {
  color: #FFFF00;
}
.section-reading-corner__item__toggle:focus .section-reading-corner__item__toggle__icon path {
  stroke: #FFFF00;
}
.section-reading-corner__item__toggle__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .section-reading-corner__item__toggle__content {
    flex-direction: column;
  }
}
.section-reading-corner__item__toggle__title {
  color: inherit;
}
.section-reading-corner__item__toggle__icon {
  transform: rotate(180deg);
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .section-reading-corner__item__toggle__icon {
    margin-top: 21px;
  }
}
.section-reading-corner__item__toggle[aria-expanded=false] .section-reading-corner__item__toggle__icon {
  transform: rotate(180deg);
}
.section-reading-corner__item__toggle[aria-expanded=true] .section-reading-corner__item__toggle__icon {
  transform: rotate(0deg);
}
.section-reading-corner__item__content {
  margin-top: 18px;
  margin-bottom: 56px;
}
@media screen and (max-width: 640px) {
  .section-reading-corner__item__content {
    margin-top: 27px;
    margin-bottom: 45px;
  }
}
.section-reading-corner__item:last-child .section-reading-corner__item__content {
  margin-bottom: 0px;
}
.section-reading-corner__list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0 16px;
  border-top: 1px solid #FFFF00;
}
.section-reading-corner__list__item:last-child {
  border-bottom: 1px solid #FFFF00;
}
@media screen and (max-width: 640px) {
  .section-reading-corner__list__item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.section-reading-corner__list__item__title {
  font-size: 23px;
  line-height: 26px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .section-reading-corner__list__item__title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .section-reading-corner__list__item__controls {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.section-reading-corner__list__item__controls a {
  margin-left: 30px;
}
.section-reading-corner__list__item__controls a:first-child {
  margin-left: 0;
}
.section-scgames {
  background: #C7F1FF;
  padding: 60px 0 60px;
}
@media screen and (max-width: 640px) {
  .section-scgames {
    padding: 50px 0 50px;
  }
}
.section-scgames__header__subtitle {
  line-height: 1.3em;
}
@media screen and (max-width: 640px) {
  .section-scgames__header__subtitle {
    font-size: 52px;
    margin-bottom: 30px;
  }
}
.section-letsplay__part {
  padding: 64px 0;
  border-top: 1px solid;
}
.section-letsplay__part:first-child {
  padding-top: 0;
  border-top: none;
}
@media screen and (max-width: 640px) {
  .section-letsplay__part {
    padding: 45px 0 30px;
  }
}
.section-galleries {
  padding-bottom: 65px;
}
@media screen and (max-width: 640px) {
  .section-galleries {
    padding-bottom: 48px;
  }
}
.section-aboutus__part_1 {
  margin-bottom: 25px;
}
.section-aboutus__part_event {
  margin-top: 36px;
  padding-bottom: 60px;
  padding-top: 60px;
  border-top: 1px solid #001133;
}
@media screen and (max-width: 640px) {
  .section-aboutus__part_event {
    padding-bottom: 48px;
    padding-top: 48px;
    margin-top: 24px;
  }
}
.section-contact-form {
  background: #001133;
  color: #fff;
  padding-bottom: 60px;
  padding-top: 60px;
}
@media screen and (max-width: 640px) {
  .section-contact-form {
    padding-bottom: 48px;
    padding-top: 48px;
  }
}
.section-contact-form .contact-form {
  margin: 0 -6px;
}
.section-contact-form .form-item {
  padding: 0 6px;
  margin-bottom: 24px;
}
.section-contact-form .form-item-name, .section-contact-form .form-item-mail {
  width: 275px;
  max-width: 100%;
  display: inline-block;
}
.section-contact-form #edit-preview {
  display: none;
}

.page-header {
  text-align: left;
  padding: 40px 0 45px;
}
@media screen and (max-width: 640px) {
  .page-header {
    text-align: center;
  }
}
.page-header__sub-title {
  margin-bottom: 20px;
}
.page-header__sub-title:last-child {
  margin-bottom: 0;
}
.page-header__title {
  margin: 0;
}
.page-header__title p {
  margin: 0;
  font-size: inherit;
  line-height: initial;
}
.page-header__title strong {
  display: inline-block;
}
.page-header_with-nav .page-header__content {
  flex-grow: 1;
  flex-basis: 100%;
  text-align: center;
}
.page-header_with-nav .page-header__content__wrap {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  display: flex;
  align-items: center;
}
.page-header__nav {
  flex-basis: 50%;
}
@media screen and (max-width: 992px) {
  .page-header__nav {
    flex-basis: 240px;
  }
}
@media screen and (max-width: 640px) {
  .page-header__nav {
    flex-basis: 90px;
  }
}
.page-header__nav__caption {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  margin: 0 16px;
}
@media screen and (max-width: 640px) {
  .page-header__nav__caption {
    margin: 0 14px;
  }
}
@media screen and (max-width: 640px) {
  .page-header__nav__icon-quad {
    display: none;
  }
}
.page-header__nav_prev {
  text-align: left;
}
.page-header__nav_next {
  text-align: right;
}
.page-header__nav.disable {
  opacity: 0.5;
  pointer-events: none;
}
.page-header__nav a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #000;
}

.home-section {
  padding-top: 80vh;
  padding-bottom: 60px;
}
.home-section__wrap {
  position: relative;
}
.home-section__wrap #canvas {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: -70px;
  padding-bottom: 70px;
  transform: translateY(70px);
  background: #001133;
  z-index: -1;
}
.home-section__wrap #canvas.fixed {
  position: fixed;
}
.home-section__wrap #canvas.fixed-end {
  position: absolute;
  bottom: 0;
  top: initial;
}
.home-section__wrap.showing .home-section__title span, .home-section__wrap.showing .home-section__fake-title span {
  color: inherit;
}
.home-section__fake-title__wrap {
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 992px) {
  .home-section__fake-title__wrap {
    text-align: center;
    top: 150px;
  }
}
.home-section__fake-title__wrap.fixed {
  position: fixed;
}
.home-section__fake-title__wrap .ec-container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-section__fake-title span {
  transition: color 0.55s;
}
.home-section__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.home-section__title {
  margin: 0 auto 100px;
}
@media screen and (max-width: 992px) {
  .home-section__title {
    text-align: center;
  }
}
.home-section__title__part {
  overflow: hidden;
}
.home-section__title__part_1 {
  margin-bottom: 6px;
}
.home-section__title__part_1 .t-title {
  display: block;
  padding-bottom: 2px;
}
.home-section__title__part_2 .t-home {
  display: block;
  padding-right: 15px;
  padding-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .home-section__title__part_2 .t-home {
    padding-right: 7px;
    padding-bottom: 14px;
  }
}
.home-section__title__part_2 .anim_to-top {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.home-section__title span {
  transition: color 0.55s;
}
.home-section h1, .home-section h2 {
  font-size: inherit;
}
.home-section__desc {
  text-align: center;
  margin: 0 auto 17px;
}
.home-section__desc .t-h3 {
  font-size: 21px;
  line-height: 1.285em;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .home-section__desc .t-h3 {
    font-size: 19px;
    line-height: 1.285em;
  }
}
@media screen and (max-width: 992px) {
  .home-section__desc .t-h2-b, .home-section__desc .vision-card__title strong, .vision-card__title .home-section__desc strong {
    font-size: 33px;
    line-height: 1.2727em;
  }
}
.home-section__desc p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
.home-section .scgames__row {
  width: calc(100% - 370px);
}
.home-section .scgames__row.mobile {
  height: 303px;
}
.home-section .scgames__row.mobile .scgames__card {
  padding-bottom: 0px;
}
.home-section .scgames__card__content-wrap {
  position: relative;
  width: calc(100% + 370px);
  left: -185px;
}
.home-section .scgames__card .cdmedia__bg {
  padding-bottom: 52.75%;
}
@media screen and (max-width: 640px) {
  .home-section .scgames__card .cdmedia__btn {
    bottom: 50%;
    transform: translateY(50%) translateZ(1px);
  }
}
.home-section__next-btn {
  margin: 0 auto;
  background: transparent;
  border: none;
  position: fixed;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (max-width: 992px) {
  .home-section__next-btn {
    bottom: 45px;
  }
}
.home-section__next-btn.hide {
  opacity: 0;
  visibility: hidden;
}
.home-section__next-btn:focus {
  outline: 3px solid #ffd617;
  outline-offset: 3px;
}

.type-term-7 .page-header,
.type-term-7 .page-content {
  background: #001133;
  color: #fff;
}
.type-term-7 .page-header strong {
  color: #FFFF00;
}
.type-term-7 .page-content {
  margin-top: -1px;
}

.vision-card {
  position: relative;
  box-shadow: 0px 0px 15px 0px #fff;
  min-height: 372px;
  height: 100%;
  padding: 25px 22px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .vision-card {
    min-height: 320px;
  }
}
@media screen and (max-width: 640px) {
  .vision-card {
    min-height: 231px;
    text-align: center;
  }
}
.vision-card a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.vision-card a:focus {
  outline: none;
}
@media screen and (min-width: 641px) {
  .vision-card a:focus .vision-card__image_hover, .vision-card a:hover .vision-card__image_hover {
    opacity: 1;
  }
}
.vision-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: -1;
}
.vision-card__image_hover {
  opacity: 0;
  transition: 0.4s ease-out;
}
.vision-card__image img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .vision-card__image img {
    bottom: initial;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 15% 33%;
       object-position: 15% 33%;
    opacity: 0.3;
  }
}
@media screen and (min-width: 641px) {
  .vision-card_38 .vision-card__image img {
    transform: translate(36%, 55%);
  }
  .vision-card_39 .vision-card__image img {
    transform: translate(35%, 54%);
  }
  .vision-card_40 .vision-card__image img {
    width: 85%;
    transform: translate(21%, 9%);
  }
  .vision-card_41 .vision-card__image img {
    transform: translate(0%, -12%);
  }
  .vision-card_42 .vision-card__image img {
    transform: translate(22%, 47%);
  }
  .vision-card_43 .vision-card__image img {
    transform: translate(35%, 13%);
  }
}
.vision-card__content {
  position: relative;
  z-index: 1;
}
.vision-card__sub-title {
  line-height: 1.6875em;
  margin-bottom: 1em;
}
@media screen and (max-width: 640px) {
  .vision-card__sub-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .vision-card__title {
    text-shadow: 0px 0px 6px #001133;
  }
}
.vision-card__title p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin-bottom: 0;
}
.type-vision .page-header__title {
  margin: 0;
  font-size: 21px;
  line-height: 1.2857em;
}
.type-vision .page-header__title strong {
  font-size: 27px;
  line-height: 1.2592em;
}

.vision-content__image {
  position: relative;
  background: #001133;
  overflow: hidden;
}
@media screen and (min-width: 993px) {
  .vision-content__image {
    width: 415px;
    margin-right: 52px;
  }
}
.vision-content__image:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
@media screen and (min-width: 993px) {
  .vision-content__image_mobile {
    display: none;
  }
}
.vision-content__image img {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0 3px;
}
.type-vision-40 .vision-content__image img, .type-vision-41 .vision-content__image img {
  top: 50%;
  transform: translateY(-47%);
}
.type-vision-41 .vision-content__image img {
  padding: 0;
}
.type-vision-42 .vision-content__image img {
  top: 0;
  padding: 25px;
}
.type-vision-43 .vision-content__image img {
  top: initial;
  left: initial;
  right: 0;
  bottom: 0;
  padding: 15px 0 0 15px;
}
.vision-content__desc {
  margin-top: 10px;
}
@media screen and (max-width: 992px) {
  .vision-content__desc {
    margin-top: 35px;
  }
}
@media screen and (max-width: 640px) {
  .type-lets_play .page-header__title strong {
    margin: 0px 0 27px;
  }
}

.wbanner img, .wbanner a {
  width: 100%;
  height: auto;
}
.wbanner img {
  margin-bottom: -4px;
}

.scgames__row {
  display: flex;
  width: calc(100% - 302px);
  margin: 0 auto 0;
  position: relative;
  z-index: 1;
}
.scgames__row.mobile {
  justify-content: flex-start;
  min-width: 100%;
  width: auto;
  height: 383px;
  margin-right: -15px;
  margin-left: -15px;
  padding: 0 15px;
}
.scgames__row.mobile .scgames__card {
  position: absolute;
  width: 46%;
  min-width: 190px;
  height: 100%;
  padding-bottom: 40px;
  transition: transform 360ms cubic-bezier(0.19, 1, 0.22, 1), opacity 450ms cubic-bezier(0.19, 1, 0.22, 1);
}
.scgames__row.mobile .scgames__card:last-child {
  opacity: 0;
  -webkit-animation: fade-in 0.5s ease 0.1s 1 forwards;
          animation: fade-in 0.5s ease 0.1s 1 forwards;
}
@-webkit-keyframes fade-in {
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  100% {
    opacity: 1;
  }
}
.scgames__row.mobile .scgames__card__content-wrap {
  width: auto;
  left: 0;
  height: 100%;
}
.scgames__row.mobile .scgames__card .cdmedia {
  height: 100%;
}
.scgames__row.mobile .scgames__card .cdmedia__content {
  height: 100%;
}
.scgames__row.mobile .scgames__card .cdmedia__subtitle {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .scgames__row.desktop {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 640px) {
  .scgames__row.desktop .scgames__card__content-wrap {
    width: calc(100% + 220px);
    left: -110px;
  }
}
.scgames__card {
  width: calc(100% - 48px);
  position: relative;
  transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.scgames__card__content-wrap {
  position: relative;
  width: calc(100% + 302px);
  left: -151px;
}
.scgames__card .cdmedia__meta {
  padding: 12px 30px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translateY(-20px);
  transition: 500ms ease;
}
@media screen and (max-width: 640px) {
  .scgames__card .cdmedia__meta {
    padding: 12px 15px;
  }
}
.scgames__card .cdmedia__content {
  box-shadow: 0px 0px 21px 0px #fff;
}
.scgames__card.active .cdmedia__bg {
  transform: scale(1.1);
}

.cdmedia {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cdmedia__content {
  position: relative;
  overflow: hidden;
  transform: translateZ(1px);
}
.cdmedia__bg {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 69.22%;
  background: #001133;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.cdmedia__bg_quad {
  padding-bottom: 100%;
}
.cdmedia__bg_active-with-shadow, .cdmedia__bg_inactive-dark-bg {
  transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.cdmedia__bg_inactive-dark-bg:before, .cdmedia__bg_active-with-shadow:after, .cdmedia__bg_dark-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 500ms cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 1;
}
.cdmedia__bg_dark-bg:before {
  background: #001133;
  opacity: 0.25;
}
.cdmedia__bg_inactive-dark-bg:before {
  background: #001133;
  opacity: 0.5;
}
.cdmedia__bg_active-with-shadow:after {
  opacity: 0;
  background: linear-gradient(0deg, #000C24 0%, transparent 50%);
}
.active .cdmedia__bg_inactive-dark-bg:before {
  opacity: 0;
}
.active .cdmedia__bg_dark-bg:before {
  opacity: 0.25;
}
.active .cdmedia__bg_active-with-shadow:after {
  opacity: 1;
}
.cdmedia__btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  text-align: center;
  opacity: 0;
  transition: 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.active .cdmedia__btn {
  opacity: 1;
}
.cdmedia__text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  padding: 0 5px;
  color: #fff;
}
.cdmedia__text .cdmedia__subtitle + .btn {
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .cdmedia__text .cdmedia__subtitle + .btn {
    margin-top: 20px;
  }
}
.cdmedia__media video, .cdmedia__media audio, .cdmedia__media img, .cdmedia__media iframe {
  display: block;
  width: 100%;
}
.cdmedia__media_16-9 {
  width: 100%;
  padding-bottom: 56.33%;
  position: relative;
}
.cdmedia__media_16-9 video, .cdmedia__media_16-9 audio, .cdmedia__media_16-9 img, .cdmedia__media_16-9 iframe {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
}
.cdmedia__title {
  font-size: 25px;
  line-height: 1.12em;
  margin-bottom: 0.48em;
  font-weight: bold;
}
.cdmedia__subtitle {
  font-size: 20px;
  line-height: 1.35em;
}
.cdmedia__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  color: #001133;
}
.active .cdmedia .cdmedia__meta, .cdmedia.open-meta .cdmedia__meta {
  opacity: 1;
  transform: translateY(0px);
}
.cdmedia__top {
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px 33px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .cdmedia__top {
    opacity: 0;
    transition: 500ms ease;
  }
}
@media screen and (max-width: 992px) {
  .cdmedia__top {
    right: 0;
    padding: 18px 25px;
    text-align: center;
  }
}
.cdmedia__top br {
  display: none;
}
.cdmedia__top a {
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
}
.cdmedia__top a:focus {
  color: #FFFF00;
}
.cdmedia__top a, .cdmedia__top p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
.cdmedia__top strong {
  font-family: "Bodoni Moda", serif;
  font-size: 19px;
  line-height: 1.05em;
  font-weight: 500;
  font-style: italic;
}
.active .cdmedia .cdmedia__top, .cdmedia.open-meta .cdmedia__top {
  opacity: 1;
}

.gallery-filter {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 32.5px;
  margin-bottom: 32.5px;
  border-bottom: 1px solid #001133;
}
.gallery-filter__search {
  position: relative;
  width: 650px;
  max-width: 100%;
  display: flex;
  align-items: flex-end;
}
.gallery-filter__search__label {
  display: block;
  font-size: 16px;
  line-height: 1.15;
  color: #001133;
  font-weight: bold;
  margin-bottom: 5px;
}
.gallery-filter__search__input-wrap {
  flex-grow: 1;
}
.gallery-filter__search__input {
  height: 42px;
  width: 100%;
  border: 1px solid #fff;
  padding: 12px 55px 12px 17px;
  border-radius: 7px;
  outline: none;
  color: #001133;
  font-weight: bold;
}
.gallery-filter__search__input:focus {
  border-color: #FFFF00;
}
.gallery-filter__search__input::-moz-placeholder {
  color: #001133;
  font-weight: bold;
}
.gallery-filter__search__input:-ms-input-placeholder {
  color: #001133;
  font-weight: bold;
}
.gallery-filter__search__input::placeholder {
  color: #001133;
  font-weight: bold;
}
.gallery-filter__search__button {
  position: absolute;
  cursor: pointer;
  height: 42px;
  width: 50px;
  border: 1px solid #fff;
  border-radius: 7px;
  outline: none;
  background: none;
  right: 0;
}
.gallery-filter__search__button:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 1px;
  height: 22px;
  background: #ccc;
}
.gallery-filter__search__button:focus {
  border-color: #FFFF00;
}
.gallery-filter__search__button__icon {
  width: 18px;
  height: 100%;
}
.gallery-filter__form {
  margin-top: 45px;
}
@media screen and (max-width: 640px) {
  .gallery-filter__form {
    margin-top: 24px;
  }
}
.gallery-filter__form .form-item-nodes-titles,
.gallery-filter__form .form-item-field-type-of-story-target-id,
.gallery-filter__form .form-item-sort-by,
.gallery-filter__form .form-item-sort-order,
.gallery-filter__form .form-item-combine,
.gallery-filter__form .js-form-submit {
  display: none;
}
.gallery-filter__tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0px -6px -12px;
}
.gallery-filter__tags__btn {
  margin: 0 6px 12px;
}
.gallery-filter__tags__mobile {
  padding: 11px 15px 11px 15px;
  border-radius: 7px;
  outline: none;
  background: #001133;
  color: #fff;
}
.gallery-filter__tags__mobile path {
  stroke: #fff;
}

.sort-controls {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 45px;
}
@media screen and (max-width: 640px) {
  .sort-controls {
    justify-content: space-around;
  }
}
@media screen and (min-width: 641px) {
  .sort-controls__item {
    margin-right: 30px;
  }
  .sort-controls__item:last-child {
    margin-right: 0px;
  }
}
@media screen and (max-width: 640px) {
  .sort-controls__caption {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
}
.sort-controls__categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sort-controls__categories a {
  border: none;
  background: transparent;
  position: relative;
  padding: 5px 0;
  text-decoration: none;
  color: inherit;
}
.sort-controls__categories a + a {
  margin-left: 15px;
}
.sort-controls__categories a:after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0;
  right: 0;
  height: 1px;
  opacity: 0;
  background-color: #000;
  transition: 0.1s;
}
.sort-controls__categories a.active:after {
  opacity: 1;
}
.sort-controls__order select {
  background: transparent;
  border: none;
}

.gallery-card {
  margin-bottom: 48px;
}
@media screen and (max-width: 640px) {
  .gallery-card {
    margin-bottom: 36px;
    padding-bottom: 48px;
    border-bottom: 1px solid #001133;
  }
}
.gallery-card .cdmedia__top {
  padding: 10px 15px;
}
.gallery-card__title {
  font-weight: 400;
  font-size: 24px;
}
@media screen and (max-width: 992px) {
  .gallery-card__title {
    font-size: 22px;
  }
}

.section-galleries .view-content .ec-row {
  margin: 0 -12px -12px;
}
.section-galleries .view-content [class*=ec-col] {
  padding: 0 12px;
}

.posts-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 12px;
}
.posts-meta__progress {
  margin-bottom: 20px;
}
.posts-meta__progress__caption {
  text-align: center;
}
.posts-meta__progress__line {
  position: relative;
  width: 190px;
  max-width: 100%;
  margin: 10px auto 0;
  height: 4px;
}
.posts-meta__progress__line:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #001133;
  top: 50%;
  transform: translateY(-50%);
}
.posts-meta__progress__line__active {
  width: 100%;
  height: 100%;
  background: #001133;
  transform-origin: left;
  transition: 0.3s;
}
.posts-meta .ecl-button {
  max-width: 300px;
  width: 100%;
}

.type-panoramas .page-header {
  background: #001133;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .type-panoramas .page-header .ec-container {
    flex-direction: column;
    text-align: center;
  }
}
.type-panoramas .page-header strong {
  color: #FFFF00;
}
@media screen and (max-width: 640px) {
  .type-panoramas .page-header strong {
    font-size: 45px;
  }
}
.type-panoramas .page-content {
  margin-top: -1px;
}
.type-panoramas * {
  outline: none;
}
@media screen and (min-width: 451px) {
  .type-panoramas .hide_desktop {
    display: none !important;
  }
}
@media screen and (max-width: 450px) {
  .type-panoramas .hide_mobile {
    display: none !important;
  }
}
.type-panoramas .hide_content {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  /* added line */
  border: 0;
}

.section-panaramas {
  padding: 0px 0 65px;
  background-color: #001133;
}
@media screen and (max-width: 640px) {
  .section-panaramas {
    padding: 0px 0 48px;
  }
}
.section-panaramas-pick {
  max-width: 1343px;
  margin: 30px auto !important;
  width: calc(100% - 65px);
}
.section-panaramas-pick__gallery {
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .section-panaramas-pick__gallery {
    flex-wrap: wrap;
  }
}
.section-panaramas-pick__gallery__desktop {
  flex-grow: 1;
}
.section-panaramas-pick__gallery__mobile {
  flex: 0 0 23.1%;
}
@media screen and (max-width: 640px) {
  .section-panaramas-pick__gallery__mobile {
    flex: 0 0 100%;
  }
}
.section-panaramas-pick__gallery__item {
  margin: 0 10px 20px;
}
.section-panaramas-pick__gallery__item img {
  display: block;
  border-radius: 30px;
}

.panaramas-body {
  position: relative;
}

.panaramas-slider {
  margin: 0 !important;
}
.panaramas-slider__wrap {
  position: relative;
  border-radius: 30px;
  box-shadow: 0 0 25px #fff;
  max-width: 1343px;
  margin: 0 auto !important;
  width: calc(100% - 65px);
  background: #fff url(/themes/european_commission/css/libs/ajax-loader.gif) center center no-repeat;
  z-index: 1;
}
.panaramas-slider__wrap.show-item {
  box-shadow: none;
}
.panaramas-slider__wrap.show-item:before {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
  background-color: #001133;
}
.panaramas-slider .panaramas-zoom-wrap {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.panaramas-slider-item {
  position: relative;
  margin-bottom: -5px;
}
.panaramas-slider-item__img {
  min-width: 100%;
}
@media screen and (min-width: 451px) {
  .panaramas-slider-item__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  .panaramas-slider-item__img-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 56.4%;
  }
}
.panaramas-slider-points {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.panaramas-slider-points__item {
  position: absolute;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
}
.panaramas-slider-points__item > span {
  position: absolute;
  width: 44px;
  height: 44px;
  background-color: #FFFF00;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1em;
  font-weight: 600;
  color: inherit;
  word-break: break-all;
  cursor: pointer;
}
.panaramas-slider-points__item:hover {
  color: #FFFF00;
}
.panaramas-slider-points__item:hover > * {
  background-color: #001133;
}
.panaramas-slider-points__item:disabled {
  color: #001133;
}
.panaramas-slider-points__item:disabled > * {
  background-color: #E2E2E2;
}
.panaramas-slider-points__item:active {
  color: #001133;
}
.panaramas-slider-points__item:active > * {
  background-color: #E3E300;
}
.panaramas-slider-points__item:focus > * {
  box-shadow: inset 0 0 1px 4px #fff;
}
.panaramas-slider__zoom-message {
  display: none;
}
@media screen and (max-width: 992px) {
  .panaramas-slider__zoom-message {
    font-size: 18px;
    color: #fff;
    display: block;
    padding: 4px 20px;
    background-color: rgba(0, 17, 51, 0.75);
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 190px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .panaramas-slider:not(.zoom) .panaramas-slider-points__item > * {
    width: 9px;
    height: 9px;
    overflow: hidden;
    color: transparent;
  }
  .panaramas-slider.zoom .panaramas-slider-points__item > *, .panaramas-slider .panaramas-slider-points__item.active > * {
    width: 40px;
    height: 40px;
    font-size: 11px;
    transform: translate(-50%, -50%) scale(0.5);
    color: inherit;
  }
}

.panaramas-popup {
  width: calc(100% - 84px);
  max-width: 630px;
  height: auto;
  box-shadow: 0 0 11px rgba(255, 255, 255, 0.4);
  background-color: #001133;
  border-radius: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 25px 28px;
  display: none;
  opacity: 0;
  visibility: hidden;
  z-index: 3;
  min-width: 480px;
  overflow: hidden;
}
.panaramas-popup__wrap {
  max-height: 590px;
  padding-right: 10px;
  margin-right: -10px;
  /* Works on Firefox */
  scrollbar-width: 4px;
  scrollbar-color: #fff transparent;
  overflow: auto;
  /* Works on Chrome, Edge, and Safari */
}
.panaramas-popup__wrap::-webkit-scrollbar {
  width: 4px;
}
.panaramas-popup__wrap::-webkit-scrollbar-track {
  background: transparent;
}
.panaramas-popup__wrap::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid transparent;
}
.panaramas-popup.show {
  display: block;
  opacity: 1;
  visibility: visible;
}
.panaramas-popup__close {
  background: transparent;
  color: transparent;
  border: none;
  position: absolute;
  right: 25px;
  top: 25px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  overflow: hidden;
  display: flex;
}
.panaramas-popup__close svg path {
  stroke: #FFFF00;
}
.panaramas-popup__close:hover svg path {
  stroke: #fff;
}
.panaramas-popup__close:focus {
  border-bottom: 1px solid #FFFF00;
  height: 32px;
}
.panaramas-popup__close:focus svg path {
  stroke: #FFFF00;
}
.panaramas-popup__close:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.panaramas-popup__close:disabled svg path {
  stroke: #fff;
}
.panaramas-popup__content {
  display: none;
  margin: 10px 0 0px;
}
.panaramas-popup__content img {
  height: auto;
  width: 100%;
  max-height: 370px;
}
.panaramas-popup__subtitle {
  font-family: "Bodoni Moda", serif;
  font-size: 16px;
  color: #fff;
  margin-bottom: 8px;
}
.panaramas-popup__title {
  font-size: 30px;
  color: #fff;
  margin-bottom: 12px;
}
@media screen and (max-width: 450px) {
  .panaramas-popup__title {
    font-size: 25px;
  }
}
.panaramas-popup__desc {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
}
.panaramas-popup__link-content {
  width: 100%;
  text-align: right;
}
.panaramas-popup__link-footer {
  color: #fff;
  font-size: 14px;
  padding-top: 12px;
  border-top: 1px solid #fff;
  margin-top: 15px;
}
.panaramas-popup__link-footer:empty {
  display: none;
}
.panaramas-popup__link-footer p {
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}
@media screen and (max-width: 450px) {
  .panaramas-popup__link-footer p {
    margin: 5px 0 0;
    display: block;
  }
}
.panaramas-popup__link-footer strong {
  font-family: Arial, sans-serif;
}
@media screen and (max-width: 450px) {
  .panaramas-popup__link-footer {
    text-align: center;
  }
}
.panaramas-popup__content {
  clear: both;
}
.panaramas-popup a {
  font-size: 14px;
  color: #FFFF00;
  font-weight: 600;
  text-decoration: none;
}
.panaramas-popup a:focus {
  text-decoration: underline;
}
.panaramas-popup a:disabled {
  color: #fff;
  opacity: 0.5;
}
@media screen and (max-width: 520px) {
  .panaramas-popup {
    min-width: 400px;
  }
}
@media screen and (max-width: 450px) {
  .panaramas-popup {
    width: calc(100% - 50px);
    min-width: 340px;
  }
}
@media screen and (max-width: 380px) {
  .panaramas-popup {
    min-width: 300px;
    padding: 22px 20px;
  }
}

.panaramas-pager {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 993px) {
  .panaramas-pager {
    margin-top: 50px;
  }
}
.panaramas-pager__arrow {
  border: none;
  background: transparent;
  color: transparent;
  width: 14px;
  height: 22px;
  cursor: pointer;
}
.panaramas-pager__arrow svg {
  stroke: #FFFF00;
}
.panaramas-pager__arrow_prev {
  margin-right: 18px;
}
.panaramas-pager__arrow_next {
  margin-left: 18px;
}
.panaramas-pager__arrow:hover svg {
  stroke: #fff;
}
.panaramas-pager__arrow:focus {
  height: 33px;
  border-bottom: 1px solid yellow;
  margin-bottom: -6px;
}
.panaramas-pager__arrow:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.panaramas-pager__arrow:disabled svg {
  stroke: #fff;
}
.panaramas-pager__dots {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.panaramas-pager__dot {
  width: 10px;
  height: 10px;
  border: 1px solid #FFFF00;
  margin: 0 4px;
  overflow: hidden;
  color: transparent;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  overflow: visible;
}
.panaramas-pager__dot.active {
  background-color: #FFFF00;
}
.panaramas-pager__dot.active:disabled {
  background-color: #fff;
}
.panaramas-pager__dot:not(.active):hover {
  background-color: #fff;
  border: 1px solid #fff;
}
.panaramas-pager__dot:disabled {
  pointer-events: none;
  opacity: 0.5;
  border: 1px solid #fff;
}
.panaramas-pager__dot:not(.active):focus:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #FFFF00;
}
.panaramas-pager__dot-wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .panaramas-pager {
    margin-top: 40px;
    margin-left: 0;
    justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .panaramas-pager {
    margin-top: 24px;
  }
}

@media screen and (max-width: 640px) {
  .type-about_us .btn__wrap.ta-center-mobile {
    margin-bottom: 20px;
  }
}
.type-about_us .contact-form .form-submit {
  margin: 0 6px;
}

.type-games {
  background-color: #89cdda;
}
.type-games .h5p-iframe-wrapper iframe.h5p-iframe {
  border-radius: 30px;
  box-shadow: 0 0 25px #fff;
  border: none !important;
  max-width: 1343px;
  width: calc(100% - 30px);
}

.all-posts__label {
  text-align: right;
  margin-bottom: 12px;
}

#search-form {
  display: none;
}
#search-form + h2 {
  display: none;
}

.js-pager__items.pager {
  list-style: none;
}

.ecl-button__container {
  pointer-events: none;
}

.status-message {
  padding: 15px 0;
  text-align: center;
}
.status-message_success {
  background: #248c28;
  color: #fff;
}
.status-message_error {
  background: #d42f23;
  color: #fff;
}

.share-btn__wrap .wtShareButton,
.share-btn__wrap .wtShareButton:link {
  background: transparent;
  border: none;
  min-width: auto;
  padding: 0;
  margin: 0;
  color: inherit !important;
}

.wt-etrans svg {
  display: inline-block;
  vertical-align: bottom;
}

.ecl-form-label__required {
  color: #fff;
}

[lang=bg] .panaramas-slider-points__item > span,
[lang=es] .panaramas-slider-points__item > span {
  font-size: 10.5px;
}

[lang=cs] .panaramas-slider-points__item > span,
[lang=el] .panaramas-slider-points__item > span,
[lang=lv] .panaramas-slider-points__item > span,
[lang=nl] .panaramas-slider-points__item > span,
[lang=pl] .panaramas-slider-points__item > span,
[lang=sk] .panaramas-slider-points__item > span,
[lang=sl] .panaramas-slider-points__item > span,
[lang=fi] .panaramas-slider-points__item > span {
  width: 50px;
  height: 50px;
  font-size: 10px;
}

@media screen and (min-width: 993px) {
  [lang=ga] .type-panoramas .t-h1-a {
    font-size: 60px;
  }

  [lang=da] .t-home, [lang=de] .t-home, [lang=fi] .t-home, [lang=sv] .t-home {
    font-size: 150px;
  }

  [lang=nl] .t-home {
    font-size: 135px;
  }

  [lang=da] .section-vision .t-h1-a, [lang=bg] .section-vision .t-h1-a, [lang=de] .section-vision .t-h1-a, [lang=ga] .section-vision .t-h1-a, [lang=lv] .section-vision .t-h1-a, [lang=hu] .section-vision .t-h1-a, [lang=pl] .section-vision .t-h1-a, [lang=sk] .section-vision .t-h1-a, [lang=hr] .section-vision .t-h1-a, [lang=el] .section-vision .t-h1-a, [lang=fi] .section-vision .t-h1-a, [lang=cs] .section-vision .t-h1-a, [lang=da] .section-vision .t-h1-a, [lang=et] .section-vision .t-h1-a, [lang=lt] .section-vision .t-h1-a, [lang=nl] .section-vision .t-h1-a, [lang=sv] .section-vision .t-h1-a {
    font-size: 50px;
  }
}
@media screen and (min-width: 1201px) {
  [lang=bg] .section-vision .t-h1-a strong, [lang=de] .section-vision .t-h1-a strong, [lang=ga] .section-vision .t-h1-a strong, [lang=lv] .section-vision .t-h1-a strong, [lang=hu] .section-vision .t-h1-a strong, [lang=pl] .section-vision .t-h1-a strong, [lang=sk] .section-vision .t-h1-a strong, [lang=hr] .section-vision .t-h1-a strong, [lang=el] .section-vision .t-h1-a strong, [lang=fi] .section-vision .t-h1-a strong, [lang=cs] .section-vision .t-h1-a strong, [lang=da] .section-vision .t-h1-a strong, [lang=et] .section-vision .t-h1-a strong, [lang=lt] .section-vision .t-h1-a strong, [lang=nl] .section-vision .t-h1-a strong, [lang=sv] .section-vision .t-h1-a strong {
    font-size: 90px;
    word-break: break-all;
  }
}/*# sourceMappingURL=style.css.map */