/*html{
	font-size: 0.8vw;
}*/

html {
    min-width: 320px;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

a {
    text-decoration: none;
}

.row {
    --bs-gutter-x: 0;
}

.grecaptcha-badge {
    visibility: hidden;
}

.mgb-0 {
    margin-bottom: 0;
}

.header {
    text-align: center;
    padding: 1rem;
}

.header > .container > .row > div:first-child {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.1;
}

.header h1, .footer h1 {
    background-color: #FFFFFF;
    background-image: linear-gradient(90deg, var(--gl1), var(--gl2), var(--gl3));
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    font-size: 40px;
    width: 530px;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
    position: relative;
}

.header h1:after {
    position: absolute;
    content: "";
    right: 0;
    height: 48px;
    display: inline-block;
    width: 30px;
    width: 50px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.footer h1:after {
    position: absolute;
    content: "";
    right: 0;
    height: 48px;
    display: inline-block;
    width: 30px;
    width: 50px;
    background: linear-gradient(90deg, rgba(250, 250, 250, 0), rgba(250, 250, 250, 1));
}

.header-desc {
    display: inline-block;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 600;
    background-color: #FFF;
    background-image: linear-gradient(90deg, var(--gl1), var(--gl2), var(--gl3));
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.banner-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    /*letter-spacing: -1.4px;*/
}

.banner-desc {
    font-size: 14px;
    margin-bottom: 2rem;
    line-height: 1.2;
    /*letter-spacing: -.7px;*/
}

.best-link {
    color: #FFF;
    background-color: #4E3644;
    border-radius: 0.3rem;
    font-size: 14px;
    padding: 0.3rem 0.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.best-link > span {
    border: solid 1px #FFF;
    border-radius: 0.2rem;
    margin-right: 0.5rem;
    width: 1rem;
    height: 1rem;
    position: relative;
}

.best-link > span:before {
    position: absolute;
    bottom: 0.01rem;
    left: 0;
}

.best-link:hover {
    background-color: #3d2b36;
    color: #FFF;
}

.review {
    text-align: center;
    padding-bottom: 4rem;
}

.review-wraper {
    /*width: 46%;
    margin-left: 27%;*/
    margin-top: -3rem;
}

.review-card {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #FFF;
    border-radius: 0.4rem;
    margin-bottom: 3rem;
    border: solid 1px #f0bfbf;
    box-shadow: 0.1rem 0.1rem 0.4rem rgba(100, 100, 100, 0.3);
}

.review-rating {
    flex: 0.9;
    position: relative;
}

.review-img {
    flex: 1.3;
    position: relative;
}

.review-img > img {
    width: 100%;
    border-top-left-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
}

.review-desc {
    flex: 3;
    position: relative;
    padding: 1rem 1rem 2rem 1rem;
    font-size: 0.9rem;
    text-align: left;
}

.review-desc > div {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 56px;
    font-size: 12px;
    /*letter-spacing: -.7px;*/
}

.review-logo {
    width: 130%;
    margin-left: -30%;
    background-color: #FFF;
    border-radius: 0.4rem;
    border: solid 1px #ccc;
    padding: 0.4rem 0;
    box-shadow: 0.1rem 0.1rem 0.4rem rgba(100, 100, 100, 0.3);
}

.review-logo > img {
    width: 100%;
}

.review-star {
    padding-top: 0.6rem;
    padding-left: 0.4rem;
    font-size: 12px;
}

.review-star > span {
    color: #FF8A00;
}

.review-btn {
    position: absolute;
    bottom: 0;
    right: 1.6rem;
    transform: translateY(50%);
    color: #FFF;
    border-radius: .3rem;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.review-btn:hover {
    color: #FFF;
}

.review-btn > div:first-child {
    display: flex;
    padding: .2rem .6rem;
}

.review-btn > div.ic-arrow-right {
    background-color: rgba(255, 255, 255, 0.3);
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0.5rem 0.2rem;
}

.warning .review-btn {
    background-color: #FC8B00;
}

.pink .review-btn {
    background-color: #E10163;
}

.danger .review-btn {
    background-color: #C30000;
}

.warning .review-btn:hover {
    background-color: #FA7900;
}

.pink .review-btn:hover {
    background-color: #D0005E;
}

.danger .review-btn:hover {
    background-color: #B00000;
}

.warning.review-card {
    border: solid 1px #FC8B00;
}

.pink.review-card {
    border: solid 1px #E10163;
}

.danger.review-card {
    border: solid 1px #C30000;
}

.updated-date {
    color: #000;
    font-size: 1rem;
    margin-top: .1rem;
}

.intro {
    background-color: #FAFAFA;
    padding: 3rem 0 1.5rem;
    text-align: center;
}

.intro-wraper, .news-wraper {
    text-align: center;
}

.news-wraper div {
    position: relative;
}

#email-input-error {
    display: block;
    position: absolute;
    bottom: 0;
    font-size: 12px;
    transform: translate(-50%, 100%);
    color: red;
    left: 50%;
}

.email-result {
    display: block;
    position: absolute;
    bottom: -5px;
    font-size: 14px;
    transform: translate(-50%, 100%);
    color: red;
    left: 50%;
    padding: 0;
    margin: 0;
    opacity: 0;
    transition: .3s;
}

.email-result.show {
    opacity: 1;
}

.intro-title, .news-title {
    background-color: #FFFFFF;
    background-image: linear-gradient(90deg, var(--gt1), var(--gt2), var(--gt3));;
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 12px;
}

.intro-desc, .news-desc {
    font-size: 14px;
    color: #000;
    text-align: center;
}

.ic-intro {
    width: 100%;
    display: inline;
}

.sub-intro {
    display: flex;
    margin: 1rem 0;
    text-align: left;
}

.intro-ic-wraper {
    flex: 3;
}

.sub-intro-desc {
    flex: 18;
    padding: 1rem;
    padding-top: 0;
}

.sub-intro-desc > div {
    font-size: 14px;
    color: #000;
}

.sub-intro-desc:nth-child(1) {
    text-align: right;
}

.sub-intro-desc > h3 {
    font-size: 16px;
    margin-bottom: .1rem;
    font-weight: 600;
}

.news {
    text-align: center;
    padding: 3rem 0 1.5rem;
}

#email-input {
    width: 50%;
    text-align: center;
    padding: 0.4rem 1rem;
    border-radius: .6rem;
    border: solid 1px #ddd;
}

#email-input:focus {
    border: solid 1px #aaa;
}

.email-btn {
    display: inline-flex;
    background-color: #4E3644;
    border-radius: 0.4rem;
    color: #FFF;
    border: none;
    outline: none;
    padding: 0;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 14px;
}

.email-btn > div:first-child {
    padding: 0.2rem 0.6rem;
    display: flex;
    align-items: center;
}

.email-btn:hover {
    background-color: #3d2b36;
}

.email-btn:focus {
    background-color: #3d2b36;
    outline: none;
}

.email-btn > div.fas {
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    padding: 0.5rem 0.4rem;
}

.footer {
    background-color: #FAFAFA;
    padding: 3rem 0 1rem;
}

.footer-wraper {
    /*width: 46%;
    margin-left: 27%;*/
    text-align: center;
}

.logo-sitename {
    font-size: 35px;
    line-height: 1.1;
    font-weight: 700;
    background-color: #FAFAFA;

    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.footer-links {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 2rem;
}

.link-wrap {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
    text-align: left;
    font-size: 1.2rem;
    margin-bottom: .1rem;
    flex: 1 1 0px;
    text-align: center;
}

.link-wrap h3 {
    font-size: 16px;
    margin-bottom: 0;
}

.footer-link {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
}

.footer-link:hover {
    color: #000;
}

.footer p {
    font-size: 14px;
    margin-bottom: 14px;
}

.footer p.copyright {
    font-size: 12px;
}

.footer p > a {
    color: #000;
}

.footer p > a:hover {
    color: #000;
}

.modal-header {
    background: linear-gradient(90deg, #5e3e43, #9c6352, #5e3e43);
    color: #FFF;
}

#modal-contact .modal-body {
    text-align: left;
}

#modal-contact .modal-body p {
    padding: .4rem 1rem;
    border: dotted 2px #ccc;
    text-align: center;
    border-radius: .6rem;
}

.btn.btn-modal-close {
    padding: 4px 8px;
    padding-left: 30px;
    position: relative;
    background-color: #aaa;
    color: #FFF;
    border: none;
    font-size: 14px;
    padding-bottom: 5px;
}

.btn.btn-modal-close:before {
    content: "\00D7";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 24px;
    padding-bottom: 5px;
}

.btn.btn-modal-send {
    padding: 4px 8px;
    padding-right: 30px;
    position: relative;
    background-color: #4e3644;
    color: #FFF;
    border: none;
    font-size: 14px;
}

.btn.btn-modal-send:before {
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    width: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
}

.modal-content {
    border-radius: 15px;
    border: none;
}

.modal-header {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.modal-title {
    text-transform: uppercase;
}

#modal-cookie .modal-body, #modal-terms .modal-body, #modal-privacy .modal-body {
    max-height: 120px;
    overflow-y: scroll;
    margin: 20px 20px;
}

#modal-cookie .modal-body p, #modal-terms .modal-body p, #modal-privacy .modal-body p {
    font-size: 14px;
    margin: none;
}

