body {
    margin: 0;
    background: #000;
    min-height: 100vh;
    display: flex;
    align-items: center;
    flex-flow: column;
	font-family: "Exocet Reaper Medium Regular";
}
@font-face {
    font-family: "Exocet Reaper Medium Regular";
    src: url("/new/css/font/e329334bdcba54d5a86210f994c23ecc.eot");
    src: url("/new/css/font/e329334bdcba54d5a86210f994c23ecc.eot?#iefix")format("embedded-opentype"),
    url("/new/css/font/e329334bdcba54d5a86210f994c23ecc.woff2")format("woff2"),
    url("/new/css/font/e329334bdcba54d5a86210f994c23ecc.woff")format("woff"),
    url("/new/css/font/e329334bdcba54d5a86210f994c23ecc.ttf")format("truetype"),
    url("/new/css/font/e329334bdcba54d5a86210f994c23ecc.svg#Exocet Reaper Medium Regular")format("svg");
}
.main-content {
    width: 100%;
    max-width: 2600px;
    overflow: hidden;
    position: relative;
    background: url(/new/img/bg_head_2.webp);
    background-position: top right;
    background-repeat: no-repeat;
	background-size: 100%;
}
.body_text {
	display: block;
    width: 94%;
    padding: 3%;
    float: none;
    text-align: justify;
    margin-top: 0px;
    overflow: hidden;
    height: 860px;
    overflow-y: scroll;
    color: #fff;
    background-color: #00000047;
}
.mar_table {
	width: 94%;
    padding: 3%;
    background-color: #121212;
    border: 1px solid #242424;
    margin-top: 30px;
	display: inline-block;
}
.mar_header {
	width: 96%;
    text-align: center;
    padding: 2%;
    background-color: #000;
    color: #decc7f;
    font-size: 21px;
}
.mar_race {
	width: 96%;
    text-align: center;
    padding: 2%;
    font-size: 16px;
    border: 1px solid #242424;
    margin-top: 15px;
    margin-bottom: 15px;
	display: inline-block;
	color: #a5a5a5;
}
.mar_class {
	width: 50%;
    float: left;
}
.mar_class_title {
	color: #decc7f;   
}
.mar_class_name {
	padding: 5px;
    font-size: 14px;
    background-color: #000;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 90%;
    padding-left: 15px;
}
.left_menu {
	
    padding: 10px;
}
.left_menu:hover {
    filter: brightness(1.3);
    cursor:pointer;
}
.body_text::-webkit-scrollbar-thumb {
  background: #363636;
  border-radius: 3px;
}
.body_text::-webkit-scrollbar {
  width: 3px;
}
.section_01 {
    width: 1400px;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: row;
    margin: auto;    	
}
.sect_left_head {
	display: block;
    width: 50%;    
    padding: 3%;    
	float: left;
	text-align: center;
	background-color: rgb(0 0 0 / 63%);
}
.sect_right_head {
	display: block;
    width: 50%;    
    padding: 3%;    
}
.sect_head_logo {
	display: block;
    margin-bottom: 35px;
    font-size: 105px;
    text-shadow: 3px 2px 5px #8c1c00;
    color: #ffeade;
	margin-top:50px;
}
.sect_head_sublogo {
	display: block;
    margin-bottom: 35px;
    font-size: 50px;
    text-shadow: 2px 2px 3px #000000;
    color: #decc7f;
    margin-top: 0;
}
.sect_head_title {
	font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    font-family: "Exocet Reaper Medium Regular";
    font-size: 45px;
    text-shadow: 3px 2px 5px black;
    text-align: center;
}
.sect_head_title img {
	width:50px;
	margin-top:25px;
	box-shadow: 0px 2px 9px black;
	border-radius: 10px;
}
.sect_head_title img:hover {	
	filter: brightness(1.3);
    cursor:pointer;
}
.sect_head_small {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    font-family: "Exocet Reaper Medium Regular";
    font-size: 21px;
    text-shadow: 3px 2px 5px black;
    text-align: left;
	width: 200px;
}
.sect_stats {
	font-size: 25px;
    text-align: left;
    color: #decc7f;
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
}
.freemans-btn {
    box-shadow: 0px 2px 9px black;
    text-align: center;
    color: #DCB896;
    min-width: 250px;
    background-size: auto 100%;
    background-position: center;
    background-repeat: repeat-x;
    transition: filter 350ms;
    padding: 0 10px;
    background-image: url(/new/img/freemans_btn.webp);
    position: relative;
    font-size: 23px;
    width: 260px;
    height: 50px;
    line-height: 50px;
    margin: auto;
}
.freemans-btn:hover {
  filter: brightness(1.3);
  cursor:pointer;
}
.freemans-btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: auto 100%;
  background-position: left, right;
  background-repeat: no-repeat;
  transition: filter 350ms;
  margin: 0 -10px;
}
.freemans-btn:after {
  background-image: url(/new/img/btn-left.webp), url(/new/img/btn-right.webp);
}
.sect_head_btn {
	display:block;
	margin-top: 35px;
}
.sect_left_head_02 {
	display: block;
    width: 500px;
}
.sect_head_title_02 {
	font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    font-family: "Exocet Reaper Medium Regular";
    font-size: 45px;
    text-shadow: 3px 2px 5px black;
    text-align: left;
	margin-bottom: 15px;
    margin-top: 130px;
}
.sect_head_desc {
	color: #ffeade;
    font-family: sans-serif;
    text-align: left;
    font-size: 18px;
}
.main-content-02 {
    width: 100%;
    max-width: 2600px;
    overflow: hidden;
    position: relative;
    background: url(/new/img/bg_section_02.png);
    background-position: top right;
    background-repeat: no-repeat;
	background-size: 100%;	
}
.section_02 {
    width: 1400px;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: row;
    margin: auto;    	
}
.sect_img_02 {
	width: 87%;
    padding: 2%;
    border: 2px solid #1e1e1e;
    box-shadow: 0px 2px 9px black;
    margin: 1%;
}
.sect_head_desc_02 {
	color: #ffeade;
	font-family: sans-serif;
	text-align: center;
	font-size: 17px;
	margin-top:25px;
}
.sect_head_title_03 {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    font-family: "Exocet Reaper Medium Regular";
    font-size: 35px;
    text-shadow: 3px 2px 5px black;
    text-align: center;
    margin-top: 36px;
}
.main-content-03 {
    width: 100%;
    max-width: 2600px;
    overflow: hidden;
    position: relative;
    background: url(/new/img/bg_section_03.png?3);
    background-position: top right;
    background-repeat: no-repeat;
	background-size: 100%;	
}
.sect_03_block {
	display: block;
    width: 23%;
    padding: 1%;
    float: left;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 45px;	
}
.sect_03_title {
	font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    font-family: "Exocet Reaper Medium Regular";
    font-size: 45px;
    text-shadow: 3px 2px 5px black;
    text-align: center;
    margin-top: 25px;
	width:100%;
}
.sect_03_desc {
	color: #ffeade;
    font-family: sans-serif;
    text-align: center;
    font-size: 18px;
	margin-top:25px;
	width:100%;
}
.section_03 {
	width: 1400px;
    height: auto;
    position: relative;    
    flex-direction: row;
    margin: auto;
}
.sect_03_small_title {
	font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    font-family: "Exocet Reaper Medium Regular";
    font-size: 25px;
    text-shadow: 3px 2px 5px black;
    text-align: center;
    margin-top: 25px;
}
.sect_03_small_desc {
	color: #ffeade;
    font-family: sans-serif;
    text-align: center;
    font-size: 16px;
	margin-top:25px;
}
.footer {
	position:relative;
	padding:1%;
	width:60%;
	margin:auto;
	text-align:center;
	color:#636363;
}
.footer_block {
	display:block;
	float:left;
	width: 33%;
    font-size: 14px;
	padding-bottom:50px;
}
.footer_block a{
	color:#636363;
}
.footer_block a:hover{
	color:#a5a1a1;
}

