.pc_hero-area__action-btn {
    cursor: pointer;
}

.jq-checkbox,
.jq-radio {
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.jq-checkbox input,
.jq-radio input {
    position: absolute;
    z-index: -1;
    margin: 0;
    padding: 0;
    opacity: 0
}

.jq-file {
    position: relative;
    display: inline-block;
    overflow: hidden
}

.jq-file input {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
    font-size: 100px;
    line-height: 1em
}

.jq-file__name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.jq-selectbox,
.jq-select-multiple {
    position: relative;
    display: inline-block
}

.jq-selectbox select,
.jq-select-multiple select {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    opacity: 0
}

.jq-selectbox li,
.jq-select-multiple li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.jq-selectbox {
    z-index: 10
}

.jq-selectbox__select {
    position: relative
}

.jq-selectbox__select-text {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    text-overflow: ellipsis
}

.jq-selectbox__dropdown {
    position: absolute
}

.jq-selectbox__search input {
    -webkit-appearance: textfield
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none
}

.jq-selectbox__dropdown ul {
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    list-style: none;
    -webkit-overflow-scrolling: touch
}

.jq-select-multiple ul {
    position: relative;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

.jq-number {
    display: inline-block
}

.jq-number__field input {
    -moz-appearance: textfield;
    text-align: left
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none
}

#pc_hero-area .flexslider {
    height: auto
}

.pc-hero-content {
    padding: 10vh 70px;
    min-height: 362px;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 6
}

@media (max-width: 868px) {
    .pc-hero-content {
        padding: 7.5vh 40px
    }
}

@media (max-width: 678px) {
    .pc-hero-content {
        padding: 5vh 20px
    }
}

.pc-hero-content > * + * {
    margin-top: 30px
}

.pc-hero-content > * {
    width: 100%
}

.banner-width__full {
    max-width: 100%!important
}

.banner-width__wrap {
    max-width: 100%;
    width: 1440px;
    margin: 0 auto
}

.pc-hero-content {
    min-height: 650px
}

.pc-hero-content__short {
    min-height: 250px
}

.pc-hero-content__medium {
    min-height: 450px
}

.pc-hero-content__full {
    width: 100%
}

.pc-hero-content__half {
    width: 50%;
    max-width: 100%
}

.pc-hero-content__third {
    width: 66%;
    max-width: 100%
}

.pc-hero-content__left {
    margin-right: auto
}

.pc-hero-content__middle {
    margin-left: auto;
    margin-right: auto
}

.pc-hero-content__right {
    margin-left: auto
}

.pc-hero-content__bottom_v,
.pc-hero-content__middle_v,
.pc-hero-content__top_v {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.pc-hero-content__bottom_v {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.pc-hero-content__middle_v {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pc-hero-content__top_v {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

#pc_hero-area_skip-arrow {
    position: absolute;
    bottom: 5vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 6;
    opacity: .5;
    -webkit-transition: ease .2s;
    transition: ease .2s
}

#pc_hero-area_skip-arrow:hover {
    -webkit-transform: translateX(-50%) scale(.95);
    transform: translateX(-50%) scale(.95);
    opacity: .8;
    -webkit-transition: ease .2s;
    transition: ease .2s
}

#pc_ha_gradient {
    width: 100%;
    height: 5vh;
    position: absolute;
    bottom: -5vh;
    left: 0
}

#pc_ha_repeater {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 3
}

#pc_ha_image {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 6;
    width: 100%
}

#pc_ha_image img {
    width: 100%
}

#pc_ha_overlay_color,
#pc_ha_overlay_texture {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#pc_ha_overlay_texture {
    opacity: .5
}

.pc--s {
    box-sizing: border-box;
    width: 100%;
    background-size: cover;
    position: relative;
    font-family: 'Roboto', Arial, sans-serif;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s
}

.pc--s__no-paddings {
    padding: 0
}

.pc--s__left-paddings {
    padding-left: 70px
}

.pc--s__right-paddings {
    padding-right: 70px
}

.pc--s__top-paddings {
    padding-top: 50px
}

.pc--s__all-paddings {
    padding: 50px 70px
}

.pc--s__bottom-paddings {
    padding-bottom: 50px
}

@media (max-width: 868px) {
    .pc--s {
        padding: 30px 40px
    }
}

@media (max-width: 678px) {
    .pc--s {
        padding: 30px 0
    }
}

.pc--s__img--eqvival {
    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: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pc--s__video,
.pc--s__embed,
.pc--s__map {
    overflow: hidden
}

.pc--s > *,
.pc--s > * {
    position: relative
}

.pc--s video.pc--s__bg-video,
.pc--s iframe.pc--s__bg-embed {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100vw;
    min-width: 100vw;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    margin: 0;
    border: none
}

.pc--s iframe.pc--s__bg-embed_onclick {
    pointer-events: all;
}

.pc--s div.acf-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1
}