#modal-cookie .modal-body h1, #modal-terms .modal-body h1, #modal-privacy .modal-body h1 {
    font-size: 32px;
    text-transform: uppercase;
}

.modal-body {
    font-size: 14px;
}

.modal-body input, .modal-body textarea {
    font-size: 14px;
    resize: none;
}

#modal-contact .modal-body p {
    font-size: 12px;
    color: #000;
    margin-top: 23px;
}

#modal-contact .modal-body p > a {
    color: #000;
    text-decoration: underline;
}

.modal-body .form-label {
    margin-bottom: 0;
}

.modal-body .mb-3 {
    /*margin-bottom: 0 !important;*/
}

.modal-header .btn-close {
    background: transparent;
    padding: none;
    opacity: 1;
    position: relative;
}

.modal-header .btn-close:before {
    content: "\00D7";
    font-size: 26px;
    position: absolute;
    top: 0;
    left: .5rem;
    font-weight: 700;
    line-height: 1;
    color: #FFF;
}

.modal-body .mb-3 {
    position: relative;
}

.modal-body .mb-3 label.error {
    color: red;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
}

#modal-contact .modal-body p.contact-result {
    color: red;
    font-size: 12px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    margin: 0;
    line-height: 1.1;
    padding: 0;
    border: none;
    transition: opacity .3s;
}

