@charset "UTF-8";
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

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

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

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

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

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe, .fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: 0
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link, .fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

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

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

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

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

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

.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

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

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

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

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

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

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

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

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

.swiper-button-lock {
    display: none
}

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

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

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .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 {
    transform: scale(.33);
    position: relative
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-lock {
    display: none
}

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

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

.swiper-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-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: 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%;
    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;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

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

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

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

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

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

.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

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

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

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

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

.swiper-cube {
    overflow: visible
}

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

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

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

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

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

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

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

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

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

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

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

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

html body .bvi-panel {
    font-family: Arial !important;
    padding: 10px 10px;
    color: #000;
    top: 0;
    left: 0;
    right: 0;
    letter-spacing: 0;
    position: relative;
    text-shadow: none;
    line-height: normal;
    border: 0;
    margin-bottom: .3rem;
    background-color: #f7f7f7;
    border-color: #000;
    moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .23);
    webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .23);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .23);
    z-index: 999999 !important
}

@media (max-width: 575.98px) {
    html body .bvi-panel {
        padding: 10px 0 10px 0
    }

    html body .bvi-panel .bvi-panel-toggler {
        display: block;
        text-align: center
    }

    html body .bvi-panel .bvi-panel-container {
        overflow: auto;
        width: auto;
        height: 145px;
        border-top: 1px solid #bcbcbc;
        -webkit-box-shadow: inset 0 5px 15px 0 #d6d6d6;
        -moz-box-shadow: inset 0 5px 15px 0 #d6d6d6;
        box-shadow: inset 0 5px 15px 0 #d6d6d6
    }

    html body .bvi-panel #bvi-panel-close, html body .bvi-panel #bvi-panel-hide, html body .bvi-panel .bvi-panel-container {
        display: none;
        margin-top: 10px;
        border-top: 1px solid #dfdfdf
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    html body .bvi-panel {
        padding: 10px 0 10px 0
    }

    html body .bvi-panel .bvi-panel-toggler {
        display: block;
        text-align: center
    }

    html body .bvi-panel .bvi-panel-container {
        overflow: auto;
        width: auto;
        height: 145px;
        border-top: 1px solid #bcbcbc;
        -webkit-box-shadow: inset 0 5px 15px 0 #d6d6d6;
        -moz-box-shadow: inset 0 5px 15px 0 #d6d6d6;
        box-shadow: inset 0 5px 15px 0 #d6d6d6
    }

    html body .bvi-panel #bvi-panel-close, html body .bvi-panel #bvi-panel-hide, html body .bvi-panel .bvi-panel-container {
        display: none;
        text-align: right;
        margin-top: 10px;
        border-top: 1px solid #dfdfdf
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    html body .bvi-panel {
        padding: 10px 0 10px 0
    }

    html body .bvi-panel .bvi-panel-toggler {
        display: block;
        text-align: right
    }

    html body .bvi-panel #bvi-panel-close, html body .bvi-panel #bvi-panel-hide, html body .bvi-panel .bvi-panel-container {
        display: none;
        text-align: right;
        margin-top: 10px;
        border-top: 1px solid #dfdfdf
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    html body .bvi-panel .bvi-panel-toggler {
        display: none
    }
}

@media (min-width: 1200px) {
    html body .bvi-panel .bvi-panel-toggler {
        display: none
    }
}

@media (max-width: 575.98px) {
    html body .bvi-panel * {
        font-size: 12px !important
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    html body .bvi-panel * {
        font-size: 14px !important
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    html body .bvi-panel * {
        font-size: 14px !important
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    html body .bvi-panel * {
        font-size: 16px !important
    }
}

@media (min-width: 1200px) {
    html body .bvi-panel * {
        font-size: 16px !important
    }
}

html body .bvi-panel a {
    color: #2a2a2a;
    background-color: transparent;
    outline: 0;
    text-decoration: underline
}

html body .bvi-panel a:hover {
    color: #000;
    outline: 0;
    background-color: transparent;
    text-decoration: underline
}

html body .bvi-panel a:focus {
    color: #000;
    outline: 0;
    background-color: transparent;
    text-decoration: underline
}

html body .bvi-panel a.bvi-link-copy {
    text-decoration: underline;
    color: #000;
    outline: 0
}

html body .bvi-panel a.bvi-link-copy.active {
    color: #000;
    outline: 0;
    text-decoration: none
}

html body .bvi-panel a.bvi-link-copy:hover {
    color: #000;
    outline: 0;
    text-decoration: none
}

html body .bvi-panel a.bvi-link-copy:focus {
    color: #000;
    outline: 0;
    text-decoration: none
}

html body .bvi-panel a.bvi-link {
    text-decoration: none;
    color: #000;
    background-color: transparent;
    text-align: center;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    cursor: pointer;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    font-weight: 700;
    line-height: 36px;
    padding: 0 10px;
    vertical-align: middle;
    border: 1px solid #b2b2b2
}

@media (max-width: 575.98px) {
    html body .bvi-panel a.bvi-link {
        height: 28px;
        line-height: 28px;
        padding: 0 5px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    html body .bvi-panel a.bvi-link {
        height: 28px;
        line-height: 28px;
        padding: 0 5px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    html body .bvi-panel a.bvi-link {
        height: 30px;
        line-height: 30px;
        padding: 0 8px
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    html body .bvi-panel a.bvi-link {
        height: 34px;
        line-height: 34px;
        padding: 0 9px
    }
}

html body .bvi-panel a.bvi-link.active {
    color: inherit;
    outline: 0;
    background-color: #dbdbdb;
    text-decoration: none
}

html body .bvi-panel a.bvi-link:hover {
    color: #000;
    outline: 0;
    background-color: #dbdbdb;
    text-decoration: none
}

html body .bvi-panel a.bvi-link:focus {
    color: #000;
    outline: 0;
    background-color: #dbdbdb;
    text-decoration: none
}

html body .bvi-panel a.bvi-link.bvi-link-white {
    background-color: #fff;
    color: #000;
    text-decoration: none
}

html body .bvi-panel a.bvi-link.bvi-link-white:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none
}

html body .bvi-panel a.bvi-link.bvi-link-black {
    background-color: #000;
    color: #fff;
    text-decoration: none
}

html body .bvi-panel a.bvi-link.bvi-link-black:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none
}

html body .bvi-panel a.bvi-link.bvi-link-blue {
    background-color: #9dd1ff;
    color: #063462;
    text-decoration: none
}

html body .bvi-panel a.bvi-link.bvi-link-blue:hover {
    background-color: #9dd1ff;
    color: #063462;
    text-decoration: none
}

html body .bvi-panel a.bvi-link.bvi-link-brown {
    background-color: #f7f3d6;
    color: #4d4b43;
    text-decoration: none
}

html body .bvi-panel a.bvi-link.bvi-link-brown:hover {
    background-color: #f7f3d6;
    color: #4d4b43;
    text-decoration: none
}

html body .bvi-panel a.bvi-link.bvi-link-green {
    background-color: #3b2716;
    color: #a9e44d;
    text-decoration: none
}

html body .bvi-panel a.bvi-link.bvi-link-green:hover {
    background-color: #3b2716;
    color: #a9e44d;
    text-decoration: none
}

html body .bvi-panel .bvi-title {
    text-shadow: none;
    text-decoration: none;
    background-color: transparent;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: middle;
    margin: 10px 0 15px 0
}

html body .bvi-panel .bvi-text-center {
    text-align: center
}

html body .bvi-panel .bvi-text-left {
    text-align: left
}

html body .bvi-panel .bvi-text-right {
    text-align: right
}

html body .bvi-panel .bvi-setting-menu {
    margin-top: 10px;
    border-top: 1px solid #dfdfdf;
    display: none
}

html body .bvi-panel .bvi-images {
    margin-top: 10px;
    width: 16px;
    height: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal
}

@media (max-width: 575.98px) {
    html body .bvi-panel .bvi-images {
        margin-top: 6px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    html body .bvi-panel .bvi-images {
        margin-top: 6px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    html body .bvi-panel .bvi-images {
        margin-top: 7px
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    html body .bvi-panel .bvi-images {
        margin-top: 9px
    }
}

html body .bvi-panel .bvi-images.bvi-images-eye-slash {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAA0ElEQVQYGbXBMSuEARgA4Oe77zocXTdISBYMXKFMJvkBkoVF6iw33n8wmXVXymi0SUnZzQaJTNcNd9MNBsnwuq9uOVaexx8rKJuwqGXKDzm7noUQwqcRQya9aXu3ruBWOMSMooFlbXMubdnwJXTlsKZrWl9ZWwk9JS0hbGMeC3rGeVCRedQRwpNE6kRmT4MzRzL7QggVVK3INNTIe7WJxI1wh1F1mZp7ib6iF8cSF8Is8ihoupEaSJ3qCOdILan7UJUYci2U0HRlx5hfVh34F999xzhj5hTP0AAAAABJRU5ErkJggg==)
}

html body .bvi-panel .bvi-images.bvi-images-arrow {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAVFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAU4H24AAAAG3RSTlMAAQIDBgkMExQiRmJoaXN0dX6Aj5GbwcPR4vHLNuV5AAAAWElEQVQYV23NNxKAMAADQQEm52y4//+TwuSxuttGkn/J2n97g+nXb3H9yNWXPO0k3oAOmC0wSgXQCqiNBYyihUYCahlLKSnIdILC9H528JoPqg8M7Ln8OwBv7gmtk0G77wAAAABJRU5ErkJggg==)
}

html body .bvi-panel .bvi-images.bvi-images-volume-on {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAA0ElEQVQYGZ3BPyvEcQAH4Od3F+5O/tXXdCVZFWXCWzARgzIZrgxewM1WqzfBYjZI6bJYpS6jLJdJ5o8upY6UPI//mdOz4IcJt5o+LXvSMaLhURSM6agb17PlS8OjiILKiTs1k9612NPV1RcRBasqpw5w7JCIiIgouHRk2gBtt0RERETBlAGiruWNiIiIKNhwpSYqs555FRERUVQezFtzjnVn1DU07ImIYmjGizaurfiyI6Kg6c0mdt0YsS2KoTHs6xv3zaLKUNO9C02/qlnyVx8tHEkl/4bN1wAAAABJRU5ErkJggg==)
}

html body .bvi-panel .bvi-images.bvi-images-volume-on {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAA0ElEQVQYGZ3BPyvEcQAH4Od3F+5O/tXXdCVZFWXCWzARgzIZrgxewM1WqzfBYjZI6bJYpS6jLJdJ5o8upY6UPI//mdOz4IcJt5o+LXvSMaLhURSM6agb17PlS8OjiILKiTs1k9612NPV1RcRBasqpw5w7JCIiIgouHRk2gBtt0RERETBlAGiruWNiIiIKNhwpSYqs555FRERUVQezFtzjnVn1DU07ImIYmjGizaurfiyI6Kg6c0mdt0YsS2KoTHs6xv3zaLKUNO9C02/qlnyVx8tHEkl/4bN1wAAAABJRU5ErkJggg==)
}

html body .bvi-panel .bvi-images.bvi-images-volume-off {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAP1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACzJYIvAAAAFHRSTlMAAQIcHh8rLjx8hpKUlZi6vsXz/c3U9VgAAABHSURBVBhXrci3AYAwDADBtwFjcpD2n5WGIKnmyoNXGgestOjuYlYfk37R1FpXNXHq7Qn9IY4Y5Jx7sQFQJARFQlBk80HbARfdYAcpeUBcogAAAABJRU5ErkJggg==)
}

html body .bvi-panel .bvi-images.bvi-images-adjust {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAqFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAs30iGAAAAN3RSTlMAAQIDBAUHCQsMExQVFh4fJSsuLztGS1FYYWJkZnh7f4KIiYyRmKWmqMHO1dna3Ovt7/P3+fv9mqZ1DQAAAIJJREFUGBlNwVUCglAURdEtGNgd2N2BGGf+M5PL48O1MI31Q7pMAxx/K+c7wHhnvSaVvMycxE7nMqBUD5qKAxJKRR5LhRg5ba6qY+SEvFXCyJlxVw0jZ8JKI4ycLi1FRRJKxT4cdCoCSvWB/E3PYZCT2WAKR2XGZDr7jxQtqvwp+Dg/vREcKt7EoBcAAAAASUVORK5CYII=)
}

html body .bvi-panel .bvi-images.bvi-images-off {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAARVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADc6ur3AAAAFnRSTlMAAQIFBgcSGRowMVhZW128wMHDxfX3KcFjjgAAAGpJREFUGBlVwQkSgzAMA0CJUpKYuzX6/1ObeoAJuwhMpSTiwslV+UiEftNpfaHirttKALMaI0BXw4mshwSTZEMwSQUmyYZgkgqyHhJ4qOEEFjUmAN1Ht42o3l+d9h6hWw5VPhMXZrNM/P0AZ7gN/s4xaEgAAAAASUVORK5CYII=)
}

html body .bvi-panel .bvi-images.bvi-images-on {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD6T+iNAAAAH3RSTlMAAQIDBycwOUJKS0xPUW1whZGVmJ2erbfT2uDk6Pv9OeeoXAAAAGJJREFUGFdlzkcCgDAIBVGMvSb27r//LTUxFnRW8NhA9E3N46uppU2wOwgiXCSHBfD07F8g0euxRGKB9N2pAGQWKBBODRgxEKNrzI7BQIq7E57dQv4UHbC6n08LsNTxAYt+7bh0DPt8j/8TAAAAAElFTkSuQmCC)
}

html body .bvi-panel .bvi-images.bvi-images-minus-square-o {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAHlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC3KG9qAAAACXRSTlMAODs8dnfx8vPK0lEjAAAAJElEQVR4AWOgD2BkYUUCLIwM7JwogI2BA1WAnYGZFQUw0cehAOJeAaqtH8h4AAAAAElFTkSuQmCC)
}

html body .bvi-panel.bvi-fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999999
}

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

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

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

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

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

html body .bvi-panel .bvi-container-fluid, html body .bvi-panel .bvi-container-lg, html body .bvi-panel .bvi-container-md, html body .bvi-panel .bvi-container-sm, html body .bvi-panel .bvi-container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

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

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

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

html body .bvi-panel .bvi-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

html body .bvi-panel .bvi-no-gutters {
    margin-right: 0;
    margin-left: 0
}

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

html body .bvi-panel .bvi-col, html body .bvi-panel .bvi-col-1, html body .bvi-panel .bvi-col-10, html body .bvi-panel .bvi-col-11, html body .bvi-panel .bvi-col-12, html body .bvi-panel .bvi-col-2, html body .bvi-panel .bvi-col-3, html body .bvi-panel .bvi-col-4, html body .bvi-panel .bvi-col-5, html body .bvi-panel .bvi-col-6, html body .bvi-panel .bvi-col-7, html body .bvi-panel .bvi-col-8, html body .bvi-panel .bvi-col-9, html body .bvi-panel .bvi-col-auto, html body .bvi-panel .bvi-col-lg, html body .bvi-panel .bvi-col-lg-1, html body .bvi-panel .bvi-col-lg-10, html body .bvi-panel .bvi-col-lg-11, html body .bvi-panel .bvi-col-lg-12, html body .bvi-panel .bvi-col-lg-2, html body .bvi-panel .bvi-col-lg-3, html body .bvi-panel .bvi-col-lg-4, html body .bvi-panel .bvi-col-lg-5, html body .bvi-panel .bvi-col-lg-6, html body .bvi-panel .bvi-col-lg-7, html body .bvi-panel .bvi-col-lg-8, html body .bvi-panel .bvi-col-lg-9, html body .bvi-panel .bvi-col-lg-auto, html body .bvi-panel .bvi-col-md, html body .bvi-panel .bvi-col-md-1, html body .bvi-panel .bvi-col-md-10, html body .bvi-panel .bvi-col-md-11, html body .bvi-panel .bvi-col-md-12, html body .bvi-panel .bvi-col-md-2, html body .bvi-panel .bvi-col-md-3, html body .bvi-panel .bvi-col-md-4, html body .bvi-panel .bvi-col-md-5, html body .bvi-panel .bvi-col-md-6, html body .bvi-panel .bvi-col-md-7, html body .bvi-panel .bvi-col-md-8, html body .bvi-panel .bvi-col-md-9, html body .bvi-panel .bvi-col-md-auto, html body .bvi-panel .bvi-col-sm, html body .bvi-panel .bvi-col-sm-1, html body .bvi-panel .bvi-col-sm-10, html body .bvi-panel .bvi-col-sm-11, html body .bvi-panel .bvi-col-sm-12, html body .bvi-panel .bvi-col-sm-2, html body .bvi-panel .bvi-col-sm-3, html body .bvi-panel .bvi-col-sm-4, html body .bvi-panel .bvi-col-sm-5, html body .bvi-panel .bvi-col-sm-6, html body .bvi-panel .bvi-col-sm-7, html body .bvi-panel .bvi-col-sm-8, html body .bvi-panel .bvi-col-sm-9, html body .bvi-panel .bvi-col-sm-auto, html body .bvi-panel .bvi-col-xl, html body .bvi-panel .bvi-col-xl-1, html body .bvi-panel .bvi-col-xl-10, html body .bvi-panel .bvi-col-xl-11, html body .bvi-panel .bvi-col-xl-12, html body .bvi-panel .bvi-col-xl-2, html body .bvi-panel .bvi-col-xl-3, html body .bvi-panel .bvi-col-xl-4, html body .bvi-panel .bvi-col-xl-5, html body .bvi-panel .bvi-col-xl-6, html body .bvi-panel .bvi-col-xl-7, html body .bvi-panel .bvi-col-xl-8, html body .bvi-panel .bvi-col-xl-9, html body .bvi-panel .bvi-col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

html body .bvi-panel .bvi-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

html body .bvi-panel .row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%
}

html body .bvi-panel .row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%
}

html body .bvi-panel .row-cols-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

html body .bvi-panel .row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%
}

html body .bvi-panel .row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%
}

html body .bvi-panel .row-cols-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

html body .bvi-panel .bvi-col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

html body .bvi-panel .bvi-col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

html body .bvi-panel .bvi-col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

html body .bvi-panel .bvi-col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

html body .bvi-panel .bvi-col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

html body .bvi-panel .bvi-col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

html body .bvi-panel .bvi-col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

html body .bvi-panel .bvi-col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

html body .bvi-panel .bvi-col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

html body .bvi-panel .bvi-col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

html body .bvi-panel .bvi-col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

html body .bvi-panel .bvi-col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

html body .bvi-panel .bvi-col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

html body .bvi-panel .bvi-order-first {
    order: -1
}

html body .bvi-panel .bvi-order-last {
    order: 13
}

html body .bvi-panel .bvi-order-0 {
    order: 0
}

html body .bvi-panel .bvi-order-1 {
    order: 1
}

html body .bvi-panel .bvi-order-2 {
    order: 2
}

html body .bvi-panel .bvi-order-3 {
    order: 3
}

html body .bvi-panel .bvi-order-4 {
    order: 4
}

html body .bvi-panel .bvi-order-5 {
    order: 5
}

html body .bvi-panel .bvi-order-6 {
    order: 6
}

html body .bvi-panel .bvi-order-7 {
    order: 7
}

html body .bvi-panel .bvi-order-8 {
    order: 8
}

html body .bvi-panel .bvi-order-9 {
    order: 9
}

html body .bvi-panel .bvi-order-10 {
    order: 10
}

html body .bvi-panel .bvi-order-11 {
    order: 11
}

html body .bvi-panel .bvi-order-12 {
    order: 12
}

html body .bvi-panel .bvi-offset-1 {
    margin-left: 8.3333333333%
}

html body .bvi-panel .bvi-offset-2 {
    margin-left: 16.6666666667%
}

html body .bvi-panel .bvi-offset-3 {
    margin-left: 25%
}

html body .bvi-panel .bvi-offset-4 {
    margin-left: 33.3333333333%
}

html body .bvi-panel .bvi-offset-5 {
    margin-left: 41.6666666667%
}

html body .bvi-panel .bvi-offset-6 {
    margin-left: 50%
}

html body .bvi-panel .bvi-offset-7 {
    margin-left: 58.3333333333%
}

html body .bvi-panel .bvi-offset-8 {
    margin-left: 66.6666666667%
}

html body .bvi-panel .bvi-offset-9 {
    margin-left: 75%
}

html body .bvi-panel .bvi-offset-10 {
    margin-left: 83.3333333333%
}

html body .bvi-panel .bvi-offset-11 {
    margin-left: 91.6666666667%
}

