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

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    box-sizing: content-box
}

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

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

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

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

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

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

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -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 {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

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

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

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

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

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

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

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

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

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: right .2s,-webkit-transform .2s;
    transition: transform .2s,right .2s;
    transition: transform .2s,right .2s,-webkit-transform .2s
}

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

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

.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0,0%,100%,.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0,0,0,.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

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

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

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

/*@font-face {
    font-family: Aktiv Grotesk Corp;
    src: url(../fonts/AktivGroteskCorp-LightItalic.eot);
    src: local("../fonts/AktivGroteskCorp-LightItalic"),url(../fonts/AktivGroteskCorp-LightItalic.eot?#iefix) format("embedded-opentype"),url(../fonts/AktivGroteskCorp-LightItalic.woff) format("woff"),url(../fonts/AktivGroteskCorp-LightItalic.ttf) format("truetype");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: Aktiv Grotesk Corp;
    src: url(../fonts/AktivGroteskCorp-Italic.eot);
    src: local("../fonts/AktivGroteskCorp-Italic"),url(../fonts/AktivGroteskCorp-Italic.eot?#iefix) format("embedded-opentype"),url(../fonts/AktivGroteskCorp-Italic.woff) format("woff"),url(../fonts/AktivGroteskCorp-Italic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Aktiv Grotesk Corp;
    src: url(../fonts/AktivGroteskCorp-Medium.eot);
    src: local("../fonts/AktivGroteskCorp-Medium"),url(../fonts/AktivGroteskCorp-Medium.eot?#iefix) format("embedded-opentype"),url(../fonts/AktivGroteskCorp-Medium.woff) format("woff"),url(../fonts/AktivGroteskCorp-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Aktiv Grotesk Corp;
    src: url(../fonts/AktivGroteskCorp-Regular.eot);
    src: local("../fonts/AktivGroteskCorp-Regular"),url(../fonts/AktivGroteskCorp-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/AktivGroteskCorp-Regular.woff) format("woff"),url(../fonts/AktivGroteskCorp-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Aktiv Grotesk Corp;
    src: url(../fonts/AktivGroteskCorp-MediumItalic.eot);
    src: local("../fonts/AktivGroteskCorp-MediumItalic"),url(../fonts/AktivGroteskCorp-MediumItalic.eot?#iefix) format("embedded-opentype"),url(../fonts/AktivGroteskCorp-MediumItalic.woff) format("woff"),url(../fonts/AktivGroteskCorp-MediumItalic.ttf) format("truetype");
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: Aktiv Grotesk Corp;
    src: url(../fonts/AktivGroteskCorp-Bold.eot);
    src: local("../fonts/AktivGroteskCorp-Bold"),url(../fonts/AktivGroteskCorp-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/AktivGroteskCorp-Bold.woff) format("woff"),url(../fonts/AktivGroteskCorp-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Aktiv Grotesk Corp;
    src: url(../fonts/AktivGroteskCorp-BoldItalic.eot);
    src: local("../fonts/AktivGroteskCorp-BoldItalic"),url(../fonts/AktivGroteskCorp-BoldItalic.eot?#iefix) format("embedded-opentype"),url(../fonts/AktivGroteskCorp-BoldItalic.woff) format("woff"),url(../fonts/AktivGroteskCorp-BoldItalic.ttf) format("truetype");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: Aktiv Grotesk Corp;
    src: url(../fonts/AktivGroteskCorp-Light.eot);
    src: local("../fonts/AktivGroteskCorp-Light"),url(../fonts/AktivGroteskCorp-Light.eot?#iefix) format("embedded-opentype"),url(../fonts/AktivGroteskCorp-Light.woff) format("woff"),url(../fonts/AktivGroteskCorp-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}*/

/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@media print {
    *,:after,:before {
        text-shadow: none!important;
        box-shadow: none!important
    }

    a,a:visited {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap!important
    }

    blockquote,pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,tr {
        page-break-inside: avoid
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse!important
    }

    .table td,.table th {
        background-color: #fff!important
    }

    .table-bordered td,.table-bordered th {
        border: 1px solid #ddd!important
    }
}

html {
    box-sizing: border-box;
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

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

@-ms-viewport {
    width: device-width
}

article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block
}

body {
    margin: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: none!important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

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

abbr[data-original-title],abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    font-style: normal;
    line-height: inherit
}

address,dl,ol,ul {
    margin-bottom: 1rem
}

dl,ol,ul {
    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
}

dfn {
    font-style: italic
}

b,strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

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

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

pre {
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

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

[role=button],a,area,button,input,label,select,summary,textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #868e96;
    caption-side: bottom
}

caption,th {
    text-align: left
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

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

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],input[type=datetime-local],input[type=month],input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

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

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

output {
    display: inline-block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none!important
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1,h1 {
    font-size: 2.5rem
}

.h2,h2 {
    font-size: 2rem
}

.h3,h3 {
    font-size: 1.75rem
}

.h4,h4 {
    font-size: 1.5rem
}

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

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

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

.display-1 {
    font-size: 6rem
}

.display-1,.display-2 {
    font-weight: 300;
    line-height: 1.1
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,.display-4 {
    font-weight: 300;
    line-height: 1.1
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(22,24,29,.1)
}

.small,small {
    font-size: 80%;
    font-weight: 400
}

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

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

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

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

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

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

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #868e96
}

.blockquote-footer:before {
    content: "\2014 \00A0"
}

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

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem;
    transition: all .2s ease-in-out
}

.figure,.wp-caption {
    display: inline-block
}

.figure-img,.wp-caption>img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption,.wp-caption-text {
    font-size: 90%;
    color: #868e96
}

code,kbd,pre,samp {
    font-family: Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace
}

code {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f8f9fa;
    border-radius: .25rem
}

a>code {
    padding: 0;
    color: inherit;
    background-color: inherit
}

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

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #212529
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%
}

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

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

}

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

@media (min-width: 1200px) {
    .container {
        max-width:1140px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-auto,.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-auto,.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-auto,.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-auto,section.page-header .content {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1,.col-auto {
    -webkit-box-flex: 0
}

.col-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-2,.col-3 {
    -webkit-box-flex: 0
}

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

.col-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-4,.col-5 {
    -webkit-box-flex: 0
}

.col-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

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

.col-6,.col-7 {
    -webkit-box-flex: 0
}

.col-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-8,.col-9 {
    -webkit-box-flex: 0
}

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

.col-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-10,.col-11 {
    -webkit-box-flex: 0
}

.col-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-sm-12,section.page-header .content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table td,.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef
}

.table tbody+tbody {
    border-top: 2px solid #e9ecef
}

.table .table {
    background-color: #fff
}

.table-sm td,.table-sm th {
    padding: .3rem
}

.table-bordered,.table-bordered td,.table-bordered th {
    border: 1px solid #e9ecef
}

.table-bordered thead td,.table-bordered thead th {
    border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(22,24,29,.05)
}

.table-hover tbody tr:hover {
    background-color: rgba(22,24,29,.075)
}

.table-primary,.table-primary>td,.table-primary>th {
    background-color: #b8daff
}

.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,.table-secondary>td,.table-secondary>th {
    background-color: #dddfe2
}

.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th {
    background-color: #cfd2d6
}

.table-success,.table-success>td,.table-success>th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,.table-info>td,.table-info>th {
    background-color: #bee5eb
}

.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,.table-warning>td,.table-warning>th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,.table-danger>td,.table-danger>th {
    background-color: #fec5d3
}

.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th {
    background-color: #feacc0
}

.table-light,.table-light>td,.table-light>th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,.table-dark>td,.table-dark>th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,.table-active>td,.table-active>th {
    background-color: rgba(22,24,29,.075)
}

.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th {
    background-color: rgba(11,12,15,.075)
}

.thead-inverse th {
    color: #fff;
    background-color: #212529
}

.thead-default th {
    color: #495057;
    background-color: #e9ecef
}

.table-inverse {
    color: #fff;
    background-color: #212529
}

.table-inverse td,.table-inverse th,.table-inverse thead th {
    border-color: #32383e
}

.table-inverse.table-bordered {
    border: 0
}

.table-inverse.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0,0%,100%,.05)
}

.table-inverse.table-hover tbody tr:hover {
    background-color: hsla(0,0%,100%,.075)
}

@media (max-width: 991px) {
    .table-responsive {
        display:block;
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive.table-bordered {
        border: 0
    }
}

.comment-form input[type=email],.comment-form input[type=text],.comment-form input[type=url],.comment-form textarea,.form-control,.search-form .search-field {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: .875rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(22,24,29,.15);
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.comment-form input[type=email]::-ms-expand,.comment-form input[type=text]::-ms-expand,.comment-form input[type=url]::-ms-expand,.comment-form textarea::-ms-expand,.form-control::-ms-expand,.search-form .search-field::-ms-expand {
    background-color: transparent;
    border: 0
}

.comment-form input:focus[type=email],.comment-form input:focus[type=text],.comment-form input:focus[type=url],.comment-form textarea:focus,.form-control:focus,.search-form .search-field:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: none
}

.comment-form input[type=email]::-webkit-input-placeholder,.comment-form input[type=text]::-webkit-input-placeholder,.comment-form input[type=url]::-webkit-input-placeholder,.comment-form textarea::-webkit-input-placeholder,.form-control::-webkit-input-placeholder,.search-form .search-field::-webkit-input-placeholder {
    color: #868e96;
    opacity: 1
}

.comment-form input[type=email]:-ms-input-placeholder,.comment-form input[type=text]:-ms-input-placeholder,.comment-form input[type=url]:-ms-input-placeholder,.comment-form textarea:-ms-input-placeholder,.form-control:-ms-input-placeholder,.search-form .search-field:-ms-input-placeholder {
    color: #868e96;
    opacity: 1
}

.comment-form input[type=email]::placeholder,.comment-form input[type=text]::placeholder,.comment-form input[type=url]::placeholder,.comment-form textarea::placeholder,.form-control::placeholder,.search-form .search-field::placeholder {
    color: #868e96;
    opacity: 1
}

.comment-form input:disabled[type=email],.comment-form input:disabled[type=text],.comment-form input:disabled[type=url],.comment-form input[readonly][type=email],.comment-form input[readonly][type=text],.comment-form input[readonly][type=url],.comment-form textarea:disabled,.comment-form textarea[readonly],.form-control:disabled,.form-control[readonly],.search-form .search-field:disabled,.search-form .search-field[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.search-form select.search-field:not([size]):not([multiple]),select.form-control:not([size]):not([multiple]) {
    height: calc(2.09375rem + 2px)
}

.search-form select.search-field:focus::-ms-value,select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,.form-control-range {
    display: block
}

.col-form-label {
    margin-bottom: 0
}

.col-form-label,.col-form-label-lg {
    padding-top: calc(.5rem - 1px * 2);
    padding-bottom: calc(.5rem - 1px * 2)
}

.col-form-label-lg {
    font-size: 1rem
}

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

.col-form-legend {
    font-size: .875rem
}

.col-form-legend,.form-control-plaintext {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0
}

.form-control-plaintext {
    line-height: 1.25;
    border: solid transparent;
    border-width: 1px 0
}

.comment-form .input-group-lg>.input-group-btn>input.form-control-plaintext[type=submit],.comment-form .input-group-lg>input.form-control-plaintext[type=email],.comment-form .input-group-lg>input.form-control-plaintext[type=text],.comment-form .input-group-lg>input.form-control-plaintext[type=url],.comment-form .input-group-lg>textarea.form-control-plaintext,.comment-form .input-group-sm>.input-group-btn>input.form-control-plaintext[type=submit],.comment-form .input-group-sm>input.form-control-plaintext[type=email],.comment-form .input-group-sm>input.form-control-plaintext[type=text],.comment-form .input-group-sm>input.form-control-plaintext[type=url],.comment-form .input-group-sm>textarea.form-control-plaintext,.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.form-control-plaintext.input-group-addon,.input-group-lg>.input-group-btn>.form-control-plaintext.btn,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.form-control-plaintext.input-group-addon,.input-group-sm>.input-group-btn>.form-control-plaintext.btn,.search-form .input-group-lg>.form-control-plaintext.search-field,.search-form .input-group-lg>.input-group-btn>.form-control-plaintext.search-submit,.search-form .input-group-sm>.form-control-plaintext.search-field,.search-form .input-group-sm>.input-group-btn>.form-control-plaintext.search-submit {
    padding-right: 0;
    padding-left: 0
}

.comment-form .input-group-sm>.input-group-btn>input[type=submit],.comment-form .input-group-sm>input[type=email],.comment-form .input-group-sm>input[type=text],.comment-form .input-group-sm>input[type=url],.comment-form .input-group-sm>textarea,.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn,.search-form .input-group-sm>.input-group-btn>.search-submit,.search-form .input-group-sm>.search-field {
    padding: .25rem .5rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),.input-group-sm>select.input-group-addon:not([size]):not([multiple]),.search-form .input-group-sm>.input-group-btn>select.search-submit:not([size]):not([multiple]),.search-form .input-group-sm>select.search-field:not([size]):not([multiple]),select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.625rem + 2px)
}

.comment-form .input-group-lg>.input-group-btn>input[type=submit],.comment-form .input-group-lg>input[type=email],.comment-form .input-group-lg>input[type=text],.comment-form .input-group-lg>input[type=url],.comment-form .input-group-lg>textarea,.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn,.search-form .input-group-lg>.input-group-btn>.search-submit,.search-form .input-group-lg>.search-field {
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),.input-group-lg>select.input-group-addon:not([size]):not([multiple]),.search-form .input-group-lg>.input-group-btn>select.search-submit:not([size]):not([multiple]),.search-form .input-group-lg>select.search-field:not([size]):not([multiple]),select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.125rem + 2px)
}

.comment-form p,.form-group,.search-form label {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: .5rem
}

.form-check.disabled .form-check-label {
    color: #868e96
}

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0
}

.form-check-input {
    position: absolute;
    margin-top: .25rem;
    margin-left: -1.25rem
}

.form-check-input:only-child {
    position: static
}

.form-check-inline {
    display: inline-block
}

.form-check-inline .form-check-label {
    vertical-align: middle
}

.form-check-inline+.form-check-inline {
    margin-left: .75rem
}

.invalid-feedback {
    display: none;
    margin-top: .25rem;
    font-size: .875rem;
    color: #fc2f63
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    width: 250px;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(252,47,99,.8);
    border-radius: .2rem
}

.comment-form .was-validated input:valid[type=email],.comment-form .was-validated input:valid[type=text],.comment-form .was-validated input:valid[type=url],.comment-form .was-validated textarea:valid,.comment-form input.is-valid[type=email],.comment-form input.is-valid[type=text],.comment-form input.is-valid[type=url],.comment-form textarea.is-valid,.custom-select.is-valid,.form-control.is-valid,.search-form .is-valid.search-field,.search-form .was-validated .search-field:valid,.was-validated .comment-form input:valid[type=email],.was-validated .comment-form input:valid[type=text],.was-validated .comment-form input:valid[type=url],.was-validated .comment-form textarea:valid,.was-validated .custom-select:valid,.was-validated .form-control:valid,.was-validated .search-form .search-field:valid {
    border-color: #28a745
}

