

/* Start:/local/templates/ipmdlk_common/css/style.css?1757066592424582*/
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: none;
    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: none;
    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: transparent;
    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: transparent;
    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: transparent;
    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: none
}

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

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

.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: transparent;
    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: transparent;
    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(0deg)
}

.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: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    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: rgba(0, 0, 0, 0);
    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: none;
    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: "Inter";
    src: url("/local/templates/ipmdlk_common/css/../fonts/Inter-Regular.woff2") format("woff2"), url("/local/templates/ipmdlk_common/css/../fonts/Inter-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Inter";
    src: url("/local/templates/ipmdlk_common/css/../fonts/Inter-Medium.woff2") format("woff2"), url("/local/templates/ipmdlk_common/css/../fonts/Inter-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Inter";
    src: url("/local/templates/ipmdlk_common/css/../fonts/Inter-SemiBold.woff2") format("woff2"), url("/local/templates/ipmdlk_common/css/../fonts/Inter-Regular.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Inter";
    src: url("/local/templates/ipmdlk_common/css/../fonts/Inter-Bold.woff2") format("woff2"), url("/local/templates/ipmdlk_common/css/../fonts/Inter-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Montserrat";
    src: url("/local/templates/ipmdlk_common/css/../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("/local/templates/ipmdlk_common/css/../fonts/Montserrat-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@media print, screen and (min-width: 40em) {
    .reveal.large, .reveal.small, .reveal.tiny, .reveal {
        right: auto;
        left: auto;
        margin: 0 auto
    }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

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

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

a {
    background-color: rgba(0, 0, 0, 0)
}

abbr[title] {
    border-bottom: 0;
    -webkit-text-decoration: underline dotted;
    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: -0.25em
}

sup {
    top: -0.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
}

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

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

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

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

legend {
    -webkit-box-sizing: border-box;
    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] {
    -webkit-box-sizing: border-box;
    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
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus, [data-whatintent=touch] *, [data-whatintent=touch] *:focus, [data-whatinput=mouse] *, [data-whatinput=mouse] *:focus, [data-whatinput=touch] *, [data-whatinput=touch] *:focus {
    outline: none
}

[draggable=false] {
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

.foundation-mq {
    font-family: "small=0em&medium=40em&large=60em&xlarge=75em&xxlarge=90em&xxxlarge=120em&giant=160em"
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1rem
}

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

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    line-height: 1.9;
    color: #444;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: .25rem
}

select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: .25rem
}

.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
    max-width: none !important
}

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: .25rem;
    background: rgba(0, 0, 0, 0);
    line-height: 1;
    cursor: pointer
}

[data-whatinput=mouse] button {
    outline: 0
}

pre {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

button, input, optgroup, select, textarea {
    font-family: inherit
}

.is-visible {
    display: block !important
}

.is-hidden {
    display: none !important
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0
}

p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility
}

em, i {
    font-style: italic;
    line-height: inherit
}

strong, b {
    font-weight: 700;
    line-height: inherit
}

small {
    font-size: 80%;
    line-height: inherit
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: inherit;
    text-rendering: optimizeLegibility
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small {
    line-height: 0;
    color: #cacaca
}

h1, .h1 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

h2, .h2 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

h3, .h3 {
    font-size: 1.1875rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

h4, .h4 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

h5, .h5 {
    font-size: 1.0625rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

h6, .h6 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

@media print, screen and (min-width: 40em) {
    h1, .h1 {
        font-size: 3rem
    }

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

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

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

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

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

a {
    line-height: inherit;
    color: #b22222;
    text-decoration: none;
    cursor: pointer
}

a:hover, a:focus {
    color: #991d1d
}

a img {
    border: 0
}

hr {
    clear: both;
    max-width: 102.6875rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0
}

ul, ol, dl {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6
}

li {
    font-size: inherit
}

ul {
    margin-left: 1.25rem;
    list-style-type: disc
}

ol {
    margin-left: 1.25rem
}

ul ul, ul ol, ol ul, ol ol {
    margin-left: 1.25rem;
    margin-bottom: 0
}

dl {
    margin-bottom: 1rem
}

dl dt {
    margin-bottom: .3rem;
    font-weight: 700
}

blockquote {
    margin: 0 0 1rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca
}

blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a
}

abbr, abbr[title] {
    border-bottom: 1px dotted #444;
    cursor: help;
    text-decoration: none
}

figure {
    margin: 0
}

kbd {
    margin: 0;
    padding: .125rem .25rem 0;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #444;
    border-radius: .25rem
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    font-weight: normal;
    line-height: 1.4;
    color: #8a8a8a
}

.lead {
    font-size: 1.25rem;
    line-height: 1.6
}

.stat {
    font-size: 2.5rem;
    line-height: 1
}

p + .stat {
    margin-top: -1rem
}

ul.no-bullet, ol.no-bullet {
    margin-left: 0;
    list-style: none
}

.cite-block, cite {
    display: block;
    color: #8a8a8a;
    font-size: .8125rem
}

.cite-block:before, cite:before {
    content: "— "
}

.code-inline, code {
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #444;
    display: inline;
    max-width: 100%;
    word-wrap: break-word;
    padding: .125rem .3125rem .0625rem
}

.code-block {
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #444;
    display: block;
    overflow: auto;
    white-space: pre;
    padding: 1rem;
    margin-bottom: 1.5rem
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

@media print, screen and (min-width: 40em) {
    .medium-text-left {
        text-align: left
    }

    .medium-text-right {
        text-align: right
    }

    .medium-text-center {
        text-align: center
    }

    .medium-text-justify {
        text-align: justify
    }
}

@media print, screen and (min-width: 60em) {
    .large-text-left {
        text-align: left
    }

    .large-text-right {
        text-align: right
    }

    .large-text-center {
        text-align: center
    }

    .large-text-justify {
        text-align: justify
    }
}

@media screen and (min-width: 75em) {
    .xlarge-text-left {
        text-align: left
    }

    .xlarge-text-right {
        text-align: right
    }

    .xlarge-text-center {
        text-align: center
    }

    .xlarge-text-justify {
        text-align: justify
    }
}

@media screen and (min-width: 90em) {
    .xxlarge-text-left {
        text-align: left
    }

    .xxlarge-text-right {
        text-align: right
    }

    .xxlarge-text-center {
        text-align: center
    }

    .xxlarge-text-justify {
        text-align: justify
    }
}

.show-for-print {
    display: none !important
}

@media print {
    * {
        background: rgba(0, 0, 0, 0) !important;
        color: #000 !important;
        -webkit-print-color-adjust: economy;
        print-color-adjust: economy;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    .show-for-print {
        display: block !important
    }

    .hide-for-print {
        display: none !important
    }

    table.show-for-print {
        display: table !important
    }

    thead.show-for-print {
        display: table-header-group !important
    }

    tbody.show-for-print {
        display: table-row-group !important
    }

    tr.show-for-print {
        display: table-row !important
    }

    td.show-for-print {
        display: table-cell !important
    }

    th.show-for-print {
        display: table-cell !important
    }

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

    a[href]:after {
        content: " (" attr(href) ")"
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }

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

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

    thead {
        display: table-header-group
    }

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

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

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

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

    .print-break-inside {
        page-break-inside: auto
    }
}

.grid-container {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 102.6875rem;
    margin-left: auto;
    margin-right: auto
}

@media print, screen and (min-width: 40em) {
    .grid-container {
        padding-right: 0.625rem;
        padding-left: 0.625rem
    }
}

.grid-container.fluid {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media print, screen and (min-width: 40em) {
    .grid-container.fluid {
        padding-right: 0.625rem;
        padding-left: 0.625rem
    }
}

.grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.grid-x {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%
}

.cell.auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.cell.shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-x > .auto {
    width: auto
}

.grid-x > .shrink {
    width: auto
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12, .grid-x > .small-13, .grid-x > .small-14, .grid-x > .small-15, .grid-x > .small-16, .grid-x > .small-17, .grid-x > .small-18, .grid-x > .small-19, .grid-x > .small-20, .grid-x > .small-21, .grid-x > .small-22, .grid-x > .small-23, .grid-x > .small-24 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

@media print, screen and (min-width: 40em) {
    .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12, .grid-x > .medium-13, .grid-x > .medium-14, .grid-x > .medium-15, .grid-x > .medium-16, .grid-x > .medium-17, .grid-x > .medium-18, .grid-x > .medium-19, .grid-x > .medium-20, .grid-x > .medium-21, .grid-x > .medium-22, .grid-x > .medium-23, .grid-x > .medium-24 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media print, screen and (min-width: 60em) {
    .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12, .grid-x > .large-13, .grid-x > .large-14, .grid-x > .large-15, .grid-x > .large-16, .grid-x > .large-17, .grid-x > .large-18, .grid-x > .large-19, .grid-x > .large-20, .grid-x > .large-21, .grid-x > .large-22, .grid-x > .large-23, .grid-x > .large-24 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media screen and (min-width: 75em) {
    .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12, .grid-x > .xlarge-13, .grid-x > .xlarge-14, .grid-x > .xlarge-15, .grid-x > .xlarge-16, .grid-x > .xlarge-17, .grid-x > .xlarge-18, .grid-x > .xlarge-19, .grid-x > .xlarge-20, .grid-x > .xlarge-21, .grid-x > .xlarge-22, .grid-x > .xlarge-23, .grid-x > .xlarge-24 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media screen and (min-width: 90em) {
    .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12, .grid-x > .xxlarge-13, .grid-x > .xxlarge-14, .grid-x > .xxlarge-15, .grid-x > .xxlarge-16, .grid-x > .xxlarge-17, .grid-x > .xxlarge-18, .grid-x > .xxlarge-19, .grid-x > .xxlarge-20, .grid-x > .xxlarge-21, .grid-x > .xxlarge-22, .grid-x > .xxlarge-23, .grid-x > .xxlarge-24 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.grid-x > .small-24, .grid-x > .small-23, .grid-x > .small-22, .grid-x > .small-21, .grid-x > .small-20, .grid-x > .small-19, .grid-x > .small-18, .grid-x > .small-17, .grid-x > .small-16, .grid-x > .small-15, .grid-x > .small-14, .grid-x > .small-13, .grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-x > .small-1 {
    width: 4.1666666667%
}

.grid-x > .small-2 {
    width: 8.3333333333%
}

.grid-x > .small-3 {
    width: 12.5%
}

.grid-x > .small-4 {
    width: 16.6666666667%
}

.grid-x > .small-5 {
    width: 20.8333333333%
}

.grid-x > .small-6 {
    width: 25%
}

.grid-x > .small-7 {
    width: 29.1666666667%
}

.grid-x > .small-8 {
    width: 33.3333333333%
}

.grid-x > .small-9 {
    width: 37.5%
}

.grid-x > .small-10 {
    width: 41.6666666667%
}

.grid-x > .small-11 {
    width: 45.8333333333%
}

.grid-x > .small-12 {
    width: 50%
}

.grid-x > .small-13 {
    width: 54.1666666667%
}

.grid-x > .small-14 {
    width: 58.3333333333%
}

.grid-x > .small-15 {
    width: 62.5%
}

.grid-x > .small-16 {
    width: 66.6666666667%
}

.grid-x > .small-17 {
    width: 70.8333333333%
}

.grid-x > .small-18 {
    width: 75%
}

.grid-x > .small-19 {
    width: 79.1666666667%
}

.grid-x > .small-20 {
    width: 83.3333333333%
}

.grid-x > .small-21 {
    width: 87.5%
}

.grid-x > .small-22 {
    width: 91.6666666667%
}

.grid-x > .small-23 {
    width: 95.8333333333%
}

.grid-x > .small-24 {
    width: 100%
}

@media print, screen and (min-width: 40em) {
    .grid-x > .medium-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        width: auto
    }

    .grid-x > .medium-24, .grid-x > .medium-23, .grid-x > .medium-22, .grid-x > .medium-21, .grid-x > .medium-20, .grid-x > .medium-19, .grid-x > .medium-18, .grid-x > .medium-17, .grid-x > .medium-16, .grid-x > .medium-15, .grid-x > .medium-14, .grid-x > .medium-13, .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-x > .medium-shrink {
        width: auto
    }

    .grid-x > .medium-1 {
        width: 4.1666666667%
    }

    .grid-x > .medium-2 {
        width: 8.3333333333%
    }

    .grid-x > .medium-3 {
        width: 12.5%
    }

    .grid-x > .medium-4 {
        width: 16.6666666667%
    }

    .grid-x > .medium-5 {
        width: 20.8333333333%
    }

    .grid-x > .medium-6 {
        width: 25%
    }

    .grid-x > .medium-7 {
        width: 29.1666666667%
    }

    .grid-x > .medium-8 {
        width: 33.3333333333%
    }

    .grid-x > .medium-9 {
        width: 37.5%
    }

    .grid-x > .medium-10 {
        width: 41.6666666667%
    }

    .grid-x > .medium-11 {
        width: 45.8333333333%
    }

    .grid-x > .medium-12 {
        width: 50%
    }

    .grid-x > .medium-13 {
        width: 54.1666666667%
    }

    .grid-x > .medium-14 {
        width: 58.3333333333%
    }

    .grid-x > .medium-15 {
        width: 62.5%
    }

    .grid-x > .medium-16 {
        width: 66.6666666667%
    }

    .grid-x > .medium-17 {
        width: 70.8333333333%
    }

    .grid-x > .medium-18 {
        width: 75%
    }

    .grid-x > .medium-19 {
        width: 79.1666666667%
    }

    .grid-x > .medium-20 {
        width: 83.3333333333%
    }

    .grid-x > .medium-21 {
        width: 87.5%
    }

    .grid-x > .medium-22 {
        width: 91.6666666667%
    }

    .grid-x > .medium-23 {
        width: 95.8333333333%
    }

    .grid-x > .medium-24 {
        width: 100%
    }
}

@media print, screen and (min-width: 60em) {
    .grid-x > .large-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        width: auto
    }

    .grid-x > .large-24, .grid-x > .large-23, .grid-x > .large-22, .grid-x > .large-21, .grid-x > .large-20, .grid-x > .large-19, .grid-x > .large-18, .grid-x > .large-17, .grid-x > .large-16, .grid-x > .large-15, .grid-x > .large-14, .grid-x > .large-13, .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-x > .large-shrink {
        width: auto
    }

    .grid-x > .large-1 {
        width: 4.1666666667%
    }

    .grid-x > .large-2 {
        width: 8.3333333333%
    }

    .grid-x > .large-3 {
        width: 12.5%
    }

    .grid-x > .large-4 {
        width: 16.6666666667%
    }

    .grid-x > .large-5 {
        width: 20.8333333333%
    }

    .grid-x > .large-6 {
        width: 25%
    }

    .grid-x > .large-7 {
        width: 29.1666666667%
    }

    .grid-x > .large-8 {
        width: 33.3333333333%
    }

    .grid-x > .large-9 {
        width: 37.5%
    }

    .grid-x > .large-10 {
        width: 41.6666666667%
    }

    .grid-x > .large-11 {
        width: 45.8333333333%
    }

    .grid-x > .large-12 {
        width: 50%
    }

    .grid-x > .large-13 {
        width: 54.1666666667%
    }

    .grid-x > .large-14 {
        width: 58.3333333333%
    }

    .grid-x > .large-15 {
        width: 62.5%
    }

    .grid-x > .large-16 {
        width: 66.6666666667%
    }

    .grid-x > .large-17 {
        width: 70.8333333333%
    }

    .grid-x > .large-18 {
        width: 75%
    }

    .grid-x > .large-19 {
        width: 79.1666666667%
    }

    .grid-x > .large-20 {
        width: 83.3333333333%
    }

    .grid-x > .large-21 {
        width: 87.5%
    }

    .grid-x > .large-22 {
        width: 91.6666666667%
    }

    .grid-x > .large-23 {
        width: 95.8333333333%
    }

    .grid-x > .large-24 {
        width: 100%
    }
}

@media screen and (min-width: 75em) {
    .grid-x > .xlarge-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        width: auto
    }

    .grid-x > .xlarge-24, .grid-x > .xlarge-23, .grid-x > .xlarge-22, .grid-x > .xlarge-21, .grid-x > .xlarge-20, .grid-x > .xlarge-19, .grid-x > .xlarge-18, .grid-x > .xlarge-17, .grid-x > .xlarge-16, .grid-x > .xlarge-15, .grid-x > .xlarge-14, .grid-x > .xlarge-13, .grid-x > .xlarge-12, .grid-x > .xlarge-11, .grid-x > .xlarge-10, .grid-x > .xlarge-9, .grid-x > .xlarge-8, .grid-x > .xlarge-7, .grid-x > .xlarge-6, .grid-x > .xlarge-5, .grid-x > .xlarge-4, .grid-x > .xlarge-3, .grid-x > .xlarge-2, .grid-x > .xlarge-1, .grid-x > .xlarge-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-x > .xlarge-shrink {
        width: auto
    }

    .grid-x > .xlarge-1 {
        width: 4.1666666667%
    }

    .grid-x > .xlarge-2 {
        width: 8.3333333333%
    }

    .grid-x > .xlarge-3 {
        width: 12.5%
    }

    .grid-x > .xlarge-4 {
        width: 16.6666666667%
    }

    .grid-x > .xlarge-5 {
        width: 20.8333333333%
    }

    .grid-x > .xlarge-6 {
        width: 25%
    }

    .grid-x > .xlarge-7 {
        width: 29.1666666667%
    }

    .grid-x > .xlarge-8 {
        width: 33.3333333333%
    }

    .grid-x > .xlarge-9 {
        width: 37.5%
    }

    .grid-x > .xlarge-10 {
        width: 41.6666666667%
    }

    .grid-x > .xlarge-11 {
        width: 45.8333333333%
    }

    .grid-x > .xlarge-12 {
        width: 50%
    }

    .grid-x > .xlarge-13 {
        width: 54.1666666667%
    }

    .grid-x > .xlarge-14 {
        width: 58.3333333333%
    }

    .grid-x > .xlarge-15 {
        width: 62.5%
    }

    .grid-x > .xlarge-16 {
        width: 66.6666666667%
    }

    .grid-x > .xlarge-17 {
        width: 70.8333333333%
    }

    .grid-x > .xlarge-18 {
        width: 75%
    }

    .grid-x > .xlarge-19 {
        width: 79.1666666667%
    }

    .grid-x > .xlarge-20 {
        width: 83.3333333333%
    }

    .grid-x > .xlarge-21 {
        width: 87.5%
    }

    .grid-x > .xlarge-22 {
        width: 91.6666666667%
    }

    .grid-x > .xlarge-23 {
        width: 95.8333333333%
    }

    .grid-x > .xlarge-24 {
        width: 100%
    }
}

@media screen and (min-width: 90em) {
    .grid-x > .xxlarge-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        width: auto
    }

    .grid-x > .xxlarge-24, .grid-x > .xxlarge-23, .grid-x > .xxlarge-22, .grid-x > .xxlarge-21, .grid-x > .xxlarge-20, .grid-x > .xxlarge-19, .grid-x > .xxlarge-18, .grid-x > .xxlarge-17, .grid-x > .xxlarge-16, .grid-x > .xxlarge-15, .grid-x > .xxlarge-14, .grid-x > .xxlarge-13, .grid-x > .xxlarge-12, .grid-x > .xxlarge-11, .grid-x > .xxlarge-10, .grid-x > .xxlarge-9, .grid-x > .xxlarge-8, .grid-x > .xxlarge-7, .grid-x > .xxlarge-6, .grid-x > .xxlarge-5, .grid-x > .xxlarge-4, .grid-x > .xxlarge-3, .grid-x > .xxlarge-2, .grid-x > .xxlarge-1, .grid-x > .xxlarge-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-x > .xxlarge-shrink {
        width: auto
    }

    .grid-x > .xxlarge-1 {
        width: 4.1666666667%
    }

    .grid-x > .xxlarge-2 {
        width: 8.3333333333%
    }

    .grid-x > .xxlarge-3 {
        width: 12.5%
    }

    .grid-x > .xxlarge-4 {
        width: 16.6666666667%
    }

    .grid-x > .xxlarge-5 {
        width: 20.8333333333%
    }

    .grid-x > .xxlarge-6 {
        width: 25%
    }

    .grid-x > .xxlarge-7 {
        width: 29.1666666667%
    }

    .grid-x > .xxlarge-8 {
        width: 33.3333333333%
    }

    .grid-x > .xxlarge-9 {
        width: 37.5%
    }

    .grid-x > .xxlarge-10 {
        width: 41.6666666667%
    }

    .grid-x > .xxlarge-11 {
        width: 45.8333333333%
    }

    .grid-x > .xxlarge-12 {
        width: 50%
    }

    .grid-x > .xxlarge-13 {
        width: 54.1666666667%
    }

    .grid-x > .xxlarge-14 {
        width: 58.3333333333%
    }

    .grid-x > .xxlarge-15 {
        width: 62.5%
    }

    .grid-x > .xxlarge-16 {
        width: 66.6666666667%
    }

    .grid-x > .xxlarge-17 {
        width: 70.8333333333%
    }

    .grid-x > .xxlarge-18 {
        width: 75%
    }

    .grid-x > .xxlarge-19 {
        width: 79.1666666667%
    }

    .grid-x > .xxlarge-20 {
        width: 83.3333333333%
    }

    .grid-x > .xxlarge-21 {
        width: 87.5%
    }

    .grid-x > .xxlarge-22 {
        width: 91.6666666667%
    }

    .grid-x > .xxlarge-23 {
        width: 95.8333333333%
    }

    .grid-x > .xxlarge-24 {
        width: 100%
    }
}

.grid-margin-x:not(.grid-x) > .cell {
    width: auto
}

.grid-margin-y:not(.grid-y) > .cell {
    height: auto
}

.grid-margin-x {
    margin-left: -0.625rem;
    margin-right: -0.625rem
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x {
        margin-left: -0.625rem;
        margin-right: -0.625rem
    }
}

.grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x > .cell {
        width: calc(100% - 1.25rem);
        margin-left: 0.625rem;
        margin-right: 0.625rem
    }
}

.grid-margin-x > .auto {
    width: auto
}

.grid-margin-x > .shrink {
    width: auto
}

.grid-margin-x > .small-1 {
    width: calc(4.1666666667% - 1.25rem)
}

.grid-margin-x > .small-2 {
    width: calc(8.3333333333% - 1.25rem)
}

.grid-margin-x > .small-3 {
    width: calc(12.5% - 1.25rem)
}

.grid-margin-x > .small-4 {
    width: calc(16.6666666667% - 1.25rem)
}

.grid-margin-x > .small-5 {
    width: calc(20.8333333333% - 1.25rem)
}

.grid-margin-x > .small-6 {
    width: calc(25% - 1.25rem)
}

.grid-margin-x > .small-7 {
    width: calc(29.1666666667% - 1.25rem)
}

.grid-margin-x > .small-8 {
    width: calc(33.3333333333% - 1.25rem)
}

.grid-margin-x > .small-9 {
    width: calc(37.5% - 1.25rem)
}

.grid-margin-x > .small-10 {
    width: calc(41.6666666667% - 1.25rem)
}

.grid-margin-x > .small-11 {
    width: calc(45.8333333333% - 1.25rem)
}

.grid-margin-x > .small-12 {
    width: calc(50% - 1.25rem)
}

.grid-margin-x > .small-13 {
    width: calc(54.1666666667% - 1.25rem)
}

.grid-margin-x > .small-14 {
    width: calc(58.3333333333% - 1.25rem)
}

.grid-margin-x > .small-15 {
    width: calc(62.5% - 1.25rem)
}

.grid-margin-x > .small-16 {
    width: calc(66.6666666667% - 1.25rem)
}

.grid-margin-x > .small-17 {
    width: calc(70.8333333333% - 1.25rem)
}

.grid-margin-x > .small-18 {
    width: calc(75% - 1.25rem)
}

.grid-margin-x > .small-19 {
    width: calc(79.1666666667% - 1.25rem)
}

.grid-margin-x > .small-20 {
    width: calc(83.3333333333% - 1.25rem)
}

.grid-margin-x > .small-21 {
    width: calc(87.5% - 1.25rem)
}

.grid-margin-x > .small-22 {
    width: calc(91.6666666667% - 1.25rem)
}

.grid-margin-x > .small-23 {
    width: calc(95.8333333333% - 1.25rem)
}

.grid-margin-x > .small-24 {
    width: calc(100% - 1.25rem)
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x > .auto {
        width: auto
    }

    .grid-margin-x > .shrink {
        width: auto
    }

    .grid-margin-x > .small-1 {
        width: calc(4.1666666667% - 1.25rem)
    }

    .grid-margin-x > .small-2 {
        width: calc(8.3333333333% - 1.25rem)
    }

    .grid-margin-x > .small-3 {
        width: calc(12.5% - 1.25rem)
    }

    .grid-margin-x > .small-4 {
        width: calc(16.6666666667% - 1.25rem)
    }

    .grid-margin-x > .small-5 {
        width: calc(20.8333333333% - 1.25rem)
    }

    .grid-margin-x > .small-6 {
        width: calc(25% - 1.25rem)
    }

    .grid-margin-x > .small-7 {
        width: calc(29.1666666667% - 1.25rem)
    }

    .grid-margin-x > .small-8 {
        width: calc(33.3333333333% - 1.25rem)
    }

    .grid-margin-x > .small-9 {
        width: calc(37.5% - 1.25rem)
    }

    .grid-margin-x > .small-10 {
        width: calc(41.6666666667% - 1.25rem)
    }

    .grid-margin-x > .small-11 {
        width: calc(45.8333333333% - 1.25rem)
    }

    .grid-margin-x > .small-12 {
        width: calc(50% - 1.25rem)
    }

    .grid-margin-x > .small-13 {
        width: calc(54.1666666667% - 1.25rem)
    }

    .grid-margin-x > .small-14 {
        width: calc(58.3333333333% - 1.25rem)
    }

    .grid-margin-x > .small-15 {
        width: calc(62.5% - 1.25rem)
    }

    .grid-margin-x > .small-16 {
        width: calc(66.6666666667% - 1.25rem)
    }

    .grid-margin-x > .small-17 {
        width: calc(70.8333333333% - 1.25rem)
    }

    .grid-margin-x > .small-18 {
        width: calc(75% - 1.25rem)
    }

    .grid-margin-x > .small-19 {
        width: calc(79.1666666667% - 1.25rem)
    }

    .grid-margin-x > .small-20 {
        width: calc(83.3333333333% - 1.25rem)
    }

    .grid-margin-x > .small-21 {
        width: calc(87.5% - 1.25rem)
    }

    .grid-margin-x > .small-22 {
        width: calc(91.6666666667% - 1.25rem)
    }

    .grid-margin-x > .small-23 {
        width: calc(95.8333333333% - 1.25rem)
    }

    .grid-margin-x > .small-24 {
        width: calc(100% - 1.25rem)
    }

    .grid-margin-x > .medium-auto {
        width: auto
    }

    .grid-margin-x > .medium-shrink {
        width: auto
    }

    .grid-margin-x > .medium-1 {
        width: calc(4.1666666667% - 1.25rem)
    }

    .grid-margin-x > .medium-2 {
        width: calc(8.3333333333% - 1.25rem)
    }

    .grid-margin-x > .medium-3 {
        width: calc(12.5% - 1.25rem)
    }

    .grid-margin-x > .medium-4 {
        width: calc(16.6666666667% - 1.25rem)
    }

    .grid-margin-x > .medium-5 {
        width: calc(20.8333333333% - 1.25rem)
    }

    .grid-margin-x > .medium-6 {
        width: calc(25% - 1.25rem)
    }

    .grid-margin-x > .medium-7 {
        width: calc(29.1666666667% - 1.25rem)
    }

    .grid-margin-x > .medium-8 {
        width: calc(33.3333333333% - 1.25rem)
    }

    .grid-margin-x > .medium-9 {
        width: calc(37.5% - 1.25rem)
    }

    .grid-margin-x > .medium-10 {
        width: calc(41.6666666667% - 1.25rem)
    }

    .grid-margin-x > .medium-11 {
        width: calc(45.8333333333% - 1.25rem)
    }

    .grid-margin-x > .medium-12 {
        width: calc(50% - 1.25rem)
    }

    .grid-margin-x > .medium-13 {
        width: calc(54.1666666667% - 1.25rem)
    }

    .grid-margin-x > .medium-14 {
        width: calc(58.3333333333% - 1.25rem)
    }

    .grid-margin-x > .medium-15 {
        width: calc(62.5% - 1.25rem)
    }

    .grid-margin-x > .medium-16 {
        width: calc(66.6666666667% - 1.25rem)
    }

    .grid-margin-x > .medium-17 {
        width: calc(70.8333333333% - 1.25rem)
    }

    .grid-margin-x > .medium-18 {
        width: calc(75% - 1.25rem)
    }

    .grid-margin-x > .medium-19 {
        width: calc(79.1666666667% - 1.25rem)
    }

    .grid-margin-x > .medium-20 {
        width: calc(83.3333333333% - 1.25rem)
    }

    .grid-margin-x > .medium-21 {
        width: calc(87.5% - 1.25rem)
    }

    .grid-margin-x > .medium-22 {
        width: calc(91.6666666667% - 1.25rem)
    }

    .grid-margin-x > .medium-23 {
        width: calc(95.8333333333% - 1.25rem)
    }

    .grid-margin-x > .medium-24 {
        width: calc(100% - 1.25rem)
    }
}

@media print, screen and (min-width: 60em) {
    .grid-margin-x > .large-auto {
        width: auto
    }

    .grid-margin-x > .large-shrink {
        width: auto
    }

    .grid-margin-x > .large-1 {
        width: calc(4.1666666667% - 1.25rem)
    }

    .grid-margin-x > .large-2 {
        width: calc(8.3333333333% - 1.25rem)
    }

    .grid-margin-x > .large-3 {
        width: calc(12.5% - 1.25rem)
    }

    .grid-margin-x > .large-4 {
        width: calc(16.6666666667% - 1.25rem)
    }

    .grid-margin-x > .large-5 {
        width: calc(20.8333333333% - 1.25rem)
    }

    .grid-margin-x > .large-6 {
        width: calc(25% - 1.25rem)
    }

    .grid-margin-x > .large-7 {
        width: calc(29.1666666667% - 1.25rem)
    }

    .grid-margin-x > .large-8 {
        width: calc(33.3333333333% - 1.25rem)
    }

    .grid-margin-x > .large-9 {
        width: calc(37.5% - 1.25rem)
    }

    .grid-margin-x > .large-10 {
        width: calc(41.6666666667% - 1.25rem)
    }

    .grid-margin-x > .large-11 {
        width: calc(45.8333333333% - 1.25rem)
    }

    .grid-margin-x > .large-12 {
        width: calc(50% - 1.25rem)
    }

    .grid-margin-x > .large-13 {
        width: calc(54.1666666667% - 1.25rem)
    }

    .grid-margin-x > .large-14 {
        width: calc(58.3333333333% - 1.25rem)
    }

    .grid-margin-x > .large-15 {
        width: calc(62.5% - 1.25rem)
    }

    .grid-margin-x > .large-16 {
        width: calc(66.6666666667% - 1.25rem)
    }

    .grid-margin-x > .large-17 {
        width: calc(70.8333333333% - 1.25rem)
    }

    .grid-margin-x > .large-18 {
        width: calc(75% - 1.25rem)
    }

    .grid-margin-x > .large-19 {
        width: calc(79.1666666667% - 1.25rem)
    }

    .grid-margin-x > .large-20 {
        width: calc(83.3333333333% - 1.25rem)
    }

    .grid-margin-x > .large-21 {
        width: calc(87.5% - 1.25rem)
    }

    .grid-margin-x > .large-22 {
        width: calc(91.6666666667% - 1.25rem)
    }

    .grid-margin-x > .large-23 {
        width: calc(95.8333333333% - 1.25rem)
    }

    .grid-margin-x > .large-24 {
        width: calc(100% - 1.25rem)
    }
}

@media screen and (min-width: 75em) {
    .grid-margin-x > .xlarge-auto {
        width: auto
    }

    .grid-margin-x > .xlarge-shrink {
        width: auto
    }

    .grid-margin-x > .xlarge-1 {
        width: calc(4.1666666667% - 1.25rem)
    }

    .grid-margin-x > .xlarge-2 {
        width: calc(8.3333333333% - 1.25rem)
    }

    .grid-margin-x > .xlarge-3 {
        width: calc(12.5% - 1.25rem)
    }

    .grid-margin-x > .xlarge-4 {
        width: calc(16.6666666667% - 1.25rem)
    }

    .grid-margin-x > .xlarge-5 {
        width: calc(20.8333333333% - 1.25rem)
    }

    .grid-margin-x > .xlarge-6 {
        width: calc(25% - 1.25rem)
    }

    .grid-margin-x > .xlarge-7 {
        width: calc(29.1666666667% - 1.25rem)
    }

    .grid-margin-x > .xlarge-8 {
        width: calc(33.3333333333% - 1.25rem)
    }

    .grid-margin-x > .xlarge-9 {
        width: calc(37.5% - 1.25rem)
    }

    .grid-margin-x > .xlarge-10 {
        width: calc(41.6666666667% - 1.25rem)
    }

    .grid-margin-x > .xlarge-11 {
        width: calc(45.8333333333% - 1.25rem)
    }

    .grid-margin-x > .xlarge-12 {
        width: calc(50% - 1.25rem)
    }

    .grid-margin-x > .xlarge-13 {
        width: calc(54.1666666667% - 1.25rem)
    }

    .grid-margin-x > .xlarge-14 {
        width: calc(58.3333333333% - 1.25rem)
    }

    .grid-margin-x > .xlarge-15 {
        width: calc(62.5% - 1.25rem)
    }

    .grid-margin-x > .xlarge-16 {
        width: calc(66.6666666667% - 1.25rem)
    }

    .grid-margin-x > .xlarge-17 {
        width: calc(70.8333333333% - 1.25rem)
    }

    .grid-margin-x > .xlarge-18 {
        width: calc(75% - 1.25rem)
    }

    .grid-margin-x > .xlarge-19 {
        width: calc(79.1666666667% - 1.25rem)
    }

    .grid-margin-x > .xlarge-20 {
        width: calc(83.3333333333% - 1.25rem)
    }

    .grid-margin-x > .xlarge-21 {
        width: calc(87.5% - 1.25rem)
    }

    .grid-margin-x > .xlarge-22 {
        width: calc(91.6666666667% - 1.25rem)
    }

    .grid-margin-x > .xlarge-23 {
        width: calc(95.8333333333% - 1.25rem)
    }

    .grid-margin-x > .xlarge-24 {
        width: calc(100% - 1.25rem)
    }
}

@media screen and (min-width: 90em) {
    .grid-margin-x > .xxlarge-auto {
        width: auto
    }

    .grid-margin-x > .xxlarge-shrink {
        width: auto
    }

    .grid-margin-x > .xxlarge-1 {
        width: calc(4.1666666667% - 1.25rem)
    }

    .grid-margin-x > .xxlarge-2 {
        width: calc(8.3333333333% - 1.25rem)
    }

    .grid-margin-x > .xxlarge-3 {
        width: calc(12.5% - 1.25rem)
    }

    .grid-margin-x > .xxlarge-4 {
        width: calc(16.6666666667% - 1.25rem)
    }

    .grid-margin-x > .xxlarge-5 {
        width: calc(20.8333333333% - 1.25rem)
    }

    .grid-margin-x > .xxlarge-6 {
        width: calc(25% - 1.25rem)
    }

    .grid-margin-x > .xxlarge-7 {
        width: calc(29.1666666667% - 1.25rem)
    }

    .grid-margin-x > .xxlarge-8 {
        width: calc(33.3333333333% - 1.25rem)
    }

    .grid-margin-x > .xxlarge-9 {
        width: calc(37.5% - 1.25rem)
    }

    .grid-margin-x > .xxlarge-10 {
        width: calc(41.6666666667% - 1.25rem)
    }

    .grid-margin-x > .xxlarge-11 {
        width: calc(45.8333333333% - 1.25rem)
    }

    .grid-margin-x > .xxlarge-12 {
        width: calc(50% - 1.25rem)
    }

    .grid-margin-x > .xxlarge-13 {
        width: calc(54.1666666667% - 1.25rem)
    }

    .grid-margin-x > .xxlarge-14 {
        width: calc(58.3333333333% - 1.25rem)
    }

    .grid-margin-x > .xxlarge-15 {
        width: calc(62.5% - 1.25rem)
    }

    .grid-margin-x > .xxlarge-16 {
        width: calc(66.6666666667% - 1.25rem)
    }

    .grid-margin-x > .xxlarge-17 {
        width: calc(70.8333333333% - 1.25rem)
    }

    .grid-margin-x > .xxlarge-18 {
        width: calc(75% - 1.25rem)
    }

    .grid-margin-x > .xxlarge-19 {
        width: calc(79.1666666667% - 1.25rem)
    }

    .grid-margin-x > .xxlarge-20 {
        width: calc(83.3333333333% - 1.25rem)
    }

    .grid-margin-x > .xxlarge-21 {
        width: calc(87.5% - 1.25rem)
    }

    .grid-margin-x > .xxlarge-22 {
        width: calc(91.6666666667% - 1.25rem)
    }

    .grid-margin-x > .xxlarge-23 {
        width: calc(95.8333333333% - 1.25rem)
    }

    .grid-margin-x > .xxlarge-24 {
        width: calc(100% - 1.25rem)
    }
}

.grid-padding-x .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem
}

@media print, screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
        margin-right: -0.625rem;
        margin-left: -0.625rem
    }
}

.grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem
}

@media print, screen and (min-width: 40em) {
    .grid-container:not(.full) > .grid-padding-x {
        margin-right: -0.625rem;
        margin-left: -0.625rem
    }
}

.grid-padding-x > .cell {
    padding-right: 0.625rem;
    padding-left: 0.625rem
}

@media print, screen and (min-width: 40em) {
    .grid-padding-x > .cell {
        padding-right: 0.625rem;
        padding-left: 0.625rem
    }
}

.small-up-1 > .cell {
    width: 100%
}

.small-up-2 > .cell {
    width: 50%
}

.small-up-3 > .cell {
    width: 33.3333333333%
}

.small-up-4 > .cell {
    width: 25%
}

.small-up-5 > .cell {
    width: 20%
}

.small-up-6 > .cell {
    width: 16.6666666667%
}

.small-up-7 > .cell {
    width: 14.2857142857%
}

.small-up-8 > .cell {
    width: 12.5%
}

@media print, screen and (min-width: 40em) {
    .medium-up-1 > .cell {
        width: 100%
    }

    .medium-up-2 > .cell {
        width: 50%
    }

    .medium-up-3 > .cell {
        width: 33.3333333333%
    }

    .medium-up-4 > .cell {
        width: 25%
    }

    .medium-up-5 > .cell {
        width: 20%
    }

    .medium-up-6 > .cell {
        width: 16.6666666667%
    }

    .medium-up-7 > .cell {
        width: 14.2857142857%
    }

    .medium-up-8 > .cell {
        width: 12.5%
    }
}

@media print, screen and (min-width: 60em) {
    .large-up-1 > .cell {
        width: 100%
    }

    .large-up-2 > .cell {
        width: 50%
    }

    .large-up-3 > .cell {
        width: 33.3333333333%
    }

    .large-up-4 > .cell {
        width: 25%
    }

    .large-up-5 > .cell {
        width: 20%
    }

    .large-up-6 > .cell {
        width: 16.6666666667%
    }

    .large-up-7 > .cell {
        width: 14.2857142857%
    }

    .large-up-8 > .cell {
        width: 12.5%
    }
}

@media screen and (min-width: 75em) {
    .xlarge-up-1 > .cell {
        width: 100%
    }

    .xlarge-up-2 > .cell {
        width: 50%
    }

    .xlarge-up-3 > .cell {
        width: 33.3333333333%
    }

    .xlarge-up-4 > .cell {
        width: 25%
    }

    .xlarge-up-5 > .cell {
        width: 20%
    }

    .xlarge-up-6 > .cell {
        width: 16.6666666667%
    }

    .xlarge-up-7 > .cell {
        width: 14.2857142857%
    }

    .xlarge-up-8 > .cell {
        width: 12.5%
    }
}

@media screen and (min-width: 90em) {
    .xxlarge-up-1 > .cell {
        width: 100%
    }

    .xxlarge-up-2 > .cell {
        width: 50%
    }

    .xxlarge-up-3 > .cell {
        width: 33.3333333333%
    }

    .xxlarge-up-4 > .cell {
        width: 25%
    }

    .xxlarge-up-5 > .cell {
        width: 20%
    }

    .xxlarge-up-6 > .cell {
        width: 16.6666666667%
    }

    .xxlarge-up-7 > .cell {
        width: 14.2857142857%
    }

    .xxlarge-up-8 > .cell {
        width: 12.5%
    }
}

.grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem)
}

.grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem)
}

.grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.25rem)
}

.grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem)
}

.grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem)
}

.grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.25rem)
}

.grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.25rem)
}

.grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem)
}

@media print, screen and (min-width: 40em) {
    .grid-margin-x.small-up-1 > .cell {
        width: calc(100% - 1.25rem)
    }

    .grid-margin-x.small-up-2 > .cell {
        width: calc(50% - 1.25rem)
    }

    .grid-margin-x.small-up-3 > .cell {
        width: calc(33.3333333333% - 1.25rem)
    }

    .grid-margin-x.small-up-4 > .cell {
        width: calc(25% - 1.25rem)
    }

    .grid-margin-x.small-up-5 > .cell {
        width: calc(20% - 1.25rem)
    }

    .grid-margin-x.small-up-6 > .cell {
        width: calc(16.6666666667% - 1.25rem)
    }

    .grid-margin-x.small-up-7 > .cell {
        width: calc(14.2857142857% - 1.25rem)
    }

    .grid-margin-x.small-up-8 > .cell {
        width: calc(12.5% - 1.25rem)
    }

    .grid-margin-x.medium-up-1 > .cell {
        width: calc(100% - 1.25rem)
    }

    .grid-margin-x.medium-up-2 > .cell {
        width: calc(50% - 1.25rem)
    }

    .grid-margin-x.medium-up-3 > .cell {
        width: calc(33.3333333333% - 1.25rem)
    }

    .grid-margin-x.medium-up-4 > .cell {
        width: calc(25% - 1.25rem)
    }

    .grid-margin-x.medium-up-5 > .cell {
        width: calc(20% - 1.25rem)
    }

    .grid-margin-x.medium-up-6 > .cell {
        width: calc(16.6666666667% - 1.25rem)
    }

    .grid-margin-x.medium-up-7 > .cell {
        width: calc(14.2857142857% - 1.25rem)
    }

    .grid-margin-x.medium-up-8 > .cell {
        width: calc(12.5% - 1.25rem)
    }
}

@media print, screen and (min-width: 60em) {
    .grid-margin-x.large-up-1 > .cell {
        width: calc(100% - 1.25rem)
    }

    .grid-margin-x.large-up-2 > .cell {
        width: calc(50% - 1.25rem)
    }

    .grid-margin-x.large-up-3 > .cell {
        width: calc(33.3333333333% - 1.25rem)
    }

    .grid-margin-x.large-up-4 > .cell {
        width: calc(25% - 1.25rem)
    }

    .grid-margin-x.large-up-5 > .cell {
        width: calc(20% - 1.25rem)
    }

    .grid-margin-x.large-up-6 > .cell {
        width: calc(16.6666666667% - 1.25rem)
    }

    .grid-margin-x.large-up-7 > .cell {
        width: calc(14.2857142857% - 1.25rem)
    }

    .grid-margin-x.large-up-8 > .cell {
        width: calc(12.5% - 1.25rem)
    }
}

@media screen and (min-width: 75em) {
    .grid-margin-x.xlarge-up-1 > .cell {
        width: calc(100% - 1.25rem)
    }

    .grid-margin-x.xlarge-up-2 > .cell {
        width: calc(50% - 1.25rem)
    }

    .grid-margin-x.xlarge-up-3 > .cell {
        width: calc(33.3333333333% - 1.25rem)
    }

    .grid-margin-x.xlarge-up-4 > .cell {
        width: calc(25% - 1.25rem)
    }

    .grid-margin-x.xlarge-up-5 > .cell {
        width: calc(20% - 1.25rem)
    }

    .grid-margin-x.xlarge-up-6 > .cell {
        width: calc(16.6666666667% - 1.25rem)
    }

    .grid-margin-x.xlarge-up-7 > .cell {
        width: calc(14.2857142857% - 1.25rem)
    }

    .grid-margin-x.xlarge-up-8 > .cell {
        width: calc(12.5% - 1.25rem)
    }
}

@media screen and (min-width: 90em) {
    .grid-margin-x.xxlarge-up-1 > .cell {
        width: calc(100% - 1.25rem)
    }

    .grid-margin-x.xxlarge-up-2 > .cell {
        width: calc(50% - 1.25rem)
    }

    .grid-margin-x.xxlarge-up-3 > .cell {
        width: calc(33.3333333333% - 1.25rem)
    }

    .grid-margin-x.xxlarge-up-4 > .cell {
        width: calc(25% - 1.25rem)
    }

    .grid-margin-x.xxlarge-up-5 > .cell {
        width: calc(20% - 1.25rem)
    }

    .grid-margin-x.xxlarge-up-6 > .cell {
        width: calc(16.6666666667% - 1.25rem)
    }

    .grid-margin-x.xxlarge-up-7 > .cell {
        width: calc(14.2857142857% - 1.25rem)
    }

    .grid-margin-x.xxlarge-up-8 > .cell {
        width: calc(12.5% - 1.25rem)
    }
}

.small-margin-collapse {
    margin-right: 0;
    margin-left: 0
}

.small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0
}

.small-margin-collapse > .small-1 {
    width: 4.1666666667%
}

.small-margin-collapse > .small-2 {
    width: 8.3333333333%
}

.small-margin-collapse > .small-3 {
    width: 12.5%
}

.small-margin-collapse > .small-4 {
    width: 16.6666666667%
}

.small-margin-collapse > .small-5 {
    width: 20.8333333333%
}

.small-margin-collapse > .small-6 {
    width: 25%
}

.small-margin-collapse > .small-7 {
    width: 29.1666666667%
}

.small-margin-collapse > .small-8 {
    width: 33.3333333333%
}

.small-margin-collapse > .small-9 {
    width: 37.5%
}

.small-margin-collapse > .small-10 {
    width: 41.6666666667%
}

.small-margin-collapse > .small-11 {
    width: 45.8333333333%
}

.small-margin-collapse > .small-12 {
    width: 50%
}

.small-margin-collapse > .small-13 {
    width: 54.1666666667%
}

.small-margin-collapse > .small-14 {
    width: 58.3333333333%
}

.small-margin-collapse > .small-15 {
    width: 62.5%
}

.small-margin-collapse > .small-16 {
    width: 66.6666666667%
}

.small-margin-collapse > .small-17 {
    width: 70.8333333333%
}

.small-margin-collapse > .small-18 {
    width: 75%
}

.small-margin-collapse > .small-19 {
    width: 79.1666666667%
}

.small-margin-collapse > .small-20 {
    width: 83.3333333333%
}

.small-margin-collapse > .small-21 {
    width: 87.5%
}

.small-margin-collapse > .small-22 {
    width: 91.6666666667%
}

.small-margin-collapse > .small-23 {
    width: 95.8333333333%
}

.small-margin-collapse > .small-24 {
    width: 100%
}

@media print, screen and (min-width: 40em) {
    .small-margin-collapse > .medium-1 {
        width: 4.1666666667%
    }

    .small-margin-collapse > .medium-2 {
        width: 8.3333333333%
    }

    .small-margin-collapse > .medium-3 {
        width: 12.5%
    }

    .small-margin-collapse > .medium-4 {
        width: 16.6666666667%
    }

    .small-margin-collapse > .medium-5 {
        width: 20.8333333333%
    }

    .small-margin-collapse > .medium-6 {
        width: 25%
    }

    .small-margin-collapse > .medium-7 {
        width: 29.1666666667%
    }

    .small-margin-collapse > .medium-8 {
        width: 33.3333333333%
    }

    .small-margin-collapse > .medium-9 {
        width: 37.5%
    }

    .small-margin-collapse > .medium-10 {
        width: 41.6666666667%
    }

    .small-margin-collapse > .medium-11 {
        width: 45.8333333333%
    }

    .small-margin-collapse > .medium-12 {
        width: 50%
    }

    .small-margin-collapse > .medium-13 {
        width: 54.1666666667%
    }

    .small-margin-collapse > .medium-14 {
        width: 58.3333333333%
    }

    .small-margin-collapse > .medium-15 {
        width: 62.5%
    }

    .small-margin-collapse > .medium-16 {
        width: 66.6666666667%
    }

    .small-margin-collapse > .medium-17 {
        width: 70.8333333333%
    }

    .small-margin-collapse > .medium-18 {
        width: 75%
    }

    .small-margin-collapse > .medium-19 {
        width: 79.1666666667%
    }

    .small-margin-collapse > .medium-20 {
        width: 83.3333333333%
    }

    .small-margin-collapse > .medium-21 {
        width: 87.5%
    }

    .small-margin-collapse > .medium-22 {
        width: 91.6666666667%
    }

    .small-margin-collapse > .medium-23 {
        width: 95.8333333333%
    }

    .small-margin-collapse > .medium-24 {
        width: 100%
    }
}

@media print, screen and (min-width: 60em) {
    .small-margin-collapse > .large-1 {
        width: 4.1666666667%
    }

    .small-margin-collapse > .large-2 {
        width: 8.3333333333%
    }

    .small-margin-collapse > .large-3 {
        width: 12.5%
    }

    .small-margin-collapse > .large-4 {
        width: 16.6666666667%
    }

    .small-margin-collapse > .large-5 {
        width: 20.8333333333%
    }

    .small-margin-collapse > .large-6 {
        width: 25%
    }

    .small-margin-collapse > .large-7 {
        width: 29.1666666667%
    }

    .small-margin-collapse > .large-8 {
        width: 33.3333333333%
    }

    .small-margin-collapse > .large-9 {
        width: 37.5%
    }

    .small-margin-collapse > .large-10 {
        width: 41.6666666667%
    }

    .small-margin-collapse > .large-11 {
        width: 45.8333333333%
    }

    .small-margin-collapse > .large-12 {
        width: 50%
    }

    .small-margin-collapse > .large-13 {
        width: 54.1666666667%
    }

    .small-margin-collapse > .large-14 {
        width: 58.3333333333%
    }

    .small-margin-collapse > .large-15 {
        width: 62.5%
    }

    .small-margin-collapse > .large-16 {
        width: 66.6666666667%
    }

    .small-margin-collapse > .large-17 {
        width: 70.8333333333%
    }

    .small-margin-collapse > .large-18 {
        width: 75%
    }

    .small-margin-collapse > .large-19 {
        width: 79.1666666667%
    }

    .small-margin-collapse > .large-20 {
        width: 83.3333333333%
    }

    .small-margin-collapse > .large-21 {
        width: 87.5%
    }

    .small-margin-collapse > .large-22 {
        width: 91.6666666667%
    }

    .small-margin-collapse > .large-23 {
        width: 95.8333333333%
    }

    .small-margin-collapse > .large-24 {
        width: 100%
    }
}

@media screen and (min-width: 75em) {
    .small-margin-collapse > .xlarge-1 {
        width: 4.1666666667%
    }

    .small-margin-collapse > .xlarge-2 {
        width: 8.3333333333%
    }

    .small-margin-collapse > .xlarge-3 {
        width: 12.5%
    }

    .small-margin-collapse > .xlarge-4 {
        width: 16.6666666667%
    }

    .small-margin-collapse > .xlarge-5 {
        width: 20.8333333333%
    }

    .small-margin-collapse > .xlarge-6 {
        width: 25%
    }

    .small-margin-collapse > .xlarge-7 {
        width: 29.1666666667%
    }

    .small-margin-collapse > .xlarge-8 {
        width: 33.3333333333%
    }

    .small-margin-collapse > .xlarge-9 {
        width: 37.5%
    }

    .small-margin-collapse > .xlarge-10 {
        width: 41.6666666667%
    }

    .small-margin-collapse > .xlarge-11 {
        width: 45.8333333333%
    }

    .small-margin-collapse > .xlarge-12 {
        width: 50%
    }

    .small-margin-collapse > .xlarge-13 {
        width: 54.1666666667%
    }

    .small-margin-collapse > .xlarge-14 {
        width: 58.3333333333%
    }

    .small-margin-collapse > .xlarge-15 {
        width: 62.5%
    }

    .small-margin-collapse > .xlarge-16 {
        width: 66.6666666667%
    }

    .small-margin-collapse > .xlarge-17 {
        width: 70.8333333333%
    }

    .small-margin-collapse > .xlarge-18 {
        width: 75%
    }

    .small-margin-collapse > .xlarge-19 {
        width: 79.1666666667%
    }

    .small-margin-collapse > .xlarge-20 {
        width: 83.3333333333%
    }

    .small-margin-collapse > .xlarge-21 {
        width: 87.5%
    }

    .small-margin-collapse > .xlarge-22 {
        width: 91.6666666667%
    }

    .small-margin-collapse > .xlarge-23 {
        width: 95.8333333333%
    }

    .small-margin-collapse > .xlarge-24 {
        width: 100%
    }
}

@media screen and (min-width: 90em) {
    .small-margin-collapse > .xxlarge-1 {
        width: 4.1666666667%
    }

    .small-margin-collapse > .xxlarge-2 {
        width: 8.3333333333%
    }

    .small-margin-collapse > .xxlarge-3 {
        width: 12.5%
    }

    .small-margin-collapse > .xxlarge-4 {
        width: 16.6666666667%
    }

    .small-margin-collapse > .xxlarge-5 {
        width: 20.8333333333%
    }

    .small-margin-collapse > .xxlarge-6 {
        width: 25%
    }

    .small-margin-collapse > .xxlarge-7 {
        width: 29.1666666667%
    }

    .small-margin-collapse > .xxlarge-8 {
        width: 33.3333333333%
    }

    .small-margin-collapse > .xxlarge-9 {
        width: 37.5%
    }

    .small-margin-collapse > .xxlarge-10 {
        width: 41.6666666667%
    }

    .small-margin-collapse > .xxlarge-11 {
        width: 45.8333333333%
    }

    .small-margin-collapse > .xxlarge-12 {
        width: 50%
    }

    .small-margin-collapse > .xxlarge-13 {
        width: 54.1666666667%
    }

    .small-margin-collapse > .xxlarge-14 {
        width: 58.3333333333%
    }

    .small-margin-collapse > .xxlarge-15 {
        width: 62.5%
    }

    .small-margin-collapse > .xxlarge-16 {
        width: 66.6666666667%
    }

    .small-margin-collapse > .xxlarge-17 {
        width: 70.8333333333%
    }

    .small-margin-collapse > .xxlarge-18 {
        width: 75%
    }

    .small-margin-collapse > .xxlarge-19 {
        width: 79.1666666667%
    }

    .small-margin-collapse > .xxlarge-20 {
        width: 83.3333333333%
    }

    .small-margin-collapse > .xxlarge-21 {
        width: 87.5%
    }

    .small-margin-collapse > .xxlarge-22 {
        width: 91.6666666667%
    }

    .small-margin-collapse > .xxlarge-23 {
        width: 95.8333333333%
    }

    .small-margin-collapse > .xxlarge-24 {
        width: 100%
    }
}

.small-padding-collapse {
    margin-right: 0;
    margin-left: 0
}

.small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0
}

@media print, screen and (min-width: 40em) {
    .medium-margin-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .medium-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0
    }
}

@media print, screen and (min-width: 40em) {
    .medium-margin-collapse > .small-1 {
        width: 4.1666666667%
    }

    .medium-margin-collapse > .small-2 {
        width: 8.3333333333%
    }

    .medium-margin-collapse > .small-3 {
        width: 12.5%
    }

    .medium-margin-collapse > .small-4 {
        width: 16.6666666667%
    }

    .medium-margin-collapse > .small-5 {
        width: 20.8333333333%
    }

    .medium-margin-collapse > .small-6 {
        width: 25%
    }

    .medium-margin-collapse > .small-7 {
        width: 29.1666666667%
    }

    .medium-margin-collapse > .small-8 {
        width: 33.3333333333%
    }

    .medium-margin-collapse > .small-9 {
        width: 37.5%
    }

    .medium-margin-collapse > .small-10 {
        width: 41.6666666667%
    }

    .medium-margin-collapse > .small-11 {
        width: 45.8333333333%
    }

    .medium-margin-collapse > .small-12 {
        width: 50%
    }

    .medium-margin-collapse > .small-13 {
        width: 54.1666666667%
    }

    .medium-margin-collapse > .small-14 {
        width: 58.3333333333%
    }

    .medium-margin-collapse > .small-15 {
        width: 62.5%
    }

    .medium-margin-collapse > .small-16 {
        width: 66.6666666667%
    }

    .medium-margin-collapse > .small-17 {
        width: 70.8333333333%
    }

    .medium-margin-collapse > .small-18 {
        width: 75%
    }

    .medium-margin-collapse > .small-19 {
        width: 79.1666666667%
    }

    .medium-margin-collapse > .small-20 {
        width: 83.3333333333%
    }

    .medium-margin-collapse > .small-21 {
        width: 87.5%
    }

    .medium-margin-collapse > .small-22 {
        width: 91.6666666667%
    }

    .medium-margin-collapse > .small-23 {
        width: 95.8333333333%
    }

    .medium-margin-collapse > .small-24 {
        width: 100%
    }
}

@media print, screen and (min-width: 40em) {
    .medium-margin-collapse > .medium-1 {
        width: 4.1666666667%
    }

    .medium-margin-collapse > .medium-2 {
        width: 8.3333333333%
    }

    .medium-margin-collapse > .medium-3 {
        width: 12.5%
    }

    .medium-margin-collapse > .medium-4 {
        width: 16.6666666667%
    }

    .medium-margin-collapse > .medium-5 {
        width: 20.8333333333%
    }

    .medium-margin-collapse > .medium-6 {
        width: 25%
    }

    .medium-margin-collapse > .medium-7 {
        width: 29.1666666667%
    }

    .medium-margin-collapse > .medium-8 {
        width: 33.3333333333%
    }

    .medium-margin-collapse > .medium-9 {
        width: 37.5%
    }

    .medium-margin-collapse > .medium-10 {
        width: 41.6666666667%
    }

    .medium-margin-collapse > .medium-11 {
        width: 45.8333333333%
    }

    .medium-margin-collapse > .medium-12 {
        width: 50%
    }

    .medium-margin-collapse > .medium-13 {
        width: 54.1666666667%
    }

    .medium-margin-collapse > .medium-14 {
        width: 58.3333333333%
    }

    .medium-margin-collapse > .medium-15 {
        width: 62.5%
    }

    .medium-margin-collapse > .medium-16 {
        width: 66.6666666667%
    }

    .medium-margin-collapse > .medium-17 {
        width: 70.8333333333%
    }

    .medium-margin-collapse > .medium-18 {
        width: 75%
    }

    .medium-margin-collapse > .medium-19 {
        width: 79.1666666667%
    }

    .medium-margin-collapse > .medium-20 {
        width: 83.3333333333%
    }

    .medium-margin-collapse > .medium-21 {
        width: 87.5%
    }

    .medium-margin-collapse > .medium-22 {
        width: 91.6666666667%
    }

    .medium-margin-collapse > .medium-23 {
        width: 95.8333333333%
    }

    .medium-margin-collapse > .medium-24 {
        width: 100%
    }
}

@media print, screen and (min-width: 60em) {
    .medium-margin-collapse > .large-1 {
        width: 4.1666666667%
    }

    .medium-margin-collapse > .large-2 {
        width: 8.3333333333%
    }

    .medium-margin-collapse > .large-3 {
        width: 12.5%
    }

    .medium-margin-collapse > .large-4 {
        width: 16.6666666667%
    }

    .medium-margin-collapse > .large-5 {
        width: 20.8333333333%
    }

    .medium-margin-collapse > .large-6 {
        width: 25%
    }

    .medium-margin-collapse > .large-7 {
        width: 29.1666666667%
    }

    .medium-margin-collapse > .large-8 {
        width: 33.3333333333%
    }

    .medium-margin-collapse > .large-9 {
        width: 37.5%
    }

    .medium-margin-collapse > .large-10 {
        width: 41.6666666667%
    }

    .medium-margin-collapse > .large-11 {
        width: 45.8333333333%
    }

    .medium-margin-collapse > .large-12 {
        width: 50%
    }

    .medium-margin-collapse > .large-13 {
        width: 54.1666666667%
    }

    .medium-margin-collapse > .large-14 {
        width: 58.3333333333%
    }

    .medium-margin-collapse > .large-15 {
        width: 62.5%
    }

    .medium-margin-collapse > .large-16 {
        width: 66.6666666667%
    }

    .medium-margin-collapse > .large-17 {
        width: 70.8333333333%
    }

    .medium-margin-collapse > .large-18 {
        width: 75%
    }

    .medium-margin-collapse > .large-19 {
        width: 79.1666666667%
    }

    .medium-margin-collapse > .large-20 {
        width: 83.3333333333%
    }

    .medium-margin-collapse > .large-21 {
        width: 87.5%
    }

    .medium-margin-collapse > .large-22 {
        width: 91.6666666667%
    }

    .medium-margin-collapse > .large-23 {
        width: 95.8333333333%
    }

    .medium-margin-collapse > .large-24 {
        width: 100%
    }
}

@media screen and (min-width: 75em) {
    .medium-margin-collapse > .xlarge-1 {
        width: 4.1666666667%
    }

    .medium-margin-collapse > .xlarge-2 {
        width: 8.3333333333%
    }

    .medium-margin-collapse > .xlarge-3 {
        width: 12.5%
    }

    .medium-margin-collapse > .xlarge-4 {
        width: 16.6666666667%
    }

    .medium-margin-collapse > .xlarge-5 {
        width: 20.8333333333%
    }

    .medium-margin-collapse > .xlarge-6 {
        width: 25%
    }

    .medium-margin-collapse > .xlarge-7 {
        width: 29.1666666667%
    }

    .medium-margin-collapse > .xlarge-8 {
        width: 33.3333333333%
    }

    .medium-margin-collapse > .xlarge-9 {
        width: 37.5%
    }

    .medium-margin-collapse > .xlarge-10 {
        width: 41.6666666667%
    }

    .medium-margin-collapse > .xlarge-11 {
        width: 45.8333333333%
    }

    .medium-margin-collapse > .xlarge-12 {
        width: 50%
    }

    .medium-margin-collapse > .xlarge-13 {
        width: 54.1666666667%
    }

    .medium-margin-collapse > .xlarge-14 {
        width: 58.3333333333%
    }

    .medium-margin-collapse > .xlarge-15 {
        width: 62.5%
    }

    .medium-margin-collapse > .xlarge-16 {
        width: 66.6666666667%
    }

    .medium-margin-collapse > .xlarge-17 {
        width: 70.8333333333%
    }

    .medium-margin-collapse > .xlarge-18 {
        width: 75%
    }

    .medium-margin-collapse > .xlarge-19 {
        width: 79.1666666667%
    }

    .medium-margin-collapse > .xlarge-20 {
        width: 83.3333333333%
    }

    .medium-margin-collapse > .xlarge-21 {
        width: 87.5%
    }

    .medium-margin-collapse > .xlarge-22 {
        width: 91.6666666667%
    }

    .medium-margin-collapse > .xlarge-23 {
        width: 95.8333333333%
    }

    .medium-margin-collapse > .xlarge-24 {
        width: 100%
    }
}

@media screen and (min-width: 90em) {
    .medium-margin-collapse > .xxlarge-1 {
        width: 4.1666666667%
    }

    .medium-margin-collapse > .xxlarge-2 {
        width: 8.3333333333%
    }

    .medium-margin-collapse > .xxlarge-3 {
        width: 12.5%
    }

    .medium-margin-collapse > .xxlarge-4 {
        width: 16.6666666667%
    }

    .medium-margin-collapse > .xxlarge-5 {
        width: 20.8333333333%
    }

    .medium-margin-collapse > .xxlarge-6 {
        width: 25%
    }

    .medium-margin-collapse > .xxlarge-7 {
        width: 29.1666666667%
    }

    .medium-margin-collapse > .xxlarge-8 {
        width: 33.3333333333%
    }

    .medium-margin-collapse > .xxlarge-9 {
        width: 37.5%
    }

    .medium-margin-collapse > .xxlarge-10 {
        width: 41.6666666667%
    }

    .medium-margin-collapse > .xxlarge-11 {
        width: 45.8333333333%
    }

    .medium-margin-collapse > .xxlarge-12 {
        width: 50%
    }

    .medium-margin-collapse > .xxlarge-13 {
        width: 54.1666666667%
    }

    .medium-margin-collapse > .xxlarge-14 {
        width: 58.3333333333%
    }

    .medium-margin-collapse > .xxlarge-15 {
        width: 62.5%
    }

    .medium-margin-collapse > .xxlarge-16 {
        width: 66.6666666667%
    }

    .medium-margin-collapse > .xxlarge-17 {
        width: 70.8333333333%
    }

    .medium-margin-collapse > .xxlarge-18 {
        width: 75%
    }

    .medium-margin-collapse > .xxlarge-19 {
        width: 79.1666666667%
    }

    .medium-margin-collapse > .xxlarge-20 {
        width: 83.3333333333%
    }

    .medium-margin-collapse > .xxlarge-21 {
        width: 87.5%
    }

    .medium-margin-collapse > .xxlarge-22 {
        width: 91.6666666667%
    }

    .medium-margin-collapse > .xxlarge-23 {
        width: 95.8333333333%
    }

    .medium-margin-collapse > .xxlarge-24 {
        width: 100%
    }
}

@media print, screen and (min-width: 40em) {
    .medium-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .medium-padding-collapse > .cell {
        padding-right: 0;
        padding-left: 0
    }
}

@media print, screen and (min-width: 60em) {
    .large-margin-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .large-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0
    }
}

@media print, screen and (min-width: 60em) {
    .large-margin-collapse > .small-1 {
        width: 4.1666666667%
    }

    .large-margin-collapse > .small-2 {
        width: 8.3333333333%
    }

    .large-margin-collapse > .small-3 {
        width: 12.5%
    }

    .large-margin-collapse > .small-4 {
        width: 16.6666666667%
    }

    .large-margin-collapse > .small-5 {
        width: 20.8333333333%
    }

    .large-margin-collapse > .small-6 {
        width: 25%
    }

    .large-margin-collapse > .small-7 {
        width: 29.1666666667%
    }

    .large-margin-collapse > .small-8 {
        width: 33.3333333333%
    }

    .large-margin-collapse > .small-9 {
        width: 37.5%
    }

    .large-margin-collapse > .small-10 {
        width: 41.6666666667%
    }

    .large-margin-collapse > .small-11 {
        width: 45.8333333333%
    }

    .large-margin-collapse > .small-12 {
        width: 50%
    }

    .large-margin-collapse > .small-13 {
        width: 54.1666666667%
    }

    .large-margin-collapse > .small-14 {
        width: 58.3333333333%
    }

    .large-margin-collapse > .small-15 {
        width: 62.5%
    }

    .large-margin-collapse > .small-16 {
        width: 66.6666666667%
    }

    .large-margin-collapse > .small-17 {
        width: 70.8333333333%
    }

    .large-margin-collapse > .small-18 {
        width: 75%
    }

    .large-margin-collapse > .small-19 {
        width: 79.1666666667%
    }

    .large-margin-collapse > .small-20 {
        width: 83.3333333333%
    }

    .large-margin-collapse > .small-21 {
        width: 87.5%
    }

    .large-margin-collapse > .small-22 {
        width: 91.6666666667%
    }

    .large-margin-collapse > .small-23 {
        width: 95.8333333333%
    }

    .large-margin-collapse > .small-24 {
        width: 100%
    }
}

@media print, screen and (min-width: 60em) {
    .large-margin-collapse > .medium-1 {
        width: 4.1666666667%
    }

    .large-margin-collapse > .medium-2 {
        width: 8.3333333333%
    }

    .large-margin-collapse > .medium-3 {
        width: 12.5%
    }

    .large-margin-collapse > .medium-4 {
        width: 16.6666666667%
    }

    .large-margin-collapse > .medium-5 {
        width: 20.8333333333%
    }

    .large-margin-collapse > .medium-6 {
        width: 25%
    }

    .large-margin-collapse > .medium-7 {
        width: 29.1666666667%
    }

    .large-margin-collapse > .medium-8 {
        width: 33.3333333333%
    }

    .large-margin-collapse > .medium-9 {
        width: 37.5%
    }

    .large-margin-collapse > .medium-10 {
        width: 41.6666666667%
    }

    .large-margin-collapse > .medium-11 {
        width: 45.8333333333%
    }

    .large-margin-collapse > .medium-12 {
        width: 50%
    }

    .large-margin-collapse > .medium-13 {
        width: 54.1666666667%
    }

    .large-margin-collapse > .medium-14 {
        width: 58.3333333333%
    }

    .large-margin-collapse > .medium-15 {
        width: 62.5%
    }

    .large-margin-collapse > .medium-16 {
        width: 66.6666666667%
    }

    .large-margin-collapse > .medium-17 {
        width: 70.8333333333%
    }

    .large-margin-collapse > .medium-18 {
        width: 75%
    }

    .large-margin-collapse > .medium-19 {
        width: 79.1666666667%
    }

    .large-margin-collapse > .medium-20 {
        width: 83.3333333333%
    }

    .large-margin-collapse > .medium-21 {
        width: 87.5%
    }

    .large-margin-collapse > .medium-22 {
        width: 91.6666666667%
    }

    .large-margin-collapse > .medium-23 {
        width: 95.8333333333%
    }

    .large-margin-collapse > .medium-24 {
        width: 100%
    }
}

@media print, screen and (min-width: 60em) {
    .large-margin-collapse > .large-1 {
        width: 4.1666666667%
    }

    .large-margin-collapse > .large-2 {
        width: 8.3333333333%
    }

    .large-margin-collapse > .large-3 {
        width: 12.5%
    }

    .large-margin-collapse > .large-4 {
        width: 16.6666666667%
    }

    .large-margin-collapse > .large-5 {
        width: 20.8333333333%
    }

    .large-margin-collapse > .large-6 {
        width: 25%
    }

    .large-margin-collapse > .large-7 {
        width: 29.1666666667%
    }

    .large-margin-collapse > .large-8 {
        width: 33.3333333333%
    }

    .large-margin-collapse > .large-9 {
        width: 37.5%
    }

    .large-margin-collapse > .large-10 {
        width: 41.6666666667%
    }

    .large-margin-collapse > .large-11 {
        width: 45.8333333333%
    }

    .large-margin-collapse > .large-12 {
        width: 50%
    }

    .large-margin-collapse > .large-13 {
        width: 54.1666666667%
    }

    .large-margin-collapse > .large-14 {
        width: 58.3333333333%
    }

    .large-margin-collapse > .large-15 {
        width: 62.5%
    }

    .large-margin-collapse > .large-16 {
        width: 66.6666666667%
    }

    .large-margin-collapse > .large-17 {
        width: 70.8333333333%
    }

    .large-margin-collapse > .large-18 {
        width: 75%
    }

    .large-margin-collapse > .large-19 {
        width: 79.1666666667%
    }

    .large-margin-collapse > .large-20 {
        width: 83.3333333333%
    }

    .large-margin-collapse > .large-21 {
        width: 87.5%
    }

    .large-margin-collapse > .large-22 {
        width: 91.6666666667%
    }

    .large-margin-collapse > .large-23 {
        width: 95.8333333333%
    }

    .large-margin-collapse > .large-24 {
        width: 100%
    }
}

@media screen and (min-width: 75em) {
    .large-margin-collapse > .xlarge-1 {
        width: 4.1666666667%
    }

    .large-margin-collapse > .xlarge-2 {
        width: 8.3333333333%
    }

    .large-margin-collapse > .xlarge-3 {
        width: 12.5%
    }

    .large-margin-collapse > .xlarge-4 {
        width: 16.6666666667%
    }

    .large-margin-collapse > .xlarge-5 {
        width: 20.8333333333%
    }

    .large-margin-collapse > .xlarge-6 {
        width: 25%
    }

    .large-margin-collapse > .xlarge-7 {
        width: 29.1666666667%
    }

    .large-margin-collapse > .xlarge-8 {
        width: 33.3333333333%
    }

    .large-margin-collapse > .xlarge-9 {
        width: 37.5%
    }

    .large-margin-collapse > .xlarge-10 {
        width: 41.6666666667%
    }

    .large-margin-collapse > .xlarge-11 {
        width: 45.8333333333%
    }

    .large-margin-collapse > .xlarge-12 {
        width: 50%
    }

    .large-margin-collapse > .xlarge-13 {
        width: 54.1666666667%
    }

    .large-margin-collapse > .xlarge-14 {
        width: 58.3333333333%
    }

    .large-margin-collapse > .xlarge-15 {
        width: 62.5%
    }

    .large-margin-collapse > .xlarge-16 {
        width: 66.6666666667%
    }

    .large-margin-collapse > .xlarge-17 {
        width: 70.8333333333%
    }

    .large-margin-collapse > .xlarge-18 {
        width: 75%
    }

    .large-margin-collapse > .xlarge-19 {
        width: 79.1666666667%
    }

    .large-margin-collapse > .xlarge-20 {
        width: 83.3333333333%
    }

    .large-margin-collapse > .xlarge-21 {
        width: 87.5%
    }

    .large-margin-collapse > .xlarge-22 {
        width: 91.6666666667%
    }

    .large-margin-collapse > .xlarge-23 {
        width: 95.8333333333%
    }

    .large-margin-collapse > .xlarge-24 {
        width: 100%
    }
}

@media screen and (min-width: 90em) {
    .large-margin-collapse > .xxlarge-1 {
        width: 4.1666666667%
    }

    .large-margin-collapse > .xxlarge-2 {
        width: 8.3333333333%
    }

    .large-margin-collapse > .xxlarge-3 {
        width: 12.5%
    }

    .large-margin-collapse > .xxlarge-4 {
        width: 16.6666666667%
    }

    .large-margin-collapse > .xxlarge-5 {
        width: 20.8333333333%
    }

    .large-margin-collapse > .xxlarge-6 {
        width: 25%
    }

    .large-margin-collapse > .xxlarge-7 {
        width: 29.1666666667%
    }

    .large-margin-collapse > .xxlarge-8 {
        width: 33.3333333333%
    }

    .large-margin-collapse > .xxlarge-9 {
        width: 37.5%
    }

    .large-margin-collapse > .xxlarge-10 {
        width: 41.6666666667%
    }

    .large-margin-collapse > .xxlarge-11 {
        width: 45.8333333333%
    }

    .large-margin-collapse > .xxlarge-12 {
        width: 50%
    }

    .large-margin-collapse > .xxlarge-13 {
        width: 54.1666666667%
    }

    .large-margin-collapse > .xxlarge-14 {
        width: 58.3333333333%
    }

    .large-margin-collapse > .xxlarge-15 {
        width: 62.5%
    }

    .large-margin-collapse > .xxlarge-16 {
        width: 66.6666666667%
    }

    .large-margin-collapse > .xxlarge-17 {
        width: 70.8333333333%
    }

    .large-margin-collapse > .xxlarge-18 {
        width: 75%
    }

    .large-margin-collapse > .xxlarge-19 {
        width: 79.1666666667%
    }

    .large-margin-collapse > .xxlarge-20 {
        width: 83.3333333333%
    }

    .large-margin-collapse > .xxlarge-21 {
        width: 87.5%
    }

    .large-margin-collapse > .xxlarge-22 {
        width: 91.6666666667%
    }

    .large-margin-collapse > .xxlarge-23 {
        width: 95.8333333333%
    }

    .large-margin-collapse > .xxlarge-24 {
        width: 100%
    }
}

@media print, screen and (min-width: 60em) {
    .large-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .large-padding-collapse > .cell {
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (min-width: 75em) {
    .xlarge-margin-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .xlarge-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0
    }
}

@media screen and (min-width: 75em) {
    .xlarge-margin-collapse > .small-1 {
        width: 4.1666666667%
    }

    .xlarge-margin-collapse > .small-2 {
        width: 8.3333333333%
    }

    .xlarge-margin-collapse > .small-3 {
        width: 12.5%
    }

    .xlarge-margin-collapse > .small-4 {
        width: 16.6666666667%
    }

    .xlarge-margin-collapse > .small-5 {
        width: 20.8333333333%
    }

    .xlarge-margin-collapse > .small-6 {
        width: 25%
    }

    .xlarge-margin-collapse > .small-7 {
        width: 29.1666666667%
    }

    .xlarge-margin-collapse > .small-8 {
        width: 33.3333333333%
    }

    .xlarge-margin-collapse > .small-9 {
        width: 37.5%
    }

    .xlarge-margin-collapse > .small-10 {
        width: 41.6666666667%
    }

    .xlarge-margin-collapse > .small-11 {
        width: 45.8333333333%
    }

    .xlarge-margin-collapse > .small-12 {
        width: 50%
    }

    .xlarge-margin-collapse > .small-13 {
        width: 54.1666666667%
    }

    .xlarge-margin-collapse > .small-14 {
        width: 58.3333333333%
    }

    .xlarge-margin-collapse > .small-15 {
        width: 62.5%
    }

    .xlarge-margin-collapse > .small-16 {
        width: 66.6666666667%
    }

    .xlarge-margin-collapse > .small-17 {
        width: 70.8333333333%
    }

    .xlarge-margin-collapse > .small-18 {
        width: 75%
    }

    .xlarge-margin-collapse > .small-19 {
        width: 79.1666666667%
    }

    .xlarge-margin-collapse > .small-20 {
        width: 83.3333333333%
    }

    .xlarge-margin-collapse > .small-21 {
        width: 87.5%
    }

    .xlarge-margin-collapse > .small-22 {
        width: 91.6666666667%
    }

    .xlarge-margin-collapse > .small-23 {
        width: 95.8333333333%
    }

    .xlarge-margin-collapse > .small-24 {
        width: 100%
    }
}

@media screen and (min-width: 75em) {
    .xlarge-margin-collapse > .medium-1 {
        width: 4.1666666667%
    }

    .xlarge-margin-collapse > .medium-2 {
        width: 8.3333333333%
    }

    .xlarge-margin-collapse > .medium-3 {
        width: 12.5%
    }

    .xlarge-margin-collapse > .medium-4 {
        width: 16.6666666667%
    }

    .xlarge-margin-collapse > .medium-5 {
        width: 20.8333333333%
    }

    .xlarge-margin-collapse > .medium-6 {
        width: 25%
    }

    .xlarge-margin-collapse > .medium-7 {
        width: 29.1666666667%
    }

    .xlarge-margin-collapse > .medium-8 {
        width: 33.3333333333%
    }

    .xlarge-margin-collapse > .medium-9 {
        width: 37.5%
    }

    .xlarge-margin-collapse > .medium-10 {
        width: 41.6666666667%
    }

    .xlarge-margin-collapse > .medium-11 {
        width: 45.8333333333%
    }

    .xlarge-margin-collapse > .medium-12 {
        width: 50%
    }

    .xlarge-margin-collapse > .medium-13 {
        width: 54.1666666667%
    }

    .xlarge-margin-collapse > .medium-14 {
        width: 58.3333333333%
    }

    .xlarge-margin-collapse > .medium-15 {
        width: 62.5%
    }

    .xlarge-margin-collapse > .medium-16 {
        width: 66.6666666667%
    }

    .xlarge-margin-collapse > .medium-17 {
        width: 70.8333333333%
    }

    .xlarge-margin-collapse > .medium-18 {
        width: 75%
    }

    .xlarge-margin-collapse > .medium-19 {
        width: 79.1666666667%
    }

    .xlarge-margin-collapse > .medium-20 {
        width: 83.3333333333%
    }

    .xlarge-margin-collapse > .medium-21 {
        width: 87.5%
    }

    .xlarge-margin-collapse > .medium-22 {
        width: 91.6666666667%
    }

    .xlarge-margin-collapse > .medium-23 {
        width: 95.8333333333%
    }

    .xlarge-margin-collapse > .medium-24 {
        width: 100%
    }
}

@media screen and (min-width: 75em) {
    .xlarge-margin-collapse > .large-1 {
        width: 4.1666666667%
    }

    .xlarge-margin-collapse > .large-2 {
        width: 8.3333333333%
    }

    .xlarge-margin-collapse > .large-3 {
        width: 12.5%
    }

    .xlarge-margin-collapse > .large-4 {
        width: 16.6666666667%
    }

    .xlarge-margin-collapse > .large-5 {
        width: 20.8333333333%
    }

    .xlarge-margin-collapse > .large-6 {
        width: 25%
    }

    .xlarge-margin-collapse > .large-7 {
        width: 29.1666666667%
    }

    .xlarge-margin-collapse > .large-8 {
        width: 33.3333333333%
    }

    .xlarge-margin-collapse > .large-9 {
        width: 37.5%
    }

    .xlarge-margin-collapse > .large-10 {
        width: 41.6666666667%
    }

    .xlarge-margin-collapse > .large-11 {
        width: 45.8333333333%
    }

    .xlarge-margin-collapse > .large-12 {
        width: 50%
    }

    .xlarge-margin-collapse > .large-13 {
        width: 54.1666666667%
    }

    .xlarge-margin-collapse > .large-14 {
        width: 58.3333333333%
    }

    .xlarge-margin-collapse > .large-15 {
        width: 62.5%
    }

    .xlarge-margin-collapse > .large-16 {
        width: 66.6666666667%
    }

    .xlarge-margin-collapse > .large-17 {
        width: 70.8333333333%
    }

    .xlarge-margin-collapse > .large-18 {
        width: 75%
    }

    .xlarge-margin-collapse > .large-19 {
        width: 79.1666666667%
    }

    .xlarge-margin-collapse > .large-20 {
        width: 83.3333333333%
    }

    .xlarge-margin-collapse > .large-21 {
        width: 87.5%
    }

    .xlarge-margin-collapse > .large-22 {
        width: 91.6666666667%
    }

    .xlarge-margin-collapse > .large-23 {
        width: 95.8333333333%
    }

    .xlarge-margin-collapse > .large-24 {
        width: 100%
    }
}

@media screen and (min-width: 75em) {
    .xlarge-margin-collapse > .xlarge-1 {
        width: 4.1666666667%
    }

    .xlarge-margin-collapse > .xlarge-2 {
        width: 8.3333333333%
    }

    .xlarge-margin-collapse > .xlarge-3 {
        width: 12.5%
    }

    .xlarge-margin-collapse > .xlarge-4 {
        width: 16.6666666667%
    }

    .xlarge-margin-collapse > .xlarge-5 {
        width: 20.8333333333%
    }

    .xlarge-margin-collapse > .xlarge-6 {
        width: 25%
    }

    .xlarge-margin-collapse > .xlarge-7 {
        width: 29.1666666667%
    }

    .xlarge-margin-collapse > .xlarge-8 {
        width: 33.3333333333%
    }

    .xlarge-margin-collapse > .xlarge-9 {
        width: 37.5%
    }

    .xlarge-margin-collapse > .xlarge-10 {
        width: 41.6666666667%
    }

    .xlarge-margin-collapse > .xlarge-11 {
        width: 45.8333333333%
    }

    .xlarge-margin-collapse > .xlarge-12 {
        width: 50%
    }

    .xlarge-margin-collapse > .xlarge-13 {
        width: 54.1666666667%
    }

    .xlarge-margin-collapse > .xlarge-14 {
        width: 58.3333333333%
    }

    .xlarge-margin-collapse > .xlarge-15 {
        width: 62.5%
    }

    .xlarge-margin-collapse > .xlarge-16 {
        width: 66.6666666667%
    }

    .xlarge-margin-collapse > .xlarge-17 {
        width: 70.8333333333%
    }

    .xlarge-margin-collapse > .xlarge-18 {
        width: 75%
    }

    .xlarge-margin-collapse > .xlarge-19 {
        width: 79.1666666667%
    }

    .xlarge-margin-collapse > .xlarge-20 {
        width: 83.3333333333%
    }

    .xlarge-margin-collapse > .xlarge-21 {
        width: 87.5%
    }

    .xlarge-margin-collapse > .xlarge-22 {
        width: 91.6666666667%
    }

    .xlarge-margin-collapse > .xlarge-23 {
        width: 95.8333333333%
    }

    .xlarge-margin-collapse > .xlarge-24 {
        width: 100%
    }
}

@media screen and (min-width: 90em) {
    .xlarge-margin-collapse > .xxlarge-1 {
        width: 4.1666666667%
    }

    .xlarge-margin-collapse > .xxlarge-2 {
        width: 8.3333333333%
    }

    .xlarge-margin-collapse > .xxlarge-3 {
        width: 12.5%
    }

    .xlarge-margin-collapse > .xxlarge-4 {
        width: 16.6666666667%
    }

    .xlarge-margin-collapse > .xxlarge-5 {
        width: 20.8333333333%
    }

    .xlarge-margin-collapse > .xxlarge-6 {
        width: 25%
    }

    .xlarge-margin-collapse > .xxlarge-7 {
        width: 29.1666666667%
    }

    .xlarge-margin-collapse > .xxlarge-8 {
        width: 33.3333333333%
    }

    .xlarge-margin-collapse > .xxlarge-9 {
        width: 37.5%
    }

    .xlarge-margin-collapse > .xxlarge-10 {
        width: 41.6666666667%
    }

    .xlarge-margin-collapse > .xxlarge-11 {
        width: 45.8333333333%
    }

    .xlarge-margin-collapse > .xxlarge-12 {
        width: 50%
    }

    .xlarge-margin-collapse > .xxlarge-13 {
        width: 54.1666666667%
    }

    .xlarge-margin-collapse > .xxlarge-14 {
        width: 58.3333333333%
    }

    .xlarge-margin-collapse > .xxlarge-15 {
        width: 62.5%
    }

    .xlarge-margin-collapse > .xxlarge-16 {
        width: 66.6666666667%
    }

    .xlarge-margin-collapse > .xxlarge-17 {
        width: 70.8333333333%
    }

    .xlarge-margin-collapse > .xxlarge-18 {
        width: 75%
    }

    .xlarge-margin-collapse > .xxlarge-19 {
        width: 79.1666666667%
    }

    .xlarge-margin-collapse > .xxlarge-20 {
        width: 83.3333333333%
    }

    .xlarge-margin-collapse > .xxlarge-21 {
        width: 87.5%
    }

    .xlarge-margin-collapse > .xxlarge-22 {
        width: 91.6666666667%
    }

    .xlarge-margin-collapse > .xxlarge-23 {
        width: 95.8333333333%
    }

    .xlarge-margin-collapse > .xxlarge-24 {
        width: 100%
    }
}

@media screen and (min-width: 75em) {
    .xlarge-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .xlarge-padding-collapse > .cell {
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (min-width: 90em) {
    .xxlarge-margin-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .xxlarge-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0
    }
}

@media screen and (min-width: 90em) {
    .xxlarge-margin-collapse > .small-1 {
        width: 4.1666666667%
    }

    .xxlarge-margin-collapse > .small-2 {
        width: 8.3333333333%
    }

    .xxlarge-margin-collapse > .small-3 {
        width: 12.5%
    }

    .xxlarge-margin-collapse > .small-4 {
        width: 16.6666666667%
    }

    .xxlarge-margin-collapse > .small-5 {
        width: 20.8333333333%
    }

    .xxlarge-margin-collapse > .small-6 {
        width: 25%
    }

    .xxlarge-margin-collapse > .small-7 {
        width: 29.1666666667%
    }

    .xxlarge-margin-collapse > .small-8 {
        width: 33.3333333333%
    }

    .xxlarge-margin-collapse > .small-9 {
        width: 37.5%
    }

    .xxlarge-margin-collapse > .small-10 {
        width: 41.6666666667%
    }

    .xxlarge-margin-collapse > .small-11 {
        width: 45.8333333333%
    }

    .xxlarge-margin-collapse > .small-12 {
        width: 50%
    }

    .xxlarge-margin-collapse > .small-13 {
        width: 54.1666666667%
    }

    .xxlarge-margin-collapse > .small-14 {
        width: 58.3333333333%
    }

    .xxlarge-margin-collapse > .small-15 {
        width: 62.5%
    }

    .xxlarge-margin-collapse > .small-16 {
        width: 66.6666666667%
    }

    .xxlarge-margin-collapse > .small-17 {
        width: 70.8333333333%
    }

    .xxlarge-margin-collapse > .small-18 {
        width: 75%
    }

    .xxlarge-margin-collapse > .small-19 {
        width: 79.1666666667%
    }

    .xxlarge-margin-collapse > .small-20 {
        width: 83.3333333333%
    }

    .xxlarge-margin-collapse > .small-21 {
        width: 87.5%
    }

    .xxlarge-margin-collapse > .small-22 {
        width: 91.6666666667%
    }

    .xxlarge-margin-collapse > .small-23 {
        width: 95.8333333333%
    }

    .xxlarge-margin-collapse > .small-24 {
        width: 100%
    }
}

@media screen and (min-width: 90em) {
    .xxlarge-margin-collapse > .medium-1 {
        width: 4.1666666667%
    }

    .xxlarge-margin-collapse > .medium-2 {
        width: 8.3333333333%
    }

    .xxlarge-margin-collapse > .medium-3 {
        width: 12.5%
    }

    .xxlarge-margin-collapse > .medium-4 {
        width: 16.6666666667%
    }

    .xxlarge-margin-collapse > .medium-5 {
        width: 20.8333333333%
    }

    .xxlarge-margin-collapse > .medium-6 {
        width: 25%
    }

    .xxlarge-margin-collapse > .medium-7 {
        width: 29.1666666667%
    }

    .xxlarge-margin-collapse > .medium-8 {
        width: 33.3333333333%
    }

    .xxlarge-margin-collapse > .medium-9 {
        width: 37.5%
    }

    .xxlarge-margin-collapse > .medium-10 {
        width: 41.6666666667%
    }

    .xxlarge-margin-collapse > .medium-11 {
        width: 45.8333333333%
    }

    .xxlarge-margin-collapse > .medium-12 {
        width: 50%
    }

    .xxlarge-margin-collapse > .medium-13 {
        width: 54.1666666667%
    }

    .xxlarge-margin-collapse > .medium-14 {
        width: 58.3333333333%
    }

    .xxlarge-margin-collapse > .medium-15 {
        width: 62.5%
    }

    .xxlarge-margin-collapse > .medium-16 {
        width: 66.6666666667%
    }

    .xxlarge-margin-collapse > .medium-17 {
        width: 70.8333333333%
    }

    .xxlarge-margin-collapse > .medium-18 {
        width: 75%
    }

    .xxlarge-margin-collapse > .medium-19 {
        width: 79.1666666667%
    }

    .xxlarge-margin-collapse > .medium-20 {
        width: 83.3333333333%
    }

    .xxlarge-margin-collapse > .medium-21 {
        width: 87.5%
    }

    .xxlarge-margin-collapse > .medium-22 {
        width: 91.6666666667%
    }

    .xxlarge-margin-collapse > .medium-23 {
        width: 95.8333333333%
    }

    .xxlarge-margin-collapse > .medium-24 {
        width: 100%
    }
}

@media screen and (min-width: 90em) {
    .xxlarge-margin-collapse > .large-1 {
        width: 4.1666666667%
    }

    .xxlarge-margin-collapse > .large-2 {
        width: 8.3333333333%
    }

    .xxlarge-margin-collapse > .large-3 {
        width: 12.5%
    }

    .xxlarge-margin-collapse > .large-4 {
        width: 16.6666666667%
    }

    .xxlarge-margin-collapse > .large-5 {
        width: 20.8333333333%
    }

    .xxlarge-margin-collapse > .large-6 {
        width: 25%
    }

    .xxlarge-margin-collapse > .large-7 {
        width: 29.1666666667%
    }

    .xxlarge-margin-collapse > .large-8 {
        width: 33.3333333333%
    }

    .xxlarge-margin-collapse > .large-9 {
        width: 37.5%
    }

    .xxlarge-margin-collapse > .large-10 {
        width: 41.6666666667%
    }

    .xxlarge-margin-collapse > .large-11 {
        width: 45.8333333333%
    }

    .xxlarge-margin-collapse > .large-12 {
        width: 50%
    }

    .xxlarge-margin-collapse > .large-13 {
        width: 54.1666666667%
    }

    .xxlarge-margin-collapse > .large-14 {
        width: 58.3333333333%
    }

    .xxlarge-margin-collapse > .large-15 {
        width: 62.5%
    }

    .xxlarge-margin-collapse > .large-16 {
        width: 66.6666666667%
    }

    .xxlarge-margin-collapse > .large-17 {
        width: 70.8333333333%
    }

    .xxlarge-margin-collapse > .large-18 {
        width: 75%
    }

    .xxlarge-margin-collapse > .large-19 {
        width: 79.1666666667%
    }

    .xxlarge-margin-collapse > .large-20 {
        width: 83.3333333333%
    }

    .xxlarge-margin-collapse > .large-21 {
        width: 87.5%
    }

    .xxlarge-margin-collapse > .large-22 {
        width: 91.6666666667%
    }

    .xxlarge-margin-collapse > .large-23 {
        width: 95.8333333333%
    }

    .xxlarge-margin-collapse > .large-24 {
        width: 100%
    }
}

@media screen and (min-width: 90em) {
    .xxlarge-margin-collapse > .xlarge-1 {
        width: 4.1666666667%
    }

    .xxlarge-margin-collapse > .xlarge-2 {
        width: 8.3333333333%
    }

    .xxlarge-margin-collapse > .xlarge-3 {
        width: 12.5%
    }

    .xxlarge-margin-collapse > .xlarge-4 {
        width: 16.6666666667%
    }

    .xxlarge-margin-collapse > .xlarge-5 {
        width: 20.8333333333%
    }

    .xxlarge-margin-collapse > .xlarge-6 {
        width: 25%
    }

    .xxlarge-margin-collapse > .xlarge-7 {
        width: 29.1666666667%
    }

    .xxlarge-margin-collapse > .xlarge-8 {
        width: 33.3333333333%
    }

    .xxlarge-margin-collapse > .xlarge-9 {
        width: 37.5%
    }

    .xxlarge-margin-collapse > .xlarge-10 {
        width: 41.6666666667%
    }

    .xxlarge-margin-collapse > .xlarge-11 {
        width: 45.8333333333%
    }

    .xxlarge-margin-collapse > .xlarge-12 {
        width: 50%
    }

    .xxlarge-margin-collapse > .xlarge-13 {
        width: 54.1666666667%
    }

    .xxlarge-margin-collapse > .xlarge-14 {
        width: 58.3333333333%
    }

    .xxlarge-margin-collapse > .xlarge-15 {
        width: 62.5%
    }

    .xxlarge-margin-collapse > .xlarge-16 {
        width: 66.6666666667%
    }

    .xxlarge-margin-collapse > .xlarge-17 {
        width: 70.8333333333%
    }

    .xxlarge-margin-collapse > .xlarge-18 {
        width: 75%
    }

    .xxlarge-margin-collapse > .xlarge-19 {
        width: 79.1666666667%
    }

    .xxlarge-margin-collapse > .xlarge-20 {
        width: 83.3333333333%
    }

    .xxlarge-margin-collapse > .xlarge-21 {
        width: 87.5%
    }

    .xxlarge-margin-collapse > .xlarge-22 {
        width: 91.6666666667%
    }

    .xxlarge-margin-collapse > .xlarge-23 {
        width: 95.8333333333%
    }

    .xxlarge-margin-collapse > .xlarge-24 {
        width: 100%
    }
}

@media screen and (min-width: 90em) {
    .xxlarge-margin-collapse > .xxlarge-1 {
        width: 4.1666666667%
    }

    .xxlarge-margin-collapse > .xxlarge-2 {
        width: 8.3333333333%
    }

    .xxlarge-margin-collapse > .xxlarge-3 {
        width: 12.5%
    }

    .xxlarge-margin-collapse > .xxlarge-4 {
        width: 16.6666666667%
    }

    .xxlarge-margin-collapse > .xxlarge-5 {
        width: 20.8333333333%
    }

    .xxlarge-margin-collapse > .xxlarge-6 {
        width: 25%
    }

    .xxlarge-margin-collapse > .xxlarge-7 {
        width: 29.1666666667%
    }

    .xxlarge-margin-collapse > .xxlarge-8 {
        width: 33.3333333333%
    }

    .xxlarge-margin-collapse > .xxlarge-9 {
        width: 37.5%
    }

    .xxlarge-margin-collapse > .xxlarge-10 {
        width: 41.6666666667%
    }

    .xxlarge-margin-collapse > .xxlarge-11 {
        width: 45.8333333333%
    }

    .xxlarge-margin-collapse > .xxlarge-12 {
        width: 50%
    }

    .xxlarge-margin-collapse > .xxlarge-13 {
        width: 54.1666666667%
    }

    .xxlarge-margin-collapse > .xxlarge-14 {
        width: 58.3333333333%
    }

    .xxlarge-margin-collapse > .xxlarge-15 {
        width: 62.5%
    }

    .xxlarge-margin-collapse > .xxlarge-16 {
        width: 66.6666666667%
    }

    .xxlarge-margin-collapse > .xxlarge-17 {
        width: 70.8333333333%
    }

    .xxlarge-margin-collapse > .xxlarge-18 {
        width: 75%
    }

    .xxlarge-margin-collapse > .xxlarge-19 {
        width: 79.1666666667%
    }

    .xxlarge-margin-collapse > .xxlarge-20 {
        width: 83.3333333333%
    }

    .xxlarge-margin-collapse > .xxlarge-21 {
        width: 87.5%
    }

    .xxlarge-margin-collapse > .xxlarge-22 {
        width: 91.6666666667%
    }

    .xxlarge-margin-collapse > .xxlarge-23 {
        width: 95.8333333333%
    }

    .xxlarge-margin-collapse > .xxlarge-24 {
        width: 100%
    }
}

@media screen and (min-width: 90em) {
    .xxlarge-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .xxlarge-padding-collapse > .cell {
        padding-right: 0;
        padding-left: 0
    }
}

.small-offset-0 {
    margin-left: 0%
}

.grid-margin-x > .small-offset-0 {
    margin-left: calc(0% + 1.25rem / 2)
}

.small-offset-1 {
    margin-left: 4.1666666667%
}

.grid-margin-x > .small-offset-1 {
    margin-left: calc(4.1666666667% + 1.25rem / 2)
}

.small-offset-2 {
    margin-left: 8.3333333333%
}

.grid-margin-x > .small-offset-2 {
    margin-left: calc(8.3333333333% + 1.25rem / 2)
}

.small-offset-3 {
    margin-left: 12.5%
}

.grid-margin-x > .small-offset-3 {
    margin-left: calc(12.5% + 1.25rem / 2)
}

.small-offset-4 {
    margin-left: 16.6666666667%
}

.grid-margin-x > .small-offset-4 {
    margin-left: calc(16.6666666667% + 1.25rem / 2)
}

.small-offset-5 {
    margin-left: 20.8333333333%
}

.grid-margin-x > .small-offset-5 {
    margin-left: calc(20.8333333333% + 1.25rem / 2)
}

.small-offset-6 {
    margin-left: 25%
}

.grid-margin-x > .small-offset-6 {
    margin-left: calc(25% + 1.25rem / 2)
}

.small-offset-7 {
    margin-left: 29.1666666667%
}

.grid-margin-x > .small-offset-7 {
    margin-left: calc(29.1666666667% + 1.25rem / 2)
}

.small-offset-8 {
    margin-left: 33.3333333333%
}

.grid-margin-x > .small-offset-8 {
    margin-left: calc(33.3333333333% + 1.25rem / 2)
}

.small-offset-9 {
    margin-left: 37.5%
}

.grid-margin-x > .small-offset-9 {
    margin-left: calc(37.5% + 1.25rem / 2)
}

.small-offset-10 {
    margin-left: 41.6666666667%
}

.grid-margin-x > .small-offset-10 {
    margin-left: calc(41.6666666667% + 1.25rem / 2)
}

.small-offset-11 {
    margin-left: 45.8333333333%
}

.grid-margin-x > .small-offset-11 {
    margin-left: calc(45.8333333333% + 1.25rem / 2)
}

.small-offset-12 {
    margin-left: 50%
}

.grid-margin-x > .small-offset-12 {
    margin-left: calc(50% + 1.25rem / 2)
}

.small-offset-13 {
    margin-left: 54.1666666667%
}

.grid-margin-x > .small-offset-13 {
    margin-left: calc(54.1666666667% + 1.25rem / 2)
}

.small-offset-14 {
    margin-left: 58.3333333333%
}

.grid-margin-x > .small-offset-14 {
    margin-left: calc(58.3333333333% + 1.25rem / 2)
}

.small-offset-15 {
    margin-left: 62.5%
}

.grid-margin-x > .small-offset-15 {
    margin-left: calc(62.5% + 1.25rem / 2)
}

.small-offset-16 {
    margin-left: 66.6666666667%
}

.grid-margin-x > .small-offset-16 {
    margin-left: calc(66.6666666667% + 1.25rem / 2)
}

.small-offset-17 {
    margin-left: 70.8333333333%
}

.grid-margin-x > .small-offset-17 {
    margin-left: calc(70.8333333333% + 1.25rem / 2)
}

.small-offset-18 {
    margin-left: 75%
}

.grid-margin-x > .small-offset-18 {
    margin-left: calc(75% + 1.25rem / 2)
}

.small-offset-19 {
    margin-left: 79.1666666667%
}

.grid-margin-x > .small-offset-19 {
    margin-left: calc(79.1666666667% + 1.25rem / 2)
}

.small-offset-20 {
    margin-left: 83.3333333333%
}

.grid-margin-x > .small-offset-20 {
    margin-left: calc(83.3333333333% + 1.25rem / 2)
}

.small-offset-21 {
    margin-left: 87.5%
}

.grid-margin-x > .small-offset-21 {
    margin-left: calc(87.5% + 1.25rem / 2)
}

.small-offset-22 {
    margin-left: 91.6666666667%
}

.grid-margin-x > .small-offset-22 {
    margin-left: calc(91.6666666667% + 1.25rem / 2)
}

.small-offset-23 {
    margin-left: 95.8333333333%
}

.grid-margin-x > .small-offset-23 {
    margin-left: calc(95.8333333333% + 1.25rem / 2)
}

@media print, screen and (min-width: 40em) {
    .medium-offset-0 {
        margin-left: 0%
    }

    .grid-margin-x > .medium-offset-0 {
        margin-left: calc(0% + 1.25rem / 2)
    }

    .medium-offset-1 {
        margin-left: 4.1666666667%
    }

    .grid-margin-x > .medium-offset-1 {
        margin-left: calc(4.1666666667% + 1.25rem / 2)
    }

    .medium-offset-2 {
        margin-left: 8.3333333333%
    }

    .grid-margin-x > .medium-offset-2 {
        margin-left: calc(8.3333333333% + 1.25rem / 2)
    }

    .medium-offset-3 {
        margin-left: 12.5%
    }

    .grid-margin-x > .medium-offset-3 {
        margin-left: calc(12.5% + 1.25rem / 2)
    }

    .medium-offset-4 {
        margin-left: 16.6666666667%
    }

    .grid-margin-x > .medium-offset-4 {
        margin-left: calc(16.6666666667% + 1.25rem / 2)
    }

    .medium-offset-5 {
        margin-left: 20.8333333333%
    }

    .grid-margin-x > .medium-offset-5 {
        margin-left: calc(20.8333333333% + 1.25rem / 2)
    }

    .medium-offset-6 {
        margin-left: 25%
    }

    .grid-margin-x > .medium-offset-6 {
        margin-left: calc(25% + 1.25rem / 2)
    }

    .medium-offset-7 {
        margin-left: 29.1666666667%
    }

    .grid-margin-x > .medium-offset-7 {
        margin-left: calc(29.1666666667% + 1.25rem / 2)
    }

    .medium-offset-8 {
        margin-left: 33.3333333333%
    }

    .grid-margin-x > .medium-offset-8 {
        margin-left: calc(33.3333333333% + 1.25rem / 2)
    }

    .medium-offset-9 {
        margin-left: 37.5%
    }

    .grid-margin-x > .medium-offset-9 {
        margin-left: calc(37.5% + 1.25rem / 2)
    }

    .medium-offset-10 {
        margin-left: 41.6666666667%
    }

    .grid-margin-x > .medium-offset-10 {
        margin-left: calc(41.6666666667% + 1.25rem / 2)
    }

    .medium-offset-11 {
        margin-left: 45.8333333333%
    }

    .grid-margin-x > .medium-offset-11 {
        margin-left: calc(45.8333333333% + 1.25rem / 2)
    }

    .medium-offset-12 {
        margin-left: 50%
    }

    .grid-margin-x > .medium-offset-12 {
        margin-left: calc(50% + 1.25rem / 2)
    }

    .medium-offset-13 {
        margin-left: 54.1666666667%
    }

    .grid-margin-x > .medium-offset-13 {
        margin-left: calc(54.1666666667% + 1.25rem / 2)
    }

    .medium-offset-14 {
        margin-left: 58.3333333333%
    }

    .grid-margin-x > .medium-offset-14 {
        margin-left: calc(58.3333333333% + 1.25rem / 2)
    }

    .medium-offset-15 {
        margin-left: 62.5%
    }

    .grid-margin-x > .medium-offset-15 {
        margin-left: calc(62.5% + 1.25rem / 2)
    }

    .medium-offset-16 {
        margin-left: 66.6666666667%
    }

    .grid-margin-x > .medium-offset-16 {
        margin-left: calc(66.6666666667% + 1.25rem / 2)
    }

    .medium-offset-17 {
        margin-left: 70.8333333333%
    }

    .grid-margin-x > .medium-offset-17 {
        margin-left: calc(70.8333333333% + 1.25rem / 2)
    }

    .medium-offset-18 {
        margin-left: 75%
    }

    .grid-margin-x > .medium-offset-18 {
        margin-left: calc(75% + 1.25rem / 2)
    }

    .medium-offset-19 {
        margin-left: 79.1666666667%
    }

    .grid-margin-x > .medium-offset-19 {
        margin-left: calc(79.1666666667% + 1.25rem / 2)
    }

    .medium-offset-20 {
        margin-left: 83.3333333333%
    }

    .grid-margin-x > .medium-offset-20 {
        margin-left: calc(83.3333333333% + 1.25rem / 2)
    }

    .medium-offset-21 {
        margin-left: 87.5%
    }

    .grid-margin-x > .medium-offset-21 {
        margin-left: calc(87.5% + 1.25rem / 2)
    }

    .medium-offset-22 {
        margin-left: 91.6666666667%
    }

    .grid-margin-x > .medium-offset-22 {
        margin-left: calc(91.6666666667% + 1.25rem / 2)
    }

    .medium-offset-23 {
        margin-left: 95.8333333333%
    }

    .grid-margin-x > .medium-offset-23 {
        margin-left: calc(95.8333333333% + 1.25rem / 2)
    }
}

@media print, screen and (min-width: 60em) {
    .large-offset-0 {
        margin-left: 0%
    }

    .grid-margin-x > .large-offset-0 {
        margin-left: calc(0% + 1.25rem / 2)
    }

    .large-offset-1 {
        margin-left: 4.1666666667%
    }

    .grid-margin-x > .large-offset-1 {
        margin-left: calc(4.1666666667% + 1.25rem / 2)
    }

    .large-offset-2 {
        margin-left: 8.3333333333%
    }

    .grid-margin-x > .large-offset-2 {
        margin-left: calc(8.3333333333% + 1.25rem / 2)
    }

    .large-offset-3 {
        margin-left: 12.5%
    }

    .grid-margin-x > .large-offset-3 {
        margin-left: calc(12.5% + 1.25rem / 2)
    }

    .large-offset-4 {
        margin-left: 16.6666666667%
    }

    .grid-margin-x > .large-offset-4 {
        margin-left: calc(16.6666666667% + 1.25rem / 2)
    }

    .large-offset-5 {
        margin-left: 20.8333333333%
    }

    .grid-margin-x > .large-offset-5 {
        margin-left: calc(20.8333333333% + 1.25rem / 2)
    }

    .large-offset-6 {
        margin-left: 25%
    }

    .grid-margin-x > .large-offset-6 {
        margin-left: calc(25% + 1.25rem / 2)
    }

    .large-offset-7 {
        margin-left: 29.1666666667%
    }

    .grid-margin-x > .large-offset-7 {
        margin-left: calc(29.1666666667% + 1.25rem / 2)
    }

    .large-offset-8 {
        margin-left: 33.3333333333%
    }

    .grid-margin-x > .large-offset-8 {
        margin-left: calc(33.3333333333% + 1.25rem / 2)
    }

    .large-offset-9 {
        margin-left: 37.5%
    }

    .grid-margin-x > .large-offset-9 {
        margin-left: calc(37.5% + 1.25rem / 2)
    }

    .large-offset-10 {
        margin-left: 41.6666666667%
    }

    .grid-margin-x > .large-offset-10 {
        margin-left: calc(41.6666666667% + 1.25rem / 2)
    }

    .large-offset-11 {
        margin-left: 45.8333333333%
    }

    .grid-margin-x > .large-offset-11 {
        margin-left: calc(45.8333333333% + 1.25rem / 2)
    }

    .large-offset-12 {
        margin-left: 50%
    }

    .grid-margin-x > .large-offset-12 {
        margin-left: calc(50% + 1.25rem / 2)
    }

    .large-offset-13 {
        margin-left: 54.1666666667%
    }

    .grid-margin-x > .large-offset-13 {
        margin-left: calc(54.1666666667% + 1.25rem / 2)
    }

    .large-offset-14 {
        margin-left: 58.3333333333%
    }

    .grid-margin-x > .large-offset-14 {
        margin-left: calc(58.3333333333% + 1.25rem / 2)
    }

    .large-offset-15 {
        margin-left: 62.5%
    }

    .grid-margin-x > .large-offset-15 {
        margin-left: calc(62.5% + 1.25rem / 2)
    }

    .large-offset-16 {
        margin-left: 66.6666666667%
    }

    .grid-margin-x > .large-offset-16 {
        margin-left: calc(66.6666666667% + 1.25rem / 2)
    }

    .large-offset-17 {
        margin-left: 70.8333333333%
    }

    .grid-margin-x > .large-offset-17 {
        margin-left: calc(70.8333333333% + 1.25rem / 2)
    }

    .large-offset-18 {
        margin-left: 75%
    }

    .grid-margin-x > .large-offset-18 {
        margin-left: calc(75% + 1.25rem / 2)
    }

    .large-offset-19 {
        margin-left: 79.1666666667%
    }

    .grid-margin-x > .large-offset-19 {
        margin-left: calc(79.1666666667% + 1.25rem / 2)
    }

    .large-offset-20 {
        margin-left: 83.3333333333%
    }

    .grid-margin-x > .large-offset-20 {
        margin-left: calc(83.3333333333% + 1.25rem / 2)
    }

    .large-offset-21 {
        margin-left: 87.5%
    }

    .grid-margin-x > .large-offset-21 {
        margin-left: calc(87.5% + 1.25rem / 2)
    }

    .large-offset-22 {
        margin-left: 91.6666666667%
    }

    .grid-margin-x > .large-offset-22 {
        margin-left: calc(91.6666666667% + 1.25rem / 2)
    }

    .large-offset-23 {
        margin-left: 95.8333333333%
    }

    .grid-margin-x > .large-offset-23 {
        margin-left: calc(95.8333333333% + 1.25rem / 2)
    }
}

@media screen and (min-width: 75em) {
    .xlarge-offset-0 {
        margin-left: 0%
    }

    .grid-margin-x > .xlarge-offset-0 {
        margin-left: calc(0% + 1.25rem / 2)
    }

    .xlarge-offset-1 {
        margin-left: 4.1666666667%
    }

    .grid-margin-x > .xlarge-offset-1 {
        margin-left: calc(4.1666666667% + 1.25rem / 2)
    }

    .xlarge-offset-2 {
        margin-left: 8.3333333333%
    }

    .grid-margin-x > .xlarge-offset-2 {
        margin-left: calc(8.3333333333% + 1.25rem / 2)
    }

    .xlarge-offset-3 {
        margin-left: 12.5%
    }

    .grid-margin-x > .xlarge-offset-3 {
        margin-left: calc(12.5% + 1.25rem / 2)
    }

    .xlarge-offset-4 {
        margin-left: 16.6666666667%
    }

    .grid-margin-x > .xlarge-offset-4 {
        margin-left: calc(16.6666666667% + 1.25rem / 2)
    }

    .xlarge-offset-5 {
        margin-left: 20.8333333333%
    }

    .grid-margin-x > .xlarge-offset-5 {
        margin-left: calc(20.8333333333% + 1.25rem / 2)
    }

    .xlarge-offset-6 {
        margin-left: 25%
    }

    .grid-margin-x > .xlarge-offset-6 {
        margin-left: calc(25% + 1.25rem / 2)
    }

    .xlarge-offset-7 {
        margin-left: 29.1666666667%
    }

    .grid-margin-x > .xlarge-offset-7 {
        margin-left: calc(29.1666666667% + 1.25rem / 2)
    }

    .xlarge-offset-8 {
        margin-left: 33.3333333333%
    }

    .grid-margin-x > .xlarge-offset-8 {
        margin-left: calc(33.3333333333% + 1.25rem / 2)
    }

    .xlarge-offset-9 {
        margin-left: 37.5%
    }

    .grid-margin-x > .xlarge-offset-9 {
        margin-left: calc(37.5% + 1.25rem / 2)
    }

    .xlarge-offset-10 {
        margin-left: 41.6666666667%
    }

    .grid-margin-x > .xlarge-offset-10 {
        margin-left: calc(41.6666666667% + 1.25rem / 2)
    }

    .xlarge-offset-11 {
        margin-left: 45.8333333333%
    }

    .grid-margin-x > .xlarge-offset-11 {
        margin-left: calc(45.8333333333% + 1.25rem / 2)
    }

    .xlarge-offset-12 {
        margin-left: 50%
    }

    .grid-margin-x > .xlarge-offset-12 {
        margin-left: calc(50% + 1.25rem / 2)
    }

    .xlarge-offset-13 {
        margin-left: 54.1666666667%
    }

    .grid-margin-x > .xlarge-offset-13 {
        margin-left: calc(54.1666666667% + 1.25rem / 2)
    }

    .xlarge-offset-14 {
        margin-left: 58.3333333333%
    }

    .grid-margin-x > .xlarge-offset-14 {
        margin-left: calc(58.3333333333% + 1.25rem / 2)
    }

    .xlarge-offset-15 {
        margin-left: 62.5%
    }

    .grid-margin-x > .xlarge-offset-15 {
        margin-left: calc(62.5% + 1.25rem / 2)
    }

    .xlarge-offset-16 {
        margin-left: 66.6666666667%
    }

    .grid-margin-x > .xlarge-offset-16 {
        margin-left: calc(66.6666666667% + 1.25rem / 2)
    }

    .xlarge-offset-17 {
        margin-left: 70.8333333333%
    }

    .grid-margin-x > .xlarge-offset-17 {
        margin-left: calc(70.8333333333% + 1.25rem / 2)
    }

    .xlarge-offset-18 {
        margin-left: 75%
    }

    .grid-margin-x > .xlarge-offset-18 {
        margin-left: calc(75% + 1.25rem / 2)
    }

    .xlarge-offset-19 {
        margin-left: 79.1666666667%
    }

    .grid-margin-x > .xlarge-offset-19 {
        margin-left: calc(79.1666666667% + 1.25rem / 2)
    }

    .xlarge-offset-20 {
        margin-left: 83.3333333333%
    }

    .grid-margin-x > .xlarge-offset-20 {
        margin-left: calc(83.3333333333% + 1.25rem / 2)
    }

    .xlarge-offset-21 {
        margin-left: 87.5%
    }

    .grid-margin-x > .xlarge-offset-21 {
        margin-left: calc(87.5% + 1.25rem / 2)
    }

    .xlarge-offset-22 {
        margin-left: 91.6666666667%
    }

    .grid-margin-x > .xlarge-offset-22 {
        margin-left: calc(91.6666666667% + 1.25rem / 2)
    }

    .xlarge-offset-23 {
        margin-left: 95.8333333333%
    }

    .grid-margin-x > .xlarge-offset-23 {
        margin-left: calc(95.8333333333% + 1.25rem / 2)
    }
}

@media screen and (min-width: 90em) {
    .xxlarge-offset-0 {
        margin-left: 0%
    }

    .grid-margin-x > .xxlarge-offset-0 {
        margin-left: calc(0% + 1.25rem / 2)
    }

    .xxlarge-offset-1 {
        margin-left: 4.1666666667%
    }

    .grid-margin-x > .xxlarge-offset-1 {
        margin-left: calc(4.1666666667% + 1.25rem / 2)
    }

    .xxlarge-offset-2 {
        margin-left: 8.3333333333%
    }

    .grid-margin-x > .xxlarge-offset-2 {
        margin-left: calc(8.3333333333% + 1.25rem / 2)
    }

    .xxlarge-offset-3 {
        margin-left: 12.5%
    }

    .grid-margin-x > .xxlarge-offset-3 {
        margin-left: calc(12.5% + 1.25rem / 2)
    }

    .xxlarge-offset-4 {
        margin-left: 16.6666666667%
    }

    .grid-margin-x > .xxlarge-offset-4 {
        margin-left: calc(16.6666666667% + 1.25rem / 2)
    }

    .xxlarge-offset-5 {
        margin-left: 20.8333333333%
    }

    .grid-margin-x > .xxlarge-offset-5 {
        margin-left: calc(20.8333333333% + 1.25rem / 2)
    }

    .xxlarge-offset-6 {
        margin-left: 25%
    }

    .grid-margin-x > .xxlarge-offset-6 {
        margin-left: calc(25% + 1.25rem / 2)
    }

    .xxlarge-offset-7 {
        margin-left: 29.1666666667%
    }

    .grid-margin-x > .xxlarge-offset-7 {
        margin-left: calc(29.1666666667% + 1.25rem / 2)
    }

    .xxlarge-offset-8 {
        margin-left: 33.3333333333%
    }

    .grid-margin-x > .xxlarge-offset-8 {
        margin-left: calc(33.3333333333% + 1.25rem / 2)
    }

    .xxlarge-offset-9 {
        margin-left: 37.5%
    }

    .grid-margin-x > .xxlarge-offset-9 {
        margin-left: calc(37.5% + 1.25rem / 2)
    }

    .xxlarge-offset-10 {
        margin-left: 41.6666666667%
    }

    .grid-margin-x > .xxlarge-offset-10 {
        margin-left: calc(41.6666666667% + 1.25rem / 2)
    }

    .xxlarge-offset-11 {
        margin-left: 45.8333333333%
    }

    .grid-margin-x > .xxlarge-offset-11 {
        margin-left: calc(45.8333333333% + 1.25rem / 2)
    }

    .xxlarge-offset-12 {
        margin-left: 50%
    }

    .grid-margin-x > .xxlarge-offset-12 {
        margin-left: calc(50% + 1.25rem / 2)
    }

    .xxlarge-offset-13 {
        margin-left: 54.1666666667%
    }

    .grid-margin-x > .xxlarge-offset-13 {
        margin-left: calc(54.1666666667% + 1.25rem / 2)
    }

    .xxlarge-offset-14 {
        margin-left: 58.3333333333%
    }

    .grid-margin-x > .xxlarge-offset-14 {
        margin-left: calc(58.3333333333% + 1.25rem / 2)
    }

    .xxlarge-offset-15 {
        margin-left: 62.5%
    }

    .grid-margin-x > .xxlarge-offset-15 {
        margin-left: calc(62.5% + 1.25rem / 2)
    }

    .xxlarge-offset-16 {
        margin-left: 66.6666666667%
    }

    .grid-margin-x > .xxlarge-offset-16 {
        margin-left: calc(66.6666666667% + 1.25rem / 2)
    }

    .xxlarge-offset-17 {
        margin-left: 70.8333333333%
    }

    .grid-margin-x > .xxlarge-offset-17 {
        margin-left: calc(70.8333333333% + 1.25rem / 2)
    }

    .xxlarge-offset-18 {
        margin-left: 75%
    }

    .grid-margin-x > .xxlarge-offset-18 {
        margin-left: calc(75% + 1.25rem / 2)
    }

    .xxlarge-offset-19 {
        margin-left: 79.1666666667%
    }

    .grid-margin-x > .xxlarge-offset-19 {
        margin-left: calc(79.1666666667% + 1.25rem / 2)
    }

    .xxlarge-offset-20 {
        margin-left: 83.3333333333%
    }

    .grid-margin-x > .xxlarge-offset-20 {
        margin-left: calc(83.3333333333% + 1.25rem / 2)
    }

    .xxlarge-offset-21 {
        margin-left: 87.5%
    }

    .grid-margin-x > .xxlarge-offset-21 {
        margin-left: calc(87.5% + 1.25rem / 2)
    }

    .xxlarge-offset-22 {
        margin-left: 91.6666666667%
    }

    .grid-margin-x > .xxlarge-offset-22 {
        margin-left: calc(91.6666666667% + 1.25rem / 2)
    }

    .xxlarge-offset-23 {
        margin-left: 95.8333333333%
    }

    .grid-margin-x > .xxlarge-offset-23 {
        margin-left: calc(95.8333333333% + 1.25rem / 2)
    }
}

.grid-y {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.grid-y > .cell {
    height: auto;
    max-height: none
}

.grid-y > .auto {
    height: auto
}

.grid-y > .shrink {
    height: auto
}

.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12, .grid-y > .small-13, .grid-y > .small-14, .grid-y > .small-15, .grid-y > .small-16, .grid-y > .small-17, .grid-y > .small-18, .grid-y > .small-19, .grid-y > .small-20, .grid-y > .small-21, .grid-y > .small-22, .grid-y > .small-23, .grid-y > .small-24 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

@media print, screen and (min-width: 40em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12, .grid-y > .medium-13, .grid-y > .medium-14, .grid-y > .medium-15, .grid-y > .medium-16, .grid-y > .medium-17, .grid-y > .medium-18, .grid-y > .medium-19, .grid-y > .medium-20, .grid-y > .medium-21, .grid-y > .medium-22, .grid-y > .medium-23, .grid-y > .medium-24 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media print, screen and (min-width: 60em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12, .grid-y > .large-13, .grid-y > .large-14, .grid-y > .large-15, .grid-y > .large-16, .grid-y > .large-17, .grid-y > .large-18, .grid-y > .large-19, .grid-y > .large-20, .grid-y > .large-21, .grid-y > .large-22, .grid-y > .large-23, .grid-y > .large-24 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media screen and (min-width: 75em) {
    .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12, .grid-y > .xlarge-13, .grid-y > .xlarge-14, .grid-y > .xlarge-15, .grid-y > .xlarge-16, .grid-y > .xlarge-17, .grid-y > .xlarge-18, .grid-y > .xlarge-19, .grid-y > .xlarge-20, .grid-y > .xlarge-21, .grid-y > .xlarge-22, .grid-y > .xlarge-23, .grid-y > .xlarge-24 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media screen and (min-width: 90em) {
    .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12, .grid-y > .xxlarge-13, .grid-y > .xxlarge-14, .grid-y > .xxlarge-15, .grid-y > .xxlarge-16, .grid-y > .xxlarge-17, .grid-y > .xxlarge-18, .grid-y > .xxlarge-19, .grid-y > .xxlarge-20, .grid-y > .xxlarge-21, .grid-y > .xxlarge-22, .grid-y > .xxlarge-23, .grid-y > .xxlarge-24 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.grid-y > .small-24, .grid-y > .small-23, .grid-y > .small-22, .grid-y > .small-21, .grid-y > .small-20, .grid-y > .small-19, .grid-y > .small-18, .grid-y > .small-17, .grid-y > .small-16, .grid-y > .small-15, .grid-y > .small-14, .grid-y > .small-13, .grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-y > .small-1 {
    height: 4.1666666667%
}

.grid-y > .small-2 {
    height: 8.3333333333%
}

.grid-y > .small-3 {
    height: 12.5%
}

.grid-y > .small-4 {
    height: 16.6666666667%
}

.grid-y > .small-5 {
    height: 20.8333333333%
}

.grid-y > .small-6 {
    height: 25%
}

.grid-y > .small-7 {
    height: 29.1666666667%
}

.grid-y > .small-8 {
    height: 33.3333333333%
}

.grid-y > .small-9 {
    height: 37.5%
}

.grid-y > .small-10 {
    height: 41.6666666667%
}

.grid-y > .small-11 {
    height: 45.8333333333%
}

.grid-y > .small-12 {
    height: 50%
}

.grid-y > .small-13 {
    height: 54.1666666667%
}

.grid-y > .small-14 {
    height: 58.3333333333%
}

.grid-y > .small-15 {
    height: 62.5%
}

.grid-y > .small-16 {
    height: 66.6666666667%
}

.grid-y > .small-17 {
    height: 70.8333333333%
}

.grid-y > .small-18 {
    height: 75%
}

.grid-y > .small-19 {
    height: 79.1666666667%
}

.grid-y > .small-20 {
    height: 83.3333333333%
}

.grid-y > .small-21 {
    height: 87.5%
}

.grid-y > .small-22 {
    height: 91.6666666667%
}

.grid-y > .small-23 {
    height: 95.8333333333%
}

.grid-y > .small-24 {
    height: 100%
}

@media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        height: auto
    }

    .grid-y > .medium-24, .grid-y > .medium-23, .grid-y > .medium-22, .grid-y > .medium-21, .grid-y > .medium-20, .grid-y > .medium-19, .grid-y > .medium-18, .grid-y > .medium-17, .grid-y > .medium-16, .grid-y > .medium-15, .grid-y > .medium-14, .grid-y > .medium-13, .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-y > .medium-shrink {
        height: auto
    }

    .grid-y > .medium-1 {
        height: 4.1666666667%
    }

    .grid-y > .medium-2 {
        height: 8.3333333333%
    }

    .grid-y > .medium-3 {
        height: 12.5%
    }

    .grid-y > .medium-4 {
        height: 16.6666666667%
    }

    .grid-y > .medium-5 {
        height: 20.8333333333%
    }

    .grid-y > .medium-6 {
        height: 25%
    }

    .grid-y > .medium-7 {
        height: 29.1666666667%
    }

    .grid-y > .medium-8 {
        height: 33.3333333333%
    }

    .grid-y > .medium-9 {
        height: 37.5%
    }

    .grid-y > .medium-10 {
        height: 41.6666666667%
    }

    .grid-y > .medium-11 {
        height: 45.8333333333%
    }

    .grid-y > .medium-12 {
        height: 50%
    }

    .grid-y > .medium-13 {
        height: 54.1666666667%
    }

    .grid-y > .medium-14 {
        height: 58.3333333333%
    }

    .grid-y > .medium-15 {
        height: 62.5%
    }

    .grid-y > .medium-16 {
        height: 66.6666666667%
    }

    .grid-y > .medium-17 {
        height: 70.8333333333%
    }

    .grid-y > .medium-18 {
        height: 75%
    }

    .grid-y > .medium-19 {
        height: 79.1666666667%
    }

    .grid-y > .medium-20 {
        height: 83.3333333333%
    }

    .grid-y > .medium-21 {
        height: 87.5%
    }

    .grid-y > .medium-22 {
        height: 91.6666666667%
    }

    .grid-y > .medium-23 {
        height: 95.8333333333%
    }

    .grid-y > .medium-24 {
        height: 100%
    }
}

@media print, screen and (min-width: 60em) {
    .grid-y > .large-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        height: auto
    }

    .grid-y > .large-24, .grid-y > .large-23, .grid-y > .large-22, .grid-y > .large-21, .grid-y > .large-20, .grid-y > .large-19, .grid-y > .large-18, .grid-y > .large-17, .grid-y > .large-16, .grid-y > .large-15, .grid-y > .large-14, .grid-y > .large-13, .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-y > .large-shrink {
        height: auto
    }

    .grid-y > .large-1 {
        height: 4.1666666667%
    }

    .grid-y > .large-2 {
        height: 8.3333333333%
    }

    .grid-y > .large-3 {
        height: 12.5%
    }

    .grid-y > .large-4 {
        height: 16.6666666667%
    }

    .grid-y > .large-5 {
        height: 20.8333333333%
    }

    .grid-y > .large-6 {
        height: 25%
    }

    .grid-y > .large-7 {
        height: 29.1666666667%
    }

    .grid-y > .large-8 {
        height: 33.3333333333%
    }

    .grid-y > .large-9 {
        height: 37.5%
    }

    .grid-y > .large-10 {
        height: 41.6666666667%
    }

    .grid-y > .large-11 {
        height: 45.8333333333%
    }

    .grid-y > .large-12 {
        height: 50%
    }

    .grid-y > .large-13 {
        height: 54.1666666667%
    }

    .grid-y > .large-14 {
        height: 58.3333333333%
    }

    .grid-y > .large-15 {
        height: 62.5%
    }

    .grid-y > .large-16 {
        height: 66.6666666667%
    }

    .grid-y > .large-17 {
        height: 70.8333333333%
    }

    .grid-y > .large-18 {
        height: 75%
    }

    .grid-y > .large-19 {
        height: 79.1666666667%
    }

    .grid-y > .large-20 {
        height: 83.3333333333%
    }

    .grid-y > .large-21 {
        height: 87.5%
    }

    .grid-y > .large-22 {
        height: 91.6666666667%
    }

    .grid-y > .large-23 {
        height: 95.8333333333%
    }

    .grid-y > .large-24 {
        height: 100%
    }
}

@media screen and (min-width: 75em) {
    .grid-y > .xlarge-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        height: auto
    }

    .grid-y > .xlarge-24, .grid-y > .xlarge-23, .grid-y > .xlarge-22, .grid-y > .xlarge-21, .grid-y > .xlarge-20, .grid-y > .xlarge-19, .grid-y > .xlarge-18, .grid-y > .xlarge-17, .grid-y > .xlarge-16, .grid-y > .xlarge-15, .grid-y > .xlarge-14, .grid-y > .xlarge-13, .grid-y > .xlarge-12, .grid-y > .xlarge-11, .grid-y > .xlarge-10, .grid-y > .xlarge-9, .grid-y > .xlarge-8, .grid-y > .xlarge-7, .grid-y > .xlarge-6, .grid-y > .xlarge-5, .grid-y > .xlarge-4, .grid-y > .xlarge-3, .grid-y > .xlarge-2, .grid-y > .xlarge-1, .grid-y > .xlarge-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-y > .xlarge-shrink {
        height: auto
    }

    .grid-y > .xlarge-1 {
        height: 4.1666666667%
    }

    .grid-y > .xlarge-2 {
        height: 8.3333333333%
    }

    .grid-y > .xlarge-3 {
        height: 12.5%
    }

    .grid-y > .xlarge-4 {
        height: 16.6666666667%
    }

    .grid-y > .xlarge-5 {
        height: 20.8333333333%
    }

    .grid-y > .xlarge-6 {
        height: 25%
    }

    .grid-y > .xlarge-7 {
        height: 29.1666666667%
    }

    .grid-y > .xlarge-8 {
        height: 33.3333333333%
    }

    .grid-y > .xlarge-9 {
        height: 37.5%
    }

    .grid-y > .xlarge-10 {
        height: 41.6666666667%
    }

    .grid-y > .xlarge-11 {
        height: 45.8333333333%
    }

    .grid-y > .xlarge-12 {
        height: 50%
    }

    .grid-y > .xlarge-13 {
        height: 54.1666666667%
    }

    .grid-y > .xlarge-14 {
        height: 58.3333333333%
    }

    .grid-y > .xlarge-15 {
        height: 62.5%
    }

    .grid-y > .xlarge-16 {
        height: 66.6666666667%
    }

    .grid-y > .xlarge-17 {
        height: 70.8333333333%
    }

    .grid-y > .xlarge-18 {
        height: 75%
    }

    .grid-y > .xlarge-19 {
        height: 79.1666666667%
    }

    .grid-y > .xlarge-20 {
        height: 83.3333333333%
    }

    .grid-y > .xlarge-21 {
        height: 87.5%
    }

    .grid-y > .xlarge-22 {
        height: 91.6666666667%
    }

    .grid-y > .xlarge-23 {
        height: 95.8333333333%
    }

    .grid-y > .xlarge-24 {
        height: 100%
    }
}

@media screen and (min-width: 90em) {
    .grid-y > .xxlarge-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        height: auto
    }

    .grid-y > .xxlarge-24, .grid-y > .xxlarge-23, .grid-y > .xxlarge-22, .grid-y > .xxlarge-21, .grid-y > .xxlarge-20, .grid-y > .xxlarge-19, .grid-y > .xxlarge-18, .grid-y > .xxlarge-17, .grid-y > .xxlarge-16, .grid-y > .xxlarge-15, .grid-y > .xxlarge-14, .grid-y > .xxlarge-13, .grid-y > .xxlarge-12, .grid-y > .xxlarge-11, .grid-y > .xxlarge-10, .grid-y > .xxlarge-9, .grid-y > .xxlarge-8, .grid-y > .xxlarge-7, .grid-y > .xxlarge-6, .grid-y > .xxlarge-5, .grid-y > .xxlarge-4, .grid-y > .xxlarge-3, .grid-y > .xxlarge-2, .grid-y > .xxlarge-1, .grid-y > .xxlarge-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .grid-y > .xxlarge-shrink {
        height: auto
    }

    .grid-y > .xxlarge-1 {
        height: 4.1666666667%
    }

    .grid-y > .xxlarge-2 {
        height: 8.3333333333%
    }

    .grid-y > .xxlarge-3 {
        height: 12.5%
    }

    .grid-y > .xxlarge-4 {
        height: 16.6666666667%
    }

    .grid-y > .xxlarge-5 {
        height: 20.8333333333%
    }

    .grid-y > .xxlarge-6 {
        height: 25%
    }

    .grid-y > .xxlarge-7 {
        height: 29.1666666667%
    }

    .grid-y > .xxlarge-8 {
        height: 33.3333333333%
    }

    .grid-y > .xxlarge-9 {
        height: 37.5%
    }

    .grid-y > .xxlarge-10 {
        height: 41.6666666667%
    }

    .grid-y > .xxlarge-11 {
        height: 45.8333333333%
    }

    .grid-y > .xxlarge-12 {
        height: 50%
    }

    .grid-y > .xxlarge-13 {
        height: 54.1666666667%
    }

    .grid-y > .xxlarge-14 {
        height: 58.3333333333%
    }

    .grid-y > .xxlarge-15 {
        height: 62.5%
    }

    .grid-y > .xxlarge-16 {
        height: 66.6666666667%
    }

    .grid-y > .xxlarge-17 {
        height: 70.8333333333%
    }

    .grid-y > .xxlarge-18 {
        height: 75%
    }

    .grid-y > .xxlarge-19 {
        height: 79.1666666667%
    }

    .grid-y > .xxlarge-20 {
        height: 83.3333333333%
    }

    .grid-y > .xxlarge-21 {
        height: 87.5%
    }

    .grid-y > .xxlarge-22 {
        height: 91.6666666667%
    }

    .grid-y > .xxlarge-23 {
        height: 95.8333333333%
    }

    .grid-y > .xxlarge-24 {
        height: 100%
    }
}

.grid-padding-y .grid-padding-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem
}

@media print, screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
        margin-top: -0.625rem;
        margin-bottom: -0.625rem
    }
}

.grid-padding-y > .cell {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem
}

@media print, screen and (min-width: 40em) {
    .grid-padding-y > .cell {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem
    }
}

.grid-margin-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y {
        margin-top: -0.625rem;
        margin-bottom: -0.625rem
    }
}

.grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1.25rem);
        margin-top: 0.625rem;
        margin-bottom: 0.625rem
    }
}

.grid-margin-y > .auto {
    height: auto
}

.grid-margin-y > .shrink {
    height: auto
}

.grid-margin-y > .small-1 {
    height: calc(4.1666666667% - 1.25rem)
}

.grid-margin-y > .small-2 {
    height: calc(8.3333333333% - 1.25rem)
}

.grid-margin-y > .small-3 {
    height: calc(12.5% - 1.25rem)
}

.grid-margin-y > .small-4 {
    height: calc(16.6666666667% - 1.25rem)
}

.grid-margin-y > .small-5 {
    height: calc(20.8333333333% - 1.25rem)
}

.grid-margin-y > .small-6 {
    height: calc(25% - 1.25rem)
}

.grid-margin-y > .small-7 {
    height: calc(29.1666666667% - 1.25rem)
}

.grid-margin-y > .small-8 {
    height: calc(33.3333333333% - 1.25rem)
}

.grid-margin-y > .small-9 {
    height: calc(37.5% - 1.25rem)
}

.grid-margin-y > .small-10 {
    height: calc(41.6666666667% - 1.25rem)
}

.grid-margin-y > .small-11 {
    height: calc(45.8333333333% - 1.25rem)
}

.grid-margin-y > .small-12 {
    height: calc(50% - 1.25rem)
}

.grid-margin-y > .small-13 {
    height: calc(54.1666666667% - 1.25rem)
}

.grid-margin-y > .small-14 {
    height: calc(58.3333333333% - 1.25rem)
}

.grid-margin-y > .small-15 {
    height: calc(62.5% - 1.25rem)
}

.grid-margin-y > .small-16 {
    height: calc(66.6666666667% - 1.25rem)
}

.grid-margin-y > .small-17 {
    height: calc(70.8333333333% - 1.25rem)
}

.grid-margin-y > .small-18 {
    height: calc(75% - 1.25rem)
}

.grid-margin-y > .small-19 {
    height: calc(79.1666666667% - 1.25rem)
}

.grid-margin-y > .small-20 {
    height: calc(83.3333333333% - 1.25rem)
}

.grid-margin-y > .small-21 {
    height: calc(87.5% - 1.25rem)
}

.grid-margin-y > .small-22 {
    height: calc(91.6666666667% - 1.25rem)
}

.grid-margin-y > .small-23 {
    height: calc(95.8333333333% - 1.25rem)
}

.grid-margin-y > .small-24 {
    height: calc(100% - 1.25rem)
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
        height: auto
    }

    .grid-margin-y > .shrink {
        height: auto
    }

    .grid-margin-y > .small-1 {
        height: calc(4.1666666667% - 1.25rem)
    }

    .grid-margin-y > .small-2 {
        height: calc(8.3333333333% - 1.25rem)
    }

    .grid-margin-y > .small-3 {
        height: calc(12.5% - 1.25rem)
    }

    .grid-margin-y > .small-4 {
        height: calc(16.6666666667% - 1.25rem)
    }

    .grid-margin-y > .small-5 {
        height: calc(20.8333333333% - 1.25rem)
    }

    .grid-margin-y > .small-6 {
        height: calc(25% - 1.25rem)
    }

    .grid-margin-y > .small-7 {
        height: calc(29.1666666667% - 1.25rem)
    }

    .grid-margin-y > .small-8 {
        height: calc(33.3333333333% - 1.25rem)
    }

    .grid-margin-y > .small-9 {
        height: calc(37.5% - 1.25rem)
    }

    .grid-margin-y > .small-10 {
        height: calc(41.6666666667% - 1.25rem)
    }

    .grid-margin-y > .small-11 {
        height: calc(45.8333333333% - 1.25rem)
    }

    .grid-margin-y > .small-12 {
        height: calc(50% - 1.25rem)
    }

    .grid-margin-y > .small-13 {
        height: calc(54.1666666667% - 1.25rem)
    }

    .grid-margin-y > .small-14 {
        height: calc(58.3333333333% - 1.25rem)
    }

    .grid-margin-y > .small-15 {
        height: calc(62.5% - 1.25rem)
    }

    .grid-margin-y > .small-16 {
        height: calc(66.6666666667% - 1.25rem)
    }

    .grid-margin-y > .small-17 {
        height: calc(70.8333333333% - 1.25rem)
    }

    .grid-margin-y > .small-18 {
        height: calc(75% - 1.25rem)
    }

    .grid-margin-y > .small-19 {
        height: calc(79.1666666667% - 1.25rem)
    }

    .grid-margin-y > .small-20 {
        height: calc(83.3333333333% - 1.25rem)
    }

    .grid-margin-y > .small-21 {
        height: calc(87.5% - 1.25rem)
    }

    .grid-margin-y > .small-22 {
        height: calc(91.6666666667% - 1.25rem)
    }

    .grid-margin-y > .small-23 {
        height: calc(95.8333333333% - 1.25rem)
    }

    .grid-margin-y > .small-24 {
        height: calc(100% - 1.25rem)
    }

    .grid-margin-y > .medium-auto {
        height: auto
    }

    .grid-margin-y > .medium-shrink {
        height: auto
    }

    .grid-margin-y > .medium-1 {
        height: calc(4.1666666667% - 1.25rem)
    }

    .grid-margin-y > .medium-2 {
        height: calc(8.3333333333% - 1.25rem)
    }

    .grid-margin-y > .medium-3 {
        height: calc(12.5% - 1.25rem)
    }

    .grid-margin-y > .medium-4 {
        height: calc(16.6666666667% - 1.25rem)
    }

    .grid-margin-y > .medium-5 {
        height: calc(20.8333333333% - 1.25rem)
    }

    .grid-margin-y > .medium-6 {
        height: calc(25% - 1.25rem)
    }

    .grid-margin-y > .medium-7 {
        height: calc(29.1666666667% - 1.25rem)
    }

    .grid-margin-y > .medium-8 {
        height: calc(33.3333333333% - 1.25rem)
    }

    .grid-margin-y > .medium-9 {
        height: calc(37.5% - 1.25rem)
    }

    .grid-margin-y > .medium-10 {
        height: calc(41.6666666667% - 1.25rem)
    }

    .grid-margin-y > .medium-11 {
        height: calc(45.8333333333% - 1.25rem)
    }

    .grid-margin-y > .medium-12 {
        height: calc(50% - 1.25rem)
    }

    .grid-margin-y > .medium-13 {
        height: calc(54.1666666667% - 1.25rem)
    }

    .grid-margin-y > .medium-14 {
        height: calc(58.3333333333% - 1.25rem)
    }

    .grid-margin-y > .medium-15 {
        height: calc(62.5% - 1.25rem)
    }

    .grid-margin-y > .medium-16 {
        height: calc(66.6666666667% - 1.25rem)
    }

    .grid-margin-y > .medium-17 {
        height: calc(70.8333333333% - 1.25rem)
    }

    .grid-margin-y > .medium-18 {
        height: calc(75% - 1.25rem)
    }

    .grid-margin-y > .medium-19 {
        height: calc(79.1666666667% - 1.25rem)
    }

    .grid-margin-y > .medium-20 {
        height: calc(83.3333333333% - 1.25rem)
    }

    .grid-margin-y > .medium-21 {
        height: calc(87.5% - 1.25rem)
    }

    .grid-margin-y > .medium-22 {
        height: calc(91.6666666667% - 1.25rem)
    }

    .grid-margin-y > .medium-23 {
        height: calc(95.8333333333% - 1.25rem)
    }

    .grid-margin-y > .medium-24 {
        height: calc(100% - 1.25rem)
    }
}

@media print, screen and (min-width: 60em) {
    .grid-margin-y > .large-auto {
        height: auto
    }

    .grid-margin-y > .large-shrink {
        height: auto
    }

    .grid-margin-y > .large-1 {
        height: calc(4.1666666667% - 1.25rem)
    }

    .grid-margin-y > .large-2 {
        height: calc(8.3333333333% - 1.25rem)
    }

    .grid-margin-y > .large-3 {
        height: calc(12.5% - 1.25rem)
    }

    .grid-margin-y > .large-4 {
        height: calc(16.6666666667% - 1.25rem)
    }

    .grid-margin-y > .large-5 {
        height: calc(20.8333333333% - 1.25rem)
    }

    .grid-margin-y > .large-6 {
        height: calc(25% - 1.25rem)
    }

    .grid-margin-y > .large-7 {
        height: calc(29.1666666667% - 1.25rem)
    }

    .grid-margin-y > .large-8 {
        height: calc(33.3333333333% - 1.25rem)
    }

    .grid-margin-y > .large-9 {
        height: calc(37.5% - 1.25rem)
    }

    .grid-margin-y > .large-10 {
        height: calc(41.6666666667% - 1.25rem)
    }

    .grid-margin-y > .large-11 {
        height: calc(45.8333333333% - 1.25rem)
    }

    .grid-margin-y > .large-12 {
        height: calc(50% - 1.25rem)
    }

    .grid-margin-y > .large-13 {
        height: calc(54.1666666667% - 1.25rem)
    }

    .grid-margin-y > .large-14 {
        height: calc(58.3333333333% - 1.25rem)
    }

    .grid-margin-y > .large-15 {
        height: calc(62.5% - 1.25rem)
    }

    .grid-margin-y > .large-16 {
        height: calc(66.6666666667% - 1.25rem)
    }

    .grid-margin-y > .large-17 {
        height: calc(70.8333333333% - 1.25rem)
    }

    .grid-margin-y > .large-18 {
        height: calc(75% - 1.25rem)
    }

    .grid-margin-y > .large-19 {
        height: calc(79.1666666667% - 1.25rem)
    }

    .grid-margin-y > .large-20 {
        height: calc(83.3333333333% - 1.25rem)
    }

    .grid-margin-y > .large-21 {
        height: calc(87.5% - 1.25rem)
    }

    .grid-margin-y > .large-22 {
        height: calc(91.6666666667% - 1.25rem)
    }

    .grid-margin-y > .large-23 {
        height: calc(95.8333333333% - 1.25rem)
    }

    .grid-margin-y > .large-24 {
        height: calc(100% - 1.25rem)
    }
}

@media screen and (min-width: 75em) {
    .grid-margin-y > .xlarge-auto {
        height: auto
    }

    .grid-margin-y > .xlarge-shrink {
        height: auto
    }

    .grid-margin-y > .xlarge-1 {
        height: calc(4.1666666667% - 1.25rem)
    }

    .grid-margin-y > .xlarge-2 {
        height: calc(8.3333333333% - 1.25rem)
    }

    .grid-margin-y > .xlarge-3 {
        height: calc(12.5% - 1.25rem)
    }

    .grid-margin-y > .xlarge-4 {
        height: calc(16.6666666667% - 1.25rem)
    }

    .grid-margin-y > .xlarge-5 {
        height: calc(20.8333333333% - 1.25rem)
    }

    .grid-margin-y > .xlarge-6 {
        height: calc(25% - 1.25rem)
    }

    .grid-margin-y > .xlarge-7 {
        height: calc(29.1666666667% - 1.25rem)
    }

    .grid-margin-y > .xlarge-8 {
        height: calc(33.3333333333% - 1.25rem)
    }

    .grid-margin-y > .xlarge-9 {
        height: calc(37.5% - 1.25rem)
    }

    .grid-margin-y > .xlarge-10 {
        height: calc(41.6666666667% - 1.25rem)
    }

    .grid-margin-y > .xlarge-11 {
        height: calc(45.8333333333% - 1.25rem)
    }

    .grid-margin-y > .xlarge-12 {
        height: calc(50% - 1.25rem)
    }

    .grid-margin-y > .xlarge-13 {
        height: calc(54.1666666667% - 1.25rem)
    }

    .grid-margin-y > .xlarge-14 {
        height: calc(58.3333333333% - 1.25rem)
    }

    .grid-margin-y > .xlarge-15 {
        height: calc(62.5% - 1.25rem)
    }

    .grid-margin-y > .xlarge-16 {
        height: calc(66.6666666667% - 1.25rem)
    }

    .grid-margin-y > .xlarge-17 {
        height: calc(70.8333333333% - 1.25rem)
    }

    .grid-margin-y > .xlarge-18 {
        height: calc(75% - 1.25rem)
    }

    .grid-margin-y > .xlarge-19 {
        height: calc(79.1666666667% - 1.25rem)
    }

    .grid-margin-y > .xlarge-20 {
        height: calc(83.3333333333% - 1.25rem)
    }

    .grid-margin-y > .xlarge-21 {
        height: calc(87.5% - 1.25rem)
    }

    .grid-margin-y > .xlarge-22 {
        height: calc(91.6666666667% - 1.25rem)
    }

    .grid-margin-y > .xlarge-23 {
        height: calc(95.8333333333% - 1.25rem)
    }

    .grid-margin-y > .xlarge-24 {
        height: calc(100% - 1.25rem)
    }
}

@media screen and (min-width: 90em) {
    .grid-margin-y > .xxlarge-auto {
        height: auto
    }

    .grid-margin-y > .xxlarge-shrink {
        height: auto
    }

    .grid-margin-y > .xxlarge-1 {
        height: calc(4.1666666667% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-2 {
        height: calc(8.3333333333% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-3 {
        height: calc(12.5% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-4 {
        height: calc(16.6666666667% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-5 {
        height: calc(20.8333333333% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-6 {
        height: calc(25% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-7 {
        height: calc(29.1666666667% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-8 {
        height: calc(33.3333333333% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-9 {
        height: calc(37.5% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-10 {
        height: calc(41.6666666667% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-11 {
        height: calc(45.8333333333% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-12 {
        height: calc(50% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-13 {
        height: calc(54.1666666667% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-14 {
        height: calc(58.3333333333% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-15 {
        height: calc(62.5% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-16 {
        height: calc(66.6666666667% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-17 {
        height: calc(70.8333333333% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-18 {
        height: calc(75% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-19 {
        height: calc(79.1666666667% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-20 {
        height: calc(83.3333333333% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-21 {
        height: calc(87.5% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-22 {
        height: calc(91.6666666667% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-23 {
        height: calc(95.8333333333% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-24 {
        height: calc(100% - 1.25rem)
    }
}

.grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw
}

.cell .grid-frame {
    width: 100%
}

.cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%
}

.cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media print, screen and (min-width: 40em) {
    .medium-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .medium-grid-frame {
        width: 100%
    }

    .medium-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .medium-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

    .medium-cell-block-container > .grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .medium-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media print, screen and (min-width: 60em) {
    .large-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .large-grid-frame {
        width: 100%
    }

    .large-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .large-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

    .large-cell-block-container > .grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .large-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media screen and (min-width: 75em) {
    .xlarge-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .xlarge-grid-frame {
        width: 100%
    }

    .xlarge-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .xlarge-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

    .xlarge-cell-block-container > .grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .xlarge-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media screen and (min-width: 90em) {
    .xxlarge-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .xxlarge-grid-frame {
        width: 100%
    }

    .xxlarge-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .xxlarge-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

    .xxlarge-cell-block-container > .grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .xxlarge-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

.grid-y.grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
    width: auto
}

@media print, screen and (min-width: 40em) {
    .grid-y.medium-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh;
        width: auto
    }
}

@media print, screen and (min-width: 60em) {
    .grid-y.large-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh;
        width: auto
    }
}

@media screen and (min-width: 75em) {
    .grid-y.xlarge-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh;
        width: auto
    }
}

@media screen and (min-width: 90em) {
    .grid-y.xxlarge-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh;
        width: auto
    }
}

.cell .grid-y.grid-frame {
    height: 100%
}

@media print, screen and (min-width: 40em) {
    .cell .grid-y.medium-grid-frame {
        height: 100%
    }
}

@media print, screen and (min-width: 60em) {
    .cell .grid-y.large-grid-frame {
        height: 100%
    }
}

@media screen and (min-width: 75em) {
    .cell .grid-y.xlarge-grid-frame {
        height: 100%
    }
}

@media screen and (min-width: 90em) {
    .cell .grid-y.xxlarge-grid-frame {
        height: 100%
    }
}

.grid-margin-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y {
        margin-top: -0.625rem;
        margin-bottom: -0.625rem
    }
}

.grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1.25rem);
        margin-top: 0.625rem;
        margin-bottom: 0.625rem
    }
}

.grid-margin-y > .auto {
    height: auto
}

.grid-margin-y > .shrink {
    height: auto
}

.grid-margin-y > .small-1 {
    height: calc(4.1666666667% - 1.25rem)
}

.grid-margin-y > .small-2 {
    height: calc(8.3333333333% - 1.25rem)
}

.grid-margin-y > .small-3 {
    height: calc(12.5% - 1.25rem)
}

.grid-margin-y > .small-4 {
    height: calc(16.6666666667% - 1.25rem)
}

.grid-margin-y > .small-5 {
    height: calc(20.8333333333% - 1.25rem)
}

.grid-margin-y > .small-6 {
    height: calc(25% - 1.25rem)
}

.grid-margin-y > .small-7 {
    height: calc(29.1666666667% - 1.25rem)
}

.grid-margin-y > .small-8 {
    height: calc(33.3333333333% - 1.25rem)
}

.grid-margin-y > .small-9 {
    height: calc(37.5% - 1.25rem)
}

.grid-margin-y > .small-10 {
    height: calc(41.6666666667% - 1.25rem)
}

.grid-margin-y > .small-11 {
    height: calc(45.8333333333% - 1.25rem)
}

.grid-margin-y > .small-12 {
    height: calc(50% - 1.25rem)
}

.grid-margin-y > .small-13 {
    height: calc(54.1666666667% - 1.25rem)
}

.grid-margin-y > .small-14 {
    height: calc(58.3333333333% - 1.25rem)
}

.grid-margin-y > .small-15 {
    height: calc(62.5% - 1.25rem)
}

.grid-margin-y > .small-16 {
    height: calc(66.6666666667% - 1.25rem)
}

.grid-margin-y > .small-17 {
    height: calc(70.8333333333% - 1.25rem)
}

.grid-margin-y > .small-18 {
    height: calc(75% - 1.25rem)
}

.grid-margin-y > .small-19 {
    height: calc(79.1666666667% - 1.25rem)
}

.grid-margin-y > .small-20 {
    height: calc(83.3333333333% - 1.25rem)
}

.grid-margin-y > .small-21 {
    height: calc(87.5% - 1.25rem)
}

.grid-margin-y > .small-22 {
    height: calc(91.6666666667% - 1.25rem)
}

.grid-margin-y > .small-23 {
    height: calc(95.8333333333% - 1.25rem)
}

.grid-margin-y > .small-24 {
    height: calc(100% - 1.25rem)
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
        height: auto
    }

    .grid-margin-y > .shrink {
        height: auto
    }

    .grid-margin-y > .small-1 {
        height: calc(4.1666666667% - 1.25rem)
    }

    .grid-margin-y > .small-2 {
        height: calc(8.3333333333% - 1.25rem)
    }

    .grid-margin-y > .small-3 {
        height: calc(12.5% - 1.25rem)
    }

    .grid-margin-y > .small-4 {
        height: calc(16.6666666667% - 1.25rem)
    }

    .grid-margin-y > .small-5 {
        height: calc(20.8333333333% - 1.25rem)
    }

    .grid-margin-y > .small-6 {
        height: calc(25% - 1.25rem)
    }

    .grid-margin-y > .small-7 {
        height: calc(29.1666666667% - 1.25rem)
    }

    .grid-margin-y > .small-8 {
        height: calc(33.3333333333% - 1.25rem)
    }

    .grid-margin-y > .small-9 {
        height: calc(37.5% - 1.25rem)
    }

    .grid-margin-y > .small-10 {
        height: calc(41.6666666667% - 1.25rem)
    }

    .grid-margin-y > .small-11 {
        height: calc(45.8333333333% - 1.25rem)
    }

    .grid-margin-y > .small-12 {
        height: calc(50% - 1.25rem)
    }

    .grid-margin-y > .small-13 {
        height: calc(54.1666666667% - 1.25rem)
    }

    .grid-margin-y > .small-14 {
        height: calc(58.3333333333% - 1.25rem)
    }

    .grid-margin-y > .small-15 {
        height: calc(62.5% - 1.25rem)
    }

    .grid-margin-y > .small-16 {
        height: calc(66.6666666667% - 1.25rem)
    }

    .grid-margin-y > .small-17 {
        height: calc(70.8333333333% - 1.25rem)
    }

    .grid-margin-y > .small-18 {
        height: calc(75% - 1.25rem)
    }

    .grid-margin-y > .small-19 {
        height: calc(79.1666666667% - 1.25rem)
    }

    .grid-margin-y > .small-20 {
        height: calc(83.3333333333% - 1.25rem)
    }

    .grid-margin-y > .small-21 {
        height: calc(87.5% - 1.25rem)
    }

    .grid-margin-y > .small-22 {
        height: calc(91.6666666667% - 1.25rem)
    }

    .grid-margin-y > .small-23 {
        height: calc(95.8333333333% - 1.25rem)
    }

    .grid-margin-y > .small-24 {
        height: calc(100% - 1.25rem)
    }

    .grid-margin-y > .medium-auto {
        height: auto
    }

    .grid-margin-y > .medium-shrink {
        height: auto
    }

    .grid-margin-y > .medium-1 {
        height: calc(4.1666666667% - 1.25rem)
    }

    .grid-margin-y > .medium-2 {
        height: calc(8.3333333333% - 1.25rem)
    }

    .grid-margin-y > .medium-3 {
        height: calc(12.5% - 1.25rem)
    }

    .grid-margin-y > .medium-4 {
        height: calc(16.6666666667% - 1.25rem)
    }

    .grid-margin-y > .medium-5 {
        height: calc(20.8333333333% - 1.25rem)
    }

    .grid-margin-y > .medium-6 {
        height: calc(25% - 1.25rem)
    }

    .grid-margin-y > .medium-7 {
        height: calc(29.1666666667% - 1.25rem)
    }

    .grid-margin-y > .medium-8 {
        height: calc(33.3333333333% - 1.25rem)
    }

    .grid-margin-y > .medium-9 {
        height: calc(37.5% - 1.25rem)
    }

    .grid-margin-y > .medium-10 {
        height: calc(41.6666666667% - 1.25rem)
    }

    .grid-margin-y > .medium-11 {
        height: calc(45.8333333333% - 1.25rem)
    }

    .grid-margin-y > .medium-12 {
        height: calc(50% - 1.25rem)
    }

    .grid-margin-y > .medium-13 {
        height: calc(54.1666666667% - 1.25rem)
    }

    .grid-margin-y > .medium-14 {
        height: calc(58.3333333333% - 1.25rem)
    }

    .grid-margin-y > .medium-15 {
        height: calc(62.5% - 1.25rem)
    }

    .grid-margin-y > .medium-16 {
        height: calc(66.6666666667% - 1.25rem)
    }

    .grid-margin-y > .medium-17 {
        height: calc(70.8333333333% - 1.25rem)
    }

    .grid-margin-y > .medium-18 {
        height: calc(75% - 1.25rem)
    }

    .grid-margin-y > .medium-19 {
        height: calc(79.1666666667% - 1.25rem)
    }

    .grid-margin-y > .medium-20 {
        height: calc(83.3333333333% - 1.25rem)
    }

    .grid-margin-y > .medium-21 {
        height: calc(87.5% - 1.25rem)
    }

    .grid-margin-y > .medium-22 {
        height: calc(91.6666666667% - 1.25rem)
    }

    .grid-margin-y > .medium-23 {
        height: calc(95.8333333333% - 1.25rem)
    }

    .grid-margin-y > .medium-24 {
        height: calc(100% - 1.25rem)
    }
}

@media print, screen and (min-width: 60em) {
    .grid-margin-y > .large-auto {
        height: auto
    }

    .grid-margin-y > .large-shrink {
        height: auto
    }

    .grid-margin-y > .large-1 {
        height: calc(4.1666666667% - 1.25rem)
    }

    .grid-margin-y > .large-2 {
        height: calc(8.3333333333% - 1.25rem)
    }

    .grid-margin-y > .large-3 {
        height: calc(12.5% - 1.25rem)
    }

    .grid-margin-y > .large-4 {
        height: calc(16.6666666667% - 1.25rem)
    }

    .grid-margin-y > .large-5 {
        height: calc(20.8333333333% - 1.25rem)
    }

    .grid-margin-y > .large-6 {
        height: calc(25% - 1.25rem)
    }

    .grid-margin-y > .large-7 {
        height: calc(29.1666666667% - 1.25rem)
    }

    .grid-margin-y > .large-8 {
        height: calc(33.3333333333% - 1.25rem)
    }

    .grid-margin-y > .large-9 {
        height: calc(37.5% - 1.25rem)
    }

    .grid-margin-y > .large-10 {
        height: calc(41.6666666667% - 1.25rem)
    }

    .grid-margin-y > .large-11 {
        height: calc(45.8333333333% - 1.25rem)
    }

    .grid-margin-y > .large-12 {
        height: calc(50% - 1.25rem)
    }

    .grid-margin-y > .large-13 {
        height: calc(54.1666666667% - 1.25rem)
    }

    .grid-margin-y > .large-14 {
        height: calc(58.3333333333% - 1.25rem)
    }

    .grid-margin-y > .large-15 {
        height: calc(62.5% - 1.25rem)
    }

    .grid-margin-y > .large-16 {
        height: calc(66.6666666667% - 1.25rem)
    }

    .grid-margin-y > .large-17 {
        height: calc(70.8333333333% - 1.25rem)
    }

    .grid-margin-y > .large-18 {
        height: calc(75% - 1.25rem)
    }

    .grid-margin-y > .large-19 {
        height: calc(79.1666666667% - 1.25rem)
    }

    .grid-margin-y > .large-20 {
        height: calc(83.3333333333% - 1.25rem)
    }

    .grid-margin-y > .large-21 {
        height: calc(87.5% - 1.25rem)
    }

    .grid-margin-y > .large-22 {
        height: calc(91.6666666667% - 1.25rem)
    }

    .grid-margin-y > .large-23 {
        height: calc(95.8333333333% - 1.25rem)
    }

    .grid-margin-y > .large-24 {
        height: calc(100% - 1.25rem)
    }
}

@media screen and (min-width: 75em) {
    .grid-margin-y > .xlarge-auto {
        height: auto
    }

    .grid-margin-y > .xlarge-shrink {
        height: auto
    }

    .grid-margin-y > .xlarge-1 {
        height: calc(4.1666666667% - 1.25rem)
    }

    .grid-margin-y > .xlarge-2 {
        height: calc(8.3333333333% - 1.25rem)
    }

    .grid-margin-y > .xlarge-3 {
        height: calc(12.5% - 1.25rem)
    }

    .grid-margin-y > .xlarge-4 {
        height: calc(16.6666666667% - 1.25rem)
    }

    .grid-margin-y > .xlarge-5 {
        height: calc(20.8333333333% - 1.25rem)
    }

    .grid-margin-y > .xlarge-6 {
        height: calc(25% - 1.25rem)
    }

    .grid-margin-y > .xlarge-7 {
        height: calc(29.1666666667% - 1.25rem)
    }

    .grid-margin-y > .xlarge-8 {
        height: calc(33.3333333333% - 1.25rem)
    }

    .grid-margin-y > .xlarge-9 {
        height: calc(37.5% - 1.25rem)
    }

    .grid-margin-y > .xlarge-10 {
        height: calc(41.6666666667% - 1.25rem)
    }

    .grid-margin-y > .xlarge-11 {
        height: calc(45.8333333333% - 1.25rem)
    }

    .grid-margin-y > .xlarge-12 {
        height: calc(50% - 1.25rem)
    }

    .grid-margin-y > .xlarge-13 {
        height: calc(54.1666666667% - 1.25rem)
    }

    .grid-margin-y > .xlarge-14 {
        height: calc(58.3333333333% - 1.25rem)
    }

    .grid-margin-y > .xlarge-15 {
        height: calc(62.5% - 1.25rem)
    }

    .grid-margin-y > .xlarge-16 {
        height: calc(66.6666666667% - 1.25rem)
    }

    .grid-margin-y > .xlarge-17 {
        height: calc(70.8333333333% - 1.25rem)
    }

    .grid-margin-y > .xlarge-18 {
        height: calc(75% - 1.25rem)
    }

    .grid-margin-y > .xlarge-19 {
        height: calc(79.1666666667% - 1.25rem)
    }

    .grid-margin-y > .xlarge-20 {
        height: calc(83.3333333333% - 1.25rem)
    }

    .grid-margin-y > .xlarge-21 {
        height: calc(87.5% - 1.25rem)
    }

    .grid-margin-y > .xlarge-22 {
        height: calc(91.6666666667% - 1.25rem)
    }

    .grid-margin-y > .xlarge-23 {
        height: calc(95.8333333333% - 1.25rem)
    }

    .grid-margin-y > .xlarge-24 {
        height: calc(100% - 1.25rem)
    }
}

@media screen and (min-width: 90em) {
    .grid-margin-y > .xxlarge-auto {
        height: auto
    }

    .grid-margin-y > .xxlarge-shrink {
        height: auto
    }

    .grid-margin-y > .xxlarge-1 {
        height: calc(4.1666666667% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-2 {
        height: calc(8.3333333333% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-3 {
        height: calc(12.5% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-4 {
        height: calc(16.6666666667% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-5 {
        height: calc(20.8333333333% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-6 {
        height: calc(25% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-7 {
        height: calc(29.1666666667% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-8 {
        height: calc(33.3333333333% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-9 {
        height: calc(37.5% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-10 {
        height: calc(41.6666666667% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-11 {
        height: calc(45.8333333333% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-12 {
        height: calc(50% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-13 {
        height: calc(54.1666666667% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-14 {
        height: calc(58.3333333333% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-15 {
        height: calc(62.5% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-16 {
        height: calc(66.6666666667% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-17 {
        height: calc(70.8333333333% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-18 {
        height: calc(75% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-19 {
        height: calc(79.1666666667% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-20 {
        height: calc(83.3333333333% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-21 {
        height: calc(87.5% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-22 {
        height: calc(91.6666666667% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-23 {
        height: calc(95.8333333333% - 1.25rem)
    }

    .grid-margin-y > .xxlarge-24 {
        height: calc(100% - 1.25rem)
    }
}

.grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem)
}

@media print, screen and (min-width: 40em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.25rem)
    }
}

@media print, screen and (min-width: 60em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.25rem)
    }
}

@media screen and (min-width: 75em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.25rem)
    }
}

@media screen and (min-width: 90em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.25rem)
    }
}

@media print, screen and (min-width: 40em) {
    .grid-margin-y.medium-grid-frame {
        height: calc(100vh + 1.25rem)
    }
}

@media print, screen and (min-width: 60em) {
    .grid-margin-y.large-grid-frame {
        height: calc(100vh + 1.25rem)
    }
}

@media screen and (min-width: 75em) {
    .grid-margin-y.xlarge-grid-frame {
        height: calc(100vh + 1.25rem)
    }
}

@media screen and (min-width: 90em) {
    .grid-margin-y.xxlarge-grid-frame {
        height: calc(100vh + 1.25rem)
    }
}

.close-button {
    position: absolute;
    z-index: 10;
    color: #8a8a8a;
    cursor: pointer
}

[data-whatinput=mouse] .close-button {
    outline: 0
}

.close-button:hover, .close-button:focus {
    color: #444
}

.close-button.small {
    right: .66rem;
    top: .33em;
    font-size: 1.5em;
    line-height: 1
}

.close-button.medium, .close-button {
    right: 1rem;
    top: .5rem;
    font-size: 2em;
    line-height: 1
}

.label {
    display: inline-block;
    padding: .33333rem .5rem;
    border-radius: .25rem;
    font-size: .8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    background: #b22222;
    color: #fff
}

.label.primary {
    background: #b22222;
    color: #fff
}

.label.secondary {
    background: #634f8e;
    color: #fff
}

.label.tertiary {
    background: #9bb3be;
    color: #444
}

.label.quaternary {
    background: #48626f;
    color: #fff
}

.label.success {
    background: #219e9a;
    color: #fff
}

.label.warning {
    background: #eeb301;
    color: #444
}

.label.alert {
    background: #cc4b37;
    color: #fff
}

.label.main {
    background: #fafafa;
    color: #444
}

.label.sky {
    background: #f2f2f2;
    color: #444
}

.label.light-gray {
    background: #e6e6e6;
    color: #444
}

.label.medium-gray {
    background: #cacaca;
    color: #444
}

.label.dark-gray {
    background: #8a8a8a;
    color: #fff
}

.label.black {
    background: #444;
    color: #fff
}

.label.white {
    background: #fff;
    color: #444
}

.label.fb {
    background: #3f619c;
    color: #fff
}

.label.vk {
    background: #3e709c;
    color: #fff
}

.label.twi {
    background: #2fa4cc;
    color: #444
}

.label.ok {
    background: #fc6719;
    color: #444
}

.progress {
    height: 1rem;
    margin-bottom: 0;
    border-radius: .25rem;
    background-color: #cacaca
}

.progress.primary .progress-meter {
    background-color: #b22222
}

.progress.secondary .progress-meter {
    background-color: #634f8e
}

.progress.tertiary .progress-meter {
    background-color: #9bb3be
}

.progress.quaternary .progress-meter {
    background-color: #48626f
}

.progress.success .progress-meter {
    background-color: #219e9a
}

.progress.warning .progress-meter {
    background-color: #eeb301
}

.progress.alert .progress-meter {
    background-color: #cc4b37
}

.progress.main .progress-meter {
    background-color: #fafafa
}

.progress.sky .progress-meter {
    background-color: #f2f2f2
}

.progress.light-gray .progress-meter {
    background-color: #e6e6e6
}

.progress.medium-gray .progress-meter {
    background-color: #cacaca
}

.progress.dark-gray .progress-meter {
    background-color: #8a8a8a
}

.progress.black .progress-meter {
    background-color: #444
}

.progress.white .progress-meter {
    background-color: #fff
}

.progress.fb .progress-meter {
    background-color: #3f619c
}

.progress.vk .progress-meter {
    background-color: #3e709c
}

.progress.twi .progress-meter {
    background-color: #2fa4cc
}

.progress.ok .progress-meter {
    background-color: #fc6719
}

.progress-meter {
    position: relative;
    display: block;
    width: 0%;
    height: 100%;
    background-color: #b22222;
    border-radius: .25rem
}

.progress-meter-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: .75rem;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    border-radius: .25rem
}

.slider {
    position: relative;
    height: .5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: #e6e6e6;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none
}

.slider-fill {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    max-width: 100%;
    height: .5rem;
    background-color: #cacaca;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.slider-fill.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear
}

.slider-handle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    cursor: -webkit-grab;
    cursor: grab;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: .25rem;
    background-color: #b22222;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

[data-whatinput=mouse] .slider-handle {
    outline: 0
}

.slider-handle:hover {
    background-color: #971d1d
}

.slider-handle.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.slider.disabled, .slider[disabled] {
    opacity: .25;
    cursor: not-allowed
}

.slider.vertical {
    display: inline-block;
    width: .5rem;
    height: 12.5rem;
    margin: 0 1.25rem;
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.slider.vertical .slider-fill {
    top: 0;
    width: .5rem;
    max-height: 100%
}

.slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.switch {
    position: relative;
    margin-bottom: 0;
    outline: 0;
    font-size: .875rem;
    font-weight: bold;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 2rem
}

.switch-input {
    position: absolute;
    margin-bottom: 0;
    opacity: 0
}

.switch-paddle {
    position: relative;
    display: block;
    width: 4rem;
    height: 2rem;
    border-radius: .25rem;
    background: #cacaca;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    font-weight: inherit;
    color: inherit;
    cursor: pointer
}

input + .switch-paddle {
    margin: 0
}

.switch-paddle::after {
    position: absolute;
    top: .25rem;
    left: .25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: .25rem;
    background: #fff;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    content: ""
}

input:checked ~ .switch-paddle {
    background: #b22222
}

input:checked ~ .switch-paddle::after {
    left: 2.25rem
}

input:disabled ~ .switch-paddle {
    cursor: not-allowed;
    opacity: .5
}

[data-whatinput=mouse] input:focus ~ .switch-paddle {
    outline: 0
}

.switch-inactive, .switch-active {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.switch-active {
    left: 8%;
    display: none
}

input:checked + label > .switch-active {
    display: block
}

.switch-inactive {
    right: 15%
}

input:checked + label > .switch-inactive {
    display: none
}

.switch.tiny {
    height: 1.5rem
}

.switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: .625rem
}

.switch.tiny .switch-paddle::after {
    top: .25rem;
    left: .25rem;
    width: 1rem;
    height: 1rem
}

.switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem
}

.switch.small {
    height: 1.75rem
}

.switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: .75rem
}

.switch.small .switch-paddle::after {
    top: .25rem;
    left: .25rem;
    width: 1.25rem;
    height: 1.25rem
}

.switch.small input:checked ~ .switch-paddle::after {
    left: 2rem
}

.switch.large {
    height: 2.5rem
}

.switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem
}

.switch.large .switch-paddle::after {
    top: .25rem;
    left: .25rem;
    width: 2rem;
    height: 2rem
}

.switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 0;
    border-radius: .25rem
}

thead, tbody, tfoot {
    border: 1px solid #f2f2f2;
    background-color: #fff
}

caption {
    padding: .5rem .625rem .625rem;
    font-weight: 700
}

thead {
    background: #f9f9f9;
    color: #444
}

tfoot {
    background: #f2f2f2;
    color: #444
}

thead tr, tfoot tr {
    background: rgba(0, 0, 0, 0)
}

thead th, thead td, tfoot th, tfoot td {
    padding: .5rem .625rem .625rem;
    font-weight: 700;
    text-align: left
}

tbody th, tbody td {
    padding: .5rem .625rem .625rem
}

tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f2f2f2
}

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

table.unstriped tbody tr {
    border-bottom: 1px solid #f2f2f2;
    background-color: #fff
}

@media print, screen and (max-width: 59.99875em) {
    table.stack thead {
        display: none
    }

    table.stack tfoot {
        display: none
    }

    table.stack tr, table.stack th, table.stack td {
        display: block
    }

    table.stack td {
        border-top: 0
    }
}

table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto
}

table.hover thead tr:hover {
    background-color: #f4f4f4
}

table.hover tfoot tr:hover {
    background-color: #ededed
}

table.hover tbody tr:hover {
    background-color: #fafafa
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
    background-color: #ededed
}

.table-scroll {
    overflow-x: auto
}

.badge {
    display: inline-block;
    min-width: 2.1em;
    padding: .3em;
    border-radius: 50%;
    font-size: .6rem;
    text-align: center;
    background: #b22222;
    color: #fff
}

.badge.primary {
    background: #b22222;
    color: #fff
}

.badge.secondary {
    background: #634f8e;
    color: #fff
}

.badge.tertiary {
    background: #9bb3be;
    color: #444
}

.badge.quaternary {
    background: #48626f;
    color: #fff
}

.badge.success {
    background: #219e9a;
    color: #fff
}

.badge.warning {
    background: #eeb301;
    color: #444
}

.badge.alert {
    background: #cc4b37;
    color: #fff
}

.badge.main {
    background: #fafafa;
    color: #444
}

.badge.sky {
    background: #f2f2f2;
    color: #444
}

.badge.light-gray {
    background: #e6e6e6;
    color: #444
}

.badge.medium-gray {
    background: #cacaca;
    color: #444
}

.badge.dark-gray {
    background: #8a8a8a;
    color: #fff
}

.badge.black {
    background: #444;
    color: #fff
}

.badge.white {
    background: #fff;
    color: #444
}

.badge.fb {
    background: #3f619c;
    color: #fff
}

.badge.vk {
    background: #3e709c;
    color: #fff
}

.badge.twi {
    background: #2fa4cc;
    color: #444
}

.badge.ok {
    background: #fc6719;
    color: #444
}

.breadcrumbs {
    margin: 0 0 0 0;
    list-style: none
}

.breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.breadcrumbs::after {
    clear: both
}

.breadcrumbs li {
    float: left;
    font-size: .6875rem;
    color: #444;
    cursor: default;
    text-transform: uppercase
}

.breadcrumbs li:not(:last-child)::after {
    position: relative;
    margin: 0 .75rem;
    opacity: 1;
    content: "/";
    color: #cacaca
}

.breadcrumbs a {
    color: #b22222
}

.breadcrumbs a:hover {
    text-decoration: underline
}

.breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed
}

.callout {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(68, 68, 68, .25);
    border-radius: .25rem;
    background-color: #fff;
    color: #444
}

.callout > :first-child {
    margin-top: 0
}

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

.callout.primary {
    background-color: #f8d9d9;
    color: #444
}

.callout.secondary {
    background-color: #e7e3f0;
    color: #444
}

.callout.tertiary {
    background-color: #f0f4f5;
    color: #444
}

.callout.quaternary {
    background-color: #e1e8ec;
    color: #444
}

.callout.success {
    background-color: #d7f7f6;
    color: #444
}

.callout.warning {
    background-color: #fff5d7;
    color: #444
}

.callout.alert {
    background-color: #f7e4e1;
    color: #444
}

.callout.main {
    background-color: #fefefe;
    color: #444
}

.callout.sky {
    background-color: #fdfdfd;
    color: #444
}

.callout.light-gray {
    background-color: #fbfbfb;
    color: #444
}

.callout.medium-gray {
    background-color: #f7f7f7;
    color: #444
}

.callout.dark-gray {
    background-color: #ededed;
    color: #444
}

.callout.black {
    background-color: #e3e3e3;
    color: #444
}

.callout.white {
    background-color: #fff;
    color: #444
}

.callout.fb {
    background-color: #e0e7f2;
    color: #444
}

.callout.vk {
    background-color: #e0eaf3;
    color: #444
}

.callout.twi {
    background-color: #dff2f8;
    color: #444
}

.callout.ok {
    background-color: #ffe8dd;
    color: #444
}

.callout.small {
    padding-top: .5rem;
    padding-right: .5rem;
    padding-bottom: .5rem;
    padding-left: .5rem
}

.callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem
}

.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0;
    border: 1px solid #e6e6e6;
    border-radius: .25rem;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    color: #444
}

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

.card-divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 0;
    background: #e6e6e6
}

.card-divider > :last-child {
    margin-bottom: 0
}

.card-section {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 0
}

.card-section > :last-child {
    margin-bottom: 0
}

.card-image {
    min-height: 1px
}

.dropdown-pane {
    position: absolute;
    z-index: 10;
    display: none;
    width: 300px;
    padding: 1rem;
    visibility: hidden;
    border: 1px solid #cacaca;
    border-radius: .25rem;
    background-color: #fff;
    font-size: 1rem
}

.dropdown-pane.is-opening {
    display: block
}

.dropdown-pane.is-open {
    display: block;
    visibility: visible
}

.dropdown-pane.tiny {
    width: 100px
}

.dropdown-pane.small {
    width: 200px
}

.dropdown-pane.large {
    width: 400px
}

.pagination {
    margin-left: 0;
    margin-bottom: 0
}

.pagination::before, .pagination::after {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.pagination::after {
    clear: both
}

.pagination li {
    margin-right: .0625rem;
    border-radius: .25rem;
    font-size: .875rem;
    display: none
}

.pagination li:last-child, .pagination li:first-child {
    display: inline-block
}

@media print, screen and (min-width: 40em) {
    .pagination li {
        display: inline-block
    }
}

.pagination a, .pagination button {
    display: block;
    padding: .1875rem .625rem;
    border-radius: .25rem;
    color: #444
}

.pagination a:hover, .pagination button:hover {
    background: #e6e6e6
}

.pagination .current {
    padding: .1875rem .625rem;
    background: #b22222;
    color: #fff;
    cursor: default
}

.pagination .disabled {
    padding: .1875rem .625rem;
    color: #cacaca;
    cursor: not-allowed
}

.pagination .disabled:hover {
    background: rgba(0, 0, 0, 0)
}

.pagination .ellipsis::after {
    padding: .1875rem .625rem;
    content: "…";
    color: #444
}

.pagination-previous a::before, .pagination-previous.disabled::before {
    display: inline-block;
    margin-right: .5rem;
    content: "«"
}

.pagination-next a::after, .pagination-next.disabled::after {
    display: inline-block;
    margin-left: .5rem;
    content: "»"
}

.has-tip {
    position: relative;
    display: inline-block;
    border-bottom: dotted 1px #8a8a8a;
    font-weight: 700;
    cursor: help
}

.tooltip {
    position: absolute;
    top: calc(100% + 0.6495rem);
    z-index: 1200;
    max-width: 10rem;
    padding: .75rem;
    border-radius: .25rem;
    background-color: #444;
    font-size: 80%;
    color: #fff
}

.tooltip::before {
    position: absolute
}

.tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .75rem;
    content: "";
    border-top-width: 0;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #444;
    bottom: 100%
}

.tooltip.bottom.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .75rem;
    content: "";
    border-bottom-width: 0;
    border-color: #444 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    top: 100%;
    bottom: auto
}

.tooltip.top.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .75rem;
    content: "";
    border-right-width: 0;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #444;
    left: 100%
}

.tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .75rem;
    content: "";
    border-left-width: 0;
    border-color: rgba(0, 0, 0, 0) #444 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    right: 100%;
    left: auto
}

.tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tooltip.align-top::before {
    bottom: auto;
    top: 10%
}

.tooltip.align-bottom::before {
    bottom: 10%;
    top: auto
}

.tooltip.align-left::before {
    left: 10%;
    right: auto
}

.tooltip.align-right::before {
    left: auto;
    right: 10%
}

.accordion {
    margin-left: 0;
    background: #fff;
    list-style-type: none
}

.accordion[disabled] .accordion-title {
    cursor: not-allowed
}

.accordion-item:first-child > :first-child {
    border-radius: .25rem .25rem 0 0
}

.accordion-item:last-child > :last-child {
    border-radius: 0 0 .25rem .25rem
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    font-size: .75rem;
    line-height: 1;
    color: #b22222
}

:last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 .25rem .25rem
}

.accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6
}

.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: "+"
}

.is-active > .accordion-title::before {
    content: "–"
}

.accordion-content {
    display: none;
    padding: 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    background-color: #fff;
    color: #444
}

:last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6
}

.media-object {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.media-object img {
    max-width: none
}

@media print, screen and (max-width: 39.99875em) {
    .media-object.stack-for-small {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.media-object-section {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.media-object-section:first-child {
    padding-right: 0
}

.media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 0
}

.media-object-section > :last-child {
    margin-bottom: 0
}

@media print, screen and (max-width: 39.99875em) {
    .stack-for-small .media-object-section {
        padding: 0;
        padding-bottom: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .stack-for-small .media-object-section img {
        width: 100%
    }
}

.media-object-section.main-section {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.responsive-embed, .flex-video {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden
}

.responsive-embed iframe, .responsive-embed object, .responsive-embed embed, .responsive-embed video, .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.responsive-embed.widescreen, .flex-video.widescreen {
    padding-bottom: 56.25%
}

.tabs {
    margin: 0;
    border: 1px solid #e6e6e6;
    background: #fff;
    list-style-type: none
}

.tabs::before, .tabs::after {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.tabs::after {
    clear: both
}

.tabs.vertical > li {
    display: block;
    float: none;
    width: auto
}

.tabs.simple > li > a {
    padding: 0
}

.tabs.simple > li > a:hover {
    background: rgba(0, 0, 0, 0)
}

.tabs.primary {
    background: #b22222
}

.tabs.primary > li > a {
    color: #fff
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
    background: #a92020
}

.tabs-title {
    float: left
}

.tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: .75rem;
    line-height: 1;
    color: #b22222
}

[data-whatinput=mouse] .tabs-title > a {
    outline: 0
}

.tabs-title > a:hover {
    background: #fff;
    color: #991d1d
}

.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
    background: #e6e6e6;
    color: #b22222
}

.tabs-content {
    border: 1px solid #e6e6e6;
    border-top: 0;
    background: #fff;
    color: #444;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.tabs-content.vertical {
    border: 1px solid #e6e6e6;
    border-left: 0
}

.tabs-panel {
    display: none;
    padding: 1rem
}

.tabs-panel.is-active {
    display: block
}

.thumbnail {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0;
    border: 4px solid #fff;
    border-radius: .25rem;
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, .2);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .2);
    line-height: 0
}

a.thumbnail {
    -webkit-transition: -webkit-box-shadow 200ms ease-out;
    transition: -webkit-box-shadow 200ms ease-out;
    transition: box-shadow 200ms ease-out;
    transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out
}

a.thumbnail:hover, a.thumbnail:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(178, 34, 34, .5);
    box-shadow: 0 0 6px 1px rgba(178, 34, 34, .5)
}

a.thumbnail image {
    -webkit-box-shadow: none;
    box-shadow: none
}

.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

[data-whatinput=mouse] .menu li {
    outline: 0
}

.menu a, .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: .7rem 1rem
}

.menu input, .menu select, .menu a, .menu button {
    margin-bottom: 0
}

.menu input {
    display: inline-block
}

.menu, .menu.horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.menu.vertical {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.menu.vertical.icon-top li a img, .menu.vertical.icon-top li a i, .menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img, .menu.vertical.icon-bottom li a i, .menu.vertical.icon-bottom li a svg {
    text-align: left
}

.menu.expanded li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.menu.expanded.icon-top li a img, .menu.expanded.icon-top li a i, .menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img, .menu.expanded.icon-bottom li a i, .menu.expanded.icon-bottom li a svg {
    text-align: left
}

.menu.simple {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.menu.simple li + li {
    margin-left: 1rem
}

.menu.simple a {
    padding: 0
}

@media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu.medium-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.medium-expanded li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .menu.medium-simple li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media print, screen and (min-width: 60em) {
    .menu.large-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu.large-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.large-expanded li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .menu.large-simple li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media screen and (min-width: 75em) {
    .menu.xlarge-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu.xlarge-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.xlarge-expanded li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .menu.xlarge-simple li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media screen and (min-width: 90em) {
    .menu.xxlarge-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .menu.xxlarge-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .menu.xxlarge-expanded li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .menu.xxlarge-simple li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.menu.nested {
    margin-right: 0;
    margin-left: 1rem
}

.menu.icons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu.icon-left li a, .menu.nested.icon-left li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.menu.icon-left li a img, .menu.icon-left li a i, .menu.icon-left li a svg, .menu.nested.icon-left li a img, .menu.nested.icon-left li a i, .menu.nested.icon-left li a svg {
    margin-right: .25rem
}

.menu.icon-right li a, .menu.nested.icon-right li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.menu.icon-right li a img, .menu.icon-right li a i, .menu.icon-right li a svg, .menu.nested.icon-right li a img, .menu.nested.icon-right li a i, .menu.nested.icon-right li a svg {
    margin-left: .25rem
}

.menu.icon-top li a, .menu.nested.icon-top li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.menu.icon-top li a img, .menu.icon-top li a i, .menu.icon-top li a svg, .menu.nested.icon-top li a img, .menu.nested.icon-top li a i, .menu.nested.icon-top li a svg {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin-bottom: .25rem;
    text-align: center
}

.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.menu.icon-bottom li a img, .menu.icon-bottom li a i, .menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img, .menu.nested.icon-bottom li a i, .menu.nested.icon-bottom li a svg {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin-bottom: .25rem;
    text-align: center
}

.menu .is-active > a {
    background: #b22222;
    color: #fff
}

.menu .active > a {
    background: #b22222;
    color: #fff
}

.menu.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu.align-right li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.menu.align-right li .submenu li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu.align-right.vertical li {
    display: block;
    text-align: right
}

.menu.align-right.vertical li .submenu li {
    text-align: right
}

.menu.align-right.icon-top li a img, .menu.align-right.icon-top li a i, .menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img, .menu.align-right.icon-bottom li a i, .menu.align-right.icon-bottom li a svg {
    text-align: right
}

.menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0
}

.menu.align-center li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu.align-center li .submenu li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu .menu-text {
    padding: .7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit
}

.menu-centered > .menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu-centered > .menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu-centered > .menu li .submenu li {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.no-js [data-responsive-menu] ul {
    display: none
}

.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer
}

.menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    content: ""
}

.menu-icon:hover::after {
    background: #cacaca;
    -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca
}

.menu-icon.dark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer
}

.menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #444;
    -webkit-box-shadow: 0 7px 0 #444, 0 14px 0 #444;
    box-shadow: 0 7px 0 #444, 0 14px 0 #444;
    content: ""
}

.menu-icon.dark:hover::after {
    background: #8a8a8a;
    -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a
}

.accordion-menu li {
    width: 100%
}

.accordion-menu a {
    padding: .7rem 1rem
}

.accordion-menu .is-accordion-submenu a {
    padding: .7rem 1rem
}

.accordion-menu .nested.is-accordion-submenu {
    margin-right: 0;
    margin-left: 1rem
}

.accordion-menu.align-right .nested.is-accordion-submenu {
    margin-right: 1rem;
    margin-left: 0
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
    position: relative
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #b22222 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem
}

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
    right: 1rem;
    left: auto
}

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
    right: auto;
    left: 1rem
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.is-accordion-submenu-parent {
    position: relative
}

.has-submenu-toggle > a {
    margin-right: 40px
}

.submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer
}

.submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #b22222 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    top: 0;
    bottom: 0;
    margin: auto
}

.submenu-toggle[aria-expanded=true]::after {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.submenu-toggle-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.is-drilldown {
    position: relative;
    overflow: hidden
}

.is-drilldown li {
    display: block
}

.is-drilldown.animate-height {
    -webkit-transition: height .5s;
    transition: height .5s
}

.drilldown a {
    padding: .7rem 1rem;
    background: #fff
}

.drilldown .is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #fff;
    -webkit-transition: -webkit-transform .15s linear;
    transition: -webkit-transform .15s linear;
    transition: transform .15s linear;
    transition: transform .15s linear, -webkit-transform .15s linear
}

.drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.drilldown .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.drilldown .is-drilldown-submenu a {
    padding: .7rem 1rem
}

.drilldown .nested.is-drilldown-submenu {
    margin-right: 0;
    margin-left: 0
}

.drilldown .drilldown-submenu-cover-previous {
    min-height: 100%
}

.drilldown .is-drilldown-submenu-parent > a {
    position: relative
}

.drilldown .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #b22222;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem
}

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #b22222;
    right: 1rem;
    left: auto
}

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: rgba(0, 0, 0, 0) #b22222 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    right: auto;
    left: 1rem
}

.drilldown .js-drilldown-back > a::before {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: rgba(0, 0, 0, 0) #b22222 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    display: inline-block;
    vertical-align: middle;
    margin-right: .75rem
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #b22222 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    right: 5px;
    left: auto;
    margin-top: -3px
}

[data-whatinput=mouse] .dropdown.menu a {
    outline: 0
}

.dropdown.menu > li > a {
    padding: .7rem 1rem
}

.dropdown.menu > li.is-active > a {
    background: rgba(0, 0, 0, 0);
    color: #b22222
}

.no-js .dropdown.menu ul {
    display: none
}

.dropdown.menu .nested.is-dropdown-submenu {
    margin-right: 0;
    margin-left: 0
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
    top: 0
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%
}

.dropdown.menu.vertical > li > a::after {
    right: 14px
}

.dropdown.menu.vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: rgba(0, 0, 0, 0) #b22222 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    right: auto;
    left: 5px
}

.dropdown.menu.vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #b22222
}

@media print, screen and (min-width: 40em) {
    .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem
    }

    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px;
        content: "";
        border-bottom-width: 0;
        border-color: #b22222 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        right: 5px;
        left: auto;
        margin-top: -3px
    }

    .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%
    }

    .dropdown.menu.medium-vertical > li > a::after {
        right: 14px
    }

    .dropdown.menu.medium-vertical > li.opens-left > a::after {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px;
        content: "";
        border-left-width: 0;
        border-color: rgba(0, 0, 0, 0) #b22222 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        right: auto;
        left: 5px
    }

    .dropdown.menu.medium-vertical > li.opens-right > a::after {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px;
        content: "";
        border-right-width: 0;
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #b22222
    }
}

@media print, screen and (min-width: 60em) {
    .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem
    }

    .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px;
        content: "";
        border-bottom-width: 0;
        border-color: #b22222 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        right: 5px;
        left: auto;
        margin-top: -3px
    }

    .dropdown.menu.large-vertical > li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%
    }

    .dropdown.menu.large-vertical > li > a::after {
        right: 14px
    }

    .dropdown.menu.large-vertical > li.opens-left > a::after {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px;
        content: "";
        border-left-width: 0;
        border-color: rgba(0, 0, 0, 0) #b22222 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        right: auto;
        left: 5px
    }

    .dropdown.menu.large-vertical > li.opens-right > a::after {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px;
        content: "";
        border-right-width: 0;
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #b22222
    }
}

@media screen and (min-width: 75em) {
    .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem
    }

    .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px;
        content: "";
        border-bottom-width: 0;
        border-color: #b22222 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        right: 5px;
        left: auto;
        margin-top: -3px
    }

    .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%
    }

    .dropdown.menu.xlarge-vertical > li > a::after {
        right: 14px
    }

    .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px;
        content: "";
        border-left-width: 0;
        border-color: rgba(0, 0, 0, 0) #b22222 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        right: auto;
        left: 5px
    }

    .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px;
        content: "";
        border-right-width: 0;
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #b22222
    }
}

@media screen and (min-width: 90em) {
    .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem
    }

    .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px;
        content: "";
        border-bottom-width: 0;
        border-color: #b22222 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        right: 5px;
        left: auto;
        margin-top: -3px
    }

    .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%
    }

    .dropdown.menu.xxlarge-vertical > li > a::after {
        right: 14px
    }

    .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px;
        content: "";
        border-left-width: 0;
        border-color: rgba(0, 0, 0, 0) #b22222 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        right: auto;
        left: 5px
    }

    .dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px;
        content: "";
        border-right-width: 0;
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #b22222
    }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    right: 0;
    left: auto
}

.is-dropdown-menu.vertical {
    width: 100px
}

.is-dropdown-menu.vertical.align-right {
    float: right
}

.is-dropdown-submenu-parent {
    position: relative
}

.is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px
}

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%
}

.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 200px;
    border: 1px solid #cacaca;
    background: #fff
}

.dropdown .is-dropdown-submenu a {
    padding: .7rem 1rem
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: rgba(0, 0, 0, 0) #b22222 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    right: auto;
    left: 5px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #b22222
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px
}

.is-dropdown-submenu > li {
    width: 100%
}

.is-dropdown-submenu.js-dropdown-active {
    display: block
}

.is-off-canvas-open {
    overflow: hidden
}

.js-off-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
    background: rgba(255, 255, 255, .25);
    opacity: 0;
    visibility: hidden;
    overflow: hidden
}

.js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible
}

.js-off-canvas-overlay.is-closable {
    cursor: pointer
}

.js-off-canvas-overlay.is-overlay-absolute {
    position: absolute
}

.js-off-canvas-overlay.is-overlay-fixed {
    position: fixed
}

.off-canvas-wrapper {
    position: relative;
    overflow: hidden
}

.off-canvas {
    position: fixed;
    z-index: 12;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #e6e6e6
}

[data-whatinput=mouse] .off-canvas {
    outline: 0
}

.off-canvas.is-transition-push {
    z-index: 12
}

.off-canvas.is-closed {
    visibility: hidden
}

.off-canvas.is-transition-overlap {
    z-index: 13
}

.off-canvas.is-transition-overlap.is-open {
    -webkit-box-shadow: 0 0 10px rgba(68, 68, 68, .7);
    box-shadow: 0 0 10px rgba(68, 68, 68, .7)
}

.off-canvas.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-absolute {
    position: absolute;
    z-index: 12;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #e6e6e6
}

[data-whatinput=mouse] .off-canvas-absolute {
    outline: 0
}

.off-canvas-absolute.is-transition-push {
    z-index: 12
}

.off-canvas-absolute.is-closed {
    visibility: hidden
}

.off-canvas-absolute.is-transition-overlap {
    z-index: 13
}

.off-canvas-absolute.is-transition-overlap.is-open {
    -webkit-box-shadow: 0 0 10px rgba(68, 68, 68, .7);
    box-shadow: 0 0 10px rgba(68, 68, 68, .7)
}

.off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.position-left {
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 250px;
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px)
}

.off-canvas-content .off-canvas.position-left {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px)
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(250px);
    transform: translateX(250px)
}

.position-left.is-transition-push {
    -webkit-box-shadow: inset -13px 0 20px -13px rgba(68, 68, 68, .25);
    box-shadow: inset -13px 0 20px -13px rgba(68, 68, 68, .25)
}

.position-right {
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 250px;
    -webkit-transform: translateX(250px);
    transform: translateX(250px)
}

.off-canvas-content .off-canvas.position-right {
    -webkit-transform: translateX(250px);
    transform: translateX(250px)
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px)
}

.position-right.is-transition-push {
    -webkit-box-shadow: inset 13px 0 20px -13px rgba(68, 68, 68, .25);
    box-shadow: inset 13px 0 20px -13px rgba(68, 68, 68, .25)
}

.position-top {
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    height: 250px;
    -webkit-transform: translateY(-250px);
    transform: translateY(-250px)
}

.off-canvas-content .off-canvas.position-top {
    -webkit-transform: translateY(-250px);
    transform: translateY(-250px)
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content.is-open-top.has-transition-push {
    -webkit-transform: translateY(250px);
    transform: translateY(250px)
}

.position-top.is-transition-push {
    -webkit-box-shadow: inset 0 -13px 20px -13px rgba(68, 68, 68, .25);
    box-shadow: inset 0 -13px 20px -13px rgba(68, 68, 68, .25)
}

.position-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    height: 250px;
    -webkit-transform: translateY(250px);
    transform: translateY(250px)
}

.off-canvas-content .off-canvas.position-bottom {
    -webkit-transform: translateY(250px);
    transform: translateY(250px)
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content.is-open-bottom.has-transition-push {
    -webkit-transform: translateY(-250px);
    transform: translateY(-250px)
}

.position-bottom.is-transition-push {
    -webkit-box-shadow: inset 0 13px 20px -13px rgba(68, 68, 68, .25);
    box-shadow: inset 0 13px 20px -13px rgba(68, 68, 68, .25)
}

.off-canvas-content {
    -webkit-transform: none;
    transform: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}

.off-canvas-content.has-transition-push {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media print, screen and (min-width: 40em) {
    .position-left.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-left.reveal-for-medium .close-button {
        display: none
    }

    .off-canvas-content .position-left.reveal-for-medium {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-left {
        margin-left: 250px
    }

    .position-left.reveal-for-medium ~ .off-canvas-content {
        margin-left: 250px
    }

    .position-right.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-right.reveal-for-medium .close-button {
        display: none
    }

    .off-canvas-content .position-right.reveal-for-medium {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-right {
        margin-right: 250px
    }

    .position-right.reveal-for-medium ~ .off-canvas-content {
        margin-right: 250px
    }

    .position-top.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-top.reveal-for-medium .close-button {
        display: none
    }

    .off-canvas-content .position-top.reveal-for-medium {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-top {
        margin-top: 250px
    }

    .position-top.reveal-for-medium ~ .off-canvas-content {
        margin-top: 250px
    }

    .position-bottom.reveal-for-medium {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-bottom.reveal-for-medium .close-button {
        display: none
    }

    .off-canvas-content .position-bottom.reveal-for-medium {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 250px
    }

    .position-bottom.reveal-for-medium ~ .off-canvas-content {
        margin-bottom: 250px
    }
}

@media print, screen and (min-width: 60em) {
    .position-left.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-left.reveal-for-large .close-button {
        display: none
    }

    .off-canvas-content .position-left.reveal-for-large {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-left {
        margin-left: 250px
    }

    .position-left.reveal-for-large ~ .off-canvas-content {
        margin-left: 250px
    }

    .position-right.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-right.reveal-for-large .close-button {
        display: none
    }

    .off-canvas-content .position-right.reveal-for-large {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-right {
        margin-right: 250px
    }

    .position-right.reveal-for-large ~ .off-canvas-content {
        margin-right: 250px
    }

    .position-top.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-top.reveal-for-large .close-button {
        display: none
    }

    .off-canvas-content .position-top.reveal-for-large {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-top {
        margin-top: 250px
    }

    .position-top.reveal-for-large ~ .off-canvas-content {
        margin-top: 250px
    }

    .position-bottom.reveal-for-large {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-bottom.reveal-for-large .close-button {
        display: none
    }

    .off-canvas-content .position-bottom.reveal-for-large {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 250px
    }

    .position-bottom.reveal-for-large ~ .off-canvas-content {
        margin-bottom: 250px
    }
}

@media screen and (min-width: 75em) {
    .position-left.reveal-for-xlarge {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-left.reveal-for-xlarge .close-button {
        display: none
    }

    .off-canvas-content .position-left.reveal-for-xlarge {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-left {
        margin-left: 250px
    }

    .position-left.reveal-for-xlarge ~ .off-canvas-content {
        margin-left: 250px
    }

    .position-right.reveal-for-xlarge {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-right.reveal-for-xlarge .close-button {
        display: none
    }

    .off-canvas-content .position-right.reveal-for-xlarge {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-right {
        margin-right: 250px
    }

    .position-right.reveal-for-xlarge ~ .off-canvas-content {
        margin-right: 250px
    }

    .position-top.reveal-for-xlarge {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-top.reveal-for-xlarge .close-button {
        display: none
    }

    .off-canvas-content .position-top.reveal-for-xlarge {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-top {
        margin-top: 250px
    }

    .position-top.reveal-for-xlarge ~ .off-canvas-content {
        margin-top: 250px
    }

    .position-bottom.reveal-for-xlarge {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-bottom.reveal-for-xlarge .close-button {
        display: none
    }

    .off-canvas-content .position-bottom.reveal-for-xlarge {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 250px
    }

    .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
        margin-bottom: 250px
    }
}

@media screen and (min-width: 90em) {
    .position-left.reveal-for-xxlarge {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-left.reveal-for-xxlarge .close-button {
        display: none
    }

    .off-canvas-content .position-left.reveal-for-xxlarge {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-left {
        margin-left: 250px
    }

    .position-left.reveal-for-xxlarge ~ .off-canvas-content {
        margin-left: 250px
    }

    .position-right.reveal-for-xxlarge {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-right.reveal-for-xxlarge .close-button {
        display: none
    }

    .off-canvas-content .position-right.reveal-for-xxlarge {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-right {
        margin-right: 250px
    }

    .position-right.reveal-for-xxlarge ~ .off-canvas-content {
        margin-right: 250px
    }

    .position-top.reveal-for-xxlarge {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-top.reveal-for-xxlarge .close-button {
        display: none
    }

    .off-canvas-content .position-top.reveal-for-xxlarge {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-top {
        margin-top: 250px
    }

    .position-top.reveal-for-xxlarge ~ .off-canvas-content {
        margin-top: 250px
    }

    .position-bottom.reveal-for-xxlarge {
        -webkit-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        transition: none;
        visibility: visible
    }

    .position-bottom.reveal-for-xxlarge .close-button {
        display: none
    }

    .off-canvas-content .position-bottom.reveal-for-xxlarge {
        -webkit-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 250px
    }

    .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
        margin-bottom: 250px
    }
}

@media print, screen and (min-width: 40em) {
    .off-canvas.in-canvas-for-medium {
        visibility: visible;
        height: auto;
        position: static;
        background: none;
        width: auto;
        overflow: visible;
        -webkit-transition: none;
        transition: none
    }

    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        transform: none
    }

    .off-canvas.in-canvas-for-medium .close-button {
        display: none
    }
}

@media print, screen and (min-width: 60em) {
    .off-canvas.in-canvas-for-large {
        visibility: visible;
        height: auto;
        position: static;
        background: none;
        width: auto;
        overflow: visible;
        -webkit-transition: none;
        transition: none
    }

    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        transform: none
    }

    .off-canvas.in-canvas-for-large .close-button {
        display: none
    }
}

@media screen and (min-width: 75em) {
    .off-canvas.in-canvas-for-xlarge {
        visibility: visible;
        height: auto;
        position: static;
        background: none;
        width: auto;
        overflow: visible;
        -webkit-transition: none;
        transition: none
    }

    .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        transform: none
    }

    .off-canvas.in-canvas-for-xlarge .close-button {
        display: none
    }
}

@media screen and (min-width: 90em) {
    .off-canvas.in-canvas-for-xxlarge {
        visibility: visible;
        height: auto;
        position: static;
        background: none;
        width: auto;
        overflow: visible;
        -webkit-transition: none;
        transition: none
    }

    .off-canvas.in-canvas-for-xxlarge.position-left, .off-canvas.in-canvas-for-xxlarge.position-right, .off-canvas.in-canvas-for-xxlarge.position-top, .off-canvas.in-canvas-for-xxlarge.position-bottom {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        transform: none
    }

    .off-canvas.in-canvas-for-xxlarge .close-button {
        display: none
    }
}

html.is-reveal-open {
    position: fixed;
    width: 100%;
    overflow-y: hidden
}

html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

html.is-reveal-open body {
    overflow-y: hidden
}

.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: rgba(68, 68, 68, .45);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 0;
    border: 1px solid #cacaca;
    border-radius: .25rem;
    background-color: #fff;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

[data-whatinput=mouse] .reveal {
    outline: 0
}

@media print, screen and (min-width: 40em) {
    .reveal {
        min-height: 0
    }
}

.reveal .column {
    min-width: 0
}

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

@media print, screen and (min-width: 40em) {
    .reveal {
        width: 600px;
        max-width: 102.6875rem
    }
}

.reveal.collapse {
    padding: 0
}

@media print, screen and (min-width: 40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 102.6875rem
    }
}

@media print, screen and (min-width: 40em) {
    .reveal.small {
        width: 50%;
        max-width: 102.6875rem
    }
}

@media print, screen and (min-width: 40em) {
    .reveal.large {
        width: 90%;
        max-width: 102.6875rem
    }
}

.reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0
}

@media print, screen and (max-width: 39.99875em) {
    .reveal {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        min-height: 100%;
        margin-left: 0;
        border: 0;
        border-radius: 0
    }
}

.reveal.without-overlay {
    position: fixed
}

.sticky-container {
    position: relative
}

.sticky {
    position: relative;
    z-index: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.sticky.is-stuck {
    position: fixed;
    z-index: 5;
    width: 100%
}

.sticky.is-stuck.is-at-top {
    top: 0
}

.sticky.is-stuck.is-at-bottom {
    bottom: 0
}

.sticky.is-anchored {
    position: relative;
    right: auto;
    left: auto
}

.sticky.is-anchored.is-at-bottom {
    bottom: 0
}

.title-bar {
    padding: .5rem;
    background: #444;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.title-bar .menu-icon {
    margin-left: .25rem;
    margin-right: .25rem
}

.title-bar-left, .title-bar-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.title-bar-right {
    text-align: right
}

.title-bar-title {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold
}

.top-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.top-bar, .top-bar ul {
    background-color: #e6e6e6
}

.top-bar input {
    max-width: 200px;
    margin-right: 1rem
}

.top-bar .input-group-field {
    width: 100%;
    margin-right: 0
}

.top-bar input.button {
    width: auto
}

.top-bar .top-bar-left, .top-bar .top-bar-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media print, screen and (min-width: 40em) {
    .top-bar {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .top-bar .top-bar-left {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: auto
    }

    .top-bar .top-bar-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-left: auto
    }
}

@media print, screen and (max-width: 59.99875em) {
    .top-bar.stacked-for-medium {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .top-bar.stacked-for-medium .top-bar-left, .top-bar.stacked-for-medium .top-bar-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media print, screen and (max-width: 74.99875em) {
    .top-bar.stacked-for-large {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .top-bar.stacked-for-large .top-bar-left, .top-bar.stacked-for-large .top-bar-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media print, screen and (max-width: 89.99875em) {
    .top-bar.stacked-for-xlarge {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .top-bar.stacked-for-xlarge .top-bar-left, .top-bar.stacked-for-xlarge .top-bar-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media print, screen and (max-width: 119.99875em) {
    .top-bar.stacked-for-xxlarge {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .top-bar.stacked-for-xxlarge .top-bar-left, .top-bar.stacked-for-xxlarge .top-bar-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.top-bar-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: .5rem 1rem .5rem 0
}

.top-bar-left, .top-bar-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.clearfix::before, .clearfix::after {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.clearfix::after {
    clear: both
}

.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.align-spaced {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.align-left.vertical.menu > li > a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.align-right.vertical.menu > li > a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center.vertical.menu > li > a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-self-top {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.align-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.align-self-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.align-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.align-self-middle {
    -ms-flex-item-align: center;
    align-self: center
}

.align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.align-self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.align-center-middle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
}

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
    .medium-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

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

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

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

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

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

@media print, screen and (min-width: 60em) {
    .large-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

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

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

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

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

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

@media screen and (min-width: 75em) {
    .xlarge-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

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

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

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

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

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

@media screen and (min-width: 90em) {
    .xxlarge-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

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

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

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

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

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

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media print, screen and (min-width: 40em) {
    .medium-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .medium-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .medium-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .medium-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .medium-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .medium-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .medium-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .medium-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media print, screen and (min-width: 60em) {
    .large-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .large-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .large-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .large-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .large-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .large-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .large-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .large-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (min-width: 75em) {
    .xlarge-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .xlarge-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .xlarge-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .xlarge-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .xlarge-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .xlarge-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .xlarge-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .xlarge-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (min-width: 90em) {
    .xxlarge-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .xxlarge-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .xxlarge-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .xxlarge-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .xxlarge-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .xxlarge-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .xxlarge-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .xxlarge-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.hide {
    display: none !important
}

.invisible {
    visibility: hidden
}

.visible {
    visibility: visible
}

@media print, screen and (max-width: 39.99875em) {
    .hide-for-small-only {
        display: none !important
    }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
    .show-for-small-only {
        display: none !important
    }
}

@media print, screen and (min-width: 40em) {
    .hide-for-medium {
        display: none !important
    }
}

@media screen and (max-width: 39.99875em) {
    .show-for-medium {
        display: none !important
    }
}

@media print, screen and (min-width: 40em)and (max-width: 59.99875em) {
    .hide-for-medium-only {
        display: none !important
    }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 60em) {
    .show-for-medium-only {
        display: none !important
    }
}

@media print, screen and (min-width: 60em) {
    .hide-for-large {
        display: none !important
    }
}

@media screen and (max-width: 59.99875em) {
    .show-for-large {
        display: none !important
    }
}

@media print, screen and (min-width: 60em)and (max-width: 74.99875em) {
    .hide-for-large-only {
        display: none !important
    }
}

@media screen and (max-width: 59.99875em), screen and (min-width: 75em) {
    .show-for-large-only {
        display: none !important
    }
}

@media screen and (min-width: 75em) {
    .hide-for-xlarge {
        display: none !important
    }
}

@media screen and (max-width: 74.99875em) {
    .show-for-xlarge {
        display: none !important
    }
}

@media screen and (min-width: 75em)and (max-width: 89.99875em) {
    .hide-for-xlarge-only {
        display: none !important
    }
}

@media screen and (max-width: 74.99875em), screen and (min-width: 90em) {
    .show-for-xlarge-only {
        display: none !important
    }
}

@media screen and (min-width: 90em) {
    .hide-for-xxlarge {
        display: none !important
    }
}

@media screen and (max-width: 89.99875em) {
    .show-for-xxlarge {
        display: none !important
    }
}

@media screen and (min-width: 90em)and (max-width: 119.99875em) {
    .hide-for-xxlarge-only {
        display: none !important
    }
}

@media screen and (max-width: 89.99875em), screen and (min-width: 120em) {
    .show-for-xxlarge-only {
        display: none !important
    }
}

.show-for-sr, .show-on-focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.show-on-focus:active, .show-on-focus:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important
}

.show-for-landscape, .hide-for-portrait {
    display: block !important
}

@media screen and (orientation: landscape) {
    .show-for-landscape, .hide-for-portrait {
        display: block !important
    }
}

@media screen and (orientation: portrait) {
    .show-for-landscape, .hide-for-portrait {
        display: none !important
    }
}

.hide-for-landscape, .show-for-portrait {
    display: none !important
}

@media screen and (orientation: landscape) {
    .hide-for-landscape, .show-for-portrait {
        display: none !important
    }
}

@media screen and (orientation: portrait) {
    .hide-for-landscape, .show-for-portrait {
        display: block !important
    }
}

.show-for-dark-mode {
    display: none
}

.hide-for-dark-mode {
    display: block
}

@media screen and (prefers-color-scheme: dark) {
    .show-for-dark-mode {
        display: block !important
    }

    .hide-for-dark-mode {
        display: none !important
    }
}

.show-for-ie {
    display: none
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .show-for-ie {
        display: block !important
    }

    .hide-for-ie {
        display: none !important
    }
}

.show-for-sticky {
    display: none
}

.is-stuck .show-for-sticky {
    display: block
}

.is-stuck .hide-for-sticky {
    display: none
}

.slide-in-down.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-down.mui-enter.mui-enter-active {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.slide-in-left.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-left.mui-enter.mui-enter-active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.slide-in-up.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-up.mui-enter.mui-enter-active {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.slide-in-right.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-right.mui-enter.mui-enter-active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.slide-out-down.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-down.mui-leave.mui-leave-active {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.slide-out-right.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-right.mui-leave.mui-leave-active {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.slide-out-up.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-up.mui-leave.mui-leave-active {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.slide-out-left.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-left.mui-leave.mui-leave-active {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.fade-in.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.fade-in.mui-enter.mui-enter-active {
    opacity: 1
}

.fade-out.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.fade-out.mui-leave.mui-leave-active {
    opacity: 0
}

.hinge-in-from-top.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-top.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-right.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-right.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-bottom.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-left.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-left.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-middle-x.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-middle-y.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-out-from-top.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-top.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0
}

.hinge-out-from-right.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-right.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0
}

.hinge-out-from-bottom.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0
}

.hinge-out-from-left.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-left.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0
}

.hinge-out-from-middle-x.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0
}

.hinge-out-from-middle-y.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0
}

.scale-in-up.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.scale-in-up.mui-enter.mui-enter-active {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.scale-in-down.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.scale-in-down.mui-enter.mui-enter-active {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.scale-out-up.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.scale-out-up.mui-leave.mui-leave-active {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
}

.scale-out-down.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.scale-out-down.mui-leave.mui-leave-active {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0
}

.spin-in.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(-0.75turn);
    transform: rotate(-0.75turn);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.spin-in.mui-enter.mui-enter-active {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.spin-out.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.spin-out.mui-leave.mui-leave-active {
    -webkit-transform: rotate(0.75turn);
    transform: rotate(0.75turn);
    opacity: 0
}

.spin-in-ccw.mui-enter {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(0.75turn);
    transform: rotate(0.75turn);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.spin-in-ccw.mui-enter.mui-enter-active {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.spin-out-ccw.mui-leave {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.spin-out-ccw.mui-leave.mui-leave-active {
    -webkit-transform: rotate(-0.75turn);
    transform: rotate(-0.75turn);
    opacity: 0
}

.slow {
    -webkit-transition-duration: 750ms !important;
    transition-duration: 750ms !important
}

.fast {
    -webkit-transition-duration: 250ms !important;
    transition-duration: 250ms !important
}

.linear {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important
}

.ease {
    -webkit-transition-timing-function: ease !important;
    transition-timing-function: ease !important
}

.ease-in {
    -webkit-transition-timing-function: ease-in !important;
    transition-timing-function: ease-in !important
}

.ease-out {
    -webkit-transition-timing-function: ease-out !important;
    transition-timing-function: ease-out !important
}

.ease-in-out {
    -webkit-transition-timing-function: ease-in-out !important;
    transition-timing-function: ease-in-out !important
}

.bounce-in {
    -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
    transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important
}

.bounce-out {
    -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
    transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important
}

.bounce-in-out {
    -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
    transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important
}

.short-delay {
    -webkit-transition-delay: 300ms !important;
    transition-delay: 300ms !important
}

.long-delay {
    -webkit-transition-delay: 700ms !important;
    transition-delay: 700ms !important
}

.shake {
    -webkit-animation-name: shake-7;
    animation-name: shake-7
}

@-webkit-keyframes shake-7 {
    0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%)
    }
    5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%)
    }
}

@keyframes shake-7 {
    0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%)
    }
    5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%)
    }
}

.spin-cw {
    -webkit-animation-name: spin-cw-1turn;
    animation-name: spin-cw-1turn
}

@-webkit-keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.spin-ccw {
    -webkit-animation-name: spin-ccw-1turn;
    animation-name: spin-ccw-1turn
}

@-webkit-keyframes spin-ccw-1turn {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

@keyframes spin-ccw-1turn {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

.wiggle {
    -webkit-animation-name: wiggle-7deg;
    animation-name: wiggle-7deg
}

@-webkit-keyframes wiggle-7deg {
    40%, 50%, 60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }
    35%, 45%, 55%, 65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }
    0%, 30%, 70%, 100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes wiggle-7deg {
    40%, 50%, 60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }
    35%, 45%, 55%, 65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }
    0%, 30%, 70%, 100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.shake, .spin-cw, .spin-ccw, .wiggle {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms
}

.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.slow {
    -webkit-animation-duration: 750ms !important;
    animation-duration: 750ms !important
}

.fast {
    -webkit-animation-duration: 250ms !important;
    animation-duration: 250ms !important
}

.linear {
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important
}

.ease {
    -webkit-animation-timing-function: ease !important;
    animation-timing-function: ease !important
}

.ease-in {
    -webkit-animation-timing-function: ease-in !important;
    animation-timing-function: ease-in !important
}

.ease-out {
    -webkit-animation-timing-function: ease-out !important;
    animation-timing-function: ease-out !important
}

.ease-in-out {
    -webkit-animation-timing-function: ease-in-out !important;
    animation-timing-function: ease-in-out !important
}

.bounce-in {
    -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
    animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important
}

.bounce-out {
    -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
    animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important
}

.bounce-in-out {
    -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
    animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important
}

.short-delay {
    -webkit-animation-delay: 300ms !important;
    animation-delay: 300ms !important
}

.long-delay {
    -webkit-animation-delay: 700ms !important;
    animation-delay: 700ms !important
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

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

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

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

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

.slick-track:after {
    clear: both
}

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

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

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

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

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0)
}

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

.assist__block {
    margin-bottom: .75rem
}

@media print, screen and (max-width: 59.99875em) {
    .assist {
        margin-bottom: 2rem
    }
}

.carousel-services {
    background: #fafafa;
    padding-top: 2.625rem
}

.carousel-services__text {
    margin-bottom: 1.3125rem
}

.carousel-services__item {
    display: none
}

.carousel-services__item:first-child {
    display: block
}

.client__img {
    margin-bottom: 1.5rem
}

.event {
    margin-bottom: 1.3125rem;
    background: #fff
}

.event__date {
    font-weight: 700;
    margin-bottom: .25rem
}

.event__place {
    color: #9bb3be;
    font-weight: 700
}

.event__block {
    padding: 1.3125rem;
    border-radius: .25rem;
    background: #fff
}

.event__block_main {
    background: #fafafa
}

.manager {
    text-align: center
}

.manager__img {
    width: 9.375rem
}

.manager__text {
    font-size: .8125rem;
    font-weight: 700
}

.manager__block {
    font-size: 1.75rem;
    margin-bottom: 1.5rem
}

.object {
    margin-bottom: 1.5rem
}

.object__img {
    width: 4.375rem
}

.services {
    padding: 2.625rem 1.3125rem 1.3125rem;
    text-align: center;
    background: #fafafa;
    border-radius: .25rem;
    margin-bottom: 2.5rem
}

.services__title {
    margin-bottom: .625rem
}

.services__img {
    max-width: 6.125rem
}

.services__block {
    margin-bottom: 1.3125rem
}

.accordion-title {
    font-weight: 700
}

.accordion-item:last-child > a {
    border: .0625rem solid #e6e6e6
}

.accordion_new {
    border: 0;
    margin-bottom: .25rem;
    background: none
}

.accordion_new .accordion-content {
    background: none;
    border: 0;
    border-bottom: .0625rem solid #d9d9d9;
    padding-left: 0;
    padding-right: 0
}

.accordion__reset {
    color: #e14251;
    text-align: right;
    display: block;
    cursor: pointer;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    margin-bottom: .625rem;
    line-height: 1.43
}

.accordion__reset_grey {
    color: #bdbdbd
}

.accordion__num {
    color: #1d70b8
}

.accordion_new :last-child:not(.is-active) > .accordion-title {
    border: 0;
    border-bottom: .0625rem solid #d9d9d9
}

.accordion_new :last-child > a {
    border: 0;
    border-bottom: .0625rem solid #d9d9d9
}

.accordion__over {
    overflow-y: auto;
    border: .0625rem solid #bdbdbd;
    background: #fff;
    height: 9.3125rem;
    margin-bottom: .625rem;
    padding: .625rem
}

.accordion_new .is-active .accordion-title:after {
    display: none
}

.accordion_new .is-active .accordion-title {
    border-bottom: 0
}

.accordion_new .accordion-title {
    color: #000;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    border: 0;
    border-bottom: .0625rem solid #d9d9d9;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1.3125rem;
    padding-top: 1.375rem;
    letter-spacing: .0175rem;
    text-transform: uppercase
}

.accordion_new .accordion-title:before {
    content: "";
    position: absolute;
    margin-top: 0;
    width: 1rem;
    height: .125rem;
    display: block;
    top: 1.75rem;
    right: 0;
    background: rgba(51, 51, 51, .6666666667)
}

.accordion_new .accordion-title:after {
    content: "";
    position: absolute;
    margin-top: 0;
    width: .125rem;
    height: 1rem;
    display: block;
    right: .4375rem;
    top: 1.3125rem;
    background: rgba(51, 51, 51, .6666666667)
}

.accordion_new .accordion-title:hover, .accordion_new .accordion-title:focus {
    background: none
}

.accordion_new .accordion-title:hover:before, .accordion_new .accordion-title:hover:after {
    background: #1d70b8
}

.badge_secondary {
    background: #634f8e
}

.badge_tel {
    position: absolute;
    left: 1.125rem;
    top: -.25rem
}

.breadcrumbs {
    margin-left: 1.0625rem;
    margin-bottom: 1rem
}

.breadcrumbs a {
    color: #828282;
    text-transform: none
}

.breadcrumbs a:hover, .breadcrumbs a:focus {
    text-decoration: none;
    color: #1d70b8
}

.breadcrumbs a:active {
    color: #10579e
}

.breadcrumbs li {
    font-size: 1rem;
    line-height: 1.3
}

.breadcrumbs li:not(:last-child)::after {
    content: "/";
    margin-left: .3125rem;
    margin-right: .3125rem;
    display: inline-block;
    color: #777
}

.breadcrumbs .current {
    color: #333;
    font-weight: 700;
    text-transform: none
}

.button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 1rem
}

.button-group .button {
    margin: 0 .0625rem .0625rem 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.button_right {
    margin-right: .25rem
}

.button-group {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.button-group .button {
    margin: 0 .25rem .25rem 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.button_input {
    border-radius: 0 .25rem .25rem 0;
    background: #634f8e
}

.button_prod {
    margin-bottom: 0;
    background: none;
    border: .0625rem solid #b22222;
    color: #b22222
}

.button_prod:active, .button_prod:focus, .button_prod:hover {
    background: #b22222;
    border-color: #b22222;
    color: #fff
}

.button_large {
    font-size: 1.5rem
}

.button_expanded {
    display: block;
    width: 100%;
    padding-left: .5rem;
    padding-right: .5rem;
    margin-right: 0;
    margin-left: 0
}

.button_light-gray {
    background: #e6e6e6;
    color: #444
}

.button_dropdown::after {
    width: 0;
    height: 0;
    border: inset .4rem;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    position: relative;
    top: .4rem;
    display: inline-block;
    float: right;
    margin-left: 1rem
}

.button_hollow {
    background: none;
    border: .0625rem solid #b22222;
    color: #b22222
}

.button_hollow:active, .button_hollow:focus, .button_hollow:hover {
    background: #b22222;
    border-color: #b22222;
    color: #fff
}

.button_hollow.button_dropdown::after {
    border-color: #b22222 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

.button_hollow.button_dropdown:active::after, .button_hollow.button_dropdown:focus::after, .button_hollow.button_dropdown:hover::after {
    border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

.button_warning {
    background: #eeb301;
    color: #fff
}

.button_secondary {
    background: #634f8e;
    color: #fff
}

.callout {
    margin-bottom: 1.5rem;
    padding: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem
}

.callout_st {
    width: 100%
}

.callout_alert {
    background-color: #f7e4e1
}

.callout_dd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.callout_success {
    background-color: #d7f7f6
}

.callout_light-gray {
    background-color: #e6e6e6;
    background-size: cover;
    background-position: center
}

.callout__unit {
    color: #e6e6e6;
    display: inline-block;
    margin-right: .5rem
}

.callout__tag {
    display: inline-block;
    color: #8a8a8a;
    margin-right: .5rem
}

.callout__link {
    display: inline-block;
    margin-right: .5rem
}

.callout__rss {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 1.25rem
}

.callout__donate {
    color: #cacaca
}

.callout__see {
    margin-left: .25rem;
    color: #8a8a8a
}

.callout__date {
    margin-bottom: 1.3125rem;
    color: #219e9a
}

.callout__bill {
    margin-bottom: 1.3125rem;
    width: 100%;
    height: 9.625rem;
    font-weight: 700;
    background: #8a8a8a
}

.callout__report {
    margin-bottom: 1.25rem;
    width: 100%;
    height: 8.75rem;
    background: #8a8a8a
}

.callout__label {
    margin-bottom: .625rem
}

.callout__dark {
    color: #8a8a8a
}

.callout__include {
    font-style: italic;
    font-size: .6875rem
}

.callout__quest {
    color: #8a8a8a;
    margin-left: .25rem
}

.callout__sum {
    font-size: 1.3125rem
}

.callout__watch {
    display: inline-block;
    margin-right: .25rem
}

.callout__info {
    margin-bottom: 1.25rem
}

.callout__icon {
    max-height: 1.25rem
}

.callout__strong {
    font-weight: 700
}

.callout__block {
    display: block
}

.close-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
    background: rgba(0, 0, 0, .0705882353);
    border-radius: 3.125rem;
    width: 2.75rem;
    height: 2.75rem;
    line-height: 0
}

.close-button:hover svg g {
    opacity: 1
}

@media print, screen and (max-width: 39.99875em) {
    .close-button {
        width: 1.875rem;
        height: 1.875rem
    }

    .close-button svg {
        width: .875rem;
        height: .875rem
    }
}

.input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.input-group-field {
    margin: 0;
    border-radius: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    min-width: 0
}

.input-group > :first-child, .input-group > :first-child.input-group-button > *, .input-group > :last-child, .input-group > :last-child.input-group-button > * {
    border-radius: 0
}

.input-group-label {
    padding: 0 1rem;
    border: .0625rem solid #cacaca;
    background: #e6e6e6;
    color: #0a0a0a;
    text-align: center;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group-label:first-child {
    border-right: 0
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0
}

.input-group-button a {
    margin: 0;
    padding-top: .4375rem
}

.input-group-button button, .input-group-button input, .input-group-button label {
    white-space: nowrap;
    margin: 0
}

.label_success {
    color: #fff;
    background: #219e9a
}

.label_secondary {
    color: #fff;
    background: #634f8e
}

.label_warning {
    color: #444;
    background: #eeb301
}

.label_action {
    margin-right: .25rem;
    color: #fff;
    background: #634f8e
}

.pagination {
    padding-top: 1.6875rem;
    font-size: 1rem;
    line-height: 1.2
}

.pagination_clear {
    padding-top: .9375rem
}

.pagination__result {
    color: #777;
    margin-bottom: .875rem
}

.pagination__list {
    font-weight: 500;
    color: #222;
    height: 2.1875rem;
    border-radius: .25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pagination__list li {
    margin-right: .3125rem;
    background: #eee
}

.pagination__list a {
    padding: .5rem 1rem
}

.pagination__list a:hover {
    color: #000;
    background: #bdbdbd
}

.pagination__list .current {
    padding: .5rem 1rem;
    background: #1e8bd9
}

.pagination__list .disabled {
    padding: .5rem 1rem;
    background: #eee;
    color: #bdbdbd
}

.pagination__list .disabled:hover {
    background: #eee
}

.pagination__list-next a::after, .pagination__list-next.disabled::after, .pagination__list-previous a::before, .pagination__list-previous.disabled::before {
    content: ""
}

.pagination__arr {
    margin-left: .75rem;
    vertical-align: sub
}

.pagination__arr_back {
    margin-left: 0;
    margin-right: .75rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pagination__arr_back path {
    stroke: #bdbdbd
}

li.pagination__list-next {
    margin-right: 0
}

@media print, screen and (max-width: 59.99875em) {
    li.pagination__list-previous.disabled, li.pagination__list-next {
        padding-left: .75rem;
        padding-right: .75rem
    }

    .pagination__arr_back {
        margin-right: .5rem
    }

    .pagination__list a {
        padding: .375rem .75rem
    }

    .pagination__list .current {
        padding: .375rem .75rem
    }
}

.reveal__anon {
    color: #8a8a8a
}

.reveal {
    padding: 2.5rem 4.375rem 2.875rem 2.25rem;
    width: 67.1875rem;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.2;
    font-family: "Inter", sans-serif
}

.reveal_news {
    top: 0 !important;
    height: 100vh;
    max-width: 44.6%;
    margin-right: 0;
    -webkit-box-shadow: 0 .9375rem 1.875rem 0 rgba(0, 0, 0, .1490196078), 0 .5rem .5rem 0 rgba(0, 0, 0, .1019607843), 0 .0625rem .3125rem 0 rgba(0, 0, 0, .1490196078);
    box-shadow: 0 .9375rem 1.875rem 0 rgba(0, 0, 0, .1490196078), 0 .5rem .5rem 0 rgba(0, 0, 0, .1019607843), 0 .0625rem .3125rem 0 rgba(0, 0, 0, .1490196078);
    border-radius: 0;
    padding: 1.5rem 6.125rem 1.5rem 3.4375rem
}

.reveal_news .close-button {
    top: 1.5rem;
    right: 1.5rem
}

.reveal_narrow {
    width: 72.125rem
}

.reveal_small {
    width: 42rem;
    padding-bottom: 1.875rem
}

.reveal__margin {
    margin-bottom: 1.125rem;
    margin-left: -.625rem
}

.reveal-mb4 {
    margin-bottom: .25rem
}

.reveal__heading {
    font-size: 1.875rem;
    line-height: 1.4;
    margin-bottom: 1.125rem
}

.reveal__text {
    font-size: .875rem;
    line-height: 1.2;
    color: #333
}

.reveal__text_grey {
    color: #777
}

.reveal__text_bold {
    font-weight: 600
}

.reveal__text_crossed {
    position: relative
}

.reveal__text_crossed:before {
    content: "";
    bottom: .5rem;
    right: 0;
    position: absolute;
    border-bottom: .0625rem solid #e8707b;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    width: 100%
}

.reveal__title {
    color: #333;
    font-size: 1rem;
    line-height: 1.19
}

.reveal__title_grey {
    color: #777
}

.reveal__head {
    margin-bottom: .3125rem;
    line-height: 1.43;
    font-size: .875rem
}

.reveal__head_margin {
    margin-bottom: 1.125rem
}

.reveal__header {
    display: none
}

.reveal__header-col {
    display: none
}

.reveal__textarea {
    width: 100%;
    border: .0625rem solid #bdbdbd;
    color: #828282;
    padding: .625rem;
    margin-bottom: 1.125rem
}

.reveal__select {
    border: .0625rem solid #bdbdbd;
    color: #828282;
    padding: .625rem;
    margin-bottom: 1.125rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("/local/templates/ipmdlk_common/css/../images/chevron-down.svg") no-repeat right .9375rem center #fff
}

.reveal__switch {
    margin-right: .625rem;
    margin-bottom: 1.125rem;
    position: relative;
    display: inline-block;
    width: 2.125rem;
    height: 1rem
}

.reveal__switch-input {
    opacity: 0;
    width: 0;
    height: 0
}

.reveal__switch-input:checked + .reveal__switch-slider {
    background: #15cc69
}

.reveal__switch-input:focus + .reveal__switch-slider {
    -webkit-box-shadow: 0 0 .0625rem #15cc69;
    box-shadow: 0 0 .0625rem #15cc69
}

.reveal__switch-input:checked + .reveal__switch-slider:before {
    -webkit-transform: translateX(1.125rem);
    transform: translateX(1.125rem)
}

.reveal__switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #828282;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: .5rem
}

.reveal__switch-slider:before {
    position: absolute;
    content: "";
    width: .75rem;
    height: .75rem;
    left: .125rem;
    bottom: .125rem;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%
}

.reveal__img {
    height: auto;
    width: 100%
}

.reveal__row-first {
    background: #d9d9d9;
    font-weight: 600;
    font-size: .875rem;
    padding-top: .5rem;
    padding-left: 1.125rem;
    color: #777;
    height: 2.3125rem
}

.reveal__item {
    padding: .8125rem 0;
    margin-bottom: 2.3125rem;
    border-bottom: .0625rem solid #ddd
}

.reveal__choice {
    padding: 1.0625rem .8125rem;
    font-size: 1rem;
    line-height: 1.2;
    border-bottom: .0625rem solid #ddd
}

.reveal__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .625rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.reveal__quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.reveal__quantity-input {
    background: #fff;
    border: .0625rem solid #bdbdbd;
    line-height: 1.2;
    width: 4.4375rem;
    padding: .625rem;
    text-align: center
}

.reveal__block {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: .75rem
}

.reveal__tilda {
    font-size: 1.25rem;
    line-height: 1
}

.reveal__measure {
    background: #eee;
    padding: .6875rem 1rem
}

.reveal__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #828282;
    line-height: 1.3;
    margin-bottom: 3.25rem
}

.reveal__close img {
    margin-right: .625rem
}

.reveal__date {
    color: #828282;
    font-size: 1rem;
    line-height: normal;
    margin-bottom: 1.375rem
}

.reveal__name {
    color: #333;
    font-size: 1.875rem;
    line-height: 1.25;
    margin-bottom: 1.625rem
}

.reveal__sub {
    color: #333;
    font-size: 1rem;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 1.75rem
}

.reveal__info {
    color: #333;
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 1.25rem
}

.reveal__info a {
    color: #1d70b8;
    text-decoration-line: underline
}

@media print, screen and (max-width: 89.99875em) {
    .reveal_news {
        max-width: 60%
    }

    .reveal__name {
        font-size: 1.625rem
    }
}

@media print, screen and (max-width: 74.99875em) {
    .reveal {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        width: 100%
    }

    .reveal_news {
        max-width: 100%
    }

    .reveal__name {
        font-size: 1.875rem
    }

    .reveal__heading {
        font-size: 1.5rem
    }
}

@media print, screen and (max-width: 59.99875em) {
    .reveal_news {
        padding-left: 2.1875rem;
        padding-right: 4.6875rem
    }

    .reveal__row-first {
        display: none
    }

    .reveal__header {
        display: block;
        margin-bottom: .9375rem
    }

    .reveal__header-col {
        display: block
    }
}

@media print, screen and (max-width: 39.99875em) {
    .reveal {
        padding-top: 2.5rem;
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }

    .reveal_news {
        padding-top: 1.5rem
    }

    .reveal__quantity {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .reveal__header-col {
        display: none
    }

    .reveal__name {
        font-size: 1.5rem
    }

    .reveal__close {
        margin-bottom: 1.5625rem;
        font-size: .8125rem
    }

    .reveal__close img {
        width: 1.875rem;
        height: 1.875rem
    }

    .reveal__date {
        font-size: .875rem
    }

    .reveal__info {
        font-size: 1rem
    }
}

.sticky {
    padding-bottom: .0625rem
}

.sticky-container {
    margin-bottom: 1.3125rem
}

.tabs {
    color: #222;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(0, 0, 0, 0);
    border-bottom: .0625rem solid #ddd;
    width: 100%;
    margin-bottom: .5625rem
}

.tabs_clear {
    border-bottom: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.25rem
}

.tabs_clear a.tabs-link {
    padding: 0
}

.tabs-content {
    border: none;
    background: rgba(0, 0, 0, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 3.3125rem
}

.tabs-panel {
    padding: 0;
    width: 100%
}

.tabs-title {
    color: #222;
    margin-right: 1.125rem;
    font-size: 1rem
}

.tabs-title_grey {
    color: #777
}

.tabs-title:last-child {
    margin-right: 0
}

.tabs-title > a:hover, .tabs-title > a:focus {
    background: inherit;
    color: #1e8bd9
}

.tabs-title:active {
    color: #10579e
}

.tabs-title.is-active .tabs-link {
    color: #222;
    background: inherit;
    border-bottom: .0625rem solid #000
}

a.tabs-link {
    color: #1d70b8;
    font-size: 1rem;
    line-height: 1.2;
    padding: .5rem .125rem
}

@media print, screen and (max-width: 39.99875em) {
    a.tabs-link {
        font-size: .875rem
    }
}

.youtube {
    margin-bottom: 1.25rem
}

.youtube__img {
    cursor: pointer;
    position: absolute;
    width: 100%;
    top: -16.82%;
    left: 0;
    opacity: .7
}

.youtube__iframe {
    height: 100%;
    width: 100%;
    top: 0;
    border: 0;
    left: 0;
    position: absolute
}

.youtube__main {
    background-color: #000;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer
}

.youtube__button {
    padding: .3125rem 1.875rem .3125rem 2.1875rem;
    color: #fff;
    line-height: 1.3;
    background: rgba(0, 0, 0, .6);
    z-index: 1;
    top: 50%;
    font-size: 3.125rem;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    position: absolute;
    cursor: pointer
}

.art {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    list-style-type: none;
    margin-left: 0
}

.art__item_active {
    padding: .625rem .875rem;
    font-weight: 700
}

.art__link {
    display: block;
    text-decoration: none;
    padding: .625rem .875rem
}

.canv {
    margin-left: .25rem
}

.carousel-main {
    text-align: center;
    background: #fafafa;
    margin-bottom: 2.5rem
}

.carousel-main__photo {
    -ms-flex-item-align: center;
    align-self: center
}

.carousel-main__img {
    width: 100%;
    margin-bottom: 1.5rem
}

.carousel-main__item {
    background: center no-repeat;
    background-size: cover;
    display: none;
    padding: 2rem 3rem;
    position: relative
}

.carousel-main__item:first-child {
    display: block
}

.carousel-main__text {
    font-size: .9375rem;
    margin-bottom: 1.3125rem
}

.carousel-main__content {
    min-height: 25rem
}

.carousel-main__content_white {
    color: #fff
}

.carousel-main__darken::before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .3333333333)
}

@media print, screen and (max-width: 59.99875em) {
    .carousel-main__content {
        min-height: 18.75rem
    }
}

@media print, screen and (max-width: 39.99875em) {
    .carousel-main__img {
        display: none
    }

    .carousel-main__content {
        min-height: unset
    }

    .carousel-main__item {
        padding: 2rem 0
    }
}

.cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
    list-style-type: none;
    padding: 0;
    text-transform: uppercase;
    position: relative;
    z-index: 100;
    font-weight: 700
}

.cat_top {
    margin-top: .3125rem
}

.cat__link {
    display: block;
    color: #634f8e;
    position: relative
}

[data-whatinput=mouse] .cat__link {
    outline: 0
}

.cat__link:active, .cat__link:focus, .cat__link:hover {
    color: #634f8e
}

.cat__link::after {
    content: " ";
    display: block;
    border-bottom: .125rem solid #eeb301;
    width: 0;
    position: absolute;
    left: 0;
    -webkit-transition: width .3s ease;
    transition: width .3s ease
}

.cat__item {
    padding-right: 1.875rem;
    position: relative
}

[data-whatinput=mouse] .cat__item {
    outline: 0
}

.cat__item:last-child {
    padding-right: 0
}

.cat__item .cat {
    text-transform: none;
    font-weight: 400;
    display: none;
    position: absolute;
    margin: -.1875rem 0 0 -1rem;
    padding: .5rem 0;
    top: 100%;
    left: 0;
    width: 13rem;
    background: #fdfdfd;
    border-bottom: .125rem solid #eeb301
}

.cat__item .cat .cat {
    left: 100%;
    top: 0
}

.cat__item .cat__item {
    padding: 0;
    width: 100%
}

.cat__item .cat__item .cat__link {
    display: block;
    padding: .5rem 1rem;
    color: #634f8e
}

.cat__item .cat__item .cat__link::after {
    display: none
}

.cat__item .cat__item .cat__link:hover {
    color: #634f8e;
    background: #eee
}

.cat__item:hover > .cat {
    display: block
}

.cat__item:hover > .cat__link::after {
    width: 100%
}

.cat__item .cat .cat__item:hover > .cat {
    display: block
}

@media print, screen and (max-width: 74.99875em) {
    .cat_top {
        margin-top: 0
    }

    .cat__item {
        padding-right: .9375rem;
        padding-top: .3125rem;
        padding-bottom: .3125rem
    }

    .cat__item .cat .cat__item:hover > .cat {
        display: none
    }
}

@media print, screen and (max-width: 59.99875em) {
    .cat {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 1.3125rem
    }

    .cat_top {
        margin-top: 0
    }

    .cat__item:hover > .cat {
        display: none
    }

    .cat__item:hover > .cat__link::after {
        width: 0
    }
}

@media print, screen and (max-width: 39.99875em) {
    .cat__item {
        width: 100%
    }
}

.cities-main-window-list-link {
    width: 50%;
    float: left;
    text-align: left;
    font-size: 1rem;
    line-height: 160%;
    padding-top: .3rem;
    padding-bottom: .3rem;
    padding-right: .625rem
}

.cities-wrap {
    display: inline-block;
    margin-bottom: .3125rem
}

.cities-main-window-wrapperlist {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}

.cities-main-window {
    width: 100%
}

.cities-main-window-inner-search input {
    font-size: 1.2rem;
    color: #444;
    width: 100%
}

.cities-main-window-inner {
    position: relative
}

.cities-main-window-inner-title {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    color: #444;
    font-weight: 400;
    display: inline-block
}

.cities-select {
    cursor: pointer;
    color: #fff;
    margin-right: .5rem
}

.cities-select_black {
    color: #444
}

.cities-general {
    position: relative;
    display: inline-block
}

.cities-container {
    display: none;
    z-index: 101;
    text-align: left;
    position: absolute;
    right: 0;
    border-radius: .2rem;
    -webkit-box-shadow: 0 0 .625rem #444;
    box-shadow: 0 0 .625rem #444;
    top: 3rem;
    width: 31.25rem;
    padding: 2rem;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: auto;
    min-width: 19rem
}

.cities-container__show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cities-container-list {
    position: relative;
    -webkit-box-shadow: 0 .4rem .6rem rgba(0, 0, 0, .2666666667);
    box-shadow: 0 .4rem .6rem rgba(0, 0, 0, .2666666667)
}

.cities-container-list-link {
    float: left;
    width: 9rem;
    line-height: 2.4rem;
    font-size: 1rem;
    margin-right: 1rem
}

.cities-container-close {
    position: absolute;
    cursor: pointer;
    font-size: 2rem;
    opacity: .6;
    -webkit-transition: all .5s;
    transition: all .5s;
    right: 0;
    top: 0
}

.cities-container-close svg {
    display: block
}

.cities-container-close:hover {
    opacity: 1
}

.cities-container-region {
    display: none;
    z-index: 101;
    text-align: left;
    position: absolute;
    right: 0;
    border-radius: .2rem;
    width: 21.875rem;
    top: 3rem;
    padding: 2rem;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: auto
}

.cities-container-region-inner-city {
    display: block;
    font-size: 1.25rem;
    margin-bottom: 1.25rem
}

.body-overlay {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: inline;
    z-index: 101;
    background: rgba(0, 0, 0, .6)
}

.cities-container-region .button-cities-group {
    margin: 0
}

.cities-main-window .cities-message {
    margin: 0
}

@media print, screen and (max-width: 59.99875em) {
    .cities-container {
        width: 19.375rem;
        right: auto;
        left: 0
    }

    .cities-container-region {
        left: 0;
        right: auto
    }

    .cities-main-window-list-link {
        width: 100%
    }
}

@media print, screen and (max-width: 39.99875em) {
    .cities-container-region {
        width: 19.375rem;
        padding-left: .625rem;
        padding-right: .625rem
    }

    .cities-general {
        position: static
    }
}

.contacts {
    padding-top: .8125rem;
    padding-bottom: .4375rem;
    background: #0e0bd8;
    font-size: .8125rem
}

.contacts__icon {
    margin-right: .25rem;
    font-size: 1.0625rem;
    line-height: .75rem
}

.contacts__search {
    color: #fff;
    font-weight: 700
}

.contacts__search:active, .contacts__search:focus, .contacts__search:hover {
    color: #cacaca
}

.contacts__block {
    line-height: 1;
    font-size: 1.375rem;
    margin-right: .5rem
}

.contacts__link {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    margin-right: .625rem
}

.contacts__link:active, .contacts__link:focus, .contacts__link:hover {
    color: #cacaca
}

.contacts__menu {
    color: #fff;
    cursor: pointer;
    width: .9375rem;
    height: 1.1875rem;
    display: none;
    margin-right: .625rem
}

.contacts__cab {
    padding-bottom: .4375rem
}

.contacts__info {
    padding-bottom: .4375rem;
    text-align: right
}

@media print, screen and (max-width: 59.99875em) {
    .contacts {
        text-align: center
    }

    .contacts__info {
        text-align: center
    }
}

@media print, screen and (max-width: 39.99875em) {
    .contacts {
        padding-bottom: .8125rem
    }

    .contacts__block_spec {
        display: inline-block;
        width: calc(100% - 1.875rem)
    }

    .contacts__icon {
        display: none
    }

    .contacts__menu {
        display: inline-block;
        margin-bottom: .375rem
    }

    .contacts__info {
        text-align: left
    }
}

.dd {
    position: relative;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear .3s, opacity .3s linear;
    transition: visibility 0s linear .3s, opacity .3s linear
}

.dd_show {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.dd__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #444;
    background: #fafafa;
    padding: 1.3125rem
}

.double {
    margin-right: .25rem;
    margin-left: .25rem
}

.fa-layers {
    vertical-align: middle
}

.footer {
    padding-top: 3rem;
    padding-bottom: 1.5rem;
    color: #fff;
    width: 100%;
    left: 0;
    background: #48626f;
    position: relative
}

.footer__head {
    color: #fff;
    font-size: 1.0625rem;
    display: block;
    font-weight: 300;
    margin-bottom: .75rem
}

.footer__shop {
    color: #fff;
    display: block;
    font-weight: 300;
    margin-bottom: .75rem;
    line-height: 1.5;
    font-size: 1.0625rem
}

.footer__shop:active, .footer__shop:focus, .footer__shop:hover {
    color: #e6e6e6
}

.footer__bottom {
    font-size: .8125rem;
    text-align: center
}

.footer__soc {
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
    text-align: center
}

.footer__link {
    font-weight: 700;
    display: block;
    margin-bottom: .4375rem;
    color: #9bb3be
}

.footer__link:active, .footer__link:focus, .footer__link:hover {
    color: #fff
}

.footer__pay {
    height: 1.5rem
}

.footer__cetera {
    margin-right: 1.125rem
}

.footer__labs {
    margin-right: 1.125rem;
    color: #9bb3be;
    display: inline-block
}

.footer__labs:active, .footer__labs:focus, .footer__labs:hover {
    color: #fff
}

.footer__labs_right {
    margin-right: 0
}

.footer__nav {
    margin-bottom: .75rem
}

.footer__logo {
    width: 8.75rem
}

.footer__block {
    margin-bottom: 1.5rem
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 3.25rem;
    margin-bottom: 1.0625rem;
    max-width: 100%;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ededed
}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 3.25rem;
    max-width: 100%
}

.header__term:hover svg path {
    fill: #1d70b8
}

.header__term:hover .header__term-text {
    color: #1d70b8
}

.header__term_close .header__term-img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header__term-text {
    line-height: 1.3
}

.header__term-img {
    margin-left: 1rem;
    margin-right: .25rem
}

.header__term-img svg {
    vertical-align: middle
}

.header__term-show-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #777
}

.header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__list_margin {
    margin-left: .9375rem;
    position: relative
}

.header__logout {
    margin-right: 2.625rem
}

.header__logout-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__logout img, .header__logout svg {
    height: 1.5rem;
    width: 1.5rem;
    margin-left: .75rem
}

.header__logout:hover .header__logout-text {
    color: #1d70b8
}

.header__logout:hover svg path {
    stroke: #1d70b8
}

.header__cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 3.125rem
}

.header__cart img, .header__cart svg {
    height: 1.5rem;
    width: 1.5rem;
    margin-right: .875rem
}

.header__cart-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__cart-button:hover .header__cart-header {
    color: #1d70b8
}

.header__cart-button:hover svg path {
    stroke: #1d70b8
}

.header__cart-button:hover .header__cart-count {
    background: #1d70b8
}

.header__cart-button:hover .header__cart-count_empty {
    background: #bdbdbd
}

.header__cart-border {
    height: 3.25rem;
    border: .0625rem solid #bdbdbd;
    margin-right: 1.875rem
}

.header__cart-header {
    margin-right: .3125rem
}

.header__cart-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background: #0a0a0a;
    color: #fff;
    font-weight: 600;
    line-height: 1.25;
    font-size: .75rem;
    margin: auto;
    width: 1.25rem;
    height: 1.25rem
}

.header__cart-count_empty {
    background: #bdbdbd
}

.header__connect-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__connect {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 3.125rem
}

.header__connect img {
    margin-right: .75rem
}

.header__connect-info {
    color: #777
}

.header__connect-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left
}

.header__connect_new:after {
    position: absolute;
    content: "";
    border-radius: 50%;
    background: #15cc69;
    top: 12%;
    left: 1.4375rem;
    width: .4375rem;
    height: .4375rem
}

.header__search {
    cursor: pointer;
    padding: .6875rem .9375rem;
    margin-right: .9375rem
}

.header__search:hover {
    background: rgba(0, 0, 0, .0509803922)
}

.header__search_active {
    padding-left: 1.1875rem
}

.header__search_active .header__search-text {
    display: none
}

.header__search_active .header__search-icon {
    display: none
}

.header__search_active .header__search-icon_clear {
    display: block;
    margin-left: 0
}

.header__search_active:hover {
    background: none
}

.header__search-icon {
    margin-left: .75rem
}

.header__search-icon_clear {
    display: none
}

.header__field {
    display: none;
    padding-top: .125rem;
    padding-bottom: .125rem
}

.header__field_open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__field_margin {
    margin-bottom: 1.875rem
}

.header__field-input {
    width: 26.5rem;
    border: .0625rem solid #bdbdbd;
    background: #fff;
    padding-left: 1.0625rem;
    padding-right: .625rem
}

@media (max-width: 1600px) {
    .header__field-input {
        width: 16.875rem
    }
}

@media (max-width: 1460px) {
    .header__field {
        position: absolute;
        top: calc(100% - .125rem);
        right: 1.25rem;
        z-index: 1
    }
}

@media (max-width: 1300px) {
    .header__search-text {
        font-size: .875rem
    }

    .header__search {
        margin-right: 0
    }
}

@media (max-width: 1250px) {
    .header__search-text {
        display: none
    }

    .header__search-icon {
        margin-left: 0
    }
}

@media (max-width: 1200px) {
    .header__search {
        padding-right: .625rem;
        padding-left: .625rem
    }

    .header__list_margin {
        margin-left: 0
    }

    .header__field-input {
        font-size: .875rem
    }

    .header__cart-border_small {
        margin-right: .9375rem
    }

    .header__connect_small {
        margin-right: .9375rem
    }

    .header__connect-info_small {
        font-size: .875rem
    }

    .header__connect-name_small {
        font-size: .875rem
    }

    .header__cart_small {
        margin-right: .9375rem
    }

    .header__logout_small {
        margin-right: 1.25rem
    }
}

@media print, screen and (max-width: 59.99875em) {
    .header__term-text {
        display: none
    }
}

@media (max-width: 769px) {
    .header__logout-text {
        display: none
    }

    .header__cart-header {
        display: none
    }

    .header__cart {
        margin-right: .625rem
    }

    .header__cart-border {
        margin-right: .3125rem
    }
}

@media (max-width: 589px) {
    .header__connect-list {
        display: none
    }

    .header__field-input {
        width: 90vw
    }
}

@media (max-width: 448px) {
    .header__term-hide-menu {
        display: block
    }

    .header__cart-count {
        display: none
    }
}

.hr {
    margin-bottom: 2.5rem
}

.info {
    margin-bottom: 1.5rem
}

.info_top {
    padding-top: 1.5rem
}

.news {
    margin-bottom: 1.5rem
}

.news__img {
    margin-bottom: 1.5rem
}

.news__title {
    display: block;
    font-size: 1.125rem;
    margin-bottom: .75rem
}

.partners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.partners .partners {
    margin-left: 1.25rem
}

.partners__link {
    display: block;
    padding: .625rem .875rem;
    text-decoration: none;
    line-height: 1
}

.partners__link_active {
    background: #b22222;
    color: #fff
}

.partners__link_active:active, .partners__link_active:focus, .partners__link_active:hover {
    color: #fff
}

.picture {
    margin-right: .25rem
}

.project {
    margin-bottom: 2rem
}

.project__img {
    margin-bottom: 1.5rem
}

.project__title {
    margin-bottom: .75rem;
    font-size: 1.125rem
}

.project__views {
    color: #8a8a8a;
    margin-left: .5rem;
    margin-right: 1rem
}

.project__icon {
    color: #8a8a8a
}

.project__info {
    padding-bottom: 1.25rem
}

.project__text {
    margin-bottom: .75rem
}

.project__cat {
    display: block;
    color: #8a8a8a;
    margin-bottom: .75rem
}

.promo {
    background: #b22222;
    padding-top: 4.375rem;
    color: #fff;
    padding-bottom: 4.375rem;
    margin-bottom: 2.5rem
}

.promo__img {
    width: 100%
}

@media print, screen and (max-width: 39.99875em) {
    .promo {
        padding-top: 2.5rem;
        padding-bottom: 1.25rem
    }
}

.sect {
    margin-bottom: 1.5rem
}

.sect_iframe {
    height: 21.875rem;
    width: 100%;
    border: 0
}

.sect_col {
    width: 50%
}

.sect_rect {
    margin-bottom: .75rem
}

.sect_primary {
    color: #b22222
}

.sect_big {
    font-size: 1.125rem
}

.sect_type {
    margin-bottom: .75rem;
    font-weight: 700
}

.sect_date {
    font-weight: 700;
    color: #634f8e
}

.sect_time {
    margin-bottom: 0;
    color: #8a8a8a
}

.sect_main {
    background: #fafafa
}

.sect_dib {
    display: inline-block;
    margin-right: .5rem
}

.sect_dark {
    color: #8a8a8a
}

.sect_place {
    color: #8a8a8a;
    padding-top: 2.125rem;
    padding-bottom: 2.125rem
}

.sect_link {
    margin-right: .5rem
}

.sect_err {
    color: #cacaca;
    margin-right: .625rem;
    font-size: 2.125rem;
    display: inline-block;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1
}

.sect__date {
    color: #cacaca
}

.sect__svg {
    height: 4.375rem;
    width: 100%
}

.sect__svg use {
    fill: #48626f
}

.share {
    margin-bottom: 1.5rem;
    font-size: 1.75rem
}

.share__text {
    color: #9bb3be;
    font-size: .875rem;
    margin-right: .5rem
}

.share__enter {
    font-size: .875rem;
    margin-right: .5rem
}

@media print, screen and (max-width: 59.99875em) {
    .share__text {
        display: none
    }
}

.side__block {
    padding: 1.3125rem;
    border-radius: .25rem;
    background: #fafafa;
    margin-bottom: 1.5rem
}

.side__city {
    font-weight: 700;
    margin-left: .25rem;
    margin-right: .25rem
}

.side__place {
    font-size: .9375rem;
    margin-bottom: 1.5rem
}

.side__date {
    font-size: 1.3125rem;
    margin-bottom: .75rem;
    color: #634f8e
}

.slick-slide {
    outline: none !important
}

.slick-slide a, .slick-slide:focus {
    outline: none
}

.slick-list {
    z-index: 0
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: initial;
    transform: initial
}

.slick-prev {
    left: 1rem
}

.slick-next {
    right: 1rem
}

.slick-next, .slick-prev {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    cursor: pointer;
    color: rgba(255, 255, 255, .5333333333);
    background: rgba(0, 0, 0, .1333333333);
    padding: 0;
    border: none;
    outline: none;
    width: 1.875rem;
    height: 3.125rem;
    border-radius: .3125rem;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.slick-next svg, .slick-prev svg {
    width: 1.5625rem;
    height: 2.6875rem
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    outline: none;
    color: rgba(255, 255, 255, .5333333333);
    background: rgba(0, 0, 0, .3333333333)
}

.slick-next.slick-disabled, .slick-prev.slick-disabled {
    color: rgba(255, 255, 255, .5333333333);
    background: rgba(0, 0, 0, .0666666667)
}

.slick-dots {
    margin: 2rem 0;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%
}

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

.slick-dots li.slick-active button {
    background: rgba(0, 0, 0, .2)
}

.slick-dots li button {
    border: 0;
    background: rgba(0, 0, 0, .0666666667);
    display: block;
    height: .625rem;
    width: .625rem;
    outline: none;
    line-height: 0;
    font-size: 0;
    margin: 1rem;
    padding: 0;
    border-radius: 50%;
    cursor: pointer
}

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

.soc {
    color: #9bb3be
}

.soc_fb {
    color: #3f619c
}

.soc_vk {
    color: #3e709c
}

.soc_twi {
    color: #2fa4cc
}

.soc_insta {
    color: #000
}

.soc_ok {
    color: #fc6719
}

.step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .6875rem
}

.step__label {
    line-height: 1.3;
    margin-right: 0;
    background: url("/local/templates/ipmdlk_common/css/../images/filter_check.svg") no-repeat left .125rem;
    margin-left: 0;
    padding-left: 1.5rem;
    cursor: pointer
}

.step__input {
    margin-top: .125rem;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

.step__input:checked + .step__label {
    background: url("/local/templates/ipmdlk_common/css/../images/checked.svg") no-repeat left .125rem
}

.step__input:disabled + .step__label {
    opacity: .7;
    cursor: not-allowed
}

.way {
    font-size: .6875rem;
    margin-bottom: 1.5rem
}

.way__pole {
    margin-left: .25rem;
    margin-right: .25rem
}

.brand {
    background: #e6e6e6;
    padding-top: 1.3125rem;
    padding-bottom: 1.3125rem
}

.capt__img {
    width: 100%;
    height: 3.75rem
}

.checkbox-group {
    font-size: 0;
    margin-bottom: .4375rem
}

.checkbox-group__label {
    font-size: 1rem;
    padding: .83rem;
    margin: 0;
    min-width: 3rem;
    background: #fff;
    min-height: 2.4375rem;
    line-height: 1;
    display: inline-block;
    border: .0625rem solid #444;
    border-right-width: 0;
    text-align: center
}

.checkbox-group__label:last-child {
    border-right-width: .0625rem
}

.checkbox-group__item {
    display: none
}

.checkbox-group__item:checked + .checkbox-group__label {
    -webkit-box-shadow: inset 0 0 .3125rem .125rem rgba(0, 0, 0, .4);
    box-shadow: inset 0 0 .3125rem .125rem rgba(0, 0, 0, .4)
}

.commodity__img {
    margin-bottom: 1.3125rem
}

.commodity__title {
    font-size: 1rem;
    margin-bottom: .625rem;
    display: block
}

.commodity__old {
    text-decoration: line-through;
    color: #8a8a8a
}

.commodity__cost {
    font-size: .875rem
}

.commodity__favor {
    color: #8a8a8a;
    margin-right: .5rem
}

.commodity__small {
    font-size: .6875rem;
    display: block;
    margin-bottom: .1875rem
}

.commodity__price {
    font-weight: 700;
    font-size: 1.3125rem
}

.commodity__price_cost {
    font-size: .875rem
}

.commodity__no {
    font-style: italic;
    color: #8a8a8a
}

.commodity__info {
    margin-bottom: 1.3125rem
}

.commodity__cat {
    margin-bottom: .625rem;
    display: block;
    color: #8a8a8a;
    font-size: .8125rem;
    font-weight: 400
}

@media print, screen and (max-width: 59.99875em) {
    .commodity__small {
        margin-right: .5rem;
        display: inline-block
    }

    .commodity__old {
        margin-bottom: .625rem
    }
}

@media print, screen and (max-width: 39.99875em) {
    .commodity__cat {
        display: none
    }
}

.comp__tr {
    vertical-align: top
}

.comp__small {
    font-size: .875rem
}

.comp__clear {
    color: #8a8a8a;
    white-space: nowrap
}

.duct__img {
    margin-bottom: 1.3125rem
}

.duct__title {
    font-size: 1rem;
    margin-bottom: .625rem;
    display: block
}

.duct__old {
    text-decoration: line-through;
    color: #8a8a8a
}

.duct__cost {
    font-size: .875rem
}

.duct__favor {
    color: #8a8a8a;
    margin-right: .5rem
}

.duct__small {
    font-size: .6875rem;
    display: block;
    margin-bottom: .1875rem
}

.duct__price {
    font-weight: 700;
    font-size: 1.3125rem
}

.duct__price_cost {
    font-size: .875rem
}

.duct__no {
    font-style: italic;
    color: #8a8a8a
}

.duct__info {
    margin-bottom: 1.3125rem
}

.duct__cat {
    margin-bottom: .625rem;
    display: block;
    color: #8a8a8a;
    font-size: .8125rem;
    font-weight: 400
}

@media print, screen and (max-width: 59.99875em) {
    .duct__small {
        margin-right: .5rem;
        display: inline-block
    }

    .duct__old {
        margin-bottom: .625rem
    }
}

@media print, screen and (max-width: 39.99875em) {
    .duct__cat {
        display: none
    }
}

.growth__img {
    margin-bottom: 1.3125rem
}

.growth__title {
    font-size: 1rem;
    margin-bottom: .625rem;
    display: block
}

.growth__old {
    text-decoration: line-through;
    color: #8a8a8a
}

.growth__cost {
    font-size: .875rem
}

.growth__favor {
    color: #8a8a8a;
    margin-right: .5rem
}

.growth__small {
    font-size: .6875rem;
    display: block;
    margin-bottom: .1875rem
}

.growth__price {
    font-weight: 700;
    font-size: 1.3125rem
}

.growth__price_cost {
    font-size: .875rem
}

.growth__no {
    font-style: italic;
    color: #8a8a8a
}

.growth__info {
    margin-bottom: 1.3125rem
}

.growth__cat {
    margin-bottom: .625rem;
    display: block;
    color: #8a8a8a;
    font-size: .8125rem;
    font-weight: 400
}

@media print, screen and (max-width: 59.99875em) {
    .growth__small {
        margin-right: .5rem;
        display: inline-block
    }

    .growth__old {
        margin-bottom: .625rem
    }
}

@media print, screen and (max-width: 39.99875em) {
    .growth__cat {
        display: none
    }
}

.mark {
    color: #eeb301;
    font-size: 1.125rem;
    line-height: .75;
    margin-bottom: 1.3125rem;
    vertical-align: -.0625rem
}

.menu-top {
    cursor: pointer
}

.offspring__img {
    margin-bottom: 1.3125rem
}

.offspring__title {
    font-size: 1rem;
    margin-bottom: .625rem;
    display: block
}

.offspring__old {
    text-decoration: line-through;
    color: #8a8a8a
}

.offspring__cost {
    font-size: .875rem
}

.offspring__favor {
    color: #8a8a8a;
    margin-right: .5rem
}

.offspring__small {
    font-size: .6875rem;
    display: block;
    margin-bottom: .1875rem
}

.offspring__price {
    font-weight: 700;
    font-size: 1.3125rem
}

.offspring__price_cost {
    font-size: .875rem
}

.offspring__no {
    font-style: italic;
    color: #8a8a8a
}

.offspring__info {
    margin-bottom: 1.3125rem
}

.offspring__cat {
    margin-bottom: .625rem;
    display: block;
    color: #8a8a8a;
    font-size: .8125rem;
    font-weight: 400
}

@media print, screen and (max-width: 59.99875em) {
    .offspring__small {
        margin-right: .5rem;
        display: inline-block
    }

    .offspring__old {
        margin-bottom: .625rem
    }
}

@media print, screen and (max-width: 39.99875em) {
    .offspring__cat {
        display: none
    }
}

.order__meta {
    color: #888
}

.order__subtitle {
    font-size: .75rem;
    font-weight: bold;
    letter-spacing: .05em;
    margin-bottom: .5rem;
    text-transform: uppercase
}

.order__option-switch {
    position: absolute;
    visibility: hidden
}

.order__option-more {
    display: none
}

.order__option-item {
    position: relative;
    margin: 0 0 1.5rem;
    border: .0625rem solid rgba(68, 68, 68, .2666666667);
    border-radius: .25rem;
    background-color: #fff;
    color: #444;
    padding: 1.5rem
}

.order__option-item:hover, .order__option-switch:checked + .order__option-item {
    border-color: #27bab5;
    -webkit-box-shadow: 0 0 0 .0625rem #27bab5 inset;
    box-shadow: 0 0 0 .0625rem #27bab5 inset
}

.order__option-switch:checked + .order__option-item .order__option-more {
    display: block
}

.order__option-title {
    cursor: pointer;
    font-size: 1rem;
    margin-bottom: .25rem
}

.order__option-title:hover {
    background-color: #f3f3f3
}

.prod {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.prod__info {
    margin-bottom: 1.5rem
}

.prod__favor {
    color: #8a8a8a;
    margin-right: .625rem
}

.prod__price {
    font-size: .9375rem;
    font-weight: 700;
    margin-right: .25rem
}

.prod__old {
    font-size: .8125rem;
    color: #8a8a8a
}

.prod__cat {
    display: block;
    font-size: .8125rem;
    color: #8a8a8a
}

.prod__rub {
    margin-bottom: .75rem
}

.prod__main {
    padding-bottom: .625rem
}

.prod__img {
    height: auto;
    width: 100%;
    margin-bottom: 1.5rem
}

.quant {
    font-size: 1rem;
    line-height: 1.3;
    margin-right: .25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.quant__input {
    padding: .5rem 1rem;
    width: 3.75rem;
    background: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 4px;
    text-align: center
}

.quant__input-big {
    text-align: center;
    margin-left: .3125rem;
    margin-right: .3125rem;
    padding: .75rem .625rem;
    background: #fff;
    width: 5rem;
    border: .0625rem solid #bdbdbd;
    font-weight: 500
}

.radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .75rem;
    cursor: pointer
}

.radio__label {
    line-height: 1.3;
    margin-right: 0;
    background: url("/local/templates/ipmdlk_common/css/../images/rad.svg") no-repeat left .125rem;
    margin-left: 0;
    padding-left: 1.25rem
}

.radio__input {
    margin-top: .125rem;
    margin-bottom: 0;
    display: none
}

.radio__input:checked + .radio__label {
    background: url("/local/templates/ipmdlk_common/css/../images/rad-2.svg") no-repeat left .125rem
}

.radio__input:disabled + .radio__label {
    opacity: .7;
    cursor: not-allowed
}

.rating {
    display: inline-block;
    vertical-align: middle;
    margin-right: .25rem
}

.rating::before, .rating::after {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.rating::after {
    clear: both
}

.rating__star {
    float: right;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    position: relative
}

.rating__star:hover {
    cursor: pointer
}

.rating__solid {
    display: block;
    font-size: 1.35rem;
    color: #777;
    margin-right: .3125rem;
    position: relative
}

.rating__regular {
    font-size: 1.35rem;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    color: #eeb301
}

.rating__input {
    display: none
}

.rating:not(:hover) .rating__input:checked .rating__regular, .rating:not(:hover) .rating__input:checked ~ .rating__star .rating__regular, .rating__star:hover .rating__regular, .rating__star:hover ~ .rating__star .rating__regular {
    display: block
}

.reg {
    line-height: 1.9;
    font-size: .6875rem
}

.shipment__tell {
    margin-right: .5rem;
    font-size: .875rem
}

.shipment__soc {
    font-size: 1.75rem;
    margin-bottom: 1.5rem
}

.shipment__art {
    color: #8a8a8a
}

.shipment__no {
    color: #cacaca;
    margin-left: .25rem
}

.shipment__num {
    color: #219e9a;
    margin-left: .25rem
}

.shipment__low {
    color: #cc4b37;
    margin-left: .25rem
}

.shipment__mark {
    font-style: italic;
    color: #8a8a8a
}

.shipment__old {
    color: #8a8a8a;
    display: block;
    text-decoration: line-through
}

.shipment__compare {
    margin-right: .5rem
}

.shipment__text {
    color: #8a8a8a
}

.shipment__price {
    font-size: 2.1875rem
}

.tile {
    margin-bottom: .625rem
}

.tile__title {
    margin-bottom: .625rem;
    display: block
}

.tile__no {
    color: #8a8a8a
}

.tile__price {
    margin-bottom: .625rem;
    font-weight: 700
}

.tile__link {
    display: block;
    margin-bottom: 1.3125rem
}

.tile__img {
    height: 5rem
}

.tile__clear {
    color: #8a8a8a;
    white-space: nowrap;
    display: block;
    margin-bottom: 1.3125rem
}

.calendar {
    text-align: center
}

.calendar__holiday {
    color: #48626f
}

.calendar__strong {
    font-weight: 700
}

.car {
    position: relative;
    margin: 0 0 1rem;
    padding: 1.3125rem;
    border: .0625rem solid rgba(68, 68, 68, .2666666667);
    border-radius: .25rem;
    background-color: #fff
}

.car__anchor {
    margin-bottom: 1.3125rem;
    display: block
}

.car__date {
    color: #cacaca;
    margin-right: .25rem
}

.carousel-news {
    padding: 0 0 1.5rem
}

.carousel-news__item {
    min-height: 18.75rem;
    background: #f3f3f3;
    color: #444;
    background-size: cover;
    background-position: center;
    display: none;
    padding: 2rem;
    position: relative
}

.carousel-news__item_medium-gray {
    background: #cacaca
}

.carousel-news__item:first-child {
    display: block
}

.carousel-news__link {
    color: #fff;
    font-size: 1.2rem;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    background: rgba(0, 0, 0, .3333333333)
}

.carousel-news__link:hover {
    color: #fff
}

.magazine {
    margin-bottom: 1.5rem
}

.magazine__img {
    margin-bottom: .75rem;
    width: 100%;
    height: 17.5rem;
    background: #f3f3f3
}

.rubric {
    padding-top: .625rem;
    padding-bottom: .625rem;
    background: #fafafa
}

.rubric__tgl {
    color: #634f8e;
    font-size: 1.3125rem;
    cursor: pointer
}

.rubric__menu {
    margin-left: .25rem;
    font-weight: 700;
    display: inline-block
}

@media print, screen and (max-width: 39.99875em) {
    .rubric {
        padding-top: 0;
        padding-bottom: 0
    }
}

.user {
    margin-bottom: 1.5rem
}

.user__img {
    background: #bbb;
    width: 2.8125rem
}

.user__title {
    color: #48626f;
    font-weight: 700
}

.user__date {
    color: #8a8a8a
}

a {
    -webkit-transition: color 180ms ease-in-out;
    transition: color 180ms ease-in-out;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #333
}

a:hover, a:focus {
    color: #1e8bd9
}

a:active {
    color: #10579e
}

::-webkit-search-cancel-button, ::-webkit-search-decoration, ::-webkit-search-results-button, ::-webkit-search-results-decoration {
    display: none
}

input {
    border: .0625rem solid #bdbdbd;
    padding: .625rem
}

fieldset {
    margin-bottom: 1.25rem
}

::-ms-clear {
    display: none
}

hr {
    margin: 0 auto 1.5rem;
    border-bottom: .0625rem solid #f3f3f3
}

label {
    line-height: 1.5
}

table {
    margin-bottom: 1.5rem;
    border-collapse: collapse;
    width: 100%;
    border-radius: .25rem
}

dl, ol, p, ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.5
}

blockquote {
    border-left: .125rem solid #b22222
}

blockquote, blockquote p {
    padding: 0 .875rem
}

tfoot, thead {
    background: #f2f2f2;
    border: .0625rem solid #f2f2f2
}

tfoot tr, thead tr {
    background: rgba(0, 0, 0, 0)
}

tfoot td, tfoot th, thead td, thead th {
    font-weight: 700;
    vertical-align: top
}

tbody {
    background: #fff;
    border: .0625rem solid #f2f2f2
}

tbody th {
    font-weight: 700;
    vertical-align: top;
    padding: .5rem .625rem
}

tbody td {
    vertical-align: top;
    padding: .5rem .625rem
}

tbody tr:nth-child(even) {
    background: #f2f2f2;
    border-bottom: 0
}

select {
    padding-top: 0;
    padding-bottom: 0
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-style: normal;
    font-weight: 300;
    color: inherit;
    text-rendering: optimizelegibility
}

.h1, h1 {
    margin-bottom: 2rem;
    line-height: 1;
    font-size: 3rem
}

.h2, h2 {
    line-height: 1.1;
    font-size: 2.2rem;
    margin-bottom: 2rem
}

.h2_small {
    font-size: 1.875rem;
    font-weight: 400;
    margin-bottom: 1.25rem;
    font-family: "Inter", sans-serif;
    color: #222
}

.h2_small-margin {
    font-size: 1.875rem;
    font-weight: 400;
    margin-bottom: .625rem;
    font-family: "Inter", sans-serif;
    color: #222
}

.h3, h3 {
    line-height: 1.2;
    font-size: 1.4375rem;
    margin-bottom: .75rem
}

.h3_medium {
    font-family: "Inter", sans-serif;
    color: #222;
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 1rem
}

.h4, h4 {
    line-height: 1.3;
    font-size: 1.5rem;
    margin-bottom: .75rem
}

.h5, h5 {
    line-height: 1.4;
    font-size: 1.3rem;
    margin-bottom: .75rem
}

.h6, h6 {
    line-height: 1.5;
    font-size: 1.0625rem;
    margin-bottom: .75rem
}

h1.large-text-center::after, h1.medium-text-center::after, h1.text-center::after, h2.large-text-center::after, h2.medium-text-center::after, h2.text-center::after {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0
}

@media print, screen and (max-width: 39.99875em) {
    .h1, h1 {
        font-size: 2.2rem
    }

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

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

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

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

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

.svg-inline {
    visibility: hidden
}

.bill__ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: 0;
    margin-bottom: 1.3125rem;
    border-bottom: .125rem solid #f1f1f1
}

.bill__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bill__forgot {
    color: #161616;
    font-size: .8125rem;
    display: inline-block;
    line-height: 1.3;
    text-decoration: underline;
    font-weight: 500
}

.bill__item {
    margin-right: 1.5rem;
    color: #555;
    font-size: .8125rem;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    padding-bottom: .5rem;
    padding-top: .5rem
}

.bill__item_active {
    color: #161616
}

.bill__item_active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -.125rem;
    width: 100%;
    height: .0625rem;
    background: #161616
}

.lightbox__enter-phone .input-text {
    max-width: 100%
}

.lightbox__label {
    color: #161616;
    padding-top: 1rem;
    margin-bottom: .3125rem;
    font-size: .8125rem;
    font-weight: 500
}

.lightbox__box {
    margin-bottom: 1.5625rem
}

.link-drop-Catalog b {
    width: 1.375rem;
    height: 1.375rem;
    background: url("/local/templates/ipmdlk_common/css/../images/cat1.svg") no-repeat center;
    position: relative;
    top: -.0625rem
}

.link-drop-Catalog b i {
    display: none
}

.link-drop:before {
    content: "";
    margin-right: .5rem;
    position: relative;
    top: .375rem;
    width: 1.375rem;
    height: 1.375rem;
    display: inline-block;
    background: url("/local/templates/ipmdlk_common/css/../images/cat2.svg") no-repeat center
}

@media (max-width: 981px) {
    .menu-top.visible {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .header-mobile .menu-top {
        padding-bottom: 1.25rem
    }

    .menu-top .city {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .header-mobile .city dt .drop-link {
        text-transform: uppercase;
        color: #959594;
        font-size: .875rem;
        font-weight: 400;
        padding-bottom: .25rem;
        padding-top: .5rem;
        line-height: 1.2
    }

    .drop-link__city {
        margin-left: .375rem;
        display: inline-block;
        color: #000
    }

    .drop-link__city:after {
        content: "";
        margin-left: .5rem;
        width: .8125rem;
        height: .5rem;
        position: relative;
        top: -.0625rem;
        background: url("/local/templates/ipmdlk_common/css/../images/arr2.svg") no-repeat center;
        display: inline-block
    }

    .menu-top .first-lvl {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.wire {
    color: #959594;
    font-size: .8125rem;
    font-weight: 400;
    display: none;
    padding-top: .0625rem;
    cursor: pointer;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.wire img {
    width: .6875rem;
    display: block;
    margin-left: .375rem
}

.wire:hover, .wire:focus, .wire:active {
    text-decoration: none
}

.menu-top .wire {
    display: none
}

@media (max-width: 1000px) {
    .wire {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.city-hidd {
    opacity: 0;
    display: none;
    visibility: hidden;
    position: absolute;
    left: calc(50vw - 17.5rem);
    z-index: 10;
    top: 3.25rem;
    background: #fff;
    -webkit-box-shadow: 0 0 .938rem rgba(0, 0, 0, .1019607843);
    box-shadow: 0 0 .938rem rgba(0, 0, 0, .1019607843);
    -webkit-transition: .4s;
    transition: .4s;
    padding: 1.8125rem 1.25rem .56rem;
    width: 25rem
}

.city-hidd.open {
    display: block;
    opacity: 1;
    visibility: visible
}

.city-hidd ul a {
    display: block;
    text-transform: uppercase;
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: .875rem
}

.city-hidd .title {
    font-size: 1.25rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 1.56rem
}

@media (max-width: 1000px) {
    .city-hidd {
        width: 100vw;
        left: 0;
        top: 7.0625rem;
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fafafa;
    font-family: "Inter", sans-serif;
    min-height: 100vh
}

.full__sidebar {
    background: #ededed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15.625rem;
    flex: 0 0 15.625rem
}

.full__sidebar_transparent {
    background: none
}

.full__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    overflow: auto
}

.full__logo {
    background: #fff;
    height: 3.25rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.full__logo-button {
    display: none
}

@media print, screen and (max-width: 59.99875em) {
    .full__sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 9.375rem;
        flex: 0 0 9.375rem
    }
}

@media print, screen and (max-width: 39.99875em) {
    .full {
        position: relative
    }

    .full__logo {
        gap: 1.25rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .full__logo-button {
        display: block;
        padding: .75rem 1.25rem;
        background: #ddd;
        border-radius: .25rem;
        font-size: 1.5rem
    }

    .full__sidebar {
        position: absolute;
        width: 100%;
        display: none;
        z-index: 3
    }
}

.side-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: .625rem .625rem 1.25rem .625rem;
    width: 100%
}

.side-menu__title {
    margin-top: 1.375rem;
    margin-bottom: .625rem;
    font-weight: 400;
    font-size: .875rem;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #777
}

.side-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    width: 100%
}

.side-menu__list-item {
    cursor: pointer
}

.side-menu__list-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 700;
    width: 100%;
    color: #333;
    margin-bottom: .6875rem
}

.side-menu__list-title_active .side-menu__img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.side-menu__cat {
    margin-bottom: .75rem;
    line-height: 1.3;
    margin-left: .9375rem
}

.side-menu__cat-item {
    margin-bottom: .625rem
}

.side-menu__cat-item:last-child {
    margin-bottom: 0
}

.side-menu__link {
    font-weight: 400;
    color: #333;
    cursor: pointer;
    text-decoration: none
}

.side-menu__link_active {
    color: #1e8bd9
}

.side-menu__img {
    margin-left: auto;
    transition: transform .3s, -webkit-transform .3s
}

.side-menu__nav {
    padding-top: 1.375rem
}

.side-menu__nav-list {
    font-weight: 400;
    color: #333
}

.side-menu__nav-item {
    margin-bottom: .625rem
}

.side-menu__nav-item:last-child {
    margin-bottom: 0
}

.side__nav-news {
    position: relative
}

.side__nav-news:after {
    position: absolute;
    content: "";
    border-radius: 50%;
    background: #15cc69;
    bottom: 50%;
    right: -.625rem;
    width: .4375rem;
    height: .4375rem
}

.js-add-list {
    display: none
}

.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 1.25rem 4.5rem 1.125rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fafafa
}

.container_wrap {
    width: 74.0625rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 1.5625rem
}

.container_small {
    width: 36.125rem;
    padding-bottom: 1.5625rem
}

.container-login {
    width: 100%;
    background: #eee;
    min-height: 100vh;
    padding-top: 6.375rem;
    padding-left: 16.5rem
}

@media (max-width: 1600px) {
    .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media print, screen and (max-width: 89.99875em) {
    .container_wrap {
        width: 100%
    }
}

@media print, screen and (max-width: 74.99875em) {
    .container-login {
        padding-left: 6.25rem;
        padding-top: 3.25rem
    }
}

@media print, screen and (max-width: 59.99875em) {
    .container-login {
        padding-left: 2.8125rem;
        padding-top: 1.5625rem
    }
}

@media print, screen and (max-width: 39.99875em) {
    .container-login {
        padding: .3125rem
    }

    .container {
        padding-right: .75rem;
        padding-left: .75rem
    }
}

.catalog {
    width: 100%;
    margin-right: 2.3125rem;
    margin-top: 1rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.catalog_table {
    margin-top: 0
}

.catalog__content {
    display: none
}

.catalog__rel {
    position: relative
}

.catalog__content_active {
    display: block
}

.catalog__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.catalog__export {
    margin-right: 1.25rem;
    margin-bottom: .8125rem
}

.catalog__export > * + * {
    margin-left: .9375rem
}

.catalog__view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .8125rem
}

.catalog__view_margin {
    margin-bottom: 1.875rem
}

.catalog__view-select {
    margin-right: 1.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1.2;
    padding: .5rem 2.375rem .5rem 1rem;
    border: .0625rem solid #777;
    border-radius: .25rem;
    background: url("/local/templates/ipmdlk_common/css/../images/chevron-down.svg") no-repeat right .8125rem center
}

.catalog__row-first {
    background: #d9d9d9;
    font-weight: 600;
    font-size: .875rem;
    padding-top: .625rem;
    padding-bottom: .625rem;
    color: #777;
    line-height: normal
}

.catalog__row {
    font-size: .875rem;
    line-height: 1.2;
    position: relative
}

.catalog__row_margin {
    margin-top: 1.8125rem;
    margin-bottom: 3.4375rem
}

.catalog__row_list {
    margin-bottom: .8125rem
}

.catalog__row-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #777
}

.catalog__row-view {
    text-align: left;
    width: 100%
}

.catalog__row-price {
    margin-right: .2375rem;
    color: #777;
    line-height: 1.5
}

.catalog__row-price_margin {
    margin-right: .25rem
}

.catalog__row-inner {
    padding-top: .8125rem;
    padding-bottom: 1.125rem;
    border-bottom: .0625rem solid #ddd
}

.catalog__row-inner_grey {
    background: #f9f9f9
}

.catalog__row-inner_small {
    background: #f9f9f9;
    padding-bottom: .8125rem
}

.catalog__row-inner_white {
    background: #fff
}

.catalog__row-icon {
    margin-left: .375rem
}

.catalog__row-name {
    color: #333;
    line-height: 1.35
}

.catalog__row-subtitle {
    color: #777;
    margin-right: .9375rem;
    margin-bottom: .25rem;
    display: block
}

.catalog__row-subtitle_big {
    font-size: 1rem
}

.catalog__row-bold {
    font-weight: 600;
    color: #333;
    line-height: 1.5;
    white-space: nowrap
}

.catalog__text {
    font-size: .875rem;
    line-height: 1.2;
    color: #333;
    margin-bottom: .125rem
}

.catalog__text_mb15 {
    margin-bottom: .9375rem
}

.catalog__text_bold {
    font-weight: 700
}

.catalog__text_crossed {
    text-decoration-line: line-through
}

.catalog__text_grey {
    color: #777
}

.catalog__row-rel {
    display: block;
    position: relative;
    margin-bottom: .5rem;
    height: auto;
    width: 100%;
    -webkit-transition: color 180ms ease-in-out;
    transition: color 180ms ease-in-out;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

.catalog__row-rel:hover, .catalog__row-rel:focus {
    color: #1e8bd9
}

.catalog__row-rel:active {
    color: #10579e
}

.catalog__row-bigimg {
    height: 15rem;
    width: 100%
}

.catalog__row-availability {
    position: absolute;
    bottom: .25rem;
    left: .25rem
}

.catalog__price {
    margin-top: .5rem;
    margin-bottom: .875rem
}

.catalog__price > * {
    margin-bottom: .25rem
}

.catalog__price-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.catalog__shadow {
    background: #eee;
    border-radius: .375rem;
    padding: .25rem
}

.catalog__link {
    color: #1d70b8;
    font-weight: 600;
    line-height: normal
}

.catalog__link_big {
    font-size: 1rem;
    line-height: 1.5
}

.catalog__big {
    font-size: 1rem;
    color: #333;
    line-height: 1.5
}

.catalog__big_bold {
    font-weight: 600
}

@media (max-width: 1600px) {
    .catalog_table {
        margin-top: 1rem
    }
}

@media print, screen and (max-width: 89.99875em) {
    .catalog__row-item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .catalog__head {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .catalog__row-price {
        margin-right: .625rem;
        font-size: .8125rem
    }

    .catalog__row-bold {
        font-size: .8125rem
    }
}

@media print, screen and (max-width: 74.99875em) {
    .catalog__row-first {
        display: none
    }

    .catalog__row-view {
        margin-bottom: .625rem
    }
}

@media print, screen and (max-width: 59.99875em) {
    .catalog__row-name {
        margin-bottom: .625rem
    }

    .catalog__text_crossed {
        margin-bottom: .625rem
    }

    .catalog__text_grey {
        margin-bottom: .625rem
    }
}

@media print, screen and (max-width: 39.99875em) {
    .catalog__export > * + * {
        margin-left: 0
    }

    .catalog__view {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .catalog__view-select {
        margin-bottom: .625rem
    }

    .catalog__view_margin {
        margin-bottom: 0
    }

    .catalog__row-inner_white {
        background: none
    }
}

.button {
    padding: .5rem 1rem;
    border-radius: .25rem;
    color: #333;
    background: #eee;
    font-size: 1rem;
    line-height: 1.2
}

.button:hover, .button:focus {
    background: #d9d9d9
}

.button:active {
    background: #c4c4c4
}

.button_big {
    padding: .6875rem 1.25rem
}

.button_full {
    padding: .6875rem 1.25rem;
    width: 100%
}

.button_bold {
    font-weight: 500
}

.button_blue {
    padding: .75rem 1.25rem;
    color: #fff;
    background: #1d70b8
}

.button_blue:hover, .button_blue:focus {
    background: #1e8bd9
}

.button_blue:active {
    background: #10579e
}

.button_transparent {
    background: inherit;
    color: #1d70b8
}

.button_white {
    font-weight: 500;
    background: inherit;
    padding: .6875rem .75rem;
    border: .0625rem solid rgba(0, 0, 0, .2)
}

.button_blue-margin {
    padding: .75rem 1.3125rem .75rem 1.25rem;
    color: #fff;
    background: #1d70b8;
    font-weight: 500
}

.button_blue-margin:hover, .button_blue-margin:focus {
    background: #1e8bd9
}

.button_blue-margin:active {
    background: #10579e
}

.button_grey-margin {
    padding: .6875rem 1.25rem;
    font-weight: 500;
    margin-top: .9375rem
}

.button_filter {
    font-weight: 500;
    text-align: right;
    background: #eee;
    border-radius: .25rem 0 0 .25rem
}

.button_filter + .button_filter {
    border-radius: 0 .25rem .25rem 0
}

.button_filter-active {
    background: #c4c4c4
}

.button_buy {
    font-weight: 500;
    background: #1d70b8;
    color: #fff
}

.button_buy:hover, .button_buy:focus {
    background: #1e8bd9
}

.button_buy:active {
    background: #10579e
}

.button_reveal {
    font-weight: 500;
    background: #1d70b8;
    color: #fff;
    padding: .6875rem 1.25rem
}

.button_reveal:hover, .button_reveal:focus {
    background: #1e8bd9
}

.button_reveal:active {
    background: #10579e
}

.button_add {
    padding: .6875rem 1.25rem;
    font-weight: 500;
    font-size: 1.25rem
}

.button_show-all {
    padding: .5rem 2.625rem .5rem 1rem;
    background: url("/local/templates/ipmdlk_common/css/../images/chevron-down.svg") no-repeat right .8125rem center #eee
}

.button_show-all:hover, .button_show-all:focus {
    background: url("/local/templates/ipmdlk_common/css/../images/chevron-down.svg") no-repeat right .8125rem center #d9d9d9
}

.button_show-all:active {
    background: url("/local/templates/ipmdlk_common/css/../images/chevron-down.svg") no-repeat right .8125rem center #c4c4c4
}

.button_hollow {
    border: .0625rem solid #1d70b8;
    border-radius: .25rem;
    background: none;
    color: #1d70b8;
    font-weight: 500
}

.button_hollow:hover, .button_hollow:focus, .button_hollow:active {
    border: .0625rem solid #1d70b8;
    background: #1e8bd9
}

.button_hollow-small {
    border: .0625rem solid #1d70b8;
    border-radius: .25rem;
    background: none;
    color: #1d70b8;
    font-weight: 500;
    padding: .625rem .75rem
}

.button_hollow-small:hover, .button_hollow-small:focus, .button_hollow-small:active {
    border: .0625rem solid #1d70b8;
    background: #1e8bd9;
    color: #fff
}

.button_empty {
    background: none;
    border: none;
    color: #707070;
    padding: 0
}

.button_empty img {
    margin-left: .5rem
}

.button_empty:hover, .button_empty:focus, .button_empty:active {
    background: none;
    color: #333
}

@media print, screen and (max-width: 89.99875em) {
    .button_hollow-small {
        padding-right: .4375rem;
        padding-left: .4375rem;
        font-size: .875rem
    }
}

@media print, screen and (max-width: 39.99875em) {
    .button_white {
        margin-top: .625rem
    }

    .button_white-clear {
        margin-top: 0
    }

    .button_reveal {
        width: 100%;
        margin-top: .9375rem
    }

    .button_blue-margin {
        padding-right: .9375rem;
        padding-left: .9375rem;
        font-size: .875rem
    }

    .button_grey-margin {
        margin-top: 1.25rem;
        padding-right: .9375rem;
        padding-left: .9375rem;
        font-size: .875rem
    }

    .button_hollow {
        margin-bottom: 1.5rem
    }

    .button_bold + .button_bold {
        margin-top: .75rem
    }
}

.filter {
    width: 19.75rem;
    max-width: 100%;
    padding: 1.4375rem 1rem 1.4375rem 1.1875rem;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.filter_blue {
    border-radius: .9375rem;
    border: .0625rem solid rgba(0, 0, 0, .0784313725);
    background: #f2f6fa;
    width: 19.75rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-bottom: 2.125rem;
    padding-top: .375rem
}

.filter__title {
    padding-top: .4375rem;
    margin-bottom: .375rem;
    font-weight: 700
}

.filter__search {
    padding-top: 1rem;
    margin-bottom: 1.125rem
}

.filter__text {
    margin-bottom: .3125rem
}

.filter__search-input {
    color: #828282;
    padding-top: .625rem;
    padding-left: .625rem;
    padding-bottom: .625rem;
    width: 100%;
    height: 2.5625rem;
    max-width: 100%
}

.filter__group-select {
    border: .0625rem solid #bdbdbd;
    color: #828282;
    height: 2.5625rem;
    padding: .625rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("/local/templates/ipmdlk_common/css/../images/chevron3.svg") no-repeat right .9375rem center #fff
}

.filter__group {
    margin-bottom: 1.125rem
}

.filter__button {
    margin-top: 1.6875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: .625rem
}

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

.filter__group-text {
    margin-right: .625rem
}

@media (max-width: 1600px) {
    .filter {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%
    }

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

    .filter__checkbox {
        width: 15%
    }

    .filter__select {
        width: auto;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .filter__search {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
        padding-top: 0
    }

    .filter__search-input {
        width: 100%
    }

    .filter__button-accept {
        margin-left: .9375rem;
        margin-right: .9375rem
    }
}

@media (max-width: 1610px) {
    .filter {
        margin-top: 1rem
    }

    .filter_hamb {
        display: none
    }
}

@media print, screen and (max-width: 89.99875em) {
    .filter__checkbox {
        width: auto
    }

    .filter__select {
        width: auto;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .filter__button {
        margin-top: 0
    }

    .filter__button_margin {
        margin-top: 1.6875rem
    }

    .filter__search {
        max-width: 100%
    }
}

@media print, screen and (max-width: 59.99875em) {
    .filter__checkbox {
        margin-left: 0
    }

    .filter__button {
        width: 100%
    }

    .filter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .filter__group-select {
        width: 100%
    }

    .filter__group-text {
        width: 7.5rem
    }
}

@media print, screen and (max-width: 39.99875em) {
    .filter__group {
        display: block
    }
}

.product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3.5rem;
    gap: 3.1875rem
}

.product__data {
    max-width: 100%;
    width: 100%
}

.product__data-row, .product__data-favorites, .product__data-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.product__data-favorites {
    cursor: pointer
}

.product__data-favorites:hover .product__data-title {
    color: #1d70b8
}

.product__data-favorites:hover svg path {
    stroke: #1d70b8
}

.product__data-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 2.625rem
}

.product__image {
    width: 38.4375rem
}

.product__label {
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #fff;
    background: #e8707b;
    padding: .25rem .625rem
}

.product__label_grey {
    color: #000;
    background: #ddd
}

.product__data-title {
    font-size: 1rem;
    color: #777;
    line-height: 1.2;
    margin-right: .5625rem;
    margin-bottom: .5rem
}

.product__data-title span {
    margin-left: .25rem
}

.product__data-title_bold {
    font-weight: 600;
    color: #333;
    margin-bottom: .5rem
}

.product__data-title_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product__data-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 1.5rem;
    margin-bottom: 1.3125rem
}

.product__data-price_big {
    font-size: 1.75rem;
    line-height: 1.4;
    color: #222
}

.product__data-price_crossed {
    font-size: 1.125rem;
    line-height: 1.22;
    text-decoration-line: line-through;
    color: #777
}

.product__quantity {
    margin-top: 1.5625rem;
    margin-bottom: 2.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem
}

.product__border {
    border-bottom: .0625rem solid #e5e5e5;
    margin-bottom: .875rem
}

.product__presence {
    margin-bottom: 1.125rem;
    line-height: 1.3
}

.product__presence-text {
    position: relative;
    font-weight: 500
}

.product__presence-text:before {
    position: absolute;
    content: "";
    border-radius: 50%;
    background: #1da5b8;
    width: .5rem;
    height: .5rem;
    left: -.75rem;
    top: .3125rem
}

.product__presence-link {
    color: #1d70b8;
    border-bottom: .0625rem solid rgba(29, 112, 184, .4);
    cursor: pointer
}

.product__presence-link:hover, .product__presence-link:focus {
    color: #1e8bd9
}

.product__presence-link:active {
    color: #10579e
}

.product__presence_margin {
    padding-left: 1.25rem
}

.product__presence-text::before {
    left: -1.0625rem
}

@media print, screen and (max-width: 74.99875em) {
    .product {
        gap: 1.25rem
    }

    .product__quantity {
        gap: .625rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media print, screen and (max-width: 59.99875em) {
    .product {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .product__data-row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 1.25rem;
        margin-top: .625rem
    }

    .product__data-status {
        margin-bottom: 0
    }

    .product__data {
        margin-left: 0
    }

    .product__data-price_big {
        font-size: 1.25rem;
        line-height: 1
    }

    .product__image {
        width: 100%
    }
}

.gal {
    margin-bottom: .625rem;
    overflow: hidden;
    position: relative
}

.gal:hover .slick-next {
    right: -.25rem
}

.gal:hover .slick-prev {
    left: -.25rem
}

.gal .slick-track {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.gal__slide {
    height: 25.625rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative
}

.gal__maximize {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 2%;
    right: 2%;
    width: 2.75rem;
    height: 2.75rem;
    background: rgba(0, 0, 0, .07);
    border-radius: 3.125rem
}

.gal .slick-arrow {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    height: 100%;
    -webkit-transition: .3s;
    transition: .3s
}

.gal .slick-arrow svg {
    width: 2.875rem;
    height: 2.625rem
}

.gal .slick-prev {
    left: -3.125rem
}

.gal .slick-next {
    right: -3.125rem
}

@media print, screen and (max-width: 59.99875em) {
    .gal .slick-next {
        right: -.25rem
    }

    .gal .slick-prev {
        left: -.25rem
    }
}

@media print, screen and (max-width: 39.99875em) {
    .gal__slide {
        height: 12.5rem
    }
}

.rail {
    margin-left: -0.5rem
}

.rail .slick-slide {
    padding-left: .5rem;
    padding-right: .5rem
}

.rail .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rail__slide {
    cursor: pointer;
    height: 5.625rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.rail .slick-current .rail__slide {
    border: .0625rem solid #333
}

@media print, screen and (max-width: 39.99875em) {
    .rail__slide {
        height: 3.75rem
    }
}

.feature {
    margin-bottom: 3.5rem;
    font-size: 1rem
}

.feature__title {
    font-size: 1.875rem;
    line-height: 1.4;
    margin-bottom: .625rem
}

.feature__spec {
    margin-bottom: 1.75rem
}

.feature__spec-name {
    color: #777;
    margin-bottom: 1.0625rem;
    font-size: .875rem
}

.feature__text {
    line-height: 1.5;
    margin-bottom: 1.1875rem
}

.feature__gradient-light {
    background: #fff;
    opacity: .8
}

.feature__gradient-hard {
    background: #fff;
    opacity: .5
}

.feature__gradient-desc {
    position: relative;
    overflow: hidden
}

.feature__gradient-desc:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 3rem;
    width: 100%;
    background: -webkit-gradient(linear, right top, left top, color-stop(7.21%, #fff), color-stop(96.59%, rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, #fff 7.21%, rgba(255, 255, 255, 0) 96.59%)
}

.feature__spec-padding {
    padding-top: .3125rem
}

@media print, screen and (max-width: 39.99875em) {
    .feature__title {
        font-size: 1.25rem
    }
}

.related__title {
    font-size: 1.875rem;
    line-height: 1.4;
    margin-bottom: .625rem
}

.related-card__name {
    font-weight: 500;
    margin-bottom: 1.5625rem;
    display: block
}

.related-card__name:hover {
    color: #1d70b8
}

.related-card__price {
    font-size: .875rem
}

.related-card__img {
    position: relative;
    margin-bottom: .5rem;
    display: block
}

.related-card__tag {
    margin-bottom: .9375rem
}

.related-card__tag-label {
    margin-right: .125rem;
    font-size: .75rem;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #fff;
    background: #e8707b;
    padding: .25rem .375rem
}

.related-card__tag-label_grey {
    color: #000;
    background: #ddd
}

.related__card-fav {
    position: absolute;
    top: 5%;
    right: 5%
}

@media print, screen and (max-width: 74.99875em) {
    .related-card {
        margin-bottom: 2rem
    }
}

.grid-x_15 {
    margin-left: -.4375rem;
    margin-right: -.4375rem
}

.grid-x_15 > .cell {
    padding-left: .4375rem;
    padding-right: .4375rem
}

.grid-x_40 {
    margin-left: -1.25rem;
    margin-right: -1.25rem
}

.grid-x_40 > .cell {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.grid-x_40-mobile {
    margin-left: -1.25rem;
    margin-right: -1.25rem
}

.grid-x_40-mobile > .cell {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.grid-x_30 {
    margin-left: -.9375rem;
    margin-right: -.9375rem
}

.grid-x_30 > .cell {
    padding-left: .9375rem;
    padding-right: .9375rem
}

.grid-container_spec {
    width: 71.625rem;
    max-width: 100%
}

.grid-container_catalog {
    max-width: 74.0625rem;
    padding-left: 1.375rem;
    padding-top: 1rem;
    margin-left: 0
}

@media print, screen and (max-width: 39.99875em) {
    .grid-x_border {
        border-bottom: .0625rem solid rgba(0, 0, 0, .2)
    }

    .grid-x_40-mobile {
        margin-left: -.75rem;
        margin-right: -.75rem
    }

    .grid-x_40-mobile > .cell {
        padding-left: .75rem;
        padding-right: .75rem
    }

    .grid-container_catalog {
        padding-left: .75rem;
        padding-right: .75rem
    }
}

.search__field {
    display: none;
    padding-top: .125rem;
    padding-bottom: .125rem
}

.search__field_open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.search__field_margin {
    margin-bottom: 1.875rem
}

.search__field-input {
    width: 26.5rem;
    border: .0625rem solid #bdbdbd;
    background: #fff;
    padding-left: 1.0625rem;
    padding-right: .625rem
}

.login {
    font-family: "Inter", sans-serif
}

.login__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.login__head {
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 1.4;
    text-transform: uppercase;
    color: #bdbdbd
}

.login__title {
    font-size: 1.875rem;
    line-height: 1.4;
    margin-bottom: 1.25rem
}

.login__text {
    margin-bottom: .3125rem
}

.login__form-input {
    margin-bottom: 1.25rem;
    background: #fff;
    border: .0625rem solid #bdbdbd;
    width: 100%;
    height: 2.5625rem;
    padding-left: .625rem
}

.login__form {
    width: 21.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.login {
    width: 40.8125rem;
    padding: 5.5625rem 5.625rem 6.6875rem 5.625rem;
    background: #fff;
    border: .0625rem solid rgba(0, 0, 0, .2);
    border-radius: .5rem
}

@media print, screen and (max-width: 59.99875em) {
    .login {
        padding: 1.875rem 2.5rem 2.5rem 2.5rem;
        width: 28.125rem
    }
}

@media print, screen and (max-width: 39.99875em) {
    .login__head {
        font-size: .75rem
    }

    .login__form {
        width: 100%
    }

    .login {
        width: 100%;
        padding: 1.25rem
    }
}

.news {
    width: 60%;
    border-radius: .5rem;
    border: .0625rem solid rgba(0, 0, 0, .1490196078);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.25rem
}

.news__block_img {
    width: 40%;
    height: 100%;
    padding: 2%;
}

.news__block {
    padding: 4% 0 0% 2%;
    display: flex;
}

.news:last-child {
    margin-bottom: 0
}

.date_news {
    display: inline-block;
    margin-bottom: .25rem;
    color: #828282;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;
}

.news__date_new {
    position: relative;
    width: 100%;
}

.news__date_new::before {
    content: "";
    background: #15cc69;
    width: .4375rem;
    height: .4375rem;
    border-radius: 50%;
    position: absolute;
    right: 4%;
    margin-top: 2%;
}

.news__title {
    color: #1d70b8;
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 0;
    cursor: pointer
}

.news__title_bold {
    font-weight: 600;
    display: flex;
    flex-direction: column;
}

.news__desc {
    color: #333;
    margin-top: .25rem;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5
}

.news__title.news__title_bold {
    display: flex;
    flex-direction: row;
}

@media print, screen and (max-width: 59.99875em) {
    .news {
        width: 100%
    }
}

@media print, screen and (max-width: 39.99875em) {
    .news__title {
        font-size: 1.125rem
    }
}

.docs {
    width: 46.25rem;
    font-size: 1rem;
    line-height: 1.5
}

.docs__title {
    color: #1d70b8;
    margin-bottom: .125rem
}

.docs__border {
    padding-bottom: .875rem;
    border-bottom: .0625rem solid rgba(0, 0, 0, .2);
    margin-bottom: .75rem
}

.docs__details {
    color: #777;
    margin-right: 1.5625rem
}

.docs__details_dots {
    position: relative
}

.docs__details_dots:before {
    content: "";
    position: absolute;
    bottom: 50%;
    left: -.9375rem;
    width: .4375rem;
    height: .4375rem;
    border-radius: .3125rem;
    background: rgba(0, 0, 0, .2);
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.docs__details_dots:after {
    content: "";
    position: absolute;
    bottom: 50%;
    right: -.75rem;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
    width: .4375rem;
    height: .4375rem;
    border-radius: .3125rem;
    background: rgba(0, 0, 0, .2)
}

@media print, screen and (max-width: 74.99875em) {
    .docs {
        width: 100%
    }
}

@media print, screen and (max-width: 39.99875em) {
    .docs__border {
        border-bottom: none
    }
}

.profile {
    padding: 1rem 1.25rem 4.375rem 1.125rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #333;
    gap: 5rem;
    border-bottom: .0625rem solid rgba(0, 0, 0, .2)
}

.profile__data {
    margin-right: .625rem
}

.profile__head {
    font-size: 1.875rem;
    line-height: 1.4;
    color: #222;
    margin-bottom: .875rem
}

.profile__title {
    margin-bottom: .3125rem
}

.profile__add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.25rem
}

.profile__buttons {
    margin-top: 1.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.profile__input {
    background: #fff;
    border: .0625rem solid #bdbdbd;
    width: 100%;
    height: 2.5625rem;
    margin-bottom: 1.125rem;
    padding-left: .625rem
}

.profile__help {
    padding: .9375rem 1.25rem .75rem 1.125rem;
    font-size: .875rem;
    line-height: 1.4;
    color: #333;
    border: .0625rem solid rgba(0, 0, 0, .2);
    border-radius: .5rem;
    margin-bottom: 1.25rem
}

.profile__add-img {
    margin-right: .8125rem
}

.profile__img {
    margin-left: .8125rem;
    cursor: pointer
}

.profile__img:hover svg path {
    fill: #a6095e
}

.profile__adress {
    text-align: start;
    padding: .75rem .125rem;
    line-height: 1.5;
    border-bottom: .0625rem solid rgba(0, 0, 0, .2)
}

.profile__adress_border {
    border-top: .0625rem solid rgba(0, 0, 0, .2)
}

.profile__adress-button {
    text-align: start;
    line-height: 1.5
}

.profile__border {
    border-bottom: .0625rem solid rgba(0, 0, 0, .2)
}

.profile__adress-name {
    color: #1d70b8;
    line-height: 1.5
}

.profile__adress-name_main {
    color: #15cc69;
    margin-left: .625rem
}

.profile__adress-name_grey {
    color: #777
}

@media print, screen and (max-width: 74.99875em) {
    .profile {
        width: 100%;
        gap: 2.5rem
    }
}

@media print, screen and (max-width: 39.99875em) {
    .profile__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.button-trash {
    width: 1.5rem;
    height: 1.5rem
}

.order {
    display: block;
    width: 38.375rem;
    font-size: 1rem;
    line-height: 1.3;
    padding: .8125rem 1.125rem 1.5625rem;
    background: #fafafa
}

.order__link {
    color: #1d70b8;
    margin-bottom: 1.5rem
}

.order__title {
    margin-bottom: .5625rem
}

.order__text {
    margin-bottom: .3125rem
}

.order__select {
    width: 100%;
    border: .0625rem solid #bdbdbd;
    color: #222;
    padding: .625rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("/local/templates/ipmdlk_common/css/../images/chevron-down.svg") no-repeat right .9375rem center #fff;
    margin-bottom: 1.25rem
}

.order__textarea {
    width: 100%;
    border: .0625rem solid #bdbdbd;
    color: #828282;
    padding: .625rem;
    margin-bottom: 1.875rem;
    resize: vertical
}

.order__help {
    font-size: .875rem;
    line-height: 1.2;
    color: #777;
    margin-bottom: 1.25rem
}

.order__mr10 {
    margin-right: .625rem
}

@media print, screen and (max-width: 59.99875em) {
    .order {
        width: 100%
    }
}

.availability {
    color: #fff;
    font-weight: 500;
    line-height: 1.3;
    padding: .25rem .5rem;
    border-radius: .25rem;
    width: 100%;
    margin-right: 1.25rem;
    display: block;
    text-align: center
}

.availability_auto {
    width: auto;
    display: inline-block
}

.availability_small {
    width: auto;
    display: inline-block;
    margin-right: 0;
    font-size: .875rem
}

.availability_blue {
    background: #1d70b8
}

.availability_magenta {
    background: #a6095e
}

.availability_orange {
    background: #f08d0b
}

.availability_green {
    background: #15cc69
}

.availability_gray {
    background: #777
}

@media print, screen and (max-width: 89.99875em) {
    .availability {
        margin-left: 0;
        margin-right: 0;
        font-size: .75rem
    }
}

@media print, screen and (max-width: 74.99875em) {
    .availability {
        padding: .25rem .125rem;
        font-size: .6875rem;
        margin-top: .625rem;
        margin-bottom: .625rem
    }

    .availability_auto {
        margin-top: 0;
        font-size: .75rem;
        padding: .25rem .5rem
    }

    .availability_modal {
        margin-top: 0
    }

    .availability_small {
        padding: .25rem .5rem;
        margin-top: 0;
        margin-bottom: 0;
        font-size: .875rem
    }
}

@media print, screen and (max-width: 59.99875em) {
    .availability_small {
        margin-bottom: .75rem
    }
}

@media print, screen and (max-width: 39.99875em) {
    .availability_auto {
        margin-bottom: 0
    }
}

.shipment {
    margin-bottom: 1.6875rem
}

.shipment__label {
    margin-right: 2.9375rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.shipment__label:before {
    content: "";
    display: inline-block;
    width: 1.125rem;
    height: 1.125rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border: .0625rem solid rgba(51, 51, 51, .9019607843);
    border-radius: 50%;
    margin-right: .625rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.shipment__label:hover {
    color: #1d70b8
}

.shipment__label:hover::before {
    border-color: #1d70b8
}

.shipment__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.shipment__input:checked + .shipment__label::before {
    border: .3125rem solid #1d70b8
}

.timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: .75rem
}

.timer_null .timer__cell {
    border-color: #f55353
}

.timer_null .timer__num {
    color: #cacaca
}

.timer__cell {
    display: block;
    text-align: center;
    position: relative;
    width: 3.375rem;
    padding-bottom: .125rem;
    margin-left: .625rem;
    border: .0625rem solid #0e47a1;
    border-radius: .375rem
}

.timer__cell::after {
    content: "";
    position: absolute;
    background: #aaa;
    width: .125rem;
    height: .75rem;
    right: -.4375rem;
    top: 1.25rem
}

.timer__cell:first-child {
    margin-left: 0
}

.timer__cell:last-child::after {
    display: none
}

.timer__num {
    color: #0e47a1;
    font-size: 1.625rem;
    font-weight: 700;
    padding-top: .625rem;
    line-height: .9
}

.timer__text {
    color: #999;
    font-size: .6875rem;
    line-height: 1.5
}

.land {
    padding-top: 3rem;
    padding-bottom: 1.875rem
}

.land_use {
    padding-top: 0;
    padding-bottom: 10.625rem
}

.land__img {
    padding-left: .25rem;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0
}

.land__img_vp {
    opacity: 1
}

.land__img_left {
    padding-right: 1.25rem;
    padding-left: 0
}

.land__h2 {
    font-size: 1.875rem;
    font-weight: 300;
    text-transform: none;
    margin-bottom: 4.5rem
}

.land__par {
    line-height: 1.55;
    color: #000;
    font-size: 1rem;
    margin-bottom: 1.25rem;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.land__par_vp {
    opacity: 1
}

.land__li {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: .5rem
}

.land__li:before {
    content: "•";
    margin-right: .1875rem
}

@media print, screen and (max-width: 59.99875em) {
    .land__h2 {
        margin-bottom: 1.25rem
    }

    .land__img {
        padding-left: 0;
        padding-right: 0
    }
}

@media print, screen and (max-width: 39.99875em) {
    .land {
        padding-bottom: 0
    }

    .land_use {
        padding-bottom: 1.875rem
    }
}

.salon {
    color: #000;
    text-align: center;
    margin-bottom: 1.25rem;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.salon_vp {
    opacity: 1
}

.cell:nth-child(2) > .salon {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.cell:nth-child(3) > .salon {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.cell:nth-child(4) > .salon {
    -webkit-transition-delay: .9s;
    transition-delay: .9s
}

.salon__num {
    font-size: 1.75rem;
    line-height: 1.23;
    padding-bottom: 1.25rem;
    margin-bottom: 1.125rem;
    border-bottom: .0625rem solid rgba(0, 0, 0, .2196078431)
}

.salon__title {
    font-size: 1rem;
    line-height: 1.55
}

.cite {
    font-style: italic;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.55;
    position: relative;
    margin-bottom: 3.75rem
}

.cite:before {
    color: #ccc;
    content: "“";
    position: absolute;
    left: -5.625rem;
    top: -0.5rem;
    font-size: 9.375rem;
    line-height: 1;
    font-family: Georgia, serif
}

@media print, screen and (max-width: 74.99875em) {
    .cite {
        padding-left: 3.125rem
    }

    .cite:before {
        left: 0;
        font-size: 5.625rem
    }
}

.autor {
    margin-bottom: 2.5rem;
    color: #000;
    font-size: 1rem;
    line-height: 1.35;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.autor_vp {
    opacity: 1
}

.cell:nth-child(2) > .autor {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.cell:nth-child(3) > .autor {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.cell:nth-child(4) > .autor {
    -webkit-transition-delay: .9s;
    transition-delay: .9s
}

.autor__img {
    height: 20.625rem;
    margin-bottom: 1.25rem;
    background-size: cover;
    background-position: center
}

.history {
    margin-bottom: 5rem;
    height: 38.75rem;
    visibility: hidden
}

.history.slick-initialized {
    visibility: visible
}

.history .slick-arrow {
    -webkit-transform: none;
    transform: none;
    width: 1.875rem;
    height: 1.875rem;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    border-radius: 50%;
    top: calc(50% - 2.7rem);
    left: auto;
    right: -3.125rem
}

.history .slick-arrow svg {
    width: .4375rem;
    height: .75rem
}

.history .slick-prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: -3.125rem;
    right: auto
}

.history .slick-dots {
    margin-top: 1rem
}

.history .slick-dots li.slick-active button {
    background: #000
}

.history .slick-dots button {
    background: #adadad;
    width: .375rem;
    margin: .3125rem;
    height: .375rem
}

.history__img {
    width: 25rem;
    margin-bottom: 1.25rem;
    background-size: cover;
    height: 34.375rem;
    background-position: center
}

.history__main {
    padding-left: 2.5rem;
    padding-top: 5rem
}

.history__year {
    font-size: 1.125rem;
    font-weight: normal
}

.history__text {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 3.75rem;
    line-height: 1.55
}

@media print, screen and (max-width: 89.99875em) {
    .history .slick-arrow {
        right: 0
    }

    .history .slick-prev {
        left: 0;
        right: auto
    }
}

@media print, screen and (max-width: 59.99875em) {
    .history__img {
        width: 18.75rem
    }

    .history .slick-dots {
        margin-top: 0
    }

    .history__main {
        padding-left: 1.25rem;
        padding-top: 0
    }

    .history__text {
        margin-bottom: 1.875rem
    }
}

@media print, screen and (max-width: 39.99875em) {
    .history__img {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        height: 0;
        padding-bottom: 91.3%
    }
}

.variant {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.variant__main {
    width: 50%;
    background: #f0f0f0
}

.variant__text {
    margin: 10%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.55;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0
}

.variant__text_vp {
    opacity: 1
}

.variant__img {
    width: 50%;
    background-size: cover;
    background-position: center
}

@media print, screen and (max-width: 59.99875em) {
    .variant__img {
        height: 12.5rem;
        width: 100%
    }

    .variant__main {
        width: 100%
    }
}

.order-callout {
    margin-top: 1.6875rem
}

.order-callout_full {
    margin-top: 0;
    border-radius: 0
}

.order-callout__item {
    padding: 1.375rem 3.4375rem 1.6875rem 1.25rem;
    border: .0625rem solid #bdbdbd;
    border-radius: .125rem;
    margin-bottom: 1.25rem;
    font-size: .875rem;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.order-callout__item_full {
    width: 100%;
    display: block;
    border: .0625rem solid #ddd;
    padding-right: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.375rem
}

.order-callout__name {
    line-height: 1.35;
    color: #777;
    font-size: 1rem;
    margin-bottom: .5rem;
    margin-right: 3.625rem
}

.order-callout__name_bold {
    font-weight: 600;
    color: #333;
    margin-bottom: 0
}

.order-callout__key {
    font-size: 1rem;
    line-height: 1.35;
    color: #333;
    margin-bottom: .5rem
}

.order-callout__key_margin {
    margin-bottom: 1.25rem
}

.order-callout__info {
    font-size: .875rem;
    line-height: 1.2;
    color: #777;
    margin-left: .4375rem
}

.order-callout__info_margin {
    margin-top: 1.75rem
}

@media print, screen and (max-width: 39.99875em) {
    .order-callout__item {
        padding-right: 1.25rem
    }

    .order-callout__name {
        margin-right: .9375rem;
        font-size: .875rem
    }

    .order-callout__key {
        font-size: .875rem
    }

    .order-callout__info {
        margin-top: .5625rem
    }
}

.back {
    display: inline-block;
    line-height: 1.3;
    color: #777;
    margin-bottom: 2.8125rem
}

.back img {
    margin-right: 1rem;
    vertical-align: text-top
}

.filter-toggle {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
    width: 1.5rem;
    cursor: pointer;
    display: none
}

@media (max-width: 1610px) {
    .filter-toggle {
        display: block
    }
}

.brand-item {
    border-bottom: .0625rem solid #ddd;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .8125rem 1.5625rem .8125rem .75rem
}

.brand-item__img {
    width: 64%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.brand-item__info {
    margin-left: .9375rem
}

.brand-item__name {
    color: #333;
    font-size: 1.125rem;
    line-height: normal
}

.brand-item__text {
    margin-top: .25rem;
    color: #777;
    font-size: .875rem;
    line-height: normal
}

.brand-item__text_dark {
    color: #333
}

@media print, screen and (max-width: 74.99875em) {
    .brand-item__name {
        font-size: 1rem
    }

    .brand-item__img {
        width: 55%
    }
}

@media print, screen and (max-width: 59.99875em) {
    .brand-item__name {
        font-size: 1.125rem
    }
}

@media print, screen and (max-width: 39.99875em) {
    .brand-item__img {
        width: 50%
    }

    .brand-item__name {
        font-size: 1rem
    }
}

.date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.date__item {
    color: #333;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: normal;
    border-radius: .25rem;
    background: #eee;
    padding: .5625rem .75rem .5rem
}

.date__sep {
    color: #333;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.35;
    margin-right: .125rem;
    margin-left: .125rem
}

.date__text {
    display: none
}

.date__info {
    color: #777;
    font-size: .875rem;
    line-height: normal;
    margin-left: .4375rem
}

@media print, screen and (max-width: 74.99875em) {
    .date__text {
        display: block;
        margin-right: .625rem
    }
}

@media print, screen and (max-width: 59.99875em) {
    .date__info {
        font-size: .8125rem
    }
}

@media print, screen and (max-width: 39.99875em) {
    .date {
        margin-top: .625rem;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.carousel-related {
    margin-right: 1.875rem;
    margin-left: 1.875rem
}

.carousel-related .slick-arrow {
    background: none;
    right: -2.5rem
}

.carousel-related .slick-prev {
    -webkit-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
    left: -2.5rem
}

.carousel-related .slick-slide {
    margin-right: .625rem;
    margin-left: .625rem
}

.booking {
    margin-bottom: 1.5rem;
    line-height: normal
}

.booking_first {
    margin-top: 1rem
}

.booking_last {
    margin-bottom: 1.875rem
}

.booking__name {
    font-size: .875rem;
    color: #777;
    margin-bottom: .1875rem
}

.booking__name_big {
    font-size: 1rem
}

.booking__info {
    color: #333
}

.booking__info_bold {
    font-weight: 600
}

@media print, screen and (max-width: 74.99875em) {
    .booking__info {
        font-size: .875rem
    }
}

@media print, screen and (max-width: 59.99875em) {
    .booking__name {
        margin-top: 1.5rem
    }

    .booking__name_big {
        margin-top: 0
    }

    .booking_first {
        margin-top: 0
    }

    .booking__info {
        font-size: 1rem
    }
}

.promocode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.5rem
}

.promocode_mobile {
    display: none
}

.promocode__title {
    font-size: 1.4375rem;
    line-height: 1.2;
    text-transform: uppercase
}

#promoCodeInput.promocode__input, #promoCodeInput2.promocode__input {
    border: .0625rem solid #000;
    height: 2.5rem;
    margin-left: 1.25rem;
    margin-right: 1.875rem
}

@media (max-width: 999px) {
    .promocode__title {
        font-size: 1.125rem
    }
}

@media (max-width: 767px) {
    .promocode {
        display: none
    }

    .promocode_mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .promocode__form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 1.25rem;
        margin-left: 1.25rem;
        width: 100%
    }

    .promocode__title {
        display: none
    }

    #promoCodeInput2.promocode__input {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 1.25rem;
        text-align: center;
        background-color: #f1f1f1;
        border-color: rgba(0, 0, 0, 0)
    }
}

.btn-full_big {
    text-transform: uppercase;
    border-radius: 0;
    height: 2.5rem;
    line-height: 1;
    font-size: .875rem
}

.fav {
    position: absolute;
    left: .625rem;
    top: .625rem;
    cursor: pointer;
    z-index: 2
}

.fav_active path {
    fill: #333
}

.fav.fav_rounded {
    background: #eee;
    -ms-flex-line-pack: center;
    align-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .4rem;
    border-radius: 50%
}

.acc_active .acc__content {
    display: block
}

.acc__title {
    color: #000;
    font-size: .875rem;
    line-height: 1.35;
    border-bottom: .0625rem solid #d9d9d9;
    padding-bottom: 1.3125rem;
    padding-top: 1.375rem;
    letter-spacing: .0175rem;
    text-transform: uppercase;
    position: relative;
    cursor: pointer
}

.acc__title::before {
    content: "";
    position: absolute;
    width: 1rem;
    height: .125rem;
    display: block;
    top: 1.75rem;
    right: 0;
    background: rgba(51, 51, 51, .6666666667)
}

.acc__title::after {
    content: "";
    position: absolute;
    margin-top: 0;
    width: .125rem;
    height: 1rem;
    display: block;
    right: .4375rem;
    top: 1.3125rem;
    background: rgba(51, 51, 51, .6666666667)
}

.acc__title_open {
    border-bottom: none
}

.acc__title_open::after {
    display: none
}

.acc__content {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: .0625rem solid #d9d9d9;
    display: none
}

.acc__over {
    overflow-y: auto;
    border: .0625rem solid #bdbdbd;
    background: #fff;
    height: 9.3125rem;
    margin-bottom: .625rem;
    padding: .625rem
}

.acc__reset {
    color: #e14251;
    text-align: right;
    cursor: pointer;
    font-size: .875rem;
    margin-bottom: .625rem;
    line-height: 1.43
}

.rotated {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.news__block_img_mob {
    display: none;
}

.news__block_img_mob {
    padding-left: 2%;
    margin-bottom: 3%;
}

.news__block_delat {
    padding: 2% 2% 0 0;
}

@media only screen and (min-width: 1451px) {
    .news__block_img {
        width: 32%;
    }
}
@media only screen and (min-width: 1618px) {
    .news__block_img {
        width: 26%;
    }
}
@media (max-width: 1314px) {
    .news {
        width: 66%;
    }
    .news__block_img {
        width: 35%;
        padding-bottom: 5%;
    }
    .news__title {
        font-size: 1rem;
    }
    .news__date {
        font-size: 14px;
    }
    .news__desc {
        font-size: 0.9rem;
    }
}
@media (max-width: 1150px) {
    .news {
        width: 78%;
    }
}
@media (max-width: 960px) {
    .news {
        width: 99%;
    }
    .news__block_img {
        width: 33%;
        padding-bottom: 5%;
    }
}
@media only screen and (min-width: 640px) and (max-width: 835px) {
    .news {
        width: 100%;
    }
    .news__block_img {
        width: 33%;
    }
    .news__title {
        font-size: 0.8rem;
    }
    .news__date {
        font-size: 10px;
    }
    .news__desc {
        font-size: 0.7rem;
    }
}

@media (max-width: 600px) {
    .news__block_img_mob {
        display: block;
    }
    .news__block_img {
        display: none;
    }
    .news__date_new::before {
        right: 2%;
    }
    .date_news {
        padding: 0 0 2% 2%;
    }
    .news__title__new.news__title_bold {
        padding-left: 2%;
    }
}

/* End */


/* Start:/local/templates/ipmdlk_common/css/custom.css?1756452806836*/
.cont{

}

.cont__label {
    /* margin-right: 10px; */
}
.cont__list > li {
    margin-bottom: 7px;
}

.cont__item {
    /* margin-bottom: 10px; */
    /* display: flex; */
    /* align-items: first baseline; */

}

.cont__item_margin {
     margin-bottom: 10px;
}

.cont__link_bold {
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .cont__item {
        display: block;
    }
}

.availability_lightg {
    background: #a6a6a6 !important;
    width: 100%;
}

.availability_green {
    background: #007d41 !important;
    width: 100%;
}
.availability_orange {
    background: #f6c971 !important;
    width: 100%;
}

.availability_blue {
    background: #0097b2 !important;
    width: 100%;
}

.availability_darkg {
    background: #595858 !important;
    width: 100%;
}

.side-menu__list-item {
	list-style: none;
}

/* End */
/* /local/templates/ipmdlk_common/css/style.css?1757066592424582 */
/* /local/templates/ipmdlk_common/css/custom.css?1756452806836 */
