@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&family=Roboto+Condensed:wght@400;700&display=swap');

@font-face {
  font-family: 'Gotham Rounded Italic';
  src: url(../fonts/GothamRounded-BoldItalic.eot);
  src: url(../fonts/GothamRounded-BoldItalic.eot?#iefix) format('embedded-opentype'),
    url(../fonts/GothamRounded-BoldItalic.woff2) format('woff2'),
    url(../fonts/GothamRounded-BoldItalic.woff) format('woff'),
    url(../fonts/GothamRounded-BoldItalic.ttf) format('truetype'),
    url(../fonts/GothamRounded-BoldItalic.svg) format('svg');

}


@font-face {
  font-family: 'Gotham Rounded Bold';
  src: url(..//fonts/GothamRounded-Bold.woff2) format('woff2'),
    url(..//fonts/GothamRounded-Bold.woff) format('woff'),
    url(..//fonts/GothamRounded-Bold.ttf) format('truetype');

  font-display: swap;
}

@font-face {
  font-family: 'Gotham Rounded Medium';
  src: url(..//fonts/GothamRounded-Medium.woff2) format('woff2'),
    url(..//fonts/GothamRounded-Medium.woff) format('woff'),
    url(..//fonts/GothamRounded-Medium.ttf) format('truetype');

  font-display: swap;
}


@font-face {
  font-family: 'Gotham Rounded Book';
  src: url(..//fonts/GothamRounded-Book.woff2) format('woff2'),
    url(..//fonts/GothamRounded-Book.woff) format('woff'),
    url(..//fonts/GothamRounded-Book.ttf) format('truetype');

  font-display: swap;
}




* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
footer {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 18px;
  overflow-x: hidden;
  min-height: 100%;
  background-image: url("..//images/pattern.jpg");
}

a {
  color: #FFFFFF;
  text-decoration: none;

}

.uppercase{
  text-transform: uppercase;
}
a:hover {

  text-decoration: none;

}
.head-title {
	font-family: "Gotham Rounded Bold";
	width: 440px;
	height: 50px;
	margin-right: 0px;
	display: inline-block;
	top: 90px;
	position: relative;
	text-align: left;
	color: white;
	left: 190px;
	font-size: 38px;
	margin-left: 50px;
}
.head-title-mobile {
	font-family: "Gotham Rounded Bold";
	width: 440px;
	height: 50px;
	margin-right: 0px;
	display: inline-block;
	top: 90px;
	position: relative;
	text-align: left;
	color: white;
	left: 190px;
	font-size: 38px;
	margin-left: 50px;
}
.button-wrapper {
  width: 290px;
  position: relative;
  cursor: pointer;
  height: 66px;
  top: -40px;
  z-index: 10;
}
.button-bck {
  transform: translate(-50%, 0px);
  position: absolute;
  width: 100%;
}
.button-text {
	font-family: "Gotham Rounded Italic";
	font-size: 28px;
	width: 100%;
	margin-right: 0px;
	top: 16px;
	position: relative;
	text-align: center;
	color: white;

}
h1, p {
  margin: 0px;
  padding: 0px;
}

.main-text{
  font-family: "Gotham Rounded Bold";
  font-size: 40px;
  width: 100%;
  margin-right: 0px;
  top: 11px;
  position: relative;
  text-align: center;
  color: white;

}
.main-text-small {
	font-family: "Gotham Rounded Book";
	font-size: 25px;
	margin-right: 0px;
	top: 11px;
	position: relative;
	text-align: center;
	color: white;
	margin-top: 20px;
	width: 1100px;
	margin-top: 20px !important;
}
.box-wrapper {
  display: flex;
  width: 1400px;
  padding-top: 50px;
  position: relative;
  justify-content: center;
}
#button-center {
	top: 0px;
	margin-bottom: 50px;
	margin-top: 50px;
}
.box {
  width: 260px;
  height: auto;
  background-color: #c10000;
  background-image: url("..//images/box-background-blue.jpg");
  background-size: 100%;
  padding-top: 20px;
  border-radius: 15px;
  margin: 15px;
  cursor: default;
}
.box-top {
  font-family: "Gotham Rounded Bold";
  font-size: 45px;
  width: 100%;
  margin-right: 0px;
  top: 11px;
  position: relative;
  text-align: center;
  color: white;
  line-height: 1;
  margin-bottom: 57px;
}
.box-text {
  font-family: "Gotham Rounded Book";
  font-size: 24px;
  width: 100%;
  margin-right: 0px;
  top: 11px;
  position: relative;
  text-align: center;
  color: white;
  line-height: 1.3;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
}
.headWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
}

#headWrapper-mobile {
  display: none;
}

.headMenu {
  width: auto;
  height: 110px;
  background: -o-linear-gradient(top, rgba(4, 27, 64, 1) 0%, rgba(11, 28, 67, 1) 35%, rgba(16, 49, 95, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 27, 64, 1)), color-stop(35%, rgba(11, 28, 67, 1)), to(rgba(16, 49, 95, 1)));
  background: linear-gradient(180deg, rgba(4, 27, 64, 1) 0%, rgba(11, 28, 67, 1) 35%, rgba(16, 49, 95, 1) 100%);

}



.headContent {
  position: relative;
  width: 1400px;
  height: 100%;
  margin: 0 50% auto;
  transform: translate(-50%, -50%);
}

.logo {
  width: auto;
  height: 60px;
  z-index: 100000;
  position: fixed;
  left: 0px;
  top: 74%;
}

.buttonWrapper {
	position: fixed;
	top: 60%;
	width: auto;
	z-index: 1000000;
	right: 0px;

}
.button-wrapper:hover{
  transform: translate(-50%, -5px);
  transition: all ease 0.5s;
}

.box:hover{
  box-shadow: 0px 0px 6px 10px rgb(237, 28, 36);
  transition: all ease 0.5s;
  background-image: url("..//images/box-background-red.jpg");
}

.hero,
.hero-expand {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  transition: 0.5s ease;
  background: linear-gradient(0deg, rgba(8,25,68,1) 0%, rgba(20,104,220,1) 100%);
}

.header-headline {
	font-family: "Gotham Rounded Bold";
	font-size: 60px;
	width: 600px;
	margin-right: 20px;
	top: -12px;
	position: relative;
	text-align: center;
	color: white;
	text-transform: uppercase;
}
.bottom-image {
	margin-bottom: -50px !important;
	left: -20px;
	position: relative;
}
.centered {
  margin: 0 50% auto;
  transform: translate(-50%, 0px);
}

.head-wrapper {
  display: flex;
  width: 1400px;
  margin-top: 130px;
  align-content: center;
  align-items: center;
}
.bodyWrapper {
	position: relative;
	width: 100%;
	height: auto;
	padding: 0px;
	background-image: url("..//images/background.png");
	background-size: 5080px 128%;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-color: #b71421;
}
#button-bottom {
	top: 160px;
}
.rules {
	font-family: "Gotham Rounded Book";
	width: 100%;
	font-size: 18px;
	text-align: center;
	padding: 20px;
	top: -50px;
	position: relative;
}
.head-text {
  font-family: "Gotham Rounded Bold";
  width: 140px;
  height: 50px;
  margin-right: 20px;
  display: inline-block;
  top: 20px;
  position: relative;
  text-align: right;
  color: white;
}

.phone {
  width: 16px;
  height: 30px;
  position: relative;
  top: 9px;
  left: -6px;
}

.thinLineGrey {
  background-color: #d1d8e6;
  width: auto;
  height: 4px;
}

.thinLineGrey2 {
  background-color: #d1d8e6;
  width: auto;
  height: px;
  margin-top: -44px;
}

.thinLineRed {
  background-color: #c10000;
  width: auto;
  height: 4px;
}


.logo-bottom {
  width: 500px;
  height: 110px;
  position: relative;
  top: 20px;
  left: 0px;

}

#logo-bottom {
  width: 175px;
  margin-left: 0px;
}

.text-bottom {
  text-align: center;
  font-family: 'Gotham Rounded Bold';
  font-size: 12px;

  left: 0px;
  width: 175px;
}

.pictogram {
  width: 30px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  transition: transform .2s ease-in;
}

.pictogram:hover {
  opacity: 0.9;
  transform: translateY(-3px);
}

.text-2-bottom {
  text-align: left;
  font-family: 'Gotham Rounded Bold';
  font-size: 12px;
  position: relative;
  top: -44px;
  display: inline-block;
  left: 190px;
  width: 300px;
}


.pictogram-container {

  position: relative;
  width: 400px;
  top: -87px;
  left: 631px;
}
.notice {
  width: 245px;
  position: relative;
  display: flex;
  top: -146px;
  left: calc(100% - 245px);
}
#notice {
  width: 40px;
  top: 0px;
  position: relative;
  left: 0px;
}

.notice-text {
  text-align: left;
  display: inline-block;
  font-family: 'Gotham Rounded Bold';
  font-size: 12px;
  left: 0px;
  margin-left: 10px;
  position: relative;
}



#yt {
  width: 40px;
  top: 5px;
}


#yt {
  width: 40px;
  top: 5px;
}

.imageLogo {
  width: auto;
  height: 60px;
  position: relative;
}

.thinnerLineGrey {
  background-color: #d1d8e6;
  width: auto;
  height: 1px;
  margin-top: -20px;
  opacity: 0.5;
  display: none;
}



.bold {
  font-family: 'Gotham Rounded Bold';
}


.text-centered {
  text-align: center;
  color: #c10000;
}



.redButton {
  width: 145px;
  height: 61px;
  z-index: 1000;
  font-size: 16px;
  font-family: "Gotham Rounded Bold";
  color: #FFFFFF;
  background-color: #e20000;
  padding: 5px 15px;
  margin-right: 20px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-decoration: none;

  transition: transform .2s ease-in;

  left: 70%;
  top: 20px;
}

.redButton:hover {
  background-color: #ec2020;
  transform: translateY(-3px);
}


.lightVioletButton {
  width: 175px;
  height: 61px;
  font-family: "Gotham Rounded Bold";
  color: #FFFFFF;
  z-index: 1000;
  font-size: 16px;
  border-radius: 5px;
  background-color: #3051c5;
  padding: 5px 15px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform .2s ease-in;
  left: 70%;
  top: 20px;
}

.lightVioletButton:hover {
  background-color: #153cc5;
  transform: translateY(-3px);
}


.hamburger {
  border: 0;
  background-color: transparent;
  top: 47px;
  left: calc(100% - 34px);
  position: fixed;
  z-index: 100000;
  margin: 0 0% auto;
}

.hamburger .line {
  background-color: #fff;
  display: block;
  margin: 5px 0;
  height: 4px;
  width: 30px;
  will-change: transform;
}

.hamburger.open .line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.open .line:nth-child(2) {
  opacity: 0;
}

.hamburger.open .line:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

.hamburger .line {
  /* ... */
  transition: all 0.5s ease;
}



.footer {
  background-color: #c10000;
  width: 100%;
  height: 80px;
}


.centered {
  text-align: center;
}

.footerLegal {
  width: 100%;
  height: 190px;
  background: -o-linear-gradient(bottom, rgba(4, 27, 64, 1) 0%, rgba(11, 28, 67, 1) 35%, rgba(16, 49, 95, 1) 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(4, 27, 64, 1)), color-stop(35%, rgba(11, 28, 67, 1)), to(rgba(16, 49, 95, 1)));
  background: linear-gradient(0deg, rgba(4, 27, 64, 1) 0%, rgba(11, 28, 67, 1) 35%, rgba(16, 49, 95, 1) 100%);

  color: #ffffff;
  overflow: hidden;
}