@media (min-width: 576px) {
    html body .bvi-panel .bvi-col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    html body .bvi-panel .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    html body .bvi-panel .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    html body .bvi-panel .row-cols-sm-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    html body .bvi-panel .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    html body .bvi-panel .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    html body .bvi-panel .row-cols-sm-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    html body .bvi-panel .bvi-col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    html body .bvi-panel .bvi-col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    html body .bvi-panel .bvi-col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    html body .bvi-panel .bvi-col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    html body .bvi-panel .bvi-col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    html body .bvi-panel .bvi-col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    html body .bvi-panel .bvi-col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    html body .bvi-panel .bvi-col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    html body .bvi-panel .bvi-col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    html body .bvi-panel .bvi-col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    html body .bvi-panel .bvi-col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    html body .bvi-panel .bvi-col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    html body .bvi-panel .bvi-col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    html body .bvi-panel .bvi-order-sm-first {
        order: -1
    }

    html body .bvi-panel .bvi-order-sm-last {
        order: 13
    }

    html body .bvi-panel .bvi-order-sm-0 {
        order: 0
    }

    html body .bvi-panel .bvi-order-sm-1 {
        order: 1
    }

    html body .bvi-panel .bvi-order-sm-2 {
        order: 2
    }

    html body .bvi-panel .bvi-order-sm-3 {
        order: 3
    }

    html body .bvi-panel .bvi-order-sm-4 {
        order: 4
    }

    html body .bvi-panel .bvi-order-sm-5 {
        order: 5
    }

    html body .bvi-panel .bvi-order-sm-6 {
        order: 6
    }

    html body .bvi-panel .bvi-order-sm-7 {
        order: 7
    }

    html body .bvi-panel .bvi-order-sm-8 {
        order: 8
    }

    html body .bvi-panel .bvi-order-sm-9 {
        order: 9
    }

    html body .bvi-panel .bvi-order-sm-10 {
        order: 10
    }

    html body .bvi-panel .bvi-order-sm-11 {
        order: 11
    }

    html body .bvi-panel .bvi-order-sm-12 {
        order: 12
    }

    html body .bvi-panel .bvi-offset-sm-0 {
        margin-left: 0
    }

    html body .bvi-panel .bvi-offset-sm-1 {
        margin-left: 8.3333333333%
    }

    html body .bvi-panel .bvi-offset-sm-2 {
        margin-left: 16.6666666667%
    }

    html body .bvi-panel .bvi-offset-sm-3 {
        margin-left: 25%
    }

    html body .bvi-panel .bvi-offset-sm-4 {
        margin-left: 33.3333333333%
    }

    html body .bvi-panel .bvi-offset-sm-5 {
        margin-left: 41.6666666667%
    }

    html body .bvi-panel .bvi-offset-sm-6 {
        margin-left: 50%
    }

    html body .bvi-panel .bvi-offset-sm-7 {
        margin-left: 58.3333333333%
    }

    html body .bvi-panel .bvi-offset-sm-8 {
        margin-left: 66.6666666667%
    }

    html body .bvi-panel .bvi-offset-sm-9 {
        margin-left: 75%
    }

    html body .bvi-panel .bvi-offset-sm-10 {
        margin-left: 83.3333333333%
    }

    html body .bvi-panel .bvi-offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 768px) {
    html body .bvi-panel .bvi-col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    html body .bvi-panel .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    html body .bvi-panel .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    html body .bvi-panel .row-cols-md-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    html body .bvi-panel .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    html body .bvi-panel .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    html body .bvi-panel .row-cols-md-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    html body .bvi-panel .bvi-col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    html body .bvi-panel .bvi-col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    html body .bvi-panel .bvi-col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    html body .bvi-panel .bvi-col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    html body .bvi-panel .bvi-col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    html body .bvi-panel .bvi-col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    html body .bvi-panel .bvi-col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    html body .bvi-panel .bvi-col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    html body .bvi-panel .bvi-col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    html body .bvi-panel .bvi-col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    html body .bvi-panel .bvi-col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    html body .bvi-panel .bvi-col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    html body .bvi-panel .bvi-col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    html body .bvi-panel .bvi-order-md-first {
        order: -1
    }

    html body .bvi-panel .bvi-order-md-last {
        order: 13
    }

    html body .bvi-panel .bvi-order-md-0 {
        order: 0
    }

    html body .bvi-panel .bvi-order-md-1 {
        order: 1
    }

    html body .bvi-panel .bvi-order-md-2 {
        order: 2
    }

    html body .bvi-panel .bvi-order-md-3 {
        order: 3
    }

    html body .bvi-panel .bvi-order-md-4 {
        order: 4
    }

    html body .bvi-panel .bvi-order-md-5 {
        order: 5
    }

    html body .bvi-panel .bvi-order-md-6 {
        order: 6
    }

    html body .bvi-panel .bvi-order-md-7 {
        order: 7
    }

    html body .bvi-panel .bvi-order-md-8 {
        order: 8
    }

    html body .bvi-panel .bvi-order-md-9 {
        order: 9
    }

    html body .bvi-panel .bvi-order-md-10 {
        order: 10
    }

    html body .bvi-panel .bvi-order-md-11 {
        order: 11
    }

    html body .bvi-panel .bvi-order-md-12 {
        order: 12
    }

    html body .bvi-panel .bvi-offset-md-0 {
        margin-left: 0
    }

    html body .bvi-panel .bvi-offset-md-1 {
        margin-left: 8.3333333333%
    }

    html body .bvi-panel .bvi-offset-md-2 {
        margin-left: 16.6666666667%
    }

    html body .bvi-panel .bvi-offset-md-3 {
        margin-left: 25%
    }

    html body .bvi-panel .bvi-offset-md-4 {
        margin-left: 33.3333333333%
    }

    html body .bvi-panel .bvi-offset-md-5 {
        margin-left: 41.6666666667%
    }

    html body .bvi-panel .bvi-offset-md-6 {
        margin-left: 50%
    }

    html body .bvi-panel .bvi-offset-md-7 {
        margin-left: 58.3333333333%
    }

    html body .bvi-panel .bvi-offset-md-8 {
        margin-left: 66.6666666667%
    }

    html body .bvi-panel .bvi-offset-md-9 {
        margin-left: 75%
    }

    html body .bvi-panel .bvi-offset-md-10 {
        margin-left: 83.3333333333%
    }

    html body .bvi-panel .bvi-offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 992px) {
    html body .bvi-panel .bvi-col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    html body .bvi-panel .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    html body .bvi-panel .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    html body .bvi-panel .row-cols-lg-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    html body .bvi-panel .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    html body .bvi-panel .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    html body .bvi-panel .row-cols-lg-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    html body .bvi-panel .bvi-col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    html body .bvi-panel .bvi-col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    html body .bvi-panel .bvi-col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    html body .bvi-panel .bvi-col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    html body .bvi-panel .bvi-col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    html body .bvi-panel .bvi-col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    html body .bvi-panel .bvi-col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    html body .bvi-panel .bvi-col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    html body .bvi-panel .bvi-col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    html body .bvi-panel .bvi-col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    html body .bvi-panel .bvi-col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    html body .bvi-panel .bvi-col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    html body .bvi-panel .bvi-col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    html body .bvi-panel .bvi-order-lg-first {
        order: -1
    }

    html body .bvi-panel .bvi-order-lg-last {
        order: 13
    }

    html body .bvi-panel .bvi-order-lg-0 {
        order: 0
    }

    html body .bvi-panel .bvi-order-lg-1 {
        order: 1
    }

    html body .bvi-panel .bvi-order-lg-2 {
        order: 2
    }

    html body .bvi-panel .bvi-order-lg-3 {
        order: 3
    }

    html body .bvi-panel .bvi-order-lg-4 {
        order: 4
    }

    html body .bvi-panel .bvi-order-lg-5 {
        order: 5
    }

    html body .bvi-panel .bvi-order-lg-6 {
        order: 6
    }

    html body .bvi-panel .bvi-order-lg-7 {
        order: 7
    }

    html body .bvi-panel .bvi-order-lg-8 {
        order: 8
    }

    html body .bvi-panel .bvi-order-lg-9 {
        order: 9
    }

    html body .bvi-panel .bvi-order-lg-10 {
        order: 10
    }

    html body .bvi-panel .bvi-order-lg-11 {
        order: 11
    }

    html body .bvi-panel .bvi-order-lg-12 {
        order: 12
    }

    html body .bvi-panel .bvi-offset-lg-0 {
        margin-left: 0
    }

    html body .bvi-panel .bvi-offset-lg-1 {
        margin-left: 8.3333333333%
    }

    html body .bvi-panel .bvi-offset-lg-2 {
        margin-left: 16.6666666667%
    }

    html body .bvi-panel .bvi-offset-lg-3 {
        margin-left: 25%
    }

    html body .bvi-panel .bvi-offset-lg-4 {
        margin-left: 33.3333333333%
    }

    html body .bvi-panel .bvi-offset-lg-5 {
        margin-left: 41.6666666667%
    }

    html body .bvi-panel .bvi-offset-lg-6 {
        margin-left: 50%
    }

    html body .bvi-panel .bvi-offset-lg-7 {
        margin-left: 58.3333333333%
    }

    html body .bvi-panel .bvi-offset-lg-8 {
        margin-left: 66.6666666667%
    }

    html body .bvi-panel .bvi-offset-lg-9 {
        margin-left: 75%
    }

    html body .bvi-panel .bvi-offset-lg-10 {
        margin-left: 83.3333333333%
    }

    html body .bvi-panel .bvi-offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 1200px) {
    html body .bvi-panel .bvi-col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    html body .bvi-panel .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    html body .bvi-panel .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    html body .bvi-panel .row-cols-xl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    html body .bvi-panel .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    html body .bvi-panel .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    html body .bvi-panel .row-cols-xl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    html body .bvi-panel .bvi-col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    html body .bvi-panel .bvi-col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    html body .bvi-panel .bvi-col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    html body .bvi-panel .bvi-col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    html body .bvi-panel .bvi-col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    html body .bvi-panel .bvi-col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    html body .bvi-panel .bvi-col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    html body .bvi-panel .bvi-col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    html body .bvi-panel .bvi-col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    html body .bvi-panel .bvi-col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    html body .bvi-panel .bvi-col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    html body .bvi-panel .bvi-col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    html body .bvi-panel .bvi-col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    html body .bvi-panel .bvi-order-xl-first {
        order: -1
    }

    html body .bvi-panel .bvi-order-xl-last {
        order: 13
    }

    html body .bvi-panel .bvi-order-xl-0 {
        order: 0
    }

    html body .bvi-panel .bvi-order-xl-1 {
        order: 1
    }

    html body .bvi-panel .bvi-order-xl-2 {
        order: 2
    }

    html body .bvi-panel .bvi-order-xl-3 {
        order: 3
    }

    html body .bvi-panel .bvi-order-xl-4 {
        order: 4
    }

    html body .bvi-panel .bvi-order-xl-5 {
        order: 5
    }

    html body .bvi-panel .bvi-order-xl-6 {
        order: 6
    }

    html body .bvi-panel .bvi-order-xl-7 {
        order: 7
    }

    html body .bvi-panel .bvi-order-xl-8 {
        order: 8
    }

    html body .bvi-panel .bvi-order-xl-9 {
        order: 9
    }

    html body .bvi-panel .bvi-order-xl-10 {
        order: 10
    }

    html body .bvi-panel .bvi-order-xl-11 {
        order: 11
    }

    html body .bvi-panel .bvi-order-xl-12 {
        order: 12
    }

    html body .bvi-panel .bvi-offset-xl-0 {
        margin-left: 0
    }

    html body .bvi-panel .bvi-offset-xl-1 {
        margin-left: 8.3333333333%
    }

    html body .bvi-panel .bvi-offset-xl-2 {
        margin-left: 16.6666666667%
    }

    html body .bvi-panel .bvi-offset-xl-3 {
        margin-left: 25%
    }

    html body .bvi-panel .bvi-offset-xl-4 {
        margin-left: 33.3333333333%
    }

    html body .bvi-panel .bvi-offset-xl-5 {
        margin-left: 41.6666666667%
    }

    html body .bvi-panel .bvi-offset-xl-6 {
        margin-left: 50%
    }

    html body .bvi-panel .bvi-offset-xl-7 {
        margin-left: 58.3333333333%
    }

    html body .bvi-panel .bvi-offset-xl-8 {
        margin-left: 66.6666666667%
    }

    html body .bvi-panel .bvi-offset-xl-9 {
        margin-left: 75%
    }

    html body .bvi-panel .bvi-offset-xl-10 {
        margin-left: 83.3333333333%
    }

    html body .bvi-panel .bvi-offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

html body .bvi-body[data-bvi-theme=white] {
    background-color: #fff !important;
    fill: #000 !important
}

html body .bvi-body[data-bvi-theme=white] * {
    background-color: #fff !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #000 !important;
    color: #000 !important;
    fill: #000 !important
}

html body .bvi-body[data-bvi-theme=white] * .bvi-background-image {
    background-color: transparent !important
}

html body .bvi-body[data-bvi-theme=white] * a {
    text-decoration: underline !important;
    outline: 0 !important
}

html body .bvi-body[data-bvi-theme=white] * a.bvi-link {
    color: #000 !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=white] * a.bvi-link.disabled {
    color: rgba(0, 0, 0, .5) !important;
    border: 1px solid rgba(0, 0, 0, .5) !important;
    pointer-events: none;
    cursor: no-drop;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=white] * a.bvi-link.disabled:focus {
    color: rgba(0, 0, 0, .5) !important;
    border: 1px solid rgba(0, 0, 0, .5) !important;
    text-underline: none !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=white] * a.bvi-link:hover {
    color: #fff !important;
    background-color: #000 !important;
    text-underline: none !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=white] * a.bvi-link:focus {
    color: #000 !important;
    background-color: #fff !important;
    text-underline: none !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=white] * :checked, html body .bvi-body[data-bvi-theme=white] * :default, html body .bvi-body[data-bvi-theme=white] * :disabled, html body .bvi-body[data-bvi-theme=white] * :empty, html body .bvi-body[data-bvi-theme=white] * :enabled, html body .bvi-body[data-bvi-theme=white] * :first-child, html body .bvi-body[data-bvi-theme=white] * :first-child:first-letter, html body .bvi-body[data-bvi-theme=white] * :first-of-type, html body .bvi-body[data-bvi-theme=white] * :focus, html body .bvi-body[data-bvi-theme=white] * :hover, html body .bvi-body[data-bvi-theme=white] * :indeterminate, html body .bvi-body[data-bvi-theme=white] * :last-child, html body .bvi-body[data-bvi-theme=white] * :last-of-type, html body .bvi-body[data-bvi-theme=white] * :link, html body .bvi-body[data-bvi-theme=white] * :nth-last-child, html body .bvi-body[data-bvi-theme=white] * :nth-last-of-type, html body .bvi-body[data-bvi-theme=white] * :nth-of-type, html body .bvi-body[data-bvi-theme=white] * :only-child, html body .bvi-body[data-bvi-theme=white] * :only-of-type, html body .bvi-body[data-bvi-theme=white] * :optional, html body .bvi-body[data-bvi-theme=white] * :read-write, html body .bvi-body[data-bvi-theme=white] * :required, html body .bvi-body[data-bvi-theme=white] * :root, html body .bvi-body[data-bvi-theme=white] * :target, html body .bvi-body[data-bvi-theme=white] * :valid, html body .bvi-body[data-bvi-theme=white] * :visited {
    background-color: #fff !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #000 !important;
    color: #000 !important;
    fill: #000 !important
}

html body .bvi-body[data-bvi-theme=white] :after {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important
}

html body .bvi-body[data-bvi-theme=white] :before {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important
}

html body .bvi-body[data-bvi-theme=white] ::selection {
    background-color: #000 !important;
    color: #fff !important
}

html body .bvi-body[data-bvi-theme=white] * a {
    outline: 0 !important;
    color: #000 !important;
    background-color: transparent !important;
    text-decoration: underline !important
}

html body .bvi-body[data-bvi-theme=white] * a.active {
    color: #000 !important;
    background-color: #fff !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=white] * a:hover {
    color: #fff !important;
    background-color: #000 !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=white] * a:hover:after {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #fff !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important
}

html body .bvi-body[data-bvi-theme=white] * a:hover:before {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #fff !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important
}

html body .bvi-body[data-bvi-theme=white] * a:hover * {
    color: #fff !important;
    background-color: #000 !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=white] * a:hover :after {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #fff !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important
}

html body .bvi-body[data-bvi-theme=white] * a:hover :before {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #fff !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important
}

html body .bvi-body[data-bvi-theme=white] * button, html body .bvi-body[data-bvi-theme=white] * button[type=button], html body .bvi-body[data-bvi-theme=white] * button[type=submit], html body .bvi-body[data-bvi-theme=white] * input[type=button], html body .bvi-body[data-bvi-theme=white] * input[type=submit] {
    color: #fff !important;
    background-color: #000 !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=white] * button:hover.active, html body .bvi-body[data-bvi-theme=white] * button[type=button]:hover.active, html body .bvi-body[data-bvi-theme=white] * button[type=submit]:hover.active, html body .bvi-body[data-bvi-theme=white] * input[type=button]:hover.active, html body .bvi-body[data-bvi-theme=white] * input[type=submit]:hover.active {
    color: #fff !important;
    background-color: #000 !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=white] * button:hover:hover, html body .bvi-body[data-bvi-theme=white] * button[type=button]:hover:hover, html body .bvi-body[data-bvi-theme=white] * button[type=submit]:hover:hover, html body .bvi-body[data-bvi-theme=white] * input[type=button]:hover:hover, html body .bvi-body[data-bvi-theme=white] * input[type=submit]:hover:hover {
    color: #fff !important;
    background-color: #000 !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=white] * button:hover:hover *, html body .bvi-body[data-bvi-theme=white] * button[type=button]:hover:hover *, html body .bvi-body[data-bvi-theme=white] * button[type=submit]:hover:hover *, html body .bvi-body[data-bvi-theme=white] * input[type=button]:hover:hover *, html body .bvi-body[data-bvi-theme=white] * input[type=submit]:hover:hover * {
    color: #fff !important;
    background-color: #000 !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=black] {
    background-color: #000 !important;
    fill: #fff !important
}

html body .bvi-body[data-bvi-theme=black] * {
    background-color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #fff !important;
    color: #fff !important;
    fill: #fff !important
}

html body .bvi-body[data-bvi-theme=black] * .bvi-background-image {
    background-color: transparent !important
}

html body .bvi-body[data-bvi-theme=black] * a {
    text-decoration: underline !important;
    outline: 0 !important
}

html body .bvi-body[data-bvi-theme=black] * a.bvi-link {
    color: #fff !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=black] * a.bvi-link.disabled {
    color: rgba(255, 255, 255, .5) !important;
    border: 1px solid rgba(255, 255, 255, .5) !important;
    pointer-events: none;
    cursor: no-drop;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=black] * a.bvi-link.disabled:focus {
    color: rgba(255, 255, 255, .5) !important;
    border: 1px solid rgba(255, 255, 255, .5) !important;
    text-underline: none !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=black] * a.bvi-link:hover {
    color: #000 !important;
    background-color: #fff !important;
    text-underline: none !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=black] * a.bvi-link:focus {
    color: #fff !important;
    background-color: #000 !important;
    text-underline: none !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=black] * :checked, html body .bvi-body[data-bvi-theme=black] * :default, html body .bvi-body[data-bvi-theme=black] * :disabled, html body .bvi-body[data-bvi-theme=black] * :empty, html body .bvi-body[data-bvi-theme=black] * :enabled, html body .bvi-body[data-bvi-theme=black] * :first-child, html body .bvi-body[data-bvi-theme=black] * :first-child:first-letter, html body .bvi-body[data-bvi-theme=black] * :first-of-type, html body .bvi-body[data-bvi-theme=black] * :focus, html body .bvi-body[data-bvi-theme=black] * :hover, html body .bvi-body[data-bvi-theme=black] * :indeterminate, html body .bvi-body[data-bvi-theme=black] * :last-child, html body .bvi-body[data-bvi-theme=black] * :last-of-type, html body .bvi-body[data-bvi-theme=black] * :link, html body .bvi-body[data-bvi-theme=black] * :nth-last-child, html body .bvi-body[data-bvi-theme=black] * :nth-last-of-type, html body .bvi-body[data-bvi-theme=black] * :nth-of-type, html body .bvi-body[data-bvi-theme=black] * :only-child, html body .bvi-body[data-bvi-theme=black] * :only-of-type, html body .bvi-body[data-bvi-theme=black] * :optional, html body .bvi-body[data-bvi-theme=black] * :read-write, html body .bvi-body[data-bvi-theme=black] * :required, html body .bvi-body[data-bvi-theme=black] * :root, html body .bvi-body[data-bvi-theme=black] * :target, html body .bvi-body[data-bvi-theme=black] * :valid, html body .bvi-body[data-bvi-theme=black] * :visited {
    background-color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #fff !important;
    color: #fff !important;
    fill: #fff !important
}

html body .bvi-body[data-bvi-theme=black] :after {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #fff !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important
}

html body .bvi-body[data-bvi-theme=black] :before {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #fff !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important
}

html body .bvi-body[data-bvi-theme=black] ::selection {
    background-color: #fff !important;
    color: #000 !important
}

html body .bvi-body[data-bvi-theme=black] * a {
    outline: 0 !important;
    color: #fff !important;
    background-color: transparent !important;
    text-decoration: underline !important
}

html body .bvi-body[data-bvi-theme=black] * a.active {
    color: #fff !important;
    background-color: #000 !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=black] * a:hover {
    color: #000 !important;
    background-color: #fff !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=black] * a:hover:after {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important
}

html body .bvi-body[data-bvi-theme=black] * a:hover:before {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important
}

html body .bvi-body[data-bvi-theme=black] * a:hover * {
    color: #000 !important;
    background-color: #fff !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=black] * a:hover :after {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important
}

html body .bvi-body[data-bvi-theme=black] * a:hover :before {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important
}

html body .bvi-body[data-bvi-theme=black] * button, html body .bvi-body[data-bvi-theme=black] * button[type=button], html body .bvi-body[data-bvi-theme=black] * button[type=submit], html body .bvi-body[data-bvi-theme=black] * input[type=button], html body .bvi-body[data-bvi-theme=black] * input[type=submit] {
    color: #000 !important;
    background-color: #fff !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=black] * button:hover.active, html body .bvi-body[data-bvi-theme=black] * button[type=button]:hover.active, html body .bvi-body[data-bvi-theme=black] * button[type=submit]:hover.active, html body .bvi-body[data-bvi-theme=black] * input[type=button]:hover.active, html body .bvi-body[data-bvi-theme=black] * input[type=submit]:hover.active {
    color: #000 !important;
    background-color: #fff !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=black] * button:hover:hover, html body .bvi-body[data-bvi-theme=black] * button[type=button]:hover:hover, html body .bvi-body[data-bvi-theme=black] * button[type=submit]:hover:hover, html body .bvi-body[data-bvi-theme=black] * input[type=button]:hover:hover, html body .bvi-body[data-bvi-theme=black] * input[type=submit]:hover:hover {
    color: #000 !important;
    background-color: #fff !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=black] * button:hover:hover *, html body .bvi-body[data-bvi-theme=black] * button[type=button]:hover:hover *, html body .bvi-body[data-bvi-theme=black] * button[type=submit]:hover:hover *, html body .bvi-body[data-bvi-theme=black] * input[type=button]:hover:hover *, html body .bvi-body[data-bvi-theme=black] * input[type=submit]:hover:hover * {
    color: #000 !important;
    background-color: #fff !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=blue] {
    background-color: #9dd1ff !important;
    fill: #063462 !important
}

html body .bvi-body[data-bvi-theme=blue] * {
    background-color: #9dd1ff !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #063462 !important;
    color: #063462 !important;
    fill: #063462 !important
}

html body .bvi-body[data-bvi-theme=blue] * .bvi-background-image {
    background-color: transparent !important
}

html body .bvi-body[data-bvi-theme=blue] * a {
    text-decoration: underline !important;
    outline: 0 !important
}

html body .bvi-body[data-bvi-theme=blue] * a.bvi-link {
    color: #063462 !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=blue] * a.bvi-link.disabled {
    color: rgba(6, 52, 98, .5) !important;
    border: 1px solid rgba(6, 52, 98, .5) !important;
    pointer-events: none;
    cursor: no-drop;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=blue] * a.bvi-link.disabled:focus {
    color: rgba(6, 52, 98, .5) !important;
    border: 1px solid rgba(6, 52, 98, .5) !important;
    text-underline: none !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=blue] * a.bvi-link:hover {
    color: #9dd1ff !important;
    background-color: #063462 !important;
    text-underline: none !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=blue] * a.bvi-link:focus {
    color: #063462 !important;
    background-color: #9dd1ff !important;
    text-underline: none !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=blue] * :checked, html body .bvi-body[data-bvi-theme=blue] * :default, html body .bvi-body[data-bvi-theme=blue] * :disabled, html body .bvi-body[data-bvi-theme=blue] * :empty, html body .bvi-body[data-bvi-theme=blue] * :enabled, html body .bvi-body[data-bvi-theme=blue] * :first-child, html body .bvi-body[data-bvi-theme=blue] * :first-child:first-letter, html body .bvi-body[data-bvi-theme=blue] * :first-of-type, html body .bvi-body[data-bvi-theme=blue] * :focus, html body .bvi-body[data-bvi-theme=blue] * :hover, html body .bvi-body[data-bvi-theme=blue] * :indeterminate, html body .bvi-body[data-bvi-theme=blue] * :last-child, html body .bvi-body[data-bvi-theme=blue] * :last-of-type, html body .bvi-body[data-bvi-theme=blue] * :link, html body .bvi-body[data-bvi-theme=blue] * :nth-last-child, html body .bvi-body[data-bvi-theme=blue] * :nth-last-of-type, html body .bvi-body[data-bvi-theme=blue] * :nth-of-type, html body .bvi-body[data-bvi-theme=blue] * :only-child, html body .bvi-body[data-bvi-theme=blue] * :only-of-type, html body .bvi-body[data-bvi-theme=blue] * :optional, html body .bvi-body[data-bvi-theme=blue] * :read-write, html body .bvi-body[data-bvi-theme=blue] * :required, html body .bvi-body[data-bvi-theme=blue] * :root, html body .bvi-body[data-bvi-theme=blue] * :target, html body .bvi-body[data-bvi-theme=blue] * :valid, html body .bvi-body[data-bvi-theme=blue] * :visited {
    background-color: #9dd1ff !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #063462 !important;
    color: #063462 !important;
    fill: #063462 !important
}

html body .bvi-body[data-bvi-theme=blue] :after {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #063462 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important
}

html body .bvi-body[data-bvi-theme=blue] :before {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #063462 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important
}

html body .bvi-body[data-bvi-theme=blue] ::selection {
    background-color: #063462 !important;
    color: #9dd1ff !important
}

html body .bvi-body[data-bvi-theme=blue] * a {
    outline: 0 !important;
    color: #063462 !important;
    background-color: transparent !important;
    text-decoration: underline !important
}

html body .bvi-body[data-bvi-theme=blue] * a.active {
    color: #063462 !important;
    background-color: #9dd1ff !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=blue] * a:hover {
    color: #9dd1ff !important;
    background-color: #063462 !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=blue] * a:hover:after {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #9dd1ff !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important
}

html body .bvi-body[data-bvi-theme=blue] * a:hover:before {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #9dd1ff !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important
}

html body .bvi-body[data-bvi-theme=blue] * a:hover * {
    color: #9dd1ff !important;
    background-color: #063462 !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=blue] * a:hover :after {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #9dd1ff !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important
}

html body .bvi-body[data-bvi-theme=blue] * a:hover :before {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #9dd1ff !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important
}

html body .bvi-body[data-bvi-theme=blue] * button, html body .bvi-body[data-bvi-theme=blue] * button[type=button], html body .bvi-body[data-bvi-theme=blue] * button[type=submit], html body .bvi-body[data-bvi-theme=blue] * input[type=button], html body .bvi-body[data-bvi-theme=blue] * input[type=submit] {
    color: #9dd1ff !important;
    background-color: #063462 !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=blue] * button:hover.active, html body .bvi-body[data-bvi-theme=blue] * button[type=button]:hover.active, html body .bvi-body[data-bvi-theme=blue] * button[type=submit]:hover.active, html body .bvi-body[data-bvi-theme=blue] * input[type=button]:hover.active, html body .bvi-body[data-bvi-theme=blue] * input[type=submit]:hover.active {
    color: #9dd1ff !important;
    background-color: #063462 !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=blue] * button:hover:hover, html body .bvi-body[data-bvi-theme=blue] * button[type=button]:hover:hover, html body .bvi-body[data-bvi-theme=blue] * button[type=submit]:hover:hover, html body .bvi-body[data-bvi-theme=blue] * input[type=button]:hover:hover, html body .bvi-body[data-bvi-theme=blue] * input[type=submit]:hover:hover {
    color: #9dd1ff !important;
    background-color: #063462 !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=blue] * button:hover:hover *, html body .bvi-body[data-bvi-theme=blue] * button[type=button]:hover:hover *, html body .bvi-body[data-bvi-theme=blue] * button[type=submit]:hover:hover *, html body .bvi-body[data-bvi-theme=blue] * input[type=button]:hover:hover *, html body .bvi-body[data-bvi-theme=blue] * input[type=submit]:hover:hover * {
    color: #9dd1ff !important;
    background-color: #063462 !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=brown] {
    background-color: #f7f3d6 !important;
    fill: #4d4b43 !important
}

html body .bvi-body[data-bvi-theme=brown] * {
    background-color: #f7f3d6 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #4d4b43 !important;
    color: #4d4b43 !important;
    fill: #4d4b43 !important
}

html body .bvi-body[data-bvi-theme=brown] * .bvi-background-image {
    background-color: transparent !important
}

html body .bvi-body[data-bvi-theme=brown] * a {
    text-decoration: underline !important;
    outline: 0 !important
}

html body .bvi-body[data-bvi-theme=brown] * a.bvi-link {
    color: #4d4b43 !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=brown] * a.bvi-link.disabled {
    color: rgba(77, 75, 67, .5) !important;
    border: 1px solid rgba(77, 75, 67, .5) !important;
    pointer-events: none;
    cursor: no-drop;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=brown] * a.bvi-link.disabled:focus {
    color: rgba(77, 75, 67, .5) !important;
    border: 1px solid rgba(77, 75, 67, .5) !important;
    text-underline: none !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=brown] * a.bvi-link:hover {
    color: #f7f3d6 !important;
    background-color: #4d4b43 !important;
    text-underline: none !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=brown] * a.bvi-link:focus {
    color: #4d4b43 !important;
    background-color: #f7f3d6 !important;
    text-underline: none !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=brown] * :checked, html body .bvi-body[data-bvi-theme=brown] * :default, html body .bvi-body[data-bvi-theme=brown] * :disabled, html body .bvi-body[data-bvi-theme=brown] * :empty, html body .bvi-body[data-bvi-theme=brown] * :enabled, html body .bvi-body[data-bvi-theme=brown] * :first-child, html body .bvi-body[data-bvi-theme=brown] * :first-child:first-letter, html body .bvi-body[data-bvi-theme=brown] * :first-of-type, html body .bvi-body[data-bvi-theme=brown] * :focus, html body .bvi-body[data-bvi-theme=brown] * :hover, html body .bvi-body[data-bvi-theme=brown] * :indeterminate, html body .bvi-body[data-bvi-theme=brown] * :last-child, html body .bvi-body[data-bvi-theme=brown] * :last-of-type, html body .bvi-body[data-bvi-theme=brown] * :link, html body .bvi-body[data-bvi-theme=brown] * :nth-last-child, html body .bvi-body[data-bvi-theme=brown] * :nth-last-of-type, html body .bvi-body[data-bvi-theme=brown] * :nth-of-type, html body .bvi-body[data-bvi-theme=brown] * :only-child, html body .bvi-body[data-bvi-theme=brown] * :only-of-type, html body .bvi-body[data-bvi-theme=brown] * :optional, html body .bvi-body[data-bvi-theme=brown] * :read-write, html body .bvi-body[data-bvi-theme=brown] * :required, html body .bvi-body[data-bvi-theme=brown] * :root, html body .bvi-body[data-bvi-theme=brown] * :target, html body .bvi-body[data-bvi-theme=brown] * :valid, html body .bvi-body[data-bvi-theme=brown] * :visited {
    background-color: #f7f3d6 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #4d4b43 !important;
    color: #4d4b43 !important;
    fill: #4d4b43 !important
}

html body .bvi-body[data-bvi-theme=brown] :after {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #4d4b43 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important
}

html body .bvi-body[data-bvi-theme=brown] :before {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #4d4b43 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important
}

html body .bvi-body[data-bvi-theme=brown] ::selection {
    background-color: #4d4b43 !important;
    color: #f7f3d6 !important
}

html body .bvi-body[data-bvi-theme=brown] * a {
    outline: 0 !important;
    color: #4d4b43 !important;
    background-color: transparent !important;
    text-decoration: underline !important
}

html body .bvi-body[data-bvi-theme=brown] * a.active {
    color: #4d4b43 !important;
    background-color: #f7f3d6 !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=brown] * a:hover {
    color: #f7f3d6 !important;
    background-color: #4d4b43 !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=brown] * a:hover:after {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #f7f3d6 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important
}

html body .bvi-body[data-bvi-theme=brown] * a:hover:before {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #f7f3d6 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important
}

html body .bvi-body[data-bvi-theme=brown] * a:hover * {
    color: #f7f3d6 !important;
    background-color: #4d4b43 !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=brown] * a:hover :after {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #f7f3d6 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important
}

html body .bvi-body[data-bvi-theme=brown] * a:hover :before {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #f7f3d6 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important
}

html body .bvi-body[data-bvi-theme=brown] * button, html body .bvi-body[data-bvi-theme=brown] * button[type=button], html body .bvi-body[data-bvi-theme=brown] * button[type=submit], html body .bvi-body[data-bvi-theme=brown] * input[type=button], html body .bvi-body[data-bvi-theme=brown] * input[type=submit] {
    color: #f7f3d6 !important;
    background-color: #4d4b43 !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=brown] * button:hover.active, html body .bvi-body[data-bvi-theme=brown] * button[type=button]:hover.active, html body .bvi-body[data-bvi-theme=brown] * button[type=submit]:hover.active, html body .bvi-body[data-bvi-theme=brown] * input[type=button]:hover.active, html body .bvi-body[data-bvi-theme=brown] * input[type=submit]:hover.active {
    color: #f7f3d6 !important;
    background-color: #4d4b43 !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=brown] * button:hover:hover, html body .bvi-body[data-bvi-theme=brown] * button[type=button]:hover:hover, html body .bvi-body[data-bvi-theme=brown] * button[type=submit]:hover:hover, html body .bvi-body[data-bvi-theme=brown] * input[type=button]:hover:hover, html body .bvi-body[data-bvi-theme=brown] * input[type=submit]:hover:hover {
    color: #f7f3d6 !important;
    background-color: #4d4b43 !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=brown] * button:hover:hover *, html body .bvi-body[data-bvi-theme=brown] * button[type=button]:hover:hover *, html body .bvi-body[data-bvi-theme=brown] * button[type=submit]:hover:hover *, html body .bvi-body[data-bvi-theme=brown] * input[type=button]:hover:hover *, html body .bvi-body[data-bvi-theme=brown] * input[type=submit]:hover:hover * {
    color: #f7f3d6 !important;
    background-color: #4d4b43 !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=green] {
    background-color: #3b2716 !important;
    fill: #a9e44d !important
}

html body .bvi-body[data-bvi-theme=green] * {
    background-color: #3b2716 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #a9e44d !important;
    color: #a9e44d !important;
    fill: #a9e44d !important
}

html body .bvi-body[data-bvi-theme=green] * .bvi-background-image {
    background-color: transparent !important
}

html body .bvi-body[data-bvi-theme=green] * a {
    text-decoration: underline !important;
    outline: 0 !important
}

html body .bvi-body[data-bvi-theme=green] * a.bvi-link {
    color: #a9e44d !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=green] * a.bvi-link.disabled {
    color: rgba(169, 228, 77, .5) !important;
    border: 1px solid rgba(169, 228, 77, .5) !important;
    pointer-events: none;
    cursor: no-drop;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=green] * a.bvi-link.disabled:focus {
    color: rgba(169, 228, 77, .5) !important;
    border: 1px solid rgba(169, 228, 77, .5) !important;
    text-underline: none !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=green] * a.bvi-link:hover {
    color: #3b2716 !important;
    background-color: #a9e44d !important;
    text-underline: none !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=green] * a.bvi-link:focus {
    color: #a9e44d !important;
    background-color: #3b2716 !important;
    text-underline: none !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=green] * :checked, html body .bvi-body[data-bvi-theme=green] * :default, html body .bvi-body[data-bvi-theme=green] * :disabled, html body .bvi-body[data-bvi-theme=green] * :empty, html body .bvi-body[data-bvi-theme=green] * :enabled, html body .bvi-body[data-bvi-theme=green] * :first-child, html body .bvi-body[data-bvi-theme=green] * :first-child:first-letter, html body .bvi-body[data-bvi-theme=green] * :first-of-type, html body .bvi-body[data-bvi-theme=green] * :focus, html body .bvi-body[data-bvi-theme=green] * :hover, html body .bvi-body[data-bvi-theme=green] * :indeterminate, html body .bvi-body[data-bvi-theme=green] * :last-child, html body .bvi-body[data-bvi-theme=green] * :last-of-type, html body .bvi-body[data-bvi-theme=green] * :link, html body .bvi-body[data-bvi-theme=green] * :nth-last-child, html body .bvi-body[data-bvi-theme=green] * :nth-last-of-type, html body .bvi-body[data-bvi-theme=green] * :nth-of-type, html body .bvi-body[data-bvi-theme=green] * :only-child, html body .bvi-body[data-bvi-theme=green] * :only-of-type, html body .bvi-body[data-bvi-theme=green] * :optional, html body .bvi-body[data-bvi-theme=green] * :read-write, html body .bvi-body[data-bvi-theme=green] * :required, html body .bvi-body[data-bvi-theme=green] * :root, html body .bvi-body[data-bvi-theme=green] * :target, html body .bvi-body[data-bvi-theme=green] * :valid, html body .bvi-body[data-bvi-theme=green] * :visited {
    background-color: #3b2716 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: #a9e44d !important;
    color: #a9e44d !important;
    fill: #a9e44d !important
}

html body .bvi-body[data-bvi-theme=green] :after {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #a9e44d !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important
}

html body .bvi-body[data-bvi-theme=green] :before {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #a9e44d !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important
}

html body .bvi-body[data-bvi-theme=green] ::selection {
    background-color: #a9e44d !important;
    color: #3b2716 !important
}

html body .bvi-body[data-bvi-theme=green] * a {
    outline: 0 !important;
    color: #a9e44d !important;
    background-color: transparent !important;
    text-decoration: underline !important
}

html body .bvi-body[data-bvi-theme=green] * a.active {
    color: #a9e44d !important;
    background-color: #3b2716 !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=green] * a:hover {
    color: #3b2716 !important;
    background-color: #a9e44d !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=green] * a:hover:after {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #3b2716 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important
}

html body .bvi-body[data-bvi-theme=green] * a:hover:before {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #3b2716 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important
}

html body .bvi-body[data-bvi-theme=green] * a:hover * {
    color: #3b2716 !important;
    background-color: #a9e44d !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=green] * a:hover :after {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #3b2716 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important
}

html body .bvi-body[data-bvi-theme=green] * a:hover :before {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #3b2716 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border-color: transparent !important
}

html body .bvi-body[data-bvi-theme=green] * button, html body .bvi-body[data-bvi-theme=green] * button[type=button], html body .bvi-body[data-bvi-theme=green] * button[type=submit], html body .bvi-body[data-bvi-theme=green] * input[type=button], html body .bvi-body[data-bvi-theme=green] * input[type=submit] {
    color: #3b2716 !important;
    background-color: #a9e44d !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=green] * button:hover.active, html body .bvi-body[data-bvi-theme=green] * button[type=button]:hover.active, html body .bvi-body[data-bvi-theme=green] * button[type=submit]:hover.active, html body .bvi-body[data-bvi-theme=green] * input[type=button]:hover.active, html body .bvi-body[data-bvi-theme=green] * input[type=submit]:hover.active {
    color: #3b2716 !important;
    background-color: #a9e44d !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=green] * button:hover:hover, html body .bvi-body[data-bvi-theme=green] * button[type=button]:hover:hover, html body .bvi-body[data-bvi-theme=green] * button[type=submit]:hover:hover, html body .bvi-body[data-bvi-theme=green] * input[type=button]:hover:hover, html body .bvi-body[data-bvi-theme=green] * input[type=submit]:hover:hover {
    color: #3b2716 !important;
    background-color: #a9e44d !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-theme=green] * button:hover:hover *, html body .bvi-body[data-bvi-theme=green] * button[type=button]:hover:hover *, html body .bvi-body[data-bvi-theme=green] * button[type=submit]:hover:hover *, html body .bvi-body[data-bvi-theme=green] * input[type=button]:hover:hover *, html body .bvi-body[data-bvi-theme=green] * input[type=submit]:hover:hover * {
    color: #3b2716 !important;
    background-color: #a9e44d !important;
    text-decoration: none !important
}

html body .bvi-body[data-bvi-size="40"] * {
    font-size: 40px !important
}

html body .bvi-body[data-bvi-size="40"] * h1, html body .bvi-body[data-bvi-size="40"] * h1 * {
    font-size: 47px !important
}

html body .bvi-body[data-bvi-size="40"] * h2, html body .bvi-body[data-bvi-size="40"] * h2 * {
    font-size: 46px !important
}

html body .bvi-body[data-bvi-size="40"] * h3, html body .bvi-body[data-bvi-size="40"] * h3 * {
    font-size: 45px !important
}

html body .bvi-body[data-bvi-size="40"] * h4, html body .bvi-body[data-bvi-size="40"] * h4 * {
    font-size: 44px !important
}

html body .bvi-body[data-bvi-size="40"] * h5, html body .bvi-body[data-bvi-size="40"] * h5 * {
    font-size: 43px !important
}

html body .bvi-body[data-bvi-size="40"] * h6, html body .bvi-body[data-bvi-size="40"] * h6 * {
    font-size: 42px !important
}

html body .bvi-body[data-bvi-size="39"] * {
    font-size: 39px !important
}

html body .bvi-body[data-bvi-size="39"] * h1, html body .bvi-body[data-bvi-size="39"] * h1 * {
    font-size: 46px !important
}

html body .bvi-body[data-bvi-size="39"] * h2, html body .bvi-body[data-bvi-size="39"] * h2 * {
    font-size: 45px !important
}

html body .bvi-body[data-bvi-size="39"] * h3, html body .bvi-body[data-bvi-size="39"] * h3 * {
    font-size: 44px !important
}

html body .bvi-body[data-bvi-size="39"] * h4, html body .bvi-body[data-bvi-size="39"] * h4 * {
    font-size: 43px !important
}

html body .bvi-body[data-bvi-size="39"] * h5, html body .bvi-body[data-bvi-size="39"] * h5 * {
    font-size: 42px !important
}

html body .bvi-body[data-bvi-size="39"] * h6, html body .bvi-body[data-bvi-size="39"] * h6 * {
    font-size: 41px !important
}

html body .bvi-body[data-bvi-size="38"] * {
    font-size: 38px !important
}

html body .bvi-body[data-bvi-size="38"] * h1, html body .bvi-body[data-bvi-size="38"] * h1 * {
    font-size: 45px !important
}

html body .bvi-body[data-bvi-size="38"] * h2, html body .bvi-body[data-bvi-size="38"] * h2 * {
    font-size: 44px !important
}

html body .bvi-body[data-bvi-size="38"] * h3, html body .bvi-body[data-bvi-size="38"] * h3 * {
    font-size: 43px !important
}

html body .bvi-body[data-bvi-size="38"] * h4, html body .bvi-body[data-bvi-size="38"] * h4 * {
    font-size: 42px !important
}

html body .bvi-body[data-bvi-size="38"] * h5, html body .bvi-body[data-bvi-size="38"] * h5 * {
    font-size: 41px !important
}

html body .bvi-body[data-bvi-size="38"] * h6, html body .bvi-body[data-bvi-size="38"] * h6 * {
    font-size: 40px !important
}

html body .bvi-body[data-bvi-size="37"] * {
    font-size: 37px !important
}

html body .bvi-body[data-bvi-size="37"] * h1, html body .bvi-body[data-bvi-size="37"] * h1 * {
    font-size: 44px !important
}

html body .bvi-body[data-bvi-size="37"] * h2, html body .bvi-body[data-bvi-size="37"] * h2 * {
    font-size: 43px !important
}

html body .bvi-body[data-bvi-size="37"] * h3, html body .bvi-body[data-bvi-size="37"] * h3 * {
    font-size: 42px !important
}

html body .bvi-body[data-bvi-size="37"] * h4, html body .bvi-body[data-bvi-size="37"] * h4 * {
    font-size: 41px !important
}

html body .bvi-body[data-bvi-size="37"] * h5, html body .bvi-body[data-bvi-size="37"] * h5 * {
    font-size: 40px !important
}

html body .bvi-body[data-bvi-size="37"] * h6, html body .bvi-body[data-bvi-size="37"] * h6 * {
    font-size: 39px !important
}

html body .bvi-body[data-bvi-size="36"] * {
    font-size: 36px !important
}

html body .bvi-body[data-bvi-size="36"] * h1, html body .bvi-body[data-bvi-size="36"] * h1 * {
    font-size: 43px !important
}

html body .bvi-body[data-bvi-size="36"] * h2, html body .bvi-body[data-bvi-size="36"] * h2 * {
    font-size: 42px !important
}

html body .bvi-body[data-bvi-size="36"] * h3, html body .bvi-body[data-bvi-size="36"] * h3 * {
    font-size: 41px !important
}

html body .bvi-body[data-bvi-size="36"] * h4, html body .bvi-body[data-bvi-size="36"] * h4 * {
    font-size: 40px !important
}

html body .bvi-body[data-bvi-size="36"] * h5, html body .bvi-body[data-bvi-size="36"] * h5 * {
    font-size: 39px !important
}

html body .bvi-body[data-bvi-size="36"] * h6, html body .bvi-body[data-bvi-size="36"] * h6 * {
    font-size: 38px !important
}

html body .bvi-body[data-bvi-size="35"] * {
    font-size: 35px !important
}

html body .bvi-body[data-bvi-size="35"] * h1, html body .bvi-body[data-bvi-size="35"] * h1 * {
    font-size: 42px !important
}

html body .bvi-body[data-bvi-size="35"] * h2, html body .bvi-body[data-bvi-size="35"] * h2 * {
    font-size: 41px !important
}

html body .bvi-body[data-bvi-size="35"] * h3, html body .bvi-body[data-bvi-size="35"] * h3 * {
    font-size: 40px !important
}

html body .bvi-body[data-bvi-size="35"] * h4, html body .bvi-body[data-bvi-size="35"] * h4 * {
    font-size: 39px !important
}

html body .bvi-body[data-bvi-size="35"] * h5, html body .bvi-body[data-bvi-size="35"] * h5 * {
    font-size: 38px !important
}

html body .bvi-body[data-bvi-size="35"] * h6, html body .bvi-body[data-bvi-size="35"] * h6 * {
    font-size: 37px !important
}

html body .bvi-body[data-bvi-size="34"] * {
    font-size: 34px !important
}

html body .bvi-body[data-bvi-size="34"] * h1, html body .bvi-body[data-bvi-size="34"] * h1 * {
    font-size: 41px !important
}

html body .bvi-body[data-bvi-size="34"] * h2, html body .bvi-body[data-bvi-size="34"] * h2 * {
    font-size: 40px !important
}

html body .bvi-body[data-bvi-size="34"] * h3, html body .bvi-body[data-bvi-size="34"] * h3 * {
    font-size: 39px !important
}

html body .bvi-body[data-bvi-size="34"] * h4, html body .bvi-body[data-bvi-size="34"] * h4 * {
    font-size: 38px !important
}

html body .bvi-body[data-bvi-size="34"] * h5, html body .bvi-body[data-bvi-size="34"] * h5 * {
    font-size: 37px !important
}

html body .bvi-body[data-bvi-size="34"] * h6, html body .bvi-body[data-bvi-size="34"] * h6 * {
    font-size: 36px !important
}

html body .bvi-body[data-bvi-size="33"] * {
    font-size: 33px !important
}

html body .bvi-body[data-bvi-size="33"] * h1, html body .bvi-body[data-bvi-size="33"] * h1 * {
    font-size: 40px !important
}

html body .bvi-body[data-bvi-size="33"] * h2, html body .bvi-body[data-bvi-size="33"] * h2 * {
    font-size: 39px !important
}

html body .bvi-body[data-bvi-size="33"] * h3, html body .bvi-body[data-bvi-size="33"] * h3 * {
    font-size: 38px !important
}

html body .bvi-body[data-bvi-size="33"] * h4, html body .bvi-body[data-bvi-size="33"] * h4 * {
    font-size: 37px !important
}

html body .bvi-body[data-bvi-size="33"] * h5, html body .bvi-body[data-bvi-size="33"] * h5 * {
    font-size: 36px !important
}

html body .bvi-body[data-bvi-size="33"] * h6, html body .bvi-body[data-bvi-size="33"] * h6 * {
    font-size: 35px !important
}

html body .bvi-body[data-bvi-size="32"] * {
    font-size: 32px !important
}

html body .bvi-body[data-bvi-size="32"] * h1, html body .bvi-body[data-bvi-size="32"] * h1 * {
    font-size: 39px !important
}

html body .bvi-body[data-bvi-size="32"] * h2, html body .bvi-body[data-bvi-size="32"] * h2 * {
    font-size: 38px !important
}

html body .bvi-body[data-bvi-size="32"] * h3, html body .bvi-body[data-bvi-size="32"] * h3 * {
    font-size: 37px !important
}

html body .bvi-body[data-bvi-size="32"] * h4, html body .bvi-body[data-bvi-size="32"] * h4 * {
    font-size: 36px !important
}

html body .bvi-body[data-bvi-size="32"] * h5, html body .bvi-body[data-bvi-size="32"] * h5 * {
    font-size: 35px !important
}

html body .bvi-body[data-bvi-size="32"] * h6, html body .bvi-body[data-bvi-size="32"] * h6 * {
    font-size: 34px !important
}

html body .bvi-body[data-bvi-size="31"] * {
    font-size: 31px !important
}

html body .bvi-body[data-bvi-size="31"] * h1, html body .bvi-body[data-bvi-size="31"] * h1 * {
    font-size: 38px !important
}

html body .bvi-body[data-bvi-size="31"] * h2, html body .bvi-body[data-bvi-size="31"] * h2 * {
    font-size: 37px !important
}

html body .bvi-body[data-bvi-size="31"] * h3, html body .bvi-body[data-bvi-size="31"] * h3 * {
    font-size: 36px !important
}

html body .bvi-body[data-bvi-size="31"] * h4, html body .bvi-body[data-bvi-size="31"] * h4 * {
    font-size: 35px !important
}

html body .bvi-body[data-bvi-size="31"] * h5, html body .bvi-body[data-bvi-size="31"] * h5 * {
    font-size: 34px !important
}

html body .bvi-body[data-bvi-size="31"] * h6, html body .bvi-body[data-bvi-size="31"] * h6 * {
    font-size: 33px !important
}

html body .bvi-body[data-bvi-size="30"] * {
    font-size: 30px !important
}

html body .bvi-body[data-bvi-size="30"] * h1, html body .bvi-body[data-bvi-size="30"] * h1 * {
    font-size: 37px !important
}

html body .bvi-body[data-bvi-size="30"] * h2, html body .bvi-body[data-bvi-size="30"] * h2 * {
    font-size: 36px !important
}

html body .bvi-body[data-bvi-size="30"] * h3, html body .bvi-body[data-bvi-size="30"] * h3 * {
    font-size: 35px !important
}

html body .bvi-body[data-bvi-size="30"] * h4, html body .bvi-body[data-bvi-size="30"] * h4 * {
    font-size: 34px !important
}

html body .bvi-body[data-bvi-size="30"] * h5, html body .bvi-body[data-bvi-size="30"] * h5 * {
    font-size: 33px !important
}

html body .bvi-body[data-bvi-size="30"] * h6, html body .bvi-body[data-bvi-size="30"] * h6 * {
    font-size: 32px !important
}

html body .bvi-body[data-bvi-size="29"] * {
    font-size: 29px !important
}

html body .bvi-body[data-bvi-size="29"] * h1, html body .bvi-body[data-bvi-size="29"] * h1 * {
    font-size: 36px !important
}

html body .bvi-body[data-bvi-size="29"] * h2, html body .bvi-body[data-bvi-size="29"] * h2 * {
    font-size: 35px !important
}

html body .bvi-body[data-bvi-size="29"] * h3, html body .bvi-body[data-bvi-size="29"] * h3 * {
    font-size: 34px !important
}

html body .bvi-body[data-bvi-size="29"] * h4, html body .bvi-body[data-bvi-size="29"] * h4 * {
    font-size: 33px !important
}

html body .bvi-body[data-bvi-size="29"] * h5, html body .bvi-body[data-bvi-size="29"] * h5 * {
    font-size: 32px !important
}

html body .bvi-body[data-bvi-size="29"] * h6, html body .bvi-body[data-bvi-size="29"] * h6 * {
    font-size: 31px !important
}

html body .bvi-body[data-bvi-size="28"] * {
    font-size: 28px !important
}

html body .bvi-body[data-bvi-size="28"] * h1, html body .bvi-body[data-bvi-size="28"] * h1 * {
    font-size: 35px !important
}

html body .bvi-body[data-bvi-size="28"] * h2, html body .bvi-body[data-bvi-size="28"] * h2 * {
    font-size: 34px !important
}

html body .bvi-body[data-bvi-size="28"] * h3, html body .bvi-body[data-bvi-size="28"] * h3 * {
    font-size: 33px !important
}

html body .bvi-body[data-bvi-size="28"] * h4, html body .bvi-body[data-bvi-size="28"] * h4 * {
    font-size: 32px !important
}

html body .bvi-body[data-bvi-size="28"] * h5, html body .bvi-body[data-bvi-size="28"] * h5 * {
    font-size: 31px !important
}

html body .bvi-body[data-bvi-size="28"] * h6, html body .bvi-body[data-bvi-size="28"] * h6 * {
    font-size: 30px !important
}

html body .bvi-body[data-bvi-size="27"] * {
    font-size: 27px !important
}

html body .bvi-body[data-bvi-size="27"] * h1, html body .bvi-body[data-bvi-size="27"] * h1 * {
    font-size: 34px !important
}

html body .bvi-body[data-bvi-size="27"] * h2, html body .bvi-body[data-bvi-size="27"] * h2 * {
    font-size: 33px !important
}

html body .bvi-body[data-bvi-size="27"] * h3, html body .bvi-body[data-bvi-size="27"] * h3 * {
    font-size: 32px !important
}

html body .bvi-body[data-bvi-size="27"] * h4, html body .bvi-body[data-bvi-size="27"] * h4 * {
    font-size: 31px !important
}

html body .bvi-body[data-bvi-size="27"] * h5, html body .bvi-body[data-bvi-size="27"] * h5 * {
    font-size: 30px !important
}

html body .bvi-body[data-bvi-size="27"] * h6, html body .bvi-body[data-bvi-size="27"] * h6 * {
    font-size: 29px !important
}

html body .bvi-body[data-bvi-size="26"] * {
    font-size: 26px !important
}

html body .bvi-body[data-bvi-size="26"] * h1, html body .bvi-body[data-bvi-size="26"] * h1 * {
    font-size: 33px !important
}

html body .bvi-body[data-bvi-size="26"] * h2, html body .bvi-body[data-bvi-size="26"] * h2 * {
    font-size: 32px !important
}

html body .bvi-body[data-bvi-size="26"] * h3, html body .bvi-body[data-bvi-size="26"] * h3 * {
    font-size: 31px !important
}

html body .bvi-body[data-bvi-size="26"] * h4, html body .bvi-body[data-bvi-size="26"] * h4 * {
    font-size: 30px !important
}

html body .bvi-body[data-bvi-size="26"] * h5, html body .bvi-body[data-bvi-size="26"] * h5 * {
    font-size: 29px !important
}

html body .bvi-body[data-bvi-size="26"] * h6, html body .bvi-body[data-bvi-size="26"] * h6 * {
    font-size: 28px !important
}

html body .bvi-body[data-bvi-size="25"] * {
    font-size: 25px !important
}

html body .bvi-body[data-bvi-size="25"] * h1, html body .bvi-body[data-bvi-size="25"] * h1 * {
    font-size: 32px !important
}

html body .bvi-body[data-bvi-size="25"] * h2, html body .bvi-body[data-bvi-size="25"] * h2 * {
    font-size: 31px !important
}

html body .bvi-body[data-bvi-size="25"] * h3, html body .bvi-body[data-bvi-size="25"] * h3 * {
    font-size: 30px !important
}

html body .bvi-body[data-bvi-size="25"] * h4, html body .bvi-body[data-bvi-size="25"] * h4 * {
    font-size: 29px !important
}

html body .bvi-body[data-bvi-size="25"] * h5, html body .bvi-body[data-bvi-size="25"] * h5 * {
    font-size: 28px !important
}

html body .bvi-body[data-bvi-size="25"] * h6, html body .bvi-body[data-bvi-size="25"] * h6 * {
    font-size: 27px !important
}

html body .bvi-body[data-bvi-size="24"] * {
    font-size: 24px !important
}

html body .bvi-body[data-bvi-size="24"] * h1, html body .bvi-body[data-bvi-size="24"] * h1 * {
    font-size: 31px !important
}

html body .bvi-body[data-bvi-size="24"] * h2, html body .bvi-body[data-bvi-size="24"] * h2 * {
    font-size: 30px !important
}

html body .bvi-body[data-bvi-size="24"] * h3, html body .bvi-body[data-bvi-size="24"] * h3 * {
    font-size: 29px !important
}

html body .bvi-body[data-bvi-size="24"] * h4, html body .bvi-body[data-bvi-size="24"] * h4 * {
    font-size: 28px !important
}

html body .bvi-body[data-bvi-size="24"] * h5, html body .bvi-body[data-bvi-size="24"] * h5 * {
    font-size: 27px !important
}

html body .bvi-body[data-bvi-size="24"] * h6, html body .bvi-body[data-bvi-size="24"] * h6 * {
    font-size: 26px !important
}

html body .bvi-body[data-bvi-size="23"] * {
    font-size: 23px !important
}

html body .bvi-body[data-bvi-size="23"] * h1, html body .bvi-body[data-bvi-size="23"] * h1 * {
    font-size: 30px !important
}

html body .bvi-body[data-bvi-size="23"] * h2, html body .bvi-body[data-bvi-size="23"] * h2 * {
    font-size: 29px !important
}

html body .bvi-body[data-bvi-size="23"] * h3, html body .bvi-body[data-bvi-size="23"] * h3 * {
    font-size: 28px !important
}

html body .bvi-body[data-bvi-size="23"] * h4, html body .bvi-body[data-bvi-size="23"] * h4 * {
    font-size: 27px !important
}

html body .bvi-body[data-bvi-size="23"] * h5, html body .bvi-body[data-bvi-size="23"] * h5 * {
    font-size: 26px !important
}

html body .bvi-body[data-bvi-size="23"] * h6, html body .bvi-body[data-bvi-size="23"] * h6 * {
    font-size: 25px !important
}

html body .bvi-body[data-bvi-size="22"] * {
    font-size: 22px !important
}

html body .bvi-body[data-bvi-size="22"] * h1, html body .bvi-body[data-bvi-size="22"] * h1 * {
    font-size: 29px !important
}

html body .bvi-body[data-bvi-size="22"] * h2, html body .bvi-body[data-bvi-size="22"] * h2 * {
    font-size: 28px !important
}

html body .bvi-body[data-bvi-size="22"] * h3, html body .bvi-body[data-bvi-size="22"] * h3 * {
    font-size: 27px !important
}

html body .bvi-body[data-bvi-size="22"] * h4, html body .bvi-body[data-bvi-size="22"] * h4 * {
    font-size: 26px !important
}

html body .bvi-body[data-bvi-size="22"] * h5, html body .bvi-body[data-bvi-size="22"] * h5 * {
    font-size: 25px !important
}

html body .bvi-body[data-bvi-size="22"] * h6, html body .bvi-body[data-bvi-size="22"] * h6 * {
    font-size: 24px !important
}

html body .bvi-body[data-bvi-size="21"] * {
    font-size: 21px !important
}

html body .bvi-body[data-bvi-size="21"] * h1, html body .bvi-body[data-bvi-size="21"] * h1 * {
    font-size: 28px !important
}

html body .bvi-body[data-bvi-size="21"] * h2, html body .bvi-body[data-bvi-size="21"] * h2 * {
    font-size: 27px !important
}

html body .bvi-body[data-bvi-size="21"] * h3, html body .bvi-body[data-bvi-size="21"] * h3 * {
    font-size: 26px !important
}

html body .bvi-body[data-bvi-size="21"] * h4, html body .bvi-body[data-bvi-size="21"] * h4 * {
    font-size: 25px !important
}

html body .bvi-body[data-bvi-size="21"] * h5, html body .bvi-body[data-bvi-size="21"] * h5 * {
    font-size: 24px !important
}

html body .bvi-body[data-bvi-size="21"] * h6, html body .bvi-body[data-bvi-size="21"] * h6 * {
    font-size: 23px !important
}

html body .bvi-body[data-bvi-size="20"] * {
    font-size: 20px !important
}

html body .bvi-body[data-bvi-size="20"] * h1, html body .bvi-body[data-bvi-size="20"] * h1 * {
    font-size: 27px !important
}

html body .bvi-body[data-bvi-size="20"] * h2, html body .bvi-body[data-bvi-size="20"] * h2 * {
    font-size: 26px !important
}

html body .bvi-body[data-bvi-size="20"] * h3, html body .bvi-body[data-bvi-size="20"] * h3 * {
    font-size: 25px !important
}

html body .bvi-body[data-bvi-size="20"] * h4, html body .bvi-body[data-bvi-size="20"] * h4 * {
    font-size: 24px !important
}

html body .bvi-body[data-bvi-size="20"] * h5, html body .bvi-body[data-bvi-size="20"] * h5 * {
    font-size: 23px !important
}

html body .bvi-body[data-bvi-size="20"] * h6, html body .bvi-body[data-bvi-size="20"] * h6 * {
    font-size: 22px !important
}

html body .bvi-body[data-bvi-size="19"] * {
    font-size: 19px !important
}

html body .bvi-body[data-bvi-size="19"] * h1, html body .bvi-body[data-bvi-size="19"] * h1 * {
    font-size: 26px !important
}

html body .bvi-body[data-bvi-size="19"] * h2, html body .bvi-body[data-bvi-size="19"] * h2 * {
    font-size: 25px !important
}

html body .bvi-body[data-bvi-size="19"] * h3, html body .bvi-body[data-bvi-size="19"] * h3 * {
    font-size: 24px !important
}

html body .bvi-body[data-bvi-size="19"] * h4, html body .bvi-body[data-bvi-size="19"] * h4 * {
    font-size: 23px !important
}

html body .bvi-body[data-bvi-size="19"] * h5, html body .bvi-body[data-bvi-size="19"] * h5 * {
    font-size: 22px !important
}

html body .bvi-body[data-bvi-size="19"] * h6, html body .bvi-body[data-bvi-size="19"] * h6 * {
    font-size: 21px !important
}

html body .bvi-body[data-bvi-size="18"] * {
    font-size: 18px !important
}

html body .bvi-body[data-bvi-size="18"] * h1, html body .bvi-body[data-bvi-size="18"] * h1 * {
    font-size: 25px !important
}

html body .bvi-body[data-bvi-size="18"] * h2, html body .bvi-body[data-bvi-size="18"] * h2 * {
    font-size: 24px !important
}

html body .bvi-body[data-bvi-size="18"] * h3, html body .bvi-body[data-bvi-size="18"] * h3 * {
    font-size: 23px !important
}

html body .bvi-body[data-bvi-size="18"] * h4, html body .bvi-body[data-bvi-size="18"] * h4 * {
    font-size: 22px !important
}

html body .bvi-body[data-bvi-size="18"] * h5, html body .bvi-body[data-bvi-size="18"] * h5 * {
    font-size: 21px !important
}

html body .bvi-body[data-bvi-size="18"] * h6, html body .bvi-body[data-bvi-size="18"] * h6 * {
    font-size: 20px !important
}

html body .bvi-body[data-bvi-size="17"] * {
    font-size: 17px !important
}

html body .bvi-body[data-bvi-size="17"] * h1, html body .bvi-body[data-bvi-size="17"] * h1 * {
    font-size: 24px !important
}

html body .bvi-body[data-bvi-size="17"] * h2, html body .bvi-body[data-bvi-size="17"] * h2 * {
    font-size: 23px !important
}

html body .bvi-body[data-bvi-size="17"] * h3, html body .bvi-body[data-bvi-size="17"] * h3 * {
    font-size: 22px !important
}

html body .bvi-body[data-bvi-size="17"] * h4, html body .bvi-body[data-bvi-size="17"] * h4 * {
    font-size: 21px !important
}

html body .bvi-body[data-bvi-size="17"] * h5, html body .bvi-body[data-bvi-size="17"] * h5 * {
    font-size: 20px !important
}

html body .bvi-body[data-bvi-size="17"] * h6, html body .bvi-body[data-bvi-size="17"] * h6 * {
    font-size: 19px !important
}

html body .bvi-body[data-bvi-size="16"] * {
    font-size: 16px !important
}

html body .bvi-body[data-bvi-size="16"] * h1, html body .bvi-body[data-bvi-size="16"] * h1 * {
    font-size: 23px !important
}

html body .bvi-body[data-bvi-size="16"] * h2, html body .bvi-body[data-bvi-size="16"] * h2 * {
    font-size: 22px !important
}

html body .bvi-body[data-bvi-size="16"] * h3, html body .bvi-body[data-bvi-size="16"] * h3 * {
    font-size: 21px !important
}

html body .bvi-body[data-bvi-size="16"] * h4, html body .bvi-body[data-bvi-size="16"] * h4 * {
    font-size: 20px !important
}

html body .bvi-body[data-bvi-size="16"] * h5, html body .bvi-body[data-bvi-size="16"] * h5 * {
    font-size: 19px !important
}

html body .bvi-body[data-bvi-size="16"] * h6, html body .bvi-body[data-bvi-size="16"] * h6 * {
    font-size: 18px !important
}

html body .bvi-body[data-bvi-size="15"] * {
    font-size: 15px !important
}

html body .bvi-body[data-bvi-size="15"] * h1, html body .bvi-body[data-bvi-size="15"] * h1 * {
    font-size: 22px !important
}

html body .bvi-body[data-bvi-size="15"] * h2, html body .bvi-body[data-bvi-size="15"] * h2 * {
    font-size: 21px !important
}

html body .bvi-body[data-bvi-size="15"] * h3, html body .bvi-body[data-bvi-size="15"] * h3 * {
    font-size: 20px !important
}

html body .bvi-body[data-bvi-size="15"] * h4, html body .bvi-body[data-bvi-size="15"] * h4 * {
    font-size: 19px !important
}

html body .bvi-body[data-bvi-size="15"] * h5, html body .bvi-body[data-bvi-size="15"] * h5 * {
    font-size: 18px !important
}

html body .bvi-body[data-bvi-size="15"] * h6, html body .bvi-body[data-bvi-size="15"] * h6 * {
    font-size: 17px !important
}

html body .bvi-body[data-bvi-size="14"] * {
    font-size: 14px !important
}

html body .bvi-body[data-bvi-size="14"] * h1, html body .bvi-body[data-bvi-size="14"] * h1 * {
    font-size: 21px !important
}

html body .bvi-body[data-bvi-size="14"] * h2, html body .bvi-body[data-bvi-size="14"] * h2 * {
    font-size: 20px !important
}

html body .bvi-body[data-bvi-size="14"] * h3, html body .bvi-body[data-bvi-size="14"] * h3 * {
    font-size: 19px !important
}

html body .bvi-body[data-bvi-size="14"] * h4, html body .bvi-body[data-bvi-size="14"] * h4 * {
    font-size: 18px !important
}

html body .bvi-body[data-bvi-size="14"] * h5, html body .bvi-body[data-bvi-size="14"] * h5 * {
    font-size: 17px !important
}

html body .bvi-body[data-bvi-size="14"] * h6, html body .bvi-body[data-bvi-size="14"] * h6 * {
    font-size: 16px !important
}

html body .bvi-body[data-bvi-size="13"] * {
    font-size: 13px !important
}

html body .bvi-body[data-bvi-size="13"] * h1, html body .bvi-body[data-bvi-size="13"] * h1 * {
    font-size: 20px !important
}

html body .bvi-body[data-bvi-size="13"] * h2, html body .bvi-body[data-bvi-size="13"] * h2 * {
    font-size: 19px !important
}

html body .bvi-body[data-bvi-size="13"] * h3, html body .bvi-body[data-bvi-size="13"] * h3 * {
    font-size: 18px !important
}

html body .bvi-body[data-bvi-size="13"] * h4, html body .bvi-body[data-bvi-size="13"] * h4 * {
    font-size: 17px !important
}

html body .bvi-body[data-bvi-size="13"] * h5, html body .bvi-body[data-bvi-size="13"] * h5 * {
    font-size: 16px !important
}

html body .bvi-body[data-bvi-size="13"] * h6, html body .bvi-body[data-bvi-size="13"] * h6 * {
    font-size: 15px !important
}

html body .bvi-body[data-bvi-size="12"] * {
    font-size: 12px !important
}

html body .bvi-body[data-bvi-size="12"] * h1, html body .bvi-body[data-bvi-size="12"] * h1 * {
    font-size: 19px !important
}

html body .bvi-body[data-bvi-size="12"] * h2, html body .bvi-body[data-bvi-size="12"] * h2 * {
    font-size: 18px !important
}

html body .bvi-body[data-bvi-size="12"] * h3, html body .bvi-body[data-bvi-size="12"] * h3 * {
    font-size: 17px !important
}

html body .bvi-body[data-bvi-size="12"] * h4, html body .bvi-body[data-bvi-size="12"] * h4 * {
    font-size: 16px !important
}

html body .bvi-body[data-bvi-size="12"] * h5, html body .bvi-body[data-bvi-size="12"] * h5 * {
    font-size: 15px !important
}

html body .bvi-body[data-bvi-size="12"] * h6, html body .bvi-body[data-bvi-size="12"] * h6 * {
    font-size: 14px !important
}

html body .bvi-body[data-bvi-size="11"] * {
    font-size: 11px !important
}

html body .bvi-body[data-bvi-size="11"] * h1, html body .bvi-body[data-bvi-size="11"] * h1 * {
    font-size: 18px !important
}

html body .bvi-body[data-bvi-size="11"] * h2, html body .bvi-body[data-bvi-size="11"] * h2 * {
    font-size: 17px !important
}

html body .bvi-body[data-bvi-size="11"] * h3, html body .bvi-body[data-bvi-size="11"] * h3 * {
    font-size: 16px !important
}

html body .bvi-body[data-bvi-size="11"] * h4, html body .bvi-body[data-bvi-size="11"] * h4 * {
    font-size: 15px !important
}

html body .bvi-body[data-bvi-size="11"] * h5, html body .bvi-body[data-bvi-size="11"] * h5 * {
    font-size: 14px !important
}

html body .bvi-body[data-bvi-size="11"] * h6, html body .bvi-body[data-bvi-size="11"] * h6 * {
    font-size: 13px !important
}

html body .bvi-body[data-bvi-size="10"] * {
    font-size: 10px !important
}

html body .bvi-body[data-bvi-size="10"] * h1, html body .bvi-body[data-bvi-size="10"] * h1 * {
    font-size: 17px !important
}

html body .bvi-body[data-bvi-size="10"] * h2, html body .bvi-body[data-bvi-size="10"] * h2 * {
    font-size: 16px !important
}

html body .bvi-body[data-bvi-size="10"] * h3, html body .bvi-body[data-bvi-size="10"] * h3 * {
    font-size: 15px !important
}

html body .bvi-body[data-bvi-size="10"] * h4, html body .bvi-body[data-bvi-size="10"] * h4 * {
    font-size: 14px !important
}

html body .bvi-body[data-bvi-size="10"] * h5, html body .bvi-body[data-bvi-size="10"] * h5 * {
    font-size: 13px !important
}

html body .bvi-body[data-bvi-size="10"] * h6, html body .bvi-body[data-bvi-size="10"] * h6 * {
    font-size: 12px !important
}

html body .bvi-body[data-bvi-size="9"] * {
    font-size: 9px !important
}

html body .bvi-body[data-bvi-size="9"] * h1, html body .bvi-body[data-bvi-size="9"] * h1 * {
    font-size: 16px !important
}

html body .bvi-body[data-bvi-size="9"] * h2, html body .bvi-body[data-bvi-size="9"] * h2 * {
    font-size: 15px !important
}

html body .bvi-body[data-bvi-size="9"] * h3, html body .bvi-body[data-bvi-size="9"] * h3 * {
    font-size: 14px !important
}

html body .bvi-body[data-bvi-size="9"] * h4, html body .bvi-body[data-bvi-size="9"] * h4 * {
    font-size: 13px !important
}

html body .bvi-body[data-bvi-size="9"] * h5, html body .bvi-body[data-bvi-size="9"] * h5 * {
    font-size: 12px !important
}

html body .bvi-body[data-bvi-size="9"] * h6, html body .bvi-body[data-bvi-size="9"] * h6 * {
    font-size: 11px !important
}

html body .bvi-body[data-bvi-size="8"] * {
    font-size: 8px !important
}

html body .bvi-body[data-bvi-size="8"] * h1, html body .bvi-body[data-bvi-size="8"] * h1 * {
    font-size: 15px !important
}

html body .bvi-body[data-bvi-size="8"] * h2, html body .bvi-body[data-bvi-size="8"] * h2 * {
    font-size: 14px !important
}

html body .bvi-body[data-bvi-size="8"] * h3, html body .bvi-body[data-bvi-size="8"] * h3 * {
    font-size: 13px !important
}

html body .bvi-body[data-bvi-size="8"] * h4, html body .bvi-body[data-bvi-size="8"] * h4 * {
    font-size: 12px !important
}

html body .bvi-body[data-bvi-size="8"] * h5, html body .bvi-body[data-bvi-size="8"] * h5 * {
    font-size: 11px !important
}

html body .bvi-body[data-bvi-size="8"] * h6, html body .bvi-body[data-bvi-size="8"] * h6 * {
    font-size: 10px !important
}

html body .bvi-body[data-bvi-size="7"] * {
    font-size: 7px !important
}

html body .bvi-body[data-bvi-size="7"] * h1, html body .bvi-body[data-bvi-size="7"] * h1 * {
    font-size: 14px !important
}

html body .bvi-body[data-bvi-size="7"] * h2, html body .bvi-body[data-bvi-size="7"] * h2 * {
    font-size: 13px !important
}

html body .bvi-body[data-bvi-size="7"] * h3, html body .bvi-body[data-bvi-size="7"] * h3 * {
    font-size: 12px !important
}

html body .bvi-body[data-bvi-size="7"] * h4, html body .bvi-body[data-bvi-size="7"] * h4 * {
    font-size: 11px !important
}

html body .bvi-body[data-bvi-size="7"] * h5, html body .bvi-body[data-bvi-size="7"] * h5 * {
    font-size: 10px !important
}

html body .bvi-body[data-bvi-size="7"] * h6, html body .bvi-body[data-bvi-size="7"] * h6 * {
    font-size: 9px !important
}

html body .bvi-body[data-bvi-size="6"] * {
    font-size: 6px !important
}

html body .bvi-body[data-bvi-size="6"] * h1, html body .bvi-body[data-bvi-size="6"] * h1 * {
    font-size: 13px !important
}

html body .bvi-body[data-bvi-size="6"] * h2, html body .bvi-body[data-bvi-size="6"] * h2 * {
    font-size: 12px !important
}

html body .bvi-body[data-bvi-size="6"] * h3, html body .bvi-body[data-bvi-size="6"] * h3 * {
    font-size: 11px !important
}

html body .bvi-body[data-bvi-size="6"] * h4, html body .bvi-body[data-bvi-size="6"] * h4 * {
    font-size: 10px !important
}

html body .bvi-body[data-bvi-size="6"] * h5, html body .bvi-body[data-bvi-size="6"] * h5 * {
    font-size: 9px !important
}

html body .bvi-body[data-bvi-size="6"] * h6, html body .bvi-body[data-bvi-size="6"] * h6 * {
    font-size: 8px !important
}

html body .bvi-body[data-bvi-size="5"] * {
    font-size: 5px !important
}

html body .bvi-body[data-bvi-size="5"] * h1, html body .bvi-body[data-bvi-size="5"] * h1 * {
    font-size: 12px !important
}

html body .bvi-body[data-bvi-size="5"] * h2, html body .bvi-body[data-bvi-size="5"] * h2 * {
    font-size: 11px !important
}

html body .bvi-body[data-bvi-size="5"] * h3, html body .bvi-body[data-bvi-size="5"] * h3 * {
    font-size: 10px !important
}

html body .bvi-body[data-bvi-size="5"] * h4, html body .bvi-body[data-bvi-size="5"] * h4 * {
    font-size: 9px !important
}

html body .bvi-body[data-bvi-size="5"] * h5, html body .bvi-body[data-bvi-size="5"] * h5 * {
    font-size: 8px !important
}

html body .bvi-body[data-bvi-size="5"] * h6, html body .bvi-body[data-bvi-size="5"] * h6 * {
    font-size: 7px !important
}

html body .bvi-body[data-bvi-size="4"] * {
    font-size: 4px !important
}

html body .bvi-body[data-bvi-size="4"] * h1, html body .bvi-body[data-bvi-size="4"] * h1 * {
    font-size: 11px !important
}

html body .bvi-body[data-bvi-size="4"] * h2, html body .bvi-body[data-bvi-size="4"] * h2 * {
    font-size: 10px !important
}

html body .bvi-body[data-bvi-size="4"] * h3, html body .bvi-body[data-bvi-size="4"] * h3 * {
    font-size: 9px !important
}

html body .bvi-body[data-bvi-size="4"] * h4, html body .bvi-body[data-bvi-size="4"] * h4 * {
    font-size: 8px !important
}

html body .bvi-body[data-bvi-size="4"] * h5, html body .bvi-body[data-bvi-size="4"] * h5 * {
    font-size: 7px !important
}

html body .bvi-body[data-bvi-size="4"] * h6, html body .bvi-body[data-bvi-size="4"] * h6 * {
    font-size: 6px !important
}

html body .bvi-body[data-bvi-size="3"] * {
    font-size: 3px !important
}

html body .bvi-body[data-bvi-size="3"] * h1, html body .bvi-body[data-bvi-size="3"] * h1 * {
    font-size: 10px !important
}

html body .bvi-body[data-bvi-size="3"] * h2, html body .bvi-body[data-bvi-size="3"] * h2 * {
    font-size: 9px !important
}

html body .bvi-body[data-bvi-size="3"] * h3, html body .bvi-body[data-bvi-size="3"] * h3 * {
    font-size: 8px !important
}

html body .bvi-body[data-bvi-size="3"] * h4, html body .bvi-body[data-bvi-size="3"] * h4 * {
    font-size: 7px !important
}

html body .bvi-body[data-bvi-size="3"] * h5, html body .bvi-body[data-bvi-size="3"] * h5 * {
    font-size: 6px !important
}

html body .bvi-body[data-bvi-size="3"] * h6, html body .bvi-body[data-bvi-size="3"] * h6 * {
    font-size: 5px !important
}

html body .bvi-body[data-bvi-size="2"] * {
    font-size: 2px !important
}

html body .bvi-body[data-bvi-size="2"] * h1, html body .bvi-body[data-bvi-size="2"] * h1 * {
    font-size: 9px !important
}

html body .bvi-body[data-bvi-size="2"] * h2, html body .bvi-body[data-bvi-size="2"] * h2 * {
    font-size: 8px !important
}

html body .bvi-body[data-bvi-size="2"] * h3, html body .bvi-body[data-bvi-size="2"] * h3 * {
    font-size: 7px !important
}

html body .bvi-body[data-bvi-size="2"] * h4, html body .bvi-body[data-bvi-size="2"] * h4 * {
    font-size: 6px !important
}

html body .bvi-body[data-bvi-size="2"] * h5, html body .bvi-body[data-bvi-size="2"] * h5 * {
    font-size: 5px !important
}

html body .bvi-body[data-bvi-size="2"] * h6, html body .bvi-body[data-bvi-size="2"] * h6 * {
    font-size: 4px !important
}

html body .bvi-body[data-bvi-size="1"] * {
    font-size: 1px !important
}

html body .bvi-body[data-bvi-size="1"] * h1, html body .bvi-body[data-bvi-size="1"] * h1 * {
    font-size: 8px !important
}

html body .bvi-body[data-bvi-size="1"] * h2, html body .bvi-body[data-bvi-size="1"] * h2 * {
    font-size: 7px !important
}

html body .bvi-body[data-bvi-size="1"] * h3, html body .bvi-body[data-bvi-size="1"] * h3 * {
    font-size: 6px !important
}

html body .bvi-body[data-bvi-size="1"] * h4, html body .bvi-body[data-bvi-size="1"] * h4 * {
    font-size: 5px !important
}

html body .bvi-body[data-bvi-size="1"] * h5, html body .bvi-body[data-bvi-size="1"] * h5 * {
    font-size: 4px !important
}

html body .bvi-body[data-bvi-size="1"] * h6, html body .bvi-body[data-bvi-size="1"] * h6 * {
    font-size: 3px !important
}

html body .bvi-body .bvi-tts .bvi-tts-link {
    display: inline-block;
    border: 1px dashed transparent;
    border-bottom: 0;
    padding: 10px
}

html body .bvi-body .bvi-tts .bvi-tts-text {
    border: 1px dashed transparent;
    padding: 10px
}

html body .bvi-body a {
    text-decoration: none
}

html body .bvi-body a.bvi-link {
    text-decoration: none;
    color: #000;
    background-color: transparent;
    text-align: center;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    cursor: pointer;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    font-weight: 700;
    line-height: 36px;
    padding: 0 10px;
    vertical-align: middle;
    border: 1px solid #b2b2b2;
    margin: 2px
}

@media (max-width: 575.98px) {
    html body .bvi-body a.bvi-link {
        height: 28px;
        line-height: 28px;
        padding: 0 5px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    html body .bvi-body a.bvi-link {
        height: 28px;
        line-height: 28px;
        padding: 0 5px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    html body .bvi-body a.bvi-link {
        height: 30px;
        line-height: 30px;
        padding: 0 8px
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    html body .bvi-body a.bvi-link {
        height: 34px;
        line-height: 34px;
        padding: 0 9px
    }
}

html body .bvi-body a.bvi-link.active {
    color: inherit;
    outline: 0;
    background-color: #dbdbdb;
    text-decoration: none
}

html body .bvi-body a.bvi-link:hover {
    color: #000;
    outline: 0;
    background-color: #dbdbdb;
    text-decoration: none
}

html body .bvi-body a.bvi-link:focus {
    color: #000;
    outline: 0;
    background-color: #dbdbdb;
    text-decoration: none
}

html body .bvi-body[data-bvi-images=true] .bvi-background-image.bvi-img, html body .bvi-body[data-bvi-images=true] img.bvi-img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

html body .bvi-body[data-bvi-images=true] .bvi-background-image {
    background-color: transparent !important
}

html body .bvi-body[data-bvi-images=false] .bvi-background-image {
    background-image: none !important;
    border: 0 !important
}

html body .bvi-body[data-bvi-images=false] div.bvi-img {
    vertical-align: middle;
    border: 2px dashed;
    box-sizing: border-box;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
    word-wrap: break-word;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

html body .bvi-body[data-bvi-images=grayscale] .bvi-background-image, html body .bvi-body[data-bvi-images=grayscale] img.bvi-img {
    -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(1);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
    filter: grayscale(1)
}

html body .bvi-body[data-bvi-line-height=normal] :not(.bvi-link) {
    line-height: 1.5 !important
}

html body .bvi-body[data-bvi-line-height=average] :not(.bvi-link) {
    line-height: 2 !important
}

html body .bvi-body[data-bvi-line-height=big] :not(.bvi-link) {
    line-height: 2.5 !important
}

html body .bvi-body[data-bvi-letter-spacing=normal] :not(.bvi-link) {
    letter-spacing: 0 !important
}

html body .bvi-body[data-bvi-letter-spacing=average] :not(.bvi-link) {
    letter-spacing: 2px !important
}

html body .bvi-body[data-bvi-letter-spacing=big] :not(.bvi-link) {
    letter-spacing: 4px !important
}

html body .bvi-body[data-bvi-font-family=arial] :not(i):not(span) {
    font-family: Arial, sans-serif !important
}

html body .bvi-body[data-bvi-font-family=times] :not(i):not(span) {
    font-family: "Times New roman" !important
}

html body .bvi-body[data-bvi-flash-iframe=true] .wp-audio-shortcode, html body .bvi-body[data-bvi-flash-iframe=true] figure, html body .bvi-body[data-bvi-flash-iframe=true] iframe, html body .bvi-body[data-bvi-flash-iframe=true] video, html body .bvi-body[data-bvi-flash-iframe=true] ymaps {
    display: block !important
}

html body .bvi-body[data-bvi-flash-iframe=false] .wp-audio-shortcode, html body .bvi-body[data-bvi-flash-iframe=false] figure, html body .bvi-body[data-bvi-flash-iframe=false] iframe, html body .bvi-body[data-bvi-flash-iframe=false] video, html body .bvi-body[data-bvi-flash-iframe=false] ymaps {
    display: none !important
}

html body .bvi-body .bvi-hide {
    display: none
}

html body .bvi-body .bvi-show {
    display: block
}

html body .bvi-hide {
    display: block
}

html body .bvi-show {
    display: none
}

html body #bvi-panel-show.bvi-link {
    text-decoration: none;
    color: #000;
    background-color: #fff;
    text-align: center;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    cursor: pointer;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    font-weight: 700;
    line-height: 36px;
    padding: 0 10px;
    vertical-align: middle;
    border: 1px solid #b2b2b2
}

html body #bvi-panel-show.bvi-link.bvi-link-top {
    position: fixed !important;
    top: 2.5rem !important;
    right: 1.5rem !important;
    z-index: 999999 !important
}

html body #bvi-panel-show .bvi-images {
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    vertical-align: middle
}

html body #bvi-panel-show .bvi-images.bvi-images-eye {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAABMlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC88vZ+AAAAZXRSTlMAAQIDBAcICQsMDg8QEhMVFhcYGRweHyAjJCUmKCk1Nzg5Ojs8PUFGSUpMTVBRV1hZXmFiZmxvcXR1d3h5fn+AhYaJi4yOmJqbnaOlpqitvL7Iys7P0dfZ2tze4OTm6fHz9ff7/S2JgwQAAAFESURBVBgZ3cGJWhJhAIbRbyiYygGUFjY3LFuUMtTIfdcWl6g0DQRk/N/7vwX/wXEeKG9Az9Gdk8iXpqZK+YRulZpvEmrOp/SvzCF9DjPq9WCNrk9PnOeEVmOKpOpQN1zmJD0jYOpQTypU9DEzI/BaDxeaXBv+aPAL6soazjNaoaHYMTeW9bSJeSHL6/AnLh2zordEfkuJUy48yflFw5XkM6tNIh1JboOfjuYwg7L+0lr0iZzJGjLMqkVZgW/0+aLAe1o6YluBl/SZUGCHIyUNr2Q55/RoOLImMUmpjMnJytEjKysPZVkb+AVZ44aQGZVV9NlQ1x68kTVUo+tHWtY7+KrQAnx3ZaWnq9XptCx3H5YUGWtjqo8UefzZcFFSj/gWUPtQ8FzXK8zUgN24+g2sdoj4657+5xQrByft9slBpRjTPXMFyfd8QTOpicwAAAAASUVORK5CYII=);
    width: 32px;
    height: 32px
}

html body a.bvi-link-shortcode, html body a.bvi-link-widget {
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    cursor: pointer;
    border-radius: 2px;
    display: inline-block;
    padding: 5px 10px;
    vertical-align: middle;
    text-decoration: none
}

html body a.bvi-link-shortcode .bvi-svg-eye, html body a.bvi-link-widget .bvi-svg-eye {
    display: inline-block;
    overflow: visible;
    width: 1.125em;
    height: 1em;
    font-size: 2em;
    vertical-align: middle
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-ExtraLightItalic.woff2) format("woff2");
    font-weight: 200;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-ExtraBoldItalic.woff2) format("woff2");
    font-weight: 800;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-BlackItalic.woff2) format("woff2");
    font-weight: 900;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-ExtraBold.woff2) format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Black.woff2) format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-BoldItalic.woff2) format("woff2");
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-ExtraLight.woff2) format("woff2");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Thin.woff2) format("woff2");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-SemiBold.woff2) format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Italic.woff2) format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Light.woff2) format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-ThinItalic.woff2) format("woff2");
    font-weight: 100;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-MediumItalic.woff2) format("woff2");
    font-weight: 500;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-SemiBoldItalic.woff2) format("woff2");
    font-weight: 600;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-LightItalic.woff2) format("woff2");
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

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

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

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

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

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

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

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

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

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

