:root {
    --bg-color: #1c222d;
    --highlight-text: #17a71b;
    --template-sprite: url(/sites/zweb/images/forms/templates/zf-template-sprite.png);
}
.i18n-ja .zwc-template-thumb-list {
    margin-top: 0;
}
.i18n-ja .zwc-template-search {
    display: none;
}
.other-lang a.btn-temp {
    font-size: 13px;
    text-align: left;
    padding: 10px 12px 10px 43px;
}
.other-lang .temp-hover {
    width: 220px;
}
.zwc-template-section .content-wrap {
    max-width: 1350px;
}
.template-iframe {
    display: none;
}
span.mob-panel {
    display: none;
}
img{
    display: block; 
}
h1 {
    font-size: 70px;
    line-height: 1;
}
body h2 {
    font-size: 36px;
    font-family: var(--primaryfont-bold);
    line-height: 1.15;
    margin-bottom: 30px;
}
a.act-btn.cta-btn {
    padding: 15px 40px;
    border-radius: 3px;
}
.zwc-template-thumb-list {
    display: flex;
    overflow: hidden;
    max-width: 1920px;
    margin: -130px auto 0;
    opacity: 1;
    background: #1c222d;
    z-index: 1;
    position: relative;
}
.zwc-thumb-item {
    display: flex;
    --gap: 20px;
    gap: var(--gap);
    justify-content: space-around;
    align-items: end;
}
ul.zwc-thumb-item li {
    opacity: .3;
    width: 290px;
}
ul.zwc-thumb-item li img {
    border-top-left-radius:15px;
    border-top-right-radius:15px;
}
.iframe {
    height: 750px;
    transition: all 2s ease-out;
    margin: -25px;
}
.iframe iframe {
    width: 100%;
}
.rows {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.rows > div {
    flex: calc(33% - 15px);
    max-width: calc(33% - 15px);
}

.tabs-menu ul li a {
    color: #000;
    padding: 8px 20px 8px 28px;
}

.zwc-template-main {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    -ms-flex-pack: center;
}
.zwc-template-search input#search {
    width: 100%;
    padding: 17px 55px 17px 25px;
    display: inline-block;
    min-height: 70px;
    color: #000;
    border: 0;
    font-family: var(--zf-primary-regular);
    border-radius: 60px;
    font-size: 22px;
}
.zwc-template-search:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    right: 30px;
    top: 5px;
    bottom: 0;
    margin: auto;
    background: url(/sites/zweb/images/commonroot/common-elements.svg);
    background-size: 960px auto;
    background-position: -456px 0;
    z-index: 10;
    opacity: .7;
}
.zwc-template-search {
    width: 100%;
    display: inline-block;
    position: relative;
    max-width: 670px;
    margin-top: 30px;
    z-index: 10;
}
.zwc-template-search .search_result {
    display: none;
    width: 100%;
    height: 420px;
    padding: 20px;
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 1;
    background: #fff;
    box-shadow: 0 3px 10px #89878729;
    border-radius: 10px;
    text-align: left;
}

.zwc-template-search li.temp-not-found {
    color: #000;
    font-size: 19px;
    text-align: center;
}
.zwc-template-search .search_val li {
    margin-bottom: 5px;
    font-family: var(--zf-secondary-medium);
}
.zwc-template-search .search_val li a {
    color: #000;
    font-size: 18px;
    display: block;
    padding: 10px 15px;
}
.zwc-template-search .search_val li a:hover {
    background: #f3f3f3;
}
ul.search_val {
    max-height: 340px;
    overflow-y: scroll;
    text-align: left;
    padding-right: 20px
}
.zwc-template-search .search_val li:last-child {
    margin: 0;
}
.zwc-template-main .tabs-menu {
    flex: 0 0 25%;
    max-width: 25%;
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-right: 30px;
}