.footer-content {
  position: relative;
  width: 1400px;
  height: 100%;
  margin: 0 50% auto;
  transform: translate(-50%, -50%);
  top: 151px;
}




.phone-btn {

  width: 30px;
  top: 21px;
  left: 82%;
  height: auto;
  position: fixed;
  z-index: 100000;
  margin: 0 0% auto;
  display: none;


}

.buttonText {

  width: 168px;
  top: 9px;
  position: absolute;
  left: 12px;

}

.mobile {
  display: none;
}

/* ------------------------------------------------------------media queries------------------------------------------------ */



@media only screen and (max-width:1500px) {





  /* ------------------------------------------------------------------------------------------------------------ */


  .headContent {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 50% auto;
    transform: translate(-50%, -50%);
  }

  .footer-content {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 50% auto;
    transform: translate(-50%, -50%);
    top: 151px;
  }



  .pictogram-container {
    position: relative;
    width: 400px;
    top: -87px;

    left: 498px;
  }


}




@media only screen and (max-width:1250px) {

  /* ------------------------------------------------------------------------------------------------------------ */
 

  .bottom-image{
    width: 850px;
  }
  #button-bottom {
    top: 80px;
  }
  .rules {
    font-family: "Gotham Rounded Book";
    width: 100%;
    font-size: 18px;
    text-align: center;
    padding: 20px;
    margin-top: -20px;
  }
  .box-wrapper {
    display: flex;
    width: 1050px;
    padding-top: 50px;
    position: relative;
    justify-content: center;
  }
  .box-top {
    font-family: "Gotham Rounded Bold";
    font-size: 45px;
    width: 100%;
    margin-right: 0px;
    top: -7px;
    position: relative;
    text-align: center;
    color: white;
    line-height: 1;
    margin-bottom: 57px;
  }
  .box-text {
    font-family: "Gotham Rounded Book";
    font-size: 20px;
    width: 100%;
    margin-right: 0px;
    top: 11px;
    position: relative;
    text-align: center;
    color: white;
    line-height: 1.3;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
  }
  .box {
    width: 230px;
    height: auto;
    background-color: #c10000;
    background-image: url("..//images/box-background-blue.jpg");
    background-size: 100%;
    padding-top: 20px;
    border-radius: 15px;
    margin: 10px;
  }
  .head-wrapper {
    display: flex;
    width: 1050px;
    margin-top: 130px;
    align-content: center;
    align-items: center;
  }

  .headContent {
    position: relative;
    width: 1000px;
    height: 100%;
    margin: 0 50% auto;
    transform: translate(-50%, -50%);
  }

  .footer-content {
    position: relative;
    width: 1000px;
    height: 196px;
    margin: 0 50% auto;
    transform: translate(-50%, -50%);
    top: 151px;
  }

  .head-title {
    font-family: "Gotham Rounded Bold";
    width: 440px;
    height: 50px;
    margin-right: 0px;
    display: inline-block;
    top: 98px;
    position: relative;
    text-align: left;
    color: white;
    left: 190px;
    font-size: 24px;
    margin-left: 50px;
}
.main-text-small {
	font-family: "Gotham Rounded Book";
	font-size: 25px;
	margin-right: 0px;
	top: 11px;
	position: relative;
	text-align: center;
	color: white;
	margin-top: 20px;
	width: 880px;
}

}

