﻿ html {box-sizing: border-box }*, *:before, *:after {box-sizing: inherit }html {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100% }body {margin: 0 }article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {display: block }audio, canvas, progress, video {display: inline-block }progress {vertical-align: baseline }audio:not([controls]) {display: none;height: 0 }[hidden], template {display: none }a {background-color: transparent;-webkit-text-decoration-skip: objects }a:active, a:hover {outline-width: 0 }abbr[title] {border-bottom: none;text-decoration: underline;text-decoration: underline dotted }dfn {font-style: italic }mark {background: #ff0;color: #000 }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 }figure {margin: 1em 40px }img {border-style: none }svg:not(:root) {overflow: hidden }code, kbd, pre, samp {font-family: monospace, monospace;font-size: 1em }hr {box-sizing: content-box;height: 0;overflow: visible }button, input, select, textarea {font: inherit;margin: 0 }optgroup {font-weight: bold }button, input {overflow: visible }button, select {text-transform: none }button, html [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 {border: 1px solid #c0c0c0;margin: 0 2px;padding: .35em .625em .75em }legend {color: inherit;display: table;max-width: 100%;padding: 0;white-space: normal }textarea {overflow: auto }[type=checkbox], [type=radio] {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-cancel-button, [type=search]::-webkit-search-decoration {-webkit-appearance:none }::-webkit-input-placeholder {color:inherit;opacity:0.54 }::-webkit-file-upload-button {-webkit-appearance:button;font:inherit }

html, body {

    font-size: 15px;
    line-height: 1.5
}
html {
    overflow-x: hidden
}


img {
    vertical-align: middle
}
a {
    color: inherit
}
.w3-table, .w3-table-all {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: table
}
.w3-table-all {
    border: 1px solid #ccc
}
.w3-bordered tr, .w3-table-all tr {
    border-bottom: 1px solid #ddd
}
.w3-striped tbody tr:nth-child(even) {
    background-color: #f1f1f1
}
.w3-table-all tr:nth-child(odd) {
    background-color: #fff
}
.w3-table-all tr:nth-child(even) {
    background-color: #f1f1f1
}
.w3-hoverable tbody tr:hover, .w3-ul.w3-hoverable li:hover {
    background-color: #ccc
}
.w3-centered tr th, .w3-centered tr td {
    text-align: center
}
.w3-table td, .w3-table th, .w3-table-all td, .w3-table-all th {
    padding: 8px 8px;
    display: table-cell;
    text-align: left;
    vertical-align: top
}
.w3-table th:first-child, .w3-table td:first-child, .w3-table-all th:first-child, .w3-table-all td:first-child {
    padding-left: 16px
}

.w3-block {
    display: block;
    width: 100%
}
.w3-responsive {
    display: block;
    overflow-x: auto
}
.w3-container:after, .w3-container:before, .w3-panel:after, .w3-panel:before, .w3-row:after, .w3-row:before, .w3-row-padding:after, .w3-row-padding:before, .w3-cell-row:before, .w3-cell-row:after, .w3-clear:after, .w3-clear:before, .w3-bar:before, .w3-bar:after {
    content: "";
    display: table;
    clear: both
}
.w3-col, .w3-half, .w3-third, .w3-twothird, .w3-threequarter, .w3-quarter {
    float: left;
    width: 100%
}
.w3-col.s1 {
    width: 8.33333%
}
.w3-col.s2 {
    width: 16.66666%
}
.w3-col.s3 {
    width: 24.99999%
}
.w3-col.s4 {
    width: 33.33333%
}
.w3-col.s5 {
    width: 41.66666%
}
.w3-col.s6 {
    width: 49.99999%
}
.w3-col.s7 {
    width: 58.33333%
}
.w3-col.s8 {
    width: 66.66666%
}
.w3-col.s9 {
    width: 74.99999%
}
.w3-col.s10 {
    width: 83.33333%
}
.w3-col.s11 {
    width: 91.66666%
}
.w3-col.s12 {
    width: 99.99999%
}

@media (min-width:601px) {
.w3-col.m1 {
    width: 8.33333%
}
.w3-col.m2 {
    width: 16.66666%
}
.w3-col.m3, .w3-quarter {
    width: 24.99999%
}
.w3-col.m4, .w3-third {
    width: 33.33333%
}
.w3-col.m5 {
    width: 41.66666%
}
.w3-col.m6, .w3-half {
    width: 49.99999%
}
.w3-col.m7 {
    width: 58.33333%
}
.w3-col.m8, .w3-twothird {
    width: 66.66666%
}
.w3-col.m9, .w3-threequarter {
    width: 74.99999%
}
.w3-col.m10 {
    width: 83.33333%
}
.w3-col.m11 {
    width: 91.66666%
}
.w3-col.m12 {
    width: 99.99999%
}
}

@media (min-width:993px) {
.w3-col.l1 {
    width: 8.33333%
}
.w3-col.l2 {
    width: 16.66666%
}
.w3-col.l3 {
    width: 24.99999%
}
.w3-col.l4 {
    width: 33.33333%
}
.w3-col.l5 {
    width: 41.66666%
}
.w3-col.l6 {
    width: 49.99999%
}
.w3-col.l7 {
    width: 58.33333%
}
.w3-col.l8 {
    width: 66.66666%
}
.w3-col.l9 {
    width: 74.99999%
}
.w3-col.l10 {
    width: 83.33333%
}
.w3-col.l11 {
    width: 91.66666%
}
.w3-col.l12 {
    width: 99.99999%
}
}
.w3-cell {
    display: table-cell
}
.animsition, .animsition-overlay {
    position: relative;
    opacity: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animsition-overlay-slide {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #ddd;
}
.animsition-loading, .animsition-loading:after {
    width: 32px;
    height: 32px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    border-radius: 50%;
    z-index: 100;
}
.animsition-loading {
    background-color: transparent;
    border-top: 5px solid rgba(0, 0, 0, 0.2);
    border-right: 5px solid rgba(0, 0, 0, 0.2);
    border-bottom: 5px solid rgba(0, 0, 0, 0.2);
    border-left: 5px solid #eee;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-name: animsition-loading;
    animation-name: animsition-loading;
}
 @-webkit-keyframes animsition-loading {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @keyframes animsition-loading {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @-webkit-keyframes fade-in-right {
 0% {
 -webkit-transform: translateX(500px);
 transform: translateX(500px);
 opacity: 0;
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
 opacity: 1;
}
}
 @keyframes fade-in-right {
 0% {
 -webkit-transform: translateX(500px);
 transform: translateX(500px);
 opacity: 0;
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
 opacity: 1;
}
}
.fade-in-right {
    -webkit-animation-name: fade-in-right;
    animation-name: fade-in-right;
}
 @-webkit-keyframes fade-out-right {
 0% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(500px);
 transform: translateX(500px);
 opacity: 0;
}
}
 @keyframes fade-out-right {
 0% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(500px);
 transform: translateX(500px);
 opacity: 0;
}
}
.fade-out-right {
    -webkit-animation-name: fade-out-right;
    animation-name: fade-out-right;
}
