.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../owl.video.play.html) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

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

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

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

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

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

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

.mfp-ajax-cur {
    cursor: progress
}

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

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

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

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

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

.mfp-hide {
    display: none !important
}

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

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

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

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

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

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

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

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

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

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

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

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

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

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

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

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

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.gyan-ease-transition,
.gyan-ease-transition i,
.gyan-ease-transition svg,
.gyan-ease-transition:after,
.gyan-ease-transition:before,
.gyan-simple-transition,
ul.gyan-menu-list-item li {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}

.gyan-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .4s
}

.gyan-bg-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.gyan-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.gyan-stack-desktop-yes .gyan-adv-heading-stack,
.gyan-stack-mobile-yes .gyan-adv-heading-stack,
.gyan-stack-tablet-yes .gyan-adv-heading-stack {
    display: block
}

.gyan-button {
    transition: all .3s ease-in-out
}

.gyan-button,
.gyan-button:active,
.gyan-button:focus {
    border: 0;
    outline: 0;
    cursor: pointer
}

.gyan-transition-toggle {
    -webkit-tap-highlight-color: transparent
}

svg:not(:root) {
    overflow: hidden
}

@media (min-width:640px) {
    .gyan-hidden\@s {
        display: none !important
    }
}

@media (min-width:960px) {
    .gyan-hidden\@m {
        display: none !important
    }
}

@media (min-width:1200px) {
    .gyan-hidden\@l {
        display: none !important
    }
}

@media (min-width:1600px) {
    .gyan-hidden\@xl {
        display: none !important
    }
}

@media (max-width:639px) {
    .gyan-visible\@s {
        display: none !important
    }
}

@media (max-width:959px) {
    .gyan-visible\@m {
        display: none !important
    }
}

@media (max-width:1199px) {
    .gyan-visible\@l {
        display: none !important
    }
}

@media (max-width:1599px) {
    .gyan-visible\@xl {
        display: none !important
    }
}

@keyframes gyan-animation-rotate {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

.gyan-animation-rotate {
    animation-name: gyan-animation-rotate;
    animation-duration: 8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@keyframes gyan-animation-hang {
    0% {
        transform: translateY(8px)
    }

    50% {
        transform: translateY(4px)
    }

    100% {
        transform: translateY(8px)
    }
}

.gyan-animation-hang {
    animation-name: gyan-animation-hang;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite
}

@keyframes gyan-animation-pulse {
    25% {
        transform: scale(1.1)
    }

    75% {
        transform: scale(.9)
    }
}

.gyan-animation-pulse {
    animation-name: gyan-animation-pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@keyframes gyan-animation-buzz {
    50% {
        transform: translateX(3px) rotate(2deg)
    }

    100% {
        transform: translateX(-3px) rotate(-2deg)
    }
}

.gyan-animation-buzz {
    animation-name: gyan-animation-buzz;
    animation-duration: .15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@keyframes gyan-animation-wiggle {
    0% {
        transform: translate(2px, 0)
    }

    50% {
        transform: translate(-2px, 0)
    }

    100% {
        transform: translate(2px, 0)
    }
}

.gyan-animation-wiggle {
    animation: gyan-animation-wiggle 75ms infinite;
    animation-timing-function: linear
}

@keyframes gyan-animation-shake {
    0% {
        transform: rotate(-2deg)
    }

    50% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(2deg)
    }
}

.gyan-animation-shake {
    animation: gyan-animation-shake 75ms infinite;
    animation-timing-function: linear
}

.gyan-animation-box {
    position: relative
}

.gyan-animation-box:after,
.gyan-animation-box:before {
    position: absolute;
    opacity: 1;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease
}

.gyan-animation-box-none .gyan-animation-box:before {
    display: none
}

.gyan-animation-box:after {
    display: none
}

.gyan-animation-box-fade .gyan-animation-box:before {
    opacity: 0
}

.gyan-animation-box-fade .gyan-animation-box:hover:before {
    opacity: 1
}

.gyan-animation-box-sb .gyan-animation-box:before,
.gyan-animation-box-st .gyan-animation-box:before {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0)
}

.gyan-animation-box-sb .gyan-animation-box:hover:before,
.gyan-animation-box-st .gyan-animation-box:hover:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1)
}

.gyan-animation-box-sb .gyan-animation-box:before {
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top
}

.gyan-animation-box-st .gyan-animation-box:before {
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -moz-transform-origin: bottom;
    transform-origin: bottom
}

.gyan-animation-box-br-bsl .gyan-animation-box:before,
.gyan-animation-box-br-bsr .gyan-animation-box:before,
.gyan-animation-box-br-eb .gyan-animation-box:before,
.gyan-animation-box-br-et .gyan-animation-box:before,
.gyan-animation-box-br-tsl .gyan-animation-box:before,
.gyan-animation-box-br-tsr .gyan-animation-box:before,
.gyan-animation-box-sl .gyan-animation-box:before,
.gyan-animation-box-sr .gyan-animation-box:before {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0)
}

.gyan-animation-box-br-bsl .gyan-animation-box:hover:before,
.gyan-animation-box-br-bsr .gyan-animation-box:hover:before,
.gyan-animation-box-br-eb .gyan-animation-box:hover:before,
.gyan-animation-box-br-et .gyan-animation-box:hover:before,
.gyan-animation-box-br-tsl .gyan-animation-box:hover:before,
.gyan-animation-box-br-tsr .gyan-animation-box:hover:before,
.gyan-animation-box-sl .gyan-animation-box:hover:before,
.gyan-animation-box-sr .gyan-animation-box:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1)
}

.gyan-animation-box-br-bsr .gyan-animation-box:before,
.gyan-animation-box-br-tsr .gyan-animation-box:before,
.gyan-animation-box-sr .gyan-animation-box:before {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    -moz-transform-origin: left;
    transform-origin: left
}

.gyan-animation-box-br-bsl .gyan-animation-box:before,
.gyan-animation-box-br-tsl .gyan-animation-box:before,
.gyan-animation-box-sl .gyan-animation-box:before {
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    -moz-transform-origin: right;
    transform-origin: right
}

.gyan-animation-box-br-bsl .gyan-animation-box:before,
.gyan-animation-box-br-bsr .gyan-animation-box:before,
.gyan-animation-box-br-eb .gyan-animation-box:before,
.gyan-animation-box-br-et .gyan-animation-box:before,
.gyan-animation-box-br-tsl .gyan-animation-box:before,
.gyan-animation-box-br-tsr .gyan-animation-box:before {
    height: 4px
}

.gyan-animation-box-br-bsl .gyan-animation-box:before,
.gyan-animation-box-br-bsr .gyan-animation-box:before,
.gyan-animation-box-br-eb .gyan-animation-box:before {
    top: auto;
    bottom: 0
}

.gyan-animation-box-br-eb .gyan-animation-box:before,
.gyan-animation-box-br-et .gyan-animation-box:before {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    -moz-transform-origin: center;
    transform-origin: center
}

.gyan-animation-box-br-tt .gyan-animation-box:before,
.gyan-animation-box-br-ttb .gyan-animation-box:before {
    top: 0;
    height: 0
}

.gyan-animation-box-br-tt .gyan-animation-box:hover:before,
.gyan-animation-box-br-ttb .gyan-animation-box:hover:before {
    top: -10px;
    height: 10px;
    width: calc(100% - 30px);
    margin: 0 15px;
    transition: all .2s ease-in-out
}

.gyan-animation-box-br-tb .gyan-animation-box:before,
.gyan-animation-box-br-ttb .gyan-animation-box:after {
    bottom: 0;
    height: 0;
    top: auto;
    display: block
}

.gyan-animation-box-br-tb .gyan-animation-box:hover:before,
.gyan-animation-box-br-ttb .gyan-animation-box:hover:after {
    bottom: -10px;
    height: 10px;
    width: calc(100% - 30px);
    margin: 0 15px;
    transition: all .2s ease-in-out
}

.gyan-animation-box-co .gyan-animation-box:before,
.gyan-animation-box-cs .gyan-animation-box:before {
    left: 50%;
    top: 50%;
    right: 50%;
    bottom: 50%;
    width: 0;
    height: 0;
    border-radius: 100%
}

.gyan-animation-box-co .gyan-animation-box:hover:before,
.gyan-animation-box-cs .gyan-animation-box:hover:before {
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 0
}

.gyan-animation-box-cs .gyan-animation-box:before {
    border-radius: 0
}

[class*=gyan-width] {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%
}

.gyan-width-auto {
    width: auto
}

.gyan-width-expand {
    flex: 1;
    min-width: 1px
}

.gyan-badge {
    box-sizing: border-box;
    min-width: 22px;
    height: 22px;
    padding: 0 5px;
    border-radius: 500px;
    vertical-align: middle;
    background: #1e87f0;
    color: #fff;
    font-size: .875rem;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.gyan-badge:focus,
.gyan-badge:hover {
    color: #fff;
    text-decoration: none;
    outline: 0
}

.gyan-icon {
    display: inline-block;
    line-height: 1;
    text-align: center
}

.gyan-icon i,
.gyan-icon svg {
    width: 1em;
    height: 1em;
    position: relative
}

.gyan-icon i:before,
.gyan-icon svg:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.gyan-position-top {
    top: 0;
    left: 0;
    right: 0
}

.gyan-position-bottom {
    bottom: 0;
    left: 0;
    right: 0
}

.gyan-position-left {
    top: 0;
    bottom: 0;
    left: 0
}

.gyan-position-right {
    top: 0;
    bottom: 0;
    right: 0
}

.gyan-position-top-left {
    top: 0;
    left: 0
}

.gyan-position-top-right {
    top: 0;
    right: 0
}

.gyan-position-bottom-left {
    bottom: 0;
    left: 0
}

.gyan-position-bottom-right {
    bottom: 0;
    right: 0
}

.gyan-position-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    box-sizing: border-box
}

.gyan-position-center-left {
    left: 0
}

.gyan-position-center-right {
    right: 0
}

.gyan-position-center-left-out {
    right: 100%;
    width: -moz-max-content;
    width: max-content
}

.gyan-position-center-right-out {
    left: 100%;
    width: -moz-max-content;
    width: max-content
}

.gyan-position-bottom-center,
.gyan-position-top-center {
    left: 50%;
    transform: translateX(-50%);
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    box-sizing: border-box
}

.gyan-position-top-center {
    top: 0
}

.gyan-position-bottom-center {
    bottom: 0
}

.gyan-position-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.gyan-position-relative {
    position: relative !important
}

.gyan-position-absolute {
    position: absolute !important
}

.gyan-position-fixed {
    position: fixed !important
}

.gyan-position-z-index {
    z-index: 1
}

.gyan-position-small {
    max-width: calc(100% - (15px * 2));
    margin: 15px
}

.gyan-position-small.gyan-position-center {
    transform: translate(-50%, -50%) translate(-15px, -15px)
}

.gyan-position-small.gyan-position-bottom-center,
.gyan-position-small.gyan-position-top-center {
    transform: translateX(-50%) translateX(-15px)
}

.gyan-position-medium {
    max-width: calc(100% - (30px * 2));
    margin: 30px
}

.gyan-position-medium.gyan-position-center {
    transform: translate(-50%, -50%) translate(-30px, -30px)
}

.gyan-position-medium.gyan-position-bottom-center,
.gyan-position-medium.gyan-position-top-center {
    transform: translateX(-50%) translateX(-30px)
}

.gyan-position-large {
    max-width: calc(100% - (30px * 2));
    margin: 30px
}

.gyan-position-large.gyan-position-center {
    transform: translate(-50%, -50%) translate(-30px, -30px)
}

.gyan-position-large.gyan-position-bottom-center,
.gyan-position-large.gyan-position-top-center {
    transform: translateX(-50%) translateX(-30px)
}

[class*=gyan-position-bottom],
[class*=gyan-position-center],
[class*=gyan-position-left],
[class*=gyan-position-right],
[class*=gyan-position-top] {
    position: absolute !important
}

[class*=gyan-position-center-left],
[class*=gyan-position-center-right] {
    top: 50%;
    transform: translateY(-50%)
}

.gyan-position-small[class*=gyan-position-center-left],
.gyan-position-small[class*=gyan-position-center-right] {
    transform: translateY(-50%) translateY(-15px)
}

.gyan-position-medium[class*=gyan-position-center-left],
.gyan-position-medium[class*=gyan-position-center-right] {
    transform: translateY(-50%) translateY(-30px)
}

.gyan-position-large[class*=gyan-position-center-left],
.gyan-position-large[class*=gyan-position-center-right] {
    transform: translateY(-50%) translateY(-30px)
}

@media (min-width:1200px) {
    .gyan-position-large {
        max-width: calc(100% - (50px * 2));
        margin: 50px
    }

    .gyan-position-large.gyan-position-center {
        transform: translate(-50%, -50%) translate(-50px, -50px)
    }

    .gyan-position-large[class*=gyan-position-center-left],
    .gyan-position-large[class*=gyan-position-center-right] {
        transform: translateY(-50%) translateY(-50px)
    }

    .gyan-position-large.gyan-position-bottom-center,
    .gyan-position-large.gyan-position-top-center {
        transform: translateX(-50%) translateX(-50px)
    }
}

.gyan-flex {
    display: flex
}

.gyan-flex-inline {
    display: inline-flex
}

.gyan-flex-inline::after,
.gyan-flex-inline::before,
.gyan-flex::after,
.gyan-flex::before {
    display: none
}

.gyan-flex-left {
    justify-content: flex-start
}

.gyan-flex-center {
    justify-content: center
}

.gyan-flex-right {
    justify-content: flex-end
}

.gyan-flex-between {
    justify-content: space-between
}

.gyan-flex-around {
    justify-content: space-around
}

.gyan-flex-stretch {
    align-items: stretch
}

.gyan-flex-top {
    align-items: flex-start
}

.gyan-flex-middle {
    align-items: center
}

.gyan-flex-bottom {
    align-items: flex-end
}

.gyan-flex-row {
    flex-direction: row
}

.gyan-flex-row-reverse {
    flex-direction: row-reverse
}

.gyan-flex-column {
    flex-direction: column
}

.gyan-flex-column-reverse {
    flex-direction: column-reverse
}

.gyan-flex-nowrap {
    flex-wrap: nowrap
}

.gyan-flex-wrap {
    flex-wrap: wrap
}

.gyan-flex-wrap-reverse {
    flex-wrap: wrap-reverse
}

.gyan-flex-wrap-stretch {
    align-content: stretch
}

.gyan-flex-wrap-top {
    align-content: flex-start
}

.gyan-flex-wrap-middle {
    align-content: center
}

.gyan-flex-wrap-bottom {
    align-content: flex-end
}

.gyan-flex-wrap-between {
    align-content: space-between
}

.gyan-flex-wrap-around {
    align-content: space-around
}

.gyan-flex-first {
    order: -1
}

.gyan-flex-last {
    order: 99
}

.gyan-flex-none {
    flex: none
}

.gyan-flex-auto {
    flex: auto
}

.gyan-flex-1 {
    flex: 1
}

i.fas-regular {
    font-weight: 400
}

.gyan-love .fa-heart.fas-regular,
.gyan-love.loved .fa-heart {
    display: inline-block
}

.gyan-love .fa-heart,
.gyan-love.loved .fa-heart.fas-regular {
    display: none
}

.gyan-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none
}

.gyan-grid-small {
    margin-left: -15px
}

.gyan-grid-small>* {
    padding-left: 15px
}

*+.gyan-grid-margin-small,
.gyan-grid+.gyan-grid-small,
.gyan-grid-small>.gyan-grid-margin {
    margin-top: 15px
}

.gyan-grid-medium {
    margin-left: -30px
}

.gyan-grid-medium>* {
    padding-left: 30px
}

*+.gyan-grid-margin-medium,
.gyan-grid+.gyan-grid-medium,
.gyan-grid-medium>.gyan-grid-margin {
    margin-top: 30px
}

.gyan-grid-large {
    margin-left: -40px
}

.gyan-grid-large>* {
    padding-left: 40px
}

*+.gyan-grid-margin-large,
.gyan-grid+.gyan-grid-large,
.gyan-grid-large>.gyan-grid-margin {
    margin-top: 40px
}

*+.gyan-grid-margin,
.gyan-grid+.gyan-grid,
.gyan-grid>.gyan-grid-margin {
    margin-top: 30px
}

.gyan-elementor-grid {
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.gyan-elementor-grid .gyan-grid-item {
    position: relative
}

.gyan-elementor-grid .gyan-grid-item-wrap {
    float: left;
    margin-bottom: 0;
    margin-left: 0
}

@media only screen and (min-width:1025px) {

    .elementor-element.elementor-grid-1,
    .elementor-element.elementor-grid-2,
    .elementor-element.elementor-grid-3,
    .elementor-element.elementor-grid-4,
    .elementor-element.elementor-grid-5,
    .elementor-element.elementor-grid-6,
    .elementor-element.elementor-grid-7,
    .elementor-element.elementor-grid-8 {
        position: relative
    }

    .elementor-element.elementor-grid-2 .gyan-grid-item-wrap:nth-of-type(2n+1),
    .elementor-element.elementor-grid-3 .gyan-grid-item-wrap:nth-of-type(3n+1),
    .elementor-element.elementor-grid-4 .gyan-grid-item-wrap:nth-of-type(4n+1),
    .elementor-element.elementor-grid-5 .gyan-grid-item-wrap:nth-of-type(5n+1),
    .elementor-element.elementor-grid-6 .gyan-grid-item-wrap:nth-of-type(6n+1),
    .elementor-element.elementor-grid-7 .gyan-grid-item-wrap:nth-of-type(7n+1),
    .elementor-element.elementor-grid-8 .gyan-grid-item-wrap:nth-of-type(8n+1) {
        clear: left
    }

    .elementor-element.elementor-grid-2 .gyan-grid-item-wrap:nth-of-type(2n),
    .elementor-element.elementor-grid-3 .gyan-grid-item-wrap:nth-of-type(3n),
    .elementor-element.elementor-grid-4 .gyan-grid-item-wrap:nth-of-type(4n),
    .elementor-element.elementor-grid-5 .gyan-grid-item-wrap:nth-of-type(5n),
    .elementor-element.elementor-grid-6 .gyan-grid-item-wrap:nth-of-type(6n),
    .elementor-element.elementor-grid-7 .gyan-grid-item-wrap:nth-of-type(7n),
    .elementor-element.elementor-grid-8 .gyan-grid-item-wrap:nth-of-type(8n) {
        margin-right: 0 !important
    }

    .elementor-element.elementor-grid-1 .gyan-grid-item-wrap {
        width: 100%;
        float: left
    }

    .elementor-element.elementor-grid-2 .gyan-grid-item-wrap {
        width: 50%;
        float: left
    }

    .elementor-element.elementor-grid-3 .gyan-grid-item-wrap {
        width: 33.3333%;
        float: left
    }

    .elementor-element.elementor-grid-4 .gyan-grid-item-wrap {
        width: 25%;
        float: left
    }

    .elementor-element.elementor-grid-5 .gyan-grid-item-wrap {
        width: 20%;
        float: left
    }

    .elementor-element.elementor-grid-6 .gyan-grid-item-wrap {
        width: 16.6667%;
        float: left
    }

    .elementor-element.elementor-grid-7 .gyan-grid-item-wrap {
        width: 14.285%;
        float: left
    }

    .elementor-element.elementor-grid-8 .gyan-grid-item-wrap {
        width: 12.5%;
        float: left
    }
}

@media only screen and (max-width:1024px) and (min-width:766px) {

    .elementor-element.elementor-grid-tablet-1,
    .elementor-element.elementor-grid-tablet-2,
    .elementor-element.elementor-grid-tablet-3,
    .elementor-element.elementor-grid-tablet-4,
    .elementor-element.elementor-grid-tablet-5,
    .elementor-element.elementor-grid-tablet-6 {
        position: relative
    }

    .elementor-element.elementor-grid-tablet-2 .gyan-grid-item-wrap:nth-of-type(2n+1),
    .elementor-element.elementor-grid-tablet-3 .gyan-grid-item-wrap:nth-of-type(3n+1),
    .elementor-element.elementor-grid-tablet-4 .gyan-grid-item-wrap:nth-of-type(4n+1),
    .elementor-element.elementor-grid-tablet-5 .gyan-grid-item-wrap:nth-of-type(5n+1),
    .elementor-element.elementor-grid-tablet-6 .gyan-grid-item-wrap:nth-of-type(6n+1) {
        clear: left
    }

    .elementor-element.elementor-grid-tablet-2 .gyan-grid-item-wrap:nth-of-type(2n),
    .elementor-element.elementor-grid-tablet-3 .gyan-grid-item-wrap:nth-of-type(3n),
    .elementor-element.elementor-grid-tablet-4 .gyan-grid-item-wrap:nth-of-type(4n),
    .elementor-element.elementor-grid-tablet-5 .gyan-grid-item-wrap:nth-of-type(5n),
    .elementor-element.elementor-grid-tablet-6 .gyan-grid-item-wrap:nth-of-type(6n) {
        margin-right: 0 !important
    }

    .elementor-element.elementor-grid-tablet-1 .gyan-grid-item-wrap {
        width: 100%;
        float: left
    }

    .elementor-element.elementor-grid-tablet-2 .gyan-grid-item-wrap {
        width: 50%;
        float: left
    }

    .elementor-element.elementor-grid-tablet-3 .gyan-grid-item-wrap {
        width: 33.3333%;
        float: left
    }

    .elementor-element.elementor-grid-tablet-4 .gyan-grid-item-wrap {
        width: 25%;
        float: left
    }

    .elementor-element.elementor-grid-tablet-5 .gyan-grid-item-wrap {
        width: 20%;
        float: left
    }

    .elementor-element.elementor-grid-tablet-6 .gyan-grid-item-wrap {
        width: 16.6667%;
        float: left
    }
}

@media only screen and (max-width:767px) {

    .elementor-element.elementor-grid-mobile-1,
    .elementor-element.elementor-grid-mobile-2,
    .elementor-element.elementor-grid-mobile-3,
    .elementor-element.elementor-grid-mobile-4,
    .elementor-element.elementor-grid-mobile-5,
    .elementor-element.elementor-grid-mobile-6 {
        position: relative
    }

    .elementor-element.elementor-grid-mobile-2 .gyan-grid-item-wrap:nth-of-type(2n+1),
    .elementor-element.elementor-grid-mobile-3 .gyan-grid-item-wrap:nth-of-type(3n+1),
    .elementor-element.elementor-grid-mobile-4 .gyan-grid-item-wrap:nth-of-type(4n+1),
    .elementor-element.elementor-grid-mobile-5 .gyan-grid-item-wrap:nth-of-type(5n+1),
    .elementor-element.elementor-grid-mobile-6 .gyan-grid-item-wrap:nth-of-type(6n+1) {
        clear: left
    }

    .elementor-element.elementor-grid-mobile-2 .gyan-grid-item-wrap:nth-of-type(2n),
    .elementor-element.elementor-grid-mobile-3 .gyan-grid-item-wrap:nth-of-type(3n),
    .elementor-element.elementor-grid-mobile-4 .gyan-grid-item-wrap:nth-of-type(4n),
    .elementor-element.elementor-grid-mobile-5 .gyan-grid-item-wrap:nth-of-type(5n),
    .elementor-element.elementor-grid-mobile-6 .gyan-grid-item-wrap:nth-of-type(6n) {
        margin-right: 0 !important
    }

    .elementor-element.elementor-grid-mobile-1 .gyan-grid-item-wrap {
        width: 100%;
        float: left
    }

    .elementor-element.elementor-grid-mobile-2 .gyan-grid-item-wrap {
        width: 50%;
        float: left
    }

    .elementor-element.elementor-grid-mobile-3 .gyan-grid-item-wrap {
        width: 33.3333%;
        float: left
    }

    .elementor-element.elementor-grid-mobile-4 .gyan-grid-item-wrap {
        width: 25%;
        float: left
    }

    .elementor-element.elementor-grid-mobile-5 .gyan-grid-item-wrap {
        width: 20%;
        float: left
    }

    .elementor-element.elementor-grid-mobile-6 .gyan-grid-item-wrap {
        width: 16.6667%;
        float: left
    }
}

.gyan-accordion {
    width: auto;
    height: auto
}

.gyan-accordion-item {
    overflow: hidden
}

.gyan-accordion .gyan-accordion-tab-title {
    padding: 15px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    outline: 0
}

.gyan-accordion .gyan-accordion-toggle-icon {
    z-index: 10
}

.gyan-accordion .gyan-accordion-tab-active-default .gyan-accordion-toggle-icon-close,
.gyan-accordion .gyan-accordion-tab-show .gyan-accordion-toggle-icon-close,
.gyan-accordion .gyan-accordion-toggle-icon-open {
    display: none
}

.gyan-accordion .gyan-accordion-tab-active-default .gyan-accordion-toggle-icon-open,
.gyan-accordion .gyan-accordion-tab-show .gyan-accordion-toggle-icon-open {
    display: inline
}

.gyan-accordion .gyan-accordion-tab-content {
    display: none;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1rem;
    line-height: 1.7
}

.gyan-accordion .gyan-accordion-tab-content p:last-child {
    margin: 0
}

.gyan-accordion .gyan-accordion-tab-content.gyan-accordion-tab-active {
    display: block
}

.gyan-accordion-tab-icon {
    display: inline-block;
    margin-right: 10px
}

.gyan-accordion,
.gyan-accordion .gyan-accordion-tab-title,
.gyan-accordion-tab-title .gyan-icon,
.gyan-accordion-tab-title .gyan-icon svg,
.gyan-bs-icon svg,
.gyan-content-box .gyan-icon,
.gyan-content-box .gyan-icon svg {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.gyan-animated-text .gyan-animated-text-strings>.animated {
    display: inline-block
}

.gyan-animated-text .gyan-animated-text-strings {
    text-align: center
}

@keyframes blink_cursor {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.gyan-animated-text .typed-cursor {
    font-weight: 400 !important;
    font-style: normal !important;
    opacity: 1;
    animation: blink_cursor .7s infinite
}

.gyan-animated-text>* {
    opacity: 0
}

.gyan-animated-text-strings.morphext {
    display: inline-block
}

.gyan-counter-icon.gyan-icon,
.gyan-counter-icon.gyan-icon svg {
    line-height: 0;
    display: inline-block
}

.gyan-counter-icon.gyan-icon svg {
    display: block
}

.gyan-work-hours-section {
    overflow: hidden
}

.gyan-work-hours-section .gyan-work-hours-days {
    margin: 0;
    padding: 0
}

.gyan-work-hours-section .gyan-work-hours-days div {
    padding-top: 5px;
    padding-bottom: 5px
}

.gyan-work-hours-section .top-border-divider .gyan-inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gyan-work-hours-section .gyan-work-hours-days .heading-date,
.gyan-work-hours-section .gyan-work-hours-days .heading-time {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    padding: 0;
    margin: 0
}

.gyan-work-hours-section .gyan-work-hours-days .heading-time {
    text-align: right
}

.gyan-button-scroll {
    display: inline-block;
    position: relative
}

.gyan-button-scroll .gyan-button-scroll-align-icon-right {
    float: right
}

.gyan-button-scroll .gyan-button-scroll-align-icon-left {
    float: left
}

.gyan-bs-icon svg {
    width: 1em;
    height: 1em
}

.gyan-content-box {
    position: relative;
    z-index: 1;
    transition: .3s;
    overflow: hidden
}

.gyan-content-box.gyan-content-box-move:hover,
.gyan-content-box.gyan-content-box-zoom:hover {
    z-index: 999
}

.gyan-hot-button .elementor-button-content-wrapper,
.gyan-multi-button-wrap .elementor-button-content-wrapper {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.gyan-hot-button .elementor-button-content-wrapper.gyan-buttons-icon-right,
.gyan-multi-button-wrap .elementor-button-content-wrapper.gyan-buttons-icon-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.gyan-hot-button .elementor-button-content-wrapper .elementor-button-icon,
.gyan-hot-button .elementor-button-content-wrapper .elementor-button-text,
.gyan-multi-button-wrap .elementor-button-content-wrapper .elementor-button-icon,
.gyan-multi-button-wrap .elementor-button-content-wrapper .elementor-button-text {
    display: inline-block
}

.gyan-multi-button-wrap .gyan-button-wrapper a {
    width: 100%
}

.gyan-button-halign-justify .gyan-button-wrapper,
.gyan-multi-button-wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.gyan-multi-button-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.gyan-button-stack-desktop .gyan-multi-button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.gyan-button-halign-left .gyan-multi-button-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.gyan-button-halign-right .gyan-multi-button-wrap {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.gyan-button-halign-center .gyan-multi-button-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.gyan-button-halign-justify .gyan-button-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.gyan-multi-button-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gyan-button-stack-desktop.gyan-button-halign-left .gyan-multi-button-wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.gyan-button-stack-desktop.gyan-button-halign-right .gyan-multi-button-wrap {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.gyan-button-stack-desktop.gyan-button-halign-center .gyan-multi-button-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gyan-button-stack-desktop.gyan-button-halign-justify .gyan-multi-button-wrap {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.gyan-hot-button .fa,
.gyan-multi-button-wrap .fa {
    font-family: 'Font Awesome 5 free';
    font-weight: 700
}

.gyan-hot-button .gyan-hot-button-title {
    font-weight: 700
}

.gyan-hot-button .gyan-hot-button-desc {
    font-size: .9em;
    display: block
}

.gyan-hot-button .elementor-button-content-wrapper {
    margin-bottom: 7px
}

.gyan-hot-button .gyan-hot-buttons-all_left .elementor-button-content-wrapper .elementor-button-text,
.gyan-hot-button .gyan-hot-buttons-all_left .elementor-button-content-wrapper .gyan-hot-buttons-wrap,
.gyan-hot-button .gyan-hot-buttons-all_right .elementor-button-content-wrapper .elementor-button-text,
.gyan-hot-button .gyan-hot-buttons-all_right .elementor-button-content-wrapper .gyan-hot-buttons-wrap {
    display: inline-block
}

.gyan-hot-button .gyan-hot-buttons-all_left.elementor-button,
.gyan-hot-button .gyan-hot-buttons-all_right.elementor-button {
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.gyan-hot-button .gyan-hot-buttons-all_right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.gyan-hot-buttons-all_left.elementor-button .elementor-button-icon {
    float: left;
    margin-right: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.gyan-hot-buttons-all_right.elementor-button .elementor-button-icon {
    float: right;
    margin-left: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.gyan-mbutton-text-left .elementor-button-content-wrapper,
.gyan-mbutton-text-right .elementor-button-content-wrapper.gyan-buttons-icon-right {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-button-icon,
.elementor-button-icon.elementor-align-icon-left,
.elementor-button-icon.elementor-align-icon-right,
.gyan-multi-button-wrap .elementor-button .elementor-align-icon-right {
    order: 0;
    webkit-order: 0;
    -ms-flex-order: 0
}

.gyan-hot-button .elementor-button-text {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.gyan-hot-button .elementor-button-content-wrapper.gyan-buttons-icon-right {
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.gyan-hot-button .elementor-align-icon-all_left.elementor-button-icon,
.gyan-hot-button .elementor-align-icon-all_right.elementor-button-icon {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

.gyan-mbutton-text-left .gyan-hot-button-desc,
.gyan-mbutton-text-left .gyan-hot-button-title {
    text-align: left
}

.gyan-mbutton-text-center .elementor-button-content-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gyan-mbutton-text-center .gyan-hot-button-desc {
    text-align: center
}

.gyan-mbutton-text-left .elementor-button-content-wrapper.gyan-buttons-icon-right,
.gyan-mbutton-text-right .elementor-button-content-wrapper {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gyan-mbutton-text-right .gyan-hot-button-desc,
.gyan-mbutton-text-right .gyan-hot-button-title {
    text-align: right
}

h2.gyan-modal-header {
    margin-bottom: 0
}

@media only screen and (max-width:976px) {
    .gyan-button-stack-tablet .gyan-multi-button-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .gyan-heading-stack-tablet .gyan-adv-heading-stack {
        display: block
    }

    .gyan-tablet-button-halign-left .gyan-multi-button-wrap {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .gyan-tablet-button-halign-right .gyan-multi-button-wrap {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .gyan-tablet-button-halign-center .gyan-multi-button-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .gyan-tablet-button-halign-justify .gyan-button-wrapper {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .gyan-button-stack-tablet.gyan-tablet-button-halign-justify .gyan-multi-button-wrap {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -moz-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .gyan-button-stack-tablet.gyan-tablet-button-halign-left .gyan-multi-button-wrap {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .gyan-button-stack-tablet.gyan-tablet-button-halign-right .gyan-multi-button-wrap {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .gyan-button-stack-tablet.gyan-tablet-button-halign-center .gyan-multi-button-wrap {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (max-width:767px) {
    .gyan-button-stack-mobile .gyan-multi-button-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .gyan-heading-stack-mobile .gyan-adv-heading-stack {
        display: block
    }

    .gyan-mobile-button-halign-left .gyan-multi-button-wrap {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .gyan-mobile-button-halign-right .gyan-multi-button-wrap {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .gyan-mobile-button-halign-center .gyan-multi-button-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .gyan-mobile-button-halign-justify .gyan-button-wrapper {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .gyan-button-stack-mobile.gyan-mobile-button-halign-justify .gyan-multi-button-wrap {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -moz-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .gyan-button-stack-mobile.gyan-mobile-button-halign-left .gyan-multi-button-wrap {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .gyan-button-stack-mobile.gyan-mobile-button-halign-right .gyan-multi-button-wrap {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .gyan-button-stack-mobile.gyan-mobile-button-halign-center .gyan-multi-button-wrap {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.gyan-icon-list-wrap .gyan-icon-wrapper {
    line-height: 1;
    -webkit-transition: all .25s linear 0s;
    transition: all .25s linear 0s
}

.gyan-icon-list-wrap .gyan-icon-wrapper.icon-right {
    order: 2
}

.gyan-icon-list-wrap .gyan-icon-list-icon {
    display: inline-block;
    text-align: center
}

.gyan-icon-list-wrap .gyan-ilist-items {
    list-style: none;
    margin: 0;
    padding: 0
}

.gyan-icon-list-wrap .gyan-ilist-items li {
    margin: 0;
    padding: 0;
    position: relative;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.gyan-icon-list-wrap .gyan-ilist-items li:after {
    bottom: 0;
    display: block;
    position: absolute;
    margin-bottom: -5px
}

.gyan-icon-list-wrap .gyan-ilist-items a {
    display: inherit;
    align-items: center
}

.gyan-ilist-items.gyan-inline-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.gyan-ilist-items.gyan-inline-items li:not(:last-child) {
    margin-right: 8px
}

.gyan-icon-center-yes .gyan-icon-list-wrap .gyan-ilist-items li {
    text-align: left
}

.gyan-icon-center-yes .gyan-icon-list-wrap .gyan-ilist-items {
    display: inline-block
}

.gyan-icon-center-yes .gyan-icon-list-wrap,
.gyan-icon-list-wrap .gyan-ilist-items .fa {
    text-align: center
}

.gyan-icon-left .gyan-icon-wrapper,
.gyan-icon-right .gyan-icon-list-text {
    order: 1
}

.gyan-icon-left .gyan-icon-list-text,
.gyan-icon-right .gyan-icon-wrapper {
    order: 2
}

.gyan-image-accordion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50vh
}

.gyan-image-accordion .gyan-image-accordion-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    height: 100%;
    width: 100%
}

.gyan-image-accordion .gyan-image-accordion-button-wrap * {
    -webkit-transition: none;
    transition: none
}

.gyan-image-accordion .gyan-image-accordion-button {
    -webkit-transition: all .25s linear 0s;
    transition: all .25s linear 0s
}

.gyan-image-accordion-item {
    cursor: pointer;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-decoration: none;
    -webkit-transition: -webkit-box-flex .4s, -webkit-flex .4s;
    transition: -webkit-box-flex .4s, -webkit-flex .4s;
    -o-transition: flex .4s;
    transition: flex .4s;
    transition: flex .4s, -webkit-box-flex .4s, -webkit-flex .4s, -ms-flex .4s;
    overflow: hidden
}

.gyan-image-accordion-item:last-child {
    margin-right: 0 !important
}

.gyan-image-accordion-active {
    cursor: default
}

.gyan-image-accordion-overlay {
    background-color: rgba(0, 0, 0, .3);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s
}

.gyan-image-accordion-overlay .gyan-image-accordion-content-wrap {
    z-index: 1
}

.gyan-image-accordion-content-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    visibility: hidden
}

.gyan-image-accordion-content-wrap p:last-child {
    margin-bottom: 0
}

.gyan-image-accordion-content-wrap * {
    visibility: hidden;
    opacity: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.gyan-image-accordion-title {
    color: #fff;
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0)
}

.gyan-image-accordion-description {
    color: #fff;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0)
}

.gyan-image-accordion-button-wrap {
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0)
}

.gyan-image-accordion-content-active {
    visibility: visible
}

.gyan-image-accordion-content-active * {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition: all .3s .3s;
    -o-transition: all .3s .3s;
    transition: all .3s .3s
}

.gyan-image-accordion-on-hover .gyan-image-accordion-item:hover {
    flex: 3
}

.gyan-image-accordion-on-hover .gyan-image-accordion-item:hover .gyan-image-accordion-content-wrap * {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: all .3s .3s
}

.gyan-image-accordion-horizontal .gyan-image-accordion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.gyan-image-accordion-horizontal .gyan-image-accordion a:hover .gyan-image-accordion-overlay {
    background-color: transparent
}

.gyan-image-accordion-horizontal .gyan-image-accordion-item {
    margin-right: 0 !important
}

.elementor-button.elementor-size-gyan-default {
    line-height: 30px;
    padding: 13px 35px
}

@media (max-width:1024px) {
    .gyan-image-accordion-stack-on-tablet .gyan-image-accordion {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .gyan-image-accordion-stack-on-tablet .gyan-image-accordion a:hover .gyan-image-accordion-overlay {
        background-color: transparent
    }

    .gyan-image-accordion-stack-on-tablet .gyan-image-accordion-item {
        margin-right: 0 !important
    }
}

@media only screen and (max-width:767px) {
    .gyan-image-accordion-stack-on-mobile .gyan-image-accordion {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .gyan-image-accordion-stack-on-mobile .gyan-image-accordion a:hover .gyan-image-accordion-overlay {
        background-color: transparent
    }

    .gyan-image-accordion-stack-on-mobile .gyan-image-accordion-item {
        margin-right: 0 !important
    }
}

.gyan-image-scroll-container {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

.gyan-image-scroll-container .gyan-image-scroll-holder {
    display: block;
    position: relative;
    width: 100%
}

.gyan-image-scroll-container .gyan-image-scroll-holder .gyan-icon {
    transition: all .25s ease-out
}

.gyan-image-scroll-container .gyan-image-scroll-holder .gyan-image-scroll {
    display: block;
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    background-position: top;
    background-repeat: no-repeat;
    min-height: 320px;
    height: 100%;
    overflow: hidden;
    transition: background-position 2s cubic-bezier(.1, .54, .43, .94);
    background-size: cover
}

.gyan-image-scroll-container .gyan-image-scroll-holder .gyan-image-scroll:hover {
    background-position: center bottom !important
}

.gyan-image-scroll-container .gyan-device-slider-device {
    pointer-events: initial
}

.gyan-image-scroll-container .gyan-device-slider-device .gyan-image-scroll {
    min-height: auto
}

.elementor-widget-gyan_image_scroll.gyan-link-icon-on-hover-yes .gyan-image-scroll-holder a.gyan-icon {
    opacity: 0;
    transition: opacity 350ms cubic-bezier(.24, .85, .58, 1)
}

.elementor-widget-gyan_image_scroll.gyan-link-icon-on-hover-yes .gyan-image-scroll-holder:hover a.gyan-icon {
    opacity: 1
}

.gyan-image-scroll .gyan-single-post-link {
    opacity: 0;
    transition: opacity 350ms cubic-bezier(.24, .85, .58, 1)
}

.elementor-widget-gyan-advanced-icon-box.gyan-link-icon-on-hover-yes .gyan-image-scroll:hover .gyan-advanced-icon-box-readmore {
    opacity: 1
}

@media screen and (max-width:767px) {
    .gyan-single-post .gyan-single-post-title {
        font-size: 1.3rem;
        line-height: 1
    }
}

.gyan-image-separator-wrap {
    position: absolute;
    width: 100%;
    z-index: 2;
    top: auto
}

.gyan-image-separator-link {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none
}

.gyan-image-separator-wrap .img-responsive {
    display: inline-block
}

.gyan-info-box-wrap .gyan-info-box-link {
    text-decoration: none !important
}

.gyan-info-box-wrap .gyan-info-box-popular-badge.right {
    position: absolute;
    right: -7px;
    z-index: 2;
    border-bottom-right-radius: 0 !important
}

.gyan-info-box-wrap .gyan-info-box-popular-badge.right:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    bottom: -8px;
    right: 0;
    border-bottom: 8px solid transparent;
    border-left: 8px;
    border-left-style: solid
}

.gyan-info-box-wrap .gyan-info-box-popular-badge.left {
    position: absolute;
    left: -7px;
    z-index: 2;
    border-bottom-left-radius: 0 !important
}

.gyan-info-box-wrap .gyan-info-box-popular-badge.left:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    bottom: -8px;
    left: 0;
    border-bottom: 8px solid transparent;
    border-right: 8px;
    border-right-style: solid
}

.gyan-info-box-wrap .gyan-info-box-popular-badge p {
    margin: 0;
    text-align: center !important
}

.gyan-info-box-wrap .gyan-info-box-icon-inner {
    display: inline-block
}

.gyan-info-box-wrap .gyan-info-box-icon-wrap {
    display: table
}

.gyan-info-box-wrap .gyan-info-box-icon-wrap .gyan-info-box-icon {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.gyan-info-box-icon-container {
    display: inline-block
}

.gyan-infobox-icon-holder {
    display: block;
    position: relative
}

.elementor .gyan-infobox-number-circle {
    display: block;
    z-index: 2;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    border-radius: 100%;
    box-sizing: content-box
}

@media (max-width:1024px) {
    .gyan-info-box-tablet-top .gyan-info-box {
        flex-direction: column
    }

    .gyan-info-box-tablet-top .gyan-info-box .gyan-info-box-icon-wrap {
        display: inline-block;
        margin: 0
    }

    .gyan-info-box-tablet-top .gyan-info-box .gyan-info-box-icon {
        margin-right: auto
    }

    .gyan-info-box-tablet-left .gyan-info-box {
        flex-direction: row
    }

    .gyan-info-box-tablet-left .gyan-info-box .gyan-info-box-icon-wrap {
        display: flex;
        margin-right: 20px
    }

    .gyan-info-box-tablet-left .gyan-info-box .gyan-info-box-icon,
    .gyan-info-box-tablet-left .gyan-info-box img {
        width: 100%
    }

    .gyan-info-box-tablet-right .gyan-info-box {
        flex-direction: row-reverse
    }

    .gyan-info-box-tablet-right .gyan-info-box .gyan-info-box-icon-wrap {
        display: flex;
        margin-left: 20px
    }

    .gyan-info-box-tablet-right .gyan-info-box .gyan-info-box-icon,
    .gyan-info-box-tablet-right .gyan-info-box img {
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .gyan-info-box-mobile-top .gyan-info-box {
        flex-direction: column
    }

    .gyan-info-box-mobile-top .gyan-info-box .gyan-info-box-icon-wrap {
        display: inline-block;
        margin: 0
    }

    .gyan-info-box-mobile-top .gyan-info-box .gyan-info-box-icon {
        margin-right: auto
    }

    .gyan-info-box-mobile-left .gyan-info-box {
        flex-direction: row
    }

    .gyan-info-box-mobile-left .gyan-info-box .gyan-info-box-icon-wrap {
        display: flex;
        margin-right: 20px
    }

    .gyan-info-box-mobile-left .gyan-info-box .gyan-info-box-icon,
    .gyan-info-box-mobile-left .gyan-info-box img {
        width: 100%
    }

    .gyan-info-box-mobile-right .gyan-info-box {
        flex-direction: row-reverse
    }

    .gyan-info-box-mobile-right .gyan-info-box .gyan-info-box-icon-wrap {
        display: flex;
        margin-left: 20px
    }

    .gyan-info-box-mobile-right .gyan-info-box .gyan-info-box-icon,
    .gyan-info-box-mobile-right .gyan-info-box img {
        width: 100%
    }
}

.gyan-piechart {
    position: relative;
    margin: 0 auto
}

.gyan-piechart .gyan-piechart-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center
}

.gyan-piechart .gyan-piechart-center,
.gyan-progressbars .gyan-bar-percent {
    width: 100%;
    align-self: center
}

.gyan-piechart-title-below-chart {
    text-align: center;
    margin: 10px
}

ul.gyan-price-list {
    list-style: none;
    padding: 0;
    margin: 0
}

ul.gyan-price-list .gyan-price-list-image {
    max-width: 50%;
    padding-right: 25px
}

ul.gyan-price-list .gyan-price-list-image img {
    width: 100%
}

ul.gyan-price-list .gyan-price-list-price {
    font-size: 16px;
    font-weight: 700
}

ul.gyan-price-list .gyan-price-list-header {
    font-size: 14px;
    max-width: 100%
}

ul.gyan-price-list .gyan-price-list-title {
    color: #444
}

ul.gyan-price-list .gyan-price-list-description {
    font-size: 12px
}

ul.gyan-price-list .gyan-grid.gyan-has-image {
    margin-left: 0
}

.gyan-price-list .gyan-price-list-separator,
ul.gyan-price-list .gyan-price-list-image {
    display: none
}

ul.gyan-price-list li {
    padding: 0;
    margin: 0;
    list-style: none
}

ul.gyan-price-list li:not(:last-child) {
    margin-bottom: 10px
}

ul.gyan-price-list .gyan-price-list-item>div[onclick] {
    cursor: pointer
}

@media (min-width:768px) {
    ul.gyan-price-list .gyan-price-list-header {
        font-size: 19px;
        font-weight: 600
    }

    ul.gyan-price-list .gyan-price-list-title {
        max-width: 80%
    }

    ul.gyan-price-list .gyan-price-list-separator {
        margin-left: 10px;
        border-bottom-style: dotted;
        border-bottom-width: 1px;
        height: 0;
        color: #ccc
    }

    ul.gyan-price-list .gyan-price-list-description {
        font-size: 14px;
        margin: 0;
        color: #999
    }

    ul.gyan-price-list .gyan-price-list-description {
        font-size: 14px
    }

    .gyan-price-list .gyan-price-list-separator,
    ul.gyan-price-list .gyan-price-list-image {
        display: inline-block
    }
}

.gyan-progress-bar .gyan-pbar-wrap {
    display: block;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    border-radius: unset;
    -webkit-transition: width 1.5s;
    -o-transition: width 1.5s;
    -moz-transition: width 1.5s;
    transition: width 1.5s
}

.gyan-progress-bar .gyan-pbar-title-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-bottom: 10px;
    line-height: 1;
    white-space: nowrap;
    -webkit-transition: inherit;
    -o-transition: inherit;
    -moz-transition: inherit;
    transition: inherit;
    position: relative
}

.gyan-progress-bar .gyan-pbar-bg-wrap {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    height: 8px;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    border-radius: unset;
    -webkit-transition: inherit;
    -o-transition: inherit;
    -moz-transition: inherit;
    transition: inherit
}

.gyan-progress-bar .gyan-progress-bar-data {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 0;
    height: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    -webkit-transition: inherit;
    -o-transition: inherit;
    -moz-transition: inherit;
    transition: inherit
}

.gyan-progress-bar .gyan-pbar-title {
    font-size: 16px
}

.gyan-progress-bar .gyan-pbar-percentage {
    position: relative;
    z-index: 1;
    margin-left: 5px;
    padding-top: 1px;
    line-height: inherit;
    font-size: 12px;
    border-radius: 5px
}

.gyan-progress-bar .gyan-pbar-bg-holder {
    -webkit-transition: inherit;
    -o-transition: inherit;
    -moz-transition: inherit;
    transition: inherit
}

.gyan-progress-bar .gyan-pbar-title-holder .gyan-pbar-percentage,
.gyan-progress-bar .gyan-pbar-title-holder .gyan-pbar-title {
    line-height: inherit;
    font-weight: 500
}

.gyan-progress-bar .gyan-pbar-p-number,
.gyan-progress-bar .gyan-pbar-p-unit {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-transform: inherit;
    color: inherit
}

.gyan-progress-bar.pbp-default .gyan-pbar-title-holder {
    width: 0
}

.gyan-progress-bar.pbp-default .gyan-pbar-percentage {
    padding: 6px 5px;
    position: absolute;
    bottom: -16px;
    z-index: 2;
    right: -2px
}

.gyan-progress-bar .gyan-pbar-percentage span {
    padding: 0 2px
}

.gyan-progress-bar .gyan-pbar-bg-wrap:before {
    content: '';
    display: block;
    top: 50%;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 0
}

.gyan-progress-bar .gyan-pbar-percentage:before {
    position: absolute;
    bottom: -9px;
    right: 0;
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 9px 0 0;
    border-color: transparent;
    z-index: 0;
    bottom: -10px;
    border-width: 10px 10px 0 0
}

.gyan-progress-bar-data span {
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    border: 3px solid red;
    border-radius: 100%;
    background: #fff;
    display: block;
    float: right;
    margin-top: -6px;
    margin-right: -2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.gyan-promo-box img {
    width: 100%
}

.gyan-promo-box .gyan-promo-box-desc-inner .gyan-promo-box-title {
    margin-bottom: 10px;
    margin-top: 0
}

.gyan-promo-box .gyan-promo-box-desc-inner .gyan-promo-box-button,
.gyan-promo-box .gyan-promo-box-desc-inner .gyan-promo-box-sub-title,
.gyan-promo-box .gyan-promo-box-desc-inner .gyan-promo-box-text,
.gyan-promo-box .gyan-promo-box-desc-inner .gyan-promo-box-title {
    text-decoration: none;
    color: inherit
}

.gyan-promo-box .gyan-promo-box-desc-inner .gyan-promo-box-sub-title {
    margin-bottom: 0;
    margin-top: 0
}

.gyan-promo-box .gyan-promo-box-desc-inner .gyan-promo-box-text {
    transition-delay: 50ms;
    margin-top: 10px
}

.gyan-promo-box .gyan-promo-box-desc-inner .gyan-promo-box-button {
    transition-delay: .1s;
    display: inline-block;
    line-height: 1
}

.gyan-promo-box .gyan-promo-box-desc-inner .gyan-promo-box-button .gyan-promo-box-button-icon-left {
    float: left
}

.gyan-promo-box .gyan-promo-box-desc-inner .gyan-promo-box-button .gyan-promo-box-button-icon-right {
    float: right
}

[class*=gyan-item-transition-] {
    overflow: hidden
}

[class*=gyan-item-transition-] .elementor-widget-container {
    transition: .3s ease-out !important;
    transition-property: transform !important
}

[class*=gyan-item-transition-].gyan-item-transition-content .gyan-promo-box-desc-inner {
    transition: all .25s cubic-bezier(.13, .51, .58, 1);
    transform: translateY(10px)
}

[class*=gyan-item-transition-].gyan-item-transition-content:hover .gyan-promo-box-desc-inner {
    transform: translateY(0)
}

[class*=gyan-item-transition-].gyan-item-transition-scale-up .elementor-widget-container {
    transform: scale3d(1, 1, 1)
}

[class*=gyan-item-transition-].gyan-item-transition-scale-up:hover .elementor-widget-container {
    transform: scale3d(1.1, 1.1, 1)
}

[class*=gyan-item-transition-].gyan-item-transition-scale-down .elementor-widget-container {
    transform: scale3d(1.1, 1.1, 1)
}

[class*=gyan-item-transition-].gyan-item-transition-scale-down:hover .elementor-widget-container {
    transform: scale3d(1, 1, 1)
}

h4.gyan-promo-box-pre-title {
    margin-bottom: 0
}

.gyan-service-list-container {
    overflow: hidden
}

.gyan-service-list-container ul li {
    overflow: hidden;
    position: relative
}

.gyan-service-list-container ul li:last-child {
    overflow: hidden
}

.gyan-service-list-container .gyan-service-list-item-inner {
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.gyan-service-list-container .gyan-servicelist-icon-outer,
.gyan-service-list-container .gyan-servicelist-icon-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    position: relative;
    box-sizing: content-box
}

.gyan-service-list-container .gyan-service-list-number {
    text-align: center
}

.gyan-service-list-container .gyan-service-list-item:last-child {
    margin-bottom: 0 !important
}

.gyan-service-list-container .gyan-list-items a {
    color: inherit
}

.gyan-service-list-container ul.gyan-list-items,
.gyan-service-list-container ul.gyan-list-items li {
    margin: 0;
    padding: 0
}

.gyan-service-list-icon-left.gyan-service-list-icon-vertical-middle .gyan-service-list-item-inner,
.gyan-service-list-icon-right.gyan-service-list-icon-vertical-middle .gyan-service-list-item-inner {
    align-items: center
}

.gyan-service-list-icon-left.gyan-service-list-icon-vertical-top .gyan-service-list-item-inner,
.gyan-service-list-icon-right.gyan-service-list-icon-vertical-top .gyan-service-list-item-inner {
    align-items: flex-start
}

.gyan-service-list-icon-left.gyan-service-list-icon-vertical-top .gyan-service-list-item:first-child .gyan-servicelist-icon-outer:before,
.gyan-service-list-icon-right.gyan-service-list-icon-vertical-top .gyan-service-list-item:first-child .gyan-servicelist-icon-outer:before {
    display: none
}

.gyan-service-list-icon-left.gyan-service-list-icon-vertical-bottom .gyan-service-list-item-inner,
.gyan-service-list-icon-right.gyan-service-list-icon-vertical-bottom .gyan-service-list-item-inner {
    align-items: flex-end
}

.gyan-service-list-icon-left.gyan-service-list-icon-vertical-bottom .gyan-service-list-item:last-child .gyan-servicelist-icon-outer:after,
.gyan-service-list-icon-right.gyan-service-list-icon-vertical-bottom .gyan-service-list-item:last-child .gyan-servicelist-icon-outer:after {
    display: none
}

.gyan-service-list-icon-top.gyan-service-list-icon-horizontal-center .gyan-service-list-item-inner {
    align-items: center
}

.gyan-service-list-icon-top.gyan-service-list-icon-horizontal-left .gyan-service-list-item-inner {
    align-items: flex-start
}

.gyan-service-list-icon-top.gyan-service-list-icon-horizontal-left .gyan-service-list-item:first-child .gyan-servicelist-icon-outer: {
    display: none
}

.gyan-service-list-icon-top.gyan-service-list-icon-horizontal-right .gyan-service-list-item-inner {
    align-items: flex-end
}

.gyan-service-list-icon-top.gyan-service-list-icon-horizontal-right .gyan-service-list-item:last-child .gyan-servicelist-icon-outer:after {
    display: none
}

.gyan-service-list-icon-left .gyan-servicelist-icon-outer {
    margin-right: 10px
}

.gyan-service-list-icon-left .gyan-service-list-connector .gyan-servicelist-icon-outer:before {
    content: '';
    border-right: 1px solid #000;
    height: 1500px;
    bottom: 14px;
    left: calc(7px - (1px/2));
    position: absolute;
    width: 1px
}

.gyan-service-list-icon-left .gyan-service-list-connector .gyan-servicelist-icon-outer:after {
    content: '';
    border-right: 1px solid #000;
    height: 1500px;
    top: 14px;
    left: calc(7px - (1px/2));
    position: absolute;
    width: 1px
}

.gyan-service-list-icon-right .gyan-service-list-item {
    justify-content: flex-end;
    text-align: right
}

.gyan-service-list-icon-right .gyan-servicelist-icon-outer {
    margin-left: 10px;
    order: 2
}

.gyan-service-list-icon-right .gyan-service-list-connector .gyan-servicelist-icon-outer:before {
    content: '';
    border-left: 1px solid #000;
    height: 1500px;
    bottom: 14px;
    right: calc(7px - (1px/2));
    position: absolute;
    width: 1px
}

.gyan-service-list-icon-right .gyan-service-list-connector .gyan-servicelist-icon-outer:after {
    content: '';
    border-left: 1px solid #000;
    height: 1500px;
    top: 14px;
    right: calc(7px - (1px/2));
    position: absolute;
    width: 1px
}

.gyan-service-list-connector.gyan-service-list-corners-hide .gyan-service-list-item:first-child .gyan-servicelist-icon-outer:before {
    display: none
}

.gyan-service-list-connector.gyan-service-list-corners-hide .gyan-service-list-item:last-child .gyan-servicelist-icon-outer:after {
    display: none
}

.gyan-service-list-icon-top .gyan-list-items {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center
}

.gyan-service-list-icon-top .gyan-list-items .gyan-service-list-item {
    display: inline-block;
    flex-grow: 1;
    flex-basis: 0;
    text-align: center
}

.gyan-service-list-icon-top .gyan-list-items .gyan-service-list-item:last-child {
    margin-right: 0 !important
}

.gyan-service-list-icon-top .gyan-servicelist-icon-outer {
    margin-bottom: 10px;
    vertical-align: top
}

.gyan-service-list-icon-top .gyan-service-list-connector .gyan-servicelist-icon-outer:before {
    content: '';
    border-top: 1px solid #000;
    height: 1px;
    top: calc(7px - (1px/2));
    left: auto;
    right: 14px;
    position: absolute;
    width: 1500px
}

.gyan-service-list-icon-top .gyan-service-list-connector .gyan-servicelist-icon-outer:after {
    content: '';
    border-top: 1px solid #000;
    height: 1px;
    left: 14px;
    top: calc(7px - (1px/2));
    right: auto;
    position: absolute;
    width: 1500px
}

.gyan-service-list-icon-top .gyan-service-list-item-inner {
    flex-direction: column
}

.gyan-servicelist-icon-wrapper {
    line-height: 1;
    position: relative;
    z-index: 1
}

.gyan-service-list-item .gyan-service-list-button {
    display: flex;
    display: inline-block;
    line-height: 1.2;
    background-color: #818a91;
    color: #fff;
    fill: #fff;
    text-align: center;
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.gyan-service-list-item .gyan-service-list-button .gyan-button-icon {
    margin-right: 10px
}

.gyan-service-list-item .gyan-service-list-button-icon-after .gyan-button-icon {
    margin-left: 10px;
    margin-right: 0;
    order: 2
}

.gyan-service-list-icon:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.gyan-servicelist-icon-outer:after,
.gyan-servicelist-icon-outer:before {
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%
}

.gyan-service-list-icon-left .gyan-service-list-connector .gyan-servicelist-icon-outer:after,
.gyan-service-list-icon-left .gyan-service-list-connector .gyan-servicelist-icon-outer:before {
    left: 50%
}

.gyan-service-list-icon-top .gyan-service-list-connector .gyan-servicelist-icon-outer:after,
.gyan-service-list-icon-top .gyan-service-list-connector .gyan-servicelist-icon-outer:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
}

.gyan-service-list-icon-top .gyan-service-list-connector .gyan-servicelist-icon-outer:after {
    left: 50%
}

.gyan-service-list-icon-top .gyan-service-list-connector .gyan-servicelist-icon-outer:before {
    left: auto
}

.gyan-servicelist-icon-outer:after,
.gyan-servicelist-icon-outer:before {
    z-index: 0
}

@media (max-width:1024px) {
    .gyan-service-list-stack-tablet.gyan-service-list-icon-top .gyan-service-list-container .gyan-list-items {
        display: block
    }

    .gyan-service-list-stack-tablet.gyan-service-list-icon-top .gyan-service-list-container .gyan-list-items .gyan-service-list-item {
        display: block;
        text-align: center !important;
        width: 100% !important
    }

    .gyan-service-list-stack-tablet.gyan-service-list-icon-top .gyan-service-list-item-inner {
        flex-direction: row
    }

    .gyan-service-list-stack-tablet.gyan-service-list-icon-top .gyan-servicelist-icon-wrapper {
        margin-bottom: 0;
        margin-right: 10px
    }

    .gyan-service-list-stack-tablet.gyan-service-list-icon-top .gyan-servicelist-icon-outer:before {
        content: '';
        border-right: 1px solid #000;
        height: 1500px;
        bottom: 14px;
        left: calc(7px - (1px/2));
        position: absolute;
        width: 1px;
        top: auto
    }

    .gyan-service-list-stack-tablet.gyan-service-list-icon-top .gyan-servicelist-icon-outer:after {
        content: '';
        border-right: 1px solid #000;
        height: 1500px;
        top: 14px;
        left: calc(7px - (1px/2));
        position: absolute;
        width: 1px;
        top: auto
    }
}

@media only screen and (max-width:767px) {
    .gyan-service-list-stack-mobile.gyan-service-list-icon-top .gyan-service-list-container .gyan-list-items {
        display: block
    }

    .gyan-service-list-stack-mobile.gyan-service-list-icon-top .gyan-service-list-container .gyan-list-items .gyan-service-list-item {
        display: block;
        text-align: center !important;
        width: 100% !important
    }

    .gyan-service-list-stack-mobile.gyan-service-list-icon-top .gyan-service-list-item-inner {
        flex-direction: row
    }

    .gyan-service-list-stack-mobile.gyan-service-list-icon-top .gyan-servicelist-icon-wrapper {
        margin-bottom: 0;
        margin-right: 10px
    }

    .gyan-service-list-stack-mobile.gyan-service-list-icon-top .gyan-servicelist-icon-outer:before {
        content: '';
        border-right: 1px solid #000;
        height: 1500px;
        bottom: 14px;
        left: calc(7px - (1px/2));
        position: absolute;
        width: 1px;
        top: auto
    }

    .gyan-service-list-stack-mobile.gyan-service-list-icon-top .gyan-servicelist-icon-outer:after {
        content: '';
        border-right: 1px solid #000;
        height: 1500px;
        top: 14px;
        left: calc(7px - (1px/2));
        position: absolute;
        width: 1px;
        top: auto
    }
}

.gyan-table table {
    margin: 0
}

.gyan-table table svg,
.gyan-table table td,
.gyan-table table th,
.gyan-table table tr {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.gyan-table table {
    width: 100%
}

.gyan-table {
    overflow-x: auto
}

.gyan-table svg {
    width: 1em;
    height: 1em;
    position: relative
}

.gyan-table .gyan-icon-above,
.gyan-table .gyan-table-thead-icon-above .gyan-table-thead {
    display: block
}

.gyan-table.gyan-table-tbody-td-top table tbody td,
.gyan-table.gyan-table-tbody-th-top table tbody th {
    vertical-align: top
}

.gyan-table.gyan-table-tbody-td-middle table tbody td,
.gyan-table.gyan-table-tbody-th-middle table tbody th {
    vertical-align: middle
}

.gyan-table.gyan-table-tbody-td-bottom table tbody td,
.gyan-table.gyan-table-tbody-th-bottom table tbody th {
    vertical-align: bottom
}

.gyan-tabs {
    display: block
}

.gyan-tabs.gyan-tabs-horizontal .gyan-tabs-nav {
    display: inline-block;
    width: 100%
}

.gyan-tabs .gyan-tabs-nav>ul {
    position: relative;
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1
}

.gyan-tabs .gyan-tabs-nav>ul li {
    position: relative;
    padding: 1em 1.5em;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.gyan-tab-inline-icon i,
.gyan-tabs .gyan-tabs-nav>ul li:after {
    transition: all .3s ease-in-out
}

.gyan-tabs .gyan-tabs-nav>ul li:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #444;
    border-bottom: 0;
    display: none
}

.gyan-tabs.active-caret-on .gyan-tabs-nav>ul li.active-default:after,
.gyan-tabs.active-caret-on .gyan-tabs-nav>ul li.active:after {
    display: none
}

.gyan-tabs .gyan-tabs-nav>ul li.active-default:after,
.gyan-tabs .gyan-tabs-nav>ul li.active:after {
    display: block
}

.gyan-tabs .gyan-tabs-nav>ul li .gyan-icon {
    line-height: inherit;
    overflow: hidden
}

.gyan-tabs .gyan-tabs-nav>ul li .gyan-icon img {
    width: 100%
}

.gyan-tabs.gyan-tabs-horizontal .gyan-tabs-nav>ul li .gyan-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center
}

.gyan-tabs-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: left
}

.gyan-tabs .gyan-tabs-content>div {
    display: none;
    opacity: 0
}

.gyan-tabs .gyan-tabs-content>div.active,
.gyan-tabs .gyan-tabs-content>div.active-default {
    display: block;
    width: 100%;
    padding: 1em;
    opacity: 1;
    -webkit-animation: fadeIn linear .3s;
    animation: fadeIn linear .3s
}

.gyan-tabs-icon-stack-yes .gyan-tabs .gyan-tabs-nav>ul {
    display: block
}

.gyan-tabs-icon-stack-yes .gyan-tabs .gyan-tabs-nav>ul li {
    display: inline-block;
    width: 100%;
    text-align: center
}

.gyan-tabs-icon-stack-yes .gyan-tabs .gyan-tabs-nav>ul li div.gyan-tabs-nav-li-inner {
    display: flex;
    align-items: center;
    flex-direction: column
}

.gyan-tab-inline-icon li a .fa {
    margin-right: 10px;
    line-height: 1
}

.gyan-tab-top-icon li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center
}

.gyan-tab-top-icon li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center
}

.gyan-tab-top-icon li .fa,
.gyan-tab-top-icon li .gyan-tab-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

.gyan-tab-top-icon li a .gyan-tab-title {
    margin-top: 10px
}

.gyan-tabs.gyan-tabs-vertical {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.gyan-tabs.gyan-tabs-vertical .gyan-tabs-nav {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.gyan-tabs.gyan-tabs-vertical .gyan-tabs-nav>ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap
}

.gyan-tabs.gyan-tabs-vertical .gyan-tabs-nav>ul>li {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start
}

.gyan-tabs.gyan-tabs-vertical .gyan-tabs-nav>ul li::after {
    bottom: auto !important;
    right: -10px;
    top: calc(50% - 10px);
    left: auto !important;
    border-left: 10px solid #444;
    border-right: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent
}

@media only screen and (max-width:767px) {

    .gyan-tabs .gyan-tabs-nav>ul li.active-default:after,
    .gyan-tabs .gyan-tabs-nav>ul li.active:after {
        display: none
    }

    .gyan-tabs .gyan-tabs-nav>ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .gyan-tabs .gyan-tabs-nav>ul li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%
    }

    .gyan-tabs.gyan-tabs-vertical {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .gyan-tabs.gyan-tabs-vertical div.gyan-tabs-nav {
        -webkit-box-flex: 1;
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%
    }

    .gyan-tabs.gyan-tabs-vertical ul {
        -webkit-box-flex: 1;
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%
    }

    .gyan-tabs.gyan-tabs-vertical ul li {
        -webkit-box-flex: 1;
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%
    }

    div.gyan-tabs.gyan-tabs-vertical div.gyan-tabs-nav>ul li::after {
        border-left-color: transparent !important;
        bottom: -20px !important;
        left: 0 !important;
        right: 0 !important;
        top: auto !important;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top-color: #444 !important
    }
}

.gyan-aspect-ratio-4_3 .gyan-video-container {
    padding-bottom: 75%
}

.gyan-aspect-ratio-16_9 .gyan-video-container {
    padding-bottom: 56.25%
}

.gyan-aspect-ratio-3_2 .gyan-video-container {
    padding-bottom: 66.6666%
}

.gyan-video-container {
    position: relative;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: .2s all;
    transition: .2s all
}

.gyan-video-container:before {
    content: '';
    z-index: 2;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.gyan-video-container img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .2s all;
    transition: .2s all
}

.gyan-video-play-icon {
    left: 50%;
    top: 50%;
    position: absolute;
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    -webkit-transition: text-shadow ease .2s, color ease .2s;
    transition: text-shadow ease .2s, color ease .2s;
    z-index: 4
}

.gyan-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: 0 0
}

.gyan-video-container:active .gyan-animation-sink,
.gyan-video-container:focus .gyan-animation-sink,
.gyan-video-container:hover .gyan-animation-sink {
    top: -webkit-calc(50% + 8px);
    top: calc(50% + 8px)
}

.gyan-video-container .gyan-animation-sink {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.gyan-video-container .gyan-animation-grow {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.gyan-video-container:hover .gyan-video-play-icon.gyan-animation-grow {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1)
}

.gyan-video-container .gyan-animation-float {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.gyan-video-container:active .gyan-animation-float,
.gyan-video-container:focus .gyan-animation-float,
.gyan-video-container:hover .gyan-animation-float {
    top: -webkit-calc(50% - 8px);
    top: calc(50% - 8px)
}

.gyan-video-container:active .gyan-animation-wobble-vertical,
.gyan-video-container:focus .gyan-animation-wobble-vertical,
.gyan-video-container:hover .gyan-animation-wobble-vertical {
    -webkit-animation-name: gyan-wobble-vertical;
    animation-name: gyan-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.gyan-video-play-icon {
    -webkit-transition: opacity .25s cubic-bezier(0, 0, .2, 1);
    transition: opacity .25s cubic-bezier(0, 0, .2, 1)
}

@-webkit-keyframes gyan-wobble-vertical {
    16.65% {
        top: -webkit-calc(50% + 8px);
        top: calc(50% + 8px)
    }

    33.3% {
        top: -webkit-calc(50% - 6px);
        top: calc(50% - 6px)
    }

    49.95% {
        top: -webkit-calc(50% + 4px);
        top: calc(50% + 4px)
    }

    66.6% {
        top: -webkit-calc(50% - 2px);
        top: calc(50% - 2px)
    }

    83.25% {
        top: -webkit-calc(50% + 1px);
        top: calc(50% + 1px)
    }

    100% {
        top: 50%
    }
}

@keyframes gyan-wobble-vertical {
    16.65% {
        top: -webkit-calc(50% + 8px);
        top: calc(50% + 8px)
    }

    33.3% {
        top: -webkit-calc(50% - 6px);
        top: calc(50% - 6px)
    }

    49.95% {
        top: -webkit-calc(50% + 4px);
        top: calc(50% + 4px)
    }

    66.6% {
        top: -webkit-calc(50% - 2px);
        top: calc(50% - 2px)
    }

    83.25% {
        top: -webkit-calc(50% + 1px);
        top: calc(50% + 1px)
    }

    100% {
        top: 50%
    }
}

.gyan-video-vimeo-icon-bg {
    -webkit-transition: fill .1s cubic-bezier(.4, 0, 1, 1), fill-opacity .1s cubic-bezier(.4, 0, 1, 1);
    transition: fill .1s cubic-bezier(.4, 0, 1, 1), fill-opacity .1s cubic-bezier(.4, 0, 1, 1);
    fill: rgba(23, 34, 35, .75)
}

.gyan-video-container:hover .gyan-video-vimeo-icon-bg {
    -webkit-transition: fill .1s cubic-bezier(0, 0, .2, 1), fill-opacity .1s cubic-bezier(0, 0, .2, 1);
    transition: fill .1s cubic-bezier(0, 0, .2, 1), fill-opacity .1s cubic-bezier(0, 0, .2, 1);
    fill: #00adef
}

.gyan-video-container:hover .gyan-video-play-icon .gyan-video-vimeo-icon-bg {
    -webkit-transition: fill .1s cubic-bezier(0, 0, .2, 1), fill-opacity .1s cubic-bezier(0, 0, .2, 1);
    transition: fill .1s cubic-bezier(0, 0, .2, 1), fill-opacity .1s cubic-bezier(0, 0, .2, 1);
    fill: #00adef;
    fill-opacity: 1
}

.gyan-video-vimeo-wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    margin: 10px;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    margin-right: 4.6em
}

.gyan-video-vimeo-portrait {
    width: 60px;
    height: 60px;
    background: rgba(23, 35, 34, .75);
    margin-right: 1px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -moz-box-flex: 1;
    flex: 1 0 auto;
    padding: 0
}

.gyan-video-vimeo-portrait img {
    width: 50px;
    height: 50px;
    margin: 5px;
    padding: 0;
    border: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.gyan-video-vimeo-byline {
    font-size: 1.2em !important;
    font-weight: 400;
    color: #fff;
    margin-top: .1em;
    padding: .2em .5em;
    background: rgba(23, 35, 34, .75);
    text-transform: none;
    line-height: normal;
    letter-spacing: normal
}

.gyan-video-vimeo-headers {
    font-size: 10px
}

.gyan-video-vimeo-title {
    max-width: 100%;
    font-size: 2em !important;
    font-weight: 700;
    margin: 0;
    padding: .1em .2em;
    background: rgba(23, 35, 34, .75);
    display: inline-block;
    text-transform: none;
    line-height: normal;
    letter-spacing: normal
}

.gyan-video-container .gyan-video-vimeo-byline a,
.gyan-video-container .gyan-video-vimeo-byline a:hover,
.gyan-video-container .gyan-video-vimeo-title a,
.gyan-video-container .gyan-video-vimeo-title a:hover .gyan-video-container .gyan-video-vimeo-byline {
    color: #fff
}

.gyan-video-youtube-icon-bg {
    -webkit-transition: fill .1s cubic-bezier(.4, 0, 1, 1), fill-opacity .1s cubic-bezier(.4, 0, 1, 1);
    transition: fill .1s cubic-bezier(.4, 0, 1, 1), fill-opacity .1s cubic-bezier(.4, 0, 1, 1);
    fill: #1f1f1f
}

.gyan-video-container:hover .gyan-video-youtube-icon-bg {
    -webkit-transition: fill .1s cubic-bezier(0, 0, .2, 1), fill-opacity .1s cubic-bezier(0, 0, .2, 1);
    transition: fill .1s cubic-bezier(0, 0, .2, 1), fill-opacity .1s cubic-bezier(0, 0, .2, 1);
    fill: #cc181e
}

.gyan-video-container:hover .gyan-video-play-icon .gyan-video-youtube-icon-bg {
    -webkit-transition: fill .1s cubic-bezier(0, 0, .2, 1), fill-opacity .1s cubic-bezier(0, 0, .2, 1);
    transition: fill .1s cubic-bezier(0, 0, .2, 1), fill-opacity .1s cubic-bezier(0, 0, .2, 1);
    fill: #cc181e;
    fill-opacity: 1
}

.gyan-video-subscribe-bar-content {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.gyan-video-subscribe-bar {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 10px;
    margin-bottom: 20px
}

.gyan-video-subscribe-bar-prefix {
    margin-right: 10px
}

.gyan-subscribe-responsive-desktop .gyan-video-subscribe-bar {
    display: block;
    text-align: center
}

.gyan-subscribe-responsive-desktop .gyan-video-subscribe-bar-prefix {
    margin-right: 0;
    margin-bottom: 8px
}

.gyan-subscribe-responsive-desktop .gyan-video-subscribe-bar-content {
    display: block
}

@media only screen and (max-width:1024px) {
    .gyan-subscribe-responsive-tablet .gyan-video-subscribe-bar {
        display: block;
        text-align: center
    }

    .gyan-subscribe-responsive-tablet .gyan-video-subscribe-bar-prefix {
        margin-right: 0;
        margin-bottom: 8px
    }

    .gyan-subscribe-responsive-tablet .gyan-video-subscribe-bar-content {
        display: block
    }
}

@media only screen and (max-width:767px) {
    .gyan-subscribe-responsive-mobile .gyan-video-subscribe-bar {
        display: block;
        text-align: center
    }

    .gyan-subscribe-responsive-mobile .gyan-video-subscribe-bar-prefix {
        margin-right: 0;
        margin-bottom: 8px
    }

    .gyan-subscribe-responsive-mobile .gyan-video-subscribe-bar-content {
        display: block
    }
}

.gyan-info-box,
.gyan-infobox-icon-holder,
.gyan-small-info-box,
.gyan-small-infobox-icon-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative
}

.gyan-infobox-button-type-icon_box a.gyan-info-box-button,
.gyan-infobox-content-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center
}

.gyan-info-box,
.gyan-small-info-box {
    padding: 30px
}

.gyan-infobox-icon-holder {
    z-index: 3
}

.gyan-small-infobox-icon-holder {
    z-index: 2;
    overflow: hidden
}

.gyan-infobox-align-left .gyan-info-box,
.gyan-small-infobox-align-left .gyan-small-info-box {
    align-items: flex-start;
    text-align: left
}

.gyan-infobox-align-right .gyan-info-box,
.gyan-small-infobox-align-right .gyan-small-info-box {
    align-items: flex-end;
    text-align: right
}

.gyan-infobox-align-right .gyan-infobox-content-holder {
    text-align: right;
    align-items: flex-end
}

.gyan-infobox-align-left .gyan-infobox-content-holder {
    text-align: left;
    align-items: flex-start
}

.gyan-infobox-icon-holder>a,
.gyan-small-infobox-icon-holder>a,
a.gyan-infobox-over-link,
a.gyan-small-infobox-over-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 5
}

.gyan-infobox-line-separator {
    display: inline-block;
    position: relative
}

.gyan-infobox-button-type-icon_box a.gyan-info-box-button .gyan-icon,
.gyan-infobox-icon.gyan-icon {
    line-height: 0
}

.gyan-infobox-content,
.gyan-infobox-content-holder,
.gyan-infobox-line-separator,
.gyan-infobox-title,
.gyan-small-infobox-subtitle,
.gyan-small-infobox-title,
a.gyan-info-box-button {
    z-index: 3;
    clear: both
}

a.gyan-info-box-button {
    display: inline-block;
    padding: 8px 20px
}

.gyan-infobox-button-icon {
    margin-left: 10px
}

.gyan-infobox-content-holder {
    flex-direction: column
}

.gyan-infobox-button-type-icon_box .gyan-infobox-button-icon {
    margin: 0
}

.gyan-infobox-position-left .gyan-infobox-icon-holder,
.gyan-infobox-position-right .gyan-infobox-icon-holder {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.gyan-infobox-position-left .gyan-infobox-content-holder,
.gyan-infobox-position-right .gyan-infobox-content-holder {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.gyan-infobox-position-left .gyan-infobox-content-holder {
    text-align: left;
    align-items: flex-start
}

.gyan-infobox-position-right .gyan-infobox-content-holder {
    text-align: right;
    align-items: flex-end
}

.gyan-infobox-position-left .gyan-info-box {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: flex-start
}

.gyan-infobox-position-right .gyan-info-box {
    text-align: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start
}

.gyan-infobox-position-left .gyan-info-box,
.gyan-infobox-position-right .gyan-info-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.gyan-infobox-position-right .gyan-info-box-button,
.gyan-infobox-position-right .gyan-infobox-content,
.gyan-infobox-position-right .gyan-infobox-line-separator,
.gyan-infobox-position-right .gyan-infobox-title {
    float: right
}

.gyan-small-info-box .gyan-icon i,
.gyan-small-info-box .gyan-icon svg {
    float: left
}

@media only screen and (max-width:767px) {
    .gyan-infobox-position-left.gyan-infobox-center-yes .gyan-infobox-content-holder {
        text-align: center;
        align-items: center
    }

    .gyan-infobox-position-right.gyan-infobox-center-yes .gyan-infobox-content-holder {
        text-align: center;
        align-items: center
    }

    .gyan-infobox-position-left.gyan-infobox-center-yes .gyan-info-box {
        text-align: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        align-items: center
    }

    .gyan-infobox-position-right.gyan-infobox-center-yes .gyan-info-box {
        text-align: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .gyan-infobox-position-right.gyan-infobox-center-yes .gyan-info-box-button,
    .gyan-infobox-position-right.gyan-infobox-center-yes .gyan-infobox-content,
    .gyan-infobox-position-right.gyan-infobox-center-yes .gyan-infobox-line-separator,
    .gyan-infobox-position-right.gyan-infobox-center-yes .gyan-infobox-title {
        float: none
    }
}

.gyan-infobox-fullwidth-button-yes .gyan-info-box-button {
    width: 100%;
    text-align: center
}

.gyan-infobox-icon-holder {
    transform: rotate(0)
}

.gyan-hover-animation-rotate-90 .gyan-info-box:hover .gyan-infobox-icon-holder {
    transform: rotate(90deg)
}

.gyan-hover-animation-rotate-180 .gyan-info-box:hover .gyan-infobox-icon-holder {
    transform: rotate(180deg)
}

.gyan-hover-animation-rotate-360 .gyan-info-box:hover .gyan-infobox-icon-holder {
    transform: rotate(360deg)
}

.gyan-hover-animation-rotate .gyan-info-box:hover .gyan-infobox-icon-holder {
    animation-name: gyan-animation-rotate;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@keyframes gyan-animation-rotate {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

.gyan-hover-animation-scale .gyan-info-box:hover .gyan-infobox-icon-holder {
    transform: scale(1.2)
}

.gyan-hover-animation-flip .gyan-info-box:hover .gyan-infobox-icon-holder {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: FlipH
}

.gyan-hover-animation-hang .gyan-info-box:hover .gyan-infobox-icon-holder {
    animation-name: gyan-animation-hang;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite
}

.gyan-hover-animation-pulse .gyan-info-box:hover .gyan-infobox-icon-holder {
    animation-name: gyan-animation-pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.gyan-hover-animation-wiggle .gyan-info-box:hover .gyan-infobox-icon-holder {
    animation: gyan-animation-wiggle 75ms infinite;
    animation-timing-function: linear
}

.gyan-hover-animation-shake .gyan-info-box:hover .gyan-infobox-icon-holder {
    animation: gyan-animation-shake 75ms infinite;
    animation-timing-function: linear
}

.str_wrap {
    overflow: hidden;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space: nowrap
}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%
}

.str_down .str_move,
.str_vertical .str_move {
    white-space: normal;
    width: 100%
}

.noStop .str_move,
.no_drag .str_move,
.str_static .str_move {
    cursor: inherit
}

.str_wrap img {
    max-width: none !important
}

ul.gyan-image-marquee {
    margin: 0;
    padding: 0
}

ul.gyan-image-marquee li {
    display: inline-block;
    padding: 0;
    margin: 0
}

ul.gyan-image-marquee li:not(:last-child) {
    margin: 0
}

.gyan-video-icon-holder {
    display: block
}

.gyan-video-icon-holder .gyan-flex {
    align-items: center;
    flex-direction: column
}

.gyan-video-icon-holder .gyan-flex.gyan-vi-title-above {
    flex-direction: column-reverse
}

.gyan-video-icon-holder .gyan-flex.gyan-vi-title-before {
    flex-direction: row;
    flex-direction: row-reverse
}

.gyan-video-icon-holder .gyan-flex.gyan-vi-title-after {
    flex-direction: row
}

a.gyan-video-icon-element {
    box-sizing: content-box;
    position: relative
}

a.gyan-video-icon-element:before {
    display: none
}

.gyan-vi-pulse-yes a.gyan-video-icon-element:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    background: #fff;
    border-radius: 100%;
    animation: pulse-border 1.5s ease-out infinite;
    transition: all .3s ease-in-out;
    box-sizing: border-box
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.gyan-services-full-button-text,
.gyan-services-full-icon-wrap,
.gyan-services-overlay,
.gyan-services-overlay-icon,
.gyan-services-title-icon,
.gyan-services-title-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative
}

.gyan-services-container {
    display: block
}

.gyan-services-items {
    display: block;
    position: relative
}

.gyan-services {
    position: relative
}

.gyan-services-title-section {
    z-index: 2
}

.gyan-services-title-align-left .gyan-services-title-section {
    text-align: left;
    align-items: center;
    justify-content: flex-start
}

.gyan-services-overlay-align-left .gyan-services-overlay {
    text-align: left;
    align-items: flex-start
}

.gyan-services-image {
    position: relative
}

.gyan-services-image img {
    width: 100%;
    z-index: 0;
    display: block
}

.gyan-services-img-overlay-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0
}

.gyan-services:hover .gyan-services-img-overlay-bg {
    opacity: 1
}

.gyan-services-button-icon.gyan-icon i,
.gyan-services-overlay-icon i,
.gyan-services-title-icon i {
    line-height: 1em
}

.gyan-services-overlay-icon svg,
.gyan-services-title-icon svg {
    height: 1em;
    width: 1em
}

.gyan-services-overlay {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    opacity: 0
}

.gyan-services:hover .gyan-services-overlay {
    opacity: 1
}

.gyan-services {
    overflow: hidden
}

.gyan-services-st-1 .gyan-services-title-section,
.gyan-services-st-4 .gyan-services-title-section {
    flex-direction: row;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1
}

.gyan-services-title-sec-t .gyan-services-title-section {
    top: 0;
    bottom: auto
}

.gyan-services-title-sec-m .gyan-services-title-section {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto
}

.gyan-services-st-1 .gyan-services:hover .gyan-services-title-section {
    bottom: -100%;
    opacity: 0
}

.gyan-services-title-sec-t .gyan-services-st-1 .gyan-services:hover .gyan-services-title-section {
    top: -100%;
    opacity: 0
}

.gyan-services-title-sec-m .gyan-services-st-1 .gyan-services:hover .gyan-services-title-section {
    left: -100%;
    opacity: 0
}

.gyan-overlay-animation-sb .gyan-services-overlay {
    top: -100%
}

.gyan-overlay-animation-sb .gyan-services:hover .gyan-services-overlay {
    top: 0
}

.gyan-overlay-animation-st .gyan-services-overlay {
    bottom: -100%
}

.gyan-overlay-animation-st .gyan-services:hover .gyan-services-overlay {
    bottom: 0
}

.gyan-overlay-animation-sr .gyan-services-overlay {
    left: -100%;
    width: 100%
}

.gyan-overlay-animation-sr .gyan-services:hover .gyan-services-overlay {
    left: 0
}

.gyan-overlay-animation-sl .gyan-services-overlay {
    right: -100%;
    width: 100%;
    left: auto
}

.gyan-overlay-animation-sl .gyan-services:hover .gyan-services-overlay {
    right: 0
}

.gyan-overlay-animation-slr .gyan-services-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}

.gyan-overlay-animation-slr .gyan-services:hover .gyan-services-overlay {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

.gyan-services-st-2 .gyan-services-all-content {
    overflow: hidden;
    position: relative
}

.gyan-services-st-2 .gyan-services-title-section {
    flex-direction: row
}

.gyan-services-st-3 .gyan-services-overlay {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 2;
    top: auto;
    opacity: 1
}

.gyan-services-st-4 .gyan-services {
    overflow: visible;
    position: relative;
    width: 100%;
    perspective: 1000px;
    -webkit-perspective: 1000px
}

.gyan-services-st-4 .gyan-services-overlay {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto
}

.gyan-services-st-4 .gyan-services-back,
.gyan-services-st-4 .gyan-services-front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition: .5s;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.gyan-services-st-4 .gyan-services-front {
    transform: rotateY(0)
}

.gyan-services-st-4 .gyan-services-back {
    transform: rotateY(-180deg)
}

.gyan-services-st-4 .gyan-services:hover .gyan-services-front {
    transform: rotateY(180deg)
}

.gyan-services-st-4 .gyan-services:hover .gyan-services-back {
    transform: rotateY(0)
}

.gyan-services-flip-vr .gyan-services-st-4 .gyan-services-front {
    transform: rotateX(0)
}

.gyan-services-flip-vr .gyan-services-st-4 .gyan-services-back {
    transform: rotateX(-180deg)
}

.gyan-services-flip-vr .gyan-services-st-4 .gyan-services:hover .gyan-services-front {
    transform: rotateX(180deg)
}

.gyan-services-flip-vr .gyan-services-st-4 .gyan-services:hover .gyan-services-back {
    transform: rotateX(0)
}

.gyan-services h1.gyan-services-title,
.gyan-services h2.gyan-services-title,
.gyan-services h3.gyan-services-title,
.gyan-services h4.gyan-services-title,
.gyan-services h5.gyan-services-title,
.gyan-services h6.gyan-services-title {
    margin-bottom: 0
}

a.gyan-services-button {
    align-items: center;
    justify-content: center
}

a.gyan-services-button i,
a.gyan-services-button svg {
    float: left
}

.gyan-services-full-img {
    position: relative
}

.gyan-services-full-content {
    display: block;
    position: relative
}

.gyan-services-full-icon-wrap {
    position: absolute;
    border-radius: 100%;
    top: 0;
    right: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.gyan-services-full-icon-wrap .gyan-icon {
    line-height: 0
}

.gyan-services-full-button {
    min-height: 54px;
    padding-left: 25px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.gyan-services-full-button:before {
    content: '';
    position: absolute;
    top: -160px;
    right: -485px;
    width: 600px;
    height: 400px;
    transform: rotateZ(-55deg);
    display: block;
    z-index: 2
}

.gyan-services-full-button-text {
    z-index: 4
}

.gyan-services-full-button-arrow {
    position: absolute;
    top: 50%;
    right: 17px;
    width: 33px;
    z-index: 5
}

.gyan-services-full-button-arrow:before {
    content: '';
    width: 0;
    height: 0;
    border-width: 5px 0 5px 7px;
    border-style: solid;
    display: block;
    margin-top: -4px;
    float: right
}

.gyan-services-full-button-arrow:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    margin-top: -6px;
    float: right;
    margin-right: 5px
}

.gyan-services-full-wrap {
    display: block
}

.gyan-menu-list {
    display: block
}

ul.gyan-menu-list-item {
    margin: 0;
    padding: 0
}

ul.gyan-menu-list-item li {
    display: block;
    position: relative;
    list-style: none;
    margin: 0 0 9px 0;
    padding: 0
}

ul.gyan-menu-list-item li a {
    position: relative;
    display: block;
    margin: 0;
    padding: 14px 22px;
    border: 2px solid #e6e6e6
}

ul.gyan-menu-list-item li a:before {
    content: '\f054';
    position: absolute;
    top: 50%;
    right: 0;
    margin-right: 19px;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-style: normal;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.gyan-menu-list-horizontal ul.gyan-menu-list-item li {
    display: inline-block;
    float: left;
    margin-right: 9px
}

.gyan-menu-list-horizontal ul.gyan-menu-list-item li a:before {
    display: none
}

.gyan-title-subtitle span {
    display: inline-block;
    position: relative
}

.gyan-title-subtitle span:after,
.gyan-title-subtitle span:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 25px;
    height: 2px;
    display: none
}

.gyan-title-subtitle span:after {
    right: -40px
}

.gyan-title-subtitle span:before {
    left: -40px
}

.gyan-title-st-line-after .gyan-title-subtitle span:after,
.gyan-title-st-line-before .gyan-title-subtitle span:before,
.gyan-title-st-line-both-side .gyan-title-subtitle span:after,
.gyan-title-st-line-both-side .gyan-title-subtitle span:before {
    display: block
}

.gyan-title-desc-center .gyan-title-desc {
    margin: 0 auto
}

.gyan-multi-heading .gyan-heading-title {
    margin: 0;
    padding: 0
}

.gyan-multi-heading a,
.gyan-multi-heading a:hover {
    color: inherit
}

.gyan-multi-heading .gyan-main-heading,
.gyan-multi-heading .gyan-sub-heading {
    z-index: 1;
    position: relative
}

.gyan-multi-heading .gyan-sub-heading {
    display: inline-block;
    line-height: 1
}

.gyan-multi-heading .gyan-main-heading>.gyan-main-heading-inner,
.gyan-multi-heading .gyan-main-heading>.gyan-mainh-split-text {
    display: inline-flex;
    box-sizing: border-box
}

.gyan-multi-heading .gyan-main-heading,
.gyan-multi-heading .gyan-sub-heading-content {
    display: inline-block;
    vertical-align: middle
}

.gyan-multi-heading .gyan-main-heading .line,
.gyan-multi-heading .gyan-sub-heading .line {
    background-color: transparent !important
}

.gyan-multi-heading .gyan-main-heading .line:after,
.gyan-multi-heading .gyan-sub-heading .line:after {
    content: "";
    background-color: #1e87f0;
    height: 2px;
    width: 40px;
    display: inline-block;
    vertical-align: middle
}

.gyan-multi-heading .gyan-main-heading .line.gyan-button-icon-align-bottom,
.gyan-multi-heading .gyan-sub-heading .line.gyan-button-icon-align-bottom {
    line-height: 0;
    display: block
}

.gyan-button-icon-align-left {
    float: left
}

.gyan-button-icon-align-right {
    float: right
}

.gyan-multi-heading .gyan-multi-heading-content {
    color: rgba(156, 156, 156, .12);
    z-index: 0;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    bottom: 0;
    width: 100%;
    transition: all .3s ease-out;
    position: absolute
}

.gyan-multi-heading .gyan-multi-heading-content>div {
    display: inline-block
}

.gyan-ep-main-color-yes .gyan-multi-heading .gyan-main-heading>div {
    background-color: transparent;
    background-image: linear-gradient(240deg, #0e83cd 0, #8062d4 100%);
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: rgba(255, 255, 255, 0)
}

.gyan-ep-advanced-color-yes .gyan-multi-heading .gyan-multi-heading-content>div {
    background-color: transparent;
    background-image: linear-gradient(240deg, #0e83cd 0, #8062d4 100%);
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@supports (-ms-ime-align:auto) {

    .gyan-ep-advanced-color-yes .gyan-multi-heading .gyan-multi-heading-content>div,
    .gyan-ep-main-color-yes .gyan-multi-heading .gyan-main-heading>div {
        background-attachment: scroll !important
    }
}

@supports (-moz-appearance:none) {

    .gyan-ep-advanced-color-yes .gyan-multi-heading .gyan-multi-heading-content>div,
    .gyan-ep-main-color-yes .gyan-multi-heading .gyan-main-heading>div {
        background-attachment: scroll !important
    }
}

.gyan-image-item-inner a {
    display: block;
    text-align: center
}

.gyan-slider-content .gyan-overlay {
    opacity: 1
}

.gyan-content-slider .owl-next,
.gyan-content-slider .owl-prev,
.gyan-posts-carousel .owl-next,
.gyan-posts-carousel .owl-prev,
.gyan-testimonials .owl-next,
.gyan-testimonials .owl-prev {
    position: absolute;
    border: 0;
    outline: 0;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    transition: all .3s ease-in-out;
    border-radius: 100%;
    padding: 0;
    margin: 0
}

.gyan-content-slider .owl-next,
.gyan-posts-carousel .owl-next,
.gyan-testimonials .owl-next {
    right: -5px;
    transform: translate(0, -40px)
}

.gyan-content-slider .owl-prev,
.gyan-posts-carousel .owl-prev,
.gyan-testimonials .owl-prev {
    left: -5px;
    transform: translate(0, 40px)
}

.gyan-content-slider:hover .owl-next,
.gyan-content-slider:hover .owl-prev,
.gyan-posts-carousel:hover .owl-next,
.gyan-posts-carousel:hover .owl-prev {
    opacity: 1;
    transform: translate(0)
}

.owl-nav .owl-next:before,
.owl-nav .owl-prev:before {
    content: '\f0d9';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    font-size: 22px;
    margin-left: -3px
}

.owl-nav .owl-next:before {
    content: '\f0da';
    margin-left: 3px
}

.gyan-content-slider .owl-dots,
.gyan-posts-carousel .owl-dots,
.gyan-testimonials .owl-dots {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.gyan-content-slider .owl-dot,
.gyan-posts-carousel .owl-dot,
.gyan-testimonials .owl-dot {
    width: 12px;
    height: 12px;
    margin: 25px .2rem;
    background: 0 0;
    border-radius: 100%;
    outline: 0;
    cursor: pointer;
    transition: all .25s ease-in-out;
    border: 4px solid
}

.gyan-anim-invisible {
    visibility: hidden
}

.gyan-image-item-inner,
.gyan-image-item-inner a img {
    transition: all .4s ease-in-out
}

.gyan-content-slider,
.gyan-image-carousel,
.gyan-testimonials {
    direction: ltr
}

.gyan-image-carousel {
    overflow: hidden
}

.gyan-posts-carousel .owl-next,
.gyan-testimonials .owl-next {
    transform: translate(20px, -32px)
}

.gyan-posts-carousel .owl-prev,
.gyan-testimonials .owl-prev {
    transform: translate(-20px, -32px)
}

.gyan-posts-carousel:hover .owl-next,
.gyan-posts-carousel:hover .owl-prev,
.gyan-testimonials:hover .owl-next,
.gyan-testimonials:hover .owl-prev {
    opacity: 1;
    transform: translate(0, -32px)
}

.gyan-testimonials {
    direction: ltr
}

.gyan-content-slider .owl-next span,
.gyan-content-slider .owl-prev span,
.gyan-testimonials .owl-next span,
.gyan-testimonials .owl-prev span {
    float: left
}

.gyan-content-slider .elementor-element-overlay,
.gyan-content-slider .owl-nav button.owl-next span,
.gyan-content-slider .owl-nav button.owl-prev span {
    display: none
}

@media (max-width:767px) {

    .gyan-content-slider .owl-next,
    .gyan-content-slider .owl-prev,
    .gyan-testimonials .owl-next,
    .gyan-testimonials .owl-prev {
        display: none
    }
}

.gyan-testimonials-item {
    text-align: center
}

.owl-carousel .owl-item .gyan-testimonials-img img {
    border-radius: 100%;
    display: inline-block
}

.gyan-testimonials-img {
    text-align: center;
    display: block
}

.gyan-testimonials-content {
    padding: 39px 45px 57px;
    margin-bottom: 42px;
    position: relative
}

.gyan-testimonials-content:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-bottom: -20px;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid
}

.gyan-testimonials-quote-icon {
    display: block;
    width: 51px;
    height: 51px;
    margin: 0 auto;
    padding: 4px;
    border: 1px dashed;
    border-radius: 100%;
    margin-bottom: 15px;
    position: relative
}

.gyan-testimonials-quote-icon i {
    width: 41px;
    height: 41px;
    line-height: 41px;
    display: block;
    border-radius: 100%
}

.gyan-testimonials-quote-icon:after,
.gyan-testimonials-quote-icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    display: block;
    width: 50px;
    height: 2px;
    background: rgba(0, 0, 0, .1)
}

.gyan-testimonials-quote-icon:before {
    margin-left: -80px
}

.gyan-testimonials-quote-icon:after {
    margin-right: -80px;
    left: auto;
    right: 0
}

.gyan-image-carousel-g2c .gyan-image-item-inner img {
    filter: gray;
    -webkit-filter: grayscale(1)
}

.gyan-image-carousel-g2c .gyan-image-item-inner img:hover {
    filter: none;
    -webkit-filter: grayscale(0)
}

.gyan-image-item-inner {
    overflow: hidden
}

.gyan-countdown .gyan-cd {
    display: inline-block;
    text-align: center
}

@media only screen and (max-width:767px) {

    .gyan-countdown-wrapper.gyan-countdown-separator-hide-mobile .gyan-countdown-item .gyan-countdown-digit-wrapper::after,
    .gyan-countdown-wrapper.gyan-countdown-separator-hide-mobile .gyan-countdown-item:after {
        display: none
    }
}

.gyan-modal-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 99999
}

.gyan-modal-area {
    position: absolute;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center
}

.gyan-modal-body {
    overflow-y: auto
}

.gyan-modal-content {
    overflow: hidden
}

.gyan-pricing-table {
    overflow: hidden;
    text-align: center;
    -webkit-transition: all .25s linear 0s;
    transition: all .25s linear 0s
}

.gyan-pricing-table-container {
    position: relative
}

.gyan-pricing-table.horizontal-table {
    display: flex
}

.gyan-pricing-table.horizontal-table .gyan-pricing-table-features,
.gyan-pricing-table.horizontal-table .gyan-pricing-table-footer,
.gyan-pricing-table.horizontal-table .gyan-pricing-table-head {
    flex: 1
}

.gyan-pricing-table-align-left .gyan-pricing-table {
    text-align: left
}

.gyan-pricing-table-align-left .gyan-pricing-table-price {
    justify-content: flex-start
}

.gyan-pricing-table-align-right .gyan-pricing-table {
    text-align: right
}

.gyan-pricing-table-align-right .gyan-pricing-table-price {
    justify-content: flex-end
}

.gyan-pricing-table-icon-wrap {
    text-align: center;
    margin-bottom: 25px
}

.gyan-pricing-table .gyan-pricing-table-icon,
.gyan-pricing-table-icon-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: relative
}

.gyan-pricing-table .gyan-pricing-table-icon-image {
    overflow: hidden
}

.gyan-pricing-table .gyan-pricing-table-title-wrap {
    margin-bottom: 12px
}

.gyan-pricing-table .gyan-pricing-table-title-wrap .gyan-pricing-table-title {
    margin-bottom: 0
}

.gyan-pricing-table .gyan-pricing-table-title-wrap .gyan-pricing-table-subtitle {
    margin-bottom: 0
}

.gyan-pricing-table .gyan-pricing-table-price {
    font-size: 40px;
    margin-left: auto;
    margin-right: auto
}

.gyan-pricing-table .gyan-pricing-table-features {
    list-style: none;
    margin: 0;
    padding: 0
}

.gyan-pricing-table .gyan-pricing-table-features li {
    margin: 0;
    padding: 0
}

.gyan-pricing-table .gyan-pricing-table-features li:last-child {
    border-bottom: 0
}

.gyan-pricing-table .gyan-pricing-table-features .excluded {
    text-decoration: line-through
}

.gyan-pricing-table .gyan-pricing-table-price-duration,
.gyan-pricing-table .gyan-pricing-table-price-prefix {
    font-size: .4em;
    line-height: 1;
    text-align: left
}

.gyan-pricing-table .gyan-pricing-table-price-prefix {
    align-self: flex-start
}

.gyan-pricing-table .gyan-pricing-table-price-duration {
    align-self: flex-end;
    padding-left: 5px
}

.gyan-pricing-table-price-duration-wrap .gyan-pricing-table-price {
    flex-wrap: wrap
}

.gyan-pricing-table-price-duration-wrap .gyan-pricing-table-price-duration {
    text-align: center;
    width: 100%
}

.gyan-pricing-table .gyan-pricing-table-price-value {
    line-height: .9
}

.gyan-pricing-table-price,
.gyan-pricing-table-price-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.gyan-pricing-table-price-wrap {
    margin-bottom: 16px
}

.gyan-pricing-table-price-original {
    display: inline-flex;
    font-size: .5em;
    line-height: 1;
    align-self: flex-end;
    text-decoration: line-through
}

.gyan-pricing-table-ribbon {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    z-index: 2
}

.gyan-pricing-table-ribbon-inner {
    background: #555
}

.gyan-pricing-table-ribbon-1 {
    position: absolute;
    top: 0;
    width: 150px;
    overflow: hidden;
    height: 150px
}

.gyan-pricing-table-ribbon-1.gyan-pricing-table-ribbon-right {
    left: auto;
    right: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.gyan-pricing-table-ribbon-1.gyan-pricing-table-ribbon-left {
    left: 0;
    right: auto;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.gyan-pricing-table-ribbon-1 .gyan-pricing-table-ribbon-inner {
    text-align: center;
    left: 0;
    width: 200%;
    -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    -ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    margin-top: 35px;
    line-height: 2
}

.gyan-pricing-table-ribbon-2 {
    border-radius: 50%;
    line-height: 4em;
    min-height: 4em;
    min-width: 4em
}

.gyan-pricing-table-ribbon-2 .gyan-pricing-table-ribbon-inner {
    background: #555;
    border-radius: 50%
}

.gyan-pricing-table-ribbon-2.gyan-pricing-table-ribbon-right {
    -webkit-transform: translateX(38%) translateY(-38%);
    -ms-transform: translateX(38%) translateY(-38%);
    transform: translateX(38%) translateY(-38%)
}

.gyan-pricing-table-ribbon-2.gyan-pricing-table-ribbon-left {
    -webkit-transform: translateX(-38%) translateY(-38%);
    -ms-transform: translateX(-38%) translateY(-38%);
    transform: translateX(-38%) translateY(-38%)
}

.gyan-pricing-table-ribbon-right {
    right: 0
}

.gyan-pricing-table-ribbon-left {
    left: 0
}

.gyan-pricing-table-ribbon-3 {
    background: #555;
    top: 10%
}

.gyan-pricing-table-ribbon-3 .gyan-pricing-table-ribbon-inner {
    padding: 3px 18px
}

.gyan-pricing-table-ribbon-3:after,
.gyan-pricing-table-ribbon-3:before {
    border-bottom: 8px solid transparent;
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    top: 100%
}

.gyan-pricing-table-ribbon-3.gyan-pricing-table-ribbon-right {
    border-radius: 3px 3px 0 3px;
    right: -8px
}

.gyan-pricing-table-ribbon-3.gyan-pricing-table-ribbon-right:after,
.gyan-pricing-table-ribbon-3.gyan-pricing-table-ribbon-right:before {
    right: 0
}

.gyan-pricing-table-ribbon-3.gyan-pricing-table-ribbon-right:before {
    border-left: 8px solid #555
}

.gyan-pricing-table-ribbon-3.gyan-pricing-table-ribbon-right:after {
    border-left: 8px solid rgba(0, 0, 0, .2)
}

.gyan-pricing-table-ribbon-3.gyan-pricing-table-ribbon-left {
    border-radius: 3px 3px 3px 0;
    left: -8px
}

.gyan-pricing-table-ribbon-3.gyan-pricing-table-ribbon-left:after,
.gyan-pricing-table-ribbon-3.gyan-pricing-table-ribbon-left:before {
    left: 0
}

.gyan-pricing-table-ribbon-3.gyan-pricing-table-ribbon-left:before {
    border-right: 8px solid #555
}

.gyan-pricing-table-ribbon-3.gyan-pricing-table-ribbon-left:after {
    border-right: 8px solid rgba(0, 0, 0, .2)
}

.gyan-pricing-table-min-row ul.gyan-pricing-table-features {
    display: inline-block
}

.gyan-pricing-table-title-divider {
    display: block;
    width: 32px;
    height: 4px;
    display: block;
    margin: 0 auto;
    position: relative
}

.gyan-pricing-table-title-divider:after,
.gyan-pricing-table-title-divider:before {
    content: '';
    top: 0;
    right: 0;
    width: 4px;
    height: 4px;
    display: block;
    position: absolute
}

.gyan-pricing-table-title-divider:before {
    width: 25px;
    left: 0;
    right: auto
}

.gyan-pricing-table-head {
    float: left;
    width: 100%
}

.gyan-pricing-table-button {
    padding: 16px 42px
}

.gyan-content-toggle {
    display: block;
    position: relative;
    background: 0 0;
    width: 3.8em
}

.gyan-content-toggle input[type=checkbox]+label {
    position: relative;
    display: inline-block;
    top: 0;
    left: .2em;
    padding-left: 0;
    color: #000;
    cursor: pointer;
    width: 2.28em;
    height: 1.3em
}

.gyan-content-toggle input[type=checkbox]+label:before {
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    top: .4em;
    left: 0;
    content: '';
    width: 3.5em;
    height: 1em;
    background-color: #767676;
    -webkit-border-radius: .5em;
    border-radius: .5em
}

.gyan-content-toggle input[type=checkbox]+label:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.45, 1.8, .5, .75);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.45, 1.8, .5, .75);
    transition: -webkit-transform .4s cubic-bezier(.45, 1.8, .5, .75);
    transition: transform .4s cubic-bezier(.45, 1.8, .5, .75);
    transition: transform .4s cubic-bezier(.45, 1.8, .5, .75), -webkit-transform .4s cubic-bezier(.45, 1.8, .5, .75);
    position: absolute;
    top: 0;
    left: -.2em;
    width: 2.4em;
    height: 2.4em;
    content: '';
    font-size: .75em;
    -webkit-border-radius: 500em;
    border-radius: 500em;
    border: .3em solid #767676
}

.gyan-main-btn {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gyan-sec-1,
.gyan-sec-2 {
    cursor: pointer
}

.gyan-ctoggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s
}

.gyan-ctoggle-slider:before {
    position: absolute;
    content: "";
    height: 1.8em;
    width: 1.8em;
    left: .25em;
    bottom: .25em;
    -webkit-transition: .4s;
    transition: .4s
}

.gyan-ctoggle-switch+.gyan-ctoggle-slider {
    background-color: #7a7a7a
}

.gyan-ctoggle-switch:checked+.gyan-ctoggle-slider {
    background-color: #d2d2d2
}

.gyan-ctoggle-switch:checked+.gyan-ctoggle-slider:before {
    -webkit-transform: translateX(2.1em);
    -ms-transform: translateX(2.1em);
    transform: translateX(2.1em)
}

.gyan-ctoggle-slider.gyan-ctoggle-round {
    -webkit-border-radius: 1.5em;
    border-radius: 1.5em
}

.gyan-ctoggle-slider.gyan-ctoggle-round:before {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.elementor-widget-gyan-content-toggle .gyan-ctoggle-head-1,
.elementor-widget-gyan-content-toggle .gyan-ctoggle-head-2 {
    margin: 0;
    padding: 0
}

.gyan-ctoggle-desktop-stack-yes .gyan-ctoggle {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.gyan-ctoggle {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.gyan-ctoggle-sections {
    padding: 25px
}

.gyan-ctoggle-switch-label {
    position: relative;
    display: inline-block;
    width: 4.5em;
    height: 2.3em;
    vertical-align: middle
}

.gyan-ctoggle-switch-label .gyan-ctoggle-switch,
.gyan-label-box-checkbox {
    display: none
}

.gyan-label-box {
    position: relative;
    width: 7em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    vertical-align: middle
}

.gyan-label-box-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 0 solid #999;
    -webkit-border-radius: 0;
    border-radius: 0
}

.gyan-label-box-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -webkit-transition: margin .3s ease-in 0s;
    transition: margin .3s ease-in 0s
}

.gyan-label-box-inner>span {
    display: block;
    float: left;
    position: relative;
    width: 50%;
    height: 2.1em;
    padding: 0;
    line-height: 2.1em;
    font-size: 1em;
    color: #fff;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: 700;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.gyan-label-box-inner .gyan-label-box-active {
    padding-left: 2em;
    background-color: #eee;
    color: #fff
}

.gyan-label-box-inner .gyan-label-box-inactive {
    padding-right: 2em;
    background-color: #eee;
    color: #fff;
    text-align: right
}

.gyan-label-box-switch {
    display: block;
    width: 50%;
    margin: 0;
    text-align: center;
    border: 0 solid #999;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: absolute;
    top: 0;
    bottom: 0
}

.gyan-label-box-active .gyan-label-box-switch {
    background: #a1a1a1;
    left: 0
}

.gyan-label-box-inactive .gyan-label-box-switch {
    right: 0
}

.gyan-label-box-checkbox:checked+.gyan-label-box-label .gyan-label-box-inner {
    margin-left: 0
}

.gyan-switch-round-2 {
    visibility: hidden;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0;
    display: none
}

.gyan-content-toggle .gyan-switch-round-2[type=checkbox]:checked+label:after {
    -webkit-transform: translateX(2.5em);
    -ms-transform: translateX(2.5em);
    transform: translateX(2.5em);
    border: .3em solid #7a7a7a
}

.gyan-search-form {
    overflow: hidden;
    text-align: center
}

.gyan-search-box .gyan-input-field,
.gyan-subs-input .gyan-input-field {
    width: 300px
}

.gyan-search-box .gyan-input-block,
.gyan-subs-input .gyan-input-block {
    display: block;
    width: 100%;
    float: left
}

.gyan-search-box .gyan-search-btn.gyan-input-block,
.gyan-subs-input .gyan-subs-btn.gyan-input-block {
    display: inline;
    width: inherit;
    margin-left: 0
}

.gyan-contact-error,
.gyan-contact-success,
.gyan-subs-error,
.gyan-subs-success {
    display: none;
    margin: 15px 0 0;
    padding: 0;
    color: #0a0;
    text-transform: inherit
}

.gyan-contact-error,
.gyan-subs-error {
    color: #f40
}

.gyan-contact-process,
.gyan-subs-process {
    display: none;
    margin: 15px 0 0;
    color: #ccc
}

.gyan-subs-btn .gyan-subs-btn-icon i,
.gyan-subs-btn .gyan-subs-btn-icon svg {
    display: inline-block
}

.gyan-subs-btn .gyan-subs-btn-icon-valign i,
.gyan-subs-btn .gyan-subs-btn-icon-valign svg {
    vertical-align: middle
}

.gyan-button.gyan-btn-fullwidth-yes {
    width: 100%
}

.gyan-subs-input input[type=email],
.gyan-subs-input input[type=tel],
.gyan-subs-input input[type=text] {
    border: 0
}

.gyan-subs-form-align-left {
    float: left
}

.gyan-subs-form-align-right {
    float: right
}

.gyan-subs-form-align-center {
    margin: 0 auto;
    text-align: center
}

.gyan-subs-btn svg {
    width: 1em;
    height: 1em;
    position: relative
}

.gyan-subs-fields-align-left .gyan-input-field {
    text-align: left
}

.gyan-subs-fields-align-right .gyan-input-field {
    text-align: right
}

.gyan-subs-fields-align-center .gyan-input-field {
    text-align: center
}

.gyan-image-slider-wrap {
    position: relative
}

.gyan-image-slider-slide {
    position: relative
}

.gyan-image-slider-slide-link {
    cursor: pointer
}

.gyan-image-slider-slideshow .gyan-image-slider-container {
    display: flex;
    align-items: flex-start
}

.gyan-image-slider-slideshow .gyan-image-slider-wrap {
    flex: 1 1 auto;
    width: 70%
}

.gyan-image-slider-slideshow .gyan-image-slider-thumb-pagination {
    flex: 1 1 auto;
    width: 30%
}

.gyan-image-slider-align-right .gyan-image-slider-container {
    flex-direction: row-reverse
}

.gyan-image-slider-align-top .gyan-image-slider-container {
    flex-direction: column
}

.gyan-image-slider-align-top .gyan-image-slider-thumb-pagination,
.gyan-image-slider-align-top .gyan-image-slider-wrap {
    flex: 1 1 auto;
    width: 100%
}

.gyan-image-slider-content,
.gyan-image-slider-thumb-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.gyan-image-slider-content {
    color: #fff;
    display: flex;
    flex-direction: column
}

.gyan-image-slider-thumb-item {
    overflow: hidden;
    position: relative;
    cursor: pointer
}

.gyan-image-slider-thumb-item img {
    -webkit-transition: all .25s linear 0s;
    transition: all .25s linear 0s;
    width: 100%
}

.gyan-image-slider-arrow {
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    color: #000;
    cursor: pointer;
    display: inline-flex;
    font-size: 22px;
    line-height: 22px;
    padding: 20px;
    position: absolute;
    top: 50%;
    width: 22px;
    height: 22px;
    transform: translateY(-50%);
    z-index: 1
}

.gyan-image-slider-arrow.gyan-image-slider-arrow-next {
    right: 20px
}

.gyan-image-slider-arrow.gyan-image-slider-arrow-prev {
    left: 20px
}

.gyan-image-slider-container .gyan-image-slider-arrow-hover-on.gyan-image-slider-arrow {
    opacity: 0;
    visibility: hidden
}

.gyan-image-slider-container:hover .gyan-image-slider-arrow-hover-on.gyan-image-slider-arrow {
    opacity: 1;
    visibility: visible
}

.gyan-image-slider-dots-inside .slick-dots {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0
}

.gyan-image-slider .slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center
}

.gyan-image-slider ul li {
    background: #ccc;
    border-radius: 100%;
    position: relative;
    display: inline-block;
    margin: 0 4px;
    padding: 0;
    vertical-align: middle
}

.gyan-image-slider ul li.slick-active {
    background: #000
}

.gyan-image-slider ul li button {
    background: 0 0;
    border: 0;
    box-shadow: none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 10px;
    height: 10px;
    padding: 0;
    outline: 0;
    border-radius: 100%
}

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

@media (max-width:1024px) {
    .gyan-image-slider-stack-tablet .gyan-image-slider-container {
        display: block
    }

    .gyan-image-slider-stack-tablet .gyan-image-slider-thumb-pagination,
    .gyan-image-slider-stack-tablet .gyan-image-slider-wrap {
        width: 100% !important
    }
}

@media only screen and (max-width:767px) {
    .gyan-image-slider-stack-mobile .gyan-image-slider-container {
        display: block
    }

    .gyan-image-slider-stack-mobile .gyan-image-slider-thumb-pagination,
    .gyan-image-slider-stack-mobile .gyan-image-slider-wrap {
        width: 100% !important
    }
}

.gyan-filterable-gallery-btn {
    transition: all .4s ease-in-out
}

.gyan-filterable-gallery {
    overflow: hidden
}

.gyan-filterable-gallery-overlay i {
    text-align: center;
    transition: .4s
}

.gyan-filterable-gallery-item {
    float: left
}

.gyan-filterable-gallery-item-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.gyan-filterable-gallery-item-inner:hover .gyan-filterable-gallery-overlay {
    opacity: 1
}

.gyan-filterable-gallery-icons {
    align-items: center;
    justify-content: center;
    width: 100%
}

.gyan-filterable-gallery-overlay.gyan-filterable-gallery-effect-zoom {
    transform: scale(.1)
}

.gyan-filterable-gallery-item-inner:hover .gyan-filterable-gallery-overlay.gyan-filterable-gallery-effect-zoom {
    transform: scale(1)
}

.gyan-filterable-gallery-item-inner:hover .gyan-filterable-gallery-effect-move .gyan-filterable-gallery-link,
.gyan-filterable-gallery-item-inner:hover .gyan-filterable-gallery-effect-move .gyan-filterable-gallery-zoom {
    margin-top: 0;
    margin-bottom: 0
}

.gyan-filterable-gallery-link,
.gyan-filterable-gallery-zoom {
    transition: .5s
}

.gyan-filterable-gallery-effect-move .gyan-filterable-gallery-zoom {
    margin-top: 100px
}

.gyan-filterable-gallery-effect-move .gyan-filterable-gallery-link {
    margin-bottom: 100px
}

.gyan-filterable-gallery-caption {
    display: block;
    text-align: center;
    line-height: 1;
    padding: 15px 20px;
    font-size: 15px
}

.gyan-filterable-gallery-img-holder {
    display: block;
    position: relative;
    overflow: hidden
}

.gyan-post-grid-content {
    padding: 41px 45px 33px 45px
}

.gyan-post-grid-date {
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 40px
}

.gyan-post-list-excerpt {
    margin-bottom: 23px
}

.gyan-post-grid-c-button {
    float: right;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    position: relative;
    display: block
}

.gyan-post-grid-c-button span:after,
.gyan-post-grid-c-button span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 2px;
    display: block;
    margin-top: 12px;
    margin-left: 9px
}

.gyan-post-grid-format {
    display: block;
    position: relative;
    overflow: hidden
}

.gyan-post-grid-c-button span:after {
    height: 8px;
    width: 2px;
    margin-left: 12px;
    margin-top: 9px
}

.gyan-post-grid-c-button a {
    width: 100%;
    height: 100%;
    display: block
}

.gyan-post-grid-meta {
    width: 100%;
    height: 110px;
    display: table;
    padding-bottom: 9px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1
}

.gyan-post-grid-meta ul {
    display: table-cell;
    text-align: center;
    vertical-align: bottom
}

.gyan-post-grid-meta ul li {
    list-style: none;
    display: inline;
    font-size: 85%;
    font-weight: 700;
    margin: 5px 10px;
    padding: 0
}

.gyan-post-grid-meta ul li a i,
.gyan-post-grid-meta ul li span i {
    margin-right: 5px
}

.swm-site-content .gyan-post-grid-meta ul li,
.swm-site-content .gyan-post-grid-meta ul li a,
.swm-site-content .gyan-post-grid-meta ul li a:hover {
    color: #fff
}

.gyan-post-grid-category-item {
    position: relative
}

.gyan-post-grid-category-item,
a.gyan-post-grid-image:before {
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}

.gyan-post-grid-item:hover .gyan-post-grid-meta {
    opacity: 1
}

.gyan-post-grid-item-holder {
    border-radius: 5px;
    display: block;
    overflow: hidden
}

.gyan-post-grid-category {
    margin-bottom: 15px;
    margin-top: -5px
}

.gyan-post-image {
    position: relative
}

.gyan-post-grid-s2 .gyan-post-content-block,
.gyan-post-grid-s2 .gyan-post-image {
    width: 50%;
    height: 100%;
    display: table-cell;
    vertical-align: text-top
}

.gyan-post-grid-s2 .gyan-post-grid-content {
    padding: 40px 33px 33px 33px
}

.gyan-post-grid-s2 .gyan-post-grid-item-holder {
    display: table
}

.gyan-post-grid-s2 .gyan-post-grid-content,
.gyan-post-grid-s2 .gyan-post-grid-format {
    float: left
}

.gyan-post-grid-s2 .gyan-post-grid-format {
    display: none
}

.gyan-post-grid-pf-bg {
    display: none
}

.gyan-post-grid-s2 .gyan-post-grid-pf-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

@media only screen and (max-width:767px) {

    .gyan-post-grid-s2 .gyan-post-content-block,
    .gyan-post-grid-s2 .gyan-post-image {
        width: auto;
        height: auto;
        display: block
    }

    .gyan-post-grid-s2 .gyan-post-grid-format {
        display: block
    }

    .gyan-post-grid-s2 .gyan-post-grid-pf-bg,
    .gyan-post-grid-s2 .gyan-post-image>.gyan-post-grid-meta {
        display: none
    }

    .gyan-post-grid-s2 .gyan-post-grid-content,
    .gyan-post-grid-s2 .gyan-post-grid-format {
        float: none
    }
}

.gyan-grid-metas-item {
    list-style: none;
    padding: 0;
    margin: 0 20px 5px 0;
    font-weight: 400;
    display: inline-block;
    font-size: 14px;
    position: relative
}

.gyan-grid-metas-item i {
    font-weight: 400;
    margin-right: 7px
}

.gyan-grid-metas-item i.fa-heart:not(.fas-regular) {
    font-weight: 700
}

.gyan-grid-metas-item .gyan-postmetas-icon,
.gyan-post-grid-metas:not(.gyan-post-grid-separator-icon) .gyan-grid-metas-item .gyan-love.loved>i {
    display: none
}

.gyan-post-grid-separator-icon .gyan-grid-metas-item .gyan-love,
.gyan-post-grid-separator-icon .gyan-grid-metas-item .gyan-postmetas-icon {
    display: inline-block
}

span.gyan-love {
    cursor: pointer
}

.gyan-post-grid-meta-separator {
    width: 22px;
    text-align: center;
    display: inline-block;
    position: relative
}

.gyan-post-grid-separator-vline .gyan-post-grid-meta-separator:before {
    content: '|'
}

.gyan-post-grid-separator-slash .gyan-post-grid-meta-separator:before {
    content: '/'
}

.gyan-post-grid-separator-dash .gyan-post-grid-meta-separator:before {
    content: '-'
}

.gyan-grid-metas-item {
    margin: 0
}

.gyan-post-grid-metas .gyan-grid-metas-item:last-child .gyan-post-grid-meta-separator {
    display: none
}

.gyan-post-grid-metas.gyan-post-grid-separator-icon .gyan-grid-metas-item:last-child,
.gyan-post-grid-metas.gyan-post-grid-separator-none .gyan-grid-metas-item:last-child {
    margin-right: 0
}

.gyan-post-grid-separator-icon .gyan-grid-metas-item,
.gyan-post-grid-separator-none .gyan-grid-metas-item {
    margin: 0 20px 5px 0
}

.gyan-post-grid-category-item {
    list-style: none;
    padding: 0;
    margin: 0 20px 5px 0;
    display: inline-block
}

.gyan-post-grid-category-before-metas {
    margin-right: 10px
}

.gyan-post-grid-button-icon.gyan-icon i {
    line-height: 1em
}

a.gyan-post-grid-button {
    align-items: center;
    justify-content: center
}

a.gyan-post-grid-button i,
a.gyan-post-grid-button svg {
    float: left
}

.gyan-post-grid-button-wrap {
    display: block;
    margin: 0 0 45px 45px
}

.gyan-post-grid-button-holder {
    display: inline-block
}

.gyan-post-grid-button-justify .gyan-post-grid-button-holder {
    display: block;
    width: 100%
}

.gyan-post-grid-format {
    position: relative;
    display: block
}

.gyan-post-grid-img-cat {
    position: absolute;
    display: inline-block
}

.gyan-post-grid-category {
    display: inline-block
}

.gyan-post-grid-img-cat.gyan-position-bottom-center,
.gyan-post-grid-img-cat.gyan-position-center-center,
.gyan-post-grid-img-cat.gyan-position-top-center {
    text-align: center
}

.gyan-post-grid-img-cat.gyan-position-bottom-right,
.gyan-post-grid-img-cat.gyan-position-center-right,
.gyan-post-grid-img-cat.gyan-position-top-right {
    text-align: right
}

.gyan-post-content-block {
    position: relative;
    display: block;
    z-index: 1;
    overflow: hidden;
    transition: .3s
}

a.gyan-post-grid-image {
    position: relative;
    display: block;
    overflow: hidden
}

a.gyan-post-grid-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden
}

a.gyan-post-grid-image:hover:before {
    opacity: 1;
    visibility: visible
}

.gyan-post-grid-image-effect-zoom {
    overflow: hidden;
    position: relative;
    display: block
}

.gyan-post-grid-item:hover .gyan-post-grid-image-effect-zoom img {
    transform: scale(1.1)
}

.gyan-post-grid-item:hover .gyan-post-grid-image-effect-zoom-rotate img {
    transform: scale(1.1) rotate(2deg)
}

.gyan-pagination-wrap {
    width: auto;
    margin: 30px auto 30px;
    text-align: center
}

.gyan-pagination {
    width: auto;
    display: inline-block
}

.gyan-pagination-menu {
    margin-bottom: 30px
}

.gyan-pagination .page-numbers.current,
.gyan-pagination a,
.gyan-pagination-menu>a,
.gyan-pagination-menu>span {
    text-align: center;
    margin: 0 5px 10px 5px;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 44px;
    font-weight: 500;
    font-size: 105%;
    float: left
}

.gyan-pagination .page-numbers.dots {
    float: left
}

.gyan-pagination a.next.page-numbers,
.gyan-pagination a.prev.page-numbers {
    border-radius: 3px;
    line-height: 44px
}

.gyan-pagination a.prev.page-numbers {
    margin-right: 5px
}

.gyan-pagination a.next.page-numbers {
    margin-left: 5px
}

.gyan-pagination .page-numbers.current {
    font-weight: 500
}

.gyan-comments-pagination {
    margin-top: 20px
}

.gyan-pagination a.page-numbers i {
    font-size: 14px;
    width: 45px;
    height: 45px;
    line-height: 44px;
    text-align: center
}

.gyan-pagination a.page-numbers i.fa-angle-double-left {
    margin-left: -2px
}

.gyan-pagination a.page-numbers i.fa-angle-double-right {
    margin-right: -2px
}

.gyan-pagination .page-numbers,
.gyan-pagination a,
.gyan-pagination-menu>a,
.gyan-pagination-menu>span {
    border-radius: 3px
}

.gyan_rp_boxed {
    display: block;
    clear: both
}

.gyan_rp_boxed_holder {
    display: block
}

.gyan_rp_boxed_full_post {
    width: 50%;
    float: left;
    padding-right: 30px;
    max-width: 100%
}

.gyan_rp_boxed_list_wrap {
    width: 50%;
    float: left
}

.gyan_rp_boxed_full_post_img {
    position: relative;
    z-index: 2
}

.gyan_rp_boxed_full_meta {
    z-index: 2
}

.gyan_rp_boxed_list_meta_bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-left: 40px;
    z-index: 1;
    height: 100px;
    display: block;
    height: 65px
}

.gyan_rp_boxed_small_date {
    border: 2px solid;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -33px;
    margin-left: -33px;
    width: 66px;
    height: 66px;
    text-transform: uppercase;
    font-weight: 500;
    z-index: 3;
    text-align: center;
    font-size: 24px;
    opacity: 0
}

.gyan_rp_boxed_small_date span {
    display: block
}

span.gyan_rp_boxed_small_date_m {
    font-size: 13px;
    line-height: 10px;
    margin-top: 8px
}

span.gyan_rp_boxed_small_date_d {
    margin-top: 13px;
    line-height: 18px
}

.gyan_rp_boxed_full_date {
    display: inline-block;
    position: absolute;
    left: -40px;
    top: 70px;
    width: 75px;
    height: 75px;
    text-transform: uppercase;
    font-weight: 500;
    z-index: 3;
    text-align: center;
    font-size: 30px
}

.gyan_rp_boxed_full_date span {
    display: block
}

span.gyan_rp_boxed_full_date_m {
    font-size: 15px;
    line-height: 11px;
    margin-top: 11px
}

span.gyan_rp_boxed_full_date_d {
    margin-top: 16px;
    line-height: 22px
}

.gyan_rp_boxed_full_date span,
.gyan_rp_boxed_list_date span {
    display: block;
    position: relative;
    z-index: 3
}

.gyan_rp_boxed_full_meta_sub {
    display: inline-block
}

.gyan_rp_boxed_full_meta_sub ul {
    padding: 6px 20px;
    margin: 0
}

.gyan_rp_boxed_full_meta_sub ul li {
    list-style: none;
    padding: 0;
    margin: 0 24px 0 0;
    display: inline-block;
    font-size: 14px;
    line-height: 27px
}

.gyan_rp_boxed_full_meta_sub ul li:last-child {
    margin: 0
}

.gyan_rp_boxed_full_meta_sub ul li i {
    margin-right: 10px;
    font-size: 12px
}

.gyan_rp_boxed_full_meta_sub ul li,
.gyan_rp_boxed_full_meta_sub ul li a,
.gyan_rp_boxed_full_meta_sub ul li a:hover {
    font-size: 14px
}

.gyan_rp_boxed_full_content {
    margin-left: 40px;
    position: relative;
    margin-top: -70px;
    z-index: 5
}

.gyan_rp_boxed_full_title_section {
    padding: 30px 40px 25px 60px
}

p.gyan_rp_boxed_full_content_title {
    font-weight: 600;
    font-size: 24px;
    line-height: normal;
    margin: 0 0 15px 0
}

p.gyan_rp_boxed_full_button {
    display: block;
    clear: both
}

p.gyan_rp_boxed_full_button a {
    font-weight: 500;
    font-size: 15px;
    display: inline-block
}

.gyan_rp_boxed_list {
    margin-bottom: 30px;
    display: table
}

.gyan_rp_boxed_list_img {
    display: table-cell;
    width: 37%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.gyan_rp_boxed_list_img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
    opacity: 0
}

.gyan_rp_boxed_list_date {
    position: absolute;
    top: 25px;
    right: -3px;
    display: inline-block;
    font-weight: 600;
    padding: 5px 18px;
    line-height: 27px;
    z-index: 3;
    font-size: 95%
}

.gyan_rp_boxed_list_date:before {
    border-bottom: 0
}

.gyan_rp_boxed_list_meta span {
    margin-right: 10px
}

.gyan_rp_boxed_list_meta span i {
    margin-right: 6px
}

.gyan_rp_boxed_list_content {
    padding: 30px 30px 7px;
    display: table-cell;
    width: 63%;
    position: relative;
    background: #f5f5f5
}

.gyan_rp_boxed_list_content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 0
}

.gyan_rp_boxed_list:hover .gyan_rp_boxed_list_content:before {
    width: 100%
}

.gyan_rp_boxed_list:hover .gyan_rp_boxed_list_img:before {
    opacity: .9
}

.gyan_rp_boxed_list:hover .gyan_rp_boxed_small_date {
    opacity: 1
}

.gyan_rp_boxed_list .gyan_rp_boxed_list_content:before,
.gyan_rp_boxed_list .gyan_rp_boxed_list_img:before {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
}

.gyan_rp_boxed_list_content p {
    line-height: 27px;
    margin: 0
}

.gyan_rp_boxed_list_content p.gyan_rp_boxed_list_title {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 10px
}

.gyan_rp_boxed h2.gyan_rp_boxed_full_content_title {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 12px
}

p.gyan_rp_boxed_full_button {
    margin: 0
}

p.gyan_rp_boxed_full_button i {
    margin: 0 0 0 7px;
    font-size: 14px
}

p.gyan_rp_boxed_excerpt_large {
    margin-bottom: 10px
}

p.gyan_rp_boxed_excerpt_small {
    margin-bottom: 25px
}

.gyan_rp_boxed h2.gyan_rp_boxed_list_title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 14px
}

ul.gyan_rp_boxed_list_meta {
    padding: 0;
    margin: 0 0 15px 0
}

ul.gyan_rp_boxed_list_meta li {
    list-style: none;
    padding: 0;
    margin: 0 24px 0 0;
    display: inline-block;
    font-size: 14px
}

ul.gyan_rp_boxed_list_meta li i {
    margin-right: 10px;
    font-size: 12px
}

.gyan_rp_boxed_full_meta_sub ul li.gyan_rp_boxed_full_date_mobile {
    display: none
}

@media only screen and (max-width:979px) {

    .gyan_rp_boxed_full_post,
    .gyan_rp_boxed_list_wrap {
        width: 100%;
        float: none
    }

    .gyan_rp_boxed_full_post {
        padding: 0 0 30px
    }

    .gyan_rp_boxed_list {
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .gyan_rp_boxed_list_img {
        display: block;
        width: 100%;
        min-height: 250px
    }

    .gyan_rp_boxed_list_content {
        display: block;
        width: 100%
    }

    .gyan_rp_boxed_full_content {
        margin-left: 0;
        margin-top: 0
    }

    .gyan_rp_boxed_full_title_section {
        padding: 20px
    }

    .gyan_rp_boxed_full_meta_sub {
        width: 100%
    }

    .gyan_rp_boxed_full_meta_sub ul li.gyan_rp_boxed_full_date_mobile {
        display: block
    }

    .gyan_rp_boxed_full_date {
        display: none
    }
}

.gyan-multi-images {
    display: block;
    position: relative;
    text-align: left
}

.gyan-multi-image {
    display: inline-block;
    position: absolute
}

.gyan-multi-image img {
    max-width: 100%;
    height: auto
}

.gyan-multi-image-video.gyan-icon {
    display: block;
    position: absolute;
    z-index: 1;
    background: #000;
    color: #fff;
    text-align: center;
    box-sizing: content-box
}

.gyan-multi-image-img {
    display: inline-block;
    position: relative
}

.gyan-multi-image-videox a {
    display: block;
    width: 100%;
    height: 100%
}

.gyan-multi-image:first-child,
.gyan-multi-image:first-child[class*=gyan-position-bottom],
.gyan-multi-image:first-child[class*=gyan-position-center],
.gyan-multi-image:first-child[class*=gyan-position-left],
.gyan-multi-image:first-child[class*=gyan-position-right],
.gyan-multi-image:first-child[class*=gyan-position-top] {
    position: relative !important
}

.gyan-tabs-slider {
    display: flex;
    align-items: flex-start
}

.gyan-tabs-slider-tabs {
    flex: 1 1 auto;
    width: 40%;
    position: relative
}

.gyan-tabs-slider-images {
    flex: 1 1 auto;
    width: 60%
}

.gyan-tabs-slider-align-right .gyan-tabs-slider {
    flex-direction: row-reverse
}

.swm-site-content li.gyan-tabs-slider-tab {
    position: relative;
    z-index: 1;
    margin: 0
}

li.gyan-tabs-slider-tab:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    opacity: 0
}

li.gyan-tabs-slider-tab:hover:before {
    opacity: 1
}

.gyan-tabs-slider .gyan-tabs-slider-list-tabs .gyan-tabs-slider-tab {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 30px
}

ul.gyan-tabs-slider-list-tabs {
    margin: 0
}

.gyan-tabs-slider .gyan-tabs-slider-content {
    position: relative
}

.gyan-tabs-slider .gyan-tabs-slider-content .gyan-tabs-slider-image {
    position: relative;
    display: none
}

.gyan-tabs-slider .gyan-tabs-slider-content .gyan-tabs-slider-image.active-tab-image {
    display: block
}

.gyan-tabs-slider .gyan-tabs-slider-content .gyan-tabs-slider-image img {
    width: 100%;
    display: block
}

@media (max-width:1024px) {
    .gyan-tabs-slider-stack-tablet .gyan-tabs-slider {
        display: block
    }

    .gyan-tabs-slider-stack-tablet .gyan-tabs-slider-images,
    .gyan-tabs-slider-stack-tablet .gyan-tabs-slider-tabs {
        width: 100% !important
    }
}

@media only screen and (max-width:767px) {
    .gyan-tabs-slider-stack-mobile .gyan-tabs-slider {
        display: block
    }

    .gyan-tabs-slider-stack-mobile .gyan-tabs-slider-images,
    .gyan-tabs-slider-stack-mobile .gyan-tabs-slider-tabs {
        width: 100% !important
    }
}

.gyan-team {
    display: block;
    position: relative
}

.gyan-team-social {
    position: absolute
}

.gyan-team-image {
    position: relative;
    display: block;
    overflow: hidden
}

.gyan-team-image a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1
}

.gyan-team-content {
    position: relative;
    display: block;
    padding: 22px 27px 18px
}

.gyan-team-social {
    display: block;
    position: absolute;
    bottom: -22px;
    right: 26px;
    z-index: 2
}

.gyan-team-share-icon {
    display: block;
    position: relative
}

.gyan-team-share-icon span {
    display: block;
    position: absolute;
    top: -22px;
    right: 26px;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    line-height: 39px;
    text-align: center;
    font-size: 12px;
    border: 4px solid;
    z-index: 3
}

.gyan-team-social ul {
    position: absolute;
    bottom: -200px;
    right: 0;
    width: 45px;
    display: block;
    z-index: 2;
    border-radius: 45px 45px 0 0;
    padding-top: 21px;
    padding-bottom: 26px
}

.gyan-team-social ul li {
    display: block;
    list-style: none;
    margin: 0 0 5px 0;
    padding: 0;
    float: none
}

.gyan-team-social ul li a {
    width: 45px;
    height: 30px;
    line-height: 30px;
    display: block;
    position: relative
}

.gyan-team-item:hover .gyan-team-social ul {
    bottom: 0
}

.gyan-team-position {
    font-weight: 700
}

.gyan-portfolio-item-inner .gyan-portfolio-overlay {
    opacity: 0
}

.gyan-portfolio-item-inner:hover .gyan-portfolio-overlay {
    opacity: 1
}

.gyan-portfolio-all-content {
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    position: absolute;
    padding: 31px 45px 31px 45px
}

.gyan-portfolio-content {
    position: relative;
    width: 100%
}

a.gyan-portfolio-link-icon,
a.gyan-portfolio-zoom-icon {
    font-size: 12px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    border-width: 2px;
    border-style: solid;
    float: right
}

.swm-site-content h4.gyan-portfolio-title-tag {
    margin-bottom: 0
}

.gyan-pf-style-1.gyan-pf-overlay-scale .gyan-portfolio-all-content,
.gyan-pf-style-2.gyan-pf-overlay-scale .gyan-portfolio-all-content,
.gyan-pf-style-3.gyan-pf-overlay-scale .gyan-portfolio-hover-icons {
    transform: scale(1.2, 1.2)
}

.gyan-pf-style-1.gyan-pf-overlay-scale .gyan-portfolio-item-inner:hover .gyan-portfolio-all-content,
.gyan-pf-style-2.gyan-pf-overlay-scale .gyan-portfolio-item-inner:hover .gyan-portfolio-all-content,
.gyan-pf-style-3.gyan-pf-overlay-scale .gyan-portfolio-item-inner:hover .gyan-portfolio-hover-icons {
    transform: scale(1, 1)
}

.gyan-portfolio-img-holder,
.gyan-portfolio-overlay {
    overflow: hidden
}

.gyan-pf-style-1 .gyan-portfolio-all-content,
.gyan-pf-style-1 .gyan-portfolio-content,
.gyan-pf-style-1 .gyan-portfolio-overlay,
.gyan-pf-style-2 .gyan-portfolio-overlay {
    display: block
}

.gyan-pf-style-1 .gyan-portfolio-hover-icons {
    position: absolute;
    top: 0;
    right: 0;
    display: block
}

.gyan-pf-style-2 .gyan-portfolio-all-content {
    top: 0;
    align-items: center
}

.gyan-pf-style-2 .gyan-portfolio-content {
    flex-direction: column
}

.gyan-pf-style-2 .gyan-portfolio-hover-icons a {
    text-align: center;
    justify-content: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center
}

.gyan-pf-style-1 .gyan-portfolio-hover-icons a span.gyan-icon,
.gyan-pf-style-2 .gyan-portfolio-hover-icons a span.gyan-icon,
.gyan-pf-style-3 .gyan-portfolio-hover-icons a span.gyan-icon {
    line-height: 0
}

.gyan-pf-style-2 a.gyan-portfolio-link-icon,
.gyan-pf-style-2 a.gyan-portfolio-zoom-icon {
    float: none;
    align-items: center;
    margin: 0 7px
}

.gyan-pf-style-3 .gyan-portfolio-all-content {
    display: block;
    position: relative
}

.gyan-pf-style-3 .gyan-portfolio-img-holder {
    position: relative
}

.gyan-pf-style-3 .gyan-portfolio-hover-icons a {
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse
}

.gyan-pf-style-3 .gyan-portfolio-overlay {
    text-align: center;
    justify-content: center;
    align-items: center
}

.gyan-pf-style-1 a.gyan-portfolio-link-icon,
.gyan-pf-style-1 a.gyan-portfolio-zoom-icon {
    justify-content: center;
    align-items: center;
    text-align: center
}

.gyan-pf-content-center .gyan-portfolio-category,
.gyan-pf-content-center .gyan-portfolio-excerpt,
.gyan-pf-content-center .gyan-portfolio-hover-icons,
.gyan-pf-content-center .gyan-portfolio-title {
    text-align: center
}

.gyan-pf-content-left .gyan-portfolio-category,
.gyan-pf-content-left .gyan-portfolio-excerpt,
.gyan-pf-content-left .gyan-portfolio-hover-icons,
.gyan-pf-content-left .gyan-portfolio-title {
    text-align: left;
    justify-content: flex-start
}

.gyan-pf-content-right .gyan-portfolio-category,
.gyan-pf-content-right .gyan-portfolio-excerpt,
.gyan-pf-content-right .gyan-portfolio-hover-icons,
.gyan-pf-content-right .gyan-portfolio-title {
    text-align: right;
    justify-content: flex-end
}

:root {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87
}

#start-resizable-editor-section {
    display: none
}

.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
    color: #fff
}

.wp-block-button__link.aligncenter {
    text-align: center
}

.wp-block-button__link.alignright {
    text-align: right
}

.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0
}

.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
    border-radius: 0 !important
}

.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline {
    color: #32373c;
    background-color: transparent;
    border: 2px solid
}

.wp-block-buttons .wp-block-button {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px
}

.wp-block-buttons .wp-block-button:last-child {
    margin-right: 0
}

.wp-block-buttons.alignright .wp-block-button {
    margin-right: 0;
    margin-left: 8px
}

.wp-block-buttons.alignright .wp-block-button:first-child {
    margin-left: 0
}

.wp-block-buttons.alignleft .wp-block-button {
    margin-left: 0;
    margin-right: 8px
}

.wp-block-buttons.alignleft .wp-block-button:last-child {
    margin-right: 0
}

.wp-block-button.aligncenter,
.wp-block-buttons.aligncenter,
.wp-block-calendar {
    text-align: center
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
    padding: 4px;
    border: 1px solid #ddd
}

.wp-block-calendar tfoot td {
    border: none
}

.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
}

.wp-block-calendar table th {
    font-weight: 400;
    background: #ddd
}

.wp-block-calendar a {
    text-decoration: underline
}

.wp-block-calendar tfoot a {
    color: #007cba;
    color: var(--wp-admin-theme-color)
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
    color: #40464d
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-columns {
    display: flex;
    margin-bottom: 28px;
    flex-wrap: wrap
}

@media (min-width:782px) {
    .wp-block-columns {
        flex-wrap: nowrap
    }
}

.wp-block-columns.has-background {
    padding: 20px 38px
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

@media (max-width:599px) {
    .wp-block-column {
        flex-basis: 100% !important
    }
}

@media (min-width:600px) and (max-width:781px) {
    .wp-block-column {
        flex-basis: calc(50% - 16px) !important;
        flex-grow: 0
    }

    .wp-block-column:nth-child(2n) {
        margin-left: 32px
    }
}

@media (min-width:782px) {
    .wp-block-column {
        flex-basis: 0;
        flex-grow: 1
    }

    .wp-block-column[style*=flex-basis] {
        flex-grow: 0
    }

    .wp-block-column:not(:first-child) {
        margin-left: 32px
    }
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    -ms-grid-row-align: center;
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
    width: 100%
}

.wp-block-cover,
.wp-block-cover-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
    background-attachment: fixed
}

@supports (-webkit-overflow-scrolling:touch) {

    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion:reduce) {

    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.has-background-dim,
.wp-block-cover.has-background-dim {
    background-color: #000
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
    content: "";
    background-color: inherit
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background {
    opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 290px;
    width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports ((position:-webkit-sticky) or (position:sticky)) {

    .wp-block-cover-image:after,
    .wp-block-cover:after {
        content: none
    }
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    display: flex
}

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 70px);
    z-index: 1;
    color: #fff
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
    color: inherit
}

.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
    align-items: flex-start;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center
}

.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center
}

.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center
}

.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    margin: 0;
    width: auto
}

.wp-block-cover__video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover
}

.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2 {
    color: #fff
}

.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
    color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content>h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content>h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image>h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 580px;
    padding: 14px;
    text-align: center
}

.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align=left]>[data-type^=core-embed],
.wp-block[data-align=right]>[data-type^=core-embed] {
    max-width: 360px;
    width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align=left]>[data-type^=core-embed] .wp-block-embed__wrapper,
.wp-block[data-align=right]>[data-type^=core-embed] .wp-block-embed__wrapper {
    min-width: 280px
}

.wp-block-embed {
    margin-bottom: 1em
}

.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-embed iframe {
    max-width: 100%
}

.wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-6 .wp-block-embed__wrapper:before {
    padding-top: 66.66%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
}

.wp-block-file {
    margin-bottom: 1.5em
}

.wp-block-file.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: 13px;
    padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
    text-decoration: none
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.wp-block-file *+.wp-block-file__button {
    margin-left: .75em
}

.blocks-gallery-grid,
.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {

    .blocks-gallery-grid .blocks-gallery-image figure,
    .blocks-gallery-grid .blocks-gallery-item figure,
    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
    }
}

.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {

    .blocks-gallery-grid .blocks-gallery-image img,
    .blocks-gallery-grid .blocks-gallery-item img,
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 40px 10px 9px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent)
}

.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img,
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {

    .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
    .blocks-gallery-grid.is-cropped .blocks-gallery-item img,
    .wp-block-gallery.is-cropped .blocks-gallery-image a,
    .wp-block-gallery.is-cropped .blocks-gallery-image img,
    .wp-block-gallery.is-cropped .blocks-gallery-item a,
    .wp-block-gallery.is-cropped .blocks-gallery-item img {
        height: 100%;
        flex: 1;
        object-fit: cover
    }
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    width: calc(50% - 16px)
}

.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0
}

@media (min-width:600px) {

    .blocks-gallery-grid.columns-3 .blocks-gallery-image,
    .blocks-gallery-grid.columns-3 .blocks-gallery-item,
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc(33.33333% - 10.66667px);
        margin-right: 16px
    }

    .blocks-gallery-grid.columns-4 .blocks-gallery-image,
    .blocks-gallery-grid.columns-4 .blocks-gallery-item,
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc(25% - 12px);
        margin-right: 16px
    }

    .blocks-gallery-grid.columns-5 .blocks-gallery-image,
    .blocks-gallery-grid.columns-5 .blocks-gallery-item,
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc(20% - 12.8px);
        margin-right: 16px
    }

    .blocks-gallery-grid.columns-6 .blocks-gallery-image,
    .blocks-gallery-grid.columns-6 .blocks-gallery-item,
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc(16.66667% - 13.33333px);
        margin-right: 16px
    }

    .blocks-gallery-grid.columns-7 .blocks-gallery-image,
    .blocks-gallery-grid.columns-7 .blocks-gallery-item,
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc(14.28571% - 13.71429px);
        margin-right: 16px
    }

    .blocks-gallery-grid.columns-8 .blocks-gallery-image,
    .blocks-gallery-grid.columns-8 .blocks-gallery-item,
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc(12.5% - 14px);
        margin-right: 16px
    }

    .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
        margin-right: 0
    }

    .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    max-width: 290px;
    width: 100%
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
    padding: 20px 38px
}

.wp-block-image {
    margin-bottom: 1em
}

.wp-block-image img {
    max-width: 100%
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    width: 100%
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.is-resized {
    display: table
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.is-resized>figcaption {
    display: table-caption;
    caption-side: bottom
}

.wp-block-image .alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
    float: right;
    margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.is-style-circle-mask img,
.is-style-rounded img {
    border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .is-style-circle-mask img {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        border-radius: 0
    }
}

.wp-block-latest-comments__comment {
    font-size: 15px;
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 36px;
    list-style: none
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 52px
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: 14px;
    line-height: 1.8;
    margin: 5px 0 20px
}

.wp-block-latest-comments__comment-date {
    color: #8f98a1;
    display: block;
    font-size: 12px
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 24px;
    display: block;
    float: left;
    height: 40px;
    margin-right: 12px;
    width: 40px
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.wp-block-latest-posts.is-grid li {
    margin: 0 20px 20px 0;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - 20px)
    }

    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - 20px)
    }

    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - 20px)
    }

    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 20px)
    }

    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 20px)
    }
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    display: block;
    color: #6c7781;
    font-size: 13px
}

.wp-block-latest-posts__post-excerpt {
    margin-top: 8px;
    margin-bottom: 16px
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
    margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

.edit-post-visual-editor .wp-block-latest-posts.is-grid li {
    margin-bottom: 20px
}

.wp-block-media-text {
    /*!rtl:begin:ignore*/
    direction: ltr;
    /*!rtl:end:ignore*/
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% 1fr;
    grid-template-columns: 50% 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
    -ms-grid-columns: 1fr 50%;
    grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    -ms-grid-row-align: start;
    align-self: start
}

.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
    -ms-grid-row-align: center;
    align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
    -ms-grid-row-align: end;
    align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    /*!rtl:begin:ignore*/
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    padding: 0 8%;
    word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1
        /*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    /*!rtl:begin:ignore*/
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
        /*!rtl:end:ignore*/
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

.wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
    height: 100%;
    min-height: 250px;
    background-size: cover
}

.wp-block-media-text.is-image-fill figure.wp-block-media-text__media>img {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

@media (max-width:600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        -ms-grid-columns: 100% !important;
        grid-template-columns: 100% !important
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
    }

    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media,
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2
    }

    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
    }
}

.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color),
.wp-block-navigation .wp-block-navigation-link:not(.has-text-color) {
    color: #1e1e1e
}

.wp-block-navigation.is-style-light:not(.has-background) .wp-block-navigation__container,
.wp-block-navigation:not(.has-background) .wp-block-navigation__container {
    background-color: #fff
}

.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color) {
    color: #fff
}

.wp-block-navigation.is-style-dark:not(.has-background) .wp-block-navigation__container {
    background-color: #1e1e1e
}

.items-justified-left>ul {
    justify-content: flex-start
}

.items-justified-center>ul {
    justify-content: center
}

.items-justified-right>ul {
    justify-content: flex-end
}

.wp-block-navigation-link {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0
}

.wp-block-navigation-link .wp-block-navigation__container:empty {
    display: none
}

.wp-block-navigation__container {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap
}

.is-vertical .wp-block-navigation__container {
    display: block
}

.has-child .wp-block-navigation__container {
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: inherit;
    color: inherit;
    position: absolute;
    left: 0;
    top: 100%;
    width: fit-content;
    z-index: 1;
    opacity: 0;
    transition: opacity .1s linear;
    visibility: hidden
}

.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__content {
    flex-grow: 1
}

.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon {
    padding-right: 8px
}

@media (min-width:782px) {
    .has-child .wp-block-navigation__container {
        left: 24px
    }

    .has-child .wp-block-navigation__container .wp-block-navigation__container {
        left: 100%;
        top: -1px
    }

    .has-child .wp-block-navigation__container .wp-block-navigation__container:before {
        content: "";
        position: absolute;
        right: 100%;
        height: 100%;
        display: block;
        width: 8px;
        background: transparent
    }

    .has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg {
        transform: rotate(0)
    }
}

.has-child:hover {
    cursor: pointer
}

.has-child:hover>.wp-block-navigation__container {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column
}

.has-child:focus-within {
    cursor: pointer
}

.has-child:focus-within>.wp-block-navigation__container {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column
}

.wp-block-navigation-link__content {
    text-decoration: none;
    padding: 8px 16px
}

.wp-block-navigation-link__content+.wp-block-navigation-link__content {
    padding-top: 0
}

.has-text-color .wp-block-navigation-link__content {
    color: inherit
}

.wp-block-navigation-link__label {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    word-break: normal;
    overflow-wrap: break-word
}

.wp-block-navigation-link__submenu-icon {
    height: inherit;
    padding: 6px 16px
}

.wp-block-navigation-link__submenu-icon svg {
    fill: currentColor
}

@media (min-width:782px) {
    .wp-block-navigation-link__submenu-icon svg {
        transform: rotate(90deg)
    }
}

.is-small-text {
    font-size: 14px
}

.is-regular-text {
    font-size: 16px
}

.is-large-text {
    font-size: 36px
}

.is-larger-text {
    font-size: 48px
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

p.has-background {
    padding: 20px 38px
}

p.has-text-color a {
    color: inherit
}

.wp-block-post-author {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5
}

.wp-block-post-author__byline {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .5em
}

.wp-block-post-author__avatar {
    margin-right: 16px
}

.wp-block-post-author__bio {
    margin-bottom: 8px;
    font-size: .7em
}

.wp-block-post-author__content {
    flex-grow: 1;
    flex-basis: 0
}

.wp-block-post-author__name {
    font-weight: 700;
    margin: 0
}

.wp-block-pullquote {
    padding: 3em 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: 290px
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
    font-size: 20px
}

.wp-block-pullquote p {
    font-size: 28px;
    line-height: 1.6
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

.wp-block-pullquote:not(.is-style-solid-color) {
    background: none
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    margin: 0 0 16px;
    padding: 0 1em
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 24px;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    font-size: 18px;
    text-align: right
}

.wp-block-rss.alignleft {
    margin-right: 2em
}

.wp-block-rss.alignright {
    margin-left: 2em
}

.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.wp-block-rss.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%
}

@media (min-width:600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 16px)
    }

    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 16px)
    }

    .wp-block-rss.columns-4 li {
        width: calc(25% - 16px)
    }

    .wp-block-rss.columns-5 li {
        width: calc(20% - 16px)
    }

    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 16px)
    }
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    display: block;
    color: #6c7781;
    font-size: 13px
}

.wp-block-search {
    display: flex;
    flex-wrap: wrap
}

.wp-block-search .wp-block-search__label {
    width: 100%
}

.wp-block-search .wp-block-search__input {
    flex-grow: 1;
    max-width: 360px
}

.wp-block-search .wp-block-search__button {
    margin-left: 10px
}

.wp-block-separator.is-style-wide {
    border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
    background: none !important;
    border: none;
    text-align: center;
    max-width: none;
    line-height: 1;
    height: auto
}

.wp-block-separator.is-style-dots:before {
    content: "\00b7 \00b7 \00b7";
    color: currentColor;
    font-size: 20px;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif
}

.wp-block-social-links {
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0
}

.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
    text-decoration: none;
    border-bottom: 0;
    box-shadow: none
}

.wp-social-link {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    margin-right: 8px;
    transition: transform .1s ease
}

@media (prefers-reduced-motion:reduce) {
    .wp-social-link {
        transition-duration: 0s
    }
}

.wp-social-link a {
    padding: 6px;
    display: block;
    line-height: 0;
    transition: transform .1s ease
}

.wp-social-link a,
.wp-social-link a:active,
.wp-social-link a:hover,
.wp-social-link a:visited,
.wp-social-link svg {
    color: currentColor;
    fill: currentColor
}

.wp-social-link:hover {
    transform: scale(1.1)
}

.wp-block-social-links.aligncenter {
    justify-content: center;
    display: flex
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1778f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #fe4500;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: red;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none;
    padding: 4px
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
    width: 28px;
    height: 28px
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #fe4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
    padding-left: 16px;
    padding-right: 16px
}

.wp-block-spacer {
    clear: both
}

p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: .75
}

.wp-block-table {
    overflow-x: auto
}

.wp-block-table table {
    width: 100%
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
    word-break: break-word
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
    word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    border-color: transparent
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 16px;
    padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%
}

.wp-block-video {
    margin-left: 0;
    margin-right: 0
}

.wp-block-video video {
    max-width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-video [poster] {
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

:root .editor-styles-wrapper .has-pale-pink-background-color,
:root .has-pale-pink-background-color {
    background-color: #f78da7
}

:root .editor-styles-wrapper .has-vivid-red-background-color,
:root .has-vivid-red-background-color {
    background-color: #cf2e2e
}

:root .editor-styles-wrapper .has-luminous-vivid-orange-background-color,
:root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

:root .editor-styles-wrapper .has-luminous-vivid-amber-background-color,
:root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

:root .editor-styles-wrapper .has-light-green-cyan-background-color,
:root .has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

:root .editor-styles-wrapper .has-vivid-green-cyan-background-color,
:root .has-vivid-green-cyan-background-color {
    background-color: #00d084
}

:root .editor-styles-wrapper .has-pale-cyan-blue-background-color,
:root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

:root .editor-styles-wrapper .has-vivid-cyan-blue-background-color,
:root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

:root .editor-styles-wrapper .has-vivid-purple-background-color,
:root .has-vivid-purple-background-color {
    background-color: #9b51e0
}

:root .editor-styles-wrapper .has-white-background-color,
:root .has-white-background-color {
    background-color: #fff
}

:root .editor-styles-wrapper .has-very-light-gray-background-color,
:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .editor-styles-wrapper .has-cyan-bluish-gray-background-color,
:root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

:root .editor-styles-wrapper .has-very-dark-gray-background-color,
:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .editor-styles-wrapper .has-black-background-color,
:root .has-black-background-color {
    background-color: #000
}

:root .editor-styles-wrapper .has-pale-pink-color,
:root .has-pale-pink-color {
    color: #f78da7
}

:root .editor-styles-wrapper .has-vivid-red-color,
:root .has-vivid-red-color {
    color: #cf2e2e
}

:root .editor-styles-wrapper .has-luminous-vivid-orange-color,
:root .has-luminous-vivid-orange-color {
    color: #ff6900
}

:root .editor-styles-wrapper .has-luminous-vivid-amber-color,
:root .has-luminous-vivid-amber-color {
    color: #fcb900
}

:root .editor-styles-wrapper .has-light-green-cyan-color,
:root .has-light-green-cyan-color {
    color: #7bdcb5
}

:root .editor-styles-wrapper .has-vivid-green-cyan-color,
:root .has-vivid-green-cyan-color {
    color: #00d084
}

:root .editor-styles-wrapper .has-pale-cyan-blue-color,
:root .has-pale-cyan-blue-color {
    color: #8ed1fc
}

:root .editor-styles-wrapper .has-vivid-cyan-blue-color,
:root .has-vivid-cyan-blue-color {
    color: #0693e3
}

:root .editor-styles-wrapper .has-vivid-purple-color,
:root .has-vivid-purple-color {
    color: #9b51e0
}

:root .editor-styles-wrapper .has-white-color,
:root .has-white-color {
    color: #fff
}

:root .editor-styles-wrapper .has-very-light-gray-color,
:root .has-very-light-gray-color {
    color: #eee
}

:root .editor-styles-wrapper .has-cyan-bluish-gray-color,
:root .has-cyan-bluish-gray-color {
    color: #abb8c3
}

:root .editor-styles-wrapper .has-very-dark-gray-color,
:root .has-very-dark-gray-color {
    color: #313131
}

:root .editor-styles-wrapper .has-black-color,
:root .has-black-color {
    color: #000
}

:root .editor-styles-wrapper .has-vivid-cyan-blue-to-vivid-purple-gradient-background,
:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: linear-gradient(135deg, #0693e3, #9b51e0)
}

:root .editor-styles-wrapper .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background,
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .editor-styles-wrapper .has-light-green-cyan-to-vivid-green-cyan-gradient-background,
:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: linear-gradient(135deg, #7adcb4, #00d082)
}

:root .editor-styles-wrapper .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background,
:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: linear-gradient(135deg, #fcb900, #ff6900)
}

:root .editor-styles-wrapper .has-luminous-vivid-orange-to-vivid-red-gradient-background,
:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: linear-gradient(135deg, #ff6900, #cf2e2e)
}

:root .editor-styles-wrapper .has-very-light-gray-to-cyan-bluish-gray-gradient-background,
:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: linear-gradient(135deg, #eee, #a9b8c3)
}

:root .editor-styles-wrapper .has-cool-to-warm-spectrum-gradient-background,
:root .has-cool-to-warm-spectrum-gradient-background {
    background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c)
}

:root .editor-styles-wrapper .has-blush-light-purple-gradient-background,
:root .has-blush-light-purple-gradient-background {
    background: linear-gradient(135deg, #ffceec, #9896f0)
}

:root .editor-styles-wrapper .has-blush-bordeaux-gradient-background,
:root .has-blush-bordeaux-gradient-background {
    background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e)
}

:root .editor-styles-wrapper .has-purple-crush-gradient-background,
:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .editor-styles-wrapper .has-luminous-dusk-gradient-background,
:root .has-luminous-dusk-gradient-background {
    background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0)
}

:root .editor-styles-wrapper .has-hazy-dawn-gradient-background,
:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .editor-styles-wrapper .has-pale-ocean-gradient-background,
:root .has-pale-ocean-gradient-background {
    background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5)
}

:root .editor-styles-wrapper .has-electric-grass-gradient-background,
:root .has-electric-grass-gradient-background {
    background: linear-gradient(135deg, #caf880, #71ce7e)
}

:root .editor-styles-wrapper .has-subdued-olive-gradient-background,
:root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .editor-styles-wrapper .has-atomic-cream-gradient-background,
:root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .editor-styles-wrapper .has-nightshade-gradient-background,
:root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .editor-styles-wrapper .has-midnight-gradient-background,
:root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381, #2874fc)
}

:root .editor-styles-wrapper .has-link-color a,
:root .has-link-color a {
    color: #00e;
    color: var(--wp--style--color--link, #00e)
}

.editor-styles-wrapper .has-small-font-size,
.has-small-font-size {
    font-size: 13px
}

.editor-styles-wrapper .has-normal-font-size,
.editor-styles-wrapper .has-regular-font-size,
.has-normal-font-size,
.has-regular-font-size {
    font-size: 16px
}

.editor-styles-wrapper .has-medium-font-size,
.has-medium-font-size {
    font-size: 20px
}

.editor-styles-wrapper .has-large-font-size,
.has-large-font-size {
    font-size: 36px
}

.editor-styles-wrapper .has-huge-font-size,
.editor-styles-wrapper .has-larger-font-size,
.has-huge-font-size,
.has-larger-font-size {
    font-size: 42px
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.gyan-recent-posts-tiny ul {
    margin: 0;
    padding: 0;
    border: none
}

.gyan-recent-posts-tiny li {
    list-style: none;
    border: none;
    float: none;
    clear: both;
    display: block;
    line-height: 22px
}

.gyan-recent-posts-tiny ul li a img {
    max-width: 100px;
    float: left;
    width: 100px;
    height: 70px;
    margin: 6px 15px 0 0;
    image-rendering: optimizeQuality;
    border-radius: 3px
}

.gyan-recent-posts-tiny ul li {
    padding: 15px 0 15px 0;
    height: auto;
    clear: both;
    background: 0 0;
    margin: 0
}

.gyan-recent-posts-tiny ul li:first-child {
    padding-top: 0
}

.gyan-recent-posts-tiny ul li i {
    margin: 0;
    font-weight: 400
}

.gyan-recent-posts-tiny ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.gyan-recent-posts-tiny ul li a {
    text-decoration: none
}

.gyan-recent-posts-tiny-title {
    line-height: 24px;
    margin: 0;
    padding: 0 0 2px 0;
    text-decoration: none
}

.gyan-recent-posts-tiny-content p span {
    padding-right: 10px;
    display: inline-block;
    font-size: 90%
}

.gyan-recent-posts-tiny p {
    padding: 0;
    margin: 0
}

.gyan-recent-posts-tiny-content {
    overflow: hidden;
    width: calc(100% - 115px)
}

a.gyan-recent-posts-tiny-icon {
    width: 74px;
    height: 74px;
    float: left;
    display: inline-block;
    margin-right: 15px;
    text-align: center;
    font-size: 22px;
    border-radius: 10px
}

a.gyan-recent-posts-tiny-icon i {
    line-height: 77px
}

.gyan-recent-posts-tiny-content p span i {
    margin-right: 7px
}

.gyan-recent-posts-tiny-content p {
    overflow: hidden;
    margin-top: -3px;
    opacity: .6
}

.footer .gyan-recent-posts-tiny ul li {
    padding-bottom: 20px
}

.sidebar .gyan-recent-posts-tiny-title,
.swm-sizepanel .gyan-recent-posts-tiny-title {
    font-weight: 500
}

.sidebar .gyan-recent-posts-tiny ul li,
.swm-sizepanel .gyan-recent-posts-tiny ul li {
    padding-bottom: 20px;
    font-weight: 500
}

.sidebar .gyan-recent-posts-tiny ul li:last-child,
.swm-sizepanel .gyan-recent-posts-tiny ul li:last-child {
    padding-bottom: 0
}

.gyan_rcp_chevron .gyan-recent-posts-tiny-content {
    width: 100%
}

.swm-widget-content .gyan_rcp_chevron ul li {
    padding-left: 19px;
    position: relative
}

.gyan_rcp_chevron ul li:before {
    content: "\f105";
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    left: 0;
    margin-right: 0;
    position: absolute;
    top: 0;
    font-size: 14px;
    margin-top: 0 !important
}

.sidebar .gyan-recent-posts-tiny ul li {
    padding-top: 0
}

.sidebar .gyan-recent-posts-tiny ul li:first-child {
    padding-top: 6px
}

.sidebar .gyan-recent-posts-tiny-content p {
    opacity: .8
}

.sidebar .gyan_rcp_chevron ul li:first-child {
    padding-top: 0
}

.footer .gyan_rcp_chevron ul li {
    padding-top: 0;
    padding-left: 17px
}

.footer .gyan_rcp_chevron ul li:before {
    top: 1px
}

.gyan-sm-wid-icons ul {
    padding: 0;
    margin: 0;
    display: block;
    text-align: center
}

.gyan-sm-wid-icons ul li,
.sidebar .gyan-sm-wid-icons ul li,
.swm-sidepanel .gyan-sm-wid-icons ul li {
    display: inline-block;
    margin: 0 7px 7px 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    opacity: 1;
    overflow: hidden;
    line-height: 0;
    float: left
}

.gyan-sm-wid-icons ul li a {
    display: inline-block;
    border-radius: 0;
    overflow: hidden;
    text-align: center
}

.gyan-sm-wid-icons ul li:hover {
    opacity: .9
}

.gyan-sm-wid-icons ul li.ic-round,
.gyan-sm-wid-icons ul li.ic-round a {
    border-radius: 4px
}

.gyan-sm-wid-icons ul li.ic-circle,
.gyan-sm-wid-icons ul li.ic-circle a {
    border-radius: 100px
}

.gyan-sm-wid-icons ul li.ic-small a {
    width: 24px;
    height: 24px
}

.gyan-sm-wid-icons ul li.ic-small i {
    font-size: 12px;
    line-height: 24px
}

.gyan-sm-wid-icons ul li.ic-medium a {
    width: 35px;
    height: 35px
}

.gyan-sm-wid-icons ul li.ic-medium i {
    font-size: 14px;
    line-height: 36px;
    margin: 0
}

.gyan-sm-wid-icons ul li.ic-large a {
    width: 40px;
    height: 40px
}

.gyan-sm-wid-icons ul li.ic-large i {
    font-size: 18px;
    line-height: 40px
}

.gyan-sm-wid-icons ul li.ic-xlarge a {
    width: 50px;
    height: 50px
}

.gyan-sm-wid-icons ul li.ic-xlarge i {
    font-size: 22px;
    line-height: 50px
}

.gyan-wid-logo-img {
    margin-bottom: 32px
}

.footer .gyan-sm-wid-i-no-bg ul li {
    padding: 0;
    margin: 0
}

.gyan-sm-wid-i-no-bg ul li.ic-large a,
.gyan-sm-wid-i-no-bg ul li.ic-medium a,
.gyan-sm-wid-i-no-bg ul li.ic-small a,
.gyan-sm-wid-i-no-bg ul li.ic-xlarge a {
    text-align: left;
    width: auto;
    height: auto;
    margin: 0 20px 5px 0;
    padding: 0
}

.footer .gyan-cinfo-wid-icons ul li,
.sidebar .gyan-cinfo-wid-icons ul li,
.swm-sidepanel .gyan-cinfo-wid-icons ul li {
    padding-left: 32px
}

.swm-container .gyan-cinfo-wid-icons ul li {
    list-style: none
}

.swm-container .gyan-cinfo-wid-icons ul li:first-child {
    padding-top: 0
}

.gyan-cinfo-wid-icons ul li:before {
    font-family: 'Font Awesome 5 Free';
    left: 0;
    margin-right: 8px;
    position: absolute;
    width: 15px;
    text-align: center;
    font-weight: 900
}

.gyan-cinfo-wid-icons ul li.gyan-cinfo-phone:before {
    content: "\f095";
    margin-top: 2px;
    transform: scaleX(-1)
}

.fa-flip-vertical {
    transform: scaleY(-1)
}

.gyan-cinfo-wid-icons ul li.gyan-cinfo-email:before {
    content: "\f0e0";
    margin-top: 2px
}

.gyan-cinfo-wid-icons ul li.gyan-cinfo-time:before {
    content: "\f017"
}

.gyan-cinfo-wid-icons ul li.gyan-cinfo-address:before {
    content: "\f3c5"
}

.swm-site-content .elementor-widget-wp-widget-gyan_contact h5,
.swm-site-content .elementor-widget-wp-widget-gyan_recent_posts_large_wid h5,
.swm-site-content .elementor-widget-wp-widget-gyan_recent_posts_wid h5,
.swm-site-content .elementor-widget-wp-widget-gyan_social h5 {
    margin-bottom: 20px
}

.gyan_useful_links_widget ul {
    width: 100%;
    display: block;
    margin: 0
}

.gyan_useful_links_widget ul li {
    width: 50%;
    padding-right: 5px;
    float: left
}

.footer .gyan_useful_links_widget ul li,
.sidebar .gyan_useful_links_widget ul li,
.swm-sidepanel .gyan_useful_links_widget ul li {
    padding-right: 5px
}

@media only screen and (max-width:480px) {
    .gyan-useful-res-mobile-1col.gyan_useful_links_widget ul li {
        width: 100%
    }

    .footer .gyan_useful_links_widget.gyan-useful-res-mobile-1col ul li,
    .sidebar .gyan_useful_links_widget.gyan-useful-res-mobile-1col ul li,
    .swm-sidepanel .gyan_useful_links_widget.gyan-useful-res-mobile-1col ul li {
        padding-right: 0
    }
}

.gyan-posts-slider-widget .owl-next,
.gyan-posts-slider-widget .owl-prev {
    position: absolute;
    bottom: 1px;
    border: 0;
    outline: 0;
    text-align: center;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    transition: all .3s ease-in-out;
    border-radius: 100%;
    padding: 0;
    margin: 0;
    background: 0 0
}

.owl-nav .owl-next:before,
.owl-nav .owl-prev:before {
    content: '\f104';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    font-size: 19px
}

.owl-nav .owl-next:before {
    content: '\f105'
}

.gyan-posts-slider-widget .owl-dots {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 32px 0 5px 0
}

.gyan-posts-slider-widget .owl-dot {
    width: 12px;
    height: 12px;
    margin: 4px;
    background: 0 0;
    border-radius: 100%;
    outline: 0;
    cursor: pointer;
    transition: all .25s ease-in-out;
    border: 4px solid #c7c7c7
}

.gyan-posts-slider-widget .owl-next {
    right: 0
}

.gyan-posts-slider-widget .owl-prev {
    left: 0
}

.gyan-posts-slider-widget-wrap:hover .owl-next,
.gyan-posts-slider-widget-wrap:hover .owl-prev {
    opacity: 1;
    background: 0 0
}

.gyan-posts-slider-widget-title {
    font-size: 18px
}

.gyan-posts-slider-widget img {
    border-radius: 3px;
    margin-bottom: 10px
}

.gyan-posts-slider-widget-meta {
    font-size: 13px
}

.rs-p-wp-fix {
    display: none !important;
    margin: 0 !important;
    height: 0 !important
}

.wp-block-themepunch-revslider {
    position: relative
}

#debungcontrolls {
    z-index: 100000;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, .6);
    padding: 10px;
    box-sizing: border-box
}

rs-debug {
    z-index: 100000;
    position: fixed;
    top: 0;
    width: 300px;
    height: 300px;
    background: rgba(0, 0, 0, .6);
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
    font-size: 10px;
    line-height: 13px;
    overflow: scroll
}

rs-modal {
    position: fixed !important;
    z-index: 9999999 !important;
    pointer-events: none !important
}

rs-modal.rs-modal-auto {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto
}

rs-modal.rs-modal-fullwidth,
rs-modal.rs-modal-fullscreen {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

rs-modal rs-fullwidth-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

rs-module-wrap.rs-modal {
    display: none;
    max-height: 100% !important;
    overflow: auto !important;
    pointer-events: auto !important
}

rs-module-wrap.hideallscrollbars.rs-modal {
    overflow: hidden !important;
    max-width: 100% !important
}

rs-modal-cover {
    width: 100%;
    height: 100%;
    z-index: 0;
    background: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    pointer-events: auto
}

body>rs-modal-cover {
    position: fixed;
    z-index: 9999995 !important
}

rs-sbg-px {
    pointer-events: none
}

.rs-forcehidden * {
    visibility: hidden !important
}

.rs_splitted_lines {
    display: block;
    white-space: nowrap !important
}

.debugtimeline {
    width: 100%;
    height: 10px;
    position: relative;
    display: block;
    margin-bottom: 3px;
    display: none;
    white-space: nowrap;
    box-sizing: border-box
}

.debugtimeline:hover {
    height: 15px
}

.the_timeline_tester {
    background: #e74c3c;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0
}

.rs-go-fullscreen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 9999999 !important;
    background: #fff
}

.debugtimeline.tl_slide .the_timeline_tester {
    background: #f39c12
}

.debugtimeline.tl_frame .the_timeline_tester {
    background: #3498db
}

.debugtimline_txt {
    color: #fff;
    font-weight: 400;
    font-size: 7px;
    position: absolute;
    left: 10px;
    top: 0;
    white-space: nowrap;
    line-height: 10px
}

.rtl {
    direction: rtl
}

@font-face {
    font-family: 'revicons';
    src: url(../eot/revicons90c6.eot?5510888);
    src: url(/fonts/revicons.eot?5510888#iefix) format('embedded-opentype'), url(/fonts/revicons.woff?5510888) format('woff'), url(/fonts/revicons.ttf?5510888) format('truetype'), url(/fonts/revicons.svg?5510888#revicons) format('svg');
    font-weight: 400;
    font-style: normal
}

[class^=revicon-]:before,
[class*=" revicon-"]:before {
    font-family: "revicons";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em
}

rs-module i[class^=fa-],
rs-module i[class*=" fa-"],
.rb-modal-wrapper i[class^=fa-],
.rb-modal-wrapper i[class*=" fa-"],
#waitaminute i[class^=fa-],
#waitaminute i[class*=" fa-"],
#objectlibrary i[class^=fa-],
#objectlibrary i[class*=" fa-"],
#rs_overview i[class^=fa-],
#rs_overview i[class*=" fa-"],
#rs_overview_menu i[class^=fa-],
#rs_overview_menu i[class*=" fa-"],
#builderView i[class^=fa-],
#builderView i[class*=" fa-"] {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

rs-module [class^=fa-]:before,
rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^=fa-]:before,
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^=fa-]:before,
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^=fa-]:before,
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^=fa-]:before,
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^=fa-]:before,
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^=fa-]:before,
#builderView [class*=" fa-"]:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: auto;
    margin-right: 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    margin-left: 0
}

rs-module .sr-only,
#objectlibrary .sr-only,
#waitaminute .sr-only,
#rs_overview .sr-only,
#rs_overview_menu .sr-only,
.rb-modal-wrapper .sr-only,
#builderView .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

rs-module .sr-only-focusable:active,
rs-module .sr-only-focusable:focus,
#waitaminute .sr-only-focusable:active,
#waitaminute .sr-only-focusable:focus,
#objectlibrary .sr-only-focusable:active,
#objectlibrary .sr-only-focusable:focus,
#rs_overview .sr-only-focusable:active,
#rs_overview .sr-only-focusable:focus,
#rs_overview_menu .sr-only-focusable:active,
#rs_overview_menu .sr-only-focusable:focus,
.rb-modal-wrapper .sr-only-focusable:active,
.rb-modal-wrapper .sr-only-focusable:focus,
#builderView .sr-only-focusable:active,
#builderView .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.revicon-search-1:before {
    content: '\e802'
}

.revicon-pencil-1:before {
    content: '\e831'
}

.revicon-picture-1:before {
    content: '\e803'
}

.revicon-cancel:before {
    content: '\e80a'
}

.revicon-info-circled:before {
    content: '\e80f'
}

.revicon-trash:before {
    content: '\e801'
}

.revicon-left-dir:before {
    content: '\e817'
}

.revicon-right-dir:before {
    content: '\e818'
}

.revicon-down-open:before {
    content: '\e83b'
}

.revicon-left-open:before {
    content: '\e819'
}

.revicon-right-open:before {
    content: '\e81a'
}

.revicon-angle-left:before {
    content: '\e820'
}

.revicon-angle-right:before {
    content: '\e81d'
}

.revicon-left-big:before {
    content: '\e81f'
}

.revicon-right-big:before {
    content: '\e81e'
}

.revicon-magic:before {
    content: '\e807'
}

.revicon-picture:before {
    content: '\e800'
}

.revicon-export:before {
    content: '\e80b'
}

.revicon-cog:before {
    content: '\e832'
}

.revicon-login:before {
    content: '\e833'
}

.revicon-logout:before {
    content: '\e834'
}

.revicon-video:before {
    content: '\e805'
}

.revicon-arrow-combo:before {
    content: '\e827'
}

.revicon-left-open-1:before {
    content: '\e82a'
}

.revicon-right-open-1:before {
    content: '\e82b'
}

.revicon-left-open-mini:before {
    content: '\e822'
}

.revicon-right-open-mini:before {
    content: '\e823'
}

.revicon-left-open-big:before {
    content: '\e824'
}

.revicon-right-open-big:before {
    content: '\e825'
}

.revicon-left:before {
    content: '\e836'
}

.revicon-right:before {
    content: '\e826'
}

.revicon-ccw:before {
    content: '\e808'
}

.revicon-arrows-ccw:before {
    content: '\e806'
}

.revicon-palette:before {
    content: '\e829'
}

.revicon-list-add:before {
    content: '\e80c'
}

.revicon-doc:before {
    content: '\e809'
}

.revicon-left-open-outline:before {
    content: '\e82e'
}

.revicon-left-open-2:before {
    content: '\e82c'
}

.revicon-right-open-outline:before {
    content: '\e82f'
}

.revicon-right-open-2:before {
    content: '\e82d'
}

.revicon-equalizer:before {
    content: '\e83a'
}

.revicon-layers-alt:before {
    content: '\e804'
}

.revicon-popup:before {
    content: '\e828'
}

.tp-fullwidth-forcer {
    z-index: 0;
    pointer-events: none
}

rs-module-wrap {
    visibility: hidden
}

rs-module-wrap,
rs-module-wrap * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

rs-module-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    display: block
}

.rs-fixedscrollon rs-module-wrap {
    position: fixed !important;
    top: 0 !important;
    z-index: 1000;
    left: 0 !important
}

.rs-stickyscrollon rs-module-wrap {
    position: sticky !important;
    top: 0;
    z-index: 1000
}

.rs-stickyscrollon {
    overflow: visible !important
}

rs-fw-forcer {
    display: block;
    width: 100%;
    pointer-events: none
}

rs-module {
    position: relative;
    overflow: hidden;
    display: block
}

rs-module.disableVerticalScroll {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

rs-pzimg-wrap,
rs-sbg-effectwrap,
rs-sbg {
    display: block;
    pointer-events: none
}

rs-sbg-effectwrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

rs-sbg-px,
rs-sbg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block
}

a.rs-layer,
a.rs-layer:-webkit-any-link {
    text-decoration: none
}

a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important
}

.entry-content rs-module a,
rs-module a {
    box-shadow: none
}

.rs-ov-hidden {
    overflow: hidden !important
}

.rs-forceoverflow,
.rs-forceoverflow rs-module-wrap,
.rs-forceoverflow rs-module,
.rs-forceoverflow rs-slides,
.rs-forceoverflow rs-slide {
    overflow: visible !important
}

.tp-simpleresponsive img,
rs-module img {
    max-width: none !important;
    transition: none;
    margin: 0;
    padding: 0;
    border: none
}

rs-module .no-slides-text {
    font-weight: 700;
    text-align: center;
    padding-top: 80px
}

rs-slides,
rs-slide,
rs-slide:before {
    position: absolute;
    text-indent: 0em;
    top: 0;
    left: 0
}

rs-slide,
rs-slide:before {
    display: block;
    visibility: hidden
}

.rs-layer .rs-untoggled-content {
    display: block
}

.rs-layer .rs-toggled-content {
    display: none
}

.rs-tc-active.rs-layer .rs-toggled-content {
    display: block
}

.rs-tc-active.rs-layer .rs-untoggled-content {
    display: none
}

.rs-layer-video {
    overflow: hidden
}

rs-module rs-layer,
rs-module .rs-layer {
    opacity: 0;
    position: relative;
    visibility: hidden;
    white-space: nowrap;
    display: block;
    -webkit-font-smoothing: antialiased !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-osx-font-smoothing: grayscale;
    z-index: 1
}

rs-layer-wrap,
rs-mask,
rs-module-wrap,
rs-module .rs-layer,
rs-module img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}

rs-module rs-mask-wrap .rs-layer,
rs-module rs-mask-wrap *:last-child,
.wpb_text_column rs-module rs-mask-wrap .rs-layer,
.wpb_text_column rs-module rs-mask-wrap *:last-child {
    margin-bottom: 0
}

.rs-svg svg {
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: top
}

rs-layer:not(.rs-wtbindex),
.rs-layer:not(.rs-wtbindex),
rs-alyer *:not(.rs-wtbindex),
.rs-layer *:not(.rs-wtbindex) {
    outline: none !important
}

rs-carousel-wrap {
    cursor: url(//bizix.premiumthemes.in/wp-content/plugins/revslider/public/asse/css/openhand.cur), move
}

rs-carousel-wrap.dragged {
    cursor: url(//bizix.premiumthemes.in/wp-content/plugins/revslider/public/asse/css/closedhand.cur), move
}

rs-carousel-wrap.noswipe {
    cursor: default
}

rs-carousel-wrap {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

rs-carousel-space {
    clear: both;
    display: block;
    width: 100%;
    height: 0;
    position: relative
}

.tp_inner_padding {
    box-sizing: border-box;
    max-height: none !important
}

.rs-layer.rs-selectable {
    -moz-user-select: all;
    -khtml-user-select: all;
    -webkit-user-select: all;
    -o-user-select: all
}

rs-px-mask {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

rs-module embed,
rs-module iframe,
rs-module object,
rs-module audio,
rs-module video {
    max-width: none !important;
    border: none
}

rs-bg-elem {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
    pointer-events: none
}

.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    transform: scaleX(0) scaleY(0)
}

rs-zone {
    position: absolute;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    min-height: 50px;
    font-size: 0px;
    pointer-events: none
}

rs-row-wrap,
rs-column,
rs-cbg-mask-wrap {
    display: block;
    visibility: hidden
}

rs-layer-wrap,
rs-parallax-wrap,
rs-loop-wrap,
rs-mask-wrap {
    display: block
}

rs-column-wrap>rs-loop-wrap {
    z-index: 1
}

rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap {
    transform-style: flat
}

.safarifix rs-layer-wrap {
    perspective: 1000000
}

@-moz-document url-prefix() {

    rs-layer-wrap,
    rs-mask-wrap,
    rs-cbg-mask-wrap {
        perspective: none
    }
}

rs-mask-wrap {
    overflow: hidden
}

rs-fullwidth-wrap {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
    max-width: none !important
}

.rev_row_zone_top {
    top: 0
}

.rev_row_zone_bottom {
    bottom: 0
}

rs-column-wrap .rs-parallax-wrap {
    vertical-align: top
}

.rs-layer img,
rs-layer img {
    vertical-align: top
}

rs-row,
rs-row.rs-layer {
    display: table;
    position: relative;
    width: 100% !important;
    table-layout: fixed;
    box-sizing: border-box;
    vertical-align: top;
    height: auto;
    font-size: 0px
}

rs-column-wrap {
    display: table-cell;
    position: relative;
    vertical-align: top;
    height: auto;
    box-sizing: border-box;
    font-size: 0px
}

rs-column {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100% !important;
    height: auto !important;
    white-space: normal !important
}

rs-cbg-mask-wrap {
    position: absolute;
    z-index: 0;
    box-sizing: border-box
}

rs-column-wrap rs-cbg-mask-wrap {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

rs-column-bg {
    position: absolute;
    z-index: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%
}

.rs-pelock * {
    pointer-events: none !important
}

rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap {
    text-align: inherit
}

rs-column rs-mask-wrap {
    display: inline-block
}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    line-height: 0
}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap,
rs-column .rev_layer_in_column {
    vertical-align: top
}

.rev_break_columns {
    display: block !important
}

.rev_break_columns rs-column-wrap.rs-parallax-wrap {
    display: block !important;
    width: 100% !important
}

.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,
.tp-forcenotvisible,
.tp-hide-revslider,
rs-row-wrap.rs-layer-hidden,
rs-column-wrap.rs-layer-hidden,
.rs-layer.rs-layer-hidden,
.rs-layer-audio.rs-layer-hidden,
.rs-parallax-wrap.rs-layer-hidden {
    visibility: hidden !important;
    display: none !important
}

rs-layer.rs-nointeraction,
.rs-layer.rs-nointeraction {
    pointer-events: none !important
}

rs-static-layers {
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none
}

rs-static-layers.rs-stl-back {
    z-index: 0
}

.rs-layer rs-fcr {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-top: 40px solid #00a8ff;
    position: absolute;
    right: 100%;
    top: 0
}

.rs-layer rs-fcrt {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 40px solid #00a8ff;
    position: absolute;
    right: 100%;
    top: 0
}

.rs-layer rs-bcr {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00a8ff;
    position: absolute;
    left: 100%;
    top: 0
}

.rs-layer rs-bcrt {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00a8ff;
    position: absolute;
    left: 100%;
    top: 0
}

.tp-layer-inner-rotation {
    position: relative !important
}

img.tp-slider-alternative-image {
    width: 100%;
    height: auto
}

.noFilterClass {
    filter: none !important
}

rs-bgvideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block
}

.rs-layer.coverscreenvideo {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.rs-layer.rs-fsv {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.rs-layer.rs-fsv audio,
.rs-layer.rs-fsv video,
.rs-layer.rs-fsv iframe,
.rs-layer.rs-fsv iframe audio,
.rs-layer.rs-fsv iframe video {
    width: 100%;
    height: 100%;
    display: none
}

.fullcoveredvideo audio,
.rs-fsv audio .fullcoveredvideo video,
.rs-fsv video {
    background: #000
}

.fullcoveredvideo rs-poster {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.videoisplaying .html5vid rs-poster {
    display: none
}

.tp-video-play-button {
    background: #000;
    background: rgba(0, 0, 0, .3);
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 3;
    margin-top: -25px;
    margin-left: -25px;
    line-height: 50px !important;
    text-align: center;
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    z-index: 4;
    opacity: 0;
    transition: opacity .3s ease-out !important
}

.rs-audio .tp-video-play-button {
    display: none !important
}

.rs-layer .html5vid {
    width: 100% !important;
    height: 100% !important
}

.tp-video-play-button i {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center !important;
    vertical-align: top;
    line-height: 50px !important;
    font-size: 30px !important
}

.rs-layer:hover .tp-video-play-button {
    opacity: 1;
    display: block
}

.rs-layer .tp-revstop {
    display: none;
    width: 15px;
    border-right: 5px solid #fff !important;
    border-left: 5px solid #fff !important;
    transform: translateX(50%) translateY(50%);
    height: 20px;
    margin-left: 11px !important;
    margin-top: 5px !important
}

.videoisplaying .revicon-right-dir {
    display: none
}

.videoisplaying .tp-revstop {
    display: block
}

.videoisplaying .tp-video-play-button {
    display: none
}

.fullcoveredvideo .tp-video-play-button {
    display: none !important
}

.rs-fsv .rs-fsv audio {
    object-fit: contain !important
}

.rs-fsv .rs-fsv video {
    object-fit: contain !important
}

.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button {
    display: none
}

@supports not (-ms-high-contrast:none) {
    .rs-fsv .fullcoveredvideo audio {
        object-fit: cover !important
    }

    .rs-fsv .fullcoveredvideo video {
        object-fit: cover !important
    }
}

.rs-fullvideo-cover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: 0 0;
    z-index: 5
}

.rs-nolc .tp-video-play-button,
rs-bgvideo video::-webkit-media-controls-start-playback-button,
rs-bgvideo video::-webkit-media-controls,
rs-bgvideo audio::-webkit-media-controls {
    display: none !important
}

.rs-audio .tp-video-controls {
    opacity: 1 !important;
    visibility: visible !important
}

rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer,
rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer {
    margin: 0;
    padding: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0
}

rs-module h1.rs-layer:before,
rs-module h2.rs-layer:before,
rs-module h3.rs-layer:before,
rs-module h4.rs-layer:before,
rs-module h5.rs-layer:before,
rs-module h6.rs-layer:before {
    content: none
}

rs-dotted {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: block;
    pointer-events: none
}

rs-sbg-wrap rs-dotted {
    z-index: 31
}

rs-dotted.twoxtwo {
    background: url(//bizix.premiumthemes.in/wp-content/plugins/revslider/public/asse/css/../assets/gridtile.png)
}

rs-dotted.twoxtwowhite {
    background: url(//bizix.premiumthemes.in/wp-content/plugins/revslider/public/asse/css/../assets/gridtile_white.png)
}

rs-dotted.threexthree {
    background: url(//bizix.premiumthemes.in/wp-content/plugins/revslider/public/asse/css/../assets/gridtile_3x3.png)
}

rs-dotted.threexthreewhite {
    background: url(//bizix.premiumthemes.in/wp-content/plugins/revslider/public/asse/css/../assets/gridtile_3x3_white.png)
}

.tp-shadowcover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    position: absolute;
    z-index: -1
}

.tp-shadow1 {
    box-shadow: 0 10px 6px -6px rgba(0, 0, 0, .8)
}

.tp-shadow2:before,
.tp-shadow2:after,
.tp-shadow3:before,
.tp-shadow4:after {
    z-index: -2;
    position: absolute;
    content: "";
    bottom: 10px;
    left: 10px;
    width: 50%;
    top: 85%;
    max-width: 300px;
    background: 0 0;
    box-shadow: 0 15px 10px rgba(0, 0, 0, .8);
    transform: rotate(-3deg)
}

.tp-shadow2:after,
.tp-shadow4:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto
}

.tp-shadow5 {
    position: relative;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset
}

.tp-shadow5:before,
.tp-shadow5:after {
    content: "";
    position: absolute;
    z-index: -2;
    box-shadow: 0 0 25px 0px rgba(0, 0, 0, .6);
    top: 30%;
    bottom: 0;
    left: 20px;
    right: 20px;
    border-radius: 100px/20px
}

.rev-btn,
.rev-btn:visited {
    outline: none !important;
    box-shadow: none;
    text-decoration: none !important;
    box-sizing: border-box;
    cursor: pointer
}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited {
    text-transform: uppercase
}

.rev-btn i {
    font-size: inherit;
    font-weight: 400;
    position: relative;
    top: 0;
    transition: opacity .2s ease-out, margin .2s ease-out;
    margin-left: 0;
    line-height: inherit
}

.rev-btn.rev-hiddenicon i {
    font-size: inherit;
    font-weight: 400;
    position: relative;
    top: 0;
    transition: opacity .2s ease-out, margin .2s ease-out;
    opacity: 0;
    margin-left: 0 !important;
    width: 0 !important
}

.rev-btn.rev-hiddenicon:hover i {
    opacity: 1 !important;
    margin-left: 10px !important;
    width: auto !important
}

.rev-burger {
    position: relative;
    box-sizing: border-box;
    padding: 22px 14px;
    border-radius: 50%;
    border: 1px solid rgba(51, 51, 51, .25);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    cursor: pointer
}

.rev-burger span {
    display: block;
    width: 30px;
    height: 3px;
    background: #333;
    transition: .7s;
    pointer-events: none;
    transform-style: flat !important
}

.rev-burger span:nth-child(2) {
    margin: 3px 0
}

.quick_style_example_wrap .rev-burger:hover :first-child,
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
    transform: translateY(6px) rotate(-45deg)
}

.quick_style_example_wrap .rev-burger:hover :nth-child(2),
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
    transform: rotate(-45deg);
    opacity: 0
}

.quick_style_example_wrap .rev-burger:hover :last-child,
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
    transform: translateY(-6px) rotate(-135deg)
}

.rev-burger.revb-white {
    border: 2px solid rgba(255, 255, 255, .2)
}

.rev-b-span-light span,
.rev-burger.revb-white span {
    background: #fff
}

.rev-burger.revb-whitenoborder {
    border: 0
}

.rev-burger.revb-whitenoborder span {
    background: #fff
}

.rev-burger.revb-darknoborder {
    border: 0
}

.rev-b-span-dark span,
.rev-burger.revb-darknoborder span {
    background: #333
}

.rev-burger.revb-whitefull {
    background: #fff;
    border: none
}

.rev-burger.revb-whitefull span {
    background: #333
}

.rev-burger.revb-darkfull {
    background: #333;
    border: none
}

.rev-burger.revb-darkfull span {
    background: #fff
}

@keyframes rev-ani-mouse {
    0% {
        opacity: 1;
        top: 29%
    }

    15% {
        opacity: 1;
        top: 70%
    }

    50% {
        opacity: 0;
        top: 70%
    }

    100% {
        opacity: 0;
        top: 29%
    }
}

.rev-scroll-btn {
    display: inline-block;
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    width: 35px;
    height: 55px;
    box-sizing: border-box;
    border: 3px solid #fff;
    border-radius: 23px
}

.rev-scroll-btn>* {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;
    color: #7f8c8d;
    color: #fff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px
}

.rev-scroll-btn>*:hover,
.rev-scroll-btn>*:focus,
.rev-scroll-btn>*.active {
    color: #fff
}

.rev-scroll-btn>*:hover,
.rev-scroll-btn>*:focus,
.rev-scroll-btn>*:active,
.rev-scroll-btn>*.active {
    opacity: .8
}

.rev-scroll-btn.revs-fullwhite {
    background: #fff
}

.rev-scroll-btn.revs-fullwhite span {
    background: #333
}

.rev-scroll-btn.revs-fulldark {
    background: #333;
    border: none
}

.rev-scroll-btn.revs-fulldark span {
    background: #fff
}

.rev-scroll-btn span {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    border-radius: 50%;
    animation: rev-ani-mouse 2.5s linear infinite;
    background: #fff
}

.rev-scroll-btn.rev-b-span-dark {
    border-color: #333
}

.rev-scroll-btn.rev-b-span-dark span,
.rev-scroll-btn.revs-dark span {
    background: #333
}

.rev-control-btn {
    position: relative;
    display: inline-block;
    z-index: 5;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    font-weight: 400;
    font-style: normal;
    font-family: Raleway;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    border-radius: 50px;
    text-shadow: none;
    background-color: rgba(0, 0, 0, .5);
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    cursor: pointer
}

.rev-cbutton-dark-sr {
    border-radius: 3px
}

.rev-cbutton-light {
    color: #333;
    background-color: rgba(255, 255, 255, .75)
}

.rev-cbutton-light-sr {
    color: #333;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, .75)
}

.rev-sbutton {
    line-height: 37px;
    width: 37px;
    height: 37px
}

.rev-sbutton-blue {
    background-color: #3b5998
}

.rev-sbutton-lightblue {
    background-color: #00a0d1
}

.rev-sbutton-red {
    background-color: #dd4b39
}

rs-progress {
    visibility: hidden;
    position: absolute;
    z-index: 200;
    width: 100%;
    height: 100%
}

rs-progress-bar,
.rs-progress-bar {
    display: block;
    z-index: 20;
    box-sizing: border-box;
    background-clip: content-box;
    position: absolute;
    vertical-align: top;
    line-height: 0;
    width: 100%;
    height: 100%
}

rs-progress-bgs {
    display: block;
    z-index: 15;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0
}

rs-progress-bg {
    display: block;
    background-clip: content-box;
    position: absolute;
    width: 100%;
    height: 100%
}

rs-progress-gap {
    display: block;
    background-clip: content-box;
    position: absolute;
    width: 100%;
    height: 100%
}

rs-progress-vis {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.rs-layer img {
    background: 0 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
    zoom: 1
}

.rs-layer.slidelink {
    cursor: pointer;
    width: 100%;
    height: 100%
}

.rs-layer.slidelink a {
    width: 100%;
    height: 100%;
    display: block
}

.rs-layer.slidelink a div {
    width: 3000px;
    height: 1500px;
    background: url(//bizix.premiumthemes.in/wp-content/plugins/revslider/public/asse/css/../assets/coloredbg.png) repeat
}

.rs-layer.slidelink a span {
    background: url(//bizix.premiumthemes.in/wp-content/plugins/revslider/public/asse/css/../assets/coloredbg.png) repeat;
    width: 100%;
    height: 100%;
    display: block
}

.rs-layer .rs-starring {
    display: inline-block
}

.rs-layer .rs-starring .star-rating {
    float: none;
    display: inline-block;
    vertical-align: top;
    color: #ffc321 !important
}

.rs-layer .rs-starring .star-rating,
.rs-layer .rs-starring-page .star-rating {
    position: relative;
    height: 1em;
    width: 5.4em;
    font-family: star;
    font-size: 1em !important
}

.rs-layer .rs-starring .star-rating:before,
.rs-layer .rs-starring-page .star-rating:before {
    content: "\73\73\73\73\73";
    color: #e0dadf;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.rs-layer .rs-starring .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    font-size: 1em !important
}

.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0
}

rs-loader {
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute
}

rs-loader.off {
    display: none !important
}

rs-loader.spinner0 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    background-image: url(//bizix.premiumthemes.in/wp-content/plugins/revslider/public/asse/css/../assets/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
    margin-top: -20px;
    margin-left: -20px;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px
}

rs-loader.spinner1 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
    margin-top: -20px;
    margin-left: -20px;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px
}

rs-loader.spinner5 {
    background-image: url(//bizix.premiumthemes.in/wp-content/plugins/revslider/public/asse/css/../assets/loader.gif);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-color: #fff;
    margin: -22px;
    width: 44px;
    height: 44px;
    border-radius: 3px
}

@keyframes tp-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

rs-loader.spinner2 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background-color: red;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
    border-radius: 100%;
    animation: tp-scaleout 1s infinite ease-in-out
}

@keyframes tp-scaleout {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1);
        opacity: 0
    }
}

rs-loader.spinner3 {
    margin: -9px 0 0 -35px;
    width: 70px;
    text-align: center
}

rs-loader.spinner3 .bounce1,
rs-loader.spinner3 .bounce2,
rs-loader.spinner3 .bounce3 {
    width: 18px;
    height: 18px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
    border-radius: 100%;
    display: inline-block;
    animation: tp-bouncedelay 1.4s infinite ease-in-out;
    animation-fill-mode: both
}

rs-loader.spinner3 .bounce1 {
    animation-delay: -.32s
}

rs-loader.spinner3 .bounce2 {
    animation-delay: -.16s
}

@keyframes tp-bouncedelay {

    0%,
    80%,
    100% {
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}

rs-loader.spinner4 {
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    animation: tp-rotate 2s infinite linear
}

rs-loader.spinner4 .dot1,
rs-loader.spinner4 .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    animation: tp-bounce 2s infinite ease-in-out;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15)
}

rs-loader.spinner4 .dot2 {
    top: auto;
    bottom: 0;
    animation-delay: -1s
}

@keyframes tp-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes tp-bounce {

    0%,
    100% {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }
}

rs-layer iframe {
    visibility: hidden
}

rs-layer.rs-ii-o iframe {
    visibility: visible
}

rs-layer input[type=text],
rs-layer input[type=email],
rs-layer input[type=url],
rs-layer input[type=password],
rs-layer input[type=search],
rs-layer input[type=number],
rs-layer input[type=tel],
rs-layer input[type=range],
rs-layer input[type=date],
rs-layer input[type=month],
rs-layer input[type=week],
rs-layer input[type=time],
rs-layer input[type=datetime],
rs-layer input[type=datetime-local] {
    display: inline-block
}

rs-layer input::placeholder {
    vertical-align: middle;
    line-height: inherit !important
}

a.rs-layer {
    transition: none
}

rs-thumbs-wrap,
rs-tabs-wrap,
rs-thumbs,
rs-thumb,
rs-tab,
rs-bullet,
rs-bullets,
rs-navmask,
rs-tabs,
rs-arrow {
    display: block
}

.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar {
    border: none;
    min-height: 0;
    margin: 0;
    border-radius: 0
}

.tp-tabs,
.tp-thumbs,
.tp-bullets {
    position: absolute;
    display: block;
    z-index: 1000;
    top: 0;
    left: 0
}

.tp-tab,
.tp-thumb {
    cursor: pointer;
    position: absolute;
    opacity: .5;
    box-sizing: border-box
}

.tp-arr-imgholder,
rs-poster,
.tp-thumb-image,
.tp-tab-image {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

rs-poster {
    cursor: pointer;
    z-index: 3
}

.tp-tab:hover,
.tp-tab.selected,
.tp-thumb:hover,
.tp-thumb.selected {
    opacity: 1
}

.tp-tab-mask,
.tp-thumb-mask {
    box-sizing: border-box !important
}

.tp-tabs,
.tp-thumbs {
    box-sizing: content-box !important
}

.tp-bullet {
    width: 15px;
    height: 15px;
    position: absolute;
    background: #fff;
    background: rgba(255, 255, 255, .3);
    cursor: pointer
}

.tp-bullet.selected,
.tp-bullet:hover {
    background: #fff
}

.tparrows {
    cursor: pointer;
    background: #000;
    background: rgba(0, 0, 0, .5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000
}

.tparrows:hover {
    background: #000
}

.tparrows:before {
    font-family: "revicons";
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center
}

.tparrows.tp-leftarrow:before {
    content: '\e824'
}

.tparrows.tp-rightarrow:before {
    content: '\e825'
}

.rs-layer [class^=pe-7s-]:before,
.rs-layer [class*=" pe-7s-"]:before {
    width: auto;
    margin: 0;
    line-height: inherit;
    box-sizing: inherit
}

rs-pzimg-wrap {
    display: block
}

body.rtl .rs-pzimg {
    left: 0 !important
}

.dddwrappershadow {
    box-shadow: 0 45px 100px rgba(0, 0, 0, .4)
}

.dddwrapper {
    transform-style: flat;
    perspective: 10000px
}

.rs_error_message_box {
    background: #111;
    width: 800px;
    margin: 40px auto;
    padding: 40px 20px;
    text-align: center;
    font-family: "Open Sans", sans-serif
}

.rs_error_message_oops {
    margin: 0 0 20px;
    line-height: 60px;
    font-size: 34px;
    color: #fff
}

.rs_error_message_content {
    margin: 0 0 20px;
    line-height: 25px;
    font-size: 17px;
    color: #fff
}

.rs_error_message_button {
    color: #fff !important;
    background: #333;
    display: inline-block;
    padding: 10px 15px;
    text-align: right;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none !important
}

.rs_error_message_button:hover {
    background: #5e35b1
}

.hglayerinfo {
    position: fixed;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    background: rgba(0, 0, 0, .75);
    padding: 5px 10px;
    z-index: 2000;
    white-space: normal
}

.hginfo {
    position: absolute;
    top: -2px;
    left: -2px;
    color: #e74c3c;
    font-size: 12px;
    font-weight: 600;
    background: #000;
    padding: 2px 5px
}

.indebugmode .rs-layer:hover {
    border: 1px dashed #c0392b !important
}

.helpgrid {
    border: 2px dashed #c0392b;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

#revsliderlogloglog {
    padding: 15px;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    height: 150px;
    background: rgba(0, 0, 0, .7);
    z-index: 100000;
    font-size: 10px;
    overflow: scroll
}

.aden {
    filter: hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)
}

.aden:after {
    background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
    mix-blend-mode: darken
}

.perpetua:after,
.reyes:after {
    mix-blend-mode: soft-light;
    opacity: .5
}

.inkwell {
    filter: sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)
}

.perpetua:after {
    background: linear-gradient(to bottom, #005b9a, #e6c13d)
}

.reyes {
    filter: sepia(.22) brightness(1.1) contrast(.85) saturate(.75)
}

.reyes:after {
    background: #efcdad
}

.gingham {
    filter: brightness(1.05) hue-rotate(-10deg)
}

.gingham:after {
    background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
    mix-blend-mode: darken
}

.toaster {
    filter: contrast(1.5) brightness(.9)
}

.toaster:after {
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen
}

.walden {
    filter: brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)
}

.walden:after {
    background: #04c;
    mix-blend-mode: screen;
    opacity: .3
}

.hudson {
    filter: brightness(1.2) contrast(.9) saturate(1.1)
}

.hudson:after {
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5
}

.earlybird {
    filter: contrast(.9) sepia(.2)
}

.earlybird:after {
    background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
    mix-blend-mode: overlay
}

.mayfair {
    filter: contrast(1.1) saturate(1.1)
}

.mayfair:after {
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, .8), rgba(255, 200, 200, .6), #111 60%);
    mix-blend-mode: overlay;
    opacity: .4
}

.lofi {
    filter: saturate(1.1) contrast(1.5)
}

.lofi:after {
    background: radial-gradient(circle, transparent 70%, #222 150%);
    mix-blend-mode: multiply
}

._1977 {
    filter: contrast(1.1) brightness(1.1) saturate(1.3)
}

._1977:after {
    background: rgba(243, 106, 188, .3);
    mix-blend-mode: screen
}

.brooklyn {
    filter: contrast(.9) brightness(1.1)
}

.brooklyn:after {
    background: radial-gradient(circle, rgba(168, 223, 193, .4) 70%, #c4b7c8);
    mix-blend-mode: overlay
}

.xpro2 {
    filter: sepia(.3)
}

.xpro2:after {
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, .6) 110%);
    mix-blend-mode: color-burn
}

.nashville {
    filter: sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)
}

.nashville:after {
    background: rgba(0, 70, 150, .4);
    mix-blend-mode: lighten
}

.nashville:before {
    background: rgba(247, 176, 153, .56);
    mix-blend-mode: darken
}

.lark {
    filter: contrast(.9)
}

.lark:after {
    background: rgba(242, 242, 242, .8);
    mix-blend-mode: darken
}

.lark:before {
    background: #22253f;
    mix-blend-mode: color-dodge
}

.moon {
    filter: grayscale(1) contrast(1.1) brightness(1.1)
}

.moon:before {
    background: #a0a0a0;
    mix-blend-mode: soft-light
}

.moon:after {
    background: #383838;
    mix-blend-mode: lighten
}

.clarendon {
    filter: contrast(1.2) saturate(1.35)
}

.clarendon:before {
    background: rgba(127, 187, 227, .2);
    mix-blend-mode: overlay
}

.willow {
    filter: grayscale(.5) contrast(.95) brightness(.9)
}

.willow:before {
    background-color: radial-gradient(40%, circle, #d4a9af 55%, #000 150%);
    mix-blend-mode: overlay
}

.willow:after {
    background-color: #d8cdcb;
    mix-blend-mode: color
}

.rise {
    filter: brightness(1.05) sepia(.2) contrast(.9) saturate(.9)
}

.rise:after {
    background: radial-gradient(circle, rgba(232, 197, 152, .8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6
}

.rise:before {
    background: radial-gradient(circle, rgba(236, 205, 169, .15) 55%, rgba(50, 30, 7, .4));
    mix-blend-mode: multiply
}

._1977:after,
._1977:before,
rs-pzimg-wrap.aden:after,
.aden:before,
.brooklyn:after,
.brooklyn:before,
.clarendon:after,
.clarendon:before,
.earlybird:after,
.earlybird:before,
.gingham:after,
.gingham:before,
.hudson:after,
.hudson:before,
.inkwell:after,
.inkwell:before,
.lark:after,
.lark:before,
.lofi:after,
.lofi:before,
.mayfair:after,
.mayfair:before,
.moon:after,
.moon:before,
.nashville:after,
.nashville:before,
.perpetua:after,
.perpetua:before,
.reyes:after,
.reyes:before,
.rise:after,
.rise:before,
.slumber:after,
.slumber:before,
.toaster:after,
.toaster:before,
.walden:after,
.walden:before,
.willow:after,
.willow:before,
.xpro2:after,
.xpro2:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none
}

._1977,
.aden,
.brooklyn,
.clarendon,
.earlybird,
.gingham,
.hudson,
.inkwell,
.lark,
.lofi,
.mayfair,
.moon,
.nashville,
.perpetua,
.reyes,
.rise,
.slumber,
.toaster,
.walden,
.willow,
.xpro2 {
    position: relative
}

._1977 img,
.aden img,
.brooklyn img,
.clarendon img,
.earlybird img,
.gingham img,
.hudson img,
.inkwell img,
.lark img,
.lofi img,
.mayfair img,
.moon img,
.nashville img,
.perpetua img,
.reyes img,
.rise img,
.slumber img,
.toaster img,
.walden img,
.willow img,
.xpro2 img {
    width: 100%;
    z-index: 1
}

._1977:before,
.aden:before,
.brooklyn:before,
.clarendon:before,
.earlybird:before,
.gingham:before,
.hudson:before,
.inkwell:before,
.lark:before,
.lofi:before,
.mayfair:before,
.moon:before,
.nashville:before,
.perpetua:before,
.reyes:before,
.rise:before,
.slumber:before,
.toaster:before,
.walden:before,
.willow:before,
.xpro2:before {
    z-index: 2
}

._1977:after,
.aden:after,
.brooklyn:after,
.clarendon:after,
.earlybird:after,
.gingham:after,
.hudson:after,
.inkwell:after,
.lark:after,
.lofi:after,
.mayfair:after,
.moon:after,
.nashville:after,
.perpetua:after,
.reyes:after,
.rise:after,
.slumber:after,
.toaster:after,
.walden:after,
.willow:after,
.xpro2:after {
    z-index: 3
}

.slumber {
    filter: saturate(.66) brightness(1.05)
}

.slumber:after {
    background: rgba(125, 105, 24, .5);
    mix-blend-mode: soft-light
}

.slumber:before {
    background: rgba(69, 41, 12, .4);
    mix-blend-mode: lighten
}

rs-pzimg-wrap.perpetua:before,
rs-pzimg-wrap.perpetua:after,
rs-pzimg-wrap.nashville:before,
rs-pzimg-wrap.nashville:after,
rs-pzimg-wrap.xpro2:before,
rs-pzimg-wrap.xpro2:after,
rs-pzimg-wrap._1977:after,
rs-pzimg-wrap._1977:before,
rs-pzimg-wrap.aden:after,
rs-pzimg-wrap.aden:before,
rs-pzimg-wrap.brooklyn:after,
rs-pzimg-wrap.brooklyn:before,
rs-pzimg-wrap.clarendon:after,
rs-pzimg-wrap.clarendon:before,
rs-pzimg-wrap.earlybird:after,
rs-pzimg-wrap.earlybird:before,
rs-pzimg-wrap.gingham:after,
rs-pzimg-wrap.gingham:before,
rs-pzimg-wrap.hudson:after,
rs-pzimg-wrap.hudson:before,
rs-pzimg-wrap.inkwell:after,
rs-pzimg-wrap.inkwell:before,
rs-pzimg-wrap.lark:after,
rs-pzimg-wrap.lark:before,
rs-pzimg-wrap.lofi:after,
rs-pzimg-wrap.lofi:before,
rs-pzimg-wrap.mayfair:after,
rs-pzimg-wrap.mayfair:before,
rs-pzimg-wrap.moon:after,
rs-pzimg-wrap.moon:before,
rs-pzimg-wrap.reyes:after,
rs-pzimg-wrap.reyes:before,
rs-pzimg-wrap.rise:after,
rs-pzimg-wrap.rise:before,
rs-pzimg-wrap.slumber:after,
rs-pzimg-wrap.slumber:before,
rs-pzimg-wrap.toaster:after,
rs-pzimg-wrap.toaster:before,
rs-pzimg-wrap.walden:after,
rs-pzimg-wrap.walden:before,
rs-pzimg-wrap.willow:after,
rs-pzimg-wrap.willow:before,
rs-pzimg-wrap:before,
rs-pzimg-wrap:after {
    height: 500%;
    width: 500%
}

rs-loader.spinner6 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner6 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    -webkit-animation: rs-revealer-6 1.4s linear infinite;
    animation: rs-revealer-6 1.4s linear infinite
}

rs-loader.spinner6 .rs-spinner-inner span {
    position: absolute;
    vertical-align: top;
    border-radius: 100%;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 16px;
    transform-origin: center 20px;
    -webkit-transform-origin: center 20px
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(2) {
    transform: rotate(36deg);
    -webkit-transform: rotate(36deg);
    opacity: .1
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(3) {
    transform: rotate(72deg);
    -webkit-transform: rotate(72deg);
    opacity: .2
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(4) {
    transform: rotate(108deg);
    -webkit-transform: rotate(108deg);
    opacity: .3
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(5) {
    transform: rotate(144deg);
    -webkit-transform: rotate(144deg);
    opacity: .4
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(6) {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    opacity: .5
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(7) {
    transform: rotate(216deg);
    -webkit-transform: rotate(216deg);
    opacity: .6
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(8) {
    transform: rotate(252deg);
    -webkit-transform: rotate(252deg);
    opacity: .7
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(9) {
    transform: rotate(288deg);
    -webkit-transform: rotate(288deg);
    opacity: .8
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(10) {
    transform: rotate(324deg);
    -webkit-transform: rotate(324deg);
    opacity: .9
}

@keyframes rs-revealer-6 {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rs-revealer-6 {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

rs-loader.spinner7 {
    width: 35px;
    height: 35px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner7 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 0;
    border-radius: 100%;
    border: 2px solid;
    -webkit-animation: rs-revealer-7 .8s linear infinite;
    animation: rs-revealer-7 .8s linear infinite
}

@keyframes rs-revealer-7 {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rs-revealer-7 {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

rs-loader.spinner8 {
    width: 50px;
    height: 50px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner8 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 0;
    text-align: left
}

rs-loader.spinner8 .rs-spinner-inner span {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -webkit-animation: rs-revealer-8 1.6s linear infinite;
    animation: rs-revealer-8 1.6s linear infinite
}

rs-loader.spinner8 .rs-spinner-inner span:last-child {
    animation-delay: -.8s;
    -webkit-animation-delay: -.8s
}

@keyframes rs-revealer-8 {
    0% {
        transform: scale(0, 0);
        opacity: .5
    }

    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

@-webkit-keyframes rs-revealer-8 {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0
    }
}

rs-loader.spinner9 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner9 .rs-spinner-inner span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: rs-revealer-9 2s infinite ease-in-out;
    animation: rs-revealer-9 2s infinite ease-in-out
}

rs-loader.spinner9 .rs-spinner-inner span:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes rs-revealer-9 {

    0%,
    100% {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes rs-revealer-9 {

    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

rs-loader.spinner10 {
    width: 54px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner10 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 10px
}

rs-loader.spinner10 .rs-spinner-inner span {
    display: block;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: rs-revealer-10 1.2s infinite ease-in-out;
    animation: rs-revealer-10 1.2s infinite ease-in-out
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(2) {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(3) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(4) {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(5) {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

@-webkit-keyframes rs-revealer-10 {

    0%,
    100%,
    40% {
        -webkit-transform: scaleY(.4)
    }

    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes rs-revealer-10 {

    0%,
    100%,
    40% {
        transform: scaleY(.4);
        -webkit-transform: scaleY(.4)
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

rs-loader.spinner11 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner11 .rs-spinner-inner {
    width: 100%;
    height: 100%
}

rs-loader.spinner11 .rs-spinner-inner span {
    display: block;
    width: 33%;
    height: 33%;
    background-color: #333;
    float: left;
    -webkit-animation: rs-revealer-11 1.3s infinite ease-in-out;
    animation: rs-revealer-11 1.3s infinite ease-in-out
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(4) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(5) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(6) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(7) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(8) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(9) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

@-webkit-keyframes rs-revealer-11 {

    0%,
    100%,
    70% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

@keyframes rs-revealer-11 {

    0%,
    100%,
    70% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

rs-loader.spinner12 {
    width: 35px;
    height: 35px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner12 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    -webkit-animation: rs-revealer-12 1s infinite linear;
    animation: rs-revealer-12 1s infinite linear
}

@-webkit-keyframes rs-revealer-12 {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rs-revealer-12 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

rs-loader.spinner13 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner13 .rs-spinner-inner {
    width: 100%;
    height: 100%
}

rs-loader.spinner13 .rs-spinner-inner span {
    display: block;
    width: 40%;
    height: 40%;
    position: absolute;
    border-radius: 50%;
    -webkit-animation: rs-revealer-13 2s ease infinite;
    animation: rs-revealer-13 2s ease infinite
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(1) {
    animation-delay: -1.5s;
    -webkit-animation-delay: -1.5s
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(2) {
    animation-delay: -1s;
    -webkit-animation-delay: -1s
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(3) {
    animation-delay: -.5s;
    -webkit-animation-delay: -.5s
}

@keyframes rs-revealer-13 {

    0%,
    100% {
        transform: translate(0)
    }

    25% {
        transform: translate(160%)
    }

    50% {
        transform: translate(160%, 160%)
    }

    75% {
        transform: translate(0, 160%)
    }
}

@-webkit-keyframes rs-revealer-13 {

    0%,
    100% {
        -webkit-transform: translate(0)
    }

    25% {
        -webkit-transform: translate(160%)
    }

    50% {
        -webkit-transform: translate(160%, 160%)
    }

    75% {
        -webkit-transform: translate(0, 160%)
    }
}

rs-loader.spinner14 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner14 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    animation: rs-revealer-14 1s infinite linear
}

rs-loader.spinner14 .rs-spinner-inner span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: -8px
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(1) {
    -webkit-animation: rs-revealer-14-1 2s infinite;
    animation: rs-revealer-14-1 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(2) {
    -webkit-animation: rs-revealer-14-2 2s infinite;
    animation: rs-revealer-14-2 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(3) {
    -webkit-animation: rs-revealer-14-3 2s infinite;
    animation: rs-revealer-14-3 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(4) {
    -webkit-animation: rs-revealer-14-4 2s infinite;
    animation: rs-revealer-14-4 2s infinite
}

@-webkit-keyframes rs-revealer-14-1 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, 80%, 0)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, 80%, 0)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@-webkit-keyframes rs-revealer-14-2 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, -80%, 0)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, -80%, 0)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@-webkit-keyframes rs-revealer-14-3 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, -80%, 0)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, -80%, 0)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@-webkit-keyframes rs-revealer-14-4 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, 80%, 0)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, 80%, 0)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@keyframes rs-revealer-14-1 {
    0% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, 80%, 0)
    }

    80% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, 80%, 0)
    }

    100% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@keyframes rs-revealer-14-2 {
    0% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, -80%, 0)
    }

    80% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, -80%, 0)
    }

    100% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@keyframes rs-revealer-14-3 {
    0% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, -80%, 0)
    }

    80% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, -80%, 0)
    }

    100% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@keyframes rs-revealer-14-4 {
    0% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, 80%, 0)
    }

    80% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, 80%, 0)
    }

    100% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

rs-loader.spinner15 {
    width: 40px;
    height: 40px;
    margin-top: -4px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner15 .rs-spinner-inner {
    width: 100%;
    height: 100%
}

rs-loader.spinner15 .rs-spinner-inner span {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: rs-revealer-15 1.8s infinite ease-in-out;
    animation: rs-revealer-15 1.8s infinite ease-in-out
}

rs-loader.spinner15 .rs-spinner-inner:last-child {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

@-webkit-keyframes rs-revealer-15 {
    25% {
        -webkit-transform: translateX(30px) rotate(-90deg) scale(.5)
    }

    50% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
    }

    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes rs-revealer-15 {
    25% {
        transform: translateX(30px) rotate(-90deg) scale(.5);
        -webkit-transform: translateX(30px) rotate(-90deg) scale(.5)
    }

    50% {
        transform: translateX(30px) translateY(30px) rotate(-179deg);
        -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg)
    }

    50.1% {
        transform: translateX(30px) translateY(30px) rotate(-180deg);
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg)
    }

    75% {
        transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg)
    }
}

.bgcanvas {
    display: none;
    position: absolute;
    overflow: hidden
}

#rs-demo-id {}

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

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

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

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

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adobe:before {
    content: "\f778"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-bahai:before {
    content: "\f666"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-box-tissue:before {
    content: "\f95b"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caravan:before {
    content: "\f8ff"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-alt:before {
    content: "\f422"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dailymotion:before {
    content: "\f952"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-disease:before {
    content: "\f7fa"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-alt:before {
    content: "\f424"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fan:before {
    content: "\f863"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-faucet:before {
    content: "\f905"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-firefox-browser:before {
    content: "\f907"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-medical:before {
    content: "\f95c"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-holding-water:before {
    content: "\f4c1"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-sparkles:before {
    content: "\f95d"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-hands-wash:before {
    content: "\f95e"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-handshake-alt-slash:before {
    content: "\f95f"
}

.fa-handshake-slash:before {
    content: "\f960"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-head-side-cough:before {
    content: "\f961"
}

.fa-head-side-cough-slash:before {
    content: "\f962"
}

.fa-head-side-mask:before {
    content: "\f963"
}

.fa-head-side-virus:before {
    content: "\f964"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hospital-user:before {
    content: "\f80d"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-house-user:before {
    content: "\f965"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-ideal:before {
    content: "\f913"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-instagram-square:before {
    content: "\f955"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-house:before {
    content: "\f966"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lungs:before {
    content: "\f604"
}

.fa-lungs-virus:before {
    content: "\f967"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microblog:before {
    content: "\f91a"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mixer:before {
    content: "\f956"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse:before {
    content: "\f8cc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-arrows:before {
    content: "\f968"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-square:before {
    content: "\f91e"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-plane-slash:before {
    content: "\f969"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pump-medical:before {
    content: "\f96a"
}

.fa-pump-soap:before {
    content: "\f96b"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-remove-format:before {
    content: "\f87d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-shield-virus:before {
    content: "\f96c"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopify:before {
    content: "\f957"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-soap:before {
    content: "\f96e"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-stopwatch-20:before {
    content: "\f96f"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-store-alt-slash:before {
    content: "\f970"
}

.fa-store-slash:before {
    content: "\f971"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toilet-paper-slash:before {
    content: "\f972"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-trailer:before {
    content: "\f941"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-unity:before {
    content: "\f949"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-virus:before {
    content: "\f974"
}

.fa-virus-slash:before {
    content: "\f975"
}

.fa-viruses:before {
    content: "\f976"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-water:before {
    content: "\f773"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-display: swap;
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(/fonts/fa-brands-400.eot);
    src: url(/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/fonts/fa-brands-400.woff2) format("woff2"), url(/fonts/fa-brands-400.woff) format("woff"), url(/fonts/fa-brands-400.ttf) format("truetype"), url(/fonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands"
}

@font-face {
    font-display: swap;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(/fonts/fa-regular-400.eot);
    src: url(/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/fonts/fa-regular-400.woff2) format("woff2"), url(/fonts/fa-regular-400.woff) format("woff"), url(/fonts/fa-regular-400.ttf) format("truetype"), url(/fonts/fa-regular-400.svg#fontawesome) format("svg")
}

.fab,
.far {
    font-weight: 400
}

@font-face {
    font-display: swap;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(/fonts/fa-solid-900.eot);
    src: url(/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/fonts/fa-solid-900.woff2) format("woff2"), url(/fonts/fa-solid-900.woff) format("woff"), url(/fonts/fa-solid-900.ttf) format("truetype"), url(/fonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free"
}

.fa,
.fas {
    font-weight: 900
}

@font-face {
    font-family: Flaticon;
    src: url(/fonts/flaticon.eot);
    src: url(/fonts/Flaticon.eot?#iefix) format("embedded-opentype"), url(/fonts/Flaticon.woff2) format("woff2"), url(/fonts/Flaticon.woff) format("woff"), url(/fonts/Flaticon.ttf) format("truetype"), url(/fonts/Flaticon.svg#Flaticon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: Flaticon;
        src: url(/fonts/Flaticon.svg#Flaticon) format("svg")
    }
}

[class*=" swm-fi-"]:after,
[class*=" swm-fi-"]:before,
[class^=swm-fi-]:after,
[class^=swm-fi-]:before {
    font-family: Flaticon
}

.swm-fi-search:before {
    content: "\f100"
}

.swm-fi-phone-call:before {
    content: "\f101"
}

.swm-fi-envelope:before {
    content: "\f102"
}

.swm-fi-placeholder:before {
    content: "\f103"
}

.swm-fi-house:before {
    content: "\f104"
}

.swm-fi-next:before {
    content: "\f105"
}

.swm-fi-next-1:before {
    content: "\f106"
}

.swm-fi-back:before {
    content: "\f107"
}

.swm-fi-like:before {
    content: "\f108"
}

.swm-fi-heart:before {
    content: "\f109"
}

.swm-fi-share:before {
    content: "\f10a"
}

.swm-fi-shopping-cart:before {
    content: "\f10b"
}

.swm-fi-avatar:before {
    content: "\f10c"
}

.swm-fi-edit:before {
    content: "\f10d"
}

.swm-fi-star:before {
    content: "\f10e"
}

.swm-fi-musical-note:before {
    content: "\f10f"
}

.swm-fi-link:before {
    content: "\f110"
}

.swm-fi-shopping-bag:before {
    content: "\f111"
}

.swm-fi-cancel:before {
    content: "\f112"
}

.swm-fi-chat:before {
    content: "\f113"
}

.swm-fi-chat-1:before {
    content: "\f114"
}

.swm-fi-monitor:before {
    content: "\f115"
}

a,
blockquote,
body,
caption,
dd,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
label,
legend,
li,
object,
ol,
p,
pre,
span,
tbody,
tfoot,
thead,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit
}

* {
    noFocusLine: expression(this.hideFocus=true);
    vertical-align: baseline;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

figure {
    margin: 0;
    padding: 0
}

figure figcaption {
    text-align: center
}

svg:not(:root) {
    overflow: hidden
}

address {
    font-style: normal
}

font {
    color: inherit !important;
    font: inherit !important;
    color: inherit !important
}

marquee {
    overflow: inherit !important;
    -moz-binding: none
}

blink {
    text-decoration: none
}

nobr {
    white-space: normal
}

sub,
sup {
    font-size: smaller;
    line-height: 0;
    position: relative
}

sup {
    vertical-align: super
}

sub {
    vertical-align: sub
}

small {
    font-size: smaller
}

del {
    text-decoration: line-through
}

embed,
iframe,
object,
video {
    max-width: 100%
}

nav ul {
    margin: 0;
    padding: 0
}

nav ul li {
    display: inline;
    list-style: none
}

aside nav ul li {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-rendering: optimizeLegibility;
    margin-bottom: 20px
}

p {
    -moz-osx-font-smoothing: grayscale;
    word-break: normal
}

@media print {
    * {
        background: 0 0 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    .ir a:after,
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,
    pre {
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

html {
    height: 100%;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    height: 100%;
    font-weight: 400;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-style: normal !important
}

.clear,
.clearall,
.clearfix {
    clear: both
}

.clear:after,
.clear:before,
.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clear:after,
.clearfix:after {
    clear: both
}

a:not(ul.swm-primary-navli.swm-mega-menu>ul>li:first-child) {
    text-decoration: none;
    transition: all .3s ease-out;
    max-width: 100%
}

.inline-link,
.inlineLink {
    display: inline-block;
    margin: 0 .2em;
    padding: 3px;
    border-radius: 2px;
    transition: all .3s ease-out;
    text-decoration: none;
    font-weight: 700;
    color: #fff
}

.swm-skin-color a,
.swm-skin-color1 a,
.swm-skin-color2 a {
    text-decoration: none
}

.bold,
b,
strong {
    font-weight: 700
}

.italic,
dfn,
em,
var {
    font-style: italic
}

.float-left,
.left {
    float: left
}

.float-right,
.right {
    float: right
}

.align-center,
.aligncenter,
.center,
.text-center {
    text-align: center !important
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto
}

.justify,
.text-justify {
    text-align: justify !important
}

.align-left,
.text-left {
    text-align: left !important
}

.align-right,
.text-right {
    text-align: right !important
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.uppercase {
    text-transform: uppercase
}

.lowercase {
    text-transform: lowercase
}

.capitalize {
    text-transform: capitalize
}

ol,
ul {
    margin-bottom: 20px
}

ul {
    list-style: none outside;
    margin-left: 7px
}

ol {
    list-style: decimal;
    margin-left: 20px
}

ul.square {
    list-style: square outside
}

ul.circle {
    list-style: circle outside
}

ul.disc {
    list-style: disc outside none
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin: 4px 0 5px 30px
}

ol ol li,
ol ul li,
ul ol li,
ul ul li {
    margin-bottom: 6px
}

ul.wp-block-categories.wp-block-categories-list.aligncenter li {
    list-style: none
}

ul.wp-block-archives.wp-block-archives-list li,
ul.wp-block-categories.wp-block-categories-list li,
ul.wp-block-latest-posts.has-dates li,
ul.wp-block-latest-posts.is-grid.columns-3 li {
    font-weight: 500;
    font-size: 105%
}

ul.wp-block-latest-posts.has-dates li time {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px
}

:link img,
:visited img,
a img,
img,
img a {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    image-rendering: auto
}

.round5,
.round5 img {
    border-radius: 5px
}

.round10,
.round10 img {
    border-radius: 10px
}

.round15,
.round15 img {
    border-radius: 15px
}

.round20,
.round20 img {
    border-radius: 20px
}

.round25,
.round25 img {
    border-radius: 25px
}

.alignleft {
    float: left;
    margin: 0 25px 25px 0
}

.alignright {
    float: right;
    margin: 20px 0 25px 25px
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    padding: 0;
    margin: 0 0 50px 0
}

td,
td img {
    vertical-align: top
}

table caption {
    padding: 0 0 20px 0;
    width: auto;
    font-size: 18px;
    font-weight: 700
}

th {
    font-weight: 500;
    text-align: left;
    padding: .5em 1em;
    border-style: solid;
    border-width: 1px;
    border-left: none;
    border-top: none
}

tr td:first-child,
tr th:first-child {
    border-left-style: solid;
    border-left-width: 1px
}

tr:first-child td,
tr:first-child th {
    border-top-style: solid;
    border-top-width: 1px
}

td {
    padding: .5em 1em;
    border-style: solid;
    border-width: 1px;
    border-top: none
}

dl {
    margin-bottom: 1.7em
}

dt {
    float: left;
    clear: left;
    width: 100px;
    text-align: left;
    font-weight: 500
}

dt:after {
    content: ""
}

dd {
    margin: 0 0 0 110px;
    padding: 0 0 .7em 0
}

.wp-block-table td,
.wp-block-table th {
    border-color: #e6e6e6
}

.swm-site-content blockquote,
blockquote {
    display: block;
    position: relative;
    padding: 20px 0 20px 25px;
    overflow: hidden;
    margin-bottom: 35px;
    border-left: 4px solid
}

.swm-site-content blockquote,
.swm-site-content blockquote p {
    font-size: 114%;
    line-height: 1.8
}

#comment-wrap blockquote p,
.swm-site-content blockquote p {
    z-index: 7;
    margin: 0
}

blockquote cite {
    margin: 10px 0 0;
    display: block;
    font-size: 16px
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    text-align: left
}

.swm-site-content blockquote.wp-block-quote.is-large,
.swm-site-content blockquote.wp-block-quote.is-style-large {
    padding: 20px 0 20px 35px;
    margin: 0 0 30px 0;
    font-style: normal
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large p {
    font-style: normal
}

q:before {
    content: "\201c"
}

q:after {
    content: "\201d"
}

q q:before {
    content: "\2018"
}

q q:after {
    content: "\2019"
}

q {
    quotes: "“""”""‘""’"
}

q:before {
    content: open-quote
}

q:after {
    content: close-quote
}

.comment-form textarea,
.footer .swm-list-widgets ul li:before,
.swm-css-transition,
.swm-css-transition a,
.swm-css-transition input,
.swm-pp-arrow,
.swm-pp-arrow i,
.swm-pp-view-all span,
.swm-pp-view-all span i,
.swm-primary-nav>li>a:before,
.swm-primary-nav>li>a>span:before,
.swm-sfooter-socials a i,
.swm-topbar-socials li a,
.swm-transition,
a.comment-reply-link i,
input,
textarea,
ul.gyan-post-share-icons-list li a i,
ul.swm-header-socials li a {
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all
}

pre {
    clear: both;
    width: 100%;
    overflow: auto;
    padding: 2em;
    line-height: 2em;
    font-size: 12px;
    font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
    margin-bottom: 40px;
    position: relative;
    left: 0;
    text-transform: none
}

code,
kbd,
samp {
    font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    border-bottom: 1px solid transparent;
    margin-bottom: 30px
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    width: 3em;
    margin: 30px 0
}

.wp-block-separator.is-style-dots,
.wp-block-separator:not(.is-style-dots) {
    margin: 30px 0
}

.wp-block-separator.is-style-dots:before {
    font-size: 1.6875em;
    letter-spacing: calc(2 * 1rem);
    padding-left: calc(2 * 1rem)
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity, border-color, box-shadow;
    -moz-transition-property: -moz-transform, opacity, border-color, box-shadow;
    -o-transition-property: top, left, opacity, border-color, box-shadow;
    transition-property: transform, opacity, border-color, box-shadow
}

.isotope .isotope-item.no-transition,
.isotope.no-transition,
.isotope.no-transition .isotope-item {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1
}

p {
    margin: 0 0 25px 0
}

p+h1,
p+h2,
p+h3,
p+h4,
p+h5,
p+h6 {
    margin-top: 1.5em
}

ul+h1,
ul+h2,
ul+h3,
ul+h4,
ul+h5,
ul+h6 {
    margin-top: 1.42em
}

ol+h1,
ol+h2,
ol+h3,
ol+h4,
ol+h5,
ol+h6 {
    margin-top: 1.42em
}

.gm-style .place-card-large {
    display: none;
    left: -2000px
}

button[disabled],
html input[disabled] {
    cursor: default
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    webkit-font-smoothing: antialiased
}

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

button,
select {
    text-transform: none
}

button,
input[type=file],
input[type=submit],
label {
    cursor: pointer
}

input,
textarea {
    font: 12px/20px;
    font: inherit;
    resize: none
}

input {
    line-height: normal
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

legend {
    border: 0;
    padding: 0
}

textarea {
    height: auto;
    min-height: 100px;
    width: 100%;
    max-width: 100%;
    -webkit-appearance: none
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset
}

:focus {
    outline: 0
}

input[type=submit] {
    height: auto;
    border: 0
}

form {
    margin-bottom: 20px
}

fieldset {
    margin-bottom: 20px
}

.input-text,
input[type=email],
input[type=input],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    padding: 12px 20px;
    margin: 0 0 20px 0;
    width: 220px;
    max-width: 100%;
    border: 1px solid #e6e6e6;
    background: 0 0;
    line-height: 25px;
    font-size: 90%
}

input.post_password {
    padding: 12px 20px
}

select {
    background: url(//bizix.premiumthemes.in/wp-content/themes/biz/css/../images/select.png) no-repeat right 16px
}

textarea {
    min-height: 80px;
    height: 230px;
    line-height: 1.5em;
    width: 100%
}

label {
    display: block
}

form.post-password-form label {
    display: inline-block;
    float: left;
    margin: 0 4px 10px 0
}

legend {
    display: block;
    font-weight: 400
}

.select option {
    padding: 0;
    margin: 0
}

.wp-audio-shortcode.mejs-audio,
form.post-password-form {
    margin-bottom: 40px
}

.swm-container ul li.post.pingback {
    padding: 0
}

.flex-container a:active,
.flex-container a:focus,
.flexslider a:active,
.flexslider a:focus {
    outline: 0
}

.flex-control-nav,
.flex-direction-nav,
.slides {
    margin: 0;
    padding: 0;
    list-style: none
}

.flexslider .slides {
    zoom: 1
}

.flexslider {
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 0;
    width: 100%
}

.flexslider .slides>li {
    display: none;
    padding: 0;
    margin: 0;
    background: 0 0;
    list-style: none;
    -webkit-backface-visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 100%;
    overflow: hidden
}

.flexslider .slides>li>a {
    padding: 0;
    margin: 0;
    font-size: 0
}

.flexslider .slides img {
    width: 100%;
    display: block
}

.flex-pauseplay span {
    text-transform: capitalize
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .slides {
    display: block
}

* html .slides {
    height: 1%
}

.no-js .slides>li:first-child {
    display: block
}

.flex-direction-nav a {
    display: block;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    font-size: 10px;
    text-decoration: none
}

ul.flex-direction-nav {
    padding: 0;
    margin: 0
}

ul.flex-direction-nav li {
    background: 0 0;
    padding: 0;
    margin: 0;
    list-style: none
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center
}

.flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    background: 0 0
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px
}

.swm-slider-box .flexslider .flex-control-nav li img {
    opacity: 1
}

.swm-slider-box {
    display: block
}

.swm-slider-box .flexslider {
    cursor: auto;
    height: 100%
}

.swm-slider-box .flex-control-nav {
    text-align: right;
    font-size: 0;
    right: 0;
    margin: 0 12px 12px 0;
    z-index: 100
}

.swm-slider-box .flexslider .flex-control-nav li {
    margin: 0 5px
}

.swm-slider-box .flexslider .flex-control-nav li a {
    width: 10px;
    height: 10px
}

.swm-slider-box .flex-direction-nav a {
    display: inline-block;
    margin: -18px 0 0 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    top: 50%;
    bottom: auto;
    z-index: 100;
    text-align: center;
    text-indent: 0
}

.swm-slider-box .flex-direction-nav a i {
    margin: 0;
    font-size: 14px;
    line-height: 34px
}

.swm-slider-box .flex-direction-nav a.flex-next i {
    margin-left: 2px
}

.swm-slider-box .flex-direction-nav a.flex-prev i {
    margin-left: -2px
}

.swm-slider-box .flex-direction-nav .flex-next,
.swm-slider-box .flex-direction-nav .flex-prev {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 100px
}

.swm-slider-box .flex-direction-nav .flex-next {
    right: 25px
}

.swm-slider-box .flex-direction-nav .flex-prev {
    left: 25px
}

.swm-row {
    margin: 0 -20px
}

.swm-column-gap {
    padding: 0 20px
}

.swm-column {
    display: block;
    float: left;
    min-height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    position: relative;
    z-index: 0
}

.swm-one-full,
.swm-row .swm-column1 {
    width: 100%
}

.swm-one-half,
.swm-row .swm-column2 {
    width: 50%
}

.swm-one-third,
.swm-row .swm-column3 {
    width: 33.3%
}

.swm-one-fourth,
.swm-row .swm-column4 {
    width: 25%
}

.swm-one-fifth,
.swm-row .swm-column5 {
    width: 20%
}

.swm-one-sixth,
.swm-row .swm-column6 {
    width: 16.66666666666666%
}

.swm-layout-sidebar-left .swm-row .swm-column2,
.swm-layout-sidebar-left .swm-row .swm-column3,
.swm-layout-sidebar-left .swm-row .swm-column4,
.swm-layout-sidebar-right .swm-row .swm-column2,
.swm-layout-sidebar-right .swm-row .swm-column3,
.swm-layout-sidebar-right .swm-row .swm-column4 {
    width: 50%
}

.swm-two-third {
    width: 66.6%
}

.swm-three-fourth {
    width: 75%
}

.swm-four-fifth {
    width: 80%
}

.swm-five-sixth {
    width: 83.3%
}

.swm-custom-two-third {
    width: 66.66666666666667%;
    margin-left: 0;
    float: left
}

.swm-column.sidebar,
.swm-column.swm-custom-two-third {
    margin-left: 0
}

.swm-layout-sidebar-right .swm-custom-two-third {
    float: left
}

.swm-layout-sidebar-left .swm-custom-two-third {
    float: right
}

.swm-layout-full-screen .swm-custom-two-third,
.swm-layout-full-width .swm-custom-two-third {
    margin: 0;
    float: none;
    width: 100%
}

#sidebar {
    display: block
}

.swm-layout-sidebar-right #sidebar {
    float: right
}

.swm-layout-sidebar-left #sidebar {
    float: left
}

.swm-layout-full-screen.swm-post-sidebar-page .swm-custom-two-third,
.swm-layout-full-width.swm-post-sidebar-page .swm-custom-two-third {
    width: 100%
}

.swm-no-gap-row {
    margin: 0
}

dd.wp-caption-text.gallery-caption {
    display: inline-block;
    font-size: 90%;
    line-height: 18px;
    padding: 10px 0;
    margin: 0 auto;
    text-align: center;
    clear: both
}

.gallery-item dt:after {
    content: ""
}

.gallery {
    margin: 30px 0
}

.gallery .gallery-item dt {
    width: auto;
    float: none
}

.gallery .gallery-item {
    padding: 0;
    width: auto;
    float: left;
    text-align: center
}

.gallery a,
.gallery a img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    position: relative;
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 3px
}

.gallery {
    margin: 0
}

dl.gallery-item {
    padding: 1%;
    margin: 0
}

dl.gallery-item img {
    width: 100%
}

.gallery-columns-1 dl.gallery-item {
    width: 100%;
    margin-bottom: 50px
}

.gallery-columns-2 dl.gallery-item {
    width: 50%;
    padding: 1.5%
}

.gallery-columns-3 dl.gallery-item {
    width: 33.29%;
    padding: 1.2%
}

.gallery-columns-4 dl.gallery-item {
    width: 24.95%;
    padding: 1.7%
}

.gallery-columns-5 dl.gallery-item {
    width: 20%;
    padding: .85%
}

.gallery-columns-6 dl.gallery-item {
    width: 16.65%;
    padding: .9%
}

.gallery-columns-7 dl.gallery-item {
    width: 14.1%;
    padding: .8%
}

.gallery-columns-8 dl.gallery-item {
    width: 12.4%;
    padding: .7%
}

.gallery-columns-9 dl.gallery-item {
    width: 11%;
    padding: .6%
}

.swm-img-gallery-masonry dl.gallery-item {
    padding: 2px
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.wp-block-categories,
.wp-block-latest-posts,
ul.wp-block-archives {
    padding: 0;
    list-style-type: none;
    margin-bottom: 30px
}

.wp-block-categories ul,
.wp-block-latest-posts ul,
ul.wp-block-archives ul {
    padding: 0;
    list-style-type: none
}

.wp-block-categories li,
.wp-block-latest-posts li,
ul.wp-block-archives li {
    font-size: calc(18px * 1.125);
    font-weight: 600;
    line-height: 1.2;
    padding-top: .5rem;
    margin-bottom: .5rem
}

.wp-block-categories li.menu-item-has-children,
.wp-block-categories li:last-child,
.wp-block-latest-posts li.menu-item-has-children,
.wp-block-latest-posts li:last-child,
ul.wp-block-archives li.menu-item-has-children,
ul.wp-block-archives li:last-child {
    padding-bottom: 0
}

.wp-block-categories li a,
.wp-block-latest-posts li a,
ul.wp-block-archives li a {
    text-decoration: none
}

.wp-block-categories li ul,
.wp-block-latest-posts li ul,
ul.wp-block-archives li ul {
    padding-left: 1rem
}

.wp-block-categories ul {
    padding-top: .75rem
}

.wp-block-categories ul ul {
    counter-reset: submenu
}

.wp-block-categories ul ul>li>a::before {
    font-weight: 400;
    content: "– "counters(submenu, "– ", none);
    counter-increment: submenu
}

.wp-block-categories li ul {
    list-style: none;
    padding-left: 0;
    margin: 0
}

.wp-block-categories>li>ul>li {
    list-style: circle
}

.wp-block-latest-posts.is-grid li {
    padding-top: .5rem;
    margin-bottom: .5rem
}

.wp-block-latest-posts.is-grid li a:after {
    content: ''
}

.wp-block-latest-posts.is-grid li:last-child {
    margin-bottom: auto
}

.wp-block-latest-posts.is-grid li:last-child a:after {
    content: ''
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    list-style: disc outside none;
    margin-left: 1em
}

.rev_slider {
    overflow-x: hidden
}

div.wpcf7 select {
    background: 0 0
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    opacity: 1
}

body.transparentHeader .swm-all-header-wrapper {
    width: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    display: block
}

body.swm-l-boxed .swm-topbar-main-container {
    overflow: hidden;
    z-index: 1
}

.swm-topbar {
    display: block;
    position: relative;
    padding: 0;
    line-height: 40px;
    border-bottom-style: solid
}

.swm-topbar a {
    text-decoration: none
}

.swm-topbar ul {
    margin: 0;
    float: left
}

.swm-topbar-content ul li {
    display: inline-block;
    list-style: none;
    margin: 0 38px 0 0;
    padding: 0
}

.swm-topbar-content ul li:first-child {
    margin-left: 0
}

.swm-topbar-content ul li span i {
    margin-right: 10px
}

.swm-topbar-content ul.swm-topbar-socials {
    float: left;
    margin: 0 0 0 6px
}

.swm-topbar-content ul.swm-topbar-socials li {
    display: inline-block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0 0 0 15px;
    text-align: center
}

.swm-topbar-content ul.swm-topbar-socials li a {
    display: block
}

.swm-topbar-content ul.swm-topbar-socials li i {
    margin: 0;
    font-size: 14px
}

.swm-topbar-content ul li span i.fa-phone {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.swm-topbar-content .left,
.swm-topbar-content .right {
    padding: 5px 0;
    position: relative;
    z-index: 1
}

.swm-topbar .swm-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(-100% + 50px);
    height: 100%;
    display: block;
    z-index: 0;
    width: 100%
}

.swm-topbar i.fas.fa-phone {
    font-size: 90%
}

.swm-topbar i.fas.fa-envelope {
    font-weight: 400
}

.swm-topbar-content .left:after,
.swm-topbar-content .left:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: skew(-26deg);
    padding-left: 20px
}

.swm-topbar-content .left:after {
    left: 9px;
    opacity: .2
}

ul.swm_tb_right {
    position: relative;
    padding: 0 25px 0 0
}

ul.swm_tb_right:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    width: 1px;
    height: 14px;
    display: block;
    z-index: 1;
    opacity: .2
}

ul.swm_tb_right li {
    margin: 0 0 0 35px
}

.topbar_social_status_off ul.swm_tb_right:before {
    display: none
}

.topbar_social_status_off ul.swm_tb_right {
    padding: 0
}

body.swm-l-boxed .swm-topbar ul.swm_tb_left {
    padding-right: 20px
}

body.swm-l-boxed .swm-topbar-content .left:after {
    left: -11px
}

@media only screen and (min-width:980px) {
    body.swm-l-boxed .swm-topbar-content .left:before {
        left: -20px
    }
}

.swm-header {
    border-top-style: solid
}

.swm-header-logo-section {
    display: table;
    float: left;
    position: relative;
    z-index: 3
}

.swm-header-button-wrap,
.swm-logo {
    display: table-cell;
    vertical-align: middle
}

.swm-header-button-search {
    float: right;
    display: table;
    vertical-align: middle;
    position: relative;
    margin-left: 7px;
    z-index: 3
}

.header_1s .swm-header-button-wrap {
    padding-left: 26px
}

.swm-header-button a {
    padding: 0 23px;
    text-decoration: none;
    display: block;
    border-radius: 8px;
    line-height: 46px;
    border: 3px solid
}

.swm-header-menu-section {
    display: inline-block
}

.header-main {
    text-align: right
}

.swm-header-search {
    display: table-cell;
    vertical-align: middle
}

.header_2s .swm-header-search {
    padding-right: 16px
}

.swm-header-search span {
    display: inline-block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border: 1px solid;
    border-radius: 100%;
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 13px
}

.swm-header-button-wrap {
    padding-left: 4px
}

.swm-header-container-wrap {
    text-align: center
}

.swm-header-menu-section-wrap {
    margin: 0 auto
}

.swm-header-menu-section {
    display: block;
    text-align: center;
    width: 100%;
    z-index: 2;
    position: relative
}

ul.swm-menu-setting-msg {
    padding: 0;
    margin: 0;
    line-height: 114px;
    padding: 0 20px;
    color: #fff
}

ul.swm-menu-setting-msg li {
    list-style: none;
    font-size: 90%;
    padding: 0;
    margin: 0
}

.swm-primary-nav li a i.solid,
.swm-topbar i.solid,
ul.footer_menu li i.solid {
    font-weight: 700
}

.swm-primary-nav li a i.regular,
.swm-topbar i.regular,
ul.footer_menu li i.regular {
    font-weight: 400
}

.swm-primary-nav li a i.brand,
.swm-primary-nav li a i.brands,
.swm-topbar i.brand,
.swm-topbar i.brands,
ul.footer_menu li i.brand,
ul.footer_menu li i.brands {
    font-family: "Font Awesome 5 Brands"
}

.swm-main-nav {
    display: inline-block
}

.swm-primary-nav {
    padding: 0;
    margin: 0;
    float: none;
    z-index: 5;
    display: inline-block;
    text-align: center;
    display: inline-block
}

.swm-container .swm-primary-nav>li {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    text-align: -webkit-match-parent
}

.swm-primary-nav>li>a {
    text-decoration: none;
    padding: 0;
    position: relative;
    display: block;
    margin: 0
}

.swm-primary-nav>li>a>span {
    display: inline-block;
    position: relative;
    clear: both;
    padding: 0;
    line-height: normal
}

.swm-primary-nav li a i {
    margin: 0 10px 0 0;
    width: 1em;
    display: inline-block;
    text-align: center
}

ul.swm-primary-nav>li:last-child>a {
    margin-right: 0
}

.swm-primary-nav>li:after {
    content: '';
    position: absolute;
    right: -1px;
    top: 50%;
    height: 12px;
    width: 1px;
    margin-top: -6px;
    display: none
}

#swm-main-nav-holder.sticky-on .swm-primary-nav>li:last-child:after,
.swm-primary-nav>li:last-child:after {
    display: none
}

.swm-primary-nav>li.swm-m-active>a:before,
.swm-primary-nav>li.swm-m-active>a>span:before,
.swm-primary-nav>li>a:before,
.swm-primary-nav>li>a>span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 27px;
    width: 0;
    height: 2px;
    display: block
}

.brd-large .swm-primary-nav>li.swm-m-active>a>span:before,
.brd-large .swm-primary-nav>li:hover>a>span:before,
.swm-primary-nav>li.swm-m-active>a:before,
.swm-primary-nav>li.swm-m-active>a>span:before,
.swm-primary-nav>li:hover>a:before,
.swm-primary-nav>li:hover>a>span:before {
    width: 100%
}

.swm-primary-nav>li.swm-m-active>a>span:before,
.swm-primary-nav>li:hover>a>span:before {
    width: 16px
}

.brd-large .swm-primary-nav>li.swm-m-active>a:before,
.brd-large .swm-primary-nav>li>a:before,
.brd-large-alt .swm-primary-nav>li.swm-m-active>a>span:before,
.brd-large-alt .swm-primary-nav>li>a>span:before,
.brd-no .swm-primary-nav>li.swm-m-active>a:before,
.brd-no .swm-primary-nav>li.swm-m-active>a>span:before,
.brd-no .swm-primary-nav>li>a:before,
.brd-no .swm-primary-nav>li>a>span:before,
.brd-small .swm-primary-nav>li.swm-m-active>a:before,
.brd-small .swm-primary-nav>li>a:before {
    display: none;
    width: 0
}

.brd-large-alt .swm-primary-nav>li.swm-m-active>a:before,
.brd-large-alt .swm-primary-nav>li>a:before {
    bottom: -2px;
    top: auto
}

.swm-infostack-header {
    display: block
}

.swm-infostack-menu {
    display: block;
    position: relative;
    z-index: 4;
    float: left;
    width: 100%;
    margin-bottom: -34px;
    border-radius: 3px
}

.swm-infostack-menu:after,
.swm-infostack-menu:before {
    content: '';
    position: absolute;
    top: 0;
    left: -1000%;
    width: 1000%;
    height: 100%;
    display: block;
    z-index: 0
}

.swm-infostack-menu:after {
    left: auto;
    right: -1000%;
    display: none
}

.header_2_alt .swm-infostack-menu:after {
    display: block
}

.header_2_alt .swm-infostack-menu {
    margin-bottom: 0
}

.swm-infostack-menu #swm-mobi-nav-btn,
.swm-infostack-menu #swm-sidepanel-trigger,
.swm-infostack-menu .header-main,
.swm-infostack-menu .swm-header-button-wrap,
.swm-infostack-menu .swm-header-logo-section,
.swm-infostack-menu .swm-header-search,
.swm-infostack-menu .swm-sidepanel-trigger-wrap {
    height: 67px
}

.swm-infostack-menu ul.swm-primary-nav>li {
    line-height: 67px
}

.header_2s .swm-header-menu-section-wrap {
    float: left;
    padding-left: 13px
}

.header_2s .swm-header-button a {
    line-height: 67px;
    border-radius: 0 3px 3px 0;
    padding: 0 33px
}

.header_2s .swm-header-search span {
    border: 0;
    font-size: 15px;
    padding-top: 2px;
    width: 30px;
    height: 30px;
    line-height: 30px
}

.header_2s .swm-sp-icon-box {
    border: 0;
    width: 30px;
    height: 30px
}

.header_2s .s_one .swm-sp-icon-box .swm-sp-icon-inner {
    width: 14px
}

.header_2s .s_one .swm-sp-icon-box:hover .swm-sp-icon-inner {
    width: 20px
}

.header_2s .s_one .swm-sp-icon-box .swm-sp-icon-inner:after {
    width: 20px;
    bottom: -6px
}

.header_2s .s_one .swm-sp-icon-box .swm-sp-icon-inner:before {
    width: 20px;
    top: -6px
}

.header_2s .s_one .swm-sp-icon-box {
    padding: 15px 0 0 0
}

.header_2s .s_one.swm-sidepanel-trigger {
    padding-right: 16px
}

.header_2_alt .header_2s .swm-header-button-off>div:last-child {
    padding-right: 0
}

.header_2s .s_two.swm-sidepanel-trigger {
    padding-left: 7px
}

.header_2s .s_two .swm-sp-icon-box .swm-sp-icon-inner {
    left: 8px
}

.header_2s .s_two .swm-sp-icon-box .swm-sp-icon-inner {
    top: 10px
}

.header_2_alt .header_2s .swm-header-menu-section-wrap {
    padding-left: 0
}

.header_2_alt .header_2s ul.swm-primary-nav>li:first-child>a {
    margin-left: 0
}

.header_2_alt .header_2s .swm-header-button a {
    border-radius: 0
}

.header_2_alt .swm-header-button-wrap:before {
    content: '';
    position: absolute;
    right: -1000%;
    top: 0;
    width: 1000%;
    height: 100%
}

.header_2_alt .swm-infostack-menu {
    border-radius: 0
}

.swm_header_contact_info {
    float: right;
    text-align: left;
    display: table
}

.swm_header_contact_info a {
    text-decoration: none
}

.swm_header_contact_info ul,
ul.swm-header-socials {
    display: table-cell;
    vertical-align: middle
}

.swm_header_contact_info ul li {
    padding-right: 52px;
    display: table-cell;
    vertical-align: middle;
    position: relative
}

.swm_header_contact_info ul li:before {
    content: '';
    position: absolute;
    right: 27px;
    top: 50%;
    margin-top: -18px;
    height: 36px;
    width: 1px;
    display: block;
    opacity: .1
}

.swm-cih-icon {
    float: left;
    font-size: 20px;
    margin-top: 4px;
    display: block;
    line-height: 20px
}

.swm-cih-subtitle {
    line-height: normal;
    font-size: 90%
}

.swm-cih-subtitle,
.swm-cih-title {
    margin-left: 37px;
    display: block
}

ul.swm-header-socials li {
    padding: 0;
    margin: 0 9px 0 0;
    float: left
}

ul.swm-header-socials li:last-child {
    margin-right: 0
}

ul.swm-header-socials li a {
    width: 45px;
    height: 45px;
    line-height: 46px;
    text-align: center;
    font-size: 14px;
    list-style: none;
    display: inline-block;
    border-radius: 100%
}

.header_2_t ul.swm-header-socials li a,
.header_2_t ul.swm-header-socials li a:hover {
    background: 0 0;
    border: 1px solid
}

.header_2_t .swm-header-button a,
.header_2_t .swm-infostack-menu {
    border-radius: 0
}

.swm-primary-nav>li.pm-dropdown>a>span:after {
    content: "\f107";
    font-family: "Font Awesome 5 FREE";
    font-weight: 700;
    font-size: 12px;
    margin-left: 7px;
    display: none
}

.swm-primary-nav>li.pm-dropdown ul {
    position: absolute;
    width: 220px;
    top: 0;
    left: 0;
    padding: 25px 40px;
    margin: 0;
    line-height: 26px;
    visibility: hidden;
    opacity: 0;
    display: none;
    z-index: 6;
    margin-left: 0;
    white-space: normal
}

.swm-primary-nav>li.pm-dropdown ul ul {
    left: 100%;
    margin-left: 0;
    margin-top: 0
}

.swm-primary-nav>li.pm-dropdown li.menu-item-has-children>a:after {
    position: absolute;
    width: 9px;
    height: 16px;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    content: '\f078';
    font-size: 10px;
    line-height: 16px
}

.swm-primary-nav>li.pm-dropdown ul li a {
    padding: 0;
    margin: 0;
    display: inline-block;
    text-decoration: none;
    width: 100%
}

.swm-primary-nav>li.pm-dropdown>ul li {
    width: 100%
}

.swm-primary-nav>li.pm-dropdown li {
    padding: 0;
    margin: 0;
    position: relative
}

.swm-primary-nav>li.pm-dropdown li ul {
    top: -25px;
    position: absolute;
    margin-top: -15px
}

.swm-primary-nav>li.pm-dropdown ul {
    display: block;
    margin-top: 0
}

.swm-primary-nav>li.pm-dropdown ul ul {
    margin-top: 0
}

.swm-primary-nav>li.pm-dropdown>ul ul {
    margin-top: 0
}

.swm-primary-nav>li.pm-dropdown ul li {
    list-style: none;
    text-align: left;
    background: 0 0;
    border-radius: 0;
    border-bottom: 1px solid #e6e6e6
}

.swm-primary-nav>li.pm-dropdown ul li:last-child {
    border: 0
}

.swm-primary-nav>li.pm-dropdown ul li a {
    text-decoration: none
}

.swm-primary-nav>li.pm-dropdown>ul {
    border: 0;
    top: 100%;
    opacity: 0;
    transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px)
}

.swm-primary-nav>li.pm-dropdown>ul.invert {
    left: auto;
    right: 0
}

.swm-primary-nav>li.pm-dropdown>ul ul.invert {
    top: 0;
    left: auto;
    right: 100%;
    transform: translateX(-20px);
    -o-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -webkit-transform: translateX(-20px)
}

.swm-primary-nav>li.pm-dropdown>ul li:hover>ul {
    transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    visibility: visible;
    display: block;
    opacity: 1
}

.swm-primary-nav>li.pm-dropdown:hover {
    visibility: inherit
}

.swm-primary-nav>li.pm-dropdown:hover>ul {
    visibility: visible;
    display: block;
    opacity: 1;
    transition: transform .2s linear, opacity .2s linear, visibility .2s linear;
    -moz-transition: transform .2s linear, opacity .2s linear, visibility .2s linear;
    -webkit-transition: transform .2s linear, opacity .2s linear, visibility .2s linear;
    transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0)
}

.swm-primary-nav>li.pm-dropdown:hover ul ul {
    transition: transform .2s linear, opacity .2s linear, visibility .2s linear;
    -moz-transition: transform .2s linear, opacity .2s linear, visibility .2s linear;
    -webkit-transition: transform .2s linear, opacity .2s linear, visibility .2s linear;
    transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0)
}

.swm-primary-nav>li.megamenu-on ul>li>ul>li,
.swm-primary-nav>li.pm-dropdown ul>li {
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-property: background;
    -webkit-transition-property: background;
    -o-transition-property: background;
    transition-property: background
}

.swm-primary-nav>li.megamenu-on ul>li>ul>li>a,
.swm-primary-nav>li.pm-dropdown ul li>a,
.swm-primary-nav>li>a {
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-property: color;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color
}

#swm-main-nav-holder.sticky-on,
.swm-primary-nav>li.megamenu-on>ul,
.swm-primary-nav>li.pm-dropdown ul {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    -khtml-box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    box-shadow: 0 0 30px rgba(0, 0, 0, .2)
}

.swm-primary-nav>li.pm-dropdown>ul li a:hover {
    padding-left: 22px
}

.swm-primary-nav>li.pm-dropdown>ul li a,
.swm-primary-nav>li.pm-dropdown>ul li a:before {
    position: relative;
    -webkit-transition: all .2s linear 0s;
    -khtml-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -ms-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    transition: all .2s linear 0s
}

.swm-primary-nav>li.pm-dropdown>ul li a:before {
    content: "\f061";
    position: absolute;
    top: 50%;
    left: -18px;
    font-family: "Font Awesome 5 FREE";
    font-weight: 700;
    font-size: 12px;
    opacity: 0;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.swm-primary-nav>li.pm-dropdown>ul li a:hover:before {
    opacity: 1;
    left: 0
}

.swm-primary-nav>li.megamenu-on>ul {
    position: absolute;
    width: 250px;
    left: 0;
    padding: 0;
    margin: 0;
    line-height: 26px;
    visibility: hidden;
    display: none;
    opacity: 0;
    z-index: 6;
    white-space: normal;
    top: 100%;
    transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -webkit-transform: translateY(10px)
}

.swm-primary-nav>li.megamenu-on li {
    padding: 0;
    margin: 0;
    position: relative
}

.swm-primary-nav>li.megamenu-on li ul {
    top: auto;
    top: 0;
    position: absolute;
    margin: 0
}

.swm-primary-nav>li.megamenu-on ul {
    display: inline-block;
    width: auto
}

.swm-primary-nav>li.megamenu-on>ul {
    width: auto;
    white-space: nowrap;
    background-repeat: no-repeat;
    line-height: 1;
    text-align: left
}

.swm-primary-nav>li.megamenu-on>ul:not(.megamenu-item-inited) {
    opacity: 0 !important
}

.swm-primary-nav>li.megamenu-on ul li {
    list-style: none;
    text-align: left
}

.swm-primary-nav>li.megamenu-on>ul li {
    width: 100%
}

.swm-primary-nav>li.megamenu-on>ul>li {
    padding: 0 5px 10px 5px;
    list-style: none;
    text-align: left;
    border-left: 1px solid rgba(0, 0, 0, .07);
    background: 0 0;
    border-radius: 0;
    display: inline-block;
    width: auto;
    white-space: normal;
    background-repeat: no-repeat;
    font-size: 0;
    line-height: 1.7;
    vertical-align: top
}

.swm-primary-nav>li.megamenu-on>ul>li>ul {
    padding: 0 0 20px 0
}

.swm-primary-nav>li.megamenu-on>ul>li>ul li a span {
    padding: 10px 35px;
    margin: 0;
    display: inline-block;
    text-decoration: none;
    width: 100%
}

.swm-primary-nav>li.megamenu-on ul li a {
    text-decoration: none
}

.swm-primary-nav>li.megamenu-on>ul>li>ul {
    width: 100%;
    margin: 0;
    padding: 0
}

.swm-primary-nav>li.megamenu-on>ul>li>ul {
    position: static;
    padding: 20px 0
}

.swm-primary-nav>li.megamenu-on>ul>li>ul ul {
    display: none
}

.swm-primary-nav>li.megamenu-on>ul>li span.megamenu-column-header {
    display: block;
    border-top: 0;
    position: relative
}

.swm-primary-nav>li.megamenu-on>ul>li span.megamenu-column-header a {
    display: block;
    padding: 30px 20px 0;
    font-size: 20px
}

.swm-primary-nav>li.megamenu-on>ul>li span.megamenu-column-header a.mega-no-link {
    pointer-events: none
}

.swm-primary-nav>li.megamenu-on>ul>li span.megamenu-column-header.mega-not-show {
    display: none
}

.swm-primary-nav>li.megamenu-on>ul>li>ul>li>a>span:before {
    content: '\f0da';
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    float: left;
    margin-left: -15px
}

.swm-primary-nav>li .swm-menu-label,
.swm-primary-nav>li.megamenu-on>ul>li .swm-menu-label,
.swm-primary-nav>li.pm-dropdown ul li .swm-menu-label {
    padding: 3px 5px;
    line-height: 1;
    margin-left: 8px;
    font-size: 70%;
    border: 1px solid transparent;
    font-weight: 700;
    letter-spacing: 1px;
    font-style: normal;
    display: inline
}

.swm-primary-nav>li.megamenu-on:hover>ul>li>ul {
    visibility: visible;
    opacity: 1
}

.swm-primary-nav>li.megamenu-on:hover>ul {
    visibility: visible;
    display: block;
    opacity: 1;
    transition: transform .2s linear, opacity .2s linear, visibility .2s linear;
    -moz-transition: transform .2s linear, opacity .2s linear, visibility .2s linear;
    -webkit-transition: transform .2s linear, opacity .2s linear, visibility .2s linear;
    transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0)
}

#swm-mobi-nav {
    display: none;
    position: relative
}

#swm-mobi-nav .swm-primary-nav {
    display: none;
    z-index: 999999
}

#swm-mobi-nav a {
    text-decoration: none
}

#swm-mobi-nav>ul {
    overflow: hidden
}

#swm-mobi-nav ul,
#swm-mobi-nav ul li {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    font-weight: 700
}

#swm-mobi-nav>ul ul {
    display: none;
    text-align: left
}

#swm-mobi-nav ul li {
    border-top: 1px solid #e6e6e6
}

#swm-mobi-nav>ul>li:last-child {
    border-bottom: 1px solid #e6e6e6
}

#swm-mobi-nav ul li ul li a span {
    padding-left: 15px
}

#swm-mobi-nav ul li i {
    margin-right: 5px
}

#swm-mobi-nav>ul>li>a {
    padding: 12px 25px
}

#swm-mobi-nav>ul>li>a>span {
    padding-left: 8px
}

#swm-mobi-nav ul li a {
    width: 100%;
    border-bottom: 0;
    padding: 14px;
    line-height: 20px;
    display: block
}

#swm-mobi-nav ul ul li a {
    padding-left: 25px
}

#swm-mobi-nav ul ul ul li a {
    padding-left: 35px
}

#swm-mobi-nav ul ul ul ul li a {
    padding-left: 45px
}

#swm-mobi-nav ul ul ul ul ul li a {
    padding-left: 55px
}

#swm-mobi-nav ul ul ul ul ul ul li a {
    padding-left: 65px
}

#swm-mobi-nav ul li.swm-has-sub-menu>a {
    padding-right: 45px
}

#swm-mobi-nav .swm-mini-menu-arrow {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 48px;
    width: 48px;
    cursor: pointer;
    font-family: "Font Awesome";
    text-align: center;
    line-height: 48px
}

#swm-mobi-nav .swm-mini-menu-arrow:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    line-height: 48px;
    font-size: 15px;
    font-style: normal;
    font-weight: 700
}

#swm-mobi-nav .swm-mini-menu-arrow.inactive:before {
    content: "\f107"
}

#swm-mobi-nav ul.swm-nav-cat-posts li a {
    padding-left: 12px
}

#swm-mobi-nav ul.swm-nav-cat-posts li a.swm-nav-p-img {
    padding-bottom: 0
}

.swm-container #swm-mobi-nav ul li {
    margin-left: 0;
    position: relative
}

#swm-mobi-nav>ul>li:first-child {
    border-top: 0
}

#swm-mobi-nav li:hover,
#swm-mobi-nav ul li {
    background: #fff
}

#swm-mobi-nav>ul>li>a>span>i.fa-home {
    font-size: 18px
}

#swm-mobi-nav-icon {
    display: none
}

#swm-mobi-nav-btn {
    display: table
}

.swm-mobi-nav-close {
    width: 100%;
    height: 40px;
    position: relative;
    display: block;
    background: #eee;
    color: #000;
    cursor: pointer
}

.swm-mobi-nav-close:after,
.swm-mobi-nav-close:before {
    background-color: #222;
    content: "";
    height: 12px;
    margin: auto;
    position: absolute;
    right: 25px;
    top: 14px;
    width: 2px
}

.swm-mobi-nav-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.swm-mobi-nav-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#swm-mobi-nav.open {
    transform: translateX(0);
    -webkit-transform: translateX(0)
}

#swm-mobi-nav {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    width: 270px;
    height: 100%;
    overflow: auto;
    z-index: 9999;
    -webkit-box-shadow: 0 0 35px -10px rgba(0, 0, 0, .25);
    box-shadow: 0 0 35px -10px rgba(0, 0, 0, .25);
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
    text-align: left;
    background: #fff;
    display: block
}

#swm-mobi-nav-overlay-bg {
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    opacity: 0;
    visibility: hidden
}

#swm-mobi-nav-overlay-bg.m_toggle {
    display: block;
    opacity: .6;
    visibility: visible
}

#swm-mobi-nav-icon span.swm-mobi-nav-btn-box {
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    width: 30px;
    width: 16px;
    height: 10px;
    position: relative;
    display: table-cell;
    vertical-align: middle
}

#swm-mobi-nav-icon span.swm-mobi-nav-btn-box>span {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: 1px solid;
    border-radius: 100%
}

#swm-mobi-nav-icon span.swm-mobi-nav-btn-box>span:after,
#swm-mobi-nav-icon span.swm-mobi-nav-btn-box>span:before,
#swm-mobi-nav-icon span.swm-mobi-nav-btn-box>span>span {
    content: "";
    display: block;
    height: 2px;
    left: 12px;
    margin: auto;
    position: absolute;
    width: 14px;
    top: 14px
}

#swm-mobi-nav-icon span.swm-mobi-nav-btn-box>span:before {
    top: 22px
}

#swm-mobi-nav-icon span.swm-mobi-nav-btn-box>span>span {
    top: 18px;
    width: 10px
}

#swm-mobi-nav-icon span.swm-mobi-nav-btn-box>span:hover>span {
    width: 14px
}

.header_2s #swm-mobi-nav-icon span.swm-mobi-nav-btn-box {
    width: 30px;
    height: 30px;
    padding: 9px 0 0 17px
}

.header_2_alt .header_2s #swm-mobi-nav-icon span.swm-mobi-nav-btn-box {
    padding-left: 0
}

.header_2_t .header_2s #swm-mobi-nav-icon span.swm-mobi-nav-btn-box {
    padding-left: 17px
}

.header_2s #swm-mobi-nav-icon span.swm-mobi-nav-btn-box>span {
    border: 0;
    width: 22px;
    height: 22px
}

.header_2s #swm-mobi-nav-icon span.swm-mobi-nav-btn-box>span:after,
.header_2s #swm-mobi-nav-icon span.swm-mobi-nav-btn-box>span:before,
.header_2s #swm-mobi-nav-icon span.swm-mobi-nav-btn-box>span>span {
    width: 20px;
    top: 0;
    left: 0
}

.header_2s #swm-mobi-nav-icon span.swm-mobi-nav-btn-box>span:before {
    top: 12px
}

.header_2s #swm-mobi-nav-icon span.swm-mobi-nav-btn-box>span>span {
    top: 6px;
    width: 14px
}

.header_2s #swm-mobi-nav-icon span.swm-mobi-nav-btn-box>span:hover>span {
    width: 20px
}

#swm-main-nav-holder.sticky-on {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 999
}

#swm-main-nav-holder.sticky-on {
    min-height: 0
}

.swm-l-boxed #swm-main-nav-holder.sticky-on {
    left: auto;
    width: 100%
}

.swm-l-boxed {
    margin: 0 auto;
    overflow: visible
}

#swm-main-nav-holder.sticky-on #swm-mobi-nav span.swm-mobi-nav-btn-box i {
    box-shadow: none;
    font-size: 27px
}

img.swm-std-logo {
    display: block
}

img.swm-sticky-logo {
    display: none
}

#swm-main-nav-holder.sticky-on img.swm-std-logo {
    display: none
}

#swm-main-nav-holder.sticky-on img.swm-sticky-logo {
    display: block
}

.sticky-on #swm-mobi-nav-btn,
.sticky-on #swm-sidepanel-trigger,
.sticky-on .header-main,
.sticky-on .swm-header-button-wrap,
.sticky-on .swm-header-logo-section,
.sticky-on .swm-header-search,
.sticky-on .swm-sidepanel-trigger-wrap {
    height: 80px;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all
}

.header_2s .sticky-on #swm-mobi-nav-btn,
.header_2s .sticky-on #swm-sidepanel-trigger,
.header_2s .sticky-on .header-main,
.header_2s .sticky-on .swm-header-button-wrap,
.header_2s .sticky-on .swm-header-logo-section,
.header_2s .sticky-on .swm-header-search,
.header_2s .sticky-on .swm-sidepanel-trigger-wrap {
    height: 67px
}

.sticky-on ul.swm-primary-nav>li {
    line-height: 80px;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all
}

.header_2s .sticky-on ul.swm-primary-nav>li {
    line-height: 67px
}

.header_2s #swm-main-nav-holder.sticky-on {
    background: 0 0;
    box-shadow: none
}

.header_2_alt .swm-primary-nav>li.pm-dropdown:first-child ul {
    left: 0
}

.header_2s #swm-main-nav-holder.sticky-on {
    position: relative
}

.header_2s #swm-main-nav-holder.sticky-on .swm-infostack-menu {
    position: fixed;
    top: 0;
    margin-bottom: 0;
    width: 100%;
    z-index: 9999
}

.swm_header_search_icon {
    float: right;
    position: relative
}

.swm_header_search_icon span,
.swm_menubar_icon span {
    cursor: pointer
}

.swm_menubar_icon {
    float: right
}

.swm_h_search_icon,
.swm_menubar_icon {
    z-index: 4;
    position: relative
}

.swm_h_search_icon i,
.swm_menubar_icon i {
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    background: rgba(0, 0, 0, .05);
    border-radius: 50%
}

.swm_searchbox_holder {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    box-sizing: border-box;
    z-index: 999999;
    display: none;
    background-size: cover
}

.swm_searchbox_table {
    display: table;
    width: 100%;
    height: 100%
}

.swm_searchbox_table_cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 20px
}

.swm_overlay_search_box {
    position: relative;
    padding: 20px 35px;
    z-index: 999999;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    border: 2px solid;
    background: 0 0
}

.swm_overlay_search_box input.swm-search-form-input[type=text] {
    text-shadow: none
}

.swm_overlay_search_box input::-webkit-input-placeholder {
    opacity: 1
}

.swm_overlay_search_box input::-moz-placeholder {
    opacity: 1
}

.swm_overlay_search_box input::-ms-placeholder {
    opacity: 1
}

.swm_overlay_search_box input::placeholder {
    opacity: 1
}

.swm_overlay_search_box .swm_search_form {
    display: block
}

.swm_overlay_search_box form {
    margin: 0
}

.swm_overlay_search_box button.swm-search-button[type=submit] {
    width: 10%;
    line-height: 50px;
    height: 50px;
    background: 0 0;
    float: right;
    padding: 0;
    text-align: right
}

.swm_overlay_search_box .swm_search_button:hover,
.swm_searchbox_close:hover {
    opacity: 1;
    background: 0 0
}

.swm_overlay_search_box input.swm-search-form-input[type=text] {
    border: 0;
    line-height: 50px;
    padding: 0;
    margin: 0;
    width: 90%;
    box-shadow: none;
    float: left;
    background: 0 0;
    padding: 0
}

.swm_overlay_search_box input.swm_search_form_input:focus {
    border: 0;
    background: 0 0;
    box-shadow: none
}

.swm_searchbox_close {
    position: absolute;
    top: 30px;
    right: 30px;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    cursor: pointer
}

.swm_searchbox_close span:after,
.swm_searchbox_close span:before {
    position: absolute;
    height: 20px;
    width: 2px;
    background: #fff;
    content: '';
    top: 0
}

.swm_searchbox_close span:before {
    left: 9px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.swm_searchbox_close span:after {
    right: 9px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media only screen and (max-width:767px) {
    .swm-topbar .swm-container {
        display: block;
        width: 100%;
        text-align: center
    }

    .swm-topbar-content,
    .swm-topbar-left {
        display: block;
        width: 100%;
        text-align: center
    }

    .swm-topbar-content>.left,
    .swm-topbar-content>.right {
        float: none
    }

    .swm-topbar ul {
        float: none
    }

    .swm-topbar-content ul.swm-topbar-socials,
    .swm-topbar-content ul.swm-topbar-socials li {
        float: none;
        margin: 0 1px 6px 1px
    }

    .swm-topbar-content ul.swm-topbar-socials {
        margin-top: 5px
    }

    .header_1s .swm-header-menu-section-wrap {
        margin-left: 15px
    }

    #swm-mobi-nav>ul {
        left: 0
    }

    #swm-mobi-nav>ul {
        margin-left: 0
    }

    #swm-mobi-nav ul {
        top: 72px
    }

    .swm-header-button-search:before,
    .swm_hb_hide .swm-header-button {
        display: none
    }

    .swm_hb_hide .swm-header-menu-section-wrap {
        float: right
    }

    .swm_hb_hide #swm-mobi-nav>ul {
        left: auto;
        right: 0
    }

    .swm_hb_hide #swm-mobi-nav,
    .swm_hb_hide .swm-main-nav {
        float: right
    }
}

.swm-no-boxed.swm-fw-header #swm-header .swm-container,
.swm-no-boxed.swm-fw-header #swm-topbar .swm-container {
    width: 98%;
    max-width: none
}

#swm-sidepanel-trigger {
    z-index: 11;
    float: right;
    display: table-cell
}

.swm-sidepanel-trigger-wrap {
    display: table-cell;
    height: 100%;
    vertical-align: middle
}

#swm-sidepanel-container {
    background: #fff;
    -webkit-backface-visibility: hidden;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    text-align: left;
    width: 480px;
    z-index: 1112;
    transition: all .4s ease
}

#swm-sidepanel-container .swm-sidepanel-wrap {
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: auto;
    padding: 50px;
    position: absolute;
    top: 0;
    width: 100%
}

.swm-sidePanelOn .swm-sidepanel-body-overlay {
    transition: opacity .3s ease;
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1
}

.swm-sidepanel-open #swm-sidepanel-container {
    right: 0
}

.swm-sidePanelOn.swm-sidepanel-open .swm-sidepanel-body-overlay {
    opacity: 1;
    pointer-events: auto;
    z-index: 1111
}

.swm-sp-icon-box {
    display: block;
    cursor: pointer;
    height: 14px;
    position: relative;
    width: 40px;
    height: 40px;
    border: 1px solid;
    border-radius: 100%;
    padding: 18px 0 0 12px
}

.swm-sp-icon-box .swm-sp-icon-inner {
    width: 6px
}

.swm-sp-icon-box .swm-sp-icon-inner,
.swm-sp-icon-box .swm-sp-icon-inner:after,
.swm-sp-icon-box .swm-sp-icon-inner:before {
    height: 2px;
    position: absolute;
    width: 10px;
    transition: all .15s ease
}

.swm-sp-icon-box .swm-sp-icon-inner:before {
    width: 14px
}

.swm-sp-icon-box .swm-sp-icon-inner:before {
    top: -4px
}

.swm-sp-icon-box .swm-sp-icon-inner:after,
.swm-sp-icon-box .swm-sp-icon-inner:before {
    display: block;
    content: ""
}

.swm-sp-icon-box .swm-sp-icon-inner:after {
    width: 14px
}

.swm-sp-icon-box .swm-sp-icon-inner:after {
    bottom: -4px
}

.swm-sp-icon-box:hover .swm-sp-icon-inner {
    width: 14px
}

.swm-sp-icon-box .swm-sp-icon-inner span {
    display: none
}

.header_1s .swm-sidepanel-trigger {
    margin-left: 7px
}

.s_two .swm-sp-icon-box {
    padding: 0
}

.s_two .swm-sp-icon-box .swm-sp-icon-inner,
.s_two .swm-sp-icon-box .swm-sp-icon-inner span,
.s_two .swm-sp-icon-box .swm-sp-icon-inner:after,
.s_two .swm-sp-icon-box .swm-sp-icon-inner:before {
    width: 4px;
    height: 4px;
    border-radius: 100%
}

.s_two .swm-sp-icon-box .swm-sp-icon-inner span {
    display: block;
    position: absolute;
    left: 8px;
    top: 0
}

.s_two .swm-sp-icon-box .swm-sp-icon-inner {
    left: 13px;
    top: 13px
}

.s_two .swm-sp-icon-box .swm-sp-icon-inner:after {
    left: 8px;
    top: 8px
}

.s_two .swm-sp-icon-box .swm-sp-icon-inner:before {
    left: 0;
    top: 8px
}

.swm-sidepanel-close {
    width: 30px;
    height: 30px;
    right: 16px;
    top: 20px;
    position: absolute
}

.swm-sidepanel-close a i {
    width: 30px;
    height: 30px;
    display: block;
    line-height: 28px;
    text-align: center;
    border-radius: 100%;
    border: 2px solid;
    font-size: 12px;
    cursor: pointer;
    transition: all .5s ease
}

.swm-sidepanel-close:hover i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

#sidebar dd.wp-caption-text.gallery-caption,
.swm-sidepanel-wrap dd.wp-caption-text.gallery-caption {
    display: none
}

.swm-sidepanel a {
    text-decoration: none;
    position: relative
}

.swm-sidepanel .swm-sidepanel-widget-box {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    position: relative;
    float: left
}

.swm-sidepanel .swm-sidepanel-ttl {
    margin: 0
}

.swm-sidepanel .swm-sidepanel-ttl h3 {
    display: block;
    margin-bottom: 14px;
    padding: 0;
    z-index: 2;
    position: relative;
    display: block
}

.swm-sidepanel .swm-widget-content ul.menu,
.swm-sidepanel .swm-widget-content>ul {
    list-style: none;
    margin: 0
}

.swm-sidepanel .swm-widget-content {
    width: 100%;
    display: block;
    padding: 0
}

.swm-sidepanel p {
    line-height: 1.8em
}

.swm-sidepanel ul li {
    margin: 0;
    padding: 9px 0;
    display: block;
    line-height: 1.8em;
    position: relative
}

.swm-sidepanel ul li ul li {
    border: 0;
    padding: 5px 0 5px 0
}

.swm-sidepanel .swm-list-widgets ul li {
    padding: 9px 0 9px 19px;
    position: relative
}

.swm-sidepanel .swm-list-widgets ul li::before {
    content: "\f105";
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    left: 0;
    margin-right: 12px;
    position: absolute;
    top: 9px;
    font-size: 14px;
    margin-top: 0 !important
}

.swm-sidepanel .swm-sidepanel-widget-box {
    margin-bottom: 55px
}

.swm-sidepanel .swm-list-widgets {
    display: block;
    clear: both
}

.swm-sidepanel .swm-list-widgets .swm-sidepanel-ttl h3 {
    margin-bottom: 7px
}

.swm-sidepanel .swm-list-widgets .swm-widget-content>ul>li ul,
.swm-sidepanel .widget-nav-menu .swm-widget-content>div>ul>li ul {
    padding-right: 0
}

.swm-sidepanel .swm-list-widgets .swm-widget-content>ul>li>ul,
.swm-sidepanel .widget-nav-menu .swm-widget-content>div>ul>li>ul {
    padding-bottom: 5px
}

.swm-sidepanel .widget-calendar .swm-sidepanel-ttl h3 {
    margin-bottom: 21px
}

.swm-sidepanel .widget-calendar .calendar-wrap {
    margin-top: 4px
}

.swm-sidepanel .widget_search .swm-sidepanel-widget-box {
    padding-top: 25px
}

.swm-sidepanel .widget_search .swm-sidepanel-ttl {
    margin-top: -4px
}

.swm-sidepanel .swm-search-form-input {
    font-size: 90%
}

.swm-sidepanel .swm-list-widgets ul li {
    border-bottom: 1px solid
}

.swm-sidepanel .swm-list-widgets ul li a {
    margin-right: 3px
}

.swm-sidepanel .swm-list-widgets>ul>li:first-child {
    border-top: 0
}

.swm-sidepanel .swm-list-widgets ul li ul li {
    padding-left: 15px;
    padding-bottom: 0;
    border: 0
}

.swm-sidepanel .swm-list-widgets ul li ul li::before {
    left: -3px
}

.swm-sidepanel .swm-list-widgets ul li:last-child {
    padding-bottom: 0;
    border: 0
}

.swm-sidepanel tbody {
    font-size: 80%
}

.swm-sidepanel tfoot {
    font-size: 90%;
    font-weight: 700
}

.swm-sidepanel .tagcloud a {
    border: 0;
    font-weight: 400
}

.swm-sub-header {
    position: relative;
    display: flex;
    align-items: center;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.swm-sub-header-title,
h1.swm-sub-header-title {
    margin: 0;
    padding: 0;
    line-height: 1.3;
    position: relative;
    display: block
}

.swm-sub-header-title span {
    position: relative;
    display: inline-block
}

.swm-title-position-title-center .swm-sub-header-title-bc {
    text-align: center
}

.swm-title-position-title-left .swm-sub-header-title-bc {
    text-align: left
}

.swm-title-position-title-right .swm-sub-header-title-bc {
    text-align: right
}

.swm-title-position-title-left-bc-right .swm-sub-header-title-bc,
.swm-title-position-title-right-bc-left .swm-sub-header-title-bc {
    display: table;
    width: 100%
}

.swm-title-position-title-left-bc-right .swm-sub-header-title-bc .swm-sub-header-title-wrap {
    text-align: left;
    display: table-cell;
    vertical-align: middle
}

.swm-title-position-title-left-bc-right .swm-sub-header-title-bc .swm-sub-header-breadcrumbs {
    text-align: right;
    display: table-cell;
    vertical-align: middle
}

.swm-title-position-title-right-bc-left .swm-sub-header-title-bc .swm-sub-header-title-wrap {
    text-align: right;
    display: table-cell;
    vertical-align: middle
}

.swm-title-position-title-right-bc-left .swm-sub-header-title-bc .swm-sub-header-breadcrumbs {
    text-align: left;
    display: table-cell;
    vertical-align: middle
}

.swm-dots-graphics-off .swm-sub-header-title span:after,
.swm-dots-graphics-off .swm-sub-header-title span:before,
.swm-title-position-title-left .swm-sub-header-title span:before,
.swm-title-position-title-left-bc-right .swm-sub-header-title span:before,
.swm-title-position-title-right .swm-sub-header-title span:after,
.swm-title-position-title-right-bc-left .swm-sub-header-title span:after {
    display: none
}

.swm-header-slider {
    z-index: 0
}

.swm-breadcrumbs {
    padding: 0;
    display: block;
    position: relative;
    z-index: 1
}

.swm-breadcrumbs a {
    text-decoration: none
}

.swm-breadcrumbs a:hover {
    opacity: .8
}

.swm-breadcrumbs span.swm-bc-sep {
    width: 20px;
    text-align: center;
    padding: 0 7px;
    vertical-align: middle
}

.swm-breadcrumbs .fa-home {
    margin-right: 8px;
    font-size: 110%
}

.swm-bc-sep {
    position: relative
}

.swm-bc-sep:before {
    content: "\f105";
    font-weight: 700;
    font-family: 'Font Awesome 5 Free'
}

.swm-container {
    width: 100%;
    padding: 0 15px
}

#swm-wrap {
    position: relative
}

#swm-page {
    overflow: hidden;
    width: 100%
}

.swm-l-boxed #swm-page {
    margin: 0 auto;
    overflow: visible
}

.swm-l-boxed {
    margin: 0 auto;
    overflow: visible
}

.swm-l-boxed #swm-outer-wrap {
    padding: 0
}

.swm-l-boxed #swm-wrap {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden
}

#swm-main-container {
    width: 100%;
    position: relative;
    z-index: 2
}

.swm-container {
    position: relative;
    margin: 0 auto
}

.swm-main-container-wrap {
    margin: 0 auto
}

.swm-main-container {
    display: block;
    margin: 0 auto;
    width: auto;
    position: relative
}

.swm-page-featured-img {
    margin-bottom: 20px
}

.swm-site-content a {
    text-decoration: none
}

.swm-site-content {
    z-index: 1
}

.swm-site-loader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999999999;
    top: 0;
    left: 0;
    overflow: hidden
}

.swm-loader-holder {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 3em;
    height: 3em;
    margin-top: -2.5em;
    margin-left: -1.5em
}

.swm-loader {
    margin-top: -1.25em
}

.swm-loader,
.swm-loader:after,
.swm-loader:before {
    border-radius: 100%;
    width: 2.5em;
    height: 2.5em;
    margin: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: swm-loader-key 1.8s infinite ease-in-out;
    animation: swm-loader-key 1.8s infinite ease-in-out
}

.swm-loader {
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

.swm-loader:before {
    left: -3.5em;
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.swm-loader:after {
    left: 3.5em
}

.swm-loader:after,
.swm-loader:before {
    content: '';
    position: absolute;
    top: 0
}

.swm-site-content .swm-container.swm-layout-full-screen {
    width: 100%;
    max-width: 100%
}

.swm-container.swm-layout-full-screen .swm_page_content>.vc_row {
    margin-left: 0;
    margin-right: 0
}

.swm-container.swm-layout-full-screen .swm_page_content>.vc_row>.vc_column_container>.vc_column-inner {
    padding-left: 0;
    padding-right: 0
}

.swm-container.swm-layout-full-screen #swm-item-entries.swm-row {
    margin: 0
}

.swm-container.swm-layout-full-screen #swm-item-entries.swm-row>article>.swm-column-gap {
    padding: 0
}

.swm-container ul,
.swm-site-content ul {
    list-style: disc outside none
}

.swm-container li,
.swm-site-content li {
    margin-left: 1em;
    padding: 3px 0
}

.footer ul,
.sidebar ul,
.swm-contact-footer ul,
.swm-sidepanel ul {
    list-style: none;
    margin: 0
}

.sidebar {
    display: block;
    padding: 0
}

.sidebar a {
    text-decoration: none;
    position: relative
}

.swm-sidebar-widget-box {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    position: relative;
    float: left
}

.sidebar .swm-sidebar-ttl {
    margin: 0
}

.sidebar .swm-sidebar-ttl h3 {
    display: block;
    margin-bottom: 14px;
    padding: 0;
    z-index: 2;
    position: relative;
    display: block
}

.sidebar .swm-widget-content ul.menu,
.sidebar .swm-widget-content>ul {
    list-style: none;
    margin: 0
}

.swm-widget-content {
    width: 100%;
    display: block;
    padding: 0
}

.sidebar p {
    line-height: 1.8em
}

.sidebar ul li {
    margin: 0;
    padding: 9px 0;
    display: block;
    line-height: 1.8em;
    position: relative
}

.sidebar ul li ul li {
    border: 0;
    padding: 5px 0 5px 0
}

.sidebar .swm-list-widgets ul li {
    padding: 9px 0 9px 19px;
    position: relative
}

.sidebar .swm-list-widgets ul li::before {
    content: "\f105";
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    left: 0;
    margin-right: 12px;
    position: absolute;
    top: 9px;
    font-size: 14px;
    margin-top: 0 !important
}

.sidebar .swm-sidebar-widget-box {
    margin-bottom: 30px;
    padding: 30px 25px;
    border-radius: 3px
}

.sidebar .swm-list-widgets {
    display: block;
    clear: both
}

.sidebar .swm-list-widgets .swm-sidebar-ttl h3 {
    margin-bottom: 7px
}

.sidebar .swm-list-widgets .swm-widget-content>ul>li ul,
.sidebar .widget-nav-menu .swm-widget-content>div>ul>li ul {
    padding-right: 0
}

.sidebar .swm-list-widgets .swm-widget-content>ul>li>ul,
.sidebar .widget-nav-menu .swm-widget-content>div>ul>li>ul {
    padding-bottom: 5px
}

.sidebar .widget-calendar .swm-sidebar-ttl h3 {
    margin-bottom: 21px
}

.sidebar .widget-calendar .calendar-wrap {
    margin-top: 4px
}

.sidebar .swm-search-form-input {
    font-size: 90%
}

.sidebar .swm-list-widgets ul li {
    border-bottom: 1px solid
}

.sidebar .swm-list-widgets ul li a {
    margin-right: 3px
}

.sidebar .swm-list-widgets>ul>li:first-child {
    border-top: 0
}

.sidebar .swm-list-widgets ul li ul li {
    padding-left: 15px;
    padding-bottom: 0;
    border: 0
}

.sidebar .swm-list-widgets ul li ul li::before {
    left: -3px
}

.sidebar .swm-list-widgets ul li:last-child {
    padding-bottom: 0;
    border: 0
}

.sidebar tbody {
    font-size: 80%
}

.sidebar tfoot {
    font-size: 90%;
    font-weight: 700
}

.sidebar .tagcloud a {
    border: 0;
    font-weight: 400
}

.sidebar .swm-sidebar-ttl h3 span {
    display: block;
    position: relative;
    padding-left: 36px
}

.sidebar .swm-sidebar-ttl h3 span:after,
.sidebar .swm-sidebar-ttl h3 span:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 0;
    display: block;
    width: 17px;
    height: 4px
}

.sidebar .swm-sidebar-ttl h3 span:after {
    width: 4px;
    left: 21px
}

.footer {
    margin: 0 auto;
    position: relative;
    padding: 0;
    clear: both;
    background-position: center center
}

.footer a {
    text-decoration: none
}

.swm-footer-bg {
    float: left;
    width: 100%;
    text-align: center
}

.swm-footer-widget {
    margin-bottom: 40px;
    text-align: left
}

.swm-footer-widget h3 {
    position: relative
}

.swm-footer-widget h3 a {
    text-decoration: none
}

.swm-footer-widget h3 {
    display: block;
    margin-bottom: 30px
}

.swm-footer-widget h3 span {
    position: relative;
    padding: 0
}

.footer ul {
    padding: 0;
    margin: 0
}

.footer ul li {
    position: relative;
    padding: 7px 0;
    margin-left: 0
}

.footer .swm-list-widgets ul li {
    padding: 3px 0 3px 17px;
    list-style: none
}

.footer .swm-list-widgets div>ul {
    margin-top: -5px
}

.footer .swm-list-widgets ul li::before {
    content: "\f054";
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    left: 0;
    margin-right: 5px;
    position: absolute;
    top: 3px;
    font-size: 10px;
    margin-top: 0 !important
}

.footer ul li i {
    margin-right: 5px
}

.footer ul li a {
    text-decoration: none
}

.footer ul ul {
    padding-left: 0;
    margin: 0
}

.footer ol ol li,
.footer ol ul li,
.footer ul ol li,
.footer ul ul li {
    margin-bottom: 0
}

.footer input,
.footer textarea {
    background: 0 0
}

.footer select {
    margin: 0;
    width: 100%;
    background: 0 0;
    line-height: normal;
    padding: 10px 12px
}

.swm-go-top-scroll-btn-wrap {
    padding: 1px;
    position: fixed;
    right: 20px;
    bottom: 63px;
    display: none;
    z-index: 999
}

#swm-go-top-scroll-btn {
    width: 41px;
    height: 41px;
    line-height: 40px;
    font-size: 18px;
    display: block;
    text-align: center;
    cursor: pointer;
    z-index: 9999999;
    border-radius: 0
}

.swm-large-footer {
    padding: 100px 0 5px 0;
    margin: 0 -15px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    -ms-justify-content: normal;
    justify-content: normal;
    -webkit-align-items: normal;
    -moz-align-items: normal;
    -ms-align-items: normal;
    align-items: normal
}

.swm-large-footer .swm-f-widget,
.swm-large-footer .swm-f-widget:not(:last-child) {
    margin: 0 15px 20px
}

.swm-large-footer.col-1 .swm-f-widget {
    width: calc(100% - 30px)
}

.swm-large-footer.col-2 .swm-f-widget {
    width: calc(50% - 30px)
}

.swm-large-footer.col-3 .swm-f-widget {
    width: calc(33.3% - 30px)
}

.swm-large-footer.col-4 .swm-f-widget {
    width: calc(25% - 30px)
}

.swm-large-footer.col-66-33 .swm-f-widget:nth-child(odd) {
    width: calc(66.6% - 30px)
}

.swm-large-footer.col-66-33 .swm-f-widget:nth-child(even) {
    width: calc(33.3% - 30px)
}

.swm-large-footer.col-33-66 .swm-f-widget:nth-child(odd) {
    width: calc(33.3% - 30px)
}

.swm-large-footer.col-33-66 .swm-f-widget:nth-child(even) {
    width: calc(66.6% - 30px)
}

.swm-large-footer.col-25-75 .swm-f-widget:nth-child(odd) {
    width: calc(25% - 30px)
}

.swm-large-footer.col-25-75 .swm-f-widget:nth-child(even) {
    width: calc(75% - 30px)
}

.swm-large-footer.col-25-25-50 .swm-f-widget {
    width: calc(25% - 30px)
}

.swm-large-footer.col-25-25-50 .swm-f-widget:nth-child(3n) {
    width: calc(50% - 30px)
}

.swm-large-footer.col-50-25-25 .swm-f-widget {
    width: calc(25% - 30px)
}

.swm-large-footer.col-50-25-25 .swm-f-widget:first-child,
.swm-large-footer.col-50-25-25 .swm-f-widget:nth-child(3n+1) {
    width: calc(50% - 30px)
}

.swm-large-footer.col-25-50-25 .swm-f-widget {
    width: calc(25% - 30px)
}

.swm-large-footer.col-25-50-25 .swm-f-widget:nth-child(2),
.swm-large-footer.col-25-50-25 .swm-f-widget:nth-child(3n+2) {
    width: calc(50% - 30px)
}

.swm-large-footer.col-51-38-38-54-49 .swm-f-widget:nth-child(5n+1) {
    width: calc(21.25% - 30px)
}

.swm-large-footer.col-51-38-38-54-49 .swm-f-widget:nth-child(5n+2) {
    width: calc(15.83% - 30px)
}

.swm-large-footer.col-51-38-38-54-49 .swm-f-widget:nth-child(5n+3) {
    width: calc(15.83% - 30px)
}

.swm-large-footer.col-51-38-38-54-49 .swm-f-widget:nth-child(5n+4) {
    width: calc(26.67% - 30px)
}

.swm-large-footer.col-51-38-38-54-49 .swm-f-widget:nth-child(5n) {
    width: calc(20.42% - 30px)
}

@media screen and (max-width:991px) {
    .swm-large-footer {
        padding-top: 80px
    }

    #footer .swm-large-footer.col-4 .swm-f-widget {
        width: calc(50% - 30px)
    }

    #footer .swm-large-footer .swm-f-widget {
        width: calc(33.3333% - 30px)
    }

    #footer .swm-large-footer.col-51-38-38-54-49 .swm-f-widget:nth-child(5n) {
        width: calc(66.6666% - 30px)
    }
}

@media screen and (max-width:767px) {
    .swm-large-footer {
        width: calc(100% + 30px)
    }

    #footer .swm-large-footer.col-4 .swm-f-widget,
    .swm-large-footer.col-2 .swm-f-widget,
    .swm-large-footer.col-25-25-50 .swm-f-widget,
    .swm-large-footer.col-25-50-25 .swm-f-widget,
    .swm-large-footer.col-25-75 .swm-f-widget,
    .swm-large-footer.col-3 .swm-f-widget,
    .swm-large-footer.col-33-66 .swm-f-widget,
    .swm-large-footer.col-50-25-25 .swm-f-widget,
    .swm-large-footer.col-66-33 .swm-f-widget {
        width: calc(100% - 30px)
    }

    #footer .swm-large-footer .swm-f-widget {
        width: calc(50% - 30px)
    }

    #footer .swm-large-footer .swm-f-widget:nth-child(2n+1):last-child {
        width: calc(100% - 30px)
    }
}

@media screen and (max-width:460px) {
    #footer .swm-large-footer .swm-f-widget {
        width: calc(100% - 30px)
    }
}

.swm_contact_footer {
    position: relative
}

.swm_contact_footer .swm_contact_footer_holder.swm_row {
    margin: 0
}

.swm_cf_icon {
    font-size: 14px;
    background: rgba(255, 255, 255, .05);
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    float: left;
    border-radius: 100%
}

.swm-cf-column {
    min-height: 30px;
    line-height: 30px;
    padding: 23px 30px;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swm-cf-column a {
    text-decoration: none
}

.swm-cf-title {
    font-size: 110%
}

.swm-cf-subtitle,
.swm-cf-title {
    display: block;
    padding-left: 68px
}

.swm-cf-subtitle {
    line-height: 1;
    margin-top: 2px;
    opacity: .6
}

.swm_contact_footer:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 100%;
    border-top: 1px dashed;
    z-index: 0
}

.swm-cf-m-column .swm_cf_icon {
    background: rgba(255, 255, 255, .07)
}

.swm_contact_footer .swm-row {
    margin: 0
}

.swm_cf_icon {
    margin-top: 1px;
    font-size: 20px
}

.swm-small-footer {
    min-height: 67px;
    padding: 25px 0 25px;
    text-align: center
}

.swm-small-footer p {
    line-height: 30px;
    padding-top: 4px;
    margin-bottom: 21px
}

.swm-small-footer ul.footer_menu {
    margin: 0 30px
}

.swm-small-footer a {
    text-decoration: none
}

.swm-small-footer ul.footer_menu li {
    display: inline-block;
    padding: 0;
    margin: 0;
    border: 0
}

.swm-small-footer ul.footer_menu li i {
    margin-right: 8px
}

.swm-small-footer ul.footer_menu {
    padding: 0;
    display: inline-block
}

.swm-small-footer ul.footer_menu li:after {
    content: '/';
    width: 20px;
    padding: 0 8px 0 10px;
    margin: 0;
    opacity: .5
}

.swm-small-footer ul.footer_menu li:last-child:after {
    display: none
}

.swm-post-content {
    position: relative;
    min-height: 100px;
    height: 100%;
    margin-bottom: 45px;
    clear: both
}

.swm-post-button {
    margin-top: 30px;
    margin-bottom: 8px
}

.single .swm-post-content {
    margin-bottom: 0
}

.swm-post-image audio,
.swm-post-image iframe {
    display: block
}

.swm-posts-list {
    position: relative
}

.swm-post-content-block {
    padding: 41px 50px 40px;
    margin-bottom: 50px;
    border: 2px solid #f3f3f3;
    border-radius: 3px
}

.swm-no-pf-image .swm-post-content-block {
    border-radius: 3px
}

.single .swm-post-content-block {
    padding-bottom: 20px
}

.bypostauthor {
    display: inline-block
}

.swm-post-image,
.swm-post-image img {
    display: block;
    position: relative;
    z-index: 3
}

.swm-post-image {
    padding: 0;
    display: block;
    margin-bottom: -2px
}

.swm-post-image img {
    margin: 0;
    position: relative;
    z-index: 1;
    border-radius: 3px 3px 0 0
}

.swm-post-meta {
    margin-bottom: 15px;
    display: block
}

.swm-post-meta-box-single {
    font-size: 90%
}

.swm-post-meta ul {
    padding: 0;
    margin: 0
}

.swm-post-meta ul li {
    list-style: none;
    display: inline-block;
    float: left;
    margin: 0 25px 0 0;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 30px
}

.swm-post-meta ul li:last-child {
    margin: 0
}

.swm-post-meta ul li i {
    margin-right: 8px
}

.swm-post-meta-box-single .swm-post-meta ul li i {
    margin-right: 8px
}

.swm-post-meta ul li.swm-post-date {
    letter-spacing: 2px;
    margin-right: 19px
}

.swm-post-date span {
    float: left
}

.swm-post-date-line {
    display: inline-block;
    width: 40px;
    height: 30px;
    position: relative;
    margin-left: 15px
}

.swm-post-date-line:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    left: 0;
    top: 50%;
    margin-top: -1px;
    display: block;
    background: red
}

.swm-post-meta ul li.swm-post-date i {
    display: none
}

h5.swm-single-tag-title span {
    font-size: 20px
}

.swm-post-single-tags a {
    padding: 12px 20px;
    line-height: 20px;
    display: inline-block;
    margin: 0 6px 6px 0;
    font-size: 95%;
    border-radius: 3px;
    border: 2px solid #f3f3f3;
    font-weight: 700
}

.swm-post-single-tags {
    margin-bottom: 50px;
    display: block;
    width: 100%
}

.swm-tags-pagination-border {
    display: block;
    width: 100%;
    height: 1px;
    background: #e6e6e6;
    margin-bottom: 50px
}

.swm-post-single-pagination {
    display: flex;
    clear: both;
    margin: 0 0 50px 0;
    position: relative;
    width: 100%
}

.swm-pp-arrow {
    font-size: 20px;
    line-height: 28px
}

.swm-next-prev-box {
    width: 50%;
    display: inline-block;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    word-break: normal
}

.swm-next-prev-text {
    text-transform: uppercase;
    font-size: 90%;
    letter-spacing: 1px;
    margin-bottom: 15px;
    display: block
}

.swm-pp-next {
    text-align: right;
    padding-left: 25px
}

.swm-pp-prev {
    padding-right: 25px
}

.no-prev-link .swm-pp-next {
    padding-left: 0
}

.swm-pp-link span {
    display: block;
    overflow: hidden
}

.swm-pp-link-text {
    font-size: 90%;
    padding-bottom: 1px
}

.swm-pp-next:after,
.swm-pp-prev:before {
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%
}

.swm-pp-prev:before {
    right: 0
}

.swm-pp-next:after {
    left: -1px
}

.no-next-link .swm-pp-prev:before,
.no-prev-link .swm-pp-next:after {
    display: none
}

.no-next-link .swm-next-prev-box,
.no-prev-link .swm-next-prev-box {
    width: 100%;
    text-align: left
}

.gyan-single-next-prev-tiny-img {
    width: 72px;
    height: 72px;
    display: block;
    position: relative
}

.swm-pp-prev .gyan-single-next-prev-tiny-img {
    float: left;
    margin-right: 20px
}

.swm-pp-next .gyan-single-next-prev-tiny-img {
    float: right;
    margin-left: 20px
}

.swm-pp-link-title {
    overflow: hidden;
    display: block
}

.swm-pp-link-title span {
    display: block
}

.swm-pp-link-title span.swm-heading-text {
    font-size: 20px;
    line-height: 1.4;
    margin-top: -5px
}

.swm-about-author-box {
    clear: both;
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 50px
}

.swm-about-author {
    position: relative;
    clear: both;
    display: block;
    margin: 0
}

.swm-about-author-left-bg {
    position: absolute;
    left: -355px;
    top: -100px;
    width: 600px;
    height: 600px;
    z-index: 0;
    display: block;
    border-radius: 100%
}

.single .swm-about-author {
    padding: 55px 45px 45px;
    border-radius: 3px
}

.swm-about-author-left {
    float: left;
    margin-right: 25px;
    margin-top: 37px
}

.swm-about-author-left span {
    display: block;
    font-size: 85%
}

.swm-about-author-name {
    font-size: 24px;
    line-height: 1;
    font-weight: 600
}

.swm-about-author img {
    float: left;
    margin: 0 30px 0 0;
    width: 148px;
    height: 148px;
    border-radius: 100%
}

.swm-about-author p {
    padding-left: 0;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 100%
}

.swm-about-author-biotext {
    overflow: hidden
}

.swm-about-author-biotext-title {
    margin: 0 0 32px 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1
}

.swm-author-page-box .swm-about-author {
    margin: 0
}

body.author .swm-author-page-box .swm-content-wrap {
    width: 100%
}

body.author .swm-about-author-box {
    padding: 0
}

body.author .swm-about-author {
    padding: 35px
}

.swm-site-content h5.swm-single-pg-titles {
    margin-bottom: 22px
}

#respond h3,
.swm-single-pg-titles {
    margin: 0
}

ul.swm-post-author-icon {
    padding: 0;
    margin: 9px 0 0 0
}

ul.swm-post-author-icon li {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0 10px 10px 0;
    font-size: 13px;
    width: 38px;
    height: 38px;
    display: inline-block;
    line-height: 38px;
    text-align: center
}

ul.swm-post-author-icon li a {
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid;
    border-radius: 100%
}

.swm-author-page-box {
    margin-bottom: 70px
}

.swm-about-author-title-subtitle span {
    display: block;
    font-size: 95%;
    opacity: .8
}

.swm-about-author-title-subtitle {
    margin-bottom: 6px
}

#comments,
.swm-container p.swm-nocomments {
    margin-top: 70px;
    padding: 0;
    clear: both;
    position: relative;
    font-size: 100%
}

#comment-wrap {
    position: relative;
    margin-bottom: 50px
}

#comment-wrap>ol {
    margin-left: 0
}

#comment-wrap p {
    margin: 0 0 10px 0;
    font-size: 100%
}

#comment-wrap .comment-text>p:last-child {
    margin-bottom: 0
}

#comments p.swm-nocomments {
    padding: 0;
    clear: both;
    margin: 0;
    border: 0
}

.comment-body {
    position: relative;
    padding: 0
}

.comment-avatar {
    float: left;
    display: inline-block;
    position: relative
}

.comment-avatar img {
    display: inline-block;
    width: 60px;
    height: 60px;
    float: left;
    border-radius: 3px
}

.comment-postinfo {
    margin-left: 80px;
    position: relative
}

.comment-author {
    font-size: 105%;
    display: inline-block
}

.comment-author,
.comment-author a {
    text-decoration: none;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px
}

.comment-date {
    font-size: 90%;
    display: block;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 10px
}

.comment-date i {
    margin-right: 5px
}

.comment-content {
    padding: 0;
    position: relative;
    float: left;
    z-index: 1;
    width: 100%
}

.comment-text {
    padding-top: 5px
}

.comment-edit-link {
    display: inline-block;
    font-size: 90%
}

.swm-comment-reply {
    display: block;
    position: relative;
    float: right;
    margin-top: 12px
}

#comments .swm-comment-reply a.comment-reply-link,
#comments .swm-comment-reply a.comment-reply-login {
    padding: 8px 14px 7px;
    border-radius: 3px;
    display: block;
    width: auto;
    text-decoration: none;
    font-size: 80%;
    line-height: 17px;
    cursor: pointer;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 700
}

#comments .swm-comment-reply a.comment-reply-link i {
    font-size: 12px;
    margin-right: 4px
}

a.comment-reply-link {
    background: #f5f5f5
}

#comments .swm-comment-reply a.comment-reply-link {
    text-align: center;
    margin: 0;
    display: block
}

#comment-wrap ol.commentlist li ul.children {
    padding-left: 70px
}

#comment-wrap ol {
    padding: 0;
    margin: 0
}

#comment-wrap ol ul li {
    margin: 0
}

#comment-wrap ol li ul {
    padding-bottom: 0
}

#comment-wrap ol li.comment,
#content #comment-wrap ol li.post.pingback {
    list-style: none;
    margin-left: 0;
    padding: 0
}

#comment-wrap ol>li.comment:first-child {
    border-top: 0;
    padding-top: 0
}

#comment-wrap ol>li.comment:first-child .comment-content {
    padding-top: 0
}

#comment-wrap ol.commentlist li.comment ul.children {
    margin: 0 0 1px 0
}

#comment-wrap ol.commentlist li article {
    border-bottom: 1px solid #f2f2f2;
    padding: 40px 0;
    display: block
}

#comment-wrap ol.commentlist>li:first-child>article {
    padding-top: 10px
}

#comment-wrap ol li.comment .comment-text>ol {
    margin: 0 0 1.42em 30px
}

#comment-wrap ol li.comment .comment-text ol+h2 {
    margin-top: 1.42em
}

#commentform p.logged-in-as {
    margin-bottom: 35px;
    margin-top: -20px;
    font-size: 90%
}

#respond {
    position: relative;
    clear: both;
    padding: 0
}

#comments #respond:after,
#comments #respond:before {
    display: none
}

#respond h3 {
    padding: 0;
    margin: 0 0 20px 0
}

#respond h3 i {
    margin-right: 10px
}

#comments #respond h3 {
    border: 0;
    margin: 0;
    text-align: left;
    padding: 0
}

#comments #respond h3 i {
    display: none
}

#comments #respond {
    padding: 30px 0 10px 0;
    border: 0;
    width: 100%;
    margin: 0
}

#comments #respond #commentform {
    padding: 0;
    border: 0
}

#respond h3 small a#cancel-comment-reply-link {
    display: block;
    text-decoration: none;
    font-size: 15px;
    padding: 5px 0 10px 0;
    color: red
}

#respond .form-allowed-tags,
#respond p.comment-notes {
    display: none
}

#comments #respond h3.comment-reply-title span:after,
#comments #respond h3.comment-reply-title:after {
    display: none
}

#commentform {
    padding: 0;
    display: block
}

#commentform label {
    clear: both;
    font-weight: 400
}

#commentform textarea#comment {
    width: 100%;
    clear: both;
    margin: 0 0 15px 0;
    height: 150px
}

#commentform input[type=text] {
    width: 50%;
    float: left;
    display: inline-block;
    clear: both
}

#commentform input[type=text],
#commentform textarea,
input[type=password] {
    font-size: 90%;
    padding: 14px 60px 14px 23px;
    margin-bottom: 20px;
    font-size: 95%;
    text-indent: 0;
    width: calc(100% - 10px);
    font-weight: 700
}

#commentform .comment-form-author input[type=text] {
    padding-right: 68px
}

#commentform textarea {
    min-height: 180px;
    padding: 20px 60px 20px 20px
}

#commentform p {
    width: auto;
    margin: 0
}

input[type=password] {
    margin-bottom: 0;
    display: inline-block
}

#commentform .hidden {
    display: none
}

input[type=submit] {
    display: inline;
    font-weight: 700
}

#commentform p.comment-form-author,
#commentform p.comment-form-email {
    width: 50%;
    float: left
}

#commentform p.comment-form-email input[type=text] {
    margin-right: 0;
    float: right;
    margin-left: 12px
}

#commentform p.comment-form-comment {
    width: 100%;
    float: left
}

#commentform p.form-submit {
    clear: both;
    margin-top: 10px;
    display: inline-block;
    float: left;
    margin-bottom: 30px
}

.post-password-form input[type=submit] {
    margin-top: 27px;
    line-height: 31px
}

p.comment-form-cookies-consent {
    float: left;
    padding-bottom: 10px
}

p.comment-form-cookies-consent label {
    display: inline;
    margin-left: 10px
}

.comment-respond label {
    display: none
}

.swm-post-single-content .swm-pagination-menu {
    margin: 50px 0
}

.comment-form-author,
.comment-form-comment,
.comment-form-email {
    display: block;
    position: relative
}

.comment-form-author:before,
.comment-form-comment:before,
.comment-form-email:before {
    content: '\f4ad';
    position: absolute;
    right: 23px;
    top: 0;
    font-size: 16px;
    font-weight: 400;
    font-family: "Font Awesome 5 Free";
    display: block;
    width: 16px;
    height: 16px;
    margin-top: 14px;
    text-align: center
}

.comment-form-author:before {
    content: '\f007';
    right: 31px
}

.comment-form-email:before {
    content: '\f2b6'
}

.swm-related-posts-wrap {
    clear: both;
    margin-bottom: 26px
}

.swm-related-posts ul {
    padding: 0;
    margin: 0
}

.swm-related-posts ul li {
    float: left;
    padding: 0;
    list-style: none;
    position: relative;
    font-size: 95%
}

.swm-related-link {
    margin: 0;
    font-size: 110%;
    font-weight: 500;
    line-height: 1.5em
}

.swm-related-link a {
    margin-bottom: 0
}

.swm-related-posts ul li img {
    height: auto;
    max-width: 100%;
    width: 100%
}

.swm-related-post-text {
    display: block;
    text-align: left;
    clear: both;
    padding-top: 20px
}

.swm-related-post-text span {
    display: block
}

.swm-related-post-text span.swm-related-date {
    font-size: 90%;
    opacity: .9
}

.swm-related-posts ul {
    margin: 0 -12px
}

.swm-single-related-posts-1 .swm-related-posts ul li {
    margin: 0 12px 30px 12px;
    width: calc(100% - 24px)
}

.swm-single-related-posts-2 .swm-related-posts ul li {
    margin: 0 12px 30px 12px;
    width: calc(50% - 24px)
}

.swm-single-related-posts-3 .swm-related-posts ul li {
    margin: 0 12px 30px 12px;
    width: calc(33.3% - 24px)
}

.swm-single-related-posts-4 .swm-related-posts ul li {
    margin: 0 12px 30px 12px;
    width: calc(25% - 24px)
}

@media only screen and (max-width:767px) {
    .swm-related-posts ul {
        margin: 0
    }

    .swm-single-related-posts-1 .swm-related-posts ul li,
    .swm-single-related-posts-2 .swm-related-posts ul li,
    .swm-single-related-posts-3 .swm-related-posts ul li,
    .swm-single-related-posts-4 .swm-related-posts ul li {
        margin: 0 0 40px 0;
        width: 100%
    }
}

.swm-pagination-wrap {
    width: auto;
    margin: 0 auto 30px;
    text-align: center
}

.swm-pagination {
    width: auto;
    display: inline-block
}

.swm-pagination-menu {
    margin-bottom: 30px
}

.swm-pagination .page-numbers.current,
.swm-pagination a,
.swm-pagination-menu>a,
.swm-pagination-menu>span {
    text-align: center;
    margin: 0 5px 10px 5px;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 43px;
    font-weight: 500;
    font-size: 105%;
    float: left
}

.swm-pagination .page-numbers.dots {
    float: left
}

.swm-pagination a.next.page-numbers,
.swm-pagination a.prev.page-numbers {
    border-radius: 3px;
    line-height: 43px
}

.swm-pagination a.prev.page-numbers {
    margin-right: 5px
}

.swm-pagination a.next.page-numbers {
    margin-left: 5px
}

.swm-pagination .page-numbers.current {
    font-weight: 500
}

.swm-comments-pagination {
    margin-top: 20px
}

.swm-pagination a.page-numbers i {
    font-size: 14px;
    width: 45px;
    height: 45px;
    line-height: 43px;
    text-align: center
}

.swm-pagination a.page-numbers i.fa-angle-double-left {
    margin-left: -2px
}

.swm-pagination a.page-numbers i.fa-angle-double-right {
    margin-right: -2px
}

.swm-pagination .page-numbers,
.swm-pagination a,
.swm-pagination-menu>a,
.swm-pagination-menu>span {
    border-radius: 3px
}

.swm-next-prev-pagination {
    font-weight: 700;
    font-size: 85%;
    clear: both;
    display: block
}

.swm-container .swm-next-prev-pagination a,
.swm-next-prev-pagination a {
    padding: 10px 18px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.swm-next-prev-pagination a:hover {
    text-decoration: none
}

.swm-next-prev-pagination .post-prev {
    float: left
}

.swm-next-prev-pagination .post-prev span {
    margin-right: 5px
}

.swm-next-prev-pagination .post-next {
    float: right;
    text-align: right
}

.swm-next-prev-pagination .post-next span {
    margin-left: 5px
}

.swm-pagination a.next.page-numbers i {
    margin-left: -1px;
    margin-right: 0
}

.swm-search-featured-img {
    float: left;
    margin-right: 25px
}

.swm-search-featured-img img {
    width: 150px;
    padding: 0
}

.swm-search-blank-img span {
    width: 150px;
    height: 150px;
    background: url(//bizix.premiumthemes.in/wp-content/themes/biz/css/../images/search-no-image.png);
    display: block
}

.swm-search-page-text {
    overflow: hidden
}

.swm-site-content h2.swm-search-pg-subtitle {
    margin-bottom: 40px;
    display: block
}

ul.swm-search-list {
    padding: 0;
    margin: 0
}

ul.swm-search-list>li {
    list-style: none;
    margin: 0 0 -1px 0;
    padding: 0 0 40px
}

ul.swm-search-list>li h5 {
    margin: 0;
    display: block
}

ul.swm-search-list>li h5 span {
    display: block
}

.swm-page-box-content.search-pg-form form {
    width: 70%
}

.swm-page-box-content.search-pg-form {
    padding: 30px
}

.swm-search-page-readmore {
    margin-top: -15px
}

.swm-search-page-readmore a {
    font-weight: 700
}

.swm-search-page-readmore a i {
    margin-left: 5px
}

.swm-search-excerpt {
    font-size: 90%
}

.swm-search-meta {
    font-weight: 400;
    padding-bottom: 15px
}

.swm-search-meta {
    position: relative;
    margin: 0;
    display: block
}

.swm-search-meta ul {
    padding: 0;
    margin: 0
}

.swm-search-meta ul li {
    list-style: none;
    display: inline-block;
    margin: 0 9px 0 14px;
    padding: 5px 0 0 0;
    font-size: 90%;
    position: relative
}

.swm-search-meta ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    margin-top: -1px;
    margin-left: -15px;
    border-radius: 50%;
    background: #aaa;
    display: block
}

.swm-search-meta ul li:first-child:before {
    display: none
}

.swm-search-meta ul li:first-child {
    margin-left: 0
}

.swm-search-meta ul li:last-child {
    margin-right: 0
}

.swm-search-author {
    font-weight: 700
}

.search-no-results h4.swm-search-pg-subtitle,
h4.swm-no-search-result-title {
    display: block;
    clear: both
}

.swm-search-page-no-result-text form {
    display: inline-block;
    float: none;
    position: relative;
    margin-bottom: 0;
    max-width: 600px;
    width: 100%
}

.swm-search-page-no-result-text .swm-search-form_inner {
    max-width: 600px
}

.swm-search-page-no-result-text form input[type=text].swm-search-form-input {
    max-width: 600px;
    width: 100%;
    position: relative;
    padding-left: 15px
}

.swm-search-page-no-result-text form button.swm-search-button {
    position: absolute;
    top: 0;
    right: 0;
    background: 0 0;
    padding: 17px 20px 12px 12px;
    line-height: 24px;
    height: 24px
}

.swm-search-page-no-result-title {
    font-size: 120%;
    margin-bottom: 10px
}

.swm-search-page-no-result-text form input[type=text].swm-search-form-input {
    border-width: 2px;
    padding: 14px 25px;
    font-size: 16px
}

.swm-search-list .swm-search-form_inner button,
.swm-search-list .swm-search-form_inner button:hover {
    color: #000538;
    width: 40px;
    height: 40px;
    margin: 5px 10px
}

body.swm-stickyOn.page-template-blank .swm-containers-holder {
    margin-top: 0
}

body.page-template-blank {
    display: table;
    height: 100%;
    width: 100%;
    position: absolute;
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    overflow-x: hidden;
    clear: both
}

.blank-pg-wrap {
    display: table-cell;
    float: none;
    vertical-align: middle;
    overflow: visible;
    width: 100%;
    max-width: none
}

.blank-pg-holder>.vc_row {
    margin: 0
}

.swm-error-page-content {
    display: block;
    text-align: center;
    margin: 0 0 40px
}

.swm-error-page-number {
    font-size: 5em;
    display: block;
    line-height: 1
}

.swm-error-page-title {
    display: block;
    margin: 30px 0 10px;
    font-size: 1.9em
}

.swm-error-page-button {
    margin-top: 35px
}

.swm-error-page-button i {
    margin-left: 10px
}

.swm-error-page-subtitle {
    max-width: 400px;
    display: block;
    margin: 0 auto;
    text-align: center
}

.swm-error-page-content {
    text-align: center;
    padding-top: 50px
}

.sidebar select,
.swm-sidepanel select {
    width: 100%;
    margin: 7px 0 0 0;
    padding: 10px 12px;
    background: #fff url(//bizix.premiumthemes.in/wp-content/themes/biz/css/../images/select.png) no-repeat right 11px;
    line-height: normal;
    border-radius: 3px
}

.archives-link ul li ul li:first-child {
    border: 0
}

.sidebar .textwidget>p>img,
.swm-sidepanel .textwidget>p>img {
    margin-top: 5px
}

.sidebar form,
.swm-sidepanel form {
    margin-bottom: 0
}

.sidebar label,
.swm-sidepanel label {
    margin-bottom: 10px;
    font-size: 100%
}

.swm-sidebar-widget-box ul.menu li a i,
.swm-sidepanel-widget-box ul.menu li a i {
    padding-right: 7px
}

a.rsswidget {
    font-weight: 700
}

span.rss-date {
    font-size: 80%
}

.sidebar .adwrap,
.swm-sidepanel .adwrap {
    padding: 15px 24px 15px 24px
}

.sidebar .tagcloud,
.swm-sidepanel .tagcloud {
    margin: 0 -10px 0 0
}

.tagcloud a {
    padding: 5px 13px;
    line-height: 23px;
    font-size: 75%;
    font-weight: 700;
    float: left;
    text-decoration: none;
    margin: 0 10px 10px 0;
    display: inline-block;
    width: auto;
    background: 0 0;
    border: 1px solid;
    border-radius: 3px
}

#calendar-wrap {
    width: 100%
}

#wp-calendar {
    margin: 0;
    font-size: 100%
}

.widget-calendar {
    float: left;
    width: 100%
}

#wp-calendar {
    width: 100%
}

table#wp-calendar {
    border: none
}

#wp-calendar caption {
    text-align: center;
    font-size: 100%;
    margin: 0;
    font-weight: 700;
    border-bottom: 0;
    padding: 7px 0
}

#wp-calendar thead {
    font-size: 90%
}

#wp-calendar thead th,
table#wp-calendar thead th {
    padding: 3px 6px;
    text-align: center
}

#wp-calendar tbody td,
table#wp-calendar tbody td {
    text-align: center;
    padding: 6px
}

#wp-calendar tbody td a {
    font-weight: 700
}

#wp-calendar tbody .pad {
    background: 0 0
}

#wp-calendar tfoot #next {
    font-size: 90%;
    text-transform: uppercase;
    text-align: right;
    vertical-align: baseline
}

#wp-calendar tfoot #prev {
    font-size: 90%;
    text-transform: uppercase;
    padding-top: 10px
}

#wp-calendar tfoot tr td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    padding: 0;
    vertical-align: baseline
}

.sidebar #wp-calendar tr:first-child th,
.swm-sidepanel #wp-calendar tr:first-child th {
    border: 0
}

.footer table {
    line-height: 20px
}

.footer table caption {
    line-height: 25px
}

.widget_search form {
    margin: 0
}

.widget_search .swm-search-form {
    margin: 0;
    clear: both;
    display: block;
    position: relative
}

.widget_search .swm-search-form .screen-reader-text {
    display: block
}

.widget_search .swm-search-form input[type=text] {
    margin: 0;
    width: 100%;
    padding: 13px 13px 12px 20px;
    position: relative;
    border-width: 2px;
    font-size: 100%;
    border-radius: 3px
}

.widget_search .swm-search-form #s {
    width: 100%;
    outline: 0;
    height: 40px;
    background: 0 0;
    padding-left: 15px
}

.widget_search .swm-search-form button.swm-search-button {
    background: 0 0;
    width: 40px;
    line-height: 46px;
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    font-size: 15px;
    border: 0;
    height: 39px;
    position: absolute;
    right: 0;
    text-align: center;
    margin-top: 5px;
    box-shadow: none;
    text-shadow: none;
    padding: 0;
    position: absolute;
    right: 5px;
    top: 0
}

#content .sidebar .wp-caption p,
#content .swm-sidepanel .wp-caption p {
    margin: 0
}

.wp-caption {
    border: 0;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    max-width: 100%;
    clear: both
}

.wp-caption img {
    padding: 0;
    margin: 0
}

.wp-caption p {
    padding: 0 10px;
    margin: 0;
    font-style: italic
}

p.wp-caption-text {
    margin: 0;
    padding: 10px
}

.sidebar .textwidget img,
.swm-sidepanel .textwidget img {
    display: block
}

.sidebar .textwidget p.wp-caption-text img,
.swm-sidepanel .textwidget p.wp-caption-text img {
    display: inline-block
}

.sidebar .wp-caption,
.swm-sidepanel .wp-caption {
    border: 0;
    display: block;
    margin-bottom: 15px
}

.sidebar ul li span.post-date,
.swm-sidepanel ul li span.post-date,
.widget ul li span.post-date {
    font-size: 80%
}

.sidebar ul li span.post-date:before,
.swm-sidepanel ul li span.post-date:before,
.widget ul li span.post-date:before {
    content: "- "
}

.alignright {
    float: right
}

.alignleft {
    float: left
}

footer table#wp-calendar tbody td {
    font-size: 90%
}

#footer.footer #wp-calendar thead th {
    background: rgba(255, 255, 255, .05);
    color: #fff;
    padding: 4px 6px
}

figure blockquote.has-text-color.has-very-dark-gray-color {
    border-left: 0;
    padding: 0;
    margin-bottom: 0
}

.wp-block-quote[style="text-align:right"] {
    border-width: 0 4px 0 0;
    border-style: solid;
    padding: 0 25px 0 0
}

.swm-site-content blockquote.wp-block-quote.is-style-large {
    border: 0;
    padding: 0
}

.wp-block-pullquote::before {
    content: "\f10e";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    margin: 0 auto 20px
}

.wp-block-pullquote blockquote {
    border: 0;
    padding: 0;
    text-align: center
}

.wp-block-pullquote.is-style-solid-color blockquote {
    text-align: center
}

.wp-block-pullquote.is-style-solid-color {
    position: relative;
    margin-top: 4rem;
    margin-bottom: 4rem
}

.wp-block-pullquote.is-style-solid-color cite {
    margin: 0
}

.wp-block-pullquote.is-style-solid-color::before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(-50%) translateX(-50%)
}

.wp-block-pullquote.is-style-solid-color {
    padding: 3rem 2rem
}

.wp-block-pullquote blockquote {
    border: none;
    margin: 0;
    padding: 0
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 40%
}

.wp-block-cover {
    margin-bottom: 30px
}

.alignwide {
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto
}

.alignfull,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft {
    margin-bottom: 50px
}

.alignfull {
    width: 100%
}

.swm-site-content .has-large-font-size {
    font-size: 1.25em;
    line-height: 1.4
}

.swm-site-content .wp-block-media-text__content {
    padding: 1.8rem 3rem
}

.wp-block-media-text__content p {
    margin: 15px 0
}

.wp-block-separator.is-style-dots::before {
    font-size: 2.5rem
}

a.wp-block-button__link {
    margin-bottom: 20px
}

.is-style-outline {
    color: #32373c
}

.wp-block-button {
    margin-bottom: 30px
}

.is-style-outline .wp-block-button__link {
    background: 0 0;
    line-height: 26px
}

.wp-block-audio,
.wp-block-image,
.wp-block-video,
figure {
    margin-bottom: 50px
}

.wp-block-gallery {
    margin-bottom: 34px
}

.wp-block-file a.wp-block-file__button {
    border-radius: 3px
}

.wp-block-file a:not(.wp-block-file__button):not(:last-child) {
    margin-right: 1rem
}

.wp-block-image .alignleft {
    margin: 25px 25px 25px 0
}

.wp-block-file {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.swm-post-format figure {
    margin-bottom: 0;
    text-align: center
}

.swm-post-format figure img {
    margin: 0 auto
}

.swm-site-content blockquote,
blockquote {
    margin-bottom: 50px
}

.wp-block-pullquote blockquote {
    margin: 0
}

.wp-block-pullquote {
    padding: 1em 0 0 0
}

@media only screen and (max-width:979px) {
    .swm-site-content .wp-block-media-text__content {
        padding: 1.8rem 2.5rem
    }
}

@media only screen and (max-width:767px) {
    .swm-site-content .wp-block-media-text__content {
        padding: 1rem 1.5rem
    }
}

@media (min-width:600px) {

    .blocks-gallery-grid.columns-3 .blocks-gallery-image,
    .blocks-gallery-grid.columns-3 .blocks-gallery-item,
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        margin-right: 0
    }
}

.swm-site-content {
    background: #fff
}

.swm-content-border {
    border-color: #e6e6e6
}

.tooltipster-default {
    background: #222;
    color: #fff
}

.inline-link,
.inlineLink {
    background: #f5f5f5
}

.swm-loader span {
    border: 6px solid #000
}

.swm-pp-view-all span {
    background: #fff
}

.swm-pp-view-all:after {
    background: #f2f2f2
}

body.swm-l-boxed.swm-boxed-light-shadow #swm-wrap {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .25)
}

body.swm-l-boxed.swm-boxed-medium-shadow #swm-wrap {
    -webkit-box-shadow: 1px 1px 22px 1px rgba(0, 0, 0, .21);
    -moz-box-shadow: 1px 1px 22px 1px rgba(0, 0, 0, .21);
    box-shadow: 1px 1px 22px 1px rgba(0, 0, 0, .21)
}

body.swm-l-boxed.swm-boxed-dark-shadow #swm-wrap {
    -webkit-box-shadow: 1px 1px 48px 1px rgba(0, 0, 0, .35);
    -moz-box-shadow: 1px 1px 48px 1px rgba(0, 0, 0, .35);
    box-shadow: 1px 1px 48px 1px rgba(0, 0, 0, .35)
}

.comment-date {
    color: #777
}

#commentform input[type=text],
#commentform textarea,
input[type=password] {
    border: 2px solid #eee
}

.sidebar .widget_search .swm-search-form input[type=text] {
    background: #fff
}

.sidebar table#wp-calendar tbody {
    background: #fff
}

.gyan-pagination .page-numbers,
.gyan-pagination a,
.gyan-pagination-menu>a,
.gyan-pagination-menu>span,
.swm-pagination .page-numbers,
.swm-pagination a,
.swm-pagination-menu>a,
.swm-pagination-menu>span {
    border: 2px solid #f3f3f3
}

.gyan-next-prev-pagination a,
.swm-container .swm-next-prev-pagination a,
.swm-next-prev-pagination a {
    border: 2px solid #f3f3f3;
    color: #676767
}

.gyan-pagination span.page-numbers.dots,
.swm-pagination span.page-numbers.dots {
    border: 0
}

.swm-site-content .gyan-pagination a.page-numbers,
.swm-site-content .gyan-pagination-menu a,
.swm-site-content .swm-pagination a.page-numbers,
.swm-site-content .swm-pagination-menu a {
    color: #676767
}

.gyan-next-prev-pagination a:hover,
.gyan-pagination .page-numbers.current,
.gyan-pagination a.page-numbers:hover,
.gyan-pagination-menu a:hover,
.gyan-pagination-menu>a:hover,
.gyan-pagination-menu>span,
.swm-next-prev-pagination a:hover,
.swm-pagination .page-numbers.current,
.swm-pagination a.page-numbers:hover,
.swm-pagination-menu a:hover,
.swm-pagination-menu>a:hover,
.swm-pagination-menu>span,
.swm-site-content a.post-page-numbers:hover,
span.post-page-numbers.current {
    background: #f3f3f3;
    border-color: transparent
}

ul.swm-search-list>li {
    border: 0
}

.swm-search-page-no-result-text form button.swm-search-button {
    color: #032e42
}

abbr,
acronym {
    border-bottom: 1px dotted #ccc
}

td,
th {
    border-color: #e6e6e6
}

table thead {
    background: rgba(0, 0, 0, .05)
}

input,
input[type=search],
select,
textarea {
    border: 2px solid #e6e6e6
}

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,
textarea:focus {
    border-color: #555
}

@media print {
    * {
        color: #000 !important
    }

    blockquote,
    pre {
        border: 1px solid #999
    }
}

.border {
    border: 1px solid rgba(0, 0, 0, .1)
}

.image-border {
    border: 1px solid #ececec
}

pre {
    border: 1px solid #e6e6e6;
    background: #f5f5f5;
    color: #444
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, .7)
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, .9);
    cursor: default
}

.flex-control-paging li a {
    background: #666;
    background: rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3)
}

.swm-slider-box .flex-direction-nav a {
    color: #fff
}

.swm-slider-box .flex-direction-nav .flex-next,
.swm-slider-box .flex-direction-nav .flex-prev {
    border: 3px solid rgba(255, 255, 255, .3);
    color: rgba(255, 255, 255, .3)
}

.swm-slider-box:hover .flex-direction-nav .flex-next,
.swm-slider-box:hover .flex-direction-nav .flex-prev {
    border-color: rgba(255, 255, 255, .6);
    color: rgba(255, 255, 255, .6)
}

.swm-slider-box .flex-direction-nav .flex-next:hover,
.swm-slider-box .flex-direction-nav .flex-prev:hover {
    border-color: #fff;
    color: #fff
}

hr {
    border-bottom: 2px solid #e6e6e6
}

.wp-block-separator:not(.is-style-dots) {
    border-bottom: 2px solid #bbb
}

.wp-block-separator.is-style-dots:before {
    color: #888
}

.swm-site-content blockquote cite {
    font-weight: 700
}

.has-drop-cap,
.has-large-font-size,
.swm-site-content blockquote p,
.swm-site-content table tr th,
.wp-block-pullquote p {
    color: #032e42
}

.wp-block-pullquote:not(.is-style-solid-color) .wp-block-pullquote__citation {
    color: #767676
}

.swm-site-content .wp-block-cover-text a,
.wp-block-pullquote.is-style-solid-color blockquote:not(.has-text-color) {
    color: #fff
}

table.wp-block-table td {
    vertical-align: middle
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f5f5f5
}

.wp-block-table.is-style-stripes {
    border: 1px solid #e6e6e6
}

.swm-site-content .wp-block-cover-image-text,
.swm-site-content .wp-block-cover-text,
.swm-site-content p.wp-block-cover-text,
.swm-site-content section.wp-block-cover-image h2,
figure blockquote.has-text-color.has-very-dark-gray-color,
figure blockquote.has-text-color.has-very-dark-gray-color p {
    color: #fff
}

@media only screen and (max-width:979px) {
    .swm-hide-tablet {
        display: none
    }

    .swm-row .swm-column3,
    .swm-row .swm-column4,
    .swm-row .swm-column5,
    .swm-row .swm-column6 {
        width: 50%
    }

    .swm-five-sixth,
    .swm-four-fifth,
    .swm-one-fifth,
    .swm-one-fourth,
    .swm-one-sixth,
    .swm-one-third,
    .swm-three-fourth,
    .swm-two-third {
        width: 48.71794871794872%
    }

    #sidebar,
    .swm-custom-two-third,
    .swm-one-full {
        width: 100%;
        float: none;
        clear: both;
        margin-left: 0;
        margin-bottom: 30px
    }

    .gallery-columns-5 dl.gallery-item,
    .gallery-columns-6 dl.gallery-item,
    .gallery-columns-7 dl.gallery-item,
    .gallery-columns-8 dl.gallery-item,
    .gallery-columns-9 .blocks-gallery-item,
    .gallery-columns-9 dl.gallery-item,
    .wp-block-gallery.columns-5 .blocks-gallery-item,
    .wp-block-gallery.columns-6 .blocks-gallery-item,
    .wp-block-gallery.columns-7 .blocks-gallery-item,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: 33.29%;
        padding: 0
    }

    .swm-topbar-content {
        text-align: center
    }

    .swm-topbar ul,
    .swm-topbar-content ul.swm-topbar-socials {
        float: none;
        margin: 0;
        display: inline-block
    }

    .swm-topbar-content ul.swm-topbar-socials li {
        float: none
    }

    .swm-topbar .swm-container:before,
    .swm-topbar-content .left:after {
        display: none
    }

    .swm-topbar-content .left:before {
        transform: skew(0)
    }

    .swm-topbar-content .left {
        width: 100%
    }

    .swm-topbar-content ul li {
        margin: 0;
        padding: 0 12px
    }

    .swm-topbar-content .right {
        float: none
    }

    ul.swm_tb_right {
        padding-right: 13px
    }

    .swm-topbar-content .left,
    .swm-topbar-content .right {
        padding: 0
    }

    .swm-topbar-content .left:after,
    .swm-topbar-content .left:before {
        left: -100%;
        width: 1000%
    }

    .header_2s .swm_header_contact_info ul li:before {
        display: none
    }

    .header_2s .swm_header_contact_info ul.swm_header_contact_info_list li {
        padding: 0 12px;
        text-align: left;
        margin: 0
    }

    .header_2s .swm_header_contact_info ul,
    ul.swm-header-socials {
        display: inline-block;
        margin: 20px 0 0 0
    }

    .header_2s .swm-header-logo-section {
        float: none;
        text-align: center;
        width: 100%
    }

    .header_2s .swm-header-logo-section .swm-logo {
        width: 100%
    }

    .header_2s .swm-header-logo-section .swm-logo .swm-logo-img {
        display: block;
        line-height: 0;
        font-size: 0
    }

    .header_2s .swm-header-logo-section .swm-logo .swm-logo-img a {
        display: inline-block
    }

    .header_2s .swm_header_contact_info {
        float: none;
        text-align: center
    }

    .header_2s ul.swm-header-socials li {
        margin: 0 5px
    }

    .header_2s .swm_header_contact_info {
        display: block
    }
}

@media only screen and (min-width:980px) and (max-width:1050px) {
    .swm-class-info-icons i {
        width: 14px
    }

    .swm-class-general-info ul li {
        padding: 11px 12px
    }

    .swm-class-general-info ul li.swm-class-price-info {
        padding: 18px 12px
    }
}

@media only screen and (min-width:768px) and (max-width:979px) {
    .swm-column3.swm-universal-3col-grid {
        width: 50%
    }
}

@media only screen and (max-width:767px) {
    .swm-hide-mobile {
        display: none
    }

    .one-fifth,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .swm-five-sixth,
    .swm-four-fifth,
    .swm-layout-sidebar-left .swm-row .swm-column2,
    .swm-layout-sidebar-left .swm-row .swm-column3,
    .swm-layout-sidebar-left .swm-row .swm-column4,
    .swm-layout-sidebar-right .swm-row .swm-column2,
    .swm-layout-sidebar-right .swm-row .swm-column3,
    .swm-layout-sidebar-right .swm-row .swm-column4,
    .swm-one-fifth,
    .swm-one-fourth,
    .swm-one-half,
    .swm-one-sixth,
    .swm-one-third,
    .swm-row .swm-column2,
    .swm-row .swm-column3,
    .swm-row .swm-column4,
    .swm-row .swm-column5,
    .swm-row .swm-column6,
    .swm-three-fourth,
    .swm-two-third {
        width: 100%;
        float: none;
        clear: both;
        margin-left: 0;
        margin-bottom: 30px
    }

    .swm-topbar ul,
    .swm-topbar-content ul.swm-topbar-socials {
        display: block
    }

    .swm-topbar ul li {
        margin: 0 17px
    }

    .swm-topbar ul:not(.swm-topbar-socials) li:first-child {
        margin-left: 17px
    }

    .swm-topbar-content ul.swm-topbar-socials li {
        padding: 0 10px
    }

    .header_2s .swm-infostack-header {
        padding: 30px 0
    }

    .swm-sub-header-title span::after,
    .swm-sub-header-title span::before {
        display: none
    }

    .swm-small-footer {
        padding: 30px 0
    }

    .single .swm-post-content-block {
        padding: 30px 30px 10px
    }

    .swm-post-date-line {
        display: none
    }

    .swm-post-meta ul li.swm-post-date {
        letter-spacing: 0;
        margin-right: 25px
    }

    .swm-post-meta ul li.swm-post-date i {
        display: inline-block
    }

    .swm-pp-next {
        padding-left: 15px
    }

    .swm-pp-prev {
        padding-right: 15px
    }

    .single .swm-about-author {
        padding: 30px 35px
    }

    .swm-about-author img {
        float: none;
        margin: 0 0 30px
    }

    .swm-about-author-biotext,
    .swm-about-author-left-wrap {
        display: block;
        margin: 0 auto;
        text-align: center
    }

    ul.swm-post-author-icon li {
        float: none
    }

    #swm-item-entries .swm-post-title h1,
    #swm-item-entries .swm-post-title h2,
    #swm-item-entries .swm-post-title h2 a {
        font-size: 24px;
        line-height: normal;
        margin-bottom: 10px
    }

    #commentform p.comment-form-author input[type=text],
    #commentform p.comment-form-email input[type=text] {
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }

    .swm-related-posts ul li {
        display: block;
        float: none;
        width: 100%;
        margin: 0 0 40px
    }

    #comment-wrap ol.commentlist li ul.children {
        padding-left: 0
    }

    #comment-wrap ol.commentlist li ul {
        margin-left: 0
    }

    #commentform p.comment-form-author,
    #commentform p.comment-form-email,
    #commentform p.comment-form-url {
        width: 100%
    }

    .comment-form-author:before {
        right: 23px
    }

    #commentform .comment-form-author input[type=text] {
        padding-right: 60px
    }

    form.swm-search-form input[type=text] {
        width: 80%
    }

    .gallery-columns-2 dl.gallery-item,
    .gallery-columns-3 dl.gallery-item,
    .gallery-columns-4 dl.gallery-item,
    .gallery-columns-5 dl.gallery-item,
    .gallery-columns-6 dl.gallery-item,
    .gallery-columns-7 dl.gallery-item,
    .gallery-columns-8 dl.gallery-item,
    .gallery-columns-9 dl.gallery-item {
        width: 50%;
        padding: 1.5%
    }

    .wp-block-gallery.columns-2 .blocks-gallery-item,
    .wp-block-gallery.columns-3 .blocks-gallery-item,
    .wp-block-gallery.columns-4 .blocks-gallery-item,
    .wp-block-gallery.columns-5 .blocks-gallery-item,
    .wp-block-gallery.columns-6 .blocks-gallery-item,
    .wp-block-gallery.columns-7 .blocks-gallery-item,
    .wp-block-gallery.columns-8 .blocks-gallery-item,
    .wp-block-gallery.columns-9 .blocks-gallery-item {
        width: 50%;
        padding: 0
    }

    .widget_media_gallery .gallery-columns-2 dl.gallery-item {
        width: 50%;
        padding: 1.5%
    }

    .widget_media_gallery .gallery-columns-3 dl.gallery-item {
        width: 33.29%;
        padding: 1.2%
    }

    .widget_media_gallery .gallery-columns-4 dl.gallery-item {
        width: 24.95%;
        padding: 1.7%
    }

    .swm-row .swm-no-gap-row {
        margin: 0
    }

    .swm-search-featured-img {
        display: none
    }

    .swm-search-page-no-result-text form {
        display: block
    }

    .swm-search-page-no-result-text form input[type=text].swm-search-form-input {
        width: 100%
    }

    .swm_overlay_search_box {
        padding: 6px 25px
    }

    .swm_overlay_search_box input.swm-search-form-input {
        font-size: 110%
    }

    #swm-sub-header .swm-sub-header-title,
    #swm-sub-header h1.swm-sub-header-title {
        font-size: 33px
    }

    .swm-error-page-content {
        display: block;
        text-align: center;
        margin: 0 0 30px
    }

    .swm-error-page-number {
        font-size: 5em;
        display: block;
        line-height: 1
    }

    .swm-error-page-title {
        display: block;
        margin: 20px 0 10px;
        font-size: 1.2em
    }

    .swm-error-page-button {
        margin-top: 30px
    }

    .swm-error-page-button i {
        margin-right: 10px
    }

    .swm_contact_footer .swm-row .swm-column3 {
        margin: 0
    }

    .header_2s .swm_header_contact_info ul,
    .header_2s .swm_header_contact_info ul.swm_header_contact_info_list li {
        display: inline-block
    }

    .header_2s .swm_header_contact_info ul.swm_header_contact_info_list li {
        margin-bottom: 15px
    }

    .header_2s .swm_header_contact_info:not(.swm-hide-tablet, .swm-hide-mobile) {
        float: none;
        display: block
    }

    .header_2s .swm-header-logo-section {
        float: none
    }

    .swm-large-footer .swm-f-widget,
    .swm-large-footer .swm-f-widget:not(:last-child) {
        margin-bottom: 5px
    }

    .swm-large-footer {
        padding-top: 60px
    }

    .swm-footer-widget h3 {
        margin-bottom: 20px
    }

    .swm-small-footer ul.footer_menu {
        display: block
    }

    .header_2s .swm_header_contact_info.swm-hide-mobile,
    .header_2s .swm_header_contact_info.swm-hide-tablet {
        display: none
    }
}

@media only screen and (max-width:480px) {
    .comment-avatar {
        padding: 0;
        background: 0 0
    }

    .comment-avatar img {
        float: none;
        display: block
    }

    .comment-postinfo {
        margin-left: 0;
        padding-top: 0
    }

    .comment-content {
        text-align: center;
        float: none
    }

    .comment-avatar {
        float: none;
        display: inline-block;
        text-align: center
    }

    .swm-comment-reply {
        margin: 0 0 20px 0;
        display: block;
        float: none
    }

    .comment-author {
        display: block;
        margin: 0 0 10px 0
    }

    #swm-item-entries .swm-post-title h1,
    #swm-item-entries .swm-post-title h2,
    #swm-item-entries .swm-post-title h2 a {
        font-size: 24px
    }

    .swm-team-general-info {
        padding: 10px 20px;
        border-radius: 0
    }

    .swm-team-social-icons,
    .swm-team-title-position {
        padding: 0
    }

    .gallery-columns-2 dl.gallery-item,
    .gallery-columns-3 dl.gallery-item,
    .gallery-columns-4 dl.gallery-item,
    .gallery-columns-5 dl.gallery-item,
    .gallery-columns-6 dl.gallery-item,
    .gallery-columns-7 dl.gallery-item,
    .gallery-columns-8 dl.gallery-item,
    .gallery-columns-9 dl.gallery-item {
        width: 100%;
        padding: 1.5%;
        margin-bottom: 2%
    }

    .wp-block-gallery.columns-2 .blocks-gallery-item,
    .wp-block-gallery.columns-3 .blocks-gallery-item,
    .wp-block-gallery.columns-4 .blocks-gallery-item,
    .wp-block-gallery.columns-5 .blocks-gallery-item,
    .wp-block-gallery.columns-6 .blocks-gallery-item,
    .wp-block-gallery.columns-7 .blocks-gallery-item,
    .wp-block-gallery.columns-8 .blocks-gallery-item,
    .wp-block-gallery.columns-9 .blocks-gallery-item {
        width: 100%;
        padding: 0;
        margin-bottom: 2%
    }

    .widget_media_gallery .gallery-columns-2 dl.gallery-item {
        width: 50%;
        padding: 1.5%
    }

    .widget_media_gallery .gallery-columns-3 dl.gallery-item {
        width: 33.29%;
        padding: 1.2%
    }

    .widget_media_gallery .gallery-columns-4 dl.gallery-item {
        width: 24.95%;
        padding: 1.7%
    }

    .swm-pp-link-title span.swm-heading-text {
        font-size: 95%
    }

    .swm-site-content blockquote {
        padding: 20px 25px 0 25px;
        font-size: 105%
    }

    .swm-site-content blockquote:after,
    .swm-site-content blockquote:before {
        display: none
    }

    .swm-cf-column {
        padding: 20px
    }

    .swm-cf-title {
        font-size: 105%
    }

    .header_2s ul.swm-header-socials li a {
        width: 36px;
        height: 36px;
        line-height: 37px;
        font-size: 13px
    }

    .swm-small-footer {
        padding: 10px 0
    }
}

@media (min-width:300px) {
    .swm-container {
        max-width: 500px
    }
}

@media (min-width:576px) {
    .swm-container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .swm-container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .swm-container {
        max-width: 960px
    }
}

@media only screen and (max-width:767px) {
    body.transparentHeader .swm-all-header-wrapper {
        position: relative;
        float: none
    }
}

.button,
.gyan-button,
.woocommerce button.button,
.wp-block-button a,
.wp-block-file a.wp-block-file__button,
a.button,
a.gyan-button,
a.swm-button,
button,
button.button,
button.gyan-button,
html input[type=button],
input.gyan-button,
input.gyan-button[type=submit],
input[type=button],
input[type=reset],
input[type=submit] {
    overflow: visible;
    width: auto;
    cursor: pointer;
    border-radius: 3px;
    line-height: 30px;
    display: inline-block;
    font-weight: 500;
    font-size: 100%;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    text-decoration: none;
    text-align: center;
    padding: 13px 35px
}

.wp-block-file a.wp-block-file__button {
    padding: 10px 30px
}

@media (min-width:300px) {
    .swm-container {
        max-width: 100%
    }
}

@media (min-width:576px) {
    .swm-container {
        max-width: 100%
    }
}

@media (min-width:768px) {
    .swm-container {
        max-width: 100%
    }
}

@media (min-width:992px) {
    .swm-container {
        max-width: 100%
    }
}

@media only screen and (max-width:767px) {

    .swm-topbar ul li,
    .swm-topbar ul:not(.swm-topbar-socials) li:first-child {
        margin: 0
    }
}

.swm-site-content h1,
.swm-site-content h1 a,
.swm-site-content h2,
.swm-site-content h2 a,
.swm-site-content h3,
.swm-site-content h3 a,
.swm-site-content h4,
.swm-site-content h4 a,
.swm-site-content h5,
.swm-site-content h5 a,
.swm-site-content h6,
.swm-site-content h6 a {
    color: #032e42
}

.swm-container {
    padding: 0 15px
}

@media only screen and (min-width:980px) {
    .swm-custom-two-third {
        width: 68.79803%
    }

    #sidebar {
        width: 28%
    }

    .swm-topbar-content .left:after,
    .swm-topbar-content .left:before {
        left: -15px;
        width: calc(100% + 15px)
    }

    .swm-topbar-content .left:after {
        left: -6px
    }
}

.swm-topbar,
.swm-topbar a {
    font-size: 14px;
    color: #bbb
}

ul.swm-topbar-socials li a:hover {
    color: #fff
}

.swm-topbar-content ul li span i {
    color: #7f7f7f
}

.swm-topbar {
    background: #252628
}

.swm-topbar .swm-container:before,
.swm-topbar-content .left:after,
.swm-topbar-content .left:before {
    background: #d83030
}

.swm-topbar .left i.fas {
    color: #e89999
}

ul.swm_tb_right:before {
    background: #bbb
}

.swm-topbar a:hover,
.swm_tb_left a,
.swm_tb_left a:hover {
    color: #fff
}

ul.swm-topbar-socials li a {
    color: #bbb
}

ul.swm-primary-nav>li.swm-m-active>a,
ul.swm-primary-nav>li>a:hover {
    color: #d83030
}

.s_two .swm-sp-icon-box:hover .swm-sp-icon-inner span,
.swm-primary-nav>li.swm-m-active>a:before,
.swm-primary-nav>li.swm-m-active>a>span:before,
.swm-primary-nav>li>a:before,
.swm-primary-nav>li>a>span:before,
.swm-sp-icon-box:hover .swm-sp-icon-inner,
.swm-sp-icon-box:hover .swm-sp-icon-inner:after,
.swm-sp-icon-box:hover .swm-sp-icon-inner:before,
span.swm-mobi-nav-btn-box>span:hover:after,
span.swm-mobi-nav-btn-box>span:hover:before,
span.swm-mobi-nav-btn-box>span:hover>span {
    background: #d83030
}

.swm-header-search span:hover,
.swm-sp-icon-box:hover,
span.swm-mobi-nav-btn-box>span:hover {
    color: #d83030;
    border-color: #d83030
}

.swm-header-search,
ul.swm-primary-nav>li>a {
    color: #032e42
}

#swm-mobi-nav-icon span.swm-mobi-nav-btn-box>span {
    border-color: #032e42
}

span.swm-mobi-nav-btn-box>span:after,
span.swm-mobi-nav-btn-box>span:before,
span.swm-mobi-nav-btn-box>span>span {
    background-color: #032e42
}

#swm-mobi-nav .swm-mini-menu-arrow,
#swm-mobi-nav ul li a,
.swm-primary-nav>li li a {
    color: #676767
}

.swm-primary-nav>li.megamenu-on>ul>li {
    line-height: 30px
}

.swm-primary-nav>li.megamenu-on ul a:hover,
.swm-primary-nav>li.megamenu-on ul>li>ul>li:hover>a,
.swm-primary-nav>li.pm-dropdown ul>li:hover>a {
    color: #d83030
}

.swm-primary-nav>li.megamenu-on>ul,
.swm-primary-nav>li.pm-dropdown ul {
    background-color: #fff
}

@media only screen and (max-width:179px) {
    #swm-mobi-nav-icon {
        display: block
    }

    .swm-primary-nav-wrap {
        display: none
    }

    .swm-header-menu-section-wrap {
        margin-bottom: 0
    }

    ul.swm-primary-nav>li>a>span>i {
        width: auto;
        display: inline-block;
        height: auto;
        margin-right: 8px
    }

    .swm-main-nav {
        float: right
    }
}

#swm-main-nav-holder.sticky-on ul.swm-primary-nav>li.swm-m-active>a,
#swm-main-nav-holder.sticky-on ul.swm-primary-nav>li>a:hover {
    color: #d83030
}

#swm-main-nav-holder.sticky-on .swm-header-search span:hover,
#swm-main-nav-holder.sticky-on .swm-sp-icon-box:hover,
#swm-main-nav-holder.sticky-on span.swm-mobi-nav-btn-box>span:hover {
    color: #d83030;
    border-color: #d83030
}

#swm-main-nav-holder.sticky-on .s_two .swm-sp-icon-box:hover .swm-sp-icon-inner span,
#swm-main-nav-holder.sticky-on .swm-sp-icon-box:hover .swm-sp-icon-inner,
#swm-main-nav-holder.sticky-on .swm-sp-icon-box:hover .swm-sp-icon-inner:after,
#swm-main-nav-holder.sticky-on .swm-sp-icon-box:hover .swm-sp-icon-inner:before {
    background-color: #d83030
}

#swm-main-nav-holder.sticky-on ul.swm-primary-nav>li>a {
    font-size: 15px;
    color: #032e42
}

#swm-main-nav-holder.sticky-on .swm-header-search {
    color: #032e42
}

#swm-main-nav-holder.sticky-on .swm-sp-icon-box {
    border-color: #032e42
}

#swm-main-nav-holder.sticky-on .s_two .swm-sp-icon-box .swm-sp-icon-inner span,
#swm-main-nav-holder.sticky-on .swm-sp-icon-box .swm-sp-icon-inner,
#swm-main-nav-holder.sticky-on .swm-sp-icon-box .swm-sp-icon-inner:after,
#swm-main-nav-holder.sticky-on .swm-sp-icon-box .swm-sp-icon-inner:before {
    background-color: #032e42
}

#swm-main-nav-holder.sticky-on {
    background: #fff
}

#swm-main-nav-holder.sticky-on .swm-primary-nav>li.swm-m-active>a:before,
#swm-main-nav-holder.sticky-on .swm-primary-nav>li.swm-m-active>a>span:before,
#swm-main-nav-holder.sticky-on .swm-primary-nav>li>a:before,
#swm-main-nav-holder.sticky-on .swm-primary-nav>li>a>span:before {
    background: #d83030
}

@media only screen and (min-width:768px) {

    .swm_overlay_search_box .swm_search_form,
    .swm_overlay_search_box button.swm-search-button[type=submit],
    .swm_overlay_search_box input.swm-search-form-input[type=text] {
        font-size: 21px
    }
}

.swm_overlay_search_box button.swm-search-button[type=submit],
.swm_overlay_search_box input.swm-search-form-input[type=text],
.swm_overlay_search_box input.swm-search-form-input[type=text]:focus {
    color: #fff
}

.swm_overlay_search_box input.swm-search-form-input[type=text] {
    color: #fff;
    text-shadow: none
}

.swm_overlay_search_box input::-webkit-input-placeholder {
    color: #fff;
    opacity: .5
}

.swm_overlay_search_box input::-moz-placeholder {
    color: #fff;
    opacity: .5
}

.swm_overlay_search_box input::-ms-placeholder {
    color: #fff;
    opacity: .5
}

.swm_overlay_search_box input::placeholder {
    color: #fff;
    opacity: .5
}

.swm_overlay_search_box {
    border-color: #d83030
}

.swm_overlay_search_box {
    max-width: 905px
}

.swm_searchbox_close {
    color: #fff
}

.swm-sidepanel {
    max-width: 500px
}

#swm-sidepanel-container {
    width: 500px;
    right: -530px
}

.swm_searchbox_holder {
    color: #fff
}

.sidebar #wp-calendar caption,
.sidebar #wp-calendar tbody td,
.sidebar #wp-calendar tbody td:hover,
.sidebar #wp-calendar thead th,
.sidebar .gyan-recent-posts-large-title,
.sidebar .gyan-recent-posts-tiny ul li,
.sidebar .input-text,
.sidebar .swm-list-widgets ul li,
.sidebar .widget-nav-menu ul li,
.sidebar .widget-search .swm-search-form #s,
.sidebar .widget-search .swm-search-form #s:focus,
.sidebar .widget_archive ul li,
.sidebar .widget_meta ul li,
.sidebar .widget_pages ul li,
.sidebar .widget_recent_comments ul li,
.sidebar .widget_recent_entries ul li,
.sidebar .widget_rss ul li,
.sidebar input[type=email],
.sidebar input[type=email]:focus,
.sidebar input[type=number],
.sidebar input[type=number]:focus,
.sidebar input[type=password],
.sidebar input[type=password]:focus,
.sidebar input[type=search],
.sidebar input[type=search]:focus,
.sidebar input[type=tel],
.sidebar input[type=tel]:focus,
.sidebar input[type=text],
.sidebar input[type=text]:focus,
.sidebar input[type=url],
.sidebar input[type=url]:focus,
.sidebar select,
.sidebar textarea,
.sidebar textarea:focus,
ul.swm-post-author-icon li a {
    border-color: #dcdcdc
}

#widget_search_form input[type=text],
.sidebar,
.sidebar .gyan_recent_posts_tiny_title a,
.sidebar .widget_product_search #swm_product_search_form button.swm-search-button,
.sidebar select,
.swm-about-author,
.swm-about-author a,
.swm-sidepanel select,
.widget-search .swm-search-form button.swm-search-button,
.widget_search .swm-search-form input[type=text] {
    color: #676767
}

.sidebar,
.sidebar .tagcloud a,
.sidebar p,
.sidebar ul li,
.sidebar ul li a {
    font-size: 15px
}

.sidebar a:hover,
.sidebar ul li a:hover {
    color: #d83030
}

.sidebar .swm-sidebar-ttl h3 span:after,
.sidebar .swm-sidebar-ttl h3 span:before {
    background: #d83030
}

.sidebar .swm-sidebar-widget-box,
.single .swm-about-author {
    background: #f6f3ee
}

.sidebar .gyan-posts-slider-widget-title a,
.swm-about-author-title-subtitle a,
.swm-site-content .sidebar .swm-sidebar-ttl h3 span,
.swm-site-content .swm-archives-content h4 {
    color: #032e42
}

.swm-sidepanel #wp-calendar caption,
.swm-sidepanel #wp-calendar tbody td,
.swm-sidepanel #wp-calendar tbody td:hover,
.swm-sidepanel #wp-calendar thead th,
.swm-sidepanel .gyan-recent-posts-large-title,
.swm-sidepanel .gyan-recent-posts-tiny ul li,
.swm-sidepanel .input-text,
.swm-sidepanel .swm-list-widgets ul li,
.swm-sidepanel .widget-nav-menu ul li,
.swm-sidepanel .widget-search .swm-search-form #s,
.swm-sidepanel .widget-search .swm-search-form #s:focus,
.swm-sidepanel .widget_archive ul li,
.swm-sidepanel .widget_meta ul li,
.swm-sidepanel .widget_pages ul li,
.swm-sidepanel .widget_recent_comments ul li,
.swm-sidepanel .widget_recent_entries ul li,
.swm-sidepanel .widget_rss ul li,
.swm-sidepanel input[type=email],
.swm-sidepanel input[type=email]:focus,
.swm-sidepanel input[type=number],
.swm-sidepanel input[type=number]:focus,
.swm-sidepanel input[type=password],
.swm-sidepanel input[type=password]:focus,
.swm-sidepanel input[type=search],
.swm-sidepanel input[type=search]:focus,
.swm-sidepanel input[type=tel],
.swm-sidepanel input[type=tel]:focus,
.swm-sidepanel input[type=text],
.swm-sidepanel input[type=text]:focus,
.swm-sidepanel input[type=url],
.swm-sidepanel input[type=url]:focus,
.swm-sidepanel select,
.swm-sidepanel textarea,
.swm-sidepanel textarea:focus {
    border-color: #e6e6e6
}

.swm-sidepanel,
.swm-sidepanel .tagcloud a,
.swm-sidepanel p,
.swm-sidepanel ul li,
.swm-sidepanel ul li a {
    font-size: 15px
}

.swm-sidepanel .recent_posts_slider a,
.swm-sidepanel .tp_recent_tweets .twitter_time,
.swm-sidepanel a {
    color: #676767
}

.swm-sidepanel a:hover,
.swm-sidepanel ul li a:hover {
    color: #d83030
}

#widget_search_form input[type=text],
.swm-sidepanel,
.swm-sidepanel .gyan_recent_posts_tiny_title a,
.swm-sidepanel .widget_product_search #swm_product_search_form button.swm-search-button,
.widget-search .swm-search-form button.swm-search-button {
    color: #676767
}

.swm-sp-icon-box {
    border-color: #676767
}

.s_two .swm-sp-icon-box .swm-sp-icon-inner span,
.swm-sp-icon-box .swm-sp-icon-inner,
.swm-sp-icon-box .swm-sp-icon-inner:after,
.swm-sp-icon-box .swm-sp-icon-inner:before {
    background-color: #676767
}

#commentform input:not([type=submit]),
#commentform textarea,
.swm-content-color,
.swm-content-color a,
.swm-post-meta,
.swm-post-meta ul li a,
.swm-post-meta ul li a:hover,
.swm-post-single-tags a,
.swm-related-link a,
.swm-site-content,
a.swm-pp-link-title span {
    color: #676767
}

.swm-post-meta,
.swm-post-meta ul li a,
.swm-post-title h1,
.swm-post-title h2,
.swm-post-title h2 a {
    color: #032e42
}

.swm-post-meta ul li a:hover,
.swm-post-title h2 a:hover {
    color: #d83030
}

#comments h5.swm-single-pg-titles,
#respond h3.comment-reply-title,
.comment-author,
.comment-author a,
.swm-about-author .swm-single-pg-titles a,
.swm-related-link a,
a.swm-about-author-name,
a.swm-pp-link-title span.swm-heading-text,
h5.swm-single-pg-titles {
    color: #032e42
}

#commentform input::placeholder,
#commentform textarea::placeholder {
    color: #676767;
    opacity: .8
}

#commentform input:not([type=submit])::-webkit-input-placeholder {
    color: #676767;
    opacity: .8
}

#commentform input:not([type=submit])::-moz-placeholder {
    color: #676767;
    opacity: .8
}

#commentform input:not([type=submit])::-ms-placeholder {
    color: #676767;
    opacity: .8
}

#commentform input:not([type=submit])::placeholder {
    color: #676767;
    opacity: .8
}

@media only screen and (min-width:768px) {

    #swm-item-entries .swm-post-title h1,
    #swm-item-entries .swm-post-title h2,
    #swm-item-entries .swm-post-title h2 a {
        font-size: 30px;
        line-height: 44px
    }
}

.footer,
.footer .archives-link ul li:before,
.footer .gyan-posts-slider-widget .owl-next,
.footer .gyan-posts-slider-widget .owl-prev,
.footer .tagcloud a,
.footer .widget-nav-menu ul li.current-menu-item:before,
.footer .widget-nav-menu ul li:before,
.footer .widget_archive ul li:before,
.footer .widget_categories ul li.current-cat:before,
.footer .widget_categories ul li:before,
.footer .widget_meta ul li:before,
.footer .widget_pages ul li:before,
.footer .widget_product_categories ul li:before,
.footer .widget_product_search #swm_product_search_form button.swm-search-button,
.footer .widget_recent_comments ul li:before,
.footer .widget_recent_entries ul li:before,
.footer .widget_rss ul li:before,
.footer .widget_search .swm-search-form button.swm-search-button,
.footer .wp-caption,
.footer button.button,
.footer ul li a {
    color: #bbb
}

.footer {
    background-color: #252628
}

.footer .widget_search .swm-search-form input[type=text] {
    color: #bbb;
    text-shadow: none
}

.footer .widget_search .swm-search-form input[type=text]::-webkit-input-placeholder {
    color: #bbb;
    opacity: .5
}

.footer .widget_search .swm-search-form input[type=text]::-moz-placeholder {
    color: #bbb;
    opacity: .5
}

.footer .widget_search .swm-search-form input[type=text]::-ms-placeholder {
    color: #bbb;
    opacity: .5
}

.footer .widget_search .swm-search-form input[type=text]::placeholder {
    color: #bbb;
    opacity: .5
}

.footer #widget_search_form #searchform #s:focus,
.footer #wp-calendar tbody td,
.footer #wp-calendar tbody td:hover,
.footer #wp-calendar thead th,
.footer .input-text,
.footer input[type=email],
.footer input[type=email]:focus,
.footer input[type=number],
.footer input[type=number]:focus,
.footer input[type=password],
.footer input[type=password]:focus,
.footer input[type=search],
.footer input[type=search]:focus,
.footer input[type=tel],
.footer input[type=tel]:focus,
.footer input[type=text],
.footer input[type=text]:focus,
.footer input[type=url],
.footer input[type=url]:focus,
.footer select,
.footer textarea,
.footer textarea:focus {
    color: #bbb;
    border-color: #343538
}

.footer #swm_product_search_form button.swm-search-button i,
.footer #widget_search_form #searchform #s,
.footer #widget_search_form #searchform input.button,
.footer .gyan-posts-slider-widget .owl-dot,
.footer .tagcloud a {
    border-color: #343538
}

.footer .gyan-recent-posts-tiny ul li a,
.footer a {
    color: #bbb
}

.footer #wp-calendar tbody td a,
.footer .gyan-posts-slider-widget .owl-next:hover,
.footer .gyan-posts-slider-widget .owl-prev:hover,
.footer .recent_posts_slider_title p a:hover,
.footer .recent_posts_slider_title span a:hover,
.footer .swm-list-widgets ul li:hover:before,
.footer .widget ul li a:hover,
.footer .widget-nav-menu ul li.current-menu-item>a,
.footer .widget.woocommerce ul li.current-cat a,
.footer .widget_categories ul li.current-cat>a,
.footer a.twitter_time:hover,
.footer a:hover,
.footer ul.menu>li ul li.current-menu-item>a {
    color: #fff
}

.footer .gyan-posts-slider-widget .owl-dot.active {
    border-color: #fff
}

.footer .swm-fb-subscribe-wid,
.footer .swm-footer-widget {
    margin-bottom: 30px
}

.footer #wp-calendar tbody td,
.footer #wp-calendar thead th,
.footer .gyan-recent-posts-large-title,
.footer .tagcloud a:hover,
.footer .wp-caption,
.footer a.button,
.footer a.button:hover,
.footer button.button,
.footer ul li.cat-item small {
    background: #1c1d1f
}

.footer .swm-small-footer {
    font-size: 15px;
    color: #aaa
}

.footer .swm-small-footer a {
    color: #aaa
}

.footer .swm-small-footer a:hover {
    color: #fff
}

.swm_contact_footer,
.swm_contact_footer a {
    color: #fff
}

.swm_contact_footer_holder {
    background: #191a1c
}

.swm-cf-m-column {
    background: #d83030
}

.footer select {
    background-color: #1c1d1f;
    background-image: url(/images/select2.png);
    background-repeat: no-repeat;
    background-position: center right
}

/*! elementor-icons - v5.11.0 - 01-03-2021 */
@font-face {
    font-family: eicons;
    src: url(/fonts/eiconsa481.eot?5.11.0);
    src: url(/fonts/eicons.eot?5.11.0#iefix) format("embedded-opentype"), url(/fonts/eicons.woff2?5.11.0) format("woff2"), url(/fonts/eicons.woff?5.11.0) format("woff"), url(/fonts/eicons.ttf?5.11.0) format("truetype"), url(/fonts/eicons.svg?5.11.0#eicon) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" eicon-"],
[class^=eicon] {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@keyframes a {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.eicon-animation-spin {
    animation: a 2s infinite linear
}

.eicon-editor-link:before {
    content: '\e800'
}

.eicon-editor-unlink:before {
    content: '\e801'
}

.eicon-editor-external-link:before {
    content: '\e802'
}

.eicon-editor-close:before {
    content: '\e803'
}

.eicon-editor-list-ol:before {
    content: '\e804'
}

.eicon-editor-list-ul:before {
    content: '\e805'
}

.eicon-editor-bold:before {
    content: '\e806'
}

.eicon-editor-italic:before {
    content: '\e807'
}

.eicon-editor-underline:before {
    content: '\e808'
}

.eicon-editor-paragraph:before {
    content: '\e809'
}

.eicon-editor-h1:before {
    content: '\e80a'
}

.eicon-editor-h2:before {
    content: '\e80b'
}

.eicon-editor-h3:before {
    content: '\e80c'
}

.eicon-editor-h4:before {
    content: '\e80d'
}

.eicon-editor-h5:before {
    content: '\e80e'
}

.eicon-editor-h6:before {
    content: '\e80f'
}

.eicon-editor-quote:before {
    content: '\e810'
}

.eicon-editor-code:before {
    content: '\e811'
}

.eicon-elementor:before {
    content: '\e812'
}

.eicon-elementor-circle:before {
    content: '\e813'
}

.eicon-pojome:before {
    content: '\e814'
}

.eicon-plus:before {
    content: '\e815'
}

.eicon-menu-bar:before {
    content: '\e816'
}

.eicon-apps:before {
    content: '\e817'
}

.eicon-accordion:before {
    content: '\e818'
}

.eicon-alert:before {
    content: '\e819'
}

.eicon-animation-text:before {
    content: '\e81a'
}

.eicon-animation:before {
    content: '\e81b'
}

.eicon-banner:before {
    content: '\e81c'
}

.eicon-blockquote:before {
    content: '\e81d'
}

.eicon-button:before {
    content: '\e81e'
}

.eicon-call-to-action:before {
    content: '\e81f'
}

.eicon-captcha:before {
    content: '\e820'
}

.eicon-carousel:before {
    content: '\e821'
}

.eicon-checkbox:before {
    content: '\e822'
}

.eicon-columns:before {
    content: '\e823'
}

.eicon-countdown:before {
    content: '\e824'
}

.eicon-counter:before {
    content: '\e825'
}

.eicon-date:before {
    content: '\e826'
}

.eicon-divider-shape:before {
    content: '\e827'
}

.eicon-divider:before {
    content: '\e828'
}

.eicon-download-button:before {
    content: '\e829'
}

.eicon-dual-button:before {
    content: '\e82a'
}

.eicon-email-field:before {
    content: '\e82b'
}

.eicon-facebook-comments:before {
    content: '\e82c'
}

.eicon-facebook-like-box:before {
    content: '\e82d'
}

.eicon-form-horizontal:before {
    content: '\e82e'
}

.eicon-form-vertical:before {
    content: '\e82f'
}

.eicon-gallery-grid:before {
    content: '\e830'
}

.eicon-gallery-group:before {
    content: '\e831'
}

.eicon-gallery-justified:before {
    content: '\e832'
}

.eicon-gallery-masonry:before {
    content: '\e833'
}

.eicon-icon-box:before {
    content: '\e834'
}

.eicon-image-before-after:before {
    content: '\e835'
}

.eicon-image-box:before {
    content: '\e836'
}

.eicon-image-hotspot:before {
    content: '\e837'
}

.eicon-image-rollover:before {
    content: '\e838'
}

.eicon-info-box:before {
    content: '\e839'
}

.eicon-inner-section:before {
    content: '\e83a'
}

.eicon-mailchimp:before {
    content: '\e83b'
}

.eicon-menu-card:before {
    content: '\e83c'
}

.eicon-navigation-horizontal:before {
    content: '\e83d'
}

.eicon-nav-menu:before {
    content: '\e83e'
}

.eicon-navigation-vertical:before {
    content: '\e83f'
}

.eicon-number-field:before {
    content: '\e840'
}

.eicon-parallax:before {
    content: '\e841'
}

.eicon-php7:before {
    content: '\e842'
}

.eicon-post-list:before {
    content: '\e843'
}

.eicon-post-slider:before {
    content: '\e844'
}

.eicon-post:before {
    content: '\e845'
}

.eicon-posts-carousel:before {
    content: '\e846'
}

.eicon-posts-grid:before {
    content: '\e847'
}

.eicon-posts-group:before {
    content: '\e848'
}

.eicon-posts-justified:before {
    content: '\e849'
}

.eicon-posts-masonry:before {
    content: '\e84a'
}

.eicon-posts-ticker:before {
    content: '\e84b'
}

.eicon-price-list:before {
    content: '\e84c'
}

.eicon-price-table:before {
    content: '\e84d'
}

.eicon-radio:before {
    content: '\e84e'
}

.eicon-rtl:before {
    content: '\e84f'
}

.eicon-scroll:before {
    content: '\e850'
}

.eicon-search:before {
    content: '\e851'
}

.eicon-select:before {
    content: '\e852'
}

.eicon-share:before {
    content: '\e853'
}

.eicon-sidebar:before {
    content: '\e854'
}

.eicon-skill-bar:before {
    content: '\e855'
}

.eicon-slider-3d:before {
    content: '\e856'
}

.eicon-slider-album:before {
    content: '\e857'
}

.eicon-slider-device:before {
    content: '\e858'
}

.eicon-slider-full-screen:before {
    content: '\e859'
}

.eicon-slider-push:before {
    content: '\e85a'
}

.eicon-slider-vertical:before {
    content: '\e85b'
}

.eicon-slider-video:before {
    content: '\e85c'
}

.eicon-slides:before {
    content: '\e85d'
}

.eicon-social-icons:before {
    content: '\e85e'
}

.eicon-spacer:before {
    content: '\e85f'
}

.eicon-table:before {
    content: '\e860'
}

.eicon-tabs:before {
    content: '\e861'
}

.eicon-tel-field:before {
    content: '\e862'
}

.eicon-text-area:before {
    content: '\e863'
}

.eicon-text-field:before {
    content: '\e864'
}

.eicon-thumbnails-down:before {
    content: '\e865'
}

.eicon-thumbnails-half:before {
    content: '\e866'
}

.eicon-thumbnails-right:before {
    content: '\e867'
}

.eicon-time-line:before {
    content: '\e868'
}

.eicon-toggle:before {
    content: '\e869'
}

.eicon-url:before {
    content: '\e86a'
}

.eicon-t-letter:before {
    content: '\e86b'
}

.eicon-wordpress:before {
    content: '\e86c'
}

.eicon-text:before {
    content: '\e86d'
}

.eicon-anchor:before {
    content: '\e86e'
}

.eicon-bullet-list:before {
    content: '\e86f'
}

.eicon-code:before {
    content: '\e870'
}

.eicon-favorite:before {
    content: '\e871'
}

.eicon-google-maps:before {
    content: '\e872'
}

.eicon-image:before {
    content: '\e873'
}

.eicon-photo-library:before {
    content: '\e874'
}

.eicon-woocommerce:before {
    content: '\e875'
}

.eicon-youtube:before {
    content: '\e876'
}

.eicon-flip-box:before {
    content: '\e877'
}

.eicon-settings:before {
    content: '\e878'
}

.eicon-headphones:before {
    content: '\e879'
}

.eicon-testimonial:before {
    content: '\e87a'
}

.eicon-counter-circle:before {
    content: '\e87b'
}

.eicon-person:before {
    content: '\e87c'
}

.eicon-chevron-right:before {
    content: '\e87d'
}

.eicon-chevron-left:before {
    content: '\e87e'
}

.eicon-close:before {
    content: '\e87f'
}

.eicon-file-download:before {
    content: '\e880'
}

.eicon-save:before {
    content: '\e881'
}

.eicon-zoom-in:before {
    content: '\e882'
}

.eicon-shortcode:before {
    content: '\e883'
}

.eicon-nerd:before {
    content: '\e884'
}

.eicon-device-desktop:before {
    content: '\e885'
}

.eicon-device-tablet:before {
    content: '\e886'
}

.eicon-device-mobile:before {
    content: '\e887'
}

.eicon-document-file:before {
    content: '\e888'
}

.eicon-folder-o:before {
    content: '\e889'
}

.eicon-hypster:before {
    content: '\e88a'
}

.eicon-h-align-left:before {
    content: '\e88b'
}

.eicon-h-align-right:before {
    content: '\e88c'
}

.eicon-h-align-center:before {
    content: '\e88d'
}

.eicon-h-align-stretch:before {
    content: '\e88e'
}

.eicon-v-align-top:before {
    content: '\e88f'
}

.eicon-v-align-bottom:before {
    content: '\e890'
}

.eicon-v-align-middle:before {
    content: '\e891'
}

.eicon-v-align-stretch:before {
    content: '\e892'
}

.eicon-pro-icon:before {
    content: '\e893'
}

.eicon-mail:before {
    content: '\e894'
}

.eicon-lock-user:before {
    content: '\e895'
}

.eicon-testimonial-carousel:before {
    content: '\e896'
}

.eicon-media-carousel:before {
    content: '\e897'
}

.eicon-section:before {
    content: '\e898'
}

.eicon-column:before {
    content: '\e899'
}

.eicon-edit:before {
    content: '\e89a'
}

.eicon-clone:before {
    content: '\e89b'
}

.eicon-trash:before {
    content: '\e89c'
}

.eicon-play:before {
    content: '\e89d'
}

.eicon-angle-right:before {
    content: '\e89e'
}

.eicon-angle-left:before {
    content: '\e89f'
}

.eicon-animated-headline:before {
    content: '\e8a0'
}

.eicon-menu-toggle:before {
    content: '\e8a1'
}

.eicon-fb-embed:before {
    content: '\e8a2'
}

.eicon-fb-feed:before {
    content: '\e8a3'
}

.eicon-twitter-embed:before {
    content: '\e8a4'
}

.eicon-twitter-feed:before {
    content: '\e8a5'
}

.eicon-sync:before {
    content: '\e8a6'
}

.eicon-import-export:before {
    content: '\e8a7'
}

.eicon-check-circle:before {
    content: '\e8a8'
}

.eicon-library-save:before {
    content: '\e8a9'
}

.eicon-library-download:before {
    content: '\e8aa'
}

.eicon-insert:before {
    content: '\e8ab'
}

.eicon-preview-medium:before {
    content: '\e8ac'
}

.eicon-sort-down:before {
    content: '\e8ad'
}

.eicon-sort-up:before {
    content: '\e8ae'
}

.eicon-heading:before {
    content: '\e8af'
}

.eicon-logo:before {
    content: '\e8b0'
}

.eicon-meta-data:before {
    content: '\e8b1'
}

.eicon-post-content:before {
    content: '\e8b2'
}

.eicon-post-excerpt:before {
    content: '\e8b3'
}

.eicon-post-navigation:before {
    content: '\e8b4'
}

.eicon-yoast:before {
    content: '\e8b5'
}

.eicon-nerd-chuckle:before {
    content: '\e8b6'
}

.eicon-nerd-wink:before {
    content: '\e8b7'
}

.eicon-comments:before {
    content: '\e8b8'
}

.eicon-download-circle-o:before {
    content: '\e8b9'
}

.eicon-library-upload:before {
    content: '\e8ba'
}

.eicon-save-o:before {
    content: '\e8bb'
}

.eicon-upload-circle-o:before {
    content: '\e8bc'
}

.eicon-ellipsis-h:before {
    content: '\e8bd'
}

.eicon-ellipsis-v:before {
    content: '\e8be'
}

.eicon-arrow-left:before {
    content: '\e8bf'
}

.eicon-arrow-right:before {
    content: '\e8c0'
}

.eicon-arrow-up:before {
    content: '\e8c1'
}

.eicon-arrow-down:before {
    content: '\e8c2'
}

.eicon-play-o:before {
    content: '\e8c3'
}

.eicon-archive-posts:before {
    content: '\e8c4'
}

.eicon-archive-title:before {
    content: '\e8c5'
}

.eicon-featured-image:before {
    content: '\e8c6'
}

.eicon-post-info:before {
    content: '\e8c7'
}

.eicon-post-title:before {
    content: '\e8c8'
}

.eicon-site-logo:before {
    content: '\e8c9'
}

.eicon-site-search:before {
    content: '\e8ca'
}

.eicon-site-title:before {
    content: '\e8cb'
}

.eicon-plus-square:before {
    content: '\e8cc'
}

.eicon-minus-square:before {
    content: '\e8cd'
}

.eicon-cloud-check:before {
    content: '\e8ce'
}

.eicon-drag-n-drop:before {
    content: '\e8cf'
}

.eicon-welcome:before {
    content: '\e8d0'
}

.eicon-handle:before {
    content: '\e8d1'
}

.eicon-cart:before {
    content: '\e8d2'
}

.eicon-product-add-to-cart:before {
    content: '\e8d3'
}

.eicon-product-breadcrumbs:before {
    content: '\e8d4'
}

.eicon-product-categories:before {
    content: '\e8d5'
}

.eicon-product-description:before {
    content: '\e8d6'
}

.eicon-product-images:before {
    content: '\e8d7'
}

.eicon-product-info:before {
    content: '\e8d8'
}

.eicon-product-meta:before {
    content: '\e8d9'
}

.eicon-product-pages:before {
    content: '\e8da'
}

.eicon-product-price:before {
    content: '\e8db'
}

.eicon-product-rating:before {
    content: '\e8dc'
}

.eicon-product-related:before {
    content: '\e8dd'
}

.eicon-product-stock:before {
    content: '\e8de'
}

.eicon-product-tabs:before {
    content: '\e8df'
}

.eicon-product-title:before {
    content: '\e8e0'
}

.eicon-product-upsell:before {
    content: '\e8e1'
}

.eicon-products:before {
    content: '\e8e2'
}

.eicon-bag-light:before {
    content: '\e8e3'
}

.eicon-bag-medium:before {
    content: '\e8e4'
}

.eicon-bag-solid:before {
    content: '\e8e5'
}

.eicon-basket-light:before {
    content: '\e8e6'
}

.eicon-basket-medium:before {
    content: '\e8e7'
}

.eicon-basket-solid:before {
    content: '\e8e8'
}

.eicon-cart-light:before {
    content: '\e8e9'
}

.eicon-cart-medium:before {
    content: '\e8ea'
}

.eicon-cart-solid:before {
    content: '\e8eb'
}

.eicon-exchange:before {
    content: '\e8ec'
}

.eicon-preview-thin:before {
    content: '\e8ed'
}

.eicon-device-laptop:before {
    content: '\e8ee'
}

.eicon-collapse:before {
    content: '\e8ef'
}

.eicon-expand:before {
    content: '\e8f0'
}

.eicon-navigator:before {
    content: '\e8f1'
}

.eicon-plug:before {
    content: '\e8f2'
}

.eicon-dashboard:before {
    content: '\e8f3'
}

.eicon-typography:before {
    content: '\e8f4'
}

.eicon-info-circle-o:before {
    content: '\e8f5'
}

.eicon-integration:before {
    content: '\e8f6'
}

.eicon-plus-circle-o:before {
    content: '\e8f7'
}

.eicon-rating:before {
    content: '\e8f8'
}

.eicon-review:before {
    content: '\e8f9'
}

.eicon-tools:before {
    content: '\e8fa'
}

.eicon-loading:before {
    content: '\e8fb'
}

.eicon-sitemap:before {
    content: '\e8fc'
}

.eicon-click:before {
    content: '\e8fd'
}

.eicon-clock:before {
    content: '\e8fe'
}

.eicon-library-open:before {
    content: '\e8ff'
}

.eicon-warning:before {
    content: '\e900'
}

.eicon-flow:before {
    content: '\e901'
}

.eicon-cursor-move:before {
    content: '\e902'
}

.eicon-arrow-circle-left:before {
    content: '\e903'
}

.eicon-flash:before {
    content: '\e904'
}

.eicon-redo:before {
    content: '\e905'
}

.eicon-ban:before {
    content: '\e906'
}

.eicon-barcode:before {
    content: '\e907'
}

.eicon-calendar:before {
    content: '\e908'
}

.eicon-caret-left:before {
    content: '\e909'
}

.eicon-caret-right:before {
    content: '\e90a'
}

.eicon-caret-up:before {
    content: '\e90b'
}

.eicon-chain-broken:before {
    content: '\e90c'
}

.eicon-check-circle-o:before {
    content: '\e90d'
}

.eicon-check:before {
    content: '\e90e'
}

.eicon-chevron-double-left:before {
    content: '\e90f'
}

.eicon-chevron-double-right:before {
    content: '\e910'
}

.eicon-undo:before {
    content: '\e911'
}

.eicon-filter:before {
    content: '\e912'
}

.eicon-circle-o:before {
    content: '\e913'
}

.eicon-circle:before {
    content: '\e914'
}

.eicon-clock-o:before {
    content: '\e915'
}

.eicon-cog:before {
    content: '\e916'
}

.eicon-cogs:before {
    content: '\e917'
}

.eicon-commenting-o:before {
    content: '\e918'
}

.eicon-copy:before {
    content: '\e919'
}

.eicon-database:before {
    content: '\e91a'
}

.eicon-dot-circle-o:before {
    content: '\e91b'
}

.eicon-envelope:before {
    content: '\e91c'
}

.eicon-external-link-square:before {
    content: '\e91d'
}

.eicon-eyedropper:before {
    content: '\e91e'
}

.eicon-folder:before {
    content: '\e91f'
}

.eicon-font:before {
    content: '\e920'
}

.eicon-adjust:before {
    content: '\e921'
}

.eicon-lightbox:before {
    content: '\e922'
}

.eicon-heart-o:before {
    content: '\e923'
}

.eicon-history:before {
    content: '\e924'
}

.eicon-image-bold:before {
    content: '\e925'
}

.eicon-info-circle:before {
    content: '\e926'
}

.eicon-link:before {
    content: '\e927'
}

.eicon-long-arrow-left:before {
    content: '\e928'
}

.eicon-long-arrow-right:before {
    content: '\e929'
}

.eicon-caret-down:before {
    content: '\e92a'
}

.eicon-paint-brush:before {
    content: '\e92b'
}

.eicon-pencil:before {
    content: '\e92c'
}

.eicon-plus-circle:before {
    content: '\e92d'
}

.eicon-zoom-in-bold:before {
    content: '\e92e'
}

.eicon-sort-amount-desc:before {
    content: '\e92f'
}

.eicon-sign-out:before {
    content: '\e930'
}

.eicon-spinner:before {
    content: '\e931'
}

.eicon-square:before {
    content: '\e932'
}

.eicon-star-o:before {
    content: '\e933'
}

.eicon-star:before {
    content: '\e934'
}

.eicon-text-align-justify:before {
    content: '\e935'
}

.eicon-text-align-center:before {
    content: '\e936'
}

.eicon-tags:before {
    content: '\e937'
}

.eicon-text-align-left:before {
    content: '\e938'
}

.eicon-text-align-right:before {
    content: '\e939'
}

.eicon-close-circle:before {
    content: '\e93a'
}

.eicon-trash-o:before {
    content: '\e93b'
}

.eicon-font-awesome:before {
    content: '\e93c'
}

.eicon-user-circle-o:before {
    content: '\e93d'
}

.eicon-video-camera:before {
    content: '\e93e'
}

.eicon-heart:before {
    content: '\e93f'
}

.eicon-wrench:before {
    content: '\e940'
}

.eicon-help:before {
    content: '\e941'
}

.eicon-help-o:before {
    content: '\e942'
}

.eicon-zoom-out-bold:before {
    content: '\e943'
}

.eicon-plus-square-o:before {
    content: '\e944'
}

.eicon-minus-square-o:before {
    content: '\e945'
}

.eicon-minus-circle:before {
    content: '\e946'
}

.eicon-minus-circle-o:before {
    content: '\e947'
}

.eicon-code-bold:before {
    content: '\e948'
}

.eicon-cloud-upload:before {
    content: '\e949'
}

.eicon-search-bold:before {
    content: '\e94a'
}

.eicon-map-pin:before {
    content: '\e94b'
}

.eicon-meetup:before {
    content: '\e94c'
}

.eicon-slideshow:before {
    content: '\e94d'
}

.eicon-t-letter-bold:before {
    content: '\e94e'
}

.eicon-preferences:before {
    content: '\e94f'
}

.eicon-table-of-contents:before {
    content: '\e950'
}

.eicon-tv:before {
    content: '\e951'
}

.eicon-upload:before {
    content: '\e952'
}

.eicon-instagram-comments:before {
    content: '\e953'
}

.eicon-instagram-nested-gallery:before {
    content: '\e954'
}

.eicon-instagram-post:before {
    content: '\e955'
}

.eicon-instagram-video:before {
    content: '\e956'
}

.eicon-instagram-gallery:before {
    content: '\e957'
}

.eicon-instagram-likes:before {
    content: '\e958'
}

.eicon-facebook:before {
    content: '\e959'
}

.eicon-twitter:before {
    content: '\e95a'
}

.eicon-pinterest:before {
    content: '\e95b'
}

.eicon-frame-expand:before {
    content: '\e95c'
}

.eicon-frame-minimize:before {
    content: '\e95d'
}

.eicon-archive:before {
    content: '\e95e'
}

.eicon-colors-typography:before {
    content: '\e95f'
}

.eicon-custom:before {
    content: '\e960'
}

.eicon-footer:before {
    content: '\e961'
}

.eicon-header:before {
    content: '\e962'
}

.eicon-layout-settings:before {
    content: '\e963'
}

.eicon-lightbox-expand:before {
    content: '\e964'
}

.eicon-error-404:before {
    content: '\e965'
}

.eicon-theme-style:before {
    content: '\e966'
}

.eicon-search-results:before {
    content: '\e967'
}

.eicon-single-post:before {
    content: '\e968'
}

.eicon-site-identity:before {
    content: '\e969'
}

.eicon-theme-builder:before {
    content: '\e96a'
}

.eicon-download-bold:before {
    content: '\e96b'
}

.eicon-share-arrow:before {
    content: '\e96c'
}

.eicon-global-settings:before {
    content: '\e96d'
}

.eicon-user-preferences:before {
    content: '\e96e'
}

.eicon-lock:before {
    content: '\e96f'
}

.eicon-export-kit:before {
    content: '\e970'
}

.eicon-import-kit:before {
    content: '\e971'
}

.eicon-lottie:before {
    content: '\e972'
}

.eicon-products-archive:before {
    content: '\e973'
}

.eicon-single-product:before {
    content: '\e974'
}

.eicon-disable-trash-o:before {
    content: '\e975'
}

.eicon-single-page:before {
    content: '\e976'
}

.eicon-wordpress-light:before {
    content: '\e977'
}

.eicon-cogs-check:before {
    content: '\e978'
}

.eicon-custom-css:before {
    content: '\e979'
}

.eicon-global-colors:before {
    content: '\e97a'
}

.eicon-globe:before {
    content: '\e97b'
}

.eicon-typography-1:before {
    content: '\e97c'
}

.eicon-background:before {
    content: '\e97d'
}

.eicon-device-responsive:before {
    content: '\e97e'
}

.eicon-device-wide:before {
    content: '\e97f'
}

.eicon-code-highlight:before {
    content: '\e980'
}

.eicon-video-playlist:before {
    content: '\e981'
}

.eicon-download-kit:before {
    content: '\e982'
}

.eicon-kit-details:before {
    content: '\e983'
}

.eicon-kit-parts:before {
    content: '\e984'
}

.eicon-kit-upload:before {
    content: '\e985'
}

.eicon-kit-plugins:before {
    content: '\e986'
}

.eicon-kit-upload-alt:before {
    content: '\e987'
}

.eicon-hotspot:before {
    content: '\e988'
}

.eicon-paypal-button:before {
    content: '\e989'
}

.eicon-shape:before {
    content: '\e98a'
}

.eicon-wordart:before {
    content: '\e98b'
}

.eicon-eye:before {
    content: '\e8ac'
}

.eicon-elementor-square:before {
    content: '\e813'
}

@keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {

    from,
    to {
        transform: scale3d(1, 1, 1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {

    from,
    to {
        transform: scale3d(1, 1, 1)
    }

    30% {
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, .95, 1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {

    from,
    to {
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {

    from,
    to {
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {

    from,
    to {
        transform: none
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {

    11.1%,
    from,
    to {
        transform: none
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    to {
        transform: none
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

.elementor-animation-grow {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-grow:active,
.elementor-animation-grow:focus,
.elementor-animation-grow:hover {
    transform: scale(1.1)
}

.elementor-animation-shrink {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-shrink:active,
.elementor-animation-shrink:focus,
.elementor-animation-shrink:hover {
    transform: scale(0.9)
}

@keyframes elementor-animation-pulse {
    25% {
        transform: scale(1.1)
    }

    75% {
        transform: scale(0.9)
    }
}

.elementor-animation-pulse:active,
.elementor-animation-pulse:focus,
.elementor-animation-pulse:hover {
    animation-name: elementor-animation-pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@keyframes elementor-animation-pulse-grow {
    to {
        transform: scale(1.1)
    }
}

.elementor-animation-pulse-grow:active,
.elementor-animation-pulse-grow:focus,
.elementor-animation-pulse-grow:hover {
    animation-name: elementor-animation-pulse-grow;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

@keyframes elementor-animation-pulse-shrink {
    to {
        transform: scale(0.9)
    }
}

.elementor-animation-pulse-shrink:active,
.elementor-animation-pulse-shrink:focus,
.elementor-animation-pulse-shrink:hover {
    animation-name: elementor-animation-pulse-shrink;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

@keyframes elementor-animation-push {
    50% {
        transform: scale(0.8)
    }

    100% {
        transform: scale(1)
    }
}

.elementor-animation-push:active,
.elementor-animation-push:focus,
.elementor-animation-push:hover {
    animation-name: elementor-animation-push;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

@keyframes elementor-animation-pop {
    50% {
        transform: scale(1.2)
    }
}

.elementor-animation-pop:active,
.elementor-animation-pop:focus,
.elementor-animation-pop:hover {
    animation-name: elementor-animation-pop;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

.elementor-animation-bounce-in {
    transition-duration: .5s
}

.elementor-animation-bounce-in:active,
.elementor-animation-bounce-in:focus,
.elementor-animation-bounce-in:hover {
    transform: scale(1.2);
    transition-timing-function: cubic-bezier(0.47, 2.02, .31, -.36)
}

.elementor-animation-bounce-out {
    transition-duration: .5s
}

.elementor-animation-bounce-out:active,
.elementor-animation-bounce-out:focus,
.elementor-animation-bounce-out:hover {
    transform: scale(0.8);
    transition-timing-function: cubic-bezier(0.47, 2.02, .31, -.36)
}

.elementor-animation-rotate {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-rotate:active,
.elementor-animation-rotate:focus,
.elementor-animation-rotate:hover {
    transform: rotate(4deg)
}

.elementor-animation-grow-rotate {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-grow-rotate:active,
.elementor-animation-grow-rotate:focus,
.elementor-animation-grow-rotate:hover {
    transform: scale(1.1) rotate(4deg)
}

.elementor-animation-float {
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out
}

.elementor-animation-float:active,
.elementor-animation-float:focus,
.elementor-animation-float:hover {
    transform: translateY(-8px)
}

.elementor-animation-sink {
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out
}

.elementor-animation-sink:active,
.elementor-animation-sink:focus,
.elementor-animation-sink:hover {
    transform: translateY(8px)
}

@keyframes elementor-animation-bob {
    0% {
        transform: translateY(-8px)
    }

    50% {
        transform: translateY(-4px)
    }

    100% {
        transform: translateY(-8px)
    }
}

@keyframes elementor-animation-bob-float {
    100% {
        transform: translateY(-8px)
    }
}

.elementor-animation-bob:active,
.elementor-animation-bob:focus,
.elementor-animation-bob:hover {
    animation-name: elementor-animation-bob-float, elementor-animation-bob;
    animation-duration: .3s, 1.5s;
    animation-delay: 0s, .3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate
}

@keyframes elementor-animation-hang {
    0% {
        transform: translateY(8px)
    }

    50% {
        transform: translateY(4px)
    }

    100% {
        transform: translateY(8px)
    }
}

@keyframes elementor-animation-hang-sink {
    100% {
        transform: translateY(8px)
    }
}

.elementor-animation-hang:active,
.elementor-animation-hang:focus,
.elementor-animation-hang:hover {
    animation-name: elementor-animation-hang-sink, elementor-animation-hang;
    animation-duration: .3s, 1.5s;
    animation-delay: 0s, .3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate
}

.elementor-animation-skew {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-skew:active,
.elementor-animation-skew:focus,
.elementor-animation-skew:hover {
    transform: skew(-10deg)
}

.elementor-animation-skew-forward {
    transition-duration: .3s;
    transition-property: transform;
    transform-origin: 0 100%
}

.elementor-animation-skew-forward:active,
.elementor-animation-skew-forward:focus,
.elementor-animation-skew-forward:hover {
    transform: skew(-10deg)
}

.elementor-animation-skew-backward {
    transition-duration: .3s;
    transition-property: transform;
    transform-origin: 0 100%
}

.elementor-animation-skew-backward:active,
.elementor-animation-skew-backward:focus,
.elementor-animation-skew-backward:hover {
    transform: skew(10deg)
}

@keyframes elementor-animation-wobble-vertical {
    16.65% {
        transform: translateY(8px)
    }

    33.3% {
        transform: translateY(-6px)
    }

    49.95% {
        transform: translateY(4px)
    }

    66.6% {
        transform: translateY(-2px)
    }

    83.25% {
        transform: translateY(1px)
    }

    100% {
        transform: translateY(0)
    }
}

.elementor-animation-wobble-vertical:active,
.elementor-animation-wobble-vertical:focus,
.elementor-animation-wobble-vertical:hover {
    animation-name: elementor-animation-wobble-vertical;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-horizontal {
    16.65% {
        transform: translateX(8px)
    }

    33.3% {
        transform: translateX(-6px)
    }

    49.95% {
        transform: translateX(4px)
    }

    66.6% {
        transform: translateX(-2px)
    }

    83.25% {
        transform: translateX(1px)
    }

    100% {
        transform: translateX(0)
    }
}

.elementor-animation-wobble-horizontal:active,
.elementor-animation-wobble-horizontal:focus,
.elementor-animation-wobble-horizontal:hover {
    animation-name: elementor-animation-wobble-horizontal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-to-bottom-right {
    16.65% {
        transform: translate(8px, 8px)
    }

    33.3% {
        transform: translate(-6px, -6px)
    }

    49.95% {
        transform: translate(4px, 4px)
    }

    66.6% {
        transform: translate(-2px, -2px)
    }

    83.25% {
        transform: translate(1px, 1px)
    }

    100% {
        transform: translate(0, 0)
    }
}

.elementor-animation-wobble-to-bottom-right:active,
.elementor-animation-wobble-to-bottom-right:focus,
.elementor-animation-wobble-to-bottom-right:hover {
    animation-name: elementor-animation-wobble-to-bottom-right;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-to-top-right {
    16.65% {
        transform: translate(8px, -8px)
    }

    33.3% {
        transform: translate(-6px, 6px)
    }

    49.95% {
        transform: translate(4px, -4px)
    }

    66.6% {
        transform: translate(-2px, 2px)
    }

    83.25% {
        transform: translate(1px, -1px)
    }

    100% {
        transform: translate(0, 0)
    }
}

.elementor-animation-wobble-to-top-right:active,
.elementor-animation-wobble-to-top-right:focus,
.elementor-animation-wobble-to-top-right:hover {
    animation-name: elementor-animation-wobble-to-top-right;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-top {
    16.65% {
        transform: skew(-12deg)
    }

    33.3% {
        transform: skew(10deg)
    }

    49.95% {
        transform: skew(-6deg)
    }

    66.6% {
        transform: skew(4deg)
    }

    83.25% {
        transform: skew(-2deg)
    }

    100% {
        transform: skew(0)
    }
}

.elementor-animation-wobble-top {
    transform-origin: 0 100%
}

.elementor-animation-wobble-top:active,
.elementor-animation-wobble-top:focus,
.elementor-animation-wobble-top:hover {
    animation-name: elementor-animation-wobble-top;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-bottom {
    16.65% {
        transform: skew(-12deg)
    }

    33.3% {
        transform: skew(10deg)
    }

    49.95% {
        transform: skew(-6deg)
    }

    66.6% {
        transform: skew(4deg)
    }

    83.25% {
        transform: skew(-2deg)
    }

    100% {
        transform: skew(0)
    }
}

.elementor-animation-wobble-bottom {
    transform-origin: 100% 0
}

.elementor-animation-wobble-bottom:active,
.elementor-animation-wobble-bottom:focus,
.elementor-animation-wobble-bottom:hover {
    animation-name: elementor-animation-wobble-bottom;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-skew {
    16.65% {
        transform: skew(-12deg)
    }

    33.3% {
        transform: skew(10deg)
    }

    49.95% {
        transform: skew(-6deg)
    }

    66.6% {
        transform: skew(4deg)
    }

    83.25% {
        transform: skew(-2deg)
    }

    100% {
        transform: skew(0)
    }
}

.elementor-animation-wobble-skew:active,
.elementor-animation-wobble-skew:focus,
.elementor-animation-wobble-skew:hover {
    animation-name: elementor-animation-wobble-skew;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-buzz {
    50% {
        transform: translateX(3px) rotate(2deg)
    }

    100% {
        transform: translateX(-3px) rotate(-2deg)
    }
}

.elementor-animation-buzz:active,
.elementor-animation-buzz:focus,
.elementor-animation-buzz:hover {
    animation-name: elementor-animation-buzz;
    animation-duration: .15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@keyframes elementor-animation-buzz-out {
    10% {
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        transform: translateX(1px) rotate(0)
    }

    100% {
        transform: translateX(-1px) rotate(0)
    }
}

.elementor-animation-buzz-out:active,
.elementor-animation-buzz-out:focus,
.elementor-animation-buzz-out:hover {
    animation-name: elementor-animation-buzz-out;
    animation-duration: .75s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

/*! elementor - v3.1.4 - 10-03-2021 */
.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.elementor-column-gap-narrow>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 5px
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 10px
}

.elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 15px
}

.elementor-column-gap-wide>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 20px
}

.elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 30px
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (max-width:767px) {
    .elementor-reverse-mobile>.elementor-container>.elementor-row>:first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .elementor-column {
        width: 100%
    }
}

/*! elementor - v3.1.4 - 10-03-2021 */
.dialog-widget-content {
    background-color: #fff;
    position: absolute;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
    overflow: hidden
}

.dialog-message {
    font-size: 12px;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.dialog-type-lightbox {
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dialog-type-lightbox .dialog-widget-content {
    margin: auto;
    width: 375px
}

.dialog-type-lightbox .dialog-header {
    font-size: 15px;
    color: #495157;
    padding: 30px 0 10px;
    font-weight: 500
}

.dialog-type-lightbox .dialog-message {
    padding: 0 30px 30px;
    min-height: 50px
}

.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header,
.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message {
    text-align: center
}

.dialog-type-lightbox .dialog-buttons-wrapper {
    border-top: 1px solid #e6e9ec;
    text-align: center
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button {
    font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
    width: 50%;
    border: none;
    background: none;
    color: #6d7882;
    font-size: 15px;
    cursor: pointer;
    padding: 13px 0;
    outline: 0
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:hover {
    background-color: #f4f6f7
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-ok {
    color: #b01b1b
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-take_over {
    color: #39b54a
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:active {
    background-color: rgba(230, 233, 236, .5)
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button::-moz-focus-inner {
    border: 0
}

.dialog-close-button {
    cursor: pointer;
    position: absolute;
    margin-top: 15px;
    right: 15px;
    font-size: 15px;
    line-height: 1
}

.dialog-close-button:not(:hover) {
    opacity: .4
}

.dialog-alert-widget .dialog-buttons-wrapper>button {
    width: 100%
}

.dialog-confirm-widget .dialog-button:first-child {
    border-right: 1px solid #e6e9ec
}

.dialog-prevent-scroll {
    overflow: hidden;
    max-height: 100vh
}

@media (min-width:1024px) {
    body.admin-bar .dialog-lightbox-widget {
        height: calc(100vh - 32px)
    }
}

@media (max-width:1024px) {
    body.admin-bar .dialog-type-lightbox {
        position: -webkit-sticky;
        position: sticky;
        height: 100vh
    }
}

.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio {
    padding-bottom: 42.8571%
}

.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio {
    padding-bottom: 56.25%
}

.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio {
    padding-bottom: 75%
}

.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio {
    padding-bottom: 66.6666%
}

.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio {
    padding-bottom: 100%
}

.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio {
    padding-bottom: 177.8%
}

.elementor-fit-aspect-ratio {
    position: relative;
    height: 0
}

.elementor-fit-aspect-ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 0;
    background-color: #000
}

.elementor-fit-aspect-ratio video {
    width: 100%
}

.flatpickr-calendar {
    width: 280px
}

.flatpickr-calendar .flatpickr-current-month span.cur-month {
    font-weight: 300
}

.flatpickr-calendar .dayContainer {
    width: 280px;
    min-width: 280px;
    max-width: 280px
}

.flatpickr-calendar .flatpickr-days {
    width: 280px
}

.flatpickr-calendar .flatpickr-day {
    max-width: 37px;
    height: 37px;
    line-height: 37px
}

.elementor-templates-modal .dialog-widget-content {
    font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
    background-color: #f1f3f5;
    width: 100%
}

@media (max-width:1439px) {
    .elementor-templates-modal .dialog-widget-content {
        max-width: 990px
    }
}

@media (min-width:1440px) {
    .elementor-templates-modal .dialog-widget-content {
        max-width: 1200px
    }
}

.elementor-templates-modal .dialog-header {
    padding: 0;
    z-index: 1
}

.elementor-templates-modal .dialog-buttons-wrapper,
.elementor-templates-modal .dialog-header {
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    position: relative
}

.elementor-templates-modal .dialog-buttons-wrapper {
    border: none;
    display: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 5px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button {
    height: 40px;
    margin-left: 5px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success {
    padding: 12px 36px;
    color: #fff;
    width: auto;
    font-size: 15px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover {
    background-color: #39b54a
}

.elementor-templates-modal .dialog-message {
    height: 750px;
    max-height: 85vh;
    overflow: auto;
    padding-top: 25px
}

.elementor-templates-modal .dialog-content {
    height: 100%
}

.elementor-templates-modal .dialog-loading {
    display: none
}

.elementor-templates-modal__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50px
}

.elementor-templates-modal__header__logo {
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer
}

.elementor-templates-modal__header__logo-area {
    text-align: left;
    padding-left: 15px
}

.elementor-templates-modal__header__logo-area>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-templates-modal__header__logo__icon-wrapper {
    margin-right: 10px;
    font-size: 12px
}

.elementor-templates-modal__header__logo__title {
    padding-top: 2px
}

.elementor-templates-modal__header__items-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.elementor-templates-modal__header__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.elementor-templates-modal__header__item>i {
    font-size: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer
}

.elementor-templates-modal__header__item>i:not(:hover) {
    color: #a4afb7
}

.elementor-templates-modal__header__close--normal {
    width: 47px;
    border-left: 1px solid #e6e9ec
}

.elementor-templates-modal__header__close--normal i {
    font-size: 18px
}

.elementor-templates-modal__header__close--skip {
    padding: 10px 10px 10px 20px;
    margin-right: 10px;
    color: #fff;
    background-color: #a4afb7;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer
}

.elementor-templates-modal__header__close--skip>i {
    font-size: inherit;
    padding-left: 10px;
    margin-left: 15px;
    border-left: 1px solid
}

.elementor-templates-modal__header__close--skip>i:not(:hover) {
    color: #fff
}

.elementor-templates-modal__sidebar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 25%;
    background-color: hsla(0, 0%, 100%, .3)
}

.elementor-templates-modal__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-shadow: 0 0 13px inset rgba(0, 0, 0, .05);
    box-shadow: inset 0 0 13px rgba(0, 0, 0, .05)
}

#wpadminbar #wp-admin-bar-elementor_app_site_editor a.ab-item {
    border-top: 1px solid #464b50;
    margin-top: 6px
}

.elementor-hidden {
    display: none
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.elementor-clearfix:after {
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0
}

.e-logo-wrapper {
    background: #93003c;
    display: inline-block;
    padding: .75em;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 1
}

.e-logo-wrapper i {
    color: #fff;
    font-size: 1em
}

.elementor {
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual
}

.elementor *,
.elementor :after,
.elementor :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.elementor a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.elementor hr {
    margin: 0;
    background-color: transparent
}

.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.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 {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none
}

.elementor .elementor-custom-embed {
    line-height: 0
}

.elementor .elementor-background,
.elementor .elementor-background-holder,
.elementor .elementor-background-video-container {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    direction: ltr
}

.elementor .elementor-background-video-container {
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    pointer-events: none
}

.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 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.elementor .elementor-background-video {
    max-width: none
}

.elementor .elementor-html5-video {
    -o-object-fit: cover;
    object-fit: cover
}

.elementor .elementor-background-overlay,
.elementor .elementor-background-slideshow {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.elementor .elementor-background-slideshow {
    z-index: 0
}

.elementor .elementor-background-slideshow__slide__image {
    width: 100%;
    height: 100%;
    background-position: 50%;
    -webkit-background-size: cover;
    background-size: cover
}

.elementor-widget-wrap>.elementor-element.elementor-absolute {
    position: absolute
}

.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.elementor-absolute,
.elementor-element.elementor-fixed {
    z-index: 1
}

.elementor-invisible {
    visibility: hidden
}

.elementor-align-center {
    text-align: center
}

.elementor-align-center .elementor-button {
    width: auto
}

.elementor-align-right {
    text-align: right
}

.elementor-align-right .elementor-button {
    width: auto
}

.elementor-align-left {
    text-align: left
}

.elementor-align-left .elementor-button {
    width: auto
}

.elementor-align-justify .elementor-button {
    width: 100%
}

.elementor-custom-embed-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.elementor-custom-embed-play i {
    font-size: 100px;
    color: #fff;
    opacity: .8;
    text-shadow: 1px 0 6px rgba(0, 0, 0, .3);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.elementor-custom-embed-play.elementor-playing i {
    font-family: eicons;
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

.elementor-custom-embed-play.elementor-playing i:before {
    content: "\e8fb"
}

.elementor-tag {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.elementor-ken-burns {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 10s;
    -o-transition-duration: 10s;
    transition-duration: 10s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear
}

.elementor-ken-burns--out {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.elementor-ken-burns--active {
    -webkit-transition-duration: 20s;
    -o-transition-duration: 20s;
    transition-duration: 20s
}

.elementor-ken-burns--active.elementor-ken-burns--out {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.elementor-ken-burns--active.elementor-ken-burns--in {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

@media (max-width:1024px) {
    .elementor-tablet-align-center {
        text-align: center
    }

    .elementor-tablet-align-center .elementor-button {
        width: auto
    }

    .elementor-tablet-align-right {
        text-align: right
    }

    .elementor-tablet-align-right .elementor-button {
        width: auto
    }

    .elementor-tablet-align-left {
        text-align: left
    }

    .elementor-tablet-align-left .elementor-button {
        width: auto
    }

    .elementor-tablet-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:767px) {
    .elementor-mobile-align-center {
        text-align: center
    }

    .elementor-mobile-align-center .elementor-button {
        width: auto
    }

    .elementor-mobile-align-right {
        text-align: right
    }

    .elementor-mobile-align-right .elementor-button {
        width: auto
    }

    .elementor-mobile-align-left {
        text-align: left
    }

    .elementor-mobile-align-left .elementor-button {
        width: auto
    }

    .elementor-mobile-align-justify .elementor-button {
        width: 100%
    }
}

#wpadminbar #wp-admin-bar-elementor_edit_page>.ab-item:before {
    content: "\e813";
    font-family: eicons;
    top: 3px;
    font-size: 18px
}

#wpadminbar #wp-admin-bar-elementor_inspector>.ab-item:before {
    content: "\f348";
    top: 2px
}

:root {
    --page-title-display: block
}

.elementor-page-title,
h1.entry-title {
    display: var(--page-title-display)
}

.elementor-section {
    position: relative
}

.elementor-section .elementor-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

@media (max-width:1024px) {
    .elementor-section .elementor-container {
        -ms-flex-wrap: wrap;
        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 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.elementor-section.elementor-section-items-middle>.elementor-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-section.elementor-section-items-bottom>.elementor-container {
    -webkit-box-align: end;
    -ms-flex-align: end;
    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 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.elementor-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:1024px) {
    .elementor-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.elementor-widget-wrap {
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.elementor-widget-wrap>.elementor-element {
    width: 100%
}

.elementor-widget {
    position: relative
}

.elementor-widget:not(:last-child) {
    margin-bottom: 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 {
    min-height: 1px
}

.elementor-column,
.elementor-column-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.elementor-column-wrap {
    width: 100%
}

.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:768px) and (max-width:1024px) {
    .elementor-reverse-tablet>.elementor-container>:first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (max-width:767px) {
    .elementor-reverse-mobile>.elementor-container>:first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .elementor-column {
        width: 100%
    }
}

ul.elementor-icon-list-items.elementor-inline-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
    word-break: break-word
}

.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;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-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 (max-width:1024px) {
    .elementor-grid-tablet-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-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:767px) {
    .elementor-grid-mobile-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-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:768px) and (max-width:1024px) {
    #elementor-device-mode:after {
        content: "tablet"
    }
}

@media (max-width:767px) {
    #elementor-device-mode:after {
        content: "mobile"
    }
}

.elementor-form-fields-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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 {
    -ms-flex-preferred-size: 100%;
    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 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.elementor-field-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-field-group.elementor-field-type-submit {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.elementor-field-group .elementor-field-textual {
    width: 100%;
    max-width: 100%;
    border: 1px solid #818a91;
    background-color: transparent;
    color: #373a3c;
    vertical-align: middle;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.elementor-field-group .elementor-field-textual:focus {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    outline: 0
}

.elementor-field-group .elementor-field-textual::-webkit-input-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-field-textual:-ms-input-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-field-textual:-moz-placeholder,
.elementor-field-group .elementor-field-textual::-moz-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-field-textual::-ms-input-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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%
}

.elementor-field-group .elementor-select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-right: 20px
}

.elementor-field-group .elementor-select-wrapper:before {
    content: "\e92a";
    font-family: eicons;
    font-size: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    pointer-events: none;
    text-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
    content: ""
}

.elementor-field-subgroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.elementor-field-subgroup .elementor-field-option label {
    display: inline-block
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
    padding-right: 10px
}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
    -ms-flex-preferred-size: 100%;
    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 {
    content: "*";
    color: red;
    padding-left: .2em
}

.elementor-field-textual {
    line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
    padding: 5px 14px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.elementor-field-textual.elementor-size-xs {
    font-size: 13px;
    min-height: 33px;
    padding: 4px 12px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.elementor-field-textual.elementor-size-md {
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.elementor-field-textual.elementor-size-lg {
    font-size: 18px;
    min-height: 59px;
    padding: 7px 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.elementor-field-textual.elementor-size-xl {
    font-size: 20px;
    min-height: 72px;
    padding: 8px 24px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.elementor-button-align-stretch .e-form__buttons__wrapper {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.elementor-button-align-stretch .e-form__buttons__wrapper__button {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.elementor-button-align-center .e-form__buttons,
.elementor-button-align-center .elementor-field-type-submit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-button-align-start .e-form__buttons,
.elementor-button-align-start .elementor-field-type-submit {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.elementor-button-align-end .e-form__buttons,
.elementor-button-align-end .elementor-field-type-submit {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    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 {
    -ms-flex-preferred-size: initial;
    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 {
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    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 {
    -ms-flex-preferred-size: initial;
    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 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .elementor-tablet-button-align-center .e-form__buttons,
    .elementor-tablet-button-align-center .elementor-field-type-submit {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-tablet-button-align-start .e-form__buttons,
    .elementor-tablet-button-align-start .elementor-field-type-submit {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-tablet-button-align-end .e-form__buttons,
    .elementor-tablet-button-align-end .elementor-field-type-submit {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        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 {
        -ms-flex-preferred-size: initial;
        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 {
        -webkit-box-flex: initial;
        -ms-flex-positive: initial;
        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 {
        -ms-flex-preferred-size: initial;
        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 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .elementor-mobile-button-align-center .e-form__buttons,
    .elementor-mobile-button-align-center .elementor-field-type-submit {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-mobile-button-align-start .e-form__buttons,
    .elementor-mobile-button-align-start .elementor-field-type-submit {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-mobile-button-align-end .e-form__buttons,
    .elementor-mobile-button-align-end .elementor-field-type-submit {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        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 {
        -ms-flex-preferred-size: initial;
        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 {
        -webkit-box-flex: initial;
        -ms-flex-positive: initial;
        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 {
        -ms-flex-preferred-size: initial;
        flex-basis: auto
    }
}

.elementor-error .elementor-field {
    border-color: #d9534f
}

.elementor-error .help-inline {
    color: #d9534f;
    font-size: .9em
}

.elementor-message {
    margin: 10px 0;
    font-size: 1em;
    line-height: 1
}

.elementor-message:before {
    content: "\e90e";
    display: inline-block;
    font-family: eicons;
    font-weight: 400;
    font-style: normal;
    vertical-align: middle;
    margin-right: 5px
}

.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 {
    padding-top: 0;
    padding-bottom: 0;
    border: none
}

.elementor-form .elementor-button>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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 {
    -webkit-transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    -o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s
}

.elementor-accordion {
    text-align: left
}

.elementor-accordion .elementor-accordion-item {
    border: 1px solid #d4d4d4
}

.elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
    border-top: none
}

.elementor-accordion .elementor-tab-title {
    margin: 0;
    padding: 15px 20px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    outline: none
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    display: inline-block;
    width: 1.5em
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
    float: right;
    text-align: right
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
    float: left;
    text-align: left
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed {
    display: block
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed {
    display: none
}

.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
    display: block
}

.elementor-accordion .elementor-tab-content {
    display: none;
    padding: 15px 20px;
    border-top: 1px solid #d4d4d4
}

@media (max-width:767px) {
    .elementor-accordion .elementor-tab-title {
        padding: 12px 15px
    }

    .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
        width: 1.2em
    }

    .elementor-accordion .elementor-tab-content {
        padding: 7px 15px
    }
}

.elementor-alert {
    padding: 15px;
    border-left: 5px solid transparent;
    position: relative;
    text-align: left
}

.elementor-alert .elementor-alert-title {
    display: block;
    font-weight: 700
}

.elementor-alert .elementor-alert-description {
    font-size: 13px
}

.elementor-alert button.elementor-alert-dismiss {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 3px;
    font-size: 20px;
    line-height: 1;
    background: transparent;
    color: inherit;
    border: none;
    cursor: pointer
}

.elementor-alert.elementor-alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bcdff1
}

.elementor-alert.elementor-alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #cae6be
}

.elementor-alert.elementor-alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #f9f0c3
}

.elementor-alert.elementor-alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #e8c4c4
}

@media (max-width:767px) {
    .elementor-alert {
        padding: 10px
    }

    .elementor-alert button.elementor-alert-dismiss {
        right: 7px;
        top: 7px
    }
}

.elementor-tab-title a {
    color: inherit
}

.elementor-button {
    display: inline-block;
    line-height: 1;
    background-color: #818a91;
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
    color: #fff
}

.elementor-button-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-button-icon {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.elementor-button-icon svg {
    width: 1em
}

.elementor-button-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    display: inline-block
}

.elementor-button.elementor-size-xs {
    font-size: 13px;
    padding: 10px 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.elementor-button.elementor-size-md {
    font-size: 16px;
    padding: 15px 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.elementor-button.elementor-size-lg {
    font-size: 18px;
    padding: 20px 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.elementor-button.elementor-size-xl {
    font-size: 20px;
    padding: 25px 50px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.elementor-button .elementor-align-icon-right {
    margin-left: 5px;
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15
}

.elementor-button .elementor-align-icon-left {
    margin-right: 5px;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.elementor-button span {
    text-decoration: inherit
}

.elementor-menu-cart__toggle .elementor-button-icon {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15
}

.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-counter .elementor-counter-number-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 69px;
    font-weight: 600;
    color: #222;
    line-height: 1
}

.elementor-counter .elementor-counter-number-prefix,
.elementor-counter .elementor-counter-number-suffix {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    white-space: pre-wrap
}

.elementor-counter .elementor-counter-number-prefix {
    text-align: right
}

.elementor-counter .elementor-counter-number-suffix {
    text-align: left
}

.elementor-counter .elementor-counter-title {
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    color: #666;
    line-height: 2.5
}

.elementor-widget-divider {
    --divider-border-style: none;
    --divider-border-width: 1px;
    --divider-color: #2c2c2c;
    --divider-icon-size: 20px;
    --divider-element-spacing: 10px;
    --divider-pattern-height: 24px;
    --divider-pattern-size: 20px;
    --divider-pattern-url: none;
    --divider-pattern-repeat: repeat-x
}

.elementor-widget-divider .elementor-divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.elementor-widget-divider .elementor-divider__text {
    font-size: 15px;
    line-height: 1;
    max-width: 95%
}

.elementor-widget-divider .elementor-divider__element {
    margin: 0 var(--divider-element-spacing);
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.elementor-widget-divider .elementor-icon {
    font-size: var(--divider-icon-size)
}

.elementor-widget-divider .elementor-divider-separator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    direction: ltr
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator,
.elementor-widget-divider--view-line_text .elementor-divider-separator {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,
.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,
.elementor-widget-divider--view-line_text .elementor-divider-separator:after,
.elementor-widget-divider--view-line_text .elementor-divider-separator:before {
    display: block;
    content: "";
    border-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color)
}

.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 100;
    flex-shrink: 100
}

.elementor-widget-divider--element-align-left .elementor-divider-separator:before {
    content: none
}

.elementor-widget-divider--element-align-left .elementor-divider__element {
    margin-left: 0
}

.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 100;
    flex-shrink: 100
}

.elementor-widget-divider--element-align-right .elementor-divider-separator:after {
    content: none
}

.elementor-widget-divider--element-align-right .elementor-divider__element {
    margin-right: 0
}

.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
    border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color)
}

.elementor-widget-divider--separator-type-pattern {
    --divider-border-style: none
}

.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,
.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,
.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,
.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator {
    width: 100%;
    min-height: var(--divider-pattern-height);
    -webkit-mask-size: var(--divider-pattern-size) 100%;
    mask-size: var(--divider-pattern-size) 100%;
    -webkit-mask-repeat: var(--divider-pattern-repeat);
    mask-repeat: var(--divider-pattern-repeat);
    background-color: var(--divider-color);
    -webkit-mask-image: var(--divider-pattern-url);
    mask-image: var(--divider-pattern-url)
}

.elementor-widget-divider--no-spacing {
    --divider-pattern-size: auto
}

.elementor-widget-divider--bg-round {
    --divider-pattern-repeat: round
}

.rtl .elementor-widget-divider .elementor-divider__text {
    direction: rtl
}

.elementor-image-gallery .gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    margin: 0 auto
}

.elementor-image-gallery .gallery-item img {
    margin: 0 auto
}

.elementor-image-gallery .gallery-item .gallery-caption {
    margin: 0
}

@media (min-width:768px) {
    .elementor-image-gallery .gallery-columns-2 .gallery-item {
        max-width: 50%
    }

    .elementor-image-gallery .gallery-columns-3 .gallery-item {
        max-width: 33.33%
    }

    .elementor-image-gallery .gallery-columns-4 .gallery-item {
        max-width: 25%
    }

    .elementor-image-gallery .gallery-columns-5 .gallery-item {
        max-width: 20%
    }

    .elementor-image-gallery .gallery-columns-6 .gallery-item {
        max-width: 16.666%
    }

    .elementor-image-gallery .gallery-columns-7 .gallery-item {
        max-width: 14.28%
    }

    .elementor-image-gallery .gallery-columns-8 .gallery-item {
        max-width: 12.5%
    }

    .elementor-image-gallery .gallery-columns-9 .gallery-item {
        max-width: 11.11%
    }

    .elementor-image-gallery .gallery-columns-10 .gallery-item {
        max-width: 10%
    }
}

@media (min-width:480px) and (max-width:767px) {

    .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
        max-width: 50%
    }
}

@media (max-width:479px) {

    .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
        max-width: 100%
    }
}

.elementor-widget-google_maps .elementor-widget-container {
    overflow: hidden
}

.elementor-widget-google_maps iframe {
    height: 300px
}

.elementor-heading-title {
    padding: 0;
    margin: 0;
    line-height: 1
}

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.elementor-widget-heading .elementor-heading-title.elementor-size-small {
    font-size: 15px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
    font-size: 19px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-large {
    font-size: 29px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
    font-size: 39px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
    font-size: 59px
}

.elementor-icon {
    display: inline-block;
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #818a91;
    font-size: 50px;
    text-align: center
}

.elementor-icon:hover {
    color: #818a91
}

.elementor-icon i,
.elementor-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block
}

.elementor-icon i:before,
.elementor-icon svg:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.elementor-icon i.fad {
    width: auto
}

.elementor-view-stacked .elementor-icon {
    padding: .5em;
    background-color: #818a91;
    color: #fff;
    fill: #fff
}

.elementor-view-framed .elementor-icon {
    padding: .5em;
    color: #818a91;
    border: 3px solid #818a91;
    background-color: transparent
}

.elementor-shape-circle .elementor-icon {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

@media (min-width:768px) {

    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,
    .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
        text-align: right;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .elementor-widget-icon-box.elementor-position-top .elementor-icon-box-img {
        margin: auto
    }

    .elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media (max-width:767px) {
    .elementor-widget-icon-box .elementor-icon-box-icon {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 15px
    }
}

.elementor-widget-icon-box .elementor-icon-box-wrapper {
    text-align: center
}

.elementor-widget-icon-box .elementor-icon-box-title a {
    color: inherit
}

.elementor-widget-icon-box .elementor-icon-box-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.elementor-widget-icon-box .elementor-icon-box-description {
    margin: 0
}

.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container {
    overflow: hidden
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items {
    margin-right: -8px;
    margin-left: -8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: 8px;
    margin-left: 8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    width: auto;
    left: auto;
    right: auto;
    position: relative;
    height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-left-width: 1px;
    border-style: solid;
    right: -8px
}

.elementor-widget .elementor-icon-list-items {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.elementor-widget .elementor-icon-list-item {
    margin: 0;
    padding: 0;
    position: relative
}

.elementor-widget .elementor-icon-list-item:after {
    position: absolute;
    bottom: 0;
    width: 100%
}

.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
    -ms-flex-item-align: center;
    align-self: center;
    padding-left: 5px
}

.elementor-widget .elementor-icon-list-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.elementor-widget .elementor-icon-list-icon i {
    width: 1.25em
}

.elementor-widget .elementor-icon-list-icon svg {
    width: 1em
}

.elementor-widget.elementor-list-item-link-full_width a {
    width: 100%
}

.elementor-widget.elementor-align-center .elementor-icon-list-item,
.elementor-widget.elementor-align-center .elementor-icon-list-item a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-widget.elementor-align-center .elementor-icon-list-item:after {
    margin: auto
}

.elementor-widget.elementor-align-center .elementor-inline-items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-widget.elementor-align-left .elementor-icon-list-item,
.elementor-widget.elementor-align-left .elementor-icon-list-item a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left
}

.elementor-widget.elementor-align-left .elementor-inline-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.elementor-widget.elementor-align-right .elementor-icon-list-item,
.elementor-widget.elementor-align-right .elementor-icon-list-item a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right
}

.elementor-widget.elementor-align-right .elementor-icon-list-items {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after {
    left: 0
}

.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after {
    right: 0
}

@media (max-width:1024px) {

    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,
    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-items {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-items {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

@media (max-width:767px) {

    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,
    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-items {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-items {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

.elementor-widget-image {
    text-align: center
}

.elementor-widget-image .elementor-image>a,
.elementor-widget-image .elementor-image figure>a {
    display: inline-block
}

.elementor-widget-image .elementor-image>a img[src$=".svg"],
.elementor-widget-image .elementor-image figure>a img[src$=".svg"] {
    width: 48px
}

.elementor-widget-image .elementor-image img {
    vertical-align: middle;
    display: inline-block
}

.elementor-widget-image .elementor-image.elementor-image-shape-circle {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.elementor-widget-image-box .elementor-image-box-content {
    width: 100%
}

@media (min-width:768px) {

    .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,
    .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
        text-align: right;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .elementor-widget-image-box.elementor-position-top .elementor-image-box-img {
        margin: auto
    }

    .elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media (max-width:767px) {
    .elementor-widget-image-box .elementor-image-box-img {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 15px
    }
}

.elementor-widget-image-box .elementor-image-box-img {
    display: inline-block
}

.elementor-widget-image-box .elementor-image-box-title a {
    color: inherit
}

.elementor-widget-image-box .elementor-image-box-wrapper {
    text-align: center
}

.elementor-widget-image-box .elementor-image-box-description {
    margin: 0
}

.elementor-widget-image-carousel .swiper-container {
    position: static
}

.elementor-widget-image-carousel .swiper-container .swiper-slide figure {
    line-height: inherit
}

.elementor-widget-image-carousel .swiper-slide {
    text-align: center
}

.elementor-image-gallery figure img {
    display: block
}

.elementor-image-gallery figure figcaption {
    width: 100%
}

.gallery-spacing-custom .elementor-image-gallery .gallery-icon {
    padding: 0
}

body.elementor-page .elementor-widget-menu-anchor {
    margin-bottom: 0
}

.elementor-widget-progress {
    text-align: left
}

.elementor-progress-wrapper {
    position: relative;
    background-color: #eee;
    color: #fff;
    height: 100%;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.elementor-progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #818a91;
    width: 0;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out
}

.elementor-progress-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 15px
}

.elementor-progress-percentage {
    padding-right: 15px
}

.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar {
    background-color: #5bc0de
}

.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar {
    background-color: #5cb85c
}

.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar {
    background-color: #f0ad4e
}

.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar {
    background-color: #d9534f
}

.elementor-progress .elementor-title {
    display: block
}

@media (max-width:767px) {
    .elementor-progress-text {
        padding-left: 10px
    }
}

.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container {
    line-height: 1;
    font-size: 0
}

.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid {
    display: inline-grid
}

.elementor-widget-social-icons .elementor-grid {
    grid-column-gap: var(--grid-column-gap, 5px);
    grid-row-gap: var(--grid-row-gap, 5px);
    grid-template-columns: var(--grid-template-columns);
    -webkit-box-pack: var(--justify-content, center);
    -ms-flex-pack: var(--justify-content, center);
    justify-content: var(--justify-content, center);
    justify-items: var(--justify-content, center)
}

.elementor-icon.elementor-social-icon {
    font-size: var(--icon-size, 25px);
    line-height: var(--icon-size, 25px);
    width: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));
    height: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))
}

.elementor-social-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #818a91;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    cursor: pointer
}

.elementor-social-icon i {
    color: #fff
}

.elementor-social-icon:last-child {
    margin: 0
}

.elementor-social-icon:hover {
    opacity: .9;
    color: #fff
}

.elementor-social-icon-android {
    background-color: #a4c639
}

.elementor-social-icon-apple {
    background-color: #999
}

.elementor-social-icon-behance {
    background-color: #1769ff
}

.elementor-social-icon-bitbucket {
    background-color: #205081
}

.elementor-social-icon-codepen {
    background-color: #000
}

.elementor-social-icon-delicious {
    background-color: #39f
}

.elementor-social-icon-deviantart {
    background-color: #05cc47
}

.elementor-social-icon-digg {
    background-color: #005be2
}

.elementor-social-icon-dribbble {
    background-color: #ea4c89
}

.elementor-social-icon-elementor {
    background-color: #d30c5c
}

.elementor-social-icon-envelope {
    background-color: #ea4335
}

.elementor-social-icon-facebook,
.elementor-social-icon-facebook-f {
    background-color: #3b5998
}

.elementor-social-icon-flickr {
    background-color: #0063dc
}

.elementor-social-icon-foursquare {
    background-color: #2d5be3
}

.elementor-social-icon-free-code-camp,
.elementor-social-icon-freecodecamp {
    background-color: #006400
}

.elementor-social-icon-github {
    background-color: #333
}

.elementor-social-icon-gitlab {
    background-color: #e24329
}

.elementor-social-icon-globe {
    background-color: #818a91
}

.elementor-social-icon-google-plus,
.elementor-social-icon-google-plus-g {
    background-color: #dd4b39
}

.elementor-social-icon-houzz {
    background-color: #7ac142
}

.elementor-social-icon-instagram {
    background-color: #262626
}

.elementor-social-icon-jsfiddle {
    background-color: #487aa2
}

.elementor-social-icon-link {
    background-color: #818a91
}

.elementor-social-icon-linkedin,
.elementor-social-icon-linkedin-in {
    background-color: #0077b5
}

.elementor-social-icon-medium {
    background-color: #00ab6b
}

.elementor-social-icon-meetup {
    background-color: #ec1c40
}

.elementor-social-icon-mixcloud {
    background-color: #273a4b
}

.elementor-social-icon-odnoklassniki {
    background-color: #f4731c
}

.elementor-social-icon-pinterest {
    background-color: #bd081c
}

.elementor-social-icon-product-hunt {
    background-color: #da552f
}

.elementor-social-icon-reddit {
    background-color: #ff4500
}

.elementor-social-icon-rss {
    background-color: #f26522
}

.elementor-social-icon-shopping-cart {
    background-color: #4caf50
}

.elementor-social-icon-skype {
    background-color: #00aff0
}

.elementor-social-icon-slideshare {
    background-color: #0077b5
}

.elementor-social-icon-snapchat {
    background-color: #fffc00
}

.elementor-social-icon-soundcloud {
    background-color: #f80
}

.elementor-social-icon-spotify {
    background-color: #2ebd59
}

.elementor-social-icon-stack-overflow {
    background-color: #fe7a15
}

.elementor-social-icon-steam {
    background-color: #00adee
}

.elementor-social-icon-stumbleupon {
    background-color: #eb4924
}

.elementor-social-icon-telegram {
    background-color: #2ca5e0
}

.elementor-social-icon-thumb-tack {
    background-color: #1aa1d8
}

.elementor-social-icon-tripadvisor {
    background-color: #589442
}

.elementor-social-icon-tumblr {
    background-color: #35465c
}

.elementor-social-icon-twitch {
    background-color: #6441a5
}

.elementor-social-icon-twitter {
    background-color: #1da1f2
}

.elementor-social-icon-viber {
    background-color: #665cac
}

.elementor-social-icon-vimeo {
    background-color: #1ab7ea
}

.elementor-social-icon-vk {
    background-color: #45668e
}

.elementor-social-icon-weibo {
    background-color: #dd2430
}

.elementor-social-icon-weixin {
    background-color: #31a918
}

.elementor-social-icon-whatsapp {
    background-color: #25d366
}

.elementor-social-icon-wordpress {
    background-color: #21759b
}

.elementor-social-icon-xing {
    background-color: #026466
}

.elementor-social-icon-yelp {
    background-color: #af0606
}

.elementor-social-icon-youtube {
    background-color: #cd201f
}

.elementor-social-icon-500px {
    background-color: #0099e5
}

.elementor-shape-rounded .elementor-icon.elementor-social-icon {
    -webkit-border-radius: 10%;
    border-radius: 10%
}

.elementor-shape-circle .elementor-icon.elementor-social-icon {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.elementor-star-rating {
    color: #ccd6df;
    font-family: eicons;
    display: inline-block
}

.elementor-star-rating i {
    display: inline-block;
    position: relative;
    font-style: normal;
    cursor: default
}

.elementor-star-rating i:before {
    content: "\e934";
    display: block;
    font-size: inherit;
    font-family: inherit;
    position: absolute;
    overflow: hidden;
    color: #f0ad4e;
    top: 0;
    left: 0
}

.elementor-star-rating .elementor-star-empty:before {
    content: none
}

.elementor-star-rating .elementor-star-1:before {
    width: 10%
}

.elementor-star-rating .elementor-star-2:before {
    width: 20%
}

.elementor-star-rating .elementor-star-3:before {
    width: 30%
}

.elementor-star-rating .elementor-star-4:before {
    width: 40%
}

.elementor-star-rating .elementor-star-5:before {
    width: 50%
}

.elementor-star-rating .elementor-star-6:before {
    width: 60%
}

.elementor-star-rating .elementor-star-7:before {
    width: 70%
}

.elementor-star-rating .elementor-star-8:before {
    width: 80%
}

.elementor-star-rating .elementor-star-9:before {
    width: 90%
}

.elementor-star-rating__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-star-rating__title {
    margin-right: 10px
}

.elementor-star-rating--align-right .elementor-star-rating__wrapper {
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.elementor-star-rating--align-left .elementor-star-rating__wrapper {
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.elementor-star-rating--align-center .elementor-star-rating__wrapper {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-star-rating--align-justify .elementor-star-rating__title {
    margin-right: auto
}

@media (max-width:1024px) {
    .elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper {
        text-align: right;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper {
        text-align: left;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-star-rating-tablet--align-justify .elementor-star-rating__title {
        margin-right: auto
    }
}

@media (max-width:767px) {
    .elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper {
        text-align: right;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper {
        text-align: left;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-star-rating-mobile--align-justify .elementor-star-rating__title {
        margin-right: auto
    }
}

.last-star {
    letter-spacing: 0
}

.elementor--star-style-star_unicode .elementor-star-rating {
    font-family: Arial, Helvetica, sans-serif
}

.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before {
    content: "\002605"
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
    width: 25%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active {
    border-right-style: none
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
    height: 999em;
    width: 0;
    right: 0;
    border-right-style: solid
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after {
    top: 100%
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
    display: table-cell
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
    border-bottom-style: none
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
    bottom: 0;
    height: 0;
    width: 999em;
    border-bottom-style: solid
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
    right: 100%
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after {
    left: 100%
}

.elementor-widget-tabs .elementor-tab-content,
.elementor-widget-tabs .elementor-tab-title,
.elementor-widget-tabs .elementor-tab-title:after,
.elementor-widget-tabs .elementor-tab-title:before,
.elementor-widget-tabs .elementor-tabs-content-wrapper {
    border: 1px #d4d4d4
}

.elementor-widget-tabs .elementor-tabs {
    text-align: left
}

.elementor-widget-tabs .elementor-tabs-wrapper {
    overflow: hidden
}

.elementor-widget-tabs .elementor-tab-title {
    cursor: pointer;
    outline: var(--focus-outline, none)
}

.elementor-widget-tabs .elementor-tab-desktop-title {
    position: relative;
    padding: 20px 25px;
    font-weight: 700;
    line-height: 1;
    border: solid transparent
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
    border-color: #d4d4d4
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before {
    display: block;
    content: "";
    position: absolute
}

.elementor-widget-tabs .elementor-tab-mobile-title {
    padding: 10px;
    cursor: pointer
}

.elementor-widget-tabs .elementor-tab-content {
    padding: 20px;
    display: none
}

@media (max-width:767px) {

    .elementor-tabs .elementor-tab-content,
    .elementor-tabs .elementor-tab-title {
        border-style: solid solid none
    }

    .elementor-tabs .elementor-tabs-wrapper {
        display: none
    }

    .elementor-tabs .elementor-tabs-content-wrapper {
        border-bottom-style: solid
    }

    .elementor-tabs .elementor-tab-content {
        padding: 10px
    }
}

@media (min-width:768px) {
    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        border-style: solid solid solid none
    }

    .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
        border-style: none solid solid
    }

    .elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper,
    .elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper,
    .elementor-widget-tabs.elementor-tabs-alignment-stretch .elementor-tabs-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-horizontal .elementor-tab-title {
        width: 100%
    }

    .elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-vertical .elementor-tab-title {
        height: 100%
    }

    .elementor-tabs .elementor-tab-mobile-title {
        display: none
    }
}

.elementor-testimonial-wrapper {
    overflow: hidden;
    text-align: center
}

.elementor-testimonial-wrapper .elementor-testimonial-content {
    font-size: 1.3em;
    margin-bottom: 20px
}

.elementor-testimonial-wrapper .elementor-testimonial-name {
    line-height: 1.5;
    color: inherit;
    display: block
}

.elementor-testimonial-wrapper .elementor-testimonial-job {
    font-size: .85em;
    color: inherit;
    display: block
}

.elementor-testimonial-wrapper.elementor-testimonial-text-align-left {
    text-align: left
}

.elementor-testimonial-wrapper.elementor-testimonial-text-align-right {
    text-align: right
}

.elementor-testimonial-wrapper .elementor-testimonial-meta {
    width: 100%;
    line-height: 1
}

.elementor-testimonial-wrapper .elementor-testimonial-meta-inner {
    display: inline-block
}

.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,
.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image {
    display: table-cell;
    vertical-align: middle
}

.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image {
    padding-right: 15px
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details {
    text-align: left
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,
.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
    display: block
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
    margin-bottom: 20px
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
    background-color: #818a91;
    color: #fff
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap {
    color: #818a91;
    border: 3px solid;
    background-color: transparent
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
    margin-top: 8px
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter {
    width: 1em;
    height: 1em
}

.elementor-widget-text-editor .elementor-drop-cap {
    float: left;
    text-align: center;
    line-height: 1;
    font-size: 50px
}

.elementor-widget-text-editor .elementor-drop-cap-letter {
    display: inline-block
}

.elementor-toggle {
    text-align: left
}

.elementor-toggle .elementor-tab-title {
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #d4d4d4;
    cursor: pointer;
    outline: none
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon {
    display: inline-block;
    width: 1em
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right {
    float: right;
    text-align: right
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
    float: left;
    text-align: left
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed {
    display: block
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened {
    display: none
}

.elementor-toggle .elementor-tab-title.elementor-active {
    border-bottom: none
}

.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed {
    display: none
}

.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened {
    display: block
}

.elementor-toggle .elementor-tab-content {
    padding: 15px;
    border-bottom: 1px solid #d4d4d4;
    display: none
}

@media (max-width:767px) {
    .elementor-toggle .elementor-tab-title {
        padding: 12px
    }

    .elementor-toggle .elementor-tab-content {
        padding: 12px 10px
    }
}

.elementor-widget-video .elementor-widget-container {
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50%
}

.elementor-widget-video .elementor-custom-embed-image-overlay {
    cursor: pointer;
    text-align: center
}

.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i {
    opacity: 1
}

.elementor-widget-video .elementor-custom-embed-image-overlay img {
    display: block;
    width: 100%
}

.elementor-widget-video .e-hosted-video .elementor-video {
    -o-object-fit: cover;
    object-fit: cover
}

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

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer
}

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

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

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

.slick-track:after {
    clear: both
}

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

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

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

.slick-slide img {
    display: block
}

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

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

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

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

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

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

.elementor-slick-slider .slick-loading .slick-list {
    background: #fff
}

.elementor-slick-slider .slick-loading .slick-list:after {
    content: "\e8fb";
    font-family: eicons;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
    font-size: 25px;
    color: #a4afb7
}

.elementor-slick-slider .slick-next,
.elementor-slick-slider .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

.elementor-slick-slider .slick-next:focus,
.elementor-slick-slider .slick-next:hover,
.elementor-slick-slider .slick-prev:focus,
.elementor-slick-slider .slick-prev:hover {
    color: transparent;
    outline: none;
    background: transparent
}

.elementor-slick-slider .slick-next:focus:before,
.elementor-slick-slider .slick-next:hover:before,
.elementor-slick-slider .slick-prev:focus:before,
.elementor-slick-slider .slick-prev:hover:before {
    opacity: 1
}

.elementor-slick-slider .slick-next.slick-disabled:before,
.elementor-slick-slider .slick-prev.slick-disabled:before {
    opacity: .25
}

.elementor-slick-slider .slick-next:before,
.elementor-slick-slider .slick-prev:before {
    font-family: eicons;
    font-size: 35px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.elementor-slick-slider .slick-prev {
    left: -25px
}

[dir=rtl] .elementor-slick-slider .slick-prev {
    left: auto;
    right: -25px
}

.elementor-slick-slider .slick-prev:before {
    content: "\e89f"
}

[dir=rtl] .elementor-slick-slider .slick-prev:before {
    content: "\e89e"
}

.elementor-slick-slider .slick-next {
    right: -25px
}

[dir=rtl] .elementor-slick-slider .slick-next {
    left: -25px;
    right: auto
}

.elementor-slick-slider .slick-next:before {
    content: "\e89e"
}

[dir=rtl] .elementor-slick-slider .slick-next:before {
    content: "\e89f"
}

.elementor-slick-slider .slick-dotted.slick-slider {
    margin-bottom: 30px
}

.elementor-slick-slider ul.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.elementor-slick-slider ul.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.elementor-slick-slider ul.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.elementor-slick-slider ul.slick-dots li button:focus,
.elementor-slick-slider ul.slick-dots li button:hover {
    outline: none
}

.elementor-slick-slider ul.slick-dots li button:focus:before,
.elementor-slick-slider ul.slick-dots li button:hover:before {
    opacity: 1
}

.elementor-slick-slider ul.slick-dots li button:before {
    font-family: eicons;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "\e914";
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.elementor-slick-slider ul.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.elementor-slick-slider .slick-arrows-inside .slick-prev {
    left: 20px
}

[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-prev {
    left: auto;
    right: 20px
}

.elementor-slick-slider .slick-arrows-inside .slick-next {
    right: 20px
}

[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-next {
    left: 20px;
    right: auto
}

.elementor-slick-slider .slick-dots-inside .slick-dots {
    bottom: 5px
}

.elementor-slick-slider .slick-dots-inside.slick-dotted.slick-slider {
    margin-bottom: 0
}

.elementor-slick-slider .slick-slider .slick-next,
.elementor-slick-slider .slick-slider .slick-prev {
    z-index: 1
}

.elementor-slick-slider .slick-slide img {
    margin: auto
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container .swiper-slide figure {
    line-height: 0
}

.swiper-container .elementor-lightbox-content-source {
    display: none
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background: no-repeat 50%
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 5px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #000;
    opacity: .2
}

.swiper-pagination-fraction {
    color: #000
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .5)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-scrollbar {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.elementor-pagination-position-outside .swiper-container {
    padding-bottom: 30px
}

.elementor-pagination-position-outside .elementor-swiper-button {
    top: calc(50% - 30px / 2)
}

.elementor-swiper {
    position: relative
}

.elementor-main-swiper {
    position: static
}

.elementor-arrows-position-outside .swiper-container {
    width: calc(100% - 60px)
}

.elementor-arrows-position-outside .elementor-swiper-button-prev {
    left: 0
}

.elementor-arrows-position-outside .elementor-swiper-button-next {
    right: 0
}

.swiper-image-stretch .swiper-slide .swiper-slide-image {
    width: 100%
}

.elementor-swiper-button {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    color: hsla(0, 0%, 93.3%, .9);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.elementor-swiper-button-prev {
    left: 10px
}

.elementor-swiper-button-next {
    right: 10px
}

.elementor-swiper-button.swiper-button-disabled {
    opacity: .3
}

.swiper-container-cube .elementor-swiper-button {
    -webkit-transform: translate3d(0, -50%, 1px);
    transform: translate3d(0, -50%, 1px)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E") no-repeat 50%
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.elementor-lightbox {
    --lightbox-ui-color: hsla(0, 0%, 93.3%, 0.9);
    --lightbox-ui-color-hover: #fff;
    --lightbox-text-color: var(--lightbox-ui-color);
    --lightbox-header-icons-size: 20px;
    --lightbox-navigation-icons-size: 25px
}

.elementor-lightbox .dialog-header {
    display: none
}

.elementor-lightbox .dialog-widget-content {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    height: 100%
}

.elementor-lightbox .dialog-message {
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio) {
    height: 100%
}

.elementor-lightbox .dialog-message.dialog-lightbox-message {
    padding: 0
}

.elementor-lightbox .dialog-lightbox-close-button {
    cursor: pointer;
    position: absolute;
    font-size: var(--lightbox-header-icons-size);
    right: .75em;
    margin-top: 13px;
    padding: .25em;
    z-index: 2;
    line-height: 1
}

.elementor-lightbox .dialog-lightbox-close-button,
.elementor-lightbox .elementor-swiper-button {
    color: var(--lightbox-ui-color);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 1
}

.elementor-lightbox .dialog-lightbox-close-button:hover,
.elementor-lightbox .elementor-swiper-button:hover {
    color: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .swiper-container {
    height: 100%
}

.elementor-lightbox .elementor-lightbox-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    margin: auto
}

@media (max-width:767px) {
    .elementor-lightbox .elementor-lightbox-item {
        padding: 70px 0
    }
}

.elementor-lightbox .elementor-lightbox-image {
    max-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-lightbox-image:hover {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
    border: none
}

.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-video-container {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .3), 0 0 8px -5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 30px rgba(0, 0, 0, .3), 0 0 8px -5px rgba(0, 0, 0, .3);
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.elementor-lightbox .elementor-video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (min-width:1025px) {
    .elementor-lightbox .elementor-video-container {
        width: 75%
    }
}

@media (max-width:1024px) {
    .elementor-lightbox .elementor-video-container {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container {
        width: 70%
    }
}

.elementor-lightbox .elementor-swiper-button:focus {
    outline-width: 1px
}

.elementor-lightbox .elementor-swiper-button-next,
.elementor-lightbox .elementor-swiper-button-prev {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 15%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: var(--lightbox-navigation-icons-size)
}

.elementor-lightbox .elementor-swiper-button-prev {
    left: 0
}

.elementor-lightbox .elementor-swiper-button-next {
    right: 0
}

@media (max-width:767px) {

    .elementor-lightbox .elementor-swiper-button-next,
    .elementor-lightbox .elementor-swiper-button-prev {
        width: 20%
    }

    .elementor-lightbox .elementor-swiper-button-next i,
    .elementor-lightbox .elementor-swiper-button-prev i {
        padding: 10px;
        background-color: rgba(0, 0, 0, .5)
    }

    .elementor-lightbox .elementor-swiper-button-prev {
        left: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-lightbox .elementor-swiper-button-next {
        right: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.elementor-slideshow__counter {
    color: currentColor;
    font-size: .75em;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.elementor-slideshow__footer,
.elementor-slideshow__header {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.elementor-slideshow__footer {
    color: var(--lightbox-text-color)
}

.elementor-slideshow__header {
    color: var(--lightbox-ui-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-size: var(--lightbox-header-icons-size);
    padding-left: 1em;
    padding-right: 2.6em;
    top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10
}

.elementor-slideshow__header>i {
    font-size: inherit;
    cursor: pointer;
    padding: .25em;
    margin: 0 .35em
}

.elementor-slideshow__header>i:hover {
    color: var(--lightbox-ui-color-hover)
}

.elementor-slideshow__header .elementor-slideshow__counter {
    margin-right: auto
}

.elementor-slideshow__header .elementor-icon-share {
    z-index: 5
}

.elementor-slideshow__share-menu {
    background-color: transparent;
    width: 0;
    height: 0;
    position: absolute;
    overflow: hidden;
    -webkit-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s
}

.elementor-slideshow__share-menu .elementor-slideshow__share-links a {
    color: #2c2c2c
}

.elementor-slideshow__share-links {
    display: block;
    position: absolute;
    min-width: 200px;
    right: 2.8em;
    top: 3em;
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 14px 20px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transform-origin: 90% 10%;
    -ms-transform-origin: 90% 10%;
    transform-origin: 90% 10%;
    -webkit-transition: all .25s .1s;
    -o-transition: all .25s .1s;
    transition: all .25s .1s;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .3)
}

.elementor-slideshow__share-links a {
    text-align: left;
    color: #55595c;
    font-size: 12px;
    line-height: 2.5;
    display: block;
    opacity: 0;
    -webkit-transition: opacity .5s .1s;
    -o-transition: opacity .5s .1s;
    transition: opacity .5s .1s
}

.elementor-slideshow__share-links a:hover {
    color: #000
}

.elementor-slideshow__share-links a i {
    font-size: 1.25em;
    margin-right: .75em
}

.elementor-slideshow__share-links:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    right: .5em;
    border: .45em solid transparent;
    border-bottom-color: #fff;
    -webkit-transform: translateY(-100%) scaleX(.7);
    -ms-transform: translateY(-100%) scaleX(.7);
    transform: translateY(-100%) scaleX(.7)
}

.elementor-slideshow__footer {
    bottom: 0;
    z-index: 5;
    position: fixed
}

.elementor-slideshow__description,
.elementor-slideshow__title {
    margin: 0
}

.elementor-slideshow__title {
    font-size: 16px;
    font-weight: 700
}

.elementor-slideshow__description {
    font-size: 14px
}

.elementor-slideshow--ui-hidden .elementor-slideshow__footer,
.elementor-slideshow--ui-hidden .elementor-slideshow__header {
    opacity: 0;
    pointer-events: none
}

.elementor-slideshow--ui-hidden .elementor-swiper-button-next,
.elementor-slideshow--ui-hidden .elementor-swiper-button-prev {
    opacity: 0
}

.elementor-slideshow--fullscreen-mode .elementor-video-container {
    width: 100%
}

.elementor-slideshow--zoom-mode .elementor-slideshow__footer,
.elementor-slideshow--zoom-mode .elementor-slideshow__header {
    background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--zoom-mode .elementor-swiper-button-next,
.elementor-slideshow--zoom-mode .elementor-swiper-button-prev {
    opacity: 0;
    pointer-events: none
}

.elementor-slideshow--share-mode .elementor-slideshow__share-menu {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    cursor: default;
    background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links,
.elementor-slideshow--share-mode .elementor-slideshow__share-links a {
    opacity: 1
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter {
    color: #1da1f2
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook {
    color: #3b5998
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest {
    color: #bd081c
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold {
    color: #a4afb7
}

.elementor-slideshow--share-mode .eicon-share-arrow {
    z-index: 2
}

.animated {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s
}

.animated.animated-slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.animated-fast {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.reverse {
    animation-direction: reverse
}

@media (prefers-reduced-motion:reduce) {
    .animated {
        -webkit-animation: none;
        animation: none
    }
}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr
}

.elementor-shape-top {
    top: -1px
}

.elementor-shape-top:not([data-negative=false]) svg {
    z-index: -1
}

.elementor-shape-bottom {
    bottom: -1px
}

.elementor-shape-bottom:not([data-negative=true]) svg {
    z-index: -1
}

.elementor-shape[data-negative=false].elementor-shape-bottom,
.elementor-shape[data-negative=true].elementor-shape-top {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200px
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
    background: #55595c;
    font-size: 11px;
    line-height: 9px;
    margin-top: 6px;
    padding: 4px 8px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.page-template-elementor_canvas.elementor-page:before {
    display: none
}

.elementor-post__thumbnail__link {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

#left-area ul.elementor-icon-list-items,
.elementor-edit-area .elementor-element ul.elementor-icon-list-items,
.elementor .elementor-element ul.elementor-icon-list-items {
    padding: 0
}

#wpadminbar * {
    font-style: normal
}

.elementor-portfolio.elementor-grid {
    display: grid
}

.elementor-share-buttons--align-right {
    text-align: right
}

.elementor-share-buttons--align-left {
    text-align: left
}

.elementor-share-buttons--align-center {
    text-align: center
}

.elementor-share-buttons--align-justify {
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify
}

@media (max-width:1024px) {
    .elementor-share-buttons-tablet--align-right {
        text-align: right
    }

    .elementor-share-buttons-tablet--align-left {
        text-align: left
    }

    .elementor-share-buttons-tablet--align-center {
        text-align: center
    }

    .elementor-share-buttons-tablet--align-justify {
        text-align: justify;
        -moz-text-align-last: justify;
        text-align-last: justify
    }
}

@media (max-width:767px) {
    .elementor-share-buttons-mobile--align-right {
        text-align: right
    }

    .elementor-share-buttons-mobile--align-left {
        text-align: left
    }

    .elementor-share-buttons-mobile--align-center {
        text-align: center
    }

    .elementor-share-buttons-mobile--align-justify {
        text-align: justify;
        -moz-text-align-last: justify;
        text-align-last: justify
    }
}

.e--ua-appleWebkit.rtl {
    --flex-right: flex-start
}

.e--ua-appleWebkit .elementor-share-buttons--align-right,
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right {
    --justify-content: var(--flex-right, flex-end)
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-widget-container,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-widget-container,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-widget-container {
    margin-left: calc(-.5 * var(--grid-column-gap));
    margin-right: calc(-.5 * var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-widget-container .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-widget-container .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-widget-container .elementor-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: var(--justify-content, space-between);
    -ms-flex-pack: var(--justify-content, space-between);
    justify-content: var(--justify-content, space-between)
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-widget-container .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-widget-container .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-widget-container .elementor-grid-item {
    margin-left: calc(.5 * var(--grid-column-gap));
    margin-right: calc(.5 * var(--grid-column-gap))
}

@media (max-width:767px) {
    .elementor .elementor-hidden-phone {
        display: none
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor .elementor-hidden-tablet {
        display: none
    }
}

@media (min-width:1025px) {
    .elementor .elementor-hidden-desktop {
        display: none
    }
}

.page-id-159 ul.swm-header-socials li:last-child {
    display: none
}

.page-id-160 .swm-header-placeholder {
    display: none
}

.page-id-159 #swm-main-nav-holder.sticky-on ul.swm-primary-nav>li.swm-m-active>a,
.page-id-159 #swm-main-nav-holder.sticky-on ul.swm-primary-nav>li>a:hover {
    color: #fff
}

@media only screen and (max-width:1000px) {
    .page-id-159 #swm-mobi-nav-icon {
        display: block
    }

    .page-id-159 .swm-primary-nav-wrap {
        display: none
    }

    .page-id-159 .swm-header-menu-section-wrap {
        margin-bottom: 0
    }

    .page-id-159 ul.swm-primary-nav>li>a>span>i {
        width: auto;
        display: inline-block;
        height: auto;
        margin-right: 8px
    }

    .page-id-159 .swm-main-nav {
        float: right
    }

    .page-id-159 .swm-sidepanel,
    .page-id-159 #swm-sidepanel-trigger,
    .page-id-159 .swm-sidepanel-body-overlay {
        display: none
    }
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #00a0d2
}

.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
}

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

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900
}

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

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 400;
    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 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative
}

.wpcf7 form.submitting .ajax-loader {
    visibility: visible
}

.wpcf7 .ajax-loader:before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@media (prefers-reduced-motion:reduce) {
    .wpcf7 .ajax-loader:before {
        animation-name: blink;
        animation-duration: 2s
    }
}

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

    to {
        transform: rotate(360deg)
    }
}

@keyframes blink {
    from {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.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
}

.gyan-cf7-style span.wpcf7-list-item {
    margin: 0 1em 0 0
}

span.wpcf7-not-valid-tip {
    margin-bottom: 20px
}

.gyan-cf7-highlight-style-bottom_right span.wpcf7-not-valid-tip {
    display: inline-block;
    right: 0;
    top: 100%;
    padding: .1em .8em;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    float: right;
    margin-bottom: 30px
}

.gyan-cf7-highlight-style-bottom_right span.gyan-cf7-alert {
    display: block;
    text-align: right
}

.gyan-cf7-style .wpcf7 div.wpcf7-response-output {
    margin: 0
}

.gyan-cf7-style select {
    -webkit-appearance: none
}

.wpcf7 input[type=email],
.wpcf7 input[type=input],
.wpcf7 input[type=number],
.wpcf7 input[type=password],
.wpcf7 input[type=tel],
.wpcf7 input[type=text],
.wpcf7 input[type=url],
.wpcf7 select,
input[type=search] {
    width: 100%
}

.gyan-cf7-style .wpcf7 input:not([type=submit]) {
    text-shadow: none
}

#commentform input {
    position: relative;
    display: block
}

#commentform input:before {
    content: '\f007';
    font-family: 'Font Awesome 5 free';
    font-weight: 400;
    font-style: normal;
    margin-right: 15px;
    display: inline-block;
    width: 30px;
    height: 30px;
    display: block
}

.gyan-cf7-icon {
    display: block;
    position: relative;
    clear: both
}

.gyan-cf7-icon i {
    position: absolute;
    top: 0;
    display: block;
    z-index: 9999;
    line-height: unset;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 12px 22px 12px 23px
}

.gyan-cf7-icon.icon-left i {
    left: 0
}

.gyan-cf7-icon.icon-right i {
    right: 0
}

.gyan-cf7-style .gyan-cf7-select-custom {
    display: block;
    position: relative
}

.gyan-cf7-style .gyan-cf7-select-custom:after {
    content: "\f078";
    font-family: 'Font Awesome 5 free';
    font-weight: 700;
    position: absolute;
    font-size: .7em;
    line-height: 1;
    top: 45%;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
    right: 1em;
    z-index: 5;
    pointer-events: none
}

.gyan-cf7-style input[type=checkbox]+span:before,
.gyan-cf7-style input[type=radio]+span:before {
    height: 12px;
    width: 12px
}

.gyan-cf7-style .wpcf7-acceptance input[type=checkbox],
.gyan-cf7-style .wpcf7-checkbox input[type=checkbox],
.gyan-cf7-style .wpcf7-radio input[type=radio] {
    display: none
}

.gyan-cf7-style .wpcf7-acceptance input[type=checkbox]+span:before,
.gyan-cf7-style .wpcf7-checkbox input[type=checkbox]+span:before,
.gyan-cf7-style .wpcf7-radio input[type=radio]+span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center
}

.gyan-cf7-style .wpcf7-acceptance input[type=checkbox]:checked+span:before,
.gyan-cf7-style .wpcf7-checkbox input[type=checkbox]:checked+span:before {
    content: "\2714";
    line-height: 1.2
}

.gyan-cf7-style .wpcf7-radio input[type=radio]+span:before {
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.gyan-cf7-style-box .wpcf7-acceptance input[type=checkbox]+span:before,
.gyan-cf7-style-box .wpcf7-acceptance input[type=checkbox]:checked+span:before,
.gyan-cf7-style-box .wpcf7-checkbox input[type=checkbox]+span:before,
.gyan-cf7-style-box .wpcf7-checkbox input[type=checkbox]:checked+span:before,
.gyan-cf7-style-box .wpcf7-radio input[type=radio]+span:before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.gyan-cf7-style select[multiple=multiple],
.gyan-cf7-style select[multiple=multiple] option {
    padding: 12px 10px
}

.gyan-cf7-style input[type=submit] {
    font-size: 15px;
    padding: 14px 35px;
    font-weight: 700;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.gyan-cf7-style .wpcf7 textarea,
.gyan-cf7-style input:not([type=submit]),
.gyan-cf7-style select {
    font-size: 15px;
    padding: 14px 22px
}

.gyan-cf7-style input[type=file] {
    border: 0;
    padding: 0
}

.gyan-cf7-button-center input.wpcf7-form-control.wpcf7-submit,
.gyan-cf7-button-justify input.wpcf7-form-control.wpcf7-submit,
.gyan-cf7-button-left input.wpcf7-form-control.wpcf7-submit,
.gyan-cf7-button-right input.wpcf7-form-control.wpcf7-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: auto
}

.gyan-cf7-button-center input.wpcf7-form-control.wpcf7-submit {
    margin-left: auto;
    margin-right: auto
}

.gyan-cf7-button-left input.wpcf7-form-control.wpcf7-submit {
    margin-left: 0;
    margin-right: auto
}

.gyan-cf7-button-right input.wpcf7-form-control.wpcf7-submit {
    margin-left: auto;
    margin-right: 0
}

.gyan-cf7-button-justify input.wpcf7-form-control.wpcf7-submit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 100%
}

.gyan-cf7-loader-active span.ajax-loader.is-active {
    display: inline-block
}

.gyan-cf7-button-center .gyan-cf7-loader-active {
    text-align: center
}

.gyan-cf7-button-right .gyan-cf7-loader-active {
    text-align: right
}

.gyan-cf7-button-justify .gyan-cf7-loader-active {
    text-align: center
}

@media only screen and (min-width:769px) {
    .gyan-cf7-col {
        -js-display: flex;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }

    .gyan-cf7-col label,
    .gyan-cf7-col>span {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 0 10px
    }
}

@media only screen and (max-width:976px) {
    .gyan-tablet-cf7-button-center input.wpcf7-form-control.wpcf7-submit {
        margin-left: auto;
        margin-right: auto;
        width: auto
    }

    .gyan-tablet-cf7-button-left input.wpcf7-form-control.wpcf7-submit {
        margin-left: 0;
        margin-right: auto;
        width: auto
    }

    .gyan-tablet-cf7-button-right input.wpcf7-form-control.wpcf7-submit {
        margin-left: auto;
        margin-right: 0;
        width: auto
    }

    .gyan-tablet-cf7-button-justify input.wpcf7-form-control.wpcf7-submit {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .gyan-mobile-cf7-button-center input.wpcf7-form-control.wpcf7-submit {
        margin-left: auto;
        margin-right: auto;
        width: auto
    }

    .gyan-mobile-cf7-button-left input.wpcf7-form-control.wpcf7-submit {
        margin-left: 0;
        margin-right: auto;
        width: auto
    }

    .gyan-mobile-cf7-button-right input.wpcf7-form-control.wpcf7-submit {
        margin-left: auto;
        margin-right: 0;
        width: auto
    }

    .gyan-mobile-cf7-button-justify input.wpcf7-form-control.wpcf7-submit {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        width: 100%
    }
}