:root {
    --header-color: #fff;
    --header-top-color: #fff;
    --header-bot-color: #fff;
    --btn-color: #4b4c4e;
    --custom-fonts: Arial, sans-serif !important;
    --form-line-gradient: linear-gradient(#42a1ec, #0070c9);
    --form-color-white: #fff;
    --form-color-red: red;
    --form-color-dark-white: #fafafa;
    --form-color-black: #000;
    --form-color-light-grey: #ccc;
    --form-color-green: #56da29;
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
    font-size: 14px
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    width: 100%
}

body {
    background: #eee;
    margin: 0;
    padding: 0;
    font-family: var(--custom-fonts), sans-serif;
    font-size: 14px;
    height: 100%;
    width: 100%
}

body,
html,
button,
h2,
p,
span {
    font-family: var(--custom-fonts) !important;
    line-height: 1.2
}

body,
html {
    font-size: 1rem
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

a {
    background-color: #fff0
}

a:active,
a:hover {
    outline: 0
}

img {
    border: 0
}

button,
input {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible;
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

.content,
.header {
    padding: 10px;
    background-color: #f2f6f7
}

.content.final,
.main-content99,
.main-content99.final {
    background-color: #f2f6f7
}

.main-content99 {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px
}

.main-content {
    background-color: #fff
}

.body-content {
    max-width: 980px !important;
    margin: auto !important
}

.header_title {
    max-width: 900px !important;
    margin: auto !important
}



        .header99{
            display: flex;
            justify-content: space-between;
            align-items: center;
            background-color: #2C5E52;
            position: relative;
            overflow: hidden;
        }

        .header99 > *{
            position: relative;
            z-index: 1;
        }

        .snow{
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            pointer-events: none;
            z-index: 10;
        }

        .snowflake{
            position: absolute;
            top: -10px;
            width: 6px;
            height: 6px;
            background: rgba(255,255,255,0.95);
            border-radius: 50%;
            filter: drop-shadow(0 0 2px rgba(255,255,255,0.9));
            animation-name: fall;
            animation-timing-function: linear;
            animation-iteration-count: infinite;
        }

        @keyframes fall{
            0%{transform: translateY(-10px) translateX(0)}
            50%{transform: translateY(50vh) translateX(10px)}
            100%{transform: translateY(110vh) translateX(-10px)}
        }


.under-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    background-color: #f2f6f7;
    border-bottom: thin solid gainsboro
}

.loy-prog {
    font-weight: 600;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: .5px;
    color: #000;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}

.date1 {
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    color: #000;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}

.main-content99 h2,
.main-content h2 {
    font-size: 20px;
    font-weight: 400;
    margin: 20px 0;
    text-align: center;
    text-transform: uppercase
}

.main-content h2 {
    font-size: 1.5rem !important;
    font-weight: bold !important;
    text-transform: none !important
}

.main-content h2 {
    font-weight: 300
}

.main-content99 p {
    line-height: 1.43;
    margin: 10px 0
}

.titlee {
    font-weight: 700 !important;
    font-size: 2.4rem !important;
    line-height: 2.8rem !important;
    text-align: center
}

.underttl {
    font-weight: 500;
    font-size: 22px;
    text-align: center
}

p {
    font-size: 16px !important;
    font-weight: 500px !important
}

.text-center,
.icon-cart span,
.intro-img__price,
.intro-img__title h2,
.intro-title {
    text-align: center
}

.btn-success,
.survey_button95,
.info-button,
.action-btn {
    border-radius: 10px !important;
    padding: 10px 30px !important;
    color: #fff;
    font-weight: 500;
    font-size: 19px;
    margin-top: 8px;
    background-color: #14263d;
    text-align: none !important
}

.btn-success:hover {
    background-color: #575757;
    color: #fff;
    border-color: #575757 !important
}

.action-btn:hover {
    background-color: #575757;
    color: #fff;
    border-color: #575757 !important
}

.survey_button95 {
    cursor: pointer;
    text-align: center;
    padding: 10px;
    border: 2px solid #f0f0f0;
    -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / .74);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / .74);
    margin: 5px 0;
    background-color: #fff;
    background: var(--btn-color);
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    font-weight: 400;
    position: relative
}

/* .survey_button95 {
    border: 2px solid #f0f0f0 !important;
    color: #fff !important;
    padding: 5px 0 !important;
    margin: 5px 0 !important;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / .74) !important
} */

.survey_button2 {
    cursor: pointer;
    text-align: center
}

.survey_button_74s3162dkl {
    text-align: center;
    /* background-color: #ff8c00; */
    background: linear-gradient(135deg, #ff8c00 0%, #ff6500 100%);
    /* border: 4px solid #ffd700; */
    /* -webkit-box-shadow: 0 8px 25px rgba(255, 140, 0, 0.5), inset 0 -3px 10px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 215, 0, 0.4);
    box-shadow: 0 8px 25px rgba(255, 140, 0, 0.5), inset 0 -3px 10px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 215, 0, 0.4);
    color: #fff; */
    font-weight: 700 !important;
    position: relative;
    border: 2px solid #f0f0f0 !important;
    color: #fff !important;
    padding: 8px 0 !important;
    margin: 5px 0 !important;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / .74) !important;
    font-size: 24px !important;
    line-height: 30px !important;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 2px;
    overflow: hidden;
}

.survey_button_74s3162dkl:before {
    content: "";
    position: absolute;
    left: 15px;
    width: 28px;
    height: 28px;
    background: url('200.gif') no-repeat center/contain;
    animation: sway 2s ease-in-out infinite;
}

.survey_button_74s3162dkl:after {
    content: '🎅';
    position: absolute;
    right: 15px;
    font-size: 28px;
    animation: wave 1.5s ease-in-out infinite;
}

.survey_button_74s3162dkl:hover {
    transform: scale(1.1) translateY(-5px);
    -webkit-box-shadow: 0 12px 35px rgba(196, 30, 58, 0.7), 0 0 30px rgba(255, 215, 0, 0.6);
    box-shadow: 0 12px 35px rgba(196, 30, 58, 0.7), 0 0 30px rgba(255, 215, 0, 0.6);
    border-color: #ffec8b;
}

.survey_button_74s3162dkl:active {
    transform: scale(1.05) translateY(-2px);
}

@keyframes sway {
    0%, 100% { transform: rotate(-5deg); }
    50% { transform: rotate(5deg); }
}

@keyframes wave {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(15deg); }
    75% { transform: rotate(-15deg); }
}


.btn-group-lg>.btn,
.btn-lg {
    font-size: 14px;
    font-weight: 600
}

.action-btn {
    padding: 10px
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.m-3 {
    margin: 1rem !important
}

.name,
.profile,
.survey_button95,
.survey_button2 {
    cursor: pointer
}

.name,
.result {
    font-weight: 400
}

.main-content99 .result {
    margin: 0;
    padding-bottom: 5px
}

.flags {
    background: 98% 20px no-repeat #fff
}

.loading,
.survey_button95,
.survey_button2 {
    text-align: center
}

.intro-img__title h2.active,
.intro-title span,
.sec-about div.active,
header,
menu,
section {
    display: block
}

#comment1,
#comment2,
#comment3,
#comment4,
#comment5,
#comment6,
#content2,
#content3,
#content4,
#q2,
#q3,
#q4,
#q5,
#result1,
#result2,
#result3 {
    display: none
}

.checkmark {
    display: none
}

.sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    overflow: visible;
    position: static;
    white-space: normal;
    width: auto
}