.pc--s__top-divider {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    z-index: 100;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.pc--s__top-divider_cover-full .pc--s__top-divider {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.pc--s__top-divider_cover-out .pc--s__top-divider {
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%)
}

.pc--s__bottom-divider {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    z-index: 100;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.pc--s__bottom-divider_cover-full .pc--s__bottom-divider {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.pc--s__bottom-divider_cover-out .pc--s__bottom-divider {
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%)
}

.pc--r {
    position: relative;
    z-index: 5
}

.pc--r > * {
    -webkit-transition: ease .5s;
    transition: ease .5s
}

.pc--r.hidden-load > * {
    opacity: 0;
    -webkit-transition: ease .5s;
    transition: ease .5s
}

.pc--r.hidden-load:before {
    content: 'Loading...';
    position: absolute;
    top: 50%;
    left: 50%;
    color: #9f9fab;
    padding-top: 64px;
    font-size: 11px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPScxMjBweCcgaGVpZ2h0PScxMjBweCcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiIGNsYXNzPSJ1aWwtZ2VhcnMiPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJub25lIiBjbGFzcz0iYmsiPjwvcmVjdD48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjAsLTIwKSI+PHBhdGggZD0iTTc5LjksNTIuNkM4MCw1MS44LDgwLDUwLjksODAsNTBzMC0xLjgtMC4xLTIuNmwtNS4xLTAuNGMtMC4zLTIuNC0wLjktNC42LTEuOC02LjdsNC4yLTIuOWMtMC43LTEuNi0xLjYtMy4xLTIuNi00LjUgTDcwLDM1Yy0xLjQtMS45LTMuMS0zLjUtNC45LTQuOWwyLjItNC42Yy0xLjQtMS0yLjktMS45LTQuNS0yLjZMNTkuOCwyN2MtMi4xLTAuOS00LjQtMS41LTYuNy0xLjhsLTAuNC01LjFDNTEuOCwyMCw1MC45LDIwLDUwLDIwIHMtMS44LDAtMi42LDAuMWwtMC40LDUuMWMtMi40LDAuMy00LjYsMC45LTYuNywxLjhsLTIuOS00LjFjLTEuNiwwLjctMy4xLDEuNi00LjUsMi42bDIuMSw0LjZjLTEuOSwxLjQtMy41LDMuMS01LDQuOWwtNC41LTIuMSBjLTEsMS40LTEuOSwyLjktMi42LDQuNWw0LjEsMi45Yy0wLjksMi4xLTEuNSw0LjQtMS44LDYuOGwtNSwwLjRDMjAsNDguMiwyMCw0OS4xLDIwLDUwczAsMS44LDAuMSwyLjZsNSwwLjQgYzAuMywyLjQsMC45LDQuNywxLjgsNi44bC00LjEsMi45YzAuNywxLjYsMS42LDMuMSwyLjYsNC41bDQuNS0yLjFjMS40LDEuOSwzLjEsMy41LDUsNC45bC0yLjEsNC42YzEuNCwxLDIuOSwxLjksNC41LDIuNmwyLjktNC4xIGMyLjEsMC45LDQuNCwxLjUsNi43LDEuOGwwLjQsNS4xQzQ4LjIsODAsNDkuMSw4MCw1MCw4MHMxLjgsMCwyLjYtMC4xbDAuNC01LjFjMi4zLTAuMyw0LjYtMC45LDYuNy0xLjhsMi45LDQuMiBjMS42LTAuNywzLjEtMS42LDQuNS0yLjZMNjUsNjkuOWMxLjktMS40LDMuNS0zLDQuOS00LjlsNC42LDIuMmMxLTEuNCwxLjktMi45LDIuNi00LjVMNzMsNTkuOGMwLjktMi4xLDEuNS00LjQsMS44LTYuN0w3OS45LDUyLjYgeiBNNTAsNjVjLTguMywwLTE1LTYuNy0xNS0xNWMwLTguMyw2LjctMTUsMTUtMTVzMTUsNi43LDE1LDE1QzY1LDU4LjMsNTguMyw2NSw1MCw2NXoiIGZpbGw9IiM4ZjhmOGYiPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSI5MCA1MCA1MCIgdG89IjAgNTAgNTAiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGVUcmFuc2Zvcm0+PC9wYXRoPjwvZz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMCwyMCkgcm90YXRlKDE1IDUwIDUwKSI+PHBhdGggZD0iTTc5LjksNTIuNkM4MCw1MS44LDgwLDUwLjksODAsNTBzMC0xLjgtMC4xLTIuNmwtNS4xLTAuNGMtMC4zLTIuNC0wLjktNC42LTEuOC02LjdsNC4yLTIuOWMtMC43LTEuNi0xLjYtMy4xLTIuNi00LjUgTDcwLDM1Yy0xLjQtMS45LTMuMS0zLjUtNC45LTQuOWwyLjItNC42Yy0xLjQtMS0yLjktMS45LTQuNS0yLjZMNTkuOCwyN2MtMi4xLTAuOS00LjQtMS41LTYuNy0xLjhsLTAuNC01LjFDNTEuOCwyMCw1MC45LDIwLDUwLDIwIHMtMS44LDAtMi42LDAuMWwtMC40LDUuMWMtMi40LDAuMy00LjYsMC45LTYuNywxLjhsLTIuOS00LjFjLTEuNiwwLjctMy4xLDEuNi00LjUsMi42bDIuMSw0LjZjLTEuOSwxLjQtMy41LDMuMS01LDQuOWwtNC41LTIuMSBjLTEsMS40LTEuOSwyLjktMi42LDQuNWw0LjEsMi45Yy0wLjksMi4xLTEuNSw0LjQtMS44LDYuOGwtNSwwLjRDMjAsNDguMiwyMCw0OS4xLDIwLDUwczAsMS44LDAuMSwyLjZsNSwwLjQgYzAuMywyLjQsMC45LDQuNywxLjgsNi44bC00LjEsMi45YzAuNywxLjYsMS42LDMuMSwyLjYsNC41bDQuNS0yLjFjMS40LDEuOSwzLjEsMy41LDUsNC45bC0yLjEsNC42YzEuNCwxLDIuOSwxLjksNC41LDIuNmwyLjktNC4xIGMyLjEsMC45LDQuNCwxLjUsNi43LDEuOGwwLjQsNS4xQzQ4LjIsODAsNDkuMSw4MCw1MCw4MHMxLjgsMCwyLjYtMC4xbDAuNC01LjFjMi4zLTAuMyw0LjYtMC45LDYuNy0xLjhsMi45LDQuMiBjMS42LTAuNywzLjEtMS42LDQuNS0yLjZMNjUsNjkuOWMxLjktMS40LDMuNS0zLDQuOS00LjlsNC42LDIuMmMxLTEuNCwxLjktMi45LDIuNi00LjVMNzMsNTkuOGMwLjktMi4xLDEuNS00LjQsMS44LTYuN0w3OS45LDUyLjYgeiBNNTAsNjVjLTguMywwLTE1LTYuNy0xNS0xNWMwLTguMyw2LjctMTUsMTUtMTVzMTUsNi43LDE1LDE1QzY1LDU4LjMsNTguMyw2NSw1MCw2NXoiIGZpbGw9IiM5ZjlmYWIiPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDUwIDUwIiB0bz0iOTAgNTAgNTAiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGVUcmFuc2Zvcm0+PC9wYXRoPjwvZz48L3N2Zz4=) center top no-repeat;
    background-size: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.pc--r + .pc--r {
    margin-top: 40px
}

@media (max-width: 1150px) {
    .pc--r__mar-normal {
        padding: 27px
    }
}

@media (max-width: 992px) {
    .pc--r__mar-normal {
        padding: 23px
    }
}

@media (max-width: 878px) {
    .pc--r__mar-normal {
        padding: 20px
    }
}

@media (max-width: 768px) {
    .pc--r__mar-normal,
    .pc--r__mar-none {
        padding: 15px
    }
}

.pc--r__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.pc--r_pos-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.pc--r_pos-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pc--r_pos-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.pc--r_pos-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.pc--r__wrap.pc--r__col-1 .pc--c {
    width: 100%
}

.pc--r__wrap.pc--r__col-2 .pc--c {
    width: 50%
}

@media (min-width: 679px) {
    .pc--r__wrap.pc--r__col-2__ratio-left.pc--r__col-2 .pc--c:nth-of-type(odd) {
        width: 67%
    }
    .pc--r__wrap.pc--r__col-2__ratio-left.pc--r__col-2 .pc--c:nth-of-type(even) {
        width: 33%
    }
    .pc--r__wrap.pc--r__col-2__ratio-right.pc--r__col-2 .pc--c:nth-of-type(odd) {
        width: 33%
    }
    .pc--r__wrap.pc--r__col-2__ratio-right.pc--r__col-2 .pc--c:nth-of-type(even) {
        width: 67%
    }
    .pc--r__wrap.pc--r__col-2__ratio-left.pc--r__mar-normal .pc--c:nth-of-type(odd) {
        width: calc(67% - 20px)
    }
    .pc--r__wrap.pc--r__col-2__ratio-left.pc--r__mar-normal .pc--c:nth-of-type(even) {
        width: calc(33% - 20px)
    }
    .pc--r__wrap.pc--r__col-2__ratio-right.pc--r__mar-normal .pc--c:nth-of-type(odd) {
        width: calc(33% - 20px)
    }
    .pc--r__wrap.pc--r__col-2__ratio-right.pc--r__mar-normal .pc--c:nth-of-type(even) {
        width: calc(67% - 20px)
    }
}

.pc--r__wrap.pc--r__col-3 .pc--c {
    width: 33.3333%
}

.pc--r__wrap.pc--r__col-4 .pc--c {
    width: 25%
}

.pc--r__wrap.pc--r__col-5 .pc--c {
    width: 20%
}

.pc--r__wrap.pc--r__col-6 .pc--c {
    width: 16.6666667%
}

.pc--r__wrap.pc--r__col-2.pc--r__mar-normal .pc--c {
    width: calc(50% - 20px)
}

.pc--r__wrap.pc--r__col-3.pc--r__mar-normal .pc--c {
    width: calc(33.3333% - 20px)
}

.pc--r__wrap.pc--r__col-4.pc--r__mar-normal .pc--c {
    width: calc(25% - 20px)
}

.pc--r__wrap.pc--r__col-5.pc--r__mar-normal .pc--c {
    width: calc(20% - 20px)
}

.pc--r__wrap.pc--r__col-6.pc--r__mar-normal .pc--c {
    width: calc(16.6666667% - 20px)
}

.pc--c__content {
    padding: 15px 20px
}

.pc--r__col-3 .pc--c__content {
    padding: 13px 17px
}

.pc--r__col-4 .pc--c__content {
    padding: 11px 16px
}

.pc--r__col-5 .pc--c__content {
    padding: 10px 14px
}

.pc--r__col-6 .pc--c__content {
    padding: 7px 12px
}

.pc--r__wrap.pc--r__col-3.pc--r__mar-normal.pc--r__col-3__ratio-center .pc--c {
    width: calc(25% - 20px)
}

.pc--r__wrap.pc--r__col-3.pc--r__mar-normal.pc--r__col-3__ratio-center .pc--c:nth-child(3n+2) {
    width: calc(50% - 20px)
}

@media (max-width: 992px) {
    .pc--r__col-1 .pc--c__content,
    .pc--r__col-2 .pc--c__content,
    .pc--r__col-3 .pc--c__content {
        padding: 15px 20px
    }
    .pc--r__wrap.pc--r__col-4 .pc--c {
        width: 25%
    }
    .pc--r__wrap.pc--r__col-4.pc--r__mar-normal .pc--c {
        width: calc(50% - 20px)
    }
    .pc--r__wrap.pc--r__col-5 .pc--c {
        width: 25%
    }
    .pc--r__wrap.pc--r__col-5.pc--r__mar-normal .pc--c {
        width: calc(25% - 20px)
    }
    .pc--r__wrap.pc--r__col-6 .pc--c {
        width: 20%
    }
    .pc--r__wrap.pc--r__col-6.pc--r__mar-normal .pc--c {
        width: calc(20% - 20px)
    }
}

@media (max-width: 768px) {
    .pc--r__col-1 .pc--c__content,
    .pc--r__col-2 .pc--c__content,
    .pc--r__col-3 .pc--c__content,
    .pc--r__col-4 .pc--c__content {
        padding: 13px 18px
    }
    .pc--r__wrap.pc--r__col-2 .pc--c {
        width: 100%
    }
    .pc--r__wrap.pc--r__col-2.pc--r__mar-normal .pc--c {
        width: 100%
    }
    .pc--r__wrap.pc--r__col-3 .pc--c {
        width: 50%
    }
    .pc--r__wrap.pc--r__col-3.pc--r__mar-normal .pc--c {
        width: calc(50% - 20px)
    }
    .pc--r__wrap.pc--r__col-4 .pc--c {
        width: 50%
    }
    .pc--r__wrap.pc--r__col-4.pc--r__mar-normal .pc--c {
        width: calc(50% - 20px)
    }
    .pc--r__wrap.pc--r__col-5 .pc--c {
        width: 33.3333%
    }
    .pc--r__wrap.pc--r__col-5.pc--r__mar-normal .pc--c {
        width: calc(33.3333% - 20px)
    }
    .pc--r__wrap.pc--r__col-6 .pc--c {
        width: 25%
    }
    .pc--r__wrap.pc--r__col-6.pc--r__mar-normal .pc--c {
        width: calc(25% - 20px)
    }

    .pc--r__wrap.pc--r__col-3.pc--r__mar-normal.pc--r__col-3__ratio-center .pc--c {
        width: calc(50% - 20px)
    }

    .pc--r__wrap.pc--r__col-3.pc--r__mar-normal.pc--r__col-3__ratio-center .pc--c:nth-child(3n+2) {
        width: calc(100% - 20px);
        order: -1;
    }
}

@media (max-width: 689px) {
    .pc--r__col-1 .pc--c__content,
    .pc--r__col-2 .pc--c__content,
    .pc--r__col-3 .pc--c__content,
    .pc--r__col-4 .pc--c__content,
    .pc--r__col-5 .pc--c__content {
        padding: 10px 14px
    }
    .pc--r__wrap.pc--r__col-3 .pc--c {
        max-width: 100%;
        width: 500px
    }
    .pc--r__wrap.pc--r__col-3.pc--r__mar-normal .pc--c {
        max-width: 100%;
        width: 500px
    }
    .pc--r__wrap.pc--r__col-4 .pc--c {
        width: 50%
    }
    .pc--r__wrap.pc--r__col-4.pc--r__mar-normal .pc--c {
        width: calc(50% - 20px)
    }
    .pc--r__wrap.pc--r__col-5 .pc--c {
        width: 50%
    }
    .pc--r__wrap.pc--r__col-5.pc--r__mar-normal .pc--c {
        width: calc(50% - 20px)
    }
    .pc--r__wrap.pc--r__col-6 .pc--c {
        width: 33.3333%
    }
    .pc--r__wrap.pc--r__col-6.pc--r__mar-normal .pc--c {
        width: calc(33.3333% - 20px)
    }
}

@media (max-width: 578px) {
    .pc--r__col-1 .pc--c__content,
    .pc--r__col-2 .pc--c__content,
    .pc--r__col-3 .pc--c__content,
    .pc--r__col-4 .pc--c__content,
    .pc--r__col-5 .pc--c__content {
        padding: 6px 9px
    }
    .pc--r__wrap.pc--r__col-3 .pc--c,
    .pc--r__wrap.pc--r__col-3.pc--r__mar-normal .pc--c,
    .pc--r__wrap.pc--r__col-4 .pc--c,
    .pc--r__wrap.pc--r__col-4.pc--r__mar-normal .pc--c,
    .pc--r__wrap.pc--r__col-5 .pc--c,
    .pc--r__wrap.pc--r__col-5.pc--r__mar-normal .pc--c,
    .pc--r__wrap.pc--r__col-6 .pc--c,
    .pc--r__wrap.pc--r__col-6.pc--r__mar-normal .pc--c {
        width: 100%
    }

    .pc--r__wrap.pc--r__col-3.pc--r__mar-normal.pc--r__col-3__ratio-center .pc--c {
        width: 100%
    }

    .pc--r__wrap.pc--r__col-3.pc--r__mar-normal.pc--r__col-3__ratio-center .pc--c:nth-child(3n+2) {
        width: 100%
    }
}

.pc--c__flexi .pc--c__b-image {
    flex-grow: 1;
}

.pc--r__col-1_full {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.pc--r__col-1_four-five {
    width: 80%;
    margin-left: auto;
    margin-right: auto
}

.pc--r__col-1_three-four {
    width: 75%;
    margin-left: auto;
    margin-right: auto
}

.pc--r__col-1_one-two {
    width: 50%;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 992px) {
    .pc--r__col-1_four-five {
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }
    .pc--r__col-1_three-four {
        width: 90%;
        margin-left: auto;
        margin-right: auto
    }
    .pc--r__col-1_one-two {
        width: 75%;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 868px) {
    .pc--r__col-1_three-four {
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }
    .pc--r__col-1_one-two {
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }
}

.pc--r__col-1_element-left {
    margin-left: 0
}

.pc--r__col-1_element-center {
    margin-left: auto;
    margin-right: auto
}

.pc--r__col-1_element-right {
    margin-right: 0
}

.pc--r__col-1_left {
    text-align: left
}

.pc--r__col-1_center {
    text-align: center
}

.pc--r__col-1_right {
    text-align: right
}

.pc--r__col-1_center .pc--c__video {
    text-align: center
}

.pc--r__col-1_left .pc--c__video {
    text-align: left
}

.pc--r__col-1_right .pc--c__video {
    text-align: right
}

.pc--r__mar-normal.pc--r__wrap.pc--r__col-1 .pc--c {
    margin: 10px
}

.pc--r__mar-normal.pc--r__wrap:not(.pc--r__col-1) .pc--c {
    margin: 10px
}

.pc--r__scroll .pc--c {
    outline: none;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.pc--r__scroll.pc--r__mar-normal .pc--c__margin_div {
    margin: 10px
}

.pc__c--arrow-p,
.pc__c--arrow-n {
    position: absolute;
    top: 50%;
    cursor: pointer;
    width: 20px
}

.pc__c--arrow-p {
    left: 0;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    z-index: 100
}

.pc__c--arrow-n {
    right: 0;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    z-index: 100
}

.pc--c__map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 0
}

.pc--c style + .pc--c__map {
    margin-top: 0
}

.pc--c__map img {
    max-width: inherit!important
}

.pc--blog__post {
    background-color: #fff;
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.pc--blog__content {
    padding: 15px 20px
}

.pc--blog__content > * {
    margin: 0
}

.pc--blog__content > * + * {
    margin-top: 7px
}

.pc--blog__header {
    position: relative;
    overflow: hidden
}

.pc--blog__wrap {
    display: block;
    width: 100%
}

.pc--blog__header .pc--blog__wrap_top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px 20px;
    z-index: 2;
    opacity: 1;
    -webkit-transition: ease .3s;
    transition: ease .3s;
    background-color: rgba(0, 0, 0, .4)
}

.pc--blog__header .pc--blog__wrap_bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 20px;
    z-index: 2;
    opacity: 1;
    -webkit-transition: ease .3s;
    transition: ease .3s
}

.pc--blog__header .pc--blog__title {
    color: #fff!important
}

.pc--blog__thumb {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 200px
}

.pc--blog__thumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 2;
    opacity: 0;
    -webkit-transition: ease .2s;
    transition: ease .2s
}

.pc--blog__header:hover .pc--blog__thumb:before {
    opacity: .4;
    -webkit-transition: ease .2s;
    transition: ease .2s
}

.pc--blog__image {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    height: auto;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.pc--c__content > *,
.pc--c__margin_div > * {
    margin-bottom: 0
}

.pc--c__content .pc--c__col + .pc--c__col,
..pc--c__margin_div .pc--c__col + .pc--c__col {
    margin-top: 10px
}

.pc--c__content .pc--c__col + .pc--c__map,
.pc--c__content .pc--c__col + .pc--c__image {
    margin-top: 25px
}

.pc--c__content .pc--c__map + .pc--c__col,
.pc--c__content .pc--c__image + .pc--c__col {
    margin-top: 25px
}

.pc--c__image-link {
    position: relative;
    display: inline-block;
    max-width: 100%;
    margin: 0 auto
}

.pc--c__image-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    z-index: 2;
    -webkit-transition: ease .3s;
    transition: ease .3s
}

.pc--c__image-link:hover:before {
    opacity: .5;
    -webkit-transition: ease .3s;
    transition: ease .3s
}

.pc--c__image-thumb {
    position: relative;
    z-index: 1;
    margin: 0 auto
}

.pc--c__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.pc--c__image img {
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    position: relative;
    height: auto;
    max-width: 100%
}

.pc_circle-image--wrapper img {
    max-width: none
}

.pc--c__video iframe {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    width: 630px;
    height: 350px
}

.pc--c hr.pc--c__line {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 25px
}

.pc--c hr.pc--c__line + * {
    margin-top: 25px
}

div.pc--c__accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

:not(style) + div.pc--c__accordion {
    margin-top: 25px
}

div.pc--c__accordion + div.pc--c__accordion {
    margin-top: 10px
}

.pc--c__accordion--label {
    border: none;
    background-color: transparent;
    padding: 8px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
    text-align: left;
    width: 100%
}

#pc_wrap .pc--c__accordion--label_question {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.pc--c__accordion--label > .pc--c__accordion--status {
    float: right
}

.pc--c__accordion--label + .pc--c__accordion--paragraf,
.pc--c__accordion--label > .pc--c__accordion--status_closed {
    display: none
}

.pc--c__accordion--label.is_active > .pc--c__accordion--status_closed {
    display: inline
}

.pc--c__accordion--label.is_active > .pc--c__accordion--status_opened {
    display: none
}

.pc--c__accordion--label.is_active + .pc--c__accordion--paragraf {
    display: block
}

.pc--c__accordion--paragraf {
    padding: 10px 15px;
    background-color: transparent
}

.pc--c__accordion--paragraf * {
    margin: 0
}

.pc--c__accordion--paragraf * + * {
    margin-top: 15px
}

.pc--c__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pc--c__gallery img {
    display: inline!important
}

.pc--c__gallery-1 img {
    width: 100%;
    margin: 5px auto
}

.pc--c__gallery-2 img {
    width: calc(50% - 10px);
    margin: 5px
}

.pc--c__gallery-3 img {
    width: calc(33.333% - 10px);
    margin: 5px
}

.pc--c__gallery-4 img {
    width: calc(25% - 10px);
    margin: 5px
}

.pc--c__gallery-5 img {
    width: calc(20% - 10px);
    margin: 5px
}

.pc--c__gallery-6 img {
    width: calc(16.666666% - 10px);
    margin: 5px
}

.pc--c__gallery-7 img {
    width: calc(14.27% - 10px);
    margin: 5px
}

.pc--c__gallery-8 img {
    width: calc(12.5% - 10px);
    margin: 5px
}

.pc--c__b-image {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 20px
}

.pc--c__b-image_thumb {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%
}

.pc--c__b-image:before {
    z-index: 2
}

.pc--c__b-image_text,
.pc--c__b-image_price {
    z-index: 3;
    position: relative;
    margin: 5px auto;
    display: inline-block
}

.pc--c__b-wrap-image_label {
    order: 5;
    z-index: 3;
    position: relative;
    margin: 5px auto;
    width: 100%
}

.pc--c__b-image_label {
    display: inline-block;
    z-index: 3;
    position: relative;
    margin: 5px auto
}

.pc--c__col.pc--c__testimonial {
    padding-top: 25px;
    padding-bottom: 25px
}

.pc--c__testimonial--slider .slick-dots {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px
}

.pc--c__testimonial--slider .slick-dots li {
    margin: 0 10px;
    height: 8px;
    outline: none;
    font-size: 0
}

.pc--c__testimonial--slider .slick-dots button {
    color: transparent;
    border: none;
    background-color: #333;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    padding: 0;
    outline: none;
    font-size: 0
}

.pc--c__testimonial--description {
    margin: 0
}

.pc--c__testimonial--logo + *,
.pc--c__testimonial--title + *,
.pc--c__testimonial--description + *,
.pc--c__testimonial--link + * {
    margin-top: 25px;
    display: block
}

.pc--c__testimonial--slider .pc--c__testimonial--title {
    font-weight: 300;
    color: #797979;
    font-size: 20px
}

.pc--c__testimonial--description {
    font-weight: 300;
    color: #797979;
    font-size: 24px;
    font-style: italic
}

.pc--c__testimonial--slider .pc--c__testimonial--link {
    font-weight: 300;
    color: #797979;
    font-size: 14px;
    text-decoration: underline
}

.pc--c__image--circle .pc--c__image-thumb,
.pc--c__image-link:before {
    border-radius: 50%;
    width: auto
}

#pc_wrap .button_type_inline-block {
    display: inline-block
}

