@charset "utf-8";
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v20-latin-regular.eot');
  src: url('../fonts/poppins-v20-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-v20-latin-regular.woff2') format('woff2'), url('../fonts/poppins-v20-latin-regular.woff') format('woff'), url('../fonts/poppins-v20-latin-regular.ttf') format('truetype'), url('../fonts/poppins-v20-latin-regular.svg#Poppins') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/poppins-v20-latin-600.eot');
  src: url('../fonts/poppins-v20-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-v20-latin-600.woff2') format('woff2'), url('../fonts/poppins-v20-latin-600.woff') format('woff'), url('../fonts/poppins-v20-latin-600.ttf') format('truetype'), url('../fonts/poppins-v20-latin-600.svg#Poppins') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #fff;
    font: 400 1em/1.3em 'Poppins', Arial, sans-serif;
}
h1, strong {
    font-weight: 600;
}
#wrapper {
    position: relative;
    max-width: 800px;
    margin: 1rem auto;
    border: solid 4px #4D638A;
    background: #fff url('../images/bg.jpg') bottom left no-repeat;
    overflow: hidden;
    border-bottom-right-radius: 1.5rem;
    padding: 0;
}
p {
    padding-bottom: 0.5rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 1rem 0 4rem;
    font-size: 4em;
    line-height: 1.1em;
    color: #0095DA;
    text-align: center;
    width: 60%;
}
h2 {
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 0;
}
ul {
    padding: 0 0 0.5rem;
    list-style: none;
}
li {
    padding-left: 1rem;
}
li:before {
    content: "•";
    float: left;
    margin: -1px 0 0 -1rem;
}
.abs {
    position: absolute;
    top: 5.5rem;
    left: 0.625rem;
    width: 57%;
}

.abs p {
    font-size: 1.1875em;
    line-height: 1.3;
}
article {
    padding: 0 1rem;
}
.benfit {
    position: absolute;
    bottom: 0;
    right: 1rem;
    width: 35.5%;
}
.benfit p {
    padding: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #70BDDD;
    color: #fff;
    margin-bottom: 0.375rem;
    border-radius: 1rem 0;
    height: 120px;
}
footer p {
    padding: 1rem;
    margin-top: 1.5rem;
}
@media only screen and (max-width:799px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background-image: none;
        border-radius: 0;
    }
    p {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    h1 {
        width: auto;
        font-size: 3em;
        margin: 1rem 0 2rem;
    }
    .abs {
        position: static;
        width: auto;
    }
    .abs p {
        color: #4E678E;
    }
    .benfit {
        position: static;
        width: auto;
    }
    .hide_m {
        display: none;
    }
    article {
        padding: 1rem;
    }
    footer p {
        padding: 1rem;
        background: #4E678E;
        margin: 0;
        text-align: center;
    }
    figure {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin-top: 1rem;
    }
}
@media only screen and (max-width:480px) {
    body {
        font-size: 1em;
        line-height: 1.3;
    }
}