.col {
    flex: 1 0 0%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-sm-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-md-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-lg-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
    .col-xl {
        flex: 1 0 0%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xl-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1600px) {
    .col-xxl {
        flex: 1 0 0%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xxl-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-100 {
    opacity: 1 !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    transform: translateX(-50%) !important
}

.translate-middle-y {
    transform: translateY(-50%) !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: 1px solid #dee2e6 !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: 1px solid #dee2e6 !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #0d6efd !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #1c5640 !important
}

.border-info {
    border-color: #0dcaf0 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #fd2341 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #212529 !important
}

.border-white {
    border-color: #fff !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, .5) !important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important
}

.text-opacity-25 {
    --bs-text-opacity: 0.25
}

.text-opacity-50 {
    --bs-text-opacity: 0.5
}

.text-opacity-75 {
    --bs-text-opacity: 0.75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: .2rem !important
}

.rounded-2 {
    border-radius: .25rem !important
}

.rounded-3 {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-end {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-start {
    border-bottom-left-radius: .25rem !important;
    border-top-left-radius: .25rem !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media (min-width: 576px) {
    .float-sm-start {
        float: left !important
    }

    .float-sm-end {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-4 {
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        gap: 3rem !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .float-md-start {
        float: left !important
    }

    .float-md-end {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

    .gap-md-3 {
        gap: 1rem !important
    }

    .gap-md-4 {
        gap: 1.5rem !important
    }

    .gap-md-5 {
        gap: 3rem !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .float-lg-start {
        float: left !important
    }

    .float-lg-end {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .25rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-4 {
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        gap: 3rem !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1280px) {
    .float-xl-start {
        float: left !important
    }

    .float-xl-end {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .25rem !important
    }

    .gap-xl-2 {
        gap: .5rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-4 {
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        gap: 3rem !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width: 1600px) {
    .float-xxl-start {
        float: left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: .25rem !important
    }

    .gap-xxl-2 {
        gap: .5rem !important
    }

    .gap-xxl-3 {
        gap: 1rem !important
    }

    .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxl-5 {
        gap: 3rem !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }

    .order-xxl-first {
        order: -1 !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 3rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.5rem !important
    }

    .fs-2 {
        font-size: 2rem !important
    }

    .fs-3 {
        font-size: 1.75rem !important
    }

    .fs-4 {
        font-size: 1.5rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

.visually-hidden {
    position: absolute;
    z-index: -1;
    width: .1px;
    height: .1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: none;
    font-size: .1px;
    white-space: nowrap;
    color: transparent;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0)
}

.scrollbar::-webkit-scrollbar {
    width: 6px;
    background: #fff
}

.scrollbar::-webkit-scrollbar-thumb {
    background: #1c5640;
    width: 6px;
    height: 240px
}

.scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #006239
}

.logo {
    display: flex;
    max-width: 248px;
    width: 100%
}

.logo__img {
    display: flex;
    max-width: 100%;
    height: auto
}

.header-top-menu__list {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    list-style: none
}

.header-top-menu__item {
    margin: 0 20px 0 0;
    padding: 0
}

.header-top-menu__item:last-child {
    margin-right: 0
}

.header-top-menu__link {
    font-size: 14px;
    text-decoration: none;
    color: #000;
    transition: .22s ease
}

.header-top-menu__link:hover {
    color: #1c5640
}

.location {
    position: relative;
    display: inline-block
}

.location::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    right: 0;
    height: 10px
}

.location:hover .location__list {
    visibility: visible;
    opacity: 1
}

.location__current {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding-left: 30px;
    font-weight: 700;
    font-size: 14px;
    color: #1c5640;
    cursor: pointer
}

@media (max-width: 1279.98px) {
    .location__current {
        padding-left: 20px;
        font-size: 13px
    }
}

@media (max-width: 991.98px) {
    .location__current {
        padding-left: 16px;
        font-size: 11px
    }
}

.location__current::before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../img/location.svg) center no-repeat;
    background-size: contain
}

@media (max-width: 1279.98px) {
    .location__current::before {
        top: -2px;
        width: 18px;
        height: 18px
    }
}

@media (max-width: 991.98px) {
    .location__current::before {
        top: -1px;
        width: 14px;
        height: 14px
    }
}

.location__list {
    position: absolute;
    z-index: 4;
    left: 0;
    top: calc(100% + 10px);
    box-sizing: border-box;
    margin: 0;
    padding: 30px;
    visibility: hidden;
    background-color: #fff;
    box-shadow: 0 6px 30px 0 rgba(50, 55, 53, .27);
    opacity: 0;
    list-style: none;
    transition: opacity .24s ease
}

.location__item {
    margin: 0 0 20px 0;
    padding: 0
}

.location__item:last-child {
    margin-bottom: 0
}

.location__link {
    position: relative;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
    color: #000;
    transition: .22s ease
}

@media (max-width: 1279.98px) {
    .location__link {
        font-size: 13px
    }
}

.location__link:hover {
    color: #1c5640
}

.location__link.location__link--active {
    color: #1c5640
}

.location__link.location__link--active:before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    bottom: 0;
    margin: auto;
    width: 4px;
    height: 4px;
    background-color: #1c5640;
    border-radius: 50%
}

.main-menu__list {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none
}

.main-menu__item {
    margin: 0;
    padding: 0
}

.main-menu__item:hover .main-menu__link {
    color: #1c5640
}

.main-menu__item:hover .main-menu__link::before {
    width: 40px
}

.main-menu__item:hover .main-menu__submenu {
    z-index: 2;
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

.main-menu__link {
    position: relative;
    z-index: 3;
    display: inline-block;
    padding: 20px 0;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    transition: .24s ease
}

@media (max-width: 1599.98px) {
    .main-menu__link {
        font-size: 13px
    }
}

.main-menu__link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #1c5640;
    transition: .28s ease-in-out
}

.main-menu__submenu {
    position: absolute;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity .24s ease, transform .26s ease-in-out
}

.socials {
    margin: 0;
    padding: 0;
    display: flex;
    line-height: 0;
    list-style: none
}

.socials__item {
    margin: 0 20px 0 0;
    padding: 0
}

.socials__item:last-child {
    margin-right: 0
}

.socials__link {
    display: inline-block
}

.socials__icon {
    display: flex;
    max-width: 30px;
    width: 100%;
    height: auto
}

@media (max-width: 1279.98px) {
    .socials__icon {
        max-width: 24px
    }
}

@media (max-width: 991.98px) {
    .socials__icon {
        max-width: 20px
    }
}

@media (max-width: 767.98px) {
    .socials__icon {
        max-width: 26px
    }
}

.visually-impaired {
    display: flex;
    width: 32px;
    height: 32px;
    background: url(../img/glasses.svg) center no-repeat;
    background-size: contain
}

.submenu {
    box-sizing: border-box;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 6px 30px 0 rgba(50, 55, 53, .27)
}

.submenu__list {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none
}

.submenu__item {
    margin: 0 0 20px 0;
    padding: 0
}

.submenu__item:last-child {
    margin-bottom: 0
}

.submenu__link {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    color: #000;
    transition: .24s ease
}

.submenu__link:hover {
    color: #1c5640
}

.submenu__bottom {
    box-sizing: border-box;
    padding-top: 30px;
    border-top: 2px solid #1c5640
}

.main-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.main-list__item {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0 0 0 42px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase
}

@media (max-width: 1599.98px) {
    .main-list__item {
        margin-bottom: 25px
    }
}

@media (max-width: 1279.98px) {
    .main-list__item {
        margin-bottom: 20px;
        padding-left: 37px;
        font-size: 15px
    }
}

@media (max-width: 991.98px) {
    .main-list__item {
        margin-bottom: 15px;
        padding-left: 23px;
        font-size: 14px
    }
}

@media (max-width: 575.98px) {
    .main-list__item {
        font-size: 12px
    }
}

.main-list__item:last-child {
    margin-bottom: 0
}

.main-list__item::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 22px;
    height: 22px;
    background: url(../img/check.svg) center no-repeat;
    background-size: contain
}

@media (max-width: 1279.98px) {
    .main-list__item::before {
        width: 20px;
        height: 20px
    }
}

@media (max-width: 991.98px) {
    .main-list__item::before {
        top: -1px;
        width: 18px;
        height: 18px
    }
}

@media (max-width: 575.98px) {
    .main-list__item::before {
        width: 16px;
        height: 16px
    }
}

.title {
    position: relative;
    padding-bottom: 15px;
    margin: 0;
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase
}

.title.title--green-line::after {
    background-color: #1c5640
}

@media (max-width: 1599.98px) {
    .title {
        font-size: 30px
    }
}

@media (max-width: 1279.98px) {
    .title {
        font-size: 26px
    }
}

@media (max-width: 991.98px) {
    .title {
        font-size: 24px
    }
}

@media (max-width: 767.98px) {
    .title {
        padding-bottom: 10px;
        font-size: 22px
    }
}

@media (max-width: 575.98px) {
    .title {
        font-size: 20px
    }
}

.title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 87px;
    height: 4px;
    background-color: #b0811d
}

@media (max-width: 767.98px) {
    .title::after {
        width: 60px;
        height: 3px
    }
}

.title-2 {
    margin: 0;
    font-weight: 700;
    font-size: 32px
}

@media (max-width: 1599.98px) {
    .title-2 {
        font-size: 30px
    }
}

@media (max-width: 1279.98px) {
    .title-2 {
        font-size: 26px
    }
}

@media (max-width: 991.98px) {
    .title-2 {
        font-size: 24px
    }
}

@media (max-width: 767.98px) {
    .title-2 {
        font-size: 20px
    }
}

@media (max-width: 575.98px) {
    .title-2 {
        font-size: 18px
    }
}

.hamburger {
    position: relative;
    box-sizing: border-box;
    display: block;
    padding: 0;
    width: 32px;
    height: 28px;
    background: 0 0;
    border: none;
    cursor: pointer
}

.hamburger.hamburger--open .hamburger__line {
    background-color: transparent
}

.hamburger.hamburger--open .hamburger__line::after, .hamburger.hamburger--open .hamburger__line::before {
    top: -10px
}

.hamburger.hamburger--open .hamburger__line::before {
    transform: translateY(10px) rotate(-45deg)
}

.hamburger.hamburger--open .hamburger__line::after {
    transform: translateY(10px) rotate(45deg)
}

.hamburger__line {
    position: absolute;
    top: 50%;
    left: 0;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #1c5640;
    opacity: 1;
    transition: .36s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.hamburger__line::after, .hamburger__line::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #1c5640;
    transition: .36s;
    opacity: 1
}

.hamburger__line::before {
    top: -10px
}

.hamburger__line::after {
    top: 10px
}

.mobile-menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.mobile-menu__item {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #f8fafc
}

.mobile-menu__inner {
    position: relative;
    box-sizing: border-box;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 15px
}

@media (max-width: 991.98px) {
    .mobile-menu__inner {
        max-width: 720px
    }
}

@media (max-width: 767.98px) {
    .mobile-menu__inner {
        max-width: 540px
    }
}

@media (max-width: 575.98px) {
    .mobile-menu__inner {
        max-width: 100%
    }
}

.mobile-menu__link {
    display: block;
    box-sizing: border-box;
    padding: 15px 0;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000
}

.mobile-menu__button-submenu {
    position: absolute;
    top: 0;
    right: 15px;
    width: 46px;
    height: 46px;
    padding: 0;
    background: transparent url(../img/dropdown.svg) center no-repeat;
    background-size: 10px;
    border: none;
    transform: rotate(-90deg);
    transition: .25s ease
}

.mobile-menu__button-submenu:focus {
    outline: 0
}

.mobile-menu__button-submenu.active {
    transform: rotate(0)
}

.mobile-submenu {
    background: #f8fafc;
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease-out
}

.mobile-submenu__list {
    box-sizing: border-box;
    max-width: 960px;
    margin: 0 auto;
    padding: 5px 15px;
    list-style: none
}

@media (max-width: 991.98px) {
    .mobile-submenu__list {
        max-width: 720px
    }
}

@media (max-width: 767.98px) {
    .mobile-submenu__list {
        max-width: 540px
    }
}

@media (max-width: 575.98px) {
    .mobile-submenu__list {
        max-width: 100%
    }
}

.mobile-submenu__item {
    margin: 0 0 0 15px;
    padding: 0
}

.mobile-submenu__link {
    display: block;
    box-sizing: border-box;
    padding: 10px 0;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    color: #000
}

.breadcrumbs {
    padding: 40px 0
}

@media (max-width: 767.98px) {
    .breadcrumbs {
        padding: 35px 0
    }
}

.breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -5px 0;
    padding: 0;
    list-style: none
}

.breadcrumbs__item {
    position: relative;
    margin: 0 56px 5px 0;
    padding: 0;
    font-size: 14px;
    color: #1c5640
}

@media (max-width: 991.98px) {
    .breadcrumbs__item {
        margin-right: 46px;
        font-size: 13px
    }
}

@media (max-width: 767.98px) {
    .breadcrumbs__item {
        margin-right: 36px;
        font-size: 12px
    }
}

@media (max-width: 575.98px) {
    .breadcrumbs__item {
        margin-right: 26px;
        font-size: 11px
    }
}

.breadcrumbs__item::after {
    content: "";
    position: absolute;
    top: 8px;
    right: -36px;
    width: 15px;
    height: 1px;
    background-color: #999
}

@media (max-width: 991.98px) {
    .breadcrumbs__item::after {
        top: 7px;
        right: -30px;
        width: 13px
    }
}

@media (max-width: 767.98px) {
    .breadcrumbs__item::after {
        top: 6px;
        right: -25px
    }
}

@media (max-width: 575.98px) {
    .breadcrumbs__item::after {
        right: -19px;
        width: 10px
    }
}

.breadcrumbs__item:first-child {
    padding-left: 17px
}

@media (max-width: 991.98px) {
    .breadcrumbs__item:first-child {
        padding-left: 15px
    }
}

.breadcrumbs__item:first-child::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 7px;
    height: 8px;
    background: url(../img/home.svg) center no-repeat;
    background-size: contain
}

@media (max-width: 991.98px) {
    .breadcrumbs__item:first-child::before {
        top: 3px
    }
}

@media (max-width: 767.98px) {
    .breadcrumbs__item:first-child::before {
        top: 2px
    }
}

.breadcrumbs__item:last-child {
    margin-right: 0
}

.breadcrumbs__item:last-child::after {
    content: none
}

.breadcrumbs__link {
    text-decoration: none;
    color: #999;
    transition: .22s ease
}

.breadcrumbs__link:hover {
    color: #1c5640
}

@media (max-width: 1279.98px) {
    .header-offset {
        padding-top: 74px
    }
}

.swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    box-sizing: border-box;
    padding: 0;
    width: 10px;
    height: 10px;
    margin: 0 17.5px !important;
    background-color: #ccc;
    transform: none;
    opacity: 1;
    transition: .2s transform, .72s left, .24s background !important
}

@media (max-width: 1279.98px) {
    .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin-right: 15px !important;
        margin-left: 15px !important
    }
}

@media (max-width: 991.98px) {
    .swiper-pagination .swiper-pagination-bullet {
        margin-right: 10px !important;
        margin-left: 10px !important
    }
}

.swiper-pagination .swiper-pagination-bullet:hover {
    background-color: #1c5640
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #1c5640
}

.swiper-pagination .swiper-pagination-bullet-active-next, .swiper-pagination .swiper-pagination-bullet-active-next-next, .swiper-pagination .swiper-pagination-bullet-active-prev, .swiper-pagination .swiper-pagination-bullet-active-prev-prev {
    transform: none
}

.swiper-navigation {
    padding-bottom: 70px
}

@media (max-width: 991.98px) {
    .swiper-navigation {
        padding-bottom: 60px
    }
}

@media (max-width: 767.98px) {
    .swiper-navigation {
        padding-bottom: 40px
    }
}

.swiper-navigation .swiper-pagination {
    bottom: 0
}

.swiper-navigation .swiper-button-next, .swiper-navigation .swiper-button-prev {
    position: absolute;
    top: initial;
    bottom: -22px
}

@media (max-width: 1279.98px) {
    .swiper-navigation .swiper-button-next, .swiper-navigation .swiper-button-prev {
        bottom: -16px
    }
}

.swiper-navigation .swiper-button-prev {
    left: 0
}

@media (max-width: 767.98px) {
    .swiper-navigation .swiper-button-prev {
        left: 30px
    }
}

@media (max-width: 575.98px) {
    .swiper-navigation .swiper-button-prev {
        left: 15px
    }
}

.swiper-navigation .swiper-button-next {
    left: 115px
}

@media (max-width: 1279.98px) {
    .swiper-navigation .swiper-button-next {
        left: 104px
    }
}

@media (max-width: 767.98px) {
    .swiper-navigation .swiper-button-next {
        left: initial;
        right: 30px
    }
}

@media (max-width: 575.98px) {
    .swiper-navigation .swiper-button-next {
        right: 15px
    }
}

.swiper-button {
    padding: 0;
    width: 55px;
    height: 55px;
    background: 0 0;
    border: none;
    cursor: pointer
}

@media (max-width: 1279.98px) {
    .swiper-button {
        width: 44px;
        height: 44px
    }
}

@media (max-width: 767.98px) {
    .swiper-button {
        width: 38px;
        height: 38px
    }
}

.swiper-button:hover .swiper-button__arrow {
    fill: #1c5640
}

.swiper-button.swiper-button--circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 96px;
    height: 96px;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 50%;
    transition: .24s ease
}

@media (max-width: 1279.98px) {
    .swiper-button.swiper-button--circle {
        width: 72px;
        height: 72px
    }
}

@media (max-width: 767.98px) {
    .swiper-button.swiper-button--circle {
        width: 56px;
        height: 56px
    }
}

.swiper-button.swiper-button--circle:hover {
    background-color: rgba(0, 149, 87, .8)
}

.swiper-button.swiper-button--circle:hover .swiper-button__arrow {
    fill: #fff
}

.swiper-button.swiper-button--circle .swiper-button__arrow {
    width: 55px;
    height: 55px
}

@media (max-width: 1279.98px) {
    .swiper-button.swiper-button--circle .swiper-button__arrow {
        width: 44px;
        height: 44px
    }
}

@media (max-width: 767.98px) {
    .swiper-button.swiper-button--circle .swiper-button__arrow {
        width: 30px;
        height: 30px
    }
}

.swiper-button::after {
    content: none
}

.swiper-button__arrow {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    transition: .24s ease
}

.swiper-licence {
    position: relative
}

.swiper-licence .swiper-button {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    margin: auto
}

.swiper-licence .swiper-button-prev {
    left: 0
}

.swiper-licence .swiper-button-next {
    right: 0
}

.swiper-doctors {
    padding-bottom: 100px
}

@media (max-width: 991.98px) {
    .swiper-doctors {
        padding-bottom: 70px
    }
}

@media (max-width: 767.98px) {
    .swiper-doctors {
        padding-bottom: 40px
    }
}

.swiper-about .swiper-slide {
    max-width: 1140px;
    opacity: .25;
    transition: .28s ease
}

@media (max-width: 1599.98px) {
    .swiper-about .swiper-slide {
        max-width: 930px
    }
}

@media (max-width: 991.98px) {
    .swiper-about .swiper-slide {
        max-width: 690px
    }
}

@media (max-width: 767.98px) {
    .swiper-about .swiper-slide {
        max-width: 510px
    }
}

.swiper-about .swiper-slide-active {
    opacity: 1;
    transition: .28s ease
}

.swiper-about .swiper-button-next, .swiper-about .swiper-button-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.swiper-about .swiper-button-next {
    right: calc(50% - 590px)
}

@media (max-width: 1599.98px) {
    .swiper-about .swiper-button-next {
        right: calc(50% - 490px)
    }
}

@media (max-width: 991.98px) {
    .swiper-about .swiper-button-next {
        right: calc(50% - 360px)
    }
}

@media (max-width: 767.98px) {
    .swiper-about .swiper-button-next {
        right: calc(50% - 280px)
    }
}

@media (max-width: 575.98px) {
    .swiper-about .swiper-button-next {
        right: 15px
    }
}

.swiper-about .swiper-button-prev {
    left: calc(50% - 590px)
}

@media (max-width: 1599.98px) {
    .swiper-about .swiper-button-prev {
        left: calc(50% - 490px)
    }
}

@media (max-width: 991.98px) {
    .swiper-about .swiper-button-prev {
        left: calc(50% - 360px)
    }
}

@media (max-width: 767.98px) {
    .swiper-about .swiper-button-prev {
        left: calc(50% - 280px)
    }
}

@media (max-width: 575.98px) {
    .swiper-about .swiper-button-prev {
        left: 15px
    }
}

.swiper-about-thumb .swiper-slide {
    cursor: pointer;
    box-sizing: border-box;
    border: 3px solid transparent;
    transition: .28s ease
}

.swiper-about-thumb .swiper-slide-active {
    border-color: #1c5640
}

.text-color {
    color: #1c5640
}

.work-time {
    position: relative;
    margin: 0;
    padding-left: 22px;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #fd2341
}

@media (max-width: 1599.98px) {
    .work-time {
        font-size: 18px
    }
}

@media (max-width: 1279.98px) {
    .work-time {
        padding-left: 12px;
        font-size: 14px
    }
}

@media (max-width: 991.98px) {
    .work-time {
        padding-left: 0;
        font-size: 10px
    }
}

.work-time::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    background-color: #fd2341;
    border-radius: 50%
}

@media (max-width: 1599.98px) {
    .work-time::before {
        top: 4px
    }
}

@media (max-width: 1279.98px) {
    .work-time::before {
        width: 6px;
        height: 6px
    }
}

@media (max-width: 991.98px) {
    .work-time::before {
        content: none
    }
}

.work-time.work-time--icon {
    padding-left: 80px
}

@media (max-width: 1279.98px) {
    .work-time.work-time--icon {
        padding-left: 45px;
        font-size: 16px
    }
}

@media (max-width: 767.98px) {
    .work-time.work-time--icon {
        padding-left: 0;
        font-size: 14px
    }
}

.work-time.work-time--icon::before {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    background: url(../img/24-hours.svg) center no-repeat;
    background-size: contain
}

@media (max-width: 1279.98px) {
    .work-time.work-time--icon::before {
        width: 40px;
        height: 40px
    }
}

@media (max-width: 767.98px) {
    .work-time.work-time--icon::before {
        content: none
    }
}

.button-gradient {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    max-width: 220px;
    width: 100%;
    height: 60px;
    padding: 20px 5px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    background: 0 0;
    border: none;
    border-radius: 0;
    transition: .26s ease;
    cursor: pointer
}

@media (max-width: 1279.98px) {
    .button-gradient {
        height: 54px;
        font-size: 13px
    }
}

@media (max-width: 767.98px) {
    .button-gradient {
        max-width: 200px;
        height: 48px;
        font-size: 12px
    }
}

.button-gradient::after, .button-gradient::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: .36s ease-in-out
}

.button-gradient::before {
    background: linear-gradient(99deg, #1c5640, #153e2f);
    opacity: 1
}

.button-gradient::after {
    background: linear-gradient(99deg, #153e2f, #1c5640);
    opacity: 0
}

.button-gradient:hover::after {
    opacity: 1
}

.button-gradient.button-gradient--long {
    max-width: 242px
}

.button-gradient.button-gradient--max {
    max-width: 290px
}

.button-gradient.button-gradient--short {
    max-width: 110px
}

.button-gradient__text {
    position: relative;
    z-index: 1
}

.button-gradient:disabled {
    opacity: .6;
    cursor: default
}

.button-gradient:disabled:hover::before {
    background: linear-gradient(99deg, #009457, #015833);
    opacity: 1
}

.button-gradient:disabled:hover::after {
    background: linear-gradient(99deg, #015833, #009457);
    opacity: 0
}

.button-outline {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    max-width: 220px;
    width: 100%;
    height: 60px;
    padding: 20px 5px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    border: 2px solid #1c5640;
    border-radius: 0;
    transition: .26s ease;
    cursor: pointer
}

@media (max-width: 1279.98px) {
    .button-outline {
        height: 54px;
        font-size: 13px
    }
}

@media (max-width: 767.98px) {
    .button-outline {
        max-width: 200px;
        height: 48px;
        font-size: 12px
    }
}

.button-outline:hover {
    color: #fff;
    background-color: #1c5640
}

.button-outline.button-outline--no-hover:hover {
    color: #fd2341;
    background-color: #fff;
    border-color: #fd2341
}

.button-outline.button-outline--long {
    max-width: 242px
}

.phones {
    margin: 0;
    padding: 0;
    list-style: none
}

@media (max-width: 991.98px) {
    .phones.phones--small {
        line-height: 1
    }
}

.phones.phones--small .phones__item {
    margin-bottom: 3px
}

@media (max-width: 991.98px) {
    .phones.phones--small .phones__item {
        margin-bottom: 1px
    }
}

@media (max-width: 767.98px) {
    .phones.phones--small .phones__item {
        margin-bottom: 5px
    }
}

.phones.phones--small .phones__link {
    font-size: 16px
}

@media (max-width: 1279.98px) {
    .phones.phones--small .phones__link {
        font-size: 14px
    }
}

@media (max-width: 991.98px) {
    .phones.phones--small .phones__link {
        font-size: 11px
    }
}

@media (max-width: 767.98px) {
    .phones.phones--small .phones__link {
        font-size: 14px
    }
}

.phones__item {
    margin: 0 0 10px 0;
    padding: 0
}

.phones__item:last-child {
    margin-bottom: 0
}

.phones__link {
    font-weight: 700;
    font-size: 24px;
    text-decoration: none;
    color: #1c5640;
    transition: .24s ease-in-out
}

@media (max-width: 1279.98px) {
    .phones__link {
        font-size: 18px
    }
}

@media (max-width: 767.98px) {
    .phones__link {
        font-size: 16px
    }
}

.phones__link:hover {
    color: #fd2341
}

.footer-menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-menu__item {
    margin: 0 0 20px 0;
    padding: 0
}

@media (max-width: 991.98px) {
    .footer-menu__item {
        margin-bottom: 18px
    }
}

@media (max-width: 767.98px) {
    .footer-menu__item {
        margin-bottom: 7px;
        text-align: center
    }
}

.footer-menu__item:last-child {
    margin: 0
}

.footer-menu__link {
    position: relative;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.1;
    text-decoration: none;
    color: #000;
    transition: .22s ease-in-out
}

@media (max-width: 991.98px) {
    .footer-menu__link {
        font-size: 12px
    }
}

@media (max-width: 767.98px) {
    .footer-menu__link {
        font-size: 11px
    }
}

.footer-menu__link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    background-color: #1c5640;
    transition: width .42s ease-in-out
}

.footer-menu__link:hover {
    color: #1c5640
}

.footer-menu__link:hover::before {
    width: 100%
}

.footer-socials {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none
}

@media (max-width: 767.98px) {
    .footer-socials {
        justify-content: center
    }
}

.footer-socials__item {
    margin: 0 50px 0 0;
    padding: 0
}

@media (max-width: 1279.98px) {
    .footer-socials__item {
        margin-right: 30px
    }
}

.footer-socials__item:last-child {
    margin-right: 0
}

.footer-socials__link {
    display: flex
}

.footer-socials__icon {
    width: 24px;
    height: 24px;
    fill: #000;
    transition: .24s ease-in-out
}

@media (max-width: 1279.98px) {
    .footer-socials__icon {
        width: 20px;
        height: 20px
    }
}

@media (max-width: 767.98px) {
    .footer-socials__icon {
        width: 16px;
        height: 16px
    }
}

.footer-socials__icon:hover {
    fill: #1c5640
}

.widget-messengers {
    position: fixed;
    z-index: 19;
    right: 15px;
    bottom: 20px
}

@media (max-width: 1279.98px) {
    .widget-messengers {
        right: 10px;
        bottom: 15px
    }
}

.widget-messengers__main-button {
    position: relative;
    box-sizing: border-box;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #1c5640 url(../img/speech-bubble.svg) center no-repeat;
    background-size: 34px;
    border: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    cursor: pointer;
    transition: box-shadow .24s ease-out
}

@media (max-width: 1279.98px) {
    .widget-messengers__main-button {
        width: 64px;
        height: 64px;
        background-size: 28px
    }
}

@media (max-width: 991.98px) {
    .widget-messengers__main-button {
        width: 52px;
        height: 52px;
        background-size: 24px
    }
}

.widget-messengers__main-button::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 34px;
    height: 34px;
    margin: auto;
    background: #1c5640 url(../img/x-mark.svg) center no-repeat;
    background-size: contain;
    opacity: 0
}

@media (max-width: 1279.98px) {
    .widget-messengers__main-button::after {
        width: 28px;
        height: 28px
    }
}

@media (max-width: 991.98px) {
    .widget-messengers__main-button::after {
        width: 24px;
        height: 24px
    }
}

.widget-messengers__main-button.widget-messengers__main-button--active {
    background-image: none
}

.widget-messengers__main-button.widget-messengers__main-button--active::after {
    opacity: 1
}

.widget-messengers__main-button:hover {
    box-shadow: 0 2px 9px rgba(0, 0, 0, .36)
}

.widget-messengers__list {
    position: absolute;
    z-index: -1;
    bottom: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    list-style: none;
    transition: .24s ease-in-out
}

.widget-messengers__list.widget-messengers__list--active {
    z-index: 1;
    bottom: 100%;
    visibility: visible;
    opacity: 1
}

.widget-messengers__item {
    margin: 0 0 10px;
    padding: 0
}

.widget-messengers__button {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 72px;
    height: 72px;
    text-decoration: none;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #1c5640;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    cursor: pointer;
    transition: .24s ease-out
}

@media (max-width: 1279.98px) {
    .widget-messengers__button {
        width: 64px;
        height: 64px
    }
}

@media (max-width: 991.98px) {
    .widget-messengers__button {
        width: 52px;
        height: 52px
    }
}

.widget-messengers__button:hover {
    box-shadow: 0 2px 9px rgba(0, 0, 0, .36)
}

.widget-messengers__button:hover .widget-messengers__icon {
    transform: scale(1.1)
}

.widget-messengers__icon {
    width: 34px;
    height: 34px;
    transition: .24s ease-out
}

@media (max-width: 1279.98px) {
    .widget-messengers__icon {
        width: 28px;
        height: 28px
    }
}

@media (max-width: 991.98px) {
    .widget-messengers__icon {
        width: 24px;
        height: 24px
    }
}

.word {
    color: #1c5640
}

.about-gallery {
    display: block
}

.about-gallery__img {
    display: block;
    width: 100%;
    height: auto
}

.about-gallery-thumb {
    display: block;
    max-width: 100%;
    height: auto
}

.form__group {
    display: block
}

.form__row {
    margin-bottom: 30px
}

.form__input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 16px 20px;
    font-size: 16px;
    border: 2px solid #1c5640
}

.form__input.form__input--textarea {
    min-height: 140px;
    height: 180px;
    resize: vertical
}

.form__agreement {
    margin-bottom: 20px
}

.form__input.error, .form__textarea.error {
    background: #f8d7da;
    border-color: #c7254e
}

.form__input.error::-moz-placeholder, .form__textarea.error::-moz-placeholder {
    color: #c7254e
}

.form__input.error::placeholder, .form__textarea.error::placeholder {
    color: #c7254e
}

.form label.error {
    position: absolute;
    bottom: -15px;
    left: 5px;
    font-size: 13px;
    line-height: 1;
    color: #c7254e
}

.popup {
    position: relative;
    display: none;
    box-sizing: border-box;
    max-width: 550px;
    padding: 45px 30px 40px;
    margin: 100px auto;
    box-shadow: 0 0 101px 0 rgba(50, 55, 53, .27);
    cursor: default !important
}

@media (max-width: 767.98px) {
    .popup {
        padding: 40px 10px 30px
    }
}

.popup__close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    box-sizing: border-box;
    padding: 0;
    width: 25px;
    height: 25px;
    background: 0 0;
    border: 2px solid #000;
    border-radius: 50%;
    transition: .26s ease;
    cursor: pointer
}

@media (max-width: 767.98px) {
    .popup__close {
        top: 10px;
        right: 10px
    }
}

.popup__close:hover {
    border-color: #1c5640
}

.popup__close:hover::after, .popup__close:hover::before {
    background-color: #1c5640
}

.popup__close::after, .popup__close::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 2px;
    background-color: #000;
    transition: .26s ease
}

