@font-face {
  font-family: 'Graphik Light';
  src: url("fonts/graphik/GraphikLight.otf") format("opentype");
}
@font-face {
  font-family: 'Graphik Regular';
  src: url("fonts/graphik/GraphikRegular.otf") format("opentype");
}
@font-face {
  font-family: 'Graphik Medium';
  src: url("fonts/graphik/GraphikMedium.otf") format("opentype");
}
@font-face {
  font-family: 'Graphik Semibold';
  src: url("fonts/graphik/GraphikSemibold.otf") format("opentype");
}
@font-face {
  font-family: 'Graphik Bold';
  src: url("fonts/graphik/GraphikBold.otf") format("opentype");
}
@font-face {
  font-family: 'Josefin Sans';
  src: url("fonts/JosefinSans-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: 'Ubuntu Light';
  src: url("fonts//ubuntu/Ubuntu-Light.ttf") format("truetype");
}
@font-face {
  font-family: 'Ubuntu';
  src: url("fonts/ubuntu/Ubuntu-Regular.ttf") format("truetype");
}
/* GraphikRegular
GraphikLight */
body{
  margin: 0;
  padding: 0;
  background-color: #00A6BE;
} 
/**MENU**/
header{
  width: 100%;
  max-width: 100vw;
  position: absolute;
  z-index: 9999;
}
nav{
  max-width: 100vw;
  position: relative;
  height:70px;
  background-color: rgba(4, 8, 37, 0.15);
  transition: .4s 
}
.logo{
  position: absolute;
  left: 15px;
  top: 17px;
  width: 36px;
  height: 36px;
  background-image: url("/media/logo/logo-s.svg");
  background-repeat: no-repeat;
  background-size: 36px;
}
.desktopmenu{
  display:none;
}
.btnlogin{
  position: absolute;
  right: 67px;
  top:17px;
  background: #72F9FD;;
  border-radius: 40px;
  border: 0;
  min-width: 90px;
  min-width: 66px;
  padding: 0 12px;
  height: 36px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Graphik Medium';
  font-size: 16px;
  color: #171C8F;
  cursor:pointer;
  display:flex;
  justify-content: center;
  align-items: center;
  transition: .4s;
}
.btnlogin:hover{
  background: #171C8F;
  color: #72F9FD;
}
.btnmenu{
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: transparent;
  border: none;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
}
#mobilemenu{
  position: fixed;
  top: 0;
  left: 100vw;
  z-index: 99999;
  min-height: 814px;
  height: 100vh;
  background-color: #FFFFFF;
  width: 100vw;
  transition: .4s;
}
#mobilemenu .close{
  background-image: url("/media/resources/landing/mobilemenu/close.svg");
  background-color: #FFFFFF;
  width: 40px;
  height: 40px;
  margin: 17px 15px 0;
  float: right;
  border: none;
  background-size: 40px;
  background-position: 0;
  transition: .4s 
}
#mobilemenu .close:hover{
  background-position: 1px;
  background-size: 38px;
}
#mobilemenu .list{
  margin: 102px 0 0;
  padding: 0;
}
#mobilemenu .list li{
  list-style: none;
  display: grid;
  height: 40px;
  margin: 30px 15px;
}
#mobilemenu .list li a{
  text-decoration: none;
  color: #171C8F;
  font-family: 'Graphik Regular';
  font-weight: 400;
  font-size: 22px;
  display:flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  transition: .4s;
}
#mobilemenu .list li a:hover{
  color:#72F9FD;
}
#mobilemenu .list li:first-child{
  margin-top: 0;
}
#mobilemenu .list li:last-child{
  margin-bottom: 0;
  max-width: 297px;
  margin: auto;
  background: #00A6BE;
  border-radius: 40px;
}
#mobilemenu .list li:last-child:hover{
  background: #008194;
}
#mobilemenu .list li:last-child a{
  color: #FFFFFF;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
}
#mobilemenu .social{
  background-image: url("/media/resources/landing/mobilemenu/social.png");
  background-repeat: no-repeat;
  width: 280px;
  height: 30px;
  margin: 64px auto 0;
  display: flex;
  padding: 0;
}
#mobilemenu .social li {
  list-style: none;
  padding: 0;
  margin: 0 10px 0;
  overflow: hidden;
}
#mobilemenu .social li:hover{
  opacity: 0.8;
}
#mobilemenu .social li:first-child {
  margin-left: 0;
}
#mobilemenu .social li:last-child {
  margin-right: 0;
}
#mobilemenu .social li a{
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0;
}
.terms{
  width: 300px;
  margin: 65px auto 16px;
}
.terms a{
  color: #171C8F;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Ubuntu Regular';
}
.terms a:last-child{
  float:right;
}
.footmenu{
  font-family: 'Ubuntu Light';
  text-align: center;
  font-size: 14px;
  color: rgba(23, 28, 143, 0.5);
}
/**FIN MENU**/

/**SECTIONS**/
section{
  height: 100vh;
  overflow: hidden;
}
/**SECTION 0**/
#s0{
  background:#040825;
  height: 814px;
  max-width: 100vw;
  overflow: hidden;
  display: block;
  position: relative;
}
#s0 .video{
  justify-content: center;
  display: flex;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  opacity: 50%;
}
#s0 .video video{
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  /* left: 50%;
  transform: translateX(-50%); */
  z-index: 998;
}
#s0 .welcome{
  position: absolute;
  top: 166px;
  left: 0;
  z-index: 999;
  width: 100%;
  text-align: center;
  height: 100%;
}
#s0 .welcome h3{
  font-family: 'Graphik Light';
  font-size: 50px;
  line-height: 55px;
  color: #72F9FD;
  max-width: 347px;
  margin: auto;
}
#s0 .welcome p{
  font-family: 'Graphik Regular';
  width: 365px;
  font-size: 22px;
  line-height: 32px;
  color: #FFFFFF;
  margin: 30px auto 40%;
}
#s0 .welcome button{
  font-family: 'Josefin Sans';
  font-weight: 700;
  font-size: 18px;
  width: 234px;
  height: 48px;
  border-radius: 30px;
  border: 0;
  cursor: pointer;
  background-color: #FFFFFF;
  color: #000000;
  transition: .4s 
}
#s0 .welcome button:hover{
  background-color: #00A6BE;
  color:#FFFFFF;
}
/**FIN SECTION 0**/

/**SECTION 1 ABOUT**/
#s1{
  background-color: #FFFFFF;
  overflow: hidden;
  background-image: url("/media/logo/logo-s2.svg");
  background-repeat: no-repeat;
  background-size: 65.22px 60px;
  background-position: center 40px;
  height: 100%;
  padding-bottom: 25px;
}
#s1 h3{
  margin: 124px auto 40px;
  width: 345px;
  font-family: 'Graphik Semibold';
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #040825;
}
/*CAROUSEL*/
    .about-carousel .owl-stage-outer .owl-stage{
      display: initial;
    }
  .about-carousel .owl-item .item{
    width: 100vw;
    position: relative;
    height: 572px; 
    justify-content: center;
    display: flex;
  }
  .about-carousel .owl-item .photo{
   height: 350px;
   width: 622.38px;
   justify-content: center;
   display: flex;
  }
  .about-carousel .owl-item .about-text{
    position: absolute;
    /* left: 0px; */
    top: 370px;
    padding: 0 15px;
    max-width: 622.38px;
  }
  .about-carousel .owl-item .about-text h5{
    margin: 0 0 12px;
    color: #00A6BE;
    font-family: 'Graphik Semibold';
    font-size: 24px;
    line-height: 34px;
  }
  .about-carousel .owl-item .about-text p{
    margin: 0;
    color: #040825;
    font-family: 'Graphik Regular';
    font-size: 19.8px;
    line-height: 32px;
  }
  .about-carousel .owl-nav{
    display: none;
  }
 /* FIN CAROUSEL*/
/**FIN SECTION 1 ABOUT**/