#pc_wrap .button_type_left {
    margin-right: auto
}

#pc_wrap .button_type_right {
    margin-left: auto
}

#pc_wrap .button_type_center {
    margin-right: auto;
    margin-left: auto
}

#pc_wrap .button_type_full {
    margin-right: auto;
    margin-left: auto;
    width: 100%
}

.fc_style--image {
    position: relative;
    text-decoration: none
}

@media (max-width: 578px) {
    #pc_wrap .fc_style--image_text.padding-top-mob {
        padding-top: 100px!important
    }
}

#pc_wrap .fc_style--image_title + .fc_style--image_desc {
    margin-top: 4px
}

.fc_style--first_wrap,
.fc_style--second_wrap {
    padding: 20px
}

.fc_style--first .first_title + *,
.fc_style--second .second_title + * {
    margin-top: 15px
}

.fc_style--first .first_desc + *,
.fc_style--second .second_desc + * {
    margin-top: 10px
}

.fc_style--first .first_price + *,
.fc_style--second .second_price + * {
    margin-top: 10px
}

.fc_style--first .first_button,
.fc_style--second .second_button {
    display: block
}

.fc_style--first .first_button + . .fc_style--second .second_button + * {
    margin-top: 10px
}

.fc_style--first__button_details,
.fc_style--second__button_details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.fc_style--first__button_detail span,
.fc_style--second__button_detail span {
    margin: auto
}