.popup__close::before {
    top: 0;
    left: 0;
    transform: rotate(45deg);
    transform-origin: -2px 10px
}

.popup__close::after {
    right: 0;
    bottom: 0;
    transform: rotate(-45deg);
    transform-origin: -6px 0
}

.popup__title {
    margin: 0 0 45px 0;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #1c5640
}

@media (max-width: 767.98px) {
    .popup__title {
        margin-bottom: 30px;
        font-size: 18px
    }
}

.popup__icon {
    display: block;
    width: 80px;
    height: auto;
    margin: 0 auto 20px
}

@media (max-width: 767.98px) {
    .popup__icon {
        width: 60px
    }
}

.popup__text {
    margin: 0 0 20px 0;
    font-size: 18px;
    text-align: center
}

@media (max-width: 767.98px) {
    .popup__text {
        font-size: 16px
    }
}

@media (max-width: 767.98px) {
    .popup__button {
        margin-left: auto;
        margin-right: auto
    }
}

.elastic-input {
    position: relative;
    display: block
}

.elastic-input__input.elastic-input__input--active ~ .elastic-input__placeholder, .elastic-input__input:focus ~ .elastic-input__placeholder {
    top: -16px;
    font-size: 12px
}

.elastic-input__placeholder {
    position: absolute;
    top: 18px;
    left: 20px;
    font-size: 16px;
    color: #666;
    cursor: text;
    transition: .28s ease
}

