/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


/* cursor */

.bw-cursor-auto {
    cursor: auto;
}

.bw-cursor-default {
    cursor: default;
}

.bw-cursor-none {
    cursor: none;
}

.bw-cursor-pointer {
    cursor: pointer;
}

.bw-cursor-not-Allowed {
    cursor: not-Allowed;
}

.bw-cursor-wait {
    cursor: wait;
}

.bw-cursor-progress {
    cursor: progress;
}

.bw-cursor-help {
    cursor: help;
}

.bw-cursor-context-menu {
    cursor: context-menu;
}

.bw-cursor-cell {
    cursor: cell;
}

.bw-cursor-crosshair {
    cursor: crosshair;
}

.bw-cursor-text {
    cursor: text;
}

.bw-cursor-wetical-text {
    cursor: wetical-text;
}

.bw-cursor-grab {
    cursor: grab;
}

.bw-cursor-grabbing {
    cursor: grabbing;
}

.bw-cursor-alias {
    cursor: alias;
}

.bw-cursor-copy {
    cursor: copy;
}

.bw-cursor-move {
    cursor: move;
}

.bw-cursor-zoom-in {
    cursor: zoom-in;
}

.bw-cursor-zoom-out {
    cursor: zoom-out;
}

.bw-cursor-col-resize {
    cursor: col-resize;
}

.bw-cursor-row-resize {
    cursor: row-resize;
}

.bw-cursor-nesw-resize {
    cursor: nesw-resize;
}

.bw-cursor-newse-resize {
    cursor: newse-resize;
}

.bw-cursor-ew-resize {
    cursor: ew-resize;
}

.bw-cursor-ns-resize {
    cursor: ns-resize;
}

.bw-cursor-n-resize {
    cursor: n-resize;
}

.bw-cursor-w-resize {
    cursor: w-resize;
}

.bw-cursor-s-resize {
    cursor: s-resize;
}

.bw-cursor-e-resize {
    cursor: e-resize;
}

.bw-cursor-nw-resize {
    cursor: nw-resize;
}

.bw-cursor-ne-resize {
    cursor: ne-resize;
}

.bw-cursor-sw-resize {
    cursor: sw-resize;
}

.bw-cursor-se-resize {
    cursor: se-resize;
}


/* Blur Class */
.bw-blur > .elementor-widget-wrap {
    backdrop-filter: blur(12px) !important;
}

/* extra margin */
.no-margin {
    margin-bottom: 0 !important;
}


/* Black Image */
.bw-image img {
    transition: all 0.17s ease;
}

/* Black Alignment */

.bw-left {
    text-align: left;
}

.bw-center {
    text-align: center;
}

.bw-right {
    text-align: right;
}


/**
 * Black Title
 */

.bw-title-box {
    transition: all .23s ease;
    -webkit-transition: all .23s ease;
    -moz-transition: all .23s ease;
    -ms-transition: all .23s ease;
    -o-transition: all .23s ease;
}

.bw-title-box.left {
    text-align: left;
}

.bw-title-box.center {
    text-align: center;
}

.bw-title-box.right {
    text-align: right;
}

.bw-title-box .shape {
    width: 60px;
}


/* Type 1 */

.bw-title-box.bw-t-1 {
    position: relative;
    padding-top: 14px;
}

.bw-title-box.bw-t-1:before {
    content: '';
    position: absolute;
    width: 44px;
    height: 2px;
    background: #000;
    top: 0;
    right: calc(50% - 22px);
}

.bw-title-box.bw-t-1.left:before {
    left: 0;
}

.bw-title-box.bw-t-1.center:before {
    left: calc(50% - 22px);
}

.bw-title-box.bw-t-1.right:before {
    right: 0;
}

.bw-title-box.bw-t-1 .bw-title div {
    font-size: 14px;
    color: #a9a9a9;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 1.4;
    padding-bottom: 12px;
}

.bw-title-box.bw-t-1 .bw-subtitle div {
    font-size: 32px;
    color: #000;
    letter-spacing: -1px;
    line-height: 1;
    font-weight: 700;
}


/* Type 2 */

.bw-title-box.bw-t-2 {
    position: relative;
    padding-bottom: 24px;
}

.bw-title-box.bw-t-2:before {
    content: '';
    position: absolute;
    width: 44px;
    height: 2px;
    background: #000;
    bottom: 0;
    right: calc(50% - 22px);
}

.bw-title-box.bw-t-2.left:before {
    left: 0;
}

.bw-title-box.bw-t-2.center:before {
    left: calc(50% - 22px);
}

.bw-title-box.bw-t-2.right:before {
    right: 0;
}

.bw-title-box.bw-t-2 .bw-title div {
    font-size: 14px;
    color: #a9a9a9;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 1.4;
    padding-bottom: 12px;
}

.bw-title-box.bw-t-2 .bw-subtitle div {
    font-size: 32px;
    color: #000;
    letter-spacing: -1px;
    line-height: 1;
    font-weight: 700;
}


/* Type 3 */

.bw-title-box.bw-t-3 {
    position: relative;
    z-index: 2;
    padding: 0 22px 24px 22px;
}

.bw-title-box.bw-t-3:before {
    content: '';
    position: absolute;
    width: 144px;
    height: 40px;
    background: rgba(0, 0, 0, 0.04);
    bottom: 0;
    right: calc(50% - 72px);
    z-index: -1;
}

.bw-title-box.bw-t-3.left:before {
    left: 0;
}

.bw-title-box.bw-t-3.center:before {
    left: calc(50% - 72px);
}

.bw-title-box.bw-t-3.right:before {
    right: 0;
}

.bw-title-box.bw-t-3 .bw-title div {
    font-size: 12px;
    color: #a9a9a9;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 1.4;
    padding-bottom: 7px;
}

.bw-title-box.bw-t-3 .bw-subtitle div {
    font-size: 32px;
    color: #000;
    letter-spacing: -1px;
    line-height: 1.1;
    font-weight: 900;
}


/* Type 4 */

.bw-title-box.bw-t-4 {
    position: relative;
    z-index: 2;
    padding: 0 22px 40px 22px;
}

.bw-title-box.bw-t-4:before {
    content: '';
    position: absolute;
    width: 64px;
    height: 64px;
    background: rgba(0, 0, 0, 0.03);
    bottom: 0;
    right: calc(50% - 32px);
    z-index: -1;
}

.bw-title-box.bw-t-4.left:before {
    left: 0;
}

.bw-title-box.bw-t-4.center:before {
    left: calc(50% - 32px);
}

.bw-title-box.bw-t-4.right:before {
    right: 0;
}

.bw-title-box.bw-t-4 .bw-title div {
    font-size: 12px;
    color: #a9a9a9;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 1.4;
    padding-bottom: 7px;
}

.bw-title-box.bw-t-4 .bw-subtitle div {
    font-size: 32px;
    color: #000;
    letter-spacing: -1px;
    line-height: 1.1;
    font-weight: 900;
}


/* Type 5 */

.bw-title-box.bw-t-5 {
    z-index: 2;
}

.bw-title-box.bw-t-5 .bw-title div:before {
    content: '';
    position: absolute;
    height: 4px;
    background: rgb(0, 0, 0);
    top: calc(50% - 2px);
    z-index: -1;
    overflow: hidden;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
}

.bw-title-box.bw-t-5.left .bw-title div:before {
    left: 0;
    width: 32px;
}

.bw-title-box.bw-t-5.right .bw-title div:before {
    right: 0;
    width: 32px;
}

.bw-title-box.bw-t-5 .bw-subtitle div {
    font-size: 22px;
    color: #000;
    line-height: 1.1;
    font-weight: 700;
}

.bw-title-box.bw-t-5 .bw-title div {
    font-size: 22px;
    color: #000;
    line-height: 1.1;
    font-weight: 700;
    padding: 0 44px;
    position: relative;
}


/* Type 6 */

.bw-title-box.bw-t-6 {
    position: relative;
    z-index: 2;
    padding: 0 22px 40px 22px;
}

.bw-title-box.bw-t-6:before {
    content: '';
    position: absolute;
    width: 64px;
    height: 64px;
    background: rgba(0, 0, 0, 0.03);
    bottom: 0;
    right: calc(50% - 32px);
    z-index: -1;
}

.bw-title-box.bw-t-6:after {
    content: '';
    position: absolute;
    width: 94px;
    height: 1px;
    background: #000;
    bottom: 20px;
    right: calc(50% - 47px);
    z-index: -1;
}

.bw-title-box.bw-t-6.left:before {
    left: 0;
}

.bw-title-box.bw-t-6.center:before {
    left: calc(50% - 32px);
}

.bw-title-box.bw-t-6.right:before {
    right: 0;
}

.bw-title-box.bw-t-6.left:after {
    left: -15px;
}

.bw-title-box.bw-t-6.center:after {
    left: calc(50% - 47px);
}

.bw-title-box.bw-t-6.right:after {
    right: -15px;
}

.bw-title-box.bw-t-6 .bw-title div {
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 1.4;
    padding-bottom: 7px;
}

.bw-title-box.bw-t-6 .bw-subtitle div {
    font-size: 32px;
    color: #000;
    letter-spacing: -1px;
    line-height: 1.1;
    font-weight: 900;
}


/* Type 7 */

.bw-title-box.bw-t-7 {
    position: relative;
    z-index: 2;
}

.bw-title-box.bw-t-7:before {
    content: '';
    position: absolute;
    height: 5px;
    background: #000;
    top: 5px;
    z-index: -1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.bw-title-box.bw-t-7:after {
    content: '';
    position: absolute;
    height: 1px;
    background: #000;
    top: 7px;
    z-index: -1;
}

.bw-title-box.bw-t-7.left:before {
    left: 0;
    width: 5px;
}

.bw-title-box.bw-t-7.right:before {
    right: 0;
    width: 5px;
}

.bw-title-box.bw-t-7.left:after {
    left: 8px;
    width: 24px;
}

.bw-title-box.bw-t-7.right:after {
    right: 8px;
    width: 24px;
}

.bw-title-box.bw-t-7 .bw-title div {
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 1.2;
    padding: 0 36px 7px;
}

.bw-title-box.bw-t-7 .bw-subtitle div {
    font-size: 32px;
    color: #000;
    letter-spacing: -1px;
    line-height: 1.1;
    font-weight: 900;
}


/* Type 8 */

.bw-title-box.bw-t-8 {
    position: relative;
}

.bw-title-box.bw-t-8 .bw-title div::first-letter {
    font-size: 20px;
    font-weight: 900;
}

.bw-title-box.bw-t-8 .bw-title div {
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2;
    padding: 0 33px 0;
    font-style: italic;
    font-weight: 900;
}

.bw-title-box.bw-t-8 .bw-subtitle div::first-letter {
    font-size: 32px;
    font-weight: 900;
}

.bw-title-box.bw-t-8 .bw-subtitle div {
    font-size: 22px;
    color: #000;
    letter-spacing: -0.05em;
    line-height: 1.1;
    font-weight: 700;
    font-style: italic;
}


/* Custom Class - Dark */

.bw-dark .bw-title-box.bw-t-1:before,
.bw-dark .bw-title-box.bw-t-6:after,
.bw-dark .bw-title-box.bw-t-2:before {
    background: #fff;
}


/**
 * Black Button
 */

.bw-button-box {
    display: inline-block;
    position: relative;
}

.bw-button-box .bw-btn {
    transition: all 0.3s cubic-bezier(1, 0.65, 0, 0.89) !important;
    -webkit-transition: all 0.3s cubic-bezier(1, 0.65, 0, 0.89) !important;
    -moz-transition: all 0.3s cubic-bezier(1, 0.65, 0, 0.89) !important;
    -ms-transition: all 0.3s cubic-bezier(1, 0.65, 0, 0.89) !important;
    -o-transition: all 0.3s cubic-bezier(1, 0.65, 0, 0.89) !important;
}


/* Minimal*/

.bw-button-box.minimal .bw-btn {
    display: inline-block;
    position: relative;
    border: 2px solid #000;
    color: #000;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 12px 32px;
    background: #fff;
    line-height: 1.6;
    text-transform: capitalize;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    transition: all .17s ease;
    -webkit-transition: all .17s ease;
    -moz-transition: all .17s ease;
    -o-transition: all .17s ease;
}

.bw-button-box.minimal:hover .bw-btn {
    color: #fff;
    background: #000;
}


/* Modern > Type1 */

.bw-button-box.modern.m-1 {
    overflow: hidden;
}

.bw-button-box.modern.m-1 .bw-btn {
    display: block;
    position: relative;
    background: #000;
    border: 0;
    padding: 14px 42px;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    font-weight: 400;
    font-family: inherit;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.2em;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    text-decoration: unset;
    top: 0;
    overflow: hidden;
    -o-transition: all 0.2s ease;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}

.bw-button-box.modern.m-1 .bw-btn:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    top: 0;
    color: #fff;
}

.bw-button-box.modern.m-1 .bw-btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: -200%;
    width: 0;
    height: 100%;
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
}

.bw-button-box.modern.m-1 .bw-btn:hover:after {
    width: 200%;
    animation: shine 1.6s ease;
    -webkit-animation: shine 1.6s ease;
}

.bw-button-box.modern.m-1 .bw-btn:active {
    transform: translateY(1px);
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

@-moz-keyframes shine {
    100% {
        left: 200%;
    }
}

@-webkit-keyframes shine {
    100% {
        left: 200%;
    }
}

@-o-keyframes shine {
    100% {
        left: 200%;
    }
}

@keyframes shine {
    100% {
        left: 200%;
    }
}


/* Modern > Type2 */

.bw-button-box.modern.m-2 .bw-btn {
    float: left;
    /*display: block;
    */
    padding: 24px 44px;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    line-height: 1;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
    color: #000;
    overflow: hidden;
    border: 4px solid #000;
    text-transform: uppercase;
    text-decoration: unset;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 700;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
}

.bw-button-box.modern.m-2 .bw-btn::before,
.bw-button-box.modern.m-2 .bw-btn::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -webkit-transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.bw-button-box.modern.m-2 .bw-btn::before {
    background: #444;
}

.bw-button-box.modern.m-2 .bw-btn::after {
    background: #000;
}

.bw-button-box.modern.m-2 .bw-btn:hover {
    color: #fff;
    border: 4px solid #000;
}

.bw-button-box.modern.m-2 .bw-btn:hover::before,
.bw-button-box.modern.m-2 .bw-btn:hover::after {
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
}

.bw-button-box.modern.m-2 .bw-btn:hover::after {
    transition-delay: 0.175s;
    -webkit-transition-delay: 0.175s;
}


/* Modern > Type3 */

.bw-button-box.modern.m-3 .bw-btn {
    position: relative;
    z-index: 9;
    display: inline-block;
    padding: 24px 44px;
    background-color: #000;
    border: none;
    box-shadow: none;
    cursor: pointer;
    line-height: 1.6;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
    transition-property: all;
    transition-duration: 0.37s;
    overflow: hidden;
}

.bw-button-box.modern.m-3 .bw-btn:before,
.bw-button-box.modern.m-3 .bw-btn:after {
    content: '';
    display: inline-block;
    position: absolute;
    transition-property: inherit;
    transition-duration: inherit;
    transition-timing-function: inherit;
    z-index: -2;
}

.bw-button-box.modern.m-3 .bw-btn:before,
.bw-button-box.modern.m-3 .bw-btn:after {
    width: 0;
    height: 100%;
    top: 0;
    left: 100%;
    background-color: #333;
}

.bw-button-box.modern.m-3 .bw-btn:before {
    z-index: -1;
    background-color: #666;
}

.bw-button-box.modern.m-3 .bw-btn:after {
    transition-delay: 0.2s;
}

.bw-button-box.modern.m-3 .bw-btn:hover:before,
.bw-button-box.modern.m-3 .bw-btn:hover:after {
    width: 100%;
    left: 0;
    transition-property: width;
}

.bw-button-box.modern.m-3 .bw-btn:hover:before {
    transition-delay: 0.2s;
}

.bw-button-box.modern.m-3 .bw-btn:hover:after {
    transition-delay: 0s;
}


/* Modern > Type4 */

.bw-button-box.modern.m-4 {
    position: relative;
}

.bw-button-box.modern.m-4 .btn-wrapper {
    background: #222;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    border-radius: 4px;
    min-width: 200px;
    box-shadow: 0 10px 60px -24px #000;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    outline: none;
    position: relative;
    z-index: 2;
    transform: perspective(250px) scale3d(1, 1, 1);
    -webkit-transform: perspective(250px) scale3d(1, 1, 1);
    -moz-transform: perspective(250px) scale3d(1, 1, 1);
    -ms-transform: perspective(250px) scale3d(1, 1, 1);
    -o-transform: perspective(250px) scale3d(1, 1, 1);
    transition: all 1s cubic-bezier(0.03, 0.98, 0.52, 0.99);
    -webkit-transition: all 1s cubic-bezier(0.03, 0.98, 0.52, 0.99);
    -moz-transition: all 1s cubic-bezier(0.03, 0.98, 0.52, 0.99);
    -ms-transition: all 1s cubic-bezier(0.03, 0.98, 0.52, 0.99);
    -o-transition: all 1s cubic-bezier(0.03, 0.98, 0.52, 0.99);
    will-change: transform, box-shadow, background;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.bw-button-box.modern.m-4 .btn-wrapper:hover {
    background: #000;
    box-shadow: 0 8px 65px -14px #000;
}

.bw-button-box.modern.m-4 .btn-wrapper:active {
    background: #000;
    box-shadow: 0 10px 60px -14px #000;
    transform: perspective(250px) scale3d(1, 1, 1) translateY(5%) !important;
    -webkit-transform: perspective(250px) scale3d(1, 1, 1) translateY(5%) !important;
    -moz-transform: perspective(250px) scale3d(1, 1, 1) translateY(5%) !important;
    -ms-transform: perspective(250px) scale3d(1, 1, 1) translateY(5%) !important;
    -o-transform: perspective(250px) scale3d(1, 1, 1) translateY(5%) !important;
}

.bw-button-box.modern.m-4 .btn-wrapper .bw-btn-m-4 {
    color: #F8FAFF;
    font-family: initial;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 2px;
    font-size: 18px;
    line-height: 68px;
    text-transform: uppercase;
    padding: 0 34px;
    display: block;
}

.bw-button-box.modern.m-4 .shape {
    position: absolute;
    width: 10px;
    height: 10px;
    z-index: -1;
    animation: explode .8s reverse forwards ease-in;
    -webkit-animation: explode .8s reverse forwards ease-in;
}

@-webkit-keyframes explode {
    from {
        opacity: 0;
    }
    to {
        top: 50%;
        left: 50%;
        opacity: 1;
    }
}

@keyframes explode {
    from {
        opacity: 0;
    }
    to {
        top: 50%;
        left: 50%;
        opacity: 1;
    }
}


/* Modern > Type5 */
.bw-button-box.modern.m-5 {
    min-height: 56px;
}

.bw-button-box.modern.m-5 .bw-btn {
    display: block;
    position: relative;
    padding: 14px 18px 17px 22px;
    text-align: center;
    color: #000;
    transition: all 1.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -webkit-transition: all 1.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -moz-transition: all 1.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -ms-transition: all 1.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -o-transition: all 1.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.bw-button-box.modern.m-5 .bw-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 28px;
    background: rgba(192, 192, 192, 0.3);
    width: 56px;
    height: 56px;
    transition: all 0.37s cubic-bezier(1, 0.35, 0, 0.65);
    -webkit-transition: all 0.37s cubic-bezier(1, 0.35, 0, 0.65);
    -moz-transition: all 0.37s cubic-bezier(1, 0.35, 0, 0.65);
    -ms-transition: all 0.37s cubic-bezier(1, 0.35, 0, 0.65);
    -o-transition: all 0.37s cubic-bezier(1, 0.35, 0, 0.65);
}

.bw-button-box.modern.m-5 .bw-btn span {
    position: relative;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.25em;
    line-height: 32px;
    text-transform: uppercase;
    vertical-align: middle;
    transition: all 1.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -webkit-transition: all 1.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -moz-transition: all 1.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -ms-transition: all 1.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -o-transition: all 1.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.bw-button-box.modern.m-5 .bw-btn:hover span {
    color: #fff;
}

.bw-button-box.modern.m-5 .bw-btn:hover:before {
    width: 100%;
    background: #000;
}


/* Noise > Type1 */

.bw-button-box.noise.n-1 {
    font-size: 18px;
    position: relative;
    width: 200px;
    height: 60px;
    /* left: 0; */
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-user-select: none;
    cursor: pointer;
    background: #fff;
}

.bw-button-box.noise.n-1 .bw-btn-n-1 div {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 60px;
    line-height: 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.bw-button-box.noise.n-1 .bw-btn-n-1 div:nth-child(1) {
    color: #000000;
    background-color: #ffffff;
    padding: 10px;
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
}

.bw-button-box.noise.n-1 .bw-btn-n-1 div:nth-child(2) {
    overflow: hidden;
}

.bw-button-box.noise.n-1 .bw-btn-n-1 div:nth-child(2) div {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    border: #000000 hidden 1px;
}

.bw-button-box.noise.n-1 .bw-btn-n-1 div:nth-child(2) div:nth-child(1) {
    color: rgba(241, 0, 0, 0.8);
    opacity: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAGCAYAAAAL+1RLAAAAF0lEQVQIW2NkwAIYgWKS6OIgQQxAoUoAE4AAUnD/0ugAAAAASUVORK5CYII=) repeat;
}

.bw-button-box.noise.n-1 .bw-btn-n-1 div:nth-child(2) div:nth-child(2) {
    color: rgba(120, 200, 120, 0.8);
    opacity: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAGCAYAAAAL+1RLAAAAF0lEQVQIW2NkwAIYgWKS6OIgQQxAoUoAE4AAUnD/0ugAAAAASUVORK5CYII=) repeat;
}

.bw-button-box.noise.n-1 .bw-btn-n-1 div:nth-child(2) div:nth-child(3) {
    color: rgba(0, 168, 255, 0.8);
    opacity: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAGCAYAAAAL+1RLAAAAF0lEQVQIW2NkwAIYgWKS6OIgQQxAoUoAE4AAUnD/0ugAAAAASUVORK5CYII=) repeat;
}

.bw-button-box.noise.n-1 .bw-btn-n-1:hover div:nth-child(1) {
    color: #ffffff;
    background-color: #000000;
    transition: background-color 0.3s ease 0.2s;
    -webkit-transition: background-color 0.3s ease 0.2s;
    -moz-transition: background-color 0.3s ease 0.2s;
    -ms-transition: background-color 0.3s ease 0.2s;
    -o-transition: background-color 0.3s ease 0.2s;
    transition: color 0s ease;
    -webkit-transition: color 0s ease;
    -moz-transition: color 0s ease;
    -ms-transition: color 0s ease;
    -o-transition: color 0s ease;
}

.bw-button-box.noise.n-1 .bw-btn-n-1:hover div:nth-child(2) div:nth-child(1) {
    animation: n-red 0.25s linear;
    -webkit-animation: n-red 0.25s linear;
    -moz-animation: n-red 0.25s linear;
}

.bw-button-box.noise.n-1 .bw-btn-n-1:hover div:nth-child(2) div:nth-child(2) {
    animation: n-green 0.25s linear;
    -webkit-animation: n-green 0.25s linear;
    -moz-animation: n-green 0.25s linear;
}

.bw-button-box.noise.n-1 .bw-btn-n-1:hover div:nth-child(2) div:nth-child(3) {
    animation: n-blue 0.25s linear;
    -webkit-animation: n-blue 0.25s linear;
    -moz-animation: n-blue 0.25s linear;
}

@keyframes n-red {
    from,
    to {
        opacity: 0;
    }
    25% {
        opacity: 1;
        -webkit-transform: scale(1.8, 1.6) translate(-10px, 3px) skewX(30deg);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.5, 1.2) translate(20px, 6px) skewX(5deg);
    }
    75% {
        opacity: 1;
        -webkit-transform: scale(0.9, 1.8) translate(-16px, -1px) skewX(-20deg);
    }
}

