@charset "UTF-8";
.accordion .card {
    margin-top: 5px
}

.accordion .card:first-child {
    margin-top: 0
}

.accordion .card:first-of-type,
.accordion .card:not(:first-of-type):not(:last-of-type),
.accordion .card:last-of-type {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: .25rem
}

.accordion .card-title {
    font-size: 16px
}

.accordion .card-header {
    padding: 0;
    border-radius: .25rem;
    border-bottom: 0;
    margin: -1px
}

.accordion .card-header a {
    cursor: pointer;
    display: block;
    padding: 10px 20px
}

.accordion .card-header a:hover,
.accordion .card-header a:focus {
    text-decoration: none
}

.accordion .card-header a [class^=icon-] {
    margin-right: 4px;
    position: relative;
    top: 1px
}

.accordion .card-header a [class*=fa-],
.accordion .card-header a .icons {
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: -1px
}

.accordion .card-header a .icons {
    top: 1px
}

.accordion.accordion-sm .card-header a {
    padding: 5px 15px;
    font-size: .85em
}

.accordion.accordion-sm .card-body {
    font-size: .9em
}

.accordion.accordion-lg .card-header a {
    padding: 15px;
    font-size: 1em;
    font-weight: 600
}

.accordion.without-bg .card-default {
    background: 0 0!important
}

.accordion.without-bg .card-default>.card-header {
    background: 0 0!important
}

.accordion.without-bg .card-body {
    padding-top: 0
}

.accordion.without-borders .card {
    border: 0!important;
    box-shadow: none;
    border-radius: 0
}

.accordion.without-borders .card-header a {
    padding-left: 0;
    padding-right: 0
}

.accordion.without-borders .card-body {
    padding: 0
}

.accordion.accordion-modern .card:first-of-type,
.accordion.accordion-modern .card:not(:first-of-type):not(:last-of-type),
.accordion.accordion-modern .card:last-of-type {
    border: 4px solid #f7f7f7
}

.accordion.accordion-modern .card .card-header {
    background-color: #f7f7f7;
    border-radius: 0
}

.accordion.accordion-modern-2>.card {
    border: 1px solid transparent!important;
    transition: ease border-color 300ms
}

.accordion.accordion-modern-2>.card .card-header a {
    position: relative;
    padding: 23px 30px;
    background-color: #f4f4f4;
    transition: ease background-color 300ms, ease color 300ms;
    border-radius: 4px
}

.accordion.accordion-modern-2>.card .card-header a:after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 25px;
    font-size: inherit;
    font-weight: inherit;
    transform: translate3d(0, -50%, 0) rotate(45deg);
    transform-origin: 50% 50%;
    transition: ease transform 300ms
}

.accordion.accordion-modern-2>.card .card-header a.collapsed:after {
    transform: translate3d(0, -50%, 0) rotate(0deg)
}

.accordion.accordion-modern-2>.card .card-header+.collapse.show,
.accordion.accordion-modern-2>.card .card-header+.collapsing {
    border: 1px solid transparent;
    border-top: 0
}

.accordion.accordion-modern-2>.card+.card {
    margin-top: 17px
}

.accordion.accordion-modern-status>.card {
    border: 1px solid transparent!important;
    transition: ease border-color 300ms
}

.accordion.accordion-modern-status>.card .card-header a {
    position: relative;
    padding: 23px 30px;
    background-color: #f4f4f4;
    transition: ease background-color 300ms, ease color 300ms
}

.accordion.accordion-modern-status>.card .card-header a:after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 25px;
    font-size: inherit;
    font-weight: inherit;
    transform: translate3d(0, -50%, 0) rotate(45deg);
    transform-origin: 50% 50%;
    transition: ease transform 300ms
}

.accordion.accordion-modern-status>.card .card-header a.collapsed:after {
    transform: translate3d(0, -50%, 0) rotate(0deg)
}

.accordion.accordion-modern-status>.card .card-header+.collapse.show,
.accordion.accordion-modern-status>.card .card-header+.collapsing {
    border: 0
}

.accordion.accordion-modern-status>.card+.card {
    margin-top: 17px
}