@media only screen and (max-width:1050px) {
  .head-title {
    font-family: "Gotham Rounded Bold";
    width: 190px;
    height: 30px;
    margin-right: 0px;
    display: inline-block;
    top: 98px;
    position: relative;
    text-align: left;
    color: white;
    left: 190px;
    font-size: 22px;
    margin-left: 50px;
  }
  .main-text {
    font-family: "Gotham Rounded Bold";
    font-size: 37px;
    width: 100%;
    margin-right: 0px;
    top: 11px;
    position: relative;
    text-align: center;
    color: white;

  }
  .main-text-small {
    font-family: "Gotham Rounded Book";
    font-size: 20px;
    margin-right: 0px;
    top: 11px;
    position: relative;
    text-align: center;
    color: white;
    margin-top: 20px;
    width: 680px;
  }
  .box-top {
    font-family: "Gotham Rounded Bold";
    font-size: 33px;
    width: 100%;
    margin-right: 0px;
    top: -7px;
    position: relative;
    text-align: center;
    color: white;
    line-height: 1;
    margin-bottom: 16px;
  }
  .box-text {
    font-family: "Gotham Rounded Book";
    font-size: 16px;
    width: 100%;
    margin-right: 0px;
    top: 11px;
    position: relative;
    text-align: center;
    color: white;
    line-height: 1.3;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .rules {
    font-family: "Gotham Rounded Book";
    width: 100%;
    font-size: 18px;
    text-align: center;
    padding: 20px;
    margin-top: 30px;
  }
  .box {
    width: 165px;
    height: auto;
    background-color: #c10000;
    background-image: url("..//images/box-background-blue.jpg");
    background-size: 100%;
    padding-top: 20px;
    border-radius: 10px;
    margin: 10px;
  }
  .box-wrapper {
    display: flex;
    width: 750px;
    padding-top: 50px;
    position: relative;
    justify-content: center;
  }
.footer-content {

  width: 900px;

}
.header-bck {
  width: 340px;
}
.head-wrapper {
	display: flex;
	width: 730px;
	margin-top: 130px;
	align-content: center;
	align-items: center;
}
.button-wrapper {
  width: 240px;
  position: relative;
  cursor: pointer;
  height: 56px;
  top: -33px;
  z-index: 10;
}

.button-text {
	font-family: "Gotham Rounded Italic";
	font-size: 21px;
	width: 100%;
	margin-right: 0px;
	top: 16px;
	position: relative;
	text-align: center;
	color: white;
}
.header-headline {
	font-family: "Gotham Rounded Bold";
	font-size: 39px;
	width: 470px;
	margin-right: 20px;
	top: -22px;
	position: relative;
	text-align: center;
	color: white;
	text-transform: uppercase;
}
.headContent {
	position: relative;
	width: 97%;
	height: 100%;
	margin: 0 50% auto;
	transform: translate(-50%, -50%);

}
#button-bottom {
	top: 60px;
}
.bodyWrapper {
	position: relative;
	width: 100%;
	height: auto;
	padding: 0px;
	background-image: url("..//images/background.png");
	background-size: 2940px 122%;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-color: #b71421;
}
.bottom-image {
	width: 660px;
	top: 0px;
	padding-bottom: 0px;
}
.rules {
	font-family: "Gotham Rounded Book";
	width: 100%;
	font-size: 18px;
	text-align: center;
	padding: 32px;
	margin-top: 0px;
}
}

