@charset "UTF-8";
/* CSS Document */
html {overflow: hidden;}
a, a:hover {
  text-decoration: none;
  color: #ff13cd;
  font-family: 'Dosis', sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
}
p {  margin: 0;}
* {
  margin: 0;
  padding: 0;
}
body {
	font-family: 'Dosis', sans-serif;
	font-weight: 400; 
	text-align:center;
	height: 100%;
}
img {
  border: none;
}
/* header
----------------------------*/
.ac_header {
  text-align: center;
  position: fixed;
  top: 25px;
  left: 0px;
  width: 100%;
  font-size: 12px;
  height: 172px;
  margin: 0;
}
#logo {
  display: block;	
  position: absolute;
  width: 178px;
  height: 47px;
  bottom: 108px;
  left: 50%;
  margin-left:-89px;

}
#mwl_logo {
  display: block;		
  text-align: center;
  width: 350px;
  height: 77px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -260px;
  margin-left: -175px;
}
.shadow {
  -webkit-filter: drop-shadow(0px 0px 5px #fff);
  filter: drop-shadow(0px 0px 5px #fff); /* Same syntax as box-shadow */
}
/* boxes
----------------------------*/
#boxes {
  display: block;
  width: 220px;
  height: 220px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -160px;
  margin-left: -110px;
}
.mwl {
  display: block;
  width: 220px;
  height: 220px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -110px;
  margin-left: -110px;
}
.cercle_2 {
  display: block;
  width: 180px;
  height: 180px;
  background-color: #FFFFFF;
  border-radius: 50%;
  padding: 20px;
}
.cercle_2 h1 {
  font-family: 'DIN Pro Condensed Bold', sans-serif;
  text-align: center;
  color: #ff13cd;
  font-weight: normal;
  line-height: 25px;
  font-size: 27px;
  margin: 12px 0 0 0;
	aspect-ratio:auto
}
 .cercle_2 h2 {
  font-family: 'DIN Pro Condensed Regular', sans-serif;
  text-align: center;
  color: #ff13cd;
  font-weight: normal;
  line-height: 17px;
  font-size: 27px;
  margin: 8px 0 0 0;
	 aspect-ratio:auto
}

.infos {
  display: block;
  text-align: center;
  width: 100%;
  height: 80px;
  position: fixed;
  top: 50%;
  margin-top: 70px;
}
.infos p {font-family: 'DIN Pro Condensed Regular', sans-serif;
  text-align: center;
  color: #ff13cd;
  font-weight: normal;
  line-height: 20px;
  font-size: 20px;
  margin: 8px 0 0 0;
}
.infos a {font-family: 'DIN Pro Condensed bold', sans-serif;
  text-align: center;
  color: #ff13cd;
  font-weight: normal;
  line-height: 20px;
  font-size: 20px;
  margin: 8px 0 0 0;
}

/* footer
----------------------------*/
h3 {
  font-family: 'Dosis', sans-serif;
  text-align: center;
  color: #ff13cd;
  font-weight: 700;
  line-height: 15px;
  font-size: 12px;
  padding-top: 45px;
  letter-spacing: 0.06em;
  margin: 0;
}
.ac_footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #ffffff;
  opacity: 0.5;
  height: 128px;
  margin: 0;
}
.ac_footer_p {
  color: #ff13cd;
  text-align: center;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  line-height: 15px;
  font-size: 12px;
  height: 128px;
  z-index: 150;
  letter-spacing: 0.06em;
}

.credit {
  font-size: 8px;
  line-height: 9px;
  text-align: center;
  padding-top: 15px;
  color: #ff13cd;
}
::-moz-selection {
  background: #ff0099;
  color: #fff;
}
::selection {
  background: #ff0099;
  color: #fff;
}