:root {
    --color-1: #2AAFC9;
    --color-2: #ff247d;
    --color-3: #1b1726;
    --color-4: #f0f0f0;
}

#demo-hero {
    padding: 90px 0 70px 0;
}

body {
    font-size: 16px;
    background-color: var(--color-3) !important;
}

button,
a {
    font-size: 16px !important;
    font-weight: 600 !important;
}

button {
    border-radius: 14px !important;
    min-height: 54px !important;
    color: var(--color-3) !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.btn.outline {
    border: 1px var(--color-2) solid;
    background-color: transparent !important;
    color: var(--color-2) !important;
}

.btn.blue {
    background-color: var(--color-1) !important;
    color: var(--color-3) !important;
}

#Header_wrapper #Header #Top_bar {
    height: 90px;
    display: flex;
    align-items: center;
}

/*
a {
    pointer-events: none;
}
*/

#Top_bar #logo {
    line-height: normal;
    height: auto;
    padding: 0;
}

#menu #menu-main-menu li {
    display: flex;
    align-items: center;
    gap: 14px;
}

.top_bar_left {
    display: flex;
    align-items: center;
}

.menu_wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: auto
}

#menu #menu-main-menu li {
    font-weight: 600;
}

#menu #menu-main-menu li a {
    background: transparent !important;
    color: var(--color-2) !important;
    border: 1px var(--color-2) solid !important;
    border-radius: 14px;
    height: 46px;
    line-height: normal;
    padding: 0;
    display: flex;
    align-items: center;
    pointer-events: all !important;
}

#menu #menu-main-menu li a:hover {
    background: var(--color-2) !important;
    color: var(--color-4) !important;
}

/*
.header-classic #Top_bar {
    position: absolute !important;
}
*/

#Top_bar .logo {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 180px;
}

.how-it-works-link {
    margin-top: 20px;
    display: flex;
    gap: 0px;
}

.how-it-works-link button {
    margin: 0;
    padding-left: 30px !important;
    padding-right: 30px !important;
    font-size: 16px !important;
}

.btn {
    font-size: 16px !important;
    font-weight: 600;
    min-height: 54px;
    color: var(--color-4);
    display: flex;
    align-items: center;
}

.btn i {
    font-size: 21px !important;
}

.btn.ghost {
    background: transparent !important;
    color: var(--color-4) !important;
}

.btn.ghost:after {
    display: none
}

.section_wrapper,
.container {
    max-width: 1200px;
}

.demo-heading {
    font-weight: 600;
    font-size: 68px;
    line-height: 1.05;
    color: var(--color-4) !important;
}

#demo-hero .two-third {
    width: 60% !important;
}

.demo-heading span {
    font-weight: 700;
    color: var(--color-1) !important;
}

#Wrapper {
    background-color: var(--color-3) !important;
}

#bugzy-tour {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px rgba(0, 0, 0, 0.1) solid;
    backdrop-filter: blur(10px);
    border-radius: 14px;
    padding: 25px 25px 15px;
    width: 420px;
    box-sizing: border-box;
    z-index: 2147483647;

}

#bugzy-tour:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 23, 38, 0.4);
    border-radius: 14px;
    z-index: -1;
}

#bugzy-tour * {
    color: var(--color-4) !important;
    font-weight: 500;
    font-size: 16px;
    box-sizing: border-box;
    line-height: normal !important;
}

#bugzy-tour h3 {
    margin: 0 0 14px;
    font-weight: 700;
    font-size: 20px;
    padding: 0;
}

#bugzy-tour .bugzy-tour-arrow {
    width: 0;
    height: 0;
    margin: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 12px solid rgba(200, 200, 200, 0.14);
    position: absolute;
    right: -14px;
    bottom: 14px;
}

#bugzy-tour button {
    min-height: 48px !important;
}

