@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700;800&family=Teko:wght@300;400;500;600;700&display=swap);
.mobileMenu {
    background: #262b38;
    box-shadow: 0 10px 40px 0 rgba(50, 50, 50, .1);
    height: 100vh;
    left: -300px;
    overflow-x: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    transition: all .3s ease 0s;
    width: 300px;
    z-index: 9999
}

.responsivemenu .card-body {
    background: #1a1729
}

.mobileMenu h2 {
    padding-left: 20px
}

.mobileMenu.show {
    left: 0
}

.showmenu {
    cursor: pointer;
    position: relative;
    top: 0;
    z-index: 999
}

.responsivemenu {
    list-style: none;
    padding-left: 0;
    padding-top: 10px
}

.responsivemenu li a,
.responsivemenu li p,
.responsivemenu ul {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    padding: 10px 35px;
    text-transform: capitalize
}

.responsivemenu li p {
    margin-bottom: 0;
    position: relative
}

.responsivemenu ul.subMenu {
    padding-left: 15px;
    padding-right: 0;
    padding-top: 0
}

.responsivemenu ul.subMenu ul {
    margin-bottom: 0;
    padding-left: 0;
    position: relative
}

.responsivemenu ul {
    list-style: none
}

.responsivemenu ul a,
.responsivemenu ul p {
    color: #fff;
    font-size: 15px;
    position: relative
}

.responsivemenu ul p i {
    position: absolute;
    right: 0;
    top: 5px
}

.responsivemenu .card {
    border: none
}

.responsivemenu .card-body {
    padding-top: 0
}

.responsivemenu li a {
    position: relative
}

.responsivemenu li i {
    position: absolute;
    right: 20px;
    top: 17px
}

.showmenu i {
    color: #fff;
    font-size: 30px
}

.mobileMenu,
.showmenu {
    display: none
}

@media (max-width:992px) {
    .showmenu {
        border-radius: 5px;
        display: block;
        height: 36px;
        line-height: 40px;
        text-align: center;
        width: 40px
    }
    .showmenu button:focus {
        box-shadow: none;
        outline: none
    }
    .showmenu button span {
        background-color: #fff;
        display: block;
        height: 2px;
        margin: 0 auto 5px;
        width: 20px
    }
    .mobileMenu {
        display: block
    }
}

.middle-header-3 .showmenu {
    top: 36px
}

.middle-header2 .showmenu {
    top: 26px
}

.middle-header-3 .showmenu i {
    color: #fff
}

@media(max-width:450px) {
    .mobileMenu {
        left: -260px;
        width: 260px
    }
    .responsivemenu li a,
    .responsivemenu li p {
        font-size: 14px;
        padding: 13px 25px
    }
}

.responsivemenu a:not([href]):not([class]),
.responsivemenu a:not([href]):not([class]):hover {
    color: #ddd
}

.Toastify__toast-theme--colored.Toastify__toast--default,
.Toastify__toast-theme--light {
    background: #fff;
    background: var(--toastify-color-light);
    color: #757575;
    color: var(--toastify-text-color-light)
}

@-webkit-keyframes modal-video {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes modal-video {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes modal-video-inner {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes modal-video-inner {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.modal-video {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: modal-video;
    animation-name: modal-video;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    background-color: rgba(0, 0, 0, .5);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 1;
    position: fixed;
    top: 0;
    transition: opacity .3s ease-out;
    width: 100%;
    z-index: 1000000
}

.modal-video-effect-exit {
    opacity: 0
}

.modal-video-effect-exit .modal-video-movie-wrap {
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
}

.modal-video-body {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 960px;
    padding: 0 10px
}

.modal-video-body,
.modal-video-inner {
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.modal-video-inner {
    align-items: center
}

@media(orientation:landscape) {
    .modal-video-inner {
        box-sizing: border-box;
        padding: 10px 60px
    }
}

.modal-video-movie-wrap {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: modal-video-inner;
    animation-name: modal-video-inner;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    background-color: #333;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    -webkit-transform: translate(0);
    transform: translate(0);
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    width: 100%
}

.modal-video-movie-wrap iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.modal-video-close-btn {
    background: transparent;
    border: none;
    display: inline-block;
    height: 35px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: -45px;
    width: 35px;
    z-index: 2
}

@media(orientation:landscape) {
    .modal-video-close-btn {
        right: -45px;
        top: 0
    }
}

.modal-video-close-btn:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modal-video-close-btn:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modal-video-close-btn:after,
.modal-video-close-btn:before {
    background: #fff;
    border-radius: 5px;
    content: "";
    height: 2px;
    left: 0;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 100%
}

@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
}

:root {
    --swiper-theme-color: #007aff
}

.swiper,
swiper-container {
    display: block;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: ease;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    width: 100%;
    z-index: 1
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide,
swiper-slide {
    display: block;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-backface-hidden .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-css-mode>.swiper-wrapper {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    -ms-scroll-snap-type: none;
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    height: var(--swiper-centered-offset-after);
    min-width: 1px;
    width: 100%
}

.swiper-lazy-preloader {
    border: 4px solid #007aff;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s linear infinite;
    animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    align-items: center;
    color: var(--swiper-theme-color);
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: 44px;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: -22px;
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    position: absolute;
    top: 50%;
    top: var(--swiper-navigation-top-offset, 50%);
    width: 27px;
    width: calc(var(--swiper-navigation-size)/44*27);
    z-index: 10
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 44px;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    left: auto;
    right: 10px;
    right: var(--swiper-navigation-sides-offset, 10px)
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 8px;
    bottom: var(--swiper-pagination-bottom, 8px);
    left: 0;
    top: auto;
    top: var(--swiper-pagination-top, auto);
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    background: #000;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    border-radius: 50%;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    display: inline-block;
    height: 8px;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    opacity: .2;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
    width: 8px;
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px))
}

button.swiper-pagination-bullet {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    background: var(--swiper-theme-color);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: 1;
    opacity: var(--swiper-pagination-bullet-opacity, 1)
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    left: auto;
    left: var(--swiper-pagination-left, auto);
    right: 8px;
    right: var(--swiper-pagination-right, 8px);
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 6px 0;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-fraction {
    color: inherit;
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-theme-color);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    width: 100%
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 4px;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
    width: 100%
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: 4px;
    width: var(--swiper-pagination-progressbar-size, 4px)
}

.swiper-pagination-lock {
    display: none
}

.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    touch-action: pan-y;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -khtml-user-select: none
}

.slick-list,
.slick-slider {
    display: block;
    position: relative
}

.slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[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 {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(data:image/gif;base64,R0lGODlhIAAgAPUAAP///wAAAPr6+sTExOjo6PDw8NDQ0H5+fpqamvb29ubm5vz8/JKSkoaGhuLi4ri4uKCgoOzs7K6urtzc3D4+PlZWVmBgYHx8fKioqO7u7kpKSmxsbAwMDAAAAM7OzsjIyNjY2CwsLF5eXh4eHkxMTLCwsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAAKAAEALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQACgACACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAAKAAMALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQACgAEACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAAKAAUALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAAKAAYALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkEAAoABwAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkEAAoACAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQACgAJACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAAKAAoALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAAKAAsALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=) 50% no-repeat
}

@font-face {
    font-family: slick;
    font-style: normal;
    font-weight: 400;
    src: url(/static/media/slick.a4e97f5a2a64f0ab1323.eot);
    src: url(/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"), url(/static/media/slick.295183786cd8a1389865.woff) format("woff"), url(/static/media/slick.c94f7671dcc99dce43e2.ttf) format("truetype"), url(/static/media/slick.2630a3e3eab21c607e21.svg#slick) format("svg")
}

.slick-next,
.slick-prev {
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    bottom: -25px;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    position: relative
}

.slick-dots li,
.slick-dots li button {
    cursor: pointer;
    height: 20px;
    width: 20px
}

.slick-dots li button {
    background: transparent;
    border: 0;
    color: transparent;
    display: block;
    font-size: 0;
    line-height: 0;
    outline: none;
    padding: 5px
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    content: "•";
    font-family: slick;
    font-size: 6px;
    height: 20px;
    left: 0;
    line-height: 20px;
    opacity: .25;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

ul.smothscroll {
    bottom: 25px;
    list-style: none;
    position: fixed;
    right: 30px;
    z-index: 99
}

ul.smothscroll a {
    background-color: rgba(255, 112, 99, .7);
    background-position: 0;
    background-size: 200%, 1px;
    border: 2px solid #ff7063;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 45px
}

ul.smothscroll a:hover {
    background-color: #ff7063;
    color: #fff
}

@media(max-width:767px) {
    ul.smothscroll a {
        height: 30px;
        line-height: 25px;
        width: 30px
    }
}

[data-rmiz] {
    position: relative
}

[data-rmiz-ghost] {
    pointer-events: none;
    position: absolute
}

[data-rmiz-btn-unzoom],
[data-rmiz-btn-zoom] {
    -webkit-appearance: none;
    appearance: none;
    background-color: rgba(0, 0, 0, .7);
    border: none;
    border-radius: 50%;
    box-shadow: 0 0 1px hsla(0, 0%, 100%, .5);
    color: #fff;
    height: 40px;
    margin: 0;
    outline-offset: 2px;
    padding: 9px;
    touch-action: manipulation;
    width: 40px
}

[data-rmiz-btn-zoom]:not(:focus):not(:active) {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

[data-rmiz-btn-zoom] {
    cursor: zoom-in;
    inset: 10px 10px auto auto;
    position: absolute
}

[data-rmiz-btn-unzoom] {
    cursor: zoom-out;
    inset: 20px 20px auto auto;
    position: absolute;
    z-index: 1
}

[data-rmiz-content=found] [data-zoom],
[data-rmiz-content=found] [role=img],
[data-rmiz-content=found] img,
[data-rmiz-content=found] svg {
    cursor: zoom-in
}

[data-rmiz-modal]::-webkit-backdrop {
    display: none
}

[data-rmiz-modal]::backdrop {
    display: none
}

[data-rmiz-modal][open] {
    background: transparent;
    border: 0;
    height: 100vh;
    height: 100dvh;
    margin: 0;
    max-height: none;
    max-width: none;
    overflow: hidden;
    padding: 0;
    position: fixed;
    width: 100vw;
    width: 100dvw
}

[data-rmiz-modal-overlay] {
    inset: 0;
    position: absolute;
    transition: background-color .3s
}

[data-rmiz-modal-overlay=hidden] {
    background-color: hsla(0, 0%, 100%, 0)
}

[data-rmiz-modal-overlay=visible] {
    background-color: #fff
}

[data-rmiz-modal-content] {
    height: 100%;
    position: relative;
    width: 100%
}

[data-rmiz-modal-img] {
    cursor: zoom-out;
    image-rendering: high-quality;
    position: absolute;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

@media (prefers-reduced-motion:reduce) {
    [data-rmiz-modal-img],
    [data-rmiz-modal-overlay] {
        transition-duration: .01ms !important
    }
}

.loginWrapper {
    background: #f9f9f9;
    display: flex;
    min-height: 100vh;
    padding: 80px 0
}

.loginWrapper .loginForm {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    margin: auto;
    max-width: 90%;
    padding: 70px 50px;
    width: 500px
}

@media(max-width:445px) {
    .loginWrapper .loginForm {
        padding: 70px 15px
    }
}

.loginWrapper .loginForm>h2 {
    margin-bottom: 20px;
    text-align: center
}

.loginWrapper .loginForm>p {
    color: #666;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center
}

.loginWrapper .loginForm form .inputOutline label {
    background: #fff;
    font-size: 16px;
    padding: 0 10px 0 0
}

.loginWrapper .loginForm form .inputOutline input {
    font-size: 13px;
    letter-spacing: 0
}

.loginWrapper .loginForm form .inputOutline input::-webkit-input-placeholder {
    color: #888;
    opacity: 1
}

.loginWrapper .loginForm form .inputOutline input::-moz-placeholder {
    color: #888;
    opacity: 1
}

.loginWrapper .loginForm form .inputOutline input:-ms-input-placeholder {
    color: #888;
    opacity: 1
}

.loginWrapper .loginForm form .inputOutline input:-moz-placeholder {
    color: #888;
    opacity: 1
}

.loginWrapper .loginForm .formAction {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between
}

.loginWrapper .loginForm .formAction label span {
    font-size: 14px
}

.loginWrapper .loginForm .formAction label span svg {
    height: 1.2em;
    width: 1.2em
}

.loginWrapper .loginForm .formAction a {
    color: #246fea;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    transition: all .3s ease 0s
}

.loginWrapper .loginForm .formFooter {
    display: flex;
    margin-top: 20px
}

.loginWrapper .loginForm .loginWithSocial {
    display: flex;
    justify-content: center;
    margin: 20px auto 0;
    width: 320px
}

@media(max-width:445px) {
    .loginWrapper .loginForm .loginWithSocial {
        width: 185px
    }
}

.loginWrapper .loginForm .loginWithSocial button {
    background: #3b5998;
    border-radius: 3px;
    color: #fff;
    display: block;
    flex: 1 1;
    font-size: 14px;
    margin: 5px;
    min-width: unset;
    padding: 4px 9px;
    text-align: center
}

.loginWrapper .loginForm .loginWithSocial button.facebook {
    background: #3b5998
}

.loginWrapper .loginForm .loginWithSocial button.twitter {
    background: #55acee
}

.loginWrapper .loginForm .loginWithSocial button.linkedin {
    background: #0077b5
}

.loginWrapper .loginForm .noteHelp {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 20px;
    text-align: center
}

.loginWrapper .loginForm .noteHelp a {
    color: #0077b5;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    margin-left: 10px
}

.btn-area {
    display: flex;
    justify-content: center;
    margin-top: 15px
}

.btn-area .admin,
.btn-area .vendor {
    border-right: 1px solid #c2b133;
    padding-right: 10px
}

.btn-area .auth-btn {
    color: #c2b133;
    cursor: pointer;
    font-size: 15px;
    line-height: 16px;
    margin: 0 5px
}

@media(max-width:445px) {
    .btn-area .auth-btn {
        font-size: 12px
    }
}

.cBtnTheme {
    background: #db9e30;
    color: #fff
}

.chCardBody {
    padding: 20px
}

body .container {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.cartStatus,
.check-form-area {
    box-shadow: 0 5px 15px 0 rgba(62, 65, 159, .1);
    padding: 40px
}

@media(max-width:767px) {
    .cartStatus,
    .check-form-area {
        padding: 20px
    }
}

.cartStatus table tr:last-child td,
.check-form-area table tr:last-child td {
    border-bottom: 0
}

.cartStatus table .MuiTableCell-body,
.check-form-area table .MuiTableCell-body {
    padding-left: 0
}

.checkoutWrapper .checkoutCard {
    margin-bottom: 20px
}

.checkoutWrapper .checkoutCard button.collapseBtn {
    background: #fff;
    border: 1px solid #dedddd;
    border-radius: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, .03);
    color: #272424;
    display: block;
    font-size: 13px;
    font-weight: 600;
    height: 50px;
    letter-spacing: 0;
    padding: 0 15px;
    text-align: left;
    text-transform: capitalize
}

.checkoutWrapper .checkoutCard button.collapseBtn i {
    color: #8e8d8a;
    float: right;
    margin-top: 4px
}

.checkoutWrapper .checkoutCard .chCardBody {
    border: 1px solid #f9f9f9;
    padding: 15px
}

.checkoutWrapper .checkoutCard .chCardBody .formSelect div {
    background: transparent;
    color: #555;
    font-size: 13px;
    font-weight: 400;
    height: 27px;
    letter-spacing: 0;
    line-height: 30px;
    padding: 0;
    text-transform: capitalize
}

.checkoutWrapper .checkoutCard .chCardBody .checkBox span {
    font-size: 14px;
    letter-spacing: 0
}

.checkoutWrapper .checkoutCard .chCardBody .note>div {
    margin-top: 30px
}

.checkoutWrapper .checkoutCard .chCardBody .note textarea {
    height: 100px !important;
    padding: 0
}

.checkoutWrapper .checkoutCard .chCardBody .paymentMethod {
    display: flex;
    flex-direction: row
}

.checkoutWrapper .checkoutCard .chCardBody .paymentMethod label span {
    font-size: 13px;
    font-weight: 500
}

.checkoutWrapper .checkoutCard .chCardBody label {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.checkoutWrapper .checkoutCard .chCardBody input,
.checkoutWrapper .checkoutCard .chCardBody textarea {
    background: transparent;
    color: #444;
    font-size: 13px;
    font-weight: 500;
    height: 25px;
    letter-spacing: 0;
    padding-left: 10px
}

.checkoutWrapper .checkoutCard .chCardBody p {
    color: #555;
    font-size: 14px;
    font-weight: 500
}

.checkoutWrapper .cuponWrap .cuponForm {
    margin-top: 10px
}

.checkoutWrapper .cuponWrap .cuponForm button {
    background-color: #333;
    color: #fff;
    margin-top: 10px;
    padding: 8px 25px
}

.checkoutWrapper .cuponWrap .cuponForm button:hover {
    background-color: #b83806;
    color: #fff
}

.checkoutWrapper .cardType {
    display: flex;
    justify-content: space-between;
    margin: 0 -5px 20px
}

.checkoutWrapper .cardType .cardItem {
    align-items: center;
    border: 1px solid #ddd;
    cursor: pointer;
    display: flex;
    flex-basis: calc(25% - 10px);
    flex-wrap: wrap;
    justify-content: center;
    margin: 5px;
    padding: 18px 0;
    text-align: center
}

.checkoutWrapper .cardType .cardItem.active {
    background: #f9f9f9
}

.checkoutWrapper .cardType a {
    border-radius: 3px;
    padding: 10px;
    text-align: center;
    width: 100%
}

.ml-15 {
    margin-left: 15px
}

.formFooter button {
    background-color: #333;
    color: #fff;
    padding: 8px 25px
}

.formFooter button:hover {
    background-color: #b83806;
    color: #fff
}

.cart-recived-section .order-top {
    align-items: center;
    box-shadow: 0 5px 15px 0 rgba(62, 65, 159, .1);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px
}

@media(max-width:767px) {
    .cart-recived-section .order-top {
        padding: 20px
    }
}

.cart-recived-section .order-top h2 span {
    color: #888;
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 10px
}

.cart-recived-section .cartStatus {
    box-shadow: 0 5px 15px 0 rgba(62, 65, 159, .1);
    margin-top: 40px;
    padding: 40px
}

@media(max-width:767px) {
    .cart-recived-section .cartStatus {
        padding: 20px
    }
}

.cart-recived-section .cartStatus .cartTotals img {
    margin-right: 10px;
    object-fit: cover;
    width: 80px
}

.cart-recived-section .cartStatus .cartTotals tr:last-child td {
    border-bottom: 0
}

.cart-recived-section .cartStatus .MuiTableCell-body {
    padding-left: 0
}

:root {
    --toastify-color-light: #fff;
    --toastify-color-dark: #121212;
    --toastify-color-info: #3498db;
    --toastify-color-success: #07bc0c;
    --toastify-color-warning: #f1c40f;
    --toastify-color-error: #e74c3c;
    --toastify-color-transparent: hsla(0, 0%, 100%, .7);
    --toastify-icon-color-info: var(--toastify-color-info);
    --toastify-icon-color-success: var(--toastify-color-success);
    --toastify-icon-color-warning: var(--toastify-color-warning);
    --toastify-icon-color-error: var(--toastify-color-error);
    --toastify-toast-width: 320px;
    --toastify-toast-background: #fff;
    --toastify-toast-min-height: 64px;
    --toastify-toast-max-height: 800px;
    --toastify-font-family: sans-serif;
    --toastify-z-index: 9999;
    --toastify-text-color-light: #757575;
    --toastify-text-color-dark: #fff;
    --toastify-text-color-info: #fff;
    --toastify-text-color-success: #fff;
    --toastify-text-color-warning: #fff;
    --toastify-text-color-error: #fff;
    --toastify-spinner-color: #616161;
    --toastify-spinner-color-empty-area: #e0e0e0;
    --toastify-color-progress-light: linear-gradient(90deg, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
    --toastify-color-progress-dark: #bb86fc;
    --toastify-color-progress-info: var(--toastify-color-info);
    --toastify-color-progress-success: var(--toastify-color-success);
    --toastify-color-progress-warning: var(--toastify-color-warning);
    --toastify-color-progress-error: var(--toastify-color-error)
}

.Toastify__toast-container {
    box-sizing: border-box;
    color: #fff;
    padding: 4px;
    position: fixed;
    -webkit-transform: translateZ(9999);
    -webkit-transform: translateZ(var(--toastify-z-index));
    width: 320px;
    width: var(--toastify-toast-width);
    z-index: 9999;
    z-index: var(--toastify-z-index)
}

.Toastify__toast-container--top-left {
    left: 1em;
    top: 1em
}

.Toastify__toast-container--top-center {
    left: 50%;
    top: 1em;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.Toastify__toast-container--top-right {
    right: 1em;
    top: 1em
}

.Toastify__toast-container--bottom-left {
    bottom: 1em;
    left: 1em
}

.Toastify__toast-container--bottom-center {
    bottom: 1em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.Toastify__toast-container--bottom-right {
    bottom: 1em;
    right: 1em
}

@media only screen and (max-width:480px) {
    .Toastify__toast-container {
        left: 0;
        margin: 0;
        padding: 0;
        width: 100vw
    }
    .Toastify__toast-container--top-center,
    .Toastify__toast-container--top-left,
    .Toastify__toast-container--top-right {
        top: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    .Toastify__toast-container--bottom-center,
    .Toastify__toast-container--bottom-left,
    .Toastify__toast-container--bottom-right {
        bottom: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    .Toastify__toast-container--rtl {
        left: auto;
        right: 0
    }
}

.Toastify__toast {
    border-radius: 4px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1), 0 2px 15px 0 rgba(0, 0, 0, .05);
    box-sizing: border-box;
    cursor: default;
    direction: ltr;
    display: flex;
    font-family: sans-serif;
    font-family: var(--toastify-font-family);
    justify-content: space-between;
    margin-bottom: 1rem;
    max-height: 800px;
    max-height: var(--toastify-toast-max-height);
    min-height: 64px;
    min-height: var(--toastify-toast-min-height);
    overflow: hidden;
    padding: 8px;
    position: relative;
    z-index: 0
}

.Toastify__toast--rtl {
    direction: rtl
}

.Toastify__toast--close-on-click {
    cursor: pointer
}

.Toastify__toast-body {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    margin: auto 0;
    padding: 6px
}

.Toastify__toast-body>div:last-child {
    flex: 1 1;
    word-break: break-word
}

.Toastify__toast-icon {
    -webkit-margin-end: 10px;
    display: flex;
    flex-shrink: 0;
    margin-inline-end: 10px;
    width: 20px
}

.Toastify--animate {
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.Toastify--animate-icon {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media only screen and (max-width:480px) {
    .Toastify__toast {
        border-radius: 0;
        margin-bottom: 0
    }
}

.Toastify__toast-theme--dark {
    background: #121212;
    background: var(--toastify-color-dark);
    color: #fff;
    color: var(--toastify-text-color-dark)
}

.Toastify__toast-theme--colored.Toastify__toast--default,
.Toastify__toast-theme--light {
    background: #fff;
    background: var(--toastify-color-light);
    color: #757575;
    color: var(--toastify-text-color-light)
}

.Toastify__toast-theme--colored.Toastify__toast--info {
    background: #3498db;
    background: var(--toastify-color-info);
    color: #fff;
    color: var(--toastify-text-color-info)
}

.Toastify__toast-theme--colored.Toastify__toast--success {
    background: #07bc0c;
    background: var(--toastify-color-success);
    color: #fff;
    color: var(--toastify-text-color-success)
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
    background: #f1c40f;
    background: var(--toastify-color-warning);
    color: #fff;
    color: var(--toastify-text-color-warning)
}

.Toastify__toast-theme--colored.Toastify__toast--error {
    background: #e74c3c;
    background: var(--toastify-color-error);
    color: #fff;
    color: var(--toastify-text-color-error)
}

.Toastify__progress-bar-theme--light {
    background: linear-gradient(90deg, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
    background: var(--toastify-color-progress-light)
}

.Toastify__progress-bar-theme--dark {
    background: #bb86fc;
    background: var(--toastify-color-progress-dark)
}

.Toastify__progress-bar--info {
    background: #3498db;
    background: var(--toastify-color-progress-info)
}

.Toastify__progress-bar--success {
    background: #07bc0c;
    background: var(--toastify-color-progress-success)
}

.Toastify__progress-bar--warning {
    background: #f1c40f;
    background: var(--toastify-color-progress-warning)
}

.Toastify__progress-bar--error {
    background: #e74c3c;
    background: var(--toastify-color-progress-error)
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning {
    background: hsla(0, 0%, 100%, .7);
    background: var(--toastify-color-transparent)
}

.Toastify__close-button {
    align-self: flex-start;
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    opacity: .7;
    outline: none;
    padding: 0;
    transition: .3s ease
}

.Toastify__close-button--light {
    color: #000;
    opacity: .3
}

.Toastify__close-button>svg {
    fill: currentColor;
    height: 16px;
    width: 14px
}

.Toastify__close-button:focus,
.Toastify__close-button:hover {
    opacity: 1
}

@-webkit-keyframes Toastify__trackProgress {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    to {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
}

@keyframes Toastify__trackProgress {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    to {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
}

.Toastify__progress-bar {
    bottom: 0;
    height: 5px;
    left: 0;
    opacity: .7;
    position: absolute;
    -webkit-transform-origin: left;
    transform-origin: left;
    width: 100%;
    z-index: 9999;
    z-index: var(--toastify-z-index)
}

.Toastify__progress-bar--animated {
    -webkit-animation: Toastify__trackProgress linear 1 forwards;
    animation: Toastify__trackProgress linear 1 forwards
}

.Toastify__progress-bar--controlled {
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.Toastify__progress-bar--rtl {
    left: auto;
    right: 0;
    -webkit-transform-origin: right;
    transform-origin: right
}

.Toastify__spinner {
    -webkit-animation: Toastify__spin .65s linear infinite;
    animation: Toastify__spin .65s linear infinite;
    border: 2px solid #e0e0e0;
    border-color: var(--toastify-spinner-color-empty-area);
    border-radius: 100%;
    border-right-color: #616161;
    border-right-color: var(--toastify-spinner-color);
    box-sizing: border-box;
    height: 20px;
    width: 20px
}

@-webkit-keyframes Toastify__bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes Toastify__bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes Toastify__bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes Toastify__bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@-webkit-keyframes Toastify__bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes Toastify__bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes Toastify__bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes Toastify__bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@-webkit-keyframes Toastify__bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes Toastify__bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes Toastify__bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes Toastify__bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@-webkit-keyframes Toastify__bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes Toastify__bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes Toastify__bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes Toastify__bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.Toastify__bounce-enter--bottom-left,
.Toastify__bounce-enter--top-left {
    -webkit-animation-name: Toastify__bounceInLeft;
    animation-name: Toastify__bounceInLeft
}

.Toastify__bounce-enter--bottom-right,
.Toastify__bounce-enter--top-right {
    -webkit-animation-name: Toastify__bounceInRight;
    animation-name: Toastify__bounceInRight
}

.Toastify__bounce-enter--top-center {
    -webkit-animation-name: Toastify__bounceInDown;
    animation-name: Toastify__bounceInDown
}

.Toastify__bounce-enter--bottom-center {
    -webkit-animation-name: Toastify__bounceInUp;
    animation-name: Toastify__bounceInUp
}

.Toastify__bounce-exit--bottom-left,
.Toastify__bounce-exit--top-left {
    -webkit-animation-name: Toastify__bounceOutLeft;
    animation-name: Toastify__bounceOutLeft
}

.Toastify__bounce-exit--bottom-right,
.Toastify__bounce-exit--top-right {
    -webkit-animation-name: Toastify__bounceOutRight;
    animation-name: Toastify__bounceOutRight
}

.Toastify__bounce-exit--top-center {
    -webkit-animation-name: Toastify__bounceOutUp;
    animation-name: Toastify__bounceOutUp
}

.Toastify__bounce-exit--bottom-center {
    -webkit-animation-name: Toastify__bounceOutDown;
    animation-name: Toastify__bounceOutDown
}

@-webkit-keyframes Toastify__zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes Toastify__zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@-webkit-keyframes Toastify__zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@keyframes Toastify__zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.Toastify__zoom-enter {
    -webkit-animation-name: Toastify__zoomIn;
    animation-name: Toastify__zoomIn
}

.Toastify__zoom-exit {
    -webkit-animation-name: Toastify__zoomOut;
    animation-name: Toastify__zoomOut
}

@-webkit-keyframes Toastify__flipIn {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }
    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes Toastify__flipIn {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }
    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-webkit-keyframes Toastify__flipOut {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }
    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }
}

@keyframes Toastify__flipOut {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }
    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }
}

.Toastify__flip-enter {
    -webkit-animation-name: Toastify__flipIn;
    animation-name: Toastify__flipIn
}

.Toastify__flip-exit {
    -webkit-animation-name: Toastify__flipOut;
    animation-name: Toastify__flipOut
}

@-webkit-keyframes Toastify__slideInRight {
    0% {
        -webkit-transform: translate3d(110%, 0, 0);
        transform: translate3d(110%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInRight {
    0% {
        -webkit-transform: translate3d(110%, 0, 0);
        transform: translate3d(110%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes Toastify__slideInLeft {
    0% {
        -webkit-transform: translate3d(-110%, 0, 0);
        transform: translate3d(-110%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInLeft {
    0% {
        -webkit-transform: translate3d(-110%, 0, 0);
        transform: translate3d(-110%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes Toastify__slideInUp {
    0% {
        -webkit-transform: translate3d(0, 110%, 0);
        transform: translate3d(0, 110%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInUp {
    0% {
        -webkit-transform: translate3d(0, 110%, 0);
        transform: translate3d(0, 110%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes Toastify__slideInDown {
    0% {
        -webkit-transform: translate3d(0, -110%, 0);
        transform: translate3d(0, -110%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes Toastify__slideInDown {
    0% {
        -webkit-transform: translate3d(0, -110%, 0);
        transform: translate3d(0, -110%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes Toastify__slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(110%, 0, 0);
        transform: translate3d(110%, 0, 0);
        visibility: hidden
    }
}

@keyframes Toastify__slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(110%, 0, 0);
        transform: translate3d(110%, 0, 0);
        visibility: hidden
    }
}

@-webkit-keyframes Toastify__slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(-110%, 0, 0);
        transform: translate3d(-110%, 0, 0);
        visibility: hidden
    }
}

@keyframes Toastify__slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(-110%, 0, 0);
        transform: translate3d(-110%, 0, 0);
        visibility: hidden
    }
}

@-webkit-keyframes Toastify__slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(0, 500px, 0);
        transform: translate3d(0, 500px, 0);
        visibility: hidden
    }
}

@keyframes Toastify__slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(0, 500px, 0);
        transform: translate3d(0, 500px, 0);
        visibility: hidden
    }
}

@-webkit-keyframes Toastify__slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(0, -500px, 0);
        transform: translate3d(0, -500px, 0);
        visibility: hidden
    }
}

@keyframes Toastify__slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(0, -500px, 0);
        transform: translate3d(0, -500px, 0);
        visibility: hidden
    }
}

.Toastify__slide-enter--bottom-left,
.Toastify__slide-enter--top-left {
    -webkit-animation-name: Toastify__slideInLeft;
    animation-name: Toastify__slideInLeft
}

.Toastify__slide-enter--bottom-right,
.Toastify__slide-enter--top-right {
    -webkit-animation-name: Toastify__slideInRight;
    animation-name: Toastify__slideInRight
}

.Toastify__slide-enter--top-center {
    -webkit-animation-name: Toastify__slideInDown;
    animation-name: Toastify__slideInDown
}

.Toastify__slide-enter--bottom-center {
    -webkit-animation-name: Toastify__slideInUp;
    animation-name: Toastify__slideInUp
}

.Toastify__slide-exit--bottom-left,
.Toastify__slide-exit--top-left {
    -webkit-animation-name: Toastify__slideOutLeft;
    animation-name: Toastify__slideOutLeft
}

.Toastify__slide-exit--bottom-right,
.Toastify__slide-exit--top-right {
    -webkit-animation-name: Toastify__slideOutRight;
    animation-name: Toastify__slideOutRight
}

.Toastify__slide-exit--top-center {
    -webkit-animation-name: Toastify__slideOutUp;
    animation-name: Toastify__slideOutUp
}

.Toastify__slide-exit--bottom-center {
    -webkit-animation-name: Toastify__slideOutDown;
    animation-name: Toastify__slideOutDown
}

@-webkit-keyframes Toastify__spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes Toastify__spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff
}

*,
:after,
:before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    background-color: var(--bs-body-bg);
    color: #212529;
    color: var(--bs-body-color);
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-family: var(--bs-body-font-family);
    font-size: 1rem;
    font-size: var(--bs-body-font-size);
    font-weight: 400;
    font-weight: var(--bs-body-font-weight);
    line-height: 1.5;
    line-height: var(--bs-body-line-height);
    margin: 0;
    text-align: var(--bs-body-text-align)
}

hr {
    background-color: currentColor;
    border: 0;
    color: inherit;
    margin: 1rem 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem;
    margin-top: 0
}

.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {
    .h1,
    h1 {
        font-size: 2.5rem
    }
}

.h2,
h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
    .h2,
    h2 {
        font-size: 2rem
    }
}

.h3,
h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
    .h3,
    h3 {
        font-size: 1.75rem
    }
}

.h4,
h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
    .h4,
    h4 {
        font-size: 1.5rem
    }
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

p {
    margin-bottom: 1rem;
    margin-top: 0
}

abbr[data-bs-original-title],
abbr[title] {
    cursor: help;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem
}

ol,
ul {
    padding-left: 2rem
}

dl,
ol,
ul {
    margin-bottom: 1rem;
    margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

.small,
small {
    font-size: .875em
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}

sub,
sup {
    font-size: .75em;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #0d6efd;
    text-decoration: underline
}

a:hover {
    color: #0a58ca
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    direction: ltr;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    font-size: .875em;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto
}

pre code {
    color: inherit;
    font-size: inherit;
    word-break: normal
}

code {
    word-wrap: break-word;
    color: #d63384;
    font-size: .875em
}

a>code {
    color: inherit
}

kbd {
    background-color: #212529;
    border-radius: .2rem;
    color: #fff;
    font-size: .875em;
    padding: .2rem .4rem
}

kbd kbd {
    font-size: 1em;
    font-weight: 700;
    padding: 0
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    border-collapse: collapse;
    caption-side: bottom
}

caption {
    color: #6c757d;
    padding-bottom: .5rem;
    padding-top: .5rem;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border: 0 solid;
    border-color: inherit
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

textarea {
    resize: vertical
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}

legend {
    float: left;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit;
    margin-bottom: .5rem;
    padding: 0;
    width: 100%
}

@media (min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    cursor: pointer;
    display: list-item
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

.list-inline,
.list-unstyled {
    list-style: none;
    padding-left: 0
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

.blockquote {
    font-size: 1.25rem;
    margin-bottom: 1rem
}

.blockquote>:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    color: #6c757d;
    font-size: .875em;
    margin-bottom: 1rem;
    margin-top: -1rem
}

.blockquote-footer:before {
    content: "— "
}

.img-fluid,
.img-thumbnail {
    height: auto;
    max-width: 100%
}

.img-thumbnail {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    padding: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    line-height: 1;
    margin-bottom: .5rem
}

.figure-caption {
    color: #6c757d;
    font-size: .875em
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    margin-left: auto;
    margin-right: auto;
    padding-left: .75rem;
    padding-left: var(--bs-gutter-x, .75rem);
    padding-right: .75rem;
    padding-right: var(--bs-gutter-x, .75rem);
    width: 100%
}

@media (min-width:576px) {
    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

@media (min-width:1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x)*-.5);
    margin-right: calc(var(--bs-gutter-x)*-.5);
    margin-top: calc(var(--bs-gutter-y)*-1)
}

.row>* {
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    width: 100%
}

.col {
    flex: 1 0
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}

@media (min-width:576px) {
    .col-sm {
        flex: 1 0
    }
    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333333%
    }
    .offset-sm-2 {
        margin-left: 16.66666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333333%
    }
    .offset-sm-5 {
        margin-left: 41.66666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333333%
    }
    .offset-sm-8 {
        margin-left: 66.66666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333333%
    }
    .offset-sm-11 {
        margin-left: 91.66666667%
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:768px) {
    .col-md {
        flex: 1 0
    }
    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333333%
    }
    .offset-md-2 {
        margin-left: 16.66666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333333%
    }
    .offset-md-5 {
        margin-left: 41.66666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333333%
    }
    .offset-md-8 {
        margin-left: 66.66666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333333%
    }
    .offset-md-11 {
        margin-left: 91.66666667%
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:992px) {
    .col-lg {
        flex: 1 0
    }
    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333333%
    }
    .offset-lg-2 {
        margin-left: 16.66666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333333%
    }
    .offset-lg-5 {
        margin-left: 41.66666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333333%
    }
    .offset-lg-8 {
        margin-left: 66.66666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333333%
    }
    .offset-lg-11 {
        margin-left: 91.66666667%
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex: 1 0
    }
    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333333%
    }
    .offset-xl-2 {
        margin-left: 16.66666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333333%
    }
    .offset-xl-5 {
        margin-left: 41.66666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333333%
    }
    .offset-xl-8 {
        margin-left: 66.66666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333333%
    }
    .offset-xl-11 {
        margin-left: 91.66666667%
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1400px) {
    .col-xxl {
        flex: 1 0
    }
    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-xxl-0 {
        margin-left: 0
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%
    }
    .offset-xxl-3 {
        margin-left: 25%
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%
    }
    .offset-xxl-6 {
        margin-left: 50%
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%
    }
    .offset-xxl-9 {
        margin-left: 75%
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, .05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, .1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, .075);
    border-color: #dee2e6;
    color: #212529;
    margin-bottom: 1rem;
    vertical-align: top;
    width: 100%
}

.table>:not(caption)>*>* {
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    padding: .5rem
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table>:not(:first-child) {
    border-top: 2px solid
}

.caption-top {
    caption-side: top
}

.table-sm>:not(caption)>*>* {
    padding: .25rem
}

.table-bordered>:not(caption)>* {
    border-width: 1px 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 1px
}

.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0
}

.table-borderless>:not(:first-child) {
    border-top-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}

.table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}

.table-primary {
    --bs-table-bg: #cfe2ff;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    border-color: #bacbe6;
    color: #000
}

.table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    border-color: #cbccce;
    color: #000
}

.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    border-color: #bcd0c7;
    color: #000
}

.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    border-color: #badce3;
    color: #000
}

.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    border-color: #e6dbb9;
    color: #000
}

.table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    border-color: #dfc2c4;
    color: #000
}

.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    border-color: #dfe0e1;
    color: #000
}

.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    border-color: #373b3e;
    color: #fff
}

.table-responsive {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto
    }
}

@media (max-width:1399.98px) {
    .table-responsive-xxl {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto
    }
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    font-size: inherit;
    line-height: 1.5;
    margin-bottom: 0;
    padding-bottom: calc(.375rem + 1px);
    padding-top: calc(.375rem + 1px)
}

.col-form-label-lg {
    font-size: 1.25rem;
    padding-bottom: calc(.5rem + 1px);
    padding-top: calc(.5rem + 1px)
}

.col-form-label-sm {
    font-size: .875rem;
    padding-bottom: calc(.25rem + 1px);
    padding-top: calc(.25rem + 1px)
}

.form-text {
    color: #6c757d;
    font-size: .875em;
    margin-top: .25rem
}

.form-control {
    -webkit-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #212529;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    background-color: #fff;
    border-color: #86b7fe;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    color: #212529;
    outline: 0
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::file-selector-button {
    -webkit-margin-end: .75rem;
    background-color: #e9ecef;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    color: #212529;
    margin: -.375rem -.75rem;
    margin-inline-end: .75rem;
    padding: .375rem .75rem;
    pointer-events: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
    -webkit-margin-end: .75rem;
    background-color: #e9ecef;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    color: #212529;
    margin: -.375rem -.75rem;
    margin-inline-end: .75rem;
    padding: .375rem .75rem;
    pointer-events: none;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

.form-control-plaintext {
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
    color: #212529;
    display: block;
    line-height: 1.5;
    margin-bottom: 0;
    padding: .375rem 0;
    width: 100%
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-left: 0;
    padding-right: 0
}

.form-control-sm {
    border-radius: .2rem;
    font-size: .875rem;
    min-height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem
}

.form-control-sm::file-selector-button {
    -webkit-margin-end: .5rem;
    margin: -.25rem -.5rem;
    margin-inline-end: .5rem;
    padding: .25rem .5rem
}

.form-control-sm::-webkit-file-upload-button {
    -webkit-margin-end: .5rem;
    margin: -.25rem -.5rem;
    margin-inline-end: .5rem;
    padding: .25rem .5rem
}

.form-control-lg {
    border-radius: .3rem;
    font-size: 1.25rem;
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem
}

.form-control-lg::file-selector-button {
    -webkit-margin-end: 1rem;
    margin: -.5rem -1rem;
    margin-inline-end: 1rem;
    padding: .5rem 1rem
}

.form-control-lg::-webkit-file-upload-button {
    -webkit-margin-end: 1rem;
    margin: -.5rem -1rem;
    margin-inline-end: 1rem;
    padding: .5rem 1rem
}

textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px)
}

textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px)
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px)
}

.form-control-color {
    height: auto;
    padding: .375rem;
    width: 3rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    border-radius: .25rem;
    height: 1.5em
}

.form-control-color::-webkit-color-swatch {
    border-radius: .25rem;
    height: 1.5em
}

.form-select {
    -moz-padding-start: calc(.75rem - 3px);
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
    background-position: right .75rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #212529;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem 2.25rem .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .form-select {
        transition: none
    }
}

.form-select:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    outline: 0
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    background-image: none;
    padding-right: .75rem
}

.form-select:disabled {
    background-color: #e9ecef
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529
}

.form-select-sm {
    border-radius: .2rem;
    font-size: .875rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    padding-top: .25rem
}

.form-select-lg {
    border-radius: .3rem;
    font-size: 1.25rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-top: .5rem
}

.form-check {
    display: block;
    margin-bottom: .125rem;
    min-height: 1.5rem;
    padding-left: 1.5em
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-input {
    color-adjust: exact;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    height: 1em;
    margin-top: .25em;
    -webkit-print-color-adjust: exact;
    vertical-align: top;
    width: 1em
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    -webkit-filter: brightness(90%);
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    outline: 0
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #0d6efd;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");
    border-color: #0d6efd
}

.form-check-input:disabled {
    -webkit-filter: none;
    filter: none;
    opacity: .5;
    pointer-events: none
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");
    background-position: 0;
    border-radius: 2em;
    margin-left: -2.5em;
    transition: background-position .15s ease-in-out;
    width: 2em
}

@media (prefers-reduced-motion:reduce) {
    .form-switch .form-check-input {
        transition: none
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2386b7fe'/%3E%3C/svg%3E")
}

.form-switch .form-check-input:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
    background-position: 100%
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    position: absolute
}

.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
    -webkit-filter: none;
    filter: none;
    opacity: .65;
    pointer-events: none
}

.form-range {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    height: 1.5rem;
    padding: 0;
    width: 100%
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe
}

.form-range::-webkit-slider-runnable-track {
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

.form-range::-moz-range-thumb {
    appearance: none;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

.form-range::-moz-range-track {
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

.form-range:disabled {
    pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.form-floating {
    position: relative
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25
}

.form-floating>label {
    border: 1px solid transparent;
    height: 100%;
    left: 0;
    padding: 1rem .75rem;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, -webkit-transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out, -webkit-transform .1s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-floating>label {
        transition: none
    }
}

.form-floating>.form-control {
    padding: 1rem .75rem
}

.form-floating>.form-control::-webkit-input-placeholder {
    color: transparent
}

.form-floating>.form-control:-ms-input-placeholder {
    color: transparent
}

.form-floating>.form-control::placeholder {
    color: transparent
}

.form-floating>.form-control:not(:-ms-input-placeholder) {
    padding-bottom: .625rem;
    padding-top: 1.625rem
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-bottom: .625rem;
    padding-top: 1.625rem
}

.form-floating>.form-control:-webkit-autofill {
    padding-bottom: .625rem;
    padding-top: 1.625rem
}

.form-floating>.form-select {
    padding-bottom: .625rem;
    padding-top: 1.625rem
}

.form-floating>.form-control:not(:-ms-input-placeholder)~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: .65;
    -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: .65;
    -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.input-group {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-select {
    flex: 1 1 auto;
    min-width: 0;
    position: relative;
    width: 1%
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
    z-index: 3
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 3
}

.input-group-text {
    align-items: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #212529;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    text-align: center;
    white-space: nowrap
}

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
    border-radius: .3rem;
    font-size: 1.25rem;
    padding: .5rem 1rem
}

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
    border-radius: .2rem;
    font-size: .875rem;
    padding: .25rem .5rem
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
    padding-right: 3rem
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -1px
}

.valid-feedback {
    color: #198754;
    display: none;
    font-size: .875em;
    margin-top: .25rem;
    width: 100%
}

.valid-tooltip {
    background-color: rgba(25, 135, 84, .9);
    border-radius: .25rem;
    color: #fff;
    display: none;
    font-size: .875rem;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #198754;
    padding-right: calc(1.5em + .75rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
    padding-right: calc(1.5em + .75rem)
}

.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #198754
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
    padding-right: 4.125rem
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: #198754
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: #198754
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #198754
}

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
    z-index: 1
}

.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
    z-index: 3
}

.invalid-feedback {
    color: #dc3545;
    display: none;
    font-size: .875em;
    margin-top: .25rem;
    width: 100%
}

.invalid-tooltip {
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem;
    color: #fff;
    display: none;
    font-size: .875rem;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
    padding-right: calc(1.5em + .75rem)
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: #dc3545
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"), url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
    padding-right: 4.125rem
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: #dc3545
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
    background-color: #dc3545
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
    z-index: 2
}

.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
    z-index: 3
}

.btn {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #212529;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    text-align: center;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    outline: 0
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    opacity: .65;
    pointer-events: none
}

.btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff
}

.btn-check:focus+.btn-primary,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #0b5ed7;
    border-color: #0a58ca;
    color: #fff
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    background-color: #0a58ca;
    border-color: #0a53be;
    color: #fff
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff
}

.btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #5c636a;
    border-color: #565e64;
    color: #fff
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    box-shadow: 0 0 0 .25rem hsla(208, 6%, 54%, .5)
}

.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
    background-color: #565e64;
    border-color: #51585e;
    color: #fff
}

.btn-check:active+.btn-secondary:focus,
.btn-check:checked+.btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem hsla(208, 6%, 54%, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff
}

.btn-success {
    background-color: #198754;
    border-color: #198754;
    color: #fff
}

.btn-check:focus+.btn-success,
.btn-success:focus,
.btn-success:hover {
    background-color: #157347;
    border-color: #146c43;
    color: #fff
}

.btn-check:focus+.btn-success,
.btn-success:focus {
    box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

.btn-check:active+.btn-success,
.btn-check:checked+.btn-success,
.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
    background-color: #146c43;
    border-color: #13653f;
    color: #fff
}

.btn-check:active+.btn-success:focus,
.btn-check:checked+.btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: #198754;
    border-color: #198754;
    color: #fff
}

.btn-info {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    color: #000
}

.btn-check:focus+.btn-info,
.btn-info:focus,
.btn-info:hover {
    background-color: #31d2f2;
    border-color: #25cff2;
    color: #000
}

.btn-check:focus+.btn-info,
.btn-info:focus {
    box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

.btn-check:active+.btn-info,
.btn-check:checked+.btn-info,
.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle {
    background-color: #3dd5f3;
    border-color: #25cff2;
    color: #000
}

.btn-check:active+.btn-info:focus,
.btn-check:checked+.btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    color: #000
}

.btn-warning {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000
}

.btn-check:focus+.btn-warning,
.btn-warning:focus,
.btn-warning:hover {
    background-color: #ffca2c;
    border-color: #ffc720;
    color: #000
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
    box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

.btn-check:active+.btn-warning,
.btn-check:checked+.btn-warning,
.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle {
    background-color: #ffcd39;
    border-color: #ffc720;
    color: #000
}

.btn-check:active+.btn-warning:focus,
.btn-check:checked+.btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000
}

.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff
}

.btn-check:focus+.btn-danger,
.btn-danger:focus,
.btn-danger:hover {
    background-color: #bb2d3b;
    border-color: #b02a37;
    color: #fff
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
    box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

.btn-check:active+.btn-danger,
.btn-check:checked+.btn-danger,
.btn-danger.active,
.btn-danger:active,
.show>.btn-danger.dropdown-toggle {
    background-color: #b02a37;
    border-color: #a52834;
    color: #fff
}

.btn-check:active+.btn-danger:focus,
.btn-check:checked+.btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff
}

.btn-light {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #000
}

.btn-check:focus+.btn-light,
.btn-light:focus,
.btn-light:hover {
    background-color: #f9fafb;
    border-color: #f9fafb;
    color: #000
}

.btn-check:focus+.btn-light,
.btn-light:focus {
    box-shadow: 0 0 0 .25rem hsla(210, 2%, 83%, .5)
}

.btn-check:active+.btn-light,
.btn-check:checked+.btn-light,
.btn-light.active,
.btn-light:active,
.show>.btn-light.dropdown-toggle {
    background-color: #f9fafb;
    border-color: #f9fafb;
    color: #000
}

.btn-check:active+.btn-light:focus,
.btn-check:checked+.btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem hsla(210, 2%, 83%, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #000
}

.btn-dark {
    background-color: #212529;
    border-color: #212529;
    color: #fff
}

.btn-check:focus+.btn-dark,
.btn-dark:focus,
.btn-dark:hover {
    background-color: #1c1f23;
    border-color: #1a1e21;
    color: #fff
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
    box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

.btn-check:active+.btn-dark,
.btn-check:checked+.btn-dark,
.btn-dark.active,
.btn-dark:active,
.show>.btn-dark.dropdown-toggle {
    background-color: #1a1e21;
    border-color: #191c1f;
    color: #fff
}

.btn-check:active+.btn-dark:focus,
.btn-check:checked+.btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    background-color: #212529;
    border-color: #212529;
    color: #fff
}

.btn-outline-primary {
    border-color: #0d6efd;
    color: #0d6efd
}

.btn-outline-primary:hover {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff
}

.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    background-color: transparent;
    color: #0d6efd
}

.btn-outline-secondary {
    border-color: #6c757d;
    color: #6c757d
}

.btn-outline-secondary:hover {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff
}

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .25rem hsla(208, 7%, 46%, .5)
}

.btn-check:active+.btn-outline-secondary,
.btn-check:checked+.btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff
}

.btn-check:active+.btn-outline-secondary:focus,
.btn-check:checked+.btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
    box-shadow: 0 0 0 .25rem hsla(208, 7%, 46%, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    background-color: transparent;
    color: #6c757d
}

.btn-outline-success {
    border-color: #198754;
    color: #198754
}

.btn-outline-success:hover {
    background-color: #198754;
    border-color: #198754;
    color: #fff
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}

.btn-check:active+.btn-outline-success,
.btn-check:checked+.btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
    background-color: #198754;
    border-color: #198754;
    color: #fff
}

.btn-check:active+.btn-outline-success:focus,
.btn-check:checked+.btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    background-color: transparent;
    color: #198754
}

.btn-outline-info {
    border-color: #0dcaf0;
    color: #0dcaf0
}

.btn-outline-info:hover {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    color: #000
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}

.btn-check:active+.btn-outline-info,
.btn-check:checked+.btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    color: #000
}

.btn-check:active+.btn-outline-info:focus,
.btn-check:checked+.btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    background-color: transparent;
    color: #0dcaf0
}

.btn-outline-warning {
    border-color: #ffc107;
    color: #ffc107
}

.btn-outline-warning:hover {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000
}

.btn-check:focus+.btn-outline-warning,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
}

.btn-check:active+.btn-outline-warning,
.btn-check:checked+.btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #000
}

.btn-check:active+.btn-outline-warning:focus,
.btn-check:checked+.btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    background-color: transparent;
    color: #ffc107
}

.btn-outline-danger {
    border-color: #dc3545;
    color: #dc3545
}

.btn-outline-danger:hover {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff
}

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}

.btn-check:active+.btn-outline-danger,
.btn-check:checked+.btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff
}

.btn-check:active+.btn-outline-danger:focus,
.btn-check:checked+.btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    background-color: transparent;
    color: #dc3545
}

.btn-outline-light {
    border-color: #f8f9fa;
    color: #f8f9fa
}

.btn-outline-light:hover {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #000
}

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
}

.btn-check:active+.btn-outline-light,
.btn-check:checked+.btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #000
}

.btn-check:active+.btn-outline-light:focus,
.btn-check:checked+.btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
    box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    background-color: transparent;
    color: #f8f9fa
}

.btn-outline-dark {
    border-color: #212529;
    color: #212529
}

.btn-outline-dark:hover {
    background-color: #212529;
    border-color: #212529;
    color: #fff
}

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}

.btn-check:active+.btn-outline-dark,
.btn-check:checked+.btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
    background-color: #212529;
    border-color: #212529;
    color: #fff
}

.btn-check:active+.btn-outline-dark:focus,
.btn-check:checked+.btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
    box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    background-color: transparent;
    color: #212529
}

.btn-link {
    color: #0d6efd;
    font-weight: 400;
    text-decoration: underline
}

.btn-link:hover {
    color: #0a58ca
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d
}

.btn-group-lg>.btn,
.btn-lg {
    border-radius: .3rem;
    font-size: 1.25rem;
    padding: .5rem 1rem
}

.btn-group-sm>.btn,
.btn-sm {
    border-radius: .2rem;
    font-size: .875rem;
    padding: .25rem .5rem
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.collapse-horizontal {
    height: auto;
    transition: width .35s ease;
    width: 0
}

@media (prefers-reduced-motion:reduce) {
    .collapsing.collapse-horizontal {
        transition: none
    }
}

.dropdown,
.dropend,
.dropstart,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    border-bottom: 0;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: .3em solid;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    color: #212529;
    display: none;
    font-size: 1rem;
    list-style: none;
    margin: 0;
    min-width: 10rem;
    padding: .5rem 0;
    position: absolute;
    text-align: left;
    z-index: 1000
}

.dropdown-menu[data-bs-popper] {
    left: 0;
    margin-top: .125rem;
    top: 100%
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
    left: 0;
    right: auto
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    left: auto;
    right: 0
}

@media (min-width:576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }
    .dropdown-menu-sm-start[data-bs-popper] {
        left: 0;
        right: auto
    }
    .dropdown-menu-sm-end {
        --bs-position: end
    }
    .dropdown-menu-sm-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }
    .dropdown-menu-md-start[data-bs-popper] {
        left: 0;
        right: auto
    }
    .dropdown-menu-md-end {
        --bs-position: end
    }
    .dropdown-menu-md-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }
    .dropdown-menu-lg-start[data-bs-popper] {
        left: 0;
        right: auto
    }
    .dropdown-menu-lg-end {
        --bs-position: end
    }
    .dropdown-menu-lg-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }
    .dropdown-menu-xl-start[data-bs-popper] {
        left: 0;
        right: auto
    }
    .dropdown-menu-xl-end {
        --bs-position: end
    }
    .dropdown-menu-xl-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

@media (min-width:1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }
    .dropdown-menu-xxl-start[data-bs-popper] {
        left: 0;
        right: auto
    }
    .dropdown-menu-xxl-end {
        --bs-position: end
    }
    .dropdown-menu-xxl-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    bottom: 100%;
    margin-bottom: .125rem;
    margin-top: 0;
    top: auto
}

.dropup .dropdown-toggle:after {
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: 0;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
    left: 100%;
    margin-left: .125rem;
    margin-top: 0;
    right: auto;
    top: 0
}

.dropend .dropdown-toggle:after {
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    border-right: 0;
    border-top: .3em solid transparent;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropend .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropend .dropdown-toggle:after {
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    left: auto;
    margin-right: .125rem;
    margin-top: 0;
    right: 100%;
    top: 0
}

.dropstart .dropdown-toggle:after {
    content: "";
    display: inline-block;
    display: none;
    margin-left: .255em;
    vertical-align: .255em
}

.dropstart .dropdown-toggle:before {
    border-bottom: .3em solid transparent;
    border-right: .3em solid;
    border-top: .3em solid transparent;
    content: "";
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em
}

.dropstart .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropstart .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-divider {
    border-top: 1px solid rgba(0, 0, 0, .15);
    height: 0;
    margin: .5rem 0;
    overflow: hidden
}

.dropdown-item {
    background-color: transparent;
    border: 0;
    clear: both;
    color: #212529;
    display: block;
    font-weight: 400;
    padding: .25rem 1rem;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    width: 100%
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #e9ecef;
    color: #1e2125
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #0d6efd;
    color: #fff;
    text-decoration: none
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    background-color: transparent;
    color: #adb5bd;
    pointer-events: none
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    color: #6c757d;
    display: block;
    font-size: .875rem;
    margin-bottom: 0;
    padding: .5rem 1rem;
    white-space: nowrap
}

.dropdown-item-text {
    color: #212529;
    display: block;
    padding: .25rem 1rem
}

.dropdown-menu-dark {
    background-color: #343a40;
    border-color: rgba(0, 0, 0, .15);
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-item {
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
    background-color: hsla(0, 0%, 100%, .15);
    color: #fff
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    background-color: #0d6efd;
    color: #fff
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
    color: #adb5bd
}

.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-header {
    color: #adb5bd
}

.btn-group,
.btn-group-vertical {
    display: inline-flex;
    position: relative;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    flex: 1 1 auto;
    position: relative
}

.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.dropdown-toggle-split {
    padding-left: .5625rem;
    padding-right: .5625rem
}

.dropdown-toggle-split:after,
.dropend .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropstart .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-left: .375rem;
    padding-right: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-left: .75rem;
    padding-right: .75rem
}

.btn-group-vertical {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn~.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.nav-link {
    color: #0d6efd;
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:focus,
.nav-link:hover {
    color: #0a58ca
}

.nav-link.disabled {
    color: #6c757d;
    cursor: default;
    pointer-events: none
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    margin-bottom: -1px
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate
}

.nav-tabs .nav-link.disabled {
    background-color: transparent;
    border-color: transparent;
    color: #6c757d
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    color: #495057
}

.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #0d6efd;
    color: #fff
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: .5rem;
    padding-top: .5rem;
    position: relative
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    align-items: center;
    display: flex;
    flex-wrap: inherit;
    justify-content: space-between
}

.navbar-brand {
    font-size: 1.25rem;
    margin-right: 1rem;
    padding-bottom: .3125rem;
    padding-top: .3125rem;
    text-decoration: none;
    white-space: nowrap
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    padding-bottom: .5rem;
    padding-top: .5rem
}

.navbar-collapse {
    align-items: center;
    flex-basis: 100%;
    flex-grow: 1
}

.navbar-toggler {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 1.25rem;
    line-height: 1;
    padding: .25rem .75rem;
    transition: box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 .25rem;
    outline: 0;
    text-decoration: none
}

.navbar-toggler-icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 1.5em;
    vertical-align: middle;
    width: 1.5em
}

.navbar-nav-scroll {
    max-height: 75vh;
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-left: .5rem;
        padding-right: .5rem
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler,
    .navbar-expand-sm .offcanvas-header {
        display: none
    }
    .navbar-expand-sm .offcanvas {
        background-color: transparent;
        border-left: 0;
        border-right: 0;
        bottom: 0;
        flex-grow: 1;
        position: inherit;
        -webkit-transform: none;
        transform: none;
        transition: none;
        visibility: visible !important;
        z-index: 1000
    }
    .navbar-expand-sm .offcanvas-bottom,
    .navbar-expand-sm .offcanvas-top {
        border-bottom: 0;
        border-top: 0;
        height: auto
    }
    .navbar-expand-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: .5rem;
        padding-right: .5rem
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler,
    .navbar-expand-md .offcanvas-header {
        display: none
    }
    .navbar-expand-md .offcanvas {
        background-color: transparent;
        border-left: 0;
        border-right: 0;
        bottom: 0;
        flex-grow: 1;
        position: inherit;
        -webkit-transform: none;
        transform: none;
        transition: none;
        visibility: visible !important;
        z-index: 1000
    }
    .navbar-expand-md .offcanvas-bottom,
    .navbar-expand-md .offcanvas-top {
        border-bottom: 0;
        border-top: 0;
        height: auto
    }
    .navbar-expand-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: .5rem;
        padding-right: .5rem
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler,
    .navbar-expand-lg .offcanvas-header {
        display: none
    }
    .navbar-expand-lg .offcanvas {
        background-color: transparent;
        border-left: 0;
        border-right: 0;
        bottom: 0;
        flex-grow: 1;
        position: inherit;
        -webkit-transform: none;
        transform: none;
        transition: none;
        visibility: visible !important;
        z-index: 1000
    }
    .navbar-expand-lg .offcanvas-bottom,
    .navbar-expand-lg .offcanvas-top {
        border-bottom: 0;
        border-top: 0;
        height: auto
    }
    .navbar-expand-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-left: .5rem;
        padding-right: .5rem
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler,
    .navbar-expand-xl .offcanvas-header {
        display: none
    }
    .navbar-expand-xl .offcanvas {
        background-color: transparent;
        border-left: 0;
        border-right: 0;
        bottom: 0;
        flex-grow: 1;
        position: inherit;
        -webkit-transform: none;
        transform: none;
        transition: none;
        visibility: visible !important;
        z-index: 1000
    }
    .navbar-expand-xl .offcanvas-bottom,
    .navbar-expand-xl .offcanvas-top {
        border-bottom: 0;
        border-top: 0;
        height: auto
    }
    .navbar-expand-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

@media (min-width:1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }
    .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-left: .5rem;
        padding-right: .5rem
    }
    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }
    .navbar-expand-xxl .navbar-toggler,
    .navbar-expand-xxl .offcanvas-header {
        display: none
    }
    .navbar-expand-xxl .offcanvas {
        background-color: transparent;
        border-left: 0;
        border-right: 0;
        bottom: 0;
        flex-grow: 1;
        position: inherit;
        -webkit-transform: none;
        transform: none;
        transition: none;
        visibility: visible !important;
        z-index: 1000
    }
    .navbar-expand-xxl .offcanvas-bottom,
    .navbar-expand-xxl .offcanvas-top {
        border-bottom: 0;
        border-top: 0;
        height: auto
    }
    .navbar-expand-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        overflow-y: visible;
        padding: 0
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler,
.navbar-expand .offcanvas-header {
    display: none
}

.navbar-expand .offcanvas {
    background-color: transparent;
    border-left: 0;
    border-right: 0;
    bottom: 0;
    flex-grow: 1;
    position: inherit;
    -webkit-transform: none;
    transform: none;
    transition: none;
    visibility: visible !important;
    z-index: 1000
}

.navbar-expand .offcanvas-bottom,
.navbar-expand .offcanvas-top {
    border-bottom: 0;
    border-top: 0;
    height: auto
}

.navbar-expand .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .55)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    border-color: hsla(0, 0%, 100%, .1);
    color: hsla(0, 0%, 100%, .55)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .55)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    word-wrap: break-word;
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative
}

.card>hr {
    margin-left: 0;
    margin-right: 0
}

.card>.list-group {
    border-bottom: inherit;
    border-top: inherit
}

.card>.list-group:first-child {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    border-top-width: 0
}

.card>.list-group:last-child {
    border-bottom-left-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-width: 0
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem
}

.card-title {
    margin-bottom: .5rem
}

.card-subtitle {
    margin-top: -.25rem
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-link+.card-link {
    margin-left: 1rem
}

.card-header {
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 0;
    padding: .5rem 1rem
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
    padding: .5rem 1rem
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    border-bottom: 0;
    margin-bottom: -.5rem
}

.card-header-pills,
.card-header-tabs {
    margin-left: -.5rem;
    margin-right: -.5rem
}

.card-img-overlay {
    border-radius: calc(.25rem - 1px);
    bottom: 0;
    left: 0;
    padding: 1rem;
    position: absolute;
    right: 0;
    top: 0
}

.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-left-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px)
}

.card-group>.card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }
    .card-group>.card {
        flex: 1 0;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        border-left: 0;
        margin-left: 0
    }
    .card-group>.card:not(:last-child) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.accordion-button {
    align-items: center;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    color: #212529;
    display: flex;
    font-size: 1rem;
    overflow-anchor: none;
    padding: 1rem 1.25rem;
    position: relative;
    text-align: left;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    color: #0c63e4
}

.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.accordion-button:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    content: "";
    flex-shrink: 0;
    height: 1.25rem;
    margin-left: auto;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    width: 1.25rem
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button:after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    outline: 0;
    z-index: 3
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.accordion-item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-left-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.accordion-body {
    padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-left: 0;
    border-radius: 0;
    border-right: 0
}

.accordion-flush .accordion-item:first-child {
    border-top: 0
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 1rem;
    padding: 0
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    color: #6c757d;
    content: "/";
    content: var(--bs-breadcrumb-divider, "/");
    float: left;
    padding-right: .5rem
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    list-style: none;
    padding-left: 0
}

.page-link {
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #0d6efd;
    display: block;
    position: relative;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .page-link {
        transition: none
    }
}

.page-link:hover {
    border-color: #dee2e6;
    z-index: 2
}

.page-link:focus,
.page-link:hover {
    background-color: #e9ecef;
    color: #0a58ca
}

.page-link:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    outline: 0;
    z-index: 3
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px
}

.page-item.active .page-link {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
    z-index: 3
}

.page-item.disabled .page-link {
    background-color: #fff;
    border-color: #dee2e6;
    color: #6c757d;
    pointer-events: none
}

.page-link {
    padding: .375rem .75rem
}

.page-item:first-child .page-link {
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem
}

.pagination-lg .page-link {
    font-size: 1.25rem;
    padding: .75rem 1.5rem
}

.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: .3rem;
    border-top-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: .3rem;
    border-top-right-radius: .3rem
}

.pagination-sm .page-link {
    font-size: .875rem;
    padding: .25rem .5rem
}

.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: .2rem;
    border-top-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: .2rem;
    border-top-right-radius: .2rem
}

.badge {
    border-radius: .25rem;
    color: #fff;
    display: inline-block;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    padding: .35em .65em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.alert {
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-bottom: 1rem;
    padding: 1rem;
    position: relative
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3rem
}

.alert-dismissible .btn-close {
    padding: 1.25rem 1rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.alert-primary {
    background-color: #cfe2ff;
    border-color: #b6d4fe;
    color: #084298
}

.alert-primary .alert-link {
    color: #06357a
}

.alert-secondary {
    background-color: #e2e3e5;
    border-color: #d3d6d8;
    color: #41464b
}

.alert-secondary .alert-link {
    color: #34383c
}

.alert-success {
    background-color: #d1e7dd;
    border-color: #badbcc;
    color: #0f5132
}

.alert-success .alert-link {
    color: #0c4128
}

.alert-info {
    background-color: #cff4fc;
    border-color: #b6effb;
    color: #055160
}

.alert-info .alert-link {
    color: #04414d
}

.alert-warning {
    background-color: #fff3cd;
    border-color: #ffecb5;
    color: #664d03
}

.alert-warning .alert-link {
    color: #523e02
}

.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c2c7;
    color: #842029
}

.alert-danger .alert-link {
    color: #6a1a21
}

.alert-light {
    background-color: #fefefe;
    border-color: #fdfdfe;
    color: #636464
}

.alert-light .alert-link {
    color: #4f5050
}

.alert-dark {
    background-color: #d3d3d4;
    border-color: #bcbebf;
    color: #141619
}

.alert-dark .alert-link {
    color: #101214
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress {
    background-color: #e9ecef;
    border-radius: .25rem;
    font-size: .75rem;
    height: 1rem
}

.progress,
.progress-bar {
    display: flex;
    overflow: hidden
}

.progress-bar {
    background-color: #0d6efd;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: width .6s ease;
    white-space: nowrap
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.list-group {
    border-radius: .25rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0
}

.list-group-numbered {
    counter-reset: section;
    list-style-type: none
}

.list-group-numbered>li:before {
    content: counters(section, ".") ". ";
    counter-increment: section
}

.list-group-item-action {
    color: #495057;
    text-align: inherit;
    width: 100%
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    background-color: #f8f9fa;
    color: #495057;
    text-decoration: none;
    z-index: 1
}

.list-group-item-action:active {
    background-color: #e9ecef;
    color: #212529
}

.list-group-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    color: #212529;
    display: block;
    padding: .5rem 1rem;
    position: relative;
    text-decoration: none
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    background-color: #fff;
    color: #6c757d;
    pointer-events: none
}

.list-group-item.active {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
    z-index: 2
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    border-top-width: 1px;
    margin-top: -1px
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: .25rem
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-left-width: 0;
    border-top-width: 1px
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }
    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-sm>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .25rem
    }
    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }
    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }
    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-md>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .25rem
    }
    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }
    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }
    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-lg>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .25rem
    }
    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }
    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }
    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-xl>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .25rem
    }
    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }
    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

@media (min-width:1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row
    }
    .list-group-horizontal-xxl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-xxl>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .25rem
    }
    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }
    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    background-color: #cfe2ff;
    color: #084298
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    background-color: #bacbe6;
    color: #084298
}

.list-group-item-primary.list-group-item-action.active {
    background-color: #084298;
    border-color: #084298;
    color: #fff
}

.list-group-item-secondary {
    background-color: #e2e3e5;
    color: #41464b
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    background-color: #cbccce;
    color: #41464b
}

.list-group-item-secondary.list-group-item-action.active {
    background-color: #41464b;
    border-color: #41464b;
    color: #fff
}

.list-group-item-success {
    background-color: #d1e7dd;
    color: #0f5132
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    background-color: #bcd0c7;
    color: #0f5132
}

.list-group-item-success.list-group-item-action.active {
    background-color: #0f5132;
    border-color: #0f5132;
    color: #fff
}

.list-group-item-info {
    background-color: #cff4fc;
    color: #055160
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    background-color: #badce3;
    color: #055160
}

.list-group-item-info.list-group-item-action.active {
    background-color: #055160;
    border-color: #055160;
    color: #fff
}

.list-group-item-warning {
    background-color: #fff3cd;
    color: #664d03
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    background-color: #e6dbb9;
    color: #664d03
}

.list-group-item-warning.list-group-item-action.active {
    background-color: #664d03;
    border-color: #664d03;
    color: #fff
}

.list-group-item-danger {
    background-color: #f8d7da;
    color: #842029
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    background-color: #dfc2c4;
    color: #842029
}

.list-group-item-danger.list-group-item-action.active {
    background-color: #842029;
    border-color: #842029;
    color: #fff
}

.list-group-item-light {
    background-color: #fefefe;
    color: #636464
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    background-color: #e5e5e5;
    color: #636464
}

.list-group-item-light.list-group-item-action.active {
    background-color: #636464;
    border-color: #636464;
    color: #fff
}

.list-group-item-dark {
    background-color: #d3d3d4;
    color: #141619
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    background-color: #bebebf;
    color: #141619
}

.list-group-item-dark.list-group-item-action.active {
    background-color: #141619;
    border-color: #141619;
    color: #fff
}

.btn-close {
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    box-sizing: content-box;
    color: #000;
    height: 1em;
    opacity: .5;
    padding: .25em;
    width: 1em
}

.btn-close:hover {
    color: #000;
    opacity: .75;
    text-decoration: none
}

.btn-close:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    opacity: 1;
    outline: 0
}

.btn-close.disabled,
.btn-close:disabled {
    opacity: .25;
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn-close-white {
    -webkit-filter: invert(1) grayscale(100%) brightness(200%);
    filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
    background-clip: padding-box;
    background-color: hsla(0, 0%, 100%, .85);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: .25rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    font-size: .875rem;
    max-width: 100%;
    pointer-events: auto;
    width: 350px
}

.toast.showing {
    opacity: 0
}

.toast:not(.show) {
    display: none
}

.toast-container {
    max-width: 100%;
    pointer-events: none;
    width: -webkit-max-content;
    width: max-content
}

.toast-container>:not(:last-child) {
    margin-bottom: .75rem
}

.toast-header {
    align-items: center;
    background-clip: padding-box;
    background-color: hsla(0, 0%, 100%, .85);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    color: #6c757d;
    display: flex;
    padding: .5rem .75rem
}

.toast-header .btn-close {
    margin-left: .75rem;
    margin-right: -.375rem
}

.toast-body {
    word-wrap: break-word;
    padding: .75rem
}

.modal {
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1055
}

.modal-dialog {
    margin: .5rem;
    pointer-events: none;
    position: relative;
    width: auto
}

.modal.fade .modal-dialog {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    align-items: center;
    display: flex;
    min-height: calc(100% - 1rem)
}

.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%
}

.modal-backdrop {
    background-color: #000;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1050
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    align-items: center;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    padding: 1rem
}

.modal-header .btn-close {
    margin: -.5rem -.5rem -.5rem auto;
    padding: .5rem
}

.modal-title {
    line-height: 1.5;
    margin-bottom: 0
}

.modal-body {
    flex: 1 1 auto;
    padding: 1rem;
    position: relative
}

.modal-footer {
    align-items: center;
    border-bottom-left-radius: calc(.3rem - 1px);
    border-bottom-right-radius: calc(.3rem - 1px);
    border-top: 1px solid #dee2e6;
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: .75rem
}

.modal-footer>* {
    margin: .25rem
}

@media (min-width:576px) {
    .modal-dialog {
        margin: 1.75rem auto;
        max-width: 500px
    }
    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.modal-fullscreen {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw
}

.modal-fullscreen .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%
}

.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

.modal-fullscreen .modal-footer {
    border-radius: 0
}

@media (max-width:575.98px) {
    .modal-fullscreen-sm-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }
    .modal-fullscreen-sm-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }
    .modal-fullscreen-md-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:991.98px) {
    .modal-fullscreen-lg-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }
    .modal-fullscreen-lg-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }
    .modal-fullscreen-xl-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        height: 100%;
        margin: 0;
        max-width: none;
        width: 100vw
    }
    .modal-fullscreen-xxl-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }
    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }
}

.tooltip {
    word-wrap: break-word;
    display: block;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-family: var(--bs-font-sans-serif);
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1080
}

.tooltip.show {
    opacity: .9
}

.tooltip .tooltip-arrow {
    display: block;
    height: .4rem;
    position: absolute;
    width: .8rem
}

.tooltip .tooltip-arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    position: absolute
}

.bs-tooltip-auto[data-popper-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
    bottom: 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
    border-top-color: #000;
    border-width: .4rem .4rem 0;
    top: -1px
}

.bs-tooltip-auto[data-popper-placement^=right],
.bs-tooltip-end {
    padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
    height: .8rem;
    left: 0;
    width: .4rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
    border-right-color: #000;
    border-width: .4rem .4rem .4rem 0;
    right: -1px
}

.bs-tooltip-auto[data-popper-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
    top: 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,
.bs-tooltip-bottom .tooltip-arrow:before {
    border-bottom-color: #000;
    border-width: 0 .4rem .4rem;
    bottom: -1px
}

.bs-tooltip-auto[data-popper-placement^=left],
.bs-tooltip-start {
    padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
    height: .8rem;
    right: 0;
    width: .4rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
    border-left-color: #000;
    border-width: .4rem 0 .4rem .4rem;
    left: -1px
}

.tooltip-inner {
    background-color: #000;
    border-radius: .25rem;
    color: #fff;
    max-width: 200px;
    padding: .25rem .5rem;
    text-align: center
}

.popover {
    word-wrap: break-word;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    display: block;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-family: var(--bs-font-sans-serif);
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    left: 0;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    max-width: 276px;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    top: 0;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1070
}

.popover .popover-arrow {
    display: block;
    height: .5rem;
    position: absolute;
    width: 1rem
}

.popover .popover-arrow:after,
.popover .popover-arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    display: block;
    position: absolute
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,
.bs-popover-top>.popover-arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,
.bs-popover-top>.popover-arrow:before {
    border-top-color: rgba(0, 0, 0, .25);
    border-width: .5rem .5rem 0;
    bottom: 0
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,
.bs-popover-top>.popover-arrow:after {
    border-top-color: #fff;
    border-width: .5rem .5rem 0;
    bottom: 1px
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,
.bs-popover-end>.popover-arrow {
    height: 1rem;
    left: calc(-.5rem - 1px);
    width: .5rem
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,
.bs-popover-end>.popover-arrow:before {
    border-right-color: rgba(0, 0, 0, .25);
    border-width: .5rem .5rem .5rem 0;
    left: 0
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,
.bs-popover-end>.popover-arrow:after {
    border-right-color: #fff;
    border-width: .5rem .5rem .5rem 0;
    left: 1px
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,
.bs-popover-bottom>.popover-arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,
.bs-popover-bottom>.popover-arrow:before {
    border-bottom-color: rgba(0, 0, 0, .25);
    border-width: 0 .5rem .5rem;
    top: 0
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,
.bs-popover-bottom>.popover-arrow:after {
    border-bottom-color: #fff;
    border-width: 0 .5rem .5rem;
    top: 1px
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    border-bottom: 1px solid #f0f0f0;
    content: "";
    display: block;
    left: 50%;
    margin-left: -.5rem;
    position: absolute;
    top: 0;
    width: 1rem
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,
.bs-popover-start>.popover-arrow {
    height: 1rem;
    right: calc(-.5rem - 1px);
    width: .5rem
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,
.bs-popover-start>.popover-arrow:before {
    border-left-color: rgba(0, 0, 0, .25);
    border-width: .5rem 0 .5rem .5rem;
    right: 0
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,
.bs-popover-start>.popover-arrow:after {
    border-left-color: #fff;
    border-width: .5rem 0 .5rem .5rem;
    right: 1px
}

.popover-header {
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    font-size: 1rem;
    margin-bottom: 0;
    padding: .5rem 1rem
}

.popover-header:empty {
    display: none
}

.popover-body {
    color: #212529;
    padding: 1rem
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%
}

.carousel-inner:after {
    clear: both;
    content: "";
    display: block
}

.carousel-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    float: left;
    margin-right: -100%;
    position: relative;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transform: none;
    transform: none;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    opacity: 1;
    z-index: 1
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    opacity: 0;
    transition: opacity 0s .6s;
    z-index: 0
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    align-items: center;
    background: 0 0;
    border: 0;
    bottom: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    opacity: .5;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: opacity .15s ease;
    width: 15%;
    z-index: 1
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    opacity: .9;
    outline: 0;
    text-decoration: none
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    height: 2rem;
    width: 2rem
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    list-style: none;
    margin-bottom: 1rem;
    margin-left: 15%;
    margin-right: 15%;
    padding: 0;
    position: absolute;
    right: 0;
    z-index: 2
}

.carousel-indicators [data-bs-target] {
    background-clip: padding-box;
    background-color: #fff;
    border: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    box-sizing: content-box;
    cursor: pointer;
    flex: 0 1 auto;
    height: 3px;
    margin-left: 3px;
    margin-right: 3px;
    opacity: .5;
    padding: 0;
    text-indent: -999px;
    transition: opacity .6s ease;
    width: 30px
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    bottom: 1.25rem;
    color: #fff;
    left: 15%;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    position: absolute;
    right: 15%;
    text-align: center
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    -webkit-filter: invert(1) grayscale(100);
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.spinner-border {
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
    border: .25em solid;
    border-radius: 50%;
    border-right: .25em solid transparent;
    display: inline-block;
    height: 2rem;
    vertical-align: -.125em;
    width: 2rem
}

.spinner-border-sm {
    border-width: .2em;
    height: 1rem;
    width: 1rem
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.spinner-grow {
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite;
    background-color: currentColor;
    border-radius: 50%;
    display: inline-block;
    height: 2rem;
    opacity: 0;
    vertical-align: -.125em;
    width: 2rem
}

.spinner-grow-sm {
    height: 1rem;
    width: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.offcanvas {
    background-clip: padding-box;
    background-color: #fff;
    bottom: 0;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    outline: 0;
    position: fixed;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    visibility: hidden;
    z-index: 1045
}

@media (prefers-reduced-motion:reduce) {
    .offcanvas {
        transition: none
    }
}

.offcanvas-backdrop {
    background-color: #000;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1040
}

.offcanvas-backdrop.fade {
    opacity: 0
}

.offcanvas-backdrop.show {
    opacity: .5
}

.offcanvas-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 1rem
}

.offcanvas-header .btn-close {
    margin-bottom: -.5rem;
    margin-right: -.5rem;
    margin-top: -.5rem;
    padding: .5rem
}

.offcanvas-title {
    line-height: 1.5;
    margin-bottom: 0
}

.offcanvas-body {
    flex-grow: 1;
    overflow-y: auto;
    padding: 1rem
}

.offcanvas-start {
    border-right: 1px solid rgba(0, 0, 0, .2);
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 400px
}

.offcanvas-end {
    border-left: 1px solid rgba(0, 0, 0, .2);
    right: 0;
    top: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    width: 400px
}

.offcanvas-top {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.offcanvas-bottom,
.offcanvas-top {
    height: 30vh;
    left: 0;
    max-height: 100%;
    right: 0
}

.offcanvas-bottom {
    border-top: 1px solid rgba(0, 0, 0, .2);
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.offcanvas.show {
    -webkit-transform: none;
    transform: none
}

.placeholder {
    background-color: currentColor;
    cursor: wait;
    display: inline-block;
    min-height: 1em;
    opacity: .5;
    vertical-align: middle
}

.placeholder.btn:before {
    content: "";
    display: inline-block
}

.placeholder-xs {
    min-height: .6em
}

.placeholder-sm {
    min-height: .8em
}

.placeholder-lg {
    min-height: 1.2em
}

.placeholder-glow .placeholder {
    -webkit-animation: placeholder-glow 2s ease-in-out infinite;
    animation: placeholder-glow 2s ease-in-out infinite
}

@-webkit-keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

.placeholder-wave {
    -webkit-animation: placeholder-wave 2s linear infinite;
    animation: placeholder-wave 2s linear infinite;
    -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, .8) 75%, #000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%
}

@-webkit-keyframes placeholder-wave {
    to {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}

@keyframes placeholder-wave {
    to {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}

.clearfix:after {
    clear: both;
    content: "";
    display: block
}

.link-primary {
    color: #0d6efd
}

.link-primary:focus,
.link-primary:hover {
    color: #0a58ca
}

.link-secondary {
    color: #6c757d
}

.link-secondary:focus,
.link-secondary:hover {
    color: #565e64
}

.link-success {
    color: #198754
}

.link-success:focus,
.link-success:hover {
    color: #146c43
}

.link-info {
    color: #0dcaf0
}

.link-info:focus,
.link-info:hover {
    color: #3dd5f3
}

.link-warning {
    color: #ffc107
}

.link-warning:focus,
.link-warning:hover {
    color: #ffcd39
}

.link-danger {
    color: #dc3545
}

.link-danger:focus,
.link-danger:hover {
    color: #b02a37
}

.link-light {
    color: #f8f9fa
}

.link-light:focus,
.link-light:hover {
    color: #f9fafb
}

.link-dark {
    color: #212529
}

.link-dark:focus,
.link-dark:hover {
    color: #1a1e21
}

.ratio {
    position: relative;
    width: 100%
}

.ratio:before {
    content: "";
    display: block;
    padding-top: var(--bs-aspect-ratio)
}

.ratio>* {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}

@media (min-width:576px) {
    .sticky-sm-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:768px) {
    .sticky-md-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:992px) {
    .sticky-lg-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:1200px) {
    .sticky-xl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:1400px) {
    .sticky-xxl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.hstack {
    align-items: center;
    flex-direction: row
}

.hstack,
.vstack {
    align-self: stretch;
    display: flex
}

.vstack {
    flex: 1 1 auto;
    flex-direction: column
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important
}

.stretched-link:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vr {
    align-self: stretch;
    background-color: currentColor;
    display: inline-block;
    min-height: 1em;
    opacity: .25;
    width: 1px
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-100 {
    opacity: 1 !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important
}

.translate-middle-y {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: 1px solid #dee2e6 !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: 1px solid #dee2e6 !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #0d6efd !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #198754 !important
}

.border-info {
    border-color: #0dcaf0 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #212529 !important
}

.border-white {
    border-color: #fff !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
}

.mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
}

.mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
}

.mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
}

.mx-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.my-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.my-1 {
    margin-bottom: .25rem !important;
    margin-top: .25rem !important
}

.my-2 {
    margin-bottom: .5rem !important;
    margin-top: .5rem !important
}

.my-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important
}

.my-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important
}

.my-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important
}

.my-auto {
    margin-bottom: auto !important;
    margin-top: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
}

.px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
}

.px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
}

.px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
}

.px-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
}

.py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.py-1 {
    padding-bottom: .25rem !important;
    padding-top: .25rem !important
}

.py-2 {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important
}

.py-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important
}

.py-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important
}

.py-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.font-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(13, 110, 253, var(--bs-text-opacity)) !important;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(108, 117, 125, var(--bs-text-opacity)) !important;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(25, 135, 84, var(--bs-text-opacity)) !important;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(13, 202, 240, var(--bs-text-opacity)) !important;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(255, 193, 7, var(--bs-text-opacity)) !important;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(220, 53, 69, var(--bs-text-opacity)) !important;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(248, 249, 250, var(--bs-text-opacity)) !important;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(33, 37, 41, var(--bs-text-opacity)) !important;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, var(--bs-text-opacity)) !important;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, var(--bs-text-opacity)) !important;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(33, 37, 41, var(--bs-text-opacity)) !important;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: hsla(0, 0%, 100%, .5) !important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important
}

.text-opacity-25 {
    --bs-text-opacity: 0.25
}

.text-opacity-50 {
    --bs-text-opacity: 0.5
}

.text-opacity-75 {
    --bs-text-opacity: 0.75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(13, 110, 253, var(--bs-bg-opacity)) !important;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(108, 117, 125, var(--bs-bg-opacity)) !important;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(25, 135, 84, var(--bs-bg-opacity)) !important;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(13, 202, 240, var(--bs-bg-opacity)) !important;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(255, 193, 7, var(--bs-bg-opacity)) !important;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(220, 53, 69, var(--bs-bg-opacity)) !important;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(248, 249, 250, var(--bs-bg-opacity)) !important;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(33, 37, 41, var(--bs-bg-opacity)) !important;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--bs-bg-opacity)) !important;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--bs-bg-opacity)) !important;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--bs-bg-opacity)) !important;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-gradient {
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 0)) !important;
    background-image: var(--bs-gradient) !important
}

.user-select-all {
    -webkit-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: .2rem !important
}

.rounded-2 {
    border-radius: .25rem !important
}

.rounded-3 {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-end,
.rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-end {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-start {
    border-bottom-left-radius: .25rem !important
}

.rounded-start {
    border-top-left-radius: .25rem !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media (min-width:576px) {
    .float-sm-start {
        float: left !important
    }
    .float-sm-end {
        float: right !important
    }
    .float-sm-none {
        float: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-grid {
        display: grid !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: flex !important
    }
    .d-sm-inline-flex {
        display: inline-flex !important
    }
    .d-sm-none {
        display: none !important
    }
    .flex-sm-fill {
        flex: 1 1 auto !important
    }
    .flex-sm-row {
        flex-direction: row !important
    }
    .flex-sm-column {
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .gap-sm-0 {
        gap: 0 !important
    }
    .gap-sm-1 {
        gap: .25rem !important
    }
    .gap-sm-2 {
        gap: .5rem !important
    }
    .gap-sm-3 {
        gap: 1rem !important
    }
    .gap-sm-4 {
        gap: 1.5rem !important
    }
    .gap-sm-5 {
        gap: 3rem !important
    }
    .justify-content-sm-start {
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        justify-content: center !important
    }
    .justify-content-sm-between {
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        justify-content: space-around !important
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }
    .align-items-sm-start {
        align-items: flex-start !important
    }
    .align-items-sm-end {
        align-items: flex-end !important
    }
    .align-items-sm-center {
        align-items: center !important
    }
    .align-items-sm-baseline {
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        align-items: stretch !important
    }
    .align-content-sm-start {
        align-content: flex-start !important
    }
    .align-content-sm-end {
        align-content: flex-end !important
    }
    .align-content-sm-center {
        align-content: center !important
    }
    .align-content-sm-between {
        align-content: space-between !important
    }
    .align-content-sm-around {
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        align-content: stretch !important
    }
    .align-self-sm-auto {
        align-self: auto !important
    }
    .align-self-sm-start {
        align-self: flex-start !important
    }
    .align-self-sm-end {
        align-self: flex-end !important
    }
    .align-self-sm-center {
        align-self: center !important
    }
    .align-self-sm-baseline {
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        align-self: stretch !important
    }
    .order-sm-first {
        order: -1 !important
    }
    .order-sm-0 {
        order: 0 !important
    }
    .order-sm-1 {
        order: 1 !important
    }
    .order-sm-2 {
        order: 2 !important
    }
    .order-sm-3 {
        order: 3 !important
    }
    .order-sm-4 {
        order: 4 !important
    }
    .order-sm-5 {
        order: 5 !important
    }
    .order-sm-last {
        order: 6 !important
    }
    .m-sm-0 {
        margin: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mx-sm-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
    .mx-sm-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }
    .mx-sm-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }
    .mx-sm-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }
    .mx-sm-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }
    .mx-sm-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }
    .mx-sm-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }
    .my-sm-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }
    .my-sm-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }
    .my-sm-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }
    .my-sm-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }
    .my-sm-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }
    .my-sm-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }
    .mt-sm-0 {
        margin-top: 0 !important
    }
    .mt-sm-1 {
        margin-top: .25rem !important
    }
    .mt-sm-2 {
        margin-top: .5rem !important
    }
    .mt-sm-3 {
        margin-top: 1rem !important
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important
    }
    .mt-sm-5 {
        margin-top: 3rem !important
    }
    .mt-sm-auto {
        margin-top: auto !important
    }
    .me-sm-0 {
        margin-right: 0 !important
    }
    .me-sm-1 {
        margin-right: .25rem !important
    }
    .me-sm-2 {
        margin-right: .5rem !important
    }
    .me-sm-3 {
        margin-right: 1rem !important
    }
    .me-sm-4 {
        margin-right: 1.5rem !important
    }
    .me-sm-5 {
        margin-right: 3rem !important
    }
    .me-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-0 {
        margin-bottom: 0 !important
    }
    .mb-sm-1 {
        margin-bottom: .25rem !important
    }
    .mb-sm-2 {
        margin-bottom: .5rem !important
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important
    }
    .mb-sm-auto {
        margin-bottom: auto !important
    }
    .ms-sm-0 {
        margin-left: 0 !important
    }
    .ms-sm-1 {
        margin-left: .25rem !important
    }
    .ms-sm-2 {
        margin-left: .5rem !important
    }
    .ms-sm-3 {
        margin-left: 1rem !important
    }
    .ms-sm-4 {
        margin-left: 1.5rem !important
    }
    .ms-sm-5 {
        margin-left: 3rem !important
    }
    .ms-sm-auto {
        margin-left: auto !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .px-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .px-sm-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }
    .px-sm-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }
    .px-sm-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }
    .px-sm-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }
    .px-sm-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }
    .py-sm-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }
    .py-sm-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }
    .py-sm-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }
    .py-sm-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }
    .py-sm-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }
    .pt-sm-0 {
        padding-top: 0 !important
    }
    .pt-sm-1 {
        padding-top: .25rem !important
    }
    .pt-sm-2 {
        padding-top: .5rem !important
    }
    .pt-sm-3 {
        padding-top: 1rem !important
    }
    .pt-sm-4 {
        padding-top: 1.5rem !important
    }
    .pt-sm-5 {
        padding-top: 3rem !important
    }
    .pe-sm-0 {
        padding-right: 0 !important
    }
    .pe-sm-1 {
        padding-right: .25rem !important
    }
    .pe-sm-2 {
        padding-right: .5rem !important
    }
    .pe-sm-3 {
        padding-right: 1rem !important
    }
    .pe-sm-4 {
        padding-right: 1.5rem !important
    }
    .pe-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-0 {
        padding-bottom: 0 !important
    }
    .pb-sm-1 {
        padding-bottom: .25rem !important
    }
    .pb-sm-2 {
        padding-bottom: .5rem !important
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important
    }
    .ps-sm-0 {
        padding-left: 0 !important
    }
    .ps-sm-1 {
        padding-left: .25rem !important
    }
    .ps-sm-2 {
        padding-left: .5rem !important
    }
    .ps-sm-3 {
        padding-left: 1rem !important
    }
    .ps-sm-4 {
        padding-left: 1.5rem !important
    }
    .ps-sm-5 {
        padding-left: 3rem !important
    }
    .text-sm-start {
        text-align: left !important
    }
    .text-sm-end {
        text-align: right !important
    }
    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .float-md-start {
        float: left !important
    }
    .float-md-end {
        float: right !important
    }
    .float-md-none {
        float: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-grid {
        display: grid !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: flex !important
    }
    .d-md-inline-flex {
        display: inline-flex !important
    }
    .d-md-none {
        display: none !important
    }
    .flex-md-fill {
        flex: 1 1 auto !important
    }
    .flex-md-row {
        flex-direction: row !important
    }
    .flex-md-column {
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-md-wrap {
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .gap-md-0 {
        gap: 0 !important
    }
    .gap-md-1 {
        gap: .25rem !important
    }
    .gap-md-2 {
        gap: .5rem !important
    }
    .gap-md-3 {
        gap: 1rem !important
    }
    .gap-md-4 {
        gap: 1.5rem !important
    }
    .gap-md-5 {
        gap: 3rem !important
    }
    .justify-content-md-start {
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        justify-content: center !important
    }
    .justify-content-md-between {
        justify-content: space-between !important
    }
    .justify-content-md-around {
        justify-content: space-around !important
    }
    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }
    .align-items-md-start {
        align-items: flex-start !important
    }
    .align-items-md-end {
        align-items: flex-end !important
    }
    .align-items-md-center {
        align-items: center !important
    }
    .align-items-md-baseline {
        align-items: baseline !important
    }
    .align-items-md-stretch {
        align-items: stretch !important
    }
    .align-content-md-start {
        align-content: flex-start !important
    }
    .align-content-md-end {
        align-content: flex-end !important
    }
    .align-content-md-center {
        align-content: center !important
    }
    .align-content-md-between {
        align-content: space-between !important
    }
    .align-content-md-around {
        align-content: space-around !important
    }
    .align-content-md-stretch {
        align-content: stretch !important
    }
    .align-self-md-auto {
        align-self: auto !important
    }
    .align-self-md-start {
        align-self: flex-start !important
    }
    .align-self-md-end {
        align-self: flex-end !important
    }
    .align-self-md-center {
        align-self: center !important
    }
    .align-self-md-baseline {
        align-self: baseline !important
    }
    .align-self-md-stretch {
        align-self: stretch !important
    }
    .order-md-first {
        order: -1 !important
    }
    .order-md-0 {
        order: 0 !important
    }
    .order-md-1 {
        order: 1 !important
    }
    .order-md-2 {
        order: 2 !important
    }
    .order-md-3 {
        order: 3 !important
    }
    .order-md-4 {
        order: 4 !important
    }
    .order-md-5 {
        order: 5 !important
    }
    .order-md-last {
        order: 6 !important
    }
    .m-md-0 {
        margin: 0 !important
    }
    .m-md-1 {
        margin: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mx-md-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
    .mx-md-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }
    .mx-md-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }
    .mx-md-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }
    .mx-md-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }
    .mx-md-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }
    .mx-md-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }
    .my-md-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }
    .my-md-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }
    .my-md-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }
    .my-md-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }
    .my-md-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }
    .my-md-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }
    .my-md-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }
    .mt-md-0 {
        margin-top: 0 !important
    }
    .mt-md-1 {
        margin-top: .25rem !important
    }
    .mt-md-2 {
        margin-top: .5rem !important
    }
    .mt-md-3 {
        margin-top: 1rem !important
    }
    .mt-md-4 {
        margin-top: 1.5rem !important
    }
    .mt-md-5 {
        margin-top: 3rem !important
    }
    .mt-md-auto {
        margin-top: auto !important
    }
    .me-md-0 {
        margin-right: 0 !important
    }
    .me-md-1 {
        margin-right: .25rem !important
    }
    .me-md-2 {
        margin-right: .5rem !important
    }
    .me-md-3 {
        margin-right: 1rem !important
    }
    .me-md-4 {
        margin-right: 1.5rem !important
    }
    .me-md-5 {
        margin-right: 3rem !important
    }
    .me-md-auto {
        margin-right: auto !important
    }
    .mb-md-0 {
        margin-bottom: 0 !important
    }
    .mb-md-1 {
        margin-bottom: .25rem !important
    }
    .mb-md-2 {
        margin-bottom: .5rem !important
    }
    .mb-md-3 {
        margin-bottom: 1rem !important
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }
    .mb-md-5 {
        margin-bottom: 3rem !important
    }
    .mb-md-auto {
        margin-bottom: auto !important
    }
    .ms-md-0 {
        margin-left: 0 !important
    }
    .ms-md-1 {
        margin-left: .25rem !important
    }
    .ms-md-2 {
        margin-left: .5rem !important
    }
    .ms-md-3 {
        margin-left: 1rem !important
    }
    .ms-md-4 {
        margin-left: 1.5rem !important
    }
    .ms-md-5 {
        margin-left: 3rem !important
    }
    .ms-md-auto {
        margin-left: auto !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .px-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .px-md-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }
    .px-md-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }
    .px-md-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }
    .px-md-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }
    .px-md-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }
    .py-md-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }
    .py-md-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }
    .py-md-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }
    .py-md-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }
    .py-md-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }
    .py-md-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }
    .pt-md-0 {
        padding-top: 0 !important
    }
    .pt-md-1 {
        padding-top: .25rem !important
    }
    .pt-md-2 {
        padding-top: .5rem !important
    }
    .pt-md-3 {
        padding-top: 1rem !important
    }
    .pt-md-4 {
        padding-top: 1.5rem !important
    }
    .pt-md-5 {
        padding-top: 3rem !important
    }
    .pe-md-0 {
        padding-right: 0 !important
    }
    .pe-md-1 {
        padding-right: .25rem !important
    }
    .pe-md-2 {
        padding-right: .5rem !important
    }
    .pe-md-3 {
        padding-right: 1rem !important
    }
    .pe-md-4 {
        padding-right: 1.5rem !important
    }
    .pe-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-0 {
        padding-bottom: 0 !important
    }
    .pb-md-1 {
        padding-bottom: .25rem !important
    }
    .pb-md-2 {
        padding-bottom: .5rem !important
    }
    .pb-md-3 {
        padding-bottom: 1rem !important
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pb-md-5 {
        padding-bottom: 3rem !important
    }
    .ps-md-0 {
        padding-left: 0 !important
    }
    .ps-md-1 {
        padding-left: .25rem !important
    }
    .ps-md-2 {
        padding-left: .5rem !important
    }
    .ps-md-3 {
        padding-left: 1rem !important
    }
    .ps-md-4 {
        padding-left: 1.5rem !important
    }
    .ps-md-5 {
        padding-left: 3rem !important
    }
    .text-md-start {
        text-align: left !important
    }
    .text-md-end {
        text-align: right !important
    }
    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .float-lg-start {
        float: left !important
    }
    .float-lg-end {
        float: right !important
    }
    .float-lg-none {
        float: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-grid {
        display: grid !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: flex !important
    }
    .d-lg-inline-flex {
        display: inline-flex !important
    }
    .d-lg-none {
        display: none !important
    }
    .flex-lg-fill {
        flex: 1 1 auto !important
    }
    .flex-lg-row {
        flex-direction: row !important
    }
    .flex-lg-column {
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .gap-lg-0 {
        gap: 0 !important
    }
    .gap-lg-1 {
        gap: .25rem !important
    }
    .gap-lg-2 {
        gap: .5rem !important
    }
    .gap-lg-3 {
        gap: 1rem !important
    }
    .gap-lg-4 {
        gap: 1.5rem !important
    }
    .gap-lg-5 {
        gap: 3rem !important
    }
    .justify-content-lg-start {
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        justify-content: center !important
    }
    .justify-content-lg-between {
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        justify-content: space-around !important
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }
    .align-items-lg-start {
        align-items: flex-start !important
    }
    .align-items-lg-end {
        align-items: flex-end !important
    }
    .align-items-lg-center {
        align-items: center !important
    }
    .align-items-lg-baseline {
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        align-items: stretch !important
    }
    .align-content-lg-start {
        align-content: flex-start !important
    }
    .align-content-lg-end {
        align-content: flex-end !important
    }
    .align-content-lg-center {
        align-content: center !important
    }
    .align-content-lg-between {
        align-content: space-between !important
    }
    .align-content-lg-around {
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        align-content: stretch !important
    }
    .align-self-lg-auto {
        align-self: auto !important
    }
    .align-self-lg-start {
        align-self: flex-start !important
    }
    .align-self-lg-end {
        align-self: flex-end !important
    }
    .align-self-lg-center {
        align-self: center !important
    }
    .align-self-lg-baseline {
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        align-self: stretch !important
    }
    .order-lg-first {
        order: -1 !important
    }
    .order-lg-0 {
        order: 0 !important
    }
    .order-lg-1 {
        order: 1 !important
    }
    .order-lg-2 {
        order: 2 !important
    }
    .order-lg-3 {
        order: 3 !important
    }
    .order-lg-4 {
        order: 4 !important
    }
    .order-lg-5 {
        order: 5 !important
    }
    .order-lg-last {
        order: 6 !important
    }
    .m-lg-0 {
        margin: 0 !important
    }
    .m-lg-1 {
        margin: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mx-lg-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
    .mx-lg-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }
    .mx-lg-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }
    .mx-lg-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }
    .mx-lg-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }
    .mx-lg-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }
    .mx-lg-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }
    .my-lg-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }
    .my-lg-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }
    .my-lg-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }
    .my-lg-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }
    .my-lg-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }
    .my-lg-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }
    .mt-lg-0 {
        margin-top: 0 !important
    }
    .mt-lg-1 {
        margin-top: .25rem !important
    }
    .mt-lg-2 {
        margin-top: .5rem !important
    }
    .mt-lg-3 {
        margin-top: 1rem !important
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important
    }
    .mt-lg-5 {
        margin-top: 3rem !important
    }
    .mt-lg-auto {
        margin-top: auto !important
    }
    .me-lg-0 {
        margin-right: 0 !important
    }
    .me-lg-1 {
        margin-right: .25rem !important
    }
    .me-lg-2 {
        margin-right: .5rem !important
    }
    .me-lg-3 {
        margin-right: 1rem !important
    }
    .me-lg-4 {
        margin-right: 1.5rem !important
    }
    .me-lg-5 {
        margin-right: 3rem !important
    }
    .me-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-0 {
        margin-bottom: 0 !important
    }
    .mb-lg-1 {
        margin-bottom: .25rem !important
    }
    .mb-lg-2 {
        margin-bottom: .5rem !important
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important
    }
    .mb-lg-auto {
        margin-bottom: auto !important
    }
    .ms-lg-0 {
        margin-left: 0 !important
    }
    .ms-lg-1 {
        margin-left: .25rem !important
    }
    .ms-lg-2 {
        margin-left: .5rem !important
    }
    .ms-lg-3 {
        margin-left: 1rem !important
    }
    .ms-lg-4 {
        margin-left: 1.5rem !important
    }
    .ms-lg-5 {
        margin-left: 3rem !important
    }
    .ms-lg-auto {
        margin-left: auto !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .px-lg-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .px-lg-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }
    .px-lg-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }
    .px-lg-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }
    .px-lg-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }
    .px-lg-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }
    .py-lg-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }
    .py-lg-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }
    .py-lg-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }
    .py-lg-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }
    .py-lg-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }
    .pt-lg-0 {
        padding-top: 0 !important
    }
    .pt-lg-1 {
        padding-top: .25rem !important
    }
    .pt-lg-2 {
        padding-top: .5rem !important
    }
    .pt-lg-3 {
        padding-top: 1rem !important
    }
    .pt-lg-4 {
        padding-top: 1.5rem !important
    }
    .pt-lg-5 {
        padding-top: 3rem !important
    }
    .pe-lg-0 {
        padding-right: 0 !important
    }
    .pe-lg-1 {
        padding-right: .25rem !important
    }
    .pe-lg-2 {
        padding-right: .5rem !important
    }
    .pe-lg-3 {
        padding-right: 1rem !important
    }
    .pe-lg-4 {
        padding-right: 1.5rem !important
    }
    .pe-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-0 {
        padding-bottom: 0 !important
    }
    .pb-lg-1 {
        padding-bottom: .25rem !important
    }
    .pb-lg-2 {
        padding-bottom: .5rem !important
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important
    }
    .ps-lg-0 {
        padding-left: 0 !important
    }
    .ps-lg-1 {
        padding-left: .25rem !important
    }
    .ps-lg-2 {
        padding-left: .5rem !important
    }
    .ps-lg-3 {
        padding-left: 1rem !important
    }
    .ps-lg-4 {
        padding-left: 1.5rem !important
    }
    .ps-lg-5 {
        padding-left: 3rem !important
    }
    .text-lg-start {
        text-align: left !important
    }
    .text-lg-end {
        text-align: right !important
    }
    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .float-xl-start {
        float: left !important
    }
    .float-xl-end {
        float: right !important
    }
    .float-xl-none {
        float: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-grid {
        display: grid !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: flex !important
    }
    .d-xl-inline-flex {
        display: inline-flex !important
    }
    .d-xl-none {
        display: none !important
    }
    .flex-xl-fill {
        flex: 1 1 auto !important
    }
    .flex-xl-row {
        flex-direction: row !important
    }
    .flex-xl-column {
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .gap-xl-0 {
        gap: 0 !important
    }
    .gap-xl-1 {
        gap: .25rem !important
    }
    .gap-xl-2 {
        gap: .5rem !important
    }
    .gap-xl-3 {
        gap: 1rem !important
    }
    .gap-xl-4 {
        gap: 1.5rem !important
    }
    .gap-xl-5 {
        gap: 3rem !important
    }
    .justify-content-xl-start {
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        justify-content: center !important
    }
    .justify-content-xl-between {
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        justify-content: space-around !important
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }
    .align-items-xl-start {
        align-items: flex-start !important
    }
    .align-items-xl-end {
        align-items: flex-end !important
    }
    .align-items-xl-center {
        align-items: center !important
    }
    .align-items-xl-baseline {
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        align-items: stretch !important
    }
    .align-content-xl-start {
        align-content: flex-start !important
    }
    .align-content-xl-end {
        align-content: flex-end !important
    }
    .align-content-xl-center {
        align-content: center !important
    }
    .align-content-xl-between {
        align-content: space-between !important
    }
    .align-content-xl-around {
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        align-content: stretch !important
    }
    .align-self-xl-auto {
        align-self: auto !important
    }
    .align-self-xl-start {
        align-self: flex-start !important
    }
    .align-self-xl-end {
        align-self: flex-end !important
    }
    .align-self-xl-center {
        align-self: center !important
    }
    .align-self-xl-baseline {
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        align-self: stretch !important
    }
    .order-xl-first {
        order: -1 !important
    }
    .order-xl-0 {
        order: 0 !important
    }
    .order-xl-1 {
        order: 1 !important
    }
    .order-xl-2 {
        order: 2 !important
    }
    .order-xl-3 {
        order: 3 !important
    }
    .order-xl-4 {
        order: 4 !important
    }
    .order-xl-5 {
        order: 5 !important
    }
    .order-xl-last {
        order: 6 !important
    }
    .m-xl-0 {
        margin: 0 !important
    }
    .m-xl-1 {
        margin: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mx-xl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
    .mx-xl-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }
    .mx-xl-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }
    .mx-xl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }
    .mx-xl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }
    .mx-xl-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }
    .mx-xl-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }
    .my-xl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }
    .my-xl-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }
    .my-xl-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }
    .my-xl-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }
    .my-xl-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }
    .my-xl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }
    .mt-xl-0 {
        margin-top: 0 !important
    }
    .mt-xl-1 {
        margin-top: .25rem !important
    }
    .mt-xl-2 {
        margin-top: .5rem !important
    }
    .mt-xl-3 {
        margin-top: 1rem !important
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important
    }
    .mt-xl-5 {
        margin-top: 3rem !important
    }
    .mt-xl-auto {
        margin-top: auto !important
    }
    .me-xl-0 {
        margin-right: 0 !important
    }
    .me-xl-1 {
        margin-right: .25rem !important
    }
    .me-xl-2 {
        margin-right: .5rem !important
    }
    .me-xl-3 {
        margin-right: 1rem !important
    }
    .me-xl-4 {
        margin-right: 1.5rem !important
    }
    .me-xl-5 {
        margin-right: 3rem !important
    }
    .me-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-0 {
        margin-bottom: 0 !important
    }
    .mb-xl-1 {
        margin-bottom: .25rem !important
    }
    .mb-xl-2 {
        margin-bottom: .5rem !important
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important
    }
    .mb-xl-auto {
        margin-bottom: auto !important
    }
    .ms-xl-0 {
        margin-left: 0 !important
    }
    .ms-xl-1 {
        margin-left: .25rem !important
    }
    .ms-xl-2 {
        margin-left: .5rem !important
    }
    .ms-xl-3 {
        margin-left: 1rem !important
    }
    .ms-xl-4 {
        margin-left: 1.5rem !important
    }
    .ms-xl-5 {
        margin-left: 3rem !important
    }
    .ms-xl-auto {
        margin-left: auto !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .p-xl-1 {
        padding: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .px-xl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .px-xl-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }
    .px-xl-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }
    .px-xl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }
    .px-xl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }
    .px-xl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }
    .py-xl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }
    .py-xl-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }
    .py-xl-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }
    .py-xl-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }
    .py-xl-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }
    .pt-xl-0 {
        padding-top: 0 !important
    }
    .pt-xl-1 {
        padding-top: .25rem !important
    }
    .pt-xl-2 {
        padding-top: .5rem !important
    }
    .pt-xl-3 {
        padding-top: 1rem !important
    }
    .pt-xl-4 {
        padding-top: 1.5rem !important
    }
    .pt-xl-5 {
        padding-top: 3rem !important
    }
    .pe-xl-0 {
        padding-right: 0 !important
    }
    .pe-xl-1 {
        padding-right: .25rem !important
    }
    .pe-xl-2 {
        padding-right: .5rem !important
    }
    .pe-xl-3 {
        padding-right: 1rem !important
    }
    .pe-xl-4 {
        padding-right: 1.5rem !important
    }
    .pe-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-0 {
        padding-bottom: 0 !important
    }
    .pb-xl-1 {
        padding-bottom: .25rem !important
    }
    .pb-xl-2 {
        padding-bottom: .5rem !important
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pb-xl-5 {
        padding-bottom: 3rem !important
    }
    .ps-xl-0 {
        padding-left: 0 !important
    }
    .ps-xl-1 {
        padding-left: .25rem !important
    }
    .ps-xl-2 {
        padding-left: .5rem !important
    }
    .ps-xl-3 {
        padding-left: 1rem !important
    }
    .ps-xl-4 {
        padding-left: 1.5rem !important
    }
    .ps-xl-5 {
        padding-left: 3rem !important
    }
    .text-xl-start {
        text-align: left !important
    }
    .text-xl-end {
        text-align: right !important
    }
    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width:1400px) {
    .float-xxl-start {
        float: left !important
    }
    .float-xxl-end {
        float: right !important
    }
    .float-xxl-none {
        float: none !important
    }
    .d-xxl-inline {
        display: inline !important
    }
    .d-xxl-inline-block {
        display: inline-block !important
    }
    .d-xxl-block {
        display: block !important
    }
    .d-xxl-grid {
        display: grid !important
    }
    .d-xxl-table {
        display: table !important
    }
    .d-xxl-table-row {
        display: table-row !important
    }
    .d-xxl-table-cell {
        display: table-cell !important
    }
    .d-xxl-flex {
        display: flex !important
    }
    .d-xxl-inline-flex {
        display: inline-flex !important
    }
    .d-xxl-none {
        display: none !important
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important
    }
    .flex-xxl-row {
        flex-direction: row !important
    }
    .flex-xxl-column {
        flex-direction: column !important
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .gap-xxl-0 {
        gap: 0 !important
    }
    .gap-xxl-1 {
        gap: .25rem !important
    }
    .gap-xxl-2 {
        gap: .5rem !important
    }
    .gap-xxl-3 {
        gap: 1rem !important
    }
    .gap-xxl-4 {
        gap: 1.5rem !important
    }
    .gap-xxl-5 {
        gap: 3rem !important
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important
    }
    .justify-content-xxl-center {
        justify-content: center !important
    }
    .justify-content-xxl-between {
        justify-content: space-between !important
    }
    .justify-content-xxl-around {
        justify-content: space-around !important
    }
    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }
    .align-items-xxl-start {
        align-items: flex-start !important
    }
    .align-items-xxl-end {
        align-items: flex-end !important
    }
    .align-items-xxl-center {
        align-items: center !important
    }
    .align-items-xxl-baseline {
        align-items: baseline !important
    }
    .align-items-xxl-stretch {
        align-items: stretch !important
    }
    .align-content-xxl-start {
        align-content: flex-start !important
    }
    .align-content-xxl-end {
        align-content: flex-end !important
    }
    .align-content-xxl-center {
        align-content: center !important
    }
    .align-content-xxl-between {
        align-content: space-between !important
    }
    .align-content-xxl-around {
        align-content: space-around !important
    }
    .align-content-xxl-stretch {
        align-content: stretch !important
    }
    .align-self-xxl-auto {
        align-self: auto !important
    }
    .align-self-xxl-start {
        align-self: flex-start !important
    }
    .align-self-xxl-end {
        align-self: flex-end !important
    }
    .align-self-xxl-center {
        align-self: center !important
    }
    .align-self-xxl-baseline {
        align-self: baseline !important
    }
    .align-self-xxl-stretch {
        align-self: stretch !important
    }
    .order-xxl-first {
        order: -1 !important
    }
    .order-xxl-0 {
        order: 0 !important
    }
    .order-xxl-1 {
        order: 1 !important
    }
    .order-xxl-2 {
        order: 2 !important
    }
    .order-xxl-3 {
        order: 3 !important
    }
    .order-xxl-4 {
        order: 4 !important
    }
    .order-xxl-5 {
        order: 5 !important
    }
    .order-xxl-last {
        order: 6 !important
    }
    .m-xxl-0 {
        margin: 0 !important
    }
    .m-xxl-1 {
        margin: .25rem !important
    }
    .m-xxl-2 {
        margin: .5rem !important
    }
    .m-xxl-3 {
        margin: 1rem !important
    }
    .m-xxl-4 {
        margin: 1.5rem !important
    }
    .m-xxl-5 {
        margin: 3rem !important
    }
    .m-xxl-auto {
        margin: auto !important
    }
    .mx-xxl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
    .mx-xxl-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }
    .mx-xxl-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }
    .mx-xxl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }
    .mx-xxl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }
    .mx-xxl-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }
    .mx-xxl-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }
    .my-xxl-0 {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }
    .my-xxl-1 {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important
    }
    .my-xxl-2 {
        margin-bottom: .5rem !important;
        margin-top: .5rem !important
    }
    .my-xxl-3 {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important
    }
    .my-xxl-4 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.5rem !important
    }
    .my-xxl-5 {
        margin-bottom: 3rem !important;
        margin-top: 3rem !important
    }
    .my-xxl-auto {
        margin-bottom: auto !important;
        margin-top: auto !important
    }
    .mt-xxl-0 {
        margin-top: 0 !important
    }
    .mt-xxl-1 {
        margin-top: .25rem !important
    }
    .mt-xxl-2 {
        margin-top: .5rem !important
    }
    .mt-xxl-3 {
        margin-top: 1rem !important
    }
    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }
    .mt-xxl-5 {
        margin-top: 3rem !important
    }
    .mt-xxl-auto {
        margin-top: auto !important
    }
    .me-xxl-0 {
        margin-right: 0 !important
    }
    .me-xxl-1 {
        margin-right: .25rem !important
    }
    .me-xxl-2 {
        margin-right: .5rem !important
    }
    .me-xxl-3 {
        margin-right: 1rem !important
    }
    .me-xxl-4 {
        margin-right: 1.5rem !important
    }
    .me-xxl-5 {
        margin-right: 3rem !important
    }
    .me-xxl-auto {
        margin-right: auto !important
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important
    }
    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }
    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }
    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }
    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }
    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }
    .mb-xxl-auto {
        margin-bottom: auto !important
    }
    .ms-xxl-0 {
        margin-left: 0 !important
    }
    .ms-xxl-1 {
        margin-left: .25rem !important
    }
    .ms-xxl-2 {
        margin-left: .5rem !important
    }
    .ms-xxl-3 {
        margin-left: 1rem !important
    }
    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }
    .ms-xxl-5 {
        margin-left: 3rem !important
    }
    .ms-xxl-auto {
        margin-left: auto !important
    }
    .p-xxl-0 {
        padding: 0 !important
    }
    .p-xxl-1 {
        padding: .25rem !important
    }
    .p-xxl-2 {
        padding: .5rem !important
    }
    .p-xxl-3 {
        padding: 1rem !important
    }
    .p-xxl-4 {
        padding: 1.5rem !important
    }
    .p-xxl-5 {
        padding: 3rem !important
    }
    .px-xxl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .px-xxl-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }
    .px-xxl-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }
    .px-xxl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }
    .px-xxl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }
    .px-xxl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }
    .py-xxl-0 {
        padding-bottom: 0 !important;
        padding-top: 0 !important
    }
    .py-xxl-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }
    .py-xxl-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }
    .py-xxl-3 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }
    .py-xxl-4 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }
    .py-xxl-5 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }
    .pt-xxl-0 {
        padding-top: 0 !important
    }
    .pt-xxl-1 {
        padding-top: .25rem !important
    }
    .pt-xxl-2 {
        padding-top: .5rem !important
    }
    .pt-xxl-3 {
        padding-top: 1rem !important
    }
    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }
    .pt-xxl-5 {
        padding-top: 3rem !important
    }
    .pe-xxl-0 {
        padding-right: 0 !important
    }
    .pe-xxl-1 {
        padding-right: .25rem !important
    }
    .pe-xxl-2 {
        padding-right: .5rem !important
    }
    .pe-xxl-3 {
        padding-right: 1rem !important
    }
    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }
    .pe-xxl-5 {
        padding-right: 3rem !important
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important
    }
    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }
    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }
    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }
    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }
    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }
    .ps-xxl-0 {
        padding-left: 0 !important
    }
    .ps-xxl-1 {
        padding-left: .25rem !important
    }
    .ps-xxl-2 {
        padding-left: .5rem !important
    }
    .ps-xxl-3 {
        padding-left: 1rem !important
    }
    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }
    .ps-xxl-5 {
        padding-left: 3rem !important
    }
    .text-xxl-start {
        text-align: left !important
    }
    .text-xxl-end {
        text-align: right !important
    }
    .text-xxl-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .fs-1 {
        font-size: 2.5rem !important
    }
    .fs-2 {
        font-size: 2rem !important
    }
    .fs-3 {
        font-size: 1.75rem !important
    }
    .fs-4 {
        font-size: 1.5rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-grid {
        display: grid !important
    }
    .d-print-table {
        display: table !important
    }
    .d-print-table-row {
        display: table-row !important
    }
    .d-print-table-cell {
        display: table-cell !important
    }
    .d-print-flex {
        display: flex !important
    }
    .d-print-inline-flex {
        display: inline-flex !important
    }
    .d-print-none {
        display: none !important
    }
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    src: url(/static/media/fontawesome-webfont.09b9015b1ecaf95655b1.eot);
    src: url(/static/media/fontawesome-webfont.09b9015b1ecaf95655b1.eot?#iefix&v=4.6.3) format("embedded-opentype"), url(/static/media/fontawesome-webfont.0317d582b93c20f68e05.woff2) format("woff2"), url(/static/media/fontawesome-webfont.f7f1738ca345185e0185.woff) format("woff"), url(/static/media/fontawesome-webfont.f0af1680f082547a7aae.ttf) format("truetype"), url(/static/media/fontawesome-webfont.ed6298903ae1554c7f3e.svg#fontawesomeregular) format("svg")
}

.fa {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    text-align: center;
    width: 1.28571429em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.14285714em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2.14285714em;
    position: absolute;
    text-align: center;
    top: .14285714em;
    width: 2.14285714em
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.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 {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.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(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.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 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em
}

.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-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.sr-only {
    clip: rect(0, 0, 0, 0);
    border: 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-family: themify;
    font-style: normal;
    font-weight: 400;
    src: url(/static/media/themify.9bad94440d49256265a5.eot);
    src: url(/static/media/themify.9bad94440d49256265a5.eot?#iefix-fvbane) format("embedded-opentype"), url(/static/media/themify.29b39089170885ae2967.woff) format("woff"), url(/static/media/themify.eda8b94308c6f538f04a.ttf) format("truetype"), url(/static/media/themify.f0fc8c798eac5636249c.svg#themify) format("svg")
}

[class*=" ti-"],
[class^=ti-] {
    speak: none;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: themify;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none
}

.ti-wand:before {
    content: "\e600"
}

.ti-volume:before {
    content: "\e601"
}

.ti-user:before {
    content: "\e602"
}

.ti-unlock:before {
    content: "\e603"
}

.ti-unlink:before {
    content: "\e604"
}

.ti-trash:before {
    content: "\e605"
}

.ti-thought:before {
    content: "\e606"
}

.ti-target:before {
    content: "\e607"
}

.ti-tag:before {
    content: "\e608"
}

.ti-tablet:before {
    content: "\e609"
}

.ti-star:before {
    content: "\e60a"
}

.ti-spray:before {
    content: "\e60b"
}

.ti-signal:before {
    content: "\e60c"
}

.ti-shopping-cart:before {
    content: "\e60d"
}

.ti-shopping-cart-full:before {
    content: "\e60e"
}

.ti-settings:before {
    content: "\e60f"
}

.ti-search:before {
    content: "\e610"
}

.ti-zoom-in:before {
    content: "\e611"
}

.ti-zoom-out:before {
    content: "\e612"
}

.ti-cut:before {
    content: "\e613"
}

.ti-ruler:before {
    content: "\e614"
}

.ti-ruler-pencil:before {
    content: "\e615"
}

.ti-ruler-alt:before {
    content: "\e616"
}

.ti-bookmark:before {
    content: "\e617"
}

.ti-bookmark-alt:before {
    content: "\e618"
}

.ti-reload:before {
    content: "\e619"
}

.ti-plus:before {
    content: "\e61a"
}

.ti-pin:before {
    content: "\e61b"
}

.ti-pencil:before {
    content: "\e61c"
}

.ti-pencil-alt:before {
    content: "\e61d"
}

.ti-paint-roller:before {
    content: "\e61e"
}

.ti-paint-bucket:before {
    content: "\e61f"
}

.ti-na:before {
    content: "\e620"
}

.ti-mobile:before {
    content: "\e621"
}

.ti-minus:before {
    content: "\e622"
}

.ti-medall:before {
    content: "\e623"
}

.ti-medall-alt:before {
    content: "\e624"
}

.ti-marker:before {
    content: "\e625"
}

.ti-marker-alt:before {
    content: "\e626"
}

.ti-arrow-up:before {
    content: "\e627"
}

.ti-arrow-right:before {
    content: "\e628"
}

.ti-arrow-left:before {
    content: "\e629"
}

.ti-arrow-down:before {
    content: "\e62a"
}

.ti-lock:before {
    content: "\e62b"
}

.ti-location-arrow:before {
    content: "\e62c"
}

.ti-link:before {
    content: "\e62d"
}

.ti-layout:before {
    content: "\e62e"
}

.ti-layers:before {
    content: "\e62f"
}

.ti-layers-alt:before {
    content: "\e630"
}

.ti-key:before {
    content: "\e631"
}

.ti-import:before {
    content: "\e632"
}

.ti-image:before {
    content: "\e633"
}

.ti-heart:before {
    content: "\e634"
}

.ti-heart-broken:before {
    content: "\e635"
}

.ti-hand-stop:before {
    content: "\e636"
}

.ti-hand-open:before {
    content: "\e637"
}

.ti-hand-drag:before {
    content: "\e638"
}

.ti-folder:before {
    content: "\e639"
}

.ti-flag:before {
    content: "\e63a"
}

.ti-flag-alt:before {
    content: "\e63b"
}

.ti-flag-alt-2:before {
    content: "\e63c"
}

.ti-eye:before {
    content: "\e63d"
}

.ti-export:before {
    content: "\e63e"
}

.ti-exchange-vertical:before {
    content: "\e63f"
}

.ti-desktop:before {
    content: "\e640"
}

.ti-cup:before {
    content: "\e641"
}

.ti-crown:before {
    content: "\e642"
}

.ti-comments:before {
    content: "\e643"
}

.ti-comment:before {
    content: "\e644"
}

.ti-comment-alt:before {
    content: "\e645"
}

.ti-close:before {
    content: "\e646"
}

.ti-clip:before {
    content: "\e647"
}

.ti-angle-up:before {
    content: "\e648"
}

.ti-angle-right:before {
    content: "\e649"
}

.ti-angle-left:before {
    content: "\e64a"
}

.ti-angle-down:before {
    content: "\e64b"
}

.ti-check:before {
    content: "\e64c"
}

.ti-check-box:before {
    content: "\e64d"
}

.ti-camera:before {
    content: "\e64e"
}

.ti-announcement:before {
    content: "\e64f"
}

.ti-brush:before {
    content: "\e650"
}

.ti-briefcase:before {
    content: "\e651"
}

.ti-bolt:before {
    content: "\e652"
}

.ti-bolt-alt:before {
    content: "\e653"
}

.ti-blackboard:before {
    content: "\e654"
}

.ti-bag:before {
    content: "\e655"
}

.ti-move:before {
    content: "\e656"
}

.ti-arrows-vertical:before {
    content: "\e657"
}

.ti-arrows-horizontal:before {
    content: "\e658"
}

.ti-fullscreen:before {
    content: "\e659"
}

.ti-arrow-top-right:before {
    content: "\e65a"
}

.ti-arrow-top-left:before {
    content: "\e65b"
}

.ti-arrow-circle-up:before {
    content: "\e65c"
}

.ti-arrow-circle-right:before {
    content: "\e65d"
}

.ti-arrow-circle-left:before {
    content: "\e65e"
}

.ti-arrow-circle-down:before {
    content: "\e65f"
}

.ti-angle-double-up:before {
    content: "\e660"
}

.ti-angle-double-right:before {
    content: "\e661"
}

.ti-angle-double-left:before {
    content: "\e662"
}

.ti-angle-double-down:before {
    content: "\e663"
}

.ti-zip:before {
    content: "\e664"
}

.ti-world:before {
    content: "\e665"
}

.ti-wheelchair:before {
    content: "\e666"
}

.ti-view-list:before {
    content: "\e667"
}

.ti-view-list-alt:before {
    content: "\e668"
}

.ti-view-grid:before {
    content: "\e669"
}

.ti-uppercase:before {
    content: "\e66a"
}

.ti-upload:before {
    content: "\e66b"
}

.ti-underline:before {
    content: "\e66c"
}

.ti-truck:before {
    content: "\e66d"
}

.ti-timer:before {
    content: "\e66e"
}

.ti-ticket:before {
    content: "\e66f"
}

.ti-thumb-up:before {
    content: "\e670"
}

.ti-thumb-down:before {
    content: "\e671"
}

.ti-text:before {
    content: "\e672"
}

.ti-stats-up:before {
    content: "\e673"
}

.ti-stats-down:before {
    content: "\e674"
}

.ti-split-v:before {
    content: "\e675"
}

.ti-split-h:before {
    content: "\e676"
}

.ti-smallcap:before {
    content: "\e677"
}

.ti-shine:before {
    content: "\e678"
}

.ti-shift-right:before {
    content: "\e679"
}

.ti-shift-left:before {
    content: "\e67a"
}

.ti-shield:before {
    content: "\e67b"
}

.ti-notepad:before {
    content: "\e67c"
}

.ti-server:before {
    content: "\e67d"
}

.ti-quote-right:before {
    content: "\e67e"
}

.ti-quote-left:before {
    content: "\e67f"
}

.ti-pulse:before {
    content: "\e680"
}

.ti-printer:before {
    content: "\e681"
}

.ti-power-off:before {
    content: "\e682"
}

.ti-plug:before {
    content: "\e683"
}

.ti-pie-chart:before {
    content: "\e684"
}

.ti-paragraph:before {
    content: "\e685"
}

.ti-panel:before {
    content: "\e686"
}

.ti-package:before {
    content: "\e687"
}

.ti-music:before {
    content: "\e688"
}

.ti-music-alt:before {
    content: "\e689"
}

.ti-mouse:before {
    content: "\e68a"
}

.ti-mouse-alt:before {
    content: "\e68b"
}

.ti-money:before {
    content: "\e68c"
}

.ti-microphone:before {
    content: "\e68d"
}

.ti-menu:before {
    content: "\e68e"
}

.ti-menu-alt:before {
    content: "\e68f"
}

.ti-map:before {
    content: "\e690"
}

.ti-map-alt:before {
    content: "\e691"
}

.ti-loop:before {
    content: "\e692"
}

.ti-location-pin:before {
    content: "\e693"
}

.ti-list:before {
    content: "\e694"
}

.ti-light-bulb:before {
    content: "\e695"
}

.ti-Italic:before {
    content: "\e696"
}

.ti-info:before {
    content: "\e697"
}

.ti-infinite:before {
    content: "\e698"
}

.ti-id-badge:before {
    content: "\e699"
}

.ti-hummer:before {
    content: "\e69a"
}

.ti-home:before {
    content: "\e69b"
}

.ti-help:before {
    content: "\e69c"
}

.ti-headphone:before {
    content: "\e69d"
}

.ti-harddrives:before {
    content: "\e69e"
}

.ti-harddrive:before {
    content: "\e69f"
}

.ti-gift:before {
    content: "\e6a0"
}

.ti-game:before {
    content: "\e6a1"
}

.ti-filter:before {
    content: "\e6a2"
}

.ti-files:before {
    content: "\e6a3"
}

.ti-file:before {
    content: "\e6a4"
}

.ti-eraser:before {
    content: "\e6a5"
}

.ti-envelope:before {
    content: "\e6a6"
}

.ti-download:before {
    content: "\e6a7"
}

.ti-direction:before {
    content: "\e6a8"
}

.ti-direction-alt:before {
    content: "\e6a9"
}

.ti-dashboard:before {
    content: "\e6aa"
}

.ti-control-stop:before {
    content: "\e6ab"
}

.ti-control-shuffle:before {
    content: "\e6ac"
}

.ti-control-play:before {
    content: "\e6ad"
}

.ti-control-pause:before {
    content: "\e6ae"
}

.ti-control-forward:before {
    content: "\e6af"
}

.ti-control-backward:before {
    content: "\e6b0"
}

.ti-cloud:before {
    content: "\e6b1"
}

.ti-cloud-up:before {
    content: "\e6b2"
}

.ti-cloud-down:before {
    content: "\e6b3"
}

.ti-clipboard:before {
    content: "\e6b4"
}

.ti-car:before {
    content: "\e6b5"
}

.ti-calendar:before {
    content: "\e6b6"
}

.ti-book:before {
    content: "\e6b7"
}

.ti-bell:before {
    content: "\e6b8"
}

.ti-basketball:before {
    content: "\e6b9"
}

.ti-bar-chart:before {
    content: "\e6ba"
}

.ti-bar-chart-alt:before {
    content: "\e6bb"
}

.ti-back-right:before {
    content: "\e6bc"
}

.ti-back-left:before {
    content: "\e6bd"
}

.ti-arrows-corner:before {
    content: "\e6be"
}

.ti-archive:before {
    content: "\e6bf"
}

.ti-anchor:before {
    content: "\e6c0"
}

.ti-align-right:before {
    content: "\e6c1"
}

.ti-align-left:before {
    content: "\e6c2"
}

.ti-align-justify:before {
    content: "\e6c3"
}

.ti-align-center:before {
    content: "\e6c4"
}

.ti-alert:before {
    content: "\e6c5"
}

.ti-alarm-clock:before {
    content: "\e6c6"
}

.ti-agenda:before {
    content: "\e6c7"
}

.ti-write:before {
    content: "\e6c8"
}

.ti-window:before {
    content: "\e6c9"
}

.ti-widgetized:before {
    content: "\e6ca"
}

.ti-widget:before {
    content: "\e6cb"
}

.ti-widget-alt:before {
    content: "\e6cc"
}

.ti-wallet:before {
    content: "\e6cd"
}

.ti-video-clapper:before {
    content: "\e6ce"
}

.ti-video-camera:before {
    content: "\e6cf"
}

.ti-vector:before {
    content: "\e6d0"
}

.ti-themify-logo:before {
    content: "\e6d1"
}

.ti-themify-favicon:before {
    content: "\e6d2"
}

.ti-themify-favicon-alt:before {
    content: "\e6d3"
}

.ti-support:before {
    content: "\e6d4"
}

.ti-stamp:before {
    content: "\e6d5"
}

.ti-split-v-alt:before {
    content: "\e6d6"
}

.ti-slice:before {
    content: "\e6d7"
}

.ti-shortcode:before {
    content: "\e6d8"
}

.ti-shift-right-alt:before {
    content: "\e6d9"
}

.ti-shift-left-alt:before {
    content: "\e6da"
}

.ti-ruler-alt-2:before {
    content: "\e6db"
}

.ti-receipt:before {
    content: "\e6dc"
}

.ti-pin2:before {
    content: "\e6dd"
}

.ti-pin-alt:before {
    content: "\e6de"
}

.ti-pencil-alt2:before {
    content: "\e6df"
}

.ti-palette:before {
    content: "\e6e0"
}

.ti-more:before {
    content: "\e6e1"
}

.ti-more-alt:before {
    content: "\e6e2"
}

.ti-microphone-alt:before {
    content: "\e6e3"
}

.ti-magnet:before {
    content: "\e6e4"
}

.ti-line-double:before {
    content: "\e6e5"
}

.ti-line-dotted:before {
    content: "\e6e6"
}

.ti-line-dashed:before {
    content: "\e6e7"
}

.ti-layout-width-full:before {
    content: "\e6e8"
}

.ti-layout-width-default:before {
    content: "\e6e9"
}

.ti-layout-width-default-alt:before {
    content: "\e6ea"
}

.ti-layout-tab:before {
    content: "\e6eb"
}

.ti-layout-tab-window:before {
    content: "\e6ec"
}

.ti-layout-tab-v:before {
    content: "\e6ed"
}

.ti-layout-tab-min:before {
    content: "\e6ee"
}

.ti-layout-slider:before {
    content: "\e6ef"
}

.ti-layout-slider-alt:before {
    content: "\e6f0"
}

.ti-layout-sidebar-right:before {
    content: "\e6f1"
}

.ti-layout-sidebar-none:before {
    content: "\e6f2"
}

.ti-layout-sidebar-left:before {
    content: "\e6f3"
}

.ti-layout-placeholder:before {
    content: "\e6f4"
}

.ti-layout-menu:before {
    content: "\e6f5"
}

.ti-layout-menu-v:before {
    content: "\e6f6"
}

.ti-layout-menu-separated:before {
    content: "\e6f7"
}

.ti-layout-menu-full:before {
    content: "\e6f8"
}

.ti-layout-media-right-alt:before {
    content: "\e6f9"
}

.ti-layout-media-right:before {
    content: "\e6fa"
}

.ti-layout-media-overlay:before {
    content: "\e6fb"
}

.ti-layout-media-overlay-alt:before {
    content: "\e6fc"
}

.ti-layout-media-overlay-alt-2:before {
    content: "\e6fd"
}

.ti-layout-media-left-alt:before {
    content: "\e6fe"
}

.ti-layout-media-left:before {
    content: "\e6ff"
}

.ti-layout-media-center-alt:before {
    content: "\e700"
}

.ti-layout-media-center:before {
    content: "\e701"
}

.ti-layout-list-thumb:before {
    content: "\e702"
}

.ti-layout-list-thumb-alt:before {
    content: "\e703"
}

.ti-layout-list-post:before {
    content: "\e704"
}

.ti-layout-list-large-image:before {
    content: "\e705"
}

.ti-layout-line-solid:before {
    content: "\e706"
}

.ti-layout-grid4:before {
    content: "\e707"
}

.ti-layout-grid3:before {
    content: "\e708"
}

.ti-layout-grid2:before {
    content: "\e709"
}

.ti-layout-grid2-thumb:before {
    content: "\e70a"
}

.ti-layout-cta-right:before {
    content: "\e70b"
}

.ti-layout-cta-left:before {
    content: "\e70c"
}

.ti-layout-cta-center:before {
    content: "\e70d"
}

.ti-layout-cta-btn-right:before {
    content: "\e70e"
}

.ti-layout-cta-btn-left:before {
    content: "\e70f"
}

.ti-layout-column4:before {
    content: "\e710"
}

.ti-layout-column3:before {
    content: "\e711"
}

.ti-layout-column2:before {
    content: "\e712"
}

.ti-layout-accordion-separated:before {
    content: "\e713"
}

.ti-layout-accordion-merged:before {
    content: "\e714"
}

.ti-layout-accordion-list:before {
    content: "\e715"
}

.ti-ink-pen:before {
    content: "\e716"
}

.ti-info-alt:before {
    content: "\e717"
}

.ti-help-alt:before {
    content: "\e718"
}

.ti-headphone-alt:before {
    content: "\e719"
}

.ti-hand-point-up:before {
    content: "\e71a"
}

.ti-hand-point-right:before {
    content: "\e71b"
}

.ti-hand-point-left:before {
    content: "\e71c"
}

.ti-hand-point-down:before {
    content: "\e71d"
}

.ti-gallery:before {
    content: "\e71e"
}

.ti-face-smile:before {
    content: "\e71f"
}

.ti-face-sad:before {
    content: "\e720"
}

.ti-credit-card:before {
    content: "\e721"
}

.ti-control-skip-forward:before {
    content: "\e722"
}

.ti-control-skip-backward:before {
    content: "\e723"
}

.ti-control-record:before {
    content: "\e724"
}

.ti-control-eject:before {
    content: "\e725"
}

.ti-comments-smiley:before {
    content: "\e726"
}

.ti-brush-alt:before {
    content: "\e727"
}

.ti-youtube:before {
    content: "\e728"
}

.ti-vimeo:before {
    content: "\e729"
}

.ti-twitter:before {
    content: "\e72a"
}

.ti-time:before {
    content: "\e72b"
}

.ti-tumblr:before {
    content: "\e72c"
}

.ti-skype:before {
    content: "\e72d"
}

.ti-share:before {
    content: "\e72e"
}

.ti-share-alt:before {
    content: "\e72f"
}

.ti-rocket:before {
    content: "\e730"
}

.ti-pinterest:before {
    content: "\e731"
}

.ti-new-window:before {
    content: "\e732"
}

.ti-microsoft:before {
    content: "\e733"
}

.ti-list-ol:before {
    content: "\e734"
}

.ti-linkedin:before {
    content: "\e735"
}

.ti-layout-sidebar-2:before {
    content: "\e736"
}

.ti-layout-grid4-alt:before {
    content: "\e737"
}

.ti-layout-grid3-alt:before {
    content: "\e738"
}

.ti-layout-grid2-alt:before {
    content: "\e739"
}

.ti-layout-column4-alt:before {
    content: "\e73a"
}

.ti-layout-column3-alt:before {
    content: "\e73b"
}

.ti-layout-column2-alt:before {
    content: "\e73c"
}

.ti-instagram:before {
    content: "\e73d"
}

.ti-google:before {
    content: "\e73e"
}

.ti-github:before {
    content: "\e73f"
}

.ti-flickr:before {
    content: "\e740"
}

.ti-facebook:before {
    content: "\e741"
}

.ti-dropbox:before {
    content: "\e742"
}

.ti-dribbble:before {
    content: "\e743"
}

.ti-apple:before {
    content: "\e744"
}

.ti-android:before {
    content: "\e745"
}

.ti-save:before {
    content: "\e746"
}

.ti-save-alt:before {
    content: "\e747"
}

.ti-yahoo:before {
    content: "\e748"
}

.ti-wordpress:before {
    content: "\e749"
}

.ti-vimeo-alt:before {
    content: "\e74a"
}

.ti-twitter-alt:before {
    content: "\e74b"
}

.ti-tumblr-alt:before {
    content: "\e74c"
}

.ti-trello:before {
    content: "\e74d"
}

.ti-stack-overflow:before {
    content: "\e74e"
}

.ti-soundcloud:before {
    content: "\e74f"
}

.ti-sharethis:before {
    content: "\e750"
}

.ti-sharethis-alt:before {
    content: "\e751"
}

.ti-reddit:before {
    content: "\e752"
}

.ti-pinterest-alt:before {
    content: "\e753"
}

.ti-microsoft-alt:before {
    content: "\e754"
}

.ti-linux:before {
    content: "\e755"
}

.ti-jsfiddle:before {
    content: "\e756"
}

.ti-joomla:before {
    content: "\e757"
}

.ti-html5:before {
    content: "\e758"
}

.ti-flickr-alt:before {
    content: "\e759"
}

.ti-email:before {
    content: "\e75a"
}

.ti-drupal:before {
    content: "\e75b"
}

.ti-dropbox-alt:before {
    content: "\e75c"
}

.ti-css3:before {
    content: "\e75d"
}

.ti-rss:before {
    content: "\e75e"
}

.ti-rss-alt:before {
    content: "\e75f"
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

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

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-name: headShake;
    animation-name: headShake;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-animation-name: swing;
    animation-name: swing;
    -webkit-transform-origin: top center;
    transform-origin: top center
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }
    40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }
    50% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }
    80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95)
    }
    to {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flip {
    0% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }
    40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }
    50% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }
    80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95)
    }
    to {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.animated.flip {
    -webkit-animation-name: flip;
    animation-name: flip;
    -webkit-backface-visibility: visible;
    backface-visibility: visible
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }
    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }
    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }
    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }
    60% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }
    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }
    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg)
    }
    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg)
    }
    to {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }
}

.flipOutY {
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes lightSpeedIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg)
    }
    60% {
        opacity: 1;
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }
    80% {
        opacity: 1;
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes lightSpeedIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg)
    }
    60% {
        opacity: 1;
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }
    80% {
        opacity: 1;
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg)
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg)
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        -webkit-transform-origin: center;
        transform-origin: center
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: center;
        transform-origin: center
    }
}

@keyframes rotateIn {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        -webkit-transform-origin: center;
        transform-origin: center
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: center;
        transform-origin: center
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

@keyframes rotateInDownLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

@keyframes rotateInDownRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

@keyframes rotateInUpLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

@keyframes rotateInUpRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        opacity: 1;
        -webkit-transform-origin: center;
        transform-origin: center
    }
    to {
        opacity: 0;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        -webkit-transform-origin: center;
        transform-origin: center
    }
}

@keyframes rotateOut {
    0% {
        opacity: 1;
        -webkit-transform-origin: center;
        transform-origin: center
    }
    to {
        opacity: 0;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        -webkit-transform-origin: center;
        transform-origin: center
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        opacity: 1;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
    to {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

@keyframes rotateOutDownLeft {
    0% {
        opacity: 1;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
    to {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        opacity: 1;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    to {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

@keyframes rotateOutDownRight {
    0% {
        opacity: 1;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    to {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        opacity: 1;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
    to {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

@keyframes rotateOutUpLeft {
    0% {
        opacity: 1;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
    to {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        opacity: 1;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    to {
        opacity: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

@keyframes rotateOutUpRight {
    0% {
        opacity: 1;
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    to {
        opacity: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    20%,
    60% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    40%,
    80% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0)
    }
}

@keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    20%,
    60% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    40%,
    80% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0)
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
}

@keyframes zoomInDown {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
    }
}

@keyframes zoomInLeft {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
    }
}

@keyframes zoomInRight {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
}

@keyframes zoomInUp {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

@keyframes zoomOutDown {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

@keyframes zoomOutUp {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: hidden
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: hidden
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: hidden
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: hidden
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.3, 1.3, 1.3);
        transform: scale3d(1.3, 1.3, 1.3)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.3, 1.3, 1.3);
        transform: scale3d(1.3, 1.3, 1.3)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes fadeInLeftSlow {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-5%, 0, 0);
        transform: translate3d(-5%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeftSlow {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-5%, 0, 0);
        transform: translate3d(-5%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInLeftSlow {
    -webkit-animation-name: fadeInLeftSlow;
    animation-name: fadeInLeftSlow
}

@-webkit-keyframes fadeInRightSlow {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(5%, 0, 0);
        transform: translate3d(5%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRightSlow {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(5%, 0, 0);
        transform: translate3d(5%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInRightSlow {
    -webkit-animation-name: fadeInRightSlow;
    animation-name: fadeInRightSlow
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: hidden
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: hidden
    }
}

.slideOutLeft {
    -webkit-animation: slideOutLeft 2s cubic-bezier(.26, .92, .47, 1) 1.5s alternate forwards;
    animation: slideOutLeft 2s cubic-bezier(.26, .92, .47, 1) 1.5s alternate forwards
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: hidden
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: hidden
    }
}

.slideOutRight {
    -webkit-animation: slideOutRight 2s cubic-bezier(.26, .92, .47, 1) 1.5s alternate forwards;
    animation: slideOutRight 2s cubic-bezier(.26, .92, .47, 1) 1.5s alternate forwards
}

@-webkit-keyframes fadeInSlow {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeInSlow {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeInSlow {
    -webkit-animation: fadeInSlow 3s;
    animation: fadeInSlow 3s
}

@-webkit-keyframes kenburn {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    to {
        -webkit-transform: scale3d(1.3, 1.3, 1.3);
        transform: scale3d(1.3, 1.3, 1.3)
    }
}

@keyframes kenburn {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    to {
        -webkit-transform: scale3d(1.3, 1.3, 1.3);
        transform: scale3d(1.3, 1.3, 1.3)
    }
}

@font-face {
    font-family: flaticon;
    src: url(/static/media/flaticon.0c0409cd5042285565a3.ttf) format("truetype"), url(/static/media/flaticon.08f6b95e3effe900d7e9.woff) format("woff"), url(/static/media/flaticon.6a079672ceca3a6293c3.woff2) format("woff2"), url(/static/media/flaticon.b451fc99cd9a48a985cc.eot#iefix) format("embedded-opentype"), url(/static/media/flaticon.24cebb8b210966afc860.svg#flaticon) format("svg")
}

i[class*=" flaticon-"]:before,
i[class^=flaticon-]:before {
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: flaticon !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400 !important;
    line-height: 1;
    text-transform: none
}

.flaticon-left-quote:before {
    content: "\f101"
}

.flaticon-placeholder:before {
    content: "\f102"
}

.flaticon-telephone:before {
    content: "\f103"
}

.flaticon-send:before {
    content: "\f104"
}

.flaticon-location:before {
    content: "\f105"
}

.flaticon-email:before {
    content: "\f106"
}

.flaticon-house:before {
    content: "\f107"
}

.flaticon-phone-call:before {
    content: "\f108"
}

.flaticon-user:before {
    content: "\f109"
}

.flaticon-comment-white-oval-bubble:before {
    content: "\f10a"
}

.flaticon-calendar:before {
    content: "\f10b"
}

.flaticon-facebook-app-symbol:before {
    content: "\f10c"
}

.flaticon-twitter:before {
    content: "\f10d"
}

.flaticon-instagram:before {
    content: "\f10e"
}

.flaticon-linkedin:before {
    content: "\f10f"
}

.flaticon-youtube:before {
    content: "\f110"
}

.flaticon-play:before {
    content: "\f111"
}

.flaticon-maps-and-flags:before {
    content: "\f112"
}

.flaticon-instagram-1:before {
    content: "\f113"
}

.flaticon-quotation:before {
    content: "\f114"
}

.flaticon-pinterest:before {
    content: "\f115"
}

.flaticon-email-1:before {
    content: "\f116"
}

.flaticon-shopping-cart:before {
    content: "\f117"
}

.flaticon-search:before {
    content: "\f118"
}

.flaticon-phone-call-1:before {
    content: "\f119"
}

.flaticon-next:before {
    content: "\f11a"
}

.flaticon-left-arrow:before {
    content: "\f11b"
}

.flaticon-left-arrow-1:before {
    content: "\f11c"
}

.flaticon-right-arrow:before {
    content: "\f11d"
}

.flaticon-left-arrow-2:before {
    content: "\f11e"
}

.flaticon-right-arrow-1:before {
    content: "\f11f"
}

.flaticon-checked:before {
    content: "\f120"
}

.flaticon-play-button:before {
    content: "\f121"
}

.flaticon-mail:before {
    content: "\f122"
}

.flaticon-location-1:before {
    content: "\f123"
}

.flaticon-google-plus:before {
    content: "\f124"
}

.flaticon-right-quote-sign:before {
    content: "\f125"
}

.flaticon-email-2:before {
    content: "\f126"
}

.flaticon-telephone-1:before {
    content: "\f127"
}

.flaticon-click:before {
    content: "\f128"
}

.flaticon-web-design:before {
    content: "\f129"
}

.flaticon-customer-service:before {
    content: "\f12a"
}

.flaticon-24-hours-support:before {
    content: "\f12b"
}

.flaticon-install:before {
    content: "\f12c"
}

.flaticon-right-arrow-2:before {
    content: "\f12d"
}

.flaticon-right-arrows:before {
    content: "\f12e"
}

.flaticon-quote:before {
    content: "\f12f"
}

.flaticon-play-1:before {
    content: "\f130"
}

.flaticon-coffee-cup:before {
    content: "\f131"
}

.flaticon-guarantee:before {
    content: "\f132"
}

.flaticon-diamond:before {
    content: "\f133"
}

.flaticon-smile:before {
    content: "\f134"
}

.flaticon-image:before {
    content: "\f135"
}

.flaticon-video:before {
    content: "\f136"
}

.flaticon-quote-1:before {
    content: "\f137"
}

.flaticon-shopping-bag:before {
    content: "\f138"
}

.flaticon-play-button-1:before {
    content: "\f139"
}

.flaticon-gift-box:before {
    content: "\f13a"
}

.flaticon-atomic-structure:before {
    content: "\f13b"
}

.flaticon-eyedropper:before {
    content: "\f13c"
}

.flaticon-briefcase:before {
    content: "\f13d"
}

.flaticon-car:before {
    content: "\f13e"
}

.flaticon-lighting:before {
    content: "\f13f"
}

.flaticon-protection:before {
    content: "\f140"
}

html {
    font-size: 18px
}

:root {
    scroll-behavior: unset
}

body {
    background-color: #fff;
    color: #595959;
    font-family: Mulish, sans-serif;
    font-size: 18px;
    font-size: .8888888889rem;
    overflow-x: hidden
}

@media(max-width:767px) {
    body {
        font-size: 14px
    }
}

p {
    color: #595959;
    font-size: 18px;
    line-height: 1.8em
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    font-family: Teko, sans-serif;
    font-weight: 600
}

ul {
    margin: 0;
    padding-left: 0
}

a {
    transition: all .2s
}

a,
a:hover {
    text-decoration: none
}

img {
    max-width: 100%
}

.wpo-box-style {
    padding: 0 50px
}

@media(max-width:1700px) {
    .wpo-box-style {
        padding: 0 30px
    }
}

@media(max-width:575px) {
    .wpo-box-style {
        padding: 0 10px
    }
}

.hidden {
    display: none
}

.sr-only {
    display: none !important;
    opacity: 0;
    visibility: hidden
}

.section-bg {
    background: #f9f9f9
}

.page-wrapper {
    overflow: hidden;
    position: relative
}

.wow {
    visibility: hidden
}

.fi:before {
    margin: 0
}

.section-padding {
    padding: 120px 0
}

@media(max-width:991px) {
    .section-padding {
        padding: 90px 0
    }
}

@media(max-width:767px) {
    .section-padding {
        padding: 80px 0
    }
}

.pt-120 {
    padding-top: 120px
}

@media(max-width:991px) {
    .pt-120 {
        padding-top: 90px
    }
}

@media(max-width:767px) {
    .pt-120 {
        padding-top: 80px
    }
}

.pb-120 {
    padding-bottom: 120px
}

@media(max-width:991px) {
    .pb-120 {
        padding-bottom: 90px
    }
}

@media(max-width:767px) {
    .pb-120 {
        padding-bottom: 80px
    }
}

.contact-validation-active .error-handling-messages {
    margin-top: 15px !important;
    width: 100% !important
}

.contact-validation-active label.error {
    color: red;
    display: block;
    font-size: .7777777778rem;
    font-weight: 400;
    margin: 5px 0 0;
    text-align: left
}

.contact-validation-active #c-loader,
.contact-validation-active #loader {
    display: none;
    margin-top: 10px
}

.contact-validation-active #c-loader i,
.contact-validation-active #loader i {
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
    color: #014284;
    display: inline-block;
    font-size: 30px;
    font-size: 1.6666666667rem
}

.contact-validation-active #c-error,
.contact-validation-active #c-success,
.contact-validation-active #error,
.contact-validation-active #success {
    color: #fff;
    display: none;
    font-size: 16px;
    padding: 5px 10px;
    text-align: center;
    width: 100%
}

@media(max-width:767px) {
    .contact-validation-active #c-error,
    .contact-validation-active #c-success,
    .contact-validation-active #error,
    .contact-validation-active #success {
        font-size: 15px
    }
}

.contact-validation-active #c-success,
.contact-validation-active #success {
    background-color: #009a00;
    border-left: 5px solid green;
    margin-bottom: 5px
}

.contact-validation-active #c-error,
.contact-validation-active #error {
    background-color: #ff1a1a;
    border-left: 5px solid red
}

@-webkit-keyframes rotating {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rotating {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.rotating {
    -webkit-animation: rotating 5s infinite alternate;
    animation: rotating 5s infinite alternate
}

.back-to-top {
    background-color: rgba(1, 66, 132, .7);
    border: 2px solid #014284;
    border-radius: 45px;
    bottom: 15px;
    display: none;
    height: 45px;
    line-height: 45px;
    position: fixed;
    right: 15px;
    text-align: center;
    transition: all .2s;
    width: 45px;
    z-index: 999
}

@media(max-width:991px) {
    .back-to-top {
        height: 35px;
        line-height: 35px;
        width: 35px
    }
}

.back-to-top:hover {
    background-color: #014284
}

.back-to-top i {
    color: #fff;
    font-size: 18px;
    font-size: 1rem;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.mfp-wrap {
    background-color: rgba(0, 0, 0, .9);
    z-index: 99999
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    -webkit-backface-visibility: hidden;
    opacity: 0;
    transition: all .3s ease-out
}

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

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8
}

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

.fancybox-overlay {
    background: rgba(0, 0, 0, .9);
    z-index: 9999 !important
}

.fancybox-wrap {
    z-index: 99999 !important
}

.wpo-section-title,
.wpo-section-title-s2,
.wpo-section-title-s3 {
    margin-bottom: 60px;
    text-align: center
}

@media(max-width:767px) {
    .wpo-section-title,
    .wpo-section-title-s2,
    .wpo-section-title-s3 {
        margin-bottom: 40px
    }
}

.wpo-section-title p,
.wpo-section-title-s2 p,
.wpo-section-title-s3 p {
    color: #014284;
    display: block;
    display: inline-block;
    font-family: Mulish, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 115.3%;
    margin-bottom: 20px;
    position: relative
}

.wpo-section-title p:after,
.wpo-section-title-s2 p:after,
.wpo-section-title-s3 p:after {
    background: #014284;
    content: "";
    height: 1px;
    left: -60px;
    position: absolute;
    top: 50%;
    width: 50px
}

.wpo-section-title p:before,
.wpo-section-title-s2 p:before,
.wpo-section-title-s3 p:before {
    background: #014284;
    content: "";
    height: 1px;
    position: absolute;
    right: -60px;
    top: 50%;
    width: 50px
}

@media(max-width:575px) {
    .wpo-section-title p,
    .wpo-section-title-s2 p,
    .wpo-section-title-s3 p {
        font-size: 15px
    }
}

.wpo-section-title h2,
.wpo-section-title-s2 h2,
.wpo-section-title-s3 h2 {
    color: #222;
    display: block;
    font-family: Teko, sans-serif;
    font-size: 100px;
    font-weight: 600;
    font-weight: 400;
    line-height: 115.3%;
    margin: 0;
    position: relative
}

.wpo-section-title h2 span,
.wpo-section-title-s2 h2 span,
.wpo-section-title-s3 h2 span {
    color: #014284
}

@media(max-width:991px) {
    .wpo-section-title h2,
    .wpo-section-title-s2 h2,
    .wpo-section-title-s3 h2 {
        font-size: 55px;
        line-height: 65px
    }
}

@media(max-width:767px) {
    .wpo-section-title h2,
    .wpo-section-title-s2 h2,
    .wpo-section-title-s3 h2 {
        font-size: 45px;
        line-height: 55px
    }
}

@media(max-width:575px) {
    .wpo-section-title h2,
    .wpo-section-title-s2 h2,
    .wpo-section-title-s3 h2 {
        font-size: 35px;
        line-height: 45px
    }
}

.wpo-section-title p,
.wpo-section-title-s2 p,
.wpo-section-title-s3 p {
    font-size: 18px
}

@media(max-width:991px) {
    .wpo-section-title p,
    .wpo-section-title-s2 p,
    .wpo-section-title-s3 p {
        margin-bottom: 10px
    }
}

.wpo-section-title-s2 {
    margin-bottom: 15px;
    position: relative;
    text-align: left;
    z-index: 1
}

.wpo-section-title-s2 p {
    padding-left: 70px
}

.wpo-section-title-s2 p:after {
    background: #014284;
    content: "";
    height: 1px;
    left: -60px;
    position: absolute;
    top: 50%;
    width: 50px
}

.wpo-section-title-s2 p:before {
    display: none
}

.wpo-section-title-s2 p:after {
    left: 0
}

.wpo-section-title-s3 h2 {
    color: #fff
}

.theme-btn,
.theme-btn-s2,
.theme-btn-s3,
.theme-btn-s4,
.view-cart-btn {
    -webkit-backface-visibility: hidden;
    background: transparent;
    border: 1px solid #014284;
    color: #014284;
    display: inline-block;
    font-size: 16px;
    font-size: .8888888889rem;
    font-weight: 600;
    padding: 15px 45px;
    position: relative;
    text-transform: capitalize;
    transition: all .3s;
    z-index: 1
}

.theme-btn-s2:active,
.theme-btn-s2:focus,
.theme-btn-s2:hover,
.theme-btn-s3:active,
.theme-btn-s3:focus,
.theme-btn-s3:hover,
.theme-btn-s4:active,
.theme-btn-s4:focus,
.theme-btn-s4:hover,
.theme-btn:active,
.theme-btn:focus,
.theme-btn:hover,
.view-cart-btn:active,
.view-cart-btn:focus,
.view-cart-btn:hover {
    background: #012f5e;
    color: #fff
}

.theme-btn-s2:active:after,
.theme-btn-s2:focus:after,
.theme-btn-s2:hover:after,
.theme-btn-s3:active:after,
.theme-btn-s3:focus:after,
.theme-btn-s3:hover:after,
.theme-btn-s4:active:after,
.theme-btn-s4:focus:after,
.theme-btn-s4:hover:after,
.theme-btn:active:after,
.theme-btn:focus:after,
.theme-btn:hover:after,
.view-cart-btn:active:after,
.view-cart-btn:focus:after,
.view-cart-btn:hover:after {
    border: 1px solid #014284
}

.theme-btn-s2:hover:after,
.theme-btn-s3:hover:after,
.theme-btn-s4:hover:after,
.theme-btn:hover:after,
.view-cart-btn:hover:after {
    opacity: 1
}

@media(max-width:991px) {
    .theme-btn,
    .theme-btn-s2,
    .theme-btn-s3,
    .theme-btn-s4,
    .view-cart-btn {
        font-size: 18px;
        font-size: 1rem
    }
}

@media(max-width:767px) {
    .theme-btn,
    .theme-btn-s2,
    .theme-btn-s3,
    .theme-btn-s4,
    .view-cart-btn {
        font-size: 14px;
        padding: 12px 18px
    }
}

.theme-btn-s2 {
    background: #014284;
    color: #fff
}

.theme-btn-s4:hover {
    background: #012f5e
}

.theme-btn-s4:hover:after {
    border: 1px solid #012f5e
}

.view-cart-btn {
    background: #014284;
    border-radius: 5px;
    color: #fff;
    display: block;
    margin-top: 15px;
    padding: 10px 45px
}

.view-cart-btn:after {
    display: none
}

.view-cart-btn:hover {
    background-color: #012f5e
}

.view-cart-btn.s1 {
    background: rgba(1, 66, 132, .2);
    color: #012f5e
}

.view-cart-btn.s1:hover {
    background-color: #c9c9c9
}

.form input,
.form select,
.form textarea {
    border-color: #bfbfbf;
    border-radius: 0;
    box-shadow: none;
    color: #595959;
    font-style: normal;
    outline: 0
}

.form input:focus,
.form select:focus,
.form textarea:focus {
    border-color: #014284;
    -o-box-shadow: 0 0 5px 0 #5b9bd5;
    -ms-box-shadow: 0 0 5px 0 #5b9bd5;
    box-shadow: 0 0 5px 0 #5b9bd5
}

.form ::-webkit-input-placeholder {
    color: #595959;
    font-style: 14px;
    font-style: italic
}

.form :-moz-placeholder,
.form ::-moz-placeholder {
    color: #595959;
    font-style: 14px;
    font-style: italic
}

.form :-ms-input-placeholder {
    color: #595959;
    font-style: 14px;
    font-style: italic
}

.form select {
    -webkit-appearance: none;
    appearance: none;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODJDNUEwNDMwNjRGMTFFQ0EwNkNBMDQ5M0Y3MzlERUIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODJDNUEwNDIwNjRGMTFFQ0EwNkNBMDQ5M0Y3MzlERUIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTVCNTM0MzM4QjA4MTFFN0EyQjNBNDIxNDM2MDkwQkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTVCNTM0MzQ4QjA4MTFFN0EyQjNBNDIxNDM2MDkwQkEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4AUIDqAAAAY0lEQVR42mLcs239GQYGhgpnz4A9DGhg7/YN5UDKmAlI3APiVUABFywKOoD4LBPQhDAgYw+yQiQFIBs6Gf///w/TuQpIgRStBuI0mAKQHFwRksJQZAVgAFKEjIEeCUUXAwgwAMvZRQudZVi/AAAAAElFTkSuQmCC) no-repeat 100%;
    cursor: pointer;
    display: inline-block;
    font-style: normal
}

.form select::-ms-expand {
    display: none
}

.form ::-webkit-input-placeholder {
    font-style: normal
}

.form :-ms-input-placeholder {
    font-style: normal
}

.form ::placeholder {
    font-style: normal
}

.social-links {
    overflow: hidden
}

.social-links li {
    float: left;
    height: 35px;
    margin-right: 1px;
    width: 35px
}

.social-links li a {
    background-color: #5b9bd5;
    color: #fff;
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px
}

.social-links li a:hover {
    background-color: #014284
}

.wpo-page-title {
    background: url(/static/media/page-title.e88ee7ba99d17c15501d.jpg) no-repeat top/cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 450px;
    position: relative;
    z-index: 1
}

@media(max-width:767px) {
    .wpo-page-title {
        min-height: 250px
    }
}

.wpo-page-title:before {
    background: #212428;
    content: "";
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.wpo-page-title .wpo-breadcumb-wrap {
    text-align: center
}

.wpo-page-title .wpo-breadcumb-wrap h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 10px
}

@media(max-width:767px) {
    .wpo-page-title .wpo-breadcumb-wrap h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 10px
    }
}

.wpo-page-title .wpo-breadcumb-wrap ol {
    margin-bottom: 0;
    padding-left: 0
}

.wpo-page-title .wpo-breadcumb-wrap ol li {
    color: #fff;
    display: inline-block;
    font-family: Teko, sans-serif;
    font-size: 22px;
    padding: 0 20px 0 5px;
    position: relative
}

@media(max-width:767px) {
    .wpo-page-title .wpo-breadcumb-wrap ol li {
        font-size: 18px
    }
}

.wpo-page-title .wpo-breadcumb-wrap ol li:last-child {
    padding-right: 0
}

.wpo-page-title .wpo-breadcumb-wrap ol li:after {
    background: #fff;
    border-radius: 50%;
    content: "";
    height: 8px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.wpo-page-title .wpo-breadcumb-wrap ol li:last-child span {
    color: #cbd4fd
}

.wpo-page-title .wpo-breadcumb-wrap ol li:last-child:after {
    display: none
}

.wpo-page-title .wpo-breadcumb-wrap ol li a {
    color: #fff;
    font-size: 22px;
    transition: all .3s
}

.wpo-page-title .wpo-breadcumb-wrap ol li a:hover {
    color: #014284
}

.preloader {
    background-color: #21252f;
    height: 100%;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 99999
}

.preloader .vertical-centered-box {
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%
}

.preloader .vertical-centered-box:after {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle
}

.preloader .vertical-centered-box .content {
    box-sizing: border-box;
    display: inline-block;
    font-size: 0;
    text-align: left;
    vertical-align: middle
}

.preloader * {
    transition: all .3s
}

.preloader .loader-circle {
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, .1);
    width: 120px
}

.preloader .loader-circle,
.preloader .loader-line-mask {
    height: 120px;
    left: 50%;
    margin-left: -60px;
    margin-top: -60px;
    position: absolute;
    top: 50%
}

.preloader .loader-line-mask {
    -webkit-animation: rotate 1.2s linear infinite;
    animation: rotate 1.2s linear infinite;
    -webkit-mask-image: -webkit-linear-gradient(top, #000, transparent);
    overflow: hidden;
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
    width: 60px
}

.preloader .loader-line-mask .loader-line {
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, .5);
    height: 120px;
    width: 120px
}

.preloader #particles-background,
.preloader #particles-foreground {
    height: 202%;
    left: -51%;
    top: -51%;
    -webkit-transform: scale3d(.5, .5, 1);
    transform: scale3d(.5, .5, 1);
    width: 202%
}

.preloader #particles-background {
    background: #2c2d44;
    background-image: linear-gradient(45deg, #3f3251 2%, #002025)
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 1
    }
    50% {
        opacity: .25
    }
}

@keyframes fade {
    0% {
        opacity: 1
    }
    50% {
        opacity: .25
    }
}

.preloader lesshat-selector {
    -lh-property: 0
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.preloader [not-existing] {
    zoom: 1
}

@media screen and (min-width:992px) {
    .blog-sidebar {
        padding-left: 45px
    }
}

@media(max-width:991px) {
    .blog-sidebar {
        margin-top: 80px;
        max-width: 400px
    }
}

@media(max-width:767px) {
    .blog-sidebar {
        margin-top: 60px;
        max-width: 400px
    }
}

.blog-sidebar .widget h3 {
    color: #222;
    font-family: Teko, sans-serif;
    font-size: 25px;
    font-size: 1.3888888889rem;
    font-weight: 700;
    margin: 0 0 1.3em;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize
}

.blog-sidebar .widget h3:before {
    background-color: #014284;
    left: 0;
    width: 55px
}

.blog-sidebar .widget h3:after,
.blog-sidebar .widget h3:before {
    border-radius: 10px;
    bottom: 0;
    content: "";
    height: 4px;
    position: absolute
}

.blog-sidebar .widget h3:after {
    background-color: #f2f2f2;
    left: 65px;
    width: 80%
}

.blog-sidebar>.widget+.widget {
    margin-top: 65px
}

.blog-sidebar .search-widget form div {
    position: relative
}

.blog-sidebar .search-widget input {
    background-color: #fff;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 1px 10px rgba(16, 45, 72, .15);
    font-size: 16px;
    font-size: .8888888889rem;
    height: 70px;
    padding: 6px 50px 6px 20px;
    transition: all .3s
}

.blog-sidebar .search-widget input:focus {
    background-color: rgba(1, 66, 132, .1)
}

.blog-sidebar .search-widget form button {
    background: transparent;
    background-color: #014284;
    border: 0;
    border-radius: 6px;
    color: #fff;
    font-size: 20px;
    font-size: 1.1111111111rem;
    height: 50px;
    line-height: 50px;
    outline: 0;
    position: absolute;
    right: 10px;
    top: 52%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px
}

.blog-sidebar .about-widget {
    background-color: #f9f9f9;
    padding: 45px;
    position: relative;
    text-align: center;
    z-index: 1
}

@media(max-width:1200px) {
    .blog-sidebar .about-widget {
        padding: 35px
    }
}

.blog-sidebar .about-widget .aw-shape {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.blog-sidebar .about-widget .img-holder {
    margin-bottom: 25px
}

.blog-sidebar .about-widget .img-holder img {
    border-radius: 50%;
    max-width: 200px;
    width: 100%
}

.blog-sidebar .about-widget ul {
    display: flex;
    justify-content: center;
    list-style: none
}

.blog-sidebar .about-widget ul li {
    margin-right: 10px
}

.blog-sidebar .about-widget ul li:last-child {
    margin-right: 0
}

.blog-sidebar .about-widget ul li a {
    background-color: #fff;
    border-radius: 50%;
    display: block;
    height: 40px;
    line-height: 44px;
    text-decoration: none;
    width: 40px
}

.blog-sidebar .about-widget h4 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px
}

.blog-sidebar .about-widget p {
    font-size: 15px;
    font-size: .8333333333rem;
    margin-bottom: 1.2em
}

.blog-sidebar .about-widget a {
    color: #222;
    font-family: Teko, sans-serif;
    font-size: 14px;
    font-size: .7777777778rem;
    text-decoration: underline
}

.blog-sidebar .about-widget a:hover {
    color: #014284
}

.blog-sidebar .category-widget ul {
    list-style: none
}

.blog-sidebar .category-widget ul li {
    font-size: 19px;
    font-size: 1.0555555556rem;
    position: relative
}

@media(max-width:767px) {
    .blog-sidebar .category-widget ul li {
        font-size: 16px;
        font-size: .8888888889rem
    }
}

.blog-sidebar .category-widget ul li span {
    position: absolute;
    right: 0
}

.blog-sidebar .category-widget ul>li+li {
    margin-top: 12px;
    padding-top: 12px
}

.blog-sidebar .category-widget ul a {
    color: #474f62;
    display: block;
    font-size: 16px;
    font-weight: 600
}

.blog-sidebar .category-widget ul a span {
    background-color: #eaeaea;
    border-radius: 50%;
    display: inline-block;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px
}

@media(max-width:767px) {
    .blog-sidebar .category-widget ul a span {
        font-size: 14px;
        font-size: .7777777778rem
    }
}

.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
    color: #014284
}

.blog-sidebar .recent-post-widget .post {
    overflow: hidden
}

.blog-sidebar .recent-post-widget .posts>.post+.post {
    margin-top: 15px;
    padding-top: 15px
}

.blog-sidebar .recent-post-widget .post .img-holder {
    float: left;
    width: 90px
}

.blog-sidebar .recent-post-widget .post .img-holder img {
    border-radius: 6px
}

.blog-sidebar .recent-post-widget .post .details {
    float: left;
    padding-left: 20px;
    width: calc(100% - 90px)
}

.blog-sidebar .recent-post-widget .post h4 {
    font-family: Mulish, sans-serif;
    font-size: 18px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3em;
    margin: 0 0 .3em
}

@media(max-width:1199px) {
    .blog-sidebar .recent-post-widget .post h4 {
        margin: 0
    }
}

@media(max-width:767px) {
    .blog-sidebar .recent-post-widget .post h4 {
        font-size: 16px;
        font-size: .8888888889rem
    }
}

.blog-sidebar .recent-post-widget .post h4 a {
    color: #222;
    display: inline-block
}

.blog-sidebar .recent-post-widget .post h4 a:hover {
    color: #014284
}

.blog-sidebar .recent-post-widget .post .details .date {
    color: #585858;
    font-size: 13px;
    font-size: .7222222222rem
}

.blog-sidebar .recent-post-widget .post .details .date i {
    display: inline-block;
    padding-right: 7px
}

.blog-sidebar .wpo-instagram-widget ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none
}

.blog-sidebar .wpo-instagram-widget ul li {
    flex: 0 0 33.33%;
    margin-bottom: 5px;
    max-width: 33.33%;
    padding: 0 3px
}

.blog-sidebar .wpo-instagram-widget ul li img {
    width: 100%
}

.blog-sidebar .wpo-newsletter-widget p {
    color: #222;
    font-size: 18px;
    text-align: left
}

.blog-sidebar .wpo-newsletter-widget span {
    color: #585858;
    font-size: 15px
}

.blog-sidebar .wpo-newsletter-widget span a {
    color: #222;
    font-weight: 700
}

.blog-sidebar .wpo-newsletter-widget span a:hover {
    color: #014284
}

.blog-sidebar .wpo-newsletter-widget .form input {
    border: 0;
    border-radius: 10px;
    box-shadow: 0 1px 10px rgba(16, 45, 72, .15);
    display: block;
    height: 55px;
    padding: 15px;
    text-align: center;
    width: 100%
}

.blog-sidebar .wpo-newsletter-widget .form input:focus {
    box-shadow: 0 1px 10px rgba(16, 45, 72, .15)
}

.blog-sidebar .wpo-newsletter-widget .form button {
    background: #014284;
    border: none;
    border-radius: 10px;
    color: #fff;
    height: 55px;
    margin: 20px 0;
    text-align: center;
    width: 100%
}

.blog-sidebar .tag-widget ul {
    list-style: none;
    overflow: hidden
}

.blog-sidebar .tag-widget ul li {
    float: left;
    margin: 0 8px 8px 0
}

.blog-sidebar .tag-widget ul li a {
    background: rgba(1, 66, 132, .1);
    border-radius: 5px;
    color: #222;
    display: inline-block;
    font-size: 15px;
    font-size: .8333333333rem;
    padding: 5px 18px
}

.blog-sidebar .tag-widget ul li a:hover {
    background: #014284;
    color: #fff
}

.blog-sidebar .wpo-contact-widget {
    background-size: cover;
    border: 0;
    padding: 30px 40px;
    position: relative;
    z-index: 1
}

.blog-sidebar .wpo-contact-widget:before {
    background: rgba(22, 57, 103, .9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

@media(max-width:1200px) {
    .blog-sidebar .wpo-contact-widget {
        padding: 20px
    }
}

.blog-sidebar .wpo-contact-widget h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left
}

.blog-sidebar .wpo-contact-widget h2:before {
    left: 28px
}

.blog-sidebar .wpo-contact-widget p {
    color: #fff;
    font-size: 18px
}

.blog-sidebar .wpo-contact-widget a {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin-top: 10px;
    padding: 10px 90px 10px 20px;
    position: relative
}

.blog-sidebar .wpo-contact-widget a:before {
    content: "";
    font-family: themify;
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (min-width:992px) {
    .wpo-blog-pg-section .order-lg-1 .blog-sidebar,
    .wpo-blog-single-section .order-lg-1 .blog-sidebar {
        padding-left: 0;
        padding-right: 45px
    }
}

@media(max-width:991px) {
    .wpo-shop-sidebar {
        margin-top: 50px
    }
}

.wpo-shop-sidebar .widget h3 {
    font-family: Mulish, sans-serif;
    font-size: 18px;
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 1.5em;
    position: relative;
    text-transform: none;
    text-transform: uppercase
}

.wpo-shop-sidebar>.widget+.widget {
    margin-top: 65px
}

.wpo-shop-sidebar .search-widget form div {
    position: relative
}

.wpo-shop-sidebar .search-widget input {
    border: 1px solid #e4ebf2;
    font-size: 14px;
    font-size: .7777777778rem;
    height: 60px;
    padding: 10px;
    width: 100%
}

.wpo-shop-sidebar .search-widget input:focus {
    border-color: #014284;
    outline: none
}

.wpo-shop-sidebar .search-widget form button {
    background-color: #014284;
    border: 0;
    border-radius: 0;
    color: #fff;
    height: 60px;
    outline: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px
}

.wpo-shop-sidebar .search-widget form button i {
    font-size: 18px;
    font-size: 1rem
}

.wpo-shop-sidebar .widget_price_filter .ui-corner-all,
.wpo-shop-sidebar .widget_price_filter .ui-corner-bottom,
.wpo-shop-sidebar .widget_price_filter .ui-corner-br,
.wpo-shop-sidebar .widget_price_filter .ui-corner-right {
    border-radius: 30px
}

.wpo-shop-sidebar .widget_price_filter .filter-price {
    font-size: 14px;
    position: relative
}

.wpo-shop-sidebar .widget_price_filter .filter-price input {
    border: 0;
    display: inline-block;
    padding: 0;
    position: absolute;
    width: auto
}

.wpo-shop-sidebar .widget_price_filter .filter-price input:focus {
    border: 0;
    outline: none
}

.wpo-shop-sidebar .widget_price_filter .filter-price button {
    background: transparent;
    border: 0;
    color: #014284;
    display: inline-block;
    font-family: Teko, sans-serif;
    font-size: 18px;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0;
    outline: none;
    position: absolute;
    right: 0;
    text-decoration: underline;
    text-transform: uppercase;
    z-index: 99
}

.wpo-shop-sidebar .widget_price_filter .filter-price button:active,
.wpo-shop-sidebar .widget_price_filter .filter-price button:focus,
.wpo-shop-sidebar .widget_price_filter .filter-price button:hover {
    text-decoration: underline
}

.wpo-shop-sidebar .widget_price_filter .filter-price #amount {
    color: #000
}

.wpo-shop-sidebar .widget_price_filter #slider-range {
    background: #f9f9f9;
    border: 0;
    border-radius: 50px;
    height: 3px;
    margin-bottom: 25px;
    margin-left: 8px
}

.wpo-shop-sidebar .widget_price_filter .ui-state-default,
.wpo-shop-sidebar .widget_price_filter .ui-widget-content .ui-state-default,
.wpo-shop-sidebar .widget_price_filter .ui-widget-header .ui-state-default {
    background: #012f5e;
    border: none;
    height: 10px;
    top: -4px;
    width: 10px
}

.wpo-shop-sidebar .widget_price_filter .ui-state-default:focus,
.wpo-shop-sidebar .widget_price_filter .ui-widget-content .ui-state-default:focus,
.wpo-shop-sidebar .widget_price_filter .ui-widget-header .ui-state-default:focus {
    outline: none
}

.wpo-shop-sidebar .widget_price_filter .ui-widget-header {
    background: #012f5e
}

.wpo-shop-sidebar .widget_product_categories,
.wpo-shop-sidebar .woocommerce-widget-layered-nav {
    font-family: Mulish, sans-serif
}

.wpo-shop-sidebar .widget_product_categories .product-categories a,
.wpo-shop-sidebar .widget_product_categories .woocommerce-widget-layered-nav-list a,
.wpo-shop-sidebar .woocommerce-widget-layered-nav .product-categories a,
.wpo-shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list a {
    color: #585858
}

.wpo-shop-sidebar .widget_product_categories .product-categories,
.wpo-shop-sidebar .woocommerce-widget-layered-nav .product-categories {
    list-style: none
}

.wpo-shop-sidebar .widget_product_categories .product-categories li,
.wpo-shop-sidebar .widget_product_categories .woocommerce-widget-layered-nav-list li,
.wpo-shop-sidebar .woocommerce-widget-layered-nav .product-categories li,
.wpo-shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li {
    border-bottom: 1px solid #e4ebf2;
    margin-top: 10px;
    padding-bottom: 10px;
    position: relative
}

.wpo-shop-sidebar .widget_product_categories .product-categories li:first-child,
.wpo-shop-sidebar .widget_product_categories .woocommerce-widget-layered-nav-list li:first-child,
.wpo-shop-sidebar .woocommerce-widget-layered-nav .product-categories li:first-child,
.wpo-shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li:first-child {
    margin-top: 0
}

.wpo-shop-sidebar .widget_product_categories .product-categories li:last-child,
.wpo-shop-sidebar .widget_product_categories .woocommerce-widget-layered-nav-list li:last-child,
.wpo-shop-sidebar .woocommerce-widget-layered-nav .product-categories li:last-child,
.wpo-shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.wpo-shop-sidebar .widget_product_categories .product-categories li a,
.wpo-shop-sidebar .widget_product_categories .woocommerce-widget-layered-nav-list li a,
.wpo-shop-sidebar .woocommerce-widget-layered-nav .product-categories li a,
.wpo-shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li a {
    font-size: 16px;
    font-size: .8888888889rem;
    font-weight: 500;
    position: relative
}

.wpo-shop-sidebar .widget_product_categories .product-categories li a:hover,
.wpo-shop-sidebar .widget_product_categories .woocommerce-widget-layered-nav-list li a:hover,
.wpo-shop-sidebar .woocommerce-widget-layered-nav .product-categories li a:hover,
.wpo-shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li a:hover {
    color: #000;
    text-decoration: underline
}

.wpo-shop-sidebar .widget_product_categories .product-categories li a:hover:before,
.wpo-shop-sidebar .widget_product_categories .woocommerce-widget-layered-nav-list li a:hover:before,
.wpo-shop-sidebar .woocommerce-widget-layered-nav .product-categories li a:hover:before,
.wpo-shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li a:hover:before {
    border-color: #000
}

.widget_best-seller .wpo-best-seller-item {
    align-items: center;
    display: flex;
    margin-bottom: 20px
}

.widget_best-seller .wpo-best-seller-item:last-child {
    margin-bottom: 0
}

.widget_best-seller .wpo-best-seller-item .wpo-best-seller-text {
    margin-left: 20px
}

.widget_best-seller .wpo-best-seller-item .wpo-best-seller-text h4 {
    color: #585858;
    font-family: Mulish, sans-serif;
    font-size: 18px;
    font-weight: 600
}

.widget_best-seller .wpo-best-seller-item .wpo-best-seller-text span {
    color: #8d8d8d;
    font-size: 16px
}

.wpo-instagram-widget ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none
}

.wpo-instagram-widget ul li {
    flex: 0 0 50%;
    margin-bottom: 5px;
    max-width: 50%;
    padding: 0 3px
}

.wpo-instagram-widget ul li img {
    width: 100%
}

.pagination-wrapper {
    margin-top: 60px;
    text-align: center
}

@media(max-width:991px) {
    .pagination-wrapper {
        margin-top: 40px;
        text-align: left
    }
}

.pagination-wrapper .pg-pagination {
    display: inline-block;
    list-style-type: none;
    overflow: hidden;
    text-align: center
}

.pagination-wrapper .pg-pagination li {
    float: left;
    margin-right: 10px
}

@media(max-width:767px) {
    .pagination-wrapper .pg-pagination li {
        margin-right: 5px
    }
}

.pagination-wrapper .pg-pagination li:last-child {
    margin-right: 0
}

.pagination-wrapper .pg-pagination li a,
.pagination-wrapper .pg-pagination li button {
    background-color: transparent;
    background: rgba(1, 66, 132, .1);
    border: 0;
    color: #222;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-size: .8888888889rem;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    width: 50px
}

@media(max-width:991px) {
    .pagination-wrapper .pg-pagination li a,
    .pagination-wrapper .pg-pagination li button {
        font-size: 15px;
        font-size: .8333333333rem;
        height: 40px;
        line-height: 40px;
        width: 40px
    }
}

.pagination-wrapper .pg-pagination .active a li button:hover,
.pagination-wrapper .pg-pagination .active button,
.pagination-wrapper .pg-pagination li a:hover {
    background: #014284;
    border-color: #014284;
    color: #fff
}

.pagination-wrapper .pg-pagination .fi:before {
    font-size: 15px;
    font-size: .8333333333rem
}

.pagination-wrapper-left {
    text-align: left
}

.pagination-wrapper-right {
    text-align: right
}

@media screen and (min-width:1200px) {
    .pagination-wrapper-right {
        padding-right: 50px
    }
}

@media(max-width:991px) {
    .pagination-wrapper-right {
        margin-top: 45px;
        text-align: left
    }
}

.topbar {
    background: #222
}

@media(max-width:991px) {
    .topbar {
        padding: 0;
        text-align: center
    }
}

.topbar {
    color: #e5e3e3;
    font-size: 16px;
    margin: 0
}

.topbar ul {
    float: right;
    list-style: none;
    margin-bottom: 0;
    overflow: hidden
}

@media(max-width:991px) {
    .topbar ul {
        align-items: center;
        display: inline-block;
        display: flex;
        float: none;
        justify-content: center
    }
}

.topbar ul li {
    align-items: center;
    color: #fff;
    display: flex;
    float: left;
    font-size: 16px;
    line-height: 1em;
    padding: 15px 10px
}

@media(max-width:1400px) {
    .topbar ul li {
        font-size: 13px
    }
}

@media(max-width:991px) {
    .topbar ul li {
        padding: 15px 10px
    }
}

.topbar .contact-info ul li a {
    color: #fff
}

.topbar ul li.social-site {
    padding: 0 0 0 10px
}

.topbar .contact-info ul li a:hover {
    color: #014284
}

.topbar ul li:first-child {
    padding-left: 0
}

.topbar .contact-intro ul {
    float: left;
    margin-bottom: 0
}

@media(max-width:991px) {
    .topbar .contact-intro ul {
        float: none
    }
}

@media(max-width:1200px) {
    .topbar ul li {
        font-size: 12px;
        padding: 15px 7px
    }
}

@media(max-width:991px) {
    .topbar ul li {
        font-size: 13px
    }
    .topbar {
        padding: 10px 0
    }
}

@media(max-width:767px) {
    .topbar ul li {
        border: none;
        float: left;
        font-size: 13px;
        padding: 8px 6px
    }
}

@media(max-width:590px) {
    .topbar ul li {
        float: none
    }
    .topbar .contact-info ul li {
        float: left
    }
    .topbar ul {
        flex-wrap: wrap
    }
}

.topbar .theme-btn-s2 {
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: -3px;
    padding: 15px 20px
}

.topbar ul .fi {
    display: inline-block;
    padding-right: 6px;
    position: relative
}

.topbar ul .fi:before {
    color: #fff;
    font-size: 15px;
    font-size: 1rem
}

@media(max-width:1400px) {
    .topbar ul .fi:before {
        font-size: 13px
    }
}

.wpo-site-header {
    background-color: #fff
}

.sticky-header {
    box-shadow: 0 -5px 15px rgba(8, 106, 216, .29);
    top: -400px;
    transition: all 1s;
    visibility: hidden
}

.sticky-on {
    visibility: visible
}

.wpo-site-header .row {
    flex-wrap: nowrap;
    width: 100%
}

.wpo-site-header .navbar-wrap {
    align-items: center;
    display: flex
}

@media(max-width:991px) {
    .wpo-site-header .navbar-wrap {
        justify-content: center
    }
}

.wpo-site-header .navbar-wrap .navbar-header {
    margin-top: 15px;
    padding: 0 25px
}

.wpo-site-header .navbar-header {
    margin-top: 15px
}

.wpo-site-header #navbar>ul li a:focus,
.wpo-site-header #navbar>ul li a:hover {
    color: #014284
}

@media screen and (min-width:992px) {
    .wpo-site-header #navbar {
        justify-content: start
    }
    .wpo-site-header #navbar li {
        position: relative
    }
    .wpo-site-header #navbar>ul>li>a:before {
        background: #014284;
        border-radius: 3px;
        bottom: 0;
        content: "";
        height: 4px;
        left: 0;
        opacity: 0;
        position: absolute;
        transition: all .3s;
        visibility: hidden;
        width: 100%
    }
    .wpo-site-header #navbar>ul>li.current-menu-item a:before,
    .wpo-site-header #navbar>ul>li>a.active:before,
    .wpo-site-header #navbar>ul>li>a:hover:before {
        opacity: 1;
        visibility: visible
    }
    .wpo-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children>a {
        position: relative
    }
    .wpo-site-header #navbar>ul>li:hover>.sub-menu {
        opacity: 1;
        top: 100%;
        transform: scaleY(100%);
        -webkit-transform: scaleY(100%);
        -moz-transform: scaleY(100%);
        -ms-transform: scaleY(100%);
        -o-transform: scaleY(100%);
        visibility: visible
    }
    .wpo-site-header #navbar .sub-menu>li:hover>.sub-menu {
        left: 100%;
        opacity: 1;
        visibility: visible
    }
}

.wpo-site-header .container-fluid {
    padding-right: 0
}

@media(max-width:991px) {
    .wpo-site-header .container {
        max-width: 100%;
        width: 100%
    }
    .wpo-site-header .header-right {
        right: -10px
    }
    .wpo-site-header .navbar-header button span {
        background-color: #fff;
        display: block;
        height: 2px;
        margin-bottom: 5px;
        width: 20px
    }
    .wpo-site-header .navbar-header button span:last-child {
        margin: 0
    }
}

.wpo-site-header #navbar ul {
    list-style: none
}

@media(max-width:991px)and (max-width:991px) {
    .wpo-site-header #navbar {
        opacity: 1;
        top: 0;
        visibility: visible
    }
}

@media(max-width:991px) {
    .wpo-site-header #navbar>ul {
        z-index: 101
    }
    .wpo-site-header #navbar ul a {
        color: #000
    }
    .wpo-site-header #navbar ul a:hover,
    .wpo-site-header #navbar ul li.current a {
        color: #014284
    }
    .wpo-site-header #navbar .close-navbar .ti-close {
        position: relative;
        top: 1px
    }
    .wpo-site-header .navbar-toggler .first-angle,
    .wpo-site-header .navbar-toggler .last-angle {
        transition: all .3s
    }
    .wpo-site-header .x-close .middle-angle {
        opacity: 0
    }
    .wpo-site-header .x-close .first-angle {
        left: 10px;
        position: absolute;
        top: 16px;
        -webkit-transform: rotate(-44deg)
    }
    .wpo-site-header .x-close .last-angle {
        position: absolute;
        right: 10px;
        top: 16px;
        -webkit-transform: rotate(44deg)
    }
    .wpo-site-header .navbar-collapse.collapse {
        display: none
    }
    .wpo-site-header .navbar-collapse.collapse.in,
    .wpo-site-header .navbar-header .collapse,
    .wpo-site-header .navbar-toggle {
        display: block
    }
    .wpo-site-header .navbar-header {
        float: none;
        position: relative;
        text-align: center;
        z-index: 99
    }
    .wpo-site-header .navbar-nav,
    .wpo-site-header .navbar-nav>li,
    .wpo-site-header .navbar-right {
        float: none
    }
}

.wpo-site-header .header-right {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    z-index: 991
}

.wpo-site-header .header-right button {
    border: 0;
    outline: 0;
    padding: 0
}

.wpo-site-header .header-right>div {
    float: left;
    margin-right: 8px;
    position: relative
}

.wpo-site-header .header-right .close-form .theme-btn,
.wpo-site-header .header-right .close-form .view-cart-btn {
    padding: 10px 25px
}

@media(max-width:1400px) {
    .wpo-site-header .header-right .close-form .theme-btn,
    .wpo-site-header .header-right .close-form .view-cart-btn {
        font-size: 15px;
        padding: 10px 15px
    }
}

@media(max-width:450px) {
    .wpo-site-header .header-right>div {
        margin-right: 3px
    }
    .wpo-site-header .header-right {
        right: -10px
    }
}

.wpo-site-header .header-right>div:last-child {
    margin: 0 0 0 10px;
    position: relative
}

@media(max-width:767px) {
    .wpo-site-header .header-right>div:last-child {
        margin: 3px 0 0 10px
    }
}

.wpo-site-header .header-right .header-search-form-wrapper {
    border-left: 1px solid hsla(0, 0%, 100%, .3);
    border-right: 1px solid hsla(0, 0%, 100%, .3);
    display: flex;
    flex-direction: column;
    height: 97px;
    justify-content: center;
    position: relative;
    text-align: center;
    width: 100px
}

@media(max-width:1500px) {
    .wpo-site-header .header-right .header-search-form-wrapper {
        height: 85px
    }
}

@media(max-width:991px) {
    .wpo-site-header .header-right .header-search-form-wrapper {
        border: 0;
        height: unset;
        width: unset
    }
}

.wpo-site-header .header-right .mini-cart {
    border: 0;
    padding: 20px
}

@media(max-width:991px) {
    .wpo-site-header .header-right .mini-cart {
        padding: 0
    }
}

.wpo-site-header .header-right .header-search-form-wrapper .fi:before {
    font-size: 18px
}

.wpo-site-header .header-right .get-btn {
    margin-right: 20px
}

.wpo-site-header .header-right .get-btn .theme-btn,
.wpo-site-header .header-right .get-btn .view-cart-btn {
    background: #014284;
    color: #fff
}

.wpo-site-header .header-right .get-btn .theme-btn:hover,
.wpo-site-header .header-right .get-btn .view-cart-btn:hover {
    background: #012f5e
}

@media(max-width:1500px) {
    .wpo-site-header .header-right .get-btn .theme-btn,
    .wpo-site-header .header-right .get-btn .view-cart-btn {
        padding: 15px
    }
}

.wpo-site-header .header-right .cart-toggle-btn,
.wpo-site-header .header-right .search-toggle-btn {
    background: none;
    color: #fff
}

.wpo-site-header .header-right .cart-toggle-btn .fi:before,
.wpo-site-header .header-right .search-toggle-btn .fi:before {
    font-size: 25px
}

.wpo-site-header .header-right .cart-toggle-btn .ti-close,
.wpo-site-header .header-right .search-toggle-btn .ti-close {
    display: block;
    line-height: 20px;
    position: relative;
    top: -2px
}

.wpo-site-header .header-right .search-toggle-btn .fi:before {
    font-size: 20px
}

.cart-search-contact button {
    background: transparent;
    border: 0;
    outline: 0;
    padding: 0
}

.cart-search-contact .fi {
    font-size: 30px;
    font-size: 1.6666666667rem
}

.cart-search-contact>div {
    float: left;
    position: relative
}

.cart-search-contact>div+div {
    margin-left: 12px
}

.cart-search-contact .header-search-form {
    background: #fff;
    border-radius: 6px;
    box-shadow: -2px 18px 40px -9px #999;
    opacity: 0;
    padding: 30px;
    position: absolute;
    right: 0;
    top: 75px;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .5s;
    visibility: hidden;
    width: 350px
}

@media(max-width:991px) {
    .cart-search-contact .header-search-form {
        top: 65px
    }
}

@media(max-width:767px) {
    .cart-search-contact .header-search-form {
        right: 15px
    }
}

@media(max-width:575px) {
    .cart-search-contact .header-search-form {
        padding: 15px;
        width: 260px
    }
}

.cart-search-contact .header-search-form-wrapper .fi:before {
    font-size: 18px;
    font-size: 1rem
}

.cart-search-contact form div {
    position: relative
}

.cart-search-contact form div button {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cart-search-contact form div button .fi:before {
    font-size: 18px !important
}

.cart-search-contact input {
    border: 1px solid #d9d9d9;
    border-radius: 0;
    box-shadow: none;
    height: 50px;
    padding: 6px 20px;
    width: 100%
}

.cart-search-contact input:focus {
    border-color: #014284;
    box-shadow: none
}

.wpo-site-header .header-right .header-search-content-toggle {
    opacity: 1;
    right: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible
}

.wpo-header-style-1 .header-search-form,
.wpo-header-style-2 .header-search-form {
    top: 100px
}

@media(max-width:991px) {
    .wpo-header-style-1 .header-search-form,
    .wpo-header-style-2 .header-search-form {
        top: 65px
    }
}

@media(max-width:767px) {
    .wpo-header-style-1 .header-search-form,
    .wpo-header-style-2 .header-search-form {
        right: 15px
    }
}

@media(max-width:575px) {
    .wpo-header-style-1 .header-search-form,
    .wpo-header-style-2 .header-search-form {
        padding: 15px;
        width: 260px
    }
}

.mini-cart .cart-count {
    background: #014284;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    font-size: .4444444444rem;
    font-weight: 600;
    height: 19px;
    line-height: 17px;
    position: absolute;
    right: -5px;
    top: -2px;
    width: 19px
}

.mini-cart-content {
    background: #fff;
    box-shadow: -2px 18px 40px -9px #999;
    height: 100%;
    opacity: 0;
    position: fixed;
    right: -320px;
    top: 0;
    transition: all .5s;
    visibility: hidden;
    width: 320px;
    z-index: 100
}

@media(max-width:575px) {
    .mini-cart-content {
        width: 290px
    }
}

.mini-cart-content .mini-cart-close {
    background-color: #333;
    border-radius: 3px;
    color: #fff;
    display: block;
    float: right;
    font-size: 0;
    height: 40px;
    line-height: 54px;
    overflow: hidden;
    position: relative;
    right: 10px;
    text-align: center;
    top: 20px;
    width: 40px
}

.mini-cart-content .mini-cart-close i {
    font-size: 15px
}

.mini-cart-content p {
    color: #222;
    font-size: 15px;
    font-size: .8333333333rem;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase
}

.mini-cart-content .mini-cart-items {
    padding: 100px 20px 25px
}

.mini-cart-content .mini-cart-item {
    border-top: 1px solid #efefef;
    margin-top: 15px;
    padding-top: 15px
}

.mini-cart-content .mini-cart-item:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0
}

.mini-cart-content .mini-cart-item-image {
    border: 2px solid #f3f3f3;
    float: left;
    height: 50px;
    margin-right: 15px;
    width: 50px
}

.mini-cart-content .mini-cart-item-image a,
.mini-cart-content .mini-cart-item-image img {
    display: block;
    height: 46px;
    width: 46px
}

.mini-cart-content .mini-cart-item-des {
    overflow: hidden;
    position: relative
}

.mini-cart-content .mini-cart-item-des a {
    color: #222;
    font-size: 14px;
    font-size: .7777777778rem;
    font-weight: 600;
    text-align: left
}

.mini-cart-content .mini-cart-item-des a:hover {
    color: #014284
}

.mini-cart-content .mini-cart-item-des .mini-cart-item-price {
    color: #888;
    display: block;
    font-size: 13px;
    font-size: .7222222222rem;
    margin-top: 3px
}

.mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
    color: #444;
    display: block;
    font-size: 12px;
    font-size: .6666666667rem;
    position: absolute;
    right: 0;
    top: 6px
}

.mini-cart-content .visible-icon {
    height: 300px;
    left: 50%;
    opacity: .02;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 300px;
    z-index: -1
}

.mini-cart-content .mini-cart-action {
    bottom: 0;
    left: 50%;
    padding: 20px 0 30px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.mini-cart-content .mini-cart-action .theme-btn-s2 {
    float: right
}

.mini-cart-content .mini-cart-action .mini-btn {
    width: 240px
}

.mini-cart-content .mini-cart-action .mini-checkout-price {
    align-items: center;
    color: #222;
    display: block;
    display: flex;
    font-size: 16px;
    font-size: .8888888889rem;
    font-weight: 600;
    justify-content: space-between;
    margin-bottom: 30px
}

.mini-cart-content .mini-cart-action .mini-checkout-price span {
    color: #012f5e;
    font-size: 20px
}

.mini-cart-content-toggle,
.mini-wislist-content-toggle {
    opacity: 1;
    right: 0;
    visibility: visible
}

@media(max-width:991px) {
    .page-wrapper {
        transition: all .3s
    }
    .body-overlay:before {
        background: rgba(0, 0, 0, .9);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: all .3s;
        width: 100%;
        z-index: 10
    }
}

.header-search-area {
    background: #fff;
    left: 0;
    padding: 100px 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999
}

.header-search-area h3 {
    font-size: 45px;
    margin: 0 0 1em
}

.header-search-area form {
    position: relative
}

.header-search-area input {
    border: 0;
    border-bottom: 1px solid #d0d0d0;
    border-radius: 0;
    box-shadow: none;
    font-size: 18px;
    font-size: 1.2rem;
    height: 50px
}

.header-search-area input:focus {
    border-color: #014284;
    box-shadow: none
}

.header-search-area form button {
    background: transparent;
    border: 0;
    bottom: 10px;
    font-size: 20px;
    font-size: 1.33333rem;
    position: absolute;
    right: 0
}

.header-search-area form button:focus {
    border: none;
    outline: none
}

.header-search-area .close-form {
    border-bottom: 1px solid;
    bottom: auto;
    padding-bottom: 5px;
    position: absolute;
    right: 35px;
    top: 35px
}

.header-search-area .close-form button {
    background: transparent;
    border: 0;
    color: #000;
    font-size: 13px;
    font-size: .86667rem;
    letter-spacing: 2px;
    outline: 0;
    text-transform: uppercase;
    z-index: 99
}

.header-search-area .close-form button:focus {
    border: 0;
    outline: 0
}

.wpo-site-header .navigation {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0
}

.wpo-site-header .navigation>.container {
    position: relative
}

@media(max-width:991px) {
    .wpo-site-header .navigation {
        padding: 10px 0
    }
}

.wpo-site-header #navbar {
    transition: all .5s
}

.wpo-site-header #navbar>ul li a:focus,
.wpo-site-header #navbar>ul li a:hover {
    color: #012f5e;
    text-decoration: none
}

@media screen and (min-width:992px) {
    .wpo-site-header #navbar li {
        position: relative
    }
    .wpo-site-header #navbar>ul>li>a {
        color: #fff;
        display: block;
        font-size: 18px;
        font-weight: 500;
        padding: 35px 20px;
        position: relative
    }
}

@media screen and (min-width:992px)and (max-width:1870px) {
    .wpo-site-header #navbar>ul>li>a {
        padding: 35px 18px
    }
}

@media screen and (min-width:992px) {
    .wpo-site-header #navbar>ul .sub-menu {
        background-color: #fff;
        box-shadow: 0 2px 20px 0 rgba(62, 65, 159, .09);
        left: 0;
        opacity: 0;
        padding: 20px;
        position: absolute;
        top: 110%;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transform-origin: center top 0;
        -webkit-transform-origin: center top 0;
        -moz-transform-origin: center top 0;
        -ms-transform-origin: center top 0;
        -o-transform-origin: center top 0;
        transition: all .3s ease-in-out 0s;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        visibility: hidden;
        width: 240px;
        z-index: 10
    }
    .wpo-site-header #navbar>ul>li .sub-menu a {
        color: #222;
        display: inline-block;
        font-size: 16px;
        font-size: .8888888889rem;
        font-weight: 500;
        overflow: hidden;
        padding: 5px 0;
        position: relative;
        transition: all .5s
    }
    .wpo-site-header #navbar>ul>li .sub-menu a:after {
        background: #014284;
        bottom: 5px;
        content: "";
        height: 1px;
        left: 0;
        opacity: 0;
        position: absolute;
        transition: all .3s;
        visibility: hidden;
        width: 0
    }
    .wpo-site-header #navbar>ul>li .sub-menu a.active {
        color: #002642;
        font-weight: 700
    }
    .wpo-site-header #navbar>ul>li .sub-menu a:hover:after {
        opacity: 1;
        visibility: visible;
        width: 100%
    }
    .wpo-site-header #navbar>ul>li>.sub-menu .sub-menu {
        left: 120%;
        top: 0;
        -webkit-transform: unset;
        transform: unset
    }
    .wpo-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children {
        position: relative
    }
    .wpo-site-header #navbar>ul>li>.sub-menu>.menu-item-has-children:before {
        content: "";
        font-family: themify;
        font-size: 11px;
        font-size: .6111111111rem;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .wpo-site-header #navbar>ul>li:hover>.sub-menu {
        opacity: 1;
        top: 100%;
        visibility: visible
    }
    .wpo-site-header #navbar .sub-menu>li:hover>.sub-menu {
        left: 110%;
        opacity: 1;
        visibility: visible
    }
}

@media(max-width:991px) {
    .wpo-site-header #navbar>ul>li a {
        color: #fff;
        display: block;
        font-size: 15px;
        font-size: .8333333333rem;
        font-weight: 600
    }
    .wpo-site-header #navbar>ul>li a.active,
    .wpo-site-header #navbar>ul>li a:hover {
        color: #fff
    }
    .wpo-site-header #navbar>ul .sub-menu>li:last-child {
        border-bottom: 0
    }
    .wpo-site-header #navbar>ul>li>.sub-menu a {
        padding: 8px 15px 8px 45px
    }
    .wpo-site-header #navbar>ul>li>.sub-menu .sub-menu a {
        padding: 8px 15px 8px 65px
    }
    .wpo-site-header #navbar>ul .menu-item-has-children {
        position: relative
    }
    .wpo-site-header #navbar>ul .menu-item-has-children>a {
        color: #ddd;
        position: relative
    }
    .wpo-site-header #navbar>ul .menu-item-has-children>a.active,
    .wpo-site-header #navbar>ul .menu-item-has-children>a:hover {
        color: #fff
    }
    .wpo-site-header #navbar>ul .menu-item-has-children>a:before {
        content: "";
        font-family: themify;
        font-size: 11px;
        font-size: .6111111111rem;
        position: absolute;
        right: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: all .3s
    }
    .wpo-site-header #navbar>ul .menu-item-has-children>a.rotate:before {
        top: 29%;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    .wpo-site-header #navbar>ul .menu-item-has-children>a.rotate {
        color: #fff
    }
}

@media screen and (min-width:992px) {
    .wpo-site-header #navbar .close-navbar,
    .wpo-site-header .navbar-header .open-btn {
        display: none
    }
}

.wpo-site-header .menu-close {
    display: none
}

@media(max-width:991px) {
    .wpo-site-header .container {
        width: 100%
    }
    .wpo-site-header .mobail-menu button {
        background-color: #014284;
        border: 0;
        height: 35px;
        outline: 0;
        padding: 5px 10px;
        position: relative;
        width: 40px;
        z-index: 20
    }
    .wpo-site-header .mobail-menu button:focus {
        box-shadow: none;
        outline: none
    }
    .wpo-site-header .mobail-menu button span {
        background-color: #fff;
        display: block;
        height: 2px;
        margin-bottom: 5px;
        width: 20px
    }
    .wpo-site-header .mobail-menu button span:last-child {
        margin: 0
    }
    .wpo-site-header #navbar {
        background: #262b38;
        border: 0;
        display: block !important;
        height: 100%;
        left: -320px;
        margin: 0;
        opacity: 0;
        padding: 0;
        position: fixed;
        top: 0;
        visibility: hidden;
        width: 300px;
        z-index: 999999
    }
    .wpo-site-header #navbar .navbar-nav {
        display: block
    }
    .wpo-site-header #navbar>ul {
        position: relative;
        z-index: 101
    }
    .wpo-site-header #navbar ul a {
        color: #000
    }
    .wpo-site-header #navbar ul a:hover,
    .wpo-site-header #navbar ul li.current a {
        color: #014284
    }
    .wpo-site-header #navbar .navbar-nav {
        height: 100%;
        overflow: auto;
        padding-bottom: 60px
    }
    .wpo-site-header #navbar .close-navbar {
        background-color: #fff;
        border: 0;
        color: #000;
        height: 40px;
        left: -41px;
        outline: none;
        position: absolute;
        top: 90px;
        width: 40px;
        z-index: 20
    }
    .wpo-site-header #navbar .close-navbar .ti-close {
        position: relative;
        top: 1px
    }
    .wpo-site-header .menu-close {
        background: none;
        border: 1px solid #fff;
        color: #fff;
        display: block;
        height: 40px;
        line-height: 40px;
        margin: 30px 30px 30px auto;
        text-align: center;
        width: 40px;
        z-index: 99
    }
    .wpo-site-header .slideInn {
        left: 0 !important;
        opacity: 1 !important;
        visibility: visible !important
    }
    .wpo-site-header .navbar-toggler .first-angle,
    .wpo-site-header .navbar-toggler .last-angle {
        transition: all .3s
    }
    .wpo-site-header .x-close .middle-angle {
        opacity: 0
    }
    .wpo-site-header .x-close .first-angle {
        left: 10px;
        position: absolute;
        top: 16px;
        -webkit-transform: rotate(-44deg)
    }
    .wpo-site-header .x-close .last-angle {
        position: absolute;
        right: 10px;
        top: 16px;
        -webkit-transform: rotate(44deg)
    }
}

@media(max-width:767px) {
    .wpo-site-header .navbar-header .navbar-brand {
        font-size: 24px
    }
    .wpo-site-header #navbar .navbar-nav {
        margin: 0
    }
}

.wpo-site-header .navbar-header .navbar-brand img {
    max-width: 170px
}

@media(max-width:991px) {
    .wpo-site-header .navbar-collapse.collapse {
        display: none
    }
    .wpo-site-header .navbar-collapse.collapse.in,
    .wpo-site-header .navbar-header .collapse,
    .wpo-site-header .navbar-toggle {
        display: block
    }
    .wpo-site-header .navbar-header,
    .wpo-site-header .navbar-nav,
    .wpo-site-header .navbar-nav>li,
    .wpo-site-header .navbar-right {
        float: none
    }
}

@media(max-width:440px) {
    .wpo-site-header .navbar-header .navbar-brand img {
        max-width: 170px
    }
}

@media(max-width:370px) {
    .wpo-site-header .navbar-header .navbar-brand img {
        max-width: 140px
    }
}

@media(max-width:1700px) {
    .wpo-site-header {
        padding: 0 30px
    }
}

@media(max-width:1500px) {
    .wpo-site-header #navbar>ul>li>a {
        padding: 30px 15px
    }
    .wpo-site-header {
        padding: 0 10px
    }
}

@media(max-width:1400px) {
    .wpo-site-header #navbar>ul>li>a {
        padding: 30px 10px
    }
}

@media(max-width:1200px) {
    .wpo-site-header #navbar>ul>li>a {
        font-size: 16px;
        padding: 30px 6px
    }
    .wpo-site-header .header-right .theme-btn,
    .wpo-site-header .header-right .view-cart-btn {
        display: none
    }
}

@media(max-width:991px) {
    .wpo-site-header #navbar>ul>li>a {
        font-size: 15px
    }
}

@media(max-width:767px) {
    .header-right .theme-btn,
    .header-right .view-cart-btn {
        padding: 20px 12px
    }
    .wpo-site-header .header-right .close-form {
        display: none
    }
}

.wpo-header-style-1,
.wpo-header-style-2,
.wpo-header-style-3 {
    background: transparent;
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99
}

.wpo-header-style-1 .navbar-header,
.wpo-header-style-2 .navbar-header,
.wpo-header-style-3 .navbar-header {
    text-align: center
}

.wpo-header-style-1 .navbar-header .logo,
.wpo-header-style-2 .navbar-header .logo,
.wpo-header-style-3 .navbar-header .logo {
    margin-right: 0
}

.wpo-header-style-1 .navigation-holder,
.wpo-header-style-2 .navigation-holder,
.wpo-header-style-3 .navigation-holder {
    border-left: 1px solid hsla(0, 0%, 100%, .3);
    padding-left: 20px
}

.wpo-header-style-1 .navigation,
.wpo-header-style-2 .navigation,
.wpo-header-style-3 .navigation {
    background: transparent
}

.wpo-header-style-1 .navigation.sticky-header,
.wpo-header-style-2 .navigation.sticky-header,
.wpo-header-style-3 .navigation.sticky-header {
    background: #222
}

@media(min-width:991px) {
    .wpo-header-style-1 .mini-cart .cart-count,
    .wpo-header-style-2 .mini-cart .cart-count {
        right: 10px;
        top: 10px
    }
}

.wpo-header-style-2 {
    background: rgba(34, 34, 34, .5)
}

.wpo-header-style-3 {
    border: 0;
    padding: 0 100px
}

@media(max-width:1500px) {
    .wpo-header-style-3 {
        padding: 0
    }
}

.wpo-header-style-3 .navbar-wrap .navbar-header {
    padding: 0 20px 0 0
}

.wpo-header-style-3 .navigation-holder {
    border: 0
}

.wpo-header-style-3 #navbar>ul>li>a:before {
    bottom: auto;
    top: 0
}

.wpo-header-style-3 .header-right .header-search-form-wrapper {
    border: 0;
    height: unset;
    width: unset
}

.wpo-header-style-3 .header-right .mini-cart {
    padding: 0
}

.wpo-header-style-3 .header-right>div {
    margin-right: 20px
}

@media(max-width:575px) {
    .wpo-header-style-3 .header-right>div.mini-cart {
        margin-right: 0
    }
}

@media(max-width:991px) {
    .wpo-site-header #navbar>ul>li>a {
        padding: 15px 30px
    }
    .wpo-header-style-2,
    .wpo-site-header {
        z-index: 99999
    }
}

@media(min-width:1500px) {
    .wpo-header-style-4,
    .wpo-header-style-5 {
        padding: 0 50px
    }
}

.wpo-header-style-4 #navbar>ul>li>a,
.wpo-header-style-5 #navbar>ul>li>a {
    color: #222
}

.wpo-header-style-4 .header-right .cart-toggle-btn,
.wpo-header-style-4 .header-right .search-toggle-btn,
.wpo-header-style-5 .header-right .cart-toggle-btn,
.wpo-header-style-5 .header-right .search-toggle-btn {
    color: #222;
    padding: 0
}

.wpo-header-style-4 .header-right .header-search-form-wrapper,
.wpo-header-style-5 .header-right .header-search-form-wrapper {
    border: 0;
    height: unset;
    width: unset
}

.wpo-header-style-4 .header-right .mini-cart,
.wpo-header-style-5 .header-right .mini-cart {
    padding: 0
}

.wpo-header-style-4 .header-right>div,
.wpo-header-style-5 .header-right>div {
    margin-right: 20px
}

@media(max-width:575px) {
    .wpo-header-style-4 .header-right>div,
    .wpo-header-style-4 .header-right>div.mini-cart,
    .wpo-header-style-5 .header-right>div,
    .wpo-header-style-5 .header-right>div.mini-cart {
        margin-right: 0
    }
}

.wpo-header-style-5,
.wpo-header-style-5 .navigation {
    background: #1f2226
}

.wpo-header-style-5 #navbar>ul>li>a {
    color: #fff
}

.wpo-header-style-5 .header-right .cart-toggle-btn,
.wpo-header-style-5 .header-right .search-toggle-btn {
    color: #fff;
    padding: 0
}

.wpo-site-header .header-right {
    position: relative
}

.wpo-site-header .header-right .header-right-menu-wrapper .right-menu-toggle-btn {
    cursor: pointer;
    text-align: right
}

.wpo-site-header .header-right .header-right-menu-wrapper .right-menu-toggle-btn span {
    background: hsla(0, 0%, 100%, .3);
    display: block;
    height: 3px;
    margin-bottom: 6px;
    margin-left: auto;
    width: 25px
}

.wpo-site-header .header-right .header-right-menu-wrapper .right-menu-toggle-btn span:nth-child(2) {
    width: 20px
}

.wpo-site-header .header-right .header-right-menu-wrapper .right-menu-toggle-btn span:nth-child(3) {
    margin-bottom: 0;
    width: 35px
}

.wpo-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap {
    background: #292932;
    height: 100%;
    opacity: 0;
    padding: 100px 50px 50px;
    position: fixed;
    right: -420px;
    top: 0;
    transition: all .5s;
    visibility: hidden;
    width: 420px;
    z-index: 100
}

.wpo-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .header-right-sec {
    height: calc(100% - 30px);
    overflow-x: hidden;
    overflow-y: scroll
}

.wpo-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .header-right-sec::-webkit-scrollbar {
    width: 0
}

@media(max-width:575px) {
    .wpo-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap {
        padding: 20px;
        right: -320px;
        width: 320px
    }
}

.wpo-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap.right-menu-active {
    opacity: 1;
    right: 0;
    visibility: visible
}

.wpo-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .right-menu-close {
    background-color: #333;
    border-radius: 3px;
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    right: 10px;
    text-align: center;
    top: 20px;
    width: 40px
}

.wpo-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .logo {
    margin-bottom: 40px
}

.wpo-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .widget {
    margin-bottom: 30px
}

.wpo-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .widget h3 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 25px
}

.wpo-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .project-widget ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -3px
}

.wpo-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .project-widget ul li {
    flex: 0 0 33.33%;
    margin-bottom: 5px;
    max-width: 33.33%;
    padding: 0 3px
}

.wpo-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .wpo-contact-widget ul {
    list-style: none
}

.wpo-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .wpo-contact-widget ul li {
    color: #fff;
    font-size: 16px;
    padding-bottom: 15px;
    padding-left: 35px;
    position: relative
}

.wpo-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .wpo-contact-widget ul li i {
    left: 0;
    position: absolute;
    top: 3px
}

.wpo-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .wpo-contact-widget ul li .fi:before {
    font-size: 20px;
    margin-right: 15px
}

.wpo-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .newsletter-widget form .input-1 {
    position: relative
}

.wpo-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .newsletter-widget form input {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    box-shadow: none;
    color: #666;
    height: 50px;
    padding: 6px 20px;
    position: relative
}

.wpo-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .newsletter-widget form .submit button {
    background: transparent;
    background: #014284;
    border: 0;
    color: #fff;
    font-size: 20px;
    height: 50px;
    line-height: 54px;
    outline: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px
}

.wpo-header-style-4,
.wpo-header-style-5 {
    border-bottom: 0
}

@media(min-width:992px) {
    .wpo-header-style-4 #navbar,
    .wpo-header-style-5 #navbar {
        justify-content: center
    }
}

.static-hero-s2,
.wpo-hero-slider,
.wpo-static-hero {
    display: flex;
    height: 950px;
    position: relative;
    width: 100%;
    z-index: 0
}

@media(max-width:991px) {
    .static-hero-s2,
    .wpo-hero-slider,
    .wpo-static-hero {
        height: 600px
    }
}

@media(max-width:767px) {
    .static-hero-s2,
    .wpo-hero-slider,
    .wpo-static-hero {
        height: 500px
    }
}

.static-hero-s2 .swiper-slide,
.wpo-hero-slider .swiper-slide,
.wpo-static-hero .swiper-slide {
    overflow: hidden
}

.static-hero-s2 .hero-container,
.static-hero-s2 .swiper-container,
.wpo-hero-slider .hero-container,
.wpo-hero-slider .swiper-container,
.wpo-static-hero .hero-container,
.wpo-static-hero .swiper-container {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.static-hero-s2 .hero-inner,
.static-hero-s2 .slide-inner,
.wpo-hero-slider .hero-inner,
.wpo-hero-slider .slide-inner,
.wpo-static-hero .hero-inner,
.wpo-static-hero .slide-inner {
    align-items: center;
    background-position: 50%;
    background-size: cover;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    text-align: left;
    top: 0;
    width: 100%;
    z-index: 1
}

.static-hero-s2 .hero-inner:before,
.static-hero-s2 .slide-inner:before,
.wpo-hero-slider .hero-inner:before,
.wpo-hero-slider .slide-inner:before,
.wpo-static-hero .hero-inner:before,
.wpo-static-hero .slide-inner:before {
    background: hsla(0, 0%, 9%, .4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.static-hero-s2 .hero-inner .slide-content,
.static-hero-s2 .slide-inner .slide-content,
.wpo-hero-slider .hero-inner .slide-content,
.wpo-hero-slider .slide-inner .slide-content,
.wpo-static-hero .hero-inner .slide-content,
.wpo-static-hero .slide-inner .slide-content {
    max-width: 1020px;
    padding: 60px 0 60px 150px;
    position: relative
}

@media(min-width:991px) {
    .static-hero-s2 .hero-inner .slide-content,
    .static-hero-s2 .slide-inner .slide-content,
    .wpo-hero-slider .hero-inner .slide-content,
    .wpo-hero-slider .slide-inner .slide-content,
    .wpo-static-hero .hero-inner .slide-content,
    .wpo-static-hero .slide-inner .slide-content {
        padding-top: 140px
    }
}

@media(max-width:1399px) {
    .static-hero-s2 .hero-inner .slide-content,
    .static-hero-s2 .slide-inner .slide-content,
    .wpo-hero-slider .hero-inner .slide-content,
    .wpo-hero-slider .slide-inner .slide-content,
    .wpo-static-hero .hero-inner .slide-content,
    .wpo-static-hero .slide-inner .slide-content {
        padding-left: 60px
    }
}

@media(max-width:1199px) {
    .static-hero-s2 .hero-inner .slide-content,
    .static-hero-s2 .slide-inner .slide-content,
    .wpo-hero-slider .hero-inner .slide-content,
    .wpo-hero-slider .slide-inner .slide-content,
    .wpo-static-hero .hero-inner .slide-content,
    .wpo-static-hero .slide-inner .slide-content {
        max-width: 800px
    }
}

@media(max-width:991px) {
    .static-hero-s2 .hero-inner .slide-content,
    .static-hero-s2 .slide-inner .slide-content,
    .wpo-hero-slider .hero-inner .slide-content,
    .wpo-hero-slider .slide-inner .slide-content,
    .wpo-static-hero .hero-inner .slide-content,
    .wpo-static-hero .slide-inner .slide-content {
        margin-top: 40px;
        max-width: 530px
    }
}

@media(max-width:767px) {
    .static-hero-s2 .hero-inner .slide-content,
    .static-hero-s2 .slide-inner .slide-content,
    .wpo-hero-slider .hero-inner .slide-content,
    .wpo-hero-slider .slide-inner .slide-content,
    .wpo-static-hero .hero-inner .slide-content,
    .wpo-static-hero .slide-inner .slide-content {
        max-width: 385px;
        padding: 80px 30px
    }
}

@media(max-width:575px) {
    .static-hero-s2 .hero-inner .slide-content,
    .static-hero-s2 .slide-inner .slide-content,
    .wpo-hero-slider .hero-inner .slide-content,
    .wpo-hero-slider .slide-inner .slide-content,
    .wpo-static-hero .hero-inner .slide-content,
    .wpo-static-hero .slide-inner .slide-content {
        padding: 30px 20px
    }
}

.static-hero-s2 .hero-inner .slide-content .slide-btns ul,
.static-hero-s2 .slide-inner .slide-content .slide-btns ul,
.wpo-hero-slider .hero-inner .slide-content .slide-btns ul,
.wpo-hero-slider .slide-inner .slide-content .slide-btns ul,
.wpo-static-hero .hero-inner .slide-content .slide-btns ul,
.wpo-static-hero .slide-inner .slide-content .slide-btns ul {
    align-items: center;
    display: flex;
    list-style: none
}

.static-hero-s2 .hero-inner .slide-content .slide-btns ul li,
.static-hero-s2 .slide-inner .slide-content .slide-btns ul li,
.wpo-hero-slider .hero-inner .slide-content .slide-btns ul li,
.wpo-hero-slider .slide-inner .slide-content .slide-btns ul li,
.wpo-static-hero .hero-inner .slide-content .slide-btns ul li,
.wpo-static-hero .slide-inner .slide-content .slide-btns ul li {
    color: #fff;
    font-size: 20px
}

.static-hero-s2 .hero-inner .slide-content .slide-btns ul li .video-btn,
.static-hero-s2 .slide-inner .slide-content .slide-btns ul li .video-btn,
.wpo-hero-slider .hero-inner .slide-content .slide-btns ul li .video-btn,
.wpo-hero-slider .slide-inner .slide-content .slide-btns ul li .video-btn,
.wpo-static-hero .hero-inner .slide-content .slide-btns ul li .video-btn,
.wpo-static-hero .slide-inner .slide-content .slide-btns ul li .video-btn {
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 15px;
    height: 55px;
    line-height: 55px;
    margin-right: 10px;
    text-align: center;
    width: 55px
}

.static-hero-s2 .hero-inner .slide-content .slide-btns ul li .video-btn:hover,
.static-hero-s2 .slide-inner .slide-content .slide-btns ul li .video-btn:hover,
.wpo-hero-slider .hero-inner .slide-content .slide-btns ul li .video-btn:hover,
.wpo-hero-slider .slide-inner .slide-content .slide-btns ul li .video-btn:hover,
.wpo-static-hero .hero-inner .slide-content .slide-btns ul li .video-btn:hover,
.wpo-static-hero .slide-inner .slide-content .slide-btns ul li .video-btn:hover {
    background: #014284;
    border-color: #014284
}

.static-hero-s2 .swiper-button-next,
.static-hero-s2 .swiper-button-prev,
.wpo-hero-slider .swiper-button-next,
.wpo-hero-slider .swiper-button-prev,
.wpo-static-hero .swiper-button-next,
.wpo-static-hero .swiper-button-prev {
    background: hsla(0, 0%, 100%, .2);
    border: 2px solid #fff;
    border-radius: 50%;
    display: none;
    height: 60px;
    line-height: 60px;
    opacity: .7;
    text-align: center;
    transition: all .3s;
    width: 60px
}

.static-hero-s2 .swiper-button-next:hover,
.static-hero-s2 .swiper-button-prev:hover,
.wpo-hero-slider .swiper-button-next:hover,
.wpo-hero-slider .swiper-button-prev:hover,
.wpo-static-hero .swiper-button-next:hover,
.wpo-static-hero .swiper-button-prev:hover {
    opacity: .9
}

@media(max-width:767px) {
    .static-hero-s2 .swiper-button-next,
    .static-hero-s2 .swiper-button-prev,
    .wpo-hero-slider .swiper-button-next,
    .wpo-hero-slider .swiper-button-prev,
    .wpo-static-hero .swiper-button-next,
    .wpo-static-hero .swiper-button-prev {
        display: none
    }
}

.static-hero-s2 .swiper-button-prev,
.wpo-hero-slider .swiper-button-prev,
.wpo-static-hero .swiper-button-prev {
    left: 25px
}

.static-hero-s2 .swiper-button-prev:before,
.wpo-hero-slider .swiper-button-prev:before,
.wpo-static-hero .swiper-button-prev:before {
    color: #fff;
    content: "";
    font-family: themify;
    font-size: 20px
}

.static-hero-s2 .swiper-button-next,
.wpo-hero-slider .swiper-button-next,
.wpo-static-hero .swiper-button-next {
    right: 25px
}

.static-hero-s2 .swiper-button-next:before,
.wpo-hero-slider .swiper-button-next:before,
.wpo-static-hero .swiper-button-next:before {
    color: #fff;
    content: "";
    font-family: themify;
    font-size: 20px
}

@media(max-width:991px) {
    .static-hero-s2 .swiper-button-next,
    .static-hero-s2 .swiper-button-prev,
    .wpo-hero-slider .swiper-button-next,
    .wpo-hero-slider .swiper-button-prev,
    .wpo-static-hero .swiper-button-next,
    .wpo-static-hero .swiper-button-prev {
        display: none
    }
}

.static-hero-s2 .swiper-pagination,
.wpo-hero-slider .swiper-pagination,
.wpo-static-hero .swiper-pagination {
    padding-left: 150px;
    width: unset
}

@media(max-width:1399px) {
    .static-hero-s2 .swiper-pagination,
    .wpo-hero-slider .swiper-pagination,
    .wpo-static-hero .swiper-pagination {
        padding-left: 65px
    }
}

@media(max-width:767px) {
    .static-hero-s2 .swiper-pagination,
    .wpo-hero-slider .swiper-pagination,
    .wpo-static-hero .swiper-pagination {
        padding-left: 40px
    }
}

.static-hero-s2 .swiper-pagination-bullet,
.wpo-hero-slider .swiper-pagination-bullet,
.wpo-static-hero .swiper-pagination-bullet {
    background: #fff;
    border-radius: 0;
    color: #000;
    font-size: 12px;
    height: 10px;
    line-height: 10px;
    opacity: 1;
    text-align: center;
    width: 10px
}

.static-hero-s2 .swiper-pagination-bullet-active,
.wpo-hero-slider .swiper-pagination-bullet-active,
.wpo-static-hero .swiper-pagination-bullet-active {
    background: #014284;
    color: #fff;
    height: 10px;
    line-height: 10px;
    text-align: center;
    width: 10px
}

.static-hero-s2 .swiper-container-horizontal>.swiper-pagination-bullets,
.static-hero-s2 .swiper-pagination-custom,
.static-hero-s2 .swiper-pagination-fraction,
.wpo-hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.wpo-hero-slider .swiper-pagination-custom,
.wpo-hero-slider .swiper-pagination-fraction,
.wpo-static-hero .swiper-container-horizontal>.swiper-pagination-bullets,
.wpo-static-hero .swiper-pagination-custom,
.wpo-static-hero .swiper-pagination-fraction {
    bottom: 30px
}

.static-hero-s2 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.wpo-hero-slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.wpo-static-hero .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px
}

@media(max-width:1199px) {
    .static-hero,
    .static-hero-s2,
    .wpo-hero-slider,
    .wpo-hero-slider-s2,
    .wpo-hero-slider-s3 {
        height: 680px
    }
}

@media(max-width:991px) {
    .static-hero,
    .static-hero-s2,
    .wpo-hero-slider,
    .wpo-hero-slider-s2,
    .wpo-hero-slider-s3 {
        height: 650px
    }
}

@media(max-width:767px) {
    .static-hero,
    .static-hero-s2,
    .wpo-hero-slider,
    .wpo-hero-slider-s2,
    .wpo-hero-slider-s3 {
        height: 500px
    }
}

.static-hero .gradient-overlay,
.static-hero-s2 .gradient-overlay,
.wpo-hero-slider .gradient-overlay,
.wpo-hero-slider-s2 .gradient-overlay,
.wpo-hero-slider-s3 .gradient-overlay {
    background: linear-gradient(left, #222 45%, transparent 65%);
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.static-hero .gradient-overlay+.container,
.static-hero .swiper-slide,
.static-hero-s2 .gradient-overlay+.container,
.static-hero-s2 .swiper-slide,
.wpo-hero-slider .gradient-overlay+.container,
.wpo-hero-slider .swiper-slide,
.wpo-hero-slider-s2 .gradient-overlay+.container,
.wpo-hero-slider-s2 .swiper-slide,
.wpo-hero-slider-s3 .gradient-overlay+.container,
.wpo-hero-slider-s3 .swiper-slide {
    position: relative;
    z-index: 11
}

.static-hero .wpo-hero-title-top span,
.static-hero-s2 .wpo-hero-title-top span,
.wpo-hero-slider .wpo-hero-title-top span,
.wpo-hero-slider-s2 .wpo-hero-title-top span,
.wpo-hero-slider-s3 .wpo-hero-title-top span {
    color: #e4e4e4;
    font-family: Teko, sans-serif;
    font-size: 22px
}

@media(max-width:767px) {
    .static-hero .wpo-hero-title-top span,
    .static-hero-s2 .wpo-hero-title-top span,
    .wpo-hero-slider .wpo-hero-title-top span,
    .wpo-hero-slider-s2 .wpo-hero-title-top span,
    .wpo-hero-slider-s3 .wpo-hero-title-top span {
        font-size: 15px
    }
}

.static-hero .slide-title h2,
.static-hero-s2 .slide-title h2,
.wpo-hero-slider .slide-title h2,
.wpo-hero-slider-s2 .slide-title h2,
.wpo-hero-slider-s3 .slide-title h2 {
    color: #fff;
    font-size: 120px;
    font-weight: 400;
    line-height: 121px;
    margin: 10px 0 20px
}

@media(max-width:1199px) {
    .static-hero .slide-title h2,
    .static-hero-s2 .slide-title h2,
    .wpo-hero-slider .slide-title h2,
    .wpo-hero-slider-s2 .slide-title h2,
    .wpo-hero-slider-s3 .slide-title h2 {
        font-size: 90px;
        font-size: 5rem;
        line-height: 90px
    }
}

@media(max-width:991px) {
    .static-hero .slide-title h2,
    .static-hero-s2 .slide-title h2,
    .wpo-hero-slider .slide-title h2,
    .wpo-hero-slider-s2 .slide-title h2,
    .wpo-hero-slider-s3 .slide-title h2 {
        font-size: 60px;
        font-size: 3.3333333333rem;
        line-height: 65px;
        margin-bottom: 20px
    }
}

@media(max-width:767px) {
    .static-hero .slide-title h2,
    .static-hero-s2 .slide-title h2,
    .wpo-hero-slider .slide-title h2,
    .wpo-hero-slider-s2 .slide-title h2,
    .wpo-hero-slider-s3 .slide-title h2 {
        font-size: 50px;
        font-size: 2.7777777778rem;
        line-height: 55px
    }
}

@media(max-width:575px) {
    .static-hero .slide-title h2,
    .static-hero-s2 .slide-title h2,
    .wpo-hero-slider .slide-title h2,
    .wpo-hero-slider-s2 .slide-title h2,
    .wpo-hero-slider-s3 .slide-title h2 {
        font-size: 40px;
        font-size: 2.2222222222rem;
        line-height: 45px
    }
}

.static-hero .slide-title h2 span,
.static-hero-s2 .slide-title h2 span,
.wpo-hero-slider .slide-title h2 span,
.wpo-hero-slider-s2 .slide-title h2 span,
.wpo-hero-slider-s3 .slide-title h2 span {
    color: #014284
}

.static-hero .slide-text p,
.static-hero-s2 .slide-text p,
.wpo-hero-slider .slide-text p,
.wpo-hero-slider-s2 .slide-text p,
.wpo-hero-slider-s3 .slide-text p {
    color: #fff;
    font-size: 20px;
    line-height: 32.16px;
    margin-bottom: 30px;
    max-width: 630px
}

@media(max-width:991px) {
    .static-hero .slide-text p,
    .static-hero-s2 .slide-text p,
    .wpo-hero-slider .slide-text p,
    .wpo-hero-slider-s2 .slide-text p,
    .wpo-hero-slider-s3 .slide-text p {
        font-size: 18px;
        font-size: 1rem;
        line-height: 30px;
        margin-bottom: 25px
    }
}

@media(max-width:767px) {
    .static-hero .slide-text p,
    .static-hero-s2 .slide-text p,
    .wpo-hero-slider .slide-text p,
    .wpo-hero-slider-s2 .slide-text p,
    .wpo-hero-slider-s3 .slide-text p {
        font-size: 16px;
        font-size: .8888888889rem;
        line-height: 22px;
        margin-bottom: 30px
    }
}

@media(max-width:991px) {
    .static-hero .slide-btns,
    .static-hero-s2 .slide-btns,
    .wpo-hero-slider .slide-btns,
    .wpo-hero-slider-s2 .slide-btns,
    .wpo-hero-slider-s3 .slide-btns {
        max-width: 400px
    }
}

.static-hero .slide-btns .theme-btn,
.static-hero .slide-btns .view-cart-btn,
.static-hero-s2 .slide-btns .theme-btn,
.static-hero-s2 .slide-btns .view-cart-btn,
.wpo-hero-slider .slide-btns .theme-btn,
.wpo-hero-slider .slide-btns .view-cart-btn,
.wpo-hero-slider-s2 .slide-btns .theme-btn,
.wpo-hero-slider-s2 .slide-btns .view-cart-btn,
.wpo-hero-slider-s3 .slide-btns .theme-btn,
.wpo-hero-slider-s3 .slide-btns .view-cart-btn {
    border-radius: 0;
    font-size: 18px;
    font-weight: 600
}

.static-hero .slide-btns .theme-btn:after,
.static-hero .slide-btns .view-cart-btn:after,
.static-hero-s2 .slide-btns .theme-btn:after,
.static-hero-s2 .slide-btns .view-cart-btn:after,
.wpo-hero-slider .slide-btns .theme-btn:after,
.wpo-hero-slider .slide-btns .view-cart-btn:after,
.wpo-hero-slider-s2 .slide-btns .theme-btn:after,
.wpo-hero-slider-s2 .slide-btns .view-cart-btn:after,
.wpo-hero-slider-s3 .slide-btns .theme-btn:after,
.wpo-hero-slider-s3 .slide-btns .view-cart-btn:after {
    border-radius: 0
}

.static-hero .slide-btns .hero-video-btn,
.static-hero-s2 .slide-btns .hero-video-btn,
.wpo-hero-slider .slide-btns .hero-video-btn,
.wpo-hero-slider-s2 .slide-btns .hero-video-btn,
.wpo-hero-slider-s3 .slide-btns .hero-video-btn {
    margin-left: 40px
}

@media(max-width:767px) {
    .static-hero .slide-btns .hero-video-btn,
    .static-hero-s2 .slide-btns .hero-video-btn,
    .wpo-hero-slider .slide-btns .hero-video-btn,
    .wpo-hero-slider-s2 .slide-btns .hero-video-btn,
    .wpo-hero-slider-s3 .slide-btns .hero-video-btn {
        margin-left: 20px
    }
}

.wpo-static-hero {
    background: #222;
    display: flex;
    flex-direction: column;
    height: 950px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.wpo-static-hero .hero-left-img {
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 52%;
    z-index: -1
}

@media(max-width:1700px) {
    .wpo-static-hero .hero-left-img {
        width: 50%
    }
}

.wpo-static-hero .hero-left-img img {
    height: 950px;
    object-fit: cover
}

@media(max-width:991px) {
    .wpo-static-hero .hero-left-img:before {
        background: rgba(34, 34, 34, .7);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
}

@media(max-width:767px) {
    .wpo-static-hero .hero-left-img {
        height: unset;
        width: 100%
    }
    .wpo-static-hero .hero-left-img:before {
        background: rgba(34, 34, 34, .5)
    }
    .wpo-static-hero .hero-left-img img {
        height: 100%
    }
}

@media(max-width:450px) {
    .wpo-static-hero .hero-left-img {
        height: 100%
    }
}

@media(max-width:1400px) {
    .wpo-static-hero {
        height: 900px
    }
}

@media(max-width:1199px) {
    .wpo-static-hero {
        height: 650px
    }
}

@media(max-width:991px) {
    .wpo-static-hero {
        height: 600px
    }
}

@media(max-width:767px) {
    .wpo-static-hero {
        height: 500px
    }
}

@media(max-width:500px) {
    .wpo-static-hero {
        height: 450px
    }
}

@media(max-width:991px) {
    .wpo-static-hero .slide-content {
        padding-top: 70px
    }
}

.wpo-static-hero .slide-title h2 {
    color: #fff;
    font-size: 120px;
    font-weight: 400;
    line-height: 121px;
    margin: 10px 0 20px
}

@media(max-width:1399px) {
    .wpo-static-hero .slide-title h2 {
        font-size: 105px;
        font-size: 5.8333333333rem;
        line-height: 105px
    }
}

@media(max-width:1199px) {
    .wpo-static-hero .slide-title h2 {
        font-size: 90px;
        font-size: 5rem;
        line-height: 90px
    }
}

@media(max-width:991px) {
    .wpo-static-hero .slide-title h2 {
        font-size: 60px;
        font-size: 3.3333333333rem;
        line-height: 65px;
        margin-bottom: 20px
    }
}

@media(max-width:767px) {
    .wpo-static-hero .slide-title h2 {
        font-size: 50px;
        font-size: 2.7777777778rem;
        line-height: 55px
    }
}

@media(max-width:575px) {
    .wpo-static-hero .slide-title h2 {
        font-size: 40px;
        font-size: 2.2222222222rem;
        line-height: 45px;
        margin-bottom: 10px
    }
}

.wpo-static-hero .slide-title h2 span {
    color: #014284
}

.wpo-static-hero .slide-text p {
    color: #fff;
    font-size: 20px;
    line-height: 32.16px;
    margin-bottom: 30px;
    max-width: 630px
}

@media(max-width:991px) {
    .wpo-static-hero .slide-text p {
        font-size: 18px;
        font-size: 1rem;
        line-height: 30px;
        margin-bottom: 25px
    }
}

@media(max-width:767px) {
    .wpo-static-hero .slide-text p {
        font-size: 16px;
        font-size: .8888888889rem;
        line-height: 22px;
        margin-bottom: 30px
    }
}

.wpo-static-hero .hero-contact {
    background: #014284;
    bottom: 0;
    height: 130px;
    margin-left: -5px;
    position: absolute;
    width: 430px
}

@media(max-width:1700px) {
    .wpo-static-hero .hero-contact {
        margin-left: -15px
    }
}

@media(max-width:991px) {
    .wpo-static-hero .hero-contact {
        margin-left: 0;
        position: relative
    }
}

@media(max-width:575px) {
    .wpo-static-hero .hero-contact {
        height: 80px;
        width: 280px
    }
}

.wpo-static-hero .hero-contact .icon {
    background: #012f5e;
    display: flex;
    flex-direction: column;
    float: left;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 130px
}

@media(max-width:575px) {
    .wpo-static-hero .hero-contact .icon {
        width: 70px
    }
}

.wpo-static-hero .hero-contact .icon .fi:before {
    color: #fff;
    font-size: 50px
}

@media(max-width:575px) {
    .wpo-static-hero .hero-contact .icon .fi:before {
        font-size: 30px
    }
}

.wpo-static-hero .hero-contact .contact-text {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    padding-left: 20px
}

@media(max-width:575px) {
    .wpo-static-hero .hero-contact .contact-text {
        padding-left: 10px
    }
}

.wpo-static-hero .hero-contact .contact-text span {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 160.8%
}

@media(max-width:575px) {
    .wpo-static-hero .hero-contact .contact-text span {
        font-size: 15px
    }
}

.wpo-static-hero .hero-contact .contact-text h4 {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: .065em;
    line-height: 46px;
    margin-bottom: 0;
    margin-top: 5px;
    text-transform: uppercase
}

@media(max-width:575px) {
    .wpo-static-hero .hero-contact .contact-text h4 {
        font-size: 25px;
        line-height: 30px
    }
}

.wpo-static-hero .hero-video-wrap {
    background: #fff;
    bottom: 40px;
    left: 0;
    position: absolute
}

@media(max-width:991px) {
    .wpo-static-hero .hero-video-wrap {
        display: none
    }
}

.wpo-static-hero .hero-video-wrap ul {
    align-items: center;
    display: flex;
    list-style: none
}

.wpo-static-hero .hero-video-wrap ul .video-holder {
    position: relative
}

.wpo-static-hero .hero-video-wrap ul .video-holder .video-btn {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    height: 40px;
    left: 50%;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px
}

.wpo-static-hero .hero-video-wrap ul .video-text {
    font-family: Teko, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 160.8%;
    padding: 20px
}

@media(max-width:575px) {
    .wpo-hero-slider-s2,
    .wpo-hero-slider-s3 {
        height: 470px
    }
}

.wpo-hero-slider-s2 .slide-inner:before,
.wpo-hero-slider-s3 .slide-inner:before {
    background: hsla(0, 0%, 9%, .5)
}

.wpo-hero-slider-s2 .slide-inner .slide-content,
.wpo-hero-slider-s3 .slide-inner .slide-content {
    padding-top: 110px
}

@media(max-width:991px) {
    .wpo-hero-slider-s2 .slide-inner .slide-content,
    .wpo-hero-slider-s3 .slide-inner .slide-content {
        margin-top: 0;
        max-width: 100%;
        padding-left: 40px
    }
}

@media(max-width:575px) {
    .wpo-hero-slider-s2 .slide-inner .slide-content,
    .wpo-hero-slider-s3 .slide-inner .slide-content {
        padding-left: 5px;
        padding-top: 50px
    }
}

@media(max-width:991px) {
    .wpo-hero-slider-s2 .slide-inner .slide-content .slide-btns,
    .wpo-hero-slider-s3 .slide-inner .slide-content .slide-btns {
        max-width: 100%
    }
}

.wpo-hero-slider-s2 .slide-inner .slide-content .slide-btns .theme-btn-s2,
.wpo-hero-slider-s3 .slide-inner .slide-content .slide-btns .theme-btn-s2 {
    margin-right: 10px
}

@media(max-width:575px) {
    .wpo-hero-slider-s2 .slide-inner .slide-content .slide-btns .video-text,
    .wpo-hero-slider-s3 .slide-inner .slide-content .slide-btns .video-text {
        display: none
    }
}

@media(min-width:991px) {
    .wpo-hero-slider-s2 .swiper-pagination,
    .wpo-hero-slider-s3 .swiper-pagination {
        bottom: auto;
        left: auto;
        padding: 0;
        right: 50px;
        top: 50%
    }
    .wpo-hero-slider-s2 .swiper-pagination .swiper-pagination-bullet,
    .wpo-hero-slider-s3 .swiper-pagination .swiper-pagination-bullet {
        display: block;
        margin: 10px 0 !important
    }
}

@media(max-width:991px) {
    .wpo-hero-slider-s2 .swiper-pagination,
    .wpo-hero-slider-s3 .swiper-pagination {
        padding-left: 45px
    }
}

@media(max-width:575px) {
    .wpo-hero-slider-s2 .swiper-pagination,
    .wpo-hero-slider-s3 .swiper-pagination {
        padding-left: 15px
    }
}

.wpo-hero-slider-s2 .wpo-about-item,
.wpo-hero-slider-s3 .wpo-about-item {
    background: #fff;
    bottom: 0;
    max-width: 600px;
    padding: 30px 35px;
    position: absolute;
    right: 0;
    z-index: 111
}

@media(max-width:1400px) {
    .wpo-hero-slider-s2 .wpo-about-item,
    .wpo-hero-slider-s3 .wpo-about-item {
        max-width: 400px;
        padding: 20px
    }
}

@media(max-width:991px) {
    .wpo-hero-slider-s2 .wpo-about-item,
    .wpo-hero-slider-s3 .wpo-about-item {
        display: none
    }
}

.wpo-hero-slider-s2 .wpo-about-item .wpo-about-top,
.wpo-hero-slider-s3 .wpo-about-item .wpo-about-top {
    align-items: center;
    display: flex;
    margin-bottom: 10px
}

@media(max-width:991px) {
    .wpo-hero-slider-s2 .wpo-about-item .wpo-about-top,
    .wpo-hero-slider-s3 .wpo-about-item .wpo-about-top {
        margin-bottom: 10px
    }
}

.wpo-hero-slider-s2 .wpo-about-item .wpo-about-top .wpo-about-thumb-img,
.wpo-hero-slider-s3 .wpo-about-item .wpo-about-top .wpo-about-thumb-img {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 6.1px 3.9px rgba(28, 31, 86, .06);
    height: 60px;
    margin-right: 20px;
    padding: 5px;
    position: relative;
    width: 60px
}

.wpo-hero-slider-s2 .wpo-about-item .wpo-about-top .wpo-about-thumb-img img,
.wpo-hero-slider-s3 .wpo-about-item .wpo-about-top .wpo-about-thumb-img img {
    border-radius: 50%
}

.wpo-hero-slider-s2 .wpo-about-item .wpo-about-top .wpo-about-info,
.wpo-hero-slider-s3 .wpo-about-item .wpo-about-top .wpo-about-info {
    display: flex;
    flex-basis: 80%;
    justify-content: space-between
}

@media(max-width:500px) {
    .wpo-hero-slider-s2 .wpo-about-item .wpo-about-top .wpo-about-info,
    .wpo-hero-slider-s3 .wpo-about-item .wpo-about-top .wpo-about-info {
        display: block;
        flex-basis: 60%
    }
}

.wpo-hero-slider-s2 .wpo-about-item .wpo-about-top .wpo-about-info h2,
.wpo-hero-slider-s3 .wpo-about-item .wpo-about-top .wpo-about-info h2 {
    color: #222;
    font-family: Mulish, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 3px
}

.wpo-hero-slider-s2 .wpo-about-item .wpo-about-top .wpo-about-info span,
.wpo-hero-slider-s3 .wpo-about-item .wpo-about-top .wpo-about-info span {
    font-size: 15px;
    font-weight: 400;
    line-height: 19px
}

.wpo-hero-slider-s2 .wpo-about-item .wpo-about-top .wpo-about-info .wpo-about-info-ratting ul,
.wpo-hero-slider-s3 .wpo-about-item .wpo-about-top .wpo-about-info .wpo-about-info-ratting ul {
    display: flex;
    list-style: none
}

.wpo-hero-slider-s2 .wpo-about-item .wpo-about-top .wpo-about-info .wpo-about-info-ratting ul li,
.wpo-hero-slider-s3 .wpo-about-item .wpo-about-top .wpo-about-info .wpo-about-info-ratting ul li {
    color: #014284
}

.wpo-hero-slider-s2 .wpo-about-item .wpo-about-top .wpo-about-info .wpo-about-info-ratting ul li+li,
.wpo-hero-slider-s3 .wpo-about-item .wpo-about-top .wpo-about-info .wpo-about-info-ratting ul li+li {
    margin-left: 2px
}

.wpo-hero-slider-s2 .wpo-about-item .wpo-about-content p,
.wpo-hero-slider-s3 .wpo-about-item .wpo-about-content p {
    color: #323232;
    font-size: 20px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 0
}

@media(max-width:1400px) {
    .wpo-hero-slider-s2 .wpo-about-item .wpo-about-content p,
    .wpo-hero-slider-s3 .wpo-about-item .wpo-about-content p {
        font-size: 15px;
        line-height: 28px
    }
}

@-webkit-keyframes spineer {
    0% {
        box-shadow: 0 0 0 0 rgba(59, 81, 125, .99)
    }
    to {
        box-shadow: 0 0 0 45px rgba(59, 81, 125, .01)
    }
}

@keyframes spineer {
    0% {
        box-shadow: 0 0 0 0 rgba(59, 81, 125, .99)
    }
    to {
        box-shadow: 0 0 0 45px rgba(59, 81, 125, .01)
    }
}

.wpo-hero-slider-s3 {
    border-radius: 100px;
    height: 850px;
    overflow: hidden
}

@media(max-width:1199px) {
    .wpo-hero-slider-s3 {
        height: 650px
    }
}

@media(max-width:991px) {
    .wpo-hero-slider-s3 {
        height: 600px
    }
}

@media(max-width:767px) {
    .wpo-hero-slider-s3 {
        border-radius: 70px;
        height: 500px
    }
}

@media(max-width:575px) {
    .wpo-hero-slider-s3 {
        border-radius: 50px
    }
}

@media(max-width:500px) {
    .wpo-hero-slider-s3 {
        height: 450px
    }
}

.wpo-hero-slider-s3 .slide-inner .slide-content {
    padding-top: 40px
}

@media(max-width:767px) {
    .wpo-hero-slider-s3 .slide-inner .slide-content {
        padding-top: 10px
    }
}

.wpo-hero-slider-s3 .swiper-pagination {
    padding-left: 45px
}

@media(max-width:767px) {
    .wpo-hero-slider-s3 .swiper-pagination {
        padding-left: 50px
    }
}

@media(max-width:575px) {
    .wpo-hero-slider-s3 .swiper-pagination {
        padding-left: 20px
    }
}

.wpo-hero-slider-s4 .slide-inner:before {
    background: hsla(0, 0%, 9%, .7)
}

.wpo-hero-slider-s4 .slide-inner .slide-content {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    text-align: center
}

@media(max-width:991px) {
    .wpo-hero-slider-s4 .slide-inner .slide-content {
        padding-top: 120px
    }
}

.wpo-hero-slider-s4 .slide-inner .slide-content .slide-text p {
    margin: 0 auto 30px
}

.wpo-hero-slider-s4 .slide-inner .slide-content .slide-btns {
    max-width: 100%
}

.wpo-hero-slider-s4 .slide-inner .slide-content .slide-btns ul {
    justify-content: center
}

.wpo-hero-slider-s4 .swiper-pagination {
    padding: 0;
    text-align: center;
    width: 100%
}

.static-hero-s2 {
    background: url(/static/media/slide-6.7fa8946c4a2926ddcaf6.jpg) no-repeat 50%;
    height: 820px
}

@media(max-width:1400px) {
    .static-hero-s2 {
        height: 650px
    }
}

@media(max-width:1200px) {
    .static-hero-s2 {
        height: 550px
    }
}

@media(max-width:991px) {
    .static-hero-s2 {
        height: 500px
    }
}

@media(max-width:575px) {
    .static-hero-s2 {
        height: 400px
    }
}

@media(min-width:991px) {
    .static-hero-s2 .wpo-static-hero-inner .slide-content {
        padding-top: 45px
    }
}

@media(max-width:991px) {
    .static-hero-s2 .wpo-static-hero-inner .slide-content {
        padding-top: 0
    }
}

@media(max-width:575px) {
    .static-hero-s2 .wpo-static-hero-inner .slide-content {
        margin-top: 0
    }
}

.wpo-line-animated {
    height: 100%;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 68%;
    z-index: 99
}

.wpo-line-animated>span {
    background: hsla(0, 0%, 100%, .09);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px
}

.wpo-line-animated>span:before {
    -webkit-animation: line-animation 9s linear infinite alternate;
    animation: line-animation 9s linear infinite alternate;
    background: #014284;
    content: "";
    height: 10px;
    left: -2px;
    position: absolute;
    top: 0;
    width: 4px;
    z-index: -1
}

.wpo-line-animated>span:nth-child(2) {
    left: 25%
}

.wpo-line-animated>span:nth-child(2):before {
    -webkit-animation: line-animation 9s linear 1s infinite alternate;
    animation: line-animation 9s linear 1s infinite alternate;
    content: ""
}

.wpo-line-animated>span:nth-child(3) {
    left: 50%
}

.wpo-line-animated>span:nth-child(3):before {
    -webkit-animation: line-animation 9s linear 2s infinite alternate;
    animation: line-animation 9s linear 2s infinite alternate;
    content: ""
}

.wpo-line-animated>span:nth-child(4) {
    left: 75%
}

.wpo-line-animated>span:nth-child(5) {
    left: 100%
}

.wpo-line-animated>span:nth-child(5):before {
    -webkit-animation: line-animation 9s linear 1s infinite alternate;
    animation: line-animation 9s linear 1s infinite alternate;
    content: ""
}

@-webkit-keyframes line-animation {
    0% {
        top: 0
    }
    to {
        top: 100%
    }
}

@keyframes line-animation {
    0% {
        top: 0
    }
    to {
        top: 100%
    }
}

.wpo-site-footer,
.wpo-site-footer-s2 {
    background: url(/static/media/footer.79b75ec763b0af08edf0.jpg) no-repeat 50%;
    background-size: cover;
    font-size: 15px;
    overflow: hidden;
    position: relative
}

.wpo-site-footer-s2:before,
.wpo-site-footer:before {
    background: #333;
    content: "";
    height: 100%;
    left: 0;
    opacity: .96;
    position: absolute;
    top: 0;
    width: 100%
}

.wpo-site-footer ul,
.wpo-site-footer-s2 ul {
    list-style: none
}

.wpo-site-footer li,
.wpo-site-footer p,
.wpo-site-footer-s2 li,
.wpo-site-footer-s2 p {
    color: #fff
}

.wpo-site-footer .container,
.wpo-site-footer-s2 .container {
    position: relative
}

.wpo-site-footer .wpo-upper-footer,
.wpo-site-footer-s2 .wpo-upper-footer {
    padding: 100px 120px;
    position: relative;
    z-index: 1
}

@media(max-width:1800px) {
    .wpo-site-footer .wpo-upper-footer,
    .wpo-site-footer-s2 .wpo-upper-footer {
        padding: 80px 50px
    }
}

@media(max-width:991px) {
    .wpo-site-footer .wpo-upper-footer,
    .wpo-site-footer-s2 .wpo-upper-footer {
        padding: 60px 30px 0
    }
}

@media(max-width:767px) {
    .wpo-site-footer .wpo-upper-footer,
    .wpo-site-footer-s2 .wpo-upper-footer {
        padding: 30px 20px 0
    }
}

@media(max-width:991px) {
    .wpo-site-footer .wpo-upper-footer .col,
    .wpo-site-footer-s2 .wpo-upper-footer .col {
        margin-bottom: 70px;
        min-height: 235px
    }
}

@media(max-width:767px) {
    .wpo-site-footer .wpo-upper-footer .col,
    .wpo-site-footer-s2 .wpo-upper-footer .col {
        margin-bottom: 60px;
        min-height: auto
    }
}

.wpo-site-footer .widget-title,
.wpo-site-footer-s2 .widget-title {
    margin-bottom: 30px
}

@media(max-width:767px) {
    .wpo-site-footer .widget-title,
    .wpo-site-footer-s2 .widget-title {
        margin-bottom: 20px
    }
}

.wpo-site-footer .widget-title h3,
.wpo-site-footer-s2 .widget-title h3 {
    color: #fff;
    font-family: Teko, sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 43px;
    margin: 0;
    position: relative
}

.wpo-site-footer .widget-title.logo,
.wpo-site-footer-s2 .widget-title.logo {
    margin-bottom: 0
}

.wpo-site-footer .about-widget .logo,
.wpo-site-footer-s2 .about-widget .logo {
    color: #014284;
    font-family: Teko, sans-serif;
    font-size: 45px;
    line-height: 40px
}

@media(max-width:991px) {
    .wpo-site-footer .about-widget .logo,
    .wpo-site-footer-s2 .about-widget .logo {
        font-size: 40px
    }
}

.wpo-site-footer .about-widget .logo span,
.wpo-site-footer-s2 .about-widget .logo span {
    position: relative
}

.wpo-site-footer .about-widget .logo span i,
.wpo-site-footer-s2 .about-widget .logo span i {
    font-size: 13px;
    left: 1px;
    position: absolute;
    top: 3px
}

.wpo-site-footer .about-widget p,
.wpo-site-footer-s2 .about-widget p {
    font-weight: 400;
    line-height: 30px;
    margin-bottom: .8em
}

.wpo-site-footer .about-widget p:last-child,
.wpo-site-footer-s2 .about-widget p:last-child {
    margin-bottom: 0
}

.wpo-site-footer .about-widget ul,
.wpo-site-footer-s2 .about-widget ul {
    overflow: hidden;
    padding-top: 10px
}

.wpo-site-footer .about-widget ul li,
.wpo-site-footer-s2 .about-widget ul li {
    float: left;
    font-size: 22px
}

.wpo-site-footer .about-widget ul li a,
.wpo-site-footer-s2 .about-widget ul li a {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 36px;
    line-height: 40px;
    text-align: center;
    width: 36px
}

.wpo-site-footer .about-widget ul li a:hover,
.wpo-site-footer-s2 .about-widget ul li a:hover {
    background: #fff;
    color: #014284
}

.wpo-site-footer .about-widget ul li+li,
.wpo-site-footer-s2 .about-widget ul li+li {
    margin-left: 20px
}

@media screen and (max-width:1600px) {
    .wpo-site-footer .about-widget ul li+li,
    .wpo-site-footer-s2 .about-widget ul li+li {
        margin-left: 10px
    }
}

.wpo-site-footer .link-widget,
.wpo-site-footer-s2 .link-widget {
    overflow: hidden
}

@media screen and (min-width:1500px) {
    .wpo-site-footer .link-widget,
    .wpo-site-footer-s2 .link-widget {
        padding-left: 65px
    }
}

@media(max-width:1199px) {
    .wpo-site-footer .link-widget,
    .wpo-site-footer-s2 .link-widget {
        padding-left: 20px
    }
}

@media(max-width:991px) {
    .wpo-site-footer .link-widget,
    .wpo-site-footer-s2 .link-widget {
        padding-left: 0
    }
}

@media(max-width:767px) {
    .wpo-site-footer .link-widget,
    .wpo-site-footer-s2 .link-widget {
        max-width: 350px
    }
}

.wpo-site-footer .link-widget ul li,
.wpo-site-footer-s2 .link-widget ul li {
    position: relative
}

.wpo-site-footer .link-widget ul li a,
.wpo-site-footer-s2 .link-widget ul li a {
    color: #fff;
    font-size: 17px
}

.wpo-site-footer .link-widget ul li a:hover,
.wpo-site-footer-s2 .link-widget ul li a:hover {
    text-decoration: underline
}

.wpo-site-footer .link-widget ul li+li,
.wpo-site-footer-s2 .link-widget ul li+li {
    padding-top: 12px
}

.wpo-site-footer .contact-ft,
.wpo-site-footer-s2 .contact-ft {
    margin-top: 20px;
    padding-right: 60px
}

@media(max-width:1500px) {
    .wpo-site-footer .contact-ft,
    .wpo-site-footer-s2 .contact-ft {
        padding-right: 0
    }
}

.wpo-site-footer .contact-ft ul li,
.wpo-site-footer-s2 .contact-ft ul li {
    color: #fff;
    font-size: 16px;
    padding-bottom: 15px;
    padding-left: 35px;
    position: relative
}

.wpo-site-footer .contact-ft ul li i,
.wpo-site-footer-s2 .contact-ft ul li i {
    left: 0;
    position: absolute;
    top: 2px
}

.wpo-site-footer .contact-ft ul li .fi:before,
.wpo-site-footer-s2 .contact-ft ul li .fi:before {
    font-size: 20px;
    margin-right: 15px
}

.wpo-site-footer .wpo-lower-footer,
.wpo-site-footer-s2 .wpo-lower-footer {
    border-top: 1px solid #5f5e5e;
    position: relative;
    text-align: center
}

.wpo-site-footer .wpo-lower-footer .row,
.wpo-site-footer-s2 .wpo-lower-footer .row {
    padding: 20px 0;
    position: relative
}

.wpo-site-footer .wpo-lower-footer ul,
.wpo-site-footer-s2 .wpo-lower-footer ul {
    display: flex;
    justify-content: space-between
}

@media(max-width:991px) {
    .wpo-site-footer .wpo-lower-footer ul,
    .wpo-site-footer-s2 .wpo-lower-footer ul {
        flex-wrap: wrap;
        justify-content: center
    }
}

.wpo-site-footer .wpo-lower-footer ul li,
.wpo-site-footer-s2 .wpo-lower-footer ul li {
    color: #fff;
    font-size: 18px;
    margin: 0
}

@media(max-width:991px) {
    .wpo-site-footer .wpo-lower-footer ul li:first-child,
    .wpo-site-footer-s2 .wpo-lower-footer ul li:first-child {
        margin-bottom: 10px
    }
}

@media(max-width:767px) {
    .wpo-site-footer .wpo-lower-footer ul li,
    .wpo-site-footer-s2 .wpo-lower-footer ul li {
        font-size: 14px
    }
}

.wpo-site-footer .wpo-lower-footer ul li a,
.wpo-site-footer-s2 .wpo-lower-footer ul li a {
    color: #fff;
    text-decoration: none
}

.wpo-site-footer .wpo-lower-footer ul li a:hover,
.wpo-site-footer-s2 .wpo-lower-footer ul li a:hover {
    color: #014284
}

@media(max-width:991px) {
    .wpo-site-footer .wpo-lower-footer ul li,
    .wpo-site-footer-s2 .wpo-lower-footer ul li {
        display: block;
        float: none
    }
}

@media(max-width:1200px) {
    .wpo-site-footer .instagram,
    .wpo-site-footer-s2 .instagram {
        margin-top: 40px
    }
}

@media(max-width:991px) {
    .wpo-site-footer .instagram,
    .wpo-site-footer-s2 .instagram {
        margin-top: 0
    }
}

.wpo-site-footer .instagram ul,
.wpo-site-footer-s2 .instagram ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3px
}

.wpo-site-footer .instagram ul li,
.wpo-site-footer-s2 .instagram ul li {
    flex: 0 0 33.33%;
    margin-bottom: 5px;
    max-width: 33.33%;
    padding: 0 3px
}

.wpo-site-footer .instagram ul li img,
.wpo-site-footer-s2 .instagram ul li img {
    width: 100%
}

.wpo-site-footer-s2 {
    background: #191b1e
}

.wpo-site-footer-s2:before {
    display: none
}

.wpo-site-footer-s2 .wpo-lower-footer {
    border-top: 1px solid #2f2f38
}

.sticky-header {
    left: 0;
    opacity: 0;
    position: fixed;
    top: -200px;
    transition: all .7s;
    width: 100%;
    z-index: 9999
}

.sticky-on {
    opacity: 1;
    top: 0
}

.wpo-about-area .wpo-about-img,
.wpo-about-area-s2 .wpo-about-img,
.wpo-about-area-s3 .wpo-about-img,
.wpo-about-area-s4 .wpo-about-img,
.wpo-about-area-s5 .wpo-about-img {
    padding-left: 150px;
    position: relative
}

.wpo-about-area .wpo-about-img img,
.wpo-about-area-s2 .wpo-about-img img,
.wpo-about-area-s3 .wpo-about-img img,
.wpo-about-area-s4 .wpo-about-img img,
.wpo-about-area-s5 .wpo-about-img img {
    width: 100%
}

@media(max-width:1200px) {
    .wpo-about-area .wpo-about-img,
    .wpo-about-area-s2 .wpo-about-img,
    .wpo-about-area-s3 .wpo-about-img,
    .wpo-about-area-s4 .wpo-about-img,
    .wpo-about-area-s5 .wpo-about-img {
        padding-left: 100px
    }
}

@media(max-width:991px) {
    .wpo-about-area .wpo-about-img,
    .wpo-about-area-s2 .wpo-about-img,
    .wpo-about-area-s3 .wpo-about-img,
    .wpo-about-area-s4 .wpo-about-img,
    .wpo-about-area-s5 .wpo-about-img {
        padding-left: 0;
        padding-top: 40px
    }
}

.wpo-about-area .wpo-about-img .wpo-about-item,
.wpo-about-area-s2 .wpo-about-img .wpo-about-item,
.wpo-about-area-s3 .wpo-about-img .wpo-about-item,
.wpo-about-area-s4 .wpo-about-img .wpo-about-item,
.wpo-about-area-s5 .wpo-about-img .wpo-about-item {
    background: #f5f9fd;
    border-bottom: 2px solid #014284;
    border-left: 2px solid #014284;
    left: -50px;
    margin-left: -50px;
    margin-top: -100px;
    padding: 40px 30px;
    position: relative
}

@media(max-width:991px) {
    .wpo-about-area .wpo-about-img .wpo-about-item,
    .wpo-about-area-s2 .wpo-about-img .wpo-about-item,
    .wpo-about-area-s3 .wpo-about-img .wpo-about-item,
    .wpo-about-area-s4 .wpo-about-img .wpo-about-item,
    .wpo-about-area-s5 .wpo-about-img .wpo-about-item {
        left: auto;
        margin-left: auto;
        margin-right: 0;
        margin-top: 30px;
        right: 0
    }
}

.wpo-about-area .wpo-about-img .wpo-about-item .wpo-about-top,
.wpo-about-area-s2 .wpo-about-img .wpo-about-item .wpo-about-top,
.wpo-about-area-s3 .wpo-about-img .wpo-about-item .wpo-about-top,
.wpo-about-area-s4 .wpo-about-img .wpo-about-item .wpo-about-top,
.wpo-about-area-s5 .wpo-about-img .wpo-about-item .wpo-about-top {
    align-items: center;
    display: flex;
    margin-bottom: 10px
}

@media(max-width:991px) {
    .wpo-about-area .wpo-about-img .wpo-about-item .wpo-about-top,
    .wpo-about-area-s2 .wpo-about-img .wpo-about-item .wpo-about-top,
    .wpo-about-area-s3 .wpo-about-img .wpo-about-item .wpo-about-top,
    .wpo-about-area-s4 .wpo-about-img .wpo-about-item .wpo-about-top,
    .wpo-about-area-s5 .wpo-about-img .wpo-about-item .wpo-about-top {
        margin-bottom: 10px
    }
}

.wpo-about-area .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-thumb-img,
.wpo-about-area-s2 .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-thumb-img,
.wpo-about-area-s3 .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-thumb-img,
.wpo-about-area-s4 .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-thumb-img,
.wpo-about-area-s5 .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-thumb-img {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 6.1px 3.9px rgba(28, 31, 86, .06);
    height: 60px;
    margin-right: 20px;
    padding: 5px;
    position: relative;
    width: 60px
}

.wpo-about-area .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-thumb-img img,
.wpo-about-area-s2 .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-thumb-img img,
.wpo-about-area-s3 .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-thumb-img img,
.wpo-about-area-s4 .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-thumb-img img,
.wpo-about-area-s5 .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-thumb-img img {
    border-radius: 50%
}

.wpo-about-area .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-info,
.wpo-about-area-s2 .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-info,
.wpo-about-area-s3 .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-info,
.wpo-about-area-s4 .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-info,
.wpo-about-area-s5 .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-info {
    display: flex;
    flex-basis: 80%;
    justify-content: space-between
}

@media(max-width:500px) {
    .wpo-about-area .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-info,
    .wpo-about-area-s2 .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-info,
    .wpo-about-area-s3 .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-info,
    .wpo-about-area-s4 .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-info,
    .wpo-about-area-s5 .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-info {
        display: block;
        flex-basis: 60%
    }
}

.wpo-about-area .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-info h2,
.wpo-about-area-s2 .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-info h2,
.wpo-about-area-s3 .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-info h2,
.wpo-about-area-s4 .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-info h2,
.wpo-about-area-s5 .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-info h2 {
    color: #222;
    font-family: Mulish, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 3px
}

.wpo-about-area .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-info span,
.wpo-about-area-s2 .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-info span,
.wpo-about-area-s3 .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-info span,
.wpo-about-area-s4 .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-info span,
.wpo-about-area-s5 .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-info span {
    font-size: 15px;
    font-weight: 400;
    line-height: 19px
}

.wpo-about-area .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-info .wpo-about-info-ratting ul,
.wpo-about-area-s2 .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-info .wpo-about-info-ratting ul,
.wpo-about-area-s3 .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-info .wpo-about-info-ratting ul,
.wpo-about-area-s4 .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-info .wpo-about-info-ratting ul,
.wpo-about-area-s5 .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-info .wpo-about-info-ratting ul {
    display: flex;
    list-style: none
}

.wpo-about-area .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-info .wpo-about-info-ratting ul li,
.wpo-about-area-s2 .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-info .wpo-about-info-ratting ul li,
.wpo-about-area-s3 .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-info .wpo-about-info-ratting ul li,
.wpo-about-area-s4 .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-info .wpo-about-info-ratting ul li,
.wpo-about-area-s5 .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-info .wpo-about-info-ratting ul li {
    color: #014284
}

.wpo-about-area .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-info .wpo-about-info-ratting ul li+li,
.wpo-about-area-s2 .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-info .wpo-about-info-ratting ul li+li,
.wpo-about-area-s3 .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-info .wpo-about-info-ratting ul li+li,
.wpo-about-area-s4 .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-info .wpo-about-info-ratting ul li+li,
.wpo-about-area-s5 .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-info .wpo-about-info-ratting ul li+li {
    margin-left: 2px
}

.wpo-about-area .wpo-about-img .wpo-about-item .wpo-about-content p,
.wpo-about-area-s2 .wpo-about-img .wpo-about-item .wpo-about-content p,
.wpo-about-area-s3 .wpo-about-img .wpo-about-item .wpo-about-content p,
.wpo-about-area-s4 .wpo-about-img .wpo-about-item .wpo-about-content p,
.wpo-about-area-s5 .wpo-about-img .wpo-about-item .wpo-about-content p {
    color: #323232;
    font-size: 20px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 0
}

.wpo-about-area .wpo-about-text,
.wpo-about-area-s2 .wpo-about-text,
.wpo-about-area-s3 .wpo-about-text,
.wpo-about-area-s4 .wpo-about-text,
.wpo-about-area-s5 .wpo-about-text {
    padding-right: 50px
}

@media(max-width:1400px) {
    .wpo-about-area .wpo-about-text,
    .wpo-about-area-s2 .wpo-about-text,
    .wpo-about-area-s3 .wpo-about-text,
    .wpo-about-area-s4 .wpo-about-text,
    .wpo-about-area-s5 .wpo-about-text {
        padding-right: 40px
    }
}

@media(max-width:1200px) {
    .wpo-about-area .wpo-about-text,
    .wpo-about-area-s2 .wpo-about-text,
    .wpo-about-area-s3 .wpo-about-text,
    .wpo-about-area-s4 .wpo-about-text,
    .wpo-about-area-s5 .wpo-about-text {
        padding-right: 20px
    }
}

@media(max-width:991px) {
    .wpo-about-area .wpo-about-text,
    .wpo-about-area-s2 .wpo-about-text,
    .wpo-about-area-s3 .wpo-about-text,
    .wpo-about-area-s4 .wpo-about-text,
    .wpo-about-area-s5 .wpo-about-text {
        padding-right: 0
    }
}

.wpo-about-area .wpo-about-text .wpo-about-title span.sub,
.wpo-about-area-s2 .wpo-about-text .wpo-about-title span.sub,
.wpo-about-area-s3 .wpo-about-text .wpo-about-title span.sub,
.wpo-about-area-s4 .wpo-about-text .wpo-about-title span.sub,
.wpo-about-area-s5 .wpo-about-text .wpo-about-title span.sub {
    color: #014284;
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    padding-left: 80px;
    position: relative
}

.wpo-about-area .wpo-about-text .wpo-about-title span.sub:before,
.wpo-about-area-s2 .wpo-about-text .wpo-about-title span.sub:before,
.wpo-about-area-s3 .wpo-about-text .wpo-about-title span.sub:before,
.wpo-about-area-s4 .wpo-about-text .wpo-about-title span.sub:before,
.wpo-about-area-s5 .wpo-about-text .wpo-about-title span.sub:before {
    background: #014284;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 70px
}

.wpo-about-area .wpo-about-text .wpo-about-title h2,
.wpo-about-area-s2 .wpo-about-text .wpo-about-title h2,
.wpo-about-area-s3 .wpo-about-text .wpo-about-title h2,
.wpo-about-area-s4 .wpo-about-text .wpo-about-title h2,
.wpo-about-area-s5 .wpo-about-text .wpo-about-title h2 {
    font-size: 100px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 20px;
    margin-top: 20px
}

@media(max-width:1400px) {
    .wpo-about-area .wpo-about-text .wpo-about-title h2,
    .wpo-about-area-s2 .wpo-about-text .wpo-about-title h2,
    .wpo-about-area-s3 .wpo-about-text .wpo-about-title h2,
    .wpo-about-area-s4 .wpo-about-text .wpo-about-title h2,
    .wpo-about-area-s5 .wpo-about-text .wpo-about-title h2 {
        font-size: 80px
    }
}

@media(max-width:1200px) {
    .wpo-about-area .wpo-about-text .wpo-about-title h2,
    .wpo-about-area-s2 .wpo-about-text .wpo-about-title h2,
    .wpo-about-area-s3 .wpo-about-text .wpo-about-title h2,
    .wpo-about-area-s4 .wpo-about-text .wpo-about-title h2,
    .wpo-about-area-s5 .wpo-about-text .wpo-about-title h2 {
        font-size: 55px;
        line-height: 55px;
        margin-bottom: 20px
    }
}

@media(max-width:450px) {
    .wpo-about-area .wpo-about-text .wpo-about-title h2,
    .wpo-about-area-s2 .wpo-about-text .wpo-about-title h2,
    .wpo-about-area-s3 .wpo-about-text .wpo-about-title h2,
    .wpo-about-area-s4 .wpo-about-text .wpo-about-title h2,
    .wpo-about-area-s5 .wpo-about-text .wpo-about-title h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px
    }
}

.wpo-about-area .wpo-about-text .wpo-about-title h2 span,
.wpo-about-area-s2 .wpo-about-text .wpo-about-title h2 span,
.wpo-about-area-s3 .wpo-about-text .wpo-about-title h2 span,
.wpo-about-area-s4 .wpo-about-text .wpo-about-title h2 span,
.wpo-about-area-s5 .wpo-about-text .wpo-about-title h2 span {
    color: #014284
}

.wpo-about-area .wpo-about-text h5,
.wpo-about-area-s2 .wpo-about-text h5,
.wpo-about-area-s3 .wpo-about-text h5,
.wpo-about-area-s4 .wpo-about-text h5,
.wpo-about-area-s5 .wpo-about-text h5 {
    color: #222;
    font-family: Mulish, sans-serif;
    font-size: 22px;
    font-weight: 400;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 25px
}

@media(max-width:991px) {
    .wpo-about-area .wpo-about-text h5,
    .wpo-about-area-s2 .wpo-about-text h5,
    .wpo-about-area-s3 .wpo-about-text h5,
    .wpo-about-area-s4 .wpo-about-text h5,
    .wpo-about-area-s5 .wpo-about-text h5 {
        font-size: 18px
    }
}

.wpo-about-area .wpo-about-text .btns,
.wpo-about-area-s2 .wpo-about-text .btns,
.wpo-about-area-s3 .wpo-about-text .btns,
.wpo-about-area-s4 .wpo-about-text .btns,
.wpo-about-area-s5 .wpo-about-text .btns {
    margin-top: 35px
}

.wpo-service-area,
.wpo-service-area-s2 {
    padding-bottom: 90px
}

@media(max-width:991px) {
    .wpo-service-area,
    .wpo-service-area-s2 {
        padding-bottom: 80px
    }
}

@media(max-width:767px) {
    .wpo-service-area,
    .wpo-service-area-s2 {
        padding-bottom: 60px
    }
}

.wpo-service-area .wpo-service-item,
.wpo-service-area-s2 .wpo-service-item {
    border-radius: 10px;
    box-shadow: 0 4px 10px 3px rgba(21, 3, 131, .05);
    margin-bottom: 30px;
    padding: 60px 40px
}

@media(max-width:1200px) {
    .wpo-service-area .wpo-service-item,
    .wpo-service-area-s2 .wpo-service-item {
        padding: 40px 25px
    }
}

.wpo-service-area .wpo-service-item .icon,
.wpo-service-area-s2 .wpo-service-item .icon {
    border-radius: 50%;
    box-shadow: 3px 4px 15px 5px rgba(21, 3, 131, .04);
    height: 100px;
    line-height: 100px;
    text-align: center;
    width: 100px
}

.wpo-service-area .wpo-service-item .icon img,
.wpo-service-area-s2 .wpo-service-item .icon img {
    max-width: 50px
}

.wpo-service-area .wpo-service-item h2,
.wpo-service-area-s2 .wpo-service-item h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 115.3%;
    margin-bottom: 15px;
    margin-top: 20px
}

@media(max-width:1400px) {
    .wpo-service-area .wpo-service-item h2,
    .wpo-service-area-s2 .wpo-service-item h2 {
        font-size: 35px
    }
}

@media(max-width:1200px) {
    .wpo-service-area .wpo-service-item h2,
    .wpo-service-area-s2 .wpo-service-item h2 {
        font-size: 30px;
        margin-bottom: 10px
    }
}

.wpo-service-area .wpo-service-item h2 a,
.wpo-service-area-s2 .wpo-service-item h2 a {
    color: #222
}

.wpo-service-area .wpo-service-item h2 a:hover,
.wpo-service-area-s2 .wpo-service-item h2 a:hover {
    color: #014284
}

.wpo-service-area .wpo-service-item p,
.wpo-service-area-s2 .wpo-service-item p {
    margin-bottom: 0
}

.wpo-project-area,
.wpo-project-area-s2,
.wpo-project-area-s3 {
    position: relative
}

.wpo-project-area-s2:before,
.wpo-project-area-s3:before,
.wpo-project-area:before {
    background: #222;
    bottom: -1px;
    content: "";
    height: 40%;
    left: 0;
    position: absolute;
    width: 100%
}

.wpo-project-area-s2.s4:before,
.wpo-project-area-s3.s4:before,
.wpo-project-area.s4:before {
    bottom: 0;
    height: 100%
}

.wpo-project-area .wpo-project-wrap .wpo-project-item,
.wpo-project-area-s2 .wpo-project-wrap .wpo-project-item,
.wpo-project-area-s3 .wpo-project-wrap .wpo-project-item {
    position: relative
}

.wpo-project-area .wpo-project-wrap .wpo-project-item .wpo-project-img,
.wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-img,
.wpo-project-area-s3 .wpo-project-wrap .wpo-project-item .wpo-project-img {
    position: relative;
    z-index: 1
}

.wpo-project-area .wpo-project-wrap .wpo-project-item .wpo-project-img:before,
.wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-img:before,
.wpo-project-area-s3 .wpo-project-wrap .wpo-project-item .wpo-project-img:before {
    background: #222;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .3s;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

.wpo-project-area .wpo-project-wrap .wpo-project-item .wpo-project-img img,
.wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-img img,
.wpo-project-area-s3 .wpo-project-wrap .wpo-project-item .wpo-project-img img {
    width: 100%
}

.wpo-project-area .wpo-project-wrap .wpo-project-item .wpo-project-img .thumb,
.wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-img .thumb,
.wpo-project-area-s3 .wpo-project-wrap .wpo-project-item .wpo-project-img .thumb {
    bottom: -10px;
    position: absolute;
    right: 5px;
    z-index: 99
}

@media only screen and (max-width:1500px)and (min-width:991px) {
    .wpo-project-area .wpo-project-wrap .wpo-project-item .wpo-project-img .thumb,
    .wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-img .thumb,
    .wpo-project-area-s3 .wpo-project-wrap .wpo-project-item .wpo-project-img .thumb {
        bottom: 30px
    }
}

.wpo-project-area .wpo-project-wrap .wpo-project-item .wpo-project-img .thumb h4,
.wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-img .thumb h4,
.wpo-project-area-s3 .wpo-project-wrap .wpo-project-item .wpo-project-img .thumb h4 {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #014284;
    font-size: 120px;
    font-weight: 400;
    line-height: 0
}

.wpo-project-area .wpo-project-wrap .wpo-project-item .wpo-project-text,
.wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-text,
.wpo-project-area-s3 .wpo-project-wrap .wpo-project-item .wpo-project-text {
    padding-top: 20px;
    transition: all .3s;
    z-index: 111
}

.wpo-project-area .wpo-project-wrap .wpo-project-item .wpo-project-text h2,
.wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-text h2,
.wpo-project-area-s3 .wpo-project-wrap .wpo-project-item .wpo-project-text h2 {
    font-size: 40px;
    line-height: 58px;
    margin-bottom: 0
}

@media(max-width:575px) {
    .wpo-project-area .wpo-project-wrap .wpo-project-item .wpo-project-text h2,
    .wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-text h2,
    .wpo-project-area-s3 .wpo-project-wrap .wpo-project-item .wpo-project-text h2 {
        font-size: 30px;
        line-height: 45px
    }
}

.wpo-project-area .wpo-project-wrap .wpo-project-item .wpo-project-text h2 a,
.wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-text h2 a,
.wpo-project-area-s3 .wpo-project-wrap .wpo-project-item .wpo-project-text h2 a {
    color: #fff
}

.wpo-project-area .wpo-project-wrap .wpo-project-item .wpo-project-text h2 a:hover,
.wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-text h2 a:hover,
.wpo-project-area-s3 .wpo-project-wrap .wpo-project-item .wpo-project-text h2 a:hover {
    color: #014284
}

.wpo-project-area .wpo-project-wrap .wpo-project-item .wpo-project-text span,
.wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-text span,
.wpo-project-area-s3 .wpo-project-wrap .wpo-project-item .wpo-project-text span {
    color: #014284;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px
}

@media(max-width:575px) {
    .wpo-project-area .wpo-project-wrap .wpo-project-item .wpo-project-text span,
    .wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-text span,
    .wpo-project-area-s3 .wpo-project-wrap .wpo-project-item .wpo-project-text span {
        font-size: 16px
    }
}

.wpo-project-area .wpo-project-wrap .wpo-project-item:hover .wpo-project-img:before,
.wpo-project-area-s2 .wpo-project-wrap .wpo-project-item:hover .wpo-project-img:before,
.wpo-project-area-s3 .wpo-project-wrap .wpo-project-item:hover .wpo-project-img:before {
    opacity: .5;
    visibility: visible
}

.wpo-project-area .wpo-project-wrap:hover .slick-next,
.wpo-project-area .wpo-project-wrap:hover .slick-prev,
.wpo-project-area-s2 .wpo-project-wrap:hover .slick-next,
.wpo-project-area-s2 .wpo-project-wrap:hover .slick-prev,
.wpo-project-area-s3 .wpo-project-wrap:hover .slick-next,
.wpo-project-area-s3 .wpo-project-wrap:hover .slick-prev {
    opacity: 1
}

.wpo-project-area .wpo-project-wrap .slick-next,
.wpo-project-area .wpo-project-wrap .slick-prev,
.wpo-project-area-s2 .wpo-project-wrap .slick-next,
.wpo-project-area-s2 .wpo-project-wrap .slick-prev,
.wpo-project-area-s3 .wpo-project-wrap .slick-next,
.wpo-project-area-s3 .wpo-project-wrap .slick-prev {
    background: #fff;
    border-radius: 50%;
    height: 50px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .3s;
    width: 50px;
    z-index: 1
}

@media(max-width:575px) {
    .wpo-project-area .wpo-project-wrap .slick-next,
    .wpo-project-area .wpo-project-wrap .slick-prev,
    .wpo-project-area-s2 .wpo-project-wrap .slick-next,
    .wpo-project-area-s2 .wpo-project-wrap .slick-prev,
    .wpo-project-area-s3 .wpo-project-wrap .slick-next,
    .wpo-project-area-s3 .wpo-project-wrap .slick-prev {
        display: none
    }
}

.wpo-project-area .wpo-project-wrap .slick-prev,
.wpo-project-area-s2 .wpo-project-wrap .slick-prev,
.wpo-project-area-s3 .wpo-project-wrap .slick-prev {
    left: 35px
}

.wpo-project-area .wpo-project-wrap .slick-prev:before,
.wpo-project-area-s2 .wpo-project-wrap .slick-prev:before,
.wpo-project-area-s3 .wpo-project-wrap .slick-prev:before {
    color: #014284;
    content: "";
    font-family: themify;
    z-index: 1
}

.wpo-project-area .wpo-project-wrap .slick-next,
.wpo-project-area-s2 .wpo-project-wrap .slick-next,
.wpo-project-area-s3 .wpo-project-wrap .slick-next {
    right: 35px
}

.wpo-project-area .wpo-project-wrap .slick-next:before,
.wpo-project-area-s2 .wpo-project-wrap .slick-next:before,
.wpo-project-area-s3 .wpo-project-wrap .slick-next:before {
    color: #014284;
    content: "";
    font-family: themify;
    z-index: 1
}

.wpo-project-area .wpo-project-wrap .slick-dots,
.wpo-project-area-s2 .wpo-project-wrap .slick-dots,
.wpo-project-area-s3 .wpo-project-wrap .slick-dots {
    bottom: -10px;
    position: relative;
    text-align: center
}

.wpo-project-area .wpo-project-wrap .slick-dots li,
.wpo-project-area-s2 .wpo-project-wrap .slick-dots li,
.wpo-project-area-s3 .wpo-project-wrap .slick-dots li {
    height: 0;
    margin: 0
}

.wpo-project-area .wpo-project-wrap .slick-dots li button,
.wpo-project-area-s2 .wpo-project-wrap .slick-dots li button,
.wpo-project-area-s3 .wpo-project-wrap .slick-dots li button {
    background: #d4e6f5;
    border: 0;
    border-radius: 50%;
    height: 12px;
    width: 12px
}

.wpo-project-area .wpo-project-wrap .slick-dots li button:before,
.wpo-project-area-s2 .wpo-project-wrap .slick-dots li button:before,
.wpo-project-area-s3 .wpo-project-wrap .slick-dots li button:before {
    display: none
}

.wpo-project-area .wpo-project-wrap .slick-dots .slick-active button,
.wpo-project-area-s2 .wpo-project-wrap .slick-dots .slick-active button,
.wpo-project-area-s3 .wpo-project-wrap .slick-dots .slick-active button {
    background-color: #014284
}

.wpo-project-area .slick-list,
.wpo-project-area-s2 .slick-list,
.wpo-project-area-s3 .slick-list {
    margin: 0 -15px
}

.wpo-project-area .slick-slide,
.wpo-project-area-s2 .slick-slide,
.wpo-project-area-s3 .slick-slide {
    padding: 0 15px
}

.wpo-testimonial-area,
.wpo-testimonial-area-s2,
.wpo-testimonial-area-s3 {
    background: #222;
    padding-bottom: 120px
}

@media(max-width:991px) {
    .wpo-testimonial-area,
    .wpo-testimonial-area-s2,
    .wpo-testimonial-area-s3 {
        padding-bottom: 80px
    }
}

.wpo-testimonial-area .wpo-testimonial-wrap .wpo-testimonial-item,
.wpo-testimonial-area-s2 .wpo-testimonial-wrap .wpo-testimonial-item,
.wpo-testimonial-area-s3 .wpo-testimonial-wrap .wpo-testimonial-item {
    background-size: cover;
    text-align: center
}

@media(max-width:991px) {
    .wpo-testimonial-area .wpo-testimonial-wrap .wpo-testimonial-item,
    .wpo-testimonial-area-s2 .wpo-testimonial-wrap .wpo-testimonial-item,
    .wpo-testimonial-area-s3 .wpo-testimonial-wrap .wpo-testimonial-item {
        padding: 30px
    }
}

@media(max-width:575px) {
    .wpo-testimonial-area .wpo-testimonial-wrap .wpo-testimonial-item,
    .wpo-testimonial-area-s2 .wpo-testimonial-wrap .wpo-testimonial-item,
    .wpo-testimonial-area-s3 .wpo-testimonial-wrap .wpo-testimonial-item {
        padding: 20px
    }
}

.wpo-testimonial-area .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-top,
.wpo-testimonial-area-s2 .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-top,
.wpo-testimonial-area-s3 .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-top {
    margin-bottom: 30px
}

@media(max-width:991px) {
    .wpo-testimonial-area .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-top,
    .wpo-testimonial-area-s2 .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-top,
    .wpo-testimonial-area-s3 .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-top {
        flex-wrap: wrap;
        margin-bottom: 20px
    }
}

.wpo-testimonial-area .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-top .wpo-testimonial-img,
.wpo-testimonial-area-s2 .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-top .wpo-testimonial-img,
.wpo-testimonial-area-s3 .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-top .wpo-testimonial-img {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 6.1px 3.9px rgba(28, 31, 86, .06);
    height: 120px;
    margin: 0 auto 10px;
    padding: 5px;
    position: relative;
    width: 120px
}

.wpo-testimonial-area .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-top .wpo-testimonial-img img,
.wpo-testimonial-area-s2 .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-top .wpo-testimonial-img img,
.wpo-testimonial-area-s3 .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-top .wpo-testimonial-img img {
    border-radius: 50%
}

.wpo-testimonial-area .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-top .wpo-testimonial-info h2,
.wpo-testimonial-area-s2 .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-top .wpo-testimonial-info h2,
.wpo-testimonial-area-s3 .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-top .wpo-testimonial-info h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 160.8%;
    margin-bottom: 0
}

.wpo-testimonial-area .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-top .wpo-testimonial-info span,
.wpo-testimonial-area-s2 .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-top .wpo-testimonial-info span,
.wpo-testimonial-area-s3 .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-top .wpo-testimonial-info span {
    color: #b1b1b1;
    font-size: 18px;
    font-weight: 400;
    line-height: 160.8%
}

.wpo-testimonial-area .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-content p,
.wpo-testimonial-area-s2 .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-content p,
.wpo-testimonial-area-s3 .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-content p {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    line-height: 160.8%;
    margin-bottom: 0;
    position: relative;
    z-index: 1
}

@media(max-width:991px) {
    .wpo-testimonial-area .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-content p,
    .wpo-testimonial-area-s2 .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-content p,
    .wpo-testimonial-area-s3 .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-content p {
        font-size: 18px;
        line-height: 34px
    }
}

.wpo-testimonial-area .wpo-testimonial-wrap .testimonial-slider .slick-dots,
.wpo-testimonial-area-s2 .wpo-testimonial-wrap .testimonial-slider .slick-dots,
.wpo-testimonial-area-s3 .wpo-testimonial-wrap .testimonial-slider .slick-dots {
    bottom: -10px;
    position: relative;
    text-align: center
}

.wpo-testimonial-area .wpo-testimonial-wrap .testimonial-slider .slick-dots li,
.wpo-testimonial-area-s2 .wpo-testimonial-wrap .testimonial-slider .slick-dots li,
.wpo-testimonial-area-s3 .wpo-testimonial-wrap .testimonial-slider .slick-dots li {
    margin: 0
}

.wpo-testimonial-area .wpo-testimonial-wrap .testimonial-slider .slick-dots li button,
.wpo-testimonial-area-s2 .wpo-testimonial-wrap .testimonial-slider .slick-dots li button,
.wpo-testimonial-area-s3 .wpo-testimonial-wrap .testimonial-slider .slick-dots li button {
    background: #d4e6f5;
    border: 0;
    border-radius: 50%;
    height: 12px;
    width: 12px
}

.wpo-testimonial-area .wpo-testimonial-wrap .testimonial-slider .slick-dots li button:before,
.wpo-testimonial-area-s2 .wpo-testimonial-wrap .testimonial-slider .slick-dots li button:before,
.wpo-testimonial-area-s3 .wpo-testimonial-wrap .testimonial-slider .slick-dots li button:before {
    display: none
}

.wpo-testimonial-area .wpo-testimonial-wrap .testimonial-slider .slick-dots .slick-active button,
.wpo-testimonial-area-s2 .wpo-testimonial-wrap .testimonial-slider .slick-dots .slick-active button,
.wpo-testimonial-area-s3 .wpo-testimonial-wrap .testimonial-slider .slick-dots .slick-active button {
    background-color: #014284
}

.wpo-testimonial-area .wpo-testimonial-wrap .slick-next,
.wpo-testimonial-area .wpo-testimonial-wrap .slick-prev,
.wpo-testimonial-area-s2 .wpo-testimonial-wrap .slick-next,
.wpo-testimonial-area-s2 .wpo-testimonial-wrap .slick-prev,
.wpo-testimonial-area-s3 .wpo-testimonial-wrap .slick-next,
.wpo-testimonial-area-s3 .wpo-testimonial-wrap .slick-prev {
    border-radius: 50%;
    height: 50px;
    position: absolute;
    top: 70%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    z-index: 1
}

@media(max-width:575px) {
    .wpo-testimonial-area .wpo-testimonial-wrap .slick-next,
    .wpo-testimonial-area .wpo-testimonial-wrap .slick-prev,
    .wpo-testimonial-area-s2 .wpo-testimonial-wrap .slick-next,
    .wpo-testimonial-area-s2 .wpo-testimonial-wrap .slick-prev,
    .wpo-testimonial-area-s3 .wpo-testimonial-wrap .slick-next,
    .wpo-testimonial-area-s3 .wpo-testimonial-wrap .slick-prev {
        display: none
    }
}

.wpo-testimonial-area .wpo-testimonial-wrap .slick-prev,
.wpo-testimonial-area-s2 .wpo-testimonial-wrap .slick-prev,
.wpo-testimonial-area-s3 .wpo-testimonial-wrap .slick-prev {
    left: -70px
}

@media(max-width:991px) {
    .wpo-testimonial-area .wpo-testimonial-wrap .slick-prev,
    .wpo-testimonial-area-s2 .wpo-testimonial-wrap .slick-prev,
    .wpo-testimonial-area-s3 .wpo-testimonial-wrap .slick-prev {
        left: -30px
    }
}

.wpo-testimonial-area .wpo-testimonial-wrap .slick-prev:before,
.wpo-testimonial-area-s2 .wpo-testimonial-wrap .slick-prev:before,
.wpo-testimonial-area-s3 .wpo-testimonial-wrap .slick-prev:before {
    color: #fff;
    content: "";
    font-family: themify;
    z-index: 1
}

.wpo-testimonial-area .wpo-testimonial-wrap .slick-next,
.wpo-testimonial-area-s2 .wpo-testimonial-wrap .slick-next,
.wpo-testimonial-area-s3 .wpo-testimonial-wrap .slick-next {
    right: -70px
}

@media(max-width:991px) {
    .wpo-testimonial-area .wpo-testimonial-wrap .slick-next,
    .wpo-testimonial-area-s2 .wpo-testimonial-wrap .slick-next,
    .wpo-testimonial-area-s3 .wpo-testimonial-wrap .slick-next {
        right: -30px
    }
}

.wpo-testimonial-area .wpo-testimonial-wrap .slick-next:before,
.wpo-testimonial-area-s2 .wpo-testimonial-wrap .slick-next:before,
.wpo-testimonial-area-s3 .wpo-testimonial-wrap .slick-next:before {
    color: #fff;
    content: "";
    font-family: themify;
    z-index: 1
}

.wpo-team-section,
.wpo-team-section-s2 {
    padding-bottom: 90px
}

@media(max-width:991px) {
    .wpo-team-section,
    .wpo-team-section-s2 {
        padding-bottom: 70px
    }
}

@media(max-width:575px) {
    .wpo-team-section,
    .wpo-team-section-s2 {
        padding-bottom: 50px
    }
}

.wpo-team-section .wpo-team-wrap .wpo-team-item,
.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img,
.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item .wpo-team-img {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img:before,
.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item .wpo-team-img:before {
    background: #222;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .3s;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img img,
.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item .wpo-team-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .3s;
    width: 100%
}

.wpo-team-section .wpo-team-wrap .wpo-team-item:hover .wpo-team-img img,
.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item:hover .wpo-team-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.wpo-team-section .wpo-team-wrap .wpo-team-item:hover .wpo-team-img:before,
.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item:hover .wpo-team-img:before {
    opacity: .5;
    visibility: visible
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text,
.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item .wpo-team-text {
    background: #fff;
    bottom: 0;
    max-width: 215px;
    padding: 25px 0;
    position: absolute;
    -webkit-transform: translateY(55px);
    transform: translateY(55px);
    transition: all .3s;
    width: 100%;
    z-index: 11
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h3,
.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item .wpo-team-text h3 {
    font-size: 40px;
    font-weight: 400;
    line-height: 115.3%;
    margin-bottom: 0
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h3 a,
.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item .wpo-team-text h3 a {
    color: #222
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h3 a:hover,
.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item .wpo-team-text h3 a:hover {
    color: #014284
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text span,
.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item .wpo-team-text span {
    color: #014284;
    font-size: 16px
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text ul,
.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item .wpo-team-text ul {
    display: flex;
    list-style: none;
    margin-top: 10px
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text ul li+li,
.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item .wpo-team-text ul li+li {
    margin-left: 6px
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text ul li a,
.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item .wpo-team-text ul li a {
    border: 1px solid #d9d9d9;
    border-radius: 50%;
    color: #585858;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text ul li a:hover,
.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item .wpo-team-text ul li a:hover {
    background: #014284;
    border-color: #014284;
    color: #fff
}

.wpo-team-section .wpo-team-wrap .wpo-team-item:hover .wpo-team-text,
.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item:hover .wpo-team-text {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.partners-section .partners-slider .grid img,
.partners-section-s2 .partners-slider .grid img {
    margin: 0 auto
}

.partners-section .partners-slider .owl-item img,
.partners-section-s2 .partners-slider .owl-item img {
    width: unset
}

.partners-section .partners-slider .owl-nav,
.partners-section-s2 .partners-slider .owl-nav {
    display: none
}

.wpo-blog-section,
.wpo-blog-section-s2,
.wpo-blog-section-s3 {
    padding-bottom: 90px;
    position: relative;
    z-index: 1
}

@media(max-width:767px) {
    .wpo-blog-section,
    .wpo-blog-section-s2,
    .wpo-blog-section-s3 {
        padding-bottom: 40px
    }
}

.wpo-blog-section .wpo-blog-item,
.wpo-blog-section-s2 .wpo-blog-item,
.wpo-blog-section-s3 .wpo-blog-item {
    margin-bottom: 30px
}

.wpo-blog-section .wpo-blog-item .wpo-blog-img,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-img,
.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-img {
    overflow: hidden;
    position: relative
}

.wpo-blog-section .wpo-blog-item .wpo-blog-img .thumb,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-img .thumb,
.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-img .thumb {
    background: #fff;
    bottom: 0;
    left: 0;
    padding: 7px 20px 6px 0;
    position: absolute
}

.wpo-blog-section .wpo-blog-item .wpo-blog-img .thumb ul,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-img .thumb ul,
.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-img .thumb ul {
    display: flex;
    list-style: none
}

.wpo-blog-section .wpo-blog-item .wpo-blog-img .thumb ul li,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-img .thumb ul li,
.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-img .thumb ul li {
    color: #222;
    font-size: 16px
}

.wpo-blog-section .wpo-blog-item .wpo-blog-img .thumb ul li:first-child,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-img .thumb ul li:first-child,
.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-img .thumb ul li:first-child {
    padding-right: 30px;
    position: relative
}

.wpo-blog-section .wpo-blog-item .wpo-blog-img .thumb ul li:first-child:before,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-img .thumb ul li:first-child:before,
.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-img .thumb ul li:first-child:before {
    background: #014284;
    border-radius: 50%;
    content: "";
    height: 6px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px
}

.wpo-blog-section .wpo-blog-item .wpo-blog-img .thumb ul li a,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-img .thumb ul li a,
.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-img .thumb ul li a {
    color: #222
}

.wpo-blog-section .wpo-blog-item .wpo-blog-img .thumb ul li a:hover,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-img .thumb ul li a:hover,
.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-img .thumb ul li a:hover {
    color: #014284
}

.wpo-blog-section .wpo-blog-item .wpo-blog-img img,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-img img,
.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-img img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .3s;
    width: 100%
}

.wpo-blog-section .wpo-blog-item:hover .wpo-blog-img img,
.wpo-blog-section-s2 .wpo-blog-item:hover .wpo-blog-img img,
.wpo-blog-section-s3 .wpo-blog-item:hover .wpo-blog-img img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content,
.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content {
    padding-top: 5px
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content h2,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content h2,
.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content h2 {
    font-family: Teko, sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 115.3%;
    margin-bottom: 10px;
    margin-top: 10px
}

@media(max-width:1400px) {
    .wpo-blog-section .wpo-blog-item .wpo-blog-content h2,
    .wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content h2,
    .wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content h2 {
        font-size: 30px;
        margin-bottom: 10px
    }
}

@media(max-width:1200px) {
    .wpo-blog-section .wpo-blog-item .wpo-blog-content h2,
    .wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content h2,
    .wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content h2 {
        font-size: 25px
    }
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content h2 a,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content h2 a,
.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content h2 a {
    color: #222
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content h2 a:hover,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content h2 a:hover,
.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content h2 a:hover {
    color: #014284
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content p,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content p,
.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content p {
    color: #585858;
    font-size: 18px;
    margin-bottom: 0
}

.wpo-subscribe-section,
.wpo-subscribe-section-s2 {
    padding-bottom: 120px
}

@media(max-width:991px) {
    .wpo-subscribe-section,
    .wpo-subscribe-section-s2 {
        padding-bottom: 90px
    }
}

@media(max-width:767px) {
    .wpo-subscribe-section,
    .wpo-subscribe-section-s2 {
        padding-bottom: 80px
    }
}

.wpo-subscribe-section .wpo-subscribe-wrap,
.wpo-subscribe-section-s2 .wpo-subscribe-wrap {
    align-items: center;
    background: #014284;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    padding: 45px 100px;
    position: relative;
    z-index: 1
}

@media(max-width:1199px) {
    .wpo-subscribe-section .wpo-subscribe-wrap,
    .wpo-subscribe-section-s2 .wpo-subscribe-wrap {
        padding: 70px
    }
}

@media(max-width:991px) {
    .wpo-subscribe-section .wpo-subscribe-wrap,
    .wpo-subscribe-section-s2 .wpo-subscribe-wrap {
        padding: 30px
    }
}

@media(max-width:767px) {
    .wpo-subscribe-section .wpo-subscribe-wrap,
    .wpo-subscribe-section-s2 .wpo-subscribe-wrap {
        flex-wrap: wrap
    }
}

.wpo-subscribe-section .wpo-subscribe-wrap .subscribe-text,
.wpo-subscribe-section-s2 .wpo-subscribe-wrap .subscribe-text {
    flex-basis: 45%
}

@media(max-width:767px) {
    .wpo-subscribe-section .wpo-subscribe-wrap .subscribe-text,
    .wpo-subscribe-section-s2 .wpo-subscribe-wrap .subscribe-text {
        flex-basis: 100%;
        margin-bottom: 20px
    }
}

.wpo-subscribe-section .wpo-subscribe-wrap .subscribe-text span,
.wpo-subscribe-section-s2 .wpo-subscribe-wrap .subscribe-text span {
    color: #014284;
    font-size: 21px
}

.wpo-subscribe-section .wpo-subscribe-wrap .subscribe-text h3,
.wpo-subscribe-section-s2 .wpo-subscribe-wrap .subscribe-text h3 {
    border-left: 1px solid #fff;
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 115.3%;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 20px
}

@media(max-width:1199px) {
    .wpo-subscribe-section .wpo-subscribe-wrap .subscribe-text h3,
    .wpo-subscribe-section-s2 .wpo-subscribe-wrap .subscribe-text h3 {
        font-size: 32px
    }
}

@media(max-width:991px) {
    .wpo-subscribe-section .wpo-subscribe-wrap .subscribe-text h3,
    .wpo-subscribe-section-s2 .wpo-subscribe-wrap .subscribe-text h3 {
        font-size: 28px;
        margin-top: 0
    }
}

.wpo-subscribe-section .wpo-subscribe-wrap .subscribe-form,
.wpo-subscribe-section-s2 .wpo-subscribe-wrap .subscribe-form {
    flex-basis: 55%;
    padding-left: 100px
}

@media(max-width:991px) {
    .wpo-subscribe-section .wpo-subscribe-wrap .subscribe-form,
    .wpo-subscribe-section-s2 .wpo-subscribe-wrap .subscribe-form {
        padding-left: 50px
    }
}

@media(max-width:767px) {
    .wpo-subscribe-section .wpo-subscribe-wrap .subscribe-form,
    .wpo-subscribe-section-s2 .wpo-subscribe-wrap .subscribe-form {
        flex-basis: 100%;
        padding-left: 0
    }
}

.wpo-subscribe-section .wpo-subscribe-wrap .subscribe-form .input-field,
.wpo-subscribe-section-s2 .wpo-subscribe-wrap .subscribe-form .input-field {
    position: relative
}

.wpo-subscribe-section .wpo-subscribe-wrap .subscribe-form .input-field input,
.wpo-subscribe-section-s2 .wpo-subscribe-wrap .subscribe-form .input-field input {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    height: 60px;
    padding: 15px 190px 15px 15px;
    width: 100%
}

@media(max-width:767px) {
    .wpo-subscribe-section .wpo-subscribe-wrap .subscribe-form .input-field input,
    .wpo-subscribe-section-s2 .wpo-subscribe-wrap .subscribe-form .input-field input {
        height: 45px;
        padding-right: 145px
    }
}

@media(max-width:450px) {
    .wpo-subscribe-section .wpo-subscribe-wrap .subscribe-form .input-field input,
    .wpo-subscribe-section-s2 .wpo-subscribe-wrap .subscribe-form .input-field input {
        padding: 10px 100px 10px 10px
    }
}

.wpo-subscribe-section .wpo-subscribe-wrap .subscribe-form .input-field input:focus,
.wpo-subscribe-section-s2 .wpo-subscribe-wrap .subscribe-form .input-field input:focus {
    box-shadow: none;
    outline: none
}

.wpo-subscribe-section .wpo-subscribe-wrap .subscribe-form .input-field button,
.wpo-subscribe-section-s2 .wpo-subscribe-wrap .subscribe-form .input-field button {
    background: #fff;
    border: 0;
    border-radius: 3px;
    color: #014284;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    width: 170px
}

@media(max-width:767px) {
    .wpo-subscribe-section .wpo-subscribe-wrap .subscribe-form .input-field button,
    .wpo-subscribe-section-s2 .wpo-subscribe-wrap .subscribe-form .input-field button {
        height: 45px;
        width: 130px
    }
}

@media(max-width:450px) {
    .wpo-subscribe-section .wpo-subscribe-wrap .subscribe-form .input-field button,
    .wpo-subscribe-section-s2 .wpo-subscribe-wrap .subscribe-form .input-field button {
        width: 80px
    }
}

.wpo-subscribe-section .wpo-subscribe-wrap .subscribe-form .input-field ::-webkit-input-placeholder,
.wpo-subscribe-section-s2 .wpo-subscribe-wrap .subscribe-form .input-field ::-webkit-input-placeholder {
    color: #fff
}

.wpo-subscribe-section .wpo-subscribe-wrap .subscribe-form .input-field :-ms-input-placeholder,
.wpo-subscribe-section-s2 .wpo-subscribe-wrap .subscribe-form .input-field :-ms-input-placeholder {
    color: #fff
}

.wpo-subscribe-section .wpo-subscribe-wrap .subscribe-form .input-field ::placeholder,
.wpo-subscribe-section-s2 .wpo-subscribe-wrap .subscribe-form .input-field ::placeholder {
    color: #fff
}

.wpo-about-area-s2 .wpo-about-img,
.wpo-about-area-s4 .wpo-about-img {
    left: -60px;
    margin-left: -60px;
    padding-left: 0;
    padding-right: 0
}

@media(max-width:1400px) {
    .wpo-about-area-s2 .wpo-about-img,
    .wpo-about-area-s4 .wpo-about-img {
        left: -20px;
        margin-left: -20px
    }
}

@media(max-width:1200px) {
    .wpo-about-area-s2 .wpo-about-img,
    .wpo-about-area-s4 .wpo-about-img {
        left: 0;
        margin-left: -30px
    }
}

@media(max-width:991px) {
    .wpo-about-area-s2 .wpo-about-img,
    .wpo-about-area-s4 .wpo-about-img {
        left: 0;
        margin-left: 0;
        padding-bottom: 40px;
        padding-top: 0
    }
}

.wpo-about-area-s2 .wpo-about-img .wpo-about-img-wrap,
.wpo-about-area-s4 .wpo-about-img .wpo-about-img-wrap {
    display: flex
}

@media(max-width:575px) {
    .wpo-about-area-s2 .wpo-about-img .wpo-about-img-wrap,
    .wpo-about-area-s4 .wpo-about-img .wpo-about-img-wrap {
        display: block
    }
}

.wpo-about-area-s2 .wpo-about-img .wpo-about-img-wrap .wpo-about-item,
.wpo-about-area-s4 .wpo-about-img .wpo-about-img-wrap .wpo-about-item {
    background: #fff;
    border: 0;
    border-radius: 15px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .25);
    left: 0;
    margin-left: 0;
    margin-top: 15px;
    padding: 15px 20px;
    position: relative
}

@media(max-width:1200px) {
    .wpo-about-area-s2 .wpo-about-img .wpo-about-img-wrap .wpo-about-item .wpo-about-top .wpo-about-thumb-img,
    .wpo-about-area-s4 .wpo-about-img .wpo-about-img-wrap .wpo-about-item .wpo-about-top .wpo-about-thumb-img {
        margin-right: 10px
    }
}

.wpo-about-area-s2 .wpo-about-img .wpo-about-img-wrap .wpo-about-item .wpo-about-top .wpo-about-info,
.wpo-about-area-s4 .wpo-about-img .wpo-about-img-wrap .wpo-about-item .wpo-about-top .wpo-about-info {
    flex-basis: 70%
}

@media(max-width:1200px) {
    .wpo-about-area-s2 .wpo-about-img .wpo-about-img-wrap .wpo-about-item .wpo-about-top .wpo-about-info,
    .wpo-about-area-s4 .wpo-about-img .wpo-about-img-wrap .wpo-about-item .wpo-about-top .wpo-about-info {
        flex-basis: 70%
    }
    .wpo-about-area-s2 .wpo-about-img .wpo-about-img-wrap .wpo-about-item .wpo-about-top .wpo-about-info h2,
    .wpo-about-area-s4 .wpo-about-img .wpo-about-img-wrap .wpo-about-item .wpo-about-top .wpo-about-info h2 {
        font-size: 18px
    }
}

.wpo-about-area-s2 .wpo-about-img .wpo-about-img-wrap .wpo-about-item .wpo-about-content p,
.wpo-about-area-s4 .wpo-about-img .wpo-about-img-wrap .wpo-about-item .wpo-about-content p {
    font-size: 18px
}

@media(max-width:1200px) {
    .wpo-about-area-s2 .wpo-about-img .wpo-about-img-wrap .wpo-about-item .wpo-about-content p,
    .wpo-about-area-s4 .wpo-about-img .wpo-about-img-wrap .wpo-about-item .wpo-about-content p {
        font-size: 16px;
        line-height: 25px
    }
    .wpo-about-area-s2 .wpo-about-img .wpo-about-img-wrap .wpo-about-item,
    .wpo-about-area-s4 .wpo-about-img .wpo-about-img-wrap .wpo-about-item {
        padding: 10px
    }
}

.wpo-about-area-s2 .wpo-about-img .wpo-about-img-wrap .wpo-about-img-l img,
.wpo-about-area-s2 .wpo-about-img .wpo-about-img-wrap .wpo-about-img-r img,
.wpo-about-area-s4 .wpo-about-img .wpo-about-img-wrap .wpo-about-img-l img,
.wpo-about-area-s4 .wpo-about-img .wpo-about-img-wrap .wpo-about-img-r img {
    border-radius: 15px
}

.wpo-about-area-s2 .wpo-about-img .wpo-about-img-wrap .wpo-about-img-l,
.wpo-about-area-s4 .wpo-about-img .wpo-about-img-wrap .wpo-about-img-l {
    padding-right: 20px;
    padding-top: 80px
}

@media(max-width:575px) {
    .wpo-about-area-s2 .wpo-about-img .wpo-about-img-wrap .wpo-about-img-l,
    .wpo-about-area-s4 .wpo-about-img .wpo-about-img-wrap .wpo-about-img-l {
        padding-right: 0;
        padding-top: 0
    }
}

.wpo-features-area .wpo-features-item,
.wpo-features-area-s2 .wpo-features-item,
.wpo-features-area-s3 .wpo-features-item {
    border: 1px solid #d9d9d9;
    padding: 30px 20px
}

@media(max-width:1200px) {
    .wpo-features-area .wpo-features-item,
    .wpo-features-area-s2 .wpo-features-item,
    .wpo-features-area-s3 .wpo-features-item {
        padding: 20px 10px
    }
}

@media(max-width:767px) {
    .wpo-features-area .wpo-features-item,
    .wpo-features-area-s2 .wpo-features-item,
    .wpo-features-area-s3 .wpo-features-item {
        padding: 30px 10px
    }
}

.wpo-features-area .wpo-features-item .wpo-features-icon,
.wpo-features-area-s2 .wpo-features-item .wpo-features-icon,
.wpo-features-area-s3 .wpo-features-item .wpo-features-icon {
    background: #014284;
    border-radius: 50%;
    float: left;
    height: 100px;
    line-height: 100px;
    margin-right: 25px;
    text-align: center;
    width: 100px
}

@media(max-width:1200px) {
    .wpo-features-area .wpo-features-item .wpo-features-icon,
    .wpo-features-area-s2 .wpo-features-item .wpo-features-icon,
    .wpo-features-area-s3 .wpo-features-item .wpo-features-icon {
        margin-right: 15px
    }
}

.wpo-features-area .wpo-features-item .wpo-features-icon .fi:before,
.wpo-features-area-s2 .wpo-features-item .wpo-features-icon .fi:before,
.wpo-features-area-s3 .wpo-features-item .wpo-features-icon .fi:before {
    color: #fff;
    font-size: 50px;
    line-height: unset
}

.wpo-features-area .wpo-features-item .wpo-features-text,
.wpo-features-area-s2 .wpo-features-item .wpo-features-text,
.wpo-features-area-s3 .wpo-features-item .wpo-features-text {
    overflow: hidden
}

.wpo-features-area .wpo-features-item .wpo-features-text h2,
.wpo-features-area-s2 .wpo-features-item .wpo-features-text h2,
.wpo-features-area-s3 .wpo-features-item .wpo-features-text h2 {
    font-size: 35px;
    font-weight: 400;
    line-height: 50px
}

@media(max-width:1400px) {
    .wpo-features-area .wpo-features-item .wpo-features-text h2,
    .wpo-features-area-s2 .wpo-features-item .wpo-features-text h2,
    .wpo-features-area-s3 .wpo-features-item .wpo-features-text h2 {
        font-size: 30px;
        line-height: 32px
    }
}

@media(max-width:1200px) {
    .wpo-features-area .wpo-features-item .wpo-features-text h2,
    .wpo-features-area-s2 .wpo-features-item .wpo-features-text h2,
    .wpo-features-area-s3 .wpo-features-item .wpo-features-text h2 {
        font-size: 25px;
        line-height: 28px
    }
}

@media(max-width:767px) {
    .wpo-features-area .wpo-features-item .wpo-features-text h2,
    .wpo-features-area-s2 .wpo-features-item .wpo-features-text h2,
    .wpo-features-area-s3 .wpo-features-item .wpo-features-text h2 {
        line-height: 40px;
        margin-bottom: 5px
    }
}

@media(max-width:450px) {
    .wpo-features-area .wpo-features-item .wpo-features-text h2,
    .wpo-features-area-s2 .wpo-features-item .wpo-features-text h2,
    .wpo-features-area-s3 .wpo-features-item .wpo-features-text h2 {
        line-height: 30px;
        margin-bottom: 5px
    }
}

.wpo-features-area .wpo-features-item .wpo-features-text p,
.wpo-features-area-s2 .wpo-features-item .wpo-features-text p,
.wpo-features-area-s3 .wpo-features-item .wpo-features-text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0
}

.wpo-features-area .col,
.wpo-features-area-s2 .col,
.wpo-features-area-s3 .col {
    margin-left: -1px;
    margin-top: -1px;
    padding: 0
}

.wpo-skill-section,
.wpo-skill-section-s2 {
    padding-top: 70px;
    position: relative
}

@media(max-width:1600px) {
    .wpo-skill-section,
    .wpo-skill-section-s2 {
        padding-top: 40px
    }
}

@media(max-width:1400px) {
    .wpo-skill-section,
    .wpo-skill-section-s2 {
        padding-top: 0
    }
}

@media(max-width:991px) {
    .wpo-skill-section,
    .wpo-skill-section-s2 {
        padding-top: 40px
    }
}

@media(max-width:1600px) {
    .wpo-skill-section .row,
    .wpo-skill-section-s2 .row {
        align-items: center
    }
}

.wpo-skill-section .wpo-skill-img,
.wpo-skill-section-s2 .wpo-skill-img {
    left: -65px;
    margin-left: -120px;
    max-width: 735px;
    position: relative;
    z-index: 1
}

@media(max-width:1800px) {
    .wpo-skill-section .wpo-skill-img,
    .wpo-skill-section-s2 .wpo-skill-img {
        left: -35px;
        margin-left: -80px
    }
}

@media(max-width:1600px) {
    .wpo-skill-section .wpo-skill-img,
    .wpo-skill-section-s2 .wpo-skill-img {
        left: 0;
        margin-left: 0
    }
}

@media(max-width:1400px) {
    .wpo-skill-section .wpo-skill-img,
    .wpo-skill-section-s2 .wpo-skill-img {
        left: 0;
        margin-left: -50px
    }
}

@media(max-width:1300px) {
    .wpo-skill-section .wpo-skill-img,
    .wpo-skill-section-s2 .wpo-skill-img {
        left: 0;
        margin-left: -20px
    }
}

@media(max-width:1200px) {
    .wpo-skill-section .wpo-skill-img,
    .wpo-skill-section-s2 .wpo-skill-img {
        left: 0;
        margin-left: -30px
    }
}

@media(max-width:991px) {
    .wpo-skill-section .wpo-skill-img,
    .wpo-skill-section-s2 .wpo-skill-img {
        margin-bottom: 50px;
        margin-left: 0
    }
    .wpo-skill-section .wpo-skill-img img,
    .wpo-skill-section-s2 .wpo-skill-img img {
        width: 100%
    }
}

.wpo-skill-section .wpo-skill-img:before,
.wpo-skill-section-s2 .wpo-skill-img:before {
    background: #014284;
    content: "";
    height: 100%;
    left: -120px;
    position: absolute;
    top: -65px;
    width: 100%;
    z-index: -1
}

@media(max-width:991px) {
    .wpo-skill-section .wpo-skill-text,
    .wpo-skill-section-s2 .wpo-skill-text {
        margin-bottom: 30px
    }
}

.wpo-skill-section .wpo-skill-text h5,
.wpo-skill-section-s2 .wpo-skill-text h5 {
    color: #014284;
    font-family: Mulish, sans-serif;
    font-size: 21px
}

@media(max-width:767px) {
    .wpo-skill-section .wpo-skill-text h5,
    .wpo-skill-section-s2 .wpo-skill-text h5 {
        font-size: 18px
    }
}

.wpo-skill-section .wpo-skill-progress p,
.wpo-skill-section-s2 .wpo-skill-progress p {
    margin-bottom: 30px
}

.wpo-skill-section .wpo-skill-progress .wpo-progress-single,
.wpo-skill-section-s2 .wpo-skill-progress .wpo-progress-single {
    margin-bottom: 30px;
    position: relative
}

.wpo-skill-section .wpo-skill-progress .wpo-progress-single h5,
.wpo-skill-section-s2 .wpo-skill-progress .wpo-progress-single h5 {
    font-family: Mulish, sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px
}

@media(max-width:767px) {
    .wpo-skill-section .wpo-skill-progress .wpo-progress-single h5,
    .wpo-skill-section-s2 .wpo-skill-progress .wpo-progress-single h5 {
        font-size: 18px
    }
}

.wpo-skill-section .wpo-skill-progress .wpo-progress-single:last-child,
.wpo-skill-section-s2 .wpo-skill-progress .wpo-progress-single:last-child {
    margin-bottom: 0
}

.wpo-skill-section .wpo-skill-progress .wpo-progress-single .progress,
.wpo-skill-section-s2 .wpo-skill-progress .wpo-progress-single .progress {
    background: #f9f9f9;
    height: 6px;
    position: relative
}

.wpo-skill-section .wpo-skill-progress .wpo-progress-single .progress .progress-bar,
.wpo-skill-section-s2 .wpo-skill-progress .wpo-progress-single .progress .progress-bar {
    background-color: #014284
}

.wpo-skill-section .wpo-skill-progress .progress-number,
.wpo-skill-section-s2 .wpo-skill-progress .progress-number {
    color: #222;
    font-family: Mulish, sans-serif;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: -6px
}

@media(max-width:767px) {
    .wpo-skill-section .wpo-skill-progress .progress-number,
    .wpo-skill-section-s2 .wpo-skill-progress .progress-number {
        font-size: 18px;
        top: -5px
    }
}

.wpo-fun-fact-section,
.wpo-fun-fact-section-s2 {
    background: #fff;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    margin-top: 70px;
    padding: 30px 0 10px
}

@media(max-width:1200px) {
    .wpo-fun-fact-section,
    .wpo-fun-fact-section-s2 {
        margin-top: 40px
    }
}

@media(max-width:767px) {
    .wpo-fun-fact-section,
    .wpo-fun-fact-section-s2 {
        padding-bottom: 20px
    }
}

.wpo-fun-fact-section .wpo-fun-fact-grids,
.wpo-fun-fact-section-s2 .wpo-fun-fact-grids {
    display: flex;
    justify-content: space-between
}

@media(max-width:500px) {
    .wpo-fun-fact-section .wpo-fun-fact-grids,
    .wpo-fun-fact-section-s2 .wpo-fun-fact-grids {
        flex-wrap: wrap;
        justify-content: center
    }
}

.wpo-fun-fact-section .wpo-fun-fact-grids .grid,
.wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid {
    position: relative
}

@media(max-width:500px) {
    .wpo-fun-fact-section .wpo-fun-fact-grids .grid,
    .wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid {
        flex-basis: 50%;
        text-align: center
    }
}

.wpo-fun-fact-section .wpo-fun-fact-grids .grid+.grid,
.wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid+.grid {
    padding-left: 50px
}

@media(max-width:767px) {
    .wpo-fun-fact-section .wpo-fun-fact-grids .grid+.grid,
    .wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid+.grid {
        padding-left: 0
    }
}

.wpo-fun-fact-section .wpo-fun-fact-grids .grid:after,
.wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid:after {
    background: #d9d9d9;
    border-radius: 50%;
    content: "";
    height: 70px;
    position: absolute;
    right: -35px;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px
}

@media(max-width:767px) {
    .wpo-fun-fact-section .wpo-fun-fact-grids .grid:after,
    .wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid:after {
        display: none
    }
}

.wpo-fun-fact-section .wpo-fun-fact-grids .grid h3,
.wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid h3 {
    color: #222;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 0
}

@media(max-width:500px) {
    .wpo-fun-fact-section .wpo-fun-fact-grids .grid h3,
    .wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid h3 {
        font-size: 25px
    }
}

.wpo-fun-fact-section .wpo-fun-fact-grids .grid h3 span,
.wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid h3 span {
    font-family: Teko, sans-serif
}

.wpo-fun-fact-section .wpo-fun-fact-grids .grid h3+p,
.wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid h3+p {
    color: #525252;
    font-size: 18px;
    font-weight: 400
}

@media(max-width:1200px) {
    .wpo-fun-fact-section .wpo-fun-fact-grids .grid h3+p,
    .wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid h3+p {
        font-size: 14px
    }
}

.wpo-fun-fact-section .wpo-fun-fact-grids .grid:last-child:after,
.wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid:last-child:after {
    display: none
}

.wpo-fun-fact-section .wpo-fun-fact-grids .grid:first-child,
.wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid:first-child {
    padding-left: 0
}

.wpo-project-area-s2:before {
    display: none
}

.wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-text h2 a {
    color: #222
}

.wpo-testimonial-area-s2 {
    background: #fff
}

.wpo-testimonial-area-s2 .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-top .wpo-testimonial-info h2 {
    color: #222
}

.wpo-testimonial-area-s2 .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-top .wpo-testimonial-info span {
    color: #525252
}

.wpo-testimonial-area-s2 .wpo-testimonial-wrap .slick-next:before,
.wpo-testimonial-area-s2 .wpo-testimonial-wrap .slick-prev:before,
.wpo-testimonial-area-s2 .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-content p {
    color: #222
}

.wpo-blog-section-s2,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-img .thumb {
    background: #f9f9f9
}

.wpo-about-area-s3 .wpo-about-img {
    padding-left: 80px
}

@media(max-width:1400px) {
    .wpo-about-area-s3 .wpo-about-img {
        padding-left: 30px
    }
}

@media(max-width:991px) {
    .wpo-about-area-s3 .wpo-about-img {
        padding-left: 0
    }
}

.wpo-about-area-s4,
.wpo-about-area-s5 {
    background: #212428;
    position: relative
}

.wpo-about-area-s4 .wpo-about-img .wpo-about-img-wrap .wpo-about-item,
.wpo-about-area-s5 .wpo-about-img .wpo-about-img-wrap .wpo-about-item {
    background: linear-gradient(145deg, #1f2226, #22262a)
}

.wpo-about-area-s4 .wpo-about-img .wpo-about-img-wrap .wpo-about-item .wpo-about-top .wpo-about-info h2,
.wpo-about-area-s5 .wpo-about-img .wpo-about-img-wrap .wpo-about-item .wpo-about-top .wpo-about-info h2 {
    color: #fff
}

.wpo-about-area-s4 .wpo-about-img .wpo-about-img-wrap .wpo-about-item .wpo-about-content p,
.wpo-about-area-s4 .wpo-about-img .wpo-about-img-wrap .wpo-about-item .wpo-about-top .wpo-about-info span,
.wpo-about-area-s5 .wpo-about-img .wpo-about-img-wrap .wpo-about-item .wpo-about-content p,
.wpo-about-area-s5 .wpo-about-img .wpo-about-img-wrap .wpo-about-item .wpo-about-top .wpo-about-info span {
    color: #cbcbcb
}

.wpo-about-area-s4 .wpo-about-text .wpo-about-title h2,
.wpo-about-area-s5 .wpo-about-text .wpo-about-title h2 {
    color: #fff
}

.wpo-about-area-s4 .wpo-about-text h5,
.wpo-about-area-s5 .wpo-about-text h5 {
    color: #ddd
}

.wpo-about-area-s4 .wpo-about-text .btns ul li.video-text a,
.wpo-about-area-s4 .wpo-about-text p,
.wpo-about-area-s5 .wpo-about-text .btns ul li.video-text a,
.wpo-about-area-s5 .wpo-about-text p {
    color: #cbcbcb
}

.wpo-features-area-s2,
.wpo-features-area-s3 {
    background: #212428;
    padding-top: 1px
}

.wpo-features-area-s2 .wpo-features-item,
.wpo-features-area-s3 .wpo-features-item {
    border-color: #31363c
}

.wpo-features-area-s2 .wpo-features-item .wpo-features-text h2,
.wpo-features-area-s3 .wpo-features-item .wpo-features-text h2 {
    color: #fff
}

.wpo-features-area-s2 .wpo-features-item .wpo-features-text p,
.wpo-features-area-s3 .wpo-features-item .wpo-features-text p {
    color: #cbcbcb
}

.wpo-service-area-s2 {
    background: #212428
}

.wpo-service-area-s2 .wpo-section-title h2 {
    color: #fff
}

.wpo-service-area-s2 .wpo-service-item {
    background: linear-gradient(145deg, #1f2226, #22262a);
    box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e
}

.wpo-service-area-s2 .wpo-service-item .wpo-features-text h2 {
    color: #fff
}

.wpo-service-area-s2 .wpo-service-item .wpo-features-text p {
    color: #cbcbcb
}

.wpo-service-area-s2 .wpo-service-item .icon {
    background: #292e32
}

.wpo-service-area-s2 .wpo-service-item h2 a {
    color: #fff
}

.wpo-service-area-s2 .wpo-service-item p {
    color: #cbcbcb
}

.wpo-skill-section-s2 {
    background: #212428
}

.wpo-skill-section-s2 .wpo-section-title-s2 h2 {
    color: #fff
}

.wpo-skill-section-s2 .wpo-skill-progress p {
    color: #cbcbcb
}

.wpo-skill-section-s2 .wpo-skill-progress .wpo-progress-single h5 {
    color: #fff
}

.wpo-skill-section-s2 .wpo-skill-progress .wpo-progress-single .progress {
    background: #333a42
}

.wpo-skill-section-s2 .wpo-skill-progress .progress-number {
    color: #fff
}

.wpo-skill-section-s2 .wpo-fun-fact-section {
    background: #212428;
    border-color: #31363c
}

.wpo-skill-section-s2 .wpo-fun-fact-section .wpo-fun-fact-grids .grid:after {
    background-color: #31363c
}

.wpo-skill-section-s2 .wpo-fun-fact-section .wpo-fun-fact-grids .grid h3 {
    color: #fff
}

.wpo-skill-section-s2 .wpo-fun-fact-section .wpo-fun-fact-grids .grid p {
    color: #cbcbcb
}

.wpo-project-area-s3 {
    background: #212428
}

.wpo-project-area-s3 .wpo-section-title h2 {
    color: #fff
}

.wpo-project-area-s3:before {
    display: none
}

.wpo-testimonial-area-s3 {
    background: #212428
}

.wpo-blog-section-s3 {
    background: #1f2226
}

.wpo-blog-section-s3 .wpo-section-title h2 {
    color: #fff
}

.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-img .thumb {
    background: #1f2226
}

.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-img .thumb ul li,
.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-img .thumb ul li a {
    color: #cbcbcb
}

.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content h2 a {
    color: #fff
}

.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content p {
    color: #cbcbcb
}

.wpo-subscribe-section-s2 {
    background: #1f2226
}

.wpo-features-area-s3 {
    padding: 80px 0 0
}

.wpo-about-area-s5 .wpo-about-img .wpo-about-item {
    background-color: #22262a
}

.wpo-about-area-s5 .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-info h2 {
    color: #fff
}

.wpo-about-area-s5 .wpo-about-img .wpo-about-item .wpo-about-content p,
.wpo-about-area-s5 .wpo-about-img .wpo-about-item .wpo-about-top .wpo-about-info span {
    color: #cbcbcb
}

.wpo-team-section-s2 {
    background-color: #1f2226
}

.wpo-team-section-s2 .wpo-section-title h2 {
    color: #fff
}

.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item .wpo-team-text {
    background: #1f2226
}

.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item .wpo-team-text h3 a {
    color: #fff
}

.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item .wpo-team-text ul li a {
    border: 1px solid #31363c;
    color: #cbcbcb
}

.wpo-fun-fact-section-s2 {
    background: url(/static/media/funfact.c9c00cbbe1d819468610.jpg) no-repeat 50%;
    background-attachment: fixed;
    background-size: cover;
    margin-top: 0;
    padding: 100px 0;
    position: relative;
    text-align: center;
    z-index: 1
}

.wpo-fun-fact-section-s2:before {
    background: #222;
    content: "";
    height: 100%;
    left: 0;
    opacity: .75;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid:after {
    display: none
}

.wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid h3 {
    color: #fff;
    font-size: 80px;
    margin-bottom: 0
}

@media(max-width:991px) {
    .wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid h3 {
        font-size: 40px
    }
}

.wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid h3+p {
    color: #fff;
    margin-bottom: 0
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-title h3 {
    font-size: 35px;
    font-weight: 500;
    line-height: 130.5%;
    margin-bottom: 20px
}

@media(max-width:767px) {
    .wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-title h3 {
        font-size: 25px
    }
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-item {
    margin-bottom: 40px
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-single-item .wpo-service-single-main-img {
    margin-bottom: 30px
}

.wpo-service-single-area .wpo-service-single-wrap .list-widget {
    max-width: 590px
}

.wpo-service-single-area .wpo-service-single-wrap .list-widget ul {
    list-style: none
}

.wpo-service-single-area .wpo-service-single-wrap .list-widget ul li {
    padding: 10px 0 10px 35px;
    position: relative
}

.wpo-service-single-area .wpo-service-single-wrap .list-widget ul li:before {
    background: rgba(1, 66, 132, .1);
    border-radius: 50%;
    color: #014284;
    content: "";
    font-family: themify;
    font-size: 14px;
    height: 25px;
    left: 0;
    line-height: 25px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-p-details-img {
    margin-bottom: 10px
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-area {
    padding-bottom: 0
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-area .wpo-service-item {
    padding: 20px
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-area .wpo-service-item i img {
    max-width: 50px
}

@media(max-width:1200px) {
    .wpo-service-single-area .wpo-service-single-wrap .wpo-service-area .wpo-service-item {
        padding: 20px 10px
    }
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-area .wpo-service-item h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 20px
}

@media(max-width:1400px) {
    .wpo-service-single-area .wpo-service-single-wrap .wpo-service-area .wpo-service-item h2 {
        font-size: 19px;
        margin-bottom: 10px
    }
}

@media(max-width:1200px) {
    .wpo-service-single-area .wpo-service-single-wrap .wpo-service-area .wpo-service-item h2 {
        font-size: 17px;
        margin-bottom: 10px
    }
}

@media(max-width:991px) {
    .wpo-service-single-area .wpo-service-single-wrap .wpo-service-area .wpo-service-item h2 {
        font-size: 22px
    }
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-area .wpo-service-item p {
    font-size: 16px;
    margin-bottom: 5px
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 8px 2px rgba(22, 14, 71, .1);
    padding: 30px
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-form-area .col,
.wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-title {
    margin-bottom: 30px
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-form-area .form-control {
    border: 0;
    border-bottom: 1px solid #d9d9d9;
    border-radius: 0;
    height: 50px
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-form-area .form-control:focus {
    box-shadow: none;
    outline: none
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-form-area textarea.form-control {
    height: 120px
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-form-area select.form-control {
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDM1RjYwNDAwNjRGMTFFQzhGMURDMDU1RENGMDdGOTYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDM1RjYwM0YwNjRGMTFFQzhGMURDMDU1RENGMDdGOTYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTVCNTM0MzM4QjA4MTFFN0EyQjNBNDIxNDM2MDkwQkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTVCNTM0MzQ4QjA4MTFFN0EyQjNBNDIxNDM2MDkwQkEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ctHC5AAAAY0lEQVR42mKcN3/+GQYGhorEhIQ9DGhg/oIF5UDKmAlI3APiVUABFywKOoD4LBPQhDAgYw+yQiQFIBs6Gf///w/TuQpIgRStBuI0mAKQHFwRksJQZAVgAFKEjIEeCUUXAwgwAC30Q/f8tXHIAAAAAElFTkSuQmCC) no-repeat calc(100% - 15px)
}

.wpo-service-single-area .wpo-service-single-wrap .wpo-service-contact-area .wpo-contact-form-area .submit-area button {
    border-radius: 6px
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-title h3 {
    font-size: 35px;
    font-weight: 500;
    line-height: 130.5%;
    margin-bottom: 20px
}

@media(max-width:767px) {
    .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-title h3 {
        font-size: 25px
    }
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item {
    margin-bottom: 40px
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-main-img {
    margin-bottom: 30px
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-main-img .owl-controls {
    left: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-main-img .owl-nav [class*=owl-]:hover {
    background: #014284;
    color: #fff
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-main-img .owl-nav [class*=owl-] {
    background: #fff;
    border: 0;
    border-radius: 50%;
    color: #014284;
    height: 50px;
    line-height: 58px;
    margin: 0;
    padding: 0;
    transition: all .3s;
    width: 50px
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-main-img .owl-nav [class*=owl-] .fi:before {
    font-size: 20px
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-main-img .owl-nav .owl-next,
.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-main-img .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-main-img .owl-nav .owl-prev {
    left: 15px
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-main-img .owl-nav .owl-next {
    right: 15px
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-content-des-right {
    flex-basis: 35%;
    margin-bottom: 50px;
    margin-left: auto;
    max-width: 380px
}

@media(max-width:1200px) {
    .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-content-des-right {
        flex-basis: 100%;
        margin-bottom: 40px
    }
}

@media(max-width:991px) {
    .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-content-des-right {
        margin-left: 0;
        margin-top: 20px;
        max-width: 100%
    }
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-content-des-right ul {
    box-shadow: 0 2px 10px rgba(14, 29, 44, .15);
    list-style: none;
    padding: 50px 30px
}

@media(max-width:575px) {
    .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-content-des-right ul {
        padding: 50px 20px
    }
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-content-des-right ul li {
    color: #222;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    justify-content: space-between;
    padding: 10px 0;
    position: relative
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-content-des-right ul li span {
    color: #595959;
    flex-basis: 60%;
    font-weight: 400
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-content-des-right ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-content-des-right ul li:first-child {
    padding-top: 0
}

.wpo-project-single-area .wpo-project-single-wrap .list-widget ul {
    list-style: none
}

.wpo-project-single-area .wpo-project-single-wrap .list-widget ul li {
    padding: 7px 0 7px 35px;
    position: relative
}

.wpo-project-single-area .wpo-project-single-wrap .list-widget ul li:before {
    background: rgba(1, 66, 132, .1);
    border-radius: 50%;
    color: #014284;
    content: "";
    font-family: themify;
    font-size: 14px;
    height: 25px;
    left: 0;
    line-height: 25px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-p-details-img {
    margin-bottom: 10px
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item-quote {
    background: rgba(1, 66, 132, .1);
    border-radius: 15px;
    padding: 45px;
    text-align: center
}

@media(max-width:991px) {
    .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item-quote {
        margin-top: 30px;
        padding: 20px
    }
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item-quote p {
    color: #222;
    font-size: 22px;
    line-height: 44px;
    margin-bottom: 30px
}

@media(max-width:991px) {
    .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item-quote p {
        font-size: 16px;
        margin-bottom: 20px
    }
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item-quote span {
    font-size: 22px
}

@media(max-width:991px) {
    .wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item-quote span {
        font-size: 16px
    }
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item-quote span span {
    color: #014284
}

@media(max-width:991px) {
    .wpo-project-single-area .wpo-project-single-wrap .list-widget-s {
        margin-top: 30px
    }
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-gallery {
    margin-bottom: 30px
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-contact-area {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 8px 2px rgba(22, 14, 71, .1);
    padding: 30px
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-contact-area .wpo-contact-form-area .col,
.wpo-project-single-area .wpo-project-single-wrap .wpo-project-contact-area .wpo-contact-title {
    margin-bottom: 30px
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-contact-area .wpo-contact-form-area .form-control {
    background: none;
    border: 0;
    border-bottom: 1px solid #d9d9d9;
    border-radius: 0;
    height: 50px
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-contact-area .wpo-contact-form-area .form-control:focus {
    box-shadow: none;
    outline: none
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-contact-area .wpo-contact-form-area textarea.form-control {
    height: 120px
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-contact-area .wpo-contact-form-area select.form-control {
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDM1RjYwNDAwNjRGMTFFQzhGMURDMDU1RENGMDdGOTYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDM1RjYwM0YwNjRGMTFFQzhGMURDMDU1RENGMDdGOTYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTVCNTM0MzM4QjA4MTFFN0EyQjNBNDIxNDM2MDkwQkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTVCNTM0MzQ4QjA4MTFFN0EyQjNBNDIxNDM2MDkwQkEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ctHC5AAAAY0lEQVR42mKcN3/+GQYGhorEhIQ9DGhg/oIF5UDKmAlI3APiVUABFywKOoD4LBPQhDAgYw+yQiQFIBs6Gf///w/TuQpIgRStBuI0mAKQHFwRksJQZAVgAFKEjIEeCUUXAwgwAC30Q/f8tXHIAAAAAElFTkSuQmCC) no-repeat calc(100% - 15px)
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-contact-area .wpo-contact-form-area .submit-area button {
    border-radius: 6px
}

.wpo-project-area-s2.single {
    padding-bottom: 30px
}

.wpo-project-area-s2.single .wpo-project-item {
    margin-bottom: 30px
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item,
.wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item {
    box-shadow: 0 2px 16.8px 3.2px rgba(0, 38, 66, .08)
}

@media(max-width:991px) {
    .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item,
    .wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item {
        margin-bottom: 30px
    }
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top,
.wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top {
    padding: 0 30px;
    text-align: center
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .pricing-thumb,
.wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .pricing-thumb {
    background: #014284;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: inline-block;
    padding: 3px 30px 5px
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .pricing-thumb span,
.wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .pricing-thumb span {
    color: #fff;
    text-transform: uppercase
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .wpo-pricing-text,
.wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .wpo-pricing-text {
    margin-top: 30px
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .wpo-pricing-text h2,
.wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .wpo-pricing-text h2 {
    align-items: center;
    color: #222;
    display: flex;
    font-size: 40px;
    font-weight: 700;
    justify-content: center;
    margin-bottom: 15px
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .wpo-pricing-text h2 span,
.wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .wpo-pricing-text h2 span {
    color: #585858;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .wpo-pricing-text p,
.wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .wpo-pricing-text p {
    border-bottom: 1px solid #014284;
    margin: 0 auto;
    max-width: 282px;
    padding-bottom: 30px
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom,
.wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom {
    padding: 35px 40px 40px;
    text-align: center
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text ul,
.wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text ul {
    list-style: none
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text ul li,
.wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text ul li {
    color: #525252;
    padding-bottom: 15px
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text a,
.wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text a {
    border: 1px solid #014284;
    color: #014284;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    padding: 10px 25px;
    position: relative
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text a:hover,
.wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text a:hover {
    background: #014284;
    color: #fff
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text a:hover:before,
.wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text a:hover:before {
    background-color: #014284
}

.wpo-pricing-section .wpo-pricing-wrap .col:last-child .wpo-pricing-item,
.wpo-pricing-section-s2 .wpo-pricing-wrap .col:last-child .wpo-pricing-item {
    margin-bottom: 0
}

.cart-area .cart-wrapper {
    box-shadow: 0 5px 15px 0 rgba(68, 68, 68, .1)
}

@media(max-width:991px) {
    .cart-area .cart-wrapper table {
        width: 1022px
    }
    .cart-area .cart-wrapper form {
        overflow: scroll;
        overflow-y: hidden
    }
}

.cart-area .cart-wrap td,
.cart-area .cart-wrap th {
    border-bottom: 1px solid hsla(0, 0%, 94%, .58);
    color: #414141;
    font-weight: 400;
    text-align: center;
    width: 10%
}

.cart-area .cart-wrap td ul,
.cart-area .cart-wrap th ul {
    list-style: none
}

.cart-area .cart-wrap th {
    border-bottom: 1px solid hsla(0, 0%, 94%, .58);
    padding: 40px 0
}

.cart-area .cart-wrap thead {
    background: #fff;
    color: #505050;
    padding: 40px
}

.cart-area .cart-area form {
    background: #fff;
    margin: auto;
    text-align: center
}

.cart-area .cart-wrap .product {
    width: 15%
}

.cart-area .cart-wrap .product ul {
    list-style: none;
    padding-left: 30px;
    text-align: left
}

.cart-area .cart-wrap .product ul li {
    padding-bottom: 5px
}

.cart-area .cart-wrap .product a {
    color: #a5a4a4;
    font-size: 16px
}

.cart-area .cart-wrap .product-2 {
    padding-left: 55px;
    text-align: left
}

.cart-area .cart-wrap .product a:hover {
    color: #014284
}

.cart-area .cart-wrap th {
    font-weight: 700;
    height: 80px
}

.cart-area .cart-wrap td {
    padding: 40px 25px
}

.cart-area .cart-wrap td img {
    height: 130px;
    object-fit: cover;
    width: 130px
}

.cart-area .cart-wrap td.action ul {
    display: flex;
    justify-content: center;
    list-style: none
}

.cart-area .cart-wrap td.action ul .w-btn-view a {
    line-height: 45px
}

.cart-area .cart-wrap td span {
    border: 1.5px solid #ee9902;
    border-radius: 4px;
    color: #ee9902;
    display: block;
    font-size: 14px;
    height: 38px;
    line-height: 34px;
    width: 100px
}

.cart-area .cart-wrap td.Del span {
    border: 1.5px solid #4aba4e;
    color: #4aba4e
}

.cart-area .cart-wrap td.can span {
    border: 1.5px solid #d85656;
    color: #d85656
}

.cart-area .cart-wrap td.pro span {
    border: 1.5px solid #691a5f;
    color: #691a5f
}

.cart-area .cart-wrap .name {
    width: 15%
}

.cart-area .cart-wrap .action a {
    background: #414141;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 38px;
    line-height: 45px;
    width: 40px
}

.cart-area .cart-wrap .action a .fi:before {
    font-size: 20px
}

.cart-area .cart-wrap .action a:hover {
    background: #014284
}

.cart-area .cart-wrap .action li.c-btn {
    margin-right: 10px
}

.cart-area .cart-wrap .action li.c-btn a {
    background-color: #014284
}

.cart-area .order-wrap {
    padding: 0
}

.cart-area .cart-wrap tr:nth-child(2n) {
    background: #fcfcfc
}

.cart-area .cart-wrap .quantity {
    margin: 0 auto;
    max-width: 110px;
    position: relative
}

.cart-area .quantity input {
    background: #f2f2f5;
    border: none;
    border-radius: 40px;
    height: 36px;
    padding: 0 35px;
    position: relative;
    text-align: center;
    width: 105px
}

.cart-area .quantity .qtybutton {
    background: #fafaff;
    border: 0;
    border-radius: 30px;
    color: #333;
    cursor: pointer;
    font-size: 18px;
    height: 30px;
    left: 0;
    line-height: 28px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 30px
}

.cart-area .cart-wrap .quantity .qtybutton {
    left: 5px;
    top: 50%;
    transform: translateY(-51%);
    -webkit-transform: translateY(-51%);
    -moz-transform: translateY(-51%);
    z-index: 1
}

.cart-area .cart-wrap .quantity .qtybutton.dec {
    border-left: none
}

.cart-area .cart-wrap .quantity .qtybutton.inc {
    border-right: none;
    left: auto;
    right: 5px
}

.cart-area .submit-btn-area {
    padding: 40px
}

.cart-area .submit-btn-area ul {
    display: flex;
    justify-content: flex-end;
    list-style: none
}

@media(max-width:450px) {
    .cart-area .submit-btn-area ul {
        flex-wrap: wrap;
        justify-content: center
    }
}

.cart-area .submit-btn-area ul li:last-child {
    margin-left: 20px
}

@media(max-width:450px) {
    .cart-area .submit-btn-area ul li:last-child {
        margin-left: 3px;
        margin-top: 5px
    }
}

.cart-area .submit-btn-area button {
    background: #333;
    border: none;
    border-radius: 40px;
    color: #fff;
    outline: none;
    padding: 17px 40px;
    transition: all .3s
}

.cart-area .submit-btn-area button:hover {
    background: #014284
}

.cart-area .submit-btn-area .theme-btn-s4 {
    border-radius: 40px;
    font-size: 15px;
    font-weight: 500;
    line-height: 27px;
    text-transform: capitalize
}

.cart-area .submit-btn-area .theme-btn-s4 i {
    margin-left: 5px;
    position: relative;
    top: 1px
}

.cart-area .submit-btn-area .theme-btn-s4:after {
    display: none
}

.cart-area .cart-product-list ul {
    border-top: 1px solid hsla(0, 0%, 94%, .58);
    list-style: none;
    padding-top: 20px
}

.cart-area .cart-product-list ul li {
    color: #414141;
    display: flex;
    font-size: 18px;
    font-weight: 300;
    justify-content: space-between;
    line-height: 21px;
    padding: 0 30px 30px
}

.cart-area .cart-product-list ul li.cart-b {
    border-bottom: 1px solid hsla(0, 0%, 94%, .58);
    border-top: 1px solid hsla(0, 0%, 94%, .58);
    color: #014284;
    font-weight: 600;
    padding-top: 30px
}

.wpo-checkout-area .checkout-wrap {
    background: #fff
}

.wpo-checkout-area .checkout-wrap ul {
    list-style: none
}

.wpo-checkout-area #open2 {
    display: block
}

.wpo-checkout-area #open3,
.wpo-checkout-area #open4 {
    display: none
}

.wpo-checkout-area .create-account p {
    margin-bottom: 15px
}

.wpo-checkout-area .create-account {
    display: none;
    padding: 20px
}

.wpo-checkout-area .create-account span {
    display: block;
    margin-bottom: 20px
}

.wpo-checkout-area .input-wrap {
    position: relative
}

.wpo-checkout-area .create-account input {
    border: 1px solid #ebebeb;
    border-radius: 40px;
    height: 50px;
    margin-bottom: 25px;
    padding-left: 20px;
    width: 100%
}

.wpo-checkout-area .create-account input:focus {
    outline: none
}

.wpo-checkout-area .create-account button {
    background: #333;
    border: none;
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    height: 50px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 108px
}

.wpo-checkout-area .create-account button:hover {
    background: #014284
}

.wpo-checkout-area .coupon {
    background: #f9f3f3;
    cursor: pointer;
    position: relative
}

.wpo-checkout-area .coupon:before {
    content: "";
    font-family: themify;
    position: absolute;
    right: 30px;
    top: 21px
}

.wpo-checkout-area .coupon span {
    position: absolute;
    right: 30px;
    top: 30px
}

.wpo-checkout-area .coupon label {
    border-left: 4px solid #014284;
    color: #0f0f0f;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 20px;
    transition: all .3s;
    width: 100%
}

@media(max-width:767px) {
    .wpo-checkout-area .coupon label {
        font-size: 15px
    }
}

.wpo-checkout-area .caupon-wrap {
    background: #fff;
    box-shadow: 0 5px 15px 0 rgba(62, 65, 159, .1);
    margin-bottom: 20px;
    transition: all .3s
}

.wpo-checkout-area .active-border {
    transition: all .3s
}

.wpo-checkout-area .s1.active-border .coupon-active label,
.wpo-checkout-area .s3.coupon-2 .coupon-3 label {
    border-bottom: 1px solid #014284;
    border-left: none;
    border-top: 4px solid #014284
}

.wpo-checkout-area .s2 .coupon-3 {
    border-top: 4px solid #014284
}

.wpo-checkout-area .s2.coupon-2 .coupon-3 {
    border-top: 0
}

.wpo-checkout-area .s2 .coupon-3 label {
    border-bottom: 1px solid #ffe5dc;
    border-left: 0
}

.wpo-checkout-area .s2.coupon-2 .coupon-3 label {
    border-bottom: 0;
    border-left: 4px solid #014284
}

.wpo-checkout-area .billing-adress .form-style input,
.wpo-checkout-area .billing-adress .form-style select {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    border-radius: 40px;
    height: 40px;
    margin-bottom: 15px;
    padding-left: 10px;
    width: 100%
}

.wpo-checkout-area .billing-adress .form-style input:focus,
.wpo-checkout-area .billing-adress .form-style select:focus {
    box-shadow: none;
    outline: none
}

.wpo-checkout-area .billing-adress .form-style select {
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDM1RjYwNDAwNjRGMTFFQzhGMURDMDU1RENGMDdGOTYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDM1RjYwM0YwNjRGMTFFQzhGMURDMDU1RENGMDdGOTYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTVCNTM0MzM4QjA4MTFFN0EyQjNBNDIxNDM2MDkwQkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTVCNTM0MzQ4QjA4MTFFN0EyQjNBNDIxNDM2MDkwQkEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ctHC5AAAAY0lEQVR42mKcN3/+GQYGhorEhIQ9DGhg/oIF5UDKmAlI3APiVUABFywKOoD4LBPQhDAgYw+yQiQFIBs6Gf///w/TuQpIgRStBuI0mAKQHFwRksJQZAVgAFKEjIEeCUUXAwgwAC30Q/f8tXHIAAAAAElFTkSuQmCC) no-repeat calc(100% - 15px);
    position: relative
}

.wpo-checkout-area .billing-adress {
    padding: 30px
}

.wpo-checkout-area .note-area textarea {
    border: 1px solid #ebebeb;
    border-radius: 20px;
    height: 150px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-top: 10px;
    width: 100%
}

.wpo-checkout-area .note-area textarea:focus {
    outline: none
}

.wpo-checkout-area .biling-item-2 {
    margin-top: 20px
}

.wpo-checkout-area .biling-item-2 label.fontsize {
    margin-bottom: 20px
}

.wpo-checkout-area .biling-item-2 .billing-adress {
    padding: 0
}

.wpo-checkout-area .payment-name ul {
    display: flex;
    justify-content: flex-start
}

@media(max-width:575px) {
    .wpo-checkout-area .payment-name ul {
        flex-wrap: wrap
    }
}

.wpo-checkout-area .payment-area form {
    overflow: unset !important
}

.wpo-checkout-area .payment-name ul li {
    height: 60px;
    line-height: 60px;
    margin-right: 15px;
    text-align: center;
    width: 100px
}

@media(max-width:575px) {
    .wpo-checkout-area .payment-name ul li {
        margin-bottom: 10px
    }
}

.wpo-checkout-area .payment-area h2 {
    margin-bottom: 0;
    padding-bottom: 40px
}

.wpo-checkout-area .payment-select {
    padding: 40px 0
}

.wpo-checkout-area .payment-select ul {
    display: flex
}

@media(max-width:575px) {
    .wpo-checkout-area .payment-select ul {
        flex-wrap: wrap
    }
}

.wpo-checkout-area .payment-select ul li {
    color: #5b5b5b;
    font-size: 15px;
    font-weight: 500;
    margin-right: 10px
}

.wpo-checkout-area .payment-select label {
    font-size: 18px;
    font-weight: 600
}

@media(max-width:575px) {
    .wpo-checkout-area .payment-select label {
        font-size: 14px
    }
}

.wpo-checkout-area .payment-area h2 {
    color: #878787;
    font-size: 20px;
    font-weight: 700
}

.wpo-checkout-area .payment-area h2 span {
    color: #ff493c;
    font-size: 30px
}

.wpo-checkout-area .payment-area {
    width: 100%
}

.wpo-checkout-area .payment-name ul li input {
    margin-right: 0;
    position: absolute;
    z-index: -1
}

.wpo-checkout-area .payment-name ul li input:checked~label {
    border: 1px solid #ff493c
}

.wpo-checkout-area .payment-name label {
    border: 1px solid transparent;
    width: 100%
}

.wpo-checkout-area .payment-name .visa label {
    border: 1px solid #0057a0
}

.wpo-checkout-area .payment-name .mas label {
    border: 1px solid #c00
}

.wpo-checkout-area .payment-name .ski label {
    border: 1px solid #691a5f
}

.wpo-checkout-area .payment-name .pay label {
    border: 1px solid #019cde
}

.wpo-checkout-area .payment-option {
    padding: 30px
}

.wpo-checkout-area .payment-name {
    display: none
}

.wpo-checkout-area .payment-name.active {
    display: block
}

.wpo-checkout-area .payment-option.active .payment-name {
    display: none !important
}

.wpo-checkout-area .payment-area .form-style input,
.wpo-checkout-area .payment-area .form-style select {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    border-radius: 40px;
    height: 40px;
    margin-bottom: 15px;
    padding-left: 10px;
    width: 100%
}

.wpo-checkout-area .payment-area .form-style input:focus,
.wpo-checkout-area .payment-area .form-style select:focus {
    outline: none
}

.wpo-checkout-area .payment-area .contact-form {
    margin-top: 40px
}

.wpo-checkout-area .cout-order-area {
    box-shadow: 0 5px 15px 0 rgba(62, 65, 159, .1)
}

.wpo-checkout-area .cout-order-area .oreder-item ul li {
    color: #414141;
    display: flex;
    font-size: 18px;
    font-weight: 300;
    justify-content: space-between;
    line-height: 21px;
    padding: 20px 30px
}

.wpo-checkout-area .cout-order-area .oreder-item ul li.s-total {
    font-weight: 400
}

.wpo-checkout-area .cout-order-area .oreder-item ul .o-header {
    border-bottom: 1px solid #ebebeb;
    color: #0f0f0f;
    font-size: 20px;
    font-weight: 600
}

.wpo-checkout-area .cout-order-area .oreder-item ul .o-middle {
    border-bottom: 1px solid #ebebeb
}

.wpo-checkout-area .cout-order-area .oreder-item ul .o-bottom {
    border-top: 1px solid #ebebeb;
    color: #014284;
    font-weight: 600
}

.wpo-checkout-area .create-account.active {
    display: block
}

.wpo-checkout-area .contact-form .form-control {
    -webkit-appearance: auto;
    appearance: auto
}

.wpo-checkout-area .contact-form input,
.wpo-checkout-area .contact-form select {
    margin-top: 10px
}

.wpo-checkout-area .submit-btn-area {
    margin-top: 20px
}

.wpo-checkout-area .submit-btn-area .theme-btn,
.wpo-checkout-area .submit-btn-area .view-cart-btn {
    text-transform: capitalize
}

.wpo-shop-section .shop-grids {
    margin: 0 -15px
}

@media(max-width:767px) {
    .wpo-shop-section .shop-grids {
        margin: 0 -7px
    }
}

.wpo-shop-section .grid {
    float: left;
    margin: 0 15px 30px;
    width: calc(33.33% - 30px)
}

@media(max-width:991px) {
    .wpo-shop-section .grid {
        width: calc(50% - 30px)
    }
}

@media(max-width:767px) {
    .wpo-shop-section .grid {
        margin: 0 7px 15px;
        width: calc(50% - 15px)
    }
}

@media(max-width:550px) {
    .wpo-shop-section .grid {
        float: none;
        width: calc(100% - 15px)
    }
}

.wpo-shop-section .grid img {
    width: 100%
}

.wpo-shop-section .details {
    box-shadow: 0 2px 10px 2px rgba(21, 44, 88, .05);
    padding: 35px 15px;
    text-align: center
}

.wpo-shop-section .details h3 {
    font-size: 25px;
    font-size: 1.3888888889rem;
    font-weight: 700;
    margin: 0 0 .5em
}

@media(max-width:991px) {
    .wpo-shop-section .details h3 {
        font-size: 16px;
        font-size: .8888888889rem
    }
}

.wpo-shop-section .details h3 a {
    color: #222
}

.wpo-shop-section .details h3 a:hover {
    color: #014284
}

.wpo-shop-section .details del {
    color: #585858
}

.wpo-shop-section .details del+span {
    display: inline-block;
    padding-left: 20px
}

.wpo-shop-section .add-to-cart {
    margin-top: 20px
}

.wpo-shop-section .add-to-cart span {
    border: 2px solid #014284;
    border-radius: 50px;
    color: #014284;
    cursor: pointer;
    display: inline-block;
    font-family: Mulish, sans-serif;
    font-size: 15px;
    font-size: .8333333333rem;
    font-weight: 600;
    padding: 12px 20px
}

@media(max-width:767px) {
    .wpo-shop-section .add-to-cart span {
        font-size: 12px;
        font-size: .6666666667rem;
        padding: 8px 18px
    }
}

.wpo-shop-section .add-to-cart span:hover {
    background-color: #014284;
    color: #fff
}

.wpo-shop-section .add-to-cart span i {
    display: inline-block;
    font-size: 15px;
    font-size: .8333333333rem;
    padding-left: 5px
}

.wpo-shop-section .grid:hover .add-to-cart span {
    background-color: #014284;
    color: #fff
}

@media(min-width:991px) {
    .wpo-shop-single-section .shop-single-slider .slick-slider {
        max-height: 400px
    }
}

@media(max-width:991px) {
    .wpo-shop-single-section .shop-single-slider .slick-slider {
        max-height: 500px
    }
}

@media(max-width:767px) {
    .wpo-shop-single-section .shop-single-slider .slick-slider {
        max-height: 400px
    }
}

@media(max-width:450px) {
    .wpo-shop-single-section .shop-single-slider .slick-slider {
        max-height: 300px
    }
}

@media(max-width:400px) {
    .wpo-shop-single-section .shop-single-slider .slick-slider {
        max-height: 250px
    }
}

@media(max-width:350px) {
    .wpo-shop-single-section .shop-single-slider .slick-slider {
        max-height: 220px
    }
}

.wpo-shop-single-section .shop-single-slider .slider-for {
    text-align: center
}

.wpo-shop-single-section .shop-single-slider .slider-for img {
    display: inline-block;
    width: 100%
}

.wpo-shop-single-section .shop-single-slider .col {
    padding-left: 0
}

.wpo-shop-single-section .shop-single-slider .slider-nav>i {
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100
}

.wpo-shop-single-section .shop-single-slider .slider-nav>i:hover {
    cursor: pointer
}

.wpo-shop-single-section .shop-single-slider .slider-nav .nav-btn-rt {
    left: auto;
    right: 0
}

.wpo-shop-single-section .shop-single-slider .slider-nav .slick-slide {
    cursor: pointer;
    margin-bottom: 18px;
    text-align: center
}

.wpo-shop-single-section .shop-single-slider .slider-nav .slick-slide img {
    display: inline-block
}

.wpo-shop-single-section .product-details {
    padding: 15px 30px 80px
}

@media(max-width:1199px) {
    .wpo-shop-single-section .product-details {
        padding: 10px 30px 15px
    }
}

@media(max-width:991px) {
    .wpo-shop-single-section .product-details {
        margin-top: 45px;
        padding: 40px 30px
    }
}

@media(max-width:767px) {
    .wpo-shop-single-section .product-details {
        padding: 0
    }
}

.wpo-shop-single-section .product-details h2 {
    font-size: 35px;
    font-size: 1.9444444444rem;
    font-weight: 600;
    line-height: 1.4em;
    margin: 0 0 .33em
}

@media(max-width:767px) {
    .wpo-shop-single-section .product-details h2 {
        font-size: 22px;
        font-size: 1.2222222222rem
    }
}

.wpo-shop-single-section .product-details .price {
    color: #014284;
    font-size: 25px;
    font-size: 1.3888888889rem;
    font-weight: 700;
    margin: 7px 0 20px
}

@media(max-width:991px) {
    .wpo-shop-single-section .product-details .price {
        font-size: 30px;
        font-size: 1.6666666667rem
    }
}

@media(max-width:767px) {
    .wpo-shop-single-section .product-details .price {
        font-size: 25px;
        font-size: 1.3888888889rem
    }
}

.wpo-shop-single-section .product-details .price .old {
    color: #8b8b8b;
    display: inline-block;
    font-size: 24px;
    font-size: 1.3333333333rem;
    font-weight: 400;
    font-weight: 500;
    margin-left: 5px;
    text-decoration: line-through
}

@media(max-width:991px) {
    .wpo-shop-single-section .product-details .price .old {
        font-size: 20px;
        font-size: 1.1111111111rem
    }
}

@media(max-width:767px) {
    .wpo-shop-single-section .product-details .price .old {
        font-size: 18px;
        font-size: 1rem
    }
}

.wpo-shop-single-section .product-details .product-rt {
    align-items: center;
    display: flex;
    margin-bottom: 20px
}

.wpo-shop-single-section .product-details .product-rt .rating {
    margin-right: 10px
}

.wpo-shop-single-section .product-details .product-rt .rating i {
    color: #f9d322
}

.wpo-shop-single-section .product-details p {
    margin-bottom: 1.3em
}

.wpo-shop-single-section .product-details ul {
    list-style: none
}

.wpo-shop-single-section .product-details ul li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative
}

.wpo-shop-single-section .product-details ul li:before {
    background: #014284;
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 8px
}

.wpo-shop-single-section .product-details .product-option {
    margin-top: 30px
}

.wpo-shop-single-section .product-details .tg-btm {
    margin-top: 25px
}

.wpo-shop-single-section .product-details .tg-btm p {
    margin-bottom: 0
}

.wpo-shop-single-section .product-details .tg-btm p span {
    color: #222;
    font-weight: 700;
    margin-right: 5px
}

.wpo-shop-single-section .product-details .product-option .product-row button:after {
    display: none
}

.wpo-shop-single-section .product-details .product-option .product-row>div {
    display: inline-block;
    height: 35px
}

.wpo-shop-single-section .product-details .product-option .product-row>div+div {
    margin-left: 15px
}

.wpo-shop-single-section .product-details .product-option .product-row>div+div .theme-btn,
.wpo-shop-single-section .product-details .product-option .product-row>div+div .view-cart-btn {
    border-radius: 0;
    border-width: 1px;
    height: 40px;
    padding: 0 18px
}

.wpo-shop-single-section .product-details .product-option .product-row>div:first-child {
    width: 85px
}

.wpo-shop-single-section .product-details .product-option .product-row>div:last-child .theme-btn:hover,
.wpo-shop-single-section .product-details .product-option .product-row>div:last-child .view-cart-btn:hover {
    background: #014284;
    border-color: #014284;
    color: #fff
}

.wpo-shop-single-section .product-details .product-option .theme-btn,
.wpo-shop-single-section .product-details .product-option .view-cart-btn {
    background-color: transparent;
    border: 2px solid #e6e6e6;
    border-radius: 0;
    color: #333;
    font-size: 14px;
    font-size: .7777777778rem;
    height: 35px;
    line-height: 32px;
    outline: 0;
    padding: 0 20px
}

.wpo-shop-single-section .product-details .product-option .theme-btn:hover,
.wpo-shop-single-section .product-details .product-option .view-cart-btn:hover {
    background-color: #014284;
    border-color: #014284;
    color: #fff
}

@media(max-width:767px) {
    .wpo-shop-single-section .product-details .product-option .theme-btn,
    .wpo-shop-single-section .product-details .product-option .view-cart-btn {
        font-size: 14px;
        font-size: .7777777778rem
    }
}

.wpo-shop-single-section .product-details .product-option .theme-btn:before,
.wpo-shop-single-section .product-details .product-option .view-cart-btn:before {
    display: none
}

.wpo-shop-single-section .product-details .product-option .heart-btn i {
    font-size: 15px;
    font-size: .8333333333rem
}

.wpo-shop-single-section .product-details .product-option .product-row>div:last-child .theme-btn,
.wpo-shop-single-section .product-details .product-option .product-row>div:last-child .view-cart-btn {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    color: #585858;
    font-size: 18px;
    font-size: 1rem
}

.wpo-shop-single-section .product-details #product-count {
    border: 1px solid #e6e6e6;
    border-radius: 0
}

.wpo-shop-single-section .product-details #product-count:focus {
    box-shadow: none;
    outline: none
}

.wpo-shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down,
.wpo-shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-color: #e6e6e6;
    border-radius: 0;
    display: block;
    font-size: 10px;
    padding: 3px 4px
}

.wpo-shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:hover,
.wpo-shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up:hover {
    background-color: #014284;
    color: #fff
}

.wpo-shop-single-section .product-info h4 {
    font-size: 20px;
    font-size: 1.1111111111rem;
    font-weight: 700;
    line-height: 1.7em;
    margin: 0 0 10px
}

.wpo-shop-single-section .product-info p {
    margin-bottom: 1.3em
}

.wpo-shop-single-section .product-info .tab-pane p:last-child {
    margin-bottom: 0
}

.wpo-shop-single-section .product-info .nav-tabs {
    border: 0;
    font-family: Teko, sans-serif
}

@media(max-width:767px) {
    .wpo-shop-single-section .product-info .nav-tabs {
        margin-bottom: 20px
    }
}

.wpo-shop-single-section .product-info .nav-tabs li {
    margin-right: 1px
}

.wpo-shop-single-section .product-info .nav-tabs li a.active {
    border: 0;
    outline: 0
}

.wpo-shop-single-section .product-info .nav-tabs a {
    border: 0;
    border-radius: 0;
    color: #585858;
    display: block;
    font-family: Mulish, sans-serif;
    font-size: 15px;
    font-size: .8333333333rem;
    margin: 0;
    padding: 12px 20px 11px;
    position: relative
}

@media(max-width:767px) {
    .wpo-shop-single-section .product-info .nav-tabs a {
        font-size: 14px;
        font-size: .7777777778rem;
        font-weight: 400;
        padding: 10px 10px 8px;
        text-transform: none
    }
}

.wpo-shop-single-section .product-info .nav-tabs a:before {
    background: #014284;
    border-radius: 4px;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 100%
}

.wpo-shop-single-section .product-info .nav-tabs a.active:before,
.wpo-shop-single-section .product-info .nav-tabs a:hover:before {
    opacity: 1;
    visibility: visible
}

.wpo-shop-single-section .product-info .nav-tabs .active,
.wpo-shop-single-section .product-info .nav-tabs li:hover {
    border-color: #014284
}

.wpo-shop-single-section .product-info .tab-content {
    border-top: 1px solid rgba(1, 66, 132, .3);
    margin-top: -1px;
    padding-top: 30px
}

@media(max-width:767px) {
    .wpo-shop-single-section .product-info .tab-content {
        border: 0;
        margin: 0;
        padding: 0
    }
}

.wpo-shop-single-section .product-info .client-rv {
    margin-bottom: 30px;
    overflow: hidden
}

.wpo-shop-single-section .product-info .client-rv:last-child {
    margin-bottom: 0
}

.wpo-shop-single-section .product-info .client-rv .client-pic {
    float: left;
    width: 100px
}

.wpo-shop-single-section .product-info .client-rv .client-pic img {
    border-radius: 50%
}

@media(max-width:767px) {
    .wpo-shop-single-section .product-info .client-rv .client-pic {
        float: none;
        margin-bottom: 10px;
        width: 100%
    }
}

.wpo-shop-single-section .product-info .client-rv .details {
    float: right;
    width: calc(100% - 130px)
}

@media(max-width:767px) {
    .wpo-shop-single-section .product-info .client-rv .details {
        float: none;
        width: 100%
    }
}

.wpo-shop-single-section .product-info .client-rv .name-rating .product-rt {
    align-items: center;
    display: flex
}

@media(max-width:767px) {
    .wpo-shop-single-section .product-info .client-rv .name-rating-time {
        padding-bottom: 3px
    }
}

.wpo-shop-single-section .product-info .client-rv .name-rating-time>div,
.wpo-shop-single-section .product-info .client-rv .name-rating>div {
    display: inline-block;
    font-size: 14px;
    font-size: .7777777778rem
}

@media(max-width:767px) {
    .wpo-shop-single-section .product-info .client-rv .name-rating-time>div,
    .wpo-shop-single-section .product-info .client-rv .name-rating>div {
        display: block;
        font-size: 12px;
        font-size: .6666666667rem
    }
}

.wpo-shop-single-section .product-info .client-rv .rating {
    font-size: 12px;
    padding-left: 12px
}

.wpo-shop-single-section .product-info .client-rv .rating i {
    color: #f9d322
}

@media(max-width:767px) {
    .wpo-shop-single-section .product-info .client-rv .rating {
        margin: 4px 0 7px;
        padding-left: 0
    }
}

.wpo-shop-single-section .product-info .client-rv .name-rating-time .time {
    color: #b3b3b3;
    float: right;
    text-transform: uppercase
}

@media(max-width:767px) {
    .wpo-shop-single-section .product-info .client-rv .name-rating-time .time {
        float: none
    }
}

.wpo-shop-single-section .product-info .client-rv .review-body {
    padding-top: 12px
}

.wpo-shop-single-section .product-info .review-form {
    margin-top: 45px
}

.wpo-shop-single-section .product-info .review-form h4 {
    font-size: 30px;
    font-weight: 700
}

.wpo-shop-single-section .product-info .review-form p {
    margin-bottom: 1.73em
}

.wpo-shop-single-section .product-info .review-form .give-rat-sec {
    margin-bottom: 10px
}

.wpo-shop-single-section .product-info .review-form .give-rat-sec p {
    margin-bottom: 0
}

.wpo-shop-single-section .product-info .review-form .give-rating {
    display: inline-block;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    position: relative
}

.wpo-shop-single-section .product-info .review-form .give-rating label {
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0
}

.wpo-shop-single-section .product-info .review-form .give-rating label:last-child {
    position: static
}

.wpo-shop-single-section .product-info .review-form .give-rating label:first-child {
    z-index: 5
}

.wpo-shop-single-section .product-info .review-form .give-rating label:nth-child(2) {
    z-index: 4
}

.wpo-shop-single-section .product-info .review-form .give-rating label:nth-child(3) {
    z-index: 3
}

.wpo-shop-single-section .product-info .review-form .give-rating label:nth-child(4) {
    z-index: 2
}

.wpo-shop-single-section .product-info .review-form .give-rating label:nth-child(5) {
    z-index: 1
}

.wpo-shop-single-section .product-info .review-form .give-rating label input {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0
}

.wpo-shop-single-section .product-info .review-form .give-rating label .icon {
    color: transparent;
    float: left
}

.wpo-shop-single-section .product-info .review-form .give-rating label:last-child .icon {
    color: #ddd
}

.wpo-shop-single-section .product-info .review-form .give-rating:hover label:hover input~.icon,
.wpo-shop-single-section .product-info .review-form .give-rating:not(:hover) label input:checked~.icon {
    color: #ffd400
}

.wpo-shop-single-section .product-info .review-form .give-rating label input:focus:not(:checked)~.icon:last-child {
    color: #ddd;
    text-shadow: 0 0 5px #ffd400
}

.wpo-shop-single-section .product-info .review-form form input,
.wpo-shop-single-section .product-info .review-form form textarea {
    background: transparent;
    border: 1px solid #efefef;
    border-radius: 0;
    box-shadow: none;
    height: 50px
}

.wpo-shop-single-section .product-info .review-form form input:focus,
.wpo-shop-single-section .product-info .review-form form textarea:focus {
    box-shadow: none;
    outline: none
}

.wpo-shop-single-section .product-info .review-form form textarea {
    height: 130px
}

.wpo-shop-single-section .product-info .review-form form>div {
    margin-bottom: 27px
}

.wpo-shop-single-section .product-info .review-form form>div:last-child {
    margin-bottom: 0
}

.wpo-shop-single-section .product-info .review-form form .theme-btn-s4 {
    background-color: transparent;
    box-shadow: none;
    color: #908f8f;
    outline: 0
}

.wpo-shop-single-section .product-info .review-form form .theme-btn-s4:hover {
    background-color: #014284;
    color: #fff
}

@media screen and (min-width:767px) {
    .wpo-shop-single-section .product-info .review-form form .theme-btn-s4 {
        font-size: 15px;
        font-size: .8333333333rem;
        padding: 0 20px
    }
}

.wpo-shop-single-section .slider-nav .slick-slide:focus {
    outline: none
}

.rating-wrapper .theme-btn-s2 {
    background: #012f5e;
    color: #fff
}

.rating-wrapper .theme-btn-s2:hover {
    background: #ee3e0c
}

.team-pg-area {
    margin: 0 auto;
    max-width: 1080px
}

.team-info-img {
    box-shadow: 0 6px 20.1px 4.9px rgba(176, 191, 238, .12);
    padding: 25px
}

@media(max-width:991px) {
    .team-info-img {
        margin-bottom: 40px
    }
}

.team-info-img img {
    height: 465px;
    object-fit: cover;
    width: 100%
}

@media(max-width:991px) {
    .team-info-img img {
        height: 100%
    }
}

.team-info-text h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 50px
}

.team-info-text {
    box-shadow: 0 6px 20.1px 4.9px rgba(176, 191, 238, .12);
    padding: 58px 50px
}

.team-info-text ul li {
    color: #1d2327;
    font-size: 17px;
    font-weight: 700;
    list-style: none;
    margin-bottom: 22px
}

.team-info-text ul li:last-child {
    padding-bottom: 0
}

.team-info-text ul li span {
    color: #8c8c8c;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding-left: 5px;
    position: relative
}

.team-info-text ul li:last-child {
    margin-bottom: 0
}

.at-progress {
    box-shadow: 0 5px 15px 0 rgba(62, 65, 159, .1);
    padding: 40px 0
}

@media(max-width:991px) {
    .at-progress {
        padding-bottom: 0
    }
}

.team-info-text h2 {
    background: #eee;
    color: #1d2327;
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 20px;
    text-align: center
}

.team-info-wrap ul {
    padding-left: 0
}

.exprience-wrap p {
    color: #5d5851
}

.exprience-wrap h2 {
    margin-bottom: 20px
}

.education-area {
    max-width: 600px
}

.education-area ul {
    list-style: none
}

.education-area ul li {
    padding-bottom: 15px;
    padding-left: 20px;
    position: relative
}

.education-area ul li:before {
    background: #014284;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 6px
}

.ex-wiget {
    padding-top: 60px
}

.ex-wiget ul {
    list-style: none
}

.ex-wiget h2 {
    color: #333;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px
}

.wpo-contact-area .quote-form {
    margin-left: -10px;
    padding-left: 0
}

.wpo-contact-area button {
    border-radius: 0
}

.wpo-contact-area button:after {
    display: none
}

.wpo-contact-area .quote-form .form-control {
    border: 1px solid #ebebeb;
    height: 55px;
    margin-bottom: 20px;
    padding: 15px
}

.wpo-contact-area .quote-form .form-control:focus {
    border-color: #014284;
    box-shadow: none;
    outline: none
}

.wpo-contact-area .quote-form textarea.form-control {
    height: 125px
}

.half-col {
    float: left;
    width: 50%
}

.full-col,
.half-col {
    padding: 0 10px 5px
}

.exprience-area {
    padding-top: 60px
}

@media(max-width:767px) {
    .team-info-text {
        padding: 40px 20px
    }
    .team-info-img {
        padding: 40px
    }
    .team-info-img img {
        width: 100%
    }
    .custom-grid {
        float: left;
        width: 50%
    }
    .exprience-area {
        padding-top: 30px
    }
}

@media(max-width:575px) {
    .half-col {
        float: none;
        width: 100%
    }
    .lawyer-about.pt-150 {
        padding-top: 100px !important
    }
}

@media(max-width:375px) {
    .custom-grid {
        float: none;
        width: 100%
    }
}

.service-sidebar .wpo-contact-widget {
    background-size: cover;
    border: 0;
    position: relative;
    z-index: 1
}

.service-sidebar .wpo-contact-widget:before {
    background: rgba(22, 57, 103, .9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.service-sidebar .wpo-contact-widget h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left
}

.service-sidebar .wpo-contact-widget h2:before {
    background: #fff
}

.service-sidebar .wpo-contact-widget p {
    color: #fff;
    font-size: 18px
}

.service-sidebar .wpo-contact-widget a {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin-top: 10px;
    padding: 10px 90px 10px 20px;
    position: relative
}

.service-sidebar .wpo-contact-widget a:before {
    content: "";
    font-family: themify;
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.wpo-portfolio-single-section .portfolio-single-wrap {
    margin-bottom: 30px
}

.wpo-portfolio-single-section .portfolio-single-img {
    padding-right: 50px
}

@media(max-width:991px) {
    .wpo-portfolio-single-section .portfolio-single-img {
        padding-right: 0
    }
    .wpo-portfolio-single-section .portfolio-single-text {
        padding-top: 40px
    }
}

.wpo-portfolio-single-section .portfolio-single-text h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px
}

@media(max-width:550px) {
    .wpo-portfolio-single-section .portfolio-single-text h2 {
        font-size: 20px
    }
}

.wpo-portfolio-single-section .portfolio-single-text span {
    color: #5880a2;
    display: block;
    margin-bottom: 30px
}

@media(max-width:550px) {
    .wpo-portfolio-single-section .portfolio-single-text span {
        margin-bottom: 20px
    }
}

.wpo-portfolio-single-section .portfolio-single-text p {
    margin-bottom: 30px
}

.wpo-portfolio-single-section .wpo-portfolio-single-content-des {
    flex-basis: 35%;
    max-width: 380px
}

@media(max-width:1200px) {
    .wpo-portfolio-single-section .wpo-portfolio-single-content-des {
        flex-basis: 100%;
        margin-bottom: 40px
    }
}

.wpo-portfolio-single-section .wpo-portfolio-single-content-des ul {
    list-style: none;
    margin-top: 40px
}

.wpo-portfolio-single-section .wpo-portfolio-single-content-des ul li {
    border-bottom: 1px solid #ebebeb;
    color: #222;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    justify-content: space-between;
    padding: 15px 0;
    position: relative
}

.wpo-portfolio-single-section .wpo-portfolio-single-content-des ul li span {
    color: #595959;
    flex-basis: 70%;
    font-weight: 400;
    margin-bottom: 0
}

.wpo-portfolio-single-section .wpo-portfolio-single-content-des ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.wpo-portfolio-single-section .wpo-portfolio-single-content-des ul li:first-child {
    padding-top: 0
}

.wpo-portfolio-single-section .pagi {
    padding-top: 50px
}

@media(max-width:767px) {
    .wpo-portfolio-single-section .pagi {
        padding-top: 30px
    }
}

.wpo-portfolio-single-section .pagi ul {
    list-style: none;
    overflow: hidden
}

.wpo-portfolio-single-section .pagi ul li {
    border: 1px solid #d8e0f1;
    float: left;
    text-align: center;
    width: 50%
}

.wpo-portfolio-single-section .pagi ul li i {
    margin: 0 10px
}

.wpo-portfolio-single-section .pagi ul>li:last-child {
    margin-left: -1px
}

.wpo-portfolio-single-section .pagi ul a {
    align-items: center;
    color: #585858;
    display: flex;
    justify-content: center;
    padding: 20px
}

.wpo-portfolio-single-section .pagi ul a:hover {
    background-color: #014284;
    color: #fff
}

.wpo-portfolio-single-section .project-content .pagi {
    padding-top: 0
}

.wpo-blog-pg-section .wpo-blog-content .post {
    margin-bottom: 70px;
    position: relative
}

@media(max-width:991px) {
    .wpo-blog-pg-section .wpo-blog-content .post {
        margin-bottom: 50px
    }
}

@media(max-width:767px) {
    .wpo-blog-pg-section .wpo-blog-content .post {
        margin-bottom: 40px
    }
}

.wpo-blog-pg-section .wpo-blog-content .post .video-holder .video-btn,
.wpo-blog-pg-section .wpo-blog-content .post .video-holder:before {
    display: none
}

.wpo-blog-pg-section .wpo-blog-content .post:nth-child(3) .video-holder .video-btn,
.wpo-blog-pg-section .wpo-blog-content .post:nth-child(3) .video-holder:before {
    display: block
}

.wpo-blog-pg-section .entry-meta {
    list-style: none;
    margin: 35px 0;
    overflow: hidden
}

@media(max-width:767px) {
    .wpo-blog-pg-section .entry-meta {
        margin: 25px 0
    }
}

.wpo-blog-pg-section .entry-meta ul {
    list-style: none
}

.wpo-blog-pg-section .entry-meta ul li {
    float: left;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}

.wpo-blog-pg-section .entry-meta ul li a {
    color: #636893
}

.wpo-blog-pg-section .entry-meta ul li a:hover {
    color: #014284
}

.wpo-blog-pg-section .entry-meta ul li i {
    margin-right: 3px;
    position: relative
}

.wpo-blog-pg-section .entry-meta ul li i:before {
    font-size: 13px
}

.wpo-blog-pg-section .entry-meta ul li+li {
    margin-left: 20px;
    padding-left: 20px;
    position: relative
}

.wpo-blog-pg-section .entry-meta ul li+li:before {
    background: #014284;
    border-radius: 50%;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px
}

@media(max-width:440px) {
    .wpo-blog-pg-section .entry-meta ul li+li:before {
        display: none
    }
    .wpo-blog-pg-section .entry-meta ul li+li {
        margin-left: 0;
        padding-left: 0
    }
}

@media(max-width:767px) {
    .wpo-blog-pg-section .entry-meta ul li {
        font-size: 12px
    }
}

@media(max-width:440px) {
    .wpo-blog-pg-section .entry-meta ul li {
        display: block;
        float: none;
        margin-bottom: 5px
    }
}

.wpo-blog-pg-section .post h3 {
    font-family: Teko, sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 10px;
    margin-top: -20px
}

@media(max-width:767px) {
    .wpo-blog-pg-section .post h3 {
        font-size: 25px;
        line-height: 35px
    }
}

.wpo-blog-pg-section .post h3 a {
    color: #222;
    text-transform: capitalize
}

.wpo-blog-pg-section .post h3 a:hover {
    color: #014284
}

.wpo-blog-pg-section .post p {
    margin-bottom: 18px
}

@media(max-width:991px) {
    .wpo-blog-pg-section .post p {
        font-size: 18px
    }
}

@media(max-width:767px) {
    .wpo-blog-pg-section .post p {
        font-size: 18px
    }
}

.wpo-blog-pg-section .post a.read-more {
    color: #585858;
    font-family: Teko, sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
    text-transform: uppercase
}

.wpo-blog-pg-section .post a.read-more:hover {
    color: #014284
}

.wpo-blog-pg-section .entry-media {
    position: relative
}

.wpo-blog-pg-section .entry-media img {
    width: 100%
}

.wpo-blog-pg-section .format-quote,
.wpo-blog-pg-section .format-standard {
    background-color: #f9f9f9;
    border-radius: 30px;
    padding: 25px 35px 45px
}

@media(max-width:767px) {
    .wpo-blog-pg-section .format-quote,
    .wpo-blog-pg-section .format-standard {
        border-radius: 20px;
        padding: 25px 20px 45px
    }
}

.wpo-blog-pg-section .format-standard {
    position: relative
}

.wpo-blog-pg-section .format-standard:before {
    color: #e5f0fb;
    content: "";
    font-family: flaticon_medically !important;
    font-size: 90px;
    line-height: 80px;
    position: absolute;
    right: 20px;
    top: 10px
}

.wpo-blog-pg-section .video-holder {
    position: relative;
    text-align: center
}

.wpo-blog-pg-section .video-holder:before {
    background-color: #163967;
    content: "";
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 100%
}

.wpo-blog-pg-section .video-holder:hover:before {
    opacity: .8
}

.wpo-blog-pg-section .video-holder .video-btn {
    background: #fff;
    border-radius: 50%;
    height: 63px;
    left: 50%;
    line-height: 70px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 63px;
    z-index: 1
}

.wpo-blog-pg-section .video-holder .video-btn:after {
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    background: hsla(0, 0%, 100%, .3);
    border-radius: 50%;
    content: "";
    height: 140%;
    left: -12px;
    position: absolute;
    top: -12px;
    width: 140%;
    z-index: -1
}

.wpo-blog-pg-section .video-holder .video-btn:before {
    border-bottom: 10px solid transparent;
    border-left: 14px solid #2f426b;
    border-top: 9px solid transparent;
    content: "";
    height: 0;
    left: 52%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0
}

.wpo-blog-pg-section .video-holder i {
    display: none
}

@media screen and (min-width:1200px) {
    .blog-pg-left-sidebar .blog-sidebar {
        padding-left: 0;
        padding-right: 45px
    }
    .blog-pg-fullwidth .wpo-blog-content {
        padding: 0
    }
}

@-webkit-keyframes save-the-date-pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(.95, .95, .95);
        transform: scale3d(.95, .95, .95)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes save-the-date-pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(.95, .95, .95);
        transform: scale3d(.95, .95, .95)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@media(min-width:1440px) {
    .wpo-blog-single-section .container {
        max-width: 1320px
    }
}

.wpo-blog-single-section .entry-meta {
    list-style: none;
    margin: 35px 0;
    overflow: hidden
}

@media(max-width:767px) {
    .wpo-blog-single-section .entry-meta {
        margin: 25px 0
    }
}

.wpo-blog-single-section .entry-meta ul {
    list-style: none
}

.wpo-blog-single-section .entry-meta ul li {
    float: left;
    font-size: 14px;
    font-size: .7777777778rem;
    font-weight: 500;
    text-transform: uppercase
}

.wpo-blog-single-section .entry-meta ul li a {
    color: #636893
}

.wpo-blog-single-section .entry-meta ul li a:hover {
    color: #014284
}

.wpo-blog-single-section .entry-meta ul li i {
    margin-right: 3px;
    position: relative;
    top: 2px
}

.wpo-blog-single-section .entry-meta ul li+li {
    margin-left: 20px;
    padding-left: 20px;
    position: relative
}

.wpo-blog-single-section .entry-meta ul li+li:before {
    background: #014284;
    border-radius: 50%;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px
}

@media(max-width:440px) {
    .wpo-blog-single-section .entry-meta ul li+li:before {
        display: none
    }
    .wpo-blog-single-section .entry-meta ul li+li {
        margin-left: 0;
        padding-left: 0
    }
}

@media(max-width:767px) {
    .wpo-blog-single-section .entry-meta ul li {
        font-size: 12px;
        font-size: .6666666667rem
    }
}

@media(max-width:440px) {
    .wpo-blog-single-section .entry-meta ul li {
        display: block;
        float: none;
        margin-bottom: 5px
    }
}

.wpo-blog-single-section .entry-media img {
    width: 100%
}

.wpo-blog-single-section .post h2 {
    font-family: Teko, sans-serif;
    font-size: 35px;
    font-size: 1.9444444444rem;
    font-weight: 600;
    line-height: 1.3em;
    margin: -.22em 0 .7em
}

@media(max-width:991px) {
    .wpo-blog-single-section .post h2 {
        font-size: 30px;
        font-size: 1.6666666667rem
    }
}

@media(max-width:767px) {
    .wpo-blog-single-section .post h2 {
        font-size: 25px;
        font-size: 1.3888888889rem
    }
}

.wpo-blog-single-section .post p {
    margin-bottom: 1.5em
}

.wpo-blog-single-section .post h3 {
    font-size: 24px;
    font-size: 1.3333333333rem;
    font-weight: 600;
    line-height: 1.3em;
    margin: 1.8em 0 1em
}

@media(max-width:991px) {
    .wpo-blog-single-section .post h3 {
        font-size: 22px;
        font-size: 1.2222222222rem
    }
}

@media(max-width:767px) {
    .wpo-blog-single-section .post h3 {
        font-size: 20px;
        font-size: 1.1111111111rem
    }
}

.wpo-blog-single-section .post blockquote {
    background-color: #f9f9f9;
    border: 0;
    color: #233d62;
    font-size: 19px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 40px;
    margin-top: 60px;
    padding: 65px 65px 45px;
    position: relative;
    text-align: center
}

@media(max-width:767px) {
    .wpo-blog-single-section .post blockquote {
        padding: 55px 25px
    }
}

.wpo-blog-single-section .post blockquote:before {
    background: #fff;
    border: 2px solid #f9f9f9;
    border-radius: 50%;
    color: hsla(0, 0%, 100%, .5);
    color: #014284;
    content: "";
    font-family: Flaticon;
    font-size: 20px;
    font-size: 1.1111111111rem;
    height: 60px;
    left: 50%;
    line-height: 60px;
    position: absolute;
    top: -30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 60px
}

.wpo-blog-single-section .post .gallery {
    margin: 40px -7.5px 0;
    overflow: hidden
}

.wpo-blog-single-section .post .gallery>div {
    float: left;
    margin: 0 7.5px 15px;
    width: calc(50% - 15px)
}

.wpo-blog-single-section .post .gallery img {
    width: 100%
}

.wpo-blog-single-section .tag-share,
.wpo-blog-single-section .tag-share-s2 {
    border-bottom: 1px solid #d9d9d9;
    color: #222;
    margin: 75px 0 0;
    padding-bottom: 30px
}

@media(max-width:767px) {
    .wpo-blog-single-section .tag-share,
    .wpo-blog-single-section .tag-share-s2 {
        margin-top: 40px
    }
}

.wpo-blog-single-section .tag-share ul,
.wpo-blog-single-section .tag-share-s2 ul {
    display: inline-block;
    list-style: none;
    overflow: hidden
}

.wpo-blog-single-section .tag-share ul li,
.wpo-blog-single-section .tag-share-s2 ul li {
    float: left
}

@media(max-width:767px) {
    .wpo-blog-single-section .tag-share ul li,
    .wpo-blog-single-section .tag-share-s2 ul li {
        margin: 2px
    }
}

.wpo-blog-single-section .tag-share ul>li+li,
.wpo-blog-single-section .tag-share-s2 ul>li+li {
    margin-left: 10px
}

@media(max-width:767px) {
    .wpo-blog-single-section .tag-share ul>li+li,
    .wpo-blog-single-section .tag-share-s2 ul>li+li {
        margin: 2px
    }
}

.wpo-blog-single-section .tag-share .tag,
.wpo-blog-single-section .tag-share-s2 .tag {
    align-items: center;
    display: flex
}

.wpo-blog-single-section .tag-share .tag>span,
.wpo-blog-single-section .tag-share-s2 .tag>span {
    color: #222;
    display: inline-block;
    font-weight: 600;
    padding-right: 15px;
    text-transform: uppercase
}

.wpo-blog-single-section .tag-share .tag ul,
.wpo-blog-single-section .tag-share-s2 .tag ul {
    list-style: none;
    position: relative
}

.wpo-blog-single-section .tag-share .tag li,
.wpo-blog-single-section .tag-share-s2 .tag li {
    position: relative
}

.wpo-blog-single-section .tag-share .tag a,
.wpo-blog-single-section .tag-share-s2 .tag a {
    background: rgba(1, 66, 132, .1);
    border-radius: 5px;
    color: #222;
    display: inline-block;
    font-size: 13px;
    font-size: .7222222222rem;
    font-weight: 600;
    padding: 5px 18px
}

@media(max-width:767px) {
    .wpo-blog-single-section .tag-share .tag a,
    .wpo-blog-single-section .tag-share-s2 .tag a {
        font-size: 13px;
        font-size: .7222222222rem
    }
}

.wpo-blog-single-section .tag-share .tag a:hover,
.wpo-blog-single-section .tag-share-s2 .tag a:hover {
    color: #014284
}

.wpo-blog-single-section .tag-share-s2 {
    border-bottom: 0;
    margin: 30px 0 0
}

.wpo-blog-single-section .tag-share-s2 .tag a {
    background: none;
    color: #585858;
    font-size: 16px;
    font-size: .8888888889rem;
    padding: 0;
    text-decoration: underline;
    text-transform: capitalize
}

.wpo-blog-single-section .author-box {
    margin: 35px 0 60px
}

.wpo-blog-single-section .author-box .author-avatar {
    float: left
}

@media(max-width:767px) {
    .wpo-blog-single-section .author-box .author-avatar {
        float: none
    }
}

.wpo-blog-single-section .author-box .author-avatar img {
    border-radius: 50%
}

.wpo-blog-single-section .author-box .author-content {
    display: block;
    overflow: hidden;
    padding-left: 25px
}

@media(max-width:767px) {
    .wpo-blog-single-section .author-box .author-content {
        margin: 15px 0 0;
        padding: 0
    }
}

.wpo-blog-single-section .author-box .author-content p {
    margin-bottom: 20px
}

.wpo-blog-single-section .author-box .author-name {
    color: #222;
    display: inline-block;
    font-family: Teko, sans-serif;
    font-size: 24px;
    font-size: 1.3333333333rem;
    font-weight: 600;
    margin-bottom: 10px
}

.wpo-blog-single-section .author-box .social-link {
    display: inline-block;
    list-style: none
}

.wpo-blog-single-section .author-box .social-link li {
    float: left;
    margin-right: 12px
}

.wpo-blog-single-section .author-box .social-link a {
    color: #222;
    display: block;
    font-size: 13px;
    font-size: .7222222222rem
}

.wpo-blog-single-section .author-box .social-link a:hover {
    color: #014284
}

.wpo-blog-single-section .more-posts {
    border: 1px solid #e4ebf2;
    overflow: hidden;
    padding: 0 25px
}

.wpo-blog-single-section .more-posts>div {
    float: left;
    width: 50%
}

@media(max-width:767px) {
    .wpo-blog-single-section .more-posts>div {
        float: none;
        width: 100%
    }
}

.wpo-blog-single-section .more-posts>div>a {
    display: inline-block
}

.wpo-blog-single-section .more-posts .next-post,
.wpo-blog-single-section .more-posts .previous-post {
    padding: 40px 0
}

@media(max-width:767px) {
    .wpo-blog-single-section .more-posts .next-post,
    .wpo-blog-single-section .more-posts .previous-post {
        padding: 25px 15px !important
    }
}

.wpo-blog-single-section .more-posts .next-post {
    border-left: 1px solid #e4ebf2;
    padding-left: 15px;
    padding-right: 5px;
    text-align: right
}

@media(max-width:767px) {
    .wpo-blog-single-section .more-posts .next-post {
        border-left: 0;
        border-top: 1px solid #e4ebf2;
        text-align: left
    }
}

.wpo-blog-single-section .more-posts .next-post .post-control-link {
    padding-right: 25px;
    position: relative
}

@media(max-width:767px) {
    .wpo-blog-single-section .more-posts .next-post .post-control-link {
        padding-right: 0
    }
}

.wpo-blog-single-section .more-posts .next-post .post-control-link:before {
    content: "";
    font-family: themify;
    position: absolute;
    right: 0;
    top: 0
}

@media(max-width:767px) {
    .wpo-blog-single-section .more-posts .next-post .post-control-link:before {
        display: none
    }
}

.wpo-blog-single-section .more-posts .previous-post {
    padding-left: 5px;
    padding-right: 15px
}

.wpo-blog-single-section .more-posts .previous-post .post-control-link {
    padding-left: 25px;
    position: relative
}

@media(max-width:767px) {
    .wpo-blog-single-section .more-posts .previous-post .post-control-link {
        padding-left: 0
    }
}

.wpo-blog-single-section .more-posts .previous-post .post-control-link:before {
    content: "";
    font-family: themify;
    left: 0;
    position: absolute;
    top: 0
}

@media(max-width:767px) {
    .wpo-blog-single-section .more-posts .previous-post .post-control-link:before {
        display: none
    }
}

.wpo-blog-single-section .more-posts .next-post>a>span,
.wpo-blog-single-section .more-posts .previous-post>a>span {
    display: block
}

.wpo-blog-single-section .more-posts .post-control-link {
    color: #585858;
    font-size: 14px;
    font-size: .7777777778rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase
}

.wpo-blog-single-section .more-posts .post-name {
    color: #222;
    font-family: Teko, sans-serif;
    font-size: 20px;
    font-size: 1.1111111111rem;
    margin: .7em 0 0
}

@media(max-width:991px) {
    .wpo-blog-single-section .more-posts .post-name {
        font-size: 18px;
        font-size: 1rem
    }
}

.wpo-blog-single-section .more-posts a:hover .post-control-link {
    color: #014284
}

.wpo-blog-single-section .comments-area {
    margin-top: 70px
}

.wpo-blog-single-section .comments-area li>div {
    border-bottom: 1px solid #e4effb;
    padding: 35px
}

@media(max-width:991px) {
    .wpo-blog-single-section .comments-area li>div {
        padding: 35px 25px
    }
}

.wpo-blog-single-section .comments-area ol {
    list-style-type: none;
    padding-left: 0
}

.wpo-blog-single-section .comments-area ol ul {
    list-style-type: none;
    padding-left: 30px
}

.wpo-blog-single-section .comments-area ol>li:last-child div {
    border-bottom: 0
}

.wpo-blog-single-section .comments-area .comments-title {
    font-size: 22px;
    font-size: 1.2222222222rem;
    font-weight: 500;
    letter-spacing: 3px;
    margin: 0 0 1em;
    text-transform: uppercase
}

@media(max-width:991px) {
    .wpo-blog-single-section .comments-area .comments-title {
        font-size: 20px;
        font-size: 1.1111111111rem
    }
}

.wpo-blog-single-section .comments-area li>div {
    position: relative
}

.wpo-blog-single-section .comments-area .comment-theme {
    left: 35px;
    position: absolute
}

@media(max-width:767px) {
    .wpo-blog-single-section .comments-area .comment-theme {
        position: static
    }
}

.wpo-blog-single-section .comments-area .comment-theme img {
    border-radius: 50%
}

.wpo-blog-single-section .comments-area .comment-main-area {
    padding-left: 100px
}

@media(max-width:767px) {
    .wpo-blog-single-section .comments-area .comment-main-area {
        margin-top: 25px;
        padding-left: 0
    }
}

.wpo-blog-single-section .comments-area .comment-main-area p {
    margin-bottom: 20px
}

.wpo-blog-single-section .comments-area .comments-meta h4 {
    color: #222;
    font-family: Teko, sans-serif;
    font-size: 18px;
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 1em
}

.wpo-blog-single-section .comments-area .comments-meta h4 span {
    color: #585858;
    display: inline-block;
    font-family: Mulish, sans-serif;
    font-size: 15px;
    font-size: .8333333333rem;
    font-weight: 400;
    padding-left: 5px;
    text-transform: none
}

@media(max-width:767px) {
    .wpo-blog-single-section .comments-area .comments-meta h4 span {
        padding-left: 0
    }
}

.wpo-blog-single-section .comments-area .comment-reply-link {
    border-radius: 50px;
    color: #222;
    display: inline-block;
    font-family: Teko, sans-serif;
    font-family: Mulish, sans-serif;
    font-size: 14px;
    font-size: .7777777778rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase
}

.wpo-blog-single-section .comments-area .comment-reply-link:hover {
    color: #014284
}

.wpo-blog-single-section .comment-respond {
    margin-top: 70px
}

.wpo-blog-single-section .comment-respond .comment-reply-title {
    font-size: 22px;
    font-size: 1.2222222222rem;
    letter-spacing: 2px;
    margin: 0 0 1.5em;
    text-transform: uppercase
}

@media(max-width:991px) {
    .wpo-blog-single-section .comment-respond .comment-reply-title {
        font-size: 20px;
        font-size: 1.1111111111rem
    }
}

.wpo-blog-single-section .comment-respond form input,
.wpo-blog-single-section .comment-respond form textarea {
    background-color: #fff;
    border: 1px solid #a4adbe;
    border-radius: 30px;
    box-shadow: none;
    height: 55px;
    margin-bottom: 15px;
    outline: 0;
    padding: 6px 15px;
    transition: all .3s;
    width: 100%
}

.wpo-blog-single-section .comment-respond form input:focus,
.wpo-blog-single-section .comment-respond form textarea:focus {
    border-color: #014284;
    box-shadow: none
}

@media(max-width:991px) {
    .wpo-blog-single-section .comment-respond form input,
    .wpo-blog-single-section .comment-respond form textarea {
        height: 40px
    }
}

.wpo-blog-single-section .comment-respond form textarea {
    height: 220px;
    padding: 15px
}

@media(max-width:991px) {
    .wpo-blog-single-section .comment-respond form textarea {
        height: 150px
    }
}

.wpo-blog-single-section .comment-respond .form-inputs {
    overflow: hidden
}

.wpo-blog-single-section .comment-respond .form-inputs>input:first-child {
    float: left;
    width: 49%
}

@media(max-width:767px) {
    .wpo-blog-single-section .comment-respond .form-inputs>input:first-child {
        float: none;
        width: 100%
    }
}

.wpo-blog-single-section .comment-respond .form-inputs>input:nth-child(2) {
    float: right;
    width: 49%
}

@media(max-width:767px) {
    .wpo-blog-single-section .comment-respond .form-inputs>input:nth-child(2) {
        float: none;
        width: 100%
    }
}

.wpo-blog-single-section .comment-respond .form-submit input {
    background-color: #014284;
    border: 0;
    border-radius: 30px;
    color: #fff;
    font-family: Teko, sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 40px;
    margin-bottom: 0;
    max-width: 180px;
    outline: 0;
    text-transform: uppercase
}

.wpo-blog-single-section .comment-respond .form-submit input:hover {
    background-color: #012f5e
}

@media screen and (min-width:1200px) {
    .wpo-blog-single-left-sidebar-section .blog-sidebar {
        padding-left: 0;
        padding-right: 45px
    }
}

.wpo-contact-pg-section {
    padding-bottom: 0
}

.wpo-contact-pg-section .wpo-contact-title {
    margin: 0 auto 50px;
    max-width: 440px;
    text-align: center
}

@media(max-width:767px) {
    .wpo-contact-pg-section .wpo-contact-title {
        margin-bottom: 30px
    }
}

.wpo-contact-pg-section .wpo-contact-title h2 {
    font-size: 35px;
    font-size: 1.9444444444rem;
    font-weight: 700;
    margin-bottom: 20px
}

@media(max-width:575px) {
    .wpo-contact-pg-section .wpo-contact-title h2 {
        font-size: 25px;
        font-size: 1.3888888889rem
    }
}

.wpo-contact-pg-section form input,
.wpo-contact-pg-section form select,
.wpo-contact-pg-section form textarea {
    background: transparent;
    border: 1px solid #ebebeb;
    border-radius: 0;
    box-shadow: none !important;
    height: 50px;
    padding-left: 25px;
    width: 100%
}

@media(max-width:991px) {
    .wpo-contact-pg-section form input,
    .wpo-contact-pg-section form select,
    .wpo-contact-pg-section form textarea {
        height: 45px
    }
}

.wpo-contact-pg-section form input:focus,
.wpo-contact-pg-section form select:focus,
.wpo-contact-pg-section form textarea:focus {
    background: transparent;
    border-color: #014284
}

.wpo-contact-pg-section form textarea {
    height: 180px;
    padding-top: 15px
}

.wpo-contact-pg-section form {
    margin: 0 -15px;
    overflow: hidden
}

.wpo-contact-pg-section form ::-webkit-input-placeholder {
    color: #9d9c9c;
    font-style: 15px;
    font-style: normal
}

.wpo-contact-pg-section form :-moz-placeholder,
.wpo-contact-pg-section form ::-moz-placeholder {
    color: #9d9c9c;
    font-style: 15px;
    font-style: normal
}

.wpo-contact-pg-section form :-ms-input-placeholder {
    color: #9d9c9c;
    font-style: 15px;
    font-style: normal
}

.wpo-contact-pg-section form select {
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none;
    -moz-appearance: none;
    color: #a9a9a9;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-size: .8333333333rem;
    opacity: 1;
    padding: 6px 25px;
    position: relative
}

.wpo-contact-pg-section form select,
.wpo-contact-pg-section form select:focus {
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDM1RjYwNDAwNjRGMTFFQzhGMURDMDU1RENGMDdGOTYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDM1RjYwM0YwNjRGMTFFQzhGMURDMDU1RENGMDdGOTYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTVCNTM0MzM4QjA4MTFFN0EyQjNBNDIxNDM2MDkwQkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTVCNTM0MzQ4QjA4MTFFN0EyQjNBNDIxNDM2MDkwQkEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4ctHC5AAAAY0lEQVR42mKcN3/+GQYGhorEhIQ9DGhg/oIF5UDKmAlI3APiVUABFywKOoD4LBPQhDAgYw+yQiQFIBs6Gf///w/TuQpIgRStBuI0mAKQHFwRksJQZAVgAFKEjIEeCUUXAwgwAC30Q/f8tXHIAAAAAElFTkSuQmCC) no-repeat calc(100% - 15px)
}

.wpo-contact-pg-section form .submit-area {
    margin-bottom: 10px;
    margin-left: 0;
    text-align: center;
    width: 100%
}

@media(max-width:767px) {
    .wpo-contact-pg-section form .submit-area {
        margin-bottom: 0
    }
}

.wpo-contact-pg-section form .submit-area .theme-btn,
.wpo-contact-pg-section form .submit-area .view-cart-btn {
    border-radius: 0;
    font-family: Mulish, sans-serif;
    font-size: 16px
}

.wpo-contact-pg-section form .submit-area .theme-btn:after,
.wpo-contact-pg-section form .submit-area .view-cart-btn:after {
    border-radius: 0
}

.wpo-contact-pg-section form>div {
    float: left;
    margin: 0 15px 25px;
    width: calc(50% - 30px)
}

@media(max-width:600px) {
    .wpo-contact-pg-section form>div {
        float: none;
        width: calc(100% - 25px)
    }
}

.wpo-contact-pg-section form .fullwidth {
    clear: both;
    float: none;
    width: calc(100% - 25px)
}

.wpo-contact-pg-section .office-info {
    padding-bottom: 100px
}

@media(max-width:767px) {
    .wpo-contact-pg-section .office-info {
        padding-bottom: 60px
    }
}

@media(max-width:1200px) {
    .wpo-contact-pg-section .office-info .col .office-info-item {
        margin-bottom: 30px
    }
    .wpo-contact-pg-section .office-info .col:last-child .office-info-item {
        margin-bottom: 0
    }
}

.wpo-contact-pg-section .office-info .office-info-item {
    box-shadow: 0 5px 15px 0 rgba(62, 65, 159, .1);
    padding: 40px;
    text-align: center
}

.wpo-contact-pg-section .office-info .office-info-item .office-info-icon {
    background: #f5f5f5;
    border-radius: 50%;
    height: 85px;
    line-height: 110px;
    margin: 0 auto;
    text-align: center;
    width: 85px
}

.wpo-contact-pg-section .office-info .office-info-item .office-info-icon .icon .fi:before {
    color: #014284;
    font-size: 35px
}

.wpo-contact-pg-section .office-info .office-info-item .office-info-text h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 20px 0
}

.wpo-contact-pg-section .office-info .office-info-item .office-info-text p {
    margin-bottom: 0
}

.wpo-contact-pg-section .wpo-contact-form-area {
    background: #fff;
    box-shadow: 0 1px 15px 0 rgba(62, 65, 159, .1);
    margin-bottom: -125px;
    padding: 50px 50px 0;
    position: relative;
    z-index: 99
}

@media(max-width:767px) {
    .wpo-contact-pg-section .wpo-contact-form-area {
        padding: 50px 30px 30px
    }
}

.wpo-contact-map-section .wpo-contact-map {
    height: 550px
}

.wpo-contact-map-section iframe {
    border: 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 100%;
    outline: 0;
    width: 100%
}

.wpo-contact-map-section h2.hidden {
    display: none
}

.error-404-section {
    text-align: center
}

.error-404-section .error-message {
    margin-top: 70px;
    padding: 0 200px
}

@media(max-width:991px) {
    .error-404-section .error-message {
        margin-top: 50px;
        padding: 0 100px
    }
}

@media(max-width:767px) {
    .error-404-section .error-message {
        padding: 0
    }
}

.error-404-section .error-message h3 {
    font-size: 35px;
    font-size: 1.9444444444rem;
    margin: 0 0 .8em
}

.error-404-section .error-message p {
    margin-bottom: 1.8em
}

/*# sourceMappingURL=main.fdd4d069.css.map*/