@media only screen and (max-width:900px) {

  .head-title-mobile {
    font-family: "Gotham Rounded Bold";
    width: 440px;
    height: 50px;
    margin-right: 0px;
    display: inline-block;
    top: 49px;
    position: relative;
    text-align: left;
    color: white;
    left: 190px;
    font-size: 28px;
    margin-left: 10px;
}
.bottom-image {
	margin-bottom: -70px !important;
	left: -20px;
	position: relative;
}
.bodyWrapper {
	position: relative;
	width: 100%;
	height: auto;
	padding: 0px;
	background-image: url("..//images/background.png");
	background-size: 2940px 124%;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-color: #b71421;
}
  /* ------------------------------------------------------------------------------------------------------------ */

  .headContent {
    width: 100%;
    height: 80px;
    top: 17px;
  }

  #headWrapper {
    display: none;
  }

  #headWrapper-mobile {
    display: block;
  }

  #button-center {
    top: 0px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .main-text {
    font-family: "Gotham Rounded Bold";
    font-size: 37px;
    width: 100%;
    margin-right: 0px;
    top: 11px;
    position: relative;
    text-align: center;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
  }


  .logo {
    width: auto;
    height: 60px;
    z-index: 100000;
    position: fixed;
    left: 0px;
    top: 39px;
  }

  .headMenu {
    width: 100%;
    height: 80px;
    padding-left: 50px;
    padding-right: 50px;
    overflow: hidden;
    transition: 0.5s ease;

  }

  .headMenu-expand {
    width: 100%;
    height: 270px;
    padding-left: 50px;
    padding-right: 50px;
    transition: 0.5s ease;
    overflow: hidden;
    background: -o-linear-gradient(top, rgba(4, 27, 64, 1) 0%, rgba(11, 28, 67, 1) 35%, rgba(16, 49, 95, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(4, 27, 64, 1)), color-stop(35%, rgba(11, 28, 67, 1)), to(rgba(16, 49, 95, 1)));
    background: linear-gradient(180deg, rgba(4, 27, 64, 1) 0%, rgba(11, 28, 67, 1) 35%, rgba(16, 49, 95, 1) 100%);

  }

  .hero-expand {
    margin-top: 197px;
    transition: 0.5s ease;
  }



  .imageLogo {
    width: auto;
    height: 48px;
    position: relative;
  }

  .headContent {
    width: 100%;
    height: 80px;
  }

  .head-text {
    font-family: "Gotham Rounded Bold";
    width: 100%;
    height: 50px;
    margin-right: 20px;
    display: block;
    top: -21px;
    position: relative;
    text-align: center;
    color: white;
  }
  .buttonWrapper {
    position: relative;
    top: 91px;
    width: 500px;
    z-index: 1000000;
    right: 0px;
    margin: 0 50% auto;
    transform: translate(-50%, 0px);
  }
  .redButton {
    width: 100%;
    height: 41px;
    z-index: 1000;
    font-size: 16px;
    font-family: "Gotham Rounded Bold";
    color: #FFFFFF;
    background-color: #e20000;
    padding: 5px 15px;
    margin-right: 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
    transition: transform .2s ease-in;
    left: 70%;
    top: 20px;
    margin-bottom: 10px;
  }

  .lightVioletButton {
    width: 100%;
    height: 41px;
    font-family: "Gotham Rounded Bold";
    color: #FFFFFF;
    z-index: 1000;
    font-size: 16px;
    border-radius: 5px;
    background-color: #3051c5;
    padding: 5px 15px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: transform .2s ease-in;
    left: 70%;
    top: 20px;
  }

  .phone-btn {
    width: 30px;
    top: 49px;
    left: 100%;
    height: auto;
    position: fixed;
    z-index: 100000;
    margin: 0 0% auto;
    display: block;
    transform: translate(-30px);
  }




  .footer-content {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .logo-bottom {
    width: 500px;
    height: 110px;
    position: relative;
    top: -20px;
    left: 0px;
  }

  #notice {
    width: 30px;
    top: -10px;
    position: relative;
    left: 0px;
  }

  .notice-text {
    text-align: left;
    display: inline-block;
    font-family: 'Gotham Rounded Bold';
    font-size: 12px;
    left: 0px;
    position: relative;
    top: -13px;
  }

  .notice {
    width: 450px;
    position: relative;
    top: -67px;
    left: 0px;
    transform: translate(0px, 0px);
}

  .pictogram-container {
    position: relative;
    width: 400px;
    top: -126px;
    left: 100%;
    transform: translate(-140px, 0px);
  }

}

