.glide {
    width: 100%
}
.glide__wrapper {
    overflow: hidden
}
.glide__track {
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y
}
.glide__track.dragging {
    cursor: grabbing;
    user-select: none
}
.glide__slide {
    width: 100%;
    -webkit-tap-highlight-color: transparent
}
.glide__arrows {
    position: absolute
}
.glide__bullets {
    position: absolute;
    list-style: none
}
.glide--carousel .glide__slide,
.glide--slider .glide__slide {
    float: left;
    clear: none
}
.glide--slideshow .glide__slide {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: translate3d(0, 0, 0)
}
.glide--slideshow .glide__slide.active {
    z-index: 1
}
.glide--horizontal .glide__arrows {
    top: 50%;
    width: 92%;
    margin-left: 4%
}
@media screen and (max-width: 600px) {
	.glide--horizontal .glide__arrows {
    width: 98%;
	}
}
.glide--vertical .glide__arrows {
    left: 50%;
    height: 88%;
    margin-top: 6%
}
.glide__arrow {
    cursor: pointer;
    position: absolute;
    z-index: 2;
    color: #fff;
    text-transform: uppercase;
    font: 11px Arial, sans-serif;
    padding: 9px 12px;
    background-color: #07aaa5;
    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: 4px;
    transition: all .3s ease-in-out;
    outline: none;
}
.glide__arrow:hover {
    border-color: #fff;
    background-color: #444444;
}
.glide--horizontal .glide__arrow {
    transform: translateY(-50%)
}
.glide--horizontal .glide__arrow.prev {
    left: 0
}
.glide--horizontal .glide__arrow.next {
    right: 0
}
.glide--vertical .glide__arrow {
    transform: translateX(-50%)
}
.glide--vertical .glide__arrow.prev {
    top: 0
}
.glide--vertical .glide__arrow.next {
    bottom: 0
}
.glide--horizontal .glide__bullets {
    bottom: 8%;
    left: 0;
    width: 100%;
    height: 12px;
    text-align: center
}
.glide--vertical .glide__bullets {
    top: 50%;
    right: 8%;
    width: 12px;
    height: auto;
    transform: translateY(-50%)
}
.glide__bullets>* {
    display: inline-block;
    background-color: rgba(255, 255, 255, .5);
    width: 12px;
    height: 12px;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all .3s ease-in-out
}
.glide--horizontal .glide__bullets>* {
    margin: 0 5px
}

.glide__bullets>.active {
    background-color: #fff
}
.glide__bullets>:focus,
.glide__bullets>:hover {
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, .5)
}
.glide--slider .glide__arrow {
    opacity: 1;
    transition: opacity 150ms ease
}
.glide--slider .glide__arrow.disabled {
    opacity: .8;
}
.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    background-color: #424242;
    border-radius: 6px;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Karla, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    padding: .65em .75em .7em;
    text-align: center;
    text-decoration: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}
.button.block,
button.block,
input,
input[type=button].block,
input[type=reset].block,
input[type=submit].block,
label,
select {
    display: block
}
.button:focus,
.button:hover,
button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
    background-color: #1c1c1c;
    /*color: #fff*/
}
.button:disabled,
button:disabled,
input[type=button]:disabled,
input[type=reset]:disabled,
input[type=submit]:disabled {
    cursor: not-allowed;
    opacity: .5
}
.button.gray,
button.gray,
input[type=button].gray,
input[type=reset].gray,
input[type=submit].gray {
    background-color: #98a2a3;
    color: #fff
}
.button.gray:focus,
.button.gray:hover,
button.gray:focus,
button.gray:hover,
input[type=button].gray:focus,
input[type=button].gray:hover,
input[type=reset].gray:focus,
input[type=reset].gray:hover,
input[type=submit].gray:focus,
input[type=submit].gray:hover {
    background-color: #7d8a8b
}
.button.lg,
button.lg,
input[type=button].lg,
input[type=reset].lg,
input[type=submit].lg {
    font-size: 1.1em;
    padding: 1.5em 2.25em
}
@media screen and (max-width: 568px) {
    .button.lg,
    button.lg,
    input[type=button].lg,
    input[type=reset].lg,
    input[type=submit].lg {
        font-size: 1em;
        padding: 1em 1.5em
    }
}
.button.sm,
button.sm,
input[type=button].sm,
input[type=reset].sm,
input[type=submit].sm {
    font-size: .9em;
    padding: .6em .8em
}

