html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html,
body{
    height: 100%;
}
body{
    min-height: 100vH;
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 42px;
    font-size: 35px;
}
ul {
    padding-left: 25px;
    margin-bottom: 1em;
}

ul li {
    margin-bottom: 0.5em;
    list-style-type: disc;
}
.logo{
    max-width: 200px;
    position: absolute;
    top: 100px;
    right: 130px;
    text-align: center;
}
.logo img{
    max-width: 100%;
    height: auto;
}
.reset{
    cursor: pointer;
}
.home_content{
    color: #fff;
    margin: 75px 0 0 75px;
    max-width: 1125px;
}
.home_content h1{
    line-height: 76px;
    font-size: 75px;
    margin-bottom: 20px;
}
.home_subcontent{
    -webkit-hyphens: auto; 
    hyphens: auto; 
    max-width: 1000px;
}
article{
    position: absolute;
    width: 585px;
    border-top: 8px solid black;
    padding: 15px 5px 0 25px;
}
article:hover{
    cursor: move;
    background: #fff;
}
article:before{
    background-repeat: no-repeat;
}
article h2{
    font-size: 54px;
    line-height: 58px;
    font-weight: 700;
    margin-bottom: 10px;
}
article p{
    -webkit-hyphens: auto; 
    hyphens: auto; 
}
.accordion{
    margin-top: 20px;
    cursor: pointer;
}
.accordion:before{
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    border-top: 2px solid black;
}
img.open,
.close {
  padding: 15px 0 15px 0;
  vertical-align: top;
}
.close {
  padding: 18px 0 18px 0;
}
.close,
.accordion.show img.open,
.accordion .content{
    display:none;
}
.accordion.show .close,
.accordion.show .content{
    display:block;
}
.content{
    font-weight: 400;
    line-height: 36px;
    font-size: 30px;
    padding-bottom: 15px;
}
.content strong,
.content b{
    font-weight: 700;
    line-height: 38px;
    font-size: 35px;
}
.footer{
    position: absolute;
    bottom: 40px;
    left: 70px;
}
.footer_img{
    max-height: 380px;
}
.isDragging{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media (min-height: 1150px), (min-width: 2450px),(max-height: 1150px), (max-width: 2450px) {
    body,
    .content strong,
    .content b{
        line-height: 36px;
        font-size: 30px;
    }
    .content{
        line-height: 30px;
        font-size: 26px;
    }
    .logo{
        max-width: 150px;
    }
    .home_content{
        max-width: 955px;
    }
    .home_content h1{
        line-height: 68px;
        font-size: 62px;
    }
    .home_subcontent {
        max-width: 850px;
    }
    article{
        width: 485px;
    }
    article h2 {
        font-size: 44px;
        line-height: 48px;
    }
    .footer_img{
        max-height: 300px;
    }
}
@media (max-height: 950px), (max-width: 2050px) {
    body,
    .content strong,
    .content b{
        line-height: 28px;
        font-size: 22px;
    }
    .content{
        line-height: 26px;
        font-size: 22px;
    }
    .logo{
        max-width: 130px;
        top: 55px;
        right: 85px;
    }
    .home_content{
        max-width: 755px;
        margin: 30px 0 0 30px;
    }
    .home_content h1{
        line-height: 48px;
        font-size: 44px;
    }
    .home_subcontent {
        max-width: 625px;
    }
    article{
        width: 350px;
    }
    article h2 {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 5px;
    }
    .footer{
        bottom: 40px;
        left: 35px;
    }
}
@media (max-height: 800px), (max-width: 1275px) {
    /*Tablet*/
    .home_content{
        min-width: 410px;
    }
    article {
        position: relative;
        margin: 50px 0 0 30px;
        inset: auto !important;
        user-drag: none !important;
        -webkit-user-drag: none !important;
        -moz-user-drag: none !important;
        -ms-user-drag: none !important;
        cursor: default !important;
    }
    .footer {
        position: relative;
        bottom: unset;
        margin: 50px 0 0 30px;
        left: unset;
    }
    .footer_img{
        max-height: 280px;
    }
}
@media (max-width: 900px) {
    /*Phone*/
    .logo{
        max-width: 80px;
        top: 25px;
        right: 25px;
    }
    .home_content h1 {
        line-height: 38px;
        font-size: 34px;
        max-width: 80%;
    }
    .home_subcontent {
        max-width: 100%;
        padding-right: 30px;
    }
    .footer_img{
        max-height: 220px;
    }
}