@media only screen and (max-width:750px) {
  #button-top {
    top: -25px;
}
.box-top {
  font-family: "Gotham Rounded Bold";
  font-size: 33px;
  width: 100%;
  margin-right: 0px;
  top: -7px;
  position: relative;
  text-align: center;
  color: white;
  line-height: 1;
  margin-bottom: 35px;
}
  .button-text {
    font-family: "Gotham Rounded Italic";
    font-size: 18px;
    width: 100%;
    margin-right: 0px;
    top: 13px;
    position: relative;
    text-align: center;
    color: white;
}
.button-wrapper {
  width: 200px;
  position: relative;
  cursor: pointer;
  height: 46px;
  top: -40px;
  z-index: 10;
}
  .bottom-image {
    width: 560px;
}

.rules {
	font-family: "Gotham Rounded Book";
	width: 100%;
	font-size: 15px;
	text-align: center;
	padding: 20px;
	margin-top: 7px;
}
#button-bottom {
  top: 50px;
  margin-top: 30px;
}


  .main-text {
    font-family: "Gotham Rounded Bold";
    font-size: 31px;
    width: 100%;
    margin-right: 0px;
    top: 11px;
    position: relative;
    text-align: center;
    color: white;

}
  .header-bck {
    width: 270px;
}
.header-headline {
  font-family: "Gotham Rounded Bold";
  font-size: 34px;
  width: 470px;
  margin-right: 20px;
  top: -22px;
  position: relative;
  text-align: center;
  color: white;
  text-transform: uppercase;
}
.head-wrapper {
  display: flex;
  width: 560px;
  margin-top: 130px;
  align-content: center;
  align-items: center;
}
  .box-wrapper {
    display: flex;
    width: 600px;
    padding-top: 50px;
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}
.box {
  width: 188px;
  height: auto;
  background-color: #c10000;
  background-image: url("..//images/box-background-blue.jpg");
  background-size: 100%;
  padding-top: 20px;
  border-radius: 10px;
  margin: 10px;
}

  /* ------------------------------------------------------------------------------------------------------------ */
  .main-text-small {
    font-family: "Gotham Rounded Book";
    font-size: 18px;
    margin-right: 0px;
    top: 11px;
    position: relative;
    text-align: center;
    color: white;
    margin-top: 20px;
    width: 540px;
    padding-left: 10px;
    padding-right: 10px;
}
  .logo-bottom {
    width: 500px;
    height: 110px;
    position: relative;
    top: -35px;
    left: 0px;
  }

  .notice {
    width: 450px;
    position: relative;
    top: -59px;
    left: 0px;
    transform: translate(0px, 0px);
  }

  .pictogram-container {
    position: relative;
    width: 400px;
    top: -87px;
    left: 0%;
    transform: translate(0px, 0px);
  }
  .bodyWrapper {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0px;
    background-image: url("..//images/background.png");
    background-size: 2730px 135%;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-color: #b71421;
  }
}