.elastic-input__placeholder.elastic-input__placeholder--required::after {
    content: " *";
    color: #fd2341
}

.agreement-check {
    display: flex
}

.agreement-check__checkbox {
    position: relative;
    flex-shrink: 0;
    display: block;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #1c5640;
    transform: translateY(-2px);
    cursor: pointer
}

.agreement-check__checkbox::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    background-color: #1c5640;
    opacity: 0;
    transition: .2s ease
}

.agreement-check__wrap {
    margin-right: 10px
}

.agreement-check__input {
    position: absolute;
    z-index: -1;
    width: .1px;
    height: .1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: none;
    font-size: .1px;
    white-space: nowrap;
    color: transparent;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0)
}

.agreement-check__input:checked + .agreement-check__checkbox::before {
    opacity: 1
}

.agreement-check__text {
    margin: 0;
    font-size: 10px;
    text-decoration: none;
    color: #999;
    transition: .25s ease
}

.agreement-check__link {
    text-decoration: none;
    color: #999;
    border-bottom: 1px solid #999;
    transition: .25s ease
}

.agreement-check__link:hover {
    color: #1c5640;
    border-color: #1c5640
}

.contact {
    position: relative
}

.contact.contact--address, .contact.contact--email, .contact.contact--phone, .contact.contact--time {
    padding-left: 120px
}

