/*! Spectre.css | MIT License | github.com/picturepan2/spectre */
/* Manually forked from Normalize.css */
/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html
{
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    margin: 0;
        -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body { margin: 0; }
/**
 * Add the correct display in IE 9-.
 */
article,aside,footer,header,nav,section{display: block;}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 { font-size: 2em; margin: .67em 0; }
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,figure,main{ display: block; }
/**
 * Add the correct margin in IE 8 (removed).
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr
{
    /* 1 */
    overflow: visible;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers. (removed)
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a
{
    background-color: transparent;
    /* 1 */

    -webkit-text-decoration-skip: objects;
    /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,a:hover {
    outline-width: 0; }
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. (removed)
 */
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,strong {
    font-weight: inherit; }
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,strong {
    font-weight: bolder; }
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,kbd,pre,samp{
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn{    font-style: italic;}
/**
 * Add the correct background and color in IE 9-. (Removed)
 */
/**
 * Add the correct font size in all browsers.
 */
small{ font-size: 80%; }
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
sub { bottom: -.25em; }
sup { top: -.5em;}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,video{
    display: inline-block;}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0; }
/**
 * Remove the border on images inside links in IE 10-.
 */
img { border-style: none; max-width: 100%; }
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden; }
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,input,optgroup,select,textarea {
    font-family: inherit;
    /* 1 (changed) */
    font-size: inherit;
    /* 1 (changed) */
    line-height: inherit;
    /* 1 (changed) */
    margin: 0;
    /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
    /* 1 */
    overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
    /* 1 */
    text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type='button'], [type='reset'], [type='submit'] {
    -webkit-appearance: button;
    /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
    padding: 0;
    border-style: none; }
/**
 * Restore the focus styles unset by the previous rule (removed).
 */
/**
 * Change the border, margin, and padding in all browsers (opinionated) (changed).
 */
fieldset { margin: 0; padding: 0; border: 0; }
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    /* 2 */
    display: table;
    box-sizing: border-box;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;    /* 1 */

    color: inherit;
    /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */

    vertical-align: baseline;
    /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea { overflow: auto; }
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type='checkbox'], [type='radio'] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto; }
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
    /* 1 */
    outline-offset: -2px;

    -webkit-appearance: textfield;
    /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    /* 1 */
    font: inherit;

    -webkit-appearance: button;
    /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, menu { display: block; }
/*
 * Add the correct display in all browsers.
 */
summary { display: list-item; }
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas { display: inline-block; }
/**
 * Add the correct display in IE.
 */
template { display: none; }
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] { display: none; }
*,*::before,*::after { 
    box-sizing: inherit; 
    -webkit-overflow-scrolling:touch; 
}
html { 
  box-sizing: border-box;
  -webkit-text-size-adjust: none; 
  -webkit-tap-highlight-color: transparent; }

body{
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
    font-size: 1.4rem;
    overflow-x: hidden;
    color: #333;
    background: #fff;
    -webkit-text-size-adjust: none; 
    text-rendering: optimizeLegibility; }

a { text-decoration: none;  }
a:focus,a:hover,a:active,a.active {
    text-decoration: none; }
:focus {
    outline: 0;
 }
.btn .icon, .toast .icon,.menu .icon {
    font-size: 1.3333em;
    line-height: .8em;
    vertical-align: -20%; }
.icon-caret {
    display: inline-block;

    width: 0;
    height: 0;
    margin: 0;

    vertical-align: middle;

    border-top: .4rem solid currentColor;
    border-right: .4rem solid transparent;
    border-left: .4rem solid transparent;
}

a, ins, u {
    -webkit-text-decoration-skip: ink edges;
            text-decoration-skip: ink edges; }