.zwc-template-main .zwc-template-list {
    flex: 0 0 75%;
    max-width: 75%;
}
.zw-product-header, .zwc-template-banner-wrap,.zwc-template-banner-section {
    background-color: var(--bg-color);
}
.zw-product-header::before,
.zwc-template-banner-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: radial-gradient(#949494 1.4px, transparent 0);
    background-size: 40px 40px;
    background-position: 0 0;
    opacity: .1;
}
.zwc-template-banner-wrap {
    padding: 4em 0 1em;
    color: #fff;
    position: relative;
}
ul.zwc-template-menu-list {
    display: none;
    max-height: calc(55vh - 90px);
    overflow: auto;
}
.zwc-template-acccordion-content.zwc-temp-acc-active span.zwc-temp-title {
    pointer-events: none;
}
.zwc-temp-acc-active span.zwc-temp-title {
    color: var(--highlight-text);
    font-family: var(--primaryfont-semibold);
}
.zwc-template-acccordion-content.zwc-temp-acc-active span.zarrow::before, 
.zwc-template-acccordion-content.zwc-temp-acc-active span.zarrow::after {
    background: var(--highlight-text);
}
span.zwc-temp-title {
    font-size: 18px;
    color: #000;
}
span.zwc-temp-title a {
    color: #000;
}
.zwc-template-acccordion-content {
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 0 20px 25px;
    position: relative;
}
.zwc-template-acccordion-content:last-child {
    border: 0;
}
.zwc-template-acccordion-content:before {
    content: "";
    background: var(--template-sprite) no-repeat;
    background-size: 150px auto;
    background-position: 0 -1px;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 25px;
    transition: all .5s ease;
}
span.zwc-temp-title,span.zwc-temp-title a {
    display: block;
    position: relative;
    cursor: pointer;
}
.zwc-template-types::before {
    background-position: -21px 0;
    width: 20px;
    height: 20px;
}
.zwc-temp-acc-active.zwc-template-types::before {
    background-position: -20px -21px;
}
.zwc-template-industry::before {
    background-position: -45px 0;
    height: 19px;
    width: 18px;
}
.zwc-temp-acc-active.zwc-template-industry::before {
    background-position: -45px -21px;
}
.zwc-template-role::before {
    background-position: -68px -1px;
    width: 22px;
    left: -2px;
}
.zwc-temp-acc-active.zwc-template-role::before {
    background-position: -68px -23px;
}
.tabs-menu li a::before {
    content: "";
    background: var(--template-sprite) no-repeat;
    background-size: 200px auto;
    background-position: -134px -31px;
    position: absolute;
    width: 11px;
    height: 13px;
    border-radius: 50%;
    top: 50%;
    left: 14px;
    transform: translate(-50%,-50%);
    transition: all 0.3s ease-out;
}
.tabs-menu ul li.active a:before {
    background-position: -121px -31px;
}
.tabs-menu li {
    margin: 12px 0;
}
.tabs-menu li b {
    background: #eaeaea;
    display: flex;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 11px;
}
.tabs-menu li.active {
    background: #ebfdec;
    border-radius: 50px;
}
.tabs-menu li.active.all-templates {
    padding: 6px 10px;
}
.tabs-menu li a {
    display: block;
    position: relative;
    padding: 0 15px;
}
.tabs-menu ul li.active a {
    color: var(--highlight-text);
    font-family: var(--primaryfont-semibold);
}
span.zarrow::before,span.zarrow::after {
    content: '';
    position: absolute;
    display: block;
    right: -9px;
    width: 9px;
    height: 2px;
    background: #c9c9c9;
    transition: all .5s;
}

span.zarrow::before {
    top: 5px;
    transform: rotate(-45deg);
    right: 3px;
}

span.zarrow::after {
    right: inherit;
    left: 3px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 5px;
}

span.zarrow {
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px;
    height: 15px;
    transition: all .5s ease;
    transform: translate(-50%,-50%) rotate(-90deg);
}
.zwc-template-acccordion .zwc-temp-acc-active span.zarrow {
    transform: translate(-50%,-50%) rotate(0);
}
.zwc-template-acccordion li.active span.zarrow {
    opacity: 1;
    visibility: visible;
    right: -5px;
}
.zwc-template-content {
    overflow: hidden;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.temp-hover a:before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    background: url(/sites/zweb/images/commonroot/common-elements.svg) no-repeat;
    background-size: 1800px auto;
    background-position: -1754px -78px;
    width: 24px;
    height: 15px;
    filter: invert(1);
    transform: translateY(-50%);
}
a.btn-temp.btn-view.use-this {
    background: #17a71b;
    border-color: #17a71b;
}
a.btn-temp.btn-view.use-this:before {
    background-position: -330px 0;
    height: 15px;
    width: 15px;
    background-size: 660px auto;
}
.zwc-template-image {
    position: relative;
    height: 300px;
    overflow: hidden;
    margin: 0;
    background: #ecebe5;
    padding: 10px;
}
.temp-hover {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%,-50%);
    width: 180px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}
