/* @font-face {
  font-family: "Muller";
  src: url("/css/fonts/MullerRegular.woff2") format("woff2"),
       url("/css/fonts/MullerRegular.woff") format("woff"),
       url("/css/fonts/MullerRegular.ttf") format("ttf");
}
@font-face {
  font-family: "Mullerb";
  src: url("/css/fonts/MullerBold.woff2") format("woff2"),
       url("/css/fonts/MullerBold.woff") format("woff"),
       url("/css/fonts/MullerBold.ttf") format("ttf");
}
@font-face {
  font-family: "Mullerbb";
  src: url("/css/fonts/MullerExtraBold.woff2") format("woff2"),
       url("/css/fonts/MullerExtraBold.woff") format("woff"),
       url("/css/fonts/MullerExtraBold.ttf") format("ttf");
}
@font-face {
  font-family: "Mullera";
  src: url("/css/fonts/MullerMedium.woff2") format("woff2"),
       url("/css/fonts/MullerMedium.woff") format("woff"),
       url("/css/fonts/MullerMedium.ttf") format("ttf");
}
@font-face {
  font-family: "Gilroy";
  src: url("/css/fonts/Gilroy-Regular.woff2") format("woff2"),
       url("/css/fonts/Gilroy-Regular.woff") format("woff"),
       url("/css/fonts/Gilroy-Regular.ttf") format("ttf");
} */


.pcdiv {
    position: relative;
    display: flex;
    height: 190px;
    padding: 0 50px;
    top: 118.06px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.pcstron {
    font-family: 'Mullerbb';
    font-style: normal;
    font-weight: 800;
    font-size: 189.812px;
    line-height: 190px;
    margin-left: 90px;
    color: #FFFFFF;
}

#previewImage canvas {
    width: 85%;
    display: block;
    margin: 0 auto;
    border-radius: 20px;
}

input#btn-Preview-Image {
    margin: 0 auto;
    display: block;
    position: relative;
    justify-content: center;
}
input#btn-Preview-Image {
    background: linear-gradient(90.11deg, #FFE713 -42.54%, #FF7628 223.98%);
    border: 1px solid rgba(180, 180, 180, 0.45);
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    padding: 1vh 10px;
    height: 45px;
    margin-top: 50px;
    word-break: break-word;
    cursor: pointer;
}

.mpcstron {
    font-family: 'Mullerb';
    font-style: normal;
    font-weight: 800;
    font-size: 93.9216px;
    line-height: 94px;
    margin-left: 20px;
    color: #FFFFFF;
}

.pcimglogo {
    margin-left: auto;
    height: 230px;
}

.mpcimglogo {
    margin-left: auto;
    height: 177px;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.box {
    width: 80%;
    margin: 0 auto;
    display: grid;
    gap: 0.5rem;
}
.box.before6 {
    width: 87%;
    margin: 0 auto;
    display: grid;
    gap: 0.5rem;
}
.box + .box {
    margin-top: 1rem;
}
.item {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.before6 {
    font-size: 2rem;
    grid-template-columns: repeat(1, 1fr);
    position: absolute;
    top: 350px;
    bottom: 100px;
    left: 0;
    right: 0;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}
.before6 .pcpp {
    font-weight: 400;
    font-size: 55.6786px;
    line-height: 56px;
    width: 1010px;
}
.before6 .pcp {
    font-weight: 500;
    font-size: 82.4937px;
    line-height: 82px;
    width: 978px;
}
.before6 .pcpc {
    font-weight: 700;
    font-size: 80.413px;
    line-height: 125px;
}
.after6 {
    font-size: 1rem;
    grid-template-columns: repeat(2, 1fr);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50px;
    right: 0;
    justify-content: center;
    margin-top: 300px;
    margin-bottom: 0;
    vertical-align: middle;
    align-content: center;
}
.after6 .item {
    flex-wrap: wrap;
    display: block;
    margin: 0 auto 0 30px;
    padding: 50px 50px 30px 50px;
}
.after6 .pcpc {
    margin-top: 10px;
}
h2{
    text-align: center;
}

.h3pc{
font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.015em;
    margin: 15px 0;
}
.pcpp {
    font-family: 'Muller';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 41px;
    width: 778px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #C0C1C0;
}
.pcpc {
    font-family: 'Mullerb';
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 125px;
    color: #E70808;
    margin-top: 0;
} 
.pptem {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.before6 .pptem {
    position: relative;
    right: 100px;
}
.ptem {
    color: white;
}
.pcp {
   font-family: 'Mullera';
   font-style: normal;
   font-weight: 500;
   font-size: 60px;
   line-height: 61px;
   margin-top: 0;
   margin-bottom: 0;
   width: 711px;
}

.mbefore6 .mpcpp {
   font-size: 33.9935px;
   line-height: 34px; 
}

.mafter6 .mpcpp {
   font-size: 33.9935px;
   line-height: 34px; 
   width: 630px;
}

.mbefore6 .mpcp {
  font-size: 50.3649px;
  line-height: 50px;  
}

.mafter6 .item {
    padding: 0;
}

.mafter6 .mpcp {
  font-size: 50.3649px;
  line-height: 50px;
  width: 597px;
}

.mbefore6 .mpcpc {
  font-size: 77.6479px;
  line-height: 78px;  
}

.mafter6 .mpcpc {
  font-size: 77.6479px;
  line-height: 78px;  
  margin-top: 0;
}
.pcdiv.mddidv {
    position: relative;
    display: flex;
    height: 230px;
    padding: 0 50px;
    top: 118.06px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.mbefore6 {
    font-size: 2rem;
    grid-template-columns: repeat(1, 1fr);
    position: absolute;
    top: 400px;
    bottom: 100px;
    left: 0;
    right: 0;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}
.mafter6 {
    width: 90%;
    font-size: 1rem;
    grid-template-columns: repeat(1, 1fr);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    margin-top: 330px;
    margin-bottom: 0;
    vertical-align: middle;
}  
.mbefore6 .item {
    flex-wrap: wrap;
}
#nodownload {
 display:none;
}

.item:nth-child(n+9) {
    /* display: none; */
}

#download {
   background: linear-gradient(90.11deg, #FFE713 -42.54%, #FF7628 223.98%);
    border: 1px solid rgba(180, 180, 180, 0.45);
    box-sizing: border-box;
    border-radius: 10px;
    text-align: center;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    padding: 1vh 10px;
    height: 45px;
    cursor: pointer; 
    margin: 30px auto 0 auto;
    display: block;
    position: relative;
    justify-content: center;
}