#bugzy-tour.left-side .bugzy-tour-arrow {
    right: auto;
    bottom: auto;
    top: 14px;
    left: -14px;
    border-left: 0 solid rgba(200, 200, 200, 0.14);
    border-right: 12px solid rgba(200, 200, 200, 0.14);
}

#bugzy-tour.bottom-side .bugzy-tour-arrow {
    display: none !important;
}

#bugzy-tour.bottom-element .bugzy-tour-arrow {
    right: auto;
    bottom: -12px;
    left: 14px;
    border-top: 9px solid rgba(200, 200, 200, 0.14);
    border-bottom: 0 solid transparent;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    display: block !important;
}

#bugzy-tour p {
    padding: 0;
    margin: 0;
    line-height: 1.4 !important;
}

#bugzy-tour .btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 0 !important;
    padding: 15px 0 0;
    border-top: 1px rgba(255, 255, 255, 0.1) solid;
}

#bugzy-tour .btn-wrapper button {
    background-color: var(--color-2) !important;
    border-radius: 7px;
    border: 0 !important;
    padding: 10px 30px !important;
    box-shadow: none !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    margin: 0;
}

#bugzy-tour .btn-wrapper .dismiss {
    background-color: rgba(27, 23, 38, 0) !important;
    padding: 10px 5px !important;
}

#bugzy-tour .btn-wrapper .dismiss:after {
    display: none;
}

.image_wrapper iframe {
    width: 100%;
    height: 640px;
    border-radius: 7px;
    overflow: hidden
}

#bugzy-tour-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9991;
    background: rgba(22, 22, 22, 0.4);
    /*    backdrop-filter: blur(1px);*/
}

.temp-tour bugzy-widget {
    z-index: 2147483646;
    pointer-events: none;
}

#current-bugzy-tour {
    border-radius: 47% / 45%;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer !important;
    user-select: none;
    justify-content: center !important;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    outline: none;
    opacity: 1;
    position: fixed;
    background-color: #ee3144 !important;
    animation: pulse-ring 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) infinite !important;
}

#bugzy-tour.bottom-element + #current-bugzy-tour {
    border-radius: 14px;
    animation: pulse-ring-rect 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) infinite !important;
}

@keyframes pulse-ring-rect {
    0% {
        transform: scale(0.8);
    }

    80%,
    100% {
        opacity: 0;
        transform: scale(1.2, 1.4);
    }
}

@keyframes pulse-ring {
    0% {
        transform: scale(0.8);
    }

    80%,
    100% {
        opacity: 0;
        transform: scale(1.8);
    }
}

#Top_bar #menu {
    display: block !important;
    width: auto !important;
    top: 0 !important;
}

.sections_group .entry-content .section:first-of-type {
    background-image: url(../images/section-bg4.webp);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.sections_group .entry-content {
    background-image: url(../images/section-bg3.webp);
    background-repeat: no-repeat;
    background-position: right top;
}

/*
.sections_group .entry-content .section:nth-of-type(4) {
    background-image: url(../images/section-bg2.webp);
    background-repeat: no-repeat;
    background-position: left top;
}
*/

.footer_logo {
    max-width: 180px
}

#bugzy-video-player {
    position: absolute;
}

#Footer {
    border-color: rgba(82, 77, 77, 0.3) !important;
}

#bugzy-video-modal {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    width: calc(100% - 120px);
    height: calc(100% - 120px);
    cursor: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3e%3csvg width='30px' height='30px' viewBox='0 0 16 16' xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns='http://www.w3.org/2000/svg' version='1.1' id='svg8'%3e%3cg%3e%3crect transform='rotate(45)' ry='0' y='-1' x='4.3137083' height='2' width='14' id='rect1006' style='opacity:1;vector-effect:none;fill:%23fafafa;fill-opacity:1;stroke:%23000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.20000005;stroke-opacity:1' /%3e%3crect transform='rotate(-45)' ry='0' y='10.313708' x='-7' height='2' width='14' id='rect1006-5' style='opacity:1;vector-effect:none;fill:%23fafafa;fill-opacity:1;stroke:%23000000;stroke-width:1;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:3.20000005;stroke-opacity:1' /%3e%3c/g%3e%3c/svg%3e") 12 12, pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    backdrop-filter: blur(10px);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