/**SECTION 2 TRAINING**/
#s2{
  height: 100%;
  background-color: #00A6BE;
  position: relative;
}
#s2 .bg-s2{
  background: linear-gradient(180deg, #1B0B41 0%, #00A6BE 97.23%);
  background-repeat: no-repeat;
}
.trainmenu{
  text-align: center;
}
.trainmenu h3{
  font-family: 'Graphik Light';
  font-weight: 300;
  color: #72F9FD;
  font-size: 32px;
  line-height: 35px;
  padding: 40px 0 0;
  margin: 0;
}
.trainmenu h4{
  margin: 0;
  padding: 0;
  font-family: 'Graphik Semibold';
  font-weight: 600;
  color: #FFFFFF;
  font-size: 50px;
  line-height: 55px;
}
.trainmenu p{
  font-size: 24px;
  line-height: 36px;
  color: #FFFFFF;
  font-family: 'Graphik Regular';
  width: 345px;
  margin: 16px auto 0;
}
.trainmenu ul{
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 20px 18px;
}
.trainmenu ul li{
  margin-bottom: 29px;
  cursor: pointer;
}
.trainmenu ul li:last-child{
  margin-bottom: 0;
}
.trainmenu ul li .trainnum{
  font-size: 18px;
  font-family: 'Graphik Semibold';
  color: #FFFFFF;
  background-color: #00A6BE;
  width: 36px;
  height: 36px;
  border-radius: 25px;
  border: 0;
  margin-right: 17px;
  text-align: center;
  display: inline-grid;
  align-items: center;
  text-align: center;
  justify-content: center;
  transition: .4s;
}
.trainmenu ul li .traintitul{
  font-family: 'Graphik Regular';
  color: #FFFFFF;
  font-size: 18px;
  transition: .4s;
}
.trainmenu ul li:hover > .trainnum{
  background-color: #FFFFFF;
  color: #00A6BE;
}
.trainmenu ul li:hover > .traintitul{
  font-size:  22px;
  line-height: 32px;
  font-weight: 600px;
}
.trainmenu ul li:hover > .trainnum{
  background-color: #FFFFFF;
  color: #00A6BE;
}
#umes2, #card1, #card2, #card3{
  display: none;
}
.umes,.umes2,.ume1,.ume11,.ume2,.ume22,.ume3,.ume33{
  background-repeat: no-repeat;
  height: 243px;
  width: 100%;
  background-size: 100%;
  transition: .4s;
}
.umes{
  background-image: url("/media/resources/landing/training/default.png");
}
.umes2{
  background-image: url("/media/resources/landing/training/default2.png");
}
.ume1 {
  background-image: url("/media/resources/landing/training/1.png");
}
.ume11 {
  background-image: url("/media/resources/landing/training/11.png");
}
.ume2 {
  background-image: url("/media/resources/landing/training/2.png");
}
.ume22 {
  background-image: url("/media/resources/landing/training/22.png");
}
.ume3{
  background-image: url("/media/resources/landing/training/3.png");
}
.ume33{
  background-image: url("/media/resources/landing/training/33.png");
}
.train-switch{
  display: table;
  margin: 21px auto 0;
  cursor: pointer;
}
.train-switch label{
  color: #FFFFFF;
  font-family: 'Graphik Medium';
  font-weight: 500;
  font-size: 18px;
  transition:.4s;
}
.train-switch input[type="checkbox"]{
  width: 0px;
  margin: 0 48px 0 16px;
  position: relative;
  transition:.4s;
}
.train-switch .suiffland2{
  opacity: 0.5;
}
.train-switch input[type="checkbox"]:checked + .suiffland2{
  opacity: 1;
}
.train-switch input[type="checkbox"]::after,.train-switch input[type="checkbox"]::before{
  position: absolute;
  content: "";
  border-radius: 20px;
  transition:.4s;
}
.train-switch input[type="checkbox"]::after{
  margin: 0;
  top:2px;
  left: 2px;
  background-color: #FFFFFF;
  width:12px;
  height:12px;
}
.train-switch input[type="checkbox"]:checked::after{
  left: 17px;
}
.train-switch input[type="checkbox"]::before{
  top:0px;
  background: rgba(4, 8, 37, 0.3);
  width:32px;
  height: 16px;
}
.train-switch input[type="checkbox"]:checked::before{
  background-color: #000000;
}
.cards{
  margin: 0;
  padding: 22px 0 33.75px;
}
.card{
  border-radius: 12px;
  width: 345px;
  overflow: hidden;
  background-color: #FFFFFF;
  margin: 24px auto;
}
.card img{
  margin-top: -1px;
}
.card h5{
  padding: 0 20px;
  margin: 24px 0 6px;
  font-weight: 600;
  font-family: 'Graphik Semibold';
  font-size: 22px;
  line-height: 32px;
  color: #00A6BE;
}
.card ul{
  list-style: none;
  padding: 0;
  margin: 0 15px 24px;
}
.card ul li{
  font-family: 'Graphik Regular';
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin: 0 6px;
  color: #1B0B41;
  padding-left: 26px;
  background-image: url("/media/resources/landing/training/v.svg");
  background-position: 3.3px 5px;
  background-repeat: no-repeat;
}
/*carousel 480*/
.train-carousel{
  max-width:500px;
  margin: auto;
  height: 281px;
}
.train-carousel .item img{
  height: 281px;
}
.train-carousel .owl-dots{
  position: absolute;
  bottom: 24px;
  height: 20px;
  width: 100%;
  text-align: center;
}
.train-carousel .owl-dots .owl-dot{
  background: rgba(114, 249, 253, 0.4);
  height: 16px;
  width: 16px;
  border-radius: 20px;
  margin: 0 10px;
}
.train-carousel .owl-dots .active{
  background: #72F9FD;
}
/**FIN SECTION 2 TRAINING**/

/**SECTION 3**/
#s3{
  background: #1B0B41;
  position: relative;
  background-image: url("/media/resources/landing/centres/bg-mobil.png");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
}
#s3 .container{
  overflow: hidden;
}
#s3 .one h3{
  margin: 70px auto 0;
  width: 342px;
  font-family: 'Graphik Light';
  color:#72F9FD;
  font-weight: 300;
  font-size: 32px;
  line-height: 35.2px;
  text-align: center;
}
#s3 .one h5{
  margin: auto;
  width: 342px;
  font-family: 'Graphik Semibold';
  color: #FFFFFF;
  font-size: 50px;
  line-height: 55px;
  text-align: center;
}
#s3 .one p{
  margin: 20px auto;
  width: 342px;
  color: #FFFFFF;
  font-family: 'Graphik Regular';
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}
#s3 .two{
  overflow: hidden;
  margin: 10px auto 60px;
}
#s3 .two h4,#s3 .two h5{
  margin: 20px 0;
  font-family: 'Graphik Regular';
  font-style: normal;
  color: #FFFFFF;
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  display: inline-grid;
  text-align: center;
  width: 280px;
}
#s3 .two h4 span{
  font-weight: 300;
}
#s3 .two img{
  margin: auto;
  display: block;
}
#s3 .two h5{
  float: right;
}
#s3 .two h5 span{
  font-weight: 300;
}
#s3 .three{
  min-height: 350px;
  padding-bottom: 100px;
  background-image: url("/media/resources/landing/centres/triangle.svg");
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100%;
  margin-bottom: -1px;
}
#s3 .three .center-card{
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 40px 15px 50px 30px;
  width: 300px;
  margin: 0 auto 10px;
}
#s3 .three .center-card h4{
  font-family: 'Graphik Light';
  font-weight: 300;
  font-size: 34px;
  line-height: 37px;
  color: #00A6BE;
  margin: 0;
}
#s3 .three .center-card h5{
  font-family: 'Graphik Semibold';
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  margin: 12px 0 16px;
}
#s3 .three .center-card ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
#s3 .three .center-card ul li{
  background-image: url("/media/resources/landing/centres/vector.svg");
  background-repeat: no-repeat;
  background-position: 0 5px;
  font-family: 'Graphik Regular';
  padding-left: 44px;
  min-height: 40px;
  font-size: 20px;
  line-height: 32px;
}
/**FIN SECTION 3**/

