div#content.is-btn-sticky {
    padding-bottom: calc(var(--height-btn-sticky) + 60px);
}
div#content.show-popup-demo{
    z-index: 1000;
}
.group-button-sticky {
    position: fixed;
    width: fit-content;
    bottom: 30px;
    z-index: 70;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.group-button-sticky > .container{
    max-width: fit-content;
    padding: 0;
}

.group-button-sticky .border-all {
    background: #131436;
    width: fit-content;
    margin: auto;
    padding: 6px;
    border-radius: 15px;
}

.group-button-sticky .title-mobile {
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.18em;
    color: #131436;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    min-height: 41px;
}

.group-button-sticky .title-mobile.active .no-active,
.group-button-sticky .title-mobile:not(.active) .is-active {
    display: none;
}

.group-button-sticky .title-mobile svg {
    transition: all .5s ease;
}

.group-button-sticky .title-mobile.active svg {
    transform: rotate(180deg);
}

.group-button-sticky .border-content {
    display: flex;
    flex-wrap: wrap;
    width: fit-content;
    margin: auto;
}

.group-button-sticky .title-mobile span {
    margin-left: 20px;
    position: relative;
    overflow: hidden;
    width: 24px;
    height: 31px;
}

.group-button-sticky .title-mobile span .no-bgr {
    position: absolute;
    bottom: 0;
    left: 0;
    /* transition: bottom 0.5s ease;  */
}

.group-button-sticky .title-mobile:hover span .no-bgr {
    bottom: 32px;
}

.group-button-sticky .title-mobile span .is-bgr {
    position: absolute;
    bottom: -32px;
    left: 0;
    /* transition: bottom 0.5s ease;  */
}

.group-button-sticky .title-mobile:hover span .is-bgr {
    bottom: 0;
}

.group-button-sticky .border-all .btn-sticky {
    background: #fff;
    border-radius: 15px;
    padding: 10px 24px;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.group-button-sticky .border-all .download-sticky.mobile {
    display: none;
}

.group-button-sticky .border-all .contact-us-sticky {
    margin-right: 6px;
}

.group-button-sticky .border-all .btn-sticky.contact-us-sticky .button-sticky:after{
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/call-dropped_svgrepo.com.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.group-button-sticky .border-all .btn-sticky.border-box-desktop {
    padding: 0;
    overflow: hidden;
}

.group-button-sticky .border-all .download-sticky {
    cursor: pointer;
}

.group-button-sticky .border-all .download-sticky.desktop {
    border-radius: 0;
}

.group-button-sticky .border-all .view-demo-sticky {
    border-radius: 0;
    cursor: pointer;
}

.group-button-sticky .border-all .btn-sticky .button-sticky {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.18em;
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-transform: uppercase; */
}

.group-button-sticky .border-all .btn-sticky .button-sticky span {
    flex: 1;
    padding-right: 20px;
    text-align: center;
}

.group-button-sticky .border-all .btn-sticky .button-sticky svg {
    flex-shrink: 0;
}


@media (max-width: 991.98px) {

    .group-button-sticky .border-all .download-sticky.mobile {
        display: flex;
        width: 100%;
        margin-bottom: 6px;
    }

    .group-button-sticky .border-all .download-sticky.desktop {
        display: none;
    }

    .group-button-sticky .border-all .contact-us-sticky {
        width: calc(50% - 3px);
        margin-right: 3px;
    }

    .group-button-sticky .border-all .border-box-desktop {
        width: calc(50% - 3px);
        margin-left: 3px;
    }
}

@media (max-width: 767.98px) {
    .group-button-sticky>.container{
        padding: 0 36px;
    }
    .group-button-sticky {
        bottom: 30px !important;
    }

    footer.footer.footer-corp {
        padding-bottom: 105px;
    }
    /* div#content.is-btn-sticky {
        padding-bottom: 0;
    } */

    .group-button-sticky .border-all {
        background-color: rgb(231 231 235 / 81%);
    }

    .group-button-sticky .title-mobile {
        display: flex;
    }

    .group-button-sticky .border-all .btn-sticky {
        padding: 10px 15px;
    }

    .group-button-sticky .border-all .btn-sticky .button-sticky span {
        letter-spacing: 1px;
    }

    .group-button-sticky .border-all .download-sticky.mobile {
        margin-top: 6px;
    }
}

@media (max-width: 400.98px) {

    .group-button-sticky .border-all {
        display: flex;
        flex-direction: column;
    }

    .group-button-sticky .title-mobile span {
        margin-left: 15px;
    }

    .group-button-sticky .border-all .download-sticky.mobile {
        display: flex;
        width: 100%;
        margin-bottom: 6px;
    }

    .group-button-sticky .border-all .download-sticky.desktop {
        display: none;
    }

    .group-button-sticky .border-all .contact-us-sticky {
        width: 100%;
        margin-right: 0;
        margin-bottom: 6px;
    }

    .group-button-sticky .border-all .border-box-desktop {
        width: 100%;
        margin-left: 0;
    }
}

.popup-view-demo.show, .popup-newsletter.show {
    display: block !important;
}

.popup-view-demo.show .block-popup-demo, .popup-newsletter.show .block-popup-newsletter {
    pointer-events: auto;
}

.block-popup-demo, .block-popup-newsletter {
    background: #000000B2;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 999999;
    padding: 0 36px;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
}

.block-popup-demo.skip-time, .block-popup-newsletter.skip-time {
    pointer-events: none;
}

.block-popup-demo .box-popup, .block-popup-newsletter .box-popup {
    max-width: 80.21vw;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.block-popup-newsletter .box-popup {
    max-width: 600px;
    overflow: auto;
    max-height: 100%;
}

.block-popup-newsletter .box-popup::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.block-popup-newsletter .box-popup::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.block-popup-newsletter .box-popup::-webkit-scrollbar-thumb
{
	background-color: #000000;
}

.block-popup-demo .box-popup .btn-close, .block-popup-newsletter .box-popup .btn-close-newsletter {
    position: absolute;
    right: 0;
    top: -60px;
}

.block-popup-newsletter .form-main-contact .item-col {
    width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.block-popup-newsletter .form-main-contact .item {
    margin-bottom: 20px;
    text-align: left;
    width: calc((100% / 2) - 10px);
}

.block-popup-newsletter .form-main-contact .item.captcha,
.block-popup-newsletter .form-main-contact .item.action,
.block-popup-newsletter .form-main-contact .item.item-Howdidyouhearaboutus,
.block-popup-newsletter .form-main-contact .item.item__pricacy-policy {
    width: 100%;
}

.block-popup-newsletter .wpcf7-list-item {
    display: block;
    margin-left: 0;
    margin-top: 10px;
}

.block-popup-newsletter .wpcf7-list-item-label {
    font-style: normal;
    font-weight: 300;
    color: #131436;
    position: relative;
    padding-left: 24px;
    display: block;
    cursor: pointer;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.2;
}

.block-popup-newsletter .wpcf7-list-item-label:before {
    content: '';
    width: 14.405px;
    height: 14.405px;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    appearance: none;
    box-shadow: none;
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
}

.block-popup-newsletter input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    content: '';
    background-image: url(../images/Checkmark.svg);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0px;
    text-align: center;
    width: 12px;
    height: 12px;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    display: block;
    position: absolute;
    left: 1px;
    top: 2px;
}

body:not(.wp-admin) .block-popup-newsletter .form-main-contact input[type="checkbox"] {
    opacity: 0;
}

body:not(.wp-admin) .block-popup-newsletter input[type="checkbox"] {
    min-width: 0
}

.block-popup-newsletter .form-main-contact .item.action {
    margin-bottom: 0;
}

.block-popup-newsletter .wpcf7 {
    margin: 30px 0;
    margin-bottom: 0;
}

.block-popup-newsletter .wpcf7-list-item label {
    margin-bottom: 0;
}

.block-popup-demo .box-popup .btn-close svg {
    width: 32px;
    height: auto;
    object-fit: contain;
}

.block-popup-demo .box-popup .btn-close:hover svg path, .block-popup-newsletter .box-popup .btn-close-newsletter:hover svg path {
    fill: #D41F3B;
}

.block-popup-demo .box-popup .border-popup, .block-popup-newsletter .box-popup .border-popup {
    background: #FFFFFF;
    border-radius: 40px;
    padding: 95px 30px;
    text-align: center;
    position: relative;
    cursor: initial;
}

.block-popup-demo .box-popup .border-popup:after, .block-popup-newsletter .box-popup .border-popup:after {
    content: "";
    position: absolute;
    top: 0;
    right: 20%;
    background-image: url(../images/at-dt.png);
    width: 331px;
    height: 238px;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
}

.block-popup-demo .box-popup .border-popup:before, .block-popup-newsletter .box-popup .border-popup:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/bf.png);
    width: 242px;
    height: 249px;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
}

.block-popup-demo .box-popup .border-popup .title-popup, .block-popup-newsletter .box-popup .border-popup .title-popup {
    font-size: 50px;
    font-weight: 250;
    line-height: 65px;
}

.block-popup-newsletter .box-popup .border-popup .title-popup.title--popup-download {
    font-size: 33px;
    line-height: 1.3;
}

.block-popup-demo .box-popup .border-popup .list-item-popup {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 11.52vw;
}

.block-popup-demo .box-popup .border-popup .list-item-popup .item {
    text-align: center;
}


.block-popup-demo .box-popup .border-popup .list-item-popup .item .border-info {
    border-radius: 50%;
    box-shadow: 0px 9.88px 37.06px 0px #0000000F;
    background: #fff;
    width: 280px;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: auto;
}

.block-popup-demo .box-popup .border-popup .list-item-popup .item:not(:last-child) .border-info:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 11.52vw;
    height: 6px;
    background-image: url(../images/dt.png);
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
}

.block-popup-demo .box-popup .border-popup .list-item-popup .item .border-info .info-item {
    display: flex;
    flex-direction: column;
}

.block-popup-demo .box-popup .border-popup .list-item-popup .item .border-info .info-item .icon {
    position: relative;
    width: 95px;
    height: 95px;
    margin: auto;
}

.block-popup-demo .box-popup .border-popup .list-item-popup .item .border-info .info-item .icon img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
}