.fc_style--first__button_detail,
.fc_style--second__button_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.fc_style--first__button_details > *,
.fc_style--second__button_details > * {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.fc_style--first__button_detail,
.fc_style--second__button_detail {
    padding: 15px 20px;
    font-size: 12px;
    color: #4a4a4a
}

#pc_wrap div.pc--c__editor p {
    margin-bottom: 0;
    margin-top: 0
}

#pc_wrap div.pc--c__editor p + p {
    margin-top: 10px
}

#pc_wrap div.pc--c__editor a:hover {
    text-decoration: underline
}

#pc_wrap .pc--c__accordion--paragraf a {
    text-decoration: underline
}

.pc--c__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-decoration: none
}

.pc--c__button-center {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.pc--c__button-center > .pc--c__button-support + .pc--c__button-link {
    margin-top: 15px
}

.pc--c__button-left {
    text-align: left
}

.pc--c__button-right {
    text-align: right
}

.pc--c__button-right .pc--c__button-link {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.pc--c__button-right .pc--c__button-support {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.pc--c__button-supone,
.pc--c__button-suptwo {
    margin: 0
}

.pc--c__button-supone + .pc--c__button-suptwo {
    margin-top: 10px
}

.pc--c__button-link,
.pc--c__button-support {
    margin: 5px
}

#pc_wrap .pc--c__testimonial--slider {
    padding: 0 75px
}

#pc_wrap .pc--c__testimonial--slider:before,
#pc_wrap .pc--c__testimonial--slider:after {
    font-family: Dosis;
    font-size: 200px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    position: absolute;
    top: 0;
    line-height: 1
}

#pc_wrap .pc--c__testimonial--slider:before {
    content: '“';
    left: 0;
    -webkit-transform: translateY(-14%);
    transform: translateY(-14%)
}

