*,
*::before,
*::after {
    box-sizing: border-box
}

* {
    margin: 0
}

html,
body {
    height: 100%;
    scroll-behavior: smooth
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    padding: 0 1rem
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%
}

a {
    text-decoration: none;
    color: #466cc7;
    text-transform: uppercase
}

input,
button,
textarea,
select {
    font: inherit
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word
}

#root,
#__next {
    isolation: isolate
}

.container {
    max-width: 990px;
    position: relative;
    margin: 0px auto;
    width: 100%
}

button,
.btn {
    padding: 10px 16px;
    border: none;
    background: #0299ff;
    cursor: pointer;
    color: #fff;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, .24) 0px 3px 8px;
    margin: 0 auto;
    font-weight: 700;
    text-align: center;
    display: flex;
    margin: 16px auto;
    justify-content: center;
    max-width: 180px
}

button:hover,
.btn:hover {
    background: #02b7ff;
    transition: all 100ms ease-in
}

@media screen and (max-width: 425px) {

    button,
    .btn {
        width: 100%;
        text-align: center;
        align-items: center;
        justify-content: center
    }
}

header {
    background: #f1f1f1;
    display: flex;
    width: 100%;
    box-shadow: rgba(0, 0, 0, .24) 0px 3px 8px;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 1rem
}

header .logo {
    width: 50%;
    margin: 1rem 0
}

header .logo img {
    width: 100%
}

header .logo-text {
    width: 50%;
    padding: 10px
}

header .logo-text h1 {
    width: 272px;
    margin: 0 auto
}

@media screen and (max-width: 425px) {
    header .logo-text {
        padding: 0
    }

    header .logo-text h1 {
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    header {
        flex-direction: column
    }

    header .logo {
        width: 100%;
        margin: .6rem 0
    }

    header .logo-text {
        width: 100%
    }
}

.content {
    background: #fff;
    border-radius: 10px;
    margin: 5px 0px 15px;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0px 0px 10px #e6e6e6
}

.content .content-text {
    width: 100%;
    font-size: 17px;
    line-height: 1.2;
    text-align: justify
}

.content .content-text .bg {
    background: #da4444;
    padding: 6px;
    color: #fff
}

.content .content-text .red {
    color: #f40b0b
}

.content .content-text .desc {
    margin: 0px 0px 15px;
    font-weight: 400;
    font-size: 14px;
    text-align: center
}

.content .content-text .image-center.blur {
    position: relative;
    background: #eee none repeat scroll 0% 0%;
    padding: 10px;
    cursor: pointer
}

.content .content-text .image-center.blur img {
    filter: blur(15px)
}

.content .content-text form {
    max-width: 600px;
    font-family: Arial;
    margin: 7px;
    border-radius: 30px;
    border: 1px solid #cecece;
    background-color: #ececec;
    padding: 50px 20px;
    margin: 2rem auto
}

.content .content-text form .form-box {
    display: block
}

.content .content-text form .form-box .form-title {
    border: 2px solid #0299ff;
    padding: 10px
}

.content .content-text form .form-box .form-title p {
    margin: 0;
    text-align: center
}

.content .content-text form .form-box .input-box {
    display: block;
    text-align: center;
    margin: 2rem 0
}

.content .content-text form .form-box .input-box label {
    font-weight: 700;
    display: block
}

.content .content-text form .form-box .input-box input {
    font-size: 21px;
    padding: 6px;
    border-radius: 3px;
    border: 2px solid #e9d7dc;
    max-width: 300px;
    width: 100%
}

.content .content-text form .form-box .date {
    text-align: center;
    margin: 1rem 0
}

.content .content-text form .form-box .date span {
    font-weight: 700
}

.content .content-text .price {
    margin-top: 3rem
}

.content .content-text .price h3 {
    text-align: center
}

.content .content-text .box-message {
    position: relative;
    background: #edfaff;
    padding: 35px 105px;
    margin-bottom: 15px
}

.content .content-text .box-message p {
    font-style: italic;
    font-weight: 700
}

.content .content-text .box-message::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100px;
    height: 75px;
    transform: scaleX(-1);
    background: rgba(0, 0, 0, 0) url("../images/qe.jpg") repeat scroll 0% 0%
}

.content .content-text .box-message::before {
    display: block;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 75px;
    background: rgba(0, 0, 0, 0) url("../images/qe.jpg") repeat scroll 0% 0%
}

.content .content-text .box-message .subtext {
    margin: 0px;
    text-align: right;
    font-size: 15px;
    font-weight: 400
}

.content .content-text .image-center {
    margin: 1rem 0;
    text-align: center
}

.content .content-text .image-center img {
    margin: 0 auto
}

.content .content-text .image-center figcaption {
    font-size: 14px;
    margin: 10px 0;
    font-style: italic
}

.content .content-text .image-center .blur-p {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 1px #000
}

.content .content-text ul {
    list-style: inside none circle
}

.content .content-text ul li {
    margin-bottom: 1rem
}

.content .content-text ol li {
    margin-bottom: 1rem
}

.content .content-text p {
    margin-bottom: 1rem
}

.content .content-text p span {
    color: red
}

.content .content-text h1 {
    font-size: 28px;
    margin: 0px 0px 25px;
    text-align: left;
    width: auto
}

.content .content-text h1 span {
    color: red
}

.content .content-text h2 {
    font-size: 1.7em;
    margin: 1rem 0px
}

.content .content-text h3 {
    font-size: 17px
}

@media screen and (max-width: 521px) {
    .content {
        padding: 10px
    }

    .content .content-text h1 {
        font-size: 22px
    }

    .content .content-text h2 {
        font-size: 1.2em
    }

    .content .content-text .input-box input {
        width: 100%
    }

    .content .content-text .box-message {
        padding: 15px
    }

    .content .content-text .box-message::after {
        display: none
    }

    .content .content-text .box-message::before {
        display: none
    }
}

#comments h1 {
    color: #c00;
    margin: 0px 0px 5px;
    border-bottom: 1px solid #e8e8e8
}

#comments .comment {
    padding: 32px 0px;
    border-bottom: 1px solid #e8e8e8
}

#comments .comment .name {
    font-weight: 600;
    font-size: 14px
}

#comments .comment .profile {
    font-size: 15px;
    padding: 10px 0px 0px;
    font-weight: normal
}

#comments .comment .profile img {
    width: 65px;
    float: left;
    margin-right: 10px
}

footer {
    background: #2b4865;
    text-align: center;
    border-radius: 4px 4px 0 0;
    color: #fff
}

footer p {
    margin-bottom: 10px
}

/*# sourceMappingURL=style.css.map */

.image-center .textimg {
    max-width: 80%;
}