/*** MISC ***/
* {
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
html {
  font-size: 13px; }
body {
  background-color: #F9E7D2; }
p {
  color: #03340D; 
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 1.5rem; }
p.intro,
.intro-big p {
  font-size: 1.3rem; }
a {
  color: #03340D;
  text-decoration: underline; }
a:hover,
a:focus {
  color: #03340D;
  text-decoration: none; }
p, body, h1, h2 {
  font-family: museo-sans-rounded, sans-serif; }
.btn, button {
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  outline: 0;
  outline-offset: 0;
  cursor: pointer;  
  text-align: center;
  color: #03340D;
  background-color: #FFB81C;
  border-radius: 10px;
  border: 1px solid #FFB81C;
  font-weight: 900;
  font-size: 1rem;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  padding: 0.8rem 1.1rem; }
.btn:hover, button:hover,
.btn:focus, button:focus,
:not(.btn-check)+.btn:hover {
  outline: none;
  -webkit-box-shadow: 0px 0px 50px 0px #03340D;
          box-shadow: 0px 0px 50px 0px #03340D;
  color: #03340D;
  background-color: #FFB81C;
  border: 1px solid #FFB81C; }

.btn.centered, button.centered {
  display: table;
  margin-left: auto;
  margin-right: auto; }
.btn.with-play svg {
  height: 13px; }
.container {
  padding-left: 20px;
  padding-right: 20px; }
.py-content {
  padding-top: 50px;
  padding-bottom: 50px; }
img {
  max-width: 100%; }
iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

/*** HERO ***/
.logo-h {
  display: inline-block;
  margin-bottom: 2.5rem; }
.logo-h img {
  width: 200px;
  height: 40px; }
  .play {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 75px;
    height: 75px;
    z-index: 2;
    cursor: pointer;
    position: absolute;
    top: calc(100% - 100px);
    left: 25px; }
  .play:before {
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-animation: rotate-play-btn 5s linear infinite;
    animation: rotate-play-btn 5s linear infinite;
    background-image: url('../images/play-text.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  @-webkit-keyframes rotate-play-btn {
    from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(-360deg);
      transform: rotate(-360deg);
    }
  }
  @keyframes rotate-play-btn {
    from {
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -ms-transform: rotate(-360deg);
      -webkit-transform: rotate(-360deg);
      transform: rotate(-360deg);
    }
  }

.play img {
  width: 30px; }
.video-modal .modal-body {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.video-modal .modal-content {
  background-color: rgba(0,0,0,0.75); }
.video-modal .modal-content .btn-close {
  z-index: 9;
  position: absolute;
  top: 10px;
  right: 10px; }
.video-modal .modal-content .btn-close:hover {
  border: 0;
  opacity: 1;
  background-color: transparent; }
.video-modal .modal-content iframe {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  min-height: auto;
  min-width: auto; }
.hero {
  position: relative;
  padding: 70px 0 100px 0;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
body.homePage .hero {
  overflow: hidden; }
.hero p, .hero p a {
  color: #FFF; }
.hero p.big {
  font-size: 1.3rem;
  line-height: 1.4; }
.hero .btn {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem; }
.hero .cont-box {
  position: relative; }

/*** HOME ***/
.intro {
  position: relative; }
.intro .cont-box {
  position: relative;
  z-index: 3; }
.intro p.intro strong,
.intro .intro-big strong {
  font-weight: 900;
  color: #1B7339; }
.intro .pic {
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0 30px 0;
  position: relative;
  overflow: hidden; }
.intro .pic iframe {
  width: 100%;
  height: 100%;
  inset: 0;
  transform: none;
  min-height: auto;
  min-width: auto;  }
.intro .top-bg {
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: url('../images/intro-top-bg.svg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto; }
.cta {
  position: relative;
  text-align: center; 
  background-color: #1B7339;
  margin: 30px 0; }
.cta .top-green-bg {
  z-index: 1;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  bottom: 0; 
  background-image: url('../images/top-green-bg.svg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto; }
.cta .bottom-green-bg {
  z-index: 1;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  top: 0; 
  background-image: url('../images/bottom-green-bg.svg');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto; }
.cta .right-bottom-img {
  position: absolute;
  bottom: -60px;
  right: 0;
  width: 18%;
  z-index: 2; }
.cta .left-top-img {
  position: absolute;
  top: -85px;
  left: 0;
  width: 28%;
  z-index: 2; }
.cta .cont-box {
  position: relative;
  z-index: 3; }
.cta h2 {
  color: #FFF; }
.cta p {
  color: #FFF;
  font-size: 1.3rem; }
.cta .btn {
  margin-top: 1.5rem; }
.sponsors {
  margin: 50px 0;
  position: relative; }
.sponsors  ul {
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  margin-top: 20px;
  border-top: 1px solid #1B7339; }
.sponsors  ul li {
  text-align: center;
  position: relative;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 30px 20px;
  border-bottom: 1px solid #1B7339; }
.sponsors  ul li .logo {
  height: 145px;
  max-width: 60%; 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; 
  margin: auto; 
  margin-bottom: 30px; }
.sponsors  ul li .logo img {
  max-height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
.dotted-line {
  z-index: 2;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
.dotted-line-1 {  
  top: -85px;
  left: 50%;
  width: 100px;
  height: 100px;
  background-image: url('../images/dotted-line-1.svg'); }
.dotted-line-2 {  
  bottom: -100px;
  left: 50%;
  margin-left: -50px;
  width: 140px;
  height: 179.2px;
  background-image: url('../images/dotted-line-2.svg');  }
.dotted-line-3 {  
  bottom: -80px;
  left: 50%;
  margin-left: -112px;
  width: 160px;
  height: 112px;
  background-image: url('../images/dotted-line-3.svg'); }
.dotted-line-4 {  
  bottom: -80px;
  left: 50%;
  margin-left: -42.5px;
  width: 45px;
  height: 111px;
  background-image: url('../images/dotted-line-4.svg'); }
.social-slider {
  margin-top: 20px; }
.social-slider .swiper-slide {
  text-align: center; }
.social-slider .swiper-slide a {
  display: block;
  text-decoration: none; }
.social-slider .swiper-slide p {
  padding: 0 15px; }
.social-slider .pic {
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 15px; }
.social-slider .swiper-wrapper{
  transition-timing-function : linear; }

/*** 404 ***/
body.e404 {
  background-color: #1B7339; }
body.e404 h1 {
  color: #FFF;
  font-size: 3.5rem;
  margin: 2rem 0; }
body.e404 p,
body.e404 a {
  color: #FFF; }
body.e404 a:hover,
body.e404 a:focus {
  color: #FFF; }
.fill-viewport {
  height: 100vh; }

/*** CONTENT ***/
h2 {
  color: #1B7339;
  font-size: 2.6rem;
  line-height: 1.6;
  font-weight: 900; 
  margin-bottom: 1.5rem; }
h2 a,
h2 a:hover,
h2 a:focus {
  color: #1B7339; }

/*** LEGALS ***/
body.legals .hero {
  min-height: auto;
  padding: 80px 0 40px 0;
  margin-bottom: 50px;
  background-color: #1B7339; }
body.legals .hero .bottom-green-bg {
  z-index: 1;
  position: absolute;
  bottom: -50px;
  top: 0;
  left: 0;
  right: 0;
  background-image: url('../images/hero-bottom-green-bg.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto; }
body.legals .hero .whistle {
  z-index: 2;
  position: absolute;
  bottom: -75px;
  right: 120px;
  width: 30%; }
body.legals .content {
  padding: 30px 0 50px 0; }
p.back {
  margin-bottom: 30px; }
body.legals h1 {
  color: #1B7339;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 15px; }
body.legals h2 {
  color: #1B7339;
  font-size: 1.3rem;
  font-weight: 900;
  margin-top: 30px;
  margin-bottom: 15px; }
body.legals table {
  border-top:1px solid #03340D;
  border-left:1px solid #03340D;
  border-right:1px solid #03340D;
  margin: 10px 0 60px;}
body.legals table tr {
  border-color:#03340D;}
body.legals table th {
  color:#1B7339;}
body.legals table th,
body.legals table td {
  background: transparent;}
body.legals .table-responsive+h2 {
  margin-top:10px;}

/*** ICO's ***/
[class^="ico-"] {
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

/*** FOOTER ***/
footer {
  position: relative;
  text-align: center;
  background-color: #1B7339;
  padding: 60px 0;
  margin-top: 30px; }
footer .green-bg {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: url('../images/footer-green-bg.svg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto; }
footer .cont-box {
  position: relative;
  z-index: 3; }
footer .logo-f {
  display: inline-block;
  margin-bottom: 1.5rem; }
footer .logo-f img {
  width: 180px;
  height: 34.2; }
footer p {
  color: #FFF; 
  margin-bottom: 0.5rem; }
footer p.legals {
  color: #FFB81C; }
footer p.legals a {
  color: #FFB81C;
  font-size: 0.8rem; }
footer p.legals a:hover,
footer p.legals a:focus {
  color: #FFB81C; }

 @media (min-width: 768px) {
  .hero {
    padding: 60px 0;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .intro .top-bg {
    top: -80px; }
  .intro .pic {
    margin: 0; }
  .sponsors  ul {
    border: 0;
    margin: 30px -15px 0 -15px; }
  .sponsors  ul li {
    position: relative;
    -ms-flex: 0 0 33.33%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 20px 15px;
    border: 0; }
  .sponsors  ul li:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #1B7339; }
  .sponsors  ul li:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background-color: #1B7339; }
  .sponsors  ul li:nth-child(3n + 3):after {
    display: none; }
  .sponsors  ul li:nth-last-child(-n + 3):before {
    display: none; }
  .sponsors  ul li .logo {
    height: 85px;
    max-width: 60%;
    margin-bottom: 20px; }
  .social-slider .swiper-slide:nth-child(odd) .pic {
    margin-top: 20px; }
  .cta .left-top-img {
    top: -150px; }
  .cta .right-bottom-img {
    width: 15%;
    bottom: -80px; }
  .sponsors {
    margin: 120px 0; }
  body.legals .hero {
    text-align: left;
    padding: 100px 0 60px 0;
    margin-bottom: 75px; }
  body.legals .hero .bottom-green-bg {
    bottom: -75px; }
  body.legals .hero .whistle {
    bottom: -120px; }
  body.legals .content {
    padding: 45px 0 100px 0; }
  p.back {
    margin-bottom: 60px; }
  body.legals h1 {
    margin-bottom: 45px; }
  body.legals h2 {
    margin-top: 45px;
    margin-bottom: 20px; }
  footer .left-bg {
    background-image: url('../images/left-bg.png');
    background-repeat: no-repeat;
    background-size: 30%;
    z-index: 2;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    bottom: 0; }
  footer .logo-f img {
    width: 271px;
    height: 54px; }

}


@media (min-width: 992px) {
  .py-content{
    padding-top: 70px;
    padding-bottom: 70px; }
  .social-slider {
    margin-top: 50px; }
  footer {
    padding: 80px 0; }

}

@media screen and (min-width: 1024px) {

  .container {
    padding-left: 3.2rem;
    padding-right: 3.2rem; }
  .social-slider .swiper-slide:nth-child(odd) .pic {
    margin-top: 35px; }

}

@media (min-width: 1200px) {
  html {
    font-size: 17px; }
  .play {
    width: 120px;
    height: 120px;
    top: calc(50% - 60px);
    left: calc(50% - 60px); }
  .play img {
    width: 45px; }
  .cta {
    margin: 50px 0; }
  .cta .top-green-bg {
    top: -50px; }
  .cta .bottom-green-bg {
    bottom: -50px;}
  .right-bottom-bg {
    bottom: -70px; }
  .cta .left-top-img {
    top: -300px; }
  .cta .right-bottom-img {
    width: 18%;
    bottom: -175px; }
 .sponsors  ul {
    margin: 60px -40px 0 -40px; }
  .sponsors  ul li {
    padding: 55px 40px 35px 40px; }
  .sponsors  ul li .logo {
    height: 100px;
    max-width: 60%;
    margin-bottom: 40px; }
  .dotted-line-1 {  
    top: -160px;
    left: 50%;
    width: 255px;
    height: 290px; }
  .dotted-line-2 {
    bottom: -210px;
    left: 50%;
    margin-left: -50px;
    width: 294px;
    height: 378px; }
  .dotted-line-3 {
    bottom: -230px;
    left: 50%;
    margin-left: -330px;
    width: 330px;
    height: 231px; }
  .dotted-line-4 {
    bottom: -170px;
    left: 50%;
    margin-left: -42.5px;
    width: 87px;
    height: 215px; }
  footer {
    margin-top: 50px; }
  footer .green-bg {
    top: -50px; }
  footer .left-bg {
    top: -50px; }

  }
@media screen and (min-width: 1400px) {
  .py-content{
    padding-top: 100px;
    padding-bottom: 100px; }
  .logo-h img {
    width: 335px;
    height: 68px; }
  .cta {
    margin: 90px 0; }
  .cta .top-green-bg {
    top: -90px; }
  .cta .bottom-green-bg {
    bottom: -90px;}
  .right-bottom-bg {
    bottom: -110px; }
  .social-slider {
    margin-top: 70px; }
  .social-slider .swiper-slide .pic {
    margin-bottom: 30px; }
  .social-slider .swiper-slide p {
    padding: 0 30px; }
  body.legals .hero {
    padding: 120px 0 80px 0;
    margin-bottom: 95px; }
  body.legals .hero .bottom-green-bg {
    bottom: -95px; }
  body.legals .hero .whistle {
    bottom: -135px; }
  body.legals .content {
    padding: 60px 0 120px 0; }
  p.back {
    margin-bottom: 80px; }
  body.legals h1 {
    margin-bottom: 30px; }
  body.legals h2 {
    margin-top: 60px;
    margin-bottom: 30px; }
  footer {
    padding: 110px 0;
    margin-top: 70px; }
  footer .green-bg {
    top: -70px; }
  
}

@media screen and (min-width: 1550px) {

  .container {
    padding-left: 3.8rem;
    padding-right: 3.8rem; }
  .social-slider .swiper-slide:nth-child(odd) .pic {
    margin-top: 60px; }

}


@media screen and (min-width: 1770px) {
  .container {
    max-width: 1930px;
    padding-left: 120px;
    padding-right: 120px; }
  .py-content {
    padding-top: 150px;
    padding-bottom: 150px; }
  .play {
    width: 180px;
    height: 180px;
    top: calc(50% - 90px);
    left: calc(50% - 90px); }
  .play img {
    width: 60px; }
  .cta {
    margin: 120px 0; }
  .cta .top-green-bg {
    top: -120px; }
  .cta .bottom-green-bg {
    bottom: -100px; }
  .right-bottom-bg {
    bottom: -140px; }
  .sponsors {
    margin: 180px 0 140px; }
  .sponsors  ul {
    margin: 90px -60px 0 -60px; }
  .sponsors  ul li {
    padding: 80px 60px 60px 60px; }
  .sponsors  ul li .logo {
    height: 145px;
    max-width: 60%;
    margin-bottom: 60px; }
  .social-slider {
    margin-top: 120px; }
  footer {
    padding: 80px 0 140px;
    margin-top: 90px; }
  footer .green-bg {
    top: -120px; }
  footer .left-bg {
    top: -90px; }  
  
}

@media screen and (min-width: 1920px) {
  html {
    font-size: 20px; }
  .container {
    max-width: 1930px;
    padding-left: 260px;
    padding-right: 260px; }
}