.comment-form .was-validated input:valid:focus[type=email],.comment-form .was-validated input:valid:focus[type=text],.comment-form .was-validated input:valid:focus[type=url],.comment-form .was-validated textarea:valid:focus,.comment-form input.is-valid:focus[type=email],.comment-form input.is-valid:focus[type=text],.comment-form input.is-valid:focus[type=url],.comment-form textarea.is-valid:focus,.custom-select.is-valid:focus,.form-control.is-valid:focus,.search-form .is-valid.search-field:focus,.search-form .was-validated .search-field:valid:focus,.was-validated .comment-form input:valid:focus[type=email],.was-validated .comment-form input:valid:focus[type=text],.was-validated .comment-form input:valid:focus[type=url],.was-validated .comment-form textarea:valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus,.was-validated .search-form .search-field:valid:focus {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.comment-form .was-validated input:valid[type=email]~.invalid-feedback,.comment-form .was-validated input:valid[type=email]~.invalid-tooltip,.comment-form .was-validated input:valid[type=text]~.invalid-feedback,.comment-form .was-validated input:valid[type=text]~.invalid-tooltip,.comment-form .was-validated input:valid[type=url]~.invalid-feedback,.comment-form .was-validated input:valid[type=url]~.invalid-tooltip,.comment-form .was-validated textarea:valid~.invalid-feedback,.comment-form .was-validated textarea:valid~.invalid-tooltip,.comment-form input.is-valid[type=email]~.invalid-feedback,.comment-form input.is-valid[type=email]~.invalid-tooltip,.comment-form input.is-valid[type=text]~.invalid-feedback,.comment-form input.is-valid[type=text]~.invalid-tooltip,.comment-form input.is-valid[type=url]~.invalid-feedback,.comment-form input.is-valid[type=url]~.invalid-tooltip,.comment-form textarea.is-valid~.invalid-feedback,.comment-form textarea.is-valid~.invalid-tooltip,.custom-select.is-valid~.invalid-feedback,.custom-select.is-valid~.invalid-tooltip,.form-control.is-valid~.invalid-feedback,.form-control.is-valid~.invalid-tooltip,.search-form .is-valid.search-field~.invalid-feedback,.search-form .is-valid.search-field~.invalid-tooltip,.search-form .was-validated .search-field:valid~.invalid-feedback,.search-form .was-validated .search-field:valid~.invalid-tooltip,.was-validated .comment-form input:valid[type=email]~.invalid-feedback,.was-validated .comment-form input:valid[type=email]~.invalid-tooltip,.was-validated .comment-form input:valid[type=text]~.invalid-feedback,.was-validated .comment-form input:valid[type=text]~.invalid-tooltip,.was-validated .comment-form input:valid[type=url]~.invalid-feedback,.was-validated .comment-form input:valid[type=url]~.invalid-tooltip,.was-validated .comment-form textarea:valid~.invalid-feedback,.was-validated .comment-form textarea:valid~.invalid-tooltip,.was-validated .custom-select:valid~.invalid-feedback,.was-validated .custom-select:valid~.invalid-tooltip,.was-validated .form-control:valid~.invalid-feedback,.was-validated .form-control:valid~.invalid-tooltip,.was-validated .search-form .search-field:valid~.invalid-feedback,.was-validated .search-form .search-field:valid~.invalid-tooltip {
    display: block
}

.form-check-input.is-valid+.form-check-label,.was-validated .form-check-input:valid+.form-check-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-indicator,.was-validated .custom-control-input:valid~.custom-control-indicator {
    background-color: rgba(40,167,69,.25)
}

.custom-control-input.is-valid~.custom-control-description,.was-validated .custom-control-input:valid~.custom-control-description {
    color: #28a745
}

.custom-file-input.is-valid~.custom-file-control,.was-validated .custom-file-input:valid~.custom-file-control {
    border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-control:before,.was-validated .custom-file-input:valid~.custom-file-control:before {
    border-color: inherit
}

.custom-file-input.is-valid:focus,.was-validated .custom-file-input:valid:focus {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.comment-form .was-validated input:invalid[type=email],.comment-form .was-validated input:invalid[type=text],.comment-form .was-validated input:invalid[type=url],.comment-form .was-validated textarea:invalid,.comment-form input.is-invalid[type=email],.comment-form input.is-invalid[type=text],.comment-form input.is-invalid[type=url],.comment-form textarea.is-invalid,.custom-select.is-invalid,.form-control.is-invalid,.search-form .is-invalid.search-field,.search-form .was-validated .search-field:invalid,.was-validated .comment-form input:invalid[type=email],.was-validated .comment-form input:invalid[type=text],.was-validated .comment-form input:invalid[type=url],.was-validated .comment-form textarea:invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid,.was-validated .search-form .search-field:invalid {
    border-color: #fc2f63
}

.comment-form .was-validated input:invalid:focus[type=email],.comment-form .was-validated input:invalid:focus[type=text],.comment-form .was-validated input:invalid:focus[type=url],.comment-form .was-validated textarea:invalid:focus,.comment-form input.is-invalid:focus[type=email],.comment-form input.is-invalid:focus[type=text],.comment-form input.is-invalid:focus[type=url],.comment-form textarea.is-invalid:focus,.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.search-form .is-invalid.search-field:focus,.search-form .was-validated .search-field:invalid:focus,.was-validated .comment-form input:invalid:focus[type=email],.was-validated .comment-form input:invalid:focus[type=text],.was-validated .comment-form input:invalid:focus[type=url],.was-validated .comment-form textarea:invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus,.was-validated .search-form .search-field:invalid:focus {
    box-shadow: 0 0 0 .2rem rgba(252,47,99,.25)
}

.comment-form .was-validated input:invalid[type=email]~.invalid-feedback,.comment-form .was-validated input:invalid[type=email]~.invalid-tooltip,.comment-form .was-validated input:invalid[type=text]~.invalid-feedback,.comment-form .was-validated input:invalid[type=text]~.invalid-tooltip,.comment-form .was-validated input:invalid[type=url]~.invalid-feedback,.comment-form .was-validated input:invalid[type=url]~.invalid-tooltip,.comment-form .was-validated textarea:invalid~.invalid-feedback,.comment-form .was-validated textarea:invalid~.invalid-tooltip,.comment-form input.is-invalid[type=email]~.invalid-feedback,.comment-form input.is-invalid[type=email]~.invalid-tooltip,.comment-form input.is-invalid[type=text]~.invalid-feedback,.comment-form input.is-invalid[type=text]~.invalid-tooltip,.comment-form input.is-invalid[type=url]~.invalid-feedback,.comment-form input.is-invalid[type=url]~.invalid-tooltip,.comment-form textarea.is-invalid~.invalid-feedback,.comment-form textarea.is-invalid~.invalid-tooltip,.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.search-form .is-invalid.search-field~.invalid-feedback,.search-form .is-invalid.search-field~.invalid-tooltip,.search-form .was-validated .search-field:invalid~.invalid-feedback,.search-form .was-validated .search-field:invalid~.invalid-tooltip,.was-validated .comment-form input:invalid[type=email]~.invalid-feedback,.was-validated .comment-form input:invalid[type=email]~.invalid-tooltip,.was-validated .comment-form input:invalid[type=text]~.invalid-feedback,.was-validated .comment-form input:invalid[type=text]~.invalid-tooltip,.was-validated .comment-form input:invalid[type=url]~.invalid-feedback,.was-validated .comment-form input:invalid[type=url]~.invalid-tooltip,.was-validated .comment-form textarea:invalid~.invalid-feedback,.was-validated .comment-form textarea:invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip,.was-validated .search-form .search-field:invalid~.invalid-feedback,.was-validated .search-form .search-field:invalid~.invalid-tooltip {
    display: block
}

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

.custom-control-input.is-invalid~.custom-control-indicator,.was-validated .custom-control-input:invalid~.custom-control-indicator {
    background-color: rgba(252,47,99,.25)
}

.custom-control-input.is-invalid~.custom-control-description,.was-validated .custom-control-input:invalid~.custom-control-description {
    color: #fc2f63
}

.custom-file-input.is-invalid~.custom-file-control,.was-validated .custom-file-input:invalid~.custom-file-control {
    border-color: #fc2f63
}

.custom-file-input.is-invalid~.custom-file-control:before,.was-validated .custom-file-input:invalid~.custom-file-control:before {
    border-color: inherit
}

.custom-file-input.is-invalid:focus,.was-validated .custom-file-input:invalid:focus {
    box-shadow: 0 0 0 .2rem rgba(252,47,99,.25)
}

.form-inline,.search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check,.search-form .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label,.search-form label {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .comment-form .form-inline p,.comment-form .search-form p,.form-inline .comment-form p,.form-inline .form-group,.form-inline .search-form label,.search-form .comment-form p,.search-form .form-group,.search-form .form-inline label,.search-form label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .comment-form .form-inline input[type=email],.comment-form .form-inline input[type=text],.comment-form .form-inline input[type=url],.comment-form .form-inline textarea,.comment-form .search-form input[type=email],.comment-form .search-form input[type=text],.comment-form .search-form input[type=url],.comment-form .search-form textarea,.form-inline .comment-form input[type=email],.form-inline .comment-form input[type=text],.form-inline .comment-form input[type=url],.form-inline .comment-form textarea,.form-inline .form-control,.search-form .comment-form input[type=email],.search-form .comment-form input[type=text],.search-form .comment-form input[type=url],.search-form .comment-form textarea,.search-form .form-control,.search-form .search-field {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext,.search-form .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group,.search-form .input-group {
        width: auto
    }

    .form-inline .form-control-label,.search-form .form-control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-check,.search-form .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        margin-top: 0;
        margin-bottom: 0
    }

    .form-inline .form-check-label,.search-form .form-check-label {
        padding-left: 0
    }

    .form-inline .form-check-input,.search-form .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control,.search-form .custom-control {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0
    }

    .form-inline .custom-control-indicator,.search-form .custom-control-indicator {
        position: static;
        display: inline-block;
        margin-right: .25rem;
        vertical-align: text-bottom
    }

    .form-inline .has-feedback .form-control-feedback,.search-form .has-feedback .form-control-feedback {
        top: 0
    }
}

.btn,.comment-form input[type=submit],.search-form .search-submit {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem .75rem;
    font-size: .875rem;
    line-height: 1.25;
    border-radius: .25rem;
    transition: all .15s ease-in-out
}

.btn:focus,.btn:hover,.comment-form input:focus[type=submit],.comment-form input:hover[type=submit],.search-form .search-submit:focus,.search-form .search-submit:hover {
    text-decoration: none
}

.btn.focus,.btn:focus,.comment-form input.focus[type=submit],.comment-form input:focus[type=submit],.search-form .focus.search-submit,.search-form .search-submit:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(0,123,255,.25)
}

.btn.disabled,.btn:disabled,.comment-form input.disabled[type=submit],.comment-form input:disabled[type=submit],.search-form .disabled.search-submit,.search-form .search-submit:disabled {
    opacity: .65
}

.btn.active,.btn:active,.comment-form input.active[type=submit],.comment-form input:active[type=submit],.search-form .active.search-submit,.search-form .search-submit:active {
    background-image: none
}

.search-form a.disabled.search-submit,.search-form fieldset[disabled] a.search-submit,a.btn.disabled,fieldset[disabled] .search-form a.search-submit,fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,.btn-primary:focus {
    box-shadow: 0 0 0 3px rgba(0,123,255,.5)
}

.btn-primary.disabled,.btn-primary:disabled {
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle {
    background-color: #0069d9;
    background-image: none;
    border-color: #0062cc
}

.btn-secondary,.comment-form input[type=submit],.search-form .search-submit {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96
}

.btn-secondary:hover,.comment-form input:hover[type=submit],.search-form .search-submit:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d
}

.btn-secondary.focus,.btn-secondary:focus,.comment-form input.focus[type=submit],.comment-form input:focus[type=submit],.search-form .focus.search-submit,.search-form .search-submit:focus {
    box-shadow: 0 0 0 3px hsla(210,7%,56%,.5)
}

.btn-secondary.disabled,.btn-secondary:disabled,.comment-form input.disabled[type=submit],.comment-form input:disabled[type=submit],.search-form .disabled.search-submit,.search-form .search-submit:disabled {
    background-color: #868e96;
    border-color: #868e96
}

.btn-secondary.active,.btn-secondary:active,.comment-form .show>input.dropdown-toggle[type=submit],.comment-form input.active[type=submit],.comment-form input:active[type=submit],.search-form .active.search-submit,.search-form .search-submit:active,.search-form .show>.dropdown-toggle.search-submit,.show>.btn-secondary.dropdown-toggle {
    background-color: #727b84;
    background-image: none;
    border-color: #6c757d
}

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

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,.btn-success:focus {
    box-shadow: 0 0 0 3px rgba(40,167,69,.5)
}

.btn-success.disabled,.btn-success:disabled {
    background-color: #28a745;
    border-color: #28a745
}

.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle {
    background-color: #218838;
    background-image: none;
    border-color: #1e7e34
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,.btn-info:focus {
    box-shadow: 0 0 0 3px rgba(23,162,184,.5)
}

.btn-info.disabled,.btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle {
    background-color: #138496;
    background-image: none;
    border-color: #117a8b
}

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

.btn-warning:hover {
    color: #111;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,.btn-warning:focus {
    box-shadow: 0 0 0 3px rgba(255,193,7,.5)
}

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

.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle {
    background-color: #e0a800;
    background-image: none;
    border-color: #d39e00
}

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

.btn-danger:hover {
    color: #fff;
    background-color: #fb0947;
    border-color: #f40441
}

.btn-danger.focus,.btn-danger:focus {
    box-shadow: 0 0 0 3px rgba(252,47,99,.5)
}

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

.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle {
    background-color: #fb0947;
    background-image: none;
    border-color: #f40441
}

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

.btn-light:hover {
    color: #111;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,.btn-light:focus {
    box-shadow: 0 0 0 3px rgba(248,249,250,.5)
}

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

.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle {
    background-color: #e2e6ea;
    background-image: none;
    border-color: #dae0e5
}

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

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,.btn-dark:focus {
    box-shadow: 0 0 0 3px rgba(52,58,64,.5)
}

.btn-dark.disabled,.btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle {
    background-color: #23272b;
    background-image: none;
    border-color: #1d2124
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,.btn-outline-primary:focus {
    box-shadow: 0 0 0 3px rgba(0,123,255,.5)
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary.active,.btn-outline-primary:active,.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-secondary {
    color: #868e96;
    background-color: transparent;
    background-image: none;
    border-color: #868e96
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96
}

.btn-outline-secondary.focus,.btn-outline-secondary:focus {
    box-shadow: 0 0 0 3px hsla(210,7%,56%,.5)
}

.btn-outline-secondary.disabled,.btn-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent
}

.btn-outline-secondary.active,.btn-outline-secondary:active,.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

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

.btn-outline-success.focus,.btn-outline-success:focus {
    box-shadow: 0 0 0 3px rgba(40,167,69,.5)
}

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

.btn-outline-success.active,.btn-outline-success:active,.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,.btn-outline-info:focus {
    box-shadow: 0 0 0 3px rgba(23,162,184,.5)
}

.btn-outline-info.disabled,.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info.active,.btn-outline-info:active,.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

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

.btn-outline-warning.focus,.btn-outline-warning:focus {
    box-shadow: 0 0 0 3px rgba(255,193,7,.5)
}

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

.btn-outline-warning.active,.btn-outline-warning:active,.show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-danger {
    color: #fc2f63;
    background-color: transparent;
    background-image: none;
    border-color: #fc2f63
}

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

.btn-outline-danger.focus,.btn-outline-danger:focus {
    box-shadow: 0 0 0 3px rgba(252,47,99,.5)
}

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

.btn-outline-danger.active,.btn-outline-danger:active,.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #fc2f63;
    border-color: #fc2f63
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

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

.btn-outline-light.focus,.btn-outline-light:focus {
    box-shadow: 0 0 0 3px rgba(248,249,250,.5)
}

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

.btn-outline-light.active,.btn-outline-light:active,.show>.btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

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

.btn-outline-dark.focus,.btn-outline-dark:focus {
    box-shadow: 0 0 0 3px rgba(52,58,64,.5)
}

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

.btn-outline-dark.active,.btn-outline-dark:active,.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    border-radius: 0
}

.btn-link,.btn-link.active,.btn-link:active,.btn-link:disabled {
    background-color: transparent
}

.btn-link,.btn-link:active,.btn-link:focus {
    border-color: transparent;
    box-shadow: none
}

.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent
}

.btn-link:disabled {
    color: #868e96
}

.btn-link:disabled:focus,.btn-link:disabled:hover {
    text-decoration: none
}

.btn-group-lg>.btn,.btn-lg,.comment-form .btn-group-lg>input[type=submit],.search-form .btn-group-lg>.search-submit {
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,.btn-sm,.comment-form .btn-group-sm>input[type=submit],.search-form .btn-group-sm>.search-submit {
    padding: .25rem .5rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.show {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.show {
    display: block
}

tr.collapse.show {
    display: table-row
}

tbody.collapse.show {
    display: table-row-group
}

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

.collapsing,.dropdown,.dropup {
    position: relative
}

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

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

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    border-top: 0;
    border-bottom: .3em solid
}

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

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

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

.dropdown-item:focus,.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

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

.dropdown-item.disabled,.dropdown-item:disabled {
    color: #868e96;
    background-color: transparent
}

.show>a {
    outline: 0
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .75rem;
    color: #868e96;
    white-space: nowrap
}

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

.btn-group-vertical>.btn,.btn-group>.btn,.comment-form .btn-group-vertical>input[type=submit],.comment-form .btn-group>input[type=submit],.search-form .btn-group-vertical>.search-submit,.search-form .btn-group>.search-submit {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-bottom: 0
}

.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover,.comment-form .btn-group-vertical>input.active[type=submit],.comment-form .btn-group-vertical>input:active[type=submit],.comment-form .btn-group-vertical>input:focus[type=submit],.comment-form .btn-group-vertical>input:hover[type=submit],.comment-form .btn-group>input.active[type=submit],.comment-form .btn-group>input:active[type=submit],.comment-form .btn-group>input:focus[type=submit],.comment-form .btn-group>input:hover[type=submit],.search-form .btn-group-vertical>.active.search-submit,.search-form .btn-group-vertical>.search-submit:active,.search-form .btn-group-vertical>.search-submit:focus,.search-form .btn-group-vertical>.search-submit:hover,.search-form .btn-group>.active.search-submit,.search-form .btn-group>.search-submit:active,.search-form .btn-group>.search-submit:focus,.search-form .btn-group>.search-submit:hover {
    z-index: 2
}

.btn-group-vertical .btn+.btn,.btn-group-vertical .btn+.btn-group,.btn-group-vertical .btn-group+.btn,.btn-group-vertical .btn-group+.btn-group,.btn-group-vertical .comment-form .btn+input[type=submit],.btn-group-vertical .comment-form .btn-group+input[type=submit],.btn-group-vertical .comment-form .search-form input[type=submit]+.search-submit,.btn-group-vertical .comment-form input[type=submit]+.btn,.btn-group-vertical .comment-form input[type=submit]+.btn-group,.btn-group-vertical .comment-form input[type=submit]+input[type=submit],.btn-group-vertical .search-form .btn+.search-submit,.btn-group-vertical .search-form .btn-group+.search-submit,.btn-group-vertical .search-form .comment-form .search-submit+input[type=submit],.btn-group-vertical .search-form .search-submit+.btn,.btn-group-vertical .search-form .search-submit+.btn-group,.btn-group-vertical .search-form .search-submit+.search-submit,.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.btn-group .comment-form .btn+input[type=submit],.btn-group .comment-form .btn-group+input[type=submit],.btn-group .comment-form .search-form input[type=submit]+.search-submit,.btn-group .comment-form input[type=submit]+.btn,.btn-group .comment-form input[type=submit]+.btn-group,.btn-group .comment-form input[type=submit]+input[type=submit],.btn-group .search-form .btn+.search-submit,.btn-group .search-form .btn-group+.search-submit,.btn-group .search-form .comment-form .search-submit+input[type=submit],.btn-group .search-form .search-submit+.btn,.btn-group .search-form .search-submit+.btn-group,.btn-group .search-form .search-submit+.search-submit,.comment-form .btn-group-vertical .btn+input[type=submit],.comment-form .btn-group-vertical .btn-group+input[type=submit],.comment-form .btn-group-vertical .search-form .search-submit+input[type=submit],.comment-form .btn-group-vertical .search-form input[type=submit]+.search-submit,.comment-form .btn-group-vertical input[type=submit]+.btn,.comment-form .btn-group-vertical input[type=submit]+.btn-group,.comment-form .btn-group-vertical input[type=submit]+input[type=submit],.comment-form .btn-group .btn+input[type=submit],.comment-form .btn-group .btn-group+input[type=submit],.comment-form .btn-group .search-form .search-submit+input[type=submit],.comment-form .btn-group .search-form input[type=submit]+.search-submit,.comment-form .btn-group input[type=submit]+.btn,.comment-form .btn-group input[type=submit]+.btn-group,.comment-form .btn-group input[type=submit]+input[type=submit],.comment-form .search-form .btn-group-vertical .search-submit+input[type=submit],.comment-form .search-form .btn-group .search-submit+input[type=submit],.search-form .btn-group-vertical .btn+.search-submit,.search-form .btn-group-vertical .btn-group+.search-submit,.search-form .btn-group-vertical .comment-form .search-submit+input[type=submit],.search-form .btn-group-vertical .comment-form input[type=submit]+.search-submit,.search-form .btn-group-vertical .search-submit+.btn,.search-form .btn-group-vertical .search-submit+.btn-group,.search-form .btn-group-vertical .search-submit+.search-submit,.search-form .btn-group .btn+.search-submit,.search-form .btn-group .btn-group+.search-submit,.search-form .btn-group .comment-form .search-submit+input[type=submit],.search-form .btn-group .comment-form input[type=submit]+.search-submit,.search-form .btn-group .search-submit+.btn,.search-form .btn-group .search-submit+.btn-group,.search-form .btn-group .search-submit+.search-submit,.search-form .comment-form .btn-group-vertical input[type=submit]+.search-submit,.search-form .comment-form .btn-group input[type=submit]+.search-submit {
    margin-left: -1px
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

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

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),.comment-form .btn-group>input:not(:first-child):not(:last-child):not(.dropdown-toggle)[type=submit],.search-form .btn-group>.search-submit:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child,.comment-form .btn-group>input:first-child[type=submit],.search-form .btn-group>.search-submit:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),.comment-form .btn-group>input:first-child:not(:last-child):not(.dropdown-toggle)[type=submit],.search-form .btn-group>.search-submit:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child),.comment-form .btn-group>input:last-child:not(:first-child)[type=submit],.search-form .btn-group>.search-submit:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,.comment-form .btn-group>.btn-group:not(:first-child):not(:last-child)>input[type=submit],.search-form .btn-group>.btn-group:not(:first-child):not(:last-child)>.search-submit {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle,.comment-form .btn-group>.btn-group:first-child:not(:last-child)>input:last-child[type=submit],.search-form .btn-group>.btn-group:first-child:not(:last-child)>.search-submit:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child,.comment-form .btn-group>.btn-group:last-child:not(:first-child)>input:first-child[type=submit],.search-form .btn-group>.btn-group:last-child:not(:first-child)>.search-submit:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn+.dropdown-toggle-split,.comment-form input[type=submit]+.dropdown-toggle-split,.search-form .search-submit+.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.btn+.dropdown-toggle-split:after,.comment-form input[type=submit]+.dropdown-toggle-split:after,.search-form .search-submit+.dropdown-toggle-split:after {
    margin-left: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split,.comment-form .btn-group-sm>input[type=submit]+.dropdown-toggle-split,.search-form .btn-group-sm>.search-submit+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split,.comment-form .btn-group-lg>input[type=submit]+.dropdown-toggle-split,.search-form .btn-group-lg>.search-submit+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical .btn,.btn-group-vertical .btn-group,.btn-group-vertical .comment-form input[type=submit],.btn-group-vertical .search-form .search-submit,.comment-form .btn-group-vertical input[type=submit],.search-form .btn-group-vertical .search-submit {
    width: 100%
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group,.comment-form .btn-group-vertical>.btn+input[type=submit],.comment-form .btn-group-vertical>.btn-group+input[type=submit],.comment-form .btn-group-vertical>input[type=submit]+.btn,.comment-form .btn-group-vertical>input[type=submit]+.btn-group,.comment-form .btn-group-vertical>input[type=submit]+input[type=submit],.comment-form .search-form .btn-group-vertical>.search-submit+input[type=submit],.comment-form .search-form .btn-group-vertical>input[type=submit]+.search-submit,.search-form .btn-group-vertical>.btn+.search-submit,.search-form .btn-group-vertical>.btn-group+.search-submit,.search-form .btn-group-vertical>.search-submit+.btn,.search-form .btn-group-vertical>.search-submit+.btn-group,.search-form .btn-group-vertical>.search-submit+.search-submit,.search-form .comment-form .btn-group-vertical>.search-submit+input[type=submit],.search-form .comment-form .btn-group-vertical>input[type=submit]+.search-submit {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child),.comment-form .btn-group-vertical>input:not(:first-child):not(:last-child)[type=submit],.search-form .btn-group-vertical>.search-submit:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child),.comment-form .btn-group-vertical>input:first-child:not(:last-child)[type=submit],.search-form .btn-group-vertical>.search-submit:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child),.comment-form .btn-group-vertical>input:last-child:not(:first-child)[type=submit],.search-form .btn-group-vertical>.search-submit:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,.comment-form .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>input[type=submit],.search-form .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.search-submit {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle,.comment-form .btn-group-vertical>.btn-group:first-child:not(:last-child)>input:last-child[type=submit],.search-form .btn-group-vertical>.btn-group:first-child:not(:last-child)>.search-submit:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child,.comment-form .btn-group-vertical>.btn-group:last-child:not(:first-child)>input:first-child[type=submit],.search-form .btn-group-vertical>.btn-group:last-child:not(:first-child)>.search-submit:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.comment-form [data-toggle=buttons]>.btn-group>input[type=submit] input[type=checkbox],.comment-form [data-toggle=buttons]>.btn-group>input[type=submit] input[type=radio],.comment-form [data-toggle=buttons]>input[type=submit] input[type=checkbox],.comment-form [data-toggle=buttons]>input[type=submit] input[type=radio],.search-form [data-toggle=buttons]>.btn-group>.search-submit input[type=checkbox],.search-form [data-toggle=buttons]>.btn-group>.search-submit input[type=radio],.search-form [data-toggle=buttons]>.search-submit input[type=checkbox],.search-form [data-toggle=buttons]>.search-submit input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio],[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.comment-form .input-group input[type=email],.comment-form .input-group input[type=text],.comment-form .input-group input[type=url],.comment-form .input-group textarea,.input-group .comment-form input[type=email],.input-group .comment-form input[type=text],.input-group .comment-form input[type=url],.input-group .comment-form textarea,.input-group .form-control,.input-group .search-form .search-field,.search-form .input-group .search-field {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.comment-form .input-group input:active[type=email],.comment-form .input-group input:active[type=text],.comment-form .input-group input:active[type=url],.comment-form .input-group input:focus[type=email],.comment-form .input-group input:focus[type=text],.comment-form .input-group input:focus[type=url],.comment-form .input-group input:hover[type=email],.comment-form .input-group input:hover[type=text],.comment-form .input-group input:hover[type=url],.comment-form .input-group textarea:active,.comment-form .input-group textarea:focus,.comment-form .input-group textarea:hover,.input-group .comment-form input:active[type=email],.input-group .comment-form input:active[type=text],.input-group .comment-form input:active[type=url],.input-group .comment-form input:focus[type=email],.input-group .comment-form input:focus[type=text],.input-group .comment-form input:focus[type=url],.input-group .comment-form input:hover[type=email],.input-group .comment-form input:hover[type=text],.input-group .comment-form input:hover[type=url],.input-group .comment-form textarea:active,.input-group .comment-form textarea:focus,.input-group .comment-form textarea:hover,.input-group .form-control:active,.input-group .form-control:focus,.input-group .form-control:hover,.input-group .search-form .search-field:active,.input-group .search-form .search-field:focus,.input-group .search-form .search-field:hover,.search-form .input-group .search-field:active,.search-form .input-group .search-field:focus,.search-form .input-group .search-field:hover {
    z-index: 3
}

.comment-form .input-group input[type=email],.comment-form .input-group input[type=text],.comment-form .input-group input[type=url],.comment-form .input-group textarea,.input-group-addon,.input-group-btn,.input-group .comment-form input[type=email],.input-group .comment-form input[type=text],.input-group .comment-form input[type=url],.input-group .comment-form textarea,.input-group .form-control,.input-group .search-form .search-field,.search-form .input-group .search-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.comment-form .input-group input:not(:first-child):not(:last-child)[type=email],.comment-form .input-group input:not(:first-child):not(:last-child)[type=text],.comment-form .input-group input:not(:first-child):not(:last-child)[type=url],.comment-form .input-group textarea:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .comment-form input:not(:first-child):not(:last-child)[type=email],.input-group .comment-form input:not(:first-child):not(:last-child)[type=text],.input-group .comment-form input:not(:first-child):not(:last-child)[type=url],.input-group .comment-form textarea:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child),.input-group .search-form .search-field:not(:first-child):not(:last-child),.search-form .input-group .search-field:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,.input-group-btn {
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.25;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid rgba(22,24,29,.15);
    border-radius: .25rem
}

.comment-form .input-group-sm>.input-group-btn>input.input-group-addon[type=submit],.comment-form .input-group-sm>input.input-group-addon[type=email],.comment-form .input-group-sm>input.input-group-addon[type=text],.comment-form .input-group-sm>input.input-group-addon[type=url],.comment-form .input-group-sm>textarea.input-group-addon,.input-group-addon.form-control-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn,.search-form .input-group-sm>.input-group-addon.search-field,.search-form .input-group-sm>.input-group-btn>.input-group-addon.search-submit {
    padding: .25rem .5rem;
    font-size: .75rem;
    border-radius: .2rem
}

.comment-form .input-group-lg>.input-group-btn>input.input-group-addon[type=submit],.comment-form .input-group-lg>input.input-group-addon[type=email],.comment-form .input-group-lg>input.input-group-addon[type=text],.comment-form .input-group-lg>input.input-group-addon[type=url],.comment-form .input-group-lg>textarea.input-group-addon,.input-group-addon.form-control-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn,.search-form .input-group-lg>.input-group-addon.search-field,.search-form .input-group-lg>.input-group-btn>.input-group-addon.search-submit {
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: .3rem
}

.input-group-addon input[type=checkbox],.input-group-addon input[type=radio] {
    margin-top: 0
}

.comment-form .input-group-btn:not(:first-child)>.btn-group:not(:last-child)>input[type=submit],.comment-form .input-group-btn:not(:first-child)>input:not(:last-child):not(.dropdown-toggle)[type=submit],.comment-form .input-group-btn:not(:last-child)>.btn-group>input[type=submit],.comment-form .input-group-btn:not(:last-child)>input[type=submit],.comment-form .input-group input:not(:last-child)[type=email],.comment-form .input-group input:not(:last-child)[type=text],.comment-form .input-group input:not(:last-child)[type=url],.comment-form .input-group textarea:not(:last-child),.input-group-addon:not(:last-child),.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn,.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:not(:last-child)>.btn,.input-group-btn:not(:last-child)>.btn-group>.btn,.input-group-btn:not(:last-child)>.dropdown-toggle,.input-group .comment-form input:not(:last-child)[type=email],.input-group .comment-form input:not(:last-child)[type=text],.input-group .comment-form input:not(:last-child)[type=url],.input-group .comment-form textarea:not(:last-child),.input-group .form-control:not(:last-child),.input-group .search-form .search-field:not(:last-child),.search-form .input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.search-submit,.search-form .input-group-btn:not(:first-child)>.search-submit:not(:last-child):not(.dropdown-toggle),.search-form .input-group-btn:not(:last-child)>.btn-group>.search-submit,.search-form .input-group-btn:not(:last-child)>.search-submit,.search-form .input-group .search-field:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:not(:last-child) {
    border-right: 0
}

.comment-form .input-group-btn:not(:first-child)>.btn-group>input[type=submit],.comment-form .input-group-btn:not(:first-child)>input[type=submit],.comment-form .input-group-btn:not(:last-child)>.btn-group:not(:first-child)>input[type=submit],.comment-form .input-group-btn:not(:last-child)>input:not(:first-child)[type=submit],.comment-form .input-group input:not(:first-child)[type=email],.comment-form .input-group input:not(:first-child)[type=text],.comment-form .input-group input:not(:first-child)[type=url],.comment-form .input-group textarea:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn,.input-group-btn:not(:last-child)>.btn:not(:first-child),.input-group .comment-form input:not(:first-child)[type=email],.input-group .comment-form input:not(:first-child)[type=text],.input-group .comment-form input:not(:first-child)[type=url],.input-group .comment-form textarea:not(:first-child),.input-group .form-control:not(:first-child),.input-group .search-form .search-field:not(:first-child),.search-form .input-group-btn:not(:first-child)>.btn-group>.search-submit,.search-form .input-group-btn:not(:first-child)>.search-submit,.search-form .input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.search-submit,.search-form .input-group-btn:not(:last-child)>.search-submit:not(:first-child),.search-form .input-group .search-field:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.comment-form input[type=email]+.input-group-addon:not(:first-child),.comment-form input[type=text]+.input-group-addon:not(:first-child),.comment-form input[type=url]+.input-group-addon:not(:first-child),.comment-form textarea+.input-group-addon:not(:first-child),.form-control+.input-group-addon:not(:first-child),.search-form .search-field+.input-group-addon:not(:first-child) {
    border-left: 0
}

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

.comment-form .input-group-btn>input[type=submit],.input-group-btn,.input-group-btn>.btn,.search-form .input-group-btn>.search-submit {
    position: relative
}

.comment-form .input-group-btn>.btn+input[type=submit],.comment-form .input-group-btn>input[type=submit]+.btn,.comment-form .input-group-btn>input[type=submit]+input[type=submit],.comment-form .search-form .input-group-btn>.search-submit+input[type=submit],.comment-form .search-form .input-group-btn>input[type=submit]+.search-submit,.input-group-btn>.btn+.btn,.search-form .comment-form .input-group-btn>.search-submit+input[type=submit],.search-form .comment-form .input-group-btn>input[type=submit]+.search-submit,.search-form .input-group-btn>.btn+.search-submit,.search-form .input-group-btn>.search-submit+.btn,.search-form .input-group-btn>.search-submit+.search-submit {
    margin-left: -1px
}

.comment-form .input-group-btn>input:active[type=submit],.comment-form .input-group-btn>input:focus[type=submit],.comment-form .input-group-btn>input:hover[type=submit],.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover,.search-form .input-group-btn>.search-submit:active,.search-form .input-group-btn>.search-submit:focus,.search-form .input-group-btn>.search-submit:hover {
    z-index: 3
}

.comment-form .input-group-btn:not(:last-child)>input[type=submit],.input-group-btn:not(:last-child)>.btn,.input-group-btn:not(:last-child)>.btn-group,.search-form .input-group-btn:not(:last-child)>.search-submit {
    margin-right: -1px
}

.comment-form .input-group-btn:not(:first-child)>input[type=submit],.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group,.search-form .input-group-btn:not(:first-child)>.search-submit {
    z-index: 2;
    margin-left: -1px
}

.comment-form .input-group-btn:not(:first-child)>input:active[type=submit],.comment-form .input-group-btn:not(:first-child)>input:focus[type=submit],.comment-form .input-group-btn:not(:first-child)>input:hover[type=submit],.input-group-btn:not(:first-child)>.btn-group:active,.input-group-btn:not(:first-child)>.btn-group:focus,.input-group-btn:not(:first-child)>.btn-group:hover,.input-group-btn:not(:first-child)>.btn:active,.input-group-btn:not(:first-child)>.btn:focus,.input-group-btn:not(:first-child)>.btn:hover,.search-form .input-group-btn:not(:first-child)>.search-submit:active,.search-form .input-group-btn:not(:first-child)>.search-submit:focus,.search-form .input-group-btn:not(:first-child)>.search-submit:hover {
    z-index: 3
}

.custom-control {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-indicator {
    color: #fff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-indicator {
    box-shadow: 0 0 0 1px #fff,0 0 0 3px #007bff
}

.custom-control-input:active~.custom-control-indicator {
    color: #fff;
    background-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-indicator {
    background-color: #e9ecef
}

.custom-control-input:disabled~.custom-control-description {
    color: #868e96
}

.custom-control-indicator {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-indicator {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator {
    background-color: #007bff;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-indicator {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-controls-stacked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.custom-controls-stacked .custom-control {
    margin-bottom: .25rem
}

.custom-controls-stacked .custom-control+.custom-control {
    margin-left: 0
}

.custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(2.09375rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.25;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid rgba(22,24,29,.15);
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: none
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select:disabled {
    color: #868e96;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.625rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 2.5rem;
    margin-bottom: 0
}

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    height: 2.5rem;
    margin: 0;
    opacity: 0
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid rgba(22,24,29,.15);
    border-radius: .25rem
}

.custom-file-control:lang(en):empty:after {
    content: "Choose file..."
}

.custom-file-control:before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #e9ecef;
    border: 1px solid rgba(22,24,29,.15);
    border-radius: 0 .25rem .25rem 0
}

.custom-file-control:lang(en):before {
    content: "Browse"
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #868e96
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #ddd
}

.nav-tabs .nav-link.disabled {
    color: #868e96;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #ddd #ddd #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,.show>.nav-pills .nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar,.navbar>.container,.navbar>.container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .40625rem;
    padding-bottom: .40625rem;
    margin-right: 1rem;
    font-size: 1rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1rem;
    line-height: 1;
    background: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%
}

@media (max-width: 575px) {
    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm,.navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 767px) {
    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md,.navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,.navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 991px) {
    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg,.navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1199px) {
    .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid {
        padding-right:0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-wrap:nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl,.navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover {
    color: rgba(22,24,29,.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(22,24,29,.5)
}

.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(22,24,29,.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(22,24,29,.3)
}

.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(22,24,29,.9)
}

.navbar-light .navbar-toggler {
    color: rgba(22,24,29,.5);
    border-color: rgba(22,24,29,.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(22, 24, 29, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(22,24,29,.5)
}

.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%,.5)
}

.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 .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: hsla(0,0%,100%,.5);
    border-color: hsla(0,0%,100%,.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0,0%,100%,.5)
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(22,24,29,.125);
    border-radius: .25rem
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle,.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(22,24,29,.03);
    border-bottom: 1px solid rgba(22,24,29,.125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(22,24,29,.03);
    border-top: 1px solid rgba(22,24,29,.125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

@media (min-width: 576px) {
    .card-deck {
        -webkit-box-orient:horizontal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck,.card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal
    }

    .card-deck .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width: 576px) {
    .card-group {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .card-group .card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group .card:first-child .card-img-top {
        border-top-right-radius: 0
    }

    .card-group .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group .card:last-child .card-img-top {
        border-top-left-radius: 0
    }

    .card-group .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-group .card:not(:first-child):not(:last-child),.card-group .card:not(:first-child):not(:last-child) .card-img-bottom,.card-group .card:not(:first-child):not(:last-child) .card-img-top {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count:3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.breadcrumb {
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb:after {
    display: block;
    clear: both;
    content: ""
}

.breadcrumb-item {
    float: left
}

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #868e96;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #868e96
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #868e96;
    pointer-events: none;
    background-color: #fff;
    border-color: #ddd
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #ddd
}

.page-link:focus,.page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #ddd
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .75rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge,.comment-form input[type=submit] .badge,.search-form .search-submit .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

.badge-primary[href]:focus,.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc
}

.badge-secondary {
    color: #fff;
    background-color: #868e96
}

.badge-secondary[href]:focus,.badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #6c757d
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

.badge-success[href]:focus,.badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

.badge-info[href]:focus,.badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

.badge-warning {
    color: #111;
    background-color: #ffc107
}

.badge-warning[href]:focus,.badge-warning[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #d39e00
}

.badge-danger {
    color: #fff;
    background-color: #fc2f63
}

.badge-danger[href]:focus,.badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #f40441
}

.badge-light {
    color: #111;
    background-color: #f8f9fa
}

.badge-light[href]:focus,.badge-light[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #dae0e5
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

.badge-dark[href]:focus,.badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding:4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible .close {
    position: relative;
    top: -.75rem;
    right: -1.25rem;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #464a4e;
    background-color: #e7e8ea;
    border-color: #dddfe2
}

.alert-secondary hr {
    border-top-color: #cfd2d6
}

.alert-secondary .alert-link {
    color: #2e3133
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #831833;
    background-color: #fed5e0;
    border-color: #fec5d3
}

.alert-danger hr {
    border-top-color: #feacc0
}

.alert-danger .alert-link {
    color: #581022
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    font-size: .75rem;
    line-height: 1rem;
    text-align: center;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    height: 1rem;
    line-height: 1rem;
    color: #fff;
    background-color: #007bff;
    transition: width .6s ease
}

.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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,.list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(22,24,29,.125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:focus,.list-group-item:hover {
    text-decoration: none
}

.list-group-item.disabled,.list-group-item:disabled {
    color: #868e96;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

a.list-group-item-primary,button.list-group-item-primary {
    color: #004085
}

a.list-group-item-primary:focus,a.list-group-item-primary:hover,button.list-group-item-primary:focus,button.list-group-item-primary:hover {
    color: #004085;
    background-color: #9fcdff
}

a.list-group-item-primary.active,button.list-group-item-primary.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #464a4e;
    background-color: #dddfe2
}

a.list-group-item-secondary,button.list-group-item-secondary {
    color: #464a4e
}

a.list-group-item-secondary:focus,a.list-group-item-secondary:hover,button.list-group-item-secondary:focus,button.list-group-item-secondary:hover {
    color: #464a4e;
    background-color: #cfd2d6
}

a.list-group-item-secondary.active,button.list-group-item-secondary.active {
    color: #fff;
    background-color: #464a4e;
    border-color: #464a4e
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

a.list-group-item-success,button.list-group-item-success {
    color: #155724
}

a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover {
    color: #155724;
    background-color: #b1dfbb
}

a.list-group-item-success.active,button.list-group-item-success.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

a.list-group-item-info,button.list-group-item-info {
    color: #0c5460
}

a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover {
    color: #0c5460;
    background-color: #abdde5
}

a.list-group-item-info.active,button.list-group-item-info.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

a.list-group-item-warning,button.list-group-item-warning {
    color: #856404
}

a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover {
    color: #856404;
    background-color: #ffe8a1
}

a.list-group-item-warning.active,button.list-group-item-warning.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #831833;
    background-color: #fec5d3
}

a.list-group-item-danger,button.list-group-item-danger {
    color: #831833
}

a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover {
    color: #831833;
    background-color: #feacc0
}

a.list-group-item-danger.active,button.list-group-item-danger.active {
    color: #fff;
    background-color: #831833;
    border-color: #831833
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

a.list-group-item-light,button.list-group-item-light {
    color: #818182
}

a.list-group-item-light:focus,a.list-group-item-light:hover,button.list-group-item-light:focus,button.list-group-item-light:hover {
    color: #818182;
    background-color: #ececf6
}

a.list-group-item-light.active,button.list-group-item-light.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

a.list-group-item-dark,button.list-group-item-dark {
    color: #1b1e21
}

a.list-group-item-dark:focus,a.list-group-item-dark:hover,button.list-group-item-dark:focus,button.list-group-item-dark:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

a.list-group-item-dark.active,button.list-group-item-dark.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1;
    color: #16181d;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:focus,.close:hover {
    color: #16181d;
    text-decoration: none;
    opacity: .75
}

button.close {
    padding: 0;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal,.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    outline: 0
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%)
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(22,24,29,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #16181d
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #e9ecef
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width:500px;
        margin: 30px auto
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width:800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Aktiv Grotesk Corp,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .75rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 5px;
    height: 5px
}

.tooltip.bs-tooltip-auto[x-placement^=top],.tooltip.bs-tooltip-top {
    padding: 5px 0
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.bs-tooltip-top .arrow {
    bottom: 0
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.bs-tooltip-top .arrow:before {
    margin-left: -3px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #16181d
}

.tooltip.bs-tooltip-auto[x-placement^=right],.tooltip.bs-tooltip-right {
    padding: 0 5px
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.bs-tooltip-right .arrow {
    left: 0
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.bs-tooltip-right .arrow:before {
    margin-top: -3px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #16181d
}

.tooltip.bs-tooltip-auto[x-placement^=bottom],.tooltip.bs-tooltip-bottom {
    padding: 5px 0
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.bs-tooltip-bottom .arrow {
    top: 0
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.bs-tooltip-bottom .arrow:before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #16181d
}

.tooltip.bs-tooltip-auto[x-placement^=left],.tooltip.bs-tooltip-left {
    padding: 0 5px
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.bs-tooltip-left .arrow {
    right: 0
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.bs-tooltip-left .arrow:before {
    right: 0;
    margin-top: -3px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #16181d
}

.tooltip .arrow:before {
    position: absolute;
    border-color: transparent;
    border-style: solid
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #16181d;
    border-radius: .25rem
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    padding: 1px;
    font-family: Aktiv Grotesk Corp,sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .75rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(22,24,29,.2);
    border-radius: .3rem
}

.popover,.popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 10px;
    height: 5px
}

.popover .arrow:after,.popover .arrow:before {
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid
}

.popover .arrow:after,.popover .arrow:before {
    content: "";
    border-width: 11px
}

.popover.bs-popover-auto[x-placement^=top],.popover.bs-popover-top {
    margin-bottom: 10px
}

.popover.bs-popover-auto[x-placement^=top] .arrow,.popover.bs-popover-top .arrow {
    bottom: 0
}

.popover.bs-popover-auto[x-placement^=top] .arrow:after,.popover.bs-popover-auto[x-placement^=top] .arrow:before,.popover.bs-popover-top .arrow:after,.popover.bs-popover-top .arrow:before {
    border-bottom-width: 0
}

.popover.bs-popover-auto[x-placement^=top] .arrow:before,.popover.bs-popover-top .arrow:before {
    bottom: -11px;
    margin-left: -6px;
    border-top-color: rgba(22,24,29,.25)
}

.popover.bs-popover-auto[x-placement^=top] .arrow:after,.popover.bs-popover-top .arrow:after {
    bottom: -10px;
    margin-left: -6px;
    border-top-color: #fff
}

.popover.bs-popover-auto[x-placement^=right],.popover.bs-popover-right {
    margin-left: 10px
}

.popover.bs-popover-auto[x-placement^=right] .arrow,.popover.bs-popover-right .arrow {
    left: 0
}

.popover.bs-popover-auto[x-placement^=right] .arrow:after,.popover.bs-popover-auto[x-placement^=right] .arrow:before,.popover.bs-popover-right .arrow:after,.popover.bs-popover-right .arrow:before {
    margin-top: -8px;
    border-left-width: 0
}

.popover.bs-popover-auto[x-placement^=right] .arrow:before,.popover.bs-popover-right .arrow:before {
    left: -11px;
    border-right-color: rgba(22,24,29,.25)
}

.popover.bs-popover-auto[x-placement^=right] .arrow:after,.popover.bs-popover-right .arrow:after {
    left: -10px;
    border-right-color: #fff
}

.popover.bs-popover-auto[x-placement^=bottom],.popover.bs-popover-bottom {
    margin-top: 10px
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow,.popover.bs-popover-bottom .arrow {
    top: 0
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow:after,.popover.bs-popover-auto[x-placement^=bottom] .arrow:before,.popover.bs-popover-bottom .arrow:after,.popover.bs-popover-bottom .arrow:before {
    margin-left: -7px;
    border-top-width: 0
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow:before,.popover.bs-popover-bottom .arrow:before {
    top: -11px;
    border-bottom-color: rgba(22,24,29,.25)
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow:after,.popover.bs-popover-bottom .arrow:after {
    top: -10px;
    border-bottom-color: #fff
}

.popover.bs-popover-auto[x-placement^=bottom] .popover-header:before,.popover.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    margin-left: -10px;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.popover.bs-popover-auto[x-placement^=left],.popover.bs-popover-left {
    margin-right: 10px
}

.popover.bs-popover-auto[x-placement^=left] .arrow,.popover.bs-popover-left .arrow {
    right: 0
}

.popover.bs-popover-auto[x-placement^=left] .arrow:after,.popover.bs-popover-auto[x-placement^=left] .arrow:before,.popover.bs-popover-left .arrow:after,.popover.bs-popover-left .arrow:before {
    margin-top: -8px;
    border-right-width: 0
}

.popover.bs-popover-auto[x-placement^=left] .arrow:before,.popover.bs-popover-left .arrow:before {
    right: -11px;
    border-left-color: rgba(22,24,29,.25)
}

.popover.bs-popover-auto[x-placement^=left] .arrow:after,.popover.bs-popover-left .arrow:after {
    right: -10px;
    border-left-color: #fff
}

.popover-header {
    padding: 8px 14px;
    margin-bottom: 0;
    font-size: .875rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: 9px 14px;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.carousel-item-next,.carousel-item-prev,.carousel-item.active {
    display: block
}

.carousel-item-next,.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right {
        -webkit-transform:translateZ(0);
        transform: translateZ(0)
    }
}

.active.carousel-item-right,.carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports (transform-style: preserve-3d) {
    .active.carousel-item-right,.carousel-item-next {
        -webkit-transform:translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

.active.carousel-item-left,.carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports (transform-style: preserve-3d) {
    .active.carousel-item-left,.carousel-item-prev {
        -webkit-transform:translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }
}

.carousel-control-next,.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: hsla(0,0%,100%,.5)
}

.carousel-indicators li:before {
    top: -10px
}

.carousel-indicators li:after,.carousel-indicators li:before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li:after {
    bottom: -10px
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.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
}

.bg-primary {
    background-color: #007bff!important
}

a.bg-primary:focus,a.bg-primary:hover {
    background-color: #0062cc!important
}

.bg-secondary {
    background-color: #868e96!important
}

a.bg-secondary:focus,a.bg-secondary:hover {
    background-color: #6c757d!important
}

.bg-success {
    background-color: #28a745!important
}

a.bg-success:focus,a.bg-success:hover {
    background-color: #1e7e34!important
}

.bg-info {
    background-color: #17a2b8!important
}

a.bg-info:focus,a.bg-info:hover {
    background-color: #117a8b!important
}

.bg-warning {
    background-color: #ffc107!important
}

a.bg-warning:focus,a.bg-warning:hover {
    background-color: #d39e00!important
}

.bg-danger {
    background-color: #fc2f63!important
}

a.bg-danger:focus,a.bg-danger:hover {
    background-color: #f40441!important
}

.bg-light {
    background-color: #f8f9fa!important
}

a.bg-light:focus,a.bg-light:hover {
    background-color: #dae0e5!important
}

.bg-dark {
    background-color: #343a40!important
}

a.bg-dark:focus,a.bg-dark:hover {
    background-color: #1d2124!important
}

.bg-white {
    background-color: #fff!important
}

.bg-transparent {
    background-color: transparent!important
}

.border {
    border: 1px solid #e9ecef!important
}

.border-0 {
    border: 0!important
}

.border-top-0 {
    border-top: 0!important
}

.border-right-0 {
    border-right: 0!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-left-0 {
    border-left: 0!important
}

.border-primary {
    border-color: #007bff!important
}

.border-secondary {
    border-color: #868e96!important
}

.border-success {
    border-color: #28a745!important
}

.border-info {
    border-color: #17a2b8!important
}

.border-warning {
    border-color: #ffc107!important
}

.border-danger {
    border-color: #fc2f63!important
}

.border-light {
    border-color: #f8f9fa!important
}

.border-dark {
    border-color: #343a40!important
}

.border-white {
    border-color: #fff!important
}

.rounded {
    border-radius: .25rem!important
}

.rounded-top {
    border-top-left-radius: .25rem!important
}

.rounded-right,.rounded-top {
    border-top-right-radius: .25rem!important
}

.rounded-bottom,.rounded-right {
    border-bottom-right-radius: .25rem!important
}

.rounded-bottom,.rounded-left {
    border-bottom-left-radius: .25rem!important
}

.rounded-left {
    border-top-left-radius: .25rem!important
}

.rounded-circle {
    border-radius: 50%
}

.rounded-0 {
    border-radius: 0
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.d-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}

@media (min-width: 576px) {
    .d-sm-none {
        display:none!important
    }

    .d-sm-inline {
        display: inline!important
    }

    .d-sm-inline-block {
        display: inline-block!important
    }

    .d-sm-block {
        display: block!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-cell {
        display: table-cell!important
    }

    .d-sm-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display:none!important
    }

    .d-md-inline {
        display: inline!important
    }

    .d-md-inline-block {
        display: inline-block!important
    }

    .d-md-block {
        display: block!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-cell {
        display: table-cell!important
    }

    .d-md-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display:none!important
    }

    .d-lg-inline {
        display: inline!important
    }

    .d-lg-inline-block {
        display: inline-block!important
    }

    .d-lg-block {
        display: block!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-cell {
        display: table-cell!important
    }

    .d-lg-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display:none!important
    }

    .d-xl-inline {
        display: inline!important
    }

    .d-xl-inline-block {
        display: inline-block!important
    }

    .d-xl-block {
        display: block!important
    }

    .d-xl-table {
        display: table!important
    }

    .d-xl-table-cell {
        display: table-cell!important
    }

    .d-xl-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

.d-print-block {
    display: none!important
}

@media print {
    .d-print-block {
        display: block!important
    }
}

.d-print-inline {
    display: none!important
}

@media print {
    .d-print-inline {
        display: inline!important
    }
}

.d-print-inline-block {
    display: none!important
}

@media print {
    .d-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .d-print-none {
        display: none!important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.8571428571%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
}

.flex-column,.flex-row {
    -webkit-box-direction: normal!important
}

.flex-column {
    -webkit-box-orient: vertical!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}

.flex-column-reverse,.flex-row-reverse {
    -webkit-box-direction: reverse!important
}

.flex-column-reverse {
    -webkit-box-orient: vertical!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
}

.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
}

.justify-content-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

.align-items-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.align-items-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}

.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}

.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}

.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
}

.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}

.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}

.align-self-auto {
    -ms-flex-item-align: auto!important;
    -ms-grid-row-align: auto!important;
    align-self: auto!important
}

.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}

.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}

.align-self-center {
    -ms-flex-item-align: center!important;
    -ms-grid-row-align: center!important;
    align-self: center!important
}

.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}

.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    -ms-grid-row-align: stretch!important;
    align-self: stretch!important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient:horizontal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-sm-column,.flex-sm-row {
        -webkit-box-direction: normal!important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-sm-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-sm-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-sm-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto!important;
        -ms-grid-row-align: auto!important;
        align-self: auto!important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center!important;
        -ms-grid-row-align: center!important;
        align-self: center!important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch!important;
        -ms-grid-row-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient:horizontal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-md-column,.flex-md-row {
        -webkit-box-direction: normal!important
    }

    .flex-md-column {
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .justify-content-md-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-md-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-md-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-md-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-md-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-md-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto!important;
        -ms-grid-row-align: auto!important;
        align-self: auto!important
    }

    .align-self-md-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-md-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-md-center {
        -ms-flex-item-align: center!important;
        -ms-grid-row-align: center!important;
        align-self: center!important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch!important;
        -ms-grid-row-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient:horizontal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-lg-column,.flex-lg-row {
        -webkit-box-direction: normal!important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-lg-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-lg-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-lg-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto!important;
        -ms-grid-row-align: auto!important;
        align-self: auto!important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center!important;
        -ms-grid-row-align: center!important;
        align-self: center!important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch!important;
        -ms-grid-row-align: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient:horizontal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .flex-xl-column,.flex-xl-row {
        -webkit-box-direction: normal!important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .align-items-xl-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .align-items-xl-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .align-items-xl-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto!important;
        -ms-grid-row-align: auto!important;
        align-self: auto!important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center!important;
        -ms-grid-row-align: center!important;
        align-self: center!important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch!important;
        -ms-grid-row-align: stretch!important;
        align-self: stretch!important
    }
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-none {
    float: none!important
}

@media (min-width: 576px) {
    .float-sm-left {
        float:left!important
    }

    .float-sm-right {
        float: right!important
    }

    .float-sm-none {
        float: none!important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float:left!important
    }

    .float-md-right {
        float: right!important
    }

    .float-md-none {
        float: none!important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float:left!important
    }

    .float-lg-right {
        float: right!important
    }

    .float-lg-none {
        float: none!important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float:left!important
    }

    .float-xl-right {
        float: right!important
    }

    .float-xl-none {
        float: none!important
    }
}

.fixed-top {
    top: 0
}

.fixed-bottom,.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.screen-reader-text,.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

.screen-reader-text:active,.screen-reader-text:focus,.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.mw-100 {
    max-width: 100%!important
}

.mh-100 {
    max-height: 100%!important
}

.m-0 {
    margin: 0!important
}

.mt-0 {
    margin-top: 0!important
}

.mr-0 {
    margin-right: 0!important
}

.mb-0 {
    margin-bottom: 0!important
}

.ml-0,.mx-0 {
    margin-left: 0!important
}

.mx-0 {
    margin-right: 0!important
}

.my-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.m-1 {
    margin: .25rem!important
}

.mt-1 {
    margin-top: .25rem!important
}

.mr-1 {
    margin-right: .25rem!important
}

.mb-1 {
    margin-bottom: .25rem!important
}

.ml-1,.mx-1 {
    margin-left: .25rem!important
}

.mx-1 {
    margin-right: .25rem!important
}

.my-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2 {
    margin-top: .5rem!important
}

.mr-2 {
    margin-right: .5rem!important
}

.mb-2 {
    margin-bottom: .5rem!important
}

.ml-2,.mx-2 {
    margin-left: .5rem!important
}

.mx-2 {
    margin-right: .5rem!important
}

.my-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mt-3 {
    margin-top: 1rem!important
}

.mr-3 {
    margin-right: 1rem!important
}

.mb-3 {
    margin-bottom: 1rem!important
}

.ml-3,.mx-3 {
    margin-left: 1rem!important
}

.mx-3 {
    margin-right: 1rem!important
}

.my-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mt-4 {
    margin-top: 1.5rem!important
}

.mr-4 {
    margin-right: 1.5rem!important
}

.mb-4 {
    margin-bottom: 1.5rem!important
}

.ml-4,.mx-4 {
    margin-left: 1.5rem!important
}

.mx-4 {
    margin-right: 1.5rem!important
}

.my-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.mt-5 {
    margin-top: 3rem!important
}

.mr-5 {
    margin-right: 3rem!important
}

.mb-5 {
    margin-bottom: 3rem!important
}

.ml-5,.mx-5 {
    margin-left: 3rem!important
}

.mx-5 {
    margin-right: 3rem!important
}

.my-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
}

.p-0 {
    padding: 0!important
}

.pt-0 {
    padding-top: 0!important
}

.pr-0 {
    padding-right: 0!important
}

.pb-0 {
    padding-bottom: 0!important
}

.pl-0,.px-0 {
    padding-left: 0!important
}

.px-0 {
    padding-right: 0!important
}

.py-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.p-1 {
    padding: .25rem!important
}

.pt-1 {
    padding-top: .25rem!important
}

.pr-1 {
    padding-right: .25rem!important
}

.pb-1 {
    padding-bottom: .25rem!important
}

.pl-1,.px-1 {
    padding-left: .25rem!important
}

.px-1 {
    padding-right: .25rem!important
}

.py-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2 {
    padding-top: .5rem!important
}

.pr-2 {
    padding-right: .5rem!important
}

.pb-2 {
    padding-bottom: .5rem!important
}

.pl-2,.px-2 {
    padding-left: .5rem!important
}

.px-2 {
    padding-right: .5rem!important
}

.py-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3 {
    padding-top: 1rem!important
}

.pr-3 {
    padding-right: 1rem!important
}

.pb-3 {
    padding-bottom: 1rem!important
}

.pl-3,.px-3 {
    padding-left: 1rem!important
}

.px-3 {
    padding-right: 1rem!important
}

.py-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4 {
    padding-top: 1.5rem!important
}

.pr-4 {
    padding-right: 1.5rem!important
}

.pb-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,.px-4 {
    padding-left: 1.5rem!important
}

.px-4 {
    padding-right: 1.5rem!important
}

.py-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5 {
    padding-top: 3rem!important
}

.pr-5 {
    padding-right: 3rem!important
}

.pb-5 {
    padding-bottom: 3rem!important
}

.pl-5,.px-5 {
    padding-left: 3rem!important
}

.px-5 {
    padding-right: 3rem!important
}

.py-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
}

.m-auto {
    margin: auto!important
}

.mt-auto {
    margin-top: auto!important
}

.mr-auto {
    margin-right: auto!important
}

.mb-auto {
    margin-bottom: auto!important
}

.ml-auto {
    margin-left: auto!important
}

.mx-auto,.wrapper-large,.wrapper-medium,.wrapper-small {
    margin-right: auto!important;
    margin-left: auto!important
}

.my-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin:0!important
    }

    .mt-sm-0 {
        margin-top: 0!important
    }

    .mr-sm-0 {
        margin-right: 0!important
    }

    .mb-sm-0 {
        margin-bottom: 0!important
    }

    .ml-sm-0,.mx-sm-0 {
        margin-left: 0!important
    }

    .mx-sm-0 {
        margin-right: 0!important
    }

    .my-sm-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .m-sm-1 {
        margin: .25rem!important
    }

    .mt-sm-1 {
        margin-top: .25rem!important
    }

    .mr-sm-1 {
        margin-right: .25rem!important
    }

    .mb-sm-1 {
        margin-bottom: .25rem!important
    }

    .ml-sm-1,.mx-sm-1 {
        margin-left: .25rem!important
    }

    .mx-sm-1 {
        margin-right: .25rem!important
    }

    .my-sm-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .m-sm-2 {
        margin: .5rem!important
    }

    .mt-sm-2 {
        margin-top: .5rem!important
    }

    .mr-sm-2 {
        margin-right: .5rem!important
    }

    .mb-sm-2 {
        margin-bottom: .5rem!important
    }

    .ml-sm-2,.mx-sm-2 {
        margin-left: .5rem!important
    }

    .mx-sm-2 {
        margin-right: .5rem!important
    }

    .my-sm-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .m-sm-3 {
        margin: 1rem!important
    }

    .mt-sm-3 {
        margin-top: 1rem!important
    }

    .mr-sm-3 {
        margin-right: 1rem!important
    }

    .mb-sm-3 {
        margin-bottom: 1rem!important
    }

    .ml-sm-3,.mx-sm-3 {
        margin-left: 1rem!important
    }

    .mx-sm-3 {
        margin-right: 1rem!important
    }

    .my-sm-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .m-sm-4 {
        margin: 1.5rem!important
    }

    .mt-sm-4 {
        margin-top: 1.5rem!important
    }

    .mr-sm-4 {
        margin-right: 1.5rem!important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-sm-4,.mx-sm-4 {
        margin-left: 1.5rem!important
    }

    .mx-sm-4 {
        margin-right: 1.5rem!important
    }

    .my-sm-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .m-sm-5 {
        margin: 3rem!important
    }

    .mt-sm-5 {
        margin-top: 3rem!important
    }

    .mr-sm-5 {
        margin-right: 3rem!important
    }

    .mb-sm-5 {
        margin-bottom: 3rem!important
    }

    .ml-sm-5,.mx-sm-5 {
        margin-left: 3rem!important
    }

    .mx-sm-5 {
        margin-right: 3rem!important
    }

    .my-sm-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .p-sm-0 {
        padding: 0!important
    }

    .pt-sm-0 {
        padding-top: 0!important
    }

    .pr-sm-0 {
        padding-right: 0!important
    }

    .pb-sm-0 {
        padding-bottom: 0!important
    }

    .pl-sm-0,.px-sm-0 {
        padding-left: 0!important
    }

    .px-sm-0 {
        padding-right: 0!important
    }

    .py-sm-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .p-sm-1 {
        padding: .25rem!important
    }

    .pt-sm-1 {
        padding-top: .25rem!important
    }

    .pr-sm-1 {
        padding-right: .25rem!important
    }

    .pb-sm-1 {
        padding-bottom: .25rem!important
    }

    .pl-sm-1,.px-sm-1 {
        padding-left: .25rem!important
    }

    .px-sm-1 {
        padding-right: .25rem!important
    }

    .py-sm-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .p-sm-2 {
        padding: .5rem!important
    }

    .pt-sm-2 {
        padding-top: .5rem!important
    }

    .pr-sm-2 {
        padding-right: .5rem!important
    }

    .pb-sm-2 {
        padding-bottom: .5rem!important
    }

    .pl-sm-2,.px-sm-2 {
        padding-left: .5rem!important
    }

    .px-sm-2 {
        padding-right: .5rem!important
    }

    .py-sm-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .p-sm-3 {
        padding: 1rem!important
    }

    .pt-sm-3 {
        padding-top: 1rem!important
    }

    .pr-sm-3 {
        padding-right: 1rem!important
    }

    .pb-sm-3 {
        padding-bottom: 1rem!important
    }

    .pl-sm-3,.px-sm-3 {
        padding-left: 1rem!important
    }

    .px-sm-3 {
        padding-right: 1rem!important
    }

    .py-sm-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .p-sm-4 {
        padding: 1.5rem!important
    }

    .pt-sm-4 {
        padding-top: 1.5rem!important
    }

    .pr-sm-4 {
        padding-right: 1.5rem!important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-sm-4,.px-sm-4 {
        padding-left: 1.5rem!important
    }

    .px-sm-4 {
        padding-right: 1.5rem!important
    }

    .py-sm-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .p-sm-5 {
        padding: 3rem!important
    }

    .pt-sm-5 {
        padding-top: 3rem!important
    }

    .pr-sm-5 {
        padding-right: 3rem!important
    }

    .pb-sm-5 {
        padding-bottom: 3rem!important
    }

    .pl-sm-5,.px-sm-5 {
        padding-left: 3rem!important
    }

    .px-sm-5 {
        padding-right: 3rem!important
    }

    .py-sm-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .m-sm-auto {
        margin: auto!important
    }

    .mt-sm-auto {
        margin-top: auto!important
    }

    .mr-sm-auto {
        margin-right: auto!important
    }

    .mb-sm-auto {
        margin-bottom: auto!important
    }

    .ml-sm-auto,.mx-sm-auto {
        margin-left: auto!important
    }

    .mx-sm-auto {
        margin-right: auto!important
    }

    .my-sm-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin:0!important
    }

    .mt-md-0 {
        margin-top: 0!important
    }

    .mr-md-0 {
        margin-right: 0!important
    }

    .mb-md-0 {
        margin-bottom: 0!important
    }

    .ml-md-0,.mx-md-0 {
        margin-left: 0!important
    }

    .mx-md-0 {
        margin-right: 0!important
    }

    .my-md-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .m-md-1 {
        margin: .25rem!important
    }

    .mt-md-1 {
        margin-top: .25rem!important
    }

    .mr-md-1 {
        margin-right: .25rem!important
    }

    .mb-md-1 {
        margin-bottom: .25rem!important
    }

    .ml-md-1,.mx-md-1 {
        margin-left: .25rem!important
    }

    .mx-md-1 {
        margin-right: .25rem!important
    }

    .my-md-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .m-md-2 {
        margin: .5rem!important
    }

    .mt-md-2 {
        margin-top: .5rem!important
    }

    .mr-md-2 {
        margin-right: .5rem!important
    }

    .mb-md-2 {
        margin-bottom: .5rem!important
    }

    .ml-md-2,.mx-md-2 {
        margin-left: .5rem!important
    }

    .mx-md-2 {
        margin-right: .5rem!important
    }

    .my-md-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .m-md-3 {
        margin: 1rem!important
    }

    .mt-md-3 {
        margin-top: 1rem!important
    }

    .mr-md-3 {
        margin-right: 1rem!important
    }

    .mb-md-3 {
        margin-bottom: 1rem!important
    }

    .ml-md-3,.mx-md-3 {
        margin-left: 1rem!important
    }

    .mx-md-3 {
        margin-right: 1rem!important
    }

    .my-md-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .m-md-4 {
        margin: 1.5rem!important
    }

    .mt-md-4 {
        margin-top: 1.5rem!important
    }

    .mr-md-4 {
        margin-right: 1.5rem!important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-md-4,.mx-md-4 {
        margin-left: 1.5rem!important
    }

    .mx-md-4 {
        margin-right: 1.5rem!important
    }

    .my-md-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .m-md-5 {
        margin: 3rem!important
    }

    .mt-md-5 {
        margin-top: 3rem!important
    }

    .mr-md-5 {
        margin-right: 3rem!important
    }

    .mb-md-5 {
        margin-bottom: 3rem!important
    }

    .ml-md-5,.mx-md-5 {
        margin-left: 3rem!important
    }

    .mx-md-5 {
        margin-right: 3rem!important
    }

    .my-md-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .p-md-0 {
        padding: 0!important
    }

    .pt-md-0 {
        padding-top: 0!important
    }

    .pr-md-0 {
        padding-right: 0!important
    }

    .pb-md-0 {
        padding-bottom: 0!important
    }

    .pl-md-0,.px-md-0 {
        padding-left: 0!important
    }

    .px-md-0 {
        padding-right: 0!important
    }

    .py-md-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .p-md-1 {
        padding: .25rem!important
    }

    .pt-md-1 {
        padding-top: .25rem!important
    }

    .pr-md-1 {
        padding-right: .25rem!important
    }

    .pb-md-1 {
        padding-bottom: .25rem!important
    }

    .pl-md-1,.px-md-1 {
        padding-left: .25rem!important
    }

    .px-md-1 {
        padding-right: .25rem!important
    }

    .py-md-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .p-md-2 {
        padding: .5rem!important
    }

    .pt-md-2 {
        padding-top: .5rem!important
    }

    .pr-md-2 {
        padding-right: .5rem!important
    }

    .pb-md-2 {
        padding-bottom: .5rem!important
    }

    .pl-md-2,.px-md-2 {
        padding-left: .5rem!important
    }

    .px-md-2 {
        padding-right: .5rem!important
    }

    .py-md-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .p-md-3 {
        padding: 1rem!important
    }

    .pt-md-3 {
        padding-top: 1rem!important
    }

    .pr-md-3 {
        padding-right: 1rem!important
    }

    .pb-md-3 {
        padding-bottom: 1rem!important
    }

    .pl-md-3,.px-md-3 {
        padding-left: 1rem!important
    }

    .px-md-3 {
        padding-right: 1rem!important
    }

    .py-md-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .p-md-4 {
        padding: 1.5rem!important
    }

    .pt-md-4 {
        padding-top: 1.5rem!important
    }

    .pr-md-4 {
        padding-right: 1.5rem!important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-md-4,.px-md-4 {
        padding-left: 1.5rem!important
    }

    .px-md-4 {
        padding-right: 1.5rem!important
    }

    .py-md-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .p-md-5 {
        padding: 3rem!important
    }

    .pt-md-5 {
        padding-top: 3rem!important
    }

    .pr-md-5 {
        padding-right: 3rem!important
    }

    .pb-md-5 {
        padding-bottom: 3rem!important
    }

    .pl-md-5,.px-md-5 {
        padding-left: 3rem!important
    }

    .px-md-5 {
        padding-right: 3rem!important
    }

    .py-md-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .m-md-auto {
        margin: auto!important
    }

    .mt-md-auto {
        margin-top: auto!important
    }

    .mr-md-auto {
        margin-right: auto!important
    }

    .mb-md-auto {
        margin-bottom: auto!important
    }

    .ml-md-auto,.mx-md-auto {
        margin-left: auto!important
    }

    .mx-md-auto {
        margin-right: auto!important
    }

    .my-md-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin:0!important
    }

    .mt-lg-0 {
        margin-top: 0!important
    }

    .mr-lg-0 {
        margin-right: 0!important
    }

    .mb-lg-0 {
        margin-bottom: 0!important
    }

    .ml-lg-0,.mx-lg-0 {
        margin-left: 0!important
    }

    .mx-lg-0 {
        margin-right: 0!important
    }

    .my-lg-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .m-lg-1 {
        margin: .25rem!important
    }

    .mt-lg-1 {
        margin-top: .25rem!important
    }

    .mr-lg-1 {
        margin-right: .25rem!important
    }

    .mb-lg-1 {
        margin-bottom: .25rem!important
    }

    .ml-lg-1,.mx-lg-1 {
        margin-left: .25rem!important
    }

    .mx-lg-1 {
        margin-right: .25rem!important
    }

    .my-lg-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .m-lg-2 {
        margin: .5rem!important
    }

    .mt-lg-2 {
        margin-top: .5rem!important
    }

    .mr-lg-2 {
        margin-right: .5rem!important
    }

    .mb-lg-2 {
        margin-bottom: .5rem!important
    }

    .ml-lg-2,.mx-lg-2 {
        margin-left: .5rem!important
    }

    .mx-lg-2 {
        margin-right: .5rem!important
    }

    .my-lg-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .m-lg-3 {
        margin: 1rem!important
    }

    .mt-lg-3 {
        margin-top: 1rem!important
    }

    .mr-lg-3 {
        margin-right: 1rem!important
    }

    .mb-lg-3 {
        margin-bottom: 1rem!important
    }

    .ml-lg-3,.mx-lg-3 {
        margin-left: 1rem!important
    }

    .mx-lg-3 {
        margin-right: 1rem!important
    }

    .my-lg-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .m-lg-4 {
        margin: 1.5rem!important
    }

    .mt-lg-4 {
        margin-top: 1.5rem!important
    }

    .mr-lg-4 {
        margin-right: 1.5rem!important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-lg-4,.mx-lg-4 {
        margin-left: 1.5rem!important
    }

    .mx-lg-4 {
        margin-right: 1.5rem!important
    }

    .my-lg-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .m-lg-5 {
        margin: 3rem!important
    }

    .mt-lg-5 {
        margin-top: 3rem!important
    }

    .mr-lg-5 {
        margin-right: 3rem!important
    }

    .mb-lg-5 {
        margin-bottom: 3rem!important
    }

    .ml-lg-5,.mx-lg-5 {
        margin-left: 3rem!important
    }

    .mx-lg-5 {
        margin-right: 3rem!important
    }

    .my-lg-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .p-lg-0 {
        padding: 0!important
    }

    .pt-lg-0 {
        padding-top: 0!important
    }

    .pr-lg-0 {
        padding-right: 0!important
    }

    .pb-lg-0 {
        padding-bottom: 0!important
    }

    .pl-lg-0,.px-lg-0 {
        padding-left: 0!important
    }

    .px-lg-0 {
        padding-right: 0!important
    }

    .py-lg-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .p-lg-1 {
        padding: .25rem!important
    }

    .pt-lg-1 {
        padding-top: .25rem!important
    }

    .pr-lg-1 {
        padding-right: .25rem!important
    }

    .pb-lg-1 {
        padding-bottom: .25rem!important
    }

    .pl-lg-1,.px-lg-1 {
        padding-left: .25rem!important
    }

    .px-lg-1 {
        padding-right: .25rem!important
    }

    .py-lg-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .p-lg-2 {
        padding: .5rem!important
    }

    .pt-lg-2 {
        padding-top: .5rem!important
    }

    .pr-lg-2 {
        padding-right: .5rem!important
    }

    .pb-lg-2 {
        padding-bottom: .5rem!important
    }

    .pl-lg-2,.px-lg-2 {
        padding-left: .5rem!important
    }

    .px-lg-2 {
        padding-right: .5rem!important
    }

    .py-lg-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .p-lg-3 {
        padding: 1rem!important
    }

    .pt-lg-3 {
        padding-top: 1rem!important
    }

    .pr-lg-3 {
        padding-right: 1rem!important
    }

    .pb-lg-3 {
        padding-bottom: 1rem!important
    }

    .pl-lg-3,.px-lg-3 {
        padding-left: 1rem!important
    }

    .px-lg-3 {
        padding-right: 1rem!important
    }

    .py-lg-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .p-lg-4 {
        padding: 1.5rem!important
    }

    .pt-lg-4 {
        padding-top: 1.5rem!important
    }

    .pr-lg-4 {
        padding-right: 1.5rem!important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-lg-4,.px-lg-4 {
        padding-left: 1.5rem!important
    }

    .px-lg-4 {
        padding-right: 1.5rem!important
    }

    .py-lg-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .p-lg-5 {
        padding: 3rem!important
    }

    .pt-lg-5 {
        padding-top: 3rem!important
    }

    .pr-lg-5 {
        padding-right: 3rem!important
    }

    .pb-lg-5 {
        padding-bottom: 3rem!important
    }

    .pl-lg-5,.px-lg-5 {
        padding-left: 3rem!important
    }

    .px-lg-5 {
        padding-right: 3rem!important
    }

    .py-lg-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .m-lg-auto {
        margin: auto!important
    }

    .mt-lg-auto {
        margin-top: auto!important
    }

    .mr-lg-auto {
        margin-right: auto!important
    }

    .mb-lg-auto {
        margin-bottom: auto!important
    }

    .ml-lg-auto,.mx-lg-auto {
        margin-left: auto!important
    }

    .mx-lg-auto {
        margin-right: auto!important
    }

    .my-lg-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin:0!important
    }

    .mt-xl-0 {
        margin-top: 0!important
    }

    .mr-xl-0 {
        margin-right: 0!important
    }

    .mb-xl-0 {
        margin-bottom: 0!important
    }

    .ml-xl-0,.mx-xl-0 {
        margin-left: 0!important
    }

    .mx-xl-0 {
        margin-right: 0!important
    }

    .my-xl-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .m-xl-1 {
        margin: .25rem!important
    }

    .mt-xl-1 {
        margin-top: .25rem!important
    }

    .mr-xl-1 {
        margin-right: .25rem!important
    }

    .mb-xl-1 {
        margin-bottom: .25rem!important
    }

    .ml-xl-1,.mx-xl-1 {
        margin-left: .25rem!important
    }

    .mx-xl-1 {
        margin-right: .25rem!important
    }

    .my-xl-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .m-xl-2 {
        margin: .5rem!important
    }

    .mt-xl-2 {
        margin-top: .5rem!important
    }

    .mr-xl-2 {
        margin-right: .5rem!important
    }

    .mb-xl-2 {
        margin-bottom: .5rem!important
    }

    .ml-xl-2,.mx-xl-2 {
        margin-left: .5rem!important
    }

    .mx-xl-2 {
        margin-right: .5rem!important
    }

    .my-xl-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .m-xl-3 {
        margin: 1rem!important
    }

    .mt-xl-3 {
        margin-top: 1rem!important
    }

    .mr-xl-3 {
        margin-right: 1rem!important
    }

    .mb-xl-3 {
        margin-bottom: 1rem!important
    }

    .ml-xl-3,.mx-xl-3 {
        margin-left: 1rem!important
    }

    .mx-xl-3 {
        margin-right: 1rem!important
    }

    .my-xl-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .m-xl-4 {
        margin: 1.5rem!important
    }

    .mt-xl-4 {
        margin-top: 1.5rem!important
    }

    .mr-xl-4 {
        margin-right: 1.5rem!important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-xl-4,.mx-xl-4 {
        margin-left: 1.5rem!important
    }

    .mx-xl-4 {
        margin-right: 1.5rem!important
    }

    .my-xl-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .m-xl-5 {
        margin: 3rem!important
    }

    .mt-xl-5 {
        margin-top: 3rem!important
    }

    .mr-xl-5 {
        margin-right: 3rem!important
    }

    .mb-xl-5 {
        margin-bottom: 3rem!important
    }

    .ml-xl-5,.mx-xl-5 {
        margin-left: 3rem!important
    }

    .mx-xl-5 {
        margin-right: 3rem!important
    }

    .my-xl-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .p-xl-0 {
        padding: 0!important
    }

    .pt-xl-0 {
        padding-top: 0!important
    }

    .pr-xl-0 {
        padding-right: 0!important
    }

    .pb-xl-0 {
        padding-bottom: 0!important
    }

    .pl-xl-0,.px-xl-0 {
        padding-left: 0!important
    }

    .px-xl-0 {
        padding-right: 0!important
    }

    .py-xl-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .p-xl-1 {
        padding: .25rem!important
    }

    .pt-xl-1 {
        padding-top: .25rem!important
    }

    .pr-xl-1 {
        padding-right: .25rem!important
    }

    .pb-xl-1 {
        padding-bottom: .25rem!important
    }

    .pl-xl-1,.px-xl-1 {
        padding-left: .25rem!important
    }

    .px-xl-1 {
        padding-right: .25rem!important
    }

    .py-xl-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .p-xl-2 {
        padding: .5rem!important
    }

    .pt-xl-2 {
        padding-top: .5rem!important
    }

    .pr-xl-2 {
        padding-right: .5rem!important
    }

    .pb-xl-2 {
        padding-bottom: .5rem!important
    }

    .pl-xl-2,.px-xl-2 {
        padding-left: .5rem!important
    }

    .px-xl-2 {
        padding-right: .5rem!important
    }

    .py-xl-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .p-xl-3 {
        padding: 1rem!important
    }

    .pt-xl-3 {
        padding-top: 1rem!important
    }

    .pr-xl-3 {
        padding-right: 1rem!important
    }

    .pb-xl-3 {
        padding-bottom: 1rem!important
    }

    .pl-xl-3,.px-xl-3 {
        padding-left: 1rem!important
    }

    .px-xl-3 {
        padding-right: 1rem!important
    }

    .py-xl-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .p-xl-4 {
        padding: 1.5rem!important
    }

    .pt-xl-4 {
        padding-top: 1.5rem!important
    }

    .pr-xl-4 {
        padding-right: 1.5rem!important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-xl-4,.px-xl-4 {
        padding-left: 1.5rem!important
    }

    .px-xl-4 {
        padding-right: 1.5rem!important
    }

    .py-xl-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .p-xl-5 {
        padding: 3rem!important
    }

    .pt-xl-5 {
        padding-top: 3rem!important
    }

    .pr-xl-5 {
        padding-right: 3rem!important
    }

    .pb-xl-5 {
        padding-bottom: 3rem!important
    }

    .pl-xl-5,.px-xl-5 {
        padding-left: 3rem!important
    }

    .px-xl-5 {
        padding-right: 3rem!important
    }

    .py-xl-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .m-xl-auto {
        margin: auto!important
    }

    .mt-xl-auto {
        margin-top: auto!important
    }

    .mr-xl-auto {
        margin-right: auto!important
    }

    .mb-xl-auto {
        margin-bottom: auto!important
    }

    .ml-xl-auto,.mx-xl-auto {
        margin-left: auto!important
    }

    .mx-xl-auto {
        margin-right: auto!important
    }

    .my-xl-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }
}

.text-justify {
    text-align: justify!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align:left!important
    }

    .text-sm-right {
        text-align: right!important
    }

    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align:left!important
    }

    .text-md-right {
        text-align: right!important
    }

    .text-md-center {
        text-align: center!important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align:left!important
    }

    .text-lg-right {
        text-align: right!important
    }

    .text-lg-center {
        text-align: center!important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align:left!important
    }

    .text-xl-right {
        text-align: right!important
    }

    .text-xl-center {
        text-align: center!important
    }
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.font-weight-normal {
    font-weight: 400
}

.font-weight-bold {
    font-weight: 700
}

.font-italic {
    font-style: italic
}

.text-white {
    color: #fff!important
}

.text-primary {
    color: #007bff!important
}

a.text-primary:focus,a.text-primary:hover {
    color: #0062cc!important
}

.text-secondary {
    color: #868e96!important
}

a.text-secondary:focus,a.text-secondary:hover {
    color: #6c757d!important
}

.text-success {
    color: #28a745!important
}

a.text-success:focus,a.text-success:hover {
    color: #1e7e34!important
}

.text-info {
    color: #17a2b8!important
}

a.text-info:focus,a.text-info:hover {
    color: #117a8b!important
}

.text-warning {
    color: #ffc107!important
}

a.text-warning:focus,a.text-warning:hover {
    color: #d39e00!important
}

.text-danger {
    color: #fc2f63!important
}

a.text-danger:focus,a.text-danger:hover {
    color: #f40441!important
}

.text-light {
    color: #f8f9fa!important
}

a.text-light:focus,a.text-light:hover {
    color: #dae0e5!important
}

.text-dark {
    color: #343a40!important
}

a.text-dark:focus,a.text-dark:hover {
    color: #1d2124!important
}

.text-muted {
    color: #868e96!important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

body {
    background-color: #f7fafa;
    font-family: Aktiv Grotesk Corp,sans-serif;
    overflow-x: hidden
}

h1,h1 b,h2,h2 b {
    color: #5a5966
}

h1 b,h2,h2 b {
    font-weight: 300
}

h2 {
    font-size: 2.62rem
}

h4 {
    letter-spacing: -1px;
    font-size: 1.3rem;
    font-weight: 400
}

p {
    font-size: 1rem
}

.wrapper-small {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 768px) {
    .wrapper-small {
        -webkit-box-flex:0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

@media (min-width: 992px) {
    .wrapper-small {
        -webkit-box-flex:0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}


.wrapper-medium {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 768px) {
    .wrapper-medium {
        -webkit-box-flex:0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
}

@media (min-width: 992px) {
    .wrapper-medium {
        -webkit-box-flex:0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

.wrapper-large {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 992px) {
    .wrapper-large {
        -webkit-box-flex:0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
}

.wrapper-full {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 992px) {
    .wrapper-full {
        -webkit-box-flex:0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 576px) {
    .centered {
        text-align:center
    }
}

.content a,.violet {
    color: #7a56f8
}

.content a {
    transition: .3s
}

.content a:hover {
    text-decoration: none;
    color: #fc2f63
}

.no-scroll {
    overflow: hidden
}

.hide {
    display: none
}

.relative {
    position: relative
}

.started-btn {
    display: inline-block;
    min-width: 220px;
    height: 40px;
    border: 1px solid rgba(122,86,248,.5);
    border-radius: 20px;
    text-transform: uppercase;
    font: 500 .875rem Aktiv Grotesk Corp,sans-serif;
    color: #7a56f8;
    line-height: 38px;
    text-align: center;
    letter-spacing: 1.25px;
    box-sizing: border-box;
    transition: .2s
}

.started-btn:hover {
    text-decoration: none;
    border-color: #7a56f8;
    color: #7a56f8;
    cursor: pointer;
    box-shadow: 0 5px 30px 0 rgba(230,0,0,.35)
}

.cta-btn {
    display: inline-block;
    min-width: 260px;
    height: 60px;
    background-color: #ff3333;
    border: 1px solid #cc0000;
    border-radius: 30px;
    text-transform: uppercase;
    font: 700 .875rem Aktiv Grotesk Corp,sans-serif;
    color: #fff!important;
    line-height: 58px;
    text-align: center;
    letter-spacing: 1.25px;
    box-sizing: border-box;
    transition: .2s
}

.cta-btn:hover {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 5px 30px 0 rgba(252,47,99,.45)
}

.comment-list ol {
    list-style: none
}

.search-form label {
    font-weight: 400
}

.contact-form-block form,footer.section .sign-up-form-block form {
    width: 100%;
    margin-top: 2rem
}

.contact-form-block form input,.contact-form-block form select,.contact-form-block form textarea,footer.section .sign-up-form-block form input,footer.section .sign-up-form-block form select,footer.section .sign-up-form-block form textarea {
    width: 100%;
    outline: none;
    transition: border .2s;
    height: 50px;
    line-height: 48px;
    border: 1px solid #e5e3fc;
    border-radius: 25px;
    text-align: center;
    color: #2a2938;
    background: #fafafa;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 1rem
}

.contact-form-block form input:focus,.contact-form-block form select:focus,.contact-form-block form textarea:focus,footer.section .sign-up-form-block form input:focus,footer.section .sign-up-form-block form select:focus,footer.section .sign-up-form-block form textarea:focus {
    border-color: #7a56f8
}

.contact-form-block form .wpcf7-submit,footer.section .sign-up-form-block form .wpcf7-submit {
    color: #fff;
    background-color: #fc2f63;
    border-color: #fc2f63!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    transition: .2s;
    font-size: .875rem;
    text-align: center!important
}

.contact-form-block form .wpcf7-submit:hover,footer.section .sign-up-form-block form .wpcf7-submit:hover {
    cursor: pointer;
    box-shadow: 0 3px 15px 0 rgba(28,49,45,.35)
}

.contact-form-block form .wpcf7-submit:active,footer.section .sign-up-form-block form .wpcf7-submit:active {
    box-shadow: 0 3px 15px 0 rgba(28,49,45,.6)
}

.contact-form-block form ::-webkit-input-placeholder,footer.section .sign-up-form-block form ::-webkit-input-placeholder {
    color: #7f7f88
}

.contact-form-block form ::placeholder,footer.section .sign-up-form-block form ::placeholder {
    color: #7f7f88
}

.contact-form-block form :-ms-input-placeholder,footer.section .sign-up-form-block form :-ms-input-placeholder {
    color: #7f7f88
}

.contact-form-block form input,.contact-form-block form textarea {
    text-align: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.contact-form-block form textarea {
    border-radius: 10px;
    min-height: 215px
}

.contact-form-block form .select-label {
    width: 100%;
    position: relative;
    border-radius: 25px;
    background: #fafafa;
    z-index: 2
}

.contact-form-block form .select-label:after {
    content: "\f107";
    font-family: FontAwesome,Open Sans,Arial,sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    z-index: 1;
    color: #7a56f8;
    font-weight: 900
}

.contact-form-block form select {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    background: transparent
}

.contact-form-block form .wpcf7-submit {
    width: unset;
    min-width: 185px;
    margin: 0 auto
}

.search-form {
    width: 100%;
    position: relative
}

.search-form label {
    width: 100%;
    max-width: calc(100% - 200px);
    max-width: -webkit-calc(100% - 200px);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width: 575px) {
    .search-form label {
        max-width:100%
    }
}

.search-form ::-webkit-input-placeholder {
    color: #7f7f88
}

.search-form ::placeholder {
    color: #7f7f88
}

.search-form :-ms-input-placeholder {
    color: #7f7f88
}

.search-form .search-field {
    width: 100%;
    outline: none;
    transition: border .2s;
    height: 50px;
    line-height: 48px;
    border: 1px solid #e5e3fc;
    border-radius: 25px;
    text-align: left;
    color: #2a2938;
    background: #fafafa;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 1rem;
    padding: .5rem 1.5rem
}

.search-form .search-field:focus {
    border-color: #7a56f8
}

.search-form .search-submit {
    color: #fff;
    background-color: #fc2f63;
    border-color: #fc2f63!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    transition: .2s;
    font-size: .875rem;
    text-align: center!important;
    border-radius: 25px;
    width: 190px;
    height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none
}

.search-form .search-submit:hover {
    background-color: #fc2f63;
    cursor: pointer;
    box-shadow: 0 3px 15px 0 rgba(28,49,45,.35)
}

.search-form .search-submit:active {
    box-shadow: 0 3px 15px 0 rgba(28,49,45,.6)
}

@media (max-width: 575px) {
    .search-form .search-submit {
        margin:0 auto
    }
}

.main {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 992px) {
    .main {
        -webkit-box-flex:0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .sidebar-primary .main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
}

.sidebar {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width: 992px) {
    .sidebar {
        -webkit-box-flex:0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
}

.alignnone {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    height: auto
}

.aligncenter {
    display: block;
    margin: .5rem auto;
    height: auto
}

.alignleft,.alignright {
    margin-bottom: .5rem;
    height: auto
}

@media (min-width: 576px) {
    .alignleft {
        float:left;
        margin-right: .5rem
    }

    .alignright {
        float: right;
        margin-left: .5rem
    }
}

header.banner {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    transition: top .3s;
    position: fixed
}

header.banner .brand {
    margin: 1rem 0;
    display: inline-block
}

@media (max-width: 991px) {
    header.banner .brand {
        margin:.75rem 0;
        position: relative;
        z-index: 102
    }
}

@media (max-width: 767px) {
    header.banner .brand {
        margin:.5rem 0
    }
}

header.banner .brand img {
    height: auto;
    width: 100px
}

@media (min-width: 768px) {
    header.banner .brand img {
        width:120px
    }
}

@media (min-width: 992px) {
    header.banner .brand img {
        width:150px
    }
}

header.banner .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 5
}

@media (min-width: 992px) and (max-width:1199px) {
    header.banner .header {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        padding: 0 60px;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

@media (max-width: 1310px) {
    header.banner .header {
        padding:0 25px
    }
}

header.banner .header .for-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1
}

@media (max-width: 991px) {
    header.banner .header .for-blur {
        z-index:101
    }
}

header.banner .header .for-blur:after {
    content: "";
    position: absolute;
    z-index: -2;
    width: calc(100% + 50px);
    width: -webkit-calc(100% + 50px);
    height: calc(100% + 50px);
    height: -webkit-calc(100% + 50px);
    left: -25px;
    top: -25px;
    box-shadow: inset 0 0 0 200px hsla(0,0%,100%,.9);
    filter: blur(10px);
    -webkit-filter: blur(10px);
    transition: .2s
}

@media (max-width: 991px) {
    header.banner .header .for-blur:after {
        background:#fff
    }
}

header.banner .header .navigation {
    margin: 2rem 0 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 992px) and (max-width:1199px) {
    header.banner .header .navigation {
        -webkit-box-ordinal-group:4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        margin: 1rem 0
    }
}

@media (max-width: 991px) {
    header.banner .header .navigation {
        display:block;
        margin: 1rem 0
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    header.banner .header .navigation .navbar-collapse {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 991px) {
    header.banner .header .navigation .navbar-collapse {
        display:block;
        position: fixed;
        width: 100%;
        min-width: 100vw;
        height: auto;
        min-height: 100vh;
        top: -110%;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        overflow: auto;
        max-height: 100vh!important;
        /*background: url(../images/bg-pattern.png) 0 0 repeat;*/
        z-index: -100;
        opacity: 0;
        transition: .2s;
        padding: 5rem 1rem 2rem
    }
}

@media (max-width: 991px) {
    header.banner .header .navigation .menu-main-navigation-container {
        width:450px;
        margin: 0 auto
    }
}

@media (max-width: 767px) {
    header.banner .header .navigation .menu-main-navigation-container {
        width:400px
    }
}

@media (max-width: 575px) {
    header.banner .header .navigation .menu-main-navigation-container {
        width:100%
    }
}

header.banner .header .navigation .nav>li>a {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1.25px;
    transition: .2s;
    font: 400 .875rem Aktiv Grotesk Corp,sans-serif;
    color: #2a2938;
    z-index: 10
}

@media (max-width: 991px) {
    header.banner .header .navigation .nav>li>a {
        position:static;
        font-size: 1.125rem
    }
}

header.banner .header .navigation .nav>li>a:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    background-color: #fc2f63;
    transition: .3s;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0
}

@media (max-width: 991px) {
    header.banner .header .navigation .nav>li>a:after {
        display:none
    }
}

header.banner .header .navigation .nav>li>a:hover {
    text-decoration: none;
    color: #2a2938
}

header.banner .header .navigation .nav>li>a:hover:after {
    width: 100%
}

header.banner .header .navigation .navbar-toggler {
    position: relative;
    left: 0;
    outline: none;
    z-index: 101;
    width: 32px;
    height: 18px;
    background-color: transparent;
    border: none;
    transition: .3s;
    cursor: pointer
}

@media (max-width: 575px) {
    header.banner .header .navigation .navbar-toggler {
        right:20px
    }
}

header.banner .header .navigation .navbar-toggler .hamburger-bot-line,header.banner .header .navigation .navbar-toggler .hamburger-mid-line,header.banner .header .navigation .navbar-toggler .hamburger-top-line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fc2f63;
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s
}

header.banner .header .navigation .navbar-toggler .hamburger-mid-line {
    top: 8px;
    left: 0
}

header.banner .header .navigation .navbar-toggler .hamburger-bot-line {
    top: auto;
    bottom: 0
}

header.banner .header .navigation .navbar-toggler:hover .hamburger-bot-line,header.banner .header .navigation .navbar-toggler:hover .hamburger-mid-line {
    left: 0
}

@media (min-width: 768px) and (max-width:991px) {
    header.banner .header .navigation .navbar-toggler[aria-expanded=true] {
        left:110%
    }
}

header.banner .header .navigation .navbar-toggler[aria-expanded=true] .hamburger-bot-line,header.banner .header .navigation .navbar-toggler[aria-expanded=true] .hamburger-mid-line,header.banner .header .navigation .navbar-toggler[aria-expanded=true] .hamburger-top-line {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 8px
}

header.banner .header .navigation .navbar-toggler[aria-expanded=true] .hamburger-mid-line {
    background-color: transparent;
    -webkit-transform: none;
    transform: none
}

header.banner .header .navigation .navbar-toggler[aria-expanded=true] .hamburger-bot-line {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0;
    top: 8px
}

header.banner .header .started-btn {
    z-index: 102;
    position: relative
}

@media (max-width: 767px) {
    header.banner .header .started-btn {
        display:none
    }
}

@media (min-width: 768px) {
    header.banner .header .mobile-btn-wrap,header.banner .header .started-btn-mobile {
        display:none
    }
}

@media (max-width: 767px) {
    header.banner .header .mobile-btn-wrap,header.banner .header .started-btn-mobile {
        display:inline-block
    }
}

header.banner .header .mobile-btn-wrap {
    width: 450px;
    margin: 1.5rem auto 0;
    text-align: center;
    padding-top: 1.5rem;
    border-top: 1px solid #e5e3fc
}

@media (max-width: 767px) {
    header.banner .header .mobile-btn-wrap {
        display:block
    }
}

@media (max-width: 575px) {
    header.banner .header .mobile-btn-wrap {
        width:100%
    }
}

header.banner .header .mobile-btn-wrap .started-btn-mobile {
    background: #f7fafa
}

@media (max-width: 991px) {
    header.banner .menu-item {
        width:100%;
        margin: .5rem 0
    }
}

header.banner .menu-item a {
    padding: 2rem 0
}

@media (max-width: 1199px) {
    header.banner .menu-item a {
        padding:1.2rem 0
    }
}

@media (max-width: 991px) {
    header.banner .menu-item a {
        padding:.2rem 0
    }
}

@media (min-width: 992px) {
    header.banner .menu-item~.menu-item {
        margin-left:1.5rem
    }
}

@media (min-width: 1200px) {
    header.banner .menu-item~.menu-item {
        margin-left:2.5rem
    }
}

header.banner .relative-block {
    position: relative
}

header.banner .show {
    opacity: 1!important;
    top: 0!important
}

@media (max-width: 991px) {
    header.banner .show {
        position:absolute!important;
        z-index: 100!important
    }
}

header.banner .menu-item-has-children {
    transition: height .2s;
    overflow: visible
}

header.banner .menu-item-has-children>a {
    overflow: visible
}

header.banner .menu-item-has-children>a:before {
    content: "\f107";
    width: 36px;
    height: 23px;
    line-height: 23px;
    font-family: FontAwesome;
    position: absolute;
    top: 28px;
    right: -29px;
    display: inline-block;
    transition: .5s;
    color: #2a2938!important;
    padding: 0 5px;
    text-align: center;
    font-size: 1rem
}

@media (min-width: 992px) and (max-width:1199px) {
    header.banner .menu-item-has-children>a:before {
        top:auto
    }
}

header.banner .menu-item-has-children>a:hover:before {
    -webkit-transform: rotate(180deg) translateY(1px);
    transform: rotate(180deg) translateY(1px)
}

@media (max-width: 991px) {
    header.banner .menu-item-has-children {
        height:23px;
        position: relative
    }
}

header.banner .menu-item-has-children>a {
    border-bottom-color: transparent!important
}

@media (max-width: 991px) {
    header.banner .menu-item-has-children>a {
        display:inline-block;
        padding: 0
    }

    header.banner .menu-item-has-children>a:before {
        content: "\f107";
        width: 36px;
        height: 23px;
        line-height: 23px;
        font-family: FontAwesome;
        position: absolute;
        top: 0;
        left: auto;
        right: 41px;
        display: inline-block;
        transition: .2s;
        color: #fc2f63!important;
        padding: 0 5px;
        text-align: center;
        font-size: 1.5rem
    }
}

@media (max-width: 575px) {
    header.banner .menu-item-has-children>a:before {
        right:35px
    }
}

header.banner .menu-item-has-children .sub-menu {
    list-style: none;
    opacity: 0;
    visibility: hidden
}

@media (max-width: 991px) {
    header.banner .menu-item-has-children .sub-menu {
        padding:.5rem 0
    }

    header.banner .menu-item-has-children .sub-menu a {
        text-transform: none!important;
        padding: .35rem 1.35rem;
        font-size: 1.1rem!important;
        display: inline-block;
        color: #2a2938
    }

    header.banner .menu-item-has-children .sub-menu a:hover {
        text-decoration: none;
        color: #7a56f8
    }
}

@media (min-width: 992px) {
    header.banner .menu-item-has-children .sub-menu {
        -webkit-column-count:3;
        column-count: 3;
        padding: 2rem calc(50vw - 480px);
        padding: 2rem -webkit-calc(50vw - 480px);
        position: absolute;
        top: -100%;
        transition: .3s;
        left: 0;
        z-index: -100;
        box-shadow: 6px 6px 25px 0 rgba(28,49,45,.12);
        width: 100vw;
        overflow: hidden;
        border-top: 1px solid #e5e3fc;
        transition: .6s ease-in-out
    }

    header.banner .menu-item-has-children .sub-menu a {
        padding: .5rem 1rem;
        display: inline-block;
        color: #2a2938!important;
        transition: .2s;
        font-weight: 500;
        margin-bottom: .55rem
    }

    header.banner .menu-item-has-children .sub-menu a:hover {
        color: red !important;
        text-decoration: none
    }

    header.banner .menu-item-has-children .sub-menu:after {
        content: "";
        position: absolute;
        z-index: -2;
        width: calc(100% + 50px);
        width: -webkit-calc(100% + 50px);
        height: calc(100% + 50px);
        height: -webkit-calc(100% + 50px);
        left: -25px;
        top: -25px;
        box-shadow: inset 0 0 0 200px hsla(0,0%,100%,.9);
        filter: blur(10px);
        -webkit-filter: blur(10px)
    }
}

@media (min-width: 1200px) {
    header.banner .menu-item-has-children .sub-menu {
        -webkit-column-count:4;
        column-count: 4;
        padding: 2rem calc(50vw - 500px);
        padding: 2rem -webkit-calc(50vw - 500px)
    }
}

header.banner .menu-item-has-children .sub-menu li {
    margin: 0!important
}

header.banner .menu-item-has-children .show-dropdown {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    top: 100%;
    visibility: visible;
    opacity: 1;
    z-index: -1
}

header.banner .menu-item-has-children.visible {
    overflow: visible;
    transition: .1s
}

header.banner .mob-menu-open>a:before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

header.banner.header-scroll .for-blur:after {
    background: #fff
}

.admin-bar header.banner {
    top: 46px
}

@media (min-width: 783px) {
    .admin-bar header.banner {
        top:32px
    }
}

@media (max-width: 991px) {
    .admin-bar header.banner .navbar-collapse {
        padding-bottom:5rem!important
    }
}

.admin-bar #wpadminbar {
    position: fixed
}

section.page-header {
    padding-top: 82px;
    position: relative;
    overflow: hidden
}

@media (max-width: 1199px) {
    section.page-header {
        padding-top:134px
    }
}

@media (max-width: 991px) {
    section.page-header {
        padding-top:63px
    }
}

@media (max-width: 767px) {
    section.page-header {
        padding-top:55px
    }
}

@media (max-width: 575px) {
    section.page-header .content {
        text-align:center
    }
}

section.page-header .content h1 b,section.page-header .content h1 span {
    position: relative;
    display: inline-block
}

@media (max-width: 991px) {
    section.page-header .content br {
        display:none
    }
}

section.page-header .content.hide {
    display: none!important
}

section.page-header h1 {
    display: block;
    padding: 0 0 1.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    font: 300 4rem Aktiv Grotesk Corp,sans-serif;
    color: #2a2938;
    position: relative
}

@media (max-width: 767px) {
    section.page-header h1 {
        font-size:3.2rem
    }
}

@media (max-width: 575px) {
    section.page-header h1 {
        font-size:2.6rem
    }
}

@media (max-width: 360px) {
    section.page-header h1 {
        font-size:2.5rem;
        line-height: 1.15
    }
}

section.page-header h1.wider {
    max-width: 720px!important
}

@media (max-width: 575px) {
    section.page-header h1.wider {
        max-width:unset!important
    }
}

section.page-header h1.full {
    max-width: unset!important
}

section.page-header h1.not-home {
    font-size: 2.62rem
}

@media (max-width: 390px) {
    section.page-header h1.not-home {
        font-size:2.5rem;
        line-height: 1.15
    }
}

section.page-header h1:after {
    content: "";
    display: inline-block;
    width: 68px;
    height: 2px;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fc2f63
}

@media (max-width: 575px) {
    section.page-header h1:after {
        left:50%;
        transform: translate(-50%);
        -webkit-transform: translate(-50%)
    }
}

section.page-header .page-breadcrumbs {
    position: relative;
    text-align: left;
    font: 400 .875rem Aktiv Grotesk Corp,sans-serif;
    color: #5a5966
}

section.page-header .page-breadcrumbs i {
    margin-right: .5rem
}

section.page-header.without-image .content {
    margin-top: 2rem
}

section.page-header.without-image h1 {
    padding: 0 0 1.25rem
}

@media (max-width: 575px) {
    section.page-header.without-image h1 {
        text-align:center
    }
}

section.page-header.without-image .page-breadcrumbs {
    margin-bottom: 2rem
}

section.page-header.without-image.center .content {
    text-align: center
}

section.page-header.without-image.center .content h1:after {
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%)
}

section.page-header.without-image.center .content .description,section.page-header.without-image.center .content h1 {
    margin-left: auto;
    margin-right: auto
}

section.page-header.with-image {
    padding: 230px 0 160px
}

@media (max-width: 1199px) {
    section.page-header.with-image {
        padding:200px 0 80px
    }
}

@media (max-width: 991px) {
    section.page-header.with-image {
        padding:110px 0 60px
    }
}

@media (max-width: 575px) {
    section.page-header.with-image {
        padding:90px 0 50px
    }
}

section.page-header.with-image h1 {
    max-width: 520px
}

@media (max-width: 575px) {
    section.page-header.with-image h1 {
        max-width:unset
    }
}

section.page-header.with-image .container {
    position: relative;
    z-index: 2
}

section.page-header.with-image .description {
    max-width: 520px;
    padding-top: .25rem;
    font: 400 1.5rem Aktiv Grotesk Corp,sans-serif;
    color: #2a2938;
    line-height: 1.25
}

@media (max-width: 575px) {
    section.page-header.with-image .description {
        font-size:1.25rem
    }
}

section.page-header.with-image .cta-btn {
    margin-top: 40px
}

@media (max-width: 575px) {
    section.page-header.with-image .cta-btn {
        margin-top:25px
    }
}

section.page-header.with-image .page-breadcrumbs {
    top: -15px
}

@media (min-width: 576px) {
    section.page-header.with-image .page-breadcrumbs {
        top:-30px
    }
}

@media (min-width: 1200px) {
    section.page-header.with-image .page-breadcrumbs {
        top:-100px
    }
}

section.page-header.with-image.white .description,section.page-header.with-image.white .page-breadcrumbs,section.page-header.with-image.white .page-breadcrumbs a,section.page-header.with-image.white h1 {
    color: #fff
}

section.page-header.with-image.white .page-breadcrumbs a:hover {
    color: #fc2f63
}

section.page-header.with-image.center .content {
    text-align: center
}

section.page-header.with-image.center .content h1:after {
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%)
}

section.page-header.with-image.center .content .description,section.page-header.with-image.center .content h1 {
    margin-left: auto;
    margin-right: auto
}

section.page-header .header-bg-block {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 115%;
    background-size: cover!important
}

footer.section {
    padding: 0;
    background-color: #fff;
    border-top: 1px solid #e5e3fc
}

footer.section .brand {
    display: inline-block;
    margin-bottom: 1rem
}

footer.section .brand img {
    width: 200px;
    height: auto
}

footer.section .footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 991px) {
    footer.section .footer-top {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

@media (max-width: 767px) {
    footer.section .footer-top {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

footer.section .footer-top .slogan-block {
    width: 100%;
    padding: 2.5rem 0;
    border-bottom: 1px solid #e5e3fc;
    text-align: center;
    margin-bottom: 2.5rem
}

@media (min-width: 992px) {
    footer.section .footer-top .slogan-block {
        width:34%;
        border-right: 1px solid #e5e3fc;
        border-bottom: 0;
        padding: 2.5rem 2.5rem 3rem 0;
        text-align: left;
        margin-bottom: 0
    }
}

footer.section .footer-top .slogan-block .slogan {
    font: 400 1rem Aktiv Grotesk Corp,sans-serif;
    color: #7f7f88;
    line-height: 1.5
}

footer.section .footer-top h6 {
    color: red;
    text-transform: uppercase;
    font: 500 .875rem Aktiv Grotesk Corp,sans-serif;
    letter-spacing: 1.5px;
    margin-bottom: 1rem
}

@media (max-width: 767px) {
    footer.section .footer-top h6 {
        font-size:1rem
    }
}

footer.section .footer-top .sign-up-form-block {
    text-align: center;
    width: 290px
}

@media (max-width: 991px) {
    footer.section .footer-top .sign-up-form-block {
        margin-bottom:2rem
    }
}

@media (max-width: 767px) {
    footer.section .footer-top .sign-up-form-block {
        margin-bottom:1.25rem
    }
}

@media (min-width: 992px) {
    footer.section .footer-top .sign-up-form-block {
        width:32%;
        border-right: 1px solid #e5e3fc;
        padding: 2.5rem 2.5rem 3rem
    }
}

footer.section .footer-top .sign-up-form-block p {
    font-size: .875rem;
    color: #7f7f88
}

footer.section .footer-top .footer-menu-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: center
}

@media (max-width: 370px) {
    footer.section .footer-top .footer-menu-block {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

@media (max-width: 767px) {
    footer.section .footer-top .footer-menu-block {
        margin-bottom:2rem
    }
}

@media (min-width: 768px) {
    footer.section .footer-top .footer-menu-block {
        text-align:left;
        width: calc(100% - 290px);
        width: -webkit-calc(100% - 290px);
        padding-left: 3rem
    }
}

@media (min-width: 992px) {
    footer.section .footer-top .footer-menu-block {
        width:34%;
        padding: 2.5rem 0 3rem 2.5rem
    }
}

@media (max-width: 370px) {
    footer.section .footer-top .menu-wrap {
        width:100%;
        margin-bottom: 2rem
    }
}

footer.section .footer-top .menu-item {
    padding: .55rem 0;
    width: 100%
}

footer.section .footer-top .menu-item a {
    color: #7f7f88;
    transition: .3s;
    font-weight: 500
}

footer.section .footer-top .menu-item a:hover {
    color: red;
    text-decoration: none
}

footer.section .footer-top .logos-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 0
}

footer.section .footer-top .logos-wrap .review_logo {
    max-width: 110px;
    display: block;
    margin: 10px
}

footer.section .footer-bottom {
    padding: 1rem 0;
    border-top: 1px solid #e5e3fc;
    overflow: hidden
}

footer.section .footer-bottom-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

footer.section .footer-bottom-content p {
    color: #7f7f88;
    font-weight: 400;
    font-size: .875rem;
    margin-bottom: 0;
    width: 34%
}

@media (max-width: 767px) {
    footer.section .footer-bottom-content p {
        width:100%;
        margin-bottom: 1rem;
        text-align: center
    }
}

footer.section .footer-bottom-content .copy {
    color: #2a2938
}

footer.section .footer-bottom-content .made-text {
    text-align: right
}

@media (max-width: 767px) {
    footer.section .footer-bottom-content .made-text {
        text-align:center
    }
}

footer.section .footer-bottom-content .up-btn-wrap {
    width: 32%;
    position: relative
}

@media (max-width: 767px) {
    footer.section .footer-bottom-content .up-btn-wrap {
        width:100%;
        height: 40px;
        margin-top: .5rem;
        margin-bottom: 2.25rem
    }
}

footer.section .footer-bottom-content .back-to-top {
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    width: 30px;
    font: 500 .875rem Aktiv Grotesk Corp,sans-serif;
    color: #2a2938;
    top: auto;
    bottom: -2rem;
    left: calc(50% - 15px);
    left: -webkit-calc(50% - 15px);
    opacity: 0;
    transition: color .2s,bottom .5s,opacity .3s
}

footer.section .footer-bottom-content .back-to-top i {
    width: 100%;
    color: rgba(255,0,0,.7);
    transition: .2s
}

footer.section .footer-bottom-content .back-to-top:hover {
    color: red;
    text-decoration: none
}

footer.section .footer-bottom-content .back-to-top:hover i {
    color: rgba(122,86,248,.9)
}

footer.section .footer-bottom-content .back-to-top.show-btn {
    opacity: 1;
    bottom: 0
}

.social-list {
    margin: 2.5rem 0 0 -.5rem;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 991px) {
    .social-list {
        -webkit-box-pack:center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 0
    }
}

.social-list li {
    margin-right: .5rem;
    padding: .5rem
}

.social-list li a {
    color: #7a56f8;
    transition: .3s;
    font-size: 1.2rem
}

.social-list li a:hover {
    text-decoration: none;
    color: #fc2f63
}

.subtitle {
    font: 500 .875rem Aktiv Grotesk Corp,sans-serif;
    color: #fc2f63!important;
    text-transform: uppercase;
    letter-spacing: 1px
}

.section.content {
    padding: 80px 0 70px;
    position: relative;
    z-index: 5;
    overflow: hidden
}

@media (min-width: 992px) {
    .section.content {
        padding:110px 0
    }
}

.section.content li,.section.content p,.section.content span {
    font: 400 1rem Aktiv Grotesk Corp,sans-serif;
    color: #3e3d4a;
    line-height: 1.5
}

.section.content p {
    margin-bottom: 1.25rem
}

.section.content a {
    color: red;
    transition: .3s
}

.section.content a:hover {
    text-decoration: none;
    color: #fc2f63
}

.section.content img {
    max-width: 100%;
    border-radius: 10px
}

.section.content .subtitle {
    font-size: .875rem;
    font-weight: 500
}

.section.content .section-title {
    position: relative;
    padding-bottom: 1.25rem;
    margin-bottom: 1.5rem;
    color: #2a2938
}

.section.content .section-title:after {
    content: "";
    display: inline-block;
    width: 68px;
    height: 2px;
    background-color: #fc2f63;
    position: absolute;
    top: 100%;
    left: 0
}

.section.content .quote {
    font: 400 1rem Aktiv Grotesk Corp,sans-serif;
    color: #7f7f88;
    padding-left: 50px;
    margin-bottom: 1.25rem;
    line-height: 1.5;
    position: relative
}

@media (min-width: 768px) {
    .section.content .quote {
        padding-left:65px
    }
}

.section.content .quote:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: #fc2f63;
    position: absolute;
    top: .75rem;
    left: 0
}

@media (min-width: 768px) {
    .section.content .quote:before {
        width:60px
    }
}

.section.content .bg-text {
    position: absolute;
    top: auto;
    bottom: -25px;
    left: 0;
    text-align: center;
    z-index: -1;
    width: 100%;
    font: 700 100px Aktiv Grotesk Corp,sans-serif;
    color: #f2f5f5;
    white-space: nowrap;
    line-height: 1
}

@media (min-width: 576px) {
    .section.content .bg-text {
        font-size:110px;
        bottom: -30px
    }
}

@media (min-width: 768px) {
    .section.content .bg-text {
        font-size:140px;
        bottom: -40px
    }
}

@media (min-width: 992px) {
    .section.content .bg-text {
        font-size:180px;
        bottom: -50px
    }
}

@media (min-width: 1200px) {
    .section.content .bg-text {
        font-size:245px;
        bottom: -60px
    }
}

@media (min-width: 1500px) {
    .section.content .bg-text {
        font-size:260px
    }
}

.section.content.white {
    background-color: #fff
}

.section.benefits {
    background: #fff;
    padding: 140px 0 90px
}

@media (max-width: 991px) {
    .section.benefits {
        padding:110px 0 70px
    }
}

@media (max-width: 767px) {
    .section.benefits {
        padding:80px 0 30px
    }
}

.section.benefits .benefits_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section.benefits .benefits-item {
    display: inline-block;
    width: 25%;
    padding-bottom: 3rem;
    padding-right: 1rem
}

@media (max-width: 991px) {
    .section.benefits .benefits-item {
        width:50%;
        text-align: center
    }
}

@media (max-width: 575px) {
    .section.benefits .benefits-item {
        width:100%;
        padding-right: 0;
        max-width: 310px;
        margin-left: auto;
        margin-right: auto
    }
}

.section.benefits .icon {
    height: 95px;
    margin-bottom: 2rem
}

.section.benefits .icon img {
    max-height: 100%
}

.section.benefits .title {
    font: 600 .875rem Aktiv Grotesk Corp,sans-serif;
    color: #2a2938;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1.2px
}

.section.benefits .description {
    font: 400 1rem Aktiv Grotesk Corp,sans-serif;
    color: #2a2938;
    line-height: 1.25
}

.section.testing_block {
    padding: 70px 0;
    position: relative
}

@media (max-width: 575px) {
    .section.testing_block {
        padding-bottom:30px
    }
}

.section.testing_block:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 67%;
    /*background: url(../images/bg-pattern.png) 0 0 repeat*/
}

@media (max-width: 575px) {
    .section.testing_block:before {
        height:100%
    }
}

.section.testing_block:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 67%;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 33%;
    background: #fff
}

@media (max-width: 575px) {
    .section.testing_block:after {
        display:none
    }
}

.section.testing_block>.container {
    position: relative;
    z-index: 5
}

.section.testing_block .title-block {
    position: relative;
    max-width: 510px;
    margin: 0 auto 3.75rem;
    text-align: center;
    top: 100px;
    opacity: 0;
    transition: all .75s ease-in-out
}

.section.testing_block .title-block.show-block {
    top: 0;
    opacity: 1
}

.section.testing_block .section-title {
    position: relative;
    padding-bottom: 1.25rem;
    margin-bottom: 1.5rem;
    color: #2a2938
}

.section.testing_block .section-title:after {
    content: "";
    display: inline-block;
    width: 68px;
    height: 2px;
    background-color: #fc2f63;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%)
}

.section.testing_block .description {
    color: #2a2938;
    font: 400 1.5rem Aktiv Grotesk Corp,sans-serif;
    line-height: 1.25
}

.section.testing_block .testing-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section.testing_block .testing-items .item {
    position: relative;
    top: 100px;
    opacity: 0;
    transition: .7s ease-out;
    background-color: #fff;
    width: calc(100% / 4 - 23px);
    width: -webkit-calc(100%/4 - 23px);
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 20px 30px 0 rgba(36,23,228,.1)
}

@media (max-width: 991px) {
    .section.testing_block .testing-items .item {
        width:calc(50% - 15px);
        width: -webkit-calc(50% - 15px);
        margin-bottom: 2rem
    }
}

@media (max-width: 575px) {
    .section.testing_block .testing-items .item {
        width:100%;
        max-width: 290px;
        margin: 0 auto 2rem
    }
}

.section.testing_block .testing-items .item:nth-child(2) {
    transition-delay: .3s
}

.section.testing_block .testing-items .item:nth-child(3) {
    transition-delay: .6s
}

.section.testing_block .testing-items .item:nth-child(4) {
    transition-delay: 1s
}

.section.testing_block .testing-items .icon {
    text-align: center;
    padding: 2.8rem 0;
    height: 200px
}

.section.testing_block .testing-items .icon img {
    max-height: 100%
}

.section.testing_block .testing-items.show-items .item {
    top: 0;
    opacity: 1
}

.section.testing_block .testing-items .title {
    height: 70px;
    background-color: #fafafa;
    margin-bottom: 0;
    text-align: center;
    font: 500 .875rem Aktiv Grotesk Corp,sans-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: .5rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section.testing_types {
    padding: 70px 0;
    position: relative;
    background-color: #fff
}

@media (max-width: 575px) {
    .section.testing_types {
        padding-bottom:30px
    }
}

.section.testing_types .title-block {
    position: relative;
    max-width: 510px;
    margin: 0 auto 3.75rem;
    text-align: center
}

.section.testing_types .section-title {
    position: relative;
    padding-bottom: 1.25rem;
    margin-bottom: 1.5rem;
    color: #2a2938
}

.section.testing_types .section-title:after {
    content: "";
    display: inline-block;
    width: 68px;
    height: 2px;
    background-color: #fc2f63;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%)
}

.section.testing_types .testing-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section.testing_types .testing-items .item {
    position: relative;
    transition: .3s ease-out;
    text-align: center;
    background-color: #fff;
    width: calc(100% / 4 - 23px);
    width: -webkit-calc(100%/4 - 23px);
    border-radius: 10px;
    margin-bottom: 2rem;
    z-index: 3;
    transform: scale(.25);
    -webkit-transform: scale(.25)
}

.section.testing_types .testing-items .item:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    transition: .3s
}

@media (max-width: 991px) {
    .section.testing_types .testing-items .item {
        width:calc(50% - 15px);
        width: -webkit-calc(50% - 15px)
    }
}

@media (max-width: 575px) {
    .section.testing_types .testing-items .item {
        width:100%;
        max-width: 290px;
        margin: 0 auto 2rem
    }
}

.section.testing_types .testing-items .item:nth-child(2),.section.testing_types .testing-items .item:nth-child(11) {
    transition-delay: .4s
}

.section.testing_types .testing-items .item:nth-child(3) {
    transition-delay: .3s
}

.section.testing_types .testing-items .item:nth-child(4),.section.testing_types .testing-items .item:nth-child(9) {
    transition-delay: .85s
}

.section.testing_types .testing-items .item:nth-child(5) {
    transition-delay: .5s
}

.section.testing_types .testing-items .item:nth-child(6) {
    transition-delay: 1s
}

.section.testing_types .testing-items .item:nth-child(7) {
    transition-delay: .7s
}

.section.testing_types .testing-items .item:nth-child(8),.section.testing_types .testing-items .item:nth-child(10) {
    transition-delay: .1s
}

.section.testing_types .testing-items .item:hover:before {
    box-shadow: 0 20px 30px 0 rgba(36,23,228,.1)
}

.section.testing_types .testing-items .item:hover .icon .static-icon {
    opacity: 0!important
}

.section.testing_types .testing-items .item:hover .icon .hover-icon {
    opacity: 1!important
}

.section.testing_types .testing-items.show-items .item {
    transform: scale(1);
    -webkit-transform: scale(1)
}

.section.testing_types .testing-items .icon {
    text-align: center;
    padding: 2rem 0;
    height: 156px;
    position: relative
}

.section.testing_types .testing-items .icon img {
    max-height: 80%
}

.section.testing_types .testing-items .icon .static-icon {
    position: relative;
    transition: .3s;
    opacity: 1;
    z-index: 2
}

.section.testing_types .testing-items .icon .hover-icon {
    position: absolute;
    top: 2rem;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    z-index: 1;
    opacity: 0;
    transition: .3s
}

.section.testing_types .testing-items .item-title {
    margin-bottom: 0;
    text-align: center;
    font: 500 .875rem Aktiv Grotesk Corp,sans-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: .5rem 1rem;
    color: #2a2938
}

.section.testing_types .testing-items .description {
    font: 400 1rem Aktiv Grotesk Corp,sans-serif;
    color: #8c8b93;
    padding: 0 1.25rem 1.5rem;
    margin-bottom: 0
}

.section.parallax_block {
    padding: 140px 0 120px;
    position: relative;
    /*background: url(../images/bg-pattern.png) 0 0 repeat;*/
    overflow: hidden
}

@media (max-width: 575px) {
    .section.parallax_block {
        padding:120px 0 100px
    }
}

.section.parallax_block .container {
    position: relative;
    top: -100px;
    z-index: 2
}

.section.parallax_block .title-block {
    position: relative;
    max-width: 510px;
    margin: 0 auto;
    text-align: center
}

.section.parallax_block .title-block.white * {
    color: #fff
}

.section.parallax_block .title-block.dark .subtitle {
    color: #7a56f8!important
}

.section.parallax_block .section-title {
    position: relative;
    padding-bottom: 1.25rem;
    margin-bottom: 1.5rem;
    color: #2a2938
}

.section.parallax_block .section-title:after {
    content: "";
    display: inline-block;
    width: 68px;
    height: 2px;
    background-color: #fc2f63;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%)
}

.section.parallax_block .content-block {
    max-width: 510px;
    margin: 0 auto;
    text-align: center
}

.section.parallax_block .content-block.white * {
    color: #fff
}

.section.parallax_block .content-block.dark .description {
    color: #8c8b93
}

.section.parallax_block .content-block.dark .description strong {
    color: #2a2938
}

.section.parallax_block .description {
    font: 400 1.5rem Aktiv Grotesk Corp,sans-serif
}

.section.parallax_block .description strong {
    margin-bottom: .5rem;
    display: inline-block
}

.section.parallax_block .description.default-size {
    font-size: 1rem;
    line-height: 1.5
}

.section.parallax_block .cta-btn {
    margin-top: 3rem
}

@media (min-width: 992px) {
    .section.parallax_block .more_space_content {
        padding-top:50px;
        padding-bottom: 50px
    }
}

@media (min-width: 1200px) {
    .section.parallax_block .more_space_content {
        padding-top:70px;
        padding-bottom: 70px
    }
}

@media (min-width: 992px) {
    .section.parallax_block .with-comes_up_img .content-block,.section.parallax_block .with-comes_up_img .title-block {
        margin:0;
        text-align: left
    }
}

@media (min-width: 992px) {
    .section.parallax_block .with-comes_up_img .section-title:after {
        left:0;
        transform: none;
        -webkit-transform: none
    }
}

.section.parallax_block .comes-up-img-wrap {
    margin-top: 3rem;
    position: relative;
    width: 100%
}

@media (min-width: 992px) {
    .section.parallax_block .comes-up-img-wrap {
        position:absolute;
        left: 510px;
        height: calc(100% + 60px);
        height: -webkit-calc(100% + 60px);
        max-height: 100%;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        margin-top: 0
    }
}

@media (min-width: 1200px) {
    .section.parallax_block .comes-up-img-wrap {
        left:50%
    }
}

.section.parallax_block .comes-up-img-wrap img {
    max-width: 100%;
    width: 100%;
    height: auto;
    position: relative;
    left: 100%;
    opacity: 0;
    transition: left .8s ease-out,opacity 1.5s
}

@media (min-width: 992px) {
    .section.parallax_block .comes-up-img-wrap img {
        height:100%;
        width: auto
    }
}

.section.parallax_block .comes-up-img-wrap.show-img img {
    left: 0;
    opacity: 1
}

@media (min-width: 992px) {
    .section.parallax_block .comes-up-img-wrap.negative-position {
        top:0;
        transform: none;
        -webkit-transform: none
    }
}

@media (min-width: 992px) {
    .section.parallax_block .comes-up-img-wrap.negative-position img {
        height:calc(100% + 180px);
        height: -webkit-calc(100% + 180px);
        top: -180px
    }
}

.section.parallax_block.overflow-visible {
    overflow: visible;
    padding-bottom: 100px;
    z-index: 2
}

.section.parallax_block .parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 120%
}

.section.clutch_block {
    padding: 70px 0;
    overflow: hidden
}

.section.clutch_block .content-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center
}

.section.clutch_block .section-title {
    position: relative;
    padding-bottom: 1.25rem;
    margin-bottom: 1.5rem;
    color: #2a2938
}

.section.clutch_block .section-title:after {
    content: "";
    display: inline-block;
    width: 68px;
    height: 2px;
    background-color: #fc2f63;
    position: absolute;
    top: 100%;
    left: 0
}

.section.clutch_block .content {
    color: #3e3d4a
}

.section.clutch_block .content a {
    color: #7a56f8;
    transition: .3s;
    font-weight: 500
}

.section.clutch_block .content a:hover {
    text-decoration: none;
    color: #fc2f63
}

.section.clutch_block .clutch-icon {
    position: relative;
    min-height: 240px;
    padding-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    opacity: 0;
    transition: opacity 1s;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 768px) {
    .section.clutch_block .clutch-icon {
        padding-top:0
    }
}

.section.clutch_block .clutch-icon a {
    position: absolute
}

.section.clutch_block .clutch-icon img {
    max-width: 100%;
    max-height: 190px
}

@media (min-width: 576px) {
    .section.clutch_block .clutch-icon img {
        max-height:240px
    }
}

.section.clutch_block .clutch-icon.show-clutch {
    opacity: 1
}

.section.events_section {
    padding: 100px 0 30px;
    background-color: #fff
}

@media (min-width: 768px) {
    .section.events_section {
        padding:120px 0 70px
    }
}

@media (min-width: 992px) {
    .section.events_section {
        padding:140px 0 90px
    }
}

.section.events_section .section-title {
    position: relative;
    padding-bottom: 1.25rem;
    margin-bottom: 1.5rem;
    color: #2a2938
}

@media (min-width: 768px) {
    .section.events_section .section-title {
        max-width:85%
    }
}

@media (max-width: 767px) {
    .section.events_section .section-title {
        text-align:center
    }
}

.section.events_section .section-title:after {
    content: "";
    display: inline-block;
    width: 68px;
    height: 2px;
    background-color: #fc2f63;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%)
}

@media (min-width: 768px) {
    .section.events_section .section-title:after {
        left:0;
        -webkit-transform: none;
        transform: none
    }
}

.section.events_section .events-slider {
    position: relative;
    padding: 2rem 0 0;
    margin: 0 -15px
}

@media (max-width: 767px) {
    .section.events_section .events-slider {
        padding-top:5rem;
        max-width: 400px;
        margin: 0 auto
    }
}

@media (max-width: 400px) {
    .section.events_section .events-slider {
        margin:0 -15px
    }
}

.section.events_section .slider-container {
    padding: 0 15px 3rem
}

.section.events_section .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.section.events_section .swiper-slide {
    height: unset;
    min-height: 345px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 20px 30px 0 rgba(36,23,228,.1)
}

.section.events_section .swiper-slide * {
    margin: 0
}

.section.events_section .swiper-slide:hover {
    text-decoration: none
}

.section.events_section .swiper-slide .event-img {
    height: 200px;
    background-size: cover!important
}

.section.events_section .swiper-slide .event_place {
    padding: 1.5rem 1.5rem .75rem;
    font: 400 .875rem Aktiv Grotesk Corp,sans-serif;
    color: #fc2f63;
    letter-spacing: 1px;
    text-transform: uppercase
}

.section.events_section .swiper-slide .event-title {
    padding: 0 1.5rem;
    font: 500 1.5rem Aktiv Grotesk Corp,sans-serif;
    color: #2a2938
}

.section.events_section .swiper-slide .event-date {
    padding: 1.25rem 1.5rem
}

.section.events_section .swiper-button-next,.section.events_section .swiper-button-prev {
    transition: .2s;
    outline: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e5e3fc;
    top: -70px;
    left: auto;
    right: 15px;
    background: unset
}

@media (max-width: 767px) {
    .section.events_section .swiper-button-next,.section.events_section .swiper-button-prev {
        top:1.5rem;
        left: auto;
        right: 35%
    }
}

.section.events_section .swiper-button-next:after,.section.events_section .swiper-button-prev:after {
    content: "\f105";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #7a56f8;
    font-size: 1.2rem;
    font-family: FontAwesome,Open Sans,Arial,sans-serif;
    z-index: 1;
    line-height: 39px;
    text-align: center;
    font-weight: 900;
    padding-left: 2px
}

.section.events_section .swiper-button-next:hover,.section.events_section .swiper-button-prev:hover {
    text-decoration: none;
    border-color: #7a56f8;
    box-shadow: 0 5px 30px 0 rgba(122,86,248,.35)
}

.section.events_section .swiper-button-prev {
    right: 75px
}

@media (max-width: 767px) {
    .section.events_section .swiper-button-prev {
        left:35%;
        right: auto
    }
}

.section.events_section .swiper-button-prev:after {
    content: "\f104";
    padding-right: 2px;
    padding-left: 0
}

.section.our_achievements {
    padding: 70px 0
}

@media (min-width: 768px) {
    .section.our_achievements {
        padding:110px 0
    }
}

@media (min-width: 992px) {
    .section.our_achievements {
        padding:130px 0
    }
}

.section.our_achievements .section-title {
    position: relative;
    padding-bottom: 1.25rem;
    margin-bottom: 1.5rem;
    color: #2a2938
}

@media (max-width: 767px) {
    .section.our_achievements .section-title {
        text-align:center
    }
}

.section.our_achievements .section-title:after {
    content: "";
    display: inline-block;
    width: 68px;
    height: 2px;
    background-color: #fc2f63;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%)
}

@media (min-width: 768px) {
    .section.our_achievements .section-title:after {
        left:0;
        -webkit-transform: none;
        transform: none
    }
}

.section.our_achievements .achievements-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section.our_achievements .achievements-block .item {
    width: 100%;
    margin-top: 1rem
}

@media (min-width: 768px) {
    .section.our_achievements .achievements-block .item {
        width:50%
    }
}

@media (min-width: 992px) {
    .section.our_achievements .achievements-block .item {
        width:25%;
        margin: 0
    }
}

.section.our_achievements .count {
    color: #7a56f8;
    font: 300 3.5rem Aktiv Grotesk Corp,sans-serif
}

@media (min-width: 1200px) {
    .section.our_achievements .count {
        font-size:4rem
    }
}

.section.our_achievements .achievement-title {
    margin-top: .5rem;
    padding-left: .5rem;
    border-left: 2px solid #fc2f63;
    font: 500 .875rem Aktiv Grotesk Corp,sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1
}

@media (min-width: 992px) {
    .section.our_achievements .achievement-title {
        margin-top:1rem
    }
}

.section.testimonials {
    background-color: #fff;
    padding: 70px 0
}

@media (min-width: 768px) {
    .section.testimonials {
        padding:110px 0
    }
}

@media (min-width: 992px) {
    .section.testimonials {
        padding:140px 0
    }
}

.section.testimonials .subtitle {
    text-align: center
}

.section.testimonials .section-title {
    position: relative;
    padding-bottom: 1.25rem;
    margin-bottom: 1.5rem;
    color: #2a2938;
    text-align: center
}

.section.testimonials .section-title:after {
    content: "";
    display: inline-block;
    width: 68px;
    height: 2px;
    background-color: #fc2f63;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%)
}

.section.testimonials .testimonials-pagination {
    white-space: nowrap;
    overflow: auto;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 2rem;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none
}

@media (min-width: 768px) {
    .section.testimonials .testimonials-pagination {
        padding-bottom:3rem
    }
}

.section.testimonials .testimonials-pagination::-webkit-scrollbar {
    width: 0!important;
    height: 0!important;
    background: transparent!important
}

.section.testimonials .testimonials-pagination::-webkit-scrollbar-thumb {
    background: transparent!important
}

.section.testimonials .testimonials-pagination .swiper-pagination-bullet {
    background-size: cover!important;
    width: 100px;
    height: 100px;
    transform: scale(.8);
    -webkit-transform: scale(.8);
    transition: .3s;
    opacity: .5
}

@media (min-width: 768px) {
    .section.testimonials .testimonials-pagination .swiper-pagination-bullet {
        width:130px;
        height: 130px;
        margin-left: -10px;
        transform: scale(.7);
        -webkit-transform: scale(.7)
    }
}

.section.testimonials .testimonials-pagination .swiper-pagination-bullet-active {
    -webkit-transform: none;
    transform: none;
    opacity: 1
}

.section.testimonials .client_image_url {
    display: none;
    width: 0;
    height: 0
}

.section.testimonials .testimonials-slider {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding: 1.5rem 0;
    max-width: 700px;
    margin: 0 auto 5rem;
    position: relative
}

.section.testimonials .testimonials-slider .swiper-slide {
    padding: 0 1rem;
    box-sizing: border-box;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 768px) {
    .section.testimonials .testimonials-slider .swiper-slide {
        padding:0 2rem
    }
}

.section.testimonials .testimonials-slider .comment {
    font: 400 1.25rem Aktiv Grotesk Corp,sans-serif;
    transition: 1.35s;
    opacity: 0
}

@media (min-width: 768px) {
    .section.testimonials .testimonials-slider .comment {
        font-size:1.5rem
    }
}

.section.testimonials .testimonials-slider .signature {
    width: 100%;
    font: 400 1rem Aktiv Grotesk Corp,sans-serif;
    color: #7f7f88;
    padding-top: 3rem;
    position: relative;
    z-index: 1;
    transition: 1.35s;
    opacity: 0
}

.section.testimonials .testimonials-slider .signature:after {
    content: "";
    display: inline-block;
    width: 42px;
    height: 35px;
    background: url(../images/quote.svg) 50% no-repeat;
    background-size: cover!important;
    position: absolute;
    top: 1rem;
    left: auto;
    right: 0;
    z-index: -1
}

@media (min-width: 768px) {
    .section.testimonials .testimonials-slider .signature:after {
        top:2rem
    }
}

.section.testimonials .testimonials-slider .signature .logo {
    max-width: 100px;
    margin-left: 1.25rem
}

@media (max-width: 575px) {
    .section.testimonials .testimonials-slider .signature .logo {
        margin-top:.5rem
    }
}

.section.testimonials .testimonials-slider .swiper-slide-active .comment,.section.testimonials .testimonials-slider .swiper-slide-active .signature {
    opacity: 1
}

.section.testimonials .swiper-button-next,.section.testimonials .swiper-button-prev {
    transition: .2s;
    outline: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e5e3fc;
    top: auto;
    bottom: -80px;
    left: 85px;
    background: unset
}

@media (max-width: 767px) {
    .section.testimonials .swiper-button-next,.section.testimonials .swiper-button-prev {
        bottom:-60px
    }
}

.section.testimonials .swiper-button-next:after,.section.testimonials .swiper-button-prev:after {
    content: "\f105";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #7a56f8;
    font-size: 1.2rem;
    font-family: FontAwesome,Open Sans,Arial,sans-serif;
    z-index: 1;
    line-height: 39px;
    text-align: center;
    font-weight: 900;
    padding-left: 2px
}

.section.testimonials .swiper-button-next:hover,.section.testimonials .swiper-button-prev:hover {
    text-decoration: none;
    border-color: #7a56f8;
    box-shadow: 0 5px 30px 0 rgba(122,86,248,.35)
}

.section.testimonials .swiper-button-prev {
    left: 2rem
}

.section.testimonials .swiper-button-prev:after {
    content: "\f104";
    padding-right: 2px;
    padding-left: 0
}

.section.our_customers {
    background-color: #fff;
    padding: 70px 0
}

@media (min-width: 768px) {
    .section.our_customers {
        padding:110px 0
    }
}

@media (min-width: 992px) {
    .section.our_customers {
        padding:140px 0
    }
}

.section.our_customers.no-padding {
    padding: 0!important
}

.section.our_customers.no-padding-top {
    padding-top: 0!important
}

.section.our_customers.no-padding-bottom {
    padding-bottom: 0!important
}

.section.our_customers .title-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin-bottom: 2rem
}

.section.our_customers .title-block:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #fc2f63;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1
}

.section.our_customers .customers-title {
    padding: 0 2rem;
    color: #7a56f8;
    font: 500 .875rem Aktiv Grotesk Corp,sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background-color: #fff;
    margin-bottom: 0
}

@media (min-width: 992px) {
    .section.our_customers .customers-title {
        padding:0 3rem
    }
}

.section.our_customers .customers-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -2rem
}

.section.our_customers .customers-block img {
    max-width: 125px;
    max-height: 26px;
    width: auto;
    height: auto;
    margin: 0 1.5rem 2rem
}

.section.contact_us {
    background-color: #fff
}

.section.contact_us .content-col {
    padding: 2rem 15px 120px
}

@media (max-width: 767px) {
    .section.contact_us .content-col {
        padding-bottom:4rem
    }
}

.section.contact_us .content-col .breadcrumbs {
    margin-bottom: 70px;
    font: 400 .875rem Aktiv Grotesk Corp,sans-serif;
    color: #5a5966
}

.section.contact_us .content-col .breadcrumbs i {
    margin-right: .5rem
}

@media (max-width: 767px) {
    .section.contact_us .content-col .breadcrumbs {
        display:none
    }
}

.section.contact_us .section-title {
    position: relative;
    padding-bottom: 1.25rem;
    margin-bottom: 3rem;
    color: #2a2938
}

@media (max-width: 767px) {
    .section.contact_us .section-title {
        text-align:center
    }
}

.section.contact_us .section-title:after {
    content: "";
    display: inline-block;
    width: 68px;
    height: 2px;
    background-color: #fc2f63;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%)
}

@media (min-width: 768px) {
    .section.contact_us .section-title:after {
        left:0;
        -webkit-transform: none;
        transform: none
    }
}

.section.contact_us .contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.5rem;
    color: #2a2938
}

.section.contact_us .contact-info i {
    color: #cccbd7;
    width: 30px;
    font-size: 1.3rem;
    line-height: 1.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 36px
}

.section.contact_us .social-list {
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .section.contact_us .social-list {
        -webkit-box-pack:left;
        -ms-flex-pack: left;
        justify-content: left
    }
}

.section.contact_us .want_to_be_qa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 10px;
    overflow: hidden;
    max-width: 470px;
    box-shadow: 0 20px 30px 0 rgba(36,23,228,.1)
}

.section.contact_us .want_to_be_qa img {
    width: 175px;
    height: auto
}

@media (min-width: 768px) and (max-width:991px) {
    .section.contact_us .want_to_be_qa img {
        width:130px
    }
}

@media (max-width: 400px) {
    .section.contact_us .want_to_be_qa img {
        width:130px
    }
}

.section.contact_us .want_to_be_qa-content {
    padding: 10px 20px
}

@media (max-width: 400px) {
    .section.contact_us .want_to_be_qa-content {
        padding:10px 1rem
    }
}

.section.contact_us .want_to_be_qa-content h4 {
    font-size: 1.5rem;
    color: #2a2938;
    line-height: 1.5;
    margin-bottom: 2rem
}

@media (min-width: 768px) and (max-width:991px) {
    .section.contact_us .want_to_be_qa-content h4 {
        margin-bottom:1rem;
        font-size: 1.25rem
    }
}

@media (max-width: 400px) {
    .section.contact_us .want_to_be_qa-content h4 {
        margin-bottom:1rem;
        font-size: 1.25rem
    }
}

.section.contact_us .want_to_be_qa-content .more-btn {
    font: 500 .875rem Aktiv Grotesk Corp,sans-serif;
    color: #7a56f8;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: .3s;
    padding-top: .5rem;
    display: inline-block
}

.section.contact_us .want_to_be_qa-content .more-btn i {
    font-size: 1rem;
    font-weight: 900;
    margin-left: 2rem
}

@media (max-width: 400px) {
    .section.contact_us .want_to_be_qa-content .more-btn i {
        margin-left:1rem
    }
}

.section.contact_us .want_to_be_qa-content .more-btn:hover {
    text-decoration: none;
    color: #fc2f63
}

.section.contact_us .contact-form-col {
    padding: 50px 15px;
    position: relative;
    z-index: 5
}

@media (min-width: 768px) and (max-width:991px) {
    .section.contact_us .contact-form-col {
        padding:120px 15px
    }
}

@media (min-width: 992px) {
    .section.contact_us .contact-form-col {
        padding:120px 30px
    }
}

@media (min-width: 1200px) {
    .section.contact_us .contact-form-col {
        padding:120px 30px 120px 80px
    }
}

.section.contact_us .contact-form-col:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50vw;
    height: 100%;
    /*background: url(../images/map-image.jpg) 50% no-repeat;*/
    background-size: cover!important;
    z-index: -1
}

@media (max-width: 767px) {
    .section.contact_us .contact-form-col:after {
        width:100vw;
        left: 50%;
        transform: translate(-50%);
        -webkit-transform: translate(-50%)
    }
}

.section.contact_us .contact-form-col .contact-form-block {
    background-color: #fff;
    padding: 1.5rem 2rem 2rem;
    max-width: 430px;
    border-radius: 10px;
    box-shadow: 0 20px 30px 0 rgba(36,23,228,.1)
}

@media (max-width: 767px) {
    .section.contact_us .contact-form-col .contact-form-block {
        margin:0 auto
    }
}

.section.contact_us .contact-form-col .contact-form-block h4 {
    font: 500 1.5rem Aktiv Grotesk Corp,sans-serif;
    color: #2a2938
}

.section.all_industries,.section.all_services {
    padding: 100px 0 40px;
    position: relative;
    z-index: 4;
    overflow: hidden
}

@media (min-width: 576px) {
    .section.all_industries,.section.all_services {
        padding:100px 0 80px
    }
}

@media (min-width: 992px) {
    .section.all_industries,.section.all_services {
        padding:140px 0
    }
}

.section.all_industries:after,.section.all_services:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: .25rem;
    left: 0;
    z-index: -1;
    background: url(./images/services-bg-title.svg) 0 100% no-repeat;
    background-size: contain!important
}

@media (min-width: 576px) {
    .section.all_industries:after,.section.all_services:after {
        top:.5rem
    }
}

@media (min-width: 768px) {
    .section.all_industries:after,.section.all_services:after {
        top:1.5rem
    }
}

.section.all_industries .services-wrapper,.section.all_services .services-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 768px) and (max-width:991px) {
    .section.all_industries .services-wrapper,.section.all_services .services-wrapper {
        max-width:640px;
        margin: 0 auto
    }
}

@media (max-width: 575px) {
    .section.all_industries .services-wrapper,.section.all_services .services-wrapper {
        max-width:320px;
        margin: 0 auto
    }
}

.section.all_industries .service-item,.section.all_services .service-item {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: .3s;
    width: 100%
}

@media (min-width: 576px) {
    .section.all_industries .service-item,.section.all_services .service-item {
        width:48%
    }
}

@media (min-width: 992px) {
    .section.all_industries .service-item,.section.all_services .service-item {
        width:32%
    }
}

@media (min-width: 1200px) {
    .section.all_industries .service-item,.section.all_services .service-item {
        width:23%
    }
}

.section.all_industries .service-item .icon,.section.all_services .service-item .icon {
    padding: 2.5rem 0 1.8rem;
    width: 92px;
    border-bottom: 1px solid #e5e3fc;
    margin-bottom: 1.5rem
}

.section.all_industries .service-item .item-title,.section.all_services .service-item .item-title {
    font: 500 .875rem Aktiv Grotesk Corp,sans-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #2a2938;
    line-height: 1.5;
    padding: 0 1.5rem;
    min-height: 60px
}

.section.all_industries .service-item .hover-block,.section.all_services .service-item .hover-block {
    position: absolute;
    top: 100%;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    text-align: left;
    padding: 15px 20px;
    transition: .5s;
    opacity: 0
}

.section.all_industries .service-item .hover-block .item-title,.section.all_services .service-item .hover-block .item-title {
    text-align: left;
    display: block;
    width: 100%;
    padding: 0 0 2rem;
    position: relative;
    min-height: unset;
    margin-bottom: 1rem;
    height: 55px
}

.section.all_industries .service-item .hover-block .item-title:after,.section.all_services .service-item .hover-block .item-title:after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #e5e3fc;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0
}

.section.all_industries .service-item .hover-block .item-description,.section.all_services .service-item .hover-block .item-description {
    color: #7f7f88;
    font: 400 1rem Aktiv Grotesk Corp,sans-serif;
    line-height: 1.4;
    display: block;
    width: 100%
}

.section.all_industries .service-item .hover-block .more-span,.section.all_services .service-item .hover-block .more-span {
    font: 500 .875rem Aktiv Grotesk Corp,sans-serif;
    letter-spacing: 1.5px;
    color: #7a56f8;
    text-transform: uppercase;
    padding-top: 1rem;
    display: inline-block;
    transition: .3s
}

.section.all_industries .service-item .hover-block .more-span i,.section.all_services .service-item .hover-block .more-span i {
    font-weight: 700;
    padding-left: 1rem
}

.section.all_industries .service-item .hover-block .more-span:hover,.section.all_services .service-item .hover-block .more-span:hover {
    color: #fc2f63
}

.section.all_industries .service-item:hover,.section.all_services .service-item:hover {
    text-decoration: none;
    box-shadow: 0 20px 30px 0 rgba(36,23,228,.1)
}

.section.all_industries .service-item:hover .hover-block,.section.all_services .service-item:hover .hover-block {
    top: 0;
    opacity: 1
}

.section.all_industries:after {
    background: url(../images/industries-bg-title.svg) 0 100% no-repeat
}

.section.how_we_test {
    background-color: #fff;
    padding: 70px 0 40px
}

@media (min-width: 768px) {
    .section.how_we_test {
        padding:110px 0 80px
    }
}

@media (min-width: 992px) {
    .section.how_we_test {
        padding:80px 0 110px
    }
}

.section.how_we_test.no-padding {
    padding: 0!important
}

.section.how_we_test.no-padding-top {
    padding-top: 0!important
}

.section.how_we_test.no-padding-bottom {
    padding-bottom: 0!important
}

.section.how_we_test .subtitle {
    color: #7a56f8!important
}

.section.how_we_test .section-title {
    position: relative;
    padding-bottom: 1.25rem;
    margin-bottom: 3rem;
    color: #2a2938;
    text-align: center
}

.section.how_we_test .section-title:after {
    content: "";
    display: inline-block;
    width: 68px;
    height: 2px;
    background-color: #fc2f63;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%)
}

.section.how_we_test .test-steps {
    margin-top: 2rem;
    counter-reset: a
}

@media (min-width: 768px) and (max-width:991px) {
    .section.how_we_test .test-steps {
        max-width:560px;
        margin: 0 auto
    }
}

.section.how_we_test .step {
    margin-bottom: 2rem
}

@media (max-width: 767px) {
    .section.how_we_test .step {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.section.how_we_test .step .icon {
    width: 92px;
    min-width: 92px
}

.section.how_we_test .step:last-child .step-title:after {
    display: none!important
}

@media (min-width: 768px) and (max-width:991px) {
    .section.how_we_test .step:nth-child(2n) .step-title:after {
        display:none!important
    }
}

.section.how_we_test .step-title {
    text-transform: uppercase;
    font: 500 .875rem Aktiv Grotesk Corp,sans-serif;
    color: #2a2938;
    letter-spacing: 1.25px;
    margin-bottom: 2.5rem;
    position: relative;
    z-index: 3;
    padding-top: 2.95rem;
    min-width: 110px
}

.section.how_we_test .step-title:before {
    counter-increment: a;
    content: counter(a);
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    font: 700 4rem Aktiv Grotesk Corp,sans-serif;
    color: #e5e3fc
}

.section.how_we_test .step-title:after {
    content: "";
    display: inline-block;
    width: 70px;
    height: 9px;
    position: absolute;
    background: url(../images/arrow-line.svg) 50% no-repeat;
    background-size: contain!important;
    top: 3.1rem;
    left: auto;
    right: 1rem;
    z-index: -1
}

@media (max-width: 767px) {
    .section.how_we_test .step-title:after {
        transform:rotate(90deg);
        -webkit-transform: rotate(90deg);
        top: 9rem;
        left: 0
    }
}

.section.how_we_test .description {
    margin-top: 1.5rem
}

.section.case_studies {
    padding: 70px 0 40px;
    /*background: url(../images/bg-pattern.png) 0 0 repeat*/
}

@media (min-width: 768px) {
    .section.case_studies {
        padding:140px 0 80px
    }
}

@media (min-width: 992px) {
    .section.case_studies {
        padding:140px 0 110px
    }
}

.section.case_studies.white {
    background: #fff!important
}

.section.case_studies .section-title {
    position: relative;
    padding-bottom: 1.25rem;
    margin-bottom: 3rem;
    color: #2a2938;
    text-align: center
}

.section.case_studies .section-title:after {
    content: "";
    display: inline-block;
    width: 68px;
    height: 2px;
    background-color: #fc2f63;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%)
}

.section.case_studies .wrap-item {
    margin-bottom: 2rem
}

.section.case_studies .filter {
    margin-top: -30px;
    text-align: right;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 30px
}

.section.case_studies .filter select {
    font-size: 16px;
    border-radius: 30px;
    padding: 6px 20px;
    max-width: 300px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative
}

.section.case_studies .filter select:after {
    content: "\2193";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.section.case_studies .filter select option {
    padding: 10px
}

.section.case_studies .case-study {
    border-radius: 10px;
    box-shadow: 0 20px 30px 0 rgba(36,23,228,.1);
    background-color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
    transition: .4s;
    overflow: hidden
}

.section.case_studies .case-study:hover {
    text-decoration: none;
    box-shadow: 0 20px 30px 0 rgba(36,23,228,.3)
}

.section.case_studies .case-study .thumbnail {
    display: inline-block;
    width: 100%;
    background-size: cover!important
}

@media (min-width: 1200px) {
    .section.case_studies .case-study .thumbnail {
        height:190px
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .section.case_studies .case-study .thumbnail {
        height:155px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .section.case_studies .case-study .thumbnail {
        height:180px
    }
}

@media (min-width: 576px) and (max-width:767px) {
    .section.case_studies .case-study .thumbnail {
        height:230px
    }
}

@media (max-width: 575px) {
    .section.case_studies .case-study .thumbnail {
        height:calc(54vw - 30px);
        height: -webkit-calc(54vw - 30px)
    }
}

.section.case_studies .tags {
    padding: 1.25rem 1.5rem .5rem;
    display: inline-block;
    font: 400 1rem Aktiv Grotesk Corp,sans-serif;
    color: #7f7f88
}

.section.case_studies .tags i {
    color: #7a56f8;
    font-size: 1.2rem;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.section.case_studies .item-title {
    padding: 0 1.5rem 1rem;
    font: 500 1.5rem Aktiv Grotesk Corp,sans-serif;
    color: #2a2938;
    margin-bottom: 0;
    line-height: 1.5
}

.section.case_study_half_width_block {
    background-color: #fff;
    position: relative
}

.section.case_study_half_width_block .main_content-wrap {
    padding: 70px 15px 40px;
    position: relative;
    z-index: 2
}

@media (min-width: 768px) {
    .section.case_study_half_width_block .main_content-wrap {
        padding:110px 15px 80px
    }
}

@media (min-width: 992px) {
    .section.case_study_half_width_block .main_content-wrap {
        padding:125px 35px 105px 15px
    }
}

.section.case_study_half_width_block .main_content-wrap h2 {
    margin-bottom: 1.5rem;
    color: #2a2938
}

.section.case_study_half_width_block .main_content-wrap p {
    margin-bottom: 2rem
}

.section.case_study_half_width_block .main_content-wrap img {
    max-width: 100%
}

.section.case_study_half_width_block .main_content-wrap hr {
    background-color: #fc2f63;
    border-top: 2px solid #fc2f63
}

.section.case_study_half_width_block .bg-text {
    position: absolute;
    top: auto;
    bottom: -50px;
    left: -1.5rem;
    z-index: 1;
    width: 100%;
    font: 700 260px Aktiv Grotesk Corp,sans-serif;
    color: #f7fafa;
    white-space: nowrap;
    line-height: 1
}

@media (max-width: 991px) {
    .section.case_study_half_width_block .bg-text {
        display:none
    }
}

@media (min-width: 1200px) {
    .section.case_study_half_width_block .bg-text {
        font-size:300px;
        bottom: -60px
    }
}

@media (min-width: 1500px) {
    .section.case_study_half_width_block .bg-text {
        font-size:330px;
        bottom: -70px;
        left: -2rem
    }
}

.section.case_study_half_width_block .instrument_panel-wrap {
    position: relative;
    z-index: 2;
    padding: 70px 15px
}

@media (min-width: 992px) {
    .section.case_study_half_width_block .instrument_panel-wrap {
        padding:125px 15px 105px 30px
    }
}

@media (min-width: 1200px) {
    .section.case_study_half_width_block .instrument_panel-wrap {
        padding:125px 15px 105px 45px
    }
}

.section.case_study_half_width_block .instrument_panel-wrap:after {
    content: "";
    display: inline-block;
    width: 50vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    /*background: url(../images/bg-pattern.png) 0 0 repeat*/
}

@media (max-width: 991px) {
    .section.case_study_half_width_block .instrument_panel-wrap:after {
        width:100vw;
        left: 50%;
        transform: translate(-50%);
        -webkit-transform: translate(-50%)
    }
}

.section.case_study_half_width_block .instrument_panel-wrap .panel {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 30px 0 rgba(36,23,228,.1);
    padding: 2.5rem 2.5rem .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 500px) {
    .section.case_study_half_width_block .instrument_panel-wrap .panel {
        padding:2rem 1.5rem 0
    }
}

.section.case_study_half_width_block .instrument_panel-wrap .panel>div {
    position: relative;
    border-left: 1px solid #e5e3fc;
    margin-bottom: 3rem;
    padding-left: 10px;
    box-sizing: border-box
}

@media (max-width: 575px) {
    .section.case_study_half_width_block .instrument_panel-wrap .panel>div {
        width:auto!important;
        padding-right: 2rem
    }
}

@media (max-width: 500px) {
    .section.case_study_half_width_block .instrument_panel-wrap .panel>div {
        padding-right:1.5rem
    }
}

.section.case_study_half_width_block .instrument_panel-wrap .panel>div:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 10px;
    position: absolute;
    top: 0;
    left: -1.5px;
    background-color: #fc2f63
}

.section.case_study_half_width_block .instrument_panel-wrap .number {
    font: 300 2.62rem Aktiv Grotesk Corp,sans-serif;
    color: #fc2f63;
    margin-bottom: 0!important;
    line-height: 1;
    padding-top: .25rem
}

.section.case_study_half_width_block .instrument_panel-wrap .simple-text {
    margin-bottom: 0;
    font-size: .875rem
}

.section.case_study_half_width_block .instrument_panel-wrap .project-type-text {
    font-size: 1.125rem;
    font-weight: 500
}

.section.case_study_half_width_block .instrument_panel-wrap .panel-title {
    font: 500 .875rem Aktiv Grotesk Corp,sans-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: -2px
}

.section.case_study_half_width_block .instrument_panel-wrap img {
    height: 40px;
    width: auto;
    margin-right: 10px
}

.section.case_study_half_width_block .instrument_panel-wrap .block_icon {
    height: 45px;
    margin-right: 5px;
    margin-bottom: 5px
}

.section.case_study_half_width_block .instrument_panel-wrap .content a {
    color: #7a56f8;
    transition: .3s
}

.section.case_study_half_width_block .instrument_panel-wrap .content a:hover {
    text-decoration: none;
    color: #fc2f63
}

.section.case_study_half_width_block .instrument_panel-wrap .panel-block {
    padding-right: 10px
}

.section.case_study_half_width_block .instrument_panel-wrap .panel-block:nth-child(odd) {
    width: 55%
}

.section.case_study_half_width_block .instrument_panel-wrap .panel-block:nth-child(2n) {
    width: 45%
}

.section.case_study_half_width_block .instrument_panel-wrap .full {
    width: 100%
}

.section.case_study_half_width_block .instrument_panel-wrap .forty {
    width: 41%
}

.section.case_study_half_width_block .instrument_panel-wrap .fifty {
    width: 50%
}

.section.case_study_half_width_block .instrument_panel-wrap .sixty {
    width: 59%
}

.section.case_study_half_width_block .instrument_panel-wrap .w34 {
    width: 33%
}

.section.case_study_half_width_block .instrument_panel-wrap .w26 {
    width: 26%
}

.section.solution_of_testing {
    padding: 140px 0;
    position: relative;
    /*background: url(../images/bg-pattern.png) 0 0 repeat;*/
    overflow: hidden
}

@media (max-width: 991px) {
    .section.solution_of_testing {
        padding:110px 0 90px
    }
}

@media (max-width: 575px) {
    .section.solution_of_testing {
        padding:80px 0
    }
}

.section.solution_of_testing .title-block {
    position: relative;
    margin: 0 auto;
    text-align: center
}

.section.solution_of_testing .title-block .subtitle {
    color: #7a56f8!important
}

.section.solution_of_testing .section-title {
    position: relative;
    padding-bottom: 1.25rem;
    margin-bottom: 2rem;
    color: #2a2938
}

.section.solution_of_testing .section-title:after {
    content: "";
    display: inline-block;
    width: 68px;
    height: 2px;
    background-color: #fc2f63;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%)
}

.section.solution_of_testing .accordion {
    position: relative;
    border: 1px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    background-color: #edefff;
    box-shadow: 0 20px 30px 0 rgba(36,23,228,.1)
}

.section.solution_of_testing .cards-headers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 300px;
}

.comment-form .section.solution_of_testing input[type=submit],.search-form .section.solution_of_testing .search-submit,.section.solution_of_testing .btn,.section.solution_of_testing .comment-form input[type=submit],.section.solution_of_testing .search-form .search-submit {
    padding: 1.2rem 1.75rem;
    width: 100%;
    display: inline-block;
    text-align: left;
    font: 400 1rem Aktiv Grotesk Corp,sans-serif;
    color: #3d3c4b;
    transition: .3s;
    text-decoration: none!important;
    cursor: pointer;
    position: relative
}

.comment-form .section.solution_of_testing input[type=submit]:after,.search-form .section.solution_of_testing .search-submit:after,.section.solution_of_testing .btn:after,.section.solution_of_testing .comment-form input[type=submit]:after,.section.solution_of_testing .search-form .search-submit:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    background-color: #fc2f63;
    border-radius: 50%;
    position: absolute;
    top: 24px;
    left: 28px;
    transition: .3s
}

.comment-form .section.solution_of_testing input[aria-expanded=true][type=submit],.search-form .section.solution_of_testing .search-submit[aria-expanded=true],.section.solution_of_testing .btn[aria-expanded=true],.section.solution_of_testing .comment-form input[aria-expanded=true][type=submit],.section.solution_of_testing .search-form .search-submit[aria-expanded=true] {
    background-color: #fafafa;
    font-weight: 500;
    color: #2a2938;
    padding-left: 50px
}

@media (min-width: 768px) {
    .comment-form .section.solution_of_testing input[aria-expanded=true][type=submit],.search-form .section.solution_of_testing .search-submit[aria-expanded=true],.section.solution_of_testing .btn[aria-expanded=true],.section.solution_of_testing .comment-form input[aria-expanded=true][type=submit],.section.solution_of_testing .search-form .search-submit[aria-expanded=true] {
        background-color:#fff
    }
}

.comment-form .section.solution_of_testing input[type=submit][aria-expanded=true]:after,.search-form .section.solution_of_testing .search-submit[aria-expanded=true]:after,.section.solution_of_testing .btn[aria-expanded=true]:after,.section.solution_of_testing .comment-form input[type=submit][aria-expanded=true]:after,.section.solution_of_testing .search-form .search-submit[aria-expanded=true]:after {
    width: 8px;
    height: 8px
}

.section.solution_of_testing .card-header {
    width: 100%;
    display: block;
    background-color: #edefff;
    border-bottom: 1px solid #fff;
    padding: 0!important;
    cursor: pointer
}

@media (min-width: 992px) {
    .section.solution_of_testing .card-header {
        width:50%
    }
}

.section.solution_of_testing .card-header .button-wrap {
    width: 100%
}

@media (min-width: 992px) {
    .section.solution_of_testing .card-header .button-wrap {
        width:50%
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .section.solution_of_testing .card-header .button-wrap {
        width:34%
    }
}

@media (min-width: 992px) {
    .section.solution_of_testing .card-header:nth-child(2n) .button-wrap {
        margin-left:50%
    }
}

.section.solution_of_testing .card {
    border: none!important;
    border-radius: 0!important
}

@media (min-width: 768px) {
    .section.solution_of_testing .card {
        position:absolute;
        top: 0;
        left: 25%;
        width: 50%;
        height: 100%
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .section.solution_of_testing .card {
        left:34%;
        width: 66%
    }
}

@media (min-width: 768px) {
    .section.solution_of_testing .card>div {
        transition:all .2s!important
    }
}

.section.solution_of_testing .card .collapse {
    position: relative;
    opacity: 0;
    z-index: 2
}

.section.solution_of_testing .card .collapse.show {
    opacity: 1;
    z-index: 3
}

@media (min-width: 768px) {
    .section.solution_of_testing .card .card-body {
        padding:59px 3rem 0
    }
}

.section.solution_of_testing .card .card-body .raiting {
    font-size: 14px
}

.section.solution_of_testing .card .card-body .raiting i {
    color: #fc2f63;
    padding-right: 5px
}

.section.solution_of_testing .card .card-body h4 {
    font: 500 1.5rem Aktiv Grotesk Corp,sans-serif;
    margin-bottom: 1.75rem;
    line-height: 1.3
}

.section.solution_of_testing .card .card-body .tab-content {
    font: 400 1rem Aktiv Grotesk Corp,sans-serif;
    line-height: 1.4
}

@media (max-width: 767px) {
    .desktop-accord {
        display:none
    }
}

@media (min-width: 768px) {
    .mobile-accord {
        display:none
    }
}

.lds-ring {
    display: none;
    position: relative;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    transition: .2s;
    margin-bottom: 7px
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    margin: 4px;
    border: 4px solid #7a56f8;
    border-radius: 50%;
    -webkit-animation: lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;
    animation: lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;
    border-color: #7a56f8 transparent transparent
}

.lds-ring div:first-child {
    -webkit-animation-delay: -.45s;
    animation-delay: -.45s
}

.lds-ring div:nth-child(2) {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.lds-ring div:nth-child(3) {
    -webkit-animation-delay: -.15s;
    animation-delay: -.15s
}

@-webkit-keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.slide-in-bottom {
    -webkit-animation: slide-in-bottom .5s cubic-bezier(.25,.46,.45,.94) both;
    animation: slide-in-bottom .5s cubic-bezier(.25,.46,.45,.94) both
}

@-webkit-keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.kb-loader {
    position: absolute;
    display: none;
    width: 100%
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #352f5f;
    -webkit-animation-timing-function: cubic-bezier(0,1,1,0);
    animation-timing-function: cubic-bezier(0,1,1,0)
}

.lds-ellipsis div:first-child {
    left: 8px;
    -webkit-animation: lds-ellipsis1 .6s infinite;
    animation: lds-ellipsis1 .6s infinite
}

.lds-ellipsis div:nth-child(2) {
    left: 8px
}

.lds-ellipsis div:nth-child(2),.lds-ellipsis div:nth-child(3) {
    -webkit-animation: lds-ellipsis2 .6s infinite;
    animation: lds-ellipsis2 .6s infinite
}

.lds-ellipsis div:nth-child(3) {
    left: 32px
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    -webkit-animation: lds-ellipsis3 .6s infinite;
    animation: lds-ellipsis3 .6s infinite
}

@-webkit-keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-webkit-keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    to {
        -webkit-transform: translate(24px);
        transform: translate(24px)
    }
}

@keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    to {
        -webkit-transform: translate(24px);
        transform: translate(24px)
    }
}

.posts-container-wrap .bg-text {
    position: absolute;
    top: auto;
    bottom: -50px;
    left: -1.5rem;
    z-index: 1;
    width: 100%;
    font: 700 260px Aktiv Grotesk Corp,sans-serif;
    color: #f2f5f5;
    white-space: nowrap;
    line-height: 1
}

@media (max-width: 991px) {
    .posts-container-wrap .bg-text {
        font-size:220px;
        bottom: -30px
    }
}

@media (min-width: 1200px) {
    .posts-container-wrap .bg-text {
        font-size:330px;
        bottom: -60px
    }
}

@media (min-width: 1500px) {
    .posts-container-wrap .bg-text {
        font-size:350px;
        bottom: -70px;
        left: -2rem
    }
}

.posts-container {
    padding: 2rem 15px 3rem;
    position: relative;
    z-index: 3
}

@media (min-width: 768px) {
    .posts-container {
        padding:2.5rem 15px 5rem
    }
}

@media (min-width: 992px) {
    .posts-container {
        padding:50px 15px 100px
    }
}

@media (min-width: 1200px) {
    .posts-container {
        padding:60px 15px 120px
    }
}

.posts-container .posts-breadcrumbs {
    margin-bottom: 2rem;
    font: 400 .875rem Aktiv Grotesk Corp,sans-serif;
    color: #5a5966
}

.posts-container .posts-breadcrumbs i {
    margin-right: .5rem
}

@media (min-width: 768px) {
    .posts-container .posts-breadcrumbs {
        margin-bottom:2.5rem
    }
}

@media (min-width: 992px) {
    .posts-container .posts-breadcrumbs {
        margin-bottom:3rem
    }
}

@media (min-width: 1200px) {
    .posts-container .posts-breadcrumbs {
        margin-bottom:60px
    }
}

.posts-container .news-list {
    list-style: none;
    padding: 0
}

.posts-container .news-list li {
    margin-bottom: 2rem
}

.posts-container .news-item {
    border-radius: 10px;
    box-shadow: 0 20px 30px 0 rgba(36,23,228,.1);
    background-color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative
}

.posts-container .news-item .news-item-link {
    position: absolute;
    width: 100%;
    height: 100%
}

.posts-container .news-item .img-wrap {
    display: inline-block;
    width: 100%;
    background-size: cover!important
}

@media (min-width: 1200px) {
    .posts-container .news-item .img-wrap {
        height:190px
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .posts-container .news-item .img-wrap {
        height:155px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .posts-container .news-item .img-wrap {
        height:180px
    }
}

@media (min-width: 576px) and (max-width:767px) {
    .posts-container .news-item .img-wrap {
        height:230px
    }
}

@media (max-width: 575px) {
    .posts-container .news-item .img-wrap {
        height:calc(54vw - 30px);
        height: -webkit-calc(54vw - 30px)
    }
}

.posts-container .news-item .latest_post_title {
    padding: 1rem 1.5rem .5rem;
    display: inline-block;
    font: 400 1.5rem Aktiv Grotesk Corp,sans-serif;
    color: #2a2938;
    width: 100%;
    line-height: 1.3;
    margin-bottom: 0
}

.posts-container .news-item .excerpt {
    padding: 1rem 1.5rem .5rem;
    font: 400 1rem Aktiv Grotesk Corp,sans-serif;
    color: #3f3e4b;
    margin-bottom: 0;
    line-height: 1.5
}

.posts-container .news-item .time {
    padding: 0 1.5rem
}

.posts-container .news-item .time span {
    color: #7f7f88;
    font: 400 1rem Aktiv Grotesk Corp,sans-serif;
    margin-right: .25rem;
    padding-right: .5rem;
    font-size: 14px
}

.posts-container .news-item .publish-date {
    border-right: 1px solid #e5e3fc
}

.posts-container .news-item .read-more {
    font: 500 .875rem Aktiv Grotesk Corp,sans-serif;
    letter-spacing: 1.5px;
    color: #7a56f8;
    text-transform: uppercase;
    padding: 1rem 1.5rem;
    display: inline-block;
    transition: .3s
}

.posts-container .news-item .read-more i {
    font-weight: 700;
    padding-left: 1rem
}

.posts-container .news-item .read-more:hover {
    text-decoration: none;
    color: #fc2f63
}

.navigation.pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 3rem 0
}

.navigation.pagination .current,.navigation.pagination .nav-links a {
    font: .875rem Aktiv Grotesk Corp,sans-serif;
    color: #3e3d4a;
    display: inline-block;
    text-align: center;
    width: 35px;
    padding: 9px 0;
    transition: .2s
}

.navigation.pagination .nav-links a:hover {
    text-decoration: none;
    color: #fc2f63
}

.navigation.pagination .current {
    color: #fff;
    background-color: #fc2f63
}

.navigation.pagination .next,.navigation.pagination .prev {
    display: none!important
}

.archive .page-header,.single-post .page-header {
    background: transparent!important
}

.archive .page-header .content,.single-post .page-header .content {
    display: none
}

.single-post-section {
    background-color: #fff
}

.single-post-section .posts-container {
    padding-top: 2rem
}

.single-post-section .posts-container .posts-breadcrumbs {
    margin-bottom: 2rem!important
}

.single-post-section .posts-container .posts-breadcrumbs a {
    color: #5a5966;
    transition: .2s
}

.single-post-section .posts-container .posts-breadcrumbs a:hover {
    text-decoration: none;
    color: #7a56f8
}

.single-post-section .single-post-banner {
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    width: 100vw;
    height: 230px;
    background-size: cover!important;
    margin-bottom: 45px
}

@media (min-width: 1200px) {
    .single-post-section .single-post-banner {
        height:480px;
        margin-bottom: 80px
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .single-post-section .single-post-banner {
        height:370px;
        margin-bottom: 60px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .single-post-section .single-post-banner {
        height:350px
    }
}

@media (min-width: 576px) and (max-width:767px) {
    .single-post-section .single-post-banner {
        height:300px
    }
}

.single-post-section .article-content {
    color: #3f3b4e
}

.single-post-section .article-content p {
    margin-bottom: 1.5rem
}

.single-post-section .article-content img {
    max-width: 100%
}

.single-post-section .article-content a {
    color: #7a56f8;
    transition: .2s
}

.single-post-section .article-content a:hover {
    color: #fc2f63;
    text-decoration: none
}

.single-post-section .post-banners {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (min-width: 768px) and (max-width:991px) {
    .single-post-section .post-banners {
        -webkit-box-ordinal-group:3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (max-width: 991px) {
    .single-post-section .post-banners {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.single-post-section .post-banners img {
    width: 100%;
    height: auto;
    margin-bottom: 2rem
}

@media (max-width: 991px) {
    .single-post-section .post-banners img {
        width:47%
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .single-post-section .single-inner-posts {
        -webkit-box-ordinal-group:2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (max-width: 991px) {
    .single-post-section .single-inner-posts {
        margin-bottom:2rem
    }
}

.single-post-section .post-title {
    font: 500 2.62rem Aktiv Grotesk Corp,sans-serif;
    color: #2a2938;
    margin-bottom: 1.25rem
}

@media (max-width: 767px) {
    .single-post-section .post-title {
        font-size:2.125rem
    }
}

.single-post-section .meta-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2rem
}

.single-post-section .meta-block .time span {
    color: #7f7f88;
    font: 400 1rem Aktiv Grotesk Corp,sans-serif;
    margin-right: .25rem;
    padding-right: .5rem;
    font-size: 14px
}

.single-post-section .meta-block .publish-date {
    border-right: 1px solid #e5e3fc
}

.single-post-section .meta-block .social-list {
    margin-top: 0
}

.single-post-section .meta-block .social-list a {
    font-size: 1.1rem;
    color: #2a2938
}

.single-post-section .meta-block .social-list a:hover {
    color: #7a56f8
}

.recent_posts-slider-wrap {
    padding-top: 60px
}

@media (min-width: 992px) {
    .recent_posts-slider-wrap {
        padding-top:100px
    }
}

.recent_posts-slider-wrap .section-title {
    position: relative;
    padding-bottom: 1.25rem;
    margin-bottom: 0;
    color: #2a2938
}

@media (min-width: 768px) {
    .recent_posts-slider-wrap .section-title {
        max-width:85%
    }
}

@media (max-width: 767px) {
    .recent_posts-slider-wrap .section-title {
        text-align:center
    }
}

.recent_posts-slider-wrap .section-title:after {
    content: "";
    display: inline-block;
    width: 68px;
    height: 2px;
    background-color: #fc2f63;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%)
}

@media (min-width: 768px) {
    .recent_posts-slider-wrap .section-title:after {
        left:0;
        -webkit-transform: none;
        transform: none
    }
}

.recent_posts-slider-wrap .posts-container {
    padding-top: 30px!important
}

.recent_posts-slider-wrap .latest_post_title {
    width: unset!important
}

.recent_posts-slider-wrap .recent_posts-slider {
    position: relative;
    margin: 0 -15px
}

@media (max-width: 767px) {
    .recent_posts-slider-wrap .recent_posts-slider {
        padding-top:5rem;
        max-width: 450px;
        margin: 0 auto
    }
}

.recent_posts-slider-wrap .slider-container {
    padding: 0 15px 3rem
}

.recent_posts-slider-wrap .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.recent_posts-slider-wrap .swiper-slide {
    height: unset!important
}

.recent_posts-slider-wrap .swiper-button-next,.recent_posts-slider-wrap .swiper-button-prev {
    transition: .2s;
    outline: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e5e3fc;
    top: -60px;
    left: auto;
    right: 15px;
    background: unset
}

@media (max-width: 767px) {
    .recent_posts-slider-wrap .swiper-button-next,.recent_posts-slider-wrap .swiper-button-prev {
        top:1.5rem;
        left: auto;
        right: 35%
    }
}

.recent_posts-slider-wrap .swiper-button-next:after,.recent_posts-slider-wrap .swiper-button-prev:after {
    content: "\f105";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #7a56f8;
    font-size: 1.2rem;
    font-family: FontAwesome,Open Sans,Arial,sans-serif;
    z-index: 1;
    line-height: 39px;
    text-align: center;
    font-weight: 900;
    padding-left: 2px
}

.recent_posts-slider-wrap .swiper-button-next:hover,.recent_posts-slider-wrap .swiper-button-prev:hover {
    text-decoration: none;
    border-color: #7a56f8;
    box-shadow: 0 5px 30px 0 rgba(122,86,248,.35)
}

.recent_posts-slider-wrap .swiper-button-prev {
    right: 75px
}

@media (max-width: 767px) {
    .recent_posts-slider-wrap .swiper-button-prev {
        left:35%;
        right: auto
    }
}

.recent_posts-slider-wrap .swiper-button-prev:after {
    content: "\f104";
    padding-right: 2px;
    padding-left: 0
}

.wpulike {
    display: inline-block;
    padding: 0
}

.wpulike .wp_ulike_btn {
    background-color: transparent;
    padding: 10px
}

.wpulike .wp_ulike_btn:hover {
    cursor: pointer
}

.wpulike .wp_ulike_btn:after {
    width: 20px;
    height: 20px
}

.wpulike .count-box {
    border: none!important;
    line-height: 20px!important;
    border-radius: 0;
    margin: 0;
    box-shadow: none!important;
    font-size: 1rem;
    padding: 0 8px
}

.wpulike .count-box:before {
    display: none!important
}

.search-list {
    margin: 0;
    padding: 0 15px;
    list-style: none
}

.search-list .search-item {
    width: 100%!important;
    margin-bottom: 1.5rem!important
}

.search-list a {
    color: #2a2938;
    transition: .3s
}

.search-list a:active,.search-list a:hover {
    color: #7a56f8;
    text-decoration: none
}

.search-list .latest_post_title {
    font-size: 1.5rem
}

body#tinymce {
    margin: 12px!important
}

.kb-head {
    background: #352f5f;
    color: #fff;
    padding: 20px;
    font-weight: 300;
    font-size: 34px;
    line-height: 40px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1199px) {
    .kb-head {
        display:none
    }
}

.kb-container {
    padding: 2rem 15px 3rem;
    position: relative;
    z-index: 3
}

@media (max-width: 1199px) {
    .kb-container {
        padding:0;
        width: 100%;
        max-width: 100%
    }
}

.kb-container .kb-before-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 45px
}

@media (max-width: 1199px) {
    .kb-container .kb-before-content {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 1199px) {
    .kb-container .kb-before-content .posts-breadcrumbs {
        width:100%;
        text-align: left;
        background: #fff;
        padding: 20px;
        font-size: 18px;
        line-height: 21px;
        letter-spacing: -.03em;
        color: #5a5966
    }
}

.kb-container .kb-before-content .posts-breadcrumbs a {
    margin-right: .4rem
}

.kb-container .kb-before-content .kb-search {
    position: relative
}

@media (max-width: 1199px) {
    .kb-container .kb-before-content .kb-search {
        width:100%;
        text-align: right;
        background: #352f5f;
        padding: 10px 20px
    }
}

.kb-container .kb-before-content .kb-search #s {
    background: #fafafa;
    border: 1px solid #e5e3fc;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 4px 34px 4px 18px;
    width: 330px
}

@media (max-width: 1199px) {
    .kb-container .kb-before-content .kb-search #s {
        width:auto
    }
}

.kb-container .kb-before-content .kb-search button {
    background: transparent;
    border: 0;
    position: absolute;
    right: 4px;
    top: 50%;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    cursor: pointer
}

@media (max-width: 1199px) {
    .kb-container .kb-before-content .kb-search button {
        right:22px
    }
}

.kb-container .kb-before-content .kb-search button svg {
    width: 18px;
    height: 18px
}

.kb-container .posts-breadcrumbs {
    font: 400 .875rem Aktiv Grotesk Corp,sans-serif;
    color: #5a5966
}

.kb-container .posts-breadcrumbs i {
    margin-right: .5rem
}

.kb-container .kb-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

@media (max-width: 1199px) {
    .kb-container .kb-content-wrapper {
        display:block;
        padding-left: 20px;
        padding-right: 20px
    }
}

.kb-container .kb-content-wrapper .section-title {
    position: relative;
    padding-bottom: 1.25rem;
    margin-bottom: 1.5rem;
    color: #2a2938;
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 40px
}

.kb-container .kb-content-wrapper .section-title:after {
    content: "";
    display: inline-block;
    width: 68px;
    height: 2px;
    background-color: #fc2f63;
    position: absolute;
    top: 100%;
    left: 0
}

.kb-container .kb-main-content {
    width: 100%;
    margin-right: 80px
}

.kb-container .kb-article-content {
    padding-bottom: 30px
}

.kb-container .kb-sidebar {
    width: 300px;
    height: 100%
}

@media (max-width: 1199px) {
    .kb-container .kb-sidebar {
        position:fixed;
        top: 60px;
        right: 0;
        right: -300px;
        background: #ededed;
        box-shadow: 0 4px 4px rgba(0,0,0,.25);
        border-radius: 15px 0 0 15px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        transition: .3s;
        max-height: calc(100vh - 120px)
    }
}

.kb-container .kb-baner-block img {
    width: 100%
}

@media (max-width: 1199px) {
    .kb-container .kb-baner-block {
        padding:30px
    }
}

@media (max-width: 1199px) {
    .kb-container .kb-sidebar-active {
        right:0
    }
}

.kb-container .kb-list-article {
    margin-bottom: 20px
}

.kb-container .kb-list-article-link {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-decoration: none;
    color: #212529;
    display: block;
    transition: .3s
}

.kb-container .kb-list-article-link:hover {
    text-shadow: 0 0 .5px #000
}

.kb-container .kb-list-article-tags a {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 141%;
    letter-spacing: -.01em;
    color: #7a56f8;
    margin-right: 4px
}

.kb-container .kb-sidebar-category {
    width: 100%;
    background: #ededed;
    box-shadow: 1px 0 15px rgba(0,0,0,.25);
    border-radius: 15px;
    padding-top: 20px;
    padding-bottom: 24px;
    z-index: 5
}

@media (max-width: 1199px) {
    .kb-container .kb-sidebar-category {
        background:transparent;
        box-shadow: none;
        position: relative
    }
}

.kb-container .kb-sidebar-category h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: .02em;
    color: #2a2938;
    padding: 0 21px
}

@media (max-width: 1199px) {
    .kb-container .kb-sidebar-category h2 {
        display:none
    }
}

@media (max-width: 1199px) {
    .kb-container .kb-sidebar-category .kb-category-list {
        padding-bottom:20px;
        border-bottom: 1px solid #c8c8c8
    }
}

.kb-container .kb-sidebar-category .kb-category-block {
    margin-bottom: 6px
}

.kb-container .kb-sidebar-category .kb-category-block .kb-subcategory {
    display: none;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 36px;
    background: #352f5f
}

.kb-container .kb-sidebar-category .kb-category-block .kb-subcategory a {
    font-size: 14px;
    color: #fff
}

@media (max-width: 1199px) {
    .kb-container .kb-sidebar-category .kb-category-block .kb-subcategory {
        text-align:right;
        padding-right: 36px
    }
}

.kb-container .kb-sidebar-category .kb-main-category {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
    padding: 0 21px
}

@media (max-width: 1199px) {
    .kb-container .kb-sidebar-category .kb-main-category {
        -webkit-box-pack:end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.kb-container .kb-sidebar-category .kb-main-category svg {
    margin-left: 5px;
    transition: .3s
}

.kb-container .kb-sidebar-category .kb-active .kb-main-category svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.kb-container .kb-sidebar-category .kb-active .kb-subcategory {
    display: block
}

.kb-container .kb-sidebar-category .kb-sub-active a {
    color: #fc2f63!important
}

@media (max-width: 1199px) {
    .kb-container .kb-sidebar-category .kb-category {
        text-align:right
    }
}

.kb-container .kb-sidebar-category .kb-category a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #2a2938
}

.kb-container .kb-tags-cloud {
    margin-top: 30px
}

@media (max-width: 1199px) {
    .kb-container .kb-tags-cloud {
        margin-top:10px
    }
}

.kb-container .kb-tags-cloud .wp-tag-cloud {
    padding: 10px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 1199px) {
    .kb-container .kb-tags-cloud .wp-tag-cloud {
        -webkit-box-pack:end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.kb-container .kb-tags-cloud .wp-tag-cloud li {
    list-style: none
}

.kb-container .kb-tags-cloud .wp-tag-cloud li a {
    margin-right: 10px;
    font-size: 12px;
    line-height: 141%;
    letter-spacing: -.01em;
    color: #7a56f8
}

.kb-container .kb-sidebar-inner {
    position: relative
}

@media (max-width: 1199px) {
    .kb-container .kb-sidebar-inner {
        overflow:auto;
        max-height: calc(100vh - 120px)
    }
}

.kb-container .kb-sidebar-menu-btn {
    display: none
}

@media (max-width: 1199px) {
    .kb-container .kb-sidebar-menu-btn {
        display:block;
        background: #ededed;
        position: absolute;
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
        left: -54px;
        top: 160px;
        border-radius: 10px 10px 0 0;
        font-weight: 600;
        padding: 6px 16px;
        z-index: 1;
        cursor: pointer;
        font-size: 16px;
        line-height: 141%;
        color: #000
    }
}

.kb-container .kb-article-title {
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 40px;
    color: #000
}

.kb-container .news-list {
    list-style: none;
    padding: 0
}

.kb-container .news-list li {
    margin-bottom: 2rem
}

.kb-container .news-item {
    border-radius: 10px;
    box-shadow: 0 20px 30px 0 rgba(36,23,228,.1);
    background-color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative
}

.kb-container .news-item .news-item-link {
    position: absolute;
    width: 100%;
    height: 100%
}

.kb-container .news-item .img-wrap {
    display: inline-block;
    width: 100%;
    background-size: cover!important
}

@media (min-width: 1200px) {
    .kb-container .news-item .img-wrap {
        height:190px
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .kb-container .news-item .img-wrap {
        height:155px
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .kb-container .news-item .img-wrap {
        height:180px
    }
}

@media (min-width: 576px) and (max-width:767px) {
    .kb-container .news-item .img-wrap {
        height:230px
    }
}

@media (max-width: 1199px) {
    .kb-container .news-item .img-wrap {
        height:calc(54vw - 30px);
        height: -webkit-calc(54vw - 30px)
    }
}

.kb-container .news-item .latest_post_title {
    padding: 1rem 1.5rem .5rem;
    display: inline-block;
    font: 400 1.5rem Aktiv Grotesk Corp,sans-serif;
    color: #2a2938;
    width: 100%;
    line-height: 1.3;
    margin-bottom: 0
}

.kb-container .news-item .excerpt {
    padding: 1rem 1.5rem .5rem;
    font: 400 1rem Aktiv Grotesk Corp,sans-serif;
    color: #3f3e4b;
    margin-bottom: 0;
    line-height: 1.5
}

.kb-container .news-item .time {
    padding: 0 1.5rem
}

.kb-container .news-item .time span {
    color: #7f7f88;
    font: 400 1rem Aktiv Grotesk Corp,sans-serif;
    margin-right: .25rem;
    padding-right: .5rem;
    font-size: 14px
}

.kb-container .news-item .publish-date {
    border-right: 1px solid #e5e3fc
}

.kb-container .news-item .read-more {
    font: 500 .875rem Aktiv Grotesk Corp,sans-serif;
    letter-spacing: 1.5px;
    color: #7a56f8;
    text-transform: uppercase;
    padding: 1rem 1.5rem;
    display: inline-block;
    transition: .3s
}

.kb-container .news-item .read-more i {
    font-weight: 700;
    padding-left: 1rem
}

.kb-container .news-item .read-more:hover {
    text-decoration: none;
    color: #fc2f63
}

.posts-container-wrap {
    position: relative;
    overflow: hidden
}

.job-container-wrap {
    background: #fff
}

.job-select-container {
    margin-left: 20px
}

@media (max-width: 1199px) {
    .job-select-container {
        margin-left:0;
        margin-bottom: 20px
    }
}

.job-select-container .job-select-title {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #7f7f88;
    margin-left: 14px;
    margin-bottom: 8px
}

.job-select-container select {
    font-size: 16px;
    border-radius: 30px;
    padding: 6px 20px;
    width: 300px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative
}

.job-selects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 1199px) {
    .job-selects {
        position:relative
    }
}

@media (max-width: 1199px) {
    .job-selects .custom-select {
        width:280px;
        margin-right: 20px
    }
}

@media (max-width: 1199px) {
    .job-selects .lds-ring {
        position:absolute;
        right: 0;
        top: -90px
    }
}

.job-page-title {
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 40px;
    color: #2a2938;
    margin-bottom: 40px
}

@media (max-width: 1199px) {
    .job-page-title {
        margin-bottom:20px
    }
}

.job-main-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px
}

@media (max-width: 1199px) {
    .job-main-content {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr
    }
}

.job-container {
    padding: 2rem 15px 3rem;
    position: relative;
    z-index: 3;
    min-height: calc(100vh - 560px)
}

@media (max-width: 1199px) {
    .job-container {
        padding:0;
        width: 100%;
        max-width: 100%
    }
}

.job-container .job-before-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 30px;
    margin-bottom: 45px
}

.job-container .job-before-content .job-page-title {
    margin-bottom: 0
}

@media (max-width: 1199px) {
    .job-container .job-before-content {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 40px 20px;
        margin: 0
    }
}

@media (max-width: 1199px) {
    .job-container .job-before-content .posts-breadcrumbs {
        width:100%;
        text-align: left;
        background: #fff;
        padding: 20px;
        font-size: 18px;
        line-height: 21px;
        letter-spacing: -.03em;
        color: #5a5966
    }
}

.job-container .job-before-content .posts-breadcrumbs a {
    margin-right: .4rem
}

.job-container .job-before-content .job-search {
    position: relative
}

@media (max-width: 1199px) {
    .job-container .job-before-content .job-search {
        width:100%;
        text-align: right;
        background: #352f5f;
        padding: 10px 20px
    }
}

.job-container .job-before-content .job-search #s {
    background: #fafafa;
    border: 1px solid #e5e3fc;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 4px 34px 4px 18px;
    width: 330px
}

@media (max-width: 1199px) {
    .job-container .job-before-content .job-search #s {
        width:auto
    }
}

.job-container .job-before-content .job-search button {
    background: transparent;
    border: 0;
    position: absolute;
    right: 4px;
    top: 50%;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    cursor: pointer
}

@media (max-width: 1199px) {
    .job-container .job-before-content .job-search button {
        right:22px
    }
}

.job-container .job-before-content .job-search button svg {
    width: 18px;
    height: 18px
}

.job-container .job-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-bottom: 50px
}

@media (max-width: 1199px) {
    .job-container .job-content-wrapper {
        display:block;
        padding-left: 20px;
        padding-right: 20px
    }
}

.job-container .job-content-wrapper .section-title {
    position: relative;
    padding-bottom: 1.25rem;
    margin-bottom: 1.5rem;
    color: #2a2938;
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 40px
}

.job-container .job-content-wrapper .section-title:after {
    content: "";
    display: inline-block;
    width: 68px;
    height: 2px;
    background-color: #fc2f63;
    position: absolute;
    top: 100%;
    left: 0
}

.job-container .job-main-content {
    width: 100%
}

.job-container .job-article-content {
    padding-bottom: 30px
}

.job-article {
    background: #ededed;
    box-shadow: 1px 0 15px rgba(0,0,0,.25);
    border-radius: 15px;
    padding: 12px 20px 24px;
    position: relative
}

.job-article .job-article-link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.job-article .job-article-title {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #2a2938;
    margin-bottom: 8px
}

.job-article .job-article-locations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 141%;
    margin-bottom: 8px;
    color: #7f7f88
}

.job-article .job-article-locations svg {
    margin-right: 8px
}

.job-article .job-article-excerpt {
    font-size: 14px;
    line-height: 141%;
    color: #212121;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 58px;
    margin-bottom: 16px
}

.job-article .job-article-more {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: .1em;
    color: #7a56f8;
    text-align: right;
    display: block;
    position: absolute;
    right: 20px;
    bottom: 10px
}

.job-header,.job-landing-header {
    width: 100%;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width: 1199px) {
    .job-header,.job-landing-header {
        height:auto;
        padding: 30px 0
    }
}

.job-landing-title,.job-post-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    margin-right: 40%;
    color: #fff;
    margin-bottom: 5px
}

@media (max-width: 1199px) {
    .job-landing-title,.job-post-title {
        margin-right:0;
        font-size: 34px;
        line-height: 40px
    }
}

.job-post-locations {
    font-size: 24px;
    line-height: 141%;
    color: #fff
}

.job-post-locations svg {
    margin-right: 5px
}

@media (max-width: 1199px) {
    .job-post-locations {
        font-size:18px;
        line-height: 141%
    }
}

.job-post-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff
}

.job-post-form-container {
    width: 32%
}

@media (max-width: 1199px) {
    .job-post-form-container {
        width:100%
    }
}

.job-post-form {
    width: 372px
}

.job-post-form,.underform {
    position: relative;
    top: -100px
}

.underform {
    font-size: 16px;
    line-height: 23px;
    color: #212529;
    padding: 20px 14px;
    margin: 0
}

.job-form {
    padding: 30px 33px;
    background: #ededed;
    box-shadow: 1px 0 15px rgba(0,0,0,.25);
    border-radius: 15px;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 500px
}

.job-form form {
    width: 100%
}

.job-form form label {
    font-size: 18px;
    line-height: 21px;
    color: #2a2938;
    margin-bottom: 10px
}

.job-form form label span {
    color: red
}

.job-form input:not([type=submit]),.job-form textarea {
    background: #fafafa;
    border: 1px solid #e5e3fc;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 10px 20px;
    width: 100%;
    outline: none;
    margin-top: 6px;
    margin-bottom: 10px
}

.job-form textarea {
    height: 200px;
    resize: none
}

.job-form .CV {
    display: none
}

.job-form .send {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.job-form .attach-cv,.job-form .send {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.job-form .attach-cv {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    line-height: 21px;
    color: #2a2938;
    margin: 10px 0 20px
}

.job-form .attach-cv>span {
    margin-bottom: 4px
}

.job-form .attach-cv>label {
    background: #fff;
    border-radius: 30px;
    position: relative;
    padding: 11px 24px 11px 48px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: .1em;
    cursor: pointer;
    color: #212121;
    width: 156px
}

.job-form .attach-cv>label .attach-label {
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #212121
}

.job-form .attach-cv label:before {
    content: url(../images/job/attach.svg);
    position: absolute;
    left: 4px;
    bottom: 4px
}

.job-form input[type=submit] {
    border: none;
    background: #fb2f62;
    border-radius: 30px;
    padding: 10px 40px;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: .1em;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase
}

.job-post-content {
    padding-top: 36px;
    padding-bottom: 40px;
    padding-right: 80px;
    font-size: 16px;
    line-height: 23px;
    color: #212121;
    max-width: calc(100% - 400px);
    min-width: 320px;
    margin-bottom: 90px
}

@media (max-width: 1199px) {
    .job-post-content {
        padding-right:0;
        max-width: 100%
    }
}

.job-post-content h2 {
    font-size: 34px;
    line-height: 40px;
    color: #2a2938;
    margin-bottom: 20px;
    font-weight: 500
}

.job-post-content .job-post-descr {
    margin-bottom: 36px
}

.job-post-content .skills_list {
    padding-left: 24px;
    margin-bottom: 36px
}

.job-post-content .skills_item {
    font-size: 16px;
    line-height: 19px;
    color: #212121;
    margin-bottom: 10px
}

.job-post-content .skills_item::marker {
    color: #6c66fa;
    font-size: 18px
}

.job-landing-header {
    height: 380px
}

.job-landing-title {
    position: relative;
    padding-bottom: 1.25rem;
    margin-bottom: 1.5rem;
    color: #2a2938;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    color: #fff
}

.job-landing-title:after {
    content: "";
    display: inline-block;
    width: 68px;
    height: 2px;
    background-color: #fc2f63;
    position: absolute;
    top: 100%;
    left: 0
}

.job-landing-under-title {
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    max-width: 384px
}

.all-vacancies-btn {
    background: #fb2f62;
    border-radius: 30px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: .1em;
    color: #fff;
    padding: 10px 30px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    transition: .3s;
    margin: 60px auto
}

.all-vacancies-btn:hover {
    text-decoration: none;
    color: #fff;
    background: #fb4875
}

.find-your-job {
    margin-top: 50px;
    margin-bottom: 60px
}

.what-we-offer {
    background: #ededed;
    padding: 60px 0;
    margin-bottom: 90px
}

@media (max-width: 1199px) {
    .what-we-offer {
        background:#fff;
        margin-bottom: 40px;
        padding: 30px 0
    }
}

.offer-items-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0
}

@media (max-width: 1199px) {
    .offer-items-wrapper {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr
    }
}

.offer-item {
    padding: 20px 42px 40px;
    border-right: 1px solid #858585
}

@media (max-width: 1199px) {
    .offer-item {
        padding:20px 0 40px
    }
}

.offer-item:nth-child(-n+3) {
    border-bottom: 1px solid #858585
}

.offer-item:nth-child(3n+3) {
    border-right: 0
}

.offer-item__icon {
    margin-bottom: 10px
}

.offer-item__icon img {
    height: 67px
}

.offer-item__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #2a2938;
    margin-bottom: 6px
}

.offer-item__descr {
    font-size: 14px;
    line-height: 141%;
    color: #212121
}

@media (max-width: 1199px) {
    .offer-item {
        border:0!important
    }
}

.person-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.person-list {
    max-width: calc(100% - 480px)
}

@media (max-width: 1199px) {
    .person-list {
        max-width:100%
    }
}

.person-item {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 12px
}

.person-item span {
    color: #fc2f63;
    font-weight: 600
}

.person-img {
    max-width: 480px
}

@media (max-width: 1199px) {
    .person-img {
        max-width:100%
    }
}

.job-form-undertitle {
    text-align: center;
    font-size: 16px;
    line-height: 90%;
    max-width: 304px;
    margin: -20px auto 40px
}

.masonry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.masonry img {
    max-width: 100%;
    display: block
}

.masonry-item {
    display: block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

#fancybox-title,#fancybox-title-over,.fancybox-title-over {
    display: none
}

#fancybox-content {
    background: #000;
    border-color: #000
}

.person {
    margin-bottom: 50px
}

@media (max-width: 1199px) {
    .person {
        margin-bottom:10px
    }
}

.qa-images {
    margin-bottom: 100px
}

.job-form-wrapper {
    padding-bottom: 100px
}

.masonry-item {
    width: 25%;
    padding: 5px
}

@media (max-width: 1199px) {
    .masonry-item {
        width:50%
    }
}

.masonry-item a {
    display: block
}

.span-hover :hover {
    background-color: red !important;
}