.boxes,
.boxes .try img,
.boxes cbox {
    width: 100%
}

.instructions {
    background-color: #e11e26;
    border-radius: 4px;
    color: #fff;
    margin-top: 20px;
    padding: 10px
}

.boxes {
    margin: 10px auto;
    max-width: 800px;
    background-size: cover;
    border-radius: 20px;
    text-align: center;
    position: relative
}

.box-o-t {
    position: absolute;
    top: -34%
}

.boxes .discover .box-o-b {
    position: relative;
    z-index: 1
}

.boxes .iphone {
    height: auto;
    left: 12%;
    position: absolute;
    top: -20%;
    -webkit-transition-duration: .7s;
    -o-transition-duration: .7s;
    transition-duration: .7s;
    width: 76%;
    z-index: 0
}

.boxes .discover>.iphone {
    top: -60%
}

.boxes>.try {
    cursor: pointer;
    display: inline-block;
    position: relative;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    width: 23.8%;
    margin: 20px 0
}

.boxes>.try.drop-once {
    -webkit-animation: boxDrop .6s cubic-bezier(.22, .61, .36, 1) both;
    animation: boxDrop .6s cubic-bezier(.22, .61, .36, 1) both
}

.boxes>:nth-child(2).try.drop-once {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.boxes>:nth-child(3).try.drop-once {
    -webkit-animation-delay: .06s;
    animation-delay: .06s
}

.boxes>:nth-child(4).try.drop-once {
    -webkit-animation-delay: .12s;
    animation-delay: .12s
}

.boxes>:nth-child(5).try.drop-once {
    -webkit-animation-delay: .18s;
    animation-delay: .18s
}

.boxes>:nth-child(6).try.drop-once {
    -webkit-animation-delay: .24s;
    animation-delay: .24s
}

.boxes>:nth-child(7).try.drop-once {
    -webkit-animation-delay: .30s;
    animation-delay: .30s
}

.boxes>:nth-child(8).try.drop-once {
    -webkit-animation-delay: .36s;
    animation-delay: .36s
}

.boxes>:nth-child(9).try.drop-once {
    -webkit-animation-delay: .42s;
    animation-delay: .42s
}

.boxes>:nth-child(10).try.drop-once {
    -webkit-animation-delay: .48s;
    animation-delay: .48s
}

.boxes>:nth-child(11).try.drop-once {
    -webkit-animation-delay: .54s;
    animation-delay: .54s
}

.boxes>:nth-child(12).try.drop-once {
    -webkit-animation-delay: .60s;
    animation-delay: .60s
}

.boxes>:nth-child(13).try {
    -webkit-animation-delay: .66s;
    animation-delay: .66s
}

.try>div {
    position: absolute
}

.try .box {
    position: relative
}

.box_bottom {
    z-index: 1
}

.box_top {
    z-index: 3
}

.box {
    z-index: 2
}

.box_gift {
    z-index: 1
}

.boxes .try.open>.box_top {
    -webkit-animation: top_superior 2s forwards;
    animation: top_superior 2s forwards
}

.boxes .try.premiazo>.box_gift {
    -webkit-animation: top_superior 4s infinite alternate;
    animation: top_superior 4s infinite alternate
}

.boxes .try.first-fail>.box_gift {
    -webkit-animation: top_superior 2s forwards;
    animation: top_superior 2s forwards;
    z-index: 10;
}

.boxes .try.first-fail > .box_gift {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.boxes .try.first-fail .box_gift .box-04 {
    width: 60% !important;
    height: auto;
    margin-top: 40px;
}

.div_img_gift {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: none;
    justify-content: center;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 5
}

.img_gift {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    display: none;
    margin: 0 auto;
    width: 50%
}

.p_modal,
body {
    font-family: var(--custom-fonts)
}

.p_modal h2,
.p_modal p {
    padding: 0;
    text-align: center;
    position: relative
}

.p_modal img {
    max-width: 100%
}

.gif200 {
    width: 150px;
    padding-right: 25PX;
}

.first-try-gif {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    z-index: 1000;
    pointer-events: none;
    opacity: 0;
    animation: firstGifPop .8s ease-out forwards;
}

@keyframes firstGifPop {
    0% { transform: translateX(-50%) translateY(30px); opacity: 0; }
    60% { transform: translateX(-50%) translateY(-10px); opacity: 1; }
    100% { transform: translateX(-50%) translateY(0); opacity: 1; }
}

.p_modal h2 {
    color: #575757;
    display: block;
    font-size: 22px;
    font-weight: 600;
    margin: 22px 0;
    text-transform: none
}

.p_modal p {
    color: #797979;
    float: none;
    font-size: 15px;
    font-weight: 300;
    line-height: normal;
    margin: 10px 0;
    text-align: inherit
}

.p_modal p {
    font-weight: 400 !important
}

.circle-loader {
    -webkit-animation: loader-spin 1.2s linear infinite;
    animation: loader-spin 1.2s linear infinite;
    border: 1px solid rgb(0 0 0 / .2);
    border-left-color: #5cb85c;
    border-radius: 50%;
    display: inline-block;
    height: 7em;
    vertical-align: top;
    width: 7em;
    position: relative
}

.load-complete {
    -webkit-animation: none;
    animation: none;
    border-color: #5cb85c;
    -webkit-transition: border .5s ease-out;
    -o-transition: border .5s ease-out;
    transition: border .5s ease-out
}

.spinner-border {
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite;
    border: .25em solid;
    border-radius: 50%;
    border-right: .25em solid #fff0;
    display: inline-block;
    height: 2rem;
    vertical-align: text-bottom;
    width: 2rem;
    color: #14263d
}

.spinner-border-sm {
    border-width: .2em;
    height: 1rem;
    width: 1rem
}

.spinner-grow {
    -webkit-animation: spinner-grow 0.75s linear infinite;
    animation: spinner-grow 0.75s linear infinite;
    background-color: currentColor;
    border-radius: 50%;
    display: inline-block;
    height: 2rem;
    opacity: 0;
    vertical-align: text-bottom;
    width: 2rem
}

.spinner-grow-sm {
    height: 1rem;
    width: 1rem
}

.sx8r_mf2y_bk5j7 {
    background: #e9ecef !important;
    height: 8px !important;
    border-radius: 10px !important;
    margin-bottom: 30px !important;
    overflow: hidden !important
}

.comments-container {
    margin: 0 auto;
    margin-top: 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgb(0 0 0 / .1);
    overflow: hidden;
    border-radius: 10px !important
}

.comments-header {
    padding: 16px 20px;
    border-bottom: 1px solid #e4e6ea;
    font-weight: 600;
    color: #1c1e21;
    font-size: 17px
}

.comment-input-section {
    padding: 16px 20px;
    border-bottom: 1px solid #e4e6ea
}

.comment-input-wrapper {
    display: flex;
    gap: 8px;
    align-items: flex-start
}

.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    flex-shrink: 0
}

.comment-input {
    flex: 1;
    background: #f0f2f5;
    border: none;
    border-radius: 20px;
    padding: 8px 12px;
    font-size: 15px;
    resize: none;
    outline: none;
    min-height: 36px;
    max-height: 120px;
    font-family: inherit
}

.comment-input:focus {
    background: #e4e6ea
}

.comments-list {
    padding: 20px;
    padding-bottom: 10px !important
}

.comment {
    margin-bottom: 12px;
    animation: fadeIn 0.3s ease-in-out
}

.comment-content {
    display: flex;
    gap: 8px;
    align-items: flex-start
}

.comment-bubble {
    background: #f0f2f5;
    border-radius: 16px;
    padding: 8px 12px;
    max-width: calc(100% - 50px);
    word-wrap: break-word
}

.comment-author {
    font-weight: 600;
    font-size: 15px;
    color: #1c1e21;
    margin-bottom: 2px
}

.comment-text {
    font-size: 16px;
    font-size: 500;
    color: #1c1e21;
    line-height: 1.33
}

.comment-actions {
    display: flex;
    gap: 16px;
    margin-left: 40px;
    margin-top: 4px;
    align-items: center;
    position: relative
}

.comment-action {
    background: none;
    border: none;
    color: #65676b;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    padding: 4px 0;
    transition: color 0.2s;
    position: relative
}

.comment-action:hover {
    color: #1c1e21;
    text-decoration: underline
}

.like-btn.liked {
    color: #1877f2
}

.like-btn.loved {
    color: #e91e63
}

.like-btn.haha {
    color: #f7b928
}

.like-btn.wow {
    color: #f7b928
}

.like-btn.sad {
    color: #f7b928
}

.like-btn.angry {
    color: #e74c3c
}

.comment-time {
    color: #65676b;
    font-size: 12px;
    font-weight: 400
}

.replies {
    margin-bottom: 18px !important
}

.reply {
    padding-left: 30px;
    margin-bottom: 8px;
    padding-top: 5px;
    padding-right: 12px
}

.reply-input {
    margin-left: 40px;
    margin-top: 8px;
    display: none
}

.reply-input.active {
    display: flex;
    gap: 8px;
    align-items: flex-start
}

.reply-input .avatar {
    width: 50px !important;
    height: 50px !important;
    font-size: 14px
}

.reply-input .comment-input {
    background: #f0f2f5
}

.load-more {
    color: #1877f2;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin-left: 40px;
    margin-top: 8px;
    padding: 4px 0;
    border: none;
    background: none
}

.load-more:hover {
    text-decoration: underline
}

.reaction-selector {
    position: absolute;
    bottom: 100%;
    left: -10px;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 4px 20px rgb(0 0 0 / .15);
    padding: 6px;
    display: none;
    z-index: 1000;
    margin-bottom: 8px;
    white-space: nowrap;
    text-decoration: none !important
}

.reaction-selector.show {
    display: flex;
    animation: reactionPopup 0.2s cubic-bezier(.175, .885, .32, 1.275)
}

.reaction-item {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.15s ease;
    font-size: 18px;
    margin: 0 1px;
    background: #fff0
}

.reaction-item:hover {
    transform: scale(1.4);
    background: rgb(0 0 0 / .05)
}

.like-animation {
    animation: likeScale 0.2s ease-in-out
}

.xk9m4_vz7q3_wr8n2.pj6f_lg5h_mt4k9 {
    background: white !important;
    padding: 40px !important;
    max-width: 990px !important;
    margin: auto !important;
    position: relative !important;
    overflow: hidden !important
}

.zx9k_mw4y_tp7n3 {
    max-width: 1000px !important;
    margin: auto !important
}

.lij {
    padding-top: 8px;
    padding-bottom: 6px;
    width: 165px;
}

.xk9m4_vz7q3_wr8n2.pj6f_lg5h_mt4k9>div {
    margin-bottom: 30px !important;
    padding: 25px !important;
    background: #f8f9fa !important;
    border-radius: 15px !important;
    border-left: 4px solid #db720c !important;
    border-right: 4px solid #db720c !important
}

.xk9m4_vz7q3_wr8n2.pj6f_lg5h_mt4k9>div:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgb(0 0 0 / .1) !important
}

