/*******************************************************
 *
 * General
 *
 *******************************************************/

#inner-page-wrapper>.container {
    width: 100%;
    padding: 0;
}

#ip-spaces-voffice {
    position: relative;
    display: block;
}

#ip-spaces-voffice .spaces-voffice-custom-container-xl {
    width: 1312px;
    padding: 0 20px;
}

#ip-spaces-voffice .spaces-voffice-banner {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 auto;
}

#ip-spaces-voffice .spaces-voffice-banner-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

#ip-spaces-voffice .spaces-voffice-banner-img {
    position: relative;
    display: block;
    width: 100%;
    min-height: calc(min(920px, 100vw));
}

#ip-spaces-voffice .spaces-voffice-banner-img:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.34);
}

#ip-spaces-voffice .spaces-voffice-banner-img .container {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 80px auto;
    padding: 30px 30px 10px;
    width: 1312px;
    max-width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

#ip-spaces-voffice .spaces-voffice-banner-img .inner-container {
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    max-width: 50%;
    height: auto;
}

#ip-spaces-voffice .spaces-voffice-banner-img>div h3,
#ip-spaces-voffice .spaces-voffice-banner-img>div ul,
#ip-spaces-voffice .spaces-voffice-banner-img>div p {
    position: relative;
    display: block;
    margin: 0;
    color: var(--white-color-1);
}

#ip-spaces-voffice .spaces-voffice-banner-img>div h3 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: 0.01em;
}

#ip-spaces-voffice .spaces-voffice-banner-img>div ul {
    margin: 30px 0 0;
}

#ip-spaces-voffice .spaces-voffice-banner-img>div ul li {
    display: block;
    color: var(--white-color-1);
}

#ip-spaces-voffice .spaces-voffice-banner-img>div ul.w-check li {
    display: flex;
    align-items: baseline;
}

#ip-spaces-voffice .spaces-voffice-banner-img>div ul.w-check li:before {
    content: "";
    position: relative;
    top: -2px;
    display: block;
    width: 12px;
    height: 9px;
    background-image: url("../../svg/checked.svg");
    background-size: cover;
    filter: brightness(0) invert(1);
    margin-right: 15px;
    flex-shrink: 0;
}

#ip-spaces-voffice .spaces-voffice-banner-img>div p {
    margin-top: 30px;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.4px;
}

#ip-spaces-voffice .spaces-voffice-banner-img>img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

#ip-spaces-voffice .spaces-voffice-banner-form-wrap {
    width: calc(100% / 2);
    top: 0;
    right: 0;
    padding: 0 60px;
    height: 100%;
    z-index: 5;
}

#ip-spaces-voffice .spaces-voffice-banner-form {
    position: relative;
    display: block;
    margin: auto 0;
    width: max-content;
    background: var(--secondary-color);
    padding: 30px 40px;
}

#ip-spaces-voffice .spaces-voffice-banner-form .site-form {
    width: 100%;
    max-width: 455px;
}

#ip-spaces-voffice .spaces-voffice-banner-form .site-form .form-col {
    width: 100%;
}

#ip-spaces-voffice .spaces-voffice-banner-form .site-form .form-col {
    width: 100%;
}

#ip-spaces-voffice .spaces-voffice-banner-form .site-form .form-col .daterangepicker {
    top: 100% !important;
    bottom: auto !important;
}

#ip-spaces-voffice .spaces-voffice-banner-form .site-form .form-col.col-sm {
    width: calc(50% - 7px);
}

#ip-spaces-voffice .spaces-voffice-banner-form p {
    margin: 15px 0 0;
    font-size: 14px;
}

#ip-spaces-voffice .spaces-voffice-packages-container {
    background-color: var(--secondary-color);
    padding: 60px 0;
}

#ip-spaces-voffice .spaces-voffice-desc,
#ip-spaces-voffice .spaces-voffice-desc-inner,
#ip-spaces-voffice .spaces-voffice-desc-txt {
    display: block;
    position: relative;
}

#ip-spaces-voffice .spaces-voffice-desc {
    margin: 0;
}

#ip-spaces-voffice .spaces-voffice-desc-txt {
    margin: 0 auto;
    max-width: 760px;
    text-align: center;
}

#ip-spaces-voffice .spaces-voffice-desc-txt h3 {
    font-size: 40px;
    line-height: 48px;
    color: var(--black-color-2);
    margin-bottom: 40px;
}

#ip-spaces-voffice .spaces-voffice-desc-txt p {
    margin: 0;
    color: var(--gray-color-1);
    font-size: 16px;
    line-height: 24px;
}