/** SECTION 4**/
#s4{
  background: #00A6BE;
  height: 100%;
  position: relative;
  /* display: none; */
}
#s4 .container{
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(27, 11, 65, 0.7) 0%, rgba(27, 11, 65, 0.28) 97.23%);
  margin: 30px 15px 35px;
  padding: 35px 0 0;
}
#s4 .top h3,#s4 .top h4{
  font-family: 'Graphik Regular';
  margin: 0;
  text-align: center;
}
#s4 .top h3{
  color:#72F9FD;
  font-weight: 300;
  font-size: 32px;
  line-height: 35.2px;
}
#s4 .top h4{
  color: #FFFFFF;
  font-weight: 600;
  font-size: 50px;
  line-height: 55px;
}
#s4 .top p{
  width: 323px;
  margin: 18px auto 32px;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: 'Graphik Regular';
}
#s4 .bottom{
  background-image: url("/media/resources/landing/system/arrows.png");
  background-repeat: no-repeat;
  background-position: center 60px;
  min-height: 450px;
  font-family: 'Graphik Semibold';
  position: relative;
}
#s4 .bottom #sone,#s4 .bottom #stwo,#s4 .bottom #sthree{
  display: inline-block;
  line-height: 45px;
}
#s4 .bottom #sone{
  margin: auto;
  display: grid;
}
#s4 .bottom #stwo{
  margin: auto;
  position: absolute;
  bottom: 35px;
  right: 10px;
}
#s4 .bottom #sthree{
  margin: auto;
  position: absolute;
  bottom: 35px;
  left: 10px;
}
#s4 .bottom #stwo p,#s4 .bottom #sthree p{
  display: grid;
}
#s4 .bottom #stwo p span,#s4 .bottom #sthree p span{
  margin: auto;
}
#s4 .bottom span{
  width: 35px;
  height: 35px;
  border-radius: 20px;
  background-color: #72F9FD;
  color:rgba(27, 11, 65, 0.7);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  margin-right: 12px;
}
#s4 .bottom p{
  font-size: 28px;
  color: #72F9FD;
  margin:0;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
#s4 .bottom button{
  width: 35px;
  height: 36px;
  font-size: 36px;
  border-radius: 20px;
  background-color: transparent;
  border: solid 1px #FFFFFF;
  color: #FFFFFF;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
/* MODAL */
.bg-modal{
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000000;
  width: 100vw;
  height: 100vh;
  z-index: 1060;
  overflow: hidden;
  display: none;
}
.modal{
  display: none;
  background-color: #FFFFFF;
  border-radius: 12px;
  width: 345px;
  margin: 20px auto -24px;
  z-index: 1070;
  position: relative;
  overflow: hidden;
  height: 100vh;
  height: 95vh;
}
.modal .modalhead{
  position: absolute;
  top: 0;
  right: 0;
}
.modal .modalhead .close{
  background-image: url("/media/resources/landing/system/modal/close.svg");
  background-repeat: no-repeat;
  background-color: #ffffffc2;
  background-size: 30px;
  width: 30px;
  height: 30px;
  border: 0;
  margin:10px 8px;
}
.modal .modalbody{
  overflow-x: hidden;
  overflow-y: auto;
  height: 100vh;
}
.modal .modalfooter{
  background-color: #ffffff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  height: 125px;
  position: absolute;
  bottom: 0;
  width: 345px;
}
.modal .modalfooter a{
  text-decoration: none;
}
.modal .contact, .modal .close2{
  display: block;
  width: 329px;
  height: 48px;
  margin: 0 auto 15px;
  background: #00A6BE;
  border-radius: 40px;
  border: 0;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
}
.modal .close2{
  color: #000000;
  border: solid 1px #000000;
  background-color: #FFFFFF;
}
.modal .modalbody h4{
  font-family: 'Graphik Semibold';
  color: #00A6BE;
  font-size: 50px;
  line-height: 55px;
  margin: 50px 15px 3px;
}
.modal .modalbody h5{
  font-family: 'Graphik Light';
  color: #00A6BE;
  font-weight: 300;
  font-size: 32px;
  line-height: 35px;
  margin: 0 15px;
}
.modal .modalbody p{
  font-family: 'Graphik Regular';
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #040825;
  margin: 12px 15px 24px;
}
.modal .modalbody h6{
  font-family: 'Graphik Semibold';
  color: #1B0B41;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  margin: 0 15px;
}
/*MODAL 1 GET FIT*/
.modal .modalbody ul{
  margin: 0 15px 24px;
  padding: 0;
  list-style: none;
}
.modal .modalbody ul li{
  font-family: 'Graphik Medium';
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #00A6BE;
  padding-left: 66px;
  background-repeat: no-repeat;
  min-height: 56px;
  margin-bottom: 26px;
  align-items: center;
  display: flex;
  background-position: 3px;
}
#itemget1{
  background-image: url("/media/resources/landing/system/modal/get1.png");
}
#itemget2{
  background-image: url("/media/resources/landing/system/modal/get2.png");
}
#itemget3{
  background-image: url("/media/resources/landing/system/modal/get3.png");
  margin-bottom: 0;
}
.cube-stre{
  width: 315px;
  height: 234px;
  border: 2px solid #5EC2D2;
  border-radius: 20px;
  margin: 0 auto 185px;
  overflow: hidden;
}
.cube-stre .one{
  border-bottom: 2px solid #5EC2D2;
  height: 109px;
  overflow: hidden;
}
.cube-stre .one span{
  width: 259.41px;
  margin: 26px auto 0;
  display: block;
  font-family: 'Graphik Semibold';
  font-weight: 600;
  font-size: 26px;
  line-height: 30px;
  color: #1B0B41;
}
.cube-stre .two,.cube-stre .three{
  height: 125px;
  width: 156.5px;
  float: left;
  text-align: center;
  padding-top: 13px;
  border-right: 2px solid #5EC2D2;
}
.cube-stre .three {
  border:0
}
.cube-stre .two span,.cube-stre .three span{
  font-family: 'Graphik Semibold';
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  text-align: center;
  color: #00A6BE;
}
.cube-stre .two sub, .cube-stre .three sub{
  font-family: 'Graphik Regular';
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase; 
  color: #00A6BE;
}
/*MODAL 2 ENJOY*/
.enjoyimg{
  background-repeat: no-repeat;
  width: 315px;
  padding-top: 262px;
  margin: 0 auto 25px;
  font-family: 'Graphik Regular';
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #00A6BE;
}
.enjoy1{
  background-image: url("/media/resources/landing/system/modal/enjoy1.png");
}
.enjoy2{
  background-image: url("/media/resources/landing/system/modal/enjoy2.png");
}
.enjoy3{
  background-image: url("/media/resources/landing/system/modal/enjoy3.png");
  margin-bottom: 185px;
}
/*MODAL 3 REPEAT*/
.item-re{
  width: 98px;
  height: 77px;
  background-repeat: no-repeat;
  background-position: center;
  border: 1.5px solid #00A6BE;
  border-radius: 16px;
  float: left;
  margin: 6px;
  font-family: 'Graphik Medium';
  font-weight: 500;
  font-size: 12px;
  display: inline-grid;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #1B0B41;
}
.item-re1{
  border-color: transparent;
}
.item-re2{
  background-image: url("/media/resources/landing/system/modal/repe2.svg");
}
.item-re3{
  background-image: url("/media/resources/landing/system/modal/repe3.png");
}
.item-re4{
  background-image: url("/media/resources/landing/system/modal/repe4.svg");
}
.item-re5{
  background-image: url("/media/resources/landing/system/modal/repe5.png");
}
.item-re7{
  background-image: url("/media/resources/landing/system/modal/repe7.png");
}
.item-re8{
  background-image: url("/media/resources/landing/system/modal/repe8.svg");
}
.item-re9{
  background-image: url("/media/resources/landing/system/modal/repe9.png");
}
.item-re11{
  background-image: url("/media/resources/landing/system/modal/repe11.png");
}
.item-re12{
  margin-bottom: 180px;
}
/* END MODAL */
/** END SECTION 4**/
@media (min-width: 768px) {
/** SECTION 4**/
#s4 {
  margin-top: -1px;
}
#s4 .container{
  margin: 45px auto 0;
  padding:58px 0 0;
  max-width: 745px;
}
#s4 .top h3{
  font-size: 34px;
  line-height: 37px;
}
#s4 .top h4{
  font-size: 60px;
  line-height: 66px;
}
#s4 .top p{
  width: 465px;
  margin: 14px auto 34px;
  font-size: 20px;
  line-height: 32px;
}
#s4 .bottom{
  background-image: url("/media/resources/landing/system/arrows768.png");
  background-position: center 0px;
  min-height: 622px;
  padding-top: 10px;
}
#s4 .bottom #sone, #s4 .bottom #stwo, #s4 .bottom #sthree{
  cursor: pointer;
}
#s4 .bottom #stwo{
  right: 45px;
  bottom: 140px;
}
#s4 .bottom #sthree{
  left: 31px;
  bottom: 140px;
}
#s4 .bottom span{
  font-size: 24px;
  width: 45px;
  height: 45px;
}
#s4 .bottom p{
  font-size: 37.5px;
}
#s4 .bottom button{
  font-family: 'Graphik Light';
  margin: 12px auto;
  width: 36px;
}
/* MODAL */
.bg-modal{
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000000;
  width: 100vw;
  height: 100vh;
  z-index: 1060;
  overflow: hidden;
  display: none;
}
.modal{
  display: none;
  background-color: #FFFFFF;
  border-radius: 12px;
  width: 345px;
  margin: 20px auto -24px;
  z-index: 1070;
  position: relative;
  overflow: hidden;
  height: 100vh;
  height: 95vh;
}
.modal .modalhead{
  position: absolute;
  top: 0;
  right: 0;
}
.modal .modalhead .close{
  background-image: url("/media/resources/landing/system/modal/close.svg");
  background-repeat: no-repeat;
  background-color: #ffffffc2;
  background-size: 30px;
  width: 30px;
  height: 30px;
  border: 0;
  margin:10px 8px;
}
.modal .modalbody{
  overflow-x: hidden;
  overflow-y: auto;
  height: 100vh;
}
.modal .modalfooter{
  background-color: #ffffff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  height: 125px;
  position: absolute;
  bottom: 0;
  width: 345px;
}
.modal .modalfooter a{
  text-decoration: none;
}
.modal .contact, .modal .close2{
  display: block;
  width: 329px;
  height: 48px;
  margin: 0 auto 15px;
  background: #00A6BE;
  border-radius: 40px;
  border: 0;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
}
.modal .close2{
  color: #000000;
  border: solid 1px #000000;
  background-color: #FFFFFF;
}
.modal .modalbody h4{
  font-family: 'Graphik Semibold';
  color: #00A6BE;
  font-size: 50px;
  line-height: 55px;
  margin: 50px 15px 3px;
}
.modal .modalbody h5{
  font-family: 'Graphik Light';
  color: #00A6BE;
  font-weight: 300;
  font-size: 32px;
  line-height: 35px;
  margin: 0 15px;
}
.modal .modalbody p{
  font-family: 'Graphik Regular';
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #040825;
  margin: 12px 15px 24px;
}
.modal .modalbody h6{
  font-family: 'Graphik Semibold';
  color: #1B0B41;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  margin: 0 15px;
}
/*MODAL 1 GET FIT*/
.modal .modalbody ul{
  margin: 0 15px 24px;
  padding: 0;
  list-style: none;
}
.modal .modalbody ul li{
  font-family: 'Graphik Medium';
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #00A6BE;
  padding-left: 66px;
  background-repeat: no-repeat;
  min-height: 56px;
  margin-bottom: 26px;
  align-items: center;
  display: flex;
  background-position: 3px;
}
#itemget1{
  background-image: url("/media/resources/landing/system/modal/get1.png");
}
#itemget2{
  background-image: url("/media/resources/landing/system/modal/get2.png");
}
#itemget3{
  background-image: url("/media/resources/landing/system/modal/get3.png");
  margin-bottom: 0;
}
.cube-stre{
  width: 315px;
  height: 234px;
  border: 2px solid #5EC2D2;
  border-radius: 20px;
  margin: 0 auto 185px;
  overflow: hidden;
}
.cube-stre .one{
  border-bottom: 2px solid #5EC2D2;
  height: 109px;
  overflow: hidden;
}
.cube-stre .one span{
  width: 259.41px;
  margin: 26px auto 0;
  display: block;
  font-family: 'Graphik Semibold';
  font-weight: 600;
  font-size: 26px;
  line-height: 30px;
  color: #1B0B41;
}
.cube-stre .two,.cube-stre .three{
  height: 125px;
  width: 156.5px;
  float: left;
  text-align: center;
  padding-top: 13px;
  border-right: 2px solid #5EC2D2;
}
.cube-stre .three {
  border:0
}
.cube-stre .two span,.cube-stre .three span{
  font-family: 'Graphik Semibold';
  font-weight: 600;
  font-size: 54px;
  line-height: 60px;
  text-align: center;
  color: #00A6BE;
}
.cube-stre .two sub, .cube-stre .three sub{
  font-family: 'Graphik Regular';
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase; 
  color: #00A6BE;
}
/*MODAL 2 ENJOY*/
.enjoyimg{
  background-repeat: no-repeat;
  width: 315px;
  padding-top: 262px;
  margin: 0 auto 25px;
  font-family: 'Graphik Regular';
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #00A6BE;
}
.enjoy1{
  background-image: url("/media/resources/landing/system/modal/enjoy1.png");
}
.enjoy2{
  background-image: url("/media/resources/landing/system/modal/enjoy2.png");
}
.enjoy3{
  background-image: url("/media/resources/landing/system/modal/enjoy3.png");
  margin-bottom: 185px;
}
/*MODAL 3 REPEAT*/
.item-re{
  width: 98px;
  height: 77px;
  background-repeat: no-repeat;
  background-position: center;
  border: 1.5px solid #00A6BE;
  border-radius: 16px;
  float: left;
  margin: 6px;
  font-family: 'Graphik Medium';
  font-weight: 500;
  font-size: 12px;
  display: inline-grid;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #1B0B41;
}
.item-re1{
  border-color: transparent;
}
.item-re2{
  background-image: url("/media/resources/landing/system/modal/repe2.svg");
}
.item-re3{
  background-image: url("/media/resources/landing/system/modal/repe3.png");
}
.item-re4{
  background-image: url("/media/resources/landing/system/modal/repe4.svg");
}
.item-re5{
  background-image: url("/media/resources/landing/system/modal/repe5.png");
}
.item-re7{
  background-image: url("/media/resources/landing/system/modal/repe7.png");
}
.item-re8{
  background-image: url("/media/resources/landing/system/modal/repe8.svg");
}
.item-re9{
  background-image: url("/media/resources/landing/system/modal/repe9.png");
}
.item-re11{
  background-image: url("/media/resources/landing/system/modal/repe11.png");
}
.item-re12{
  margin-bottom: 180px;
}
/* END MODAL */

