#pd-header.-dummy-header .header-title {
    font-size: 50px;
    line-height: 1.5em;
    font-weight: 400
}

@media (max-width: 767px) {
    #pd-header.-dummy-header .header-title {
        font-size: 30px
    }
}

#pd-header.-dummy-header #breadcrumb {
    position: relative;
    z-index: 3
}

#pd-header.-dummy-header #header-title-wrap:before {
    content: "Hello";
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 0;
    left: -20vw;
    right: -20vw;
    bottom: 0;
    max-width: 120vw;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 71, 69, 0.5);
    font-size: 55vw;
    line-height: 1em;
    white-space: nowrap;
    font-weight: 500;
    opacity: 0;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media (max-width: 767px) {
    #pd-header.-dummy-header #header-title-wrap:before {
        top: 96px;
        overflow: hidden;
        left: -6vw;
        right: 0;
        font-weight: 45vw;
        max-width: 106vw
    }
}

#pd-header.-dummy-header #header-title-wrap:after {
    content: " ";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: -140px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to top, #fff 30%, rgba(255, 255, 255, 0) 100%)
}

@media (max-width: 767px) {
    #pd-header.-dummy-header #header-title-wrap:after {
        bottom: 0
    }
}

#pd-header.-dummy-header .header-title {
    position: relative;
    z-index: 3
}

#pd-header.-dummy-header .header-title:before {
    content: " ";
    display: block;
    height: 25vw;
    background: url("../img/layout/dummies/touch-space.svg") no-repeat center center;
    background-size: contain;
    opacity: 0;
    -webkit-animation-name: slideUpImage;
    animation-name: slideUpImage;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

#pd-header.-dummy-header .description {
    position: relative;
    z-index: 3
}

#error404 #pd-header.-dummy-header #header-title-wrap:before {
    content: "404";
    font-size: 55vw
}

#error404 #pd-header.-dummy-header .header-title:before {
    background-image: url("../img/layout/dummies/tarzan.svg")
}

#error404 #pd-header.-dummy-header .description {
    font-weight: 500
}

@-webkit-keyframes slideUpImage {
    0% {
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes slideUpImage {
    0% {
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.error-msg {
    position: relative;
    padding: 2em 0 4.3em;
    width: 80%;
    margin: auto
}

.error-msg .title {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.2);
    font-size: 14vw;
    line-height: 0.83em;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center
}

@media (min-width: 1280px) {
    .error-msg .title {
        font-size: 165px
    }
}

.error-msg .subtitle {
    font-weight: 400;
    margin-bottom: 0em
}

.error-msg .dummy {
    width: 65%;
    margin: -11vw auto 0
}

.search-panel .error-msg {
    max-width: 40vw;
    width: auto
}

.search-panel .error-msg .title {
    font-size: 7vw
}

.search-panel .error-msg .dummy {
    width: 27 w;
    margin: -8vw auto 0
}

.error-msg.full-width {
    text-align: center;
    width: 100%
}

.error-msg.full-width .dummy {
    width: 50vw;
    margin: -9vw auto 5vw
}

@media (min-width: 1280px) {
    .error-msg.full-width .dummy {
        width: 820px;
        margin-top: -100px;
        margin-bottom: 65px
    }
}

.error-msg.error-comments-sent .dummy {
    width: auto;
    height: 40vh;
    margin-top: -18vw
}

.success-comments-sent {
    padding: 10% 0;
    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;
    position: relative
}

.success-comments-sent .dummy-bg, .success-comments-sent .dummy {
    position: absolute;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform 1s ease-out;
    transition: -webkit-transform 1s ease-out;
    transition: transform 1s ease-out;
    transition: transform 1s ease-out, -webkit-transform 1s ease-out
}

.success-comments-sent .init.dummy-bg, .success-comments-sent .init.dummy {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.success-comments-sent .dummy-bg {
    width: 204px;
    z-index: 1;
    left: 50%;
    top: 10%
}

.success-comments-sent .title {
    position: relative;
    z-index: 1
}

.success-comments-sent .description {
    margin-top: 4em;
    position: relative;
    z-index: 1
}

.success-comments-sent .dummy {
    width: 255px;
    z-index: 2;
    top: 210px;
    left: 59%
}

.success-comments-sent .bt {
    margin-top: 3em;
    position: relative;
    z-index: 1
}

@media (max-width: 767px) {
    .success-comments-sent .dummy-bg {
        top: 6 w
    }

    .success-comments-sent .dummy {
        top: 17vw
    }
}

/*# sourceMappingURL=maps/pd-errors.css.map */