#ip-spaces-voffice .spaces-voffice-desc-txt p+p {
    margin-top: 22px;
}

#ip-spaces-voffice .spaces-voffice-packages-cards {
    gap: 16px;
}

#ip-spaces-voffice .spaces-voffice-packages-card-col {
    width: calc(calc(100% / 3) - 16px);
    flex: 1 0 0;
}

#ip-spaces-voffice .spaces-voffice-packages-card-col .spaces-voffice-packages-card-item {
    background: var(--white-color-1);
    border-radius: 15px 15px 0px 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}

#ip-spaces-voffice .spaces-voffice-packages-card-col:last-of-type .spaces-voffice-packages-card-item {
    height: auto;
}

#ip-spaces-voffice .spaces-voffice-packages-card-header {
    padding: 30px 32px;
    background: var(--primary-color);
    border-radius: 15px 15px 0px 0px;
    gap: 10px;
}

#ip-spaces-voffice .spaces-voffice-packages-card-header.popular-item {
    background: var(--black-color-2);
}

#ip-spaces-voffice .spaces-voffice-packages-card-name {
    gap: 15px;
}

#ip-spaces-voffice .spaces-voffice-packages-card-name h3 {
    font-size: 32px;
    line-height: 38.4px;
    font-weight: 700;
    margin: 0;
    color: var(--white-color-1);
}

#ip-spaces-voffice .spaces-voffice-packages-content {
    padding: 32px;
    flex: 1 0 0;
}

#ip-spaces-voffice .spaces-voffice-packages-content .spaces-voffice-packages-content-text {
    width: 100%;
}

#ip-spaces-voffice .package-price {
    font-size: 24px;
    margin: 0 0 8px;
}

#ip-spaces-voffice .package-billing-period {
    width: max-content;
    font-size: 14px;
    line-height: 21px;
    color: var(--gray-color-1);
    background: var(--secondary-color);
    border-radius: 62px;
    padding: 4px 10px;
    margin-bottom: 16px;
}

#ip-spaces-voffice .package-description {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--gray-color-1);
    margin-bottom: 24px;
}

#ip-spaces-voffice .package-perks-list {
    display: flex;
    flex-direction: column;
    padding: 24px 0;
    margin: 0;
    border-top: 1px solid rgba(65, 159, 248, 0.15);
}

#ip-spaces-voffice .featured-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 16px;
}

#ip-spaces-voffice .featured-item .icon-check {
    width: 16px;
    height: 16px;
    margin-top: 4px;
}

#ip-spaces-voffice .featured-item .icon-check img {
    width: 100%;
    height: 100%;
}

#ip-spaces-voffice .featured-item .name {
    flex: 1 0 0;
}

#ip-spaces-voffice .featured-item .name * {
    margin: 0;
}

#ip-spaces-voffice .spaces-voffice-packages-card-header.popular-item .popular-item-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 213px;
    gap: 10px;
    border-radius: 30px;
    background: var(--red-color-3);
    color: var(--white-color-1);
    padding: 3px 0;
}

#ip-spaces-voffice .spaces-voffice-packages-card-header.popular-item .popular-item-badge-text {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

#ip-spaces-voffice .spaces-voffice-packages-card-header.popular-item .icon-container {
    width: 20px;
    height: 20px;
}

#ip-spaces-voffice .spaces-voffice-packages-card-header.popular-item .icon-container img {
    width: 100%;
    height: 100%;
}

#ip-spaces-voffice .spaces-voffice-packages-cards-inquire {
    width: 100%;
}

#ip-spaces-voffice .spaces-voffice-packages-cards-inquire .site-button {
    width: 100%;
}

#ip-spaces-voffice .spaces-voffice-choose-loft-container {
    padding-top: 60px;
}

#ip-spaces-voffice .choose-loft-items-box-container {
    gap: 16px;
    margin-top: 8px;
}

#ip-spaces-voffice .img-box {
    text-align: center;
    padding: 24px 24px 32px 24px;
    border: 1px solid var(--gray-color-3);
    width: calc(calc(100% / 3) - 16px);
}

#ip-spaces-voffice .img-box h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin: 24px 0 8px;
}

#ip-spaces-voffice .img-box p {
    margin: 0;
}

/* FAQ */
body:not(.home) #inner-page-wrapper {
    margin-bottom: 0;
}
#ip-spaces-voffice .spaces-voffice-faq {
    background-color: var(--secondary-color);
    padding: 60px 0;
}
#ip-spaces-voffice .spaces-voffice-faq,
#ip-spaces-voffice .spaces-voffice-faq-inner {
    position: relative;
    display: block;
}