@media only screen and (max-width:600px) {

  #headImage-mobile {
    width: auto;
    height: 589px;

  }

  .head-title-mobile {
    font-family: "Gotham Rounded Bold";
    width: 440px;
    height: 50px;
    margin-right: 0px;
    display: inline-block;
    top: 55px;
    position: relative;
    text-align: left;
    color: white;
    left: 190px;
    font-size: 18px;
    margin-left: 1px;
}
#button-bottom {
  top: 62px;
  margin-top: 0px;
}
  .btnRed {
    width: 185px;
    top: 350px;
  }

  .buttonWrapper {
    position: relative;
    top: 88px;
    width: 100%;
  }

  .redButton {
    width: 100%;
    height: 41px;
    z-index: 1000;
    font-size: 16px;
    font-family: "Gotham Rounded Bold";
    color: #FFFFFF;
    background-color: #e20000;
    padding: 5px 15px;
    margin-right: 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
    transition: transform .2s ease-in;
    left: 70%;
    top: 20px;
    margin-bottom: 10px;
  }

  .lightVioletButton {
    width: 100%;
    height: 41px;
    font-family: "Gotham Rounded Bold";
    color: #FFFFFF;
    z-index: 1000;
    font-size: 16px;
    border-radius: 5px;
    background-color: #3051c5;
    padding: 5px 15px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: transform .2s ease-in;
    left: 70%;
    top: 20px;
  }

}