@media (max-width: 1599.98px) {
    .contact.contact--address, .contact.contact--email, .contact.contact--phone, .contact.contact--time {
        padding-left: 100px
    }
}

@media (max-width: 1279.98px) {
    .contact.contact--address, .contact.contact--email, .contact.contact--phone, .contact.contact--time {
        padding-left: 70px
    }
}

@media (max-width: 767.98px) {
    .contact.contact--address, .contact.contact--email, .contact.contact--phone, .contact.contact--time {
        padding-left: 0
    }
}

.contact.contact--address::before, .contact.contact--email::before, .contact.contact--phone::before, .contact.contact--time::before {
    content: "";
    position: absolute;
    top: -37px;
    left: 0;
    width: 96px;
    height: 96px;
    background-color: #f8fafc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    border-radius: 50%
}

@media (max-width: 1599.98px) {
    .contact.contact--address::before, .contact.contact--email::before, .contact.contact--phone::before, .contact.contact--time::before {
        top: -30px;
        width: 78px;
        height: 78px;
        background-size: 22px
    }
}

@media (max-width: 1279.98px) {
    .contact.contact--address::before, .contact.contact--email::before, .contact.contact--phone::before, .contact.contact--time::before {
        top: -20px;
        width: 56px;
        height: 56px;
        background-size: 20px
    }
}

@media (max-width: 767.98px) {
    .contact.contact--address::before, .contact.contact--email::before, .contact.contact--phone::before, .contact.contact--time::before {
        content: none
    }
}

.contact.contact--phone::before {
    background-image: url(../img/phone-dark.svg)
}

.contact.contact--time::before {
    background-image: url(../img/time.svg)
}

.contact.contact--email::before {
    top: -34px;
    background-image: url(../img/email.svg)
}

@media (max-width: 1599.98px) {
    .contact.contact--email::before {
        top: -24px
    }
}

@media (max-width: 1279.98px) {
    .contact.contact--email::before {
        top: -18px
    }
}

.contact.contact--address::before {
    top: -34px;
    background-image: url(../img/map.svg)
}

@media (max-width: 1599.98px) {
    .contact.contact--address::before {
        top: -24px
    }
}

@media (max-width: 1279.98px) {
    .contact.contact--address::before {
        top: -18px
    }
}

.contact__title {
    margin: 0 0 25px 0;
    display: inline-block;
    font-weight: 600;
    font-size: 18px
}

@media (max-width: 1599.98px) {
    .contact__title {
        font-size: 17px
    }
}

@media (max-width: 1279.98px) {
    .contact__title {
        font-size: 16px
    }
}

@media (max-width: 767.98px) {
    .contact__title {
        margin-bottom: 15px;
        font-size: 15px
    }
}

.contact__title.contact__title--bg {
    margin-top: -6px;
    margin-bottom: 19px;
    padding: 6px 30px;
    color: #fff;
    background-color: #1c5640;
    border-radius: 20px
}

@media (max-width: 1279.98px) {
    .contact__title.contact__title--bg {
        margin-top: -4px;
        margin-bottom: 21px;
        padding: 4px 24px
    }
}

.contact__text {
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.35
}

@media (max-width: 1599.98px) {
    .contact__text {
        font-size: 22px
    }
}

@media (max-width: 1279.98px) {
    .contact__text {
        font-size: 18px
    }
}

@media (max-width: 767.98px) {
    .contact__text {
        font-size: 16px
    }
}

.contact__text.contact__text--small {
    font-size: 18px
}

@media (max-width: 1599.98px) {
    .contact__text.contact__text--small {
        font-size: 17px
    }
}

@media (max-width: 1279.98px) {
    .contact__text.contact__text--small {
        font-size: 15px
    }
}

@media (max-width: 767.98px) {
    .contact__text.contact__text--small {
        font-size: 14px
    }
}

.contact__link {
    text-decoration: none;
    color: #000;
    transition: .24s ease
}

.contact__link:hover {
    color: #1c5640
}

.contact__socials {
    transform: translateY(3px)
}

@media (max-width: 991.98px) {
    .contact__socials {
        padding-left: 70px;
        margin-top: 20px;
        transform: none
    }
}

@media (max-width: 767.98px) {
    .contact__socials {
        padding-left: 0
    }
}

.map {
    width: 100%;
    height: 570px;
    background-color: #fdfaf2
}

@media (max-width: 1599.98px) {
    .map {
        height: 550px
    }
}

@media (max-width: 1279.98px) {
    .map {
        height: 510px
    }
}

@media (max-width: 991.98px) {
    .map {
        height: 440px
    }
}

@media (max-width: 767.98px) {
    .map {
        height: 360px
    }
}

@media (max-width: 575.98px) {
    .map {
        height: 320px
    }
}

.balloon__logo {
    display: flex;
    max-width: 140px;
    height: auto;
    margin: 0 auto 15px 0
}

@media (max-width: 767.98px) {
    .balloon__logo {
        max-width: 100px
    }
}

.balloon__address {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3333333333;
    color: #000
}

@media (max-width: 767.98px) {
    .balloon__address {
        font-size: 14px
    }
}

.partner {
    display: flex;
    height: 120px
}

@media (max-width: 1599.98px) {
    .partner {
        height: 110px
    }
}

@media (max-width: 1279.98px) {
    .partner {
        height: 85px
    }
}

@media (max-width: 767.98px) {
    .partner {
        height: 70px
    }
}

@media (max-width: 575.98px) {
    .partner {
        height: 60px
    }
}

.partner__logo {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: scale-down;
    object-fit: scale-down
}

.review {
    box-sizing: border-box;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 6px 32px 0 rgba(50, 55, 53, .1)
}

@media (max-width: 991.98px) {
    .review {
        padding: 20px
    }
}

@media (max-width: 767.98px) {
    .review {
        padding: 15px
    }
}

@media (max-width: 575.98px) {
    .review {
        padding: 15px 10px
    }
}

.review__name {
    margin: 0 0 25px 0;
    font-weight: 700;
    font-size: 18px
}

@media (max-width: 1599.98px) {
    .review__name {
        font-size: 17px
    }
}

@media (max-width: 1279.98px) {
    .review__name {
        font-size: 16px
    }
}

@media (max-width: 991.98px) {
    .review__name {
        font-size: 15px;
        margin-bottom: 20px
    }
}

@media (max-width: 767.98px) {
    .review__name {
        font-size: 14px;
        margin-bottom: 15px
    }
}

.review__audio {
    display: block;
    width: 100%;
    margin-bottom: 25px
}

@media (max-width: 991.98px) {
    .review__audio {
        margin-bottom: 20px
    }
}

@media (max-width: 767.98px) {
    .review__audio {
        margin-bottom: 15px
    }
}

.review__text {
    margin: 0;
    max-width: 980px;
    font-size: 18px;
    line-height: 1.5
}

@media (max-width: 1599.98px) {
    .review__text {
        font-size: 17px
    }
}

@media (max-width: 1279.98px) {
    .review__text {
        font-size: 16px
    }
}

@media (max-width: 991.98px) {
    .review__text {
        font-size: 15px
    }
}

@media (max-width: 767.98px) {
    .review__text {
        font-size: 14px
    }
}

.review__img-wrap {
    position: relative;
    display: block;
    box-sizing: border-box;
    height: 100%;
    min-height: 240px;
    border: 1px solid #1c5640
}

@media (max-width: 991.98px) {
    .review__img-wrap {
        display: inline-block;
        height: auto;
        min-height: auto;
        margin-bottom: 20px
    }
}

@media (max-width: 767.98px) {
    .review__img-wrap {
        margin-bottom: 15px
    }
}

.review__img-wrap:hover::after {
    background-color: rgba(0, 149, 87, .9);
    transform: scale(1.25)
}

.review__img-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 96px;
    height: 96px;
    margin: auto;
    background: rgba(0, 149, 87, .8) url(../img/eye.svg) center no-repeat;
    background-size: 42px;
    border-radius: 50%;
    transition: .32s ease-in-out
}

.review__img {
    position: absolute;
    display: block;
    box-sizing: border-box;
    padding: 3px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center
}

@media (max-width: 991.98px) {
    .review__img {
        position: initial;
        top: initial;
        right: initial;
        bottom: initial;
        left: initial;
        max-width: 280px;
        height: auto;
        -o-object-fit: none;
        object-fit: none
    }
}

.review__video-wrap {
    position: relative;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 250px;
    border: 1px solid #1c5640
}

.review__video-wrap:hover::after {
    background-color: rgba(0, 149, 87, .9);
    transform: scale(1.25)
}

@media (max-width: 1599.98px) {
    .review__video-wrap {
        height: 201px
    }
}

@media (max-width: 1279.98px) {
    .review__video-wrap {
        width: 540px;
        height: 304px;
        margin-bottom: 30px
    }
}

@media (max-width: 991.98px) {
    .review__video-wrap {
        width: 480px;
        height: 270px;
        margin-bottom: 20px
    }
}

@media (max-width: 767.98px) {
    .review__video-wrap {
        width: 100%;
        margin-bottom: 15px
    }
}

@media (max-width: 575.98px) {
    .review__video-wrap {
        height: 245px
    }
}

.review__video-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 96px;
    height: 96px;
    margin: auto;
    background: rgba(0, 149, 87, .8) url(../img/play.svg) center left 39px no-repeat;
    background-size: 23px;
    border-radius: 50%;
    transition: .32s ease-in-out
}

.review__video-img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.doctors-card {
    display: block;
    text-decoration: none;
    color: #000
}

.doctors-card:hover .doctors-card__photo-wrap::after {
    transform: translateY(0)
}

.doctors-card:hover .doctors-card__button-more {
    transform: scale(1)
}

.doctors-card:hover .doctors-card__name {
    color: #1c5640
}

.doctors-card__photo-wrap {
    position: relative;
    overflow: hidden
}

.doctors-card__photo-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 320px;
    background: linear-gradient(to top, #009256 0, rgba(229, 230, 232, 0) 100%);
    transform: translateY(100%);
    transition: .38s ease-in-out
}

.doctors-card__photo {
    display: flex;
    max-width: 100%;
    height: auto
}

.doctors-card__button-more {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    max-width: 220px;
    width: 100%;
    height: 60px;
    padding: 20px 5px;
    margin: auto;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 0;
    transform: scale(0);
    transition: .38s ease-in-out
}

@media (max-width: 1599.98px) {
    .doctors-card__button-more {
        width: 210px;
        height: 58px
    }
}

@media (max-width: 1279.98px) {
    .doctors-card__button-more {
        width: 200px;
        height: 54px
    }
}

@media (max-width: 767.98px) {
    .doctors-card__button-more {
        bottom: 30px;
        width: 180px;
        height: 50px;
        font-size: 12px
    }
}

.doctors-card__body {
    padding-top: 30px
}

@media (max-width: 767.98px) {
    .doctors-card__body {
        padding-top: 20px
    }
}

.doctors-card__name {
    margin: 0 0 20px 0;
    font-weight: 700;
    font-size: 24px;
    transition: .38s ease-in-out
}

@media (max-width: 1599.98px) {
    .doctors-card__name {
        font-size: 22px
    }
}

@media (max-width: 1279.98px) {
    .doctors-card__name {
        font-size: 20px
    }
}

@media (max-width: 767.98px) {
    .doctors-card__name {
        margin-bottom: 15px;
        font-size: 16px
    }
}

.doctors-card__text {
    margin: 0 0 20px 0;
    font-size: 18px
}

@media (max-width: 1599.98px) {
    .doctors-card__text {
        font-size: 17px
    }
}

@media (max-width: 1279.98px) {
    .doctors-card__text {
        font-size: 16px
    }
}

@media (max-width: 767.98px) {
    .doctors-card__text {
        margin-bottom: 15px;
        font-size: 14px
    }
}

.doctors-card__experience-text {
    margin: 0;
    font-weight: 700;
    font-size: 18px
}

@media (max-width: 1599.98px) {
    .doctors-card__experience-text {
        font-size: 17px
    }
}

@media (max-width: 1279.98px) {
    .doctors-card__experience-text {
        font-size: 16px
    }
}

@media (max-width: 767.98px) {
    .doctors-card__experience-text {
        font-size: 14px
    }
}

.doctors-card__experience-value {
    display: inline-block;
    box-sizing: border-box;
    padding: 8px 13px;
    color: #fff;
    background-color: #1c5640;
    border-radius: 20px
}

@media (max-width: 1599.98px) {
    .doctors-card__experience-value {
        padding: 7px 12px
    }
}

@media (max-width: 1279.98px) {
    .doctors-card__experience-value {
        padding: 6px 11px
    }
}

@media (max-width: 767.98px) {
    .doctors-card__experience-value {
        padding: 5px 9px
    }
}

.accordion {
    max-width: 1010px
}

@media (max-width: 1599.98px) {
    .accordion {
        max-width: 880px
    }
}

.accordion__item {
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px
}

.accordion__item:last-child {
    margin-bottom: 0
}

.accordion__item.accordion__item--active .accordion__button::before {
    opacity: 0
}

.accordion__item.accordion__item--active .accordion__button::after {
    width: 16px;
    background-color: #1c5640;
    right: 27px
}

@media (max-width: 1599.98px) {
    .accordion__item.accordion__item--active .accordion__button::after {
        right: 25px
    }
}

@media (max-width: 991.98px) {
    .accordion__item.accordion__item--active .accordion__button::after {
        right: 13px
    }
}

@media (max-width: 767.98px) {
    .accordion__item.accordion__item--active .accordion__button::after {
        right: 7px
    }
}

@media (hover: hover) {
    .accordion__item.accordion__item--active .accordion__button:hover::after {
        background-color: #fff
    }
}

.accordion__header {
    position: relative;
    display: flex;
    align-items: center
}

.accordion__button {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 15px 80px;
    width: 100%;
    min-height: 110px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2083333333;
    text-align: left;
    color: #000;
    background-color: #f8fafc;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: .34s ease
}

@media (max-width: 1599.98px) {
    .accordion__button {
        padding: 35px 70px;
        font-size: 20px
    }
}

@media (max-width: 1279.98px) {
    .accordion__button {
        padding: 30px 60px;
        font-size: 19px
    }
}

@media (max-width: 991.98px) {
    .accordion__button {
        padding: 25px 40px;
        font-size: 18px
    }
}

@media (max-width: 767.98px) {
    .accordion__button {
        padding: 20px 30px;
        font-size: 16px
    }
}

@media (max-width: 575.98px) {
    .accordion__button {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px
    }
}

.accordion__button::after, .accordion__button::before {
    content: "";
    position: absolute;
    top: 50%;
    background-color: #000;
    transform: translateY(-50%);
    transition: .34s ease
}

.accordion__button::before {
    right: 34px;
    width: 2px;
    height: 10px
}

@media (max-width: 1599.98px) {
    .accordion__button::before {
        right: 32px
    }
}

@media (max-width: 991.98px) {
    .accordion__button::before {
        right: 20px
    }
}

@media (max-width: 767.98px) {
    .accordion__button::before {
        right: 14px
    }
}

.accordion__button::after {
    right: 30px;
    width: 10px;
    height: 2px
}

@media (max-width: 1599.98px) {
    .accordion__button::after {
        right: 28px
    }
}

@media (max-width: 991.98px) {
    .accordion__button::after {
        right: 16px
    }
}

@media (max-width: 767.98px) {
    .accordion__button::after {
        right: 10px
    }
}

@media (hover: hover) {
    .accordion__button:hover {
        color: #fff;
        background-color: #1c5640
    }

    .accordion__button:hover::after, .accordion__button:hover::before {
        background-color: #fff
    }

    .accordion__button:hover + .accordion__num {
        color: #fff
    }
}

.accordion__num {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 30px;
    display: inline-block;
    margin-top: auto;
    margin-bottom: auto;
    font-weight: 300;
    font-size: 24px;
    color: #000;
    transform: translateY(-50%);
    transition: .28s ease
}

@media (max-width: 1599.98px) {
    .accordion__num {
        font-size: 20px
    }
}

@media (max-width: 1279.98px) {
    .accordion__num {
        left: 25px;
        font-size: 18px
    }
}

@media (max-width: 991.98px) {
    .accordion__num {
        left: 12px;
        font-size: 16px
    }
}

@media (max-width: 767.98px) {
    .accordion__num {
        left: 6px;
        font-size: 14px
    }
}

.accordion__body {
    max-height: 0;
    overflow: hidden;
    background-color: #f8fafc;
    transition: max-height .35s ease-in-out
}

.accordion__content {
    padding: 15px 80px 40px 80px;
    font-size: 18px;
    line-height: 1.5
}

@media (max-width: 1599.98px) {
    .accordion__content {
        padding: 15px 70px 35px
    }
}

@media (max-width: 1279.98px) {
    .accordion__content {
        padding: 10px 60px 30px;
        font-size: 16px
    }
}

@media (max-width: 991.98px) {
    .accordion__content {
        padding: 10px 40px 25px
    }
}

@media (max-width: 767.98px) {
    .accordion__content {
        font-size: 14px
    }
}

@media (max-width: 575.98px) {
    .accordion__content {
        padding: 10px 10px 20px
    }
}

.accordion__content p {
    margin: 0
}

.accordion__content a {
    text-decoration: none;
    color: #1c5640;
    border-bottom: 1px solid #1c5640;
    transition: .28s ease
}

.accordion__content a:hover {
    border-color: transparent
}

.advantages {
    position: relative;
    box-sizing: border-box;
    max-width: 1140px;
    padding-bottom: 80px;
    margin: 0 auto;
    height: 544px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1279.98px) {
    .advantages {
        padding-bottom: 65px;
        height: 490px;
    }
}

@media (max-width: 991.98px) {
    .advantages {
        padding-top: 40px;
        padding-bottom: 45px;
        height: 332px;
    }
}

@media (max-width: 767.98px) {
    .advantages {
        display: flex;
        flex-wrap: wrap;
        padding-top: 0;
        padding-bottom: 0;
        height: auto;
    }
}

.advantages__logo {
    display: block;
    max-width: 338px;
    width: 100%;
    height: auto;
    margin: 0 auto
}

@media (max-width: 1279.98px) {
    .advantages__logo {
        max-width: 310px;
        width: 100%
    }
}

@media (max-width: 991.98px) {
    .advantages__logo {
        max-width: 180px
    }
}

@media (max-width: 767.98px) {
    .advantages__logo {
        display: none
    }
}

.advantages__item {
    position: absolute;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    max-width: 350px
}

@media (max-width: 1279.98px) {
    .advantages__item {
        max-width: 310px
    }
}

@media (max-width: 767.98px) {
    .advantages__item {
        position: initial;
        box-sizing: border-box;
        width: 50%;
        margin-bottom: 30px
    }
}

@media (max-width: 480px) {
    .advantages__item {
        width: 100%
    }

    .advantages__item br {
        display: none
    }
}

.advantages__item:nth-child(even) .advantages__icon-wrap {
    order: 1;
    margin-right: 0;
    margin-left: 30px
}

@media (max-width: 1279.98px) {
    .advantages__item:nth-child(even) .advantages__icon-wrap {
        margin-left: 25px
    }
}

@media (max-width: 991.98px) {
    .advantages__item:nth-child(even) .advantages__icon-wrap {
        margin-left: 15px
    }
}

@media (max-width: 767.98px) {
    .advantages__item:nth-child(even) .advantages__icon-wrap {
        order: 0;
        margin-left: 0;
        margin-right: 15px
    }
}

.advantages__item:nth-child(even) .advantages__text {
    order: 0;
    text-align: right
}