@-webkit-keyframes n-red {
    from,
    to {
        opacity: 0;
    }
    25% {
        opacity: 1;
        -webkit-transform: scale(1.8, 1.6) translate(-10px, 3px) skewX(30deg);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.5, 1.2) translate(20px, 6px) skewX(5deg);
    }
    75% {
        opacity: 1;
        -webkit-transform: scale(0.9, 1.8) translate(-16px, -1px) skewX(-20deg);
    }
}

@-moz-keyframes n-red {
    from,
    to {
        opacity: 0;
    }
    25% {
        opacity: 1;
        transform: scale(1.8, 1.6) translate(-10px, 3px) skewX(30deg);
        -webkit-transform: scale(1.8, 1.6) translate(-10px, 3px) skewX(30deg);
        -moz-transform: scale(1.8, 1.6) translate(-10px, 3px) skewX(30deg);
        -ms-transform: scale(1.8, 1.6) translate(-10px, 3px) skewX(30deg);
        -o-transform: scale(1.8, 1.6) translate(-10px, 3px) skewX(30deg);
    }
    50% {
        opacity: 1;
        transform: scale(1.5, 1.2) translate(20px, 6px) skewX(5deg);
        -webkit-transform: scale(1.5, 1.2) translate(20px, 6px) skewX(5deg);
        -moz-transform: scale(1.5, 1.2) translate(20px, 6px) skewX(5deg);
        -ms-transform: scale(1.5, 1.2) translate(20px, 6px) skewX(5deg);
        -o-transform: scale(1.5, 1.2) translate(20px, 6px) skewX(5deg);
    }
    75% {
        opacity: 1;
        transform: scale(0.9, 1.8) translate(-16px, -1px) skewX(-20deg);
        -webkit-transform: scale(0.9, 1.8) translate(-16px, -1px) skewX(-20deg);
        -moz-transform: scale(0.9, 1.8) translate(-16px, -1px) skewX(-20deg);
        -ms-transform: scale(0.9, 1.8) translate(-16px, -1px) skewX(-20deg);
        -o-transform: scale(0.9, 1.8) translate(-16px, -1px) skewX(-20deg);
    }
}

@keyframes n-green {
    from,
    to {
        opacity: 0;
    }
    25% {
        opacity: 1;
        -webkit-transform: scale(1.3, 1.5) translate(3px, 6px) skewX(25deg);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.6, 1.1) translate(-16px, -5px) skewX(-15deg);
    }
    75% {
        opacity: 1;
        -webkit-transform: scale(1, 1.8) translate(18px, 4px) skewX(15deg);
    }
}

@-webkit-keyframes n-green {
    from,
    to {
        opacity: 0;
    }
    25% {
        opacity: 1;
        -webkit-transform: scale(1.3, 1.5) translate(3px, 6px) skewX(25deg);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.6, 1.1) translate(-16px, -5px) skewX(-15deg);
    }
    75% {
        opacity: 1;
        -webkit-transform: scale(1, 1.8) translate(18px, 4px) skewX(15deg);
    }
}

@-moz-keyframes n-green {
    from,
    to {
        opacity: 0;
    }
    25% {
        opacity: 1;
        transform: scale(1.3, 1.5) translate(3px, 6px) skewX(25deg);
        -webkit-transform: scale(1.3, 1.5) translate(3px, 6px) skewX(25deg);
        -moz-transform: scale(1.3, 1.5) translate(3px, 6px) skewX(25deg);
        -ms-transform: scale(1.3, 1.5) translate(3px, 6px) skewX(25deg);
        -o-transform: scale(1.3, 1.5) translate(3px, 6px) skewX(25deg);
    }
    50% {
        opacity: 1;
        transform: scale(1.6, 1.1) translate(-16px, -5px) skewX(-15deg);
        -webkit-transform: scale(1.6, 1.1) translate(-16px, -5px) skewX(-15deg);
        -moz-transform: scale(1.6, 1.1) translate(-16px, -5px) skewX(-15deg);
        -ms-transform: scale(1.6, 1.1) translate(-16px, -5px) skewX(-15deg);
        -o-transform: scale(1.6, 1.1) translate(-16px, -5px) skewX(-15deg);
    }
    75% {
        opacity: 1;
        transform: scale(1, 1.8) translate(18px, 4px) skewX(15deg);
        -webkit-transform: scale(1, 1.8) translate(18px, 4px) skewX(15deg);
        -moz-transform: scale(1, 1.8) translate(18px, 4px) skewX(15deg);
        -ms-transform: scale(1, 1.8) translate(18px, 4px) skewX(15deg);
        -o-transform: scale(1, 1.8) translate(18px, 4px) skewX(15deg);
    }
}

@keyframes n-blue {
    from,
    to {
        opacity: 0;
    }
    25% {
        opacity: 1;
        -webkit-transform: scale(1.2, 1.4) translate(-10px, -3px) skewX(-25deg);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.9, 1.1) translate(16px, 3px) skewX(5deg);
    }
    75% {
        opacity: 1;
        -webkit-transform: scale(1.3, 2) translate(-30px, -3px) skewX(20deg);
    }
}

@-webkit-keyframes n-blue {
    from,
    to {
        opacity: 0;
    }
    25% {
        opacity: 1;
        -webkit-transform: scale(1.2, 1.4) translate(-10px, -3px) skewX(-25deg);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.9, 1.1) translate(16px, 3px) skewX(5deg);
    }
    75% {
        opacity: 1;
        -webkit-transform: scale(1.3, 2) translate(-30px, -3px) skewX(20deg);
    }
}

@-moz-keyframes n-blue {
    from,
    to {
        opacity: 0;
    }
    25% {
        opacity: 1;
        transform: scale(1.2, 1.4) translate(-10px, -3px) skewX(-25deg);
        -webkit-transform: scale(1.2, 1.4) translate(-10px, -3px) skewX(-25deg);
        -moz-transform: scale(1.2, 1.4) translate(-10px, -3px) skewX(-25deg);
        -ms-transform: scale(1.2, 1.4) translate(-10px, -3px) skewX(-25deg);
        -o-transform: scale(1.2, 1.4) translate(-10px, -3px) skewX(-25deg);
    }
    50% {
        opacity: 1;
        transform: scale(1.9, 1.1) translate(16px, 3px) skewX(5deg);
        -webkit-transform: scale(1.9, 1.1) translate(16px, 3px) skewX(5deg);
        -moz-transform: scale(1.9, 1.1) translate(16px, 3px) skewX(5deg);
        -ms-transform: scale(1.9, 1.1) translate(16px, 3px) skewX(5deg);
        -o-transform: scale(1.9, 1.1) translate(16px, 3px) skewX(5deg);
    }
    75% {
        opacity: 1;
        transform: scale(1.3, 2) translate(-30px, -3px) skewX(20deg);
        -webkit-transform: scale(1.3, 2) translate(-30px, -3px) skewX(20deg);
        -moz-transform: scale(1.3, 2) translate(-30px, -3px) skewX(20deg);
        -ms-transform: scale(1.3, 2) translate(-30px, -3px) skewX(20deg);
        -o-transform: scale(1.3, 2) translate(-30px, -3px) skewX(20deg);
    }
}


/* Noise > Type2 */

.bw-button-box.noise.n-2 {
    font-size: 18px;
    position: relative;
    width: 200px;
    height: 60px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-user-select: none;
    cursor: pointer;
    overflow: hidden;
    border: 2px solid #000;
    background: #fff;
    margin: 0;
}

.bw-button-box.noise.n-2 div {
    line-height: 57px;
    position: absolute;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 200px;
    height: 60px;
}

.bw-button-box.noise.n-2 div:nth-child(1) {
    background-color: #ffffff;
    top: 0;
    left: 0px;
}

.bw-button-box.noise.n-2 div:nth-child(2) {
    color: #000000;
    left: -100px;
    top: 0;
    width: 400px;
    height: 60px;
}

.bw-button-box.noise.n-2:hover div:nth-child(1) {
    animation: b12_3d_glitch_bg 0.3s linear;
    -webkit-animation: b12_3d_glitch_bg 0.3s linear;
    -moz-animation: b12_3d_glitch_bg 0.3s linear;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
}

.bw-button-box.noise.n-2:hover div:nth-child(2) {
    color: #000000;
    animation: b12_3d_glitch 0.3s linear;
    -webkit-animation: b12_3d_glitch 0.3s linear;
    -moz-animation: b12_3d_glitch 0.3s linear;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAGCAYAAAAL+1RLAAAAF0lEQVQIW2NkwAIYgWKS6OIgQQxAoUoAE4AAUnD/0ugAAAAASUVORK5CYII=) repeat;
}

@keyframes b12_3d_glitch_bg {
    49.00% {
        background-color: #ffffff;
    }
    50.00% {
        background-color: #000000;
    }
    to {
        background-color: #000000;
    }
}

@-webkit-keyframes b12_3d_glitch_bg {
    49.00% {
        background-color: #ffffff;
    }
    50.00% {
        background-color: #000000;
    }
    to {
        background-color: #000000;
    }
}

@-moz-keyframes b12_3d_glitch_bg {
    49.00% {
        background-color: #ffffff;
    }
    50.00% {
        background-color: #000000;
    }
    to {
        background-color: #000000;
    }
}

@keyframes b12_3d_glitch {
    from {
        color: #000000;
        transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        -o-transform: skewX(0deg);
    }
    25.00% {
        color: #000000;
        transform: skewX(80deg);
        -webkit-transform: skewX(80deg);
        -moz-transform: skewX(80deg);
        -ms-transform: skewX(80deg);
        -o-transform: skewX(80deg);
    }
    75.00% {
        color: #ffffff;
        transform: skewX(-20deg);
        -webkit-transform: skewX(-20deg);
        -moz-transform: skewX(-20deg);
        -ms-transform: skewX(-20deg);
        -o-transform: skewX(-20deg);
    }
    90.00% {
        color: #ffffff;
        transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        -o-transform: skewX(0deg);
    }
    to {
        color: #ffffff;
        transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        -o-transform: skewX(0deg);
    }
}

@-webkit-keyframes b12_3d_glitch {
    from {
        color: #000000;
        transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        -o-transform: skewX(0deg);
    }
    25.00% {
        color: #000000;
        transform: skewX(80deg);
        -webkit-transform: skewX(80deg);
        -moz-transform: skewX(80deg);
        -ms-transform: skewX(80deg);
        -o-transform: skewX(80deg);
    }
    75.00% {
        color: #ffffff;
        transform: skewX(-20deg);
        -webkit-transform: skewX(-20deg);
        -moz-transform: skewX(-20deg);
        -ms-transform: skewX(-20deg);
        -o-transform: skewX(-20deg);
    }
    90.00% {
        color: #ffffff;
        transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        -o-transform: skewX(0deg);
    }
    to {
        color: #ffffff;
        transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        -o-transform: skewX(0deg);
    }
}

@-moz-keyframes b12_3d_glitch {
    from {
        color: #000000;
        transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        -o-transform: skewX(0deg);
    }
    25.00% {
        color: #000000;
        transform: skewX(80deg);
        -webkit-transform: skewX(80deg);
        -moz-transform: skewX(80deg);
        -ms-transform: skewX(80deg);
        -o-transform: skewX(80deg);
    }
    75.00% {
        color: #ffffff;
        transform: skewX(-20deg);
        -webkit-transform: skewX(-20deg);
        -moz-transform: skewX(-20deg);
        -ms-transform: skewX(-20deg);
        -o-transform: skewX(-20deg);
    }
    90.00% {
        color: #ffffff;
        transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        -o-transform: skewX(0deg);
    }
    to {
        color: #ffffff;
        transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        -ms-transform: skewX(0deg);
        -o-transform: skewX(0deg);
    }
}


/* Noise > Type3 */

.bw-button-box.noise.n-3 .bw-btn-n-3 {
    overflow: hidden;
    color: #151515;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 2.4;
    transition: unset !important;
    -webkit-transition: unset !important;
    -moz-transition: unset !important;
    -ms-transition: unset !important;
    -o-transition: unset !important;
}

.bw-button-box.noise.n-3 .bw-btn-n-3:hover {
    animation: glitch 3s steps(100) infinite;
    -webkit-animation: glitch 3s steps(100) infinite;
}

