@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    overflow-x: clip;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #222222;
    background-color: #fff;
    word-break: break-word;
    line-height: 1;
}

a {
    text-decoration: underline;
    color: #0d6efd;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

ul,
ol {
    list-style: none;
    padding-left: 0;
}

section {
    margin-bottom: 30px;
}

.container-main {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.container-left {
    flex: 1 1 0;
    background-color: #fff;
    margin-bottom: 40px;
    padding: 15px;
    min-width: 0;
    max-width: 100%;
}

.container-right {
    display: none;
}

@media (min-width: 992px) {
    .container-body {
        display: flex;
        gap: 30px;
    }

    .container-right {
        display: block;
        flex: 0 0 260px;
        min-width: 0;
        max-width: 100%;
    }
}

.header {
    background-color: #00000008 !important;
    padding-inline: 20px;
    text-align: center;
}

.header-adv {
    padding: 12px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1170px;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 10px;
}

.header-brand-name {
    font-size: 18px;
    font-weight: 700;
    color: #222222;
    word-break: break-all;
    min-width: 0;
}

a.header-brand-name {
    text-decoration: none;
    color: #222222;
}

a.header-brand-name:hover {
    text-decoration: underline;
}

.advertorial-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #222222;
    background-color: #e8e8e8;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px 10px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    flex-shrink: 0;
}

.brand-text {
    display: flex;
    align-items: center;
    gap: 10px;
}

.brand-text span {
    font-size: 12px;
    font-weight: 600;
    padding: 1px;
}

.product-logo {
    max-height: 22px;
    width: auto;
}

.flag {
    height: 16px;
    width: 27px;
}

.advertorial-text {
    font-size: 13px;
}

.section-title {
    font-size: clamp(23px, 4vw, 33px);
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 15px;
}

.page-header h1.section-title {
    font-size: clamp(24px, 4.5vw, 38px);
    font-weight: unset;
}

.section-subtitle {
    font-size: 17px;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.5;
    font-weight: 700;
}

.section-text {
    font-size: 18px;
    line-height: 23px;
}

.breadcrumbs {
    font-size: 14px;
    padding-bottom: 5px;
}

.section-media {
    margin-bottom: 20px;
}

.section-media img,
.section-media video {
    display: block;
    width: 100%;
    margin-bottom: 18px;
}

.section-media:last-child {
    margin-bottom: 0;
}

.header-meta {
    font-size: 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.header-meta .img-face {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.header-meta .check1 {
    width: 25px;
    height: 25px;
    margin-left: 10px;
}

.sidebar-card {
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid #00000057;
    border-radius: 15px;
    padding: 14px 10px 12px;
    position: sticky;
    top: 20px;
    align-self: flex-start;
}

.sidebar-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 20px;
    padding: 1px 5px;
    margin-top: 3px;
}

.product-image-container {
    text-align: center;
    padding: 5px 10px 0 15px;
}

.product-image {
    object-fit: contain;
    width: auto;
    height: 170px;
    aspect-ratio: 841/1128;
    margin-top: 7px;
    padding-top: 5px;
}

.sidebar-card .cta-wrapper {
    padding: 12px 5px;
    margin-top: 12px;
}

.sidebar-card .cta-button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #000 !important;
    cursor: pointer;
    background-color: rgb(255, 215, 18);
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    padding: 15px 20px;
    border-radius: 4px;
    border: 1px solid #ffffff;
    width: 100%;
    max-width: 100%;
}

.cta-wrapper {
    display: flex;
    justify-content: center;
    padding: 12px 10px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}

a.cta-button {
    text-align: center;
    text-decoration: none;
    color: #000 !important;
    cursor: pointer;
    background-color: rgb(255, 215, 18);
    font-size: 23px;
    font-weight: 700;
    border-radius: 4px;
    padding: 17px 110px;
    line-height: 23px;
    width: auto;
    max-width: 100%;
}

a.cta-button:hover {
    text-decoration: underline;
}

#stickyBarCustom {
    background-color: #ffffff !important;
    box-shadow: 0 2px 20px 3px #333;
    width: 100%;
    padding: 10px 0;
    height: auto;
    position: fixed;
    z-index: 100000;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    will-change: transform;
}

#stickyBarCustom.is-fixed {
    transform: translateY(0);
}

#stickyBarCustom .cta-wrapper {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

#stickyBarCustom .cta-wrapper a.cta-button {
    padding: 17px 170px;
}

body.sticky-bar-visible .footer {
    padding-bottom: calc(var(--sticky-bar-height, 88px) + 20px);
}