@media (max-width: 767.98px) {
    .advantages__item:nth-child(even) .advantages__text {
        order: 1;
        text-align: left
    }
}

.advantages__item:nth-child(1) {
    top: 30px;
    left: 110px
}

@media (max-width: 1279.98px) {
    .advantages__item:nth-child(1) {
        top: 15px
    }
}

@media (max-width: 991.98px) {
    .advantages__item:nth-child(1) {
        top: 0;
        left: 60px
    }
}

@media (max-width: 767.98px) {
    .advantages__item:nth-child(1) {
        top: initial;
        left: initial
    }
}

.advantages__item:nth-child(2) {
    top: 30px;
    right: 110px
}

@media (max-width: 1279.98px) {
    .advantages__item:nth-child(2) {
        top: 15px
    }
}

@media (max-width: 991.98px) {
    .advantages__item:nth-child(2) {
        top: 0;
        right: 60px
    }
}

@media (max-width: 767.98px) {
    .advantages__item:nth-child(2) {
        top: initial;
        right: initial
    }
}

.advantages__item:nth-child(3) {
    top: 175px;
    left: 0
}

@media (max-width: 1279.98px) {
    .advantages__item:nth-child(3) {
        top: 140px
    }
}

@media (max-width: 991.98px) {
    .advantages__item:nth-child(3) {
        top: 90px
    }
}

@media (max-width: 767.98px) {
    .advantages__item:nth-child(3) {
        top: initial;
        left: initial
    }
}

.advantages__item:nth-child(4) {
    top: 175px;
    right: 0
}

@media (max-width: 1279.98px) {
    .advantages__item:nth-child(4) {
        top: 140px
    }
}

@media (max-width: 991.98px) {
    .advantages__item:nth-child(4) {
        top: 90px
    }
}

@media (max-width: 767.98px) {
    .advantages__item:nth-child(4) {
        top: initial;
        right: initial
    }
}

.advantages__item:nth-child(5) {
    top: 310px;
    left: 0
}

@media (max-width: 1279.98px) {
    .advantages__item:nth-child(5) {
        top: 275px
    }
}

@media (max-width: 991.98px) {
    .advantages__item:nth-child(5) {
        top: 180px
    }
}

@media (max-width: 767.98px) {
    .advantages__item:nth-child(5) {
        top: initial;
        left: initial
    }
}

.advantages__item:nth-child(6) {
    top: 310px;
    right: 0
}

@media (max-width: 1279.98px) {
    .advantages__item:nth-child(6) {
        top: 275px
    }
}

@media (max-width: 991.98px) {
    .advantages__item:nth-child(6) {
        top: 180px
    }
}

@media (max-width: 767.98px) {
    .advantages__item:nth-child(6) {
        top: initial;
        right: initial
    }
}

.advantages__item:nth-child(7) {
    bottom: 0;
    left: 110px
}

@media (max-width: 991.98px) {
    .advantages__item:nth-child(7) {
        left: 60px
    }
}

@media (max-width: 767.98px) {
    .advantages__item:nth-child(7) {
        bottom: initial;
        left: initial
    }
}

.advantages__item:nth-child(8) {
    bottom: 0;
    right: 110px
}

@media (max-width: 991.98px) {
    .advantages__item:nth-child(8) {
        right: 60px
    }
}

@media (max-width: 767.98px) {
    .advantages__item:nth-child(8) {
        bottom: initial;
        right: initial
    }
}

.advantages__icon-wrap {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    margin-right: 30px
}

@media (max-width: 1279.98px) {
    .advantages__icon-wrap {
        width: 60px;
        height: 60px;
        margin-right: 25px
    }
}

@media (max-width: 991.98px) {
    .advantages__icon-wrap {
        width: 46px;
        height: 46px;
        margin-right: 15px
    }
}

@media (max-width: 767.98px) {
    .advantages__icon-wrap {
        width: 42px;
        height: 42px
    }
}

.advantages__icon {
    display: flex;
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    -o-object-position: center;
    object-position: center
}

.advantages__text {
    margin: 0;
    font-weight: 700;
    font-size: 18px
}

@media (max-width: 1279.98px) {
    .advantages__text {
        font-size: 16px
    }
}

@media (max-width: 991.98px) {
    .advantages__text {
        font-size: 13px
    }
}

@media (max-width: 767.98px) {
    .advantages__text {
        font-size: 12px
    }
}

.services-list__title {
    margin: 0 0 30px 0;
    font-weight: 700;
    font-size: 32px
}

@media (max-width: 1599.98px) {
    .services-list__title {
        font-size: 30px
    }
}

@media (max-width: 1279.98px) {
    .services-list__title {
        font-size: 26px
    }
}

@media (max-width: 991.98px) {
    .services-list__title {
        margin-bottom: 20px;
        font-size: 24px
    }
}

@media (max-width: 767.98px) {
    .services-list__title {
        margin-bottom: 15px;
        font-size: 20px
    }
}

@media (max-width: 575.98px) {
    .services-list__title {
        font-size: 18px
    }
}

.services-list__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 10px 85px;
    margin-bottom: 10px;
    min-height: 112px;
    background-color: #f8fafc;
    border-radius: 10px;
    transition: .26s ease-in-out
}

@media (max-width: 1599.98px) {
    .services-list__item {
        padding-left: 80px;
        padding-right: 80px
    }
}

@media (max-width: 1279.98px) {
    .services-list__item {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media (max-width: 991.98px) {
    .services-list__item {
        flex-wrap: wrap;
        padding: 15px;
        height: auto
    }
}

.services-list__item:hover {
    color: #fff;
    background-color: #1c5640
}

.services-list__item:hover .services-list__name::before {
    background-color: #fff
}

.services-list__item:hover .services-list__action {
    color: #1c5640;
    background-color: #fff
}

.services-list__item:hover .services-list__old-price::after {
    background-color: #fff
}

.services-list__item:hover .services-list__price--action {
    color: #fff
}

.services-list__item:last-child {
    margin-bottom: 0
}

.services-list__name {
    position: relative;
    margin: 0;
    width: 40%;
    font-size: 24px
}

@media (max-width: 1599.98px) {
    .services-list__name {
        font-size: 22px
    }
}

@media (max-width: 1279.98px) {
    .services-list__name {
        font-size: 20px
    }
}

@media (max-width: 991.98px) {
    .services-list__name {
        width: 100%;
        margin-bottom: 15px;
        font-size: 18px
    }
}

@media (max-width: 767.98px) {
    .services-list__name {
        font-size: 16px
    }
}

.services-list__name::before {
    content: "";
    position: absolute;
    top: 0;
    left: -45px;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    background-color: #1c5640;
    border-radius: 50%;
    transition: .26s ease-in-out
}

@media (max-width: 1599.98px) {
    .services-list__name::before {
        left: -40px
    }
}

@media (max-width: 1279.98px) {
    .services-list__name::before {
        left: -26px;
        width: 8px;
        height: 8px
    }
}

@media (max-width: 991.98px) {
    .services-list__name::before {
        content: none
    }
}

.services-list__action {
    display: inline-block;
    box-sizing: border-box;
    padding: 12px 18px;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    background-color: #fd2341;
    border-radius: 20px;
    transition: .26s ease-in-out
}

@media (max-width: 1279.98px) {
    .services-list__action {
        padding: 10px 15px;
        font-size: 13px
    }
}

@media (max-width: 991.98px) {
    .services-list__action {
        font-size: 12px
    }
}

.services-list__price {
    display: inline-block;
    font-weight: 600;
    font-size: 24px
}

.services-list__price.services-list__price--action {
    color: #fd2341;
    transition: .26s ease-in-out
}

@media (max-width: 1279.98px) {
    .services-list__price {
        font-size: 20px
    }
}

@media (max-width: 991.98px) {
    .services-list__price {
        font-size: 18px
    }
}

.services-list__old-price {
    position: relative;
    display: inline-block;
    font-weight: 300;
    font-size: 24px
}

@media (max-width: 1279.98px) {
    .services-list__old-price {
        font-size: 20px
    }
}

@media (max-width: 991.98px) {
    .services-list__old-price {
        font-size: 18px
    }
}

.services-list__old-price::after {
    content: "";
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    left: -2px;
    height: 2px;
    margin: auto;
    background-color: #000;
    transition: .26s ease-in-out
}

@media (max-width: 1279.98px) {
    .services-list__button {
        max-width: 180px;
        width: 100%
    }
}

@media (max-width: 575.98px) {
    .services-list__button {
        max-width: 100%;
        margin-top: 15px
    }
}

.licence {
    position: relative;
    display: block
}

.licence::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 96px;
    height: 96px;
    margin: auto;
    background: rgba(0, 149, 87, .8) url(../img/eye.svg) center no-repeat;
    background-size: 42px;
    border-radius: 50%;
    opacity: 0;
    transform: scale(.2);
    transition: .32s ease-in-out
}

.licence:hover::after {
    transform: scale(1);
    opacity: 1
}

.licence:hover .licence__img {
    border-color: #1c5640
}

.licence__img {
    display: block;
    box-sizing: border-box;
    padding: 3px;
    max-width: 100%;
    height: auto;
    border: 1px solid #d0d0d0;
    transition: .24s ease
}

.step {
    position: relative;
    max-width: 230px;
    width: 100%;
    margin: 0 auto
}

@media (max-width: 991.98px) {
    .step {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        max-width: 100%
    }
}

.step__icon-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    margin: 0 auto 40px
}

@media (max-width: 1599.98px) {
    .step__icon-wrap {
        width: 86px;
        height: 86px
    }
}

@media (max-width: 1279.98px) {
    .step__icon-wrap {
        width: 64px;
        height: 64px;
        margin-bottom: 30px
    }
}

@media (max-width: 991.98px) {
    .step__icon-wrap {
        display: none
    }
}

.step__icon {
    display: block;
    width: 100%;
    height: auto
}

.step__num {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 90px;
    font-weight: 700;
    font-size: 116px;
    line-height: 1;
    color: #edf0f2
}

@media (max-width: 1599.98px) {
    .step__num {
        top: 95px;
        left: -5px;
        font-size: 106px
    }
}

@media (max-width: 1279.98px) {
    .step__num {
        top: 72px;
        font-size: 72px
    }
}

@media (max-width: 991.98px) {
    .step__num {
        position: initial;
        top: initial;
        left: initial;
        order: 0;
        width: 62px;
        margin-right: 15px;
        font-size: 44px;
        color: #1c5640
    }
}

@media (max-width: 767.98px) {
    .step__num {
        width: 50px;
        font-size: 36px
    }
}

.step__text {
    position: relative;
    z-index: 1;
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    text-align: center
}

@media (max-width: 1279.98px) {
    .step__text {
        font-size: 14px
    }
}

@media (max-width: 991.98px) {
    .step__text {
        order: 2;
        text-align: left
    }
}

@media (max-width: 767.98px) {
    .step__text {
        font-size: 13px
    }
}

.step__button {
    margin: 50px auto 0
}

@media (max-width: 1599.98px) {
    .step__button {
        margin-top: 45px
    }
}

@media (max-width: 1279.98px) {
    .step__button {
        margin-top: 40px
    }
}

@media (max-width: 991.98px) {
    .step__button {
        display: none
    }
}

.tags {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -8px 0;
    padding: 0;
    list-style: none
}

.tags__item {
    margin: 0 24px 8px 0
}

@media (max-width: 991.98px) {
    .tags__item {
        margin-right: 18px
    }
}

@media (max-width: 767.98px) {
    .tags__item {
        margin-right: 14px
    }
}

.tags__item:last-child {
    margin-right: 0
}

.tags__link {
    display: inline-block;
    box-sizing: border-box;
    padding: 12px 10px;
    font-size: 14px;
    text-decoration: none;
    color: #000;
    background-color: #f8fafc;
    border-radius: 20px;
    transition: .24s ease-in-out
}

@media (max-width: 991.98px) {
    .tags__link {
        font-size: 13px
    }
}

@media (max-width: 767.98px) {
    .tags__link {
        font-size: 12px
    }
}

.tags__link.tags__link--active, .tags__link:hover {
    color: #fff;
    background-color: #1c5640
}

.banner {
    position: relative;
    height: 342px;
    color: #fff;
    background: url(../img/banner-bg-01.png) left center no-repeat, linear-gradient(-38deg, #015733 0, #009456 100%);
    border-radius: 10px
}

@media (max-width: 1599.98px) {
    .banner {
        height: 322px
    }
}

@media (max-width: 1279.98px) {
    .banner {
        height: 272px
    }
}

@media (max-width: 991.98px) {
    .banner {
        height: auto;
        padding: 30px 60px;
        background: linear-gradient(-38deg, #015733 0, #009456 100%)
    }
}

@media (max-width: 767.98px) {
    .banner {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width: 575.98px) {
    .banner {
        padding-left: 15px;
        padding-right: 15px
    }
}

.banner__container {
    position: absolute;
    top: 0;
    left: 350px;
    bottom: 0;
    display: flex;
    align-items: center;
    max-width: 670px;
    width: 100%;
    margin: auto
}

@media (max-width: 1599.98px) {
    .banner__container {
        left: 320px;
        max-width: 620px
    }
}

@media (max-width: 991.98px) {
    .banner__container {
        position: initial;
        top: initial;
        left: initial;
        bottom: initial;
        max-width: 100%
    }
}

.banner__container.banner__container--small {
    left: initial;
    right: 320px;
    max-width: 530px
}

@media (max-width: 1599.98px) {
    .banner__container.banner__container--small {
        max-width: 440px
    }
}

@media (max-width: 1279.98px) {
    .banner__container.banner__container--small {
        top: -60px;
        right: 90px;
        max-width: 390px
    }
}

@media (max-width: 991.98px) {
    .banner__container.banner__container--small {
        max-width: 350px
    }
}

@media (max-width: 767.98px) {
    .banner__container.banner__container--small {
        max-width: 300px
    }
}

@media (max-width: 575.98px) {
    .banner__container.banner__container--small {
        max-width: 260px
    }
}

@media (max-width: 1279.98px) {
    .banner__container.banner__container--small + .banner__button {
        left: initial;
        right: 90px;
        bottom: 30px
    }
}

.banner__button {
    position: absolute;
    top: 0;
    right: 45px;
    bottom: 0;
    margin: auto
}

@media (max-width: 1279.98px) {
    .banner__button {
        top: initial;
        right: initial;
        bottom: 60px;
        left: 320px
    }
}

@media (max-width: 991.98px) {
    .banner__button {
        position: initial;
        left: initial;
        bottom: initial
    }
}

.banner__title {
    margin: 0;
    font-weight: 700;
    font-size: 32px
}

@media (max-width: 1599.98px) {
    .banner__title {
        font-size: 28px
    }
}

@media (max-width: 1279.98px) {
    .banner__title {
        font-size: 26px;
        transform: translateY(-30px)
    }
}

@media (max-width: 991.98px) {
    .banner__title {
        margin: 0 auto 30px;
        font-size: 24px;
        text-align: center;
        transform: none
    }
}

@media (max-width: 767.98px) {
    .banner__title {
        font-size: 20px
    }
}

@media (max-width: 575.98px) {
    .banner__title {
        font-size: 18px
    }
}

.banner__text {
    padding: 15px 0 15px 220px;
    margin: 0;
    font-weight: 700;
    font-size: 32px;
    background: url(../img/24-hours-white.svg) left center no-repeat;
    background-size: 170px
}

@media (max-width: 1599.98px) {
    .banner__text {
        padding-left: 170px;
        font-size: 28px;
        background-size: 140px
    }
}

@media (max-width: 1279.98px) {
    .banner__text {
        padding-left: 150px;
        font-size: 26px;
        background-size: 120px
    }
}

@media (max-width: 991.98px) {
    .banner__text {
        margin-bottom: 30px;
        padding-left: 120px;
        font-size: 24px;
        background-size: 100px
    }
}

@media (max-width: 767.98px) {
    .banner__text {
        padding: 10px 0 10px 100px;
        margin-bottom: 20px;
        font-size: 20px;
        background-size: 80px
    }
}

@media (max-width: 575.98px) {
    .banner__text {
        padding: 5px 0 5px 75px;
        font-size: 18px;
        background-size: 60px
    }
}

.banner__text-row-1 {
    font-weight: 300;
    font-size: 45px;
    text-transform: uppercase
}

@media (max-width: 1599.98px) {
    .banner__text-row-1 {
        font-size: 40px
    }
}

@media (max-width: 1279.98px) {
    .banner__text-row-1 {
        font-size: 36px
    }
}

@media (max-width: 991.98px) {
    .banner__text-row-1 {
        font-size: 30px
    }
}

@media (max-width: 767.98px) {
    .banner__text-row-1 {
        font-size: 24px
    }
}

@media (max-width: 575.98px) {
    .banner__text-row-1 {
        font-size: 22px
    }
}

.banner__text-row-2 {
    font-size: 25px
}

@media (max-width: 1599.98px) {
    .banner__text-row-2 {
        font-size: 21px
    }
}

@media (max-width: 1279.98px) {
    .banner__text-row-2 {
        font-size: 19px
    }
}

@media (max-width: 991.98px) {
    .banner__text-row-2 {
        font-size: 17px
    }
}

@media (max-width: 767.98px) {
    .banner__text-row-2 {
        font-size: 16px
    }
}

@media (max-width: 575.98px) {
    .banner__text-row-2 {
        font-size: 15px
    }
}

.banner-action {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 250px;
    padding-left: 180px;
    padding-right: 110px;
    color: #fff;
    background: #1c5640 url(../img/banner-phone.svg) left 55px top 45px no-repeat;
    background-size: 90px;
    border-radius: 10px
}

@media (max-width: 1599.98px) {
    .banner-action {
        padding-left: 160px;
        padding-right: 90px;
        background-position: left 45px top 35px;
        background-size: 80px
    }
}

@media (max-width: 1279.98px) {
    .banner-action {
        height: 210px;
        padding-left: 100px;
        padding-right: 40px;
        background-position: left 20px top 40px;
        background-size: 60px
    }
}

@media (max-width: 991.98px) {
    .banner-action {
        height: auto;
        padding: 30px 15px 30px 90px;
        background-position: left 20px top 35px;
        background-size: 48px
    }
}

@media (max-width: 767.98px) {
    .banner-action {
        padding-top: 15px;
        padding-bottom: 15px;
        background-position: left 20px top 20px
    }
}

@media (max-width: 575.98px) {
    .banner-action {
        padding-left: 70px;
        background-size: 36px
    }
}

.banner-action.banner-action--consultation {
    background-color: #0f7447;
    background-image: url(../img/banner-consultation.svg)
}

.banner-action__title {
    margin: 0 0 30px;
    font-weight: 700;
    font-size: 32px
}

@media (max-width: 1599.98px) {
    .banner-action__title {
        margin-bottom: 25px;
        font-size: 30px
    }
}

@media (max-width: 1279.98px) {
    .banner-action__title {
        margin-bottom: 20px;
        font-size: 26px
    }
}

@media (max-width: 991.98px) {
    .banner-action__title {
        font-size: 24px
    }
}

@media (max-width: 767.98px) {
    .banner-action__title {
        font-size: 20px
    }
}

@media (max-width: 575.98px) {
    .banner-action__title {
        font-size: 18px
    }
}

.banner-action__phone {
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 15px;
    font-weight: 700;
    font-size: 32px;
    text-decoration: none;
    color: #fff;
    background-color: #0f7447;
    transition: .24s ease-in-out
}

@media (max-width: 1599.98px) {
    .banner-action__phone {
        padding: 8px 13px;
        font-size: 30px
    }
}

@media (max-width: 1279.98px) {
    .banner-action__phone {
        padding: 5px 10px;
        font-size: 26px
    }
}

@media (max-width: 991.98px) {
    .banner-action__phone {
        font-size: 24px
    }
}

@media (max-width: 767.98px) {
    .banner-action__phone {
        font-size: 20px
    }
}

@media (max-width: 575.98px) {
    .banner-action__phone {
        font-size: 18px
    }
}

.banner-action__phone:hover {
    color: #1c5640;
    background-color: #fff
}

.text-content {
    max-width: 1140px;
    margin: -30px auto;
    font-size: 18px;
    line-height: 1.5
}

@media (max-width: 1599.98px) {
    .text-content {
        font-size: 17px
    }
}

@media (max-width: 1279.98px) {
    .text-content {
        font-size: 16px
    }
}

@media (max-width: 991.98px) {
    .text-content {
        font-size: 15px
    }
}

@media (max-width: 767.98px) {
    .text-content {
        font-size: 14px
    }
}

.text-content h2, .text-content h3, .text-content ol, .text-content p, .text-content ul {
    margin: 30px 0
}

@media (max-width: 991.98px) {
    .text-content h2, .text-content h3, .text-content ol, .text-content p, .text-content ul {
        margin: 25px 0
    }
}

@media (max-width: 767.98px) {
    .text-content h2, .text-content h3, .text-content ol, .text-content p, .text-content ul {
        margin: 20px 0
    }
}

.text-content h2 {
    font-size: 32px
}

@media (max-width: 1599.98px) {
    .text-content h2 {
        font-size: 30px
    }
}

@media (max-width: 1279.98px) {
    .text-content h2 {
        font-size: 26px
    }
}

@media (max-width: 991.98px) {
    .text-content h2 {
        font-size: 24px
    }
}

@media (max-width: 767.98px) {
    .text-content h2 {
        font-size: 20px
    }
}

@media (max-width: 575.98px) {
    .text-content h2 {
        font-size: 18px
    }
}

.text-content h3 {
    font-size: 30px
}

@media (max-width: 1599.98px) {
    .text-content h3 {
        font-size: 28px
    }
}

@media (max-width: 1279.98px) {
    .text-content h3 {
        font-size: 24px
    }
}

@media (max-width: 991.98px) {
    .text-content h3 {
        font-size: 22px
    }
}

@media (max-width: 767.98px) {
    .text-content h3 {
        font-size: 18px
    }
}

@media (max-width: 575.98px) {
    .text-content h3 {
        font-size: 16px
    }
}

.text-content ol, .text-content ul {
    padding: 0
}

.text-content ul li {
    position: relative;
    padding-left: 20px;
    list-style: none
}

.text-content ul li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #b0811d;
    border-radius: 50%
}

.text-content ol {
    padding-left: 30px
}

.text-content img {
    display: inline-flex;
    margin: 0;
    max-width: 100%;
    height: auto
}

@media (max-width: 767.98px) {
    .text-content img {
        max-width: 100%;
        margin: 30px auto
    }
}

.text-content a {
    text-decoration: none;
    color: #b0811d;
    transition: .2s ease
}

.text-content a:hover {
    color: #1c5640
}

.text-content blockquote {
    box-sizing: border-box;
    padding: 0 25px;
    margin: 0;
    font-style: italic;
    border: 1px solid #1c5640
}

@media (max-width: 991.98px) {
    .text-content blockquote {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 767.98px) {
    .text-content blockquote {
        padding-left: 15px;
        padding-right: 15px
    }
}

.doctor__fix {
    position: sticky;
    top: 60px
}

@media (max-width: 1279.98px) {
    .doctor__fix {
        top: 114px
    }
}

@media (max-width: 767.98px) {
    .doctor__fix {
        display: none
    }
}

.doctor__mobile {
    display: none
}

@media (max-width: 767.98px) {
    .doctor__mobile {
        display: block;
        margin-bottom: 30px
    }
}

.doctor__photo {
    display: flex;
    max-width: 100%;
    height: auto;
    margin-bottom: 40px
}

@media (max-width: 991.98px) {
    .doctor__photo {
        margin-bottom: 20px
    }
}

@media (max-width: 767.98px) {
    .doctor__photo {
        margin-bottom: 15px
    }
}

.doctor__button-first {
    margin-bottom: 10px
}

@media (max-width: 767.98px) {
    .doctor__button-first {
        margin-bottom: 0;
        margin-right: 15px
    }
}

@media screen and (max-width: 479.98px) {
    .doctor__button-first {
        margin-bottom: 10px;
        margin-right: 0
    }
}

.doctor__title {
    margin-bottom: 15px
}

.doctor__about {
    margin: 0 0 15px 0;
    font-size: 18px;
    line-height: 1.5
}

@media (max-width: 1599.98px) {
    .doctor__about {
        font-size: 17px
    }
}

@media (max-width: 1279.98px) {
    .doctor__about {
        font-size: 16px
    }
}

@media (max-width: 991.98px) {
    .doctor__about {
        font-size: 15px
    }
}

@media (max-width: 767.98px) {
    .doctor__about {
        font-size: 14px
    }
}

.doctor__experience-text {
    margin: 0 0 50px 0;
    font-weight: 700;
    font-size: 18px
}

@media (max-width: 1599.98px) {
    .doctor__experience-text {
        font-size: 17px
    }
}

@media (max-width: 1279.98px) {
    .doctor__experience-text {
        font-size: 16px
    }
}

@media (max-width: 991.98px) {
    .doctor__experience-text {
        margin-bottom: 30px
    }
}

@media (max-width: 767.98px) {
    .doctor__experience-text {
        font-size: 14px
    }
}

.doctor__experience-value {
    display: inline-block;
    box-sizing: border-box;
    padding: 8px 13px;
    color: #fff;
    background-color: #1c5640;
    border-radius: 20px
}

@media (max-width: 1599.98px) {
    .doctor__experience-value {
        padding: 7px 12px
    }
}

@media (max-width: 1279.98px) {
    .doctor__experience-value {
        padding: 6px 11px
    }
}

@media (max-width: 767.98px) {
    .doctor__experience-value {
        padding: 5px 9px
    }
}

.doctor__certificates {
    margin-top: 40px
}

.doctor__certificates-items {
    margin-bottom: -30px
}

.doctor__certificate-item {
    margin-bottom: 30px
}

.doctor__buttons {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (max-width: 767.98px) {
    .doctor__buttons {
        flex-direction: row
    }
}

@media screen and (max-width: 479.98px) {
    .doctor__buttons {
        flex-direction: column
    }
}

.certificate {
    position: relative;
    display: block;
    height: 290px
}

@media (max-width: 1279.98px) {
    .certificate {
        height: 260px
    }
}

@media screen and (max-width: 479.98px) {
    .certificate {
        height: 240px
    }
}

@media screen and (max-width: 359.98px) {
    .certificate {
        height: 220px
    }
}

.certificate::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 96px;
    height: 96px;
    margin: auto;
    background: rgba(0, 149, 87, .8) url(../img/eye.svg) center no-repeat;
    background-size: 42px;
    border-radius: 50%;
    opacity: 0;
    transform: scale(.2);
    transition: .32s ease-in-out
}

.certificate:hover::after {
    transform: scale(1);
    opacity: 1
}

.certificate:hover .certificate__img {
    border-color: #1c5640
}

.certificate__img {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    padding: 3px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    -o-object-position: center;
    object-position: center;
    border: 1px solid #d0d0d0;
    transition: .24s ease
}

.review-block {
    position: relative;
    box-sizing: border-box;
    padding: 30px 85px;
    color: #fff;
    background-color: #1c5640;
    border-radius: 10px
}

@media (max-width: 1599.98px) {
    .review-block {
        padding-left: 70px;
        padding-right: 70px
    }
}

@media (max-width: 1279.98px) {
    .review-block {
        padding: 25px 60px
    }
}

@media (max-width: 991.98px) {
    .review-block {
        padding: 20px 30px
    }
}

@media (max-width: 767.98px) {
    .review-block {
        padding: 15px
    }
}

.review-block__text {
    margin: 0;
    max-width: 820px;
    font-size: 24px;
    line-height: 1.3
}

@media (max-width: 1599.98px) {
    .review-block__text {
        max-width: 760px;
        font-size: 22px
    }
}

@media (max-width: 1279.98px) {
    .review-block__text {
        max-width: 560px;
        font-size: 20px
    }
}

@media (max-width: 991.98px) {
    .review-block__text {
        max-width: 395px;
        font-size: 18px
    }
}

@media (max-width: 767.98px) {
    .review-block__text {
        max-width: 100%;
        margin-bottom: 15px;
        font-size: 16px;
        text-align: center
    }
}

.review-block__button {
    position: absolute;
    top: 0;
    right: 85px;
    bottom: 0;
    margin: auto
}

@media (max-width: 1599.98px) {
    .review-block__button {
        right: 70px
    }
}

@media (max-width: 1279.98px) {
    .review-block__button {
        right: 60px
    }
}

@media (max-width: 991.98px) {
    .review-block__button {
        right: 30px
    }
}

@media (max-width: 767.98px) {
    .review-block__button {
        position: initial;
        top: initial;
        right: initial;
        bottom: initial
    }
}

.review-filters {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -5px 0;
    padding: 0;
    list-style: none
}

.review-filters__item {
    margin: 0 20px 5px 0;
    padding: 0
}

.review-filters__button {
    display: inline-block;
    box-sizing: border-box;
    padding: 12px 10px;
    font-size: 14px;
    text-decoration: none;
    color: #000;
    background-color: #f8fafc;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: .24s ease-in-out
}

@media (max-width: 991.98px) {
    .review-filters__button {
        font-size: 13px
    }
}

@media (max-width: 767.98px) {
    .review-filters__button {
        font-size: 12px
    }
}

.review-filters__button.review-filters__button--active {
    color: #fff;
    background-color: #1c5640
}

@media (hover: hover) {
    .review-filters__button:hover {
        color: #fff;
        background-color: #1c5640
    }
}

.review-filters__checkbox:checked + .review-filters__button {
    color: #fff;
    background-color: #1c5640
}

.action-preview {
    display: block;
    text-decoration: none;
    color: #000
}

.action-preview:hover .action-preview__photo-wrap::after {
    transform: translateY(0)
}

.action-preview:hover .action-preview__button-more {
    transform: scale(1)
}

.action-preview:hover .action-preview__title {
    color: #1c5640
}

.action-preview__photo-wrap {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden
}

@media (max-width: 1279.98px) {
    .action-preview__photo-wrap {
        margin-bottom: 25px
    }
}

@media (max-width: 991.98px) {
    .action-preview__photo-wrap {
        margin-bottom: 20px
    }
}

.action-preview__photo-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 170px;
    background: linear-gradient(to top, #009256 0, rgba(229, 230, 232, 0) 100%);
    transform: translateY(100%);
    transition: .38s ease-in-out
}

.action-preview__photo {
    display: flex;
    max-width: 100%;
    height: auto
}

.action-preview__button-more {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    max-width: 220px;
    width: 100%;
    height: 60px;
    padding: 20px 5px;
    margin: auto;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 0;
    transform: scale(0);
    transition: .38s ease-in-out
}

@media (max-width: 1599.98px) {
    .action-preview__button-more {
        width: 210px;
        height: 58px
    }
}

@media (max-width: 1279.98px) {
    .action-preview__button-more {
        width: 200px;
        height: 54px
    }
}

@media (max-width: 767.98px) {
    .action-preview__button-more {
        bottom: 30px;
        width: 180px;
        height: 50px;
        font-size: 12px
    }
}

.action-preview__title {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    transition: .38s ease-in-out
}

@media (max-width: 1599.98px) {
    .action-preview__title {
        font-size: 22px
    }
}

@media (max-width: 1279.98px) {
    .action-preview__title {
        font-size: 20px
    }
}

@media (max-width: 991.98px) {
    .action-preview__title {
        font-size: 18px
    }
}

@media (max-width: 767.98px) {
    .action-preview__title {
        margin-bottom: 15px;
        font-size: 16px
    }
}

.link-more {
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    color: #1c5640;
    transition: .24s ease-in-out
}

.link-more::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    background-color: #1c5640;
    transition: .24s ease-in-out
}

.link-more:hover {
    color: #fd2341
}

.link-more:hover::after {
    background-color: #fd2341
}

.service-card {
    position: relative;
    display: block;
    box-sizing: border-box;
    height: 260px;
    text-decoration: none;
    color: #000;
    background-color: #f8fafc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .34s ease-in-out
}

@media (max-width: 991.98px) {
    .service-card {
        height: 220px
    }
}

@media (max-width: 767.98px) {
    .service-card {
        height: 200px
    }
}

.service-card:hover {
    box-shadow: 0 6px 30px 0 rgba(50, 55, 53, .27)
}

.service-card:hover .service-card__button {
    opacity: 1
}

.service-card__title {
    position: absolute;
    top: 40px;
    left: 40px;
    right: 40px;
    margin: 0;
    padding: 5px 2px;
    font-size: 24px;
    line-height: 1.33;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, .8)
}

@media (max-width: 1599.98px) {
    .service-card__title {
        top: 30px;
        left: 30px;
        right: 30px;
        font-size: 22px
    }
}

@media (max-width: 991.98px) {
    .service-card__title {
        top: 20px;
        left: 15px;
        right: 15px
    }
}

@media (max-width: 767.98px) {
    .service-card__title {
        font-size: 18px
    }
}

@media (max-width: 575.98px) {
    .service-card__title {
        top: 15px
    }
}

.service-card__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 40px;
    height: 4px;
    background-color: #1c5640
}