#pc_wrap .pc--c__testimonial--slider:after {
    content: '”';
    right: 0;
    -webkit-transform: translateY(4%);
    transform: translateY(4%)
}

#pc_wrap .pc--c__testimonial--slider .slick-dots button {
    background-color: #d8d8d8
}

#pc_wrap .pc--c__testimonial--link,
#pc_wrap .pc--c__testimonial--link:hover {
    -webkit-transition: ease .3s;
    transition: ease .3s
}

.pc_hero-area__wrapper {
    position: relative;
    overflow: hidden;
    z-index: 6
}

.pc_hero-area__video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pc_hero-area_headline {
    color: #fff
}

.headline.extra-strong,
.subheadline.extra-strong {
    text-shadow: rgba(0, 0, 0, .77) 3px 3px 12px
}

.headline.strong,
.subheadline.strong {
    text-shadow: rgba(0, 0, 0, .34) 0 0 12px
}

.headline.medium-shadow,
.subheadline.medium-shadow {
    text-shadow: rgba(0, 0, 0, .14) 0 0 8px
}

.headline.light,
.subheadline.light {
    text-shadow: rgba(0, 0, 0, .09) 0 0 5px
}

.subheadline {
    color: #fff
}

.pc_hero-area__book-btn {
    display: inline-block;
    padding: 1em 1.36em 1.09em;
    background-color: #06f;
    color: #fff
}

.pc_hero-area__book-btn:hover,
.pc_hero-area__book-btn:active {
    color: #fff
}

* + .pc_hero-area__book-btn {
    margin-top: 20px
}

.pc_ha_hr {
    margin: 10px auto;
    border-top: 2px solid;
    display: inline-block
}

.pc_ha_hr-full {
    width: 100%
}

.pc_ha_hr-third {
    width: 66%
}

.pc_ha_hr-half {
    width: 50%
}

.pc_ha_hr-quarter {
    width: 25%
}

.pc_ha_hr-img {
    margin: 10px auto;
    width: auto!important
}

#pc_wrap .button_type_right-d {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#pc_wrap .pc--form .gf_progressbar_wrapper {
    margin-top: 15px
}

#pc_wrap .pc--form .gf_progressbar_title {
    font-size: 20px;
    font-weight: 400
}

#pc_wrap .pc--form .gform_heading .gform_title {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif
}

#pc_wrap .pc--form .gform_heading .gform_description {
    font-size: 16px;
    color: #8c8c8c;
    font-family: 'Open Sans', sans-serif
}

#pc_wrap .pc--form .validation_error {
    font-size: 16px;
    color: red
}

#pc_wrap .pc--form .validation_error:not(:first-child) {
    margin-top: 10px
}

#pc_wrap .pc--form .gform_body:not(:first-child) {
    margin-top: 20px
}

#pc_wrap .pc--form .gform_body .gfield_label {
    font-size: 18px;
    color: #5d5d5d;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif
}

#pc_wrap .pc--form .gfield_label .gfield_required {
    font-size: .8em
}

#pc_wrap .pc--form .gfield_description {
    font-size: 16px;
    color: #8c8c8c;
    font-family: 'Open Sans', sans-serif
}

#pc_wrap .pc--form .validation_message {
    color: red
}

#pc_wrap .pc--form .gfield > * + * {
    margin-top: 3px
}

#pc_wrap .pc--form .gfield > * + .ginput_container {
    margin-top: 5px
}

#pc_wrap .pc--form .gfield .gfield_select,
#pc_wrap .pc--form .gfield .gfield_multiselect,
#pc_wrap .pc--form .gfield input,
#pc_wrap .pc--form .gfield input:focus,
#pc_wrap .pc--form .gfield .dropdown-toggle,
#pc_wrap .pc--form .gfield .dropdown-toggle:active,
#pc_wrap .pc--form .gfield .textarea,
#pc_wrap .pc--form .gfield .textarea:focus {
    background-color: #fff;
    padding: 14px 22px;
    border: 1px solid #e4e4e4;
    outline: none;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif
}

#pc_wrap .pc--form .gfield input:focus,
#pc_wrap .pc--form .gfield .textarea:focus {
    border-color: #d4d4d4
}

#pc_wrap .pc--form .gfield .gfield_radio label,
#pc_wrap .pc--form .gfield .gfield_checkbox label,
#pc_wrap .pc--form .ginput_complex label,
#pc_wrap .clear-multi .ginput_container_date label {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 0
}

#pc_wrap .pc--form .gfield .clear-multi_tel label {
    display: none
}

#pc_wrap .pc--form .gfield input[type="radio"] {
    margin-right: 3px
}

#pc_wrap .pc--form .gfield .gfield_select,
#pc_wrap .pc--form .gfield .gfield_multiselect,
#pc_wrap .pc--form .gfield input,
#pc_wrap .pc--form .gfield textarea,
#pc_wrap .pc--form .gfield .dropdown-toggle,
#pc_wrap .pc--form .gfield .btn-group,
#pc_wrap .pc--form .gfield_html,
#pc_wrap .pc--form .gsection {
    width: 100%!important
}

#pc_wrap .pc--form .gfield .dropdown-toggle {
    height: 54px
}

#pc_wrap .pc--form .gfield .gfield_select,
#pc_wrap .pc--form .gfield .gfield_multiselect,
#pc_wrap .pc--form .gfield,
#pc_wrap .ginput_complex > span,
#pc_wrap .clear-multi > .ginput_container_date {
    display: block;
    margin: 15px 0 5px
}

#pc_wrap .pc--form .gform_footer,
.gform_page_footer {
    margin-top: 20px
}

#pc_wrap .pc--form .gform_footer .gform_button,
#pc_wrap .pc--form .gform_page_footer .gform_next_button,
#pc_wrap .pc--form .gform_page_footer .gform_button,
#pc_wrap .pc--form .gform_page_footer .gform_previous_button {
    width: 300px;
    max-width: 100%;
    background-color: orange;
    border: 1px solid orange;
    padding: 14px 22px;
    outline: none;
    font-size: 18px;
    color: #fff;
    font-family: 'Open Sans', sans-serif
}

#pc_wrap .pc--form .gform_page_footer .gform_previous_button {
    background-color: #afafaf;
    border: 0 solid #afafaf
}

#pc_wrap .pc--form .gform_page_footer .button:hover,
#pc_wrap .pc--form .gform_footer .button:hover {
    opacity: .8
}

#pc_wrap .pc--form__horizontal .gform_fields,
#pc_wrap .ginput_complex,
#pc_wrap .clear-multi {
    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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -5px;
    margin-right: -5px
}