.block-popup-demo .box-popup .border-popup .list-item-popup .item .border-info .info-item .heading {
    color: #131436;
    font-size: 19.76px;
    font-weight: 600;
    line-height: 28.62px;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 25px;
    text-transform: capitalize;
}

.block-popup-demo .box-popup .border-popup .list-item-popup .item .button {
    margin-top: 48px;
}

.popup-newsletter .forminator-ui {
    margin-top: 60px;
    margin-bottom: 0;
}

.popup-newsletter .forminator-ui.forminator-custom-form[data-design=default] .forminator-label {
    text-align: left;
    margin-bottom: 10px;
    display: none;
}

.popup-newsletter .forminator-ui.forminator-custom-form[data-design=default] .forminator-button {
    text-align: center;
    font-family: 'Noto Sans JP' !important;
    font-size: 13px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 18px;
    letter-spacing: 2.34px;
    border-radius: 30px;
    transition: 0.3s all;
    border: 0;
    cursor: pointer;
    text-transform: capitalize;
    display: inline-flex;
    background-color: var(--primary) !important;
    color: #fff;
    gap: 14px;
    padding: 10px 12px;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
}

.popup-newsletter .forminator-ui.forminator-custom-form[data-design=default] .forminator-button:after {
    font-weight: 300;
    transition: 0.3s all;
    content: "";
    background-image: url(../images/button-arrow.svg);
    width: 29.79px;
    height: 22.51px;
    background-repeat: no-repeat;
    background-size: cover;
    flex-shrink: 0;
}