.slider {
    background: url(../images/body-bg.webp) top left repeat-x;
    background-size: auto 100%;
    margin-bottom: 36px
}
.slider.is-loading:after {
    -moz-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    content: "\f1ce";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: inline-block;
    font: 2em FontAwesome;
    margin-left: -18px;
    margin-top: -18px
}
.slider__wrapper {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 3vw 0
}
.slider__wrapper.is-hidden {
    opacity: 0
}
.slider__wrapper.is-visible {
    opacity: 1
}
.slider__slide {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}
.slider__slide.active {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02)
}
.slider__slide.pre {
    -webkit-transform: perspective(60em) rotateY(18deg);
    -moz-transform: perspective(60em) rotateY(18deg);
    -ms-transform: perspective(60em) rotateY(18deg);
    -o-transform: perspective(60em) rotateY(18deg);
    transform: perspective(60em) rotateY(18deg)
}
.slider__slide.following {
    -webkit-transform: perspective(60em) rotateY(-18deg);
    -moz-transform: perspective(60em) rotateY(-18deg);
    -ms-transform: perspective(60em) rotateY(-18deg);
    -o-transform: perspective(60em) rotateY(-18deg);
    transform: perspective(60em) rotateY(-18deg)
}
.slider__slide>.bg {
    width: 100%;
    /*height: 420px;
    height: 54vh;*/
    height: 54vh;
    border-radius: 3px;
    outline: transparent solid 1px;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
		.slider__slide>.bg {
			height: auto;
		}
		.slider__slide>.bg img{
		width: 50% !important;
		}
	}
/*.slider__slide>.bg.i-1 {
    background-color: #fdb353
}
.slider__slide>.bg.i-2 {
    background-color: #34b579
}
.slider__slide>.bg.i-3 {
    background-color: #95a5a6
}
.slider__slide>.bg.i-4 {
    background-color: #9a59b5
}
.slider__slide>.bg.i-5 {
    background-color: #fbcb43
}*/
.slider__slide>.bg img{
	width: 100% !important;
}
.slider__bullets {
    z-index: 3
}
.glide--horizontal .slider__bullets {
    bottom: 5%;
}
.slider__bullets>* {
    width: 16px;
    height: 16px;
    padding: 0;
    background-color: rgba(7, 170, 165, .3);
    border: 2px solid #fff;
    outline: none;
}
.slider__bullets>.active {
    background-color: #07aaa5!important;
    border: 2px solid #07aaa5;
}
.slider__bullets>:focus,
.slider__bullets>:hover {
    border: 2px solid #07aaa5;
    background-color: rgba(7, 170, 165, .5)
}
.slider__arrow:focus,
.slider__arrow:hover {
    
}
.box {
    text-align: center;
    color: #fff;
    padding: 54px 18px;
    font-size: 2em;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 6px
}
.docs {
    background-color: #f6f6f6;
    padding-top: 92px;
    margin-top: 18px;
    border-top: 1px solid #eee
}
.docs__wrapper {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto
}
.docs__wrapper::after {
    clear: both;
    content: "";
    display: table
}
.docs__sidebar {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    padding: 2.35765%
}
.docs__sidebar:last-child {
    margin-right: 0
}
@media screen and (max-width: 768px) {
    .docs__sidebar {
        display: none
    }
}
.docs__content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%;
    padding: 2.35765%
}
.docs__content:last-child {
    margin-right: 0
}
@media screen and (max-width: 768px) {
    .docs__content {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%
    }
    .docs__content:last-child {
        margin-right: 0
    }
}
.docs__content ul {
    list-style-type: disc;
    padding-left: 1em
}
.up {
    position: fixed;
    bottom: 36px;
    right: 36px
}