.zwc-template-content h4 {
    margin: 0;
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
}
.template-details h2 {
    font-family: var(--secondaryfont-bold);
    font-size: 20px;
    position: relative;
    margin-bottom: 12px;
}
.template-details:hover .temp-hover {
    margin-bottom: 0;
}
.zwc-template-section {
    padding: 6em 0;
}
.banner-content {
    text-align: center;
    margin: 0 auto;
    max-width: 900px;
}
a.btn-temp {
    font-family: var(--zf-secondary-semibold);
    color: #fff;
    display: block;
    text-align: center;
    padding: 10px 12px 10px 40px;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 50px;
    position: relative;
}
.zwc-template-list .col:hover .temp-hover {
    opacity: 1;
    visibility: visible;
}
.zwc-template-list .col {
    background: #f4f4f4;
    border-radius: 10px;
}
.zwc-template-image img{
    position: relative;
    transition: all 4s;
    max-width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.template-details {
    padding: 20px 20px;
}
.zwc-template-content::before {
    background: #031904;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all .7s ease;
}
.zwc-template-list .col:hover .zwc-template-content::before {
    opacity: 0.6;
}
.zwc-template-name li.zwc-forms-template-name h1 {
    font-size: 20px;
    font-family: var(--zf-secondary-semibold);
    margin: 0;
}
.zwc-template-list .temp-hover > a.btn-temp:first-child:hover {
    color: #000000;
    background: #fff;
}
.zwc-template-list .temp-hover > a.btn-temp:first-child:hover:before {
    filter: invert(0);
}
@media screen and (max-width:1280px) {
    h1 {
        font-size: 50px;
    }   
   
    body h2 {
        font-size: 28px;
    }   
}

@media screen and (max-width:1199px) {
    ul.zwc-thumb-item li {
        width:200px
    }
    .zwc-template-main .tabs-menu {
        flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        max-width: 25%;
    }
    .zwc-template-main .zwc-template-list {
        flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        max-width: 75%;
        padding-left: 50px;
    }
    .rows > div {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
        padding: 0 10px;
    }
}

@media screen and (max-width:1023px) {
    .zwc-template-banner-wrap {
        padding: 2em 0 3em;
    }
    .banner-content {
        max-width: 610px;
    }
    span.mob-panel {
        display: block;
    }
    .zwc-template-main .tabs-menu ul {
        padding-left: 5px;
    }
    .zwc-template-main .zwc-template-list {
        padding-left: 0;
    }
    .zwc-template-main .tabs-menu,
    .zwc-template-main .zwc-template-list {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
    }
    span.mob-panel {
        background: #fff;
        width: 40px;
        height: 40px;
        display: block;
        border: 1px solid #ccc;
        border-radius: 0 5px 5px 0;
        position: absolute;
        right: -40px;
        border-left: 0;
        top: -1px;
    }
    
    span.mob-panel::after {
        content: '+';
        width: 10px;
        height: 10px;
        position: absolute;
        left: 45%;
        top: 15%;
        color: #8e8e8e;
        font-size: 24px;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
    }
    
    
    .zwc-template-main .tabs-menu {
        background: #fff;
        width: 230px;
        position: fixed;
        top: 80px;
        left: -232px;
        z-index: 10;
        /* box-shadow: 0 0 40px #e8e8e8; */
        border: 1px solid #ccc;
        transition: all .6s ease;
        -webkit-transition: all .6s ease;
        opacity: 0;
        visibility: hidden;
    }
    .zwc-template-main .tabs-menu.show {
        opacity: 1;
        visibility: visible;
    }
    
    .zwc-template-main .tabs-menu.active {
        left: -1px;
    }
    .zwc-template-main .tabs-menu.active span.mob-panel::after {
        content: "-";
    }
    .zwc-template-section {
        padding: 3em 0 1em;
    }
.tabs-menu ul li a {
        font-size: 14px;
    }
    .tabs-menu li {
        margin: 6px 0;
    }
    span.zwc-temp-title {
        font-size: 15px;
        padding-left: 30px
    }
    .zwc-template-acccordion-content {
        padding: 20px 0 20px 0
    }
    .tabs-menu li a::before {
        transform: translate(-50%,-50%) scale(0.8);
        left: 15px;
    }
    .zwc-template-acccordion-content:before {
        left: 4px;
        top: 22px;
    }
    .zwc-template-menu-list li a span {
        top: 9px;
        right: 6px;
        font-size: 11px;
        width: 18px;
        height: 18px
    }
    .zwc-template-acccordion {
        overflow: auto;
        max-height: calc(90vh - 60px)
    }
    .zwc-template-main .tabs-menu {
        width: 270px;
        left: -270px;
        padding-right: 0;
    }

}

@media screen and (max-width:767px) {
    h1 {
        font-size: 40px;
    }
    .zwc-template-search input#search {
        min-height: fit-content;
        padding: 18px 55px 18px 25px;
        font-size: 17px;
    }
    .zwc-template-search .search_result {
        top: 72px;
    }
    .zwc-template-search:before {
        transform: scale(0.8);
        transform-origin: right top;
    }
     ul.zwc-thumb-item li {
        width:150px
    }
    .zwc-template-section .content-wrap {
        width: 100%;
        padding: 0 10px;
    }
    .zwc-template-section {
        padding: 3em 0;
    }
    a.btn-temp {
        padding: 10px 5px;
    }
    .zwc-template-main .tabs-menu ul {
        overflow: scroll;
        height: 450px;
    }
}
@media screen and (max-width:480px) {
    .rows > div {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
        padding: 0 10px;
    }
    .zwc-template-main .zwc-template-list {
        max-width: 400px;
        margin: 0 auto;
    }
}