.accordion.accordion-modern-status.accordion-modern-status-borders>.card {
    border: 1px solid rgba(0, 0, 0, .085)!important
}

.accordion.accordion-modern-status.accordion-modern-status-borders>.card .card-header {
    background: 0 0!important
}

.accordion.accordion-modern-status.accordion-modern-status-borders>.card .card-header a {
    background: 0 0!important
}

.accordion.accordion-modern-status.accordion-modern-status-arrow>.card .card-header a:after {
    transform: translate3d(0, -50%, 0) rotate(180deg);
    font-family: 'font awesome 6 free';
    content: "\f107";
    font-weight: 900
}

.accordion.accordion-modern-status.accordion-modern-status-arrow>.card .card-header a.collapsed:after {
    transform: translate3d(0, -50%, 0) rotate(0deg)
}

.accordion.accordion-modern-grey-scale-1 .card:first-of-type,
.accordion.accordion-modern-grey-scale-1 .card:not(:first-of-type):not(:last-of-type),
.accordion.accordion-modern-grey-scale-1 .card:last-of-type {
    border-color: #ededed
}

.accordion.accordion-modern-grey-scale-1 .card .card-header {
    background-color: #ededed
}

.appear-animation {
    opacity: 0
}

.appear-animation-visible {
    opacity: 1
}

.block-appear-animation {
    opacity: 1;
    overflow: hidden;
    position: relative
}

.block-appear-animation .block-appear-animation-wrapper {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms;
    opacity: 0
}

