img.logo {
    height: 62px !important;
}

.td_pricing_control li a {
    padding: 5px 30px;
}
.td_pricing_control li a:hover {
    color: var(--heading-color);
}
.td_pricing_switch {
    max-width: unset !important;
}
.td_section_heading {
    justify-content: center !important;
}

#faq .question {
    padding: 15px 25px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(5, 5, 5, .05);
    -moz-box-shadow: 0px 15px 20px 0px rgba(5, 5, 5, .05);
    box-shadow: 0px 15px 20px 0px rgba(5, 5, 5, .05);
    margin-top: 35px;
}
#faq h5 {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.28rem;
}
#faq h5 i {
    font-style: normal;
    display: block;
    flex: 1;
}
#faq h5 span {
    background: #f0f0f0;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    padding: 0;
    margin: 0;
    margin-left: 20px;
}
#faq h5 span::before {
    font-size: 9px;
    color: #777b84;
}
#faq p.p-lg {
    display: none;
    margin-top: 25px;
}

.svg-pp {
    width: 50px;
    height: 50px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
.svg-cc {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.popup-content {
    position: relative;
    margin: auto;
    width: 80%;
    max-width: 478px;
    height: 80%;
    max-height: 850px;
    pointer-events: auto;
}

#popup-root {
    display: none;
}
#popup-root.show {
    display: block;
}
#popup-root .popup-close {
    position: absolute;
    right: 0;
    margin-top: -28px;
    margin-right: -60px;
}
#popup-root .popup-close img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.img_emoji {
    width: 21px;
    height: 21px;
    object-fit: contain;
    object-position: center;
}


.td_hero .td_hero_subtitle_up {
    display: flex;
    align-items: center;
}
.td_hero .td_hero_subtitle_up img {
    margin-right: 5px;
    margin-top: -3px;
}

#plans img.img_emoji {
    margin-top: -3px;
    margin-right: 5px;
}
#plans img.img_emoji.tt {
    margin-top: -7px;
    margin-right: 5px;
}