@media only screen and (max-width:540px) {
  .main-text {
    font-family: "Gotham Rounded Bold";
    font-size: 24px;
    width: 100%;
    margin-right: 0px;
    top: 11px;
    position: relative;
    text-align: center;
    color: white;

}
#button-bottom {
  top: 39px;
  margin-top: 10px;
}
.bottom-image {
  width: 450px;
  left: -22px;
  position: relative;
}

.header-headline {
  font-family: "Gotham Rounded Bold";
  font-size: 9vw;
  width: 100%;
  margin-right: 0px;
  top: -22px;
  position: relative;
  text-align: center;
  color: white;
  text-transform: uppercase;
}
  .head-wrapper {
    display: flex;
    width: 100%;
    margin-top: 130px;
    align-content: center;
    align-items: center;
    flex-direction: column-reverse;
}
.header-bck {
	width: 90%;
	top: -32px;
	position: relative;
}
.main-text-small {
  font-family: "Gotham Rounded Book";
  font-size: 18px;
  margin-right: 0px;
  top: 11px;
  position: relative;
  text-align: center;
  color: white;
  margin-top: 20px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
  /* ---------------------------
 */
 .bodyWrapper {
	position: relative;
	width: 100%;
	height: auto;
	padding: 0px;
	background-image: url("..//images/background.png");
	background-size: 2370px 138%;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-color: #b71421;
}
 .footer-content {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

  .bodyWrapper {
    padding: 10px;
    padding-top: 0px;
  }



  .btnRed {
    width: 185px;
    top: 284px;
  }




  .footerLegal {
    width: 100%;
    height: 220px;

  }

  .headMenu {

    padding-left: 10px;
    padding-right: 10px;

  }

  .headMenu-expand {

    padding-left: 10px;
    padding-right: 10px;

  }

  .logo-bottom {
    width: 177px;
    height: 106px;
    position: relative;
    top: -37px;
    left: 0px;
    margin: 0 50% auto;
    transform: translate(-50%, 0px);
}


.pictogram-container {
	position: relative;
	width: 100%;
	top: -40px;
	display: flex;
	margin: 0 50% auto;
	left: 0%;
	transform: translate(-50%, 0px);
	justify-content: center;
	height: 33px;
}
  .pictogram {
  width: 30px;
  display: inline-block;
  position: relative;
  margin-right: 5px;
  margin-left: 5px;
  transition: transform .2s ease-in;
  }
  #yt {
    width: 40px;
    top: -4px;
  }
  .text-2-bottom {
    text-align: center;
    font-family: 'Gotham Rounded Bold';
    font-size: 12px;
    position: relative;
    top: 0px;
    display: block;
    left: 0px;
    margin: 0 50% auto;
    width: 270px;
    transform: translate(-50%, 0px);
  }
    .notice {
      width: 350px;
      position: relative;
      top: -13px;
      left: 0px;
      transform: translate(-50%, 0px);
      margin: 0 50% auto;
    }


}