/** END SECTION 4**/
  /** END SECTION 4**/
}
@media (min-width: 992px) {
  /** SECTION 4**/
  #s4 .container{
    /* margin: 45px auto 0;
    padding:58px 0 0; */
    max-width: 990px;
  }
  /** END SECTION 4**/
}
@media (min-width: 1400px){
  /** SECTION 4**/

  /** END SECTION 4**/
}
/**SECTION 5**/
#s5{
  background: #2a8ca5;
  display: none;
}
/**FIN SECTION 5**/

/* SECTION 6 CONTACT*/
#s6{
  background: linear-gradient(180deg, #00A6BE  0%, #1B0B41 97.23%);
  height: 100%;
}
#s6 .titul-contact{
  width: 345px;
  font-family: 'Graphik Semibold';
  font-size: 50px;
  line-height: 55px;
  text-align: center;
  color: #FFFFFF;
  margin: 35px auto 14px;
}
#s6 .sub{
  width: 345px;
  font-family: 'Graphik Regular';
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
  margin: 0 auto 12px;
}
#s6 .text-contact, #s6 .select-contact{
  width: 345px;
  height: 57px;
  margin: 0 auto;
  position: relative;
}
#s6 .text-contact input, #s6 .select-contact select{
  width: 345px;
  height: 36px;
  padding: 0;
  border: 0;
  background-color: transparent;
  border-bottom: solid 1px #FFFFFF;
  font-family: 'Josefin Sans';
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
}
#s6 .text-contact input::placeholder,#s6 .textarea-contact textarea::placeholder{
  color: #FFFFFF;
}
#s6 .select-contact select:focus{
  background-color: #FFFFFF;
  color: #000000;
}
#s6 .textarea-contact {
  width: 345px;
  height: 126px;
  margin: 19px auto;
  position: relative;
}
#s6 .textarea-contact textarea{
  width: 321px;
  padding: 12px;
  height: 113px;
  height: 89px;
  border: solid 1px #FFFFFF;
  border: solid 1px #B3B3B3;
  background-color: transparent;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color:#FFFFFF;
  position: absolute;
  bottom: 0;
  resize: none;
}
#s6 .clause-contact{
  width: 345px;
  margin: auto;
}
#s6 .clause-contact input{
  width: 24px;
  height: 24px;
  background-color: red;
  background: blueviolet;
  background: rgba(255, 255, 255, 0.0001);
  margin-right: 12px;
  box-shadow: none;
  box-sizing: border-box;
  float: left;
}
#s6 .clause-contact label{
  width: 305px;
  display: block;
  font-family: 'Josefin Sans';
  font-size: 16px;
  line-height: 33px;
  color: #ffffffcc;
  overflow: hidden;
}
#s6 .clause-contact label a{
  color: #72F9FD;
  text-decoration: none;
}
#s6 .submit{
  width: 345px;
  height: 48px;
  margin:43px auto 73px;
  border-radius: 30px;
  border: none;
  display: block;
  font-family: 'Josefin Sans';
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  background-color: #FFFFFF;
}
#politics{
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.384);
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 999999;
  padding-top: 4vh;
  display: none;
}
#politics .container-po{
  overflow-x: hidden;
  overflow-y: auto;
  padding: 22px 40px;
  height: 90vh;
  background-color: #FFFFFF;
  border-radius: 10px;
}
#politics section{
  height: unset;
}
/* END SECTION 6 CONTACT*/
/*FOOTER*/
footer{
  background-color: #1B0B41;
  overflow: hidden;
  margin: -1px 0;
}
footer .one{

}
footer .one .logo-foot{
  margin: 80px auto 21px;
  display: block;
}
footer .one p{
  width: 225px;
  font-family: 'Ubuntu';
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  margin: auto;
}
footer .one ul{
  list-style: none;
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  gap: 24px;
  padding: 0;
  margin: 35px auto;
  width: 300px;
}
footer .one ul li{
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  background-image: url("/media/resources/landing/foot/socialmedia.svg");
}
footer .one ul .insta{
  background-position: -54px 0;
}
footer .one ul .linke{
  background-position: -108px 0;
}
footer .one ul .twit{
  background-position: -162px 0;
}
footer .one ul .you{
  background-position: -216px 0;
}
footer .one ul .tik{
  background-position: -270px 0;
}
footer .one ul li a{
  display: block;
  width: 30px;
  height: 30px;
}
footer .two ul{
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0 auto 45px;
}
footer .two ul li{
  height: 28px;
  margin: 4px;
}
footer .two ul li a{
  text-decoration: none;
  font-family: 'Ubuntu';
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  text-transform: lowercase;
  text-transform: capitalize;
}
footer .three ul{
  list-style: none;
  width: 234px;
  margin: auto;
  padding-left: 10px;
}
footer .three ul li{
  font-family: 'Ubuntu';
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  background-repeat: no-repeat;
  background-position: 0 6px;
  margin-bottom: 8px;
}
footer .three ul li a{
  text-decoration: none;
  color: #FFFFFF;
  padding: 0 26px;
  display: block;
}
footer .three .book{
  box-sizing: border-box; 
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 182px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 30px;
  font-family: 'Graphik Regular';
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #000000;
  text-decoration: none;
  margin: 16px auto 54px;
}
footer .three .book:hover{
  background: #BE98F6;
}
footer .three ul .mail{
  background-image: url("/media/resources/landing/foot/mail.svg");
}
footer .three ul .tel{
  background-image: url("/media/resources/landing/foot/phone.svg");
}
footer .three ul .gps{
  background-image: url("/media/resources/landing/foot/position.svg");
  background-position: 0 3px;
}
footer .four{
  border-top:solid 1px #FFFFFF;
  padding: 9px 5px 13px;
}
footer .four .first,footer .four .second{
  font-family: 'Ubuntu';
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  text-align: center;
}
footer .four .first{
  margin-bottom: 7px;
}
footer .four .first span{
  margin: 0 10px;
}
footer .four .second{

}
@media (min-width: 768px) {
  footer .top{
    display: grid;
    grid-template-columns: auto auto 200px;
    /* gap: 24px; */
    /* width: 768px; */
  }
  footer .one, footer .two, footer .three{
    /* height: 265px; */
    overflow: hidden;
  }
  /*ONE*/
  footer .one{
    width: 260px;
  }
  footer .one .logo-foot{
    margin: 63px auto 21px;
  }
  footer .one p{
    text-align: left;
    font-size: 14.5px;
  }
  footer .one ul{
    gap: 8px;
    margin: 36px auto 40px;
    width: 226px;
  }
  /*TWO*/
  footer .two{
    width: 200px;
  }
  footer .two ul{
    text-align: left;
    width: 100px;
    margin: 55px 0 0;
    float: left;
  }
  footer .two ul li a{
    font-size: 14px;
    line-height: 21px;
  }
  /*THREE*/
  footer .three{
    width: 200px;
  }
  footer .three ul{
    margin-top: 55px;
    padding-left: 0px;
  }
  footer .three ul li{
    line-height: 21px;
    font-size: 14px;
  }
  footer .three .book {
    height: 30px;
    width: 141px;
    font-size: 14px;
    margin: 35px auto 54px;
  }
  /*FOUR*/
  footer .four{
    padding: 9px 0 13px;
  }
  footer .four .first,footer .four .second{
    display: inline-block;
    margin: 0;
    width: 49.5%;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  footer .top{
    max-width: 860px;
    margin: auto;
  }
  footer .three ul {
    padding-left: 10px;
  }
  footer .two{
    width: 300px;
  }
  footer .two .first{
    width: 150px;
    margin-left: 10px;
  }
  footer .two .second{
    width: 100px;
  }
}
@media (min-width: 1400px){
  footer .top{
    max-width: 1060px;
  }
  footer .four .cont{
    max-width: 1550px;
    margin: auto;
  }
}
/*END FOOTER*/

@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1400px){}
@media (min-width: 320px) {
  .umes, .umes2, .ume1, .ume11, .ume2, .ume22, .ume3, .ume33 {
    height: 312px;
  }
}
@media (min-width: 415px) {
  .umes, .umes2, .ume1, .ume11, .ume2, .ume22, .ume3, .ume33 {
    height: 340px;
  }
}
@media (min-width: 470px) {
  .umes, .umes2, .ume1, .ume11, .ume2, .ume22, .ume3, .ume33 {
    height: 400px;
  }
}
@media (min-width: 576px) {
  .umes, .umes2, .ume1, .ume11, .ume2, .ume22, .ume3, .ume33 {
    height: 480px;
  }
}
@media (min-width: 650px) {
  .umes, .umes2, .ume1, .ume11, .ume2, .ume22, .ume3, .ume33 {
    height: 540px;
  }
}
@media (min-width: 768px) { /*aqui se deja de ver mini-menu*/
  .container{
    max-width: 768px;
    padding: 0;
    position: relative;
    height: 100%; 
    margin: auto;
  }
  /*menu*/
  nav{
    background-color: rgba(4, 8, 37, 0.15);
    position: relative;
    height:80px;
    transition: .4s 
  }
  .logo{
    position: absolute;
    left: 31px;
    top: 29px;
    width: 225px;
    height: 21px;
    background-image: url("/media/logo/logo_suiffland_long.svg");
    background-size: 225px 21px;
    background-repeat: no-repeat;
  }
  .btnlogin{
    right: 86px;
    top:22px;
    font-weight: bold;
  }
  .btnmenu{
    top: 20px;
    right: 31px;
  }
/*Fin Menu*/
/**SECTION 0**/
  #s0{
    height: 590px;
  }
  #s0 .welcome h3{
    max-width: 525px;
  }
  #s0 .welcome p{
    width: 570px;
    font-size: 26px;
    line-height: 42px;
    margin: 33px auto 50px;
  }
  #s0 .welcome button{
    width: 286px;
  }