.popup-newsletter .forminator-ui.forminator-custom-form[data-design=default] .forminator-button:hover::after {
    background-image: url(../images/button-arrow-hover.svg);
}

.popup-newsletter .forminator-ui.forminator-custom-form[data-design=default] .forminator-has_error .forminator-error-message {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    line-height: 29px;
    letter-spacing: 0em;
    margin-top: 10px;
    text-align: left;
    padding: 0;
}

.popup-newsletter .forminator-ui.forminator-custom-form[data-design=default] .forminator-input {
    font-family: 'Noto Sans JP', sans-serif;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.60);
    font-weight: 500;
    width: 100%;
    outline: none;
    caret-color: #C6E2DF;
    height: 53px;
    box-shadow: 0px 6px 22.5px 0px #0000000F;
    padding: 12px 24px;
    color: #131436B2;
    font-size: 16px;
    line-height: 29px;
    border: 0;
}

.popup-newsletter .forminator-ui.forminator-custom-form[data-design=default]:not(.forminator-size--small) .forminator-response-message {
    margin-bottom: 15px;
}

.popup-newsletter .forminator-ui.forminator-custom-form[data-design=default] .forminator-input:hover, .popup-newsletter .forminator-ui.forminator-custom-form[data-design=default] .forminator-input:focus {
    box-shadow: 0px 6px 22.5px 0px #0000000F;
}

.popup-newsletter .forminator-ui.forminator-custom-form[data-design=default] .forminator-response-message {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin: 0;
}

.popup-newsletter .forminator-edit-module {
    display: none;
}

.popup-newsletter .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row.forminator-row-last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: center;
    margin-top: 30px;
}

@media (max-width: 1800px) {
    .block-popup-demo .box-popup .border-popup .list-item-popup {
        gap: 6vw;
    }

    .block-popup-demo .box-popup .border-popup .list-item-popup .item:not(:last-child) .border-info:after {
        width: 6vw;

        background-image: url(../images/lap.png);
    }

}