#pc_wrap .pc--form__nowrap form {
    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;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -10px;
    margin-right: -10px
}

#pc_wrap .pc--form__horizontal .gform_fields .gfield,
#pc_wrap .ginput_complex > span,
#pc_wrap .pc--form .clear-multi > .ginput_container.ginput_container_date,
#pc_wrap .pc--form .clear-multi > .ginput_container.ginput_container_time {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 200px;
    padding: 5px;
    width: auto
}

#pc_wrap .pc--form.pc--form__nowrap .gform_heading {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 5px 10px;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#pc_wrap .pc--form.pc--form__nowrap .gform_footer {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 5px 10px;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    min-width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#pc_wrap .pc--form.pc--form__nowrap .gform_footer .gform_button {
    width: 150px
}

#pc_wrap .pc--form.pc--form__nowrap .gform_body {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
    min-width: 175px;
    padding: 5px 10px;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#pc_wrap .pc--form.pc--form__nowrap .validation_error {
    margin-left: 10px;
    margin-right: 10px
}

#pc_wrap .pc--form.pc--form__nowrap .gform_heading > *,
#pc_wrap .pc--form.pc--form__nowrap .gform_body > *,
#pc_wrap .pc--form.pc--form__nowrap .gform_footer > * {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

#pc_wrap .pc--form.pc--form.pc--form__nowrap .gfield {
    margin: 10px 0
}

#pc_wrap .pc--form .ginput_complex.ginput_container,
#pc_wrap .pc--form .gfield > .ginput_container.ginput_container_date {
    width: 100%;
    margin: 15px auto 0;
    margin-top: 15px;
    padding: 0 12px 10px;
    background: #fff;
    border: none;
    box-shadow: 6px 6px 20px 6px rgba(0, 0, 0, .02);
    position: relative
}

#pc_wrap .ginput_complex > span label + input {
    margin-top: 5px
}

.clear-multi_tel .ginput_container_time {
    width: 50px!important
}

#pc_wrap .clear-multi_tel {
    margin-top: 0!important
}

[data-aload] {
    background-image: none!important
}

.banner-top .flxslider-wrapper {
    min-height: auto!important
}

.js-divider {
    width: 100%
}

.pc_divider {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 2
}

.pc_divider__top {
    top: 0
}

.pc_divider__bottom {
    bottom: 0
}

.pc_wrap .pc--blog__post .pc--blog__date {
    z-index: 3
}

.pc_wrap .pc--blog__post .pc--blog__date.top-left {
    position: absolute;
    top: 20px;
    left: 0;
    padding: 8px 12px;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    top: 20px;
    right: 0;
    padding: 8px 12px;
    color: #fff;
    background-color: rgba(0, 0, 0, .5)
}

.pc_wrap .pc--blog__post .pc--blog__date.above {
    position: relative
}

.pc_wrap .pc--blog__post .pc--blog__date.beneath {
    position: relative
}

.pc_wrap .pc--blog__post .pc--blog__button {
    margin-top: 15px;
    display: inline-block;
    -webkit-transition: ease .3s;
    transition: ease .3s
}

.pc_wrap .pc--blog__post .pc--blog__button:hover {
    -webkit-transition: ease .3s;
    transition: ease .3s
}

.pc_wrap .fc_style--first:before {
    position: absolute;
    top: 0;
    display: inline-block;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    border-style: solid
}

.pc_circle-image--wrapper {
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%
}

.pc_circle-image--wrapper img {
    -o-object-fit: contain;
    object-fit: contain
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.pc--c__border {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.pc--r__mar-normal .pc--c__border-side_left {
    -webkit-transform: translate(calc(-50% - 10px), -50%);
    transform: translate(calc(-50% - 10px), -50%)
}

.pc--r__mar-normal .pc--c__border-side_right {
    -webkit-transform: translate(calc(50% + 10px), -50%);
    transform: translate(calc(50% + 10px), -50%)
}

.pc--c {
    position: relative
}

.pc--c__content .pc--c__accordion + .pc--c__accordion {
    border-top: 1px solid #ebe7e5;
    margin-top: 0
}

.pc--form__nowrap-fields-and-buttons form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.pc--form__nowrap-fields-and-buttons .gform_heading {
    width: 100%
}

.pc--form__nowrap-fields-and-buttons .gform_body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.pc--form__nowrap-fields-and-buttons ul.gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pc--form__nowrap-fields-and-buttons .gfield {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

#pc_wrap .pc--form.pc--form__nowrap-fields-and-buttons .gfield:not(:first-child) {
    margin-left: 10px
}

.pc--form__nowrap-fields-and-buttons .gform_footer .gform_button {
    margin: 15px 0 5px 10px
}

.pc-custom-arrow .pc__c--arrow-p,
.pc-custom-arrow .pc__c--arrow-n {
    width: 20px;
    height: 38px
}

.pc-out-arrow .pc__c--arrow-p {
    left: 0;
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%)
}

.pc-out-arrow .pc__c--arrow-n {
    right: 0;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%)
}

.pc-custom-arrow .pc__c--arrow-p img,
.pc-custom-arrow .pc__c--arrow-n img {
    display: none
}

#pc_wrap .pc--r > .slick-list > .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#pc_wrap .pc--r_pos-stretch > .slick-list > .slick-track {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

#pc_wrap .pc--r_pos-top > .slick-list > .slick-track {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

#pc_wrap .pc--r_pos-middle > .slick-list > .slick-track {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#pc_wrap .pc--r_pos-bottom > .slick-list > .slick-track {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (max-width: 768px) {
    .pc--form__nowrap-fields-and-buttons ul.gform_fields,
    #pc_wrap .pc--form.pc--form__nowrap .gform_heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    #pc_wrap .pc--form .gfield .gfield_select,
    #pc_wrap .pc--form .gfield .gfield_multiselect,
    #pc_wrap .pc--form .gfield,
    #pc_wrap .ginput_complex > span,
    #pc_wrap .clear-multi > .ginput_container_date,
    #pc_wrap .content_card_style-one .pc--form .gform_button {
        margin-left: 0!important
    }
    #pc_wrap .pc--form .gform_footer .gform_button,
    #pc_wrap .pc--form .gform_page_footer .gform_next_button,
    #pc_wrap .pc--form .gform_page_footer .gform_button,
    #pc_wrap .pc--form .gform_page_footer .gform_previous_button {
        width: 100%
    }
    #pc_wrap .pc--form .gform_footer,
    .gform_page_footer {
        width: 100%;
        margin-top: 0
    }
    #pc_hero-area .flxslider-wrapper #slider .slides li {
        height: auto!important;
        min-height: auto!important
    }
    .pc-hero-content,
    .banner,
    .banner-top,
    .flxslider-wrapper,
    .pc-hero-content__tall {
        height: auto!important;
        min-height: auto!important
    }
    .pc-hero-content {
        width: 100%
    }
    .site-container h1,
    .site-container h2,
    .site-container h3,
    .site-container h4,
    .site-container h5,
    .site-container h6 {
        margin-top: 10px
    }
    .banner-wrapper {
        max-height: none!important
    }
    .pc--c__button,
    .pc--c__button > * {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .pc--c__button .pc--c__button-support {
        -ms-flex-order: 1;
        order: 1
    }
    #pc_wrap .pc--c__testimonial--slider {
        padding: 0
    }
    #pc_wrap .pc--c__testimonial--slider:before,
    #pc_wrap .pc--c__testimonial--slider:after {
        font-size: 60px
    }
}