/**FIN SECTION 0**/

/**SECTION 1**/
#s1{
  background-position: 30px 54px;
  padding-bottom: 0;
  background-image: none;
}
#s1 .container{
  background-image: url(/media/logo/logo-s2.svg);
  background-position: 35px 5px;
  background-repeat: no-repeat;
}
#s1 h3{
  margin: 50px 0 34px 120px;
  width: 64%;
  text-align: left;
  font-size: 26px;
}
/*CAROUSEL*/
  .about-carousel .owl-stage-outer{
    overflow: unset;
  }
  .about-carousel .owl-stage-outer .owl-stage{
    display: block;
    margin-left: 30px;
  }
  .about-carousel .owl-item .item{
    width: auto;
    position: relative;
    height: 527px;
    height: 460px;
    justify-content: center;
    display: flex;
  }
  .about-carousel .owl-item .photo{
   height: 296px;
   width: 527px;
   justify-content: center;
   display: flex;
  }
  .about-carousel .owl-item .about-text{
    top: 296px;
    width: 100%;
    padding: 0;
    position: absolute;
  }
  .about-carousel .owl-item .about-text h5{
    position: absolute;
    left: 0;
    font-size: 26px;
    line-height: 36px;
    margin: 12px 0 0;
    width: 225px;
  }
  .about-carousel .owl-item .about-text p{
      position: absolute;
      left: 230px;
      margin: 12px 0 0;
      font-size: 22px;
      line-height: 30px;
  }
  .about-carousel .owl-nav{
    display: block;
    position: relative;
    width: 90%;
    height: 24px;
    margin: 47px 5% 40px;
    color: #CFCFCF;
    font-size: 16px;
    font-family: 'Graphik Regular';
  }
  .about-carousel .owl-nav .owl-prev span{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 35px;
    line-height: 20px;
    font-family: 'Graphik Regular';
  }
  .about-carousel .owl-nav .owl-prev span::after{
    content: " 01";
    font-size: 16px;
    position: absolute;
    top: 3px;
    left: 20px;
    font-family: 'Graphik Regular';
  }
  .about-carousel .owl-nav .owl-next span{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 35px;
    line-height: 20px;
  }
  .about-carousel .owl-nav .owl-next span::before{
    content: "03 ";
    font-size: 16px;
    position: absolute;
    top: 3px;
    right: 20px;
    font-family: 'Graphik Regular';
  }
  .about-carousel .owl-dots{
    position: absolute;
    bottom: 1px;
    left: 10%;
    overflow: hidden;
    width: 80%;
    height: 24px;
  }
  .about-carousel .owl-dots .active{
    background-color: #040825!important;
    height: 6px!important;
    width: 327px;
    width: 200px;
    width: 33%;
  }
  .about-carousel .owl-dots .owl-dot{
    background-color: #CFCFCF;
    height: 1px;
    width: 327px;
    width: 200px;
    width: 33%;
  }
 /* FIN CAROUSEL*/