/*START CARUSEL*/
.d-block, h2{
  color: #33475c;
  font-weight: 700;
  font-size: 2.5rem;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
}

/* ============= Begin Testimonial Flexbox ============ */
#flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
  height: 110vh;
  margin: auto;  
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

#left-zone {
  height: 90%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#left-zone .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color:#fff;
}

.item input {
  display: none;
}

label {
  display: block;
  opacity: 0.5;
  height: 50px;
  text-align: center;
  line-height: 50px;
  position: relative;
}

label:hover {
  opacity: 0.75;
  cursor: pointer;
}

.content-test {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  height: 50%;
  width: 100%;
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: none;
}

.content-test p {
  max-width: 50%;
  text-align: center;
  font-family: sans-serif;
  line-height: 25px;
}

#right-zone {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: 50%;
}

input:checked ~ .content-test {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  opacity: 1;
}

@media (min-width: 480px) {
  #flex-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: auto;
    height: 535px;
    /* position: absolute; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;	
  }

  #left-zone .list {
    border-right: 2px solid #606060;
	background: linear-gradient(to right, #212121 0%, #0000004f 20%, transparent);
  }

  .content-test {
    width: 80%;
    height: 100%;
    pointer-events: auto;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  #left-zone {
    width: 20%;
  }

  #right-zone {
    height: 100%;
    width: 80%;
  }
}
/* If the screen size is 480px or less */
@media (max-width: 480px) {
  .content_testimonial-1 .picto {
    padding-top: 100px;
  }
  .content_testimonial-2 .picto {
    padding-top: 100px;
  }
  .content_testimonial-3 .picto {
    padding-top: 100px;
  }
  .content_testimonial-4 .picto {
    padding-top: 100px;
  }
  .content_testimonial-5 .picto {
    padding-top: 100px;
  }
  .content_testimonial-6 .picto {
    padding-top: 100px;
  }
  .content_testimonial-7 .picto {
    padding-top: 100px;
  }
  .content_testimonial-8 .picto {
    padding-top: 100px;
  }
  .content_testimonial-9 .picto {
    padding-top: 100px;
  }
  .content_testimonial-10 .picto {
    padding-top: 100px;
  }
  .item > label {
    font-size: 1.3rem;
  }
}

.content_testimonial-1 .picto {
  height: 100px;
  width: 100px;
  background-image: url("/new/img/sin.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.content_testimonial-1 h1 {
  color: #decc7f;
  text-align: center;
}

.content_testimonial-2 .picto {
  height: 100px;
  width: 100px;
  background-image: url("/new/img/sham.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.content_testimonial-2 h1 {
  color: #decc7f;
}

.content_testimonial-3 .picto {
  height: 100px;
  width: 100px;
  background-image: url("/new/img/luk.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.content_testimonial-3 h1 {
  color: #decc7f;
}

.content_testimonial-4 .picto {
  height: 100px;
  width: 100px;
  background-image: url("/new/img/prist.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.content_testimonial-4 h1 {
  color: #decc7f;
}
.content_testimonial-5 .picto {
  height: 100px;
  width: 100px;
  background-image: url("/new/img/var.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.content_testimonial-5 h1 {
  color: #decc7f;
}
.content_testimonial-6 .picto {
  height: 100px;
  width: 100px;
  background-image: url("/new/img/mag.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.content_testimonial-6 h1 {
  color: #decc7f;
}
.content_testimonial-7 .picto {
  height: 100px;
  width: 100px;
  background-image: url("/new/img/tank.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.content_testimonial-7 h1 {
  color: #decc7f;
}
.content_testimonial-8 .picto {
  height: 100px;
  width: 100px;
  background-image: url("/new/img/dru.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.content_testimonial-8 h1 {
  color: #decc7f;
}

.content_testimonial-9 .picto {
  height: 100px;
  width: 100px;
  background-image: url("/new/img/sik.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.content_testimonial-9 h1 {
  color: #decc7f;
}

.content_testimonial-10 .picto {
  height: 100px;
  width: 100px;
  background-image: url("/new/img/mist.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.content_testimonial-10 h1 {
  color: #decc7f;
}

.content-test h1:first-letter {
  text-transform: uppercase;
}

input:checked ~ label {
  opacity: 1;
  -webkit-animation: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

input:checked ~ label.label_testimonial-1 {
  color: #decc7f;
  border-right: solid 4px #606060;
}

input:checked ~ label.label_testimonial-2 {
  color: #decc7f;
  border-right: solid 4px #606060;
}

input:checked ~ label.label_testimonial-3 {
  color: #decc7f;
  border-right: solid 4px #606060;
}

input:checked ~ label.label_testimonial-4 {
  color: #decc7f;
  border-right: solid 4px #606060;
}
input:checked ~ label.label_testimonial-5 {
  color: #decc7f;
  border-right: solid 4px #606060;
}
input:checked ~ label.label_testimonial-6 {
  color: #decc7f;
  border-right: solid 4px #606060;
}
input:checked ~ label.label_testimonial-7 {
  color: #decc7f;
  border-right: solid 4px #606060;
}
input:checked ~ label.label_testimonial-8 {
  color: #decc7f;
  border-right: solid 4px #606060;
}
input:checked ~ label.label_testimonial-9 {
  color: #decc7f;
  border-right: solid 4px #606060;
}
input:checked ~ label.label_testimonial-10 {
  color: #decc7f;
  border-right: solid 4px #606060;
}



label:first-letter {
  text-transform: uppercase;
}

.label_testimonial-1:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#000),
    to(#000)
  );
  background-image: -webkit-linear-gradient(left, #332f2f00, #332f2fb3);
  background-image: -o-linear-gradient(left, #332f2f00, #332f2fb3);
  background-image: linear-gradient(to right, #332f2f00, #332f2fb3);
  font-size: 1.2rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}
.label_testimonial-2:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#000),
    to(#000)
  );
  background-image: -webkit-linear-gradient(left, #332f2f00, #332f2fb3);
  background-image: -o-linear-gradient(left, #332f2f00, #332f2fb3);
  background-image: linear-gradient(to right, #332f2f00, #332f2fb3);
  font-size: 1.2rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}
.label_testimonial-3:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#000),
    to(#000)
  );
  background-image: -webkit-linear-gradient(left, #332f2f00, #332f2fb3);
  background-image: -o-linear-gradient(left, #332f2f00, #332f2fb3);
  background-image: linear-gradient(to right, #332f2f00, #332f2fb3);
  font-size: 1.2rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}
.label_testimonial-4:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#000),
    to(#000)
  );
  background-image: -webkit-linear-gradient(left, #332f2f00, #332f2fb3);
  background-image: -o-linear-gradient(left, #332f2f00, #332f2fb3);
  background-image: linear-gradient(to right, #332f2f00, #332f2fb3);
  font-size: 1.2rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}
.label_testimonial-5:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#000),
    to(#000)
  );
  background-image: -webkit-linear-gradient(left, #332f2f00, #332f2fb3);
  background-image: -o-linear-gradient(left, #332f2f00, #332f2fb3);
  background-image: linear-gradient(to right, #332f2f00, #332f2fb3);
  font-size: 1.2rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}
.label_testimonial-6:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#000),
    to(#000)
  );
  background-image: -webkit-linear-gradient(left, #332f2f00, #332f2fb3);
  background-image: -o-linear-gradient(left, #332f2f00, #332f2fb3);
  background-image: linear-gradient(to right, #332f2f00, #332f2fb3);
  font-size: 1.2rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}
.label_testimonial-7:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#000),
    to(#000)
  );
  background-image: -webkit-linear-gradient(left, #332f2f00, #332f2fb3);
  background-image: -o-linear-gradient(left, #332f2f00, #332f2fb3);
  background-image: linear-gradient(to right, #332f2f00, #332f2fb3);
  font-size: 1.2rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}
.label_testimonial-8:hover {
  background-image: -webkit-gradient(linear, left top, right top,from(#000), to(#000));
  background-image: -webkit-linear-gradient(left, #332f2f00, #332f2fb3);
  background-image: -o-linear-gradient(left, #332f2f00, #332f2fb3);
  background-image: linear-gradient(to right, #332f2f00, #332f2fb3);
  font-size: 1.2rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}
.label_testimonial-9:hover {
  background-image: -webkit-gradient(linear, left top, right top,from(#000), to(#000));
  background-image: -webkit-linear-gradient(left, #332f2f00, #332f2fb3);
  background-image: -o-linear-gradient(left, #332f2f00, #332f2fb3);
  background-image: linear-gradient(to right, #332f2f00, #332f2fb3);
  font-size: 1.2rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}
.label_testimonial-10:hover {
  background-image: -webkit-gradient(linear, left top, right top,from(#000), to(#000));
  background-image: -webkit-linear-gradient(left, #332f2f00, #332f2fb3);
  background-image: -o-linear-gradient(left, #332f2f00, #332f2fb3);
  background-image: linear-gradient(to right, #332f2f00, #332f2fb3);
  font-size: 1.2rem;
  -webkit-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}

p.testimonialState {
  margin-top: -5px;
  font-size: 0.8rem;
  font-style: italic;
  color: #808080d4;
}

p.testimonialFrom {
  margin-top: 5px;
  font-weight: bold;
  color: #33475c;
}
/*END CARUSEL*/
.main-content-04 {
    width: 100%;
    max-width: 2600px;
    overflow: hidden;
    position: relative;
    background: url(/new/img/bg_section_04.png?3);
    background-position: top right;
    background-repeat: no-repeat;
	background-size: 100%;	
}
.main-content-05 {
	width: 100%;
    max-width: 2600px;
    overflow: hidden;
    position: relative;
    background: url(/new/img/bg_section_05.png?4);
    background-position: top center;    
	background-size: 100%;
	padding-top: 45px;
}
.section_05 {
	width: 1400px;
    height: 360px;
    position: relative;
    flex-direction: row;
    margin: auto;
    overflow: hidden;
    margin-bottom: 40px;
	border: 2px solid #1e1e1e;
    box-shadow: 0px 2px 9px black;
}
.sect_left_middle {
	display: block;
    width: 57%;    
    padding: 3%;    
	float: left;
	text-align: center;
	position:absolute;
	top:0;
	left:0;
	background: linear-gradient(to right, black 0%, black 70%, transparent);
	z-index: 5;
	height: 100%;
}
.sect_right_video {
	display: block;
    width: 60%;    
	position: absolute;
	top:0;
	right:0;
}
.sect_right_video video {
    position: absolute;
    right: 0;
}
.sect_right_middle {
	display: block;
    width: 57%;    
    padding: 3%;    
	text-align: center;
	position:absolute;
	top:0;
	right:0;
	background: linear-gradient(to left, black 0%, black 70%, transparent);
	z-index: 5;
	height: 100%;
}
.sect_left_video {
	display: block;
    width: 60%; 
    float: left;    
	position: absolute;
	top:0;
	left:0;
}
.sect_left_video video {
    position: absolute;
    left: -60px;
}
.sect_head_title_05 {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    font-family: "Exocet Reaper Medium Regular";
    font-size: 45px;
    text-shadow: 3px 2px 5px black;
    text-align: center;
    margin-top: 40px;
}
.sect_char_video {
	display: block;
    width: 100%; 
    float: left;    
	position: absolute;
	top: 170px;
	left:0;
}
.main-content-06 {
	width: 100%;
    max-width: 2600px;
    overflow: hidden;
    position: relative;    
    background-position: top center;    
	background-size: 100%;
	padding-top: 45px;
	height:900px;
}
.invent {
	width: 300px;
	height: 475px;
	position: absolute;
	background: url(/new/img/invent_char.png?2);
	background-size: 100%;
	top: 115px;
	left: 185px;
	background-repeat: no-repeat;
	z-index: 4;
	box-shadow: 6px 6px 20px black;
}
.item_01 {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 210px;
	left: 197px;
	cursor:pointer;
	z-index: 5;
}
.show_item_01 {
	display:none;
	width: 467px;
	height: 293px;
	position: absolute;
	background: url(/new/img/item_01.png?2);
	background-size: 100%;
	top: 246px;
	left: 185px;
	background-repeat: no-repeat;
	z-index: 5;
}
.item_02 {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 210px;
	left: 232px;
	cursor:pointer;
	z-index: 5;
}
.show_item_02 {
	display:none;
	width: 467px;
	height: 293px;
	position: absolute;
	background: url(/new/img/item_02.png?2);
	background-size: 100%;
	top: 246px;
	left: 229px;
	background-repeat: no-repeat;
	z-index: 5;
}
.item_03 {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 210px;
	left: 267px;
	cursor:pointer;
	z-index: 5;
}
.show_item_03 {
	display:none;
	width: 364px;
	height: 202px;
	position: absolute;
	background: url(/new/img/item_03.png?2);
	background-size: 100%;
	top: 246px;
	left: 259px;
	background-repeat: no-repeat;
	z-index: 5;
}
.item_04 {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 252px;
	left: 197px;
	cursor:pointer;
	z-index: 5;
}
.show_item_04 {
	display:none;
	width: 465px;
	height: 435px;
	position: absolute;
	background: url(/new/img/item_04.png?2);
	background-size: 100%;
	top: 288px;
	left: 185px;
	background-repeat: no-repeat;
	z-index: 5;
}
.item_05 {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 252px;
	left: 232px;
	cursor:pointer;
	z-index: 5;
}
.show_item_05 {
	display:none;
	width: 467px;
	height: 273px;
	position: absolute;
	background: url(/new/img/item_05.png?2);
	background-size: 100%;
	top: 288px;
	left: 235px;
	background-repeat: no-repeat;
	z-index: 5;
}
.item_06 {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 292px;
	left: 197px;
	cursor:pointer;
	z-index: 5;
}
.show_item_06 {
	display:none;
	width: 464px;
	height: 290px;
	position: absolute;
	background: url(/new/img/item_06.png?2);
	background-size: 100%;
	top: 330px;
	left: 195px;
	background-repeat: no-repeat;
	z-index: 5;
}
.item_07 {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 292px;
	left: 232px;
	cursor:pointer;
	z-index: 5;
}
.show_item_07 {
	display:none;
	width: 465px;
	height: 290px;
	position: absolute;
	background: url(/new/img/item_07.png?2);
	background-size: 100%;
	top: 332px;
	left: 235px;
	background-repeat: no-repeat;
	z-index: 5;
}
.item_08 {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 169px;
	left: 405px;
	cursor:pointer;
	z-index: 5;
}
.show_item_08 {
	display:none;
	width: 464px;
	height: 327px;
	position: absolute;
	background: url(/new/img/item_08.png?2);
	background-size: 100%;
	top: 208px;
	left: 389px;
	background-repeat: no-repeat;
	z-index: 5;
}
.item_09 {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 210px;
	left: 405px;
	cursor:pointer;
	z-index: 5;
}
.show_item_09 {
	display:none;
	width: 465px;
	height: 433px;
	position: absolute;
	background: url(/new/img/item_09.png?2);
	background-size: 100%;
	top: 246px;
	left: 389px;
	background-repeat: no-repeat;
	z-index: 5;
}
.item_10 {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 250px;
	left: 405px;
	cursor:pointer;
	z-index: 5;
}
.show_item_10 {
	display:none;
	width: 466px;
	height: 435px;
	position: absolute;
	background: url(/new/img/item_10.png?2);
	background-size: 100%;
	top: 285px;
	left: 389px;
	background-repeat: no-repeat;
	z-index: 5;
}
.item_11 {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 250px;
	left: 445px;
	cursor:pointer;
	z-index: 5;
}
.show_item_11 {
	display:none;
	width: 339px;
	height: 417px;
	position: absolute;
	background: url(/new/img/item_11.png?2);
	background-size: 100%;
	top: 285px;
	left: 449px;
	background-repeat: no-repeat;
	z-index: 5;
}
.item_12 {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 292px;
	left: 404px;
	cursor:pointer;
	z-index: 5;
}
.show_item_12 {
	display:none;
	width: 465px;
	height: 435px;
	position: absolute;
	background: url(/new/img/item_12.png?2);
	background-size: 100%;
	top: 330px;
	left: 389px;
	background-repeat: no-repeat;
	z-index: 5;
}
.shadow_right {
	display: block;
	width: 5%;
	padding: 3%;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	background: linear-gradient(to left, #000000 0%, #00000042 60%, transparent);
	z-index: 5;
	height: 100%;
}
.shadow_left {
	display: block;
    width: 5%;
    padding: 3%;
    float: left;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #000000 0%, #00000042 60%, transparent);
    z-index: 5;
    height: 100%;
}
.sect_players {
    display: block;
    width: 23%;
    padding: 1%;
    float: left;
    text-align: center;
    margin-top: 0px;    
    overflow: hidden;
    height: 560px;
    overflow-y: scroll;
}
.sect_players_desc {	
    display: block;
    width: 40%;
    padding: 1%;
    float: left;
    text-align: center;
    margin-top: 10px;
    margin-left: 4%;
    overflow: hidden;
    overflow-y: scroll;
    height: 530px;	
}
.sect_players_desc p{
	color: #ffeade;
    text-align: left;
    font-size: 16px;
    font-family: sans-serif;
    line-height: 17px;
    margin: 15px;
}
.top_players {
	
}
.top_players_info {
    width: 100%;
    display: inline-block;
    color: #fff;	
}
.top_players li {
	list-style-type: none;
	color: #ffeade;
    font-size: 14px;
	line-height: 25px;
	}
.top_players li {margin:0;}
.top_players p {margin:0;text-align:left;}
.top_players p:nth-child(1) {width: 10%;float:left;color: #decc7f;}
.top_players p:nth-child(2) {width: 60%;float:left;}
.top_players p:nth-child(3) {width: 10%;float:left;color: #decc7f;text-align:center;}
.top_players p:nth-child(4) {width: 20%;float:left;}
.top_players img {width: 20px;position: relative;top: 3px;left: 15px;}
.sect_players::-webkit-scrollbar-thumb {
  background: #363636;
  border-radius: 3px;
}
.sect_players_desc::-webkit-scrollbar-thumb {
  background: #363636;
  border-radius: 3px;
}
.sect_players_desc::-webkit-scrollbar {
  width: 3px;
}
.sect_players::-webkit-scrollbar {
  width: 3px;
}
.main-content-07 {
    width: 100%;
    max-width: 2600px;
    overflow: hidden;
    position: relative;
    background: url(/new/img/bg_section_06.png?3);
    background-position: top right;
    background-repeat: no-repeat;
	background-size: 100%;
    height: 900px;
    margin-top: 5px;	
}

@media (min-width: 1360px) and (max-width: 1925px) {
.sect_head_title_02 {    
    margin-top: 0px;
}
.main-content {    
    background-size: 130%;
}
.section_02 {
    width: 1400px;    
}
.sect_head_title_03 {    
    font-size: 35px; 
    margin-top: 35px;	
}
.sect_head_logo {
    font-size: 80px;    
}
.sect_head_sublogo {    
    font-size: 40px;    
}
.sect_head_title {    
    font-size: 35px;    
}
.sect_head_title_02 {    
    font-size: 35px;    
}
.sect_head_small {    
    font-size: 21px;    
}
.sect_stats {
    font-size: 19px;    
}
.main-content-02 {    
    background-size: 150%;
}
.section_03 {
    width: 1330px;    
}
.sect_03_small_title {    
    font-size: 23px;    
}
.section_05 {
    width: 1315px;    
}
.sect_left_head {    
    width: 33%;    
}
.sect_left_middle {    
    width: 50%;    
}
.sect_head_title_05 {    
    font-size: 35px;    
}
.sect_right_middle {    
    width: 50%;    
}
.main-content-04 {    
    background-size: 175%;
}
.sect_03_title {    
    font-size: 40px;    
}	
}
@media (min-width: 1023px) and (max-width: 1359px) {
.sect_head_title_02 {    
    margin-top: 0px;
}
.main-content {    
    background-size: 130%;
}
.section_02 {
    width: 100%;    
}
.sect_head_desc {    
    font-size: 16px;
}
.sect_head_title_03 {    
    font-size: 30px;
    margin-top: 5%;    
}
.sect_head_logo {
    font-size: 80px;    
}
.sect_head_sublogo {    
    font-size: 40px;    
}
.sect_left_head {    
    width: 33%;    
}
.sect_head_title {    
    font-size: 35px;    
}
.sect_head_title_02 {    
    font-size: 35px;    
}
.sect_head_small {    
    font-size: 21px;
    background-color: #0000006b;    
}
.sect_stats {
    font-size: 19px;    
}
.main-content-02 {    
    background-size: 150%;
}
.section_03 {
    width: 100%;    
}
.sect_03_desc {   
    font-size: 15px;    
}
.sect_03_small_title {    
    font-size: 20px;    
}
.sect_head_desc_02 {    
    font-size: 16px;    
}
.sect_03_small_desc {    
    font-size: 14px;    
}
.content-test p {    
    line-height: 21px;
    font-size: 14px;
}
.section_05 {
    width: 100%;    
}
.sect_left_middle {    
    width: 50%;    
}
.sect_head_title_05 {    
    font-size: 30px;    
}
.sect_players {    
    height: 372px;    
}
.sect_char_video {    
    width: 120%;    
}
.sect_players_desc p {    
    font-size: 14px;    
    line-height: 15px;
    margin: 10px;
}
.sect_players_desc {
    display: block;
    width: 40%;
    padding: 1%;
    float: left;
    text-align: center;
    margin-top: 10px;
    margin-left: 4%;
    overflow: hidden;
    overflow-y: scroll;
    height: 360px;
}
.main-content-06 {    
    padding-top: 0px;
    height: 840px;
}
.sect_right_middle {    
    width: 50%;    
}
.main-content-04 {    
    background-size: 175%;
}
.sect_03_title {    
    font-size: 25px;    
}	
}

@media (min-width: 300px) and (max-width: 1022px) {
.section_01 {
    width: 100%;
}
.sect_left_head {    
    width: 94%;
    padding: 3%;
    float: none;
    background-color: rgb(0 0 0 / 17%);  
}
.sect_head_logo {    
    margin-bottom: 20px;
    font-size: 50px;   
    margin-top: 50px;
}
.sect_head_sublogo {    
    font-size: 30px;
    background-color: rgb(0 0 0 / 29%);    
}
.sect_head_title {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    font-family: "Exocet Reaper Medium Regular";
    font-size: 23px;
    text-shadow: 3px 2px 5px black;
    text-align: center;
    width: 75%;
    margin: auto;
}
.freemans-btn {
    box-shadow: 0px 2px 9px black;
    text-align: center;
    color: #DCB896;
    min-width: 190px;
    background-size: auto 100%;
    background-position: center;
    background-repeat: repeat-x;
    transition: filter 350ms;
    padding: 0 10px;
    background-image: url(/new/img/freemans_btn.webp);
    position: relative;
    font-size: 19px;
    width: 190px;
    height: 35px;
    line-height: 35px;
    margin: auto;
}
.sect_head_title img {
    width: 35px;
    margin-top: 25px;
    box-shadow: 0px 2px 9px black;
    border-radius: 10px;
}
.sect_head_title {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    font-family: "Exocet Reaper Medium Regular";
    font-size: 23px;
    text-shadow: 3px 2px 5px black;
    text-align: center;
    width: 75%;
    margin: auto;
    margin-bottom: 60px;
}
.main-content {
    width: 100%;
    max-width: 1800px;
    overflow: hidden;
    position: relative;
    background: url(/new/img/head_mobile.jpg);
    background-position: top right;
    background-repeat: no-repeat;
	background-size: 100%;
}
.sect_head_title_02 {    
    font-size: 26px;    
}
.sect_head_desc {
    color: #ffeade;
    font-family: sans-serif;
    text-align: justify;
    font-size: 16px;
    line-height: 21px;
}
.sect_left_head_02 {
    display: block;
    width: 94%;
    padding: 3%;
}
.sect_head_title_02 {    
    margin-top: 0px;
}
.section_02 {
    width: 100%;
    display: inline-block;    
}
.hidden_mobile {
display:none !important;
}
.sect_right_head {
    display: block;
    width: 94%;
    padding: 3%;
}
.sect_head_title_03 {    
    font-size: 23px;    
    margin-top: 0px;
}
.sect_head_desc_02 {
    color: #ffeade;
    font-family: sans-serif;
    text-align: justify;
    font-size: 16px;
    margin-top: 5px;
    line-height: 23px;
    padding: 4%;
}
.section_03 {
    width: 94%;
    height: auto;
    position: relative;
    flex-direction: row;
    margin: auto;
    padding: 3%;
}
.sect_03_title {    
    font-size: 23px;
    margin-top: 10px;    
}
.sect_03_desc {
    color: #ffeade;
    font-family: sans-serif;
    text-align: justify;
    font-size: 16px;
    margin-top: 10px;
    width: 94%;
    padding: 3%;
    line-height: 23px;
}
.sect_03_block {
    display: block;
    width: 94%;
    padding: 3%;
    float: left;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}
.sect_03_small_title {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    font-family: "Exocet Reaper Medium Regular";
    font-size: 23px;
    text-shadow: 3px 2px 5px black;
    text-align: center;
    margin-top: 10px;
}
.sect_03_small_desc {
    color: #ffeade;
    font-family: sans-serif;
    text-align: justify;
    font-size: 16px;
    margin-top: 5px;
    width: 94%;
    padding: 3%;
    line-height: 23px;	
}
.section_05 {
    width: 100%;
    height: auto;
    position: relative;
    flex-direction: row;
    margin: auto;
    overflow: hidden;
    margin-bottom: 0px;
    border: 2px solid #1e1e1e;
    box-shadow: 0px 2px 9px black;
    display: inline-block;
}
.sect_left_middle {
    display: block;
    width: 94%;
    padding: 3%;
    float: none;
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
    background: linear-gradient(to right, black 0%, black 70%, transparent);
    z-index: 5;
    height: auto;
}
.sect_right_video {
    display: block;
    width: 94%;
    position: relative;
    top: 0;
    right: 0;
    padding: 3%;
    height: 250px;
}
.sect_right_video video {
    position: absolute;
    right: 0;
    width: 130%;
}
.sect_head_title_05 {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    font-family: "Exocet Reaper Medium Regular";
    font-size: 23px;
    text-shadow: 3px 2px 5px black;
    text-align: center;
    margin-top: 5px;
}
.main-content-06 {
    width: 100%;
    max-width: 2600px;
    overflow: hidden;
    position: relative;
    background-position: top center;
    background-size: 100%;
    padding-top: 0;
    height: auto;
    padding-bottom: 10px;
}
.sect_char_video {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    top: 0;
    left: 0;
}
.sect_players {
    display: block;
    width: 48%;
    padding: 1%;
    float: left;
    text-align: center;
    margin-top: 0px;
    overflow: hidden;
    height: 345px;
    overflow-y: scroll;
}
.sect_players_desc {
    display: block;
    width: 94%;
    padding: 3%;
    float: left;
    text-align: center;
    margin-top: 20px;
    margin-left: 0%;
    overflow: hidden;
    overflow-y: scroll;
    height: auto;
}
.top_players li {
    list-style-type: none;
    color: #ffeade;
    font-size: 14px;
    line-height: 25px;
    position: relative;
    left: -20px;
}
.footer {
    position: relative;
    padding: 1%;
    width: 100%;
    margin: auto;
    text-align: center;
    color: #636363;
}
.footer_block {
    display: block;
    float: left;
    width: 100%;
    font-size: 13px;
    padding-bottom: 16px;
}
.top_players p:nth-child(1) {width: 20%;float:left;color: #decc7f;}
.top_players p:nth-child(2) {width: 80%;float:left;}
.top_players p:nth-child(3) {width: 0%;float:left;color: #decc7f;text-align:center;display: none;}
.top_players p:nth-child(4) {width: 0%;float:left;display: none;}
.top_players img {width: 20px;position: relative;top: 3px;left: 15px;}
.main-content-07 {    
    height: 1100px;    
}
}