@media only screen and (max-width:450px) {

  .box-text {
    font-family: "Gotham Rounded Book";
    font-size: 14px;
    width: 100%;
    margin-right: 0px;
    top: 11px;
    position: relative;
    text-align: center;
    color: white;
    line-height: 1.3;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
.rules {
  font-family: "Gotham Rounded Book";
  width: 100%;
  font-size: 15px;
  text-align: center;
  padding: 20px;
  margin-top: -2px;
  top: -30px;
}
.main-text-small {
	font-family: "Gotham Rounded Book";
	font-size: 14px;
	margin-right: 0px;
	top: 11px;
	position: relative;
	text-align: center;
	color: white;
	margin-top: 20px;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.4;
}
.bottom-image {
  width: 410px;
  left: -22px;
  position: relative;
}
.box-top {
  font-family: "Gotham Rounded Bold";
  font-size: 29px;
  width: 100%;
  margin-right: 0px;
  top: -7px;
  position: relative;
  text-align: center;
  color: white;
  line-height: 1;
  margin-bottom: 5px;
}
  .box-wrapper {
    display: flex;
    width: 100%;
    padding-top: 50px;
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.box {
	width: 100%;
	height: auto;
	background-color: #c10000;
	background-image: url("..//images/box-background-blue.jpg");
	background-size: 100%;
	padding-top: 20px;
	border-radius: 10px;
	margin: 5px;
  background-position: 0px 22%;
}
#button-center {
  top: 0px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.bodyWrapper {
	position: relative;
	width: 100%;
	height: auto;
	padding: 0px;
	background-image: url("..//images/background.png");
	background-size: 2370px 140%;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-color: #b71421;
}
}


@media only screen and (max-width:360px) {
  .notice-text {
    text-align: left;
    display: inline-block;
    font-family: 'Gotham Rounded Bold';
    font-size: 9px;
    left: 0px;
    position: relative;
    top: -13px;
  }
  .notice {
    width: 270px;
    position: relative;
    top: -13px;
    left: 0px;
    transform: translate(-50%, 0px);
    margin: 0 50% auto;
  }


.bottom-image {
  width: 370px;
  left: -12px;
  position: relative;
}
#button-bottom {
  top: 24px;
  margin-top: 30px;
}
.button-wrapper {
  width: 160px;
  position: relative;
  cursor: pointer;
  height: 46px;
  top: -40px;
  z-index: 10;
}
.button-text {
  font-family: "Gotham Rounded Italic";
  font-size: 15px;
  width: 100%;
  margin-right: 0px;
  top: 9px;
  position: relative;
  text-align: center;
  color: white;
}
.bodyWrapper {
	position: relative;
	width: 100%;
	height: auto;
	padding: 0px;
	background-image: url("..//images/background.png");
	background-size: 2371px 136%;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-color: #b71421;
}
.box-top {
	font-family: "Gotham Rounded Bold";
	font-size: 26px;
	width: 100%;
	margin-right: 0px;
	top: -7px;
	position: relative;
	text-align: center;
	color: white;
	line-height: 1;

}
.box-text {
  font-family: "Gotham Rounded Book";
  font-size: 13px;
  width: 100%;
  margin-right: 0px;
  top: 11px;
  position: relative;
  text-align: center;
  color: white;
  line-height: 1.3;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}
.mobile{
  display: none;
}
.main-text {
	font-family: "Gotham Rounded Bold";
	font-size: 24px;
	width: 100%;
	margin-right: 0px;
	top: 11px;
	position: relative;
	text-align: center;
	color: white;

	padding-left: 5px;
	padding-right: 5px;
}
.rules {
  font-family: "Gotham Rounded Book";
  width: 60%;
  font-size: 15px;
  text-align: center;
  padding: 20px;
  margin-top: -2px;
  top: -30px;
}
}

@media only screen and (max-width:320px) {

  .header-headline {
    font-family: "Gotham Rounded Bold";
    font-size: 9vw;
    width: 100%;
    margin-right: 0px;
    top: -22px;
    position: relative;
    text-align: center;
    color: white;
    text-transform: uppercase;
}
.bottom-image {
  width: 370px;
  left: 8px;
  top: 10px;
  position: relative;
}
.head-title-mobile {
 display: none;
}

.rules {
  font-family: "Gotham Rounded Book";
  width: 60%;
  font-size: 15px;
  text-align: center;
  padding: 20px;
  margin-top: -2px;
  top: -10px;
}
.box-top {
  font-family: "Gotham Rounded Bold";
  font-size: 22px;
  width: 100%;
  margin-right: 0px;
  top: -7px;
  position: relative;
  text-align: center;
  color: white;
  line-height: 1;

}
.buttonWrapper {
	position: relative;
	top: 129px;
	width: 100%;
}
.box-text {
	font-family: "Gotham Rounded Book";
	font-size: 12px;
	width: 100%;
	margin-right: 0px;
	top: 11px;
	position: relative;
	text-align: center;
	color: white;
	line-height: 1.3;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
}