@media (max-width: 1800px) {
    .block-popup-demo .box-popup .border-popup .list-item-popup {
        gap: 4.3vw;
    }

    .block-popup-demo .box-popup .border-popup .list-item-popup .item:not(:last-child) .border-info:after {
        width: 4.3vw;

    }

}

@media (max-width: 1440px) {
    .block-popup-demo .box-popup {
        max-width: 83.1vw;
    }

    .block-popup-demo .box-popup .border-popup:after, .block-popup-newsletter .box-popup .border-popup:after {
        right: 0;
        background-image: url(../images/at.png);
        width: 213px;
        height: 238px;
    }
}

@media (max-width: 1200px) {
    .block-popup-demo .box-popup .border-popup .list-item-popup {
        margin-top: 45px;
    }

    .block-popup-demo .box-popup .border-popup .list-item-popup .item .border-info {

        width: 200px;
        height: 200px;

    }


    .block-popup-demo .box-popup .border-popup .list-item-popup .item .border-info .info-item .icon {
        width: 60px;
        height: 60px;
    }

    .block-popup-demo .box-popup .border-popup .list-item-popup .item .border-info .info-item .heading {
        margin-top: 17px;
        font-size: 16px;
    }

    .block-popup-demo .box-popup .border-popup .list-item-popup .item .button {
        margin-top: 36px;
    }

    .block-popup-demo .box-popup .border-popup, .block-popup-newsletter .box-popup .border-popup {
        padding: 45px 20px 80px;
    }
}

@media (max-width: 1024px) {
    .block-popup-demo .box-popup .border-popup .title-popup, .block-popup-newsletter .box-popup .border-popup .title-popup {
        font-size: 40px;
        font-weight: 250;
        line-height: 65px;
    }
}

@media (max-width: 991.98px) {
    .block-popup-demo .box-popup .border-popup .list-item-popup {
        margin-top: 38px;
    }

    .block-popup-demo .box-popup .border-popup .list-item-popup .item .border-info {

        width: 170px;
        height: 170px;

    }

    .block-popup-demo .box-popup .border-popup .list-item-popup .item .border-info .info-item .icon {
        width: 47px;
        height: 47px;
    }

    .block-popup-demo .box-popup .border-popup .list-item-popup .item .border-info .info-item .heading {

        font-size: 9.88px;
        font-weight: 600;
        line-height: 14.31px;
        letter-spacing: 0.1em;

    }
}

@media (max-width: 767.98px) {
    .block-popup-demo, .block-popup-newsletter {
        overflow: auto;
    }

    .block-popup-demo .box-popup, .block-popup-newsletter .box-popup {
        top: 185px;
        transform: translateX(0);
        margin-bottom: 285px;
    }

    .block-popup-demo .box-popup .border-popup:after, .block-popup-newsletter .box-popup .border-popup:after {
        background-image: url(../images/at-mb.png);
        width: 107px;
        height: 238px;
    }

    .block-popup-demo .box-popup .border-popup:before, .block-popup-newsletter .box-popup .border-popup:before {
        background-image: url(../images/bf-mb.png);
        width: 131px;
        height: 312px;
    }

    .block-popup-demo .box-popup .border-popup .list-item-popup {
        flex-direction: column;
        gap: 58px;
        margin-top: 8px;
    }

    .block-popup-demo .box-popup .border-popup .list-item-popup .item {
        position: relative;
        padding: 20px 0;
    }

    .block-popup-demo .box-popup .border-popup .list-item-popup .item:not(:last-child):after {
        content: "";
        position: absolute;
        left: 50%;
        top: 100%;
        transform: translateX(-50%);
        width: 6px;
        height: 58px;
        background-image: url(../images/mb.png);
        background-repeat: no-repeat;
        background-size: cover;
        pointer-events: none;
    }

    .block-popup-demo .box-popup .border-popup .list-item-popup .item:not(:last-child) .border-info:after {
        content: none;
    }

    .block-popup-demo .box-popup .border-popup .list-item-popup .item .border-info {
        width: 140px;
        height: 140px;
    }

}

@media only screen and (max-height: 570px) {
    .block-popup-newsletter .form-main-contact .item  {
        width: 100%;
    }
}


@media only screen and (max-height: 450px) {
    .group-button-sticky .border-all .btn-sticky {
        min-height: 32px;
        padding: 0 15px;
    }
    .group-button-sticky {
        bottom: 10px !important;
    }
    footer.footer.footer-corp {
        padding-bottom: 105px;
    }
}