/**FIN SECTION 1**/

/**SECTION 2 TRAINING**/
  #s2 .bg-s2{
    position: relative;
    height: 580px;
    overflow: hidden;
  }
  .trainmenu{
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99px;
  }
  .trainmenu h3{
    padding: 50px 0 0 30px;
  }
  .trainmenu h4{
    padding: 10px 0 0 30px;
  }
  .trainmenu p{
    width: 225px;
    font-size: 18px;
    line-height: 30px;
    margin: 20px 0 0 30px;
  }
  .trainmenu ul{
    margin: 40px 0 0 30px;
    z-index: 99;
    position: absolute;
    width: 400px;
  }
  .trainmenu ul li{
    margin-bottom: 24px;
  }
  #umes2{
    display: none;
  }
  .umes,.umes2,.ume1,.ume11,.ume2,.ume22,.ume3,.ume33{
    position: absolute;
    top: 100px;
    right: 30px;
    width: 587px;
    height: 327px;
  }
  .umes{
    background-image: url("/media/resources/landing/training/default768.png");
  }
  .umes2{
    background-image: url("/media/resources/landing/training/default7682.png");
  }
  .ume1 {
    background-image: url("/media/resources/landing/training/1-768.png");
  }
  .ume11 {
    background-image: url("/media/resources/landing/training/11-768.png");
  }
  .ume2 {
    background-image: url("/media/resources/landing/training/2-768.png");
  }
  .ume22 {
    background-image: url("/media/resources/landing/training/22-768.png");
  }
  .ume3{
    background-image: url("/media/resources/landing/training/3-768.png");
  }
  .ume33{
    background-image: url("/media/resources/landing/training/33-768.png");
  }
  .train-switch{
    margin: auto;
    position: absolute;
    width: 260px;
    display: block;
    bottom: 1px;
    left: 263px;
  }
  .train-switch label{
    color: #FFFFFF;
    font-family: 'Graphik Medium';
    font-weight: 500;
    font-size: 18px;
    transition:.4s;
  }
  .train-switch input[type="checkbox"]{
    width: 0px;
    margin: 0 48px 0 16px;
    position: relative;
    transition:.4s;
  }
  .train-switch .suiffland2{
    opacity: 0.5;
  }
  .train-switch input[type="checkbox"]:checked + .suiffland2{
    opacity: 1;
  }
  .train-switch input[type="checkbox"]::after,.train-switch input[type="checkbox"]::before{
    position: absolute;
    content: "";
    border-radius: 20px;
    transition:.4s;
  }
  .train-switch input[type="checkbox"]::after{
    margin: 0;
    top:2px;
    left: 2px;
    background-color: #FFFFFF;
    width:12px;
    height:12px;
  }
  .train-switch input[type="checkbox"]:checked::after{
    left: 17px;
  }
  .train-switch input[type="checkbox"]::before{
    top:0px;
    background: rgba(4, 8, 37, 0.3);
    width:32px;
    height: 16px;
  }
  .train-switch input[type="checkbox"]:checked::before{
    background-color: #000000;
  }
  .cards{
    padding: 22px 15px 54.5px 30px;
    overflow: hidden;
    margin: auto;
    width: 723px;
    overflow: hidden;
  }
  .card{
    margin: 24px 15px 0 0;
    width: 226px;
    float:left;
    min-height: 492.5px;
  }
  .card img{
    margin-top: -1px;
    height: 170px;
  }
  .card h5{
    padding: 0 15px;
    margin: 18px 0 6px;
    font-size: 20px;
    line-height: 28px;
  }
  .card ul li{
    font-size: 16px;
    line-height: 24px;
    margin: 0;
  }
  /*CAROUSEL*/
  .train-carousel{
    height: 360px;
    width: 100%;
    height: 192px;
    max-width:100%;
  }
  .train-carousel .item img{
    height: 193px;
    width: 100%;
  }
  .train-carousel .owl-dots{
    display: none;
  }
  /** FIN SECTION 2 TRAINING**/

  /**SECTION 3**/
  #s3{
    background-image: url("/media/resources/landing/centres/bg-768.png");
  }
  #s3 .one h3{
    margin: 50px auto 0;
    width: 600px;
  }
  #s3 .one h5{
    width: 600px;
  }
  #s3 .one p{
    width: 588px;
    font-size: 18px;
    line-height: 30px;
    margin: 15px auto;
  }
  #s3 .two{
    margin: 10px auto 50px;
    width: 565px;
  }
  #s3 .two h4,#s3 .two h5{
    margin: 0;
    width: 376px;
    display: block;
  }
  #s3 .two img{
    width: 100%;
    margin: 13px 0;
  }
  #s3 .three{
    padding-bottom: 0px;
    background-image: url("/media/resources/landing/centres/triangle2.svg");
    background-repeat: no-repeat;
    padding-left: 30px;
    background-image: none;
  }
  #s3::after{
    content: "";
    background-image: url("/media/resources/landing/centres/triangle2.svg");
    background-repeat: no-repeat;
    padding-bottom: 150px;
    width: 100%;
    background-size: auto 150px;
    background-position: center;
    display: block;
  }
  #s3 .three .center-card{
    min-width: 300px;
    min-height: 361px;
    display:inline-table;
    margin: 0 15px 25px 0;
  }
  /**FIN SECTION 3**/