#bugzy-video-player-wrapper {
    top: calc(180px / 2);
    left: calc(390px / 2);
    width: calc(100vw - 390px);
    height: calc(100vh - 180px);
    position: absolute;
    overflow: hidden;
    border-radius: 7px;
    cursor: auto;
}

#bugzy-video-player {
    width: 100%;
    height: 100%;
}

@media(max-width: 1239px) {
    #demo-hero .two-third {
        width: 70% !important;
    }

    .section_wrapper,
    .container,
    .with_aside .content_wrapper {
        width: 90% !important;
    }
}

@media(max-width: 992px) {
    .demo-heading {
        font-size: 54px;
    }
}

@media(max-width: 992px) {
    #bugzy-tour .bugzy-tour-arrow {
        display: none !important;
    }

    #Top_bar {
        padding: 0 30px;
    }

    .image_wrapper iframe {
        height: 400px;
    }

    #Content .entry-content > .section.mcb-section:first-of-type {
        padding-top: 140px !important;
    }

    #demo-hero {
        padding: 0px 0 30px 0;
    }

    .demo-heading {
        font-size: 48px;
    }
}

span#bugzy-tour-counter {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 13px;
    color: #aaa !important;
}

@media(max-width: 480px) {
    #bugzy-tour {
        width: 100%;
        max-width: 80%;
    }
}

* {
    box-sizing: border-box;
}

#takeTour {
    transition: opacity 420ms ease;
}

#takeTour.disabled {
    pointer-events: none !important;
    opacity: 0.4 !important;
}

#__drawtype {
    position: fixed;
    left: 20px;
    top: 20px;
    bottom: auto !important;
    display: flex;
    flex-direction: column-reverse;
    gap: 7px;
    z-index: 99991;
    transition: opacity 0.3s ease 0s;
    width: 50px;
    display: none;
}

#__drawtype .__ctrlsInner {
    flex-direction: column;
}

.__ctrlsInner {
    border-radius: 14px;
    padding: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
    gap: 4px;
    transition: opacity 0.21s ease;
    justify-content: center;
    align-items: center;
    position: relative;
}

.__ctrl_item {
    border-radius: 47% / 45%;
    width: 50px !important;
    height: 50px !important;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer !important;
    user-select: none;
    justify-content: center !important;
    transition: opacity 0.4s cubic-bezier(0.46, -0.41, 0.3, 1.52) 0.1s, transform 0.4s cubic-bezier(0.46, -0.41, 0.3, 1.52) 0.1s !important;
    transition: all .3s, transform .3s !important;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    outline: none;
    background: transparent !important;
    border: 0px rgba(0, 0, 0, 0.04) solid;
    transform: translateY(0px);
    opacity: 1;
    min-height: auto !important
}

.__ctrl_item:before {
    pointer-events: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8) !important;
    border-radius: 0;
    transform: scale(1);
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 47% / 45%;
}

.__ctrl_item:after {
    pointer-events: none;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(35, 38, 46, 0.04);
    width: 100%;
    height: 100%;
    transform: scale(1.07);
    z-index: -2;
    border-radius: 0;
    backdrop-filter: blur(10px);
    border-radius: 47% / 45%;
}

.__ctrl_item svg {
    width: 21px !important;
    height: 21px !important;
    fill: #1d1e22 !important;
    pointer-events: none !important;
    margin: auto !important;
    transform: scale(0.85) !important;
    -webkit-transform: perspective(1px) scale(0.85) translateZ(0) !important;
    transform: perspective(1px) scale(0.85) translateZ(0) !important;
    -webkit-transition-duration: 0.5s !important;
    transition-duration: 0.5s !important;
    pointer-events: none !important;
}