@media (max-width: 480px) {
    #pc_hero-area .flxslider-wrapper #slider ul.slides li {
        height: auto!important;
        min-height: auto!important;
        background-size: cover!important
    }
    .pc-hero-content,
    .banner,
    .banner-top,
    .flxslider-wrapper,
    .pc-hero-content__tall {
        height: auto!important;
        min-height: auto!important
    }

    .pc_hero-area__wrapper .flxslider-wrapper {
        /*height: 70vh!important;*/
    }

    #pc_wrap .pc--c__testimonial--title {
        font-size: 17px!important
    }
    #pc_wrap .pc--c__testimonial--description {
        font-size: 14px!important;
        line-height: 20px!important
    }
    .pc--c__testimonial--logo + *,
    .pc--c__testimonial--title + *,
    .pc--c__testimonial--description + *,
    .pc--c__testimonial--link + * {
        margin-top: 10px
    }
}

#pc_hero-area .pc_hero-area__action {
    margin-left: -10px;
    margin-right: -10px;
}

#pc_hero-area .pc_hero-area__action-btn {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.pc_hero-area__action {
    text-align: center
}

#pc_wrap .pc--form .gform_footer,
.gform_page_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

#pc_hero-area[align="left"] .pc_hero-area__action {
    text-align: left
}

#pc_hero-area[align="right"] .pc_hero-area__action {
    text-align: right
}

@media (max-width: 568px) {
    #pc_hero-area[class*="hero_area_style-"] .pc-hero-content [class*="hero-area_title-"] {
        line-height: 1.8
    }
    #pc_hero-area[class*="hero_area_style-"] .pc-hero-content h1[class*="hero-area_title-"] {
        font-size: 20px
    }
    #pc_hero-area[class*="hero_area_style-"] .pc-hero-content h2[class*="hero-area_title-"] {
        font-size: 14px
    }
    #pc_hero-area[class*="hero_area_style-"] .pc-hero-content h3[class*="hero-area_title-"] {
        font-size: 13.5px
    }
    #pc_hero-area[class*="hero_area_style-"] .pc-hero-content h4[class*="hero-area_title-"] {
        font-size: 13px
    }
    #pc_hero-area[class*="hero_area_style-"] .pc-hero-content h5[class*="hero-area_title-"] {
        font-size: 12.5px;
        font-size: 12px
    }
    #pc_hero-area[class*="hero_area_style-"] a.pc_hero-area__action-btn {
        font-size: 16px;
        line-height: 1.2
    }
    .pc-hero-content > * + * {
        margin-top: 10px
    }
}

.pc_top-divider,
.pc_bot-divider {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 0
}

.pc_top-divider {
    top: 0
}

.pc_bot-divider {
    bottom: 0
}

.pc--c__tripdetail {
    color: #555
}

.pc--c__tripdetail > * {
    margin: 0
}

.pc--c__tripdetail--headline {
    margin-bottom: 15px
}

.pc--c__tripdetail--list {
    margin: -14px 0
}

.pc--c__tripdetail--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding-top: 7px;
    padding-bottom: 7px
}

.pc--c__tripdetail--item .pc--c__tripdetail--label {
    flex-grow: 1;
    width: 30%;
    box-sizing: border-box;
    padding-right: 10px;
    margin-top: 7px;
    margin-bottom: 7px
}

.pc--c__tripdetail---details {
    flex-grow: 1;
    width: 70%;
    min-width: 250px;
    margin-top: 7px;
    margin-bottom: 7px
}

.pc--c__tripdetail---primary {
    margin: 0
}

.pc--c__tripdetail---additional {
    margin-top: 14px;
    display: none
}

.pc--c__tripdetail---additional.is-active {
    display: block
}

.wysiwyg * {
    margin: 0
}

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3 {
    line-height: 1.1
}

.wysiwyg h1 {
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.7px
}

.wysiwyg h2 {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.7px
}

.wysiwyg h3 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.7px
}

.wysiwyg h4 {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 1.7px
}

.wysiwyg h5 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1.7px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1.7px
}

.wysiwyg p,
.wysiwyg li {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400
}

.wysiwyg a {
    text-decoration: none
}

.wysiwyg h1 + *,
.wysiwyg h2 + *,
.wysiwyg h3 + *,
.wysiwyg h4 + *,
.wysiwyg h5 + *,
.wysiwyg h6 + * {
    margin-top: 20px
}

.wysiwyg * + h1,
.wysiwyg * + h2,
.wysiwyg * + h3,
.wysiwyg * + h4,
.wysiwyg * + h5,
.wysiwyg * + h6,
.wysiwyg * + hr,
.wysiwyg hr + * {
    margin-top: 30px
}

.wysiwyg * + div,
.wysiwyg div + *,
.wysiwyg div + div {
    margin-top: 15px
}

.wysiwyg p + p,
.wysiwyg p + ul,
.wysiwyg ul + p,
.wysiwyg ol + p,
.wysiwyg p + ol,
.wysiwyg ol + ul,
.wysiwyg ul + ol {
    margin-top: 15px
}

.wysiwyg ul > * + * {
    margin-top: 10px
}

.wysiwyg img,
.wysiwyg iframe,
.wysiwyg video {
    max-width: 100%;
    height: auto
}

.pc--r__alignment--right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.pc--r__alignment--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pc--r__alignment--left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.pc--r__alignment--space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.pc--r__alignment--space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pc--r_pos-stretch .pc--c__flexi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.pc--r_pos-stretch .pc--c__b-first,
.pc--r_pos-stretch .pc--c__b-second {
    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-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.fc_style--first_wrap,
.fc_style--second_wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.pc__banner-wrapper-inner {
    position: relative;
    z-index: 1;
    max-width: 100%;
    margin: 0 auto;
    background-position: center top
}

.book-tour-wrapper_product {
    top: 0
}

@media (max-width: 578px) {
    #pc_wrap div.pc--c__headline > * {
        font-size: 30px!important;
        line-height: 1.5!important
    }
    #pc_hero-area .hero-area_title-1 {
        font-size: 30px!important;
        line-height: 1.5!important
    }
    #pc_hero-area .hero-area_title-2 {
        font-size: 27px!important;
        line-height: 1.4!important
    }
    #pc_hero-area .hero-area_title-3 {
        font-size: 24px!important;
        line-height: 1.3!important
    }
}

.gchoice_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#pc_wrap .pc--form .gchoice_item input[type="checkbox"],
#pc_wrap .pc--form .gchoice_item input[type="radio"] {
    width: auto!important;
    margin: 0
}

.gchoice_item_more {
    margin-top: 5px
}

#pc_wrap .pc--form .gchoice_item_more .gfield_more {
    opacity: .7;
    pointer-events: none
}

#pc_wrap .pc--form .gchoice_item_more input:checked + .gfield_more {
    opacity: 1;
    pointer-events: auto
}

#pc_wrap .pc--form .gchoice_item .gfield_more,
#pc_wrap .pc--form .gchoice_item .gfield_more:focus,
#pc_wrap .pc--form .gchoice_item .gfield_more:active {
    width: calc(100% - 21px)!important;
    padding: 5px 9px;
    margin-left: auto
}

.heroarea-under__wrap {
    padding: 20px;
    background-color: #eee
}

.heroarea-under__button {
    display: inline-block;
    padding: 9px 17px;
    text-decoration: none;
    font-size: 18px;
    background-color: #f44336;
    color: #fff;
    width: 100%;
    text-align: center
}

.pc--c__accordion--status {
    margin-left: 10px
}

.pc--c__accordion--status__text {
    white-space: nowrap
}

.pc-section--btn-more {
    margin-top: 20px
}

.pc-section--btn-more__box {
    text-align: center
}

.pc-section--btn-more__button {
    display: inline-block
}

.pc--c__flexicard--hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    padding: 20px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: #9e9e9e;
    opacity: 0;
    pointer-events: none;
    transition: ease .35s
}

.pc--c__b-image:hover .pc--c__flexicard--hover {
    opacity: 1;
    pointer-events: auto;
    transition: ease .35s
}

.pc--c__flexicard--hover {
    top: -2px;
    left: -2px;
    width: calc( 100% + 4px);
    height: calc( 100% + 4px);
}

#pc_wrap .pc--form .date.gfield_date,
#pc_wrap .pc--form .gfield .gfield_select {
    left: 0;
    width: 100%;
    margin: 0!important;
    padding: 13px 22px!important;
}