@media (max-width: 991.98px) {
    .service-card__title::after {
        width: 36px;
        height: 3px
    }
}

@media (max-width: 767.98px) {
    .service-card__title::after {
        width: 32px;
        height: 2px
    }
}

.service-card__button {
    position: absolute;
    left: 40px;
    bottom: 40px;
    opacity: 0;
    transition: .34s ease-in-out
}

@media (max-width: 1599.98px) {
    .service-card__button {
        left: 30px;
        bottom: 30px
    }
}

@media (max-width: 991.98px) {
    .service-card__button {
        left: 15px;
        bottom: 20px
    }
}

@media (max-width: 575.98px) {
    .service-card__button {
        bottom: 15px
    }
}

.banner-consultation {
    position: relative;
    box-sizing: border-box;
    height: 260px;
    padding: 40px;
    color: #fff;
    background: linear-gradient(99deg, #009457, #015833)
}

@media (max-width: 1599.98px) {
    .banner-consultation {
        padding: 30px
    }
}

@media (max-width: 991.98px) {
    .banner-consultation {
        height: 220px;
        padding: 20px 15px
    }
}

@media (max-width: 767.98px) {
    .banner-consultation {
        height: 200px
    }
}

@media (max-width: 575.98px) {
    .banner-consultation {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.banner-consultation__title {
    margin: 0 0 15px 0;
    font-size: 24px;
    line-height: 1.33;
    text-transform: uppercase
}

@media (max-width: 1599.98px) {
    .banner-consultation__title {
        font-size: 22px
    }
}

@media (max-width: 767.98px) {
    .banner-consultation__title {
        font-size: 18px
    }
}

@media (max-width: 575.98px) {
    .banner-consultation__title {
        margin-bottom: 10px
    }
}

.banner-consultation__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.33
}

@media (max-width: 575.98px) {
    .banner-consultation__text {
        font-size: 12px
    }
}

.banner-consultation__button {
    position: absolute;
    left: 40px;
    bottom: 40px
}

@media (max-width: 1599.98px) {
    .banner-consultation__button {
        left: 30px;
        bottom: 30px
    }
}

@media (max-width: 991.98px) {
    .banner-consultation__button {
        left: 15px;
        bottom: 20px
    }
}

@media (max-width: 575.98px) {
    .banner-consultation__button {
        bottom: 15px
    }
}

.smart-content {
    position: relative;
    max-height: 520px;
    overflow: hidden
}

.smart-content.smart-content--open {
    max-height: 100%
}

.smart-content.smart-content--open::after {
    content: none
}

.smart-content::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 220px;
    background: linear-gradient(rgba(255, 255, 255, 0), #fff);
    pointer-events: none
}

.mobile-phone {
    display: none
}

@media (max-width: 767.98px) {
    .mobile-phone {
        display: inline-block;
        font-weight: 700;
        font-size: 14px;
        text-decoration: none;
        color: #1c5640
    }
}

.red-button {
    display: none
}

@media (max-width: 1279.98px) {
    .red-button {
        position: fixed;
        z-index: 19;
        left: 10px;
        bottom: 15px;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        box-sizing: border-box;
        height: 52px;
        padding: 5px 25px 5px 45px;
        text-decoration: none;
        color: #fff;
        background: #fd2341 url(../img/phone.svg) left 10px center no-repeat;
        background-size: 25px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        border-radius: 25px
    }
}

.red-button__text {
    display: inline-block;
    font-weight: 600;
    font-size: 16px
}

.red-button__small-text {
    display: inline-block;
    font-size: 12px
}

.developer-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: var(--theme-color-white)
}

.developer-logo:hover .developer-logo__text {
    color: #1c5640
}

.developer-logo__text {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    white-space: nowrap;
    transition: .28s ease
}

@media (max-width: 1279.98px) {
    .developer-logo__text {
        font-size: 13px
    }
}

@media (max-width: 991.98px) {
    .developer-logo__text {
        margin-right: 7px;
        font-size: 12px
    }
}

@media (max-width: 575.98px) {
    .developer-logo__text {
        margin-right: 5px;
        font-size: 10px
    }
}

.developer-logo__img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 54px
}

@media (max-width: 1279.98px) {
    .developer-logo__img {
        max-height: 50px
    }
}

@media (max-width: 991.98px) {
    .developer-logo__img {
        max-height: 46px
    }
}

@media (max-width: 575.98px) {
    .developer-logo__img {
        max-height: 42px
    }
}

.header {
    position: relative;
    z-index: 10;
    background-color: #fff;
    box-shadow: 0 9px 31px 0 rgba(50, 55, 53, .15)
}

@media (max-width: 1279.98px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        min-width: 320px;
        height: 74px;
        background-color: #f8fafc
    }
}

@media (max-width: 1279.98px) {
    .header__desktop {
        display: none
    }
}

.header__mobile-top {
    display: none
}

@media (max-width: 991.98px) {
    .header__mobile-top {
        display: block;
        box-sizing: border-box;
        padding: 5px 0;
        background-color: #fff
    }
}

.header__mobile {
    display: none
}

@media (max-width: 1279.98px) {
    .header__mobile {
        display: flex;
        align-items: center;
        box-sizing: border-box;
        height: 100%
    }
}

@media (max-width: 991.98px) {
    .header__mobile {
        height: auto;
        padding: 2px 0
    }
}

.header__logo {
    max-width: 204px
}

@media (max-width: 1279.98px) {
    .header__logo {
        max-width: 132px
    }
}

@media (max-width: 991.98px) {
    .header__logo {
        max-width: 20px
    }
}

.header__work-time {
    margin-right: auto;
    margin-left: 30px
}

@media (max-width: 1279.98px) {
    .header__work-time {
        margin-left: 20px;
        margin-right: 0
    }
}

@media (max-width: 991.98px) {
    .header__work-time {
        margin-left: 10px;
        margin-right: auto
    }
}

.header__phones {
    margin-left: 0;
    margin-right: 80px
}

@media (max-width: 1599.98px) {
    .header__phones {
        margin-right: 40px
    }
}

@media (max-width: 1279.98px) {
    .header__phones {
        margin-left: auto
    }
}

@media (max-width: 991.98px) {
    .header__phones {
        margin-left: 10px
    }
}

@media (max-width: 767.98px) {
    .header__phones {
        display: none
    }
}

.header__socials {
    margin-left: 0;
    margin-right: 120px
}

@media (max-width: 1599.98px) {
    .header__socials {
        margin-right: 40px
    }
}

@media (max-width: 767.98px) {
    .header__socials {
        display: none
    }
}

.header__visually-impaired {
    margin-left: 0;
    margin-right: 20px
}

.header__top {
    padding: 10px 0;
    background-color: #f8fafc
}

.header__middle {
    padding: 20px 0
}

.header__bottom {
    box-sizing: border-box;
    border-top: 1px solid #d1d1d1
}

.header__hamburger {
    margin-left: 0
}

.header__location {
    margin-left: 40px
}

@media (max-width: 991.98px) {
    .header__location {
        margin-left: 0
    }
}

.header__mobile-menu {
    position: fixed;
    z-index: 1;
    top: 74px;
    bottom: 0;
    left: -110%;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 15px;
    overflow: auto;
    width: 100%;
    background: #fff;
    transition: .55s ease-in-out
}

.header__mobile-menu.header__mobile-menu--open {
    left: 0
}

@media (min-width: 1280px) {
    .header__mobile-menu.header__mobile-menu--open {
        left: -110%
    }
}

.header__mobile-menu-list {
    margin-top: 15px
}

.header__phones-mobile {
    display: none
}

@media (max-width: 767.98px) {
    .header__phones-mobile {
        display: block;
        margin-bottom: 20px
    }
}

.header__socials-mobile {
    display: none
}

@media (max-width: 767.98px) {
    .header__socials-mobile {
        display: flex;
        margin-bottom: 20px
    }
}

.header__mobile-button {
    margin-top: 20px
}

.section {
    padding: 90px 0
}

.section.section--light-gray {
    background-color: #f8fafc
}

@media (max-width: 1599.98px) {
    .section {
        padding: 80px 0
    }
}

@media (max-width: 1279.98px) {
    .section {
        padding: 70px 0
    }
}

@media (max-width: 991.98px) {
    .section {
        padding: 60px 0
    }
}

@media (max-width: 767.98px) {
    .section {
        padding: 40px 0
    }
}

.section__title {
    margin-bottom: 70px
}

@media (max-width: 1279.98px) {
    .section__title {
        margin-bottom: 60px
    }
}

@media (max-width: 991.98px) {
    .section__title {
        margin-bottom: 50px
    }
}

@media (max-width: 767.98px) {
    .section__title {
        margin-bottom: 40px
    }
}

.section__title-2 {
    margin-bottom: 40px
}

@media (max-width: 767.98px) {
    .section__title-2 {
        margin-bottom: 30px
    }
}

.section__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.section__link-more {
    margin-top: 5px
}

@media (max-width: 991.98px) {
    .section__link-more {
        display: none
    }
}

.main-screen {
    position: relative;
    display: flex;
    align-items: center;
    height: 592px;
    background: #e0dedc url(../img/main2.jpg) center no-repeat;
    background-size: cover
}

@media screen and (min-width: 1920.98px) {
    .main-screen {
        height: 760px
    }
}

@media (max-width: 1279.98px) {
    .main-screen {
        height: 450px;
        background-image: url(../img/main-lg2.jpg)
    }
}

@media (max-width: 991.98px) {
    .main-screen {
        height: 370px;
        background-image: url(../img/main-md2.jpg)
    }
}

@media (max-width: 767.98px) {
    .main-screen {
        height: 310px;
        background-image: url(../img/main-sm2.jpg)
    }
}

@media (max-width: 575.98px) {
    .main-screen {
        height: 310px;
        background-image: none
    }
}

.main-screen.main-screen--service {
    background: #e0dedc
}

.main-screen__bg {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background-position: center;
    background-size: cover
}

@media (max-width: 767.98px) {
    .main-screen__bg {
        width: 40%
    }
}

@media (max-width: 575.98px) {
    .main-screen__bg {
        display: none
    }
}

.main-screen__title {
    max-width: 420px;
    margin: 0 0 70px 0;
    font-weight: 700;
    font-size: 42px;
    text-transform: uppercase
}

@media (max-width: 1599.98px) {
    .main-screen__title {
        font-size: 40px
    }
}

@media (max-width: 1279.98px) {
    .main-screen__title {
        margin-bottom: 50px;
        font-size: 36px
    }
}

@media (max-width: 991.98px) {
    .main-screen__title {
        margin-bottom: 40px;
        max-width: 335px;
        font-size: 28px
    }
}

@media (max-width: 767.98px) {
    .main-screen__title {
        margin-bottom: 30px;
        max-width: 310px;
        font-size: 22px
    }
}

@media (max-width: 575.98px) {
    .main-screen__title {
        font-size: 20px
    }
}

.main-screen__list {
    max-width: 420px;
    margin-bottom: 50px
}

@media (max-width: 1279.98px) {
    .main-screen__list {
        margin-bottom: 40px
    }
}

@media (max-width: 991.98px) {
    .main-screen__list {
        max-width: 335px
    }
}

@media (max-width: 767.98px) {
    .main-screen__list {
        margin-bottom: 30px;
        max-width: 310px
    }
}

.section-contacts__row {
    margin-bottom: -60px
}

@media (max-width: 1279.98px) {
    .section-contacts__row {
        margin-bottom: -40px
    }
}

.section-contacts__col {
    margin-bottom: 60px
}

@media (max-width: 1279.98px) {
    .section-contacts__col {
        margin-bottom: 40px
    }
}

.section-contacts__col:last-child {
    margin-top: 60px
}

@media (max-width: 1279.98px) {
    .section-contacts__col:last-child {
        margin-top: 40px
    }
}

@media (max-width: 991.98px) {
    .section-contacts__col:last-child {
        margin-top: 0
    }
}

.section-reviews.section-reviews--gradient {
    background: linear-gradient(#fff, #f8fafc)
}

.section-reviews__item {
    margin-bottom: 30px
}

.section-reviews__item:last-child {
    margin-bottom: 0
}

.section-reviews__button-all {
    margin: 45px auto 0
}

.section-reviews__block {
    margin-bottom: 50px
}

.section-reviews__filters {
    margin-bottom: 50px
}

.section-price__block {
    margin-bottom: 95px
}

@media (max-width: 1599.98px) {
    .section-price__block {
        margin-bottom: 90px
    }
}

@media (max-width: 1279.98px) {
    .section-price__block {
        margin-bottom: 80px
    }
}

@media (max-width: 991.98px) {
    .section-price__block {
        margin-bottom: 60px
    }
}

@media (max-width: 767.98px) {
    .section-price__block {
        margin-bottom: 40px
    }
}

.section-price__mobile-button {
    margin: 40px auto 0
}

@media (min-width: 992px) {
    .section-price__mobile-button {
        display: none
    }
}

@media (max-width: 767.98px) {
    .section-price__mobile-button {
        margin-top: 30px
    }
}

.section-advantages__banners {
    margin-top: 90px;
    margin-bottom: -30px
}

@media (max-width: 1599.98px) {
    .section-advantages__banners {
        margin-top: 80px
    }
}

@media (max-width: 1279.98px) {
    .section-advantages__banners {
        margin-top: 70px
    }
}

@media (max-width: 991.98px) {
    .section-advantages__banners {
        margin-top: 60px
    }
}

@media (max-width: 767.98px) {
    .section-advantages__banners {
        margin-top: 40px
    }
}

.section-advantages__banner {
    margin-bottom: 30px
}

.section-advantages__banner-2 {
    margin-top: 90px
}

@media (max-width: 1599.98px) {
    .section-advantages__banner-2 {
        margin-top: 80px
    }
}

@media (max-width: 1279.98px) {
    .section-advantages__banner-2 {
        margin-top: 70px
    }
}

@media (max-width: 991.98px) {
    .section-advantages__banner-2 {
        margin-top: 60px
    }
}

@media (max-width: 767.98px) {
    .section-advantages__banner-2 {
        margin-top: 40px
    }
}

.section-doctors__wrap {
    position: relative
}

.section-doctors__button-all {
    position: absolute;
    right: 0;
    bottom: -26px
}

@media (max-width: 1279.98px) {
    .section-doctors__button-all {
        bottom: -22px
    }
}

@media (max-width: 767.98px) {
    .section-doctors__button-all {
        position: relative;
        right: initial;
        bottom: initial;
        margin: 40px auto 0
    }
}

.section-doctors__banner {
    margin-top: 90px
}

@media (max-width: 1599.98px) {
    .section-doctors__banner {
        margin-top: 80px
    }
}

@media (max-width: 1279.98px) {
    .section-doctors__banner {
        margin-top: 70px
    }
}

@media (max-width: 991.98px) {
    .section-doctors__banner {
        margin-top: 60px
    }
}

@media (max-width: 767.98px) {
    .section-doctors__banner {
        margin-top: 40px
    }
}

.section-doctors__items {
    margin-bottom: -40px
}

.section-doctors__item {
    margin-bottom: 40px
}

@media (min-width: 1280px) {
    .section-doctor__container {
        max-width: 1230px
    }
}

.section-actions__items {
    margin-bottom: -45px
}

@media (max-width: 1279.98px) {
    .section-actions__items {
        margin-bottom: -40px
    }
}

.section-actions__item {
    margin-bottom: 45px
}

@media (max-width: 1279.98px) {
    .section-actions__item {
        margin-bottom: 40px
    }
}

@media (max-width: 991.98px) {
    .section-actions__item {
        margin-bottom: 30px
    }
}

@media (max-width: 767.98px) {
    .section-actions__item {
        margin-bottom: 20px
    }
}

.section-action__img {
    display: block;
    margin: 0 auto 90px;
    max-width: 100%;
    height: auto
}

@media (max-width: 1599.98px) {
    .section-action__img {
        margin-bottom: 80px
    }
}

@media (max-width: 1279.98px) {
    .section-action__img {
        margin-bottom: 70px
    }
}

@media (max-width: 991.98px) {
    .section-action__img {
        margin-bottom: 60px
    }
}

@media (max-width: 767.98px) {
    .section-action__img {
        margin-bottom: 40px
    }
}

.section-action__button {
    margin: 50px auto 0
}

@media (max-width: 991.98px) {
    .section-action__button {
        margin-top: 40px
    }
}

@media (max-width: 767.98px) {
    .section-action__button {
        margin-top: 30px
    }
}

.section-licences__items {
    margin-bottom: -30px
}

.section-licences__item {
    margin-bottom: 30px
}

.section-services__items {
    margin-bottom: -30px
}

.section-services__item {
    margin-bottom: 30px
}

.section-questions__block {
    margin-top: 50px
}

@media (max-width: 991.98px) {
    .section-questions__block {
        margin-top: 40px
    }
}

@media (max-width: 767.98px) {
    .section-questions__block {
        margin-top: 30px
    }
}

.section-about__gallery {
    margin-bottom: 50px
}

@media (max-width: 991.98px) {
    .section-about__gallery {
        margin-bottom: 40px
    }
}

@media (max-width: 767.98px) {
    .section-about__gallery {
        margin-bottom: 30px
    }
}

.footer {
    background-color: #f8fafc;
    border-bottom: 10px solid #1c5640
}

@media (max-width: 1279.98px) {
    .footer {
        border-width: 8px
    }
}

@media (max-width: 991.98px) {
    .footer {
        border-width: 6px
    }
}

@media (max-width: 767.98px) {
    .footer {
        border-width: 4px
    }
}

.footer__top {
    padding: 70px 0
}

@media (max-width: 1599.98px) {
    .footer__top {
        padding: 60px 0
    }
}

@media (max-width: 1279.98px) {
    .footer__top {
        padding: 50px 0
    }
}

@media (max-width: 991.98px) {
    .footer__top {
        padding: 40px 0
    }
}

@media (max-width: 767.98px) {
    .footer__top {
        padding: 20px 0 25px
    }
}

.footer__phones {
    margin-bottom: 40px
}

@media (max-width: 991.98px) {
    .footer__phones {
        margin-bottom: 20px
    }
}

@media (max-width: 767.98px) {
    .footer__phones {
        text-align: center
    }
}

.footer__logo {
    transform: translateY(-22px)
}

@media (max-width: 1279.98px) {
    .footer__logo {
        max-width: 180px;
        transform: translateY(-14px)
    }
}

@media (max-width: 991.98px) {
    .footer__logo {
        margin-bottom: 30px;
        transform: none
    }
}

@media (max-width: 767.98px) {
    .footer__logo {
        max-width: 140px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto
    }
}

.footer__work-time {
    transform: translateY(8px)
}

@media (max-width: 1599.98px) {
    .footer__work-time {
        transform: translateY(11px)
    }
}

@media (max-width: 1279.98px) {
    .footer__work-time {
        transform: translateY(3px)
    }
}

@media (max-width: 991.98px) {
    .footer__work-time {
        transform: none
    }
}

@media (max-width: 767.98px) {
    .footer__work-time {
        width: 140px;
        margin: 0 auto 30px
    }
}

.footer__bottom {
    position: relative;
    box-sizing: border-box;
    padding: 35px 0 45px
}

@media (max-width: 1279.98px) {
    .footer__bottom {
        padding: 30px 0 35px
    }
}

@media (max-width: 767.98px) {
    .footer__bottom {
        padding: 20px 0 25px
    }
}

.footer__bottom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 1370px;
    height: 2px;
    margin: 0 auto;
    background-color: #1c5640
}

@media (max-width: 1599.98px) {
    .footer__bottom::before {
        width: 1200px
    }
}

@media (max-width: 1279.98px) {
    .footer__bottom::before {
        width: 930px
    }
}

@media (max-width: 991.98px) {
    .footer__bottom::before {
        width: 690px
    }
}

@media (max-width: 767.98px) {
    .footer__bottom::before {
        width: 540px
    }
}

@media (max-width: 575.98px) {
    .footer__bottom::before {
        width: calc(100% - 30px)
    }
}

.footer__text {
    margin: 0 0 20px 0;
    font-size: 14px
}

@media (max-width: 1279.98px) {
    .footer__text {
        font-size: 13px
    }
}

@media (max-width: 991.98px) {
    .footer__text {
        font-size: 12px
    }
}

@media (max-width: 767.98px) {
    .footer__text {
        font-size: 10px
    }
}

.footer__buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

@media (max-width: 767.98px) {
    .footer__buttons {
        align-items: center
    }
}

.footer__button {
    margin-bottom: 10px
}

.footer__button:last-child {
    margin-bottom: 0
}

@media (max-width: 1279.98px) {
    .footer__col-bottom {
        margin-top: 45px;
        text-align: center
    }
}

@media (max-width: 767.98px) {
    .footer__col-bottom {
        margin-top: 30px
    }
}

@media (max-width: 767.98px) {
    .footer__col-menu {
        margin-bottom: 7px
    }
}

@media (max-width: 991.98px) {
    .footer__col-menu:last-child {
        margin-bottom: 0
    }
}

@media (max-width: 991.98px) {
    .footer__col-buttons, .footer__col-contacts {
        margin-top: -94px
    }
}

@media (max-width: 767.98px) {
    .footer__col-buttons, .footer__col-contacts {
        margin-top: 0
    }
}

@media (max-width: 767.98px) {
    .footer__col-contacts {
        margin-bottom: 30px
    }
}

.footer__developer {
    margin-top: auto
}

@media (max-width: 1279.98px) {
    .footer__developer {
        margin-top: 20px
    }
}

body {
    min-width: 320px;
    font-family: Montserrat, Helvatica, Arial, sans-serif;
    line-height: 1.2;
    color: #000;
    background-color: #fff
}

::-moz-selection {
    color: #fff;
    background: #00af66
}

::selection {
    color: #fff;
    background: #00af66
}

.container {
    box-sizing: border-box
}

a:focus, button:focus, input:focus, summary:focus, textarea:focus {
    outline: 0
}

a:focus-visible, button:focus-visible, input:focus-visible, summary:focus-visible, textarea:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(25, 135, 84, .75);
    transition: .15s ease
}

a, button, input, select, textarea {
    -webkit-tap-highlight-color: transparent
}

.grecaptcha-badge {
    visibility: hidden
}