/*55555555555555555555555555555555555555555555*/
/* SECTION 6 CONTACT*/
#s6 .container{
  max-width: 588px;
}
#s6 .titul-contact{
  width: 588px;
  font-size: 60px;
  line-height: 66px;
  margin: 60px auto 12px;
}
#s6 .sub{
  width: 588px;
  font-size: 20px;
  line-height: 32px;
}
#s6 .text-contact, #s6 .select-contact{
  width: 384px;
  width: 294px;
  float: left;
}
#s6 .text-contact input, #s6 .select-contact select{
  width: 287px;
  left: 0;
}
#s6 .text-contact .right{
  right: 0;
  left:unset
}
#s6 .select-contact{
  width: 588px;
}
#s6 .textarea-contact {
  width: 588px;
  float: left;
}
#s6 .textarea-contact textarea{
  width: 562px;
}
#s6 .clause-contact{
  width: 588px;
}
#s6 .clause-contact label{
  width: 548px;
}
#s6 .submit{
  width: 230px;
}
/* END SECTION 6 CONTACT*/
}
@media (min-width: 992px) {
  .container{
    max-width: 1024px;
    padding: 0;
    position: relative;
    margin: auto;
    height: 100%;
  }
/*Menu*/
.logo{
  top: 30px;
  left: 17px;
}
.desktopmenu{
  display:block;
  position: absolute;
  right: 17px;
  top: 22px;
  height: 36px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.desktopmenu li{
  color:#FFFFFF;
  margin: 0 10px;
  display:inline-flex;
  height: 100%;
}
.desktopmenu li:first-child{
  margin-left: 0;
}
.desktopmenu li:last-child{
  margin-right: 0;
}
.desktopmenu li a{
  font-family: 'Graphik Medium';
  font-size: 16px;
  text-decoration: none;
  color:#FFFFFF;
  display:inline-flex;
  align-items: center;
  height: 100%;
  text-transform: uppercase;
  transition: .4s;
}
.desktopmenu li a:hover{
  color: #72F9FD;
}
.desktopmenu li:last-child a{
  justify-content: center;
  background: #72F9FD;
  border-radius: 40px;
  min-width: 66px;
  padding: 0 12px;
  color: #171C8F;
}
.desktopmenu li:last-child a:hover{
  background: #171C8F;
  color: #72F9FD;
}
.btnlogin {
  display: none;
}
.btnmenu{
  display: none;
}
/*Fin Menu*/

  /**SECTION 0**/
    #s0{
      height: 590px;
    }
    #s0 .welcome{
      top: 145px;
    }
    #s0 .welcome p{
      width: 783px;
    }
    #s0 .welcome button{
      width: 296px;
    }
  /**FIN SECTION 0**/

  /**SECTION 1**/
  #s1{
    background-image: none;
  }
  #s1 .container{
    background-image: url("/media/logo/logo-s2.svg");
    background-repeat: no-repeat;
    background-size: 75px;
    background-position: 18px 4px;
  }
  .about-carousel .owl-stage-outer .owl-stage {
    margin-left: 18px;
  }
  /**FIN SECTION 1**/

/**SECTION 2 TRAINING**/
  #s2 .bg-s2{
    height: 670px;
  }
  .trainmenu h3{
    padding: 59px 0 0 17px;
    width: 310px;
    font-size: 34px;
    line-height: 38px;
  }
  .trainmenu h4{
    padding: 10px 0 0 17px;
    width: 310px;
    font-size: 60px;
    line-height: 66px;
  }
  .trainmenu p{
    width: 310px;
    font-size: 20px;
    line-height: 32px;
    margin: 25px 0 0 17px;
  }
  .trainmenu ul{
    margin: 30px 0 0 17px;
  }
  .trainmenu ul li{
    margin-bottom: 32px;
  }
  .umes,.umes2,.ume1,.ume11,.ume2,.ume22,.ume3,.ume33{
    top: 117px;
    right: 17px;
    width: 820px;
    height: 456px;
  }
  .umes{
    background-image: url("/media/resources/landing/training/default1024.png");
  }
  .umes2{
    background-image: url("/media/resources/landing/training/default10242.png");
  }
  .ume1 {
    background-image: url("/media/resources/landing/training/1-1024.png");
  }
  .ume11 {
    background-image: url("/media/resources/landing/training/11-1024.png");
  }
  .ume2 {
    background-image: url("/media/resources/landing/training/2-1024.png");
  }
  .ume22 {
    background-image: url("/media/resources/landing/training/22-1024.png");
  }
  .ume3{
    background-image: url("/media/resources/landing/training/3-1024.png");
  }
  .ume33{
    background-image: url("/media/resources/landing/training/33-1024.png");
  }
  .train-switch{
    bottom: 49px; 
    left: 390px;
  }
  .cards{
    display: none;
  }
  #card1,#card2,#card3{
    display: block;
    overflow: hidden;
    width: 310px;
    background-color: #FFFFFF;
    border-radius: 12px;
    position: absolute;
    opacity: 0;
    transition: .4s;
  }
  #card1{
    top: -40px;
    right: 0;
  }
  #card2{
    top: -40px;
    left: 170px;
  }
  #card3{
    top: 22px;
    right: 170px;
  }

  #card1 h5,#card2 h5,#card3 h5{
    font-family: 'Graphik Semibold';
    color: #00A6BE;
    font-size: 24px;
    line-height: 34px;
    margin: 20px 20px 12px;
  }
  #card1 ul,#card2 ul,#card3 ul{
    list-style: none;
    margin: 0;
    padding: 0 20px 18px;
  }
  #card1 ul li,#card2 ul li,#card3 ul li{
    font-family: 'Graphik Regular';
    color: #1B0B41;
    font-size: 18px;
    line-height: 28px;
    background-image: url("/media/resources/landing/training/v.svg");
    background-position: 0 7px;
    background-repeat: no-repeat;
    margin: 0 0 12px;
    padding: 0 0 0 26px;
  }

  /*CAROUSEL*/
  .train-carousel{
    height: 256px;
  }
  .train-carousel .item img{
    height: 256px;
    width: 100%;
  }

/** FIN SECTION 2 TRAINING**/
  /**SECTION 3**/
  #s3{
    background-image: url("/media/resources/landing/centres/bg-992.png");
  }

  #s3::after{
    content: "";
    background-image: url("/media/resources/landing/centres/triangle2.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 150px;
    display: block;
    background-color: #1B0B41;
    background-position: 0 101%;
  }
  #s3 .one{
    width: 50%;
    max-width: 410px;
    overflow: hidden;
    margin: 0;
    float: left;
    min-height: 500px;
  }
  #s3 .one h3{
    width: 392px;
    text-align: left;
    margin: 60px 17px 0;
    font-size: 34px;
    line-height: 37.4px;
  }
  #s3 .one h5{
    width: 395px;
    text-align: left;
    margin: 0 17px 0;
    font-size: 60px;
    line-height: 62px;
  }
  #s3 .one p{
    font-size: 20px;
    line-height: 32px;
    width: 340px;
    margin: 24px 17px 0;
    text-align: left;
  }
  #s3 .two{
    margin: 10px auto 50px;
    width: 565px;
    float: right;
    margin: 70px 17px 0 0;
    min-height: 430px;
  }
  #s3 .two h4,#s3 .two h5{
    margin: 0;
    width: 376px;
    display: block;
  }
  #s3 .two img{
    width: 100%;
    margin: 15px 0 13px;
  }
  #s3 .three{
    padding-bottom: 150px;
    background-image: url("/media/resources/landing/centres/triangle2.svg");
    background-repeat: no-repeat;
    background-image:none;
    padding: 0;
    max-width: 993px;
    margin: auto;
  }
  #s3 .three .center-card{
    min-width: 300px;
    min-height: 315px;
    display:inline-table;
    margin: 0 15px 25px 0;
    width: 409px; /*496*/
    padding: 40px 15px 50px 40px;
    margin: 15px;
  }
  /**FIN SECTION 3**/
  /******************444444444444444444444444444444444444444444444444*/
  /*****************55555555555555555555555555555555555555555*/
  