.bn7w_cr4t_ql8m5 {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #333 !important;
    margin-bottom: 15px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important
}

.df3v_np9x_hs6l2 {
    background: #14263d !important;
    color: white !important;
    border: none !important;
    padding: 10px 25px !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    text-align: center !important;
    margin-bottom: 10px !important;
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important
}

.df3v_np9x_hs6l2:hover {
    background: #6c757d !important;
    color: white !important;
    transform: translateX(5px) !important
}

.df3v_np9x_hs6l2.km8j_rt5y_wc3n6 {
    background: linear-gradient(45deg, #4ecdc4, #44a08d) !important;
    transform: scale(1.02) !important;
    box-shadow: 0 5px 15px rgb(78 205 196 / .3) !important
}

.vq4n_pl7z_dt9k3 {
    color: #333 !important;
    margin-bottom: 30px !important;
    text-align: center !important;
    font-size: 2.2em !important;
    font-weight: 300 !important
}

.jk3c_rv7s_mp5x4 {
    text-align: center !important;
    color: #666 !important;
    margin-top: 10px !important;
    font-size: 0.9em !important
}

.temblor:hover {
    -webkit-animation: temblor .82s cubic-bezier(.36, .07, .19, .97) both;
    animation: temblor .82s cubic-bezier(.36, .07, .19, .97) both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.temblor_inf {
    -webkit-animation: temblor_inf 2s infinite;
    animation: temblor_inf 2s infinite
}

.boxes>.try.drop-once:hover {
    -webkit-animation: none;
    animation: none
}

.boxes .try.open:hover {
    -webkit-animation: none;
    animation: none
}

.checkmark.draw:after {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-name: checkmark;
    animation-name: checkmark;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg)
}

.checkmark:after {
    border-right: 3px solid #5cb85c;
    border-top: 3px solid #5cb85c;
    content: "";
    height: 3.5em;
    left: 1.75em;
    opacity: 1;
    position: absolute;
    top: 3.5em;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    width: 1.75em
}

body.with_background {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: contain
}

body.with_background .content {
    border-radius: 10px;
    margin: 14% auto 0;
    max-width: 800px
}

@keyframes rotateIn {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        -webkit-transform-origin: center;
        transform-origin: center
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: center;
        transform-origin: center
    }
}