#pc_wrap .pc--form .gfield > .ginput_container.ginput_container_date {
    border: none;
    padding: 0;
    margin-top: 5px
}

.pc--r__mar-normal.pc--r__scroll .pc--c {
    padding: 10px;
}

.pc--c__b-second.fc_style--second {
    padding: 20px 0;
}

#pc_ha_image {
    pointer-events: none;
}

.video-popup {
    text-align: center;
}

.slider-pro {
    margin-left: auto;
    margin-right: auto;
}

.pc--r__full {
    max-width: 100%;
    width: 100%;
}

.pc--r__one-two {
    max-width: 50%;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.pc--r__three-four {
    max-width: 75%;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.pc--r__four-five {
    max-width: 80%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 992px) {
    .pc--r__one-two,
    .pc--r__three-four,
    .pc--r__four-five {
        max-width: 100%;
        width: 100%;
    }
}

.video-popup--cover {
    display: inline-block;
}

.video-popup--cover img {
    max-width: 100%;
    height: auto;
}

.video-popup--frame {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 999;
}

.video-popup--frame iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 60vh;
}

.video-popup--frame .close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 50px;
    width: 50px;
    background-color: transparent;
    display: inline-block;
}

.video-popup--frame .close-popup:before,
.video-popup--frame .close-popup:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    border-top: 3px solid #fff;
}

@media (max-width: 768px) {
    .video-popup--frame .close-popup:before,
    .video-popup--frame .close-popup:after {
        display: none;
    }
    .video-popup--frame .close-popup {
        top: 0;
        right: auto;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

.video-popup--frame .close-popup:before {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.video-popup--frame .close-popup:after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.ginput_container--common {
    display: flex;
}

.ginput_container--common > * + * {
    margin-left: 10px;
}

.ginput_name--wrap {
    flex-grow: 1;
}

.ginput_common--label {
    background-color: transparent!important;
    border: none!important;
}

.pc_hero-area__action-btn {
    margin: 3px 0;
}

.bootstrap-select.btn-group .btn .filter-option {
    background-color: transparent!important;
}

label.is-required:after {
    content: '*';
    color: red;
}

.video-popup--cover {
    position: relative;
}

.video-popup__play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
}

.play-btn--image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-left: 20px solid white;
    -webkit-transform: translate(-25%, -50%);
    transform: translate(-25%, -50%);
}

.play-btn--border {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    border: 4px solid #cddc39;
    border-radius: 50%;
    color: #4CAF50;
}

.play-btn--border__mask {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 0;
    height: 88px;
    overflow: hidden;
    transition: ease .35s;
    color: inherit;
}

.video-popup--cover:hover .play-btn--border__mask {
    width: 88px;
}

.play-btn--border__mask:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    width: 80px;
    height: 80px;
    border: 4px solid;
    border-radius: 50%;
}

.pc-custom-arrow .pc__c--arrow-p:before,
.pc-custom-arrow .pc__c--arrow-n:before,
.pc-custom-arrow .pc__c--arrow-n:after,
.pc-custom-arrow .pc__c--arrow-p:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 20px;
    border-top: 3px solid;
}

.pc-custom-arrow.arrows_weight_pc-bold-arrow .pc__c--arrow-p:before,
.pc-custom-arrow.arrows_weight_pc-bold-arrow .pc__c--arrow-n:before,
.pc-custom-arrow.arrows_weight_pc-bold-arrow .pc__c--arrow-n:after,
.pc-custom-arrow.arrows_weight_pc-bold-arrow .pc__c--arrow-p:after {
    border-top-width: 4px;
}

.pc-custom-arrow.arrows_weight_pc-thin-arrow .pc__c--arrow-p:before,
.pc-custom-arrow.arrows_weight_pc-thin-arrow .pc__c--arrow-n:before,
.pc-custom-arrow.arrows_weight_pc-thin-arrow .pc__c--arrow-n:after,
.pc-custom-arrow.arrows_weight_pc-thin-arrow .pc__c--arrow-p:after {
    border-top-width: 2px;
}

.arrows_size_pc-small-arrow .pc__c--arrow-p {
    -webkit-transform: translate(100%, -50%) scale(.75);
    transform: translate(100%, -50%) scale(.75);
}

.arrows_size_pc-small-arrow .pc__c--arrow-n {
    -webkit-transform: translate(-100%, -50%) scale(.75);
    transform: translate(-100%, -50%) scale(.75);
}

.arrows_size_pc-large-arrow .pc__c--arrow-p {
    -webkit-transform: translate(250%, -50%) scale(1.5);
    transform: translate(250%, -50%) scale(1.5);
}

.arrows_size_pc-large-arrow .pc__c--arrow-n {
    -webkit-transform: translate(-250%, -50%) scale(1.5);
    transform: translate(-250%, -50%) scale(1.5);
}

.pc-custom-arrow .pc__c--arrow-p:before {
    transform: translate(-50%, 0%) rotate(-45deg);
    top: 11px;
}

.pc-custom-arrow .pc__c--arrow-n:before {
    transform: translate(-50%, 0%) rotate(45deg);
    top: 11px;
}

.pc-custom-arrow .pc__c--arrow-p:after {
    transform: translate(-50%, 0%) rotate(45deg);
    bottom: 11px;
}

.pc-custom-arrow .pc__c--arrow-n:after {
    transform: translate(-50%, 0%) rotate(-45deg);
    bottom: 11px;
}

@media(min-width: 1025px){.flxslider-wrapper--bg{background: none!important;}}

.gallery--wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.gallery--item {
    margin: 10px;
    display: block;
    line-height: 0;
}

.gallery--item img {
    max-width: 100%;
    height: auto;
}

.gallery--count__1 .gallery--item {
    width: 100%;
}

.gallery--count__2 .gallery--item {
    width: calc(50% - 20px);
}

.gallery--count__3 .gallery--item {
    width: calc(33.3% - 20px);
}

.gallery--count__4 .gallery--item {
    width: calc(25% - 20px);
}

.gallery--count__5 .gallery--item {
    width: calc(20% - 20px);
}

.gallery--count__6 .gallery--item {
    width: calc(16.6% - 20px);
}

.gallery--count__7 .gallery--item {
    width: calc(14.2% - 20px);
}

.gallery--count__8 .gallery--item {
    width: calc(12.5% - 20px);
}

@media (max-width: 480px) {
    .gallery--count__2 .gallery--item {
        width: calc(100% - 20px);
    }

    .gallery--count__3 .gallery--item {
        width: calc(100% - 20px);
    }

    .gallery--count__4 .gallery--item {
        width: calc(50% - 20px);
    }

    .gallery--count__5 .gallery--item {
        width: calc(50% - 20px);
    }

    .gallery--count__6 .gallery--item {
        width: calc(33.3% - 20px);
    }

    .gallery--count__7 .gallery--item {
        width: calc(25% - 20px);
    }

    .gallery--count__8 .gallery--item {
        width: calc(25% - 20px);
    }
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8; }

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden; }

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box; }

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
    display: none; }

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto; }

.mfp-ajax-cur {
    cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
    cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }

.mfp-loading.mfp-figure {
    display: none; }

.mfp-hide {
    display: none !important; }

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044; }
.mfp-preloader a {
    color: #CCC; }
.mfp-preloader a:hover {
    color: #FFF; }

.mfp-s-ready .mfp-preloader {
    display: none; }

.mfp-s-error .mfp-content {
    display: none; }

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation; }

button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1; }
.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
    color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%; }

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap; }

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
    margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
    left: 0; }
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
    right: 0; }
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
    line-height: 0; }
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto; }

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px; }

.mfp-image-holder .mfp-content {
    max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0; }
    .mfp-img-mobile img.mfp-img {
        padding: 0; }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0; }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px; }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0; }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px; }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0; } }

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75); }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0; }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%; }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px; } }

[data-aload] {
    background-image: none!important;
}

.pc_hero-area__banner [data-aload] {
    opacity: 0;
    max-height: 0;
}