.block-appear-animation.appear-animation-visible .block-appear-animation-wrapper {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.transition-2ms {
    transition: all .2s ease-in-out
}

.transition-3ms {
    transition: all .3s ease-in-out
}

.transition-4ms {
    transition: all .4s ease-in-out
}

.transition-5ms {
    transition: all .5s ease-in-out
}

.transition-1s {
    transition: all 1s ease-in-out
}

.transition-magnetic {
    transition: transform .5s cubic-bezier(.25, 1, .2, 1)
}

.anim-hover-translate-top-0px:hover {
    transform: translateY(0px)!important
}

.anim-hover-translate-bottom-0px:hover {
    transform: translateY(0px)!important
}

.anim-hover-translate-left-0px:hover {
    transform: translateX(0px)!important
}

.anim-hover-translate-right-0px:hover {
    transform: translateX(0px)!important
}

.anim-hover-translate-top-5px:hover {
    transform: translateY(-5px)!important
}

.anim-hover-translate-bottom-5px:hover {
    transform: translateY(5px)!important
}

.anim-hover-translate-left-5px:hover {
    transform: translateX(-5px)!important
}

.anim-hover-translate-right-5px:hover {
    transform: translateX(5px)!important
}

.anim-hover-translate-top-10px:hover {
    transform: translateY(-10px)!important
}

.anim-hover-translate-bottom-10px:hover {
    transform: translateY(10px)!important
}

.anim-hover-translate-left-10px:hover {
    transform: translateX(-10px)!important
}

.anim-hover-translate-right-10px:hover {
    transform: translateX(10px)!important
}

.anim-hover-translate-top-20px:hover {
    transform: translateY(-20px)!important
}

.anim-hover-translate-bottom-20px:hover {
    transform: translateY(20px)!important
}

.anim-hover-translate-left-20px:hover {
    transform: translateX(-20px)!important
}

.anim-hover-translate-right-20px:hover {
    transform: translateX(20px)!important
}

.anim-hover-translate-top-30px:hover {
    transform: translateY(-30px)!important
}

.anim-hover-translate-bottom-30px:hover {
    transform: translateY(30px)!important
}

.anim-hover-translate-left-30px:hover {
    transform: translateX(-30px)!important
}

.anim-hover-translate-right-30px:hover {
    transform: translateX(30px)!important
}

.anim-hover-translate-top-40px:hover {
    transform: translateY(-40px)!important
}

.anim-hover-translate-bottom-40px:hover {
    transform: translateY(40px)!important
}

.anim-hover-translate-left-40px:hover {
    transform: translateX(-40px)!important
}

.anim-hover-translate-right-40px:hover {
    transform: translateX(40px)!important
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-top-0px {
    transform: translateY(0px)!important
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-bottom-0px {
    transform: translateY(0px)!important
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-left-0px {
    transform: translateX(0px)!important
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-right-0px {
    transform: translateX(0px)!important
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-top-5px {
    transform: translateY(-5px)!important
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-bottom-5px {
    transform: translateY(5px)!important
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-left-5px {
    transform: translateX(-5px)!important
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-right-5px {
    transform: translateX(5px)!important
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-top-10px {
    transform: translateY(-10px)!important
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-bottom-10px {
    transform: translateY(10px)!important
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-left-10px {
    transform: translateX(-10px)!important
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-right-10px {
    transform: translateX(10px)!important
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-top-20px {
    transform: translateY(-20px)!important
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-bottom-20px {
    transform: translateY(20px)!important
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-left-20px {
    transform: translateX(-20px)!important
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-right-20px {
    transform: translateX(20px)!important
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-top-30px {
    transform: translateY(-30px)!important
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-bottom-30px {
    transform: translateY(30px)!important
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-left-30px {
    transform: translateX(-30px)!important
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-right-30px {
    transform: translateX(30px)!important
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-top-40px {
    transform: translateY(-40px)!important
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-bottom-40px {
    transform: translateY(40px)!important
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-left-40px {
    transform: translateX(-40px)!important
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-translate-right-40px {
    transform: translateX(40px)!important
}

.anim-hover-scale-1-1:hover {
    transform: scale(1.1)
}

.anim-hover-scale-1-2:hover {
    transform: scale(1.2)
}

.anim-hover-opacity-0:hover {
    opacity: 0!important
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-opacity-0 {
    opacity: 0!important
}

.anim-hover-opacity-10:hover {
    opacity: 1!important
}

.anim-hover-inner-wrapper:hover .anim-hover-inner-opacity-10 {
    opacity: 1!important
}

@-webkit-keyframes sideMenuArrow {
    0% {
        left: 5px
    }
    50% {
        left: 10px
    }
    100% {
        left: 5px
    }
}

@keyframes sideMenuArrow {
    0% {
        left: 5px
    }
    50% {
        left: 10px
    }
    100% {
        left: 5px
    }
}

@-webkit-keyframes sideMenuArrowBack {
    0% {
        right: 5px
    }
    50% {
        right: 10px
    }
    100% {
        right: 5px
    }
}

@keyframes sideMenuArrowBack {
    0% {
        right: 5px
    }
    50% {
        right: 10px
    }
    100% {
        right: 5px
    }
}

@-webkit-keyframes maskUp {
    from {
        transform: translate(0, 100%)
    }
    to {
        transform: translate(0, 0)
    }
}

@keyframes maskUp {
    from {
        transform: translate(0, 100%)
    }
    to {
        transform: translate(0, 0)
    }
}

@-webkit-keyframes maskRight {
    from {
        transform: translate(-100%, 0)
    }
    to {
        transform: translate(0, 0)
    }
}

@keyframes maskRight {
    from {
        transform: translate(-100%, 0)
    }
    to {
        transform: translate(0, 0)
    }
}

@-webkit-keyframes maskDown {
    from {
        transform: translate(0, -100%)
    }
    to {
        transform: translate(0, 0)
    }
}

@keyframes maskDown {
    from {
        transform: translate(0, -100%)
    }
    to {
        transform: translate(0, 0)
    }
}

@-webkit-keyframes maskLeft {
    from {
        transform: translate(100%, 0)
    }
    to {
        transform: translate(0, 0)
    }
}

@keyframes maskLeft {
    from {
        transform: translate(100%, 0)
    }
    to {
        transform: translate(0, 0)
    }
}

.maskUp {
    -webkit-animation-name: maskUp;
    animation-name: maskUp
}

.maskRight {
    -webkit-animation-name: maskRight;
    animation-name: maskRight
}

.maskDown {
    -webkit-animation-name: maskDown;
    animation-name: maskDown
}

.maskLeft {
    -webkit-animation-name: maskLeft;
    animation-name: maskLeft
}

@-webkit-keyframes headerReveal {
    from {
        top: -150px
    }
    to {
        top: 0
    }
}

@keyframes headerReveal {
    from {
        top: -150px
    }
    to {
        top: 0
    }
}

@-webkit-keyframes fadeInUpShorter {
    from {
        opacity: 0;
        transform: translate(0, 50px)
    }
    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInUpShorter {
    from {
        opacity: 0;
        transform: translate(0, 50px)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpShorter {
    -webkit-animation-name: fadeInUpShorter;
    animation-name: fadeInUpShorter
}

@-webkit-keyframes fadeInUpShorterPlus {
    from {
        opacity: 0;
        transform: translate(0, 15px)
    }
    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInUpShorterPlus {
    from {
        opacity: 0;
        transform: translate(0, 15px)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpShorterPlus {
    -webkit-animation-name: fadeInUpShorterPlus;
    animation-name: fadeInUpShorterPlus
}

@-webkit-keyframes fadeInLeftShorter {
    from {
        opacity: 0;
        transform: translate(50px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInLeftShorter {
    from {
        opacity: 0;
        transform: translate(50px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftShorter {
    -webkit-animation-name: fadeInLeftShorter;
    animation-name: fadeInLeftShorter
}

@-webkit-keyframes fadeInLeftShorterPlus {
    from {
        opacity: 0;
        transform: translate(15px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInLeftShorterPlus {
    from {
        opacity: 0;
        transform: translate(15px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftShorterPlus {
    -webkit-animation-name: fadeInLeftShorterPlus;
    animation-name: fadeInLeftShorterPlus
}

@-webkit-keyframes fadeInRightShorter {
    from {
        opacity: 0;
        transform: translate(-50px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInRightShorter {
    from {
        opacity: 0;
        transform: translate(-50px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightShorter {
    -webkit-animation-name: fadeInRightShorter;
    animation-name: fadeInRightShorter
}

@-webkit-keyframes fadeInRightShorterPlus {
    from {
        opacity: 0;
        transform: translate(-15px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInRightShorterPlus {
    from {
        opacity: 0;
        transform: translate(-15px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightShorterPlus {
    -webkit-animation-name: fadeInRightShorterPlus;
    animation-name: fadeInRightShorterPlus
}

@-webkit-keyframes fadeInRightShorterOpacity {
    from {
        opacity: 0;
        transform: translate(-50px, 0)
    }
    to {
        opacity: .7;
        transform: none
    }
}

@keyframes fadeInRightShorterOpacity {
    from {
        opacity: 0;
        transform: translate(-50px, 0)
    }
    to {
        opacity: .7;
        transform: none
    }
}

.fadeInRightShorterOpacity {
    -webkit-animation-name: fadeInRightShorterOpacity;
    animation-name: fadeInRightShorterOpacity
}

@-webkit-keyframes fadeInDownShorter {
    from {
        opacity: 0;
        transform: translate(0, -50px)
    }
    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInDownShorter {
    from {
        opacity: 0;
        transform: translate(0, -50px)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownShorter {
    -webkit-animation-name: fadeInDownShorter;
    animation-name: fadeInDownShorter
}

@-webkit-keyframes fadeInDownShorterPlus {
    from {
        opacity: 0;
        transform: translate(0, -15px)
    }
    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInDownShorterPlus {
    from {
        opacity: 0;
        transform: translate(0, -15px)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownShorterPlus {
    -webkit-animation-name: fadeInDownShorterPlus;
    animation-name: fadeInDownShorterPlus
}

@-webkit-keyframes fadeInRightDownShorter {
    from {
        opacity: 0;
        transform: translate(-50px, -50px)
    }
    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInRightDownShorter {
    from {
        opacity: 0;
        transform: translate(-50px, -50px)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightDownShorter {
    -webkit-animation-name: fadeInRightDownShorter;
    animation-name: fadeInRightDownShorter
}

@-webkit-keyframes fadeInRightUpShorter {
    from {
        opacity: 0;
        transform: translate(-50px, 50px)
    }
    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInRightUpShorter {
    from {
        opacity: 0;
        transform: translate(-50px, 50px)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightUpShorter {
    -webkit-animation-name: fadeInRightUpShorter;
    animation-name: fadeInRightUpShorter
}

@-webkit-keyframes fadeInLeftDownShorter {
    from {
        opacity: 0;
        transform: translate(50px, -50px)
    }
    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInLeftDownShorter {
    from {
        opacity: 0;
        transform: translate(50px, -50px)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftDownShorter {
    -webkit-animation-name: fadeInLeftDownShorter;
    animation-name: fadeInLeftDownShorter
}

@-webkit-keyframes fadeInLeftUpShorter {
    from {
        opacity: 0;
        transform: translate(50px, 50px)
    }
    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInLeftUpShorter {
    from {
        opacity: 0;
        transform: translate(50px, 50px)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftUpShorter {
    -webkit-animation-name: fadeInLeftUpShorter;
    animation-name: fadeInLeftUpShorter
}

@-webkit-keyframes expandIn {
    from {
        opacity: 0;
        transform: scale(.8)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes expandIn {
    from {
        opacity: 0;
        transform: scale(.8)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}

.expandIn {
    -webkit-animation-name: expandIn;
    animation-name: expandIn
}

@-webkit-keyframes gradientTransition {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes gradientTransition {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@-webkit-keyframes sliderScrollButton {
    0% {
        opacity: 1;
        transform: translate3d(-50%, 0, 0)
    }
    70% {
        opacity: 1;
        transform: translate3d(-50%, 10px, 0)
    }
    100% {
        opacity: 0;
        transform: translate3d(-50%, 10px, 0)
    }
}

@keyframes sliderScrollButton {
    0% {
        opacity: 1;
        transform: translate3d(-50%, 0, 0)
    }
    70% {
        opacity: 1;
        transform: translate3d(-50%, 10px, 0)
    }
    100% {
        opacity: 0;
        transform: translate3d(-50%, 10px, 0)
    }
}

@-webkit-keyframes arrowLeftRight {
    0% {
        transform: translate3d(-1px, 0, 0)
    }
    50% {
        transform: translate3d(1px, 0, 0)
    }
    100% {
        transform: translate3d(-1px, 0, 0)
    }
}

@keyframes arrowLeftRight {
    0% {
        transform: translate3d(-1px, 0, 0)
    }
    50% {
        transform: translate3d(1px, 0, 0)
    }
    100% {
        transform: translate3d(-1px, 0, 0)
    }
}

@-webkit-keyframes navItemArrow {
    0% {
        position: relative;
        left: -1px
    }
    50% {
        position: relative;
        left: 3px
    }
    100% {
        position: relative;
        left: -1px
    }
}

@keyframes navItemArrow {
    0% {
        position: relative;
        left: -1px
    }
    50% {
        position: relative;
        left: 3px
    }
    100% {
        position: relative;
        left: -1px
    }
}

.hover-in {
    transition: .1s ease-out!important
}

.hover-out {
    transition: .1s ease-in!important
}

.hover-3d {
    transition: none
}

@-webkit-keyframes hotspot-pulsate {
    0% {
        transform: scale(1);
        opacity: .8
    }
    45% {
        transform: scale(1.75);
        opacity: 0
    }
}

@keyframes hotspot-pulsate {
    0% {
        transform: scale(1);
        opacity: .8
    }
    45% {
        transform: scale(1.75);
        opacity: 0
    }
}

@-webkit-keyframes stop-hotspot-pulsate {
    from {
        opacity: .4
    }
    to {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes stop-hotspot-pulsate {
    from {
        opacity: .4
    }
    to {
        transform: scale(2);
        opacity: 0
    }
}

@-webkit-keyframes dotPulse {
    from {
        opacity: 1;
        transform: scale(.2)
    }
    to {
        opacity: 0;
        transform: scale(1)
    }
}

@keyframes dotPulse {
    from {
        opacity: 1;
        transform: scale(.2)
    }
    to {
        opacity: 0;
        transform: scale(1)
    }
}

.dotPulse {
    -webkit-animation-name: dotPulse;
    animation-name: dotPulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 4s;
    animation-duration: 4s
}

@-webkit-keyframes blurIn {
    from {
        opacity: 0;
        filter: blur(20px);
        transform: scale(1.3)
    }
    to {
        opacity: 1;
        filter: blur(0.1px);
        transform: none
    }
}

@keyframes blurIn {
    from {
        opacity: 0;
        filter: blur(20px);
        transform: scale(1.3)
    }
    to {
        opacity: 1;
        filter: blur(0.1px);
        transform: none
    }
}

.blurIn {
    -webkit-animation-name: blurIn;
    animation-name: blurIn
}

@-webkit-keyframes kenBurnsToRight {
    from {
        transform: scale(1.2)
    }
    to {
        transform: scale(1)
    }
}

@keyframes kenBurnsToRight {
    from {
        transform: scale(1.2)
    }
    to {
        transform: scale(1)
    }
}

.kenBurnsToRight {
    -webkit-animation-name: kenBurnsToRight;
    animation-name: kenBurnsToRight;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    transform-origin: right
}

.kenBurnsToRightTop {
    -webkit-animation-name: kenBurnsToRight;
    animation-name: kenBurnsToRight;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    transform-origin: right top
}

@-webkit-keyframes kenBurnsToLeft {
    from {
        transform: scale(1.2)
    }
    to {
        transform: scale(1)
    }
}

@keyframes kenBurnsToLeft {
    from {
        transform: scale(1.2)
    }
    to {
        transform: scale(1)
    }
}

.kenBurnsToLeft {
    -webkit-animation-name: kenBurnsToLeft;
    animation-name: kenBurnsToLeft;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    transform-origin: left
}

.kenBurnsToLeftTop {
    -webkit-animation-name: kenBurnsToLeft;
    animation-name: kenBurnsToLeft;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    transform-origin: left top
}

@-webkit-keyframes bgPositionBottomToTop {
    from {
        background-position: bottom
    }
    to {
        background-position: top
    }
}

@keyframes bgPositionBottomToTop {
    from {
        background-position: bottom
    }
    to {
        background-position: top
    }
}

.bgPositionBottomToTop {
    -webkit-animation-name: bgPositionBottomToTop;
    animation-name: bgPositionBottomToTop;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    transform-origin: right
}

@-webkit-keyframes pulseAnim {
    from {
        transform: scale(1);
        opacity: 1
    }
    to {
        transform: scale(1.4);
        opacity: 0
    }
}

@keyframes pulseAnim {
    from {
        transform: scale(1);
        opacity: 1
    }
    to {
        transform: scale(1.4);
        opacity: 0
    }
}

.pulseAnim:not(:hover):after {
    -webkit-animation-name: pulseAnim;
    animation-name: pulseAnim
}

.pulseAnim:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    border-radius: inherit;
    z-index: -1
}

.pulseAnim.pulseAnimAnimated:after {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.pulseAnim:not(i):after {
    z-index: 0
}

.pulseAnim:not(i) * {
    position: relative;
    z-index: 1
}

@-webkit-keyframes basicRotation {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes basicRotation {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

.basicRotation {
    -webkit-animation-name: basicRotation;
    animation-name: basicRotation
}

@-webkit-keyframes blockSlideToRight {
    from {
        transform: translate(-110%, 0)
    }
    to {
        transform: translate(110%, 0)
    }
}

@keyframes blockSlideToRight {
    from {
        transform: translate(-110%, 0)
    }
    to {
        transform: translate(110%, 0)
    }
}

@-webkit-keyframes blockSlideToLeft {
    from {
        transform: translate(110%, 0)
    }
    to {
        transform: translate(-110%, 0)
    }
}

@keyframes blockSlideToLeft {
    from {
        transform: translate(110%, 0)
    }
    to {
        transform: translate(-110%, 0)
    }
}

@-webkit-keyframes blockSlideToTop {
    from {
        transform: translate(0, 110%)
    }
    to {
        transform: translate(0, -110%)
    }
}

@keyframes blockSlideToTop {
    from {
        transform: translate(0, 110%)
    }
    to {
        transform: translate(0, -110%)
    }
}

@-webkit-keyframes blockSlideToBottom {
    from {
        transform: translate(0, -110%)
    }
    to {
        transform: translate(0, 110%)
    }
}

@keyframes blockSlideToBottom {
    from {
        transform: translate(0, -110%)
    }
    to {
        transform: translate(0, 110%)
    }
}

.blockSlide:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #212529;
    position: absolute;
    z-index: 1000;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: blockSlideToRight;
    animation-name: blockSlideToRight
}

.blockSlideLight:after {
    background: #f7f7f7
}

.blockSlideToLeft:after {
    -webkit-animation-name: blockSlideToLeft;
    animation-name: blockSlideToLeft
}

.blockSlideToTop:after {
    -webkit-animation-name: blockSlideToTop;
    animation-name: blockSlideToTop
}

.blockSlideToBottom:after {
    -webkit-animation-name: blockSlideToBottom;
    animation-name: blockSlideToBottom
}

@-webkit-keyframes svgAnimationEffect1 {
    from {
        stroke-dasharray: 1000;
        stroke-dashoffset: -500
    }
    to {
        stroke-dasharray: 1000;
        stroke-dashoffset: 0
    }
}

@keyframes svgAnimationEffect1 {
    from {
        stroke-dasharray: 1000;
        stroke-dashoffset: -500
    }
    to {
        stroke-dasharray: 1000;
        stroke-dashoffset: 0
    }
}

.svg-animation-effect-1-hover svg {
    transform: scale(1);
    transition: ease transform 300ms
}

.svg-animation-effect-1-hover svg path,
.svg-animation-effect-1-hover svg polygon,
.svg-animation-effect-1-hover svg polyline,
.svg-animation-effect-1-hover svg rect {
    transition: ease fill-opacity 300ms
}

.svg-animation-effect-1-hover:hover svg {
    transform: scale(1.1)
}

.svg-animation-effect-1-hover:hover svg path,
.svg-animation-effect-1-hover:hover svg polygon,
.svg-animation-effect-1-hover:hover svg polyline,
.svg-animation-effect-1-hover:hover svg rect {
    -webkit-animation-name: svgAnimationEffect1;
    animation-name: svgAnimationEffect1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    fill-opacity: 0;
    stroke-width: .4px
}

.arrow {
    background: transparent url(../img/arrows.png) no-repeat 0 0;
    width: 47px;
    height: 120px;
    display: inline-block;
    position: relative
}

.arrow.arrow-light {
    background-image: url(../img/arrows-dark.png)
}

.arrow.vtl {
    background-position: 0 0;
    width: 47px;
    height: 96px
}

.arrow.vtr {
    background-position: -101px 0;
    width: 47px;
    height: 96px
}

.arrow.vbl {
    background-position: 0 -144px;
    width: 47px;
    height: 96px
}

.arrow.vbr {
    background-position: -101px -144px;
    width: 47px;
    height: 96px
}

.arrow.hlt {
    background-position: -209px 0;
    width: 120px;
    height: 47px
}

.arrow.hlb {
    background-position: -209px -101px;
    width: 120px;
    height: 47px
}

.arrow.hrt {
    background-position: -353px 0;
    width: 120px;
    height: 47px
}

.arrow.hrb {
    background-position: -353px -101px;
    width: 120px;
    height: 47px
}

@media(max-width:575px) {
    .arrow {
        display: none
    }
}


@media(max-width:767px) {
    .responsive-tabs-container.accordion-xs .nav-tabs {
        display: none
    }
    .responsive-tabs-container.accordion-xs .accordion-link {
        display: block
    }
}

@media(min-width:768px) and (max-width:991px) {
    .responsive-tabs-container.accordion-sm .nav-tabs {
        display: none
    }
    .responsive-tabs-container.accordion-sm .accordion-link {
        display: block
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .responsive-tabs-container.accordion-md .nav-tabs {
        display: none
    }
    .responsive-tabs-container.accordion-md .accordion-link {
        display: block
    }
}

@media(min-width:1200px) {
    .responsive-tabs-container.accordion-lg .nav-tabs {
        display: none
    }
    .responsive-tabs-container.accordion-lg .accordion-link {
        display: block
    }
}