@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}
body {
  font-family: "ui-sans-serif", "Helvetica", "Arial", sans-serif;
  scroll-behavior: smooth;
}
.stag-pad {
  display: none !important;
}
.nw-bg{
    width: 100%;
    height: 100%;
}
.nw-bg-img{
    width: 100%;
    min-height: 100%;
}
.legal-text-partners{
  margin-left: 5vw;
  margin-top: 5vh;
  color: #888;
  
}
.supports-list{
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 2em;
}
.supports-list > div {
  padding: 0.3em;
  background-color: #111;
  border: 1px solid #111;
  color: #666;
  border-radius: 5px;
  font-weight: 600;
  margin-right: 1em;
  text-align: center;
}
.supports-losslessaud, .supports-4k{
  background-color: black !important;
  color: #666 !important;
  border: 2px solid #111;
  font-weight: 600 !important;
}
a {
  color: inherit; 

}
.eientry{
  display: flex;
  justify-content: left;
  align-items: left;

}
.eie-t{
  font-weight: 600;
  margin-right: 2em;
}
.event-warning{
  text-align: center;
  font-size: 1.25em;
}
.event-join-now{
  background-color: black;
  color: white;
  display: inline-block;
  text-align: center;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 2em;
  border-radius: 999999px;
  min-width: 25%;
  font-weight: 600;
  line-height: 3em;
}
.event-list{
  width: 100%;
  margin-top: 3em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.event-obj{
  position: relative;
  background-color: black;
  color: white;
  width: 45%;
  overflow: hidden;
  border-radius: 20px;
 margin-top: 2em;
  font-size: 0.8em;
}
.eobj-flx{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.25em;
}
.eobj-title{
  font-weight: 700;
}
.eobj-details{
  margin-top: 2em;
}
.ue-title{
  font-size: 2em;
  font-weight: 700;
}
.blackbody{
 background-color: black;
}
.ge-hero{
  padding-top: calc(10vh + 5em); /*10vh is the height of the navbar*/
  padding-bottom: 20vh;
  text-align: center;
  background-color: black;
  color: white;
  animation: ge-anim 3s ease;
  padding-left: 2em;
  padding-right: 2em;
}
@keyframes ge-anim {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
.ge-greenations-logo{
  max-width: 20%;
  padding-bottom: 5em;
}
.ge-title{
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 2em;
}
.join-btn{
  background-color: black;
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  min-height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.2s ease;
  transition-property: color background-color;
  cursor: pointer;
}
.join-btn:hover{
  background-color: white;
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  min-height: 3em;
  display: flex;
  color: black;
  align-items: center;
  justify-content: center;
}
.eobj-texts,.join-btn{
  position:inherit;
  z-index: 5;
}
.eobj-texts{
  padding: 1.5em;
}
.event-obj > img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(3px) brightness(40%);
  transform: scale(1.2);
  
  
}
.text-navbar > a{
  text-decoration: none;
}
.bl {
  color: black;
}
.news-content-img-obj{
  margin: 0 auto;
  display: block;
  width: 80%;
}
.stag {
  display: inline;
  font-size: 0.3em;
  border-radius: 5px;
  border: 1.5px solid white;
  padding: 5px;
  vertical-align: middle;
}
.stag-pad {
  padding-left: 2%;
  display: inline;
}
.news-carousel-obj {
  display: block;
  margin: auto;
}
.hero-carousel-image-anim {
  overflow: hidden;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-image: url("/assets/images/hero1_rs4u6o41zv.jpg");
  background-size: cover;
  background-position: center; 
  transform: scale();
}
.news-video {
  margin: 5% auto 0;
  width: 60%;
  height: 25em;
}
.news-withvid {
  padding-top: 5% !important;
}
.nw-text-hd {
  font-weight: 600;
  font-size: 1.2em;
}
.hero-carousel-image {
  width: 100%;
  min-height: 100vh;
  position: relative;
}
.hero-section {
  position: relative;
  display: block;
  max-height: 100vh;
  width: 100%;
  overflow: hidden;
}
.padd {
  height: 2vh;
}
.hcia {
  background-image: url("/assets/images/hero1_rs4u6o41zv.jpg");
}
.hidden-elems {
  display: none;
  pointer-events: none;
  position: fixed;
  z-index: -999999;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
.hcia-textbox {
  color: white;
  position: absolute;
  bottom: 10%;
  left: 5%;
  line-height: 2.6em;
  width: 40%;
  opacity: 0;
  right: 5%;
}
.hc-title {
  font-size: 1.5em;
  font-weight: 500;
}
.hcib {
  background-image: url("/assets/images/hero-images/5cb0f627988241f888481f6e776ba35c.jpg");
}
.hcic {
  background-image: url("/assets/images/hero-images/dd9f55a9809c46219d2824d8551a405f.jpg");
}
.hcid {
  background-image: url("http://cloudtest.chmonyweb.com.edgesuite.net/test9mb.jpg");
}
.text-navbar {
  color: #fff;
  font-size: 1.3em;
  font-weight: 700;
  cursor: pointer;
}
.navbar-stable {
  position: unset !important;
  background-color: black;
  background-image: none;
}
.nw-head-section {
  padding: 10% 10% 6%;
  width: 100%;
  height: 15rem;
}
.nw-object-section {
  display: flex;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 10%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -10px;
}
.nw-object-section > * {
  margin-top: 10px;
}
.nw-head-title {
  color: #111;
  font-weight: 700;
  font-size: 2.5em;
}
.nw-head-text {
  color: #111;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.15em;
  line-height: 2em;
}
.nw-news-object {
  position: relative;
  top: 0;
  left: 0;
  border-radius: 15px;
  background-color: black;
  width: 45%;
  height: 20rem;
  min-width: 300px;
  overflow: hidden;
  align-items: center;
  cursor: pointer;
}
.nw-news-object:hover .nw-news-desc {
  opacity: 1;
}
.nws{
  padding-left: 10%;
  padding-right: 10%;
}
.link-only{

  color: white;
  text-decoration: none;
}
.nw-slo-bg {
  /*background-image: url("/assets/images/partners/partners-slovakia-box_upz62s4mepp.jpg");
  background-size: cover;*/
  background-color: red;
}
.nw-tur-bg {
  background-image: url("/assets/images/partners/partners-turkey-box_jsa410bcaqw.jpg");
  background-size: cover;
}
.nw-por-bg {
  background-image: url("/assets/images/partners/partners-portugal-box_ca6ri5dxc5.jpg");
  background-size: cover;
}
.nw-ita-bg {
  background-image: url("/assets/images/partners/partners-italy-box_y33vvk1jth.jpg");
  background-size: cover;
}
.nw-rom-bg {
  background-image: url("/assets/images/partners/partners-romania-box_wmgl10p9xq.jpg");
  background-size: cover;
}
.nw-news-desc {
  opacity: 0;
  border-radius: 15px;
  transition: opacity 0.25s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 20%;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1)
  );
  color: white;
}
.nw-news-obj-title {
  position: absolute;
  font-weight: 500;
  font-size: 1em;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.nw-news-obj-subt {
  font-weight: 300;
}
.nw-news-desc-wrapper {
  position: relative;
  padding-left: 3%;
  padding-right: 3%;
  width: 100%;
  height: 100%;
}
.navbar-fixer {
  position: fixed !important;
}
.navbar {
  z-index: 10;
  width: 100%;
  transition: all 0.35s ease;
  transition-property: background-color;
  height: 10vh;
  min-height: 50px;
  position: absolute;
  align-content: center;
  align-items: center;
  justify-items: center;
  display: flex;
  justify-content: space-between;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.5)
  );
}
.navbar:hover {
  background-color: black;
}
.navbar-icon-section {
  position: relative;
  padding-left: 5%;
}
.navbar-icon {
  position: absolute;
  height: 10vh;
  transform: translateY(-50%);
}
.navbar-link {
  text-decoration: none;
  color: white;
  padding-right: 5%;
  border-radius: 5px;
  width: 30%;
  text-align: center;
}
.navbar-links-section {
  padding-right: 5%;
  display: flex;
  justify-content: flex-end;
  max-width: 90%;
  min-width: 50%;
  width: 50%;
  font-weight: 300;
}
.navbar-link:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  margin-top: 3%;
  background: #fff;
  transition: width 0.4s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.navbar-link:hover:after {
  width: 100%;
  left: 0;
}
.navbar-mobile-links-icon {
  display: none;
}
.navbar-mobile-links-icon:active {
  transform: rotate(45);
}
.news-photo-section {
  position: relative;
  background-color: black;
}
.nf-text {
  position: absolute;
  color: white;
  background-color: red;
}
.news-image {
  width: 100%;
  height: 50vh;
  background-image: url("/assets/images/hero1_rs4u6o41zv.jpg");
  background-size: cover;
  filter: brightness(50%);
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
}
.cookie-consent {
  position: fixed;
  z-index: 8;
  width: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  font-family: "ui-sans-serif", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  color: #fff;
}
.cookie-consent-wrap {
  margin: 3% 5%;
  display: flex;
  justify-content: space-between;
  line-height: 1.5em;
}
.cc-title {
  font-weight: 500;
  font-size: 1.1em;
}
.cc-link {
  color: #fff;
  text-decoration: #fff;
}
.cc-body {
  width: 95%;
  text-align: justify;
}
.cc-btn {
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
  line-height: calc(3em - 4px);
  width: 15em;
  height: 3em;
  margin: auto;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 1000px;
  border: 2px solid white;
  transition: all 0.2s ease;
  transition-property: background-color color;
  cursor: pointer;
}
.cc-btn:hover {
  background-color: white;
  color: black;
}
.cc-btn-p {
  margin-top: 1%;
  display: inline-block;
  color: white;
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
  line-height: calc(3em - 4px);
  width: 15em;
  height: 3em;
  background-color: rgba(0, 0, 0, 1);
  border-radius: 1000px;
  border: 2px solid black;
  transition: all 0.2s ease;
  transition-property: background-color color;
  cursor: pointer;
}
.cc-btn-p:hover {
  background-color: white;
  color: black;
}
.footer-desc a {
  color: white;
  text-decoration-color: transparent;
}
.footer-desc a:hover {
  text-decoration-color: white;
}
.footer-desc {
  font-weight: 300;
  font-size: 0.9em;
  line-height: 2em;
}
.tls-tl-title {
  font-weight: 500;
}
.footer {
  margin-top: 10%;
  width: 100%;
  height: 50vh;
  background-color: black;
}
.footer-tl {
  position: absolute;
  margin-top: 250vh;
  width: 100%;
  height: 50vh;
  background-color: black;
}
.footer-ctxt {
  background-color: black;
  color: white;
  padding-bottom: 5%;
  text-align: center;
}
.insidefooter {
  background-color: black;
  display: flex;
  padding: 5%;
  color: white;
  justify-content: space-evenly;
}
.footer-title {
  color: #fff;
  font-weight: 500;
  font-size: 1.5em;
  letter-spacing: 1px;
}
.footerobj {
  width: 25%;
}
.news-title {
  color: white;
  font-size: 2em;
  font-weight: 700;
  overflow: hidden;
}
.news-title .letter {
  display: inline-block;
  line-height: 1em;
}
.news-bar-flex {
  position: absolute;
  display: flex;
  bottom: 10%;
  left: 5%;
  right: 5;
  justify-content: space-between;
  width: 90%;
}
.news-country {
  line-height: 2em;
  border-radius: 100px;
  border: 1px solid white;
  color: white;
  width: 15%;
  text-align: center;
  font-weight: 500;
}
.body-bg-dark {
  background-color: black;
}
.dark-link {
  text-decoration: black;
  color: black;
}
.news-content-wrapper {
  padding-top: 10%;
  padding-left: 20%;
  padding-right: 20%;
  line-height: 1.5em;
  text-align: justify;
  text-justify: inter-word;
}
.nw-video-obj {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 100%;
  border-radius: 7px;
  z-index: 2;
}
.news-content-wrapper-tl {
  padding-top: 10%;
  padding-left: 20%;
  padding-right: 20%;
  line-height: 1.5em;
  position: relative;
}
.news-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 2em;
  font-size: 0.95rem;
}
.news-text-na {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}
.nbm-ontouch {
  background-color: white;
}
.tls-text-l {
  top: 200px;
  left: 30%;
  width: 15%;
  text-align: right;
  min-width: 150px;
  position: absolute;
}
.tls-marker-img {
  width: 150%;
}
.nbm-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  z-index: 9;
}
.nbm-menu-item {
  text-align: center;
  width: 100%;
  font-size: 3em;
  font-weight: 500;
  color: white;
  margin-bottom: 5%;
}
.nbm-menu-wrapper {
  position: relative;
  width: 100%;
  height: 80vh;
  margin-top: 20vh;
}
.nbm-menu-hide {
  pointer-events: none;
}
.tls {
  left: 50%;
  width: 10px;
  height: 200vh;
  border-radius: 2000px;
  position: absolute;
  top: 150px;
  right: 0;
  transform: translateX(-50%);
}
.ct-social-bar {
  width: 100%;
  height: 20vh;
  display: inline;
}
.alllink {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.svmain-flex {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}
.svmain-wrapper {
  height: 100vh;
  width: 100%;
  color: white;
}
.svm-l-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  background-image: url("/assets/images/hero1_rs4u6o41zv.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: brightness(30%);
}
.svm-left {
  width: 50%;
  height: 100%;
}
.svm-right {
  width: 50%;
  height: 100%;
}
.svm-texts {
  margin-top: 20%;
  margin-left: 10%;
  margin-right: 10%;
  width: 80%;
}
.svm-title {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.5em;
}
.svm-subt {
  font-size: 1.3em;
}
.svm-btn-container {
  margin-top: 20vh;
}
.svm-btn {
  padding: 4%;
  background-color: black;
  display: inline;
  border-radius: 9990px;
  cursor: pointer;
  transition: all ease 0.2s;
  transition-property: color background-color;
}
.svm-btn:hover {
  padding: 4%;
  background-color: rgb(240, 240, 240);
  display: inline;
  border-radius: 9990px;
  cursor: pointer;
  color: black;
}
.ct-social-flex {
  margin-left: 7%;
  margin-right: 7%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10%;
  justify-content: space-evenly;
}
.ct-social-flex-txtd {
  display: flex;
  margin-top: 20px;
  justify-content: space-evenly;
}
.ct-btn {
  width: 7%;
  min-width: 100px;
  padding-top: 10px;
  position: relative;
}
.ct-img {
  border-radius: 10px;
  border: 1px solid #ccc;
}
.ct-txt {
  text-align: center;
}
.vp-video-main {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #111;
}
.vp-video {
  position: absolute;
  height: 80%;
  width: 80%;
  top: 10%;
  left: 10%;
  margin: auto;
  overflow: hidden;
}
.vp-video-obj {
  width: 100%;
  height: 100%;
}
.vp-video-wrapper {
  margin: auto;
  overflow: hidden;
  height: 100vh;
}
.vp-hide-btn {
  color: white;
  border-radius: 100px;
  top: 5%;
  left: 5%;
  position: absolute;
  padding: 0.8em;
  width: 3em;
  height: 3em;
  text-align: center;
  line-height: calc(1.5em - 6px);
  cursor: pointer;
  font-size: 1.5em;
  font-weight: 600;
  transition: all 0.2s ease;
  transition-property: background-color, color;
}
.vp-hide-btn:hover {
  background-color: #222;
  color: white;
}
.svm-mobile-pad {
  display: none;
}
.nw-no-news {
  text-align: center;
  width: 100%;
  color: #888;
  font-size: large;
}
@media only screen and (max-width: 877px) and (orientation: portrait) {
  .svm-l-bg {
    position: fixed;
  }
  .svmain-flex {
    display: block;
  }
  .nbm-menu {
    top: 0;
  }
  .svm-btn {
    border: 1px solid #222;
  }
  .svm-left {
    width: 100%;
    height: auto;
  }
  .svm-right {
    width: 100%;
    height: auto;
  }
  .svm-mobile-pad {
    display: block;
    line-height: 5em;
  }
  .navbar {
    top: 0;
  }
  .nw-news-desc {
    opacity: 1;
    height: 25%;
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.8)
    );
  }
  .ct-social-flex {
    padding-top: 50%;
    padding-left: 10%;
    padding-right: 10%;
  }
  .insidefooter {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .nw-object-section {
    padding-top: 10%;
  }
  .footer-ctxt {
    padding: 5% 5% 10%;
  }
  .footerobj {
    width: unset;
    padding-top: 20%;
  }
  .hcia-textbox {
    width: unset;
  }
  .nw-news-object {
    top: 0;
    left: 0;
    border-radius: 15px;
    background-color: black;
    width: 100%;
    height: 15rem;
    min-width: 300px;
    cursor: pointer;
  }
  .navbar-links-section {
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
  }
  .navbar-mobile-links-icon {
    display: unset;
    width: 3vh;
    height: 3vh;
    border: 1px white solid;
    transition: all 0.2s linear;
    margin-right: 5%;
    border-radius: 1000px;
  }
  .news-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: center !important;
  }
  .news-country {
    width: 40%;
    line-height: 3em;
  }
  .news-content-wrapper {
    padding-top: 10%;
    padding-left: 10%;
    padding-right: 10%;
    line-height: 1.5em;
    font-weight: 350;
  }
  .news-video {
    margin: 5% auto 0;
    width: 80%;
    height: 35vh;
  }
  .news-withvid {
    padding-top: 10% !important;
  }
  .cc-body {
    margin-bottom: 5%;
  }
  .cookie-consent-wrap {
    display: block;
  }
  .svm-l-bg {
    background-image: url("/assets/images/hero1_rs4u6o41zv_mob.jpg");
  }
  .event-list{
    display: block;
  }
  .event-obj{
    width: 100%;
  }
  .ge-greenations-logo{
    max-width: 40%;
    padding-bottom: 5em;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /*.nw-slo-bg {
    background-image: url("/assets/images/partners/partners-slovakia-box-large_upz62s4mepp.jpg");
    background-size: cover;
  }*/
  .nw-tur-bg {
    background-image: url("/assets/images/partners/partners-turkey-box-large_jsa410bcaqw.jpg");
    background-size: cover;
  }
  .nw-por-bg {
    background-image: url("/assets/images/partners/partners-portugal-box-large_ca6ri5dxc5.jpg");
    background-size: cover;
  }
  .nw-ita-bg {
    background-image: url("/assets/images/partners/partners-italy-box-large_y33vvk1jth.jpg");
    background-size: cover;
  }
  .nw-rom-bg {
    background-image: url("/assets/images/partners/partners-romania-box-large_wmgl10p9xq.jpg");
    background-size: cover;
  }
}