/* SECTION 6 CONTACT */
#s6 .container{
  max-width: 650px;
}
#s6 .sub{
  width: 650px;
  margin: 0 auto 30px;
}
#s6 .text-contact, #s6 .select-contact{
  width: 325px;    
}
#s6 .text-contact input, #s6 .select-contact select{
  width: 310px;
}
#s6 .select-contact{
  width: 650px;
}
#s6 .textarea-contact {
  width: 650px;
}
#s6 .textarea-contact textarea{
  width: 625px;
}
#s6 .clause-contact{
  width: 588px;
  width: 650px;
}
#s6 .clause-contact label{
  width: 548px;
  width: 610px;
}
#s6 .submit{
  width: 230px;
}
/* END SECTION 6 CONTACT*/
}
@media (min-width: 1200px) {}
@media (min-width: 1400px) {
  .container{
    max-width: 1440px;
    padding: 0;
    position: relative;
    margin: auto;
    height: 100%;
  }
  /*MENU*/
  .logo{
    left: 75px;
    top: 27px;
    width: 300px;
    height: 27px;
    background-size: 300px 27px;
  }
  .desktopmenu{
    right: 75px;
  }
  .desktopmenu li{
    margin: 0 20px;
  }
  .desktopmenu li a{
  }
  /* .btnlogin{
    right: 75px;
    width: 99px;
  } */
  /*FIN MENU*/
  /**SECTION 0**/
  #s0{
    height: 810px;
  }
  #s0 .welcome{
    top: 209px;
  }
  #s0 .welcome h3{
    max-width: 847px;
    font-size: 80px;
    line-height: 88px;
  }
  #s0 .welcome p{
    width: 847px;
    font-size: 32px;
    line-height: 50px;
    margin: 30px auto 40px;
  }
  #s0 .welcome button{
    letter-spacing: -0.02em;
    width: 409px;
  }
  /**FIN SECTION 0**/

  /**SECTION 1 ABOUT**/
  #s1{
    height: 960px;
    background: #FFFFFF;
  }
  #s1 .container {
    background-size: 95px;
    background-position: 185px 0px;
    background-image: url("/media/logo/logo-s3.svg");
}
  #s1 h3{
    width: 940px;
    /* height: 100px; */
    margin: 57px 0 34px 318px;
    color: #040825;
    font-family: 'Graphik Semibold';
    font-size: 40px;
    line-height: 50px;
  }
  /*carousel*/
  .about-carousel .owl-stage-outer .owl-stage {
    margin-left: 185px;
  }
  .about-carousel .owl-item .item{
    position: relative;
    height: 634px; 
  }
  .about-carousel .owl-item .photo{
    height: 478px; 
    width: 850px;
  }
  .about-carousel .owl-item .about-text {
    top: 478px;
    width: 850px;
    max-width: 850px;
    height: 200px;
  }
  .about-carousel .owl-nav{
    position: relative;
    width: 1070px;
    height: 24px;
    margin: 37px 0 0 185px;
    color: #CFCFCF;
    font-size: 16px;
    font-family: 'Graphik Regular';
  }
  .about-carousel .owl-nav .owl-prev span{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 35px;
    line-height: 20px;
    font-family: 'Graphik Regular';
  }
  .about-carousel .owl-nav .owl-prev span::after{
    content: " 01";
    font-size: 16px;
    position: absolute;
    top: 3px;
    left: 20px;
    font-family: 'Graphik Regular';
  }
  .about-carousel .owl-nav .owl-next span{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 35px;
    line-height: 20px;
  }
  .about-carousel .owl-dots{
    position: absolute;
    bottom: 1px;
    left: 295px;
    overflow: hidden;
    width: 850px;
    height: 24px;
  }
  .about-carousel .owl-dots .active{
    background-color: #040825!important;
    height: 6px!important;
    width: 327px;
    width: 425px;
    width: 283px;
  }
  .about-carousel .owl-dots .owl-dot{
    background-color: #CFCFCF;
    height: 1px;
    width: 327px;
    width: 425px;
    width: 283px;
  }
/**FIN SECTION 1 ABOUT**/

/**SECTION 2 TRAINING**/
  #s2 .bg-s2{
    height: 900px;
  }
  .trainmenu h3{
    padding: 93px 0 0 75px;
    width: 850px;
    font-size: 40px;
    line-height: 44px;
  }
  .trainmenu h4{
    padding: 5px 0 0 75px;
    width: 310px;
    font-size: 70px;
    line-height: 77px;
  }
  .trainmenu p{
    width: 401px;
    font-size: 22px;
    line-height: 34px;
    margin: 25px 0 0 75px;
  }
  .trainmenu ul{
    margin: 30px 0 0 75px;
  }
  .trainmenu ul li{
    margin-bottom: 30px;
  }
  .umes,.umes2,.ume1,.ume11,.ume2,.ume22,.ume3,.ume33{
    top: 157px;
    right: 75px;
    width: 1180px;
    height: 656px;
  }
  .umes{
    background-image: url("/media/resources/landing/training/default1400.png");
  }
  .umes2{
    background-image: url("/media/resources/landing/training/default14002.png");
  }
  .ume1 {
    background-image: url("/media/resources/landing/training/1-1400.png");
  }
  .ume11 {
    background-image: url("/media/resources/landing/training/11-1400.png");
  }
  .ume2 {
    background-image: url("/media/resources/landing/training/2-1400.png");
  }
  .ume22 {
    background-image: url("/media/resources/landing/training/22-1400.png");
  }
  .ume3{
    background-image: url("/media/resources/landing/training/3-1400.png");
  }
  .ume33{
    background-image: url("/media/resources/landing/training/33-1400.png");
  }
  .train-switch{
    bottom: 47px; 
    left: 599px;
  }
  #card1{
    top: 0px;
    right: 105px;
  }
  #card2{
    top: 0px;
    left: 330px;
  }
  #card3{
    top: 165px;
    right: 330px;
  }
  #card1 h5,#card2 h5,#card3 h5{
    font-family: 'Graphik Semibold';
    color: #00A6BE;
    font-size: 24px;
    line-height: 34px;
    margin: 20px 20px 12px;
  }
  #card1 ul,#card2 ul,#card3 ul{
    list-style: none;
    margin: 0;
    padding: 0 20px 18px;
  }
  #card1 ul li,#card2 ul li,#card3 ul li{
    font-family: 'Graphik Regular';
    color: #1B0B41;
    font-size: 18px;
    line-height: 28px;
    background-image: url("/media/resources/landing/training/v.svg");
    background-position: 0 7px;
    background-repeat: no-repeat;
    margin: 0 0 12px;
    padding: 0 0 0 26px;
  }
  /*CAROUSEL*/
  .train-carousel{
    height: 360px;
    max-width: 1440px;
  }
  .train-carousel .item img{
    height: 360px;
    width: 480px;
  }
  /** FIN SECTION 2 TRAINING**/

  /**SECTION 3**/
  #s3::after{
    height: 300px;
  }
  #s3 .one{
    min-height: 610px;
    max-width: 520px;
  }
  #s3 .one h3{
    margin: 93px 0 0 75px;
    font-size: 40px;
    line-height: 44px;
  }
  #s3 .one h5{
    width: 520px;
    margin: 0  0 0 75px;
    font-size: 70px;
    line-height: 77px;
  }
  #s3 .one p{
    font-size: 22px;
    line-height: 34px;
    width: 434px;
    margin: 24px 0 0 75px;
    text-align: left;
  }
  #s3 .two{
    height: 517px;
    width: 740px;
    margin: 93px 75px 0 0;
  }
  #s3 .two h4,#s3 .two h5{
    font-size: 32px;
    line-height: 40px;
    width: 493px;
  }
  #s3 .two img{
    margin: 0;
    margin: 21px 0 37px;
  }
  #s3 .three{
    padding-left: 65px;
    max-width: 100%;
  }
  #s3 .three .center-card{
    padding: 40px 20px 50px 40px;
    width: 570px; /*496*/
  }
  #s3 .three .center-card h4{
    font-size: 40px;
    line-height: 44px;
  }
  #s3 .three .center-card h5{
    font-size: 24px;
    line-height: 34px;
  }
  #s3 .three .center-card ul li{
    font-size: 22px;
    background-size: 14px;
    background-position: 13px 5px;
  }
  /**FIN SECTION 3**/
  /**44444444444444444444444444444444*/
  /*55555555555555555555555555555555*/
  
  #s6 .container{
    max-width: unset;
  }
  #s6 .titul-contact{
    /* width: 588px;
    font-size: 60px;
    line-height: 66px;
    margin: 60px auto 12px; */
  }
  #s6 .sub{
    width: 837px;
    /* font-size: 20px;
    line-height: 32px; */
    margin: 0 auto 64px;
  }
  #s6 form{
    max-width: 650px;
    margin: auto;
  }
  #s6 .text-contact, #s6 .select-contact{
    /* width: 294px; */
    width: 325px;    
  }
  #s6 .text-contact input, #s6 .select-contact select{
    /* width: 287px; */
    width: 310px;
  }
  #s6 .text-contact .right{
    /* right: 0;
    left:unset */
  }
  #s6 .select-contact{
    /* width: 588px; */
    width: 650px;
  }
  #s6 .textarea-contact {
    /* width: 588px;
    float: left; */
    width: 650px;
  }
  #s6 .textarea-contact textarea{
    /* width: 562px; */
    width: 625px;
  }
  #s6 .clause-contact{
    width: 588px;
    width: 650px;
  }
  #s6 .clause-contact label{
    width: 548px;
    width: 610px;
  }
  #s6 .submit{
    width: 230px;
  }
  /* END SECTION 6 CONTACT*/
}
@media (min-width: 1800px) {
  /**SECTION 2 TRAINING**/
        /*CAROUSEL*/
    .train-carousel{
      max-width: 2400px;
    }
  /** FIN SECTION 2 TRAINING**/
  }