﻿ @font-face {
     font-display: swap;
     font-family: 'Just Me Again Down Here';
     font-style: normal;
     font-weight: 400;
     src: url('../fonts/just-me-again-down-here-v24-latin-regular.eot');
     src: url('../fonts/just-me-again-down-here-v24-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/just-me-again-down-here-v24-latin-regular.woff2') format('woff2'), url('../fonts/just-me-again-down-here-v24-latin-regular.woff') format('woff'), url('../fonts/just-me-again-down-here-v24-latin-regular.ttf') format('truetype'), url('../fonts/just-me-again-down-here-v24-latin-regular.svg#JustMeAgainDownHere') format('svg');
 }

 * {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
 }

 body {
     color: #231f20;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 15px;
     line-height: 21px;
 }

 #wrapper {
     margin: 1rem auto;
     max-width: 976px;
     overflow: hidden;
     position: relative;
     border: solid thin #cbcbcb;
     background: #fff;
 }

 header {
     display: flex;
     justify-content: space-between;
 }

 .logo {
     width: 65%;
     padding: 2.3125rem 2.375rem 1.25rem;
     background: #5b2873;
 }

 .logo-top {
     width: 36%;
     background: #472973;
     padding: 2.0625rem 3.25rem 1.25rem;
 }

 article {
     padding: 12px 35px 0;
     position: relative;
     z-index: 10;
 }

 .flex {
     display: flex;
     justify-content: space-between;
     gap: 20px;
 }

 .content {
     width: 46.5%;
 }

 .content:nth-of-type(2) {
     width: 49%;
 }

 .benefit {
     display: flex;
     align-items: center;
     gap: 12px;
     margin: 0 0 10px -20px;
 }

 .solical {
     margin: 8px 0 0;
     display: inline-block;
 }

 .solical img {
     margin: 0 5px;
 }

 footer {
     margin: -160px 0 0;
 }

 p {
     margin-bottom: 1rem;
 }

 .color {
     color: #009ee3 !important;
 }

 h1 {
     margin: -8px 0 16px;
     font-size: 42px;
     line-height: 1.2;
     color: #5b2873;
 }

 h1 small {
     font-size: 19px;
 }

 h1 span:not(.nowrap) {
     display: block;
     font-size: 19px;
     margin: 6px 0 0;
 }

 h2 {
     font-size: 101px;
     line-height: 85px;
     margin: 0 0 30px;
     color: #5b2873;
 }

 :is(h2, h3) {
     font-family: 'Just Me Again Down Here', cursive;
     font-weight: 400;
 }

 h3 {
     font-size: 2rem;
     line-height: 1.875rem;
     margin: 0 0 0.375rem;
     color: #00aeef;
 }

 h4 {
     font-size: 15px;
     line-height: 21px;
     font-weight: normal;
 }

 h4 strong {
     font-size: 18px;
     color: #5b2873;
 }

 h5 {
     font-size: 0.96875rem;
     color: #5C2874;
     margin: 16px 0 20px;
 }

 h5 span {
     display: block;
     font-size: 28px;
     line-height: 1.5;
 }

 h5 span a {
     text-decoration: none !important;
 }

 h5+p {
     margin: 0 0 30px;
 }

 ul {
     list-style: none;
 }

 ul li {
     padding-left: 1rem;
     margin: 0 0 6px;
 }

 ul li:before {
     content: "\2022";
     float: left;
     color: #5b2873;
     font-size: 1.5625rem;
     text-indent: -1rem;
 }

 ul li.li-color:before {
     color: #009ee3;
 }

 :is(a:link, a:visited, a:hover, a:active) {
     color: #5b2873;
     text-decoration: underline;
     white-space: nowrap;
 }

 img {
     max-width: 100%;
     vertical-align: middle;
 }

 .box {
     position: absolute;
     z-index: 3;
     left: 38px;
     bottom: 70px;
 }

 @media screen and (max-width:974px) {
     #wrapper {
         border: none;
         margin: 0;
     }

     .logo {
         width: 100%;
         padding: 1rem;
     }

     .logo-top {
         min-width: 296px;
         padding: 16px;
         display: flex;
         align-items: center;
         justify-content: center;
     }

     article {
         padding: 16px 16px 0;
     }

     :is(ul, p) {
         hyphens: auto;
     }

     :is(h4, p) span {
         white-space: nowrap;
     }

     h1 .small {
         white-space: nowrap;
     }
	 
	 h1 .nowrap {
         white-space: nowrap;
     }

     h1 {
         font-size: 38px;
         margin: 0 0 16px;
     }

     h2 {
         margin: 0 0 30px;
         font-size: 80px;
         line-height: 70px;
     }

     br:not(h1 br) {
         display: none;
     }

     .box {
         left: 16px;
     }

     .box br {
         display: inline;
     }
 }

 @media screen and (max-width:767px) {
     .flex {
         flex-wrap: wrap;
     }

     .content {
         width: 100% !important;
     }

     .benefit {
         margin-left: 0;
     }

     footer {
         margin: 0;
     }

     h1 span {
         display: inline !important;
     }

     h1 br {
         display: none;
     }

     .box {
         position: static;
     }

     .box br {
         display: none;
     }
 }

 @media screen and (max-width:600px) {
     header {
         flex-direction: column;
         align-items: center;
     }

     header div {
         min-width: 100% !important;
     }

     .logo {
         display: flex;
         justify-content: center;
     }
 }

 @media screen and (max-width:399px) {
     h2 {
         font-size: 68px;
         line-height: 1;
     }
 }