.dwd-typed {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.dwd-rotator>.animated {
    display: inline-block;
    visibility: visible;
    opacity: 1;
}

.dwd-typing-background .dwd-typing {
    padding: 2px 10px;
}

.mfp-iframe-scaler.dwd-popup-video .mfp-close {
    top: -60px;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 30px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
}

.dwd-popup-bg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.mfp-content .et_pb_button_two {
    margin-left: 15px;
}

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

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}


/*
.dwd-typing {
    display: inline-block
}*/

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite
}

@keyframes "blink" {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes "blink" {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes "blink" {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#particles-js,
#movingnodes {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}

#particles-js canvas,
canvas#movingnodes {
    display: block;
    height: 100%;
    width: 100%;
}

.et_pb_bg_animated {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.dwd-animation {
    opacity: 0
}

.dwd-animation.animated {
    opacity: 1
}

.et_pb_fullwidth_header_scroll span.scroll-down.et-pb-icon.animated.infinite {
    animation-duration: 1.7s;
    animation-delay: 2s;
    animation-iteration-count: infinite
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content-container.center .et_pb_fullwidth_logo_image {
    margin: 0 auto;
    padding-bottom: 10px
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container.center .et_pb_fullwidth_logo_image {
    margin: 0;
    padding-bottom: 10px
}

.et_pb_fullwidth_logo_image {
    display: block
}

.et_pb_fullwidth_header {
    overflow: hidden
}

.et_pb_fullwidth_header_scroll.dwd-custom-scroll a .et-pb-icon {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    font-weight: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    text-transform: none;
    content: inherit;
    speak: none
}

.et_pb_fullwidth_header_scroll.dwd-custom-scroll a .et-pb-icon img {
    height: auto;
    width: 20px;
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_gradient {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    pointer-events: none;
}

.dwd-kensburn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
}

.dwd-kensburn.dwd-zoomin:before {
    animation: dwd-zoomin 17s forwards;
    -ms-animation: dwd-zoomin 17s forwards;
    -webkit-animation: dwd-zoomin 17s forwards;
    -o-animation: dwd-zoomin 17s forwards;
    -moz-animation: dwd-zoomin 17s forwards;
}

.dwd-kensburn.dwd-zoomin-left:before {
    animation: dwd-zoomin-left 17s forwards;
    -ms-animation: dwd-zoomin-left 17s forwards;
    -webkit-animation: dwd-zoomin-left 17s forwards;
    -o-animation: dwd-zoomin-left 17s forwards;
    -moz-animation: dwd-zoomin-left 17s forwards;
}

.dwd-kensburn.dwd-zoomin-right:before {
    animation: dwd-zoomin-right 17s forwards;
    -ms-animation: dwd-zoomin-right 17s forwards;
    -webkit-animation: dwd-zoomin-right 17s forwards;
    -o-animation: dwd-zoomin-right 17s forwards;
    -moz-animation: dwd-zoomin-right 17s forwards;
}

.dwd-kensburn.dwd-zoomout:before {
    animation: dwd-zoomout 17s forwards;
    -ms-animation: dwd-zoomout 17s forwards;
    -webkit-animation: dwd-zoomout 17s forwards;
    -o-animation: dwd-zoomout 17s forwards;
    -moz-animation: dwd-zoomout 17s forwards;
}

.dwd-kensburn.dwd-zoomout-left:before {
    animation: dwd-zoomout-left 17s forwards;
    -ms-animation: dwd-zoomout-left 17s forwards;
    -webkit-animation: dwd-zoomout-left 17s forwards;
    -o-animation: dwd-zoomout-left 17s forwards;
    -moz-animation: dwd-zoomout-left 17s forwards;
}

.dwd-kensburn.dwd-zoomout-right:before {
    animation: dwd-zoomout-right 17s forwards;
    -ms-animation: dwd-zoomout-right 17s forwards;
    -webkit-animation: dwd-zoomout-right 17s forwards;
    -o-animation: dwd-zoomout-right 17s forwards;
    -moz-animation: dwd-zoomout-right 17s forwards;
}

@keyframes dwd-zoomin {
    0% {
        -ms-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
        -webkit-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
        -o-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
        -moz-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
        transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
        animation-timing-function: linear;
    }
    100% {
        -ms-transform: scale3d(1.5, 1.5, 1.5) translate3d(-0px, 0px, 0px);
        -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
        -o-transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
        -moz-transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
        transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
    }
}

@keyframes dwd-zoomin-left {
    0% {
        -ms-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
        -webkit-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
        -o-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
        -moz-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
        transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
        animation-timing-function: linear;
    }
    100% {
        -ms-transform: scale3d(1.5, 1.5, 1.5) translate3d(150px, 20px, 0px);
        -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(150px, 20px, 0px);
        -o-transform: scale3d(1.5, 1.5, 1.5) translate3d(150px, 20px, 0px);
        -moz-transform: scale3d(1.5, 1.5, 1.5) translate3d(150px, 20px, 0px);
        transform: scale3d(1.5, 1.5, 1.5) translate3d(150px, 20px, 0px);
    }
}

@keyframes dwd-zoomin-right {
    0% {
        -ms-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
        -webkit-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
        -o-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
        -moz-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
        transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
        animation-timing-function: linear;
    }
    100% {
        -ms-transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
        -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
        -o-transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
        -moz-transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
        transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
    }
}

@keyframes dwd-zoomout {
    0% {
        -ms-transform: scale3d(1.5, 1.5, 1.5) translate3d(-0px, 0px, 0px);
        -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
        -o-transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
        -moz-transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
        transform: scale3d(1.5, 1.5, 1.5) translate3d(0px, 0px, 0px);
        animation-timing-function: linear;
    }
    100% {
        -ms-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
        -webkit-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
        -o-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
        -moz-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
        transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
    }
}

@keyframes dwd-zoomout-right {
    0% {
        -ms-transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
        -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
        -o-transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
        -moz-transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
        transform: scale3d(1.5, 1.5, 1.5) translate3d(-150px, -20px, 0px);
        animation-timing-function: linear;
    }
    100% {
        -ms-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
        -webkit-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
        -o-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
        -moz-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
        transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
    }
}

@keyframes dwd-zoomout-left {
    0% {
        -ms-transform: scale3d(1.5, 1.5, 1.5) translate3d(150px, 20px, 0px);
        -webkit-transform: scale3d(1.5, 1.5, 1.5) translate3d(150px, 20px, 0px);
        -o-transform: scale3d(1.5, 1.5, 1.5) translate3d(150px, 20px, 0px);
        -moz-transform: scale3d(1.5, 1.5, 1.5) translate3d(150px, 20px, 0px);
        transform: scale3d(1.5, 1.5, 1.5) translate3d(150px, 20px, 0px);
        animation-timing-function: linear;
    }
    100% {
        -ms-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
        -webkit-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
        -o-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
        -moz-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
        transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
    }
}

h1.textgif {
    color: transparent !important
}

.dwd-fwe.et_pb_fullwidth_header .header-content h1 {
    line-height: 1.3em;
}

.et_pb_search_extended {
    width: 100%
}

.et_pb_search_extended .screen-reader-text {
    display: none
}

.et_pb_search_extended input.et_pb_s,
.et_pb_search_extended .et_pb_searchsubmit {
    margin: 0;
    padding: 0.7em;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    line-height: normal !important
}

.et_pb_search_extended input.et_pb_s::-webkit-input-placeholder {
    color: #666
}

.et_pb_search_extended input.et_pb_s::-moz-placeholder {
    color: #666
}

.et_pb_search_extended input.et_pb_s:-ms-input-placeholder {
    color: #666
}

.et_pb_search_extended input.et_pb_s {
    width: 100%;
    padding-right: 80px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: transparent
}

.et_pb_search_extended .et_pb_searchform {
    position: relative;
    max-width: 500px
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .et_pb_search_extended .et_pb_searchform {
    margin-left: 0
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .et_pb_search_extended .et_pb_searchform {
    margin: 0 auto
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .et_pb_search_extended .et_pb_searchform {
    margin-left: 0
}

.et_pb_search_extended .et_pb_searchsubmit {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    min-height: 100% !important;
    background-color: #ddd;
    cursor: pointer
}

.et_pb_search_extended .et_pb_searchsubmit.search-icon-show {
    padding-left: 15px
}

.et_pb_search_extended.et_pb_text_align_left .et_pb_searchsubmit,
.et_pb_search_extended.et_pb_text_align_center .et_pb_searchsubmit {
    right: 0;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px
}

.et_pb_search_extended.et_pb_text_align_right .et_pb_searchsubmit {
    right: auto;
    left: 0;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px
}

.et_pb_search_extended.et_pb_text_align_right input.et_pb_s {
    padding-right: 0.7em;
    padding-left: 80px;
    text-align: right
}

.et_pb_search_extended.et_pb_text_align_center input.et_pb_s {
    text-align: center
}

.et_pb_search_extended.et_pb_hide_search_button .et_pb_searchsubmit {
    display: none
}

.et_pb_search_extended.et_pb_hide_search_button input.et_pb_s {
    padding-right: 0.7em !important;
    padding-left: 0.7em !important
}

.et_pb_search_extended.et_pb_bg_layout_dark input.et_pb_s {
    border: 2px solid #fff;
    color: #fff
}

.et_pb_search_extended.et_pb_bg_layout_dark input.et_pb_s::-webkit-input-placeholder {
    color: #fff
}

.et_pb_search_extended.et_pb_bg_layout_dark input.et_pb_s::-moz-placeholder {
    color: #fff
}

.et_pb_search_extended.et_pb_bg_layout_dark input.et_pb_s:-ms-input-placeholder {
    color: #fff
}

.et_pb_search_extended .et_pb_searchsubmit .dwd_search_icon {
    padding-right: 20px
}

.et_pb_search_extended .et_pb_searchsubmit .dwd_search_icon:before {
    font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    position: absolute;
    left: 10px;
    font-size: 15px;
    content: "\55"
}

.dwd_hide_search_txt .dwd_search_button_txt {
    display: none;
    visibility: hidden
}

.dwd_hide_search_txt .dwd_search_icon {
    padding-right: 0
}

.et_pb_search_extended.dwd_search_button_left .et_pb_searchsubmit {
    right: auto;
    left: 0
}

.et_pb_search_extended.dwd_search_button_left input.et_pb_s {
    padding-right: 0.7em;
    padding-left: 100px
}

.et_pb_search_extended.dwd_hide_search_txt.dwd_search_button_left input.et_pb_s {
    padding-left: 55px
}

.et_pb_search_extended.dwd_search_button_right .et_pb_searchsubmit {
    left: auto;
    right: 0
}

.et_pb_search_extended.et_pb_text_align_right input.et_pb_s {
    padding-right: 0.7em;
    padding-left: 80px;
    text-align: right
}

.et_pb_search_extended.et_pb_bg_layout_dark .et_pb_searchsubmit {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
    font-weight: 500
}

.et_pb_fullwidth_header_container.center .et_pb_search_extended {
    margin: 15px auto 0
}

.et_pb_header_description .et_pb_search_extended {
    margin-top: 15px
}

.fancyline {
    border: 0;
    height: 1px;
    position: relative;
    margin: 0;
}

.fancyline-title {
    padding-bottom: 0
}

.fancyline.fancyline_after:after {
    content: '';
    display: block;
    width: 40px;
    height: 2px
}

.fancyline.fancyline_before:before {
    content: '';
    display: block;
    width: 40px;
    height: 2px
}

.fancyline_after.fancyline_text_left:after {
    margin: 0
}

.fancyline_after.fancyline_text_center:after {
    margin: 0 auto
}

.fancyline_after.fancyline_text_right:after {
    margin: 0 0 0 auto
}

.fancyline_before.fancyline_text_left:before {
    margin: 0
}

.fancyline_before.fancyline_text_center:before {
    margin: 0 auto
}

.fancyline_before.fancyline_text_right:before {
    margin: 0 0 0 auto
}

.et_pb_bg_layout_dark .fancyline_after.fancyline_text_left:after,
.et_pb_bg_layout_dark .fancyline_after.fancyline_text_center:after,
.et_pb_bg_layout_dark .fancyline_after.fancyline_text_right:after,
.et_pb_bg_layout_dark .fancyline_before.fancyline_text_left:before,
.et_pb_bg_layout_dark .fancyline_before.fancyline_text_center:before,
.et_pb_bg_layout_dark .fancyline_before.fancyline_text_right:before {
    background-color: #fff
}

.et_pb_bg_layout_light .fancyline_after.fancyline_text_left:after,
.et_pb_bg_layout_light .fancyline_after.fancyline_text_center:after,
.et_pb_bg_layout_light .fancyline_after.fancyline_text_right:after,
.et_pb_bg_layout_light .fancyline_before.fancyline_text_left:before,
.et_pb_bg_layout_light .fancyline_before.fancyline_text_center:before,
.et_pb_bg_layout_light .fancyline_before.fancyline_text_right:before {
    background-color: #333
}


/* Hover Btn*/

.et_pb_button.dwd-btn-hover:before {
    display: block !important;
}

.et_pb_button.dwd-btn-hover:before {
    font-size: inherit;
    margin-left: inherit;
    line-height: inherit;
}

.et_pb_button.dwd-btn-hover:hover:before {
    opacity: 1;
}

.et_pb_button_one.dwd-btn-hover.hvr-bubble-top:before,
.et_pb_button_one.dwd-btn-hover.hvr-bubble-float-top:before {
    left: calc(50% - 10px);
    top: -2px;
}

.et_pb_button.dwd-btn-hover.hvr-bubble-bottom:before,
.et_pb_button.dwd-btn-hover.hvr-bubble-float-bottom:before {
    left: calc(50% - 10px);
    bottom: -2px;
}

.et_pb_button_two.dwd-btn-hover.hvr-bubble-top:before,
.et_pb_button_two.dwd-btn-hover.hvr-bubble-float-top:before {
    left: calc(50% - 25px);
    top: -2px;
}

.et_pb_button_two.dwd-btn-hover.hvr-bubble-bottom:before,
.et_pb_button_two.dwd-btn-hover.hvr-bubble-float-bottom:before {
    left: calc(50% - 25px);
    bottom: -2px;
}

.et_pb_button.dwd-btn-hover.hvr-bubble-right:before,
.et_pb_button.dwd-btn-hover.hvr-bubble-float-right:before {
    right: -2px;
}

.et_pb_button_two.dwd-btn-hover.hvr-bubble-left:before,
.et_pb_button_two.dwd-btn-hover.hvr-bubble-float-left:before {
    left: -17px;
}

.et_pb_button_one.dwd-btn-hover.hvr-bubble-left:before,
.et_pb_button_one.dwd-btn-hover.hvr-bubble-float-left:before {
    left: -2px;
}

@media all and (max-width: 980px) {
    .et_pb_header_description .et_pb_search {
        width: 100%
    }
}

@media all and (max-width: 479px) {
    .et_pb_header_description .et_pb_search {
        width: 100%
    }
}


/* Responsive Styles Smartphone Only */

@media all and (max-width: 767px) {
    .dwd-fwe.et_pb_fullwidth_header.dwd-mobile-fullwidth .et_pb_fullwidth_header_container .header-content a.et_pb_button {
        width: 100%;
        margin-left: 0;
    }
    .dwd-kensburn.dwd-zoomin-left:before {
        animation: dwd-zoomin 17s forwards;
        -ms-animation: dwd-zoomin 17s forwards;
        -webkit-animation: dwd-zoomin 17s forwards;
        -o-animation: dwd-zoomin 17s forwards;
        -moz-animation: dwd-zoomin 17s forwards;
    }
    .dwd-kensburn.dwd-zoomin-right:before {
        animation: dwd-zoomin 17s forwards;
        -ms-animation: dwd-zoomin 17s forwards;
        -webkit-animation: dwd-zoomin 17s forwards;
        -o-animation: dwd-zoomin 17s forwards;
        -moz-animation: dwd-zoomin 17s forwards;
    }
    .dwd-kensburn.dwd-zoomout-left:before {
        animation: dwd-zoomout 17s forwards;
        -ms-animation: dwd-zoomout 17s forwards;
        -webkit-animation: dwd-zoomout 17s forwards;
        -o-animation: dwd-zoomout 17s forwards;
        -moz-animation: dwd-zoomout 17s forwards;
    }
    .dwd-kensburn.dwd-zoomout-right:before {
        animation: dwd-zoomout 17s forwards;
        -ms-animation: dwd-zoomout 17s forwards;
        -webkit-animation: dwd-zoomout 17s forwards;
        -o-animation: dwd-zoomout 17s forwards;
        -moz-animation: dwd-zoomout 17s forwards;
    }
}

.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content-container.top .et_pb_fullwidth_logo_image {
    margin: 0 auto;
    padding-bottom: 10px;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.center .header-content-container.top,
.et_pb_fullscreen .et_pb_fullwidth_header_container.center .header-image-container.top {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-content-container.top,
.et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-image-container.top,
.et_pb_fullscreen .et_pb_fullwidth_header_container.right .header-content-container.top,
.et_pb_fullscreen .et_pb_fullwidth_header_container.right .header-image-container.top {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start;
}

.et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-content-container.top,
.et_pb_fullscreen .et_pb_fullwidth_header_container.right .header-content-container.top {
    margin-top: 80px;
}

.et_pb_text_extender {
    word-wrap: break-word
}

.et_pb_text_extender ul,
.et_pb_text_extender ol {
    padding-bottom: 1em
}

.et_pb_text_extender>:last-child {
    padding-bottom: 0
}


/* Section Seperator */

.dwd-d-before::before {
    position: absolute;
    content: '';
    pointer-events: none;
    top: -50px;
    z-index: 2;
}

.dwd-d-after::after {
    position: absolute;
    content: '';
    pointer-events: none;
    bottom: -50px;
    z-index: 2;
}

.dwd-d-after.dwd-d-style-triangles::after,
.dwd-d-before.dwd-d-style-triangles::before {
    left: 50%;
    width: 100px;
    height: 100px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

.dwd-d-before.dwd-d-style-halfcircle::before,
.dwd-d-after.dwd-d-style-halfcircle::after {
    left: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: inherit;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.dwd-d-style-multitriangles::before {
    top: -25px;
    z-index: 2;
    background: inherit;
    box-shadow: -50px 50px 0 #000, 50px -50px 0 #000;
    left: 50%;
    width: 50px;
    height: 50px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

.dwd-d-style-multitriangles::after {
    bottom: -25px;
    z-index: 2;
    background: inherit;
    box-shadow: -50px 50px 0 #000, 50px -50px 0 #000;
    left: 50%;
    width: 50px;
    height: 50px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

.dwd-d-style-diagonal::before {
    height: 50%;
    background-color: #fff;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    -webkit-transform-origin: 5% 0;
    transform-origin: 5% 0;
    top: 0;
    left: -25%;
    z-index: 0;
    width: 150%;
}

.dwd-d-after.dwd-d-style-diagonal::after {
    height: 50%;
    background-color: #fff;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    -webkit-transform-origin: 5% 0;
    transform-origin: 5% 0;
    bottom: -30%;
    left: -25%;
    z-index: 0;
    width: 150%;
}