blockquote {
    margin-left: 0;
    padding: 1rem 2rem;
    border-left: .2rem solid #efefef; }
blockquote p:last-child {
    margin-bottom: 0; }
blockquote cite {
    color: #999; }

ul,ol {margin: 2rem 0 2rem 2rem; padding: 0;}
ul ul,ol ul,ul ol,ol ol { margin: 1.5rem 0 1.5rem 2rem; }
ul li, ol li { margin-top: 0rem; }
ul { list-style: disc inside; }
ul ul { list-style-type: circle; }
ol { list-style: decimal inside; }
ol ol { list-style-type: lower-alpha; }
dl dt { font-weight: bold; }
dl dd { margin: .5rem 0 1.5rem 0; }
mark {
    line-height: 1;
    display: inline-block;
    padding: .3rem .4rem;
    vertical-align: baseline;
    border-radius: .2rem;
    background: #ffe9b3; }

kbd {
    line-height: 1;
    display: inline-block;
    padding: .3rem .4rem;
    vertical-align: baseline;
    color: #fff;
    border-radius: .2rem;
    background: #333; }

abbr[title] {
    cursor: help;
    text-decoration: none;
    border-bottom: .1rem dotted; }

.table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: left; }

.table.table-striped tbody tr:nth-of-type(odd) { background: #f8f8f8; }
.table.table-hover tbody tr:hover { background: #f0f0f0; }
.table tbody tr.active,
.table.table-striped tbody tr.active { background: #f0f0f0; }
.table td { padding: 1.5rem 1rem; border-bottom: .1rem solid #efefef; }
.table th { padding: 1.5rem 1rem; border-bottom: .2rem solid #333; }

.btn
{
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    transition: all .2s ease;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
    -webkit-appearance: none;
}
.btn:focus
{
    text-decoration: none;
}
.btn:hover
{
    text-decoration: none;
}
.btn:active,
.btn.active
{
}
.btn[disabled],
.btn:disabled,
.btn.disabled
{
    cursor: default;
    pointer-events: none;
    opacity: .5;
}

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

.btn-group
{
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.btn-group .btn
{
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
}
.btn-group .btn:first-child:not(:last-child)
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group .btn:not(:first-child):not(:last-child)
{
    margin-left: -.1rem;

    border-radius: 0;
}
.btn-group .btn:last-child:not(:first-child)
{
    margin-left: -.1rem;

    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group .btn:hover,
.btn-group .btn:focus,
.btn-group .btn:active,
.btn-group .btn.active
{
    z-index: 9;
}
.btn-group.btn-group-block
{
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.form-group:not(:last-child)
{
    margin-bottom: 1rem;
}
.form-input
{
    font-size: 1.4rem;
    line-height: 2rem;

    position: relative;

    display: block;

    width: 100%;
    max-width: 100%;
    height: 3.2rem;
    padding: .5rem .8rem;

    transition: all .2s ease;

    color: #333;
    border: .1rem solid #ccc;
    border-radius: .2rem;
    outline: 0;
    background: #fff;
    background-image: none;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.form-input:focus
{
    border-color: #5764c6;
}
.form-input.input-sm
{
    font-size: 1.2rem;

    height: 2.4rem;
    padding: .1rem .6rem;
}
.form-input.input-lg
{
    font-size: 1.6rem;

    height: 4rem;
    padding: .9rem .8rem;
}
.form-input.input-inline
{
    display: inline-block;

    width: auto;

    vertical-align: middle;
}
textarea.form-input
{
    line-height: 2rem;

    height: auto;
}
.form-input[type=file]
{
    height: auto;
}
.form-input-hint
{
    margin-top: .4rem;

    color: #999;
}
.has-success .form-input-hint,
.is-success + .form-input-hint
{
    color: #32b643;
}
.has-danger .form-input-hint,
.is-danger + .form-input-hint
{
    color: #e85600;
}
.form-label
{
    line-height: 1.6rem;

    display: block;

    margin-bottom: .5rem;
}
.form-select
{
    font-size: 1.4rem;
    line-height: 2rem;

    min-width: 18rem;
    padding: .5rem .8rem;

    vertical-align: middle;

    border: .1rem solid #ccc;
    border-radius: .2rem;
    outline: 0;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.form-select[multiple] option
{
    padding: .2rem .4rem;
}
.form-select:not([multiple])
{
    height: 3.2rem;
    padding-right: 2.4rem;

    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right .75rem center / .8rem 1rem;
}
.form-select:focus
{
    border-color: #5764c6;
}
.form-select::-ms-expand
{
    display: none;
}
.form-select.select-sm
{
    font-size: 1.2rem;

    height: 2.4rem;
    padding: .1rem 2rem .1rem .6rem;
}
.form-select.select-lg
{
    font-size: 1.6rem;

    height: 4rem;
    padding: .9rem 2.4rem .9rem .8rem;
}
.has-success .form-input,
.has-success .form-select,
.form-input.is-success,
.form-select.is-success
{
    border-color: #32b643;
}
.has-success .form-input:focus,
.has-success .form-select:focus,
.form-input.is-success:focus,
.form-select.is-success:focus
{
    box-shadow: 0 0 0 .2rem rgba(50, 182, 67, .15);
}
.has-danger .form-input,
.has-danger .form-select,
.form-input.is-danger,
.form-select.is-danger
{
    border-color: #e85600;
}
.has-danger .form-input:focus,
.has-danger .form-select:focus,
.form-input.is-danger:focus,
.form-select.is-danger:focus
{
    box-shadow: 0 0 0 .2rem rgba(232, 86, 0, .15);
}
.form-checkbox input,
.form-radio input,
.form-switch input
{
    position: absolute;

    overflow: hidden;
    clip: rect(0, 0, 0, 0);

    width: .1rem;
    height: .1rem;
    margin: -.1rem;
}
.form-checkbox input:focus + .form-icon,
.form-radio input:focus + .form-icon,
.form-switch input:focus + .form-icon
{
    border-color: #5764c6;
    box-shadow: 0 0 0 .2rem rgba(87, 100, 198, .15);
}
.form-checkbox,
.form-radio
{
    line-height: 1.8rem;

    position: relative;

    display: inline-block;

    padding: .3rem 2rem;
}
.form-checkbox .form-icon,
.form-radio .form-icon
{
    font-size: 1.4rem;
    line-height: 2.4rem;

    position: absolute;
    top: .5rem;
    left: 0;

    display: inline-block;

    width: 1.4rem;
    height: 1.4rem;
    padding: 0;

    cursor: pointer;
    transition: all .2s ease;
    vertical-align: top;

    border: .1rem solid #ccc;
    outline: none;
}
.form-checkbox input:checked + .form-icon,
.form-radio input:checked + .form-icon
{
    border-color: #5764c6;
    background: #5764c6;
}
.form-checkbox input:active + .form-icon,
.form-radio input:active + .form-icon
{
    background: #efefef;
}
.form-checkbox .form-icon
{
    border-radius: .2rem;
}
.form-checkbox input:checked + .form-icon::after
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: .6rem;
    height: 1rem;
    margin-top: -.6rem;
    margin-left: -.3rem;

    content: '';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);

    border: .2rem solid #fff;
    border-top-width: 0;
    border-left-width: 0;
    background-clip: padding-box;
}
.form-checkbox input:indeterminate + .form-icon
{
    border-color: #5764c6;
    background: #5764c6;
}
.form-checkbox input:indeterminate + .form-icon::after
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: .8rem;
    height: .2rem;
    margin-top: -.1rem;
    margin-left: -.4rem;

    content: '';

    background: #fff;
}
.form-radio .form-icon
{
    border-radius: .7rem;
}
.form-radio input:checked + .form-icon::after
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: .4rem;
    height: .4rem;
    margin-top: -.2rem;
    margin-left: -.2rem;

    content: '';

    border-radius: .2rem;
    background: #fff;
}
.form-switch
{
    line-height: 2rem;

    position: relative;

    display: inline-block;

    padding: .2rem 2rem .2rem 3.6rem;
}
.form-switch .form-icon
{
    line-height: 2.6rem;

    position: absolute;
    top: .3rem;
    left: 0;

    display: inline-block;

    width: 3rem;
    height: 1.8rem;
    padding: 0;

    cursor: pointer;
    vertical-align: top;

    border: .1rem solid #ccc;
    border-radius: .9rem;
    outline: none;
    background: #ccc;
    background-clip: padding-box;
}
.form-switch .form-icon::after
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 1.6rem;
    height: 1.6rem;

    content: '';
    transition: left .2s ease;

    border-radius: .8rem;
    background: #fff;
}
.form-switch input:checked + .form-icon
{
    border-color: #5764c6;
    background: #5764c6;
}
.form-switch input:checked + .form-icon::after
{
    left: 1.2rem;
}
.form-switch input:active + .form-icon::after
{
    background: #efefef;
}
.input-group
{
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.input-group .input-group-addon
{
    line-height: 2rem;

    padding: .5rem .8rem;

    border: .1rem solid #ccc;
    border-radius: .2rem;
    background: #f8f8f8;
}
.input-group .input-group-addon.addon-sm {  font-size: 1.2rem;  padding: .1rem .6rem; }
.input-group .input-group-addon.addon-lg {  font-size: 1.6rem;  line-height: 2rem; padding: .9rem .8rem; }
.input-group .input-group-addon, .input-group .input-group-btn {
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
}
.input-group .form-input:first-child:not(:last-child),
.input-group .input-group-addon:first-child:not(:last-child),
.input-group .input-group-btn:first-child:not(:last-child)
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group .form-input:not(:first-child):not(:last-child),
.input-group .input-group-addon:not(:first-child):not(:last-child),
.input-group .input-group-btn:not(:first-child):not(:last-child)
{
    margin-left: -.1rem;

    border-radius: 0;
}
.input-group .form-input:last-child:not(:first-child),
.input-group .input-group-addon:last-child:not(:first-child),
.input-group .input-group-btn:last-child:not(:first-child)
{
    margin-left: -.1rem;

    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group .form-input:focus,
.input-group .input-group-addon:focus,
.input-group .input-group-btn:focus
{
    z-index: 99;
}
.input-group.input-inline
{
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
}
.form-input:disabled,
.form-select:disabled,
.form-input.disabled,
.form-select.disabled
{
    cursor: not-allowed;

    opacity: .5;
    background-color: #f0f0f0;
}
input:disabled + .form-icon,
input.disabled + .form-icon
{
    cursor: not-allowed;

    opacity: .5;
    border-color: #ccc;
    background: #f0f0f0;
}
.form-switch input:disabled + .form-icon::after,
.form-switch input.disabled + .form-icon::after
{
    background: #fff;
}
.form-horizontal
{
    padding: 1rem;
}
.form-horizontal .form-group
{
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.form-horizontal .form-label
{
    margin-bottom: 0;
    padding: .8rem .4rem;
}
.form-horizontal .form-checkbox,
.form-horizontal .form-radio,
.form-horizontal .form-switch
{
    margin: .4rem 0;
}
.label
{
    line-height: 1;

    display: inline-block;

    padding: .3rem .4rem;

    vertical-align: baseline;

    color: #666;
    border-radius: .2rem;
    background: #f8f8f8;
}
.label.label-primary
{
    color: #fff;
    background: #5764c6;
}
.label.label-success
{
    color: #fff;
    background: #32b643;
}
.label.label-warning
{
    color: #fff;
    background: #ffb700;
}
.label.label-danger
{
    color: #fff;
    background: #e85600;
}
.img-responsive
{
    display: block;

    max-width: 100%;
    height: auto;
}
.video-responsive
{
    position: relative;

    display: block;
    overflow: hidden;

    width: 100%;
    padding: 0;
}
.video-responsive::before
{
    display: block;

    padding-bottom: 56.25%;

    content: '';
    /* Default 16:9, you can calculate this value by dividing 9 by 16 */
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.video-responsive video
{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.video-responsive-4-3::before
{
    padding-bottom: 75%;
    /* 4:3 */
}
.video-responsive-1-1::before
{
    padding-bottom: 100%;
    /* 1:1 */
}
.figure
{
    margin: 0 0 1rem 0;
}
.figure .figure-caption
{
    margin-top: 1rem;

    color: #666;
}
.container          { width: 100%; margin-right: auto; margin-left: auto; padding-right: 1rem; padding-left: 1rem; }
.container.grid-960 { max-width: 98rem; }
.container.grid-480 { max-width: 50rem; }
.columns { 
    display: -webkit-flex; 
    display: -ms-flexbox; 
    display: flex;
    justify-content: flex-start;
    margin-right: -1rem; margin-left: -1rem;
    -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;}

.columns.col-gapless { margin-right: 0; margin-left: 0; }
.columns.col-gapless .column { padding-right: 0; padding-left: 0; }
.columns.col-oneline { overflow-x: auto; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
.col-auto { flex: 0 0 auto; max-width: none;width: auto;}
.col-mx-auto { margin-left: auto; margin-right: auto; flex: none !important; }
.col-ml-auto {  margin-left: auto;}
.col-mr-auto {  margin-right: auto;}

.column { padding: 1rem; -webkit-flex: 1; -ms-flex: 1; flex: 1; flex-basis: auto; }
@media screen and (max-width: 600px) {.column { padding: 0.5rem; -webkit-flex: 1; -ms-flex: 1; flex: 1; flex-basis: auto;}};



.column.col-12,.column.col-11,.column.col-10,.column.col-9,.column.col-8,.column.col-7,.column.col-6,.column.col-5,.column.col-4,.column.col-3,.column.col-2,.column.col-1
{ -webkit-flex: none; -ms-flex: none; flex: none; }
.col-12 { width: 100%; } .col-11 { width: 91.66666667%; } .col-10 { width: 83.33333333%; } .col-9 { width: 75%; } .col-8 { width: 66.66666667%; } .col-7 { width: 58.33333333%; } .col-6 { width: 50%; } .col-5 { width: 41.66666667%; } .col-4 { width: 33.33333333%; } .col-3 { width: 25%; } .col-2 { width: 16.66666667%; } .col-1 { width: 8.33333333%; }

@media screen and (max-width: 1280px) {
    .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1
    { -webkit-flex: none; -ms-flex: none; flex: none; }
    .col-xl-12 { width: 100%; }.col-xl-11 { width: 91.66666667%; }.col-xl-10 {  width: 83.33333333%; } .col-xl-9{  width: 75%; } .col-xl-8 { width: 66.66666667%; } .col-xl-7 { width: 58.33333333%; } .col-xl-6 { width: 50%; } .col-xl-5{ width: 41.66666667%;} .col-xl-4{width: 33.33333333%;} .col-xl-3{width: 25%;} .col-xl-2{ width: 16.66666667%;} .col-xl-1 { width: 8.33333333%;}
}
@media screen and (max-width: 960px) {
    .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3,.col-lg-2, .col-lg-1
    { -webkit-flex: none; -ms-flex: none; flex: none; }
    .col-lg-12 { width: 100%; } .col-lg-11 { width: 91.66666667%; } .col-lg-10 { width: 83.33333333%; } .col-lg-9 { width: 75%; } .col-lg-8 { width: 66.66666667%; } .col-lg-7 { width: 58.33333333%; } .col-lg-6 { width: 50%; } .col-lg-5 { width: 41.66666667%; } .col-lg-4 { width: 33.33333333%; } .col-lg-3 { width: 25%; } .col-lg-2 { width: 16.66666667%; } .col-lg-1 { width: 8.33333333%; }
}
@media screen and (max-width: 840px) {
    .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1
    { -webkit-flex: none; -ms-flex: none; flex: none; }
    .col-md-12 { width: 100%; } .col-md-11 { width: 91.66666667%; } .col-md-10 {width: 83.33333333%; } .col-md-9 { width: 75%; } .col-md-8 { width: 66.66666667%; } .col-md-7 { width: 58.33333333%; } .col-md-6 { width: 50%;  } .col-md-5 { width: 41.66666667%; } .col-md-4 { width: 33.33333333%; } .col-md-3 { width: 25%; } .col-md-2 { width: 16.66666667%; } .col-md-1 { width: 8.33333333%; }
}
@media screen and (max-width: 600px) {
    .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1
    { -webkit-flex: none; -ms-flex: none; flex: none; }
    .col-sm-12 { width: 100%; } .col-sm-11 { width: 91.66666667%; } .col-sm-10 { width: 83.33333333%; } .col-sm-9 { width: 75%; } .col-sm-8 { width: 66.66666667%; } .col-sm-7 { width: 58.33333333%; } .col-sm-6 { width: 50%; } .col-sm-5 { width: 41.66666667%; } .col-sm-4 {width: 33.33333333%; } .col-sm-3 { width: 25%; } .col-sm-2 { width: 16.66666667%; } .col-sm-1 { width: 8.33333333%; }
}
@media screen and (max-width: 480px) {
    .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1
    { -webkit-flex: none; -ms-flex: none; flex: none; }
    .col-xs-12{width: 100%;}.col-xs-11{width: 91.66666667%;}.col-xs-10{width: 83.33333333%;}.col-xs-9{width: 75%;}.col-xs-8{width: 66.66666667%;}.col-xs-7{width: 58.33333333%;}.col-xs-6{width: 50%;}.col-xs-5{width: 41.66666667%;}.col-xs-4{width: 33.33333333%;}.col-xs-3{width: 25%;}.col-xs-2{width: 16.66666667%;}.col-xs-1{width: 8.33333333%;}
}

.show-xs, .show-sm,.show-md,.show-lg,.show-xl { display: none !important; }
@media screen and (max-width: 480px) { .hide-xs { display: none !important; } .show-xs { display: block !important; } }
@media screen and (max-width: 600px) { .hide-sm { display: none !important; } .show-sm { display: block !important; } }
@media screen and (max-width: 840px) { .hide-md { display: none !important; } .show-md { display: block !important; } }
@media screen and (max-width: 960px ){ .hide-lg { display: none !important; } .show-lg { display: block !important; } }
@media screen and (max-width: 1280px){ .hide-xl { display: none !important; } .show-xl { display: block !important; } }

.navbar
{
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.navbar .navbar-section
{
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0;
            flex: 1 0 0;
}
.navbar .navbar-section:last-of-type
{
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
            justify-content: flex-end;
}
.navbar .navbar-primary
{
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.navbar .navbar-brand
{
    font-size: 1.6rem;
    font-weight: 500;

    text-decoration: none;
}
@-webkit-keyframes loading
{
    0%
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes loading
{
    0%
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@-webkit-keyframes slide-down
{
    0%
    {
        -webkit-transform: translateY(-3rem);
                transform: translateY(-3rem);

        opacity: 0;
    }
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);

        opacity: 1;
    }
}
@keyframes slide-down
{
    0%
    {
        -webkit-transform: translateY(-3rem);
                transform: translateY(-3rem);

        opacity: 0;
    }
    100%
    {
        -webkit-transform: translateY(0);
                transform: translateY(0);

        opacity: 1;
    }
}
.divider
{
    display: block;

    margin: .8rem 0;

    border-bottom: .1rem solid #efefef;
}
.loading
{
    position: relative;

    min-height: 1.6rem;

    pointer-events: none;

    color: transparent !important;
}
.loading::after
{
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 1.6rem;
    height: 1.6rem;
    margin-top: -.8rem;
    margin-left: -.8rem;

    content: '';
    -webkit-animation: loading 500ms infinite linear;
            animation: loading 500ms infinite linear;

    border: .2rem solid #5764c6;
    border-top-color: transparent;
    border-right-color: transparent;
    border-radius: .8rem;
}
.clearfix::after, .container::after { display: table; clear: both; content: ''; }
.float-left { float: left !important; }
.float-right { float: right !important; }
.rel { position: relative; }
.abs { position: absolute; }
.fixed { position: fixed; }

.mt-10{    margin-top: 1rem;}
.mr-10{    margin-right: 1rem;}
.mb-10{    margin-bottom: 1rem;}
.ml-10{    margin-left: 1rem;}
.mt-5{    margin-top: .5rem;}
.mr-5{    margin-right: .5rem;}
.mb-5{    margin-bottom: .5rem;}
.ml-5{    margin-left: .5rem;}
.pt-10{    padding-top: 1rem;}
.pr-10{    padding-right: 1rem;}
.pb-10{    padding-bottom: 1rem;}
.pl-10{    padding-left: 1rem;}
.pt-5{    padding-top: .5rem;}
.pr-5{    padding-right: .5rem;}
.pb-5{    padding-bottom: .5rem;}
.pl-5{    padding-left: .5rem;}
.block{    display: block;}
.inline{    display: inline;}
.inline-block{    display: inline-block;}
.flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.inline-flex{
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
}
.hide{
    display: none !important;
}
.visible{    visibility: visible;}
.invisible{    visibility: hidden;}
.text-hide{
    font-size: 0;
    line-height: 0;

    color: transparent;
    border: 0;
    background: transparent;
    text-shadow: none;
}
.text-assistive{    position: absolute;

    overflow: hidden;
    clip: rect(0, 0, 0, 0);

    width: .1rem;
    height: .1rem;
    margin: -.1rem;
    padding: 0;

    border: 0;
}
.text-left    { text-align: left; }
.text-right   { text-align: right; }
.text-center  { text-align: center; }
.text-justify{    text-align: justify;}
.text-lowercase{    text-transform: lowercase;}
.text-uppercase{    text-transform: uppercase;}
.text-capitalize{    text-transform: capitalize;}
.text-normal{    font-weight: normal;}
.text-bold{    font-weight: bold;}
.text-italic{    font-style: italic;}
.text-large{    font-size: 1.2em;}
.text-ellipsis{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: ellipsis;
}
.text-clip
{
    overflow: hidden;

    white-space: nowrap;
    text-overflow: clip;
}
.text-break
{
    word-wrap: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
            hyphens: auto;

        -ms-hyphens: auto;
}
.hand { cursor: pointer; }
.shadow { box-shadow: 0 .1rem .4rem rgba(0, 0, 0, .3); }
.light-shadow { box-shadow: 0 .1rem .2rem rgba(0, 0, 0, .15); }