@keyframes top_superior {
    0% {
        top: 0
    }

    to {
        top: -40px
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes boxDrop {
    0% {
        opacity: 0;
        transform: translateY(-40px)
    }
    60% {
        opacity: 1;
        transform: translateY(8px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes temblor {
    0%, 100% {
        transform: translate3d(0,0,0) rotate(0)
    }
    10% {
        transform: translate3d(-2px,0,0) rotate(-1deg)
    }
    20% {
        transform: translate3d(3px,0,0) rotate(1deg)
    }
    30% {
        transform: translate3d(-3px,0,0) rotate(-1deg)
    }
    40% {
        transform: translate3d(3px,0,0) rotate(1deg)
    }
    50% {
        transform: translate3d(-2px,0,0) rotate(-1deg)
    }
    60% {
        transform: translate3d(2px,0,0) rotate(1deg)
    }
    70% {
        transform: translate3d(-1px,0,0) rotate(-1deg)
    }
    80% {
        transform: translate3d(1px,0,0) rotate(1deg)
    }
    90% {
        transform: translate3d(-1px,0,0) rotate(-1deg)
    }
}

@keyframes temblor_inf {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-3px)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes likeScale {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes reactionPopup {
    0% {
        opacity: 0;
        transform: translateY(10px) scale(.8)
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1)
    }
}

@-webkit-keyframes rotateIn {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        -webkit-transform-origin: center;
        transform-origin: center
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: center;
        transform-origin: center
    }
}

@-webkit-keyframes top_superior {
    0% {
        top: 0
    }

    to {
        top: -40px
    }
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

@-webkit-keyframes boxDrop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes temblor {
    0%, 100% {
        -webkit-transform: translate3d(0,0,0) rotate(0);
        transform: translate3d(0,0,0) rotate(0)
    }
    10% {
        -webkit-transform: translate3d(-2px,0,0) rotate(-1deg);
        transform: translate3d(-2px,0,0) rotate(-1deg)
    }
    20% {
        -webkit-transform: translate3d(3px,0,0) rotate(1deg);
        transform: translate3d(3px,0,0) rotate(1deg)
    }
    30% {
        -webkit-transform: translate3d(-3px,0,0) rotate(-1deg);
        transform: translate3d(-3px,0,0) rotate(-1deg)
    }
    40% {
        -webkit-transform: translate3d(3px,0,0) rotate(1deg);
        transform: translate3d(3px,0,0) rotate(1deg)
    }
    50% {
        -webkit-transform: translate3d(-2px,0,0) rotate(-1deg);
        transform: translate3d(-2px,0,0) rotate(-1deg)
    }
    60% {
        -webkit-transform: translate3d(2px,0,0) rotate(1deg);
        transform: translate3d(2px,0,0) rotate(1deg)
    }
    70% {
        -webkit-transform: translate3d(-1px,0,0) rotate(-1deg);
        transform: translate3d(-1px,0,0) rotate(-1deg)
    }
    80% {
        -webkit-transform: translate3d(1px,0,0) rotate(1deg);
        transform: translate3d(1px,0,0) rotate(1deg)
    }
    90% {
        -webkit-transform: translate3d(-1px,0,0) rotate(-1deg);
        transform: translate3d(-1px,0,0) rotate(-1deg)
    }
}

@-webkit-keyframes temblor_inf {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@media screen and (max-width:768px) {
    .underttl {
        font-size: 16px !important
    }

    .titlee {
        font-size: 29px !important;
        line-height: 34px !important
    }

    .comments-container {
        border-radius: 0
    }

    .comments-header,
    .comment-input-section,
    .comments-list {
        padding-left: 16px;
        padding-right: 16px
    }

    .comment-bubble {
        max-width: calc(100% - 40px)
    }

    .comment-actions {
        margin-left: 32px;
        gap: 12px
    }

    .reply-input {
        margin-left: 32px
    }

    .load-more {
        margin-left: 0px !important
    }

    .reaction-selector {
        left: -5px
    }

    .xk9m4_vz7q3_wr8n2.pj6f_lg5h_mt4k9 {
        padding: 0px !important;
        margin-top: 18px !important
    }

    .vq4n_pl7z_dt9k3 {
        font-size: 1.8em !important
    }

    .xk9m4_vz7q3_wr8n2.pj6f_lg5h_mt4k9>div {
        padding: 20px !important
    }

    .bn7w_cr4t_ql8m5 {
        display: block !important
    }

    .boxes>.try {
        width: 32.5%
    }

    .boxes>.try:nth-child(-n+4) {
        display: none
    }
}

@media (max-width:800px) {
    body.with_background {
        background-repeat: no-repeat;
        background-size: contain
    }

    body.with_background .content {
        margin-top: 19%
    }
}

@media screen and (max-width:767px) {
    .boxes>.try {
        width: 32.5%
    }

    .boxes>.try:nth-child(-n+4) {
        display: none
    }
}

@media (max-width:500px) {
    @keyframes top_superior {
        0% {
            top: 0
        }

        to {
            top: -30px
        }
    }

    @-webkit-keyframes top_superior {
        0% {
            top: 0
        }

        to {
            top: -30px
        }
    }
}

@media (max-width:480px) {
    .avatar {
        width: 50px;
        height: 50px;
        font-size: 14px
    }

    .comment-bubble {
        max-width: calc(100% - 36px)
    }

    .comment-actions {
        margin-left: 28px
    }

    .reply-input {
        margin-left: 28px
    }

    .load-more {
        margin-left: 0px !important
    }

    .boxes>.try {
        width: 32%
    }
}

@media (max-width:400px) {
    .title_h1 {
        font-size: 20px
    }
}

@media (max-width:319px) {
    .boxes>.try {
        width: 48%
    }

    .boxes>.try:nth-child(-n+5) {
        display: none
    }
}

.intro-img__btn button:active,
.intro-img__btn button:focus,
.intro-img__btn-none button:active,
.intro-img__btn-none button:focus,
.scrollToTopBtn:active,
.scrollToTopBtn:focus,
a:active,
a:hover {
    outline: 0
}

.final-step-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr
}

@media screen and (max-width:768px) {
    .final-step-wrapper {
        grid-template-columns: 1fr
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal.show {
    display: block !important
}

.modal.fade {
    opacity: 0;
    transition: opacity 0.15s linear
}

.modal.fade.in {
    opacity: 1
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    padding: 10px;
    max-width: 500px;
    margin: 30px auto
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid rgb(0 0 0 / .2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgb(0 0 0 / .5);
    outline: 0
}

.modal-body {
    position: relative;
    padding: 15px;
    padding-bottom: 25px
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: .5
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.fade.in {
    opacity: .5
}

body.modal-open {
    overflow: hidden
}

.msg1 {
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 24px !important;
    text-align: center !important
}

@media (max-width:578px) {
    .intro-img__img {
        width: 60% !important
    }
}

.comment-status {
    margin-top: 10px
}

.txtcntb {
    text-align: center
}

/* .header99 {
    padding-top: 20px;
    padding-left: 5px !important
} */

.noty-container {
    position: fixed;
    top: 1%;
    right: 1%;
    max-width: 320px;
    z-index: 10
}

.noty-items {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.noty-item {
    display: flex;
    justify-content: space-between;
    gap: 0 1rem;
    background-color: #fff;
    border-radius: .25rem;
    border: 1px solid #e1e1e1;
    padding: .5rem;
    margin-top: 5px
}

.noty-hidden {
    animation-name: notyHidden;
    animation-duration: 2s;
    animation-timing-function: ease
}

@keyframes notyHidden {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.noty-show {
    animation-name: notyShow;
    animation-duration: .5s;
    animation-timing-function: ease
}

@keyframes notyShow {
    0% {
        transform: translateX(100%);
        opacity: 0
    }

    50% {
        opacity: .5
    }

    100% {
        transform: translateX(0%);
        opacity: 1
    }
}

.noty-item-img {
    max-width: 60px
}

.noty-item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.noty-item-content {
    width: 100%;
    padding: 0 5px
}

.noty-item-header {
    font-size: 14px;
    margin-bottom: .25rem;
    position: relative
}

.noty-item-name {
    font-weight: 700
}

.noty-item-address {
    text-decoration: underline
}

.noty-item-address::after {
    display: none
}

.noty-item-header::after {
    content: "";
    position: absolute;
    right: 8px;
    top: 17px;
    width: 28px;
    height: 28px;
    background: url('wreath.png') no-repeat center/contain;
    pointer-events: none;
    z-index: 2
}

.noty-item-desc {
    font-size: 16px;
    font-weight: 500;
    color: #111;
    margin-bottom: .25rem
}

.noty-item-bottom {
    display: flex;
    align-items: center
}

.noty-item-time {
    font-size: 13px
}

.noty-item-icons {
    display: flex;
    margin-right: .25rem
}

.noty-item-icons img {
    width: 15px;
    height: 15px
}

.noty-item-btn {
    margin: 0 10px 0 5px
}

.noty-item-btn-close {
    vertical-align: inherit
}

.noty-item-product {
    display: block;
    margin-top: .25rem
}

.comimg {
    width: 400px !important;
    height: auto;
    margin-top: 10px
}

@media screen and (max-width:780px) {
    .comimg {
        width: 100% !important;
        height: auto
    }
}

.canvas-container {
    width: 100%;
    height: auto;
    display: block
}

canvas {
    width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    display: block;
    border-radius: 8px
}
@media screen and (max-width:460px) {
    
    .survey_button_74s3162dkl:before {

    font-size: 22px;
    width: 24px;
    height: 24px;
  
}

.survey_button_74s3162dkl:after {

    font-size: 22px !important;
   
}

.survey_button_74s3162dkl {

    font-size: 18px !important;
    line-height: 24px !important;

}

}




@media screen and (max-width:410px) {
    
    .survey_button_74s3162dkl:before {

    font-size: 20px !important;
  
}

.survey_button_74s3162dkl:after {

    font-size: 16px !important;
   
}

.survey_button_74s3162dkl {

    font-size: 16px !important;

}

}










@media screen and (max-width:355px) {
    
    .survey_button_74s3162dkl:before {

    font-size: 18px !important;
  
}

.survey_button_74s3162dkl:after {

    font-size: 14px !important;
   
}

.survey_button_74s3162dkl {

    font-size: 14px !important;

}

}