#modal-contact .modal-body p.contact-result.show {
    opacity: 1;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #e5e5e5;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc;
    opacity: .7; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
    opacity: .7;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #ccc;
    opacity: .7;
}

.container {
    max-width: 820px;
}

.header h1, .footer h1 {
    display: inline-block;
    margin-bottom: 0;
}

@media (max-width: 820px) {
    .header h1, .footer h1 {
        font-size: 26px;
        max-width: 280px;
    }

    .banner {
        padding-left: 0;
        padding-right: 0;
    }

    .banner-title {
        font-size: 20px;
    }

    .email-btn, .best-link, .review-btn, .btn.btn-modal-close, .btn.btn-modal-send {
        font-size: 12px;
    }

    .sub-intro {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .sub-intro.reverse {
        flex-flow: column-reverse;
    }

    .sub-intro-desc {
        text-align: center !important;
    }

    .review {
        padding-bottom: 0;
    }

    .review .container {
        max-width: 300px;
        margin: 0 auto 50px;
    }

    .review-card {
        flex-direction: column;
    }

    .review-img {
        width: 100%;
    }

    .review-img > img {
        border-top-left-radius: .4rem;
        border-top-right-radius: .4rem;
    }

    .review-logo {
        width: 100%;
        margin-left: 0;
        margin-top: -20px;
    }

    .intro, .news {
        padding-bottom: 20px;
    }

    .ic-intro {
        width: 120px;
    }

    .footer-links {
        flex-direction: column;
    }

    .link-wrap {
        text-align: center;
    }

    #email-input {
        width: 80%;
    }
}

#form-captcha .g-recaptcha > div, .captcha-inner .g-recaptcha > div {
    margin: 0 auto;
}

#modal-cookie, #modal-privacy, #modal-terms {

}