#__drawtype .__ctrl_item.bugzy__colorBtn span {
    display: inline-block;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    position: relative;
}

/*
@media(max-width:1220px) {
    #autobug-wrapper .one-third {
        padding: 0 !important;
        width: 30% !important;
    }
}
*/

/*
@media(max-width:1048px) {
    #autobug-wrapper .one-third .column_attr {
        padding-left: 0 !important;
        background: none !important;
    }

    #autobug-wrapper .one-third {
        width: 25%;
    }
}
*/

@media(max-width:992px) {
    #autobug-wrapper .one-third .column_attr {
        padding-left: 0 !important;
        background: none !important;
    }

    #autobug-wrapper .one-third {
        width: 50%;
        padding-bottom: 20px !important;
    }

    #autobug-wrapper .one-third button {
        width: 100% !important;
        text-align: center !important;
        justify-content: center;
    }

    #autobug-wrapper .one-third .column-margin-10px.column {
        margin-bottom: 0 !important;
    }
}

@media(max-width: 767px) {
    #demo-hero .two-third {
        width: 100% !important;
    }

    .header-classic #Top_bar {
        position: absolute;
    }

    #Content .section.mcb-section {
        padding-top: 30px !important;
    }

    .how-it-works-link {
        flex-wrap: wrap;
    }

    .buggy-form-wrapper {
        display: flex;
        flex-direction: column-reverse;
    }

    .buggy-form-wrapper .wrap:last-of-type {
        padding: 0 0 30px !important;
    }

    #Content .entry-content > .section.mcb-section:first-of-type {
        padding-top: 140px !important;
    }

    #Top_bar .menu_wrapper {
        width: auto !important;
        float: none !important;
        margin: 0 0 0 auto !important;
    }

    .mobile-header-mini #Top_bar #menu {
        padding: 0 !important;
    }

}

@media(max-width: 480px) {
    .how-it-works-link {
        flex-direction: column;
    }

    .how-it-works-link button {
        flex: 1;
        justify-content: center;
    }

}


#bugzy-tour .loader,
#bugzy-tour .loader:before,
#bugzy-tour .loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    animation-fill-mode: both;
    animation: bblFadInOut 1.8s infinite ease-in-out;
}

#bugzy-tour .loader {
    color: var(--color-4) !important;
    opacity: 0.7;
    font-size: 4px;
    position: relative;
    text-indent: -9999em;
    transform: translateZ(0);
    animation-delay: -0.16s;
    display: inline-block;
    top: -10px;
    margin: 0 10px;
}

#bugzy-tour .loader:before,
#bugzy-tour .loader:after {
    content: '';
    position: absolute;
    top: 0;
}

#bugzy-tour .loader:before {
    left: -3.5em;
    animation-delay: -0.32s;
}

#bugzy-tour .loader:after {
    left: 3.5em;
}

@keyframes bblFadInOut {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em
    }

    40% {
        box-shadow: 0 2.5em 0 0
    }
}


.buggy-form {
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}

.buggy-form > div {
    width: 100%;
}

.buggy-form > div form {
    margin: 0;
    width: 100%;
}

.buggy-form > div form input,
.buggy-form > div form textarea {
    width: 100%;
    background: rgba(0, 0, 0, 0.1) !important;
    border: 0;
    padding: 18px 20px;
    border-radius: 14px;
    box-shadow: inset 0 1000px 1000px #15131f;
    color: var(--color-4) !important;
    font-size: 16px !important;
}

.buggy-form > div form input:focus,
.buggy-form > div form textarea:focus {
    background: rgba(0, 0, 0, 0.2) !important;
}

.buggy-form > div form textarea {
    min-height: 120px
}

#dino iframe {
    width: 100% !important;
    height: 500px;
}