.footer {
    background-color: #f5f5f5;
    padding: 40px 0 20px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

.promo-container {
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.blue-header {
    height: 20px;
    width: 100%;
    overflow: hidden;
}

.blue-header .stripes {
    position: relative;
    width: 100%;
    height: 100%;
}

.blue-header .stripes::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: calc(100% + 30px);
    background: repeating-linear-gradient(45deg, #4285f4 25%, #4285f4 50%, #2196f3 50%, #2196f3 75%);
    background-size: 30px 30px;
    animation: moveStripes 0.5s linear infinite;
}

@keyframes moveStripes {
    0% {
        transform: translateX(-30px);
    }

    100% {
        transform: translateX(0);
    }
}

.content-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    justify-content: space-between;
    background-color: #FEFBD9 !important;
    padding: 20px 10px 12px;
}

.content-wrapper img {
    max-width: 151px;
}

.text-content {
    flex: 1;
    font-size: 18px;
    font-weight: 400;
    padding: 15px 32px 1px 15px;
    line-height: 23px;
    text-align: left;
    min-width: 0;
    max-width: 100%;
}

.update-text {
    margin-bottom: 8px;
}

.lock-text {
    margin-bottom: 15px;
}

.note-text {
    margin-bottom: 30px;
}

.trust-badges {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    background-color: #FEF8B7 !important;
    padding: 20px 60px;
}

.badge-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    text-align: center;
    gap: 20px;
    min-width: 0;
}

.badge-icon {
    width: 120px;
    height: 120px;
}

.badge-text {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 23px;
}

.promo-footer {
    width: 100%;
    background-color: #FEF8B7 !important;
    padding: 5px 10px 12px;
}

.certificate {
    padding-block: 0.5rem;
    font-size: 10px;
}

.comments {
    margin-top: 30px;
    margin-bottom: 30px;
}

.comments-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.comment {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    min-width: 0;
}

.comment-face {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    flex-shrink: 0;
    object-fit: cover;
}

.comment-content {
    flex: 1;
    min-width: 0;
}

.comment-author {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 4px;
}

.comment-text {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 6px;
}

.comment-actions {
    font-size: 13px;
    color: #65676b;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
}

.comment-action-link {
    color: #1877F2;
    cursor: pointer;
}

.comment-time {
    color: #65676b;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.text-center {
    text-align: center;
}

.justify-content-end {
    justify-content: flex-end;
}

.align-items-center {
    align-items: center;
}

.pe-5 {
    padding-right: 3rem;
}

.mt-3 {
    margin-top: 1rem;
}

.mb-5 {
    margin-bottom: 3rem;
}

.my-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.me-3 {
    margin-right: 1rem;
}

.brand {
    display: flex;
}

@media (max-width: 768px) {
    .section-subtitle {
        font-size: 14px;
        line-height: 21px;
    }

    .section-text,
    .text-content {
        font-size: 15px;
        line-height: 21px;
    }

    a.cta-button {
        font-size: 14px;
        padding: 17px 20px;
        width: 100%;
    }

    #stickyBarCustom .cta-wrapper a.cta-button {
        padding: 17px 20px;
        width: 100%;
    }

    .content-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .trust-badges {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px 12px;
        padding: 16px 12px 20px;
    }

    .badge-item {
        gap: 10px;
    }

    .badge-icon {
        width: 72px;
        height: 72px;
    }

    .badge-text {
        display: block;
        font-size: 12px;
        line-height: 1.35;
    }
}

@media (max-width: 576px) {
    .header-adv .brand-text span {
        font-size: 10px;
        word-break: break-all;
    }

    .advertorial-text {
        display: none;
    }

    .brand-text {
        flex-direction: column;
    }
}

@media (min-width: 576px) {
    .d-sm-block {
        display: block !important;
    }

    .d-sm-none {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .container-main,
    .container-left,
    .header-adv {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.footer .container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.footer .row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 24px;
}

.footer .col-md-3 {
    flex: 1 1 200px;
    min-width: 0;
}

.footer .col-md-6 {
    flex: 2 1 280px;
    min-width: 0;
}

.footer .col-md-3 ul li {
    margin: 8px 0;
}

.footer .col-md-3 ul a {
    text-decoration: none;
    color: #333;
}

.footer .col-md-3 ul a:hover {
    text-decoration: underline;
}

.footer img {
    max-width: 160px;
    margin-bottom: 12px;
}

.footer-brand {
    font-size: 20px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 12px;
}

.footer .copyright {
    text-align: center;
    font-size: 13px;
    color: #666;
    padding-top: 16px;
    border-top: 1px solid #ddd;
}

.legal-content {
    padding: 30px 0 40px;
    line-height: 1.6;
    word-break: break-word;
}

.legal-content .container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
}

.legal-content .wrapper h1 {
    font-size: clamp(24px, 4vw, 32px);
    margin-bottom: 8px;
}

.legal-content .doc-updated {
    font-size: 14px;
    color: #666;
    margin-bottom: 24px;
}

.legal-content h2 {
    font-size: 22px;
    margin: 28px 0 12px;
}

.legal-content h3 {
    font-size: 18px;
    margin: 20px 0 10px;
}

.legal-content h4 {
    font-size: 16px;
    margin: 16px 0 8px;
}

.legal-content p {
    margin-bottom: 14px;
}

.legal-content ul {
    list-style: disc;
    padding-left: 24px;
    margin-bottom: 14px;
}

.legal-content ul li {
    margin-bottom: 8px;
}

@media (max-width: 640px) {
    .footer .col-md-3,
    .footer .col-md-6 {
        word-break: break-all;
    }
}