#ip-spaces-voffice .spaces-voffice-faq {
    margin-top: 60px;
}

#ip-spaces-voffice .spaces-voffice-faq-inner>h3 {
    position: relative;
    display: block;
    text-align: center;
}

#ip-spaces-voffice .spaces-voffice-faq-list {
    position: relative;
    display: block;
    width: 770px;
    max-width: 100%;
    margin: 0 auto;
}

#ip-spaces-voffice .spaces-voffice-faq-list-title {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.67;
    color: var(--black-color-2);
    /* border-bottom: 1px solid var(--light-color-3); */
    border-bottom: 1px solid var(--black-color-2)38;
    padding: 30px 72px 30px 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#ip-spaces-voffice .spaces-voffice-faq-list-title.active {
    border-bottom: none;
}

#ip-spaces-voffice .spaces-voffice-faq-list-title.active:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#ip-spaces-voffice .spaces-voffice-faq-list-title:after {
    content: '';
    position: absolute;
    top: calc(50% - 4.5px);
    right: 30px;
    background: transparent url(../../svg/arrow-down.svg) no-repeat;
    background-position: center center;
    width: 12px;
    height: 9px;
}

#ip-spaces-voffice .spaces-voffice-faq-list-content {
    position: relative;
    margin-top: -30px;
    padding: 30px 95px 30px 30px;
    border-bottom: 1px solid var(--light-color-3);
    display: none;
}

#ip-spaces-voffice .spaces-voffice-faq-list-content p {
    margin: 0;
}

#ip-spaces-voffice .spaces-voffice-faq-text {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 30px;
}

#ip-spaces-voffice .spaces-voffice-faq-text p {
    margin: 0;
}

/*******************************************************
 *
 * Media Queries
 *
 *******************************************************/

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1366px) {
    #ip-spaces-voffice .spaces-voffice-custom-container-xl {
        width: 100%;
        padding: 0 20px;
    }
}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1199px) {
    #ip-spaces-voffice .spaces-voffice-banner-form {
        padding: 20px 30px;
    }

    #ip-spaces-voffice .package-billing-period {
        width: 100%;
    }

    #ip-spaces-voffice .spaces-voffice-packages-card-col {
        width: 427px;
        margin: 0 auto;
        flex: unset;
    }

    #ip-spaces-voffice .img-box {
        width: calc(calc(100% / 2) - 16px);
    }

    
    #ip-spaces-voffice .spaces-voffice-banner-img>div h3 {
        font-size: 40px;
        line-height: 1.267;
    }

    #ip-spaces-voffice .spaces-voffice-banner-img>div p {
        font-size: 16px;
        line-height: 1.7;
    }
}

@media only screen and (max-width: 991px) {

    #ip-spaces-voffice .spaces-voffice-banner-form {
        width: 100%;
        position: relative;
        background: var(--white-color-1);
        padding: 0;
    }

    #ip-spaces-voffice .spaces-voffice-banner-img .inner-container {
        max-width: 100%;
        margin: auto;
    }

    #ip-spaces-voffice .spaces-voffice-banner-form-wrap {
        width: 100%;
        position: relative;
        background: var(--white-color-1);
        padding: 0;
    }

    #ip-spaces-voffice .spaces-voffice-banner-form {
        width: 450px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    #ip-spaces-voffice .spaces-voffice-banner-inner {
        display: block;
    }

    #ip-spaces-voffice .spaces-voffice-banner-img {
        width: 100%;
        display: flex;
        align-items: center;
        flex-flow: row wrap;
    }

    #ip-spaces-voffice .spaces-voffice-banner-form {
        margin: 0 auto;
        max-width: 100%;
        padding: 30px;
    }

    #ip-spaces-voffice .spaces-voffice-banner-img {
        min-height: 550px;
        max-height: 700px;
    }

    #ip-spaces-voffice .spaces-voffice-banner-img>div,
    #ip-spaces-voffice .spaces-voffice-banner-img>div ul {
        text-align: center;
    }

    #ip-spaces-voffice .spaces-voffice-banner-img>div ul.w-check li {
        justify-content: center;
    }

    #ip-spaces-voffice .spaces-voffice-banner-img>div {
        position: relative;
        right: 0;
        bottom: 0;
    }

    #ip-spaces-voffice .spaces-voffice-banner-form {
        padding-bottom: 0;
    }

    #ip-spaces-voffice .spaces-voffice-banner-form h3 {
        text-align: center;
    }

    #ip-spaces-voffice .img-box {
        width: 360px;
    }
}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 480px) {}