@keyframes glitch {
    0% {
        text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    1% {
        text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    2% {
        text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    3% {
        text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    4% {
        text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    5% {
        text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    6% {
        text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    7% {
        text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    8% {
        text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    9% {
        text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    10% {
        text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    11% {
        text-shadow: 1px 0 0 red, -1px 0 0 lime;
        filter: blur(0.5px);
        -webkit-filter: blur(0.5px);
    }
    12% {
        text-shadow: 1px 0 0 red, -1px 0 0 lime;
        filter: blur(0.5px);
        -webkit-filter: blur(0.5px);
    }
    13% {
        text-shadow: 1px 0 0 red, -1px 0 0 lime;
        filter: blur(0.5px);
        -webkit-filter: blur(0.5px);
    }
    14% {
        text-shadow: 1px 0 0 red, -1px 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    15% {
        text-shadow: 1px 0 0 red, -1px 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    16% {
        text-shadow: -3px 0 0 red, 3px 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    17% {
        text-shadow: -3px 0 0 red, 3px 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    18% {
        text-shadow: -3px 0 0 red, 3px 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    19% {
        text-shadow: -3px 0 0 red, 3px 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    20% {
        text-shadow: -3px 0 0 red, 3px 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    21% {
        text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    22% {
        text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    23% {
        text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    24% {
        text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    25% {
        text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    26% {
        text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime;
        filter: blur(0.5px);
        -webkit-filter: blur(0.5px);
    }
    27% {
        text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime;
        filter: blur(0.5px);
        -webkit-filter: blur(0.5px);
    }
    28% {
        text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    29% {
        text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    30% {
        text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    31% {
        text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    32% {
        text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    33% {
        text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    34% {
        text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    35% {
        text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime;
        filter: blur(0.5px);
        -webkit-filter: blur(0.5px);
    }
    36% {
        text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime;
        filter: blur(0.5px);
        -webkit-filter: blur(0.5px);
    }
    37% {
        text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime;
        filter: blur(0.5px);
        -webkit-filter: blur(0.5px);
    }
    38% {
        text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    39% {
        text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    40% {
        text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    41% {
        text-shadow: 45px 0 0 #0c33f5, -45px 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    42% {
        text-shadow: 0 0 0 #0c33f5, 0 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    43% {
        text-shadow: 1px 0 0 red, -1px 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    44% {
        text-shadow: 1px 0 0 red, -1px 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    45% {
        text-shadow: 1px 0 0 red, -1px 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    46% {
        text-shadow: 1px 0 0 red, -1px 0 0 lime;
        filter: blur(0.5px);
        -webkit-filter: blur(0.5px);
    }
    47% {
        text-shadow: -3px 0 0 red, 3px 0 0 lime;
        filter: blur(0.5px);
        -webkit-filter: blur(0.5px);
    }
    48% {
        text-shadow: -3px 0 0 red, 3px 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    49% {
        text-shadow: -3px 0 0 red, 3px 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    50% {
        text-shadow: -3px 0 0 red, 3px 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    51% {
        text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    52% {
        text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    53% {
        text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    54% {
        text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    55% {
        text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5;
        filter: blur(0.5px);
        -webkit-filter: blur(0.5px);
    }
    56% {
        text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5;
        filter: blur(0.5px);
        -webkit-filter: blur(0.5px);
    }
    57% {
        text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5;
        filter: blur(0.5px);
        -webkit-filter: blur(0.5px);
    }
    58% {
        text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    59% {
        text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    60% {
        text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    61% {
        text-shadow: 30px 0 0 red, -30px 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    62% {
        text-shadow: 0 0 0 red, 0 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    63% {
        text-shadow: 1px 0 0 red, -1px 0 0 #0c33f5;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    64% {
        text-shadow: 1px 0 0 red, -1px 0 0 #0c33f5;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    65% {
        text-shadow: 1px 0 0 red, -1px 0 0 #0c33f5;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    66% {
        text-shadow: 1px 0 0 red, -1px 0 0 #0c33f5;
        filter: blur(0.5px);
        -webkit-filter: blur(0.5px);
    }
    67% {
        text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5;
        filter: blur(0.5px);
        -webkit-filter: blur(0.5px);
    }
    68% {
        text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    69% {
        text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    70% {
        text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    71% {
        text-shadow: 50px 0 0 red, -50px 0 0 #0c33f5;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    72% {
        text-shadow: 0 0 0 red, 0 0 0 #0c33f5;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    73% {
        text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    74% {
        text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    75% {
        text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    76% {
        text-shadow: 3px 0 0 red, -3px 0 0 #0c33f5;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    77% {
        text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    78% {
        text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    79% {
        text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    80% {
        text-shadow: -3px 0 0 red, 3px 0 0 #0c33f5;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    81% {
        text-shadow: 1px 0 0 red, -1px 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    82% {
        text-shadow: 1px 0 0 red, -1px 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    83% {
        text-shadow: 1px 0 0 red, -1px 0 0 lime;
        filter: blur(0.5px);
        -webkit-filter: blur(0.5px);
    }
    84% {
        text-shadow: 1px 0 0 red, -1px 0 0 lime;
        filter: blur(0.5px);
        -webkit-filter: blur(0.5px);
    }
    85% {
        text-shadow: 1px 0 0 red, -1px 0 0 lime;
        filter: blur(0.5px);
        -webkit-filter: blur(0.5px);
    }
    86% {
        text-shadow: -3px 0 0 red, 3px 0 0 lime;
        filter: blur(0.5px);
        -webkit-filter: blur(0.5px);
    }
    87% {
        text-shadow: -3px 0 0 red, 3px 0 0 lime;
        filter: blur(0.5px);
        -webkit-filter: blur(0.5px);
    }
    88% {
        text-shadow: -3px 0 0 red, 3px 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    89% {
        text-shadow: -3px 0 0 red, 3px 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    90% {
        text-shadow: -3px 0 0 red, 3px 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    91% {
        text-shadow: 60px 0 0 lime, -60px 0 0 #0c33f5;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    92% {
        text-shadow: 0 0 0 lime, 0 0 0 #0c33f5;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    92% {
        text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    93% {
        text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    94% {
        text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    95% {
        text-shadow: 0.8px 0 0 #0c33f5, -0.8px 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    96% {
        text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    97% {
        text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    98% {
        text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    99% {
        text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
    100% {
        text-shadow: -3px 0 0 #0c33f5, 3px 0 0 lime;
        filter: blur(0);
        -webkit-filter: blur(0);
    }
}


/* Fancy > Type1 */

.bw-button-box.fancy.f-1 .bw-btn {
    display: inline-block;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    padding: 18px 42px;
    border-radius: 2px;
    box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 2px;
    font-weight: 800;
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
}

.bw-button-box.fancy.f-1 .bw-btn:hover {
    box-shadow: 0px 40px 20px -17px rgba(0, 0, 0, 0.4);
    -webkit-transform: translate(0px, -5px) scale(1);
    transform: translate(0px, -5px) scale(1);
    -moz-transform: translate(0px, -5px) scale(1);
    -ms-transform: translate(0px, -5px) scale(1);
    -o-transform: translate(0px, -5px) scale(1);
}


/* Fancy > Type2 */

.bw-button-box.fancy.f-2 {
    position: relative;
    background: #fff;
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, .3);
    overflow: hidden;
    line-height: 1px;
    padding: 22px 28px;
    cursor: pointer;
}

.bw-button-box.fancy.f-2:hover {
    background: #000;
}

.bw-button-box.fancy.f-2 .bw-btn {
    font-size: 14px;
    color: #000;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 900;
    line-height: 20px;
    text-transform: uppercase;
}

.bw-button-box.fancy.f-2:hover .bw-btn {
    color: #fff;
}

.bw-button-box.fancy.f-2 .bw-btn span:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #fff, #000);
    animation-delay: 1s;
    animation: animate1 2s linear infinite;
    -webkit-animation: animate1 2s linear infinite;
}

@keyframes animate1 {
    0% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
    }
}

.bw-button-box.fancy.f-2 .bw-btn span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, #fff, #000);
    animation: animate2 2s linear infinite;
    -webkit-animation: animate2 2s linear infinite;
}

@keyframes animate2 {
    0% {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
    }
}

.bw-button-box.fancy.f-2 .bw-btn span:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to left, #fff, #000);
    animation: animate3 2s linear infinite;
    animation-delay: 1s;
}

@keyframes animate3 {
    0% {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
    }
}

.bw-button-box.fancy.f-2 .bw-btn span:nth-child(4) {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to top, #fff, #000);
    animation: animate4 2s linear infinite;
    -webkit-animation: animate4 2s linear infinite;
}

@keyframes animate4 {
    0% {
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
    }
    100% {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
    }
}

.bw-button-box.fancy.f-2:hover .bw-btn span:nth-child(4) {
    background: linear-gradient(to top, #000, #777);
}

.bw-button-box.fancy.f-2:hover .bw-btn span:nth-child(3) {
    background: linear-gradient(to left, #000, #777);
}

.bw-button-box.fancy.f-2:hover .bw-btn span:nth-child(2) {
    background: linear-gradient(to bottom, #000, #777);
}

.bw-button-box.fancy.f-2:hover .bw-btn span:nth-child(1) {
    background: linear-gradient(to right, #000, #777);
}


/* Fancy > Type3 */

.bw-button-box.fancy.f-3 .bw-btn {
    margin: 0;
    border: 0;
    font-size: 18px;
    position: relative;
    width: 200px;
    height: 50px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-user-select: none;
    cursor: default;
    cursor: pointer;
    perspective: 500px;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
}

.bw-button-box.fancy.f-3 .bw-btn div {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 50px;
    padding: 10px;
    border: #000000 solid 1px;
    pointer-events: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.bw-button-box.fancy.f-3 .bw-btn div:nth-child(1) {
    color: #000000;
    background-color: #000000;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform-origin: 50% 50% -25px;
    -webkit-transform-origin: 50% 50% -25px;
    -moz-transform-origin: 50% 50% -25px;
}

.bw-button-box.fancy.f-3 .bw-btn div:nth-child(2) {
    color: #000000;
    background-color: #ffffff;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform-origin: 50% 50% -25px;
    -webkit-transform-origin: 50% 50% -25px;
    -moz-transform-origin: 50% 50% -25px;
}

.bw-button-box.fancy.f-3 .bw-btn:hover div:nth-child(1) {
    color: #ffffff;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.bw-button-box.fancy.f-3 .bw-btn:hover div:nth-child(2) {
    background-color: #000000;
    transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}


/* Fancy > Type4 */

.bw-button-box.fancy.f-4 .bw-btn {
    margin: 0;
    border: 0;
    font-size: 18px;
    position: relative;
    width: 200px;
    height: 50px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-user-select: none;
    cursor: default;
    cursor: pointer;
    perspective: 500px;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
}

.bw-button-box.fancy.f-4 .bw-btn {
    perspective: 500px;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.bw-button-box.fancy.f-4 .bw-btn div {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    pointer-events: none;
    padding: 10px;
    border: #000000 solid 1px;
}

.bw-button-box.fancy.f-4 .bw-btn div:nth-child(1) {
    color: #000000;
    background-color: #ffffff;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transform: rotateX(0deg) translateZ(0px);
    -webkit-transform: rotateX(0deg) translateZ(0px);
    -moz-transform: rotateX(0deg) translateZ(0px);
    -ms-transform: rotateX(0deg) translateZ(0px);
    -o-transform: rotateX(0deg) translateZ(0px);
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
}

.bw-button-box.fancy.f-4 .bw-btn div:nth-child(2) {
    color: #ffffff;
    background-color: #000000;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transform: rotateX(-179.5deg) translateZ(1px);
    -webkit-transform: rotateX(-179.5deg) translateZ(1px);
    -moz-transform: rotateX(-179.5deg) translateZ(1px);
    -ms-transform: rotateX(-179.5deg) translateZ(1px);
    -o-transform: rotateX(-179.5deg) translateZ(1px);
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
}

.bw-button-box.fancy.f-4 .bw-btn:hover div:nth-child(1) {
    transform: rotateX(179.5deg);
    -webkit-transform: rotateX(179.5deg);
    -moz-transform: rotateX(179.5deg);
    -ms-transform: rotateX(179.5deg);
    -o-transform: rotateX(179.5deg);
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.bw-button-box.fancy.f-4 .bw-btn:hover div:nth-child(2) {
    transform: rotateX(0deg) rotateY(0deg) translateZ(1px);
    -webkit-transform: rotateX(0deg) rotateY(0deg) translateZ(1px);
    -moz-transform: rotateX(0deg) rotateY(0deg) translateZ(1px);
    -ms-transform: rotateX(0deg) rotateY(0deg) translateZ(1px);
    -o-transform: rotateX(0deg) rotateY(0deg) translateZ(1px);
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}


/* Fancy > Type5 */

.bw-button-box.fancy.f-5 {
    text-align: center;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    padding: 24px 28px;
    min-width: 220px;
    line-height: 20px;
}

.bw-button-box.fancy.f-5 .bw-btn {
    color: #000;
    font-size: 16px;
    font-weight: 300;
}

.bw-button-box.fancy.f-5 .bw-btn:hover {
    text-decoration: none;
}

.bw-button-box.fancy.f-5 .bw-btn svg {
    height: 69px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.bw-button-box.fancy.f-5 .bw-btn rect {
    fill: none;
    stroke: #000;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
    transition: all 0.35s linear;
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -ms-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
}

.bw-button-box.fancy.f-5 .bw-btn:hover {
    background: rgba(225, 51, 45, 0);
    font-weight: 900;
    letter-spacing: 2px;
}

.bw-button-box.fancy.f-5 .bw-btn:hover rect {
    stroke-width: 12px;
    stroke-dasharray: 45, 380;
    stroke-dashoffset: 48;
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}


/* Abstract > Type1 */

.bw-button-box.abstract.a-1 .bw-btn {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px 44px 32px 24px;
    background: #000;
    border: none;
    border-radius: 4px;
    font-family: -apple-system, sans-serif;
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    line-height: 0;
    font-weight: 300;
    overflow: hidden;
    cursor: pointer;
    will-change: transform;
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
}

.bw-button-box.abstract.a-1 .bw-btn:hover {
    background: #D2D2D2;
    color: #222;
}

.bw-button-box.abstract.a-1 .bw-btn span {
    font-size: 20px;
    position: relative;
    margin-right: 0;
    margin-left: 42px;
    background: #ccc;
    border-radius: 20px;
    padding: 3px;
    animation: ripple 0.8s linear infinite;
    -webkit-animation: ripple 0.8s linear infinite;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.bw-button-box.abstract.a-1 .bw-btn span svg {
    fill: #fff;
    width: 14px;
    height: 14px;
}

@-webkit-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(224, 224, 224, 0), 0 0 0 10px rgba(224, 224, 224, 0.18), 0 0 0 20px rgba(224, 224, 224, 0.18);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(224, 224, 224, 0.18), 0 0 0 20px rgba(224, 224, 224, 0.18), 0 0 0 30px rgba(224, 224, 224, 0);
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(224, 224, 224, 0), 0 0 0 10px rgba(224, 224, 224, 0.18), 0 0 0 20px rgba(224, 224, 224, 0.18);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(224, 224, 224, 0.18), 0 0 0 20px rgba(224, 224, 224, 0.18), 0 0 0 30px rgba(224, 224, 224, 0);
    }
}

.bw-button-box.abstract.a-1 .bw-btn:hover {
    background: #f1f1f1;
    color: #000;
}

.bw-button-box.abstract.a-1 .bw-btn:hover span svg {
    fill: #000;
}

.bw-button-box.abstract.a-1 .bw-btn:hover span {
    background: #f9f9f9;
    border-radius: 20px;
    padding: 3px;
    animation: rippleHover 0.8s linear infinite;
    -webkit-animation: rippleHover 0.8s linear infinite;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

@-webkit-keyframes rippleHover {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 10px rgba(0, 0, 0, 0.18), 0 0 0 20px rgba(0, 0, 0, 0.18);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.18), 0 0 0 20px rgba(0, 0, 0, 0.18), 0 0 0 30px rgba(0, 0, 0, 0);
    }
}

@keyframes rippleHover {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 10px rgba(0, 0, 0, 0.18), 0 0 0 20px rgba(0, 0, 0, 0.18);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.18), 0 0 0 20px rgba(0, 0, 0, 0.18), 0 0 0 30px rgba(0, 0, 0, 0);
    }
}


/* Abstract > Type2 */

.bw-button-box.abstract.a-2 .bw-btn .btx-a1 {
    position: relative;
    padding: 18px 42px;
    text-decoration: none;
    background: #000;
    border-radius: 2px;
    box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.25);
    transition: all 0.2s linear;
    min-width: 220px;
    text-align: center;
}

.bw-button-box.abstract.a-2 .bw-btn .btx-a1 {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.bw-button-box.abstract.a-2 .bw-btn .btx-a1:active {
    transform: translateY(1px);
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
}


/* Gradient */

.bw-button-box.gradient .bw-btn {
    display: block;
    width: auto;
    font-size: 14px;
    line-height: 2;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    min-height: 55px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    padding: 12px 34px;
    border-radius: 50px;
    box-shadow: 0 4px 22px -4px rgba(0, 0, 0, 0.17);
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}

.bw-button-box.gradient .bw-btn:hover {
    background-position: 100% 0;
    color: #000;
    box-shadow: 0 4px 22px -4px rgba(0, 0, 0, 0.23);
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}

.bw-button-box.gradient .bw-btn:focus {
    outline: none;
}

.bw-button-box.gradient .bw-btn {
    background-image: linear-gradient(to right, #000, #444, #f7f7f7, #f9f9f9);
}


/* Simple */

.bw-button-box.simple {
    padding: 0 4px;
    line-height: 1px;
}

.bw-button-box.simple .bw-btn {
    font-size: 14px;
    color: #222;
    line-height: 10px;
    padding: 3px;
    text-transform: capitalize;
    letter-spacing: 1.3px;
    line-height: 2;
    font-weight: 500;
    display: block;
}

.bw-button-box.simple .bw-btn:before {
    content: '';
    background: #222;
    width: 0px;
    height: 1px;
    top: 50%;
    left: 0;
    position: absolute;
    transition: all .17s cubic-bezier(0.4, 0, 1, 1);
    -webkit-transition: all .17s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: all .17s cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: all .17s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: all .17s cubic-bezier(0.4, 0, 1, 1);
}

.bw-button-box.simple:hover .bw-btn:before {
    width: 100%;
}


/* Custom */

.bw-button-box.custom .bw-custom-btn.after,
.bw-button-box.custom .bw-custom-btn.before {
    display: flex;
    align-items: center;
}

.bw-button-box.custom .bw-custom-btn.up,
.bw-button-box.custom .bw-custom-btn.down {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bw-button-box.custom .bw-custom-btn.up span,
.bw-button-box.custom .bw-custom-btn.down span {
    display: block;
}

.bw-custom-btn.before .bw-custom-icon-shape {
    padding: 0 14px 0 0;
}

.bw-custom-btn.after .bw-custom-icon-shape {
    padding: 0 0 0 14px;
}

.bw-custom-btn.down .bw-custom-icon-shape {
    padding: 14px 0 0 0;
}

.bw-custom-btn.up .bw-custom-icon-shape {
    padding: 0 0 14px 0;
}

.bw-button-box .bw-custom-btn .bw-custom-icon-shape,
.bw-button-box .bw-custom-btn .bw-custom-icon-shape svg,
.bw-button-box .bw-custom-btn .bw-custom-icon-shape i {
    transition: all .21s ease-in-out;
    -webkit-transition: all .21s ease-in-out;
    -moz-transition: all .21s ease-in-out;
    -ms-transition: all .21s ease-in-out;
    -o-transition: all .21s ease-in-out;
    vertical-align: middle;
}

.bw-button-box .bw-custom-btn .bw-custom-icon-shape svg {
    height: auto;
}


/* General Alignment */

.bw-button-box.left,
.bw-button-box.right,
.bw-button-box.center {
    display: block;
    width: fit-content;
}

.bw-button-box.center {
    margin: auto;
}

.bw-button-box.right {
    float: right;
}

.bw-button-box.left {
    float: left;
}

.bw-button-box.noise.n-1 .bw-btn.bw-btn-n-1,
.bw-button-box.noise.n-2 .bw-btn.bw-btn-n-2 {
    width: inherit;
}

.bw-button-box.simple,
.bw-button-box.abstract.a-1,
.bw-button-box.fancy.f-5,
.bw-button-box.fancy.f-2 {
    /* display: block; */
    width: fit-content;
}

.bw-button-box.simple.center,
.bw-button-box.abstract.a-1.center,
.bw-button-box.fancy.f-5.center,
.bw-button-box.fancy.f-2.center {
    display: block;
    float: unset;
    width: fit-content;
    margin-right: auto;
    margin-left: 0;
    margin: auto;
}

.bw-button-box.noise.n-1.center,
.bw-button-box.noise.n-2.center {
    display: block;
    float: unset;
    margin-right: auto;
    margin-left: 0;
    margin: auto;
}

.bw-button-box.simple.right,
.bw-button-box.abstract.a-1.right,
.bw-button-box.fancy.f-5.right,
.bw-button-box.fancy.f-2.right {
    /* float: right; */
    display: block;
    float: unset;
    width: fit-content;
    margin-left: auto;
    margin-right: 0;
}

.bw-button-box.noise.n-1.right,
.bw-button-box.noise.n-2.right {
    /* float: right; */
    display: block;
    float: unset;
    margin-left: auto;
    margin-right: 0;
}

.bw-button-box.left {
    display: block;
    float: unset;
    width: fit-content;
    margin-right: auto;
    margin-left: 0;
}

.bw-button-box.right {
    display: block;
    float: unset;
    width: fit-content;
    margin-left: auto;
    margin-right: 0;
}

.bw-button-box.modern.m-2.left,
.bw-button-box.modern.m-2.center,
.bw-button-box.modern.m-2.right {
    display: flex;
}

.bw-button-box.modern.m-2.left {
    justify-content: flex-start;
}

.bw-button-box.modern.m-2.center {
    justify-content: center;
}

.bw-button-box.modern.m-2.right {
    justify-content: flex-end;
}


/**
 * Black Title Animate
 */

.bw-title-animate.left {
    text-align: left;
}

.bw-title-animate.center {
    text-align: center;
    width: fit-content;
    margin: auto;
}

.bw-title-animate.right {
    text-align: right;
}

.bw-title-animate h1,
.bw-title-animate h2,
.bw-title-animate h3,
.bw-title-animate h4,
.bw-title-animate h5,
.bw-title-animate h6,
.bw-title-animate p,
.bw-title-animate span {
    margin: 0;
}

.bw-title-animate .bw-animate-text,
.bw-title-animate .bw-before,
.bw-title-animate .bw-after {
    color: #000;
}


/* Simple - Sunny mornings */

.bw-title-animate .bw-simple-wrap .bw-letter {
    display: inline-block;
}


/* Classic - Signal & Noise */

.bw-title-animate .bw-classic {
    position: relative;
    color: #402d2d;
}

.bw-title-animate .bw-classic .bw-text-wrapper {
    position: relative;
    display: inline-block;
    padding-right: 0.05em;
}

.bw-title-animate .bw-classic .bw-line {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 3px;
    width: 100%;
    background-color: #402d2d;
    transform-origin: 0.5 0;
}

.bw-title-animate .bw-classic .bw-letters {
    display: inline-block;
    opacity: 0;
}


/* Liner - Find Your Element*/

.bw-title-animate .bw-liner .bw-text-wrapper {
    position: relative;
    display: inline-block;
    padding-right: 0.05em;
}

.bw-title-animate .bw-liner .bw-line {
    opacity: 0;
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #fff;
    bottom: 0;
    transform-origin: 100% 100%;
}

.bw-title-animate .bw-liner .bw-letter {
    display: inline-block;
}


/* Effective - Ready Set Go! */

.bw-title-animate .bw-effective {
    position: relative;
    min-height: 95px;
}

.bw-title-animate .bw-effective .bw-letters {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    right: auto;
    opacity: 0;
}


/* Typing - Hello Goodbye */

.bw-title-animate .bw-typing .bw-text-wrapper {
    position: relative;
    display: inline-block;
    padding-right: 0.05em;
}

.bw-title-animate .bw-typing .bw-line {
    opacity: 0;
    position: absolute;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: #fff;
    transform-origin: 0 50%;
}

.bw-title-animate .bw-typing .bw-line1 {
    top: 0;
    left: 0;
}

.bw-title-animate .bw-typing .bw-letter {
    display: inline-block;
}


/* Fade From Top / Right / Bottom / Left - Dreams */

.bw-title-animate .bw-fft,
.bw-title-animate .bw-ffr,
.bw-title-animate .bw-ffl,
.bw-title-animate .bw-ffb {
    position: relative;
}

.bw-title-animate .bw-fft .bw-text-wrapper,
.bw-title-animate .bw-ffr .bw-text-wrapper,
.bw-title-animate .bw-ffb .bw-text-wrapper,
.bw-title-animate .bw-ffl .bw-text-wrapper {
    position: relative;
    display: inline-block;
    padding-right: 0.05em;
    overflow: hidden;
}

.bw-title-animate .bw-fft .bw-letter,
.bw-title-animate .bw-ffr .bw-letter,
.bw-title-animate .bw-ffb .bw-letter,
.bw-title-animate .bw-ffl .bw-letter {
    display: inline-block;
    transform-origin: 0 0;
}


/* FadeIn FadeOut - Out Now*/

.bw-title-animate .bw-fout,
.bw-title-animate .bw-fin {
    text-transform: uppercase;
}

.bw-title-animate .bw-fout .bw-word,
.bw-title-animate .bw-fin .bw-word {
    display: inline-block;
}


/* Glitch */

.bw-glitch {
    width: fit-content;
    margin: 0 auto;
    display: -webkit-inline-box !important;
}


/* Glitch One */

.bw-animate-text.bw-glitch {
    display: block;
}

.bw-glitch {
    position: relative;
    margin: 0 auto;
}

.bw-glitch::before,
.bw-glitch::after {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-direction: alternate-reverse;
    overflow: hidden;
    position: absolute;
    top: 0;
    clip: rect(0, 900px, 0, 0);
    content: attr(data-text);
}

.bw-glitch::after {
    -webkit-animation-name: glitch-animation;
    animation-name: glitch-animation;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    left: 4px;
    text-shadow: -1px 0 #ffa800;
    background: #f5efe0;
}

.bw-glitch::before {
    -webkit-animation-name: glitch-animation-2;
    animation-name: glitch-animation-2;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    left: -4px;
    text-shadow: 1px 0 #00d8ff;
    background: #f5efe0;
}

@-webkit-keyframes glitch-animation {
    0% {
        clip: rect(42px, 9999px, 44px, 0);
    }
    5% {
        clip: rect(12px, 9999px, 59px, 0);
    }
    10% {
        clip: rect(48px, 9999px, 29px, 0);
    }
    15.0% {
        clip: rect(42px, 9999px, 73px, 0);
    }
    20% {
        clip: rect(63px, 9999px, 27px, 0);
    }
    25% {
        clip: rect(34px, 9999px, 55px, 0);
    }
    30.0% {
        clip: rect(86px, 9999px, 73px, 0);
    }
    35% {
        clip: rect(20px, 9999px, 20px, 0);
    }
    40% {
        clip: rect(26px, 9999px, 60px, 0);
    }
    45% {
        clip: rect(25px, 9999px, 66px, 0);
    }
    50% {
        clip: rect(57px, 9999px, 98px, 0);
    }
    55.0% {
        clip: rect(5px, 9999px, 46px, 0);
    }
    60.0% {
        clip: rect(82px, 9999px, 31px, 0);
    }
    65% {
        clip: rect(54px, 9999px, 27px, 0);
    }
    70% {
        clip: rect(28px, 9999px, 99px, 0);
    }
    75% {
        clip: rect(45px, 9999px, 69px, 0);
    }
    80% {
        clip: rect(23px, 9999px, 85px, 0);
    }
    85.0% {
        clip: rect(54px, 9999px, 84px, 0);
    }
    90% {
        clip: rect(45px, 9999px, 47px, 0);
    }
    95% {
        clip: rect(37px, 9999px, 20px, 0);
    }
    100% {
        clip: rect(4px, 9999px, 91px, 0);
    }
}

@keyframes glitch-animation {
    0% {
        clip: rect(42px, 9999px, 44px, 0);
    }
    5% {
        clip: rect(12px, 9999px, 59px, 0);
    }
    10% {
        clip: rect(48px, 9999px, 29px, 0);
    }
    15.0% {
        clip: rect(42px, 9999px, 73px, 0);
    }
    20% {
        clip: rect(63px, 9999px, 27px, 0);
    }
    25% {
        clip: rect(34px, 9999px, 55px, 0);
    }
    30.0% {
        clip: rect(86px, 9999px, 73px, 0);
    }
    35% {
        clip: rect(20px, 9999px, 20px, 0);
    }
    40% {
        clip: rect(26px, 9999px, 60px, 0);
    }
    45% {
        clip: rect(25px, 9999px, 66px, 0);
    }
    50% {
        clip: rect(57px, 9999px, 98px, 0);
    }
    55.0% {
        clip: rect(5px, 9999px, 46px, 0);
    }
    60.0% {
        clip: rect(82px, 9999px, 31px, 0);
    }
    65% {
        clip: rect(54px, 9999px, 27px, 0);
    }
    70% {
        clip: rect(28px, 9999px, 99px, 0);
    }
    75% {
        clip: rect(45px, 9999px, 69px, 0);
    }
    80% {
        clip: rect(23px, 9999px, 85px, 0);
    }
    85.0% {
        clip: rect(54px, 9999px, 84px, 0);
    }
    90% {
        clip: rect(45px, 9999px, 47px, 0);
    }
    95% {
        clip: rect(37px, 9999px, 20px, 0);
    }
    100% {
        clip: rect(4px, 9999px, 91px, 0);
    }
}

@-webkit-keyframes glitch-animation-2 {
    0% {
        clip: rect(65px, 9999px, 100px, 0);
    }
    5% {
        clip: rect(52px, 9999px, 74px, 0);
    }
    10% {
        clip: rect(79px, 9999px, 85px, 0);
    }
    15.0% {
        clip: rect(75px, 9999px, 5px, 0);
    }
    20% {
        clip: rect(67px, 9999px, 61px, 0);
    }
    25% {
        clip: rect(14px, 9999px, 79px, 0);
    }
    30.0% {
        clip: rect(1px, 9999px, 66px, 0);
    }
    35% {
        clip: rect(86px, 9999px, 30px, 0);
    }
    40% {
        clip: rect(23px, 9999px, 98px, 0);
    }
    45% {
        clip: rect(85px, 9999px, 72px, 0);
    }
    50% {
        clip: rect(71px, 9999px, 75px, 0);
    }
    55.0% {
        clip: rect(2px, 9999px, 48px, 0);
    }
    60.0% {
        clip: rect(30px, 9999px, 16px, 0);
    }
    65% {
        clip: rect(59px, 9999px, 50px, 0);
    }
    70% {
        clip: rect(41px, 9999px, 62px, 0);
    }
    75% {
        clip: rect(2px, 9999px, 82px, 0);
    }
    80% {
        clip: rect(47px, 9999px, 73px, 0);
    }
    85.0% {
        clip: rect(3px, 9999px, 27px, 0);
    }
    90% {
        clip: rect(26px, 9999px, 55px, 0);
    }
    95% {
        clip: rect(42px, 9999px, 97px, 0);
    }
    100% {
        clip: rect(38px, 9999px, 49px, 0);
    }
}

@keyframes glitch-animation-2 {
    0% {
        clip: rect(65px, 9999px, 100px, 0);
    }
    5% {
        clip: rect(52px, 9999px, 74px, 0);
    }
    10% {
        clip: rect(79px, 9999px, 85px, 0);
    }
    15.0% {
        clip: rect(75px, 9999px, 5px, 0);
    }
    20% {
        clip: rect(67px, 9999px, 61px, 0);
    }
    25% {
        clip: rect(14px, 9999px, 79px, 0);
    }
    30.0% {
        clip: rect(1px, 9999px, 66px, 0);
    }
    35% {
        clip: rect(86px, 9999px, 30px, 0);
    }
    40% {
        clip: rect(23px, 9999px, 98px, 0);
    }
    45% {
        clip: rect(85px, 9999px, 72px, 0);
    }
    50% {
        clip: rect(71px, 9999px, 75px, 0);
    }
    55.0% {
        clip: rect(2px, 9999px, 48px, 0);
    }
    60.0% {
        clip: rect(30px, 9999px, 16px, 0);
    }
    65% {
        clip: rect(59px, 9999px, 50px, 0);
    }
    70% {
        clip: rect(41px, 9999px, 62px, 0);
    }
    75% {
        clip: rect(2px, 9999px, 82px, 0);
    }
    80% {
        clip: rect(47px, 9999px, 73px, 0);
    }
    85.0% {
        clip: rect(3px, 9999px, 27px, 0);
    }
    90% {
        clip: rect(26px, 9999px, 55px, 0);
    }
    95% {
        clip: rect(42px, 9999px, 97px, 0);
    }
    100% {
        clip: rect(38px, 9999px, 49px, 0);
    }
}


/* Glitch Two */

.bw-glitch-wrapper .bw-animate-text.bw-glitch::before,
.bw-glitch-wrapper .bw-animate-text.bw-glitch::after {
    color: white;
    content: attr(data-text);
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f5efe0;
    overflow: hidden;
    top: 0;
}

.bw-glitch-wrapper .bw-animate-text.bw-glitch::before {
    left: 3px;
    text-shadow: -2px 0 red;
    animation-name: glitch-animation-1;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: reverse-alternate;
}

.bw-glitch-wrapper .bw-animate-text.bw-glitch::after {
    left: -3px;
    text-shadow: -2px 0 blue;
    animation-name: glitch-animation-2;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: reverse-alternate;
}

@keyframes glitch-animation-1 {
    0% {
        clip: rect(136px, 350px, 81px, 30px);
    }
    5% {
        clip: rect(115px, 350px, 5px, 30px);
    }
    10% {
        clip: rect(43px, 350px, 134px, 30px);
    }
    15% {
        clip: rect(16px, 350px, 43px, 30px);
    }
    20% {
        clip: rect(34px, 350px, 6px, 30px);
    }
    25% {
        clip: rect(112px, 350px, 76px, 30px);
    }
    30% {
        clip: rect(35px, 350px, 146px, 30px);
    }
    35% {
        clip: rect(38px, 350px, 92px, 30px);
    }
    40% {
        clip: rect(149px, 350px, 4px, 30px);
    }
    45% {
        clip: rect(108px, 350px, 106px, 30px);
    }
    50% {
        clip: rect(1px, 350px, 85px, 30px);
    }
    55% {
        clip: rect(57px, 350px, 3px, 30px);
    }
    60% {
        clip: rect(93px, 350px, 45px, 30px);
    }
    65% {
        clip: rect(131px, 350px, 121px, 30px);
    }
    70% {
        clip: rect(117px, 350px, 102px, 30px);
    }
    75% {
        clip: rect(27px, 350px, 136px, 30px);
    }
    80% {
        clip: rect(16px, 350px, 71px, 30px);
    }
    85% {
        clip: rect(130px, 350px, 8px, 30px);
    }
    90% {
        clip: rect(71px, 350px, 79px, 30px);
    }
    95% {
        clip: rect(137px, 350px, 39px, 30px);
    }
    100% {
        clip: rect(105px, 350px, 12px, 30px);
    }
}

@keyframes glitch-animation-2 {
    0% {
        clip: rect(28px, 350px, 23px, 30px);
    }
    5% {
        clip: rect(106px, 350px, 6px, 30px);
    }
    10% {
        clip: rect(112px, 350px, 109px, 30px);
    }
    15% {
        clip: rect(90px, 350px, 74px, 30px);
    }
    20% {
        clip: rect(138px, 350px, 71px, 30px);
    }
    25% {
        clip: rect(1px, 350px, 31px, 30px);
    }
    30% {
        clip: rect(135px, 350px, 149px, 30px);
    }
    35% {
        clip: rect(85px, 350px, 137px, 30px);
    }
    40% {
        clip: rect(119px, 350px, 32px, 30px);
    }
    45% {
        clip: rect(126px, 350px, 69px, 30px);
    }
    50% {
        clip: rect(135px, 350px, 33px, 30px);
    }
    55% {
        clip: rect(110px, 350px, 128px, 30px);
    }
    60% {
        clip: rect(44px, 350px, 56px, 30px);
    }
    65% {
        clip: rect(69px, 350px, 111px, 30px);
    }
    70% {
        clip: rect(32px, 350px, 11px, 30px);
    }
    75% {
        clip: rect(149px, 350px, 94px, 30px);
    }
    80% {
        clip: rect(129px, 350px, 125px, 30px);
    }
    85% {
        clip: rect(129px, 350px, 83px, 30px);
    }
    90% {
        clip: rect(9px, 350px, 116px, 30px);
    }
    95% {
        clip: rect(111px, 350px, 21px, 30px);
    }
    100% {
        clip: rect(38px, 350px, 20px, 30px);
    }
}


/* Fade From Bottom 2 */

.bw-fade-text {
    overflow: hidden;
}

.bw-fade-text .bw-animate-text {
    position: relative;
}


/**
 * Black Line
 */

.bw-alert-box {
    padding: 12px 14px;
    border-radius: 8px;
    background: rgb(0, 0, 0, 0.07);
    border: 2px solid rgb(0, 0, 0, 1);
    color: #000000;
    font-weight: 600;
}

.bw-alert-box i {
    padding: 0 8px 0 0;
    font-size: 20px;
}

.bw-alert-box.warning {
    background: rgba(255, 242, 45, 0.07);
    border-color: #fff22d;
    color: #efca15;
}

.bw-alert-box.error {
    background: rgb(255, 0, 0, 0.07);
    border-color: #ff0000;
    color: #ff0000;
}

.bw-alert-box.success {
    background: rgba(38, 131, 108, 0.07);
    border-color: #26836c;
    color: #26836c;
}


/**
 * Black Icon
 */

.bw-icon-box {
    display: block;
}

.bw-icon-box .bw-icon-into {
    display: inline-block;
    background: #fff;
    padding: 14px 15px;
    border-radius: 50%;
    box-shadow: 0 12px 38px rgba(0, 0, 0, 0.2);
}

.bw-icon-box .bw-icon-into i {
    font-size: 44px;
    color: #222;
    transition: all .4s cubic-bezier(0.91, 0.53, 0.57, 0.79);
    -webkit-transition: all .4s cubic-bezier(0.91, 0.53, 0.57, 0.79);
    -moz-transition: all .4s cubic-bezier(0.91, 0.53, 0.57, 0.79);
    -ms-transition: all .4s cubic-bezier(0.91, 0.53, 0.57, 0.79);
    -o-transition: all .4s cubic-bezier(0.91, 0.53, 0.57, 0.79);
}


/**
 * Black Video Sequence
 */

.bw-scroll-video {
    position: relative;
    min-height: 100vh;
}

.bw-sencor {
    position: absolute;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
}

.bw-sencor--active {
    position: sticky;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.bw-sencor--ended {
    position: absolute;
    bottom: 0;
    top: auto;
}

.bw-video-scroller {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/**
 * Black List
 */

.bw-list .bw-list-item {
    display: block;
    margin-bottom: 4px;
}

.bw-list .bw-list-item i {
    font-size: 14px;
    margin-right: 7px;
}

.bw-list .bw-list-item span {
    font-size: 14px;
    letter-spacing: 0.07px;
    color: #1b1e2f;
    font-weight: 400;
}

.bw-list .bw-list-item:hover span,
.bw-list .bw-list-item:hover i {
    transition: all .27s ease-in-out;
    -webkit-transition: all .27s ease-in-out;
    -moz-transition: all .27s ease-in-out;
    -ms-transition: all .27s ease-in-out;
    -o-transition: all .27s ease-in-out;
}


/**
 * Black Line
 */

.bw-line {
    height: 5px;
    background: #000;
    width: 40%;
}

.bw-line.bw-t-2 {
    background: transparent;
    border-bottom: 2px dotted #000;
}

.bw-load-img {
    position: relative;
    overflow: hidden;
    /* cursor: pointer; */
    min-height: 10px;
}

.bw-image-grow-cover {
    position: absolute;
    z-index: 1;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #222;
}

.bw-image-grow-cover.ltr {
    left: 0;
}

.bw-load-img img {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
    transform: translateX(-64px) scale(1.5);
    -webkit-transform: translateX(-64px) scale(1.5);
    -moz-transform: translateX(-64px) scale(1.5);
    -ms-transform: translateX(-64px) scale(1.5);
    -o-transform: translateX(-64px) scale(1.5);
}

.bw-image-grow-cover {
    display: block;
}


/**
 * Black Image
 */

.bw-image {
    display: block;
}

.bw-image img {
    display: inline-block;
}


/* Black Flip Box A = Left To Right */

.bw-flipbox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.bw-flipbox .bw-flip-card {
    color: inherit;
    cursor: pointer;
    width: 100%;
    min-height: 400px;
    perspective: 1000px;
    position: relative;
    height: auto;
}

.bw-flipbox .bw-flip-card .bw-front,
.bw-flipbox .bw-flip-card .bw-back {
    background: #000;
    display: flex;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 40px;
    transition: ease-in-out 600ms;
    -webkit-transition: ease-in-out 600ms;
    -moz-transition: ease-in-out 600ms;
    -ms-transition: ease-in-out 600ms;
    -o-transition: ease-in-out 600ms;
    transform-style: preserve-3d;
}

.bw-flipbox .bw-flip-card .bw-front {
    overflow: hidden;
    color: #fff;
}

.bw-flipbox .bw-flip-card .bw-front:before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #222;
    opacity: .25;
    z-index: -1;
}

.bw-flipbox .bw-flip-card .bw-front,
.bw-flipbox .bw-flip-card .bw-back,
.bw-flipbox .bw-flip-card .bw-front:before {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.bw-flipbox .bw-flip-card:hover .bw-front {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.bw-flipbox .bw-flip-card:nth-child(even):hover .bw-front {
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
}

.bw-flipbox .bw-flip-card .bw-back {
    background: #222;
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
}

.bw-flipbox .bw-flip-card:hover .bw-back {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
}

.bw-flipbox .bw-flip-card:nth-child(even) .bw-back {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.bw-flipbox .bw-flip-card .bw-back .bw-button {
    background: linear-gradient(135deg, #333, #555);
    text-decoration: none;
    display: block;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}

.bw-flipbox .bw-flip-card .bw-back .bw-button:hover {
    background: linear-gradient(135deg, #444, #666);
}

.bw-flipbox .bw-flip-card:nth-child(even):hover .bw-back {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
}

.bw-flipbox .bw-flip-card .bw-button {
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    padding: 9px 32px;
    border-radius: 100px;
    font: inherit;
    border: none;
    position: relative;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 300ms ease;
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -ms-transition: 300ms ease;
    -o-transition: 300ms ease;
}

.bw-flipbox .bw-flip-card .bw-button:before {
    position: absolute;
    display: block;
    content: '';
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    left: 10px;
    top: 16px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    transition: 300ms ease;
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -ms-transition: 300ms ease;
    -o-transition: 300ms ease;
}

.bw-flipbox .bw-flip-card .bw-button:hover {
    transform: translateZ(40px);
    -webkit-transform: translateZ(40px);
    -moz-transform: translateZ(40px);
    -ms-transform: translateZ(40px);
    -o-transform: translateZ(40px);
}

.bw-flipbox .bw-flip-card .bw-button:active {
    transform: translateZ(20px);
    -webkit-transform: translateZ(20px);
    -moz-transform: translateZ(20px);
    -ms-transform: translateZ(20px);
    -o-transform: translateZ(20px);
}


/* Black Flip Box A = Right To Left */

.bw-flipbox.frtl .bw-flip-card:hover .bw-front {
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
}

.bw-flipbox.frtl .bw-flip-card:nth-child(even):hover .bw-front {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.bw-flipbox.frtl .bw-flip-card .bw-back {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.bw-flipbox.frtl .bw-flip-card:hover .bw-back {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
}

.bw-flipbox.frtl .bw-flip-card:nth-child(even) .bw-back {
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
}

.bw-flipbox.frtl .bw-flip-card:nth-child(even):hover .bw-back {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
}


/* Black Flip Box A = Top To Bottom */

.bw-flipbox.fttb .bw-flip-card:hover .bw-front {
    transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
}

.bw-flipbox.fttb .bw-flip-card:nth-child(even):hover .bw-front {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
}

.bw-flipbox.fttb .bw-flip-card .bw-back {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
}

.bw-flipbox.fttb .bw-flip-card:hover .bw-back {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
}

.bw-flipbox.fttb .bw-flip-card:nth-child(even) .bw-back {
    transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
}

.bw-flipbox.fttb .bw-flip-card:nth-child(even):hover .bw-back {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
}


/* Black Flip Box A = Bottom To Top */

.bw-flipbox.fbtt .bw-flip-card:hover .bw-front {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
}

.bw-flipbox.fbtt .bw-flip-card:nth-child(even):hover .bw-front {
    transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
}

.bw-flipbox.fbtt .bw-flip-card .bw-back {
    transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
}

.bw-flipbox.fbtt .bw-flip-card:hover .bw-back {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
}

.bw-flipbox.fbtt .bw-flip-card:nth-child(even) .bw-back {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
}

.bw-flipbox.fbtt .bw-flip-card:nth-child(even):hover .bw-back {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
}


/* Default Typography For FlipBox*/

.bw-flip-card .bw-back i,
.bw-flip-card .bw-front i {
    font-size: 42px;
    color: #fff;
    margin: 0 auto 30px;
}

.bw-flip-card .bw-back h4,
.bw-flip-card .bw-front h4 {
    font-size: 32px;
    letter-spacing: -1px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 auto 30px;
    color: #fff;
}

.bw-flip-card .bw-back p,
.bw-flip-card .bw-front p {
    font-size: 15px;
    color: #fff;
    margin: 0 auto 30px;
}


/* 3D FlipBox */

.bw-flipbox.ddd .bw-flip-card .bw-front {
    z-index: 9999;
}

.bw-flipbox.ddd .bw-flip-card .bw-back .description {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: translateZ(90px) scale(.91);
    -webkit-transform: translateZ(90px) scale(.91);
    -moz-transform: translateZ(90px) scale(.91);
    -ms-transform: translateZ(90px) scale(.91);
    -o-transform: translateZ(90px) scale(.91);
}

.bw-flipbox .bw-flip-card .bw-back .description {
    opacity: 0;
    transition: ease-in-out 600ms;
    -webkit-transition: ease-in-out 600ms;
    -moz-transition: ease-in-out 600ms;
    -ms-transition: ease-in-out 600ms;
    -o-transition: ease-in-out 600ms;
}

.bw-flipbox:hover .bw-flip-card .bw-back .description {
    z-index: -99999999999;
    opacity: 1;
}

.bw-flipbox.ddd .bw-flip-card .bw-front .title-box {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: translateZ(90px) scale(.91);
    -webkit-transform: translateZ(90px) scale(.91);
    -moz-transform: translateZ(90px) scale(.91);
    -ms-transform: translateZ(90px) scale(.91);
    -o-transform: translateZ(90px) scale(.91);
}

.bw-flipbox .bw-flip-card .bw-front .title-box {
    opacity: 1;
    transition: ease-in-out 600ms;
    -webkit-transition: ease-in-out 600ms;
    -moz-transition: ease-in-out 600ms;
    -ms-transition: ease-in-out 600ms;
    -o-transition: ease-in-out 600ms;
}

.bw-flipbox:hover .bw-flip-card .bw-front .title-box {
    z-index: -99999999 !important;
    opacity: 0;
}

.bw-flipbox.ddd:hover .bw-flip-card .bw-back {
    z-index: 9999;
}

.bw-flipbox.ddd .bw-flip-card .bw-front {
    overflow: visible;
}


/**
 * Black Magic Link
 */

.bw-magic-link {
    text-align: center;
    display: block;
    width: fit-content;
    position: relative;
}

.bw-magic-link a {
    font-size: 15px;
    letter-spacing: -1px;
    line-height: 2;
    text-align: center;
    display: block;
    text-transform: capitalize;
}

.bw-magic-link a.bw-magic-pullttb,
.bw-magic-link a.bw-magic-pullbtt,
.bw-magic-link a.bw-magic-pullltr,
.bw-magic-link .bw-magic-pullrtl a {
    color: #000;
}

.bw-magic-link a.bw-magic-pullltr:before,
.bw-magic-link a.bw-magic-pullrtl:before {
    position: absolute;
    width: 1px;
    height: 100%;
    top: calc(50% - 50%);
    content: '';
    background: #000;
    opacity: 0.5;
    z-index: -2;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.bw-magic-link a.bw-magic-pullltr:before {
    right: 0px;
}

.bw-magic-link a.bw-magic-pullrtl:before {
    left: 0px;
}

.bw-magic-link a.bw-magic-pullltr:hover:before,
.bw-magic-link a.bw-magic-pullrtl:hover:before {
    width: 100%;
}

.bw-magic-link a.bw-magic-pullttb:before,
.bw-magic-link a.bw-magic-pullbtt:before {
    position: absolute;
    width: 100%;
    height: 1px;
    left: calc(50% - 50%);
    content: '';
    background: #000;
    opacity: 0.5;
    z-index: -2;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.bw-magic-link a.bw-magic-pullttb:before {
    top: 0px;
}

.bw-magic-link a.bw-magic-pullbtt:before {
    bottom: 0px;
}

.bw-magic-link a.bw-magic-pullttb:hover:before,
.bw-magic-link a.bw-magic-pullbtt:hover:before {
    height: 100%;
}

.bw-magic-link a.bw-magic-pullttb,
.bw-magic-link a.bw-magic-pullbtt,
.bw-magic-link a.bw-magic-pullltr,
.bw-magic-link a.bw-magic-pullrtl {
    color: #000;
    padding: 0 9px 0 9px;
    line-height: 1.8;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.bw-magic-link a.bw-magic-pullltr:before,
.bw-magic-link a.bw-magic-pullrtl:before,
.bw-magic-link a.bw-magic-pullttb:before,
.bw-magic-link a.bw-magic-pullbtt:before {
    background: #b2b2b2;
    transition: all 0.37s cubic-bezier(0.99, 0.15, 0.3, 0.88);
    -webkit-transition: all 0.37s cubic-bezier(0.99, 0.15, 0.3, 0.88);
    -moz-transition: all 0.37s cubic-bezier(0.99, 0.15, 0.3, 0.88);
    -ms-transition: all 0.37s cubic-bezier(0.99, 0.15, 0.3, 0.88);
    -o-transition: all 0.37s cubic-bezier(0.99, 0.15, 0.3, 0.88);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}


/* Heart Beat */

.bw-magic-link .bw-magic-heart {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    color: #000;
    letter-spacing: 0px;
    text-align: center;
    line-height: 2.4;
    font-weight: 700;
    cursor: pointer;
    will-change: transform;
    transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
}

.bw-magic-link .bw-magic-heart span {
    font-size: 20px;
    position: relative;
    margin-right: 0;
    line-height: 0;
    margin-left: 42px;
    background: #282828;
    border-radius: 20px;
    padding: 3px;
    animation: linkripple 0.8s linear infinite;
    -webkit-animation: linkripple 0.8s linear infinite;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.bw-magic-link .bw-magic-heart span svg {
    fill: #fff;
    width: 14px;
    height: 14px;
}

@-webkit-keyframes linkripple {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 10px rgba(0, 0, 0, 0.18), 0 0 0 20px rgba(0, 0, 0, 0.18);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.18), 0 0 0 20px rgba(0, 0, 0, 0.18), 0 0 0 30px rgba(0, 0, 0, 0);
    }
}

@keyframes linkripple {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 10px rgba(0, 0, 0, 0.18), 0 0 0 20px rgba(0, 0, 0, 0.18);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.18), 0 0 0 20px rgba(0, 0, 0, 0.18), 0 0 0 30px rgba(0, 0, 0, 0);
    }
}

.bw-magic-link .bw-magic-heart:hover span svg {
    fill: #000;
}

.bw-magic-link .bw-magic-heart:hover span {
    background: #f9f9f9;
    border-radius: 20px;
    padding: 3px;
    animation: linkrippleHover 0.8s linear infinite;
    -webkit-animation: linkrippleHover 0.8s linear infinite;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

@-webkit-keyframes linkrippleHover {
    0% {
        box-shadow: 0 0 0 0 rgba(120, 120, 120, 0), 0 0 0 10px rgba(120, 120, 120, 0.18), 0 0 0 20px rgba(120, 120, 120, 0.18);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(120, 120, 120, 0.18), 0 0 0 20px rgba(120, 120, 120, 0.18), 0 0 0 30px rgba(120, 120, 120, 0);
    }
}

@keyframes linkrippleHover {
    0% {
        box-shadow: 0 0 0 0 rgba(120, 120, 120, 0), 0 0 0 10px rgba(120, 120, 120, 0.18), 0 0 0 20px rgba(120, 120, 120, 0.18);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(120, 120, 120, 0.18), 0 0 0 20px rgba(120, 120, 120, 0.18), 0 0 0 30px rgba(120, 120, 120, 0);
    }
}


/* Liner */

.bw-magic-link .bw-magic-liner {
    display: inline-block;
    padding: 0 14px;
    margin-left: -14px;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.8;
    letter-spacing: 0.05em;
    position: relative;
    color: #000;
}

.bw-magic-link .bw-magic-liner:before {
    content: '';
    width: 0;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0px;
    top: 50%;
    transition: all cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -webkit-transition: all cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -ms-transition: all cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
    -o-transition: all cubic-bezier(0.22, 0.61, 0.36, 1) 0.3s;
}

.bw-magic-link .bw-magic-liner:hover:before {
    width: 100%;
}


/* Modern */

.bw-magic-link .bw-magic-modern {
    color: #248a6d;
    text-decoration: none;
    border-bottom: 1px dashed #33c79d;
    display: inline-block;
    position: relative;
    padding: 0 12px;
    z-index: 1000;
    font-size: 20px;
    font-weight: 600;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
}

.bw-magic-link .bw-magic-modern:before {
    content: "";
    z-index: -1;
    width: 100%;
    height: 0%;
    background: rgba(68, 207, 168, 0.16);
    bottom: 0;
    left: 0;
    position: absolute;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: height 250ms;
    -webkit-transition: height 250ms;
    -moz-transition: height 250ms;
    -ms-transition: height 250ms;
    -o-transition: height 250ms;
}

.bw-magic-link .bw-magic-modern:hover {
    border-color: transparent;
}

.bw-magic-link .bw-magic-modern:hover:before {
    height: 100%;
}


/* Arrow */

.bw-magic-link .bw-magic-arrow {
    text-align: left;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-weight: 700;
    transition: all 0.47s cubic-bezier(1, 0.45, 0.56, 0.7);
    -webkit-transition: all 0.47s cubic-bezier(1, 0.45, 0.56, 0.7);
    -moz-transition: all 0.47s cubic-bezier(1, 0.45, 0.56, 0.7);
    -ms-transition: all 0.47s cubic-bezier(1, 0.45, 0.56, 0.7);
    -o-transition: all 0.47s cubic-bezier(1, 0.45, 0.56, 0.7);
}

.bw-magic-link .bw-magic-arrow span {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

.bw-magic-link .bw-magic-arrow:hover span {
    padding-left: 7px;
}

.bw-magic-link .bw-magic-arrow:hover {
    color: #000;
}


/* Simple */

.bw-magic-link .bw-magic-simple {
    font-size: 15px;
    letter-spacing: 0.02em;
    font-weight: 700;
    text-decoration-line: underline !important;
    -moz-text-decoration-line: underline !important;
    text-decoration-style: solid !important;
    -moz-text-decoration-style: solid !important;
    text-decoration-color: transparent !important;
    -moz-text-decoration-color: transparent !important;
    transition: all 0.67s cubic-bezier(1, 0.45, 0.56, 0.7);
    -webkit-transition: all 0.67s cubic-bezier(1, 0.45, 0.56, 0.7);
    -moz-transition: all 0.67s cubic-bezier(1, 0.45, 0.56, 0.7);
    -ms-transition: all 0.67s cubic-bezier(1, 0.45, 0.56, 0.7);
    -o-transition: all 0.67s cubic-bezier(1, 0.45, 0.56, 0.7);
    transition: text-decoration-color 0.2s ease !important;
    -webkit-transition: text-decoration-color 0.2s ease !important;
    -moz-transition: text-decoration-color 0.2s ease !important;
    -ms-transition: text-decoration-color 0.2s ease !important;
    -o-transition: text-decoration-color 0.2s ease !important;
}

.bw-magic-link .bw-magic-simple:hover {
    color: #000;
    text-decoration-color: #000 !important;
}


/* Minimal */

.bw-magic-link .bw-magic-minimal {
    text-align: left;
    color: #000;
    transition: all ease 0.3s;
}

.bw-magic-link .bw-magic-minimal:hover {
    padding-left: 14px;
    color: #000;
}

.bw-magic-link .bw-magic-minimal:after {
    content: '';
    background: #000;
    left: 0;
    top: calc(50% - 1px);
    width: 10px;
    height: 2px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

.bw-magic-link .bw-magic-minimal:hover:after {
    opacity: 1;
    visibility: visible;
}


/* Anchor */

.bw-magic-link .bw-magic-anchor {
    position: relative;
    display: inline-block;
    padding: 0 14px 0 0;
    margin: 0 0 0 0;
    color: rgba(0, 0, 0, .8);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.bw-magic-link .bw-magic-anchor:hover {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.bw-magic-link .bw-magic-anchor:before,
.bw-magic-link .bw-magic-anchor:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 1px;
    background: currentColor;
    position: absolute;
    right: 3px;
    top: calc(50% - 0px);
    opacity: 0;
    transform-origin: right center;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.bw-magic-link .bw-magic-anchor:hover:after,
.bw-magic-link .bw-magic-anchor:hover:before {
    transform-origin: right center;
    opacity: 1;
    right: -21px;
}

.bw-magic-link .bw-magic-anchor:hover:after {
    transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
}

.bw-magic-link .bw-magic-anchor:hover:before {
    transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
}


/* Wheel */

.bw-magic-link .bw-magic-wheel {
    position: relative;
    display: inline-block;
    width: 25.6em;
    height: 6.3em;
    overflow: hidden;
    vertical-align: middle;
    text-align: left;
    text-decoration: none;
    line-height: 3em;
    font-size: 1rem;
    cursor: pointer;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: -webkit-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -webkit-transform 0.5s;
    -ms-transition: -webkit-transform 0.5s;
    -o-transition: -webkit-transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transition: transform 0.5s, -webkit-transform 0.5s;
    -moz-transition: transform 0.5s, -webkit-transform 0.5s;
    -ms-transition: transform 0.5s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, -webkit-transform 0.5s;
}

.bw-magic-link .bw-magic-wheel svg {
    z-index: 1;
    position: absolute;
    top: 10px;
    left: -30px;
    width: auto;
    height: auto;
}

.bw-magic-link .bw-magic-wheel svg g line,
.bw-magic-link .bw-magic-wheel svg g polyline,
.bw-magic-link .bw-magic-wheel svg g circle {
    fill: none;
    stroke: #000;
}

.bw-magic-link .bw-magic-wheel svg g line,
.bw-magic-link .bw-magic-wheel svg g polyline {
    stroke-miterlimit: 10;
}

.bw-magic-link .bw-magic-wheel svg g circle {
    display: block;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 0.066em;
    stroke-dasharray: 200;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset ease-out 0.5s;
    -webkit-transition: stroke-dashoffset ease-out 0.5s;
    -moz-transition: stroke-dashoffset ease-out 0.5s;
    -ms-transition: stroke-dashoffset ease-out 0.5s;
    -o-transition: stroke-dashoffset ease-out 0.5s;
}

.bw-magic-link .bw-magic-wheel span {
    position: relative;
    display: inline-block;
    padding: 0 14px 0 0;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.4;
    z-index: 999;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.bw-magic-link .bw-magic-wheel:hover span {
    color: #000;
}

.bw-magic-link .bw-magic-wheel:hover {
    transform: translateZ(0) translateX(0.5em);
    -webkit-transform: translateZ(0) translateX(0.5em);
    -moz-transform: translateZ(0) translateX(0.5em);
    -ms-transform: translateZ(0) translateX(0.5em);
    -o-transform: translateZ(0) translateX(0.5em);
}

.bw-magic-link .bw-magic-wheel:hover svg g circle {
    stroke-dashoffset: 200;
}


/**
 * Black Dropcap
 */

.bw-dropcap-wrap {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

.bw-dropcap-wrap .bw-dropcap::first-letter {
    float: left;
    margin-right: 0.25em;
    color: #222;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 5em;
}


/**
 * Black Social Networks
 */

.bw-social-links {
    width: 100%;
}


/* Social Networks - Type 1 */

.bw-social-links.bw-t1 .bw-social-box .bw-social {
    width: 250px;
    height: 260px;
    background: transparent;
    border: 6px solid #000;
    padding: 60px 40px;
    margin: 0 20px;
    display: inline-block;
    text-align: center;
    color: #000;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.bw-social-links.bw-t1 .bw-social-box .bw-social i {
    font-size: 26px;
    line-height: 30px;
    display: block;
}

.bw-social-links.bw-t1 .bw-social-box .bw-social .bw-social-name {
    display: block;
    margin: 16px 0 47px;
    font-size: 30px;
    font-weight: 600;
}

.bw-social-links.bw-t1 .bw-social-box .bw-social .bw-follow-text {
    color: #000;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    padding: 0 4px 7px;
    text-decoration: none;
    color: #000;
    position: relative;
    font-weight: 400;
    transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
}

.bw-social-links.bw-t1 .bw-social-box .bw-social .bw-follow-text:after {
    background-color: #000;
    position: absolute;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: width .3s ease-in-out, background-color .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out, background-color .3s ease-in-out;
    -moz-transition: width .3s ease-in-out, background-color .3s ease-in-out;
    -ms-transition: width .3s ease-in-out, background-color .3s ease-in-out;
    -o-transition: width .3s ease-in-out, background-color .3s ease-in-out;
}

.bw-social-links.bw-t1 .bw-social-box .bw-social:hover .bw-follow-text:after {
    width: 0%;
}


/* Social Networks - Type 2 */

.bw-social-links.bw-t2 .bw-social-box .bw-social {
    width: 95px;
    height: 95px;
    background: transparent;
    border: 1px solid #000;
    margin: 0 4px;
    display: inline-block;
    line-height: 103px;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.bw-social-links.bw-t2 .bw-social-box .bw-social:hover {
    background: #000;
}

.bw-social-links.bw-t2 .bw-social-box .bw-social i {
    color: #000;
    font-size: 32px;
    line-height: 32px;
}

.bw-social-links.bw-t2 .bw-social-box .bw-social:hover i {
    color: #fff;
}


/* Social Networks - Type 3 */

.bw-social-links.bw-t3 .bw-social-box .bw-social {
    width: 95px;
    height: 95px;
    background: #000;
    border: 1px solid #000;
    margin: 0 4px;
    display: inline-block;
    line-height: 103px;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.bw-social-links.bw-t3 .bw-social-box .bw-social:hover {
    background: #fff;
    border-color: #fff;
}

.bw-social-links.bw-t3 .bw-social-box .bw-social i {
    color: #fff;
    font-size: 32px;
    line-height: 32px;
}

.bw-social-links.bw-t3 .bw-social-box .bw-social:hover i {
    color: #000;
}


/* Social Networks - Type 4 */

.bw-social-links.bw-t4 .bw-social-box .bw-social {
    width: 44px;
    height: 44px;
    background: #000;
    margin: 0 6px;
    display: inline-block;
    line-height: 47px;
    text-align: center;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.bw-social-links.bw-t4 .bw-social-box .bw-social:hover {
    background: #fff;
    background-color: #000;
    background-image: linear-gradient(90deg, #000 0%, #111 50%, #222 100%);
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.2);
}

.bw-social-links.bw-t4 .bw-social-box .bw-social i {
    color: #fff;
    font-size: 16px;
}

.bw-social-links.bw-t4 .bw-social-box .bw-social:hover i {
    color: #fff;
}


/* Social Networks - Type 5 */

.bw-social-links.bw-t5 .bw-social-box .bw-social {
    text-decoration: none;
    color: #000;
    margin: 0 16px;
    transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
}

.bw-social-links.bw-t5 .bw-social-box .bw-social i {
    color: #000;
    font-size: 21px;
    line-height: 32px;
}


/* Social Networks - Type 6 */

.bw-social-links.bw-t6 .bw-social-box .bw-social {
    text-decoration: underline;
    color: #000;
    margin: 0 16px;
    color: #000;
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
    transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
}


/**
 * Black Icon Box Pro
 */

.bw-iconbox {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 22px 28px;
    box-shadow: 0px 0px 30px -12px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.bw-iconbox:hover {
    box-shadow: 0px 0px 50px -20px rgba(0, 0, 0, 0.3);
    z-index: 9;
}

.bw-iconbox.bw-box-left {
    text-align: left;
}

.bw-iconbox.bw-box-center {
    text-align: center;
}

.bw-iconbox.bw-box-right {
    text-align: right;
}

.bw-iconbox h1,
.bw-iconbox h2,
.bw-iconbox h3,
.bw-iconbox h4,
.bw-iconbox h5,
.bw-iconbox h6 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.bw-iconbox p {
    margin: 12px 0 24px 0;
    font-size: 14px;
}

.bw-iconbox .bw-iconbox-icon i {
    font-size: 46px;
}

.bw-iconbox .bw-btn {
    font-size: 14px;
    margin: 12px 0;
    padding-left: 0;
    display: block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.bw-iconbox .bw-btn:hover {
    color: #000;
}

.bw-iconbox .left {
    text-align: left;
}

.bw-iconbox .center {
    text-align: center;
}

.bw-iconbox .right {
    text-align: right;
}

.bw-iconbox img,
.bw-iconbox svg,
.bw-iconbox .bw-iconbox-icon i {
    margin-bottom: 20px;

}





/* Position 1 */

.bw-position-1 i {
    margin: 0;
}


/* Position 2 */

.bw-iconbox.bw-position-2 {
    z-index: 3;
    text-align: center;
    box-shadow: unset;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.bw-iconbox.bw-position-2:hover {
    box-shadow: 0 22px 40px -22px rgba(0, 0, 0, 0.3);
    z-index: 4;
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}

.bw-iconbox.bw-position-2 .bw-iconbox-icon {
    padding: 24px 0;
    width: 100%;
    height: auto;
}

.bw-iconbox.bw-position-2 i {
    margin: 0;
}

.bw-iconbox.bw-position-2 .bw-it-is-title {
    font-size: 28px;
    letter-spacing: -1px;
    text-transform: capitalize;
    margin: 0 0 7px 0;
}

.bw-iconbox.bw-position-2 .bw-it-is-subtitle {
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 300;
    color: #999;
}

.bw-iconbox.bw-position-2 p {
    font-size: 15px;
    color: #999;
    font-weight: 500;
    line-height: 21px;
    margin: 0 0 24px 0;
}


/* Position 3 & Position 4 */

.bw-iconbox.bw-position-3 {
    padding: 22px 14px;
    display: table;
    width: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.bw-iconbox.bw-position-3 .bw-image-wrap,
.bw-iconbox.bw-position-3 .bw-content-wrap {
    float: left;
}

.bw-iconbox.bw-position-3 .bw-image-wrap {
    width: 20%;
}

.bw-iconbox.bw-position-3 .bw-content-wrap {
    width: 80%;
    padding-left: 18px;
}

.bw-iconbox.bw-position-4 {
    padding: 22px 12px;
    display: flex;
    width: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.bw-iconbox.bw-position-4 .bw-image-wrap,
.bw-iconbox.bw-position-4 .bw-content-wrap {
    float: left;
}

.bw-iconbox.bw-position-4 .bw-image-wrap {
    display: flex;
    width: 25%;
    align-items: center;
    justify-content: center;
    padding-right: 14px;
}

.bw-iconbox.bw-position-4 .bw-content-wrap {
    width: 75%;
    padding-left: 14px;
    border-left: 2px solid #D2D2D2;
}

.bw-iconbox.bw-position-4 .bw-content-wrap .bw-it-is-title,
.bw-iconbox.bw-position-3 .bw-content-wrap .bw-it-is-title {
    font-size: 11px;
    letter-spacing: 1px;
}

.bw-iconbox.bw-position-4 .bw-content-wrap .bw-it-is-subtitle,
.bw-iconbox.bw-position-3 .bw-content-wrap .bw-it-is-subtitle {
    font-size: 24px;
    letter-spacing: -1px;
    text-transform: unset;
    font-weight: 900;
    margin: 5px 0 0 0;
}

.bw-iconbox.bw-position-4 .bw-content-wrap p,
.bw-iconbox.bw-position-3 .bw-content-wrap p {
    font-size: 14px;
    margin: 14px 0;
}

.bw-iconbox.bw-position-4 .bw-content-wrap a,
.bw-iconbox.bw-position-3 .bw-content-wrap a {
    padding: 0 0 0 0;
    position: relative;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.bw-iconbox.bw-position-4 .bw-content-wrap a:before,
.bw-iconbox.bw-position-3 .bw-content-wrap a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    background: #000;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.bw-iconbox.bw-position-4 .bw-content-wrap a:hover,
.bw-iconbox.bw-position-3 .bw-content-wrap a:hover {
    padding-left: 18px;
}

.bw-iconbox.bw-position-4 .bw-content-wrap a:hover:before,
.bw-iconbox.bw-position-3 .bw-content-wrap a:hover:before {
    width: 12px;
}


/* Position 5 & Position 6 */

.bw-iconbox.bw-position-5 {
    border-radius: 0;
    border-left: 7px solid #000;
    padding: 22px 28px 22px 12px;
    box-shadow: unset;
}

.bw-iconbox.bw-position-6 {
    padding: 22px 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.bw-iconbox.bw-position-5 .bw-wrapper,
.bw-iconbox.bw-position-6 .bw-wrapper {
    display: flex;
    margin-bottom: 22px;
}

.bw-iconbox.bw-position-5 .bw-wrapper .bw-iconbox-icon,
.bw-iconbox.bw-position-6 .bw-wrapper .bw-iconbox-icon {
    margin: 0 12px 0 0;
}

.bw-iconbox.bw-position-5 .bw-wrapper .bw-iconbox-icon i,
.bw-iconbox.bw-position-6 .bw-wrapper .bw-iconbox-icon i {
    font-size: 44px;
    margin-bottom: 0;
}

.bw-iconbox.bw-position-5 .bw-wrapper .bw-it-is-title,
.bw-iconbox.bw-position-6 .bw-wrapper .bw-it-is-title {
    font-size: 13px;
    font-weight: 300;
    margin: 0 0 5px 0;
}

.bw-iconbox.bw-position-5 .bw-wrapper .bw-it-is-subtitle,
.bw-iconbox.bw-position-6 .bw-wrapper .bw-it-is-subtitle {
    font-size: 21px;
    font-weight: 900;
    letter-spacing: -1px;
}

.bw-iconbox.bw-iconbox-svg-animate .bw-iconbox-icon path,
.bw-iconbox.bw-iconbox-svg-animate .bw-iconbox-icon {
    transition: all .38s ease;
    -webkit-transition: all .38s ease;
    -moz-transition: all .38s ease;
    -ms-transition: all .38s ease;
    -o-transition: all .38s ease;
}

.bw-iconbox.bw-iconbox-svg-animate .bw-iconbox-icon path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    /* opacity: 0; */
}

.bw-iconbox.bw-iconbox-svg-animate .bw-iconbox-icon {
    background-image: none !important;
}

@keyframes bwxanimate {
    100% {
        stroke-dashoffset: 0;
    }
}

.bw-iconbox.bw-iconbox-svg-animate.run .bw-iconbox-icon path {
    opacity: 1;
    /* beginning of L */
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    /* animation: bw-animated 3s linear forwards 1s; */
    animation: bwxanimate 6s cubic-bezier(.65, 0, .35, 1) forwards;
}


/* right positioning */
.bw-box-right.bw-position-3,
.bw-box-right.bw-position-4 {
    direction: rtl;
    text-align: right;
}

.bw-box-right.bw-position-3 .bw-image-wrap,
.bw-box-right.bw-position-4 .bw-image-wrap {
    float: right;
}

.bw-box-right.bw-position-3 .bw-content-wrap,
.bw-box-right.bw-position-4 .bw-content-wrap {
    float: left;
    padding-left: 0;
    padding-right: 18px;
}

.bw-box-right.bw-position-4 .bw-content-wrap {
    border-left: 0;
    border-right: 2px solid #D2D2D2;
}

.bw-box-right.bw-position-3 .bw-content-wrap a:hover,
.bw-box-right.bw-position-4 .bw-content-wrap a:hover {
    padding-left: 0;
    padding-right: 18px;
}

.bw-box-right.bw-position-3 .bw-content-wrap a:before,
.bw-box-right.bw-position-4 .bw-content-wrap a:before {
    right: 0;
    left: auto;
}

.bw-box-right.bw-position-5 .bw-wrapper,
.bw-box-right.bw-position-6 .bw-wrapper {
    flex-direction: row-reverse;
}

.bw-box-right.bw-position-5{
    border-left: 0px;
    border-right: 7px solid #000;
}

.bw-box-right.bw-position-5 .bw-wrapper .bw-iconbox-icon,
.bw-box-right.bw-position-6 .bw-wrapper .bw-iconbox-icon {
    margin: 0 0 0 12px;
}

.bw-box-right.bw-position-5 .bw-wrapper .bw-typography-wrapper,
.bw-box-right.bw-position-6 .bw-wrapper .bw-typography-wrapper {
    float: left;
}

.bw-position-5 .bw-wrapper .bw-iconbox-img,
.bw-position-6 .bw-wrapper .bw-iconbox-img {
    margin: 0 12px;
}


/**
 * Black Call To Action - CTA
 */

.bw-cta {
    background: #000;
    color: #fff;
    width: auto;
    padding: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}


.bw-cta .bw-cta-title {
    font-size: 44px;
    margin: 0 0 34px 0;
    font-weight: 700;
    letter-spacing: -0.06em;
}

.bw-cta .bw-cta-subtitle {
    font-size: 23px;
    margin: 0;
    font-weight: 500;
}

.bw-cta .bw-cta-button {
    transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.bw-cta .bw-cta-button:hover {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
}

.bw-cta .bw-cta-button a {
    display: block;
    color: #000;
    background: #fff;
    padding: 16px 38px 16px 28px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    margin: 20px;
    font-weight: 800;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.bw-cta .bw-cta-button a i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    opacity: 0;
    transition: all 0.3s ease;
}

.bw-cta .bw-cta-button a:hover i {
    right: 14px;
    opacity: 1;
}

@media(max-width: 780px) {
    .bw-cta {
        flex-direction: column;
        align-content: center;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 50px 25px;
    }
    .bw-cta .bw-cta-button a {
        padding: 8px 14px;
        font-size: 12px;
        margin: 14px 10px;
        display: block;
    }
}


/**
 * Black Blockquote
 */

.bw-blockquote {
    background: #fff;
    padding: 30px 25px 30px 25px;
    box-shadow: 0 7px 80px -24px rgba(0, 0, 0, 0.2);
    display: flex;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.bw-blockquote .bw-icon-into {
    width: 25%;
    padding-right: 12px;
}

.bw-blockquote .bw-icon-into i {
    font-size: 60px;
    color: #000;
}

.bw-blockquote .bw-icon-into img,
.bw-blockquote .bw-icon-into svg {
    max-width: 60px;
    max-height: 60px;
    display: block;
    margin-top: -9px;
    width: -webkit-fill-available;
}

.bw-blockquote .bw-icon-into img {
    margin: 0;
}

.bw-blockquote .content {
    width: 75%;
    padding-left: 20px;
    border-left: 4px solid;
}

.bw-blockquote .content .bw-description {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 28px;
    letter-spacing: 0.014em;
    line-height: 30px;
    margin-top: -8px;
}

.bw-blockquote .content .bw-name {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.014em;
    margin: 0 0 -8px 0;
}

@media(max-width: 780px) {
    .bw-blockquote {
        padding: 25px 20px;
    }
    .bw-blockquote .bw-icon-into {
        width: 30%;
    }
    .bw-blockquote .content {
        width: 70%;
    }
    .bw-blockquote .content .bw-description {
        font-size: 14px;
        line-height: 24px;
    }
}

.bw-blockquote-right {
    display: flex;
    flex-direction: row-reverse;
}

.bw-blockquote-right .bw-icon-into {
    padding-right: 0;
    padding-left: 12px;
}

.bw-blockquote-right .content {
    padding-left: 0;
    padding-right: 20px;
    border-left: 0 solid;
    border-right: 4px solid;
    text-align: right;
}

.bw-blockquote-right .bw-icon-into img,
.bw-blockquote-right .bw-icon-into svg {
    float: right;
}

/**
 * Black Typography
 */

.bw-typograpgy {
    position: relative;
    display: block;
    word-break: keep-all;
}

.bw-typograpgy-main-title {
    word-break: keep-all !important;
}

.bw-typograpgy.left {
    text-align: left;
}

.bw-typograpgy.center {
    text-align: center;
}

.bw-typograpgy.right {
    text-align: right;
}

.bw-typograpgy.bw-t-1.left,
.bw-typograpgy.bw-t-2.left,
.bw-typograpgy.bw-t-1.center,
.bw-typograpgy.bw-t-2.center,
.bw-typograpgy.bw-t-1.right,
.bw-typograpgy.bw-t-2.right {
    display: flex;
}

.bw-typograpgy.bw-t-1.left,
.bw-typograpgy.bw-t-2.left {
    justify-content: flex-start;
}

.bw-typograpgy.bw-t-1.center,
.bw-typograpgy.bw-t-2.center {
    justify-content: center;
}

.bw-typograpgy.bw-t-1.right,
.bw-typograpgy.bw-t-2.right {
    justify-content: flex-end;
}

.bw-t-1 .bw-typograpgy-main-title.bw-block {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    white-space: nowrap;
}

.bw-typograpgy-animate .bw-char {
    text-transform: none;
}

.bw-typograpgy-animate span.char {
    display: inline-block;
    white-space: break-spaces;
}

.bw-typograpgy-animate .char-wrap {
    display: inline-block;
    position: relative;
    overflow: hidden;
}


/* Simple Style */
.bw-typograpgy-wrap {
    word-break: break-all;
}

.bw-typograpgy.bw-t-1 {
    position: relative;
    display: block;
}

.bw-typograpgy.bw-t-1 .bw-typograpgy-main-title {
    display: block;
}

.bw-typograpgy-wrap em {
    position: relative;
}

.bw-typograpgy-wrap em .bw-code-em {
    position: absolute;
    top: auto;
    bottom: -50%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all .38s ease;
    -webkit-transition: all .38s ease;
    -moz-transition: all .38s ease;
    -ms-transition: all .38s ease;
    -o-transition: all .38s ease;
    width: 100%;
    height: auto;
}

.bw-typograpgy-wrap em .bw-code-em svg {
    width: 100%;
    height: auto;
}

.bw-typograpgy-wrap em .bw-code-em path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    opacity: 0;
}

@keyframes bwsvg {
    0% {
        stroke-dashoffset: 1;
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.bw-typograpgy-wrap em {
    background-image: none!important;
}

@keyframes bw-animated {
    100% {
        /* creates the drawing effect */
        stroke-dashoffset: 0;
    }
}

.bw-typograpgy-wrap em .bw-code-em.run path {
    opacity: 1;
    /* beginning of L */
    stroke-dasharray: 10000;
    stroke-dashoffset: 10000;
    /* animation: bw-animated 3s linear forwards 1s; */
    animation: bw-animated 3.7s cubic-bezier(.65, 0, .35, 1) forwards;
}


/* With Shape */

.bw-typograpgy.bw-t-2 {
    width: 100%;
}


/* .bw-typograpgy.bw-t-2.left.custom-style {
    float: left;
    width: fit-content;
    min-height: 20px;
    margin: 0;
    display: block;
}

.bw-typograpgy.bw-t-2.right.custom-style {
    float: left;
    width: fit-content;
    min-height: 20px;
    margin: 0;
    display: block;
} */

.bw-typograpgy.bw-t-2 .bw-typograpgy-with-title.style-x-1,
.bw-typograpgy.bw-t-2 .bw-typograpgy-with-title.style-x-2,
.bw-typograpgy.bw-t-2 .bw-typograpgy-with-title.style-x-3 {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bw-typograpgy.bw-t-2 .bw-typograpgy-with-title.style-x-4,
.bw-typograpgy.bw-t-2 .bw-typograpgy-with-title.style-x-5,
.bw-typograpgy.bw-t-2 .bw-typograpgy-with-title.style-x-6 {
    width: fit-content;
    margin: 0 auto;
    display: block;
}

.bw-typograpgy.bw-t-2 .line-1,
.bw-typograpgy.bw-t-2 .line-2 {
    width: 46px;
    height: 2px;
    background: #000;
    display: block;
    margin: 7px auto;
}

.bw-typograpgy.bw-t-2 .bw-bw-t-2-text {
    margin: 7px;
}


/* Custom Style */

.bw-typograpgy.bw-t-2 .bw-typograpgy-with-title.custom-style {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}

.bw-typograpgy.bw-t-2 .bw-typograpgy-with-title.custom-style .top-bottom {
    min-width: 100%;
    width: 100% !important;
    display: block !important;
    max-width: 100%;
}

.bw-typograpgy.bw-t-2 .bw-typograpgy-with-title.custom-style .bw-bw-t-2-text {
    margin: auto;
}

.bw-typograpgy .bw-left-top div,
.bw-typograpgy .bw-right-bottom div,
.bw-typograpgy .bw-left-top,
.bw-typograpgy .bw-right-bottom {
    line-height: 0;
}

.bw-typograpgy .bw-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


/* Vertical Title */

.bw-typograpgy-wrap .bw-wrapper-unset,
.bw-typograpgy-wrap .bw-unset {
    display: unset !important;
}

.bw-typograpgy-wrap .bw-wrapper-block,
.bw-typograpgy-wrap .bw-block {
    display: block !important;
}

.bw-typography-this-title {
    word-break: break-word;
}

.bw-typograpgy-wrap .bw-wrapper-unset .bw-typograpgy-repetitive.bw-typography-this-title,
.bw-typograpgy-wrap .bw-wrapper-block .bw-typograpgy-repetitive.bw-typography-this-title {
    display: unset !important;
}

.bw-typograpgy-wrap .bw-typograpgy-main-title.bw-rotation-1,
.bw-typograpgy-wrap .bw-typograpgy-main-title.bw-rotation-2,
.bw-typograpgy-wrap .bw-typograpgy-main-title.bw-rotation-3,
.bw-typograpgy-wrap .bw-typograpgy-main-title.bw-rotation-4,
.bw-typograpgy-wrap .bw-typograpgy-main-title.bw-rotation-5,
.bw-typograpgy-wrap .bw-typograpgy-main-title.bw-rotation-6,
.bw-typograpgy-wrap .bw-typograpgy-main-title.bw-rotation-7,
.bw-typograpgy-wrap .bw-typograpgy-animate.bw-rotation-1,
.bw-typograpgy-wrap .bw-typograpgy-animate.bw-rotation-2,
.bw-typograpgy-wrap .bw-typograpgy-animate.bw-rotation-3,
.bw-typograpgy-wrap .bw-typograpgy-animate.bw-rotation-4,
.bw-typograpgy-wrap .bw-typograpgy-animate.bw-rotation-5,
.bw-typograpgy-wrap .bw-typograpgy-animate.bw-rotation-6,
.bw-typograpgy-wrap .bw-typograpgy-animate.bw-rotation-7,
.bw-typograpgy-wrap .bw-rotation-1 .bw-typography-this-title,
.bw-typograpgy-wrap .bw-rotation-2 .bw-typography-this-title,
.bw-typograpgy-wrap .bw-rotation-3 .bw-typography-this-title,
.bw-typograpgy-wrap .bw-rotation-4 .bw-typography-this-title,
.bw-typograpgy-wrap .bw-rotation-6 .bw-typography-this-title,
.bw-typograpgy-wrap .bw-rotation-7 .bw-typography-this-title {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    white-space: nowrap;
}

.bw-typograpgy-wrap .bw-typograpgy-main-title.bw-rotation-1,
.bw-typograpgy-wrap .bw-typograpgy-animate.bw-rotation-1,
.bw-typograpgy-wrap .bw-rotation-1 .bw-typography-this-title {
    transform: rotate( -180deg);
    -webkit-transform: rotate( -180deg);
    -moz-transform: rotate( -180deg);
    -ms-transform: rotate( -180deg);
    -o-transform: rotate( -180deg);
}

.bw-typograpgy-wrap .bw-typograpgy-main-title.bw-rotation-2,
.bw-typograpgy-wrap .bw-typograpgy-animate.bw-rotation-2,
.bw-typograpgy-wrap .bw-rotation-2 .bw-typography-this-title {
    transform: rotate( -90deg);
    -webkit-transform: rotate( -90deg);
    -moz-transform: rotate( -90deg);
    -ms-transform: rotate( -90deg);
    -o-transform: rotate( -90deg);
}

.bw-typograpgy-wrap .bw-typograpgy-main-title.bw-rotation-3,
.bw-typograpgy-wrap .bw-typograpgy-animate.bw-rotation-3,
.bw-typograpgy-wrap .bw-rotation-3 .bw-typography-this-title {
    transform: rotate( -45deg);
    -webkit-transform: rotate( -45deg);
    -moz-transform: rotate( -45deg);
    -ms-transform: rotate( -45deg);
    -o-transform: rotate( -45deg);
}

.bw-typograpgy-wrap .bw-typograpgy-main-title.bw-rotation-4,
.bw-typograpgy-wrap .bw-typograpgy-animate.bw-rotation-4,
.bw-typograpgy-wrap .bw-rotation-4 .bw-typography-this-title {
    transform: rotate( 0deg);
    -webkit-transform: rotate( 0deg);
    -moz-transform: rotate( 0deg);
    -ms-transform: rotate( 0deg);
    -o-transform: rotate( 0deg);
}

.bw-typograpgy-wrap .bw-typograpgy-main-title.bw-rotation-5,
.bw-typograpgy-wrap .bw-typograpgy-animate.bw-rotation-5,
.bw-typograpgy-wrap .bw-rotation-5 .bw-typography-this-title {
    transform: rotate( 45deg);
    -webkit-transform: rotate( 45deg);
    -moz-transform: rotate( 45deg);
    -ms-transform: rotate( 45deg);
    -o-transform: rotate( 45deg);
}

.bw-typograpgy-wrap .bw-typograpgy-main-title.bw-rotation-6,
.bw-typograpgy-wrap .bw-typograpgy-animate.bw-rotation-6,
.bw-typograpgy-wrap .bw-rotation-6 .bw-typography-this-title {
    transform: rotate( 90deg);
    -webkit-transform: rotate( 90deg);
    -moz-transform: rotate( 90deg);
    -ms-transform: rotate( 90deg);
    -o-transform: rotate( 90deg);
}

.bw-typograpgy-wrap .bw-typograpgy-main-title.bw-rotation-7,
.bw-typograpgy-wrap .bw-typograpgy-animate.bw-rotation-7,
.bw-typograpgy-wrap .bw-rotation-7 .bw-typography-this-title {
    transform: rotate( 180deg);
    -webkit-transform: rotate( 180deg);
    -moz-transform: rotate( 180deg);
    -ms-transform: rotate( 180deg);
    -o-transform: rotate( 180deg);
}


/* Gradient */

.bw-typograpgy.bw-gradient .bw-typography-this-title,
.bw-typograpgy.bw-gradient .bw-typograpgy-main-title {
    -webkit-text-fill-color: transparent !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    word-break: keep-all !important;
}


/**
 * Black Loop
 */


/**
 * Black Box
 */

.bw-hover-box {
    position: relative;
    display: block;
    width: 100%;
}

.bw-hover-box.bw-style-1 .bw-featured-image {
    margin-bottom: 24px;
    overflow: hidden;
}

.bw-hover-box .bw-featured-image,
.bw-hover-box:hover .bw-featured-image {
    transition: all .38s ease;
    -webkit-transition: all .38s ease;
    -moz-transition: all .38s ease;
    -ms-transition: all .38s ease;
    -o-transition: all .38s ease;
}

.bw-hover-box.bw-style-1 .bw-title {
    font-weight: 500;
    color: #353640;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 4px;
    padding: 0;
}

.bw-hover-box.bw-style-1 .bw-description {
    color: #62636b;
    font-weight: 500;
    font-size: 16px;
    padding: 0;
}

.bw-hover-box .bw-hover-1 img {
    transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
    -moz-transform: scale(1.06, 1.06);
    -ms-transform: scale(1.06, 1.06);
    -o-transform: scale(1.06, 1.06);
    transition: transform .38s ease;
    -webkit-transition: transform .38s ease;
    -moz-transition: transform .38s ease;
    -ms-transition: transform .38s ease;
    -o-transition: transform .38s ease;
}

.bw-hover-box:hover .bw-hover-1 img {
    transform: scale(1.22, 1.22);
    -webkit-transform: scale(1.22, 1.22);
    -moz-transform: scale(1.22, 1.22);
    -ms-transform: scale(1.22, 1.22);
    -o-transform: scale(1.22, 1.22);
}


/* Our Work */

.bw-hover-box.bw-style-2 {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
}

.bw-hover-box.bw-style-2 a {
    display: block;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.bw-hover-box.bw-style-2 .bw-hero {
    position: relative;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transition: all 0.34s cubic-bezier(0.37, 0.76, 0.59, 0.66);
    -webkit-transition: all 0.34s cubic-bezier(0.37, 0.76, 0.59, 0.66);
    -moz-transition: all 0.34s cubic-bezier(0.37, 0.76, 0.59, 0.66);
    -ms-transition: all 0.34s cubic-bezier(0.37, 0.76, 0.59, 0.66);
    -o-transition: all 0.34s cubic-bezier(0.37, 0.76, 0.59, 0.66);
}

.bw-hover-box.bw-style-2:hover .bw-hero {
    transform: scale(1.14, 1.14);
    -webkit-transform: scale(1.14, 1.14);
    -moz-transform: scale(1.14, 1.14);
    -ms-transform: scale(1.14, 1.14);
    -o-transform: scale(1.14, 1.14);
}

.bw-hover-box.bw-style-2 a {
    position: relative;
}

.bw-hover-box.bw-style-2 a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(7 25 163 / 0%);
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: scale(1.14, 1.14);
    -webkit-transform: scale(1.14, 1.14);
    -moz-transform: scale(1.14, 1.14);
    -ms-transform: scale(1.14, 1.14);
    -o-transform: scale(1.14, 1.14);
    transition: all 0.24s ease-in-out;
    -webkit-transition: all 0.24s ease-in-out;
    -moz-transition: all 0.24s ease-in-out;
    -ms-transition: all 0.24s ease-in-out;
    -o-transition: all 0.24s ease-in-out;
}

.bw-hover-box.bw-style-2 a:hover:after {
    background: rgba(0 0 0 / 90%);
}

.bw-hover-box.bw-style-2 .bw-title-box {
    width: 100%;
    height: 100px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    z-index: 9999;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.bw-hover-box.bw-style-2 .bw-title-box .bw-typography {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding-top: 150px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.bw-hover-box.bw-style-2:hover .bw-title-box .bw-typography {
    padding-top: 0;
}

.bw-hover-box.bw-style-2 .bw-typography .bw-title {
    font-weight: 500;
    color: #fff;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 4px;
    padding: 0;
    letter-spacing: 0;
}

.bw-hover-box.bw-style-2 .bw-typography .bw-description {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 0;
    letter-spacing: 0;
}


/* Scroll Triggle Example */

.bw-gsap-code-box .bw-eg {
    transform-style: preserve-3d;
    opacity: 1;
    visibility: inherit;
    transform: translate(0px, 25px) rotate(3deg) skew(26deg, -42deg) scale(1, 0);
    color: #000;
    line-height: 150px;
}

.bw-boxer {
    position: relative;
}

.bw-bx {
    min-width: 200px;
    width: 100%;
    margin: auto;
    height: 100%;
    background: #E4E4FA;
    will-change: transform;
    position: absolute;
    z-index: -1;
}

.bw-boxer img {
    padding: 10px;
}

.start-point {
    transform-style: preserve-3d;
    opacity: 1;
    will-change: transform;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -moz-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -ms-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    -o-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.bw-horizontal-section {
    width: 100%;
    display: block;
    overflow-y: hidden;
}

.bw-section {
    display: flex;
    width: 100%;
}

.bw-section>.elementor {
    display: inline;
    min-width: 100%;
}


/**
 * Black Nav
 */

.bw-nav {
    display: block;
}

.bw-nav.style3.right,
.bw-nav.style0.right {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.bw-nav.style1.right li a,
.bw-nav.style2.right a,
.bw-nav.style3.right a,
.bw-nav.style0.right a {
    text-align: right;
    display: inline-flex;
}

.bw-nav.style5.right a:hover,
.bw-nav.style4.right a:hover,
.bw-nav.style3.right a {
    padding: 0 14px 0 0;
}

.bw-nav.style4.right a:before,
.bw-nav.style3.right a:before {
    left: auto;
    right: 0;
}

.bw-nav.style3.right a:hover {
    padding: 0 20px 0 0;
}

.bw-nav.left {
    text-align: left;
}

.bw-nav.center {
    text-align: center;
}

.bw-nav.right {
    text-align: right;
}

.bw-nav ul,
.bw-nav ol {
    margin: 0;
}

.bw-nav a {
    display: block
}

.bw-nav.style0 a {
    padding: 0 0 2px 0;
    margin: 0 0 7px 0;
    width: fit-content;
    position: relative;
}

.bw-nav.style0 a:after {
    position: absolute;
    display: block;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    top: calc(100% - 0);
    height: 2px;
    background: #000;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform-origin: bottom right;
    z-index: -1;
    transition: transform .23s ease;
    -webkit-transition: transform .23s ease;
    -moz-transition: transform .23s ease;
    -ms-transition: transform .23s ease;
    -o-transition: transform .23s ease;
}

.bw-nav.style0 a:hover:after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform-origin: bottom left;
}

.bw-nav.style0.center {
    display: flex;
    justify-content: center;
}

.bw-nav.style0.center .bw-menu-box a {
    margin: 0 auto 7px;
    background: none;
    position: relative;
}

.bw-nav.style1 li {
    margin: 0 0 15px 0;
}

.bw-nav.style1 li a {
    background-color: transparent;
    background-image: linear-gradient( 180deg, transparent 90%, #000 0);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    text-decoration: unset;
    width: fit-content;
    transition: background-size 0.4s ease;
    -webkit-transition: background-size 0.4s ease;
    -moz-transition: background-size 0.4s ease;
    -ms-transition: background-size 0.4s ease;
    -o-transition: background-size 0.4s ease;
}

.bw-nav.style1 li:hover a,
.bw-nav.style1 li:focus a {
    text-decoration: none;
    background-size: 100% 100%;
}

.bw-nav.style1.center {
    display: flex;
    justify-content: center;
}

.bw-nav.style1.center .bw-menu-box a {
    margin: 0 auto;
    background: none;
    position: relative;
}

.bw-nav.style1.center a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #000;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: all 0.23s ease;
    -webkit-transition: all 0.23s ease;
    -moz-transition: all 0.23s ease;
    -ms-transition: all 0.23s ease;
    -o-transition: all 0.23s ease;
}

.bw-nav.style1.center a:hover:before {
    width: 100%;
}

.bw-nav.style2 li {
    margin: 0 0 15px 0;
}

.bw-nav.style2 a {
    width: fit-content;
    padding: 0 0 2px 0;
    position: relative;
    transition: all 0.23s ease;
    -webkit-transition: all 0.23s ease;
    -moz-transition: all 0.23s ease;
    -ms-transition: all 0.23s ease;
    -o-transition: all 0.23s ease;
}

.bw-nav.style2 a:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.23s ease;
    -webkit-transition: all 0.23s ease;
    -moz-transition: all 0.23s ease;
    -ms-transition: all 0.23s ease;
    -o-transition: all 0.23s ease;
}

.bw-nav.style2 a:hover:before {
    visibility: visible;
    opacity: 1;
    bottom: 0px;
}

.bw-nav.style2.center {
    display: flex;
    justify-content: center;
}

.bw-nav.style2.center .bw-menu-box a {
    margin: 0 auto 15px;
}

.bw-nav.style3 a {
    margin: 0 0 12px 0;
    padding: 0 0 0 14px;
    position: relative;
    transition: all 0.23s ease;
    -webkit-transition: all 0.23s ease;
    -moz-transition: all 0.23s ease;
    -ms-transition: all 0.23s ease;
    -o-transition: all 0.23s ease;
}

.bw-nav.style3 a:before {
    content: '●';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all 0.23s ease;
    -webkit-transition: all 0.23s ease;
    -moz-transition: all 0.23s ease;
    -ms-transition: all 0.23s ease;
    -o-transition: all 0.23s ease;
}

.bw-nav.style3 a:hover {
    padding: 0 0 0 20px;
}

.bw-nav.style3.center a {
    padding: 0;
    margin: 0 0 10px 0;
}

.bw-nav.style3.center a:hover {
    padding: 0 0 0 0;
    margin: -5px 0 15px 0;
}

.bw-nav.style3.center a:before {
    top: auto;
    bottom: -15px;
    left: 50%;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.bw-nav.style3.center a:hover:before {
    visibility: visible;
    opacity: 1;
}

.bw-nav.style4 a {
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    position: relative;
    transition: all 0.23s ease;
    -webkit-transition: all 0.23s ease;
    -moz-transition: all 0.23s ease;
    -ms-transition: all 0.23s ease;
    -o-transition: all 0.23s ease;
}

.bw-nav.style4 a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #000;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    transition: all 0.23s ease;
    -webkit-transition: all 0.23s ease;
    -moz-transition: all 0.23s ease;
    -ms-transition: all 0.23s ease;
    -o-transition: all 0.23s ease;
}

.bw-nav.style4 a:hover {
    padding: 0 0 0 16px;
}

.bw-nav.style4 a:hover:before {
    width: 12px;
}

.bw-nav.style4.center a {
    margin: 0 0 10px 0;
}

.bw-nav.style4.center a:hover {
    padding: 0 0 0 0;
    margin: -5px 0 15px 0;
}

.bw-nav.style4.center a:before {
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.bw-nav.style5 a {
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    transition: all 0.23s ease;
    -webkit-transition: all 0.23s ease;
    -moz-transition: all 0.23s ease;
    -ms-transition: all 0.23s ease;
    -o-transition: all 0.23s ease;
}

.bw-nav.style5 a:hover {
    padding: 0 0 0 12px;
}

.bw-nav.style5.center a {
    margin: 0 0 10px 0;
}

.bw-nav.style5.center a:hover {
    padding: 0 0 0 0;
    margin: -5px 0 15px 0;
}

.bw-nav.style6 a {
    position: relative;
    line-height: 40px;
    margin: 0;
    transition: all 0.17s ease;
    -webkit-transition: all 0.17s ease;
    -moz-transition: all 0.17s ease;
    -ms-transition: all 0.17s ease;
    -o-transition: all 0.17s ease;
    background: transparent;
    padding: 10px 35px;
    z-index: 999;
}

.bw-nav.style6 a:before {
    content: '';
    position: absolute;
    transition: all 0.17s ease;
    -webkit-transition: all 0.17s ease;
    -moz-transition: all 0.17s ease;
    -ms-transition: all 0.17s ease;
    -o-transition: all 0.17s ease;
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.bw-nav.style6 a:hover:before {
    background-image: url(//www.dronplus.es/wp-content/plugins/black-widgets/includes/front/img/bg-btn.png);
    opacity: 1;
    visibility: visible;
}

.bw-nav.style6 a:hover {
    background: #1c1c1c;
    color: #fff;
}

.bw-nav.style8 ul li,
.bw-nav.style7 ul li {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
}

.bw-nav.style8.center ul li,
.bw-nav.style7.center ul li {
    justify-content: center;
    align-items: center;
}

.bw-nav.style8.right ul li,
.bw-nav.style7.right ul li {
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
    direction: rtl;
}

.bw-nav.style8.right ul li i,
.bw-nav.style7.right ul li i {
    transform: rotate(180deg);
}

.bw-nav.style8 ul li i,
.bw-nav.style7 ul li i {
    vertical-align: middle;
}

.bw-nav.style7 ul li img,
.bw-nav.style8 ul li img {
    width: 24px;
}

.bw-nav.style7 ul li i,
.bw-nav.style7 ul li img,
.bw-nav.style7 ul li svg {
    padding-right: 7px;
}

.bw-nav.style8 ul li i,
.bw-nav.style8 ul li img,
.bw-nav.style8 ul li svg {
    padding-left: 7px;
}

.bw-nav.style9 a {
    text-decoration-color: transparent !important;
    -moz-text-decoration-color: transparent !important;
    text-decoration-style: solid !important;
    -moz-text-decoration-style: solid !important;
    text-decoration-line: underline !important;
    -moz-text-decoration-line: underline !important;
}

.bw-nav.style9 a:hover {
    color: #000;
    text-decoration-color: #000 !important;
    -moz-text-decoration-color: #000 !important;
}

.bw-nav a,
.bw-nav a i {
    transition: all 0.21s cubic-bezier(1, 0.45, 0.56, 0.7) !important;
    -webkit-transition: all 0.21s cubic-bezier(1, 0.45, 0.56, 0.7) !important;
    -moz-transition: all 0.21s cubic-bezier(1, 0.45, 0.56, 0.7) !important;
    -ms-transition: all 0.21s cubic-bezier(1, 0.45, 0.56, 0.7) !important;
    -o-transition: all 0.21s cubic-bezier(1, 0.45, 0.56, 0.7) !important;
}



/**
 * Black Sentence
 */
.bw-sentence {
    position: relative;
    overflow: visible;
}

.bw-sentence-absolut {
    position: absolute;
}

.bw-sentence h1 {
    font-size: 56px;
    text-transform: none;
}

.bw-sentence .bw-sentence-items {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}

/* .bw-sentence .bw-sentence-items span {
    margin: 0 5px;
} */


.bw-sentence .bw-sentence-items.bw-left {
    justify-content: start;
}

.bw-sentence .bw-sentence-items.bw-center {
    justify-content: center;
}

.bw-sentence .bw-sentence-items.bw-strech {
    justify-content: space-between;
}

.bw-sentence .bw-sentence-items.bw-right {
    justify-content: end;
}

.bw-sentence .bw-sentence-items span {
    margin: 0 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.bw-sentence .bw-t-2 {
    overflow: hidden;
}

.bw-sentence .bw-t-2 img {
    width: 220px;
}

.bw-sentence .bw-gradient {
    -webkit-text-fill-color: transparent !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
}






/* Parallax */
.bw-parallax {
    min-height: 400px;
    background: transparent;
}

/* .bw-parallax-x > .e-container{
    z-index: 9999999999;
} */.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}/**

	Genericons

*/


/* IE8 and below use EOT and allow cross-site embedding. 
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work.
   When the font is base64 encoded, cross-site embedding works in Firefox */
@font-face {
  font-family: "Genericons";
  src: url(https://www.dronplus.es/wp-content/plugins/show-hidecollapse-expand/assets/css/genericons/Genericons.eot?) format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Genericons";
  src: url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),
       url(https://www.dronplus.es/wp-content/plugins/show-hidecollapse-expand/assets/css/genericons/Genericons.ttf) format("truetype"),
       url(https://www.dronplus.es/wp-content/plugins/show-hidecollapse-expand/assets/css/genericons/Genericons.svg#Genericons) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Genericons";
    src: url(https://www.dronplus.es/wp-content/plugins/show-hidecollapse-expand/assets/css/genericons/Genericons.svg#Genericons) format("svg");
  }
}


/**
 * All Genericons
 */

.genericon {
	font-size: 16px;
	vertical-align: top;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-family: "Genericons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
}


/**
 * Helper classes
 */

.genericon-rotate-90 {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.genericon-rotate-180 {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.genericon-rotate-270 {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.genericon-flip-horizontal {
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.genericon-flip-vertical {
	-webkit-transform: scale(1, -1);
	-moz-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1);
}


/**
 * Individual icons
 */

.genericon-404:before { content: "\f423"; }
.genericon-activity:before { content: "\f508"; }
.genericon-anchor:before { content: "\f509"; }
.genericon-aside:before { content: "\f101"; }
.genericon-attachment:before { content: "\f416"; }
.genericon-audio:before { content: "\f109"; }
.genericon-bold:before { content: "\f471"; }
.genericon-book:before { content: "\f444"; }
.genericon-bug:before { content: "\f50a"; }
.genericon-cart:before { content: "\f447"; }
.genericon-category:before { content: "\f301"; }
.genericon-chat:before { content: "\f108"; }
.genericon-checkmark:before { content: "\f418"; }
.genericon-close:before { content: "\f405"; }
.genericon-close-alt:before { content: "\f406"; }
.genericon-cloud:before { content: "\f426"; }
.genericon-cloud-download:before { content: "\f440"; }
.genericon-cloud-upload:before { content: "\f441"; }
.genericon-code:before { content: "\f462"; }
.genericon-codepen:before { content: "\f216"; }
.genericon-cog:before { content: "\f445"; }
.genericon-collapse:before { content: "\f432"; }
.genericon-comment:before { content: "\f300"; }
.genericon-day:before { content: "\f305"; }
.genericon-digg:before { content: "\f221"; }
.genericon-document:before { content: "\f443"; }
.genericon-dot:before { content: "\f428"; }
.genericon-downarrow:before { content: "\f502"; }
.genericon-download:before { content: "\f50b"; }
.genericon-draggable:before { content: "\f436"; }
.genericon-dribbble:before { content: "\f201"; }
.genericon-dropbox:before { content: "\f225"; }
.genericon-dropdown:before { content: "\f433"; }
.genericon-dropdown-left:before { content: "\f434"; }
.genericon-edit:before { content: "\f411"; }
.genericon-ellipsis:before { content: "\f476"; }
.genericon-expand:before { content: "\f431"; }
.genericon-external:before { content: "\f442"; }
.genericon-facebook:before { content: "\f203"; }
.genericon-facebook-alt:before { content: "\f204"; }
.genericon-fastforward:before { content: "\f458"; }
.genericon-feed:before { content: "\f413"; }
.genericon-flag:before { content: "\f468"; }
.genericon-flickr:before { content: "\f211"; }
.genericon-foursquare:before { content: "\f226"; }
.genericon-fullscreen:before { content: "\f474"; }
.genericon-gallery:before { content: "\f103"; }
.genericon-github:before { content: "\f200"; }
.genericon-googleplus:before { content: "\f206"; }
.genericon-googleplus-alt:before { content: "\f218"; }
.genericon-handset:before { content: "\f50c"; }
.genericon-heart:before { content: "\f461"; }
.genericon-help:before { content: "\f457"; }
.genericon-hide:before { content: "\f404"; }
.genericon-hierarchy:before { content: "\f505"; }
.genericon-home:before { content: "\f409"; }
.genericon-image:before { content: "\f102"; }
.genericon-info:before { content: "\f455"; }
.genericon-instagram:before { content: "\f215"; }
.genericon-italic:before { content: "\f472"; }
.genericon-key:before { content: "\f427"; }
.genericon-leftarrow:before { content: "\f503"; }
.genericon-link:before { content: "\f107"; }
.genericon-linkedin:before { content: "\f207"; }
.genericon-linkedin-alt:before { content: "\f208"; }
.genericon-location:before { content: "\f417"; }
.genericon-lock:before { content: "\f470"; }
.genericon-mail:before { content: "\f410"; }
.genericon-maximize:before { content: "\f422"; }
.genericon-menu:before { content: "\f419"; }
.genericon-microphone:before { content: "\f50d"; }
.genericon-minimize:before { content: "\f421"; }
.genericon-minus:before { content: "\f50e"; }
.genericon-month:before { content: "\f307"; }
.genericon-move:before { content: "\f50f"; }
.genericon-next:before { content: "\f429"; }
.genericon-notice:before { content: "\f456"; }
.genericon-paintbrush:before { content: "\f506"; }
.genericon-path:before { content: "\f219"; }
.genericon-pause:before { content: "\f448"; }
.genericon-phone:before { content: "\f437"; }
.genericon-picture:before { content: "\f473"; }
.genericon-pinned:before { content: "\f308"; }
.genericon-pinterest:before { content: "\f209"; }
.genericon-pinterest-alt:before { content: "\f210"; }
.genericon-play:before { content: "\f452"; }
.genericon-plugin:before { content: "\f439"; }
.genericon-plus:before { content: "\f510"; }
.genericon-pocket:before { content: "\f224"; }
.genericon-polldaddy:before { content: "\f217"; }
.genericon-portfolio:before { content: "\f460"; }
.genericon-previous:before { content: "\f430"; }
.genericon-print:before { content: "\f469"; }
.genericon-quote:before { content: "\f106"; }
.genericon-rating-empty:before { content: "\f511"; }
.genericon-rating-full:before { content: "\f512"; }
.genericon-rating-half:before { content: "\f513"; }
.genericon-reddit:before { content: "\f222"; }
.genericon-refresh:before { content: "\f420"; }
.genericon-reply:before { content: "\f412"; }
.genericon-reply-alt:before { content: "\f466"; }
.genericon-reply-single:before { content: "\f467"; }
.genericon-rewind:before { content: "\f459"; }
.genericon-rightarrow:before { content: "\f501"; }
.genericon-search:before { content: "\f400"; }
.genericon-send-to-phone:before { content: "\f438"; }
.genericon-send-to-tablet:before { content: "\f454"; }
.genericon-share:before { content: "\f415"; }
.genericon-show:before { content: "\f403"; }
.genericon-shuffle:before { content: "\f514"; }
.genericon-sitemap:before { content: "\f507"; }
.genericon-skip-ahead:before { content: "\f451"; }
.genericon-skip-back:before { content: "\f450"; }
.genericon-skype:before { content: "\f220"; }
.genericon-spam:before { content: "\f424"; }
.genericon-spotify:before { content: "\f515"; }
.genericon-standard:before { content: "\f100"; }
.genericon-star:before { content: "\f408"; }
.genericon-status:before { content: "\f105"; }
.genericon-stop:before { content: "\f449"; }
.genericon-stumbleupon:before { content: "\f223"; }
.genericon-subscribe:before { content: "\f463"; }
.genericon-subscribed:before { content: "\f465"; }
.genericon-summary:before { content: "\f425"; }
.genericon-tablet:before { content: "\f453"; }
.genericon-tag:before { content: "\f302"; }
.genericon-time:before { content: "\f303"; }
.genericon-top:before { content: "\f435"; }
.genericon-trash:before { content: "\f407"; }
.genericon-tumblr:before { content: "\f214"; }
.genericon-twitch:before { content: "\f516"; }
.genericon-twitter:before { content: "\f202"; }
.genericon-unapprove:before { content: "\f446"; }
.genericon-unsubscribe:before { content: "\f464"; }
.genericon-unzoom:before { content: "\f401"; }
.genericon-uparrow:before { content: "\f500"; }
.genericon-user:before { content: "\f304"; }
.genericon-video:before { content: "\f104"; }
.genericon-videocamera:before { content: "\f517"; }
.genericon-vimeo:before { content: "\f212"; }
.genericon-warning:before { content: "\f414"; }
.genericon-website:before { content: "\f475"; }
.genericon-week:before { content: "\f306"; }
.genericon-wordpress:before { content: "\f205"; }
.genericon-xpost:before { content: "\f504"; }
.genericon-youtube:before { content: "\f213"; }
.genericon-zoom:before { content: "\f402"; }/* Back-end css */
i.mce-i-icon {
    font: 400 20px/1 dashicons;
	color: #e02b20 !important;
    padding: 0;
    vertical-align: top;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: -2px;
    padding-right: 2px
}

/* Front-end css */
[id ^= bg-showmore-hidden] {
	display: none;
	padding-top: 15px;
}

.bg-margin-for-link {
	margin-bottom: initial; 
}

[id ^= bg-showmore-hidden] .bg-margin-for-link {
	margin-bottom: 0em; 
}

a[id ^= bg-showmore-action], a[id ^= bg-showmore-action]:focus {
	outline: none;
}

button.bg-green-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #caefab;
	-webkit-box-shadow:inset 0px 1px 0px 0px #caefab;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811));
	background:-moz-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-webkit-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-o-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-ms-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811',GradientType=0);
	background-color:#77d42a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #268a16;
	display:inline-block;
	cursor:pointer;
	color:#306108;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #aade7c;
	text-transform: none;
    letter-spacing: normal;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
button.bg-green-button:hover, button.bg-green-button:focus {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a));
	background:-moz-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-webkit-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-o-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-ms-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:linear-gradient(to bottom, #5cb811 5%, #77d42a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a',GradientType=0);
	background-color:#5cb811;
	outline: none;
}
button.bg-green-button:active {
	position:relative;
	top:1px;
	border-top: none;
	border:1px solid #268a16;
	padding: 6px 24px;
	outline: none;
}

button.bg-red-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
	background-color:#d0451b;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
	text-transform: none;
	letter-spacing: normal;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
button.bg-red-button:hover, button.bg-red-button:focus {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
	background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
	background-color:#bc3315;
	outline: none;
}
button.bg-red-button:active {
	position:relative;
	top:1px;
	border-top: none;
	border:1px solid #d83526;
	padding: 6px 24px;
}

button.bg-orange-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
	text-transform: none;
	letter-spacing: normal;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
button.bg-orange-button:hover, button.bg-orange-button:focus{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
	outline: none;
}
button.bg-orange-button:active {
	position:relative;
	top:1px;
	border-top: none;
	border:1px solid #ffaa22;
	padding: 6px 24px;
}

button.bg-blue-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
	text-transform: none;
	letter-spacing: normal;
	font-weight: normal;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
button.bg-blue-button:hover, button.bg-blue-button:focus {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
	outline: none;
}
button.bg-blue-button:active {
	position: relative;
	top: 1px;
	border-top: none;
	border: 1px solid #337fed;
	padding: 6px 24px;
}

button.bg-showmore-plg-button:before, a.bg-showmore-plg-link:before {
    font-family: Genericons;
	position:relative;
	padding-right: 4px;
}
a.bg-showmore-plg-link:before {
	text-decoration: none;
	display: inline-block;
}
button.bg-showmore-plg-button.bg-arrow:before, a.bg-showmore-plg-link.bg-arrow:before {
	content: "\f502";
	font-size: 10px;
	bottom: -2px;
}

button.bg-showmore-plg-button.bg-arrow.bg-close:before, a.bg-showmore-plg-link.bg-arrow.bg-close:before {
	content: "\f500";
	font-size: 10px;
	bottom: 2px;
}
button.bg-showmore-plg-button.bg-zoom:before, a.bg-showmore-plg-link.bg-zoom:before {
	content: "\f402";
	font-size: 16px;
	bottom: -2px;
}

button.bg-showmore-plg-button.bg-zoom.bg-close:before, a.bg-showmore-plg-link.bg-zoom.bg-close:before {
	content: "\f401";
	font-size: 16px;
}
button.bg-showmore-plg-button.bg-eye:before, a.bg-showmore-plg-link.bg-eye:before {
	content: "\f403";
	font-size: 16px;
	bottom: -2px;
}

button.bg-showmore-plg-button.bg-eye.bg-close:before, a.bg-showmore-plg-link.bg-eye.bg-close:before {
	content: "\f404";
	font-size: 16px;
}

ul.bg-showmore-no-padding-no-margin {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}.passster-form h4{margin:10px 0!important}.passster-form fieldset{border:none!important;margin:0;min-width:100%;padding:0;width:100%}.passster-form input[type=email],.passster-form input[type=password],.passster-form input[type=text]{width:100%;border:1px solid #ccc;background:#fff;margin:0 0 5px;padding:10px;box-sizing:border-box}.passster-form input[type=email]:hover,.passster-form input[type=password]:hover,.passster-form input[type=text]:hover{-webkit-transition:border-color .3s ease-in-out;-moz-transition:border-color .3s ease-in-out;transition:border-color .3s ease-in-out;border:1px solid #aaa}.passster-form button[type=submit]{cursor:pointer;width:100%;border:none;text-decoration:none}.passster-form button[type=submit]:hover{-webkit-transition:background .3s ease-in-out;-moz-transition:background .3s ease-in-out;transition:background-color .3s ease-in-out}.passster-form button[type=submit]:active{box-shadow:inset 0 1px 3px rgba(0,0,0,.5)}.passster-form input:focus,.passster-form textarea:focus{outline:0;border:1px solid #999}.passster-form::-webkit-input-placeholder{color:#888}.passster-form:-moz-placeholder{color:#888}.passster-form::-moz-placeholder{color:#888}.passster-form:-ms-input-placeholder{color:#888}.passster-captcha-input{float:left;width:70%;padding-right:20px;box-sizing:border-box}.passster-recaptcha-input{float:right;width:30%;padding-top:15px}.passster-recaptcha{float:left;width:50%;padding-left:20px;box-sizing:border-box}.passster-error{width:100%;text-align:center;float:left;padding:10px;background:#e95353;color:#fff;font-size:16px;display:none;box-sizing:border-box}.passster-hide{display:none}.show-password-link{display:block;position:absolute;z-index:11;font-size:.8rem}.password-showing{width:100%!important;display:inline}.ps-loader{width:30%;margin:0 auto 10px;display:none}html{line-height:1.15;-webkit-text-size-adjust:100%}*,:after,:before{box-sizing:border-box}body{background-color:#fff;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;font-weight:400;line-height:1.5;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{color:inherit;font-family:inherit;font-weight:500;line-height:1.2;margin-block-end:1rem;margin-block-start:.5rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-block-end:.9rem;margin-block-start:0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em;white-space:pre-wrap}a{background-color:transparent;color:#c36;text-decoration:none}a:active,a:hover{color:#336}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}abbr[title]{border-block-end:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none;height:auto;max-width:100%}details{display:block}summary{display:list-item}figcaption{color:#333;font-size:16px;font-style:italic;font-weight:400;line-height:1.4}[hidden],template{display:none}@media print{*,:after,:before{background:transparent!important;box-shadow:none!important;color:#000!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre{white-space:pre-wrap!important}blockquote,pre{-moz-column-break-inside:avoid;border:1px solid #ccc;break-inside:avoid}thead{display:table-header-group}img,tr{-moz-column-break-inside:avoid;break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{-moz-column-break-after:avoid;break-after:avoid}}label{display:inline-block;line-height:1;vertical-align:middle}button,input,optgroup,select,textarea{font-family:inherit;font-size:1rem;line-height:1.5;margin:0}input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{border:1px solid #666;border-radius:3px;padding:.5rem 1rem;transition:all .3s;width:100%}input[type=date]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus{border-color:#333}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;width:auto}[type=button],[type=submit],button{background-color:transparent;border:1px solid #c36;border-radius:3px;color:#c36;display:inline-block;font-size:1rem;font-weight:400;padding:.5rem 1rem;text-align:center;transition:all .3s;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}[type=button]:focus:not(:focus-visible),[type=submit]:focus:not(:focus-visible),button:focus:not(:focus-visible){outline:none}[type=button]:focus,[type=button]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover{background-color:#c36;color:#fff;text-decoration:none}[type=button]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto;resize:vertical}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}select{display:block}table{background-color:transparent;border-collapse:collapse;border-spacing:0;font-size:.9em;margin-block-end:15px;width:100%}table td,table th{border:1px solid hsla(0,0%,50%,.502);line-height:1.5;padding:15px;vertical-align:top}table th{font-weight:700}table tfoot th,table thead th{font-size:1em}table caption+thead tr:first-child td,table caption+thead tr:first-child th,table colgroup+thead tr:first-child td,table colgroup+thead tr:first-child th,table thead:first-child tr:first-child td,table thead:first-child tr:first-child th{border-block-start:1px solid hsla(0,0%,50%,.502)}table tbody>tr:nth-child(odd)>td,table tbody>tr:nth-child(odd)>th{background-color:hsla(0,0%,50%,.071)}table tbody tr:hover>td,table tbody tr:hover>th{background-color:hsla(0,0%,50%,.102)}table tbody+tbody{border-block-start:2px solid hsla(0,0%,50%,.502)}@media(max-width:767px){table table{font-size:.8em}table table td,table table th{line-height:1.3;padding:7px}table table th{font-weight:400}}dd,dl,dt,li,ol,ul{background:transparent;border:0;font-size:100%;margin-block-end:0;margin-block-start:0;outline:0;vertical-align:baseline}.comments-area a,.page-content a{text-decoration:underline}.alignright{float:right;margin-left:1rem}.alignleft{float:left;margin-right:1rem}.aligncenter{clear:both;display:block;margin-inline:auto}.alignwide{margin-inline:-80px}.alignfull{margin-inline:calc(50% - 50vw);max-width:100vw}.alignfull,.alignfull img{width:100vw}.wp-caption{margin-block-end:1.25rem;max-width:100%}.wp-caption.alignleft{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{display:block;margin-inline:auto}.wp-caption-text{margin:0}.gallery-caption{display:block;font-size:.8125rem;line-height:1.5;margin:0;padding:.75rem}.pagination{display:flex;justify-content:space-between;margin:20px auto}.sticky{display:block;position:relative}.bypostauthor{font-size:inherit}.hide{display:none!important}.post-password-form{margin:50px auto;max-width:500px}.post-password-form p{align-items:flex-end;display:flex;width:100%}.post-password-form [type=submit]{margin-inline-start:3px}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#eee;clip:auto!important;clip-path:none;color:#333;display:block;font-size:1rem;height:auto;left:5px;line-height:normal;padding:12px 24px;text-decoration:none;top:5px;width:auto;z-index:100000}.post .entry-title a{text-decoration:none}.post .wp-post-image{max-height:500px;-o-object-fit:cover;object-fit:cover;width:100%}@media(max-width:991px){.post .wp-post-image{max-height:400px}}@media(max-width:575px){.post .wp-post-image{max-height:300px}}#comments .comment-list{font-size:.9em;list-style:none;margin:0;padding:0}#comments .comment,#comments .pingback{position:relative}#comments .comment .comment-body,#comments .pingback .comment-body{border-block-end:1px solid #ccc;display:flex;flex-direction:column;padding-block-end:30px;padding-block-start:30px;padding-inline-end:0;padding-inline-start:60px}#comments .comment .avatar,#comments .pingback .avatar{border-radius:50%;left:0;margin-inline-end:10px;position:absolute}body.rtl #comments .comment .avatar,body.rtl #comments .pingback .avatar,html[dir=rtl] #comments .comment .avatar,html[dir=rtl] #comments .pingback .avatar{left:auto;right:0}#comments .comment-meta{display:flex;justify-content:space-between;margin-block-end:.9rem}#comments .comment-metadata,#comments .reply{font-size:11px;line-height:1}#comments .children{list-style:none;margin:0;padding-inline-start:30px;position:relative}#comments .children li:last-child{padding-block-end:0}#comments ol.comment-list .children:before{content:"↪";display:inline-block;font-size:1em;font-weight:400;left:0;line-height:100%;position:absolute;top:45px;width:auto}body.rtl #comments ol.comment-list .children:before,html[dir=rtl] #comments ol.comment-list .children:before{content:"↩";left:auto;right:0}@media(min-width:768px){#comments .comment-author,#comments .comment-metadata{line-height:1}}@media(max-width:767px){#comments .comment .comment-body{padding:30px 0}#comments .children{padding-inline-start:20px}#comments .comment .avatar{float:left;position:inherit}body.rtl #comments .comment .avatar,html[dir=rtl] #comments .comment .avatar{float:right}}.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{margin-inline-end:auto;margin-inline-start:auto;width:100%}@media(max-width:575px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{padding-inline-end:10px;padding-inline-start:10px}}@media(min-width:576px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:500px}.site-footer.footer-full-width .footer-inner,.site-header.header-full-width .header-inner{max-width:100%}}@media(min-width:768px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:600px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}@media(min-width:992px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:800px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}@media(min-width:1200px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:1140px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}.site-header+.elementor{min-height:calc(100vh - 320px)}.site-header{display:flex;flex-wrap:wrap;justify-content:space-between;padding-block-end:1rem;padding-block-start:1rem;position:relative}.site-header .site-title{font-size:2.5rem;font-weight:500;line-height:1.2}.site-header .site-branding{display:flex;flex-direction:column;gap:.5rem;justify-content:center}.site-header .header-inner{display:flex;flex-wrap:wrap;justify-content:space-between}.site-header .header-inner .custom-logo-link{display:block}.site-header .header-inner .site-branding .site-description,.site-header .header-inner .site-branding .site-title{margin:0}.site-header .header-inner .site-branding .site-logo img{display:block}.site-header .header-inner .site-branding.show-logo .site-title,.site-header .header-inner .site-branding.show-title .site-logo{display:none!important}.site-header.header-inverted .header-inner{flex-direction:row-reverse}.site-header.header-inverted .header-inner .site-branding{text-align:end}.site-header.header-stacked .header-inner{align-items:center;flex-direction:column;text-align:center}.site-footer{padding-block-end:1rem;padding-block-start:1rem;position:relative}.site-footer .site-title{font-size:1.5rem;font-weight:500;line-height:1.2}.site-footer .site-branding{display:flex;flex-direction:column;gap:.5rem;justify-content:center}.site-footer .footer-inner{display:flex;flex-wrap:wrap;justify-content:space-between}.site-footer .footer-inner .custom-logo-link{display:block}.site-footer .footer-inner .site-branding .site-description,.site-footer .footer-inner .site-branding .site-title{margin:0}.site-footer .footer-inner .site-branding .site-logo img{display:block}.site-footer .footer-inner .site-branding.show-logo .site-title,.site-footer .footer-inner .site-branding.show-title .site-logo{display:none!important}.site-footer .footer-inner .copyright{align-items:center;display:flex;justify-content:flex-end}.site-footer .footer-inner .copyright p{margin:0}.site-footer.footer-inverted .footer-inner{flex-direction:row-reverse}.site-footer.footer-inverted .footer-inner .site-branding{text-align:end}.site-footer.footer-stacked .footer-inner{align-items:center;flex-direction:column;text-align:center}.site-footer.footer-stacked .footer-inner .site-branding .site-title{text-align:center}.site-footer.footer-stacked .footer-inner .site-navigation .menu{padding:0}@media(max-width:576px){.site-footer:not(.footer-stacked) .footer-inner .copyright,.site-footer:not(.footer-stacked) .footer-inner .site-branding,.site-footer:not(.footer-stacked) .footer-inner .site-navigation{display:block;max-width:none;text-align:center;width:100%}.site-footer .footer-inner .site-navigation ul.menu{justify-content:center}.site-footer .footer-inner .site-navigation ul.menu li{display:inline-block}}.site-header.header-stacked .site-navigation-toggle-holder{justify-content:center;max-width:100%}.site-header.menu-layout-dropdown .site-navigation{display:none}.site-navigation-toggle-holder{align-items:center;display:flex;padding:8px 15px}.site-navigation-toggle-holder .site-navigation-toggle{align-items:center;background-color:rgba(0,0,0,.05);border:0 solid;border-radius:3px;color:#494c4f;cursor:pointer;display:flex;justify-content:center;padding:.5rem}.site-navigation-toggle-holder .site-navigation-toggle-icon{display:block;width:1.25rem}.site-navigation-toggle-holder .site-navigation-toggle-icon:after,.site-navigation-toggle-holder .site-navigation-toggle-icon:before{background-color:currentColor;border-radius:3px;content:"";display:block;height:3px;transition:all .2s ease-in-out}.site-navigation-toggle-holder .site-navigation-toggle-icon:before{box-shadow:0 .35rem 0 currentColor;margin-block-end:.5rem}.site-navigation-toggle-holder .site-navigation-toggle[aria-expanded=true] .site-navigation-toggle-icon:before{box-shadow:none;transform:translateY(.35rem) rotate(45deg)}.site-navigation-toggle-holder .site-navigation-toggle[aria-expanded=true] .site-navigation-toggle-icon:after{transform:translateY(-.35rem) rotate(-45deg)}.site-navigation{align-items:center;display:flex}.site-navigation ul.menu,.site-navigation ul.menu ul{list-style-type:none;padding:0}.site-navigation ul.menu{display:flex;flex-wrap:wrap}.site-navigation ul.menu li{display:flex;position:relative}.site-navigation ul.menu li a{display:block;padding:8px 15px}.site-navigation ul.menu li.menu-item-has-children{padding-inline-end:15px}.site-navigation ul.menu li.menu-item-has-children:after{align-items:center;color:#666;content:"▾";display:flex;font-size:1.5em;justify-content:center;text-decoration:none}.site-navigation ul.menu li.menu-item-has-children:focus-within>ul{display:block}.site-navigation ul.menu li ul{background:#fff;display:none;left:0;min-width:150px;position:absolute;top:100%;z-index:2}.site-navigation ul.menu li ul li{border-block-end:1px solid #eee}.site-navigation ul.menu li ul li:last-child{border-block-end:none}.site-navigation ul.menu li ul li.menu-item-has-children a{flex-grow:1}.site-navigation ul.menu li ul li.menu-item-has-children:after{transform:translateY(-50%) rotate(-90deg)}.site-navigation ul.menu li ul ul{left:100%;top:0}.site-navigation ul.menu li:hover>ul{display:block}footer .site-navigation ul.menu li ul{bottom:100%;top:auto}footer .site-navigation ul.menu li ul ul{bottom:0}footer .site-navigation ul.menu a{padding:5px 15px}.site-navigation-dropdown{bottom:0;left:0;margin-block-start:10px;position:absolute;transform-origin:top;transition:max-height .3s,transform .3s;width:100%;z-index:10000}.site-navigation-toggle-holder:not(.elementor-active)+.site-navigation-dropdown{max-height:0;transform:scaleY(0)}.site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown{max-height:100vh;transform:scaleY(1)}.site-navigation-dropdown ul{padding:0}.site-navigation-dropdown ul.menu{background:#fff;margin:0;padding:0;position:absolute;width:100%}.site-navigation-dropdown ul.menu li{display:block;position:relative;width:100%}.site-navigation-dropdown ul.menu li a{background:#fff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.102);color:#55595c;display:block;padding:20px}.site-navigation-dropdown ul.menu li.current-menu-item a{background:#55595c;color:#fff}.site-navigation-dropdown ul.menu>li li{max-height:0;transform:scaleY(0);transform-origin:top;transition:max-height .3s,transform .3s}.site-navigation-dropdown ul.menu li.elementor-active>ul>li{max-height:100vh;transform:scaleY(1)}@media(max-width:576px){.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation{display:none!important}}@media(min-width:768px){.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation-toggle-holder{display:none!important}}@media(min-width:576px)and (max-width:767px){.site-header.menu-dropdown-mobile:not(.menu-layout-dropdown) .site-navigation{display:none!important}}@media(min-width:992px){.site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation-toggle-holder{display:none!important}}@media(max-width:992px){.site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation{display:none!important}}.site-header.menu-dropdown-none:not(.menu-layout-dropdown) .site-navigation-toggle-holder{display:none!important}/*! elementor - v3.28.0 - 01-04-2025 */
.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{background:var(--e-a-bg-logo);border-radius:50%;display:inline-block;line-height:1;padding:.75em}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-left:auto;margin-right:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap;margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start);--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;pointer-events:none;position:absolute;right:10px;text-shadow:0 0 3px rgba(0,0,0,.3);top:50%;transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element .elementor-widget-container,.elementor-element:not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;font-size:15px;line-height:1;padding:12px 24px;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;padding:.5em;fill:#fff}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}