:root {

  --blue: #007bff;

  --indigo: #6610f2;

  --purple: #6f42c1;

  --pink: #e83e8c;

  --red: #dc3545;

  --orange: #fd7e14;

  --yellow: #ffc107;

  --green: #28a745;

  --teal: #20c997;

  --cyan: #17a2b8;

  --white: #fff;

  --gray: #868e96;

  --gray-dark: #343a40;

  --primary: #007bff;

  --secondary: #868e96;

  --success: #28a745;

  --info: #17a2b8;

  --warning: #ffc107;

  --danger: #dc3545;

  --light: #f8f9fa;

  --dark: #343a40;

  --breakpoint-xs: 0;

  --breakpoint-sm: 576px;

  --breakpoint-md: 768px;

  --breakpoint-lg: 992px;

  --breakpoint-xl: 1200px;

  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";

  --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;

}
@media print {

  *,

  *::before,

  *::after {

    text-shadow: none !important;

    box-shadow: none !important;

  }

  a,

  a:visited {

    text-decoration: underline;

  }

  abbr[title]::after {

    content: " (" attr(title) ")";

  }

  pre {

    white-space: pre-wrap !important;

  }

  pre,

  blockquote {

    border: 1px solid #999;

    page-break-inside: avoid;

  }

  thead {

    display: table-header-group;

  }

  tr,

  img {

    page-break-inside: avoid;

  }

  p,

  h2,

  h3 {

    orphans: 3;

    widows: 3;

  }

  h2,

  h3 {

    page-break-after: avoid;

  }

  .navbar {

    display: none;

  }

  .badge {

    border: 1px solid #000;

  }

  .table {

    border-collapse: collapse !important;

  }

  .table td,

  .table th {

    background-color: #fff !important;

  }

  .table-bordered th,

  .table-bordered td {

    border: 1px solid #ddd !important;

  }

}



*,

*::before,

*::after {

  box-sizing: border-box;

}



html {

  font-family: sans-serif;

  line-height: 1.15;

  -webkit-text-size-adjust: 100%;

  -ms-text-size-adjust: 100%;

  -ms-overflow-style: scrollbar;

  -webkit-tap-highlight-color: transparent;

}



@-ms-viewport {

  width: device-width;

}



article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {

  display: block;

}



body {

  margin: 0;

  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";

  font-size: 1rem;

  font-weight: 400;

  line-height: 1.5;

  color: #212529;

  text-align: left;

  background-color: #fff;

}



[tabindex="-1"]:focus {

  outline: none !important;

}



hr {

  box-sizing: content-box;

  height: 0;

  overflow: visible;

}



h1, h2, h3, h4, h5, h6 {

  margin-top: 0;

  margin-bottom: 0.5rem;

}



p {

  margin-top: 0;

  margin-bottom: 1rem;

}



abbr[title],

abbr[data-original-title] {

  text-decoration: underline;

  -webkit-text-decoration: underline dotted;

          text-decoration: underline dotted;

  cursor: help;

  border-bottom: 0;

}



address {

  margin-bottom: 1rem;

  font-style: normal;

  line-height: inherit;

}



ol,

ul,

dl {

  margin-top: 0;

  margin-bottom: 1rem;

}



ol ol,

ul ul,

ol ul,

ul ol {

  margin-bottom: 0;

}

ul li{
	margin-left: 15px;
}

dt {

  font-weight: 700;

}



dd {

  margin-bottom: .5rem;

  margin-left: 0;

}



blockquote {

  margin: 0 0 1rem;

}



dfn {

  font-style: italic;

}



b,

strong {

  font-weight: bolder;

}



small {

  font-size: 80%;

}



sub,

sup {

  position: relative;

  font-size: 75%;

  line-height: 0;

  vertical-align: baseline;

}



sub {

  bottom: -.25em;

}



sup {

  top: -.5em;

}



a {

  color: #007bff;

  text-decoration: none;

  background-color: transparent;

  -webkit-text-decoration-skip: objects;

}



a:hover {

  color: #0056b3;

  text-decoration: underline;

}



a:not([href]):not([tabindex]) {

  color: inherit;

  text-decoration: none;

}



a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {

  color: inherit;

  text-decoration: none;

}



a:not([href]):not([tabindex]):focus {

  outline: 0;

}



pre,

code,

kbd,

samp {

  font-family: monospace, monospace;

  font-size: 1em;

}



pre {

  margin-top: 0;

  margin-bottom: 1rem;

  overflow: auto;

  -ms-overflow-style: scrollbar;

}



figure {

  margin: 0 0 1rem;

}



img {

  vertical-align: middle;

  border-style: none;

}



svg:not(:root) {

  overflow: hidden;

}



a,

area,

button,

[role="button"],

input:not([type="range"]),

label,

select,

summary,

textarea {

  -ms-touch-action: manipulation;

      touch-action: manipulation;

}



table {

  border-collapse: collapse;

}



caption {

  padding-top: 0.75rem;

  padding-bottom: 0.75rem;

  color: #868e96;

  text-align: left;

  caption-side: bottom;

}



th {

  text-align: inherit;

}



label {

  display: inline-block;

  margin-bottom: .5rem;

}



button {

  border-radius: 0;

}



button:focus {

  outline: 1px dotted;

  outline: 5px auto -webkit-focus-ring-color;

}



input,

button,

select,

optgroup,

textarea {

  margin: 0;

  font-family: inherit;

  font-size: inherit;

  line-height: inherit;

}



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 {

  padding: 0;

  border-style: none;

}



input[type="radio"],

input[type="checkbox"] {

  box-sizing: border-box;

  padding: 0;

}



input[type="date"],

input[type="time"],

input[type="datetime-local"],

input[type="month"] {

  -webkit-appearance: listbox;

}



textarea {

  overflow: auto;

  resize: vertical;

}



fieldset {

  min-width: 0;

  padding: 0;

  margin: 0;

  border: 0;

}



legend {

  display: block;

  width: 100%;

  max-width: 100%;

  padding: 0;

  margin-bottom: .5rem;

  font-size: 1.5rem;

  line-height: inherit;

  color: inherit;

  white-space: normal;

}



progress {

  vertical-align: baseline;

}



[type="number"]::-webkit-inner-spin-button,

[type="number"]::-webkit-outer-spin-button {

  height: auto;

}



[type="search"] {

  outline-offset: -2px;

  -webkit-appearance: none;

}



[type="search"]::-webkit-search-cancel-button,

[type="search"]::-webkit-search-decoration {

  -webkit-appearance: none;

}



::-webkit-file-upload-button {

  font: inherit;

  -webkit-appearance: button;

}



output {

  display: inline-block;

}



summary {

  display: list-item;

}



template {

  display: none;

}



[hidden] {

  display: none !important;

}



h1, h2, h3, h4, h5, h6,

.h1, .h2, .h3, .h4, .h5, .h6 {

  margin-bottom: 0.5rem;

  font-family: inherit;

  font-weight: 500;

  line-height: 1.2;

  color: inherit;

}



h1, .h1 {

  font-size: 2.5rem;

}



h2, .h2 {

  font-size: 2rem;

}



h3, .h3 {

  font-size: 1.75rem;

}



h4, .h4 {

  font-size: 1.5rem;

}



h5, .h5 {

  font-size: 1.25rem;

}



h6, .h6 {

  font-size: 1rem;

}



.lead {

  font-size: 1.25rem;

  font-weight: 300;

}



.display-1 {

  font-size: 6rem;

  font-weight: 300;

  line-height: 1.2;

}



.display-2 {

  font-size: 5.5rem;

  font-weight: 300;

  line-height: 1.2;

}



.display-3 {

  font-size: 4.5rem;

  font-weight: 300;

  line-height: 1.2;

}



.display-4 {

  font-size: 3.5rem;

  font-weight: 300;

  line-height: 1.2;

}



hr {

  margin-top: 1rem;

  margin-bottom: 1rem;

  border: 0;

  border-top: 1px solid rgba(0, 0, 0, 0.1);

}



small,

.small {

  font-size: 80%;

  font-weight: 400;

}



mark,

.mark {

  padding: 0.2em;

  background-color: #fcf8e3;

}



.list-unstyled {

  padding-left: 0;

  list-style: none;

}



.list-inline {

  padding-left: 0;

  list-style: none;

}



.list-inline-item {

  display: inline-block;

}



.list-inline-item:not(:last-child) {

  margin-right: 5px;

}



.initialism {

  font-size: 90%;

  text-transform: uppercase;

}



.blockquote {

  margin-bottom: 1rem;

  font-size: 1.25rem;

}



.blockquote-footer {

  display: block;

  font-size: 80%;

  color: #868e96;

}



.blockquote-footer::before {

  content: "\2014 \00A0";

}



.img-fluid {

  max-width: 100%;

  height: auto;

}



.img-thumbnail {

  padding: 0.25rem;

  background-color: #fff;

  border: 1px solid #ddd;

  border-radius: 0.25rem;

  transition: all 0.2s ease-in-out;

  max-width: 100%;

  height: auto;

}



.figure {

  display: inline-block;

}



.figure-img {

  margin-bottom: 0.5rem;

  line-height: 1;

}



.figure-caption {

  font-size: 90%;

  color: #868e96;

}



code,

kbd,

pre,

samp {

  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;

}



code {

  padding: 0.2rem 0.4rem;

  font-size: 90%;

  color: #bd4147;

  background-color: #f8f9fa;

  border-radius: 0.25rem;

}



a > code {

  padding: 0;

  color: inherit;

  background-color: inherit;

}



kbd {

  padding: 0.2rem 0.4rem;

  font-size: 90%;

  color: #fff;

  background-color: #212529;

  border-radius: 0.2rem;

}



kbd kbd {

  padding: 0;

  font-size: 100%;

  font-weight: 700;

}



pre {

  display: block;

  margin-top: 0;

  margin-bottom: 1rem;

  font-size: 90%;

  color: #212529;

}



pre code {

  padding: 0;

  font-size: inherit;

  color: inherit;

  background-color: transparent;

  border-radius: 0;

}



.pre-scrollable {

  max-height: 340px;

  overflow-y: scroll;

}



.container {

  width: 100%;

  padding-right: 15px;

  padding-left: 15px;

  margin-right: auto;

  margin-left: auto;

}



@media (min-width: 576px) {

  .container {

    max-width: 540px;

  }

}



@media (min-width: 768px) {

  .container {

    max-width: 720px;

  }

}



@media (min-width: 992px) {

  .container {

    max-width: 960px;

  }

}



@media (min-width: 1200px) {

  .container {

    max-width: 1140px;

  }

}



.container-fluid {

  width: 100%;

  padding-right: 15px;

  padding-left: 15px;

  margin-right: auto;

  margin-left: auto;

}



.row {

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

  margin-right: -15px;

  margin-left: -15px;

}



.no-gutters {

  margin-right: 0;

  margin-left: 0;

}



.no-gutters > .col,

.no-gutters > [class*="col-"] {

  padding-right: 0;

  padding-left: 0;

}



.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,

.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,

.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,

.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,

.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,

.col-xl-auto {

  position: relative;

  width: 100%;

  min-height: 1px;

  padding-right: 15px;

  padding-left: 15px;

}



.col {

  -ms-flex-preferred-size: 0;

      flex-basis: 0;

  -ms-flex-positive: 1;

      flex-grow: 1;

  max-width: 100%;

}



.col-auto {

  -ms-flex: 0 0 auto;

      flex: 0 0 auto;

  width: auto;

  max-width: none;

}



.col-1 {

  -ms-flex: 0 0 8.333333%;

      flex: 0 0 8.333333%;

  max-width: 8.333333%;

}



.col-2 {

  -ms-flex: 0 0 16.666667%;

      flex: 0 0 16.666667%;

  max-width: 16.666667%;

}



.col-3 {

  -ms-flex: 0 0 25%;

      flex: 0 0 25%;

  max-width: 25%;

}



.col-4 {

  -ms-flex: 0 0 33.333333%;

      flex: 0 0 33.333333%;

  max-width: 33.333333%;

}



.col-5 {

  -ms-flex: 0 0 41.666667%;

      flex: 0 0 41.666667%;

  max-width: 41.666667%;

}



.col-6 {

  -ms-flex: 0 0 50%;

      flex: 0 0 50%;

  max-width: 50%;

}



.col-7 {

  -ms-flex: 0 0 58.333333%;

      flex: 0 0 58.333333%;

  max-width: 58.333333%;

}



.col-8 {

  -ms-flex: 0 0 66.666667%;

      flex: 0 0 66.666667%;

  max-width: 66.666667%;

}



.col-9 {

  -ms-flex: 0 0 75%;

      flex: 0 0 75%;

  max-width: 75%;

}



.col-10 {

  -ms-flex: 0 0 83.333333%;

      flex: 0 0 83.333333%;

  max-width: 83.333333%;

}



.col-11 {

  -ms-flex: 0 0 91.666667%;

      flex: 0 0 91.666667%;

  max-width: 91.666667%;

}



.col-12 {

  -ms-flex: 0 0 100%;

      flex: 0 0 100%;

  max-width: 100%;

}



.order-first {

  -ms-flex-order: -1;

      order: -1;

}



.order-1 {

  -ms-flex-order: 1;

      order: 1;

}



.order-2 {

  -ms-flex-order: 2;

      order: 2;

}



.order-3 {

  -ms-flex-order: 3;

      order: 3;

}



.order-4 {

  -ms-flex-order: 4;

      order: 4;

}



.order-5 {

  -ms-flex-order: 5;

      order: 5;

}



.order-6 {

  -ms-flex-order: 6;

      order: 6;

}



.order-7 {

  -ms-flex-order: 7;

      order: 7;

}



.order-8 {

  -ms-flex-order: 8;

      order: 8;

}



.order-9 {

  -ms-flex-order: 9;

      order: 9;

}



.order-10 {

  -ms-flex-order: 10;

      order: 10;

}



.order-11 {

  -ms-flex-order: 11;

      order: 11;

}



.order-12 {

  -ms-flex-order: 12;

      order: 12;

}



.offset-1 {

  margin-left: 8.333333%;

}



.offset-2 {

  margin-left: 16.666667%;

}



.offset-3 {

  margin-left: 25%;

}



.offset-4 {

  margin-left: 33.333333%;

}



.offset-5 {

  margin-left: 41.666667%;

}



.offset-6 {

  margin-left: 50%;

}



.offset-7 {

  margin-left: 58.333333%;

}



.offset-8 {

  margin-left: 66.666667%;

}



.offset-9 {

  margin-left: 75%;

}



.offset-10 {

  margin-left: 83.333333%;

}



.offset-11 {

  margin-left: 91.666667%;

}



@media (min-width: 576px) {

  .col-sm {

    -ms-flex-preferred-size: 0;

        flex-basis: 0;

    -ms-flex-positive: 1;

        flex-grow: 1;

    max-width: 100%;

  }

  .col-sm-auto {

    -ms-flex: 0 0 auto;

        flex: 0 0 auto;

    width: auto;

    max-width: none;

  }

  .col-sm-1 {

    -ms-flex: 0 0 8.333333%;

        flex: 0 0 8.333333%;

    max-width: 8.333333%;

  }

  .col-sm-2 {

    -ms-flex: 0 0 16.666667%;

        flex: 0 0 16.666667%;

    max-width: 16.666667%;

  }

  .col-sm-3 {

    -ms-flex: 0 0 25%;

        flex: 0 0 25%;

    max-width: 25%;

  }

  .col-sm-4 {

    -ms-flex: 0 0 33.333333%;

        flex: 0 0 33.333333%;

    max-width: 33.333333%;

  }

  .col-sm-5 {

    -ms-flex: 0 0 41.666667%;

        flex: 0 0 41.666667%;

    max-width: 41.666667%;

  }

  .col-sm-6 {

    -ms-flex: 0 0 50%;

        flex: 0 0 50%;

    max-width: 50%;

  }

  .col-sm-7 {

    -ms-flex: 0 0 58.333333%;

        flex: 0 0 58.333333%;

    max-width: 58.333333%;

  }

  .col-sm-8 {

    -ms-flex: 0 0 66.666667%;

        flex: 0 0 66.666667%;

    max-width: 66.666667%;

  }

  .col-sm-9 {

    -ms-flex: 0 0 75%;

        flex: 0 0 75%;

    max-width: 75%;

  }

  .col-sm-10 {

    -ms-flex: 0 0 83.333333%;

        flex: 0 0 83.333333%;

    max-width: 83.333333%;

  }

  .col-sm-11 {

    -ms-flex: 0 0 91.666667%;

        flex: 0 0 91.666667%;

    max-width: 91.666667%;

  }

  .col-sm-12 {

    -ms-flex: 0 0 100%;

        flex: 0 0 100%;

    max-width: 100%;

  }

  .order-sm-first {

    -ms-flex-order: -1;

        order: -1;

  }

  .order-sm-1 {

    -ms-flex-order: 1;

        order: 1;

  }

  .order-sm-2 {

    -ms-flex-order: 2;

        order: 2;

  }

  .order-sm-3 {

    -ms-flex-order: 3;

        order: 3;

  }

  .order-sm-4 {

    -ms-flex-order: 4;

        order: 4;

  }

  .order-sm-5 {

    -ms-flex-order: 5;

        order: 5;

  }

  .order-sm-6 {

    -ms-flex-order: 6;

        order: 6;

  }

  .order-sm-7 {

    -ms-flex-order: 7;

        order: 7;

  }

  .order-sm-8 {

    -ms-flex-order: 8;

        order: 8;

  }

  .order-sm-9 {

    -ms-flex-order: 9;

        order: 9;

  }

  .order-sm-10 {

    -ms-flex-order: 10;

        order: 10;

  }

  .order-sm-11 {

    -ms-flex-order: 11;

        order: 11;

  }

  .order-sm-12 {

    -ms-flex-order: 12;

        order: 12;

  }

  .offset-sm-0 {

    margin-left: 0;

  }

  .offset-sm-1 {

    margin-left: 8.333333%;

  }

  .offset-sm-2 {

    margin-left: 16.666667%;

  }

  .offset-sm-3 {

    margin-left: 25%;

  }

  .offset-sm-4 {

    margin-left: 33.333333%;

  }

  .offset-sm-5 {

    margin-left: 41.666667%;

  }

  .offset-sm-6 {

    margin-left: 50%;

  }

  .offset-sm-7 {

    margin-left: 58.333333%;

  }

  .offset-sm-8 {

    margin-left: 66.666667%;

  }

  .offset-sm-9 {

    margin-left: 75%;

  }

  .offset-sm-10 {

    margin-left: 83.333333%;

  }

  .offset-sm-11 {

    margin-left: 91.666667%;

  }

}



@media (min-width: 768px) {

  .col-md {

    -ms-flex-preferred-size: 0;

        flex-basis: 0;

    -ms-flex-positive: 1;

        flex-grow: 1;

    max-width: 100%;

  }

  .col-md-auto {

    -ms-flex: 0 0 auto;

        flex: 0 0 auto;

    width: auto;

    max-width: none;

  }

  .col-md-1 {

    -ms-flex: 0 0 8.333333%;

        flex: 0 0 8.333333%;

    max-width: 8.333333%;

  }

  .col-md-2 {

    -ms-flex: 0 0 16.666667%;

        flex: 0 0 16.666667%;

    max-width: 16.666667%;

  }

  .col-md-3 {

    -ms-flex: 0 0 25%;

        flex: 0 0 25%;

    max-width: 25%;

  }

  .col-md-4 {

    -ms-flex: 0 0 33.333333%;

        flex: 0 0 33.333333%;

    max-width: 33.333333%;

  }

  .col-md-5 {

    -ms-flex: 0 0 41.666667%;

        flex: 0 0 41.666667%;

    max-width: 41.666667%;

  }

  .col-md-6 {

    -ms-flex: 0 0 50%;

        flex: 0 0 50%;

    max-width: 50%;

  }

  .col-md-7 {

    -ms-flex: 0 0 58.333333%;

        flex: 0 0 58.333333%;

    max-width: 58.333333%;

  }

  .col-md-8 {

    -ms-flex: 0 0 66.666667%;

        flex: 0 0 66.666667%;

    max-width: 66.666667%;

  }

  .col-md-9 {

    -ms-flex: 0 0 75%;

        flex: 0 0 75%;

    max-width: 75%;

  }

  .col-md-10 {

    -ms-flex: 0 0 83.333333%;

        flex: 0 0 83.333333%;

    max-width: 83.333333%;

  }

  .col-md-11 {

    -ms-flex: 0 0 91.666667%;

        flex: 0 0 91.666667%;

    max-width: 91.666667%;

  }

  .col-md-12 {

    -ms-flex: 0 0 100%;

        flex: 0 0 100%;

    max-width: 100%;

  }

  .order-md-first {

    -ms-flex-order: -1;

        order: -1;

  }

  .order-md-1 {

    -ms-flex-order: 1;

        order: 1;

  }

  .order-md-2 {

    -ms-flex-order: 2;

        order: 2;

  }

  .order-md-3 {

    -ms-flex-order: 3;

        order: 3;

  }

  .order-md-4 {

    -ms-flex-order: 4;

        order: 4;

  }

  .order-md-5 {

    -ms-flex-order: 5;

        order: 5;

  }

  .order-md-6 {

    -ms-flex-order: 6;

        order: 6;

  }

  .order-md-7 {

    -ms-flex-order: 7;

        order: 7;

  }

  .order-md-8 {

    -ms-flex-order: 8;

        order: 8;

  }

  .order-md-9 {

    -ms-flex-order: 9;

        order: 9;

  }

  .order-md-10 {

    -ms-flex-order: 10;

        order: 10;

  }

  .order-md-11 {

    -ms-flex-order: 11;

        order: 11;

  }

  .order-md-12 {

    -ms-flex-order: 12;

        order: 12;

  }

  .offset-md-0 {

    margin-left: 0;

  }

  .offset-md-1 {

    margin-left: 8.333333%;

  }

  .offset-md-2 {

    margin-left: 16.666667%;

  }

  .offset-md-3 {

    margin-left: 25%;

  }

  .offset-md-4 {

    margin-left: 33.333333%;

  }

  .offset-md-5 {

    margin-left: 41.666667%;

  }

  .offset-md-6 {

    margin-left: 50%;

  }

  .offset-md-7 {

    margin-left: 58.333333%;

  }

  .offset-md-8 {

    margin-left: 66.666667%;

  }

  .offset-md-9 {

    margin-left: 75%;

  }

  .offset-md-10 {

    margin-left: 83.333333%;

  }

  .offset-md-11 {

    margin-left: 91.666667%;

  }

}



@media (min-width: 992px) {

  .col-lg {

    -ms-flex-preferred-size: 0;

        flex-basis: 0;

    -ms-flex-positive: 1;

        flex-grow: 1;

    max-width: 100%;

  }

  .col-lg-auto {

    -ms-flex: 0 0 auto;

        flex: 0 0 auto;

    width: auto;

    max-width: none;

  }

  .col-lg-1 {

    -ms-flex: 0 0 8.333333%;

        flex: 0 0 8.333333%;

    max-width: 8.333333%;

  }

  .col-lg-2 {

    -ms-flex: 0 0 16.666667%;

        flex: 0 0 16.666667%;

    max-width: 16.666667%;

  }

  .col-lg-3 {

    -ms-flex: 0 0 25%;

        flex: 0 0 25%;

    max-width: 25%;

  }

  .col-lg-4 {

    -ms-flex: 0 0 33.333333%;

        flex: 0 0 33.333333%;

    max-width: 33.333333%;

  }

  .col-lg-5 {

    -ms-flex: 0 0 41.666667%;

        flex: 0 0 41.666667%;

    max-width: 41.666667%;

  }

  .col-lg-6 {

    -ms-flex: 0 0 50%;

        flex: 0 0 50%;

    max-width: 50%;

  }

  .col-lg-7 {

    -ms-flex: 0 0 58.333333%;

        flex: 0 0 58.333333%;

    max-width: 58.333333%;

  }

  .col-lg-8 {

    -ms-flex: 0 0 66.666667%;

        flex: 0 0 66.666667%;

    max-width: 66.666667%;

  }

  .col-lg-9 {

    -ms-flex: 0 0 75%;

        flex: 0 0 75%;

    max-width: 75%;

  }

  .col-lg-10 {

    -ms-flex: 0 0 83.333333%;

        flex: 0 0 83.333333%;

    max-width: 83.333333%;

  }

  .col-lg-11 {

    -ms-flex: 0 0 91.666667%;

        flex: 0 0 91.666667%;

    max-width: 91.666667%;

  }

  .col-lg-12 {

    -ms-flex: 0 0 100%;

        flex: 0 0 100%;

    max-width: 100%;

  }

  .order-lg-first {

    -ms-flex-order: -1;

        order: -1;

  }

  .order-lg-1 {

    -ms-flex-order: 1;

        order: 1;

  }

  .order-lg-2 {

    -ms-flex-order: 2;

        order: 2;

  }

  .order-lg-3 {

    -ms-flex-order: 3;

        order: 3;

  }

  .order-lg-4 {

    -ms-flex-order: 4;

        order: 4;

  }

  .order-lg-5 {

    -ms-flex-order: 5;

        order: 5;

  }

  .order-lg-6 {

    -ms-flex-order: 6;

        order: 6;

  }

  .order-lg-7 {

    -ms-flex-order: 7;

        order: 7;

  }

  .order-lg-8 {

    -ms-flex-order: 8;

        order: 8;

  }

  .order-lg-9 {

    -ms-flex-order: 9;

        order: 9;

  }

  .order-lg-10 {

    -ms-flex-order: 10;

        order: 10;

  }

  .order-lg-11 {

    -ms-flex-order: 11;

        order: 11;

  }

  .order-lg-12 {

    -ms-flex-order: 12;

        order: 12;

  }

  .offset-lg-0 {

    margin-left: 0;

  }

  .offset-lg-1 {

    margin-left: 8.333333%;

  }

  .offset-lg-2 {

    margin-left: 16.666667%;

  }

  .offset-lg-3 {

    margin-left: 25%;

  }

  .offset-lg-4 {

    margin-left: 33.333333%;

  }

  .offset-lg-5 {

    margin-left: 41.666667%;

  }

  .offset-lg-6 {

    margin-left: 50%;

  }

  .offset-lg-7 {

    margin-left: 58.333333%;

  }

  .offset-lg-8 {

    margin-left: 66.666667%;

  }

  .offset-lg-9 {

    margin-left: 75%;

  }

  .offset-lg-10 {

    margin-left: 83.333333%;

  }

  .offset-lg-11 {

    margin-left: 91.666667%;

  }

}



@media (min-width: 1200px) {

  .col-xl {

    -ms-flex-preferred-size: 0;

        flex-basis: 0;

    -ms-flex-positive: 1;

        flex-grow: 1;

    max-width: 100%;

  }

  .col-xl-auto {

    -ms-flex: 0 0 auto;

        flex: 0 0 auto;

    width: auto;

    max-width: none;

  }

  .col-xl-1 {

    -ms-flex: 0 0 8.333333%;

        flex: 0 0 8.333333%;

    max-width: 8.333333%;

  }

  .col-xl-2 {

    -ms-flex: 0 0 16.666667%;

        flex: 0 0 16.666667%;

    max-width: 16.666667%;

  }

  .col-xl-3 {

    -ms-flex: 0 0 25%;

        flex: 0 0 25%;

    max-width: 25%;

  }

  .col-xl-4 {

    -ms-flex: 0 0 33.333333%;

        flex: 0 0 33.333333%;

    max-width: 33.333333%;

  }

  .col-xl-5 {

    -ms-flex: 0 0 41.666667%;

        flex: 0 0 41.666667%;

    max-width: 41.666667%;

  }

  .col-xl-6 {

    -ms-flex: 0 0 50%;

        flex: 0 0 50%;

    max-width: 50%;

  }

  .col-xl-7 {

    -ms-flex: 0 0 58.333333%;

        flex: 0 0 58.333333%;

    max-width: 58.333333%;

  }

  .col-xl-8 {

    -ms-flex: 0 0 66.666667%;

        flex: 0 0 66.666667%;

    max-width: 66.666667%;

  }

  .col-xl-9 {

    -ms-flex: 0 0 75%;

        flex: 0 0 75%;

    max-width: 75%;

  }

  .col-xl-10 {

    -ms-flex: 0 0 83.333333%;

        flex: 0 0 83.333333%;

    max-width: 83.333333%;

  }

  .col-xl-11 {

    -ms-flex: 0 0 91.666667%;

        flex: 0 0 91.666667%;

    max-width: 91.666667%;

  }

  .col-xl-12 {

    -ms-flex: 0 0 100%;

        flex: 0 0 100%;

    max-width: 100%;

  }

  .order-xl-first {

    -ms-flex-order: -1;

        order: -1;

  }

  .order-xl-1 {

    -ms-flex-order: 1;

        order: 1;

  }

  .order-xl-2 {

    -ms-flex-order: 2;

        order: 2;

  }

  .order-xl-3 {

    -ms-flex-order: 3;

        order: 3;

  }

  .order-xl-4 {

    -ms-flex-order: 4;

        order: 4;

  }

  .order-xl-5 {

    -ms-flex-order: 5;

        order: 5;

  }

  .order-xl-6 {

    -ms-flex-order: 6;

        order: 6;

  }

  .order-xl-7 {

    -ms-flex-order: 7;

        order: 7;

  }

  .order-xl-8 {

    -ms-flex-order: 8;

        order: 8;

  }

  .order-xl-9 {

    -ms-flex-order: 9;

        order: 9;

  }

  .order-xl-10 {

    -ms-flex-order: 10;

        order: 10;

  }

  .order-xl-11 {

    -ms-flex-order: 11;

        order: 11;

  }

  .order-xl-12 {

    -ms-flex-order: 12;

        order: 12;

  }

  .offset-xl-0 {

    margin-left: 0;

  }

  .offset-xl-1 {

    margin-left: 8.333333%;

  }

  .offset-xl-2 {

    margin-left: 16.666667%;

  }

  .offset-xl-3 {

    margin-left: 25%;

  }

  .offset-xl-4 {

    margin-left: 33.333333%;

  }

  .offset-xl-5 {

    margin-left: 41.666667%;

  }

  .offset-xl-6 {

    margin-left: 50%;

  }

  .offset-xl-7 {

    margin-left: 58.333333%;

  }

  .offset-xl-8 {

    margin-left: 66.666667%;

  }

  .offset-xl-9 {

    margin-left: 75%;

  }

  .offset-xl-10 {

    margin-left: 83.333333%;

  }

  .offset-xl-11 {

    margin-left: 91.666667%;

  }

}



.table {

  width: 100%;

  max-width: 100%;

  margin-bottom: 1rem;

  background-color: transparent;

}



.table th,

.table td {

  padding: 0.75rem;

  vertical-align: top;

  border-top: 1px solid #e9ecef;

}



.table thead th {

  vertical-align: bottom;

  border-bottom: 2px solid #e9ecef;

}



.table tbody + tbody {

  border-top: 2px solid #e9ecef;

}



.table .table {

  background-color: #fff;

}



.table-sm th,

.table-sm td {

  padding: 0.3rem;

}



.table-bordered {

  border: 1px solid #e9ecef;

}



.table-bordered th,

.table-bordered td {

  border: 1px solid #e9ecef;

}



.table-bordered thead th,

.table-bordered thead td {

  border-bottom-width: 2px;

}



.table-striped tbody tr:nth-of-type(odd) {

  background-color: rgba(0, 0, 0, 0.05);

}



.table-hover tbody tr:hover {

  background-color: rgba(0, 0, 0, 0.075);

}



.table-primary,

.table-primary > th,

.table-primary > td {

  background-color: #b8daff;

}



.table-hover .table-primary:hover {

  background-color: #9fcdff;

}



.table-hover .table-primary:hover > td,

.table-hover .table-primary:hover > th {

  background-color: #9fcdff;

}



.table-secondary,

.table-secondary > th,

.table-secondary > td {

  background-color: #dddfe2;

}



.table-hover .table-secondary:hover {

  background-color: #cfd2d6;

}



.table-hover .table-secondary:hover > td,

.table-hover .table-secondary:hover > th {

  background-color: #cfd2d6;

}



.table-success,

.table-success > th,

.table-success > td {

  background-color: #c3e6cb;

}



.table-hover .table-success:hover {

  background-color: #b1dfbb;

}



.table-hover .table-success:hover > td,

.table-hover .table-success:hover > th {

  background-color: #b1dfbb;

}



.table-info,

.table-info > th,

.table-info > td {

  background-color: #bee5eb;

}



.table-hover .table-info:hover {

  background-color: #abdde5;

}



.table-hover .table-info:hover > td,

.table-hover .table-info:hover > th {

  background-color: #abdde5;

}



.table-warning,

.table-warning > th,

.table-warning > td {

  background-color: #ffeeba;

}



.table-hover .table-warning:hover {

  background-color: #ffe8a1;

}



.table-hover .table-warning:hover > td,

.table-hover .table-warning:hover > th {

  background-color: #ffe8a1;

}



.table-danger,

.table-danger > th,

.table-danger > td {

  background-color: #f5c6cb;

}



.table-hover .table-danger:hover {

  background-color: #f1b0b7;

}



.table-hover .table-danger:hover > td,

.table-hover .table-danger:hover > th {

  background-color: #f1b0b7;

}



.table-light,

.table-light > th,

.table-light > td {

  background-color: #fdfdfe;

}



.table-hover .table-light:hover {

  background-color: #ececf6;

}



.table-hover .table-light:hover > td,

.table-hover .table-light:hover > th {

  background-color: #ececf6;

}



.table-dark,

.table-dark > th,

.table-dark > td {

  background-color: #c6c8ca;

}



.table-hover .table-dark:hover {

  background-color: #b9bbbe;

}



.table-hover .table-dark:hover > td,

.table-hover .table-dark:hover > th {

  background-color: #b9bbbe;

}



.table-active,

.table-active > th,

.table-active > td {

  background-color: rgba(0, 0, 0, 0.075);

}



.table-hover .table-active:hover {

  background-color: rgba(0, 0, 0, 0.075);

}



.table-hover .table-active:hover > td,

.table-hover .table-active:hover > th {

  background-color: rgba(0, 0, 0, 0.075);

}



.table .thead-dark th {

  color: #fff;

  background-color: #212529;

  border-color: #32383e;

}



.table .thead-light th {

  color: #495057;

  background-color: #e9ecef;

  border-color: #e9ecef;

}



.table-dark {

  color: #fff;

  background-color: #212529;

}



.table-dark th,

.table-dark td,

.table-dark thead th {

  border-color: #32383e;

}



.table-dark.table-bordered {

  border: 0;

}



.table-dark.table-striped tbody tr:nth-of-type(odd) {

  background-color: rgba(255, 255, 255, 0.05);

}



.table-dark.table-hover tbody tr:hover {

  background-color: rgba(255, 255, 255, 0.075);

}



@media (max-width: 575px) {

  .table-responsive-sm {

    display: block;

    width: 100%;

    overflow-x: auto;

    -webkit-overflow-scrolling: touch;

    -ms-overflow-style: -ms-autohiding-scrollbar;

  }

  .table-responsive-sm.table-bordered {

    border: 0;

  }

}



@media (max-width: 767px) {

  .table-responsive-md {

    display: block;

    width: 100%;

    overflow-x: auto;

    -webkit-overflow-scrolling: touch;

    -ms-overflow-style: -ms-autohiding-scrollbar;

  }

  .table-responsive-md.table-bordered {

    border: 0;

  }

}



@media (max-width: 991px) {

  .table-responsive-lg {

    display: block;

    width: 100%;

    overflow-x: auto;

    -webkit-overflow-scrolling: touch;

    -ms-overflow-style: -ms-autohiding-scrollbar;

  }

  .table-responsive-lg.table-bordered {

    border: 0;

  }

}



@media (max-width: 1199px) {

  .table-responsive-xl {

    display: block;

    width: 100%;

    overflow-x: auto;

    -webkit-overflow-scrolling: touch;

    -ms-overflow-style: -ms-autohiding-scrollbar;

  }

  .table-responsive-xl.table-bordered {

    border: 0;

  }

}



.table-responsive {

  display: block;

  width: 100%;

  overflow-x: auto;

  -webkit-overflow-scrolling: touch;

  -ms-overflow-style: -ms-autohiding-scrollbar;

}



.table-responsive.table-bordered {

  border: 0;

}



.form-control {

  display: block;

  width: 100%;

  padding: 0.375rem 0.75rem;

  font-size: 1rem;

  line-height: 1.5;

  color: #495057;

  background-color: #fff;

  background-image: none;

  background-clip: padding-box;

  border: 1px solid #ced4da;

  border-radius: 0.25rem;

  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;

}



.form-control::-ms-expand {

  background-color: transparent;

  border: 0;

}



.form-control:focus {

  color: #495057;

  background-color: #fff;

  border-color: #80bdff;

  outline: none;

  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);

}



.form-control::-webkit-input-placeholder {

  color: #868e96;

  opacity: 1;

}



.form-control:-ms-input-placeholder {

  color: #868e96;

  opacity: 1;

}



.form-control::-ms-input-placeholder {

  color: #868e96;

  opacity: 1;

}



.form-control::placeholder {

  color: #868e96;

  opacity: 1;

}



.form-control:disabled, .form-control[readonly] {

  background-color: #e9ecef;

  opacity: 1;

}



select.form-control:not([size]):not([multiple]) {

  height: calc(2.25rem + 2px);

}



select.form-control:focus::-ms-value {

  color: #495057;

  background-color: #fff;

}



.form-control-file,

.form-control-range {

  display: block;

}



.col-form-label {

  padding-top: calc(0.375rem + 1px);

  padding-bottom: calc(0.375rem + 1px);

  margin-bottom: 0;

  line-height: 1.5;

}



.col-form-label-lg {

  padding-top: calc(0.5rem + 1px);

  padding-bottom: calc(0.5rem + 1px);

  font-size: 1.25rem;

  line-height: 1.5;

}



.col-form-label-sm {

  padding-top: calc(0.25rem + 1px);

  padding-bottom: calc(0.25rem + 1px);

  font-size: 0.875rem;

  line-height: 1.5;

}



.col-form-legend {

  padding-top: 0.375rem;

  padding-bottom: 0.375rem;

  margin-bottom: 0;

  font-size: 1rem;

}



.form-control-plaintext {

  padding-top: 0.375rem;

  padding-bottom: 0.375rem;

  margin-bottom: 0;

  line-height: 1.5;

  background-color: transparent;

  border: solid transparent;

  border-width: 1px 0;

}



.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,

.input-group-sm > .form-control-plaintext.input-group-addon,

.input-group-sm > .input-group-btn > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,

.input-group-lg > .form-control-plaintext.input-group-addon,

.input-group-lg > .input-group-btn > .form-control-plaintext.btn {

  padding-right: 0;

  padding-left: 0;

}



.form-control-sm, .input-group-sm > .form-control,

.input-group-sm > .input-group-addon,

.input-group-sm > .input-group-btn > .btn {

  padding: 0.25rem 0.5rem;

  font-size: 0.875rem;

  line-height: 1.5;

  border-radius: 0.2rem;

}



select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),

.input-group-sm > select.input-group-addon:not([size]):not([multiple]),

.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {

  height: calc(1.8125rem + 2px);

}



.form-control-lg, .input-group-lg > .form-control,

.input-group-lg > .input-group-addon,

.input-group-lg > .input-group-btn > .btn {

  padding: 0.5rem 1rem;

  font-size: 1.25rem;

  line-height: 1.5;

  border-radius: 0.3rem;

}



select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),

.input-group-lg > select.input-group-addon:not([size]):not([multiple]),

.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {

  height: calc(2.875rem + 2px);

}



.form-group {

  margin-bottom: 1rem;

}



.form-text {

  display: block;

  margin-top: 0.25rem;

}



.form-row {

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

  margin-right: -5px;

  margin-left: -5px;

}



.form-row > .col,

.form-row > [class*="col-"] {

  padding-right: 5px;

  padding-left: 5px;

}



.form-check {

  position: relative;

  display: block;

  margin-bottom: 0.5rem;

}



.form-check.disabled .form-check-label {

  color: #868e96;

}



.form-check-label {

  padding-left: 1.25rem;

  margin-bottom: 0;

}



.form-check-input {

  position: absolute;

  margin-top: 0.25rem;

  margin-left: -1.25rem;

}



.form-check-inline {

  display: inline-block;

  margin-right: 0.75rem;

}



.form-check-inline .form-check-label {

  vertical-align: middle;

}



.valid-feedback {

  display: none;

  margin-top: .25rem;

  font-size: .875rem;

  color: #28a745;

}



.valid-tooltip {

  position: absolute;

  top: 100%;

  z-index: 5;

  display: none;

  width: 250px;

  padding: .5rem;

  margin-top: .1rem;

  font-size: .875rem;

  line-height: 1;

  color: #fff;

  background-color: rgba(40, 167, 69, 0.8);

  border-radius: .2rem;

}



.was-validated .form-control:valid, .form-control.is-valid, .was-validated

.custom-select:valid,

.custom-select.is-valid {

  border-color: #28a745;

}



.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated

.custom-select:valid:focus,

.custom-select.is-valid:focus {

  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);

}



.was-validated .form-control:valid ~ .valid-feedback,

.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,

.form-control.is-valid ~ .valid-tooltip, .was-validated

.custom-select:valid ~ .valid-feedback,

.was-validated

.custom-select:valid ~ .valid-tooltip,

.custom-select.is-valid ~ .valid-feedback,

.custom-select.is-valid ~ .valid-tooltip {

  display: block;

}



.was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label {

  color: #28a745;

}



.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {

  background-color: rgba(40, 167, 69, 0.25);

}



.was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {

  color: #28a745;

}



.was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {

  border-color: #28a745;

}



.was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {

  border-color: inherit;

}



.was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus {

  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);

}



.invalid-feedback {

  display: none;

  margin-top: .25rem;

  font-size: .875rem;

  color: #dc3545;

}



.invalid-tooltip {

  position: absolute;

  top: 100%;

  z-index: 5;

  display: none;

  width: 250px;

  padding: .5rem;

  margin-top: .1rem;

  font-size: .875rem;

  line-height: 1;

  color: #fff;

  background-color: rgba(220, 53, 69, 0.8);

  border-radius: .2rem;

}



.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated

.custom-select:invalid,

.custom-select.is-invalid {

  border-color: #dc3545;

}



.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated

.custom-select:invalid:focus,

.custom-select.is-invalid:focus {

  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);

}



.was-validated .form-control:invalid ~ .invalid-feedback,

.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,

.form-control.is-invalid ~ .invalid-tooltip, .was-validated

.custom-select:invalid ~ .invalid-feedback,

.was-validated

.custom-select:invalid ~ .invalid-tooltip,

.custom-select.is-invalid ~ .invalid-feedback,

.custom-select.is-invalid ~ .invalid-tooltip {

  display: block;

}



.was-validated .form-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label {

  color: #dc3545;

}



.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {

  background-color: rgba(220, 53, 69, 0.25);

}



.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {

  color: #dc3545;

}



.was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {

  border-color: #dc3545;

}



.was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {

  border-color: inherit;

}



.was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {

  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);

}



.form-inline {

  display: -ms-flexbox;

  display: flex;

  -ms-flex-flow: row wrap;

      flex-flow: row wrap;

  -ms-flex-align: center;

      align-items: center;

}



.form-inline .form-check {

  width: 100%;

}



@media (min-width: 576px) {

  .form-inline label {

    display: -ms-flexbox;

    display: flex;

    -ms-flex-align: center;

        align-items: center;

    -ms-flex-pack: center;

        justify-content: center;

    margin-bottom: 0;

  }

  .form-inline .form-group {

    display: -ms-flexbox;

    display: flex;

    -ms-flex: 0 0 auto;

        flex: 0 0 auto;

    -ms-flex-flow: row wrap;

        flex-flow: row wrap;

    -ms-flex-align: center;

        align-items: center;

    margin-bottom: 0;

  }

  .form-inline .form-control {

    display: inline-block;

    width: auto;

    vertical-align: middle;

  }

  .form-inline .form-control-plaintext {

    display: inline-block;

  }

  .form-inline .input-group {

    width: auto;

  }

  .form-inline .form-check {

    display: -ms-flexbox;

    display: flex;

    -ms-flex-align: center;

        align-items: center;

    -ms-flex-pack: center;

        justify-content: center;

    width: auto;

    margin-top: 0;

    margin-bottom: 0;

  }

  .form-inline .form-check-label {

    padding-left: 0;

  }

  .form-inline .form-check-input {

    position: relative;

    margin-top: 0;

    margin-right: 0.25rem;

    margin-left: 0;

  }

  .form-inline .custom-control {

    display: -ms-flexbox;

    display: flex;

    -ms-flex-align: center;

        align-items: center;

    -ms-flex-pack: center;

        justify-content: center;

    padding-left: 0;

  }

  .form-inline .custom-control-indicator {

    position: static;

    display: inline-block;

    margin-right: 0.25rem;

    vertical-align: text-bottom;

  }

  .form-inline .has-feedback .form-control-feedback {

    top: 0;

  }

}



.btn {

  display: inline-block;

  font-weight: 400;

  text-align: center;

  white-space: nowrap;

  vertical-align: middle;

  -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

          user-select: none;

  border: 1px solid transparent;

  padding: 0.375rem 0.75rem;

  font-size: 1rem;

  line-height: 1.5;

  border-radius: 0.25rem;

  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}



.btn:focus, .btn:hover {

  text-decoration: none;

}



.btn:focus, .btn.focus {

  outline: 0;

  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);

}



.btn.disabled, .btn:disabled {

  opacity: .65;

}



.btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active {

  background-image: none;

}



a.btn.disabled,

fieldset[disabled] a.btn {

  pointer-events: none;

}



.btn-primary {

  color: #fff;

  background-color: #007bff;

  border-color: #007bff;

}



.btn-primary:hover {

  color: #fff;

  background-color: #0069d9;

  border-color: #0062cc;

}



.btn-primary:focus, .btn-primary.focus {

  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);

}



.btn-primary.disabled, .btn-primary:disabled {

  background-color: #007bff;

  border-color: #007bff;

}



.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active,

.show > .btn-primary.dropdown-toggle {

  color: #fff;

  background-color: #0062cc;

  border-color: #005cbf;

  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);

}



.btn-secondary {

  color: #fff;

  background-color: #868e96;

  border-color: #868e96;

}



.btn-secondary:hover {

  color: #fff;

  background-color: #727b84;

  border-color: #6c757d;

}



.btn-secondary:focus, .btn-secondary.focus {

  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);

}



.btn-secondary.disabled, .btn-secondary:disabled {

  background-color: #868e96;

  border-color: #868e96;

}



.btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active,

.show > .btn-secondary.dropdown-toggle {

  color: #fff;

  background-color: #6c757d;

  border-color: #666e76;

  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);

}



.btn-success {

  color: #fff;

  background-color: #28a745;

  border-color: #28a745;

}



.btn-success:hover {

  color: #fff;

  background-color: #218838;

  border-color: #1e7e34;

}



.btn-success:focus, .btn-success.focus {

  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);

}



.btn-success.disabled, .btn-success:disabled {

  background-color: #28a745;

  border-color: #28a745;

}



.btn-success:not([disabled]):not(.disabled):active, .btn-success:not([disabled]):not(.disabled).active,

.show > .btn-success.dropdown-toggle {

  color: #fff;

  background-color: #1e7e34;

  border-color: #1c7430;

  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);

}



.btn-info {

  color: #fff;

  background-color: #17a2b8;

  border-color: #17a2b8;

}



.btn-info:hover {

  color: #fff;

  background-color: #138496;

  border-color: #117a8b;

}



.btn-info:focus, .btn-info.focus {

  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);

}



.btn-info.disabled, .btn-info:disabled {

  background-color: #17a2b8;

  border-color: #17a2b8;

}



.btn-info:not([disabled]):not(.disabled):active, .btn-info:not([disabled]):not(.disabled).active,

.show > .btn-info.dropdown-toggle {

  color: #fff;

  background-color: #117a8b;

  border-color: #10707f;

  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);

}



.btn-warning {

  color: #111;

  background-color: #ffc107;

  border-color: #ffc107;

}



.btn-warning:hover {

  color: #111;

  background-color: #e0a800;

  border-color: #d39e00;

}



.btn-warning:focus, .btn-warning.focus {

  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);

}



.btn-warning.disabled, .btn-warning:disabled {

  background-color: #ffc107;

  border-color: #ffc107;

}



.btn-warning:not([disabled]):not(.disabled):active, .btn-warning:not([disabled]):not(.disabled).active,

.show > .btn-warning.dropdown-toggle {

  color: #111;

  background-color: #d39e00;

  border-color: #c69500;

  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);

}



.btn-danger {

  color: #fff;

  background-color: #dc3545;

  border-color: #dc3545;

}



.btn-danger:hover {

  color: #fff;

  background-color: #c82333;

  border-color: #bd2130;

}



.btn-danger:focus, .btn-danger.focus {

  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);

}



.btn-danger.disabled, .btn-danger:disabled {

  background-color: #dc3545;

  border-color: #dc3545;

}



.btn-danger:not([disabled]):not(.disabled):active, .btn-danger:not([disabled]):not(.disabled).active,

.show > .btn-danger.dropdown-toggle {

  color: #fff;

  background-color: #bd2130;

  border-color: #b21f2d;

  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);

}



.btn-light {

  color: #111;

  background-color: #f8f9fa;

  border-color: #f8f9fa;

}



.btn-light:hover {

  color: #111;

  background-color: #e2e6ea;

  border-color: #dae0e5;

}



.btn-light:focus, .btn-light.focus {

  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);

}



.btn-light.disabled, .btn-light:disabled {

  background-color: #f8f9fa;

  border-color: #f8f9fa;

}



.btn-light:not([disabled]):not(.disabled):active, .btn-light:not([disabled]):not(.disabled).active,

.show > .btn-light.dropdown-toggle {

  color: #111;

  background-color: #dae0e5;

  border-color: #d3d9df;

  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);

}



.btn-dark {

  color: #fff;

  background-color: #343a40;

  border-color: #343a40;

}



.btn-dark:hover {

  color: #fff;

  background-color: #23272b;

  border-color: #1d2124;

}



.btn-dark:focus, .btn-dark.focus {

  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);

}



.btn-dark.disabled, .btn-dark:disabled {

  background-color: #343a40;

  border-color: #343a40;

}



.btn-dark:not([disabled]):not(.disabled):active, .btn-dark:not([disabled]):not(.disabled).active,

.show > .btn-dark.dropdown-toggle {

  color: #fff;

  background-color: #1d2124;

  border-color: #171a1d;

  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);

}



.btn-outline-primary {

  color: #007bff;

  background-color: transparent;

  background-image: none;

  border-color: #007bff;

}



.btn-outline-primary:hover {

  color: #fff;

  background-color: #007bff;

  border-color: #007bff;

}



.btn-outline-primary:focus, .btn-outline-primary.focus {

  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);

}



.btn-outline-primary.disabled, .btn-outline-primary:disabled {

  color: #007bff;

  background-color: transparent;

}



.btn-outline-primary:not([disabled]):not(.disabled):active, .btn-outline-primary:not([disabled]):not(.disabled).active,

.show > .btn-outline-primary.dropdown-toggle {

  color: #fff;

  background-color: #007bff;

  border-color: #007bff;

  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);

}



.btn-outline-secondary {

  color: #868e96;

  background-color: transparent;

  background-image: none;

  border-color: #868e96;

}



.btn-outline-secondary:hover {

  color: #fff;

  background-color: #868e96;

  border-color: #868e96;

}



.btn-outline-secondary:focus, .btn-outline-secondary.focus {

  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);

}



.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {

  color: #868e96;

  background-color: transparent;

}



.btn-outline-secondary:not([disabled]):not(.disabled):active, .btn-outline-secondary:not([disabled]):not(.disabled).active,

.show > .btn-outline-secondary.dropdown-toggle {

  color: #fff;

  background-color: #868e96;

  border-color: #868e96;

  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);

}



.btn-outline-success {

  color: #28a745;

  background-color: transparent;

  background-image: none;

  border-color: #28a745;

}



.btn-outline-success:hover {

  color: #fff;

  background-color: #28a745;

  border-color: #28a745;

}



.btn-outline-success:focus, .btn-outline-success.focus {

  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);

}



.btn-outline-success.disabled, .btn-outline-success:disabled {

  color: #28a745;

  background-color: transparent;

}



.btn-outline-success:not([disabled]):not(.disabled):active, .btn-outline-success:not([disabled]):not(.disabled).active,

.show > .btn-outline-success.dropdown-toggle {

  color: #fff;

  background-color: #28a745;

  border-color: #28a745;

  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);

}



.btn-outline-info {

  color: #17a2b8;

  background-color: transparent;

  background-image: none;

  border-color: #17a2b8;

}



.btn-outline-info:hover {

  color: #fff;

  background-color: #17a2b8;

  border-color: #17a2b8;

}



.btn-outline-info:focus, .btn-outline-info.focus {

  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);

}



.btn-outline-info.disabled, .btn-outline-info:disabled {

  color: #17a2b8;

  background-color: transparent;

}



.btn-outline-info:not([disabled]):not(.disabled):active, .btn-outline-info:not([disabled]):not(.disabled).active,

.show > .btn-outline-info.dropdown-toggle {

  color: #fff;

  background-color: #17a2b8;

  border-color: #17a2b8;

  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);

}



.btn-outline-warning {

  color: #ffc107;

  background-color: transparent;

  background-image: none;

  border-color: #ffc107;

}



.btn-outline-warning:hover {

  color: #fff;

  background-color: #ffc107;

  border-color: #ffc107;

}



.btn-outline-warning:focus, .btn-outline-warning.focus {

  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);

}



.btn-outline-warning.disabled, .btn-outline-warning:disabled {

  color: #ffc107;

  background-color: transparent;

}



.btn-outline-warning:not([disabled]):not(.disabled):active, .btn-outline-warning:not([disabled]):not(.disabled).active,

.show > .btn-outline-warning.dropdown-toggle {

  color: #fff;

  background-color: #ffc107;

  border-color: #ffc107;

  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);

}



.btn-outline-danger {

  color: #dc3545;

  background-color: transparent;

  background-image: none;

  border-color: #dc3545;

}



.btn-outline-danger:hover {

  color: #fff;

  background-color: #dc3545;

  border-color: #dc3545;

}



.btn-outline-danger:focus, .btn-outline-danger.focus {

  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);

}



.btn-outline-danger.disabled, .btn-outline-danger:disabled {

  color: #dc3545;

  background-color: transparent;

}



.btn-outline-danger:not([disabled]):not(.disabled):active, .btn-outline-danger:not([disabled]):not(.disabled).active,

.show > .btn-outline-danger.dropdown-toggle {

  color: #fff;

  background-color: #dc3545;

  border-color: #dc3545;

  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);

}



.btn-outline-light {

  color: #f8f9fa;

  background-color: transparent;

  background-image: none;

  border-color: #f8f9fa;

}



.btn-outline-light:hover {

  color: #212529;

  background-color: #f8f9fa;

  border-color: #f8f9fa;

}



.btn-outline-light:focus, .btn-outline-light.focus {

  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);

}



.btn-outline-light.disabled, .btn-outline-light:disabled {

  color: #f8f9fa;

  background-color: transparent;

}



.btn-outline-light:not([disabled]):not(.disabled):active, .btn-outline-light:not([disabled]):not(.disabled).active,

.show > .btn-outline-light.dropdown-toggle {

  color: #212529;

  background-color: #f8f9fa;

  border-color: #f8f9fa;

  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);

}



.btn-outline-dark {

  color: #343a40;

  background-color: transparent;

  background-image: none;

  border-color: #343a40;

}



.btn-outline-dark:hover {

  color: #fff;

  background-color: #343a40;

  border-color: #343a40;

}



.btn-outline-dark:focus, .btn-outline-dark.focus {

  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);

}



.btn-outline-dark.disabled, .btn-outline-dark:disabled {

  color: #343a40;

  background-color: transparent;

}



.btn-outline-dark:not([disabled]):not(.disabled):active, .btn-outline-dark:not([disabled]):not(.disabled).active,

.show > .btn-outline-dark.dropdown-toggle {

  color: #fff;

  background-color: #343a40;

  border-color: #343a40;

  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);

}



.btn-link {

  font-weight: 400;

  color: #007bff;

  background-color: transparent;

}



.btn-link:hover {

  color: #0056b3;

  text-decoration: underline;

  background-color: transparent;

  border-color: transparent;

}



.btn-link:focus, .btn-link.focus {

  border-color: transparent;

  box-shadow: none;

}



.btn-link:disabled, .btn-link.disabled {

  color: #868e96;

}



.btn-lg, .btn-group-lg > .btn {

  padding: 0.5rem 1rem;

  font-size: 1.25rem;

  line-height: 1.5;

  border-radius: 0.3rem;

}



.btn-sm, .btn-group-sm > .btn {

  padding: 0.25rem 0.5rem;

  font-size: 0.875rem;

  line-height: 1.5;

  border-radius: 0.2rem;

}



.btn-block {

  display: block;

  width: 100%;

}



.btn-block + .btn-block {

  margin-top: 0.5rem;

}



input[type="submit"].btn-block,

input[type="reset"].btn-block,

input[type="button"].btn-block {

  width: 100%;

}



.fade {

  opacity: 0;

  transition: opacity 0.15s linear;

}



.fade.show {

  opacity: 1;

}



.collapse {

  display: none;

}



.collapse.show {

  display: block;

}



tr.collapse.show {

  display: table-row;

}



tbody.collapse.show {

  display: table-row-group;

}



.collapsing {

  position: relative;

  height: 0;

  overflow: hidden;

  transition: height 0.35s ease;

}



.dropup,

.dropdown {

  position: relative;

}



.dropdown-toggle::after {

  display: inline-block;

  width: 0;

  height: 0;

  margin-left: 0.255em;

  vertical-align: 0.255em;

  content: "";

  border-top: 0.3em solid;

  border-right: 0.3em solid transparent;

  border-bottom: 0;

  border-left: 0.3em solid transparent;

}



.dropdown-toggle:empty::after {

  margin-left: 0;

}



.dropdown-menu {

  position: absolute;

  top: 100%;

  left: 0;

  z-index: 1000;

  display: none;

  float: left;

  min-width: 10rem;

  padding: 0.5rem 0;

  margin: 0.125rem 0 0;

  font-size: 1rem;

  color: #212529;

  text-align: left;

  list-style: none;

  background-color: #fff;

  background-clip: padding-box;

  border: 1px solid rgba(0, 0, 0, 0.15);

  border-radius: 0.25rem;

}



.dropup .dropdown-menu {

  margin-top: 0;

  margin-bottom: 0.125rem;

}



.dropup .dropdown-toggle::after {

  display: inline-block;

  width: 0;

  height: 0;

  margin-left: 0.255em;

  vertical-align: 0.255em;

  content: "";

  border-top: 0;

  border-right: 0.3em solid transparent;

  border-bottom: 0.3em solid;

  border-left: 0.3em solid transparent;

}



.dropup .dropdown-toggle:empty::after {

  margin-left: 0;

}



.dropdown-divider {

  height: 0;

  margin: 0.5rem 0;

  overflow: hidden;

  border-top: 1px solid #e9ecef;

}



.dropdown-item {

  display: block;

  width: 100%;

  padding: 0.25rem 1.5rem;

  clear: both;

  font-weight: 400;

  color: #212529;

  text-align: inherit;

  white-space: nowrap;

  background: none;

  border: 0;

}



.dropdown-item:focus, .dropdown-item:hover {

  color: #16181b;

  text-decoration: none;

  background-color: #f8f9fa;

}



.dropdown-item.active, .dropdown-item:active {

  color: #fff;

  text-decoration: none;

  background-color: #007bff;

}



.dropdown-item.disabled, .dropdown-item:disabled {

  color: #868e96;

  background-color: transparent;

}



.dropdown-menu.show {

  display: block;

}



.dropdown-header {

  display: block;

  padding: 0.5rem 1.5rem;

  margin-bottom: 0;

  font-size: 0.875rem;

  color: #868e96;

  white-space: nowrap;

}



.btn-group,

.btn-group-vertical {

  position: relative;

  display: -ms-inline-flexbox;

  display: inline-flex;

  vertical-align: middle;

}



.btn-group > .btn,

.btn-group-vertical > .btn {

  position: relative;

  -ms-flex: 0 1 auto;

      flex: 0 1 auto;

}



.btn-group > .btn:hover,

.btn-group-vertical > .btn:hover {

  z-index: 2;

}



.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,

.btn-group-vertical > .btn:focus,

.btn-group-vertical > .btn:active,

.btn-group-vertical > .btn.active {

  z-index: 2;

}



.btn-group .btn + .btn,

.btn-group .btn + .btn-group,

.btn-group .btn-group + .btn,

.btn-group .btn-group + .btn-group,

.btn-group-vertical .btn + .btn,

.btn-group-vertical .btn + .btn-group,

.btn-group-vertical .btn-group + .btn,

.btn-group-vertical .btn-group + .btn-group {

  margin-left: -1px;

}



.btn-toolbar {

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

  -ms-flex-pack: start;

      justify-content: flex-start;

}



.btn-toolbar .input-group {

  width: auto;

}



.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {

  border-radius: 0;

}



.btn-group > .btn:first-child {

  margin-left: 0;

}



.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {

  border-top-right-radius: 0;

  border-bottom-right-radius: 0;

}



.btn-group > .btn:last-child:not(:first-child),

.btn-group > .dropdown-toggle:not(:first-child) {

  border-top-left-radius: 0;

  border-bottom-left-radius: 0;

}



.btn-group > .btn-group {

  float: left;

}



.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {

  border-radius: 0;

}



.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,

.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {

  border-top-right-radius: 0;

  border-bottom-right-radius: 0;

}



.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {

  border-top-left-radius: 0;

  border-bottom-left-radius: 0;

}



.btn + .dropdown-toggle-split {

  padding-right: 0.5625rem;

  padding-left: 0.5625rem;

}



.btn + .dropdown-toggle-split::after {

  margin-left: 0;

}



.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {

  padding-right: 0.375rem;

  padding-left: 0.375rem;

}



.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {

  padding-right: 0.75rem;

  padding-left: 0.75rem;

}



.btn-group-vertical {

  -ms-flex-direction: column;

      flex-direction: column;

  -ms-flex-align: start;

      align-items: flex-start;

  -ms-flex-pack: center;

      justify-content: center;

}



.btn-group-vertical .btn,

.btn-group-vertical .btn-group {

  width: 100%;

}



.btn-group-vertical > .btn + .btn,

.btn-group-vertical > .btn + .btn-group,

.btn-group-vertical > .btn-group + .btn,

.btn-group-vertical > .btn-group + .btn-group {

  margin-top: -1px;

  margin-left: 0;

}



.btn-group-vertical > .btn:not(:first-child):not(:last-child) {

  border-radius: 0;

}



.btn-group-vertical > .btn:first-child:not(:last-child) {

  border-bottom-right-radius: 0;

  border-bottom-left-radius: 0;

}



.btn-group-vertical > .btn:last-child:not(:first-child) {

  border-top-left-radius: 0;

  border-top-right-radius: 0;

}



.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {

  border-radius: 0;

}



.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {

  border-bottom-right-radius: 0;

  border-bottom-left-radius: 0;

}



.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {

  border-top-left-radius: 0;

  border-top-right-radius: 0;

}



[data-toggle="buttons"] > .btn input[type="radio"],

[data-toggle="buttons"] > .btn input[type="checkbox"],

[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],

[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {

  position: absolute;

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

  pointer-events: none;

}



.input-group {

  position: relative;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-align: stretch;

      align-items: stretch;

  width: 100%;

}



.input-group .form-control {

  position: relative;

  z-index: 2;

  -ms-flex: 1 1 auto;

      flex: 1 1 auto;

  width: 1%;

  margin-bottom: 0;

}



.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {

  z-index: 3;

}



.input-group-addon,

.input-group-btn,

.input-group .form-control {

  display: -ms-flexbox;

  display: flex;

  -ms-flex-align: center;

      align-items: center;

}



.input-group-addon:not(:first-child):not(:last-child),

.input-group-btn:not(:first-child):not(:last-child),

.input-group .form-control:not(:first-child):not(:last-child) {

  border-radius: 0;

}



.input-group-addon,

.input-group-btn {

  white-space: nowrap;

}



.input-group-addon {

  padding: 0.375rem 0.75rem;

  margin-bottom: 0;

  font-size: 1rem;

  font-weight: 400;

  line-height: 1.5;

  color: #495057;

  text-align: center;

  background-color: #e9ecef;

  border: 1px solid #ced4da;

  border-radius: 0.25rem;

}



.input-group-addon.form-control-sm,

.input-group-sm > .input-group-addon,

.input-group-sm > .input-group-btn > .input-group-addon.btn {

  padding: 0.25rem 0.5rem;

  font-size: 0.875rem;

  border-radius: 0.2rem;

}



.input-group-addon.form-control-lg,

.input-group-lg > .input-group-addon,

.input-group-lg > .input-group-btn > .input-group-addon.btn {

  padding: 0.5rem 1rem;

  font-size: 1.25rem;

  border-radius: 0.3rem;

}



.input-group-addon input[type="radio"],

.input-group-addon input[type="checkbox"] {

  margin-top: 0;

}



.input-group .form-control:not(:last-child),

.input-group-addon:not(:last-child),

.input-group-btn:not(:last-child) > .btn,

.input-group-btn:not(:last-child) > .btn-group > .btn,

.input-group-btn:not(:last-child) > .dropdown-toggle,

.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),

.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {

  border-top-right-radius: 0;

  border-bottom-right-radius: 0;

}



.input-group-addon:not(:last-child) {

  border-right: 0;

}



.input-group .form-control:not(:first-child),

.input-group-addon:not(:first-child),

.input-group-btn:not(:first-child) > .btn,

.input-group-btn:not(:first-child) > .btn-group > .btn,

.input-group-btn:not(:first-child) > .dropdown-toggle,

.input-group-btn:not(:last-child) > .btn:not(:first-child),

.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {

  border-top-left-radius: 0;

  border-bottom-left-radius: 0;

}



.form-control + .input-group-addon:not(:first-child) {

  border-left: 0;

}



.input-group-btn {

  position: relative;

  -ms-flex-align: stretch;

      align-items: stretch;

  font-size: 0;

  white-space: nowrap;

}



.input-group-btn > .btn {

  position: relative;

}



.input-group-btn > .btn + .btn {

  margin-left: -1px;

}



.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {

  z-index: 3;

}



.input-group-btn:first-child > .btn + .btn {

  margin-left: 0;

}



.input-group-btn:not(:last-child) > .btn,

.input-group-btn:not(:last-child) > .btn-group {

  margin-right: -1px;

}



.input-group-btn:not(:first-child) > .btn,

.input-group-btn:not(:first-child) > .btn-group {

  z-index: 2;

  margin-left: 0;

}



.input-group-btn:not(:first-child) > .btn:first-child,

.input-group-btn:not(:first-child) > .btn-group:first-child {

  margin-left: -1px;

}



.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,

.input-group-btn:not(:first-child) > .btn-group:focus,

.input-group-btn:not(:first-child) > .btn-group:active,

.input-group-btn:not(:first-child) > .btn-group:hover {

  z-index: 3;

}



.custom-control {

  position: relative;

  display: -ms-inline-flexbox;

  display: inline-flex;

  min-height: 1.5rem;

  padding-left: 1.5rem;

  margin-right: 1rem;

}



.custom-control-input {

  position: absolute;

  z-index: -1;

  opacity: 0;

}



.custom-control-input:checked ~ .custom-control-indicator {

  color: #fff;

  background-color: #007bff;

}



.custom-control-input:focus ~ .custom-control-indicator {

  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);

}



.custom-control-input:active ~ .custom-control-indicator {

  color: #fff;

  background-color: #b3d7ff;

}



.custom-control-input:disabled ~ .custom-control-indicator {

  background-color: #e9ecef;

}



.custom-control-input:disabled ~ .custom-control-description {

  color: #868e96;

}



.custom-control-indicator {

  position: absolute;

  top: 0.25rem;

  left: 0;

  display: block;

  width: 1rem;

  height: 1rem;

  pointer-events: none;

  -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

          user-select: none;

  background-color: #ddd;

  background-repeat: no-repeat;

  background-position: center center;

  background-size: 50% 50%;

}



.custom-checkbox .custom-control-indicator {

  border-radius: 0.25rem;

}



.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {

  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");

}



.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {

  background-color: #007bff;

  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");

}



.custom-radio .custom-control-indicator {

  border-radius: 50%;

}



.custom-radio .custom-control-input:checked ~ .custom-control-indicator {

  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");

}



.custom-controls-stacked {

  display: -ms-flexbox;

  display: flex;

  -ms-flex-direction: column;

      flex-direction: column;

}



.custom-controls-stacked .custom-control {

  margin-bottom: 0.25rem;

}



.custom-controls-stacked .custom-control + .custom-control {

  margin-left: 0;

}



.custom-select {

  display: inline-block;

  max-width: 100%;

  height: calc(2.25rem + 2px);

  padding: 0.375rem 1.75rem 0.375rem 0.75rem;

  line-height: 1.5;

  color: #495057;

  vertical-align: middle;

  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;

  background-size: 8px 10px;

  border: 1px solid #ced4da;

  border-radius: 0.25rem;

  -webkit-appearance: none;

     -moz-appearance: none;

          appearance: none;

}



.custom-select:focus {

  border-color: #80bdff;

  outline: none;

}



.custom-select:focus::-ms-value {

  color: #495057;

  background-color: #fff;

}



.custom-select[multiple] {

  height: auto;

  background-image: none;

}



.custom-select:disabled {

  color: #868e96;

  background-color: #e9ecef;

}



.custom-select::-ms-expand {

  opacity: 0;

}



.custom-select-sm {

  height: calc(1.8125rem + 2px);

  padding-top: 0.375rem;

  padding-bottom: 0.375rem;

  font-size: 75%;

}



.custom-file {

  position: relative;

  display: inline-block;

  max-width: 100%;

  height: calc(2.25rem + 2px);

  margin-bottom: 0;

}



.custom-file-input {

  min-width: 14rem;

  max-width: 100%;

  height: calc(2.25rem + 2px);

  margin: 0;

  opacity: 0;

}



.custom-file-input:focus ~ .custom-file-control {

  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #007bff;

}



.custom-file-control {

  position: absolute;

  top: 0;

  right: 0;

  left: 0;

  z-index: 5;

  height: calc(2.25rem + 2px);

  padding: 0.375rem 0.75rem;

  line-height: 1.5;

  color: #495057;

  pointer-events: none;

  -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

          user-select: none;

  background-color: #fff;

  border: 1px solid #ced4da;

  border-radius: 0.25rem;

}



.custom-file-control:lang(en):empty::after {

  content: "Choose file...";

}



.custom-file-control::before {

  position: absolute;

  top: -1px;

  right: -1px;

  bottom: -1px;

  z-index: 6;

  display: block;

  height: calc(2.25rem + 2px);

  padding: 0.375rem 0.75rem;

  line-height: 1.5;

  color: #495057;

  background-color: #e9ecef;

  border: 1px solid #ced4da;

  border-radius: 0 0.25rem 0.25rem 0;

}



.custom-file-control:lang(en)::before {

  content: "Browse";

}



.nav {

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

  padding-left: 0;

  margin-bottom: 0;

  list-style: none;

}



.nav-link {

  display: block;

  padding: 0.5rem 1rem;

}



.nav-link:focus, .nav-link:hover {

  text-decoration: none;

}



.nav-link.disabled {

  color: #868e96;

}



.nav-tabs {

  border-bottom: 1px solid #ddd;

}



.nav-tabs .nav-item {

  margin-bottom: -1px;

}



.nav-tabs .nav-link {

  border: 1px solid transparent;

  border-top-left-radius: 0.25rem;

  border-top-right-radius: 0.25rem;

}



.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {

  border-color: #e9ecef #e9ecef #ddd;

}



.nav-tabs .nav-link.disabled {

  color: #868e96;

  background-color: transparent;

  border-color: transparent;

}



.nav-tabs .nav-link.active,

.nav-tabs .nav-item.show .nav-link {

  color: #495057;

  background-color: #fff;

  border-color: #ddd #ddd #fff;

}



.nav-tabs .dropdown-menu {

  margin-top: -1px;

  border-top-left-radius: 0;

  border-top-right-radius: 0;

}



.nav-pills .nav-link {

  border-radius: 0.25rem;

}



.nav-pills .nav-link.active,

.nav-pills .show > .nav-link {

  color: #fff;

  background-color: #007bff;

}



.nav-fill .nav-item {

  -ms-flex: 1 1 auto;

      flex: 1 1 auto;

  text-align: center;

}



.nav-justified .nav-item {

  -ms-flex-preferred-size: 0;

      flex-basis: 0;

  -ms-flex-positive: 1;

      flex-grow: 1;

  text-align: center;

}



.tab-content > .tab-pane {

  display: none;

}



.tab-content > .active {

  display: block;

}



.navbar {

  position: relative;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

  -ms-flex-align: center;

      align-items: center;

  -ms-flex-pack: justify;

      justify-content: space-between;

  padding: 0.5rem 1rem;

}



.navbar > .container,

.navbar > .container-fluid {

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

  -ms-flex-align: center;

      align-items: center;

  -ms-flex-pack: justify;

      justify-content: space-between;

}



.navbar-brand {

  display: inline-block;

  padding-top: 0.3125rem;

  padding-bottom: 0.3125rem;

  margin-right: 1rem;

  font-size: 1.25rem;

  line-height: inherit;

  white-space: nowrap;

}



.navbar-brand:focus, .navbar-brand:hover {

  text-decoration: none;

}



.navbar-nav {

  display: -ms-flexbox;

  display: flex;

  -ms-flex-direction: column;

      flex-direction: column;

  padding-left: 0;

  margin-bottom: 0;

  list-style: none;

}



.navbar-nav .nav-link {

  padding-right: 0;

  padding-left: 0;

}



.navbar-nav .dropdown-menu {

  position: static;

  float: none;

}



.navbar-text {

  display: inline-block;

  padding-top: 0.5rem;

  padding-bottom: 0.5rem;

}



.navbar-collapse {

  -ms-flex-preferred-size: 100%;

      flex-basis: 100%;

  -ms-flex-positive: 1;

      flex-grow: 1;

  -ms-flex-align: center;

      align-items: center;

}



.navbar-toggler {

  padding: 0.25rem 0.75rem;

  font-size: 1.25rem;

  line-height: 1;

  background: transparent;

  border: 1px solid transparent;

  border-radius: 0.25rem;

}



.navbar-toggler:focus, .navbar-toggler:hover {

  text-decoration: none;

}



.navbar-toggler-icon {

  display: inline-block;

  width: 1.5em;

  height: 1.5em;

  vertical-align: middle;

  content: "";

  background: no-repeat center center;

  background-size: 100% 100%;

}



@media (max-width: 575px) {

  .navbar-expand-sm > .container,

  .navbar-expand-sm > .container-fluid {

    padding-right: 0;

    padding-left: 0;

  }

}



@media (min-width: 576px) {

  .navbar-expand-sm {

    -ms-flex-flow: row nowrap;

        flex-flow: row nowrap;

    -ms-flex-pack: start;

        justify-content: flex-start;

  }

  .navbar-expand-sm .navbar-nav {

    -ms-flex-direction: row;

        flex-direction: row;

  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {

    position: absolute;

  }

  .navbar-expand-sm .navbar-nav .dropdown-menu-right {

    right: 0;

    left: auto;

  }

  .navbar-expand-sm .navbar-nav .nav-link {

    padding-right: .5rem;

    padding-left: .5rem;

  }

  .navbar-expand-sm > .container,

  .navbar-expand-sm > .container-fluid {

    -ms-flex-wrap: nowrap;

        flex-wrap: nowrap;

  }

  .navbar-expand-sm .navbar-collapse {

    display: -ms-flexbox !important;

    display: flex !important;

    -ms-flex-preferred-size: auto;

        flex-basis: auto;

  }

  .navbar-expand-sm .navbar-toggler {

    display: none;

  }

  .navbar-expand-sm .dropup .dropdown-menu {

    top: auto;

    bottom: 100%;

  }

}



@media (max-width: 767px) {

  .navbar-expand-md > .container,

  .navbar-expand-md > .container-fluid {

    padding-right: 0;

    padding-left: 0;

  }

}



@media (min-width: 768px) {

  .navbar-expand-md {

    -ms-flex-flow: row nowrap;

        flex-flow: row nowrap;

    -ms-flex-pack: start;

        justify-content: flex-start;

  }

  .navbar-expand-md .navbar-nav {

    -ms-flex-direction: row;

        flex-direction: row;

  }

  .navbar-expand-md .navbar-nav .dropdown-menu {

    position: absolute;

  }

  .navbar-expand-md .navbar-nav .dropdown-menu-right {

    right: 0;

    left: auto;

  }

  .navbar-expand-md .navbar-nav .nav-link {

    padding-right: .5rem;

    padding-left: .5rem;

  }

  .navbar-expand-md > .container,

  .navbar-expand-md > .container-fluid {

    -ms-flex-wrap: nowrap;

        flex-wrap: nowrap;

  }

  .navbar-expand-md .navbar-collapse {

    display: -ms-flexbox !important;

    display: flex !important;

    -ms-flex-preferred-size: auto;

        flex-basis: auto;

  }

  .navbar-expand-md .navbar-toggler {

    display: none;

  }

  .navbar-expand-md .dropup .dropdown-menu {

    top: auto;

    bottom: 100%;

  }

}



@media (max-width: 991px) {

  .navbar-expand-lg > .container,

  .navbar-expand-lg > .container-fluid {

    padding-right: 0;

    padding-left: 0;

  }

}



@media (min-width: 992px) {

  .navbar-expand-lg {

    -ms-flex-flow: row nowrap;

        flex-flow: row nowrap;

    -ms-flex-pack: start;

        justify-content: flex-start;

  }

  .navbar-expand-lg .navbar-nav {

    -ms-flex-direction: row;

        flex-direction: row;

  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {

    position: absolute;

  }

  .navbar-expand-lg .navbar-nav .dropdown-menu-right {

    right: 0;

    left: auto;

  }

  .navbar-expand-lg .navbar-nav .nav-link {

    padding-right: .5rem;

    padding-left: .5rem;

  }

  .navbar-expand-lg > .container,

  .navbar-expand-lg > .container-fluid {

    -ms-flex-wrap: nowrap;

        flex-wrap: nowrap;

  }

  .navbar-expand-lg .navbar-collapse {

    display: -ms-flexbox !important;

    display: flex !important;

    -ms-flex-preferred-size: auto;

        flex-basis: auto;

  }

  .navbar-expand-lg .navbar-toggler {

    display: none;

  }

  .navbar-expand-lg .dropup .dropdown-menu {

    top: auto;

    bottom: 100%;

  }

}



@media (max-width: 1199px) {

  .navbar-expand-xl > .container,

  .navbar-expand-xl > .container-fluid {

    padding-right: 0;

    padding-left: 0;

  }

}



@media (min-width: 1200px) {

  .navbar-expand-xl {

    -ms-flex-flow: row nowrap;

        flex-flow: row nowrap;

    -ms-flex-pack: start;

        justify-content: flex-start;

  }

  .navbar-expand-xl .navbar-nav {

    -ms-flex-direction: row;

        flex-direction: row;

  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {

    position: absolute;

  }

  .navbar-expand-xl .navbar-nav .dropdown-menu-right {

    right: 0;

    left: auto;

  }

  .navbar-expand-xl .navbar-nav .nav-link {

    padding-right: .5rem;

    padding-left: .5rem;

  }

  .navbar-expand-xl > .container,

  .navbar-expand-xl > .container-fluid {

    -ms-flex-wrap: nowrap;

        flex-wrap: nowrap;

  }

  .navbar-expand-xl .navbar-collapse {

    display: -ms-flexbox !important;

    display: flex !important;

    -ms-flex-preferred-size: auto;

        flex-basis: auto;

  }

  .navbar-expand-xl .navbar-toggler {

    display: none;

  }

  .navbar-expand-xl .dropup .dropdown-menu {

    top: auto;

    bottom: 100%;

  }

}



.navbar-expand {

  -ms-flex-flow: row nowrap;

      flex-flow: row nowrap;

  -ms-flex-pack: start;

      justify-content: flex-start;

}



.navbar-expand > .container,

.navbar-expand > .container-fluid {

  padding-right: 0;

  padding-left: 0;

}



.navbar-expand .navbar-nav {

  -ms-flex-direction: row;

      flex-direction: row;

}



.navbar-expand .navbar-nav .dropdown-menu {

  position: absolute;

}



.navbar-expand .navbar-nav .dropdown-menu-right {

  right: 0;

  left: auto;

}



.navbar-expand .navbar-nav .nav-link {

  padding-right: .5rem;

  padding-left: .5rem;

}



.navbar-expand > .container,

.navbar-expand > .container-fluid {

  -ms-flex-wrap: nowrap;

      flex-wrap: nowrap;

}



.navbar-expand .navbar-collapse {

  display: -ms-flexbox !important;

  display: flex !important;

  -ms-flex-preferred-size: auto;

      flex-basis: auto;

}



.navbar-expand .navbar-toggler {

  display: none;

}



.navbar-expand .dropup .dropdown-menu {

  top: auto;

  bottom: 100%;

}



.navbar-light .navbar-brand {

  color: rgba(0, 0, 0, 0.9);

}



.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {

  color: rgba(0, 0, 0, 0.9);

}



.navbar-light .navbar-nav .nav-link {

  color: rgba(0, 0, 0, 0.5);

}



.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {

  color: rgba(0, 0, 0, 0.7);

}



.navbar-light .navbar-nav .nav-link.disabled {

  color: rgba(0, 0, 0, 0.3);

}



.navbar-light .navbar-nav .show > .nav-link,

.navbar-light .navbar-nav .active > .nav-link,

.navbar-light .navbar-nav .nav-link.show,

.navbar-light .navbar-nav .nav-link.active {

  color: rgba(0, 0, 0, 0.9);

}



.navbar-light .navbar-toggler {

  color: rgba(0, 0, 0, 0.5);

  border-color: rgba(0, 0, 0, 0.1);

}



.navbar-light .navbar-toggler-icon {

  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");

}



.navbar-light .navbar-text {

  color: rgba(0, 0, 0, 0.5);

}



.navbar-light .navbar-text a {

  color: rgba(0, 0, 0, 0.9);

}



.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {

  color: rgba(0, 0, 0, 0.9);

}



.navbar-dark .navbar-brand {

  color: #fff;

}



.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {

  color: #fff;

}



.navbar-dark .navbar-nav .nav-link {

  color: rgba(255, 255, 255, 0.5);

}



.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {

  color: rgba(255, 255, 255, 0.75);

}



.navbar-dark .navbar-nav .nav-link.disabled {

  color: rgba(255, 255, 255, 0.25);

}



.navbar-dark .navbar-nav .show > .nav-link,

.navbar-dark .navbar-nav .active > .nav-link,

.navbar-dark .navbar-nav .nav-link.show,

.navbar-dark .navbar-nav .nav-link.active {

  color: #fff;

}



.navbar-dark .navbar-toggler {

  color: rgba(255, 255, 255, 0.5);

  border-color: rgba(255, 255, 255, 0.1);

}



.navbar-dark .navbar-toggler-icon {

  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");

}



.navbar-dark .navbar-text {

  color: rgba(255, 255, 255, 0.5);

}



.navbar-dark .navbar-text a {

  color: #fff;

}



.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {

  color: #fff;

}



.card {

  position: relative;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-direction: column;

      flex-direction: column;

  min-width: 0;

  word-wrap: break-word;

  background-color: #fff;

  background-clip: border-box;

  border: 1px solid rgba(0, 0, 0, 0.125);

  border-radius: 0.25rem;

}



.card > hr {

  margin-right: 0;

  margin-left: 0;

}



.card > .list-group:first-child .list-group-item:first-child {

  border-top-left-radius: 0.25rem;

  border-top-right-radius: 0.25rem;

}



.card > .list-group:last-child .list-group-item:last-child {

  border-bottom-right-radius: 0.25rem;

  border-bottom-left-radius: 0.25rem;

}



.card-body {

  -ms-flex: 1 1 auto;

      flex: 1 1 auto;

  padding: 1.25rem;

}



.card-title {

  margin-bottom: 0.75rem;

}



.card-subtitle {

  margin-top: -0.375rem;

  margin-bottom: 0;

}



.card-text:last-child {

  margin-bottom: 0;

}



.card-link:hover {

  text-decoration: none;

}



.card-link + .card-link {

  margin-left: 1.25rem;

}



.card-header {

  padding: 0.75rem 1.25rem;

  margin-bottom: 0;

  background-color: rgba(0, 0, 0, 0.03);

  border-bottom: 1px solid rgba(0, 0, 0, 0.125);

}



.card-header:first-child {

  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;

}



.card-header + .list-group .list-group-item:first-child {

  border-top: 0;

}



.card-footer {

  padding: 0.75rem 1.25rem;

  background-color: rgba(0, 0, 0, 0.03);

  border-top: 1px solid rgba(0, 0, 0, 0.125);

}



.card-footer:last-child {

  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);

}



.card-header-tabs {

  margin-right: -0.625rem;

  margin-bottom: -0.75rem;

  margin-left: -0.625rem;

  border-bottom: 0;

}



.card-header-pills {

  margin-right: -0.625rem;

  margin-left: -0.625rem;

}



.card-img-overlay {

  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  padding: 1.25rem;

}



.card-img {

  width: 100%;

  border-radius: calc(0.25rem - 1px);

}



.card-img-top {

  width: 100%;

  border-top-left-radius: calc(0.25rem - 1px);

  border-top-right-radius: calc(0.25rem - 1px);

}



.card-img-bottom {

  width: 100%;

  border-bottom-right-radius: calc(0.25rem - 1px);

  border-bottom-left-radius: calc(0.25rem - 1px);

}



.card-deck {

  display: -ms-flexbox;

  display: flex;

  -ms-flex-direction: column;

      flex-direction: column;

}



.card-deck .card {

  margin-bottom: 15px;

}



@media (min-width: 576px) {

  .card-deck {

    -ms-flex-flow: row wrap;

        flex-flow: row wrap;

    margin-right: -15px;

    margin-left: -15px;

  }

  .card-deck .card {

    display: -ms-flexbox;

    display: flex;

    -ms-flex: 1 0 0%;

        flex: 1 0 0%;

    -ms-flex-direction: column;

        flex-direction: column;

    margin-right: 15px;

    margin-bottom: 0;

    margin-left: 15px;

  }

}



.card-group {

  display: -ms-flexbox;

  display: flex;

  -ms-flex-direction: column;

      flex-direction: column;

}



.card-group .card {

  margin-bottom: 15px;

}



@media (min-width: 576px) {

  .card-group {

    -ms-flex-flow: row wrap;

        flex-flow: row wrap;

  }

  .card-group .card {

    -ms-flex: 1 0 0%;

        flex: 1 0 0%;

    margin-bottom: 0;

  }

  .card-group .card + .card {

    margin-left: 0;

    border-left: 0;

  }

  .card-group .card:first-child {

    border-top-right-radius: 0;

    border-bottom-right-radius: 0;

  }

  .card-group .card:first-child .card-img-top {

    border-top-right-radius: 0;

  }

  .card-group .card:first-child .card-img-bottom {

    border-bottom-right-radius: 0;

  }

  .card-group .card:last-child {

    border-top-left-radius: 0;

    border-bottom-left-radius: 0;

  }

  .card-group .card:last-child .card-img-top {

    border-top-left-radius: 0;

  }

  .card-group .card:last-child .card-img-bottom {

    border-bottom-left-radius: 0;

  }

  .card-group .card:only-child {

    border-radius: 0.25rem;

  }

  .card-group .card:only-child .card-img-top {

    border-top-left-radius: 0.25rem;

    border-top-right-radius: 0.25rem;

  }

  .card-group .card:only-child .card-img-bottom {

    border-bottom-right-radius: 0.25rem;

    border-bottom-left-radius: 0.25rem;

  }

  .card-group .card:not(:first-child):not(:last-child):not(:only-child) {

    border-radius: 0;

  }

  .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,

  .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom {

    border-radius: 0;

  }

}



.card-columns .card {

  margin-bottom: 0.75rem;

}



@media (min-width: 576px) {

  .card-columns {

    -webkit-column-count: 3;

            column-count: 3;

    -webkit-column-gap: 1.25rem;

            column-gap: 1.25rem;

  }

  .card-columns .card {

    display: inline-block;

    width: 100%;

  }

}



.breadcrumb {

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;

  padding: 0.75rem 1rem;

  margin-bottom: 1rem;

  list-style: none;

  background-color: #e9ecef;

  border-radius: 0.25rem;

}



.breadcrumb-item + .breadcrumb-item::before {

  display: inline-block;

  padding-right: 0.5rem;

  padding-left: 0.5rem;

  color: #868e96;

  content: "/";

}



.breadcrumb-item + .breadcrumb-item:hover::before {

  text-decoration: underline;

}



.breadcrumb-item + .breadcrumb-item:hover::before {

  text-decoration: none;

}



.breadcrumb-item.active {

  color: #868e96;

}



.pagination {

  display: -ms-flexbox;

  display: flex;

  padding-left: 0;

  list-style: none;

  border-radius: 0.25rem;

}



.page-item:first-child .page-link {

  margin-left: 0;

  border-top-left-radius: 0.25rem;

  border-bottom-left-radius: 0.25rem;

}



.page-item:last-child .page-link {

  border-top-right-radius: 0.25rem;

  border-bottom-right-radius: 0.25rem;

}



.page-item.active .page-link {

  z-index: 2;

  color: #fff;

  background-color: #007bff;

  border-color: #007bff;

}



.page-item.disabled .page-link {

  color: #868e96;

  pointer-events: none;

  background-color: #fff;

  border-color: #ddd;

}



.page-link {

  position: relative;

  display: block;

  padding: 0.5rem 0.75rem;

  margin-left: -1px;

  line-height: 1.25;

  color: #007bff;

  background-color: #fff;

  border: 1px solid #ddd;

}



.page-link:focus, .page-link:hover {

  color: #0056b3;

  text-decoration: none;

  background-color: #e9ecef;

  border-color: #ddd;

}



.pagination-lg .page-link {

  padding: 0.75rem 1.5rem;

  font-size: 1.25rem;

  line-height: 1.5;

}



.pagination-lg .page-item:first-child .page-link {

  border-top-left-radius: 0.3rem;

  border-bottom-left-radius: 0.3rem;

}



.pagination-lg .page-item:last-child .page-link {

  border-top-right-radius: 0.3rem;

  border-bottom-right-radius: 0.3rem;

}



.pagination-sm .page-link {

  padding: 0.25rem 0.5rem;

  font-size: 0.875rem;

  line-height: 1.5;

}



.pagination-sm .page-item:first-child .page-link {

  border-top-left-radius: 0.2rem;

  border-bottom-left-radius: 0.2rem;

}



.pagination-sm .page-item:last-child .page-link {

  border-top-right-radius: 0.2rem;

  border-bottom-right-radius: 0.2rem;

}



.badge {

  display: inline-block;

  padding: 0.25em 0.4em;

  font-size: 75%;

  font-weight: 700;

  line-height: 1;

  text-align: center;

  white-space: nowrap;

  vertical-align: baseline;

  border-radius: 0.25rem;

}



.badge:empty {

  display: none;

}



.btn .badge {

  position: relative;

  top: -1px;

}



.badge-pill {

  padding-right: 0.6em;

  padding-left: 0.6em;

  border-radius: 10rem;

}



.badge-primary {

  color: #fff;

  background-color: #007bff;

}



.badge-primary[href]:focus, .badge-primary[href]:hover {

  color: #fff;

  text-decoration: none;

  background-color: #0062cc;

}



.badge-secondary {

  color: #fff;

  background-color: #868e96;

}



.badge-secondary[href]:focus, .badge-secondary[href]:hover {

  color: #fff;

  text-decoration: none;

  background-color: #6c757d;

}



.badge-success {

  color: #fff;

  background-color: #28a745;

}



.badge-success[href]:focus, .badge-success[href]:hover {

  color: #fff;

  text-decoration: none;

  background-color: #1e7e34;

}



.badge-info {

  color: #fff;

  background-color: #17a2b8;

}



.badge-info[href]:focus, .badge-info[href]:hover {

  color: #fff;

  text-decoration: none;

  background-color: #117a8b;

}



.badge-warning {

  color: #111;

  background-color: #ffc107;

}



.badge-warning[href]:focus, .badge-warning[href]:hover {

  color: #111;

  text-decoration: none;

  background-color: #d39e00;

}



.badge-danger {

  color: #fff;

  background-color: #dc3545;

}



.badge-danger[href]:focus, .badge-danger[href]:hover {

  color: #fff;

  text-decoration: none;

  background-color: #bd2130;

}



.badge-light {

  color: #111;

  background-color: #f8f9fa;

}



.badge-light[href]:focus, .badge-light[href]:hover {

  color: #111;

  text-decoration: none;

  background-color: #dae0e5;

}



.badge-dark {

  color: #fff;

  background-color: #343a40;

}



.badge-dark[href]:focus, .badge-dark[href]:hover {

  color: #fff;

  text-decoration: none;

  background-color: #1d2124;

}



.jumbotron {

  padding: 2rem 1rem;

  margin-bottom: 2rem;

  background-color: #e9ecef;

  border-radius: 0.3rem;

}



@media (min-width: 576px) {

  .jumbotron {

    padding: 4rem 2rem;

  }

}



.jumbotron-fluid {

  padding-right: 0;

  padding-left: 0;

  border-radius: 0;

}



.alert {

  position: relative;

  padding: 0.75rem 1.25rem;

  margin-bottom: 1rem;

  border: 1px solid transparent;

  border-radius: 0.25rem;

}



.alert-heading {

  color: inherit;

}



.alert-link {

  font-weight: 700;

}



.alert-dismissible .close {

  position: absolute;

  top: 0;

  right: 0;

  padding: 0.75rem 1.25rem;

  color: inherit;

}



.alert-primary {

  color: #004085;

  background-color: #cce5ff;

  border-color: #b8daff;

}



.alert-primary hr {

  border-top-color: #9fcdff;

}



.alert-primary .alert-link {

  color: #002752;

}



.alert-secondary {

  color: #464a4e;

  background-color: #e7e8ea;

  border-color: #dddfe2;

}



.alert-secondary hr {

  border-top-color: #cfd2d6;

}



.alert-secondary .alert-link {

  color: #2e3133;

}



.alert-success {

  color: #155724;

  background-color: #d4edda;

  border-color: #c3e6cb;

}



.alert-success hr {

  border-top-color: #b1dfbb;

}



.alert-success .alert-link {

  color: #0b2e13;

}



.alert-info {

  color: #0c5460;

  background-color: #d1ecf1;

  border-color: #bee5eb;

}



.alert-info hr {

  border-top-color: #abdde5;

}



.alert-info .alert-link {

  color: #062c33;

}



.alert-warning {

  color: #856404;

  background-color: #fff3cd;

  border-color: #ffeeba;

}



.alert-warning hr {

  border-top-color: #ffe8a1;

}



.alert-warning .alert-link {

  color: #533f03;

}



.alert-danger {

  color: #721c24;

  background-color: #f8d7da;

  border-color: #f5c6cb;

}



.alert-danger hr {

  border-top-color: #f1b0b7;

}



.alert-danger .alert-link {

  color: #491217;

}



.alert-light {

  color: #818182;

  background-color: #fefefe;

  border-color: #fdfdfe;

}



.alert-light hr {

  border-top-color: #ececf6;

}



.alert-light .alert-link {

  color: #686868;

}



.alert-dark {

  color: #1b1e21;

  background-color: #d6d8d9;

  border-color: #c6c8ca;

}



.alert-dark hr {

  border-top-color: #b9bbbe;

}



.alert-dark .alert-link {

  color: #040505;

}



@-webkit-keyframes progress-bar-stripes {

  from {

    background-position: 1rem 0;

  }

  to {

    background-position: 0 0;

  }

}



@keyframes progress-bar-stripes {

  from {

    background-position: 1rem 0;

  }

  to {

    background-position: 0 0;

  }

}



.progress {

  display: -ms-flexbox;

  display: flex;

  height: 1rem;

  overflow: hidden;

  font-size: 0.75rem;

  background-color: #e9ecef;

  border-radius: 0.25rem;

}



.progress-bar {

  display: -ms-flexbox;

  display: flex;

  -ms-flex-align: center;

      align-items: center;

  -ms-flex-pack: center;

      justify-content: center;

  color: #fff;

  background-color: #007bff;

}



.progress-bar-striped {

  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);

  background-size: 1rem 1rem;

}



.progress-bar-animated {

  -webkit-animation: progress-bar-stripes 1s linear infinite;

          animation: progress-bar-stripes 1s linear infinite;

}



.media {

  display: -ms-flexbox;

  display: flex;

  -ms-flex-align: start;

      align-items: flex-start;

}



.media-body {

  -ms-flex: 1;

      flex: 1;

}



.list-group {

  display: -ms-flexbox;

  display: flex;

  -ms-flex-direction: column;

      flex-direction: column;

  padding-left: 0;

  margin-bottom: 0;

}



.list-group-item-action {

  width: 100%;

  color: #495057;

  text-align: inherit;

}



.list-group-item-action:focus, .list-group-item-action:hover {

  color: #495057;

  text-decoration: none;

  background-color: #f8f9fa;

}



.list-group-item-action:active {

  color: #212529;

  background-color: #e9ecef;

}



.list-group-item {

  position: relative;

  display: block;

  padding: 0.75rem 1.25rem;

  margin-bottom: -1px;

  background-color: #fff;

  border: 1px solid rgba(0, 0, 0, 0.125);

}



.list-group-item:first-child {

  border-top-left-radius: 0.25rem;

  border-top-right-radius: 0.25rem;

}



.list-group-item:last-child {

  margin-bottom: 0;

  border-bottom-right-radius: 0.25rem;

  border-bottom-left-radius: 0.25rem;

}



.list-group-item:focus, .list-group-item:hover {

  text-decoration: none;

}



.list-group-item.disabled, .list-group-item:disabled {

  color: #868e96;

  background-color: #fff;

}



.list-group-item.active {

  z-index: 2;

  color: #fff;

  background-color: #007bff;

  border-color: #007bff;

}



.list-group-flush .list-group-item {

  border-right: 0;

  border-left: 0;

  border-radius: 0;

}



.list-group-flush:first-child .list-group-item:first-child {

  border-top: 0;

}



.list-group-flush:last-child .list-group-item:last-child {

  border-bottom: 0;

}



.list-group-item-primary {

  color: #004085;

  background-color: #b8daff;

}



a.list-group-item-primary,

button.list-group-item-primary {

  color: #004085;

}



a.list-group-item-primary:focus, a.list-group-item-primary:hover,

button.list-group-item-primary:focus,

button.list-group-item-primary:hover {

  color: #004085;

  background-color: #9fcdff;

}



a.list-group-item-primary.active,

button.list-group-item-primary.active {

  color: #fff;

  background-color: #004085;

  border-color: #004085;

}



.list-group-item-secondary {

  color: #464a4e;

  background-color: #dddfe2;

}



a.list-group-item-secondary,

button.list-group-item-secondary {

  color: #464a4e;

}



a.list-group-item-secondary:focus, a.list-group-item-secondary:hover,

button.list-group-item-secondary:focus,

button.list-group-item-secondary:hover {

  color: #464a4e;

  background-color: #cfd2d6;

}



a.list-group-item-secondary.active,

button.list-group-item-secondary.active {

  color: #fff;

  background-color: #464a4e;

  border-color: #464a4e;

}



.list-group-item-success {

  color: #155724;

  background-color: #c3e6cb;

}



a.list-group-item-success,

button.list-group-item-success {

  color: #155724;

}



a.list-group-item-success:focus, a.list-group-item-success:hover,

button.list-group-item-success:focus,

button.list-group-item-success:hover {

  color: #155724;

  background-color: #b1dfbb;

}



a.list-group-item-success.active,

button.list-group-item-success.active {

  color: #fff;

  background-color: #155724;

  border-color: #155724;

}



.list-group-item-info {

  color: #0c5460;

  background-color: #bee5eb;

}



a.list-group-item-info,

button.list-group-item-info {

  color: #0c5460;

}



a.list-group-item-info:focus, a.list-group-item-info:hover,

button.list-group-item-info:focus,

button.list-group-item-info:hover {

  color: #0c5460;

  background-color: #abdde5;

}



a.list-group-item-info.active,

button.list-group-item-info.active {

  color: #fff;

  background-color: #0c5460;

  border-color: #0c5460;

}



.list-group-item-warning {

  color: #856404;

  background-color: #ffeeba;

}



a.list-group-item-warning,

button.list-group-item-warning {

  color: #856404;

}



a.list-group-item-warning:focus, a.list-group-item-warning:hover,

button.list-group-item-warning:focus,

button.list-group-item-warning:hover {

  color: #856404;

  background-color: #ffe8a1;

}



a.list-group-item-warning.active,

button.list-group-item-warning.active {

  color: #fff;

  background-color: #856404;

  border-color: #856404;

}



.list-group-item-danger {

  color: #721c24;

  background-color: #f5c6cb;

}



a.list-group-item-danger,

button.list-group-item-danger {

  color: #721c24;

}



a.list-group-item-danger:focus, a.list-group-item-danger:hover,

button.list-group-item-danger:focus,

button.list-group-item-danger:hover {

  color: #721c24;

  background-color: #f1b0b7;

}



a.list-group-item-danger.active,

button.list-group-item-danger.active {

  color: #fff;

  background-color: #721c24;

  border-color: #721c24;

}



.list-group-item-light {

  color: #818182;

  background-color: #fdfdfe;

}



a.list-group-item-light,

button.list-group-item-light {

  color: #818182;

}



a.list-group-item-light:focus, a.list-group-item-light:hover,

button.list-group-item-light:focus,

button.list-group-item-light:hover {

  color: #818182;

  background-color: #ececf6;

}



a.list-group-item-light.active,

button.list-group-item-light.active {

  color: #fff;

  background-color: #818182;

  border-color: #818182;

}



.list-group-item-dark {

  color: #1b1e21;

  background-color: #c6c8ca;

}



a.list-group-item-dark,

button.list-group-item-dark {

  color: #1b1e21;

}



a.list-group-item-dark:focus, a.list-group-item-dark:hover,

button.list-group-item-dark:focus,

button.list-group-item-dark:hover {

  color: #1b1e21;

  background-color: #b9bbbe;

}



a.list-group-item-dark.active,

button.list-group-item-dark.active {

  color: #fff;

  background-color: #1b1e21;

  border-color: #1b1e21;

}



.close {

  float: right;

  font-size: 1.5rem;

  font-weight: 700;

  line-height: 1;

  color: #000;

  text-shadow: 0 1px 0 #fff;

  opacity: .5;

}



.close:focus, .close:hover {

  color: #000;

  text-decoration: none;

  opacity: .75;

}



button.close {

  padding: 0;

  background: transparent;

  border: 0;

  -webkit-appearance: none;

}



.modal-open {

  overflow: hidden;

}



.modal {

  position: fixed;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  z-index: 1050;

  display: none;

  overflow: hidden;

  outline: 0;

}



.modal.fade .modal-dialog {

  transition: -webkit-transform 0.3s ease-out;

  transition: transform 0.3s ease-out;

  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;

  -webkit-transform: translate(0, -25%);

          transform: translate(0, -25%);

}



.modal.show .modal-dialog {

  -webkit-transform: translate(0, 0);

          transform: translate(0, 0);

}



.modal-open .modal {

  overflow-x: hidden;

  overflow-y: auto;

}



.modal-dialog {

  position: relative;

  width: auto;

  margin: 10px;

  pointer-events: none;

}



.modal-content {

  position: relative;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-direction: column;

      flex-direction: column;

  pointer-events: auto;

  background-color: #fff;

  background-clip: padding-box;

  border: 1px solid rgba(0, 0, 0, 0.2);

  border-radius: 0.3rem;

  outline: 0;

}



.modal-backdrop {

  position: fixed;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  z-index: 1040;

  background-color: #000;

}



.modal-backdrop.fade {

  opacity: 0;

}



.modal-backdrop.show {

  opacity: 0.5;

}



.modal-header {

  display: -ms-flexbox;

  display: flex;

  -ms-flex-align: start;

      align-items: flex-start;

  -ms-flex-pack: justify;

      justify-content: space-between;

  padding: 15px;

  border-bottom: 1px solid #e9ecef;

  border-top-left-radius: 0.3rem;

  border-top-right-radius: 0.3rem;

}



.modal-header .close {

  padding: 15px;

  margin: -15px -15px -15px auto;

}



.modal-title {

  margin-bottom: 0;

  line-height: 1.5;

}



.modal-body {

  position: relative;

  -ms-flex: 1 1 auto;

      flex: 1 1 auto;

  padding: 15px;

}



.modal-footer {

  display: -ms-flexbox;

  display: flex;

  -ms-flex-align: center;

      align-items: center;

  -ms-flex-pack: end;

      justify-content: flex-end;

  padding: 15px;

  border-top: 1px solid #e9ecef;

}



.modal-footer > :not(:first-child) {

  margin-left: .25rem;

}



.modal-footer > :not(:last-child) {

  margin-right: .25rem;

}



.modal-scrollbar-measure {

  position: absolute;

  top: -9999px;

  width: 50px;

  height: 50px;

  overflow: scroll;

}



@media (min-width: 576px) {

  .modal-dialog {

    max-width: 500px;

    margin: 30px auto;

  }

  .modal-sm {

    max-width: 300px;

  }

}



@media (min-width: 992px) {

  .modal-lg {

    max-width: 800px;

  }

}



.tooltip {

  position: absolute;

  z-index: 1070;

  display: block;

  margin: 0;

  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";

  font-style: normal;

  font-weight: 400;

  line-height: 1.5;

  text-align: left;

  text-align: start;

  text-decoration: none;

  text-shadow: none;

  text-transform: none;

  letter-spacing: normal;

  word-break: normal;

  word-spacing: normal;

  white-space: normal;

  line-break: auto;

  font-size: 0.875rem;

  word-wrap: break-word;

  opacity: 0;

}



.tooltip.show {

  opacity: 0.9;

}



.tooltip .arrow {

  position: absolute;

  display: block;

  width: 5px;

  height: 5px;

}



.tooltip .arrow::before {

  position: absolute;

  border-color: transparent;

  border-style: solid;

}



.tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^="top"] {

  padding: 5px 0;

}



.tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {

  bottom: 0;

}



.tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {

  margin-left: -3px;

  content: "";

  border-width: 5px 5px 0;

  border-top-color: #000;

}



.tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^="right"] {

  padding: 0 5px;

}



.tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {

  left: 0;

}



.tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {

  margin-top: -3px;

  content: "";

  border-width: 5px 5px 5px 0;

  border-right-color: #000;

}



.tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^="bottom"] {

  padding: 5px 0;

}



.tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {

  top: 0;

}



.tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {

  margin-left: -3px;

  content: "";

  border-width: 0 5px 5px;

  border-bottom-color: #000;

}



.tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^="left"] {

  padding: 0 5px;

}



.tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {

  right: 0;

}



.tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {

  right: 0;

  margin-top: -3px;

  content: "";

  border-width: 5px 0 5px 5px;

  border-left-color: #000;

}



.tooltip-inner {

  max-width: 200px;

  padding: 3px 8px;

  color: #fff;

  text-align: center;

  background-color: #000;

  border-radius: 0.25rem;

}



.popover {

  position: absolute;

  top: 0;

  left: 0;

  z-index: 1060;

  display: block;

  max-width: 276px;

  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";

  font-style: normal;

  font-weight: 400;

  line-height: 1.5;

  text-align: left;

  text-align: start;

  text-decoration: none;

  text-shadow: none;

  text-transform: none;

  letter-spacing: normal;

  word-break: normal;

  word-spacing: normal;

  white-space: normal;

  line-break: auto;

  font-size: 0.875rem;

  word-wrap: break-word;

  background-color: #fff;

  background-clip: padding-box;

  border: 1px solid rgba(0, 0, 0, 0.2);

  border-radius: 0.3rem;

}



.popover .arrow {

  position: absolute;

  display: block;

  width: 0.8rem;

  height: 0.4rem;

}



.popover .arrow::before,

.popover .arrow::after {

  position: absolute;

  display: block;

  border-color: transparent;

  border-style: solid;

}



.popover .arrow::before {

  content: "";

  border-width: 0.8rem;

}



.popover .arrow::after {

  content: "";

  border-width: 0.8rem;

}



.popover.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"] {

  margin-bottom: 0.8rem;

}



.popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^="top"] .arrow {

  bottom: 0;

}



.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before,

.popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {

  border-bottom-width: 0;

}



.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before {

  bottom: -0.8rem;

  margin-left: -0.8rem;

  border-top-color: rgba(0, 0, 0, 0.25);

}



.popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {

  bottom: calc((0.8rem - 1px) * -1);

  margin-left: -0.8rem;

  border-top-color: #fff;

}



.popover.bs-popover-right, .popover.bs-popover-auto[x-placement^="right"] {

  margin-left: 0.8rem;

}



.popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^="right"] .arrow {

  left: 0;

}



.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before,

.popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {

  margin-top: -0.8rem;

  border-left-width: 0;

}



.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before {

  left: -0.8rem;

  border-right-color: rgba(0, 0, 0, 0.25);

}



.popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {

  left: calc((0.8rem - 1px) * -1);

  border-right-color: #fff;

}



.popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^="bottom"] {

  margin-top: 0.8rem;

}



.popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^="bottom"] .arrow {

  top: 0;

}



.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,

.popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {

  margin-left: -0.8rem;

  border-top-width: 0;

}



.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {

  top: -0.8rem;

  border-bottom-color: rgba(0, 0, 0, 0.25);

}



.popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {

  top: calc((0.8rem - 1px) * -1);

  border-bottom-color: #fff;

}



.popover.bs-popover-bottom .popover-header::before, .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {

  position: absolute;

  top: 0;

  left: 50%;

  display: block;

  width: 20px;

  margin-left: -10px;

  content: "";

  border-bottom: 1px solid #f7f7f7;

}



.popover.bs-popover-left, .popover.bs-popover-auto[x-placement^="left"] {

  margin-right: 0.8rem;

}



.popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^="left"] .arrow {

  right: 0;

}



.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before,

.popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after {

  margin-top: -0.8rem;

  border-right-width: 0;

}



.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before {

  right: -0.8rem;

  border-left-color: rgba(0, 0, 0, 0.25);

}



.popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after {

  right: calc((0.8rem - 1px) * -1);

  border-left-color: #fff;

}



.popover-header {

  padding: 0.5rem 0.75rem;

  margin-bottom: 0;

  font-size: 1rem;

  color: inherit;

  background-color: #f7f7f7;

  border-bottom: 1px solid #ebebeb;

  border-top-left-radius: calc(0.3rem - 1px);

  border-top-right-radius: calc(0.3rem - 1px);

}



.popover-header:empty {

  display: none;

}



.popover-body {

  padding: 0.5rem 0.75rem;

  color: #212529;

}



.carousel {

  position: relative;

}



.carousel-inner {

  position: relative;

  width: 100%;

  overflow: hidden;

}



.carousel-item {

  position: relative;

  display: none;

  -ms-flex-align: center;

      align-items: center;

  width: 100%;

  transition: -webkit-transform 0.6s ease;

  transition: transform 0.6s ease;

  transition: transform 0.6s ease, -webkit-transform 0.6s ease;

  -webkit-backface-visibility: hidden;

          backface-visibility: hidden;

  -webkit-perspective: 1000px;

          perspective: 1000px;

}



.carousel-item.active,

.carousel-item-next,

.carousel-item-prev {

  display: block;

}



.carousel-item-next,

.carousel-item-prev {

  position: absolute;

  top: 0;

}



.carousel-item-next.carousel-item-left,

.carousel-item-prev.carousel-item-right {

  -webkit-transform: translateX(0);

          transform: translateX(0);

}



@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {

  .carousel-item-next.carousel-item-left,

  .carousel-item-prev.carousel-item-right {

    -webkit-transform: translate3d(0, 0, 0);

            transform: translate3d(0, 0, 0);

  }

}



.carousel-item-next,

.active.carousel-item-right {

  -webkit-transform: translateX(100%);

          transform: translateX(100%);

}



@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {

  .carousel-item-next,

  .active.carousel-item-right {

    -webkit-transform: translate3d(100%, 0, 0);

            transform: translate3d(100%, 0, 0);

  }

}



.carousel-item-prev,

.active.carousel-item-left {

  -webkit-transform: translateX(-100%);

          transform: translateX(-100%);

}



@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {

  .carousel-item-prev,

  .active.carousel-item-left {

    -webkit-transform: translate3d(-100%, 0, 0);

            transform: translate3d(-100%, 0, 0);

  }

}



.carousel-control-prev,

.carousel-control-next {

  position: absolute;

  top: 0;

  bottom: 0;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-align: center;

      align-items: center;

  -ms-flex-pack: center;

      justify-content: center;

  width: 15%;

  color: #fff;

  text-align: center;

  opacity: 0.5;

}



.carousel-control-prev:focus, .carousel-control-prev:hover,

.carousel-control-next:focus,

.carousel-control-next:hover {

  color: #fff;

  text-decoration: none;

  outline: 0;

  opacity: .9;

}



.carousel-control-prev {

  left: 0;

}



.carousel-control-next {

  right: 0;

}



.carousel-control-prev-icon,

.carousel-control-next-icon {

  display: inline-block;

  width: 20px;

  height: 20px;

  background: transparent no-repeat center center;

  background-size: 100% 100%;

}



.carousel-control-prev-icon {

  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");

}



.carousel-control-next-icon {

  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");

}



.carousel-indicators {

  position: absolute;

  right: 0;

  bottom: 10px;

  left: 0;

  z-index: 15;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-pack: center;

      justify-content: center;

  padding-left: 0;

  margin-right: 15%;

  margin-left: 15%;

  list-style: none;

}



.carousel-indicators li {

  position: relative;

  -ms-flex: 0 1 auto;

      flex: 0 1 auto;

  width: 30px;

  height: 3px;

  margin-right: 3px;

  margin-left: 3px;

  text-indent: -999px;

  background-color: rgba(255, 255, 255, 0.5);

}



.carousel-indicators li::before {

  position: absolute;

  top: -10px;

  left: 0;

  display: inline-block;

  width: 100%;

  height: 10px;

  content: "";

}



.carousel-indicators li::after {

  position: absolute;

  bottom: -10px;

  left: 0;

  display: inline-block;

  width: 100%;

  height: 10px;

  content: "";

}



.carousel-indicators .active {

  background-color: #fff;

}



.carousel-caption {

  position: absolute;

  right: 15%;

  bottom: 20px;

  left: 15%;

  z-index: 10;

  padding-top: 20px;

  padding-bottom: 20px;

  color: #fff;

  text-align: center;

}



.align-baseline {

  vertical-align: baseline !important;

}



.align-top {

  vertical-align: top !important;

}



.align-middle {

  vertical-align: middle !important;

}



.align-bottom {

  vertical-align: bottom !important;

}



.align-text-bottom {

  vertical-align: text-bottom !important;

}



.align-text-top {

  vertical-align: text-top !important;

}



.bg-primary {

  background-color: #007bff !important;

}



a.bg-primary:focus, a.bg-primary:hover {

  background-color: #0062cc !important;

}



.bg-secondary {

  background-color: #868e96 !important;

}



a.bg-secondary:focus, a.bg-secondary:hover {

  background-color: #6c757d !important;

}



.bg-success {

  background-color: #28a745 !important;

}



a.bg-success:focus, a.bg-success:hover {

  background-color: #1e7e34 !important;

}



.bg-info {

  background-color: #17a2b8 !important;

}



a.bg-info:focus, a.bg-info:hover {

  background-color: #117a8b !important;

}



.bg-warning {

  background-color: #ffc107 !important;

}



a.bg-warning:focus, a.bg-warning:hover {

  background-color: #d39e00 !important;

}



.bg-danger {

  background-color: #dc3545 !important;

}



a.bg-danger:focus, a.bg-danger:hover {

  background-color: #bd2130 !important;

}



.bg-light {

  background-color: #f8f9fa !important;

}



a.bg-light:focus, a.bg-light:hover {

  background-color: #dae0e5 !important;

}



.bg-dark {

  background-color: #343a40 !important;

}



a.bg-dark:focus, a.bg-dark:hover {

  background-color: #1d2124 !important;

}



.bg-white {

  background-color: #fff !important;

}



.bg-transparent {

  background-color: transparent !important;

}



.border {

  border: 1px solid #e9ecef !important;

}



.border-0 {

  border: 0 !important;

}



.border-top-0 {

  border-top: 0 !important;

}



.border-right-0 {

  border-right: 0 !important;

}



.border-bottom-0 {

  border-bottom: 0 !important;

}



.border-left-0 {

  border-left: 0 !important;

}



.border-primary {

  border-color: #007bff !important;

}



.border-secondary {

  border-color: #868e96 !important;

}



.border-success {

  border-color: #28a745 !important;

}



.border-info {

  border-color: #17a2b8 !important;

}



.border-warning {

  border-color: #ffc107 !important;

}



.border-danger {

  border-color: #dc3545 !important;

}



.border-light {

  border-color: #f8f9fa !important;

}



.border-dark {

  border-color: #343a40 !important;

}



.border-white {

  border-color: #fff !important;

}



.rounded {

  border-radius: 0.25rem !important;

}



.rounded-top {

  border-top-left-radius: 0.25rem !important;

  border-top-right-radius: 0.25rem !important;

}



.rounded-right {

  border-top-right-radius: 0.25rem !important;

  border-bottom-right-radius: 0.25rem !important;

}



.rounded-bottom {

  border-bottom-right-radius: 0.25rem !important;

  border-bottom-left-radius: 0.25rem !important;

}



.rounded-left {

  border-top-left-radius: 0.25rem !important;

  border-bottom-left-radius: 0.25rem !important;

}



.rounded-circle {

  border-radius: 50% !important;

}



.rounded-0 {

  border-radius: 0 !important;

}



.clearfix::after {

  display: block;

  clear: both;

  content: "";

}



.d-none {

  display: none !important;

}



.d-inline {

  display: inline !important;

}



.d-inline-block {

  display: inline-block !important;

}



.d-block {

  display: block !important;

}



.d-table {

  display: table !important;

}



.d-table-row {

  display: table-row !important;

}



.d-table-cell {

  display: table-cell !important;

}



.d-flex {

  display: -ms-flexbox !important;

  display: flex !important;

}



.d-inline-flex {

  display: -ms-inline-flexbox !important;

  display: inline-flex !important;

}



@media (min-width: 576px) {

  .d-sm-none {

    display: none !important;

  }

  .d-sm-inline {

    display: inline !important;

  }

  .d-sm-inline-block {

    display: inline-block !important;

  }

  .d-sm-block {

    display: block !important;

  }

  .d-sm-table {

    display: table !important;

  }

  .d-sm-table-row {

    display: table-row !important;

  }

  .d-sm-table-cell {

    display: table-cell !important;

  }

  .d-sm-flex {

    display: -ms-flexbox !important;

    display: flex !important;

  }

  .d-sm-inline-flex {

    display: -ms-inline-flexbox !important;

    display: inline-flex !important;

  }

}



@media (min-width: 768px) {

  .d-md-none {

    display: none !important;

  }

  .d-md-inline {

    display: inline !important;

  }

  .d-md-inline-block {

    display: inline-block !important;

  }

  .d-md-block {

    display: block !important;

  }

  .d-md-table {

    display: table !important;

  }

  .d-md-table-row {

    display: table-row !important;

  }

  .d-md-table-cell {

    display: table-cell !important;

  }

  .d-md-flex {

    display: -ms-flexbox !important;

    display: flex !important;

  }

  .d-md-inline-flex {

    display: -ms-inline-flexbox !important;

    display: inline-flex !important;

  }

}



@media (min-width: 992px) {

  .d-lg-none {

    display: none !important;

  }

  .d-lg-inline {

    display: inline !important;

  }

  .d-lg-inline-block {

    display: inline-block !important;

  }

  .d-lg-block {

    display: block !important;

  }

  .d-lg-table {

    display: table !important;

  }

  .d-lg-table-row {

    display: table-row !important;

  }

  .d-lg-table-cell {

    display: table-cell !important;

  }

  .d-lg-flex {

    display: -ms-flexbox !important;

    display: flex !important;

  }

  .d-lg-inline-flex {

    display: -ms-inline-flexbox !important;

    display: inline-flex !important;

  }

}



@media (min-width: 1200px) {

  .d-xl-none {

    display: none !important;

  }

  .d-xl-inline {

    display: inline !important;

  }

  .d-xl-inline-block {

    display: inline-block !important;

  }

  .d-xl-block {

    display: block !important;

  }

  .d-xl-table {

    display: table !important;

  }

  .d-xl-table-row {

    display: table-row !important;

  }

  .d-xl-table-cell {

    display: table-cell !important;

  }

  .d-xl-flex {

    display: -ms-flexbox !important;

    display: flex !important;

  }

  .d-xl-inline-flex {

    display: -ms-inline-flexbox !important;

    display: inline-flex !important;

  }

}



.d-print-block {

  display: none !important;

}



@media print {

  .d-print-block {

    display: block !important;

  }

}



.d-print-inline {

  display: none !important;

}



@media print {

  .d-print-inline {

    display: inline !important;

  }

}



.d-print-inline-block {

  display: none !important;

}



@media print {

  .d-print-inline-block {

    display: inline-block !important;

  }

}



@media print {

  .d-print-none {

    display: none !important;

  }

}



.embed-responsive {

  position: relative;

  display: block;

  width: 100%;

  padding: 0;

  overflow: hidden;

}



.embed-responsive::before {

  display: block;

  content: "";

}



.embed-responsive .embed-responsive-item,

.embed-responsive iframe,

.embed-responsive embed,

.embed-responsive object,

.embed-responsive video {

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  width: 100%;

  height: 100%;

  border: 0;

}



.embed-responsive-21by9::before {

  padding-top: 42.857143%;

}



.embed-responsive-16by9::before {

  padding-top: 56.25%;

}



.embed-responsive-4by3::before {

  padding-top: 75%;

}



.embed-responsive-1by1::before {

  padding-top: 100%;

}



.flex-row {

  -ms-flex-direction: row !important;

      flex-direction: row !important;

}



.flex-column {

  -ms-flex-direction: column !important;

      flex-direction: column !important;

}



.flex-row-reverse {

  -ms-flex-direction: row-reverse !important;

      flex-direction: row-reverse !important;

}



.flex-column-reverse {

  -ms-flex-direction: column-reverse !important;

      flex-direction: column-reverse !important;

}



.flex-wrap {

  -ms-flex-wrap: wrap !important;

      flex-wrap: wrap !important;

}



.flex-nowrap {

  -ms-flex-wrap: nowrap !important;

      flex-wrap: nowrap !important;

}



.flex-wrap-reverse {

  -ms-flex-wrap: wrap-reverse !important;

      flex-wrap: wrap-reverse !important;

}



.justify-content-start {

  -ms-flex-pack: start !important;

      justify-content: flex-start !important;

}



.justify-content-end {

  -ms-flex-pack: end !important;

      justify-content: flex-end !important;

}



.justify-content-center {

  -ms-flex-pack: center !important;

      justify-content: center !important;

}



.justify-content-between {

  -ms-flex-pack: justify !important;

      justify-content: space-between !important;

}



.justify-content-around {

  -ms-flex-pack: distribute !important;

      justify-content: space-around !important;

}



.align-items-start {

  -ms-flex-align: start !important;

      align-items: flex-start !important;

}



.align-items-end {

  -ms-flex-align: end !important;

      align-items: flex-end !important;

}



.align-items-center {

  -ms-flex-align: center !important;

      align-items: center !important;

}



.align-items-baseline {

  -ms-flex-align: baseline !important;

      align-items: baseline !important;

}



.align-items-stretch {

  -ms-flex-align: stretch !important;

      align-items: stretch !important;

}



.align-content-start {

  -ms-flex-line-pack: start !important;

      align-content: flex-start !important;

}



.align-content-end {

  -ms-flex-line-pack: end !important;

      align-content: flex-end !important;

}



.align-content-center {

  -ms-flex-line-pack: center !important;

      align-content: center !important;

}



.align-content-between {

  -ms-flex-line-pack: justify !important;

      align-content: space-between !important;

}



.align-content-around {

  -ms-flex-line-pack: distribute !important;

      align-content: space-around !important;

}



.align-content-stretch {

  -ms-flex-line-pack: stretch !important;

      align-content: stretch !important;

}



.align-self-auto {

  -ms-flex-item-align: auto !important;

      align-self: auto !important;

}



.align-self-start {

  -ms-flex-item-align: start !important;

      align-self: flex-start !important;

}



.align-self-end {

  -ms-flex-item-align: end !important;

      align-self: flex-end !important;

}



.align-self-center {

  -ms-flex-item-align: center !important;

      align-self: center !important;

}



.align-self-baseline {

  -ms-flex-item-align: baseline !important;

      align-self: baseline !important;

}



.align-self-stretch {

  -ms-flex-item-align: stretch !important;

      align-self: stretch !important;

}



@media (min-width: 576px) {

  .flex-sm-row {

    -ms-flex-direction: row !important;

        flex-direction: row !important;

  }

  .flex-sm-column {

    -ms-flex-direction: column !important;

        flex-direction: column !important;

  }

  .flex-sm-row-reverse {

    -ms-flex-direction: row-reverse !important;

        flex-direction: row-reverse !important;

  }

  .flex-sm-column-reverse {

    -ms-flex-direction: column-reverse !important;

        flex-direction: column-reverse !important;

  }

  .flex-sm-wrap {

    -ms-flex-wrap: wrap !important;

        flex-wrap: wrap !important;

  }

  .flex-sm-nowrap {

    -ms-flex-wrap: nowrap !important;

        flex-wrap: nowrap !important;

  }

  .flex-sm-wrap-reverse {

    -ms-flex-wrap: wrap-reverse !important;

        flex-wrap: wrap-reverse !important;

  }

  .justify-content-sm-start {

    -ms-flex-pack: start !important;

        justify-content: flex-start !important;

  }

  .justify-content-sm-end {

    -ms-flex-pack: end !important;

        justify-content: flex-end !important;

  }

  .justify-content-sm-center {

    -ms-flex-pack: center !important;

        justify-content: center !important;

  }

  .justify-content-sm-between {

    -ms-flex-pack: justify !important;

        justify-content: space-between !important;

  }

  .justify-content-sm-around {

    -ms-flex-pack: distribute !important;

        justify-content: space-around !important;

  }

  .align-items-sm-start {

    -ms-flex-align: start !important;

        align-items: flex-start !important;

  }

  .align-items-sm-end {

    -ms-flex-align: end !important;

        align-items: flex-end !important;

  }

  .align-items-sm-center {

    -ms-flex-align: center !important;

        align-items: center !important;

  }

  .align-items-sm-baseline {

    -ms-flex-align: baseline !important;

        align-items: baseline !important;

  }

  .align-items-sm-stretch {

    -ms-flex-align: stretch !important;

        align-items: stretch !important;

  }

  .align-content-sm-start {

    -ms-flex-line-pack: start !important;

        align-content: flex-start !important;

  }

  .align-content-sm-end {

    -ms-flex-line-pack: end !important;

        align-content: flex-end !important;

  }

  .align-content-sm-center {

    -ms-flex-line-pack: center !important;

        align-content: center !important;

  }

  .align-content-sm-between {

    -ms-flex-line-pack: justify !important;

        align-content: space-between !important;

  }

  .align-content-sm-around {

    -ms-flex-line-pack: distribute !important;

        align-content: space-around !important;

  }

  .align-content-sm-stretch {

    -ms-flex-line-pack: stretch !important;

        align-content: stretch !important;

  }

  .align-self-sm-auto {

    -ms-flex-item-align: auto !important;

        align-self: auto !important;

  }

  .align-self-sm-start {

    -ms-flex-item-align: start !important;

        align-self: flex-start !important;

  }

  .align-self-sm-end {

    -ms-flex-item-align: end !important;

        align-self: flex-end !important;

  }

  .align-self-sm-center {

    -ms-flex-item-align: center !important;

        align-self: center !important;

  }

  .align-self-sm-baseline {

    -ms-flex-item-align: baseline !important;

        align-self: baseline !important;

  }

  .align-self-sm-stretch {

    -ms-flex-item-align: stretch !important;

        align-self: stretch !important;

  }

}



@media (min-width: 768px) {

  .flex-md-row {

    -ms-flex-direction: row !important;

        flex-direction: row !important;

  }

  .flex-md-column {

    -ms-flex-direction: column !important;

        flex-direction: column !important;

  }

  .flex-md-row-reverse {

    -ms-flex-direction: row-reverse !important;

        flex-direction: row-reverse !important;

  }

  .flex-md-column-reverse {

    -ms-flex-direction: column-reverse !important;

        flex-direction: column-reverse !important;

  }

  .flex-md-wrap {

    -ms-flex-wrap: wrap !important;

        flex-wrap: wrap !important;

  }

  .flex-md-nowrap {

    -ms-flex-wrap: nowrap !important;

        flex-wrap: nowrap !important;

  }

  .flex-md-wrap-reverse {

    -ms-flex-wrap: wrap-reverse !important;

        flex-wrap: wrap-reverse !important;

  }

  .justify-content-md-start {

    -ms-flex-pack: start !important;

        justify-content: flex-start !important;

  }

  .justify-content-md-end {

    -ms-flex-pack: end !important;

        justify-content: flex-end !important;

  }

  .justify-content-md-center {

    -ms-flex-pack: center !important;

        justify-content: center !important;

  }

  .justify-content-md-between {

    -ms-flex-pack: justify !important;

        justify-content: space-between !important;

  }

  .justify-content-md-around {

    -ms-flex-pack: distribute !important;

        justify-content: space-around !important;

  }

  .align-items-md-start {

    -ms-flex-align: start !important;

        align-items: flex-start !important;

  }

  .align-items-md-end {

    -ms-flex-align: end !important;

        align-items: flex-end !important;

  }

  .align-items-md-center {

    -ms-flex-align: center !important;

        align-items: center !important;

  }

  .align-items-md-baseline {

    -ms-flex-align: baseline !important;

        align-items: baseline !important;

  }

  .align-items-md-stretch {

    -ms-flex-align: stretch !important;

        align-items: stretch !important;

  }

  .align-content-md-start {

    -ms-flex-line-pack: start !important;

        align-content: flex-start !important;

  }

  .align-content-md-end {

    -ms-flex-line-pack: end !important;

        align-content: flex-end !important;

  }

  .align-content-md-center {

    -ms-flex-line-pack: center !important;

        align-content: center !important;

  }

  .align-content-md-between {

    -ms-flex-line-pack: justify !important;

        align-content: space-between !important;

  }

  .align-content-md-around {

    -ms-flex-line-pack: distribute !important;

        align-content: space-around !important;

  }

  .align-content-md-stretch {

    -ms-flex-line-pack: stretch !important;

        align-content: stretch !important;

  }

  .align-self-md-auto {

    -ms-flex-item-align: auto !important;

        align-self: auto !important;

  }

  .align-self-md-start {

    -ms-flex-item-align: start !important;

        align-self: flex-start !important;

  }

  .align-self-md-end {

    -ms-flex-item-align: end !important;

        align-self: flex-end !important;

  }

  .align-self-md-center {

    -ms-flex-item-align: center !important;

        align-self: center !important;

  }

  .align-self-md-baseline {

    -ms-flex-item-align: baseline !important;

        align-self: baseline !important;

  }

  .align-self-md-stretch {

    -ms-flex-item-align: stretch !important;

        align-self: stretch !important;

  }

}



@media (min-width: 992px) {

  .flex-lg-row {

    -ms-flex-direction: row !important;

        flex-direction: row !important;

  }

  .flex-lg-column {

    -ms-flex-direction: column !important;

        flex-direction: column !important;

  }

  .flex-lg-row-reverse {

    -ms-flex-direction: row-reverse !important;

        flex-direction: row-reverse !important;

  }

  .flex-lg-column-reverse {

    -ms-flex-direction: column-reverse !important;

        flex-direction: column-reverse !important;

  }

  .flex-lg-wrap {

    -ms-flex-wrap: wrap !important;

        flex-wrap: wrap !important;

  }

  .flex-lg-nowrap {

    -ms-flex-wrap: nowrap !important;

        flex-wrap: nowrap !important;

  }

  .flex-lg-wrap-reverse {

    -ms-flex-wrap: wrap-reverse !important;

        flex-wrap: wrap-reverse !important;

  }

  .justify-content-lg-start {

    -ms-flex-pack: start !important;

        justify-content: flex-start !important;

  }

  .justify-content-lg-end {

    -ms-flex-pack: end !important;

        justify-content: flex-end !important;

  }

  .justify-content-lg-center {

    -ms-flex-pack: center !important;

        justify-content: center !important;

  }

  .justify-content-lg-between {

    -ms-flex-pack: justify !important;

        justify-content: space-between !important;

  }

  .justify-content-lg-around {

    -ms-flex-pack: distribute !important;

        justify-content: space-around !important;

  }

  .align-items-lg-start {

    -ms-flex-align: start !important;

        align-items: flex-start !important;

  }

  .align-items-lg-end {

    -ms-flex-align: end !important;

        align-items: flex-end !important;

  }

  .align-items-lg-center {

    -ms-flex-align: center !important;

        align-items: center !important;

  }

  .align-items-lg-baseline {

    -ms-flex-align: baseline !important;

        align-items: baseline !important;

  }

  .align-items-lg-stretch {

    -ms-flex-align: stretch !important;

        align-items: stretch !important;

  }

  .align-content-lg-start {

    -ms-flex-line-pack: start !important;

        align-content: flex-start !important;

  }

  .align-content-lg-end {

    -ms-flex-line-pack: end !important;

        align-content: flex-end !important;

  }

  .align-content-lg-center {

    -ms-flex-line-pack: center !important;

        align-content: center !important;

  }

  .align-content-lg-between {

    -ms-flex-line-pack: justify !important;

        align-content: space-between !important;

  }

  .align-content-lg-around {

    -ms-flex-line-pack: distribute !important;

        align-content: space-around !important;

  }

  .align-content-lg-stretch {

    -ms-flex-line-pack: stretch !important;

        align-content: stretch !important;

  }

  .align-self-lg-auto {

    -ms-flex-item-align: auto !important;

        align-self: auto !important;

  }

  .align-self-lg-start {

    -ms-flex-item-align: start !important;

        align-self: flex-start !important;

  }

  .align-self-lg-end {

    -ms-flex-item-align: end !important;

        align-self: flex-end !important;

  }

  .align-self-lg-center {

    -ms-flex-item-align: center !important;

        align-self: center !important;

  }

  .align-self-lg-baseline {

    -ms-flex-item-align: baseline !important;

        align-self: baseline !important;

  }

  .align-self-lg-stretch {

    -ms-flex-item-align: stretch !important;

        align-self: stretch !important;

  }

}



@media (min-width: 1200px) {

  .flex-xl-row {

    -ms-flex-direction: row !important;

        flex-direction: row !important;

  }

  .flex-xl-column {

    -ms-flex-direction: column !important;

        flex-direction: column !important;

  }

  .flex-xl-row-reverse {

    -ms-flex-direction: row-reverse !important;

        flex-direction: row-reverse !important;

  }

  .flex-xl-column-reverse {

    -ms-flex-direction: column-reverse !important;

        flex-direction: column-reverse !important;

  }

  .flex-xl-wrap {

    -ms-flex-wrap: wrap !important;

        flex-wrap: wrap !important;

  }

  .flex-xl-nowrap {

    -ms-flex-wrap: nowrap !important;

        flex-wrap: nowrap !important;

  }

  .flex-xl-wrap-reverse {

    -ms-flex-wrap: wrap-reverse !important;

        flex-wrap: wrap-reverse !important;

  }

  .justify-content-xl-start {

    -ms-flex-pack: start !important;

        justify-content: flex-start !important;

  }

  .justify-content-xl-end {

    -ms-flex-pack: end !important;

        justify-content: flex-end !important;

  }

  .justify-content-xl-center {

    -ms-flex-pack: center !important;

        justify-content: center !important;

  }

  .justify-content-xl-between {

    -ms-flex-pack: justify !important;

        justify-content: space-between !important;

  }

  .justify-content-xl-around {

    -ms-flex-pack: distribute !important;

        justify-content: space-around !important;

  }

  .align-items-xl-start {

    -ms-flex-align: start !important;

        align-items: flex-start !important;

  }

  .align-items-xl-end {

    -ms-flex-align: end !important;

        align-items: flex-end !important;

  }

  .align-items-xl-center {

    -ms-flex-align: center !important;

        align-items: center !important;

  }

  .align-items-xl-baseline {

    -ms-flex-align: baseline !important;

        align-items: baseline !important;

  }

  .align-items-xl-stretch {

    -ms-flex-align: stretch !important;

        align-items: stretch !important;

  }

  .align-content-xl-start {

    -ms-flex-line-pack: start !important;

        align-content: flex-start !important;

  }

  .align-content-xl-end {

    -ms-flex-line-pack: end !important;

        align-content: flex-end !important;

  }

  .align-content-xl-center {

    -ms-flex-line-pack: center !important;

        align-content: center !important;

  }

  .align-content-xl-between {

    -ms-flex-line-pack: justify !important;

        align-content: space-between !important;

  }

  .align-content-xl-around {

    -ms-flex-line-pack: distribute !important;

        align-content: space-around !important;

  }

  .align-content-xl-stretch {

    -ms-flex-line-pack: stretch !important;

        align-content: stretch !important;

  }

  .align-self-xl-auto {

    -ms-flex-item-align: auto !important;

        align-self: auto !important;

  }

  .align-self-xl-start {

    -ms-flex-item-align: start !important;

        align-self: flex-start !important;

  }

  .align-self-xl-end {

    -ms-flex-item-align: end !important;

        align-self: flex-end !important;

  }

  .align-self-xl-center {

    -ms-flex-item-align: center !important;

        align-self: center !important;

  }

  .align-self-xl-baseline {

    -ms-flex-item-align: baseline !important;

        align-self: baseline !important;

  }

  .align-self-xl-stretch {

    -ms-flex-item-align: stretch !important;

        align-self: stretch !important;

  }

}



.float-left {

  float: left !important;

}



.float-right {

  float: right !important;

}



.float-none {

  float: none !important;

}



@media (min-width: 576px) {

  .float-sm-left {

    float: left !important;

  }

  .float-sm-right {

    float: right !important;

  }

  .float-sm-none {

    float: none !important;

  }

}



@media (min-width: 768px) {

  .float-md-left {

    float: left !important;

  }

  .float-md-right {

    float: right !important;

  }

  .float-md-none {

    float: none !important;

  }

}



@media (min-width: 992px) {

  .float-lg-left {

    float: left !important;

  }

  .float-lg-right {

    float: right !important;

  }

  .float-lg-none {

    float: none !important;

  }

}



@media (min-width: 1200px) {

  .float-xl-left {

    float: left !important;

  }

  .float-xl-right {

    float: right !important;

  }

  .float-xl-none {

    float: none !important;

  }

}



.position-static {

  position: static !important;

}



.position-relative {

  position: relative !important;

}



.position-absolute {

  position: absolute !important;

}



.position-fixed {

  position: fixed !important;

}



.position-sticky {

  position: -webkit-sticky !important;

  position: sticky !important;

}



.fixed-top {

  position: fixed;

  top: 0;

  right: 0;

  left: 0;

  z-index: 1030;

}



.fixed-bottom {

  position: fixed;

  right: 0;

  bottom: 0;

  left: 0;

  z-index: 1030;

}



@supports ((position: -webkit-sticky) or (position: sticky)) {

  .sticky-top {

    position: -webkit-sticky;

    position: sticky;

    top: 0;

    z-index: 1020;

  }

}



.sr-only {

  position: absolute;

  width: 1px;

  height: 1px;

  padding: 0;

  overflow: hidden;

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

  white-space: nowrap;

  -webkit-clip-path: inset(50%);

          clip-path: inset(50%);

  border: 0;

}



.sr-only-focusable:active, .sr-only-focusable:focus {

  position: static;

  width: auto;

  height: auto;

  overflow: visible;

  clip: auto;

  white-space: normal;

  -webkit-clip-path: none;

          clip-path: none;

}



.w-25 {

  width: 25% !important;

}



.w-50 {

  width: 50% !important;

}



.w-75 {

  width: 75% !important;

}



.w-100 {

  width: 100% !important;

}



.h-25 {

  height: 25% !important;

}



.h-50 {

  height: 50% !important;

}



.h-75 {

  height: 75% !important;

}



.h-100 {

  height: 100% !important;

}



.mw-100 {

  max-width: 100% !important;

}



.mh-100 {

  max-height: 100% !important;

}



.m-0 {

  margin: 0 !important;

}



.mt-0,

.my-0 {

  margin-top: 0 !important;

}



.mr-0,

.mx-0 {

  margin-right: 0 !important;

}



.mb-0,

.my-0 {

  margin-bottom: 0 !important;

}



.ml-0,

.mx-0 {

  margin-left: 0 !important;

}



.m-1 {

  margin: 0.25rem !important;

}



.mt-1,

.my-1 {

  margin-top: 0.25rem !important;

}



.mr-1,

.mx-1 {

  margin-right: 0.25rem !important;

}



.mb-1,

.my-1 {

  margin-bottom: 0.25rem !important;

}



.ml-1,

.mx-1 {

  margin-left: 0.25rem !important;

}



.m-2 {

  margin: 0.5rem !important;

}



.mt-2,

.my-2 {

  margin-top: 0.5rem !important;

}



.mr-2,

.mx-2 {

  margin-right: 0.5rem !important;

}



.mb-2,

.my-2 {

  margin-bottom: 0.5rem !important;

}



.ml-2,

.mx-2 {

  margin-left: 0.5rem !important;

}



.m-3 {

  margin: 1rem !important;

}



.mt-3,

.my-3 {

  margin-top: 1rem !important;

}



.mr-3,

.mx-3 {

  margin-right: 1rem !important;

}



.mb-3,

.my-3 {

  margin-bottom: 1rem !important;

}



.ml-3,

.mx-3 {

  margin-left: 1rem !important;

}



.m-4 {

  margin: 1.5rem !important;

}



.mt-4,

.my-4 {

  margin-top: 1.5rem !important;

}



.mr-4,

.mx-4 {

  margin-right: 1.5rem !important;

}



.mb-4,

.my-4 {

  margin-bottom: 1.5rem !important;

}



.ml-4,

.mx-4 {

  margin-left: 1.5rem !important;

}



.m-5 {

  margin: 3rem !important;

}



.mt-5,

.my-5 {

  margin-top: 3rem !important;

}



.mr-5,

.mx-5 {

  margin-right: 3rem !important;

}



.mb-5,

.my-5 {

  margin-bottom: 3rem !important;

}



.ml-5,

.mx-5 {

  margin-left: 3rem !important;

}



.p-0 {

  padding: 0 !important;

}



.pt-0,

.py-0 {

  padding-top: 0 !important;

}



.pr-0,

.px-0 {

  padding-right: 0 !important;

}



.pb-0,

.py-0 {

  padding-bottom: 0 !important;

}



.pl-0,

.px-0 {

  padding-left: 0 !important;

}



.p-1 {

  padding: 0.25rem !important;

}



.pt-1,

.py-1 {

  padding-top: 0.25rem !important;

}



.pr-1,

.px-1 {

  padding-right: 0.25rem !important;

}



.pb-1,

.py-1 {

  padding-bottom: 0.25rem !important;

}



.pl-1,

.px-1 {

  padding-left: 0.25rem !important;

}



.p-2 {

  padding: 0.5rem !important;

}



.pt-2,

.py-2 {

  padding-top: 0.5rem !important;

}



.pr-2,

.px-2 {

  padding-right: 0.5rem !important;

}



.pb-2,

.py-2 {

  padding-bottom: 0.5rem !important;

}



.pl-2,

.px-2 {

  padding-left: 0.5rem !important;

}



.p-3 {

  padding: 1rem !important;

}



.pt-3,

.py-3 {

  padding-top: 1rem !important;

}



.pr-3,

.px-3 {

  padding-right: 1rem !important;

}



.pb-3,

.py-3 {

  padding-bottom: 1rem !important;

}



.pl-3,

.px-3 {

  padding-left: 1rem !important;

}



.p-4 {

  padding: 1.5rem !important;

}



.pt-4,

.py-4 {

  padding-top: 1.5rem !important;

}



.pr-4,

.px-4 {

  padding-right: 1.5rem !important;

}



.pb-4,

.py-4 {

  padding-bottom: 1.5rem !important;

}



.pl-4,

.px-4 {

  padding-left: 1.5rem !important;

}



.p-5 {

  padding: 3rem !important;

}



.pt-5,

.py-5 {

  padding-top: 3rem !important;

}



.pr-5,

.px-5 {

  padding-right: 3rem !important;

}



.pb-5,

.py-5 {

  padding-bottom: 3rem !important;

}



.pl-5,

.px-5 {

  padding-left: 3rem !important;

}



.m-auto {

  margin: auto !important;

}



.mt-auto,

.my-auto {

  margin-top: auto !important;

}



.mr-auto,

.mx-auto {

  margin-right: auto !important;

}



.mb-auto,

.my-auto {

  margin-bottom: auto !important;

}



.ml-auto,

.mx-auto {

  margin-left: auto !important;

}



@media (min-width: 576px) {

  .m-sm-0 {

    margin: 0 !important;

  }

  .mt-sm-0,

  .my-sm-0 {

    margin-top: 0 !important;

  }

  .mr-sm-0,

  .mx-sm-0 {

    margin-right: 0 !important;

  }

  .mb-sm-0,

  .my-sm-0 {

    margin-bottom: 0 !important;

  }

  .ml-sm-0,

  .mx-sm-0 {

    margin-left: 0 !important;

  }

  .m-sm-1 {

    margin: 0.25rem !important;

  }

  .mt-sm-1,

  .my-sm-1 {

    margin-top: 0.25rem !important;

  }

  .mr-sm-1,

  .mx-sm-1 {

    margin-right: 0.25rem !important;

  }

  .mb-sm-1,

  .my-sm-1 {

    margin-bottom: 0.25rem !important;

  }

  .ml-sm-1,

  .mx-sm-1 {

    margin-left: 0.25rem !important;

  }

  .m-sm-2 {

    margin: 0.5rem !important;

  }

  .mt-sm-2,

  .my-sm-2 {

    margin-top: 0.5rem !important;

  }

  .mr-sm-2,

  .mx-sm-2 {

    margin-right: 0.5rem !important;

  }

  .mb-sm-2,

  .my-sm-2 {

    margin-bottom: 0.5rem !important;

  }

  .ml-sm-2,

  .mx-sm-2 {

    margin-left: 0.5rem !important;

  }

  .m-sm-3 {

    margin: 1rem !important;

  }

  .mt-sm-3,

  .my-sm-3 {

    margin-top: 1rem !important;

  }

  .mr-sm-3,

  .mx-sm-3 {

    margin-right: 1rem !important;

  }

  .mb-sm-3,

  .my-sm-3 {

    margin-bottom: 1rem !important;

  }

  .ml-sm-3,

  .mx-sm-3 {

    margin-left: 1rem !important;

  }

  .m-sm-4 {

    margin: 1.5rem !important;

  }

  .mt-sm-4,

  .my-sm-4 {

    margin-top: 1.5rem !important;

  }

  .mr-sm-4,

  .mx-sm-4 {

    margin-right: 1.5rem !important;

  }

  .mb-sm-4,

  .my-sm-4 {

    margin-bottom: 1.5rem !important;

  }

  .ml-sm-4,

  .mx-sm-4 {

    margin-left: 1.5rem !important;

  }

  .m-sm-5 {

    margin: 3rem !important;

  }

  .mt-sm-5,

  .my-sm-5 {

    margin-top: 3rem !important;

  }

  .mr-sm-5,

  .mx-sm-5 {

    margin-right: 3rem !important;

  }

  .mb-sm-5,

  .my-sm-5 {

    margin-bottom: 3rem !important;

  }

  .ml-sm-5,

  .mx-sm-5 {

    margin-left: 3rem !important;

  }

  .p-sm-0 {

    padding: 0 !important;

  }

  .pt-sm-0,

  .py-sm-0 {

    padding-top: 0 !important;

  }

  .pr-sm-0,

  .px-sm-0 {

    padding-right: 0 !important;

  }

  .pb-sm-0,

  .py-sm-0 {

    padding-bottom: 0 !important;

  }

  .pl-sm-0,

  .px-sm-0 {

    padding-left: 0 !important;

  }

  .p-sm-1 {

    padding: 0.25rem !important;

  }

  .pt-sm-1,

  .py-sm-1 {

    padding-top: 0.25rem !important;

  }

  .pr-sm-1,

  .px-sm-1 {

    padding-right: 0.25rem !important;

  }

  .pb-sm-1,

  .py-sm-1 {

    padding-bottom: 0.25rem !important;

  }

  .pl-sm-1,

  .px-sm-1 {

    padding-left: 0.25rem !important;

  }

  .p-sm-2 {

    padding: 0.5rem !important;

  }

  .pt-sm-2,

  .py-sm-2 {

    padding-top: 0.5rem !important;

  }

  .pr-sm-2,

  .px-sm-2 {

    padding-right: 0.5rem !important;

  }

  .pb-sm-2,

  .py-sm-2 {

    padding-bottom: 0.5rem !important;

  }

  .pl-sm-2,

  .px-sm-2 {

    padding-left: 0.5rem !important;

  }

  .p-sm-3 {

    padding: 1rem !important;

  }

  .pt-sm-3,

  .py-sm-3 {

    padding-top: 1rem !important;

  }

  .pr-sm-3,

  .px-sm-3 {

    padding-right: 1rem !important;

  }

  .pb-sm-3,

  .py-sm-3 {

    padding-bottom: 1rem !important;

  }

  .pl-sm-3,

  .px-sm-3 {

    padding-left: 1rem !important;

  }

  .p-sm-4 {

    padding: 1.5rem !important;

  }

  .pt-sm-4,

  .py-sm-4 {

    padding-top: 1.5rem !important;

  }

  .pr-sm-4,

  .px-sm-4 {

    padding-right: 1.5rem !important;

  }

  .pb-sm-4,

  .py-sm-4 {

    padding-bottom: 1.5rem !important;

  }

  .pl-sm-4,

  .px-sm-4 {

    padding-left: 1.5rem !important;

  }

  .p-sm-5 {

    padding: 3rem !important;

  }

  .pt-sm-5,

  .py-sm-5 {

    padding-top: 3rem !important;

  }

  .pr-sm-5,

  .px-sm-5 {

    padding-right: 3rem !important;

  }

  .pb-sm-5,

  .py-sm-5 {

    padding-bottom: 3rem !important;

  }

  .pl-sm-5,

  .px-sm-5 {

    padding-left: 3rem !important;

  }

  .m-sm-auto {

    margin: auto !important;

  }

  .mt-sm-auto,

  .my-sm-auto {

    margin-top: auto !important;

  }

  .mr-sm-auto,

  .mx-sm-auto {

    margin-right: auto !important;

  }

  .mb-sm-auto,

  .my-sm-auto {

    margin-bottom: auto !important;

  }

  .ml-sm-auto,

  .mx-sm-auto {

    margin-left: auto !important;

  }

}



@media (min-width: 768px) {

  .m-md-0 {

    margin: 0 !important;

  }

  .mt-md-0,

  .my-md-0 {

    margin-top: 0 !important;

  }

  .mr-md-0,

  .mx-md-0 {

    margin-right: 0 !important;

  }

  .mb-md-0,

  .my-md-0 {

    margin-bottom: 0 !important;

  }

  .ml-md-0,

  .mx-md-0 {

    margin-left: 0 !important;

  }

  .m-md-1 {

    margin: 0.25rem !important;

  }

  .mt-md-1,

  .my-md-1 {

    margin-top: 0.25rem !important;

  }

  .mr-md-1,

  .mx-md-1 {

    margin-right: 0.25rem !important;

  }

  .mb-md-1,

  .my-md-1 {

    margin-bottom: 0.25rem !important;

  }

  .ml-md-1,

  .mx-md-1 {

    margin-left: 0.25rem !important;

  }

  .m-md-2 {

    margin: 0.5rem !important;

  }

  .mt-md-2,

  .my-md-2 {

    margin-top: 0.5rem !important;

  }

  .mr-md-2,

  .mx-md-2 {

    margin-right: 0.5rem !important;

  }

  .mb-md-2,

  .my-md-2 {

    margin-bottom: 0.5rem !important;

  }

  .ml-md-2,

  .mx-md-2 {

    margin-left: 0.5rem !important;

  }

  .m-md-3 {

    margin: 1rem !important;

  }

  .mt-md-3,

  .my-md-3 {

    margin-top: 1rem !important;

  }

  .mr-md-3,

  .mx-md-3 {

    margin-right: 1rem !important;

  }

  .mb-md-3,

  .my-md-3 {

    margin-bottom: 1rem !important;

  }

  .ml-md-3,

  .mx-md-3 {

    margin-left: 1rem !important;

  }

  .m-md-4 {

    margin: 1.5rem !important;

  }

  .mt-md-4,

  .my-md-4 {

    margin-top: 1.5rem !important;

  }

  .mr-md-4,

  .mx-md-4 {

    margin-right: 1.5rem !important;

  }

  .mb-md-4,

  .my-md-4 {

    margin-bottom: 1.5rem !important;

  }

  .ml-md-4,

  .mx-md-4 {

    margin-left: 1.5rem !important;

  }

  .m-md-5 {

    margin: 3rem !important;

  }

  .mt-md-5,

  .my-md-5 {

    margin-top: 3rem !important;

  }

  .mr-md-5,

  .mx-md-5 {

    margin-right: 3rem !important;

  }

  .mb-md-5,

  .my-md-5 {

    margin-bottom: 3rem !important;

  }

  .ml-md-5,

  .mx-md-5 {

    margin-left: 3rem !important;

  }

  .p-md-0 {

    padding: 0 !important;

  }

  .pt-md-0,

  .py-md-0 {

    padding-top: 0 !important;

  }

  .pr-md-0,

  .px-md-0 {

    padding-right: 0 !important;

  }

  .pb-md-0,

  .py-md-0 {

    padding-bottom: 0 !important;

  }

  .pl-md-0,

  .px-md-0 {

    padding-left: 0 !important;

  }

  .p-md-1 {

    padding: 0.25rem !important;

  }

  .pt-md-1,

  .py-md-1 {

    padding-top: 0.25rem !important;

  }

  .pr-md-1,

  .px-md-1 {

    padding-right: 0.25rem !important;

  }

  .pb-md-1,

  .py-md-1 {

    padding-bottom: 0.25rem !important;

  }

  .pl-md-1,

  .px-md-1 {

    padding-left: 0.25rem !important;

  }

  .p-md-2 {

    padding: 0.5rem !important;

  }

  .pt-md-2,

  .py-md-2 {

    padding-top: 0.5rem !important;

  }

  .pr-md-2,

  .px-md-2 {

    padding-right: 0.5rem !important;

  }

  .pb-md-2,

  .py-md-2 {

    padding-bottom: 0.5rem !important;

  }

  .pl-md-2,

  .px-md-2 {

    padding-left: 0.5rem !important;

  }

  .p-md-3 {

    padding: 1rem !important;

  }

  .pt-md-3,

  .py-md-3 {

    padding-top: 1rem !important;

  }

  .pr-md-3,

  .px-md-3 {

    padding-right: 1rem !important;

  }

  .pb-md-3,

  .py-md-3 {

    padding-bottom: 1rem !important;

  }

  .pl-md-3,

  .px-md-3 {

    padding-left: 1rem !important;

  }

  .p-md-4 {

    padding: 1.5rem !important;

  }

  .pt-md-4,

  .py-md-4 {

    padding-top: 1.5rem !important;

  }

  .pr-md-4,

  .px-md-4 {

    padding-right: 1.5rem !important;

  }

  .pb-md-4,

  .py-md-4 {

    padding-bottom: 1.5rem !important;

  }

  .pl-md-4,

  .px-md-4 {

    padding-left: 1.5rem !important;

  }

  .p-md-5 {

    padding: 3rem !important;

  }

  .pt-md-5,

  .py-md-5 {

    padding-top: 3rem !important;

  }

  .pr-md-5,

  .px-md-5 {

    padding-right: 3rem !important;

  }

  .pb-md-5,

  .py-md-5 {

    padding-bottom: 3rem !important;

  }

  .pl-md-5,

  .px-md-5 {

    padding-left: 3rem !important;

  }

  .m-md-auto {

    margin: auto !important;

  }

  .mt-md-auto,

  .my-md-auto {

    margin-top: auto !important;

  }

  .mr-md-auto,

  .mx-md-auto {

    margin-right: auto !important;

  }

  .mb-md-auto,

  .my-md-auto {

    margin-bottom: auto !important;

  }

  .ml-md-auto,

  .mx-md-auto {

    margin-left: auto !important;

  }

}



@media (min-width: 992px) {

  .m-lg-0 {

    margin: 0 !important;

  }

  .mt-lg-0,

  .my-lg-0 {

    margin-top: 0 !important;

  }

  .mr-lg-0,

  .mx-lg-0 {

    margin-right: 0 !important;

  }

  .mb-lg-0,

  .my-lg-0 {

    margin-bottom: 0 !important;

  }

  .ml-lg-0,

  .mx-lg-0 {

    margin-left: 0 !important;

  }

  .m-lg-1 {

    margin: 0.25rem !important;

  }

  .mt-lg-1,

  .my-lg-1 {

    margin-top: 0.25rem !important;

  }

  .mr-lg-1,

  .mx-lg-1 {

    margin-right: 0.25rem !important;

  }

  .mb-lg-1,

  .my-lg-1 {

    margin-bottom: 0.25rem !important;

  }

  .ml-lg-1,

  .mx-lg-1 {

    margin-left: 0.25rem !important;

  }

  .m-lg-2 {

    margin: 0.5rem !important;

  }

  .mt-lg-2,

  .my-lg-2 {

    margin-top: 0.5rem !important;

  }

  .mr-lg-2,

  .mx-lg-2 {

    margin-right: 0.5rem !important;

  }

  .mb-lg-2,

  .my-lg-2 {

    margin-bottom: 0.5rem !important;

  }

  .ml-lg-2,

  .mx-lg-2 {

    margin-left: 0.5rem !important;

  }

  .m-lg-3 {

    margin: 1rem !important;

  }

  .mt-lg-3,

  .my-lg-3 {

    margin-top: 1rem !important;

  }

  .mr-lg-3,

  .mx-lg-3 {

    margin-right: 1rem !important;

  }

  .mb-lg-3,

  .my-lg-3 {

    margin-bottom: 1rem !important;

  }

  .ml-lg-3,

  .mx-lg-3 {

    margin-left: 1rem !important;

  }

  .m-lg-4 {

    margin: 1.5rem !important;

  }

  .mt-lg-4,

  .my-lg-4 {

    margin-top: 1.5rem !important;

  }

  .mr-lg-4,

  .mx-lg-4 {

    margin-right: 1.5rem !important;

  }

  .mb-lg-4,

  .my-lg-4 {

    margin-bottom: 1.5rem !important;

  }

  .ml-lg-4,

  .mx-lg-4 {

    margin-left: 1.5rem !important;

  }

  .m-lg-5 {

    margin: 3rem !important;

  }

  .mt-lg-5,

  .my-lg-5 {

    margin-top: 3rem !important;

  }

  .mr-lg-5,

  .mx-lg-5 {

    margin-right: 3rem !important;

  }

  .mb-lg-5,

  .my-lg-5 {

    margin-bottom: 3rem !important;

  }

  .ml-lg-5,

  .mx-lg-5 {

    margin-left: 3rem !important;

  }

  .p-lg-0 {

    padding: 0 !important;

  }

  .pt-lg-0,

  .py-lg-0 {

    padding-top: 0 !important;

  }

  .pr-lg-0,

  .px-lg-0 {

    padding-right: 0 !important;

  }

  .pb-lg-0,

  .py-lg-0 {

    padding-bottom: 0 !important;

  }

  .pl-lg-0,

  .px-lg-0 {

    padding-left: 0 !important;

  }

  .p-lg-1 {

    padding: 0.25rem !important;

  }

  .pt-lg-1,

  .py-lg-1 {

    padding-top: 0.25rem !important;

  }

  .pr-lg-1,

  .px-lg-1 {

    padding-right: 0.25rem !important;

  }

  .pb-lg-1,

  .py-lg-1 {

    padding-bottom: 0.25rem !important;

  }

  .pl-lg-1,

  .px-lg-1 {

    padding-left: 0.25rem !important;

  }

  .p-lg-2 {

    padding: 0.5rem !important;

  }

  .pt-lg-2,

  .py-lg-2 {

    padding-top: 0.5rem !important;

  }

  .pr-lg-2,

  .px-lg-2 {

    padding-right: 0.5rem !important;

  }

  .pb-lg-2,

  .py-lg-2 {

    padding-bottom: 0.5rem !important;

  }

  .pl-lg-2,

  .px-lg-2 {

    padding-left: 0.5rem !important;

  }

  .p-lg-3 {

    padding: 1rem !important;

  }

  .pt-lg-3,

  .py-lg-3 {

    padding-top: 1rem !important;

  }

  .pr-lg-3,

  .px-lg-3 {

    padding-right: 1rem !important;

  }

  .pb-lg-3,

  .py-lg-3 {

    padding-bottom: 1rem !important;

  }

  .pl-lg-3,

  .px-lg-3 {

    padding-left: 1rem !important;

  }

  .p-lg-4 {

    padding: 1.5rem !important;

  }

  .pt-lg-4,

  .py-lg-4 {

    padding-top: 1.5rem !important;

  }

  .pr-lg-4,

  .px-lg-4 {

    padding-right: 1.5rem !important;

  }

  .pb-lg-4,

  .py-lg-4 {

    padding-bottom: 1.5rem !important;

  }

  .pl-lg-4,

  .px-lg-4 {

    padding-left: 1.5rem !important;

  }

  .p-lg-5 {

    padding: 3rem !important;

  }

  .pt-lg-5,

  .py-lg-5 {

    padding-top: 3rem !important;

  }

  .pr-lg-5,

  .px-lg-5 {

    padding-right: 3rem !important;

  }

  .pb-lg-5,

  .py-lg-5 {

    padding-bottom: 3rem !important;

  }

  .pl-lg-5,

  .px-lg-5 {

    padding-left: 3rem !important;

  }

  .m-lg-auto {

    margin: auto !important;

  }

  .mt-lg-auto,

  .my-lg-auto {

    margin-top: auto !important;

  }

  .mr-lg-auto,

  .mx-lg-auto {

    margin-right: auto !important;

  }

  .mb-lg-auto,

  .my-lg-auto {

    margin-bottom: auto !important;

  }

  .ml-lg-auto,

  .mx-lg-auto {

    margin-left: auto !important;

  }

}



@media (min-width: 1200px) {

  .m-xl-0 {

    margin: 0 !important;

  }

  .mt-xl-0,

  .my-xl-0 {

    margin-top: 0 !important;

  }

  .mr-xl-0,

  .mx-xl-0 {

    margin-right: 0 !important;

  }

  .mb-xl-0,

  .my-xl-0 {

    margin-bottom: 0 !important;

  }

  .ml-xl-0,

  .mx-xl-0 {

    margin-left: 0 !important;

  }

  .m-xl-1 {

    margin: 0.25rem !important;

  }

  .mt-xl-1,

  .my-xl-1 {

    margin-top: 0.25rem !important;

  }

  .mr-xl-1,

  .mx-xl-1 {

    margin-right: 0.25rem !important;

  }

  .mb-xl-1,

  .my-xl-1 {

    margin-bottom: 0.25rem !important;

  }

  .ml-xl-1,

  .mx-xl-1 {

    margin-left: 0.25rem !important;

  }

  .m-xl-2 {

    margin: 0.5rem !important;

  }

  .mt-xl-2,

  .my-xl-2 {

    margin-top: 0.5rem !important;

  }

  .mr-xl-2,

  .mx-xl-2 {

    margin-right: 0.5rem !important;

  }

  .mb-xl-2,

  .my-xl-2 {

    margin-bottom: 0.5rem !important;

  }

  .ml-xl-2,

  .mx-xl-2 {

    margin-left: 0.5rem !important;

  }

  .m-xl-3 {

    margin: 1rem !important;

  }

  .mt-xl-3,

  .my-xl-3 {

    margin-top: 1rem !important;

  }

  .mr-xl-3,

  .mx-xl-3 {

    margin-right: 1rem !important;

  }

  .mb-xl-3,

  .my-xl-3 {

    margin-bottom: 1rem !important;

  }

  .ml-xl-3,

  .mx-xl-3 {

    margin-left: 1rem !important;

  }

  .m-xl-4 {

    margin: 1.5rem !important;

  }

  .mt-xl-4,

  .my-xl-4 {

    margin-top: 1.5rem !important;

  }

  .mr-xl-4,

  .mx-xl-4 {

    margin-right: 1.5rem !important;

  }

  .mb-xl-4,

  .my-xl-4 {

    margin-bottom: 1.5rem !important;

  }

  .ml-xl-4,

  .mx-xl-4 {

    margin-left: 1.5rem !important;

  }

  .m-xl-5 {

    margin: 3rem !important;

  }

  .mt-xl-5,

  .my-xl-5 {

    margin-top: 3rem !important;

  }

  .mr-xl-5,

  .mx-xl-5 {

    margin-right: 3rem !important;

  }

  .mb-xl-5,

  .my-xl-5 {

    margin-bottom: 3rem !important;

  }

  .ml-xl-5,

  .mx-xl-5 {

    margin-left: 3rem !important;

  }

  .p-xl-0 {

    padding: 0 !important;

  }

  .pt-xl-0,

  .py-xl-0 {

    padding-top: 0 !important;

  }

  .pr-xl-0,

  .px-xl-0 {

    padding-right: 0 !important;

  }

  .pb-xl-0,

  .py-xl-0 {

    padding-bottom: 0 !important;

  }

  .pl-xl-0,

  .px-xl-0 {

    padding-left: 0 !important;

  }

  .p-xl-1 {

    padding: 0.25rem !important;

  }

  .pt-xl-1,

  .py-xl-1 {

    padding-top: 0.25rem !important;

  }

  .pr-xl-1,

  .px-xl-1 {

    padding-right: 0.25rem !important;

  }

  .pb-xl-1,

  .py-xl-1 {

    padding-bottom: 0.25rem !important;

  }

  .pl-xl-1,

  .px-xl-1 {

    padding-left: 0.25rem !important;

  }

  .p-xl-2 {

    padding: 0.5rem !important;

  }

  .pt-xl-2,

  .py-xl-2 {

    padding-top: 0.5rem !important;

  }

  .pr-xl-2,

  .px-xl-2 {

    padding-right: 0.5rem !important;

  }

  .pb-xl-2,

  .py-xl-2 {

    padding-bottom: 0.5rem !important;

  }

  .pl-xl-2,

  .px-xl-2 {

    padding-left: 0.5rem !important;

  }

  .p-xl-3 {

    padding: 1rem !important;

  }

  .pt-xl-3,

  .py-xl-3 {

    padding-top: 1rem !important;

  }

  .pr-xl-3,

  .px-xl-3 {

    padding-right: 1rem !important;

  }

  .pb-xl-3,

  .py-xl-3 {

    padding-bottom: 1rem !important;

  }

  .pl-xl-3,

  .px-xl-3 {

    padding-left: 1rem !important;

  }

  .p-xl-4 {

    padding: 1.5rem !important;

  }

  .pt-xl-4,

  .py-xl-4 {

    padding-top: 1.5rem !important;

  }

  .pr-xl-4,

  .px-xl-4 {

    padding-right: 1.5rem !important;

  }

  .pb-xl-4,

  .py-xl-4 {

    padding-bottom: 1.5rem !important;

  }

  .pl-xl-4,

  .px-xl-4 {

    padding-left: 1.5rem !important;

  }

  .p-xl-5 {

    padding: 3rem !important;

  }

  .pt-xl-5,

  .py-xl-5 {

    padding-top: 3rem !important;

  }

  .pr-xl-5,

  .px-xl-5 {

    padding-right: 3rem !important;

  }

  .pb-xl-5,

  .py-xl-5 {

    padding-bottom: 3rem !important;

  }

  .pl-xl-5,

  .px-xl-5 {

    padding-left: 3rem !important;

  }

  .m-xl-auto {

    margin: auto !important;

  }

  .mt-xl-auto,

  .my-xl-auto {

    margin-top: auto !important;

  }

  .mr-xl-auto,

  .mx-xl-auto {

    margin-right: auto !important;

  }

  .mb-xl-auto,

  .my-xl-auto {

    margin-bottom: auto !important;

  }

  .ml-xl-auto,

  .mx-xl-auto {

    margin-left: auto !important;

  }

}



.text-justify {

  text-align: justify !important;

}



.text-nowrap {

  white-space: nowrap !important;

}



.text-truncate {

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

}



.text-left {

  text-align: left !important;

}



.text-right {

  text-align: right !important;

}



.text-center {

  text-align: center !important;

}



@media (min-width: 576px) {

  .text-sm-left {

    text-align: left !important;

  }

  .text-sm-right {

    text-align: right !important;

  }

  .text-sm-center {

    text-align: center !important;

  }

}



@media (min-width: 768px) {

  .text-md-left {

    text-align: left !important;

  }

  .text-md-right {

    text-align: right !important;

  }

  .text-md-center {

    text-align: center !important;

  }

}



@media (min-width: 992px) {

  .text-lg-left {

    text-align: left !important;

  }

  .text-lg-right {

    text-align: right !important;

  }

  .text-lg-center {

    text-align: center !important;

  }

}



@media (min-width: 1200px) {

  .text-xl-left {

    text-align: left !important;

  }

  .text-xl-right {

    text-align: right !important;

  }

  .text-xl-center {

    text-align: center !important;

  }

}



.text-lowercase {

  text-transform: lowercase !important;

}



.text-uppercase {

  text-transform: uppercase !important;

}



.text-capitalize {

  text-transform: capitalize !important;

}



.font-weight-light {

  font-weight: 300 !important;

}



.font-weight-normal {

  font-weight: 400 !important;

}



.font-weight-bold {

  font-weight: 700 !important;

}



.font-italic {

  font-style: italic !important;

}



.text-white {

  color: #fff !important;

}



.text-primary {

  color: #007bff !important;

}



a.text-primary:focus, a.text-primary:hover {

  color: #0062cc !important;

}



.text-secondary {

  color: #868e96 !important;

}



a.text-secondary:focus, a.text-secondary:hover {

  color: #6c757d !important;

}



.text-success {

  color: #28a745 !important;

}



a.text-success:focus, a.text-success:hover {

  color: #1e7e34 !important;

}



.text-info {

  color: #17a2b8 !important;

}



a.text-info:focus, a.text-info:hover {

  color: #117a8b !important;

}



.text-warning {

  color: #ffc107 !important;

}



a.text-warning:focus, a.text-warning:hover {

  color: #d39e00 !important;

}



.text-danger {

  color: #dc3545 !important;

}



a.text-danger:focus, a.text-danger:hover {

  color: #bd2130 !important;

}



.text-light {

  color: #f8f9fa !important;

}



a.text-light:focus, a.text-light:hover {

  color: #dae0e5 !important;

}



.text-dark {

  color: #343a40 !important;

}



a.text-dark:focus, a.text-dark:hover {

  color: #1d2124 !important;

}



.text-muted {

  color: #868e96 !important;

}



.text-hide {

  font: 0/0 a;

  color: transparent;

  text-shadow: none;

  background-color: transparent;

  border: 0;

}



.visible {

  visibility: visible !important;

}



.invisible {

  visibility: hidden !important;

}
.iziModal{display:none;position:fixed;top:0;bottom:0;left:0;right:0;margin:auto;background:#fff;box-shadow:0 0 8px rgba(0,0,0,.3);transition:margin-top .3s ease,height .3s ease}.iziModal *{-webkit-font-smoothing:antialiased}.iziModal:after{content:'';width:100%;height:0;opacity:0;position:absolute;left:0;bottom:0;z-index:1;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,transparent),color-stop(100%,rgba(0,0,0,.35)));background:-webkit-linear-gradient(top,transparent,rgba(0,0,0,.35));background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.35));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#59000000',GradientType=0);transition:height .3s ease-in-out,opacity .3s ease-in-out;pointer-events:none}.iziModal.hasShadow:after{height:30px;opacity:1}.iziModal .iziModal-progressbar{position:absolute;left:0;top:0;width:100%;z-index:1}.iziModal .iziModal-progressbar>div{height:2px;width:100%}.iziModal .iziModal-header{background:#88a0b9;padding:14px 18px 15px;box-shadow:inset 0 -10px 15px -12px rgba(0,0,0,.3),0 0 0 #555;overflow:hidden;position:relative;z-index:10}.iziModal .iziModal-header-icon{font-size:40px;color:hsla(0,0%,100%,.5);padding:0 15px 0 0;margin:0;float:left}.iziModal .iziModal-header-title{color:#fff;font-size:18px;font-weight:600;line-height:1.3}.iziModal .iziModal-header-subtitle{color:hsla(0,0%,100%,.6);font-size:12px;line-height:1.45}.iziModal .iziModal-header-subtitle,.iziModal .iziModal-header-title{display:block;margin:0;padding:0;font-family:Arial;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.iziModal .iziModal-header-buttons{position:absolute;top:50%;right:10px;margin:-17px 0 0}.iziModal .iziModal-button{display:block;float:right;z-index:2;outline:none;height:34px;width:34px;border:0;padding:0;margin:0;opacity:.3;border-radius:50%;transition:transform .5s cubic-bezier(.16,.81,.32,1),opacity .5s ease;background-size:67%!important;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.iziModal .iziModal-button-close{background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODZCQkIzQ0I0RTg0MTFFNjlBODI4QTFBRTRBMkFCMDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODZCQkIzQ0M0RTg0MTFFNjlBODI4QTFBRTRBMkFCMDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4NkJCQjNDOTRFODQxMUU2OUE4MjhBMUFFNEEyQUIwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4NkJCQjNDQTRFODQxMUU2OUE4MjhBMUFFNEEyQUIwNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsgTJLcAAALJSURBVHja3JnLS1VBHMfvQ7g9dBXRRrwEFRciAhMi1JRW1aIHVEIYEkW0iVpUhOD/ICK6cFMgSbUpC6VFkQa9NtpjkauriRY9Noa3pHT8/mIODMM5Or85o87pC5/NPf5mvmc8M7+Z36SFEKkY2gj2gUawF2wHW8A6+fwv+A6KYAQMg+dg2rbDtKXhGnAaHJIms4zYz9J4HxgAf1g9k2EGteAhWBBuNApaQNrUg6nRTaAbzIuV0RCocWW4DoyJlVcJXI5ruFk2tJqi/2TWxvA5sXbqA2Ucw01i7dVjargazAo/dE33p6/DlAheg50pP0SJpwG8CH7IaH/Q5pFZUhnoArkwwwVwJeWfdoMLYYZvqG+yTGo9CerAoIWBT+A4qAdPDWOugwo1NVcxJtpFZRLkwH3GJCqCghJfxVjnz1JMMMKnwAbGRAg0B5rAA4O4CblZ+qj8tkBjZthvSzDCtFIMM0ZpQhslk5Eej4jpZ/T7G+ygwG1ghrk+jjNMFy1eMPJzpOAzlou6iWmXZkm91EBHjEwUZXoQTDk2SxqhRh7HTJ9hpstB3rFZ0ldq6J2DnB9m2rXZfxOPlrX1DrJRXiaBXSHPaMHvB0cd9JPLpBImMvzLQTuUFA6A9yHPfoIjhsllOc1l5N4grtmDWgYrl5+JTUZcSjNkeMyxWdpA3ZN72IJj01OJTByJS82J2/wQVxmB5y1HK8x0JWMf/kzdD98FJcY5S51gdwyTQl6eUAraspo27PeWXgy8afim0+CELAwOWHyH9EkdkyWwJ4Yxk6BCP+bTm48anutWW5dAp34IpbW03UOzb0FPVEHbx0LKfvAyqpAyKw97JU8Mt6pml6rAJ6oY6Eu5NfvfF7QTeWWQyEsZr6694lwsNoPD8mKRo29gCNwGj7gXi7aGA1EBcY+8vq0GW8FmJb3Pgx9gEnwAr8Ab8MW2w0UBBgAVyyyaohV7ewAAAABJRU5ErkJggg==') no-repeat 50% 50%}.iziModal .iziModal-button-fullscreen{background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTBBOUI4RUM0RTg0MTFFNjk0NTY4NUNFRkZFNEFEQzIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTBBOUI4RUQ0RTg0MTFFNjk0NTY4NUNFRkZFNEFEQzIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFMEE5QjhFQTRFODQxMUU2OTQ1Njg1Q0VGRkU0QURDMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMEE5QjhFQjRFODQxMUU2OTQ1Njg1Q0VGRkU0QURDMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrQO6gAAAANmSURBVHjazJlbSBRRGMd3x92i0ForRRMiKiUoX4ouiFlJkRVBDxW9GJERwUasvdRT9FD00osRQtAFqegGBUHRBY0uaCVKEkSRpVR0tSwrQtp1+p/4Bk7D7M45M/Ot/uGHu+Psmf+c+eY753wnbJpmyIfGgvmgiv6WgkKQBwzwE3wBr0AnuAta6ZgnhT0aFuY2ghoyGdH4bS+4Dc6CZjCkdWVhWIPF4JoZnB6CDToeVE8sBidNPt0E5UEZrgG9Jr8GwHa/huMgaWZXDSDsxfBuc/jUBAwdw3Fz+NWoang5SJkjQwm7P3seLqQEX2LLfgfBdZcMORMcBqNDwekPqASP0uXhpjR3Ok0x/fUw9HIHGGVdw5DuRtzJpgxDsJui2qOWmuaAOuuLbHivz4YLwLgQj/aAXNmwuItlHhtbA7pAG5jEZHgKWCcbrhUTIY+NPQVjqFFObbYMi/hc6aOhl2AJ9TKnFoIyYXgemKEzJQXVVkyR3oFVzKZFuqw2qHdyFPKhrHPgMoWC3fRjRtNVVg+7SR5IiqmXxUt60cG0CK/vTIZniZVCmcKJF0C3ZNjKBqvJ9Hrwm46tsN1EkCoRQ/M3fBjvs6GrYAvdwHEfGcd1qBaGkwoxrKI+xjz83yJ0iLFHApd46X4xX+M+WECh4lepCNUIcpnMijrEWtAvTRHrbOd8FZNG8uA2Nf0hpmwtjBPwpQ5T0GPS/+tBAZhIq+b3Lu09EyHRwRgO+0C+7dhWcII+PwCf6Sk/Aa9d2vtn+A7nyASugJiD6YSDQcOlvVbxiCaAN8xrs3sgprBiac/QhlhnzjUo6JuZM0UlDS5FPtoQIdNlPYJTWUihFaDex+9Pg6T1KHJAJ2NI7ASllA28hEQ/KJIXoSlwgKlnh+jFe+GjLtwIPtjfyktUt+UaUZWqvw7H3oJD1peI7eQdoF1xWa+zQikHH13OmwqmOxxP0EiZtgK/DRwNuIcHwSeXc2K01WAPhbhKBb5hBNTVbskVH7fqpZGhbJUNtYF83fqwQSXPbOsGjb6etwx2gcEsmT3iFAZeNmUqaMeHSz2qu0k6W15Rqsx3B2i0D+xXGAHTFrRVlEeFuVoqH+ku6VNUbDkPzlAtg30nVK66i8rRIjAbTKaSQVQyN0DD6nOqcLZQld9TLfmvAAMAeMcvp3eCFqQAAAAASUVORK5CYII=') no-repeat 50% 50%}.iziModal.isFullscreen .iziModal-button-fullscreen{background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkFFRTU5NDA0RTg1MTFFNjk0NEZFQzBGMkVBMDYyRDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkFFRTU5NDE0RTg1MTFFNjk0NEZFQzBGMkVBMDYyRDkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyQUVFNTkzRTRFODUxMUU2OTQ0RkVDMEYyRUEwNjJEOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyQUVFNTkzRjRFODUxMUU2OTQ0RkVDMEYyRUEwNjJEOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuDFfX8AAANASURBVHjazJlZSBVRGMfHcWlB0xZM68GKukQLYaGkmEUR2EsvRfQS+BSJPUQE+lTR8hqIZY8hFS0ERVCRoW3gpUApghYpszLTVnCB3O70/+K7MAwzc78Z58z4hx8XzpzvzJ+Zc+d85ztphmFoU9BsUAoq+XcFyAc5QAfD4BfoBp3gCWjnNl9K82mYzO0FVWwyw0NsD3gIroBWkPB0ZzLsgc3grhGcnoE9XjxIOxaCC4Y6tYC1QRmuAj2Geg2CA1M1XAsmjHDVANL8GK4zolMz0L0YrjWiV5PU8HYw6TBIf8imD6UynA96HYKPg3mgMUTDY6DUzXCzQ+AxSz+r6QEQZz4HbLoDZNkZrnAIoOlRZjN1Gk3XS0zty/gTFaRq7Ay3uAR8BcU2ps/z9QJTWw74HrDhTyDbbHg9SKQI+sb9rKa3mV8ZmAt+KJjP1TS+zinFPkqEUqQdBeAOKLa0UwIzpqlXtcYpIKWIO4RBZPoRKNfC10YQI8MlYLkwaAB8ABsiMDwDbKU8dgtIFwRMgJ3guRadKpNPWBMa7tOi1WoyHJPuTsC4oN+IQsOLM3gPJlEWqOE/neMGBqwDeYoMz6G8c0I4h6eFyHBC8A2eVoaH8JutaPwuUA/+uvSht1sHKgTjTWZwjUCVYdrK3xT0iwkND+lc5FClUQ9fINHCRYY7FBrWPSz5Er2lAR9H9P+hpfYGl64OCmPadQ7ojcDwOJetysBMQX/6mrWS4d+cIoYtMnAEnBT2fwVeJufYxZBMFoKFlrajQtOX/uczvEtIB50Kdgn1lt3JGdANltjsXE64jPMnuQ1LPuFJcFrBE11gzQXAUnAPFNk86esO4zSBfmu5lVa9toCf8DC4Ba6C22DEdO01KDLdP5fLr1Z94X2ibV1ilWVQ1XrDpvPAU4c+u1KVqvaHXI7q43ltp3PSYmDDNCgGPrCUD1wN6y5lqzAUN89baX1Y55Jn2LrPRUffRwaHwWhIZs/aTQM/hzLlDp+coPRReprk5cgrkyvz7wM0+hOcAvOlPvwcLNIp526ux1H5aJbHeFpVX4Br4LLXWoffk9CkVnLlaBNYAxaBXJBpMjfIy+o7EAdtfIyb8HPDfwIMAM1WPs8F9tcxAAAAAElFTkSuQmCC') no-repeat 50% 50%}.iziModal .iziModal-button-close:hover{transform:rotate(180deg)}.iziModal .iziModal-button:hover{opacity:.8}.iziModal .iziModal-header.iziModal-noSubtitle{height:auto;padding:10px 15px 12px}.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-icon{font-size:23px;padding-right:13px}.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title{font-size:15px;margin:3px 0 0;font-weight:400}.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-buttons{right:6px;margin:-16px 0 0}.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-button{height:30px;width:30px}.iziModal-rtl{direction:rtl}.iziModal-rtl .iziModal-header{padding:14px 18px 15px 40px}.iziModal-rtl .iziModal-header-icon{float:right;padding:0 0 0 15px}.iziModal-rtl .iziModal-header-buttons{right:auto;left:10px}.iziModal-rtl .iziModal-button{float:left}.iziModal-rtl .iziModal-header.iziModal-noSubtitle{padding:10px 15px 12px 40px}.iziModal-rtl .iziModal-header.iziModal-noSubtitle .iziModal-header-icon{padding:0 0 0 13px}.iziModal.iziModal-light .iziModal-header-icon{color:rgba(0,0,0,.5)}.iziModal.iziModal-light .iziModal-header-title{color:#000}.iziModal.iziModal-light .iziModal-header-subtitle{color:rgba(0,0,0,.6)}.iziModal.iziModal-light .iziModal-button-close{background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyQTU1RUZDNzRFODQxMUU2ODAxOEUwQzg0QjBDQjI3OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1NEM4MTU1MEI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENDMkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZjYzMwMmE1LWFlMjEtNDI3ZS1hMmE4LTJlYjhlMmZlY2E3NSIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjdmYmU3NGE3LTAxMDUtMTE3YS1hYmM3LWEzNWNkOWU1Yzc4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po24QssAAANtSURBVHja3JlJaBRBFIa7ZxyTSXADHUkikuAawZNLEOOGGrwJQYko8R4RBQ+OICoqghJQUVwPYjzFY0QUBQU1kogoKO6CG0pcIwbiNibj/8JraNvu6Xo9NTOtP3xzSKe6/65+Ve9VlWlkp2IwGUwFE0E5GA4G8/U+0APegWfgHrgPuq0bpNNp0QPNgEYngHlgGpuMCNp2s+kr4BYM/8ql4WqwHEzP4mXteg7awOW0YlerPnQIaARLNBl1ikLlBDw/1WF4ClgHKozc6idogekz2RheANbaBlE+dB4chfF+qeHF3LOF0FWwF6b7nBe8RvecApolzQVr3C64GR4H1huFV51pmvV+hikRbABFRji0GqarMxluAGON8CgKmmA65mZ4DFhqhE9VPP//ZXgZiCmm1t1gI6XWAAY+gF0gCe4qtqlHL8fthkeBWsXGreA6eMgPviEw+x5sBZ3gAdjPCcNPI8Fsu+FawUCzz40psEfRNJndBl7b/pZmVLTQMkzJo0bQSys43iWm3cxS+DUJOmoSwqKCRmEZWKkYv6RSMBPc5lqXRGm0A1Q6XiaT2aSwo8jrK/qZwZlFIlXTusxa6iXDddTdARpnMj2ek9AWjWYH7h/lubcs4A28THdyAdOl0ezAmKNBNyLLiT0Btjti9zuHg06zpJKIprohwXNypcu1OIdGjYbnxCLGPyYy/EPDfejzbwYvXK59AzuFGdFLKTL8WYNZ59RVzGESJCNm0teI40E6zNIA2wSaA2REP32iaW0omKXRbJKTUVyYEVV0J8oxvEiQmiUZrFSz6XNkuJe3nBKCelaSbjOZrhLsd1BInYxweSeJq9YA6dYtuZCBI4JZ6jGW/W+sebhd0DAaMIO5mTYFW1+X6GeQ7TO3W0WyQj3cw0ulBg4nSUbcAY7zPVYp7ip95FXOH29Hb35AOPjypWMIh7PORSjFZVsIzdKW7AWvfYnTVNWHyCytHw+jd1Nehqks3KepvtChUzD7yGvE2/cduqxldQF1EWZb/PbWLF3jAVgo0WrlkN+c6hSd+rzlaSuaR7O0oX0wyIa2pVAdGaj0HCUVOqIq4dVwrg5lmmG2w+8f/9tjL6foYHE+Gy8Xtv3CPUpf7WauDxadKuIwoeNbOmoYDYbZ0ns/1wxUC7ykigs8sS/LpEe3vwUYALiKDDDSgEiSAAAAAElFTkSuQmCC') no-repeat 50% 50%}.iziModal.iziModal-light .iziModal-button-fullscreen{background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpEQTg1NTA2NTRFODQxMUU2OTQ0N0VERjY2Q0M5ODYwRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RTNFNENCQkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENCQUI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjFlNTQwYzczLTVhZmEtNDJlYi04YzJlLWMwMzFlYmFiYmIyNiIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmVkYmRiMzM1LTAxMDUtMTE3YS1hYmM3LWEzNWNkOWU1Yzc4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvIicdUAAAOvSURBVHjaxJlZbA1hFMe/qaItUUsspakg1laJ7UUisQuRvvTFA15sQSRCLBFrQryhHqxNHxEPtaQ8CCUkIrVVRbVBJdZYSrXVonr9/3pGxnTunZk78/X+k1+aO+1899/vnnvO+c4YKpi6ghEgW34OBD1BKjBAM6gH78Fz8BhUyrW/ikQivt7QiNMozU0DE8RkJx/3fgCPwA1QHvHp2K/hHJAPJqpwVA2K4flW2IZ7gyVgptKjh6AQxl+GYZi7uRr0U3rVBIpg+nIQwwvACpCkOk4XwYlosR3LMGN1qUqMroGDTqaNGDu7SiVWl+D3iP2i00c9HqxUidd8wzDy3HY4HRwCfWzXz4L7Lm+QKfHeOUTTLWAzdro6muH1YIbDjculWrmpUEM2YYXcCNMt9pAYE8WsWYLdlAxaNYTGMDDHKYYXBVy4B0jTFM/5iOcUc1fM/2JcnItNAYtBNzGtQ33BVHDV3OHpARqhV6CLLKpTs8yQYHxOCrDQO7AV1Gg2PBJhMYiGh4MMnx1eLkixXKsFuzSbZrrMpeGxHnqFFtvrTWCbhILd9AuNpnPMHXaTtZD0kl1mRdwSxXSjJsNZfONjcmqIJR5p3lp6Y+sXrAzsBz/lNXvmtZYMFKbqafi0pKQgKpOSPhmsC5BxXEs1Fz4fUr/7TWMe/q9bC2s3tJs1Df/Q/B5PwAZwJYS1WpPlo0zRZJZziL2gQU7I1GyHL7QSD26taVOytI26DpinxKypApvpk+C6dHlMnXskbUbT1yTpN3WJHWB327UCS3hUoc+tA/VyxP/ost5rGq7QWZnAdoe0eZgnYweDbgmgkoafgk8aTfNgsMNmmqfhC+Czj3V4T3mSBH255kxB0ztd4tNNDJkas2CUdkAKHQ3yAtxfijj/bdb7Cumyhmoyexzcs6Qwv2qUbPKvJDOtnNFklrF3R5qneA2XYHe/2A+ht1Xb3FZXRY1XTAjFTgtxJ45qKtWDpZK1g6dhIQuvBzjcy8FgQ6y8Nw+sCdnwL1Dn8jdMe6m2a+3ma9ESNUdOC1VixSH3bnPiYyraswnO0fqDIQkyW8WmCWab7b+I9TCF3+x0j2e+MPUA7LPGrVfD1F3VNsrPVR0zhS8BB5x21muzYa1Sy1Tb4y4d4qOwIi9Pk/wcj1gV50p5zQjJKAsJH8KcY4vpdYrjV0w9HMxxHjfKNpfwdMyRNuAmyy2M1vq5OegBNFMmR9lSHDizSLPMJGjuO2BZfSOtLKvpMylUvh/d/hFgAOH4+ibxGTZuAAAAAElFTkSuQmCC') no-repeat 50% 50%}.iziModal.iziModal-light.isFullscreen .iziModal-button-fullscreen{background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyRUUxMkYxODRFODUxMUU2Qjc3RDk0MUUzMzJDRjBEOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RTNFNENCRkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENCRUI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjgzM2MwOWZiLWJjOTEtNGVlZS05MDM1LTRkMmU2ZmE1ZjBmMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRUUxMkYxODRFODUxMUU2Qjc3RDk0MUUzMzJDRjBEOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv1Q9Z8AAAOXSURBVHjaxJlLbA1RGMfPjIs+EvoIRYt4FVUl2EkkRTxKUqQbG0SEho2FjUQ8YtEICbEgTdFYeK1KaGvVeoUltyStt0UlNE17aWhV2+v/9X5XJpMzc8/0zpn5kl+aO3Nm7r/fnPu9xhDp2URQDJbw3xkgB2QCAwyAPvANfARvQDsfG7V4PO7pC40xCiVxa8AKFjnOw7VdoA08BtG4R8VeBZeCKrBS+GPvQAM0P/NbcB7YBdYJPfYKXIXwL34IJm8eBFOFXusH9RDdnI7gLWA/MEVwdh/UOe1tN8G0V3eLcKwFXJCJNl08G5ZYsrWgWnZCJng5OOBwo1iAoisMw6hMJXgyOOywVW7xj+9BgKL3QHSxm+C9IF9y4U2GMlStRPQP8Jbp9lFwhJwE0RHrgaSV8N6xG238l7Zjtfx3K58/Bd7zsWngIqdnP2we2ACa7B7e6RL6joK5EtHNfL7b5u1Bn7dGFbycYRVM/8WyFJnuJK+z2iVwzFrMcF1h+Cx4ClhtFVyu8CW54ITE01EwFMAPcH1SMJWIqxQvItE1YHEIsXkhtkUhCV4ApiteFOPadn4IgseDMooSSxVrhWFwmkvCsKw06WGhKLhHhGuzSHChh9pZ5cc1oFFwfoTTsWrWqQCvXdZQEpkDsjUJziSv3Qu43k3LTA1BXqvRY/4DMjTd/yu4niJVm9wslCjcb4QE/9Qo+Al44baAmgpKCIqC+01OBLrsr8/de8zkiYwuUxWSq7iuM8JhantIqfYItkOepKBysnbycIfPXYKqURL6DhaBCQrrKcZHTa5loyEIJgHXwG3F9TQV+pxMGK0BiaTHn2OLEjcURbdi7XBSMO3jTxoEjtg+7wDnhG3spSD6F3hk7Tjoxnc0CJ5k+5wFCrhplYl2mmI24nyvvWumAE9z2zIfBW8WifnxIHc2yb6xiHtEoms0/hlGtpAPHCkgNDjFyZngPN88COvkPpEe+XGHbFcD7z53C+ybwKEAo0UPZ8QCybkmiL3sNvkheygSI08RYOSQiaUhd52sUpIZLWwJsYqkkdcZeHfIS66nc9XcZQRpNBY7C7F9Yy1OtonErDgSgNhGcEXmWa/VFA1O9onE6y4dRqGtXuVtkpf2iDy8EVR6GLykMnrsNFC867QF0hH8v3MVicFcuYdKy56uqQx4SukWQj3NOtJtQIt4ckSvbmdziMqy7HcS9xv0cn/Xwdn0A1drnl/d/hNgAGQa6Lgarp6BAAAAAElFTkSuQmCC') no-repeat 50% 50%}.iziModal .iziModal-loader{background:#fff url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM5OTkiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiI+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49Ii0wLjlzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%;position:absolute;left:0;right:0;top:0;bottom:0;z-index:9}.iziModal .iziModal-content-loader{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM5OTkiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiI+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49Ii0wLjlzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%}.iziModal .iziModal-content:after,.iziModal .iziModal-content:before{content:'';display:table}.iziModal .iziModal-content:after{clear:both}.iziModal .iziModal-content{zoom:1;width:100%;-webkit-overflow-scrolling:touch}.iziModal .iziModal-wrap{width:100%;position:relative;-webkit-overflow-scrolling:touch;overflow-scrolling:touch}.iziModal .iziModal-iframe{border:0;margin:0 0 -6px;width:100%;transition:height .3s ease}.iziModal-overlay{display:block;position:fixed;top:0;left:0;height:100%;width:100%}.iziModal-navigate{position:fixed;left:0;right:0;top:0;bottom:0;pointer-events:none}.iziModal-navigate-caption{position:absolute;left:10px;top:10px;color:#fff;line-height:16px;font-size:9px;font-family:arial;letter-spacing:.1em;text-indent:0;text-align:center;width:70px;padding:5px 0;text-transform:uppercase;display:none}.iziModal-navigate-caption:after,.iziModal-navigate-caption:before{position:absolute;top:2px;width:20px;height:20px;text-align:center;line-height:14px;font-size:12px;content:'';background-size:100%!important}.iziModal-navigate-caption:before{left:0;background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAoCAYAAACFFRgXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyNmFjNjAyMy04OWU0LWE0NDAtYmMxMy1kOTA5MTQ3MmYzYjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDREQ0YwRjA1MzQzMTFFNkE5NUNDRDkyQzEwMzM5RTMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDREQ0YwRUY1MzQzMTFFNkE5NUNDRDkyQzEwMzM5RTMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpmNmM0Nzk3Ni1mNzE3LTk5NDAtYTgyYS1mNTdjNmNiYmU0NWMiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDowZGVmYTEyZC01MzM0LTExZTYtYWRkYi04Y2NmYjI5ZTAxNjYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7oo0ptAAACWklEQVR42uyZTWsTYRSFZybxo4kWk5g2NC5qTAU3Kq30A9udi1oXolV/hWuhv6R/Q6utioi4LbbVFHemamlRU0OCEk0wZjwXzwtDoBDopHMHcuFJMplZnLm5ue+589qu61qeOApyYAjEgG0FEyLqN/gKiqBuTtgewWlwCZw056xgwwirgU3wxSv4NJgCUV5YBRXQDEhsBJwCSSauBVZFdJRlIJk9Av7wbj577jDIOENtRmPVwcsw6KfAAvikRKzEDlhnhuU/lRPBWaa9wsxqC6ndPX7OiOA4D8qW3vjO9z7H0w3+KhZstNmOFbLoCQ6DYGmL+bAInmGfLFC4asFXwRJIgB+goVmw+I7HXO+/gevGnGgUPEGxktkSmAMbWmt4HDwBKS6XN1jDKrvEFYoVK7oLroE3h93Woh1eNwqWafJ/gQV65vM+ail34mc6EZwBK2CAx8fAIjjeBYMzDT4cVHCEXtRbRvEu/Nr9HCIOnGGp15vgEec9KYn74B0nAT/CZnv86FcNvwK3wENwAjwAs2Bbs5d4CW5zir0AXvv8p+tKH34B5lkW4h2egRHtbu05uMMHHWfB0zC4NRF5l09kzvE4rd2tyUJyjy4tz7akZqXbL8QETbJ/FsMgWOJtb6brCQ5YsBsC8Uab63DVkkgqFpzie93h8OhScFah2LTHi5ccWroaLd5l6//+hpYQoWP05LKqFs2WQYbTsNxAi+5fxpWmdfh7HS7XhwSzG+H3a2JnvZsyktmLbdOFhpDMvrf4sN1u2/aK0cwMcmYLcturweceW+CnOfFPgAEA8uWFFylBJYoAAAAASUVORK5CYII=') no-repeat 50% 50%}.iziModal-navigate-caption:after{right:0;background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAoCAYAAACFFRgXAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADhmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjI2YWM2MDIzLTg5ZTQtYTQ0MC1iYzEzLWQ5MDkxNDcyZjNiMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0NERDRjBGMDUzNDMxMUU2QTk1Q0NEOTJDMTAzMzlFMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0NERDRjBFRjUzNDMxMUU2QTk1Q0NEOTJDMTAzMzlFMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmY2YzQ3OTc2LWY3MTctOTk0MC1hODJhLWY1N2M2Y2JiZTQ1YyIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjBkZWZhMTJkLTUzMzQtMTFlNi1hZGRiLThjY2ZiMjllMDE2NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuijSm0AAAKbSURBVFhH7ZnJj0xRGEerzFoIMTaCZmOIedhaiJj55yz8DaYdNhIJEUMQbCTG3rQ02hDSiEY553XdTpHS3nv96taV9ElO6lVt6peb7933fffVG41GrYW5uBaX4EysYzcw1Fd8hc/wM2a0Bl6Nm3BW9i0dDPsQX/olBF6FO72AH/gG3+N3jL3KBpqGC3ERTsGfeAsHDTyHi71oCXzBe/gaU2A5bscZOIxXTb8OLQNX9i6mElYsg/voqruwfQb2BhODWgqpMYDv0NLsNXC4yd42P1PEwNJj4HBTWdipErLVDfxfMRm408QMvBu3jV6WJ1Zg9/rbeBOP+UNZYgX+iE/Rp+lpPIKliBXYB9IhtPNy3z/T/F6YmDXsChvyBc7Gs3gACxEzsDzBg9iPPXgO92NuYgeWx2h3+AhtaM7jPsyF7aV37XR8gNZYO/pwKY51+xPkG27Fk2joT3gCr2A7NuJ6HMkTeAPadlp3VeMChF7G0P6X3dmfjAXOUxIj6LZkv1ylNuStDZejkL+PS96ScFzRqnDAtI5PoTefvbg7iNNOOwqVRCfYghdxBbpHH8Y7+DcKlUTV7MLLaNghPIrjhf2N2IF34AVcjE44hrXHyE3MwE6/loEzpEcIlqKjeyFiBe7FS+he/gENewMLEyuwXdo8dGWP43UsRazA9g7uDNbwNX8oS8watlsz+ISIGbgSJgN3GgOHlnFq8zNFQraGgT1iFc9iUyU0XsMGHhy9zh6XbvCp4ZuBBWglDBj4OdqLeu0+uRJTwMZ+Dbp/e21P3m97yWe2snsw1LTHmz5C/9lQdwhfGbiq89GwvrrwUT4UAouhN6MzloTRpVuEYI5O9urZYXtrYPGQw2OlZegM163QhrJMfWVgyTq0Qq32C/N7uPz9OknWAAAAAElFTkSuQmCC') no-repeat 50% 50%}.iziModal-navigate>button{position:fixed;bottom:0;top:0;border:0;height:100%;width:84px;background-size:100%!important;cursor:pointer;padding:0;opacity:.2;transition:opacity .3s ease;pointer-events:all;margin:0;outline:none}.iziModal-navigate>button:hover{opacity:1}.iziModal-navigate-prev{left:50%;background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAAAsTAAALEwEAmpwYAAA5sGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiCiAgICAgICAgICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDo2NDkyYzcxMy05ZDM0LTZlNGQtYmUwNi1hMDMyY2Q4NDVjNGU8L3htcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+eG1wLmRpZDo1QjIzMUMxODU3RjcxMUU2ODUzRkRBRjE5RDhDQjZBRDwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDpjZmMwNzVmNC1kODA3LWI0NDMtYWIwYS02YWVhZjRjMDgxZWE8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEZXJpdmVkRnJvbSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgIDxzdFJlZjppbnN0YW5jZUlEPnhtcC5paWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC9zdFJlZjppbnN0YW5jZUlEPgogICAgICAgICAgICA8c3RSZWY6ZG9jdW1lbnRJRD54bXAuZGlkOjY0OTJjNzEzLTlkMzQtNmU0ZC1iZTA2LWEwMzJjZDg0NWM0ZTwvc3RSZWY6ZG9jdW1lbnRJRD4KICAgICAgICAgPC94bXBNTTpEZXJpdmVkRnJvbT4KICAgICAgICAgPHhtcE1NOkhpc3Rvcnk+CiAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmNmYzA3NWY0LWQ4MDctYjQ0My1hYjBhLTZhZWFmNGMwODFlYTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1ODowNC0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNi0wOC0wMVQwOTo0MDo1Ni0wMzowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE2LTA4LTAxVDExOjU4OjA0LTAzOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNi0wOC0wMVQxMTo1ODowNC0wMzowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+NjU1MzU8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjE4ODwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj4xODg8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PvAvv7QAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAmdJREFUeNrs1LsJQkEQhtH/mtmBgQ8QA7tQK1e7MBBBMbADwzUZEyuQveeDCXbD4TBDay3SWJpYgYCXgJeAl4CXgJeAl4CXgJeAl4CXgJeAF/AS8BLwEvAS8BLwEvAS8BLwEvAS8BLwAl4CXgJeAl4CXv/WJskpyQJ4jQH7Mcmu0C+BV+/Y5/VeF/oV8Ood+7dpDfDqHvsrySHJBXjBDrxgB16wAy/YgRfswAt24AU78IIdeMEOPOywAw+7gIcdeMEOvGAHXrADL9iBF+zAC3bgBTvwsMMOPOwCHnYBD7uAhx14wQ68YAdesAMv2IEX7MDDDjvwsAt42AU87AIedgEPu4CHXcDDDrxgB16wAw877MDDDjvwsAt42AU87AIedgEPu4CHXcDDLuBhB16wAw877MDDLuBhF/CwC3jYBTzsAh52AQ+7gIddwEtjB3+tS/78+Z/V5d9iATz0Ah56AQ+9gIdewEMv4KEX8NALeOgFPPQCHnoBDz3wgh54QQ889NADDz30wEMv4KEX8NALeOgFPPQCHnoBD72Ahx54QQ+8oAde0AMv6IEX9MBDDz3w0EMPPPQCHnoBD72Ah17AQw+8FUAPvKAHXtADL+iBF/TAC3rgBT3wgh546KEHHnrogYdewEMv4KEHXtADL+iBF/TAC3rgBT3wgh54QQ+8oAde0AMv6IGHHnrgoU/yrgFe3aO/JdknuQOv3tGfC/tjjEsYWmsoyIWXgJeAl4CXgJeAl4CXgJeAl4CXgJeAF/AS8BLwEvAS8BLwEvAS8BLwEvAS8BLwAl4CXgJeAl4CXvqnPgAAAP//AwCEcoCBRabYzAAAAABJRU5ErkJggg==') no-repeat 50% 50%}.iziModal-navigate-next{right:50%;background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAAB3SAAAd0gEUasEwAAA7pGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNi0wOC0wMVQwOTo0MDoxNC0wMzowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE2LTA4LTAxVDExOjU4OjEyLTAzOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNi0wOC0wMVQxMTo1ODoxMi0wMzowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDphZjljN2Q2MC00MTg2LWE3NGQtYTBiMS1mMGU5ODUwYzg2ZGY8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPnhtcC5kaWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC94bXBNTTpEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06T3JpZ2luYWxEb2N1bWVudElEPnhtcC5kaWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+Y3JlYXRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjY0OTJjNzEzLTlkMzQtNmU0ZC1iZTA2LWEwMzJjZDg0NWM0ZTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQwOTo0MDoxNC0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjAxNjJjMmE3LWZmMjYtYzE0ZC05Yjg4LTc2MGM2NzAxYjYzNzwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1MTowNy0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmFmOWM3ZDYwLTQxODYtYTc0ZC1hMGIxLWYwZTk4NTBjODZkZjwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1ODoxMi0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+MTkzOTAzNi8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+MTkzOTAzNi8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT42NTUzNTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MTg4PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjE4ODwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+nbt1mgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAACQklEQVR42uzSsQ3CQAAEQTdiOyGg/wrciJ0QUMYSECEKAP3PSdvAaZZqkWbJCQJeAl4CXgJeAl4CXgJeAl4CXgJeAl4CXsBLwEvAS8BLwEvAS8BLwEvAS8BLwEvAC3gJeAl4CXgJ+D9vrY7qBgLwo7dVZ+89oAd+5Pbq6nPQAz9s9+rZ96AHHnoBD72Ah17AQy/goRfw0At46AU89AIeegEPvYCHHnhBD7ygBx566IGHHnrgoRfw0At46AU89AIeegEPvYCHXsBDL+ChB17QAy/ogRf0wAt64KGHHnjooQceegEPvYCHXsBDL+ChF/DQAy/ogRf0wAt64AU98IIeeEEPvKAHXtADDz30wEPvI+ChF/DQAy/ogRf0wAt64AU98IIeeEEPvKAHXtADL+iBF/TAC3rgoZ8ePRDAAy/YgRfswAt24AU78IIdeMEOvGAHXrADL9iBhx124GEX8LADL9iBF+zAC3bgBTvwgh14wQ68YAcedtiBh13Awy7gYRfwsAMv2IEX7MALduAFO/CCHXjYYQcedgEPu4CHXcDDLuBhF/CwA+8E2IEX7MALduAFO/Cwww487AIedgEPu4CHXcDDLuBhF/CwC3jYgRfswMMOO/CwC3jYBTzsAh52AQ+7gIddwMMu4GEX8LBravB7dcEO/Ext1Qk78DO1VgfswEvAS8BLwEvAS8BLwEvAS8BLwEvAS8ALeAl4CXgJeAl4CXgJeAl4CXgJeAl4CXgBLwEvAS8BLwEvAS/9shcAAAD//wMAtAygvJrkwJUAAAAASUVORK5CYII=') no-repeat 50% 50%}.iziModal.isAttachedTop .iziModal-header{border-top-left-radius:0;border-top-right-radius:0}.iziModal.isAttachedTop{margin-top:0!important;margin-bottom:auto!important;border-top-left-radius:0!important;border-top-right-radius:0!important}.iziModal.isAttachedBottom{margin-top:auto!important;margin-bottom:0!important;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.iziModal.isFullscreen{max-width:100%!important;margin:0!important;height:100%!important}.iziModal.isAttached,.iziModal.isFullscreen{border-radius:0!important}.iziModal.hasScroll .iziModal-wrap{overflow-y:auto;overflow-x:hidden}html.iziModal-isOverflow{overflow:hidden}html.iziModal-isAttached body,html.iziModal-isOverflow body{overflow-y:scroll;position:relative}html.iziModal-isAttached{overflow:hidden}.iziModal ::-webkit-scrollbar{overflow:visible;height:7px;width:7px}.iziModal ::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2);background-clip:padding-box;border:solid transparent;border-width:0;min-height:28px;padding:100px 0 0;box-shadow:inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07)}.iziModal ::-webkit-scrollbar-thumb:active{background-color:rgba(0,0,0,.4)}.iziModal ::-webkit-scrollbar-button{height:0;width:0}.iziModal ::-webkit-scrollbar-track{background-clip:padding-box;border:solid transparent;border-width:0 0 0 2px}.iziModal.transitionIn .iziModal-header{-webkit-animation:f .7s cubic-bezier(.7,0,.3,1);animation:f .7s cubic-bezier(.7,0,.3,1)}.iziModal.transitionIn .iziModal-header .iziModal-header-icon{-webkit-animation:g 1s cubic-bezier(.16,.81,.32,1) both;animation:g 1s cubic-bezier(.16,.81,.32,1) both}.iziModal.transitionIn .iziModal-header .iziModal-header-subtitle,.iziModal.transitionIn .iziModal-header .iziModal-header-title{-webkit-animation:e 1s cubic-bezier(.16,.81,.32,1) both;animation:e 1s cubic-bezier(.16,.81,.32,1) both}.iziModal.transitionIn .iziModal-header .iziModal-button{-webkit-animation:g 1.2s cubic-bezier(.7,0,.3,1);animation:g 1.2s cubic-bezier(.7,0,.3,1)}.iziModal.transitionIn .iziModal-iframe,.iziModal.transitionIn .iziModal-wrap{-webkit-animation:d 1.3s;animation:d 1.3s}.iziModal.transitionIn .iziModal-header{-webkit-animation-delay:0s;-moz-animation:0s;animation-delay:0s}.iziModal.transitionIn .iziModal-header .iziModal-header-icon,.iziModal.transitionIn .iziModal-header .iziModal-header-title{-webkit-animation-delay:.4s;-moz-animation:.4s;animation-delay:.4s}.iziModal.transitionIn .iziModal-header .iziModal-header-subtitle{-webkit-animation-delay:.5s;-moz-animation:.5s;animation-delay:.5s}.iziModal.transitionOut .iziModal-header,.iziModal.transitionOut .iziModal-header *{transition:none!important}.iziModal-navigate.fadeOut,.iziModal-overlay.fadeOut,.iziModal.fadeOut,.iziModal .fadeOut{-webkit-animation:c .5s;animation:c .5s;animation-fill-mode:forwards}.iziModal-navigate.fadeIn,.iziModal-overlay.fadeIn,.iziModal.fadeIn,.iziModal .fadeIn{-webkit-animation:d .5s;animation:d .5s}.iziModal-overlay.comingIn,.iziModal.comingIn{-webkit-animation:a .5s ease;animation:a .5s ease}.iziModal-overlay.comingOut,.iziModal.comingOut{-webkit-animation:b .5s cubic-bezier(.16,.81,.32,1);animation:b .5s cubic-bezier(.16,.81,.32,1);animation-fill-mode:forwards}.iziModal-overlay.bounceInDown,.iziModal.bounceInDown{-webkit-animation:h .7s ease;animation:h .7s ease}.iziModal-overlay.bounceOutDown,.iziModal.bounceOutDown{-webkit-animation:i .7s ease;animation:i .7s ease}.iziModal-overlay.bounceInUp,.iziModal.bounceInUp{-webkit-animation:j .7s ease;animation:j .7s ease}.iziModal-overlay.bounceOutUp,.iziModal.bounceOutUp{-webkit-animation:k .7s ease;animation:k .7s ease}.iziModal-overlay.fadeInDown,.iziModal.fadeInDown{-webkit-animation:l .7s cubic-bezier(.16,.81,.32,1);animation:l .7s cubic-bezier(.16,.81,.32,1)}.iziModal-overlay.fadeOutDown,.iziModal.fadeOutDown{-webkit-animation:m .5s ease;animation:m .5s ease}.iziModal-overlay.fadeInUp,.iziModal.fadeInUp{-webkit-animation:n .7s cubic-bezier(.16,.81,.32,1);animation:n .7s cubic-bezier(.16,.81,.32,1)}.iziModal-overlay.fadeOutUp,.iziModal.fadeOutUp{-webkit-animation:o .5s ease;animation:o .5s ease}.iziModal-overlay.fadeInLeft,.iziModal.fadeInLeft{-webkit-animation:p .7s cubic-bezier(.16,.81,.32,1);animation:p .7s cubic-bezier(.16,.81,.32,1)}.iziModal-overlay.fadeOutLeft,.iziModal.fadeOutLeft{-webkit-animation:q .5s ease;animation:q .5s ease}.iziModal-overlay.fadeInRight,.iziModal.fadeInRight{-webkit-animation:r .7s cubic-bezier(.16,.81,.32,1);animation:r .7s cubic-bezier(.16,.81,.32,1)}.iziModal-overlay.fadeOutRight,.iziModal.fadeOutRight{-webkit-animation:s .5s ease;animation:s .5s ease}.iziModal-overlay.flipInX,.iziModal.flipInX{-webkit-animation:t .7s ease;animation:t .7s ease}.iziModal-overlay.flipOutX,.iziModal.flipOutX{-webkit-animation:u .7s ease;animation:u .7s ease}@-webkit-keyframes a{0%{opacity:0;transform:scale(.9) translateY(-20px) perspective(600px) rotateX(10deg)}to{opacity:1;transform:scale(1) translateY(0) perspective(600px) rotateX(0)}}@keyframes a{0%{opacity:0;transform:scale(.9) translateY(-20px) perspective(600px) rotateX(10deg)}to{opacity:1;transform:scale(1) translateY(0) perspective(600px) rotateX(0)}}@-webkit-keyframes b{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}@keyframes b{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}@-webkit-keyframes c{0%{opacity:1}to{opacity:0}}@keyframes c{0%{opacity:1}to{opacity:0}}@-webkit-keyframes d{0%{opacity:0}to{opacity:1}}@keyframes d{0%{opacity:0}to{opacity:1}}@-webkit-keyframes e{0%{opacity:0;-webkit-transform:translateX(50px)}to{opacity:1;-webkit-transform:translateX(0)}}@keyframes e{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@-webkit-keyframes f{0%{opacity:0;-webkit-transform:scaleY(0) translateY(-40px);-webkit-transform-origin:center top}}@keyframes f{0%{opacity:0;transform:scaleY(0) translateY(-40px);transform-origin:center top}}@-webkit-keyframes g{0%{opacity:0;-webkit-transform:scale3d(.3,.3,1)}}@keyframes g{0%{opacity:0;transform:scale3d(.3,.3,1)}}@-webkit-keyframes h{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-1000px,0);transform:translate3d(0,-1000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes h{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-1000px,0);transform:translate3d(0,-1000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes i{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,1000px,0);transform:translate3d(0,1000px,0)}}@keyframes i{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,1000px,0);transform:translate3d(0,1000px,0)}}@-webkit-keyframes j{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,1000px,0);transform:translate3d(0,1000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes j{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,1000px,0);transform:translate3d(0,1000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes k{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes k{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-1000px,0);transform:translate3d(0,-1000px,0)}}@-webkit-keyframes l{0%{opacity:0;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes l{0%{opacity:0;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes m{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}}@keyframes m{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}}@-webkit-keyframes n{0%{opacity:0;-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes n{0%{opacity:0;-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes o{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}}@keyframes o{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}}@-webkit-keyframes p{0%{opacity:0;-webkit-transform:translate3d(-200px,0,0);transform:translate3d(-200px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes p{0%{opacity:0;-webkit-transform:translate3d(-200px,0,0);transform:translate3d(-200px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes q{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-200px,0,0);transform:translate3d(-200px,0,0)}}@keyframes q{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-200px,0,0);transform:translate3d(-200px,0,0)}}@-webkit-keyframes r{0%{opacity:0;-webkit-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes r{0%{opacity:0;-webkit-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes s{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0)}}@keyframes s{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(200px,0,0);transform:translate3d(200px,0,0)}}@-webkit-keyframes t{0%{-webkit-transform:perspective(400px) rotateX(60deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg)}to{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1}}@keyframes t{0%{transform:perspective(400px) rotateX(60deg);opacity:0}40%{transform:perspective(400px) rotateX(-10deg)}70%{transform:perspective(400px) rotateX(10deg)}to{transform:perspective(400px) rotateX(0deg);opacity:1}}@-webkit-keyframes u{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(40deg);transform:perspective(400px) rotateX(40deg);opacity:0}}@keyframes u{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(40deg);transform:perspective(400px) rotateX(40deg);opacity:0}}
@charset "UTF-8";
.animated {

  animation-duration: 1s;

  animation-fill-mode: both;

}



.animated.infinite {

  animation-iteration-count: infinite;

}



.animated.hinge {

  animation-duration: 2s;

}



.animated.flipOutX,

.animated.flipOutY,

.animated.bounceIn,

.animated.bounceOut {

  animation-duration: .75s;

}



@keyframes bounce {

  from, 20%, 53%, 80%, to {

    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

    transform: translate3d(0,0,0);

  }



  40%, 43% {

    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);

    transform: translate3d(0, -30px, 0);

  }



  70% {

    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);

    transform: translate3d(0, -15px, 0);

  }



  90% {

    transform: translate3d(0,-4px,0);

  }

}



.bounce {

  animation-name: bounce;

  transform-origin: center bottom;

}



@keyframes flash {

  from, 50%, to {

    opacity: 1;

  }



  25%, 75% {

    opacity: 0;

  }

}



.flash {

  animation-name: flash;

}



/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */



@keyframes pulse {

  from {

    transform: scale3d(1, 1, 1);

  }



  50% {

    transform: scale3d(1.05, 1.05, 1.05);

  }



  to {

    transform: scale3d(1, 1, 1);

  }

}



.pulse {

  animation-name: pulse;

}



@keyframes rubberBand {

  from {

    transform: scale3d(1, 1, 1);

  }



  30% {

    transform: scale3d(1.25, 0.75, 1);

  }



  40% {

    transform: scale3d(0.75, 1.25, 1);

  }



  50% {

    transform: scale3d(1.15, 0.85, 1);

  }



  65% {

    transform: scale3d(.95, 1.05, 1);

  }



  75% {

    transform: scale3d(1.05, .95, 1);

  }



  to {

    transform: scale3d(1, 1, 1);

  }

}



.rubberBand {

  animation-name: rubberBand;

}



@keyframes shake {

  from, to {

    transform: translate3d(0, 0, 0);

  }



  10%, 30%, 50%, 70%, 90% {

    transform: translate3d(-10px, 0, 0);

  }



  20%, 40%, 60%, 80% {

    transform: translate3d(10px, 0, 0);

  }

}



.shake {

  animation-name: shake;

}



@keyframes headShake {

  0% {

    transform: translateX(0);

  }



  6.5% {

    transform: translateX(-6px) rotateY(-9deg);

  }



  18.5% {

    transform: translateX(5px) rotateY(7deg);

  }



  31.5% {

    transform: translateX(-3px) rotateY(-5deg);

  }



  43.5% {

    transform: translateX(2px) rotateY(3deg);

  }



  50% {

    transform: translateX(0);

  }

}



.headShake {

  animation-timing-function: ease-in-out;

  animation-name: headShake;

}



@keyframes swing {

  20% {

    transform: rotate3d(0, 0, 1, 15deg);

  }



  40% {

    transform: rotate3d(0, 0, 1, -10deg);

  }



  60% {

    transform: rotate3d(0, 0, 1, 5deg);

  }



  80% {

    transform: rotate3d(0, 0, 1, -5deg);

  }



  to {

    transform: rotate3d(0, 0, 1, 0deg);

  }

}



.swing {

  transform-origin: top center;

  animation-name: swing;

}



@keyframes tada {

  from {

    transform: scale3d(1, 1, 1);

  }



  10%, 20% {

    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);

  }



  30%, 50%, 70%, 90% {

    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);

  }



  40%, 60%, 80% {

    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);

  }



  to {

    transform: scale3d(1, 1, 1);

  }

}



.tada {

  animation-name: tada;

}



/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */



@keyframes wobble {

  from {

    transform: none;

  }



  15% {

    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);

  }



  30% {

    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);

  }



  45% {

    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);

  }



  60% {

    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);

  }



  75% {

    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);

  }



  to {

    transform: none;

  }

}



.wobble {

  animation-name: wobble;

}



@keyframes jello {

  from, 11.1%, to {

    transform: none;

  }



  22.2% {

    transform: skewX(-12.5deg) skewY(-12.5deg);

  }



  33.3% {

    transform: skewX(6.25deg) skewY(6.25deg);

  }



  44.4% {

    transform: skewX(-3.125deg) skewY(-3.125deg);

  }



  55.5% {

    transform: skewX(1.5625deg) skewY(1.5625deg);

  }



  66.6% {

    transform: skewX(-0.78125deg) skewY(-0.78125deg);

  }



  77.7% {

    transform: skewX(0.390625deg) skewY(0.390625deg);

  }



  88.8% {

    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);

  }

}



.jello {

  animation-name: jello;

  transform-origin: center;

}



@keyframes bounceIn {

  from, 20%, 40%, 60%, 80%, to {

    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

  }



  0% {

    opacity: 0;

    transform: scale3d(.3, .3, .3);

  }



  20% {

    transform: scale3d(1.1, 1.1, 1.1);

  }



  40% {

    transform: scale3d(.9, .9, .9);

  }



  60% {

    opacity: 1;

    transform: scale3d(1.03, 1.03, 1.03);

  }



  80% {

    transform: scale3d(.97, .97, .97);

  }



  to {

    opacity: 1;

    transform: scale3d(1, 1, 1);

  }

}



.bounceIn {

  animation-name: bounceIn;

}



@keyframes bounceInDown {

  from, 60%, 75%, 90%, to {

    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

  }



  0% {

    opacity: 0;

    transform: translate3d(0, -3000px, 0);

  }



  60% {

    opacity: 1;

    transform: translate3d(0, 25px, 0);

  }



  75% {

    transform: translate3d(0, -10px, 0);

  }



  90% {

    transform: translate3d(0, 5px, 0);

  }



  to {

    transform: none;

  }

}



.bounceInDown {

  animation-name: bounceInDown;

}



@keyframes bounceInLeft {

  from, 60%, 75%, 90%, to {

    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

  }



  0% {

    opacity: 0;

    transform: translate3d(-3000px, 0, 0);

  }



  60% {

    opacity: 1;

    transform: translate3d(25px, 0, 0);

  }



  75% {

    transform: translate3d(-10px, 0, 0);

  }



  90% {

    transform: translate3d(5px, 0, 0);

  }



  to {

    transform: none;

  }

}



.bounceInLeft {

  animation-name: bounceInLeft;

}



@keyframes bounceInRight {

  from, 60%, 75%, 90%, to {

    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

  }



  from {

    opacity: 0;

    transform: translate3d(3000px, 0, 0);

  }



  60% {

    opacity: 1;

    transform: translate3d(-25px, 0, 0);

  }



  75% {

    transform: translate3d(10px, 0, 0);

  }



  90% {

    transform: translate3d(-5px, 0, 0);

  }



  to {

    transform: none;

  }

}



.bounceInRight {

  animation-name: bounceInRight;

}



@keyframes bounceInUp {

  from, 60%, 75%, 90%, to {

    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);

  }



  from {

    opacity: 0;

    transform: translate3d(0, 3000px, 0);

  }



  60% {

    opacity: 1;

    transform: translate3d(0, -20px, 0);

  }



  75% {

    transform: translate3d(0, 10px, 0);

  }



  90% {

    transform: translate3d(0, -5px, 0);

  }



  to {

    transform: translate3d(0, 0, 0);

  }

}



.bounceInUp {

  animation-name: bounceInUp;

}



@keyframes bounceOut {

  20% {

    transform: scale3d(.9, .9, .9);

  }



  50%, 55% {

    opacity: 1;

    transform: scale3d(1.1, 1.1, 1.1);

  }



  to {

    opacity: 0;

    transform: scale3d(.3, .3, .3);

  }

}



.bounceOut {

  animation-name: bounceOut;

}



@keyframes bounceOutDown {

  20% {

    transform: translate3d(0, 10px, 0);

  }



  40%, 45% {

    opacity: 1;

    transform: translate3d(0, -20px, 0);

  }



  to {

    opacity: 0;

    transform: translate3d(0, 2000px, 0);

  }

}



.bounceOutDown {

  animation-name: bounceOutDown;

}



@keyframes bounceOutLeft {

  20% {

    opacity: 1;

    transform: translate3d(20px, 0, 0);

  }



  to {

    opacity: 0;

    transform: translate3d(-2000px, 0, 0);

  }

}



.bounceOutLeft {

  animation-name: bounceOutLeft;

}



@keyframes bounceOutRight {

  20% {

    opacity: 1;

    transform: translate3d(-20px, 0, 0);

  }



  to {

    opacity: 0;

    transform: translate3d(2000px, 0, 0);

  }

}



.bounceOutRight {

  animation-name: bounceOutRight;

}



@keyframes bounceOutUp {

  20% {

    transform: translate3d(0, -10px, 0);

  }



  40%, 45% {

    opacity: 1;

    transform: translate3d(0, 20px, 0);

  }



  to {

    opacity: 0;

    transform: translate3d(0, -2000px, 0);

  }

}



.bounceOutUp {

  animation-name: bounceOutUp;

}



@keyframes fadeIn {

  from {

    opacity: 0;

  }



  to {

    opacity: 1;

  }

}



.fadeIn {

  animation-name: fadeIn;

}



@keyframes fadeInDown {

  from {

    opacity: 0;

    transform: translate3d(0, -100%, 0);

  }



  to {

    opacity: 1;

    transform: none;

  }

}



.fadeInDown {

  animation-name: fadeInDown;

}



@keyframes fadeInDownBig {

  from {

    opacity: 0;

    transform: translate3d(0, -2000px, 0);

  }



  to {

    opacity: 1;

    transform: none;

  }

}



.fadeInDownBig {

  animation-name: fadeInDownBig;

}



@keyframes fadeInLeft {

  from {

    opacity: 0;

    transform: translate3d(-100%, 0, 0);

  }



  to {

    opacity: 1;

    transform: none;

  }

}



.fadeInLeft {

  animation-name: fadeInLeft;

}



@keyframes fadeInLeftBig {

  from {

    opacity: 0;

    transform: translate3d(-2000px, 0, 0);

  }



  to {

    opacity: 1;

    transform: none;

  }

}



.fadeInLeftBig {

  animation-name: fadeInLeftBig;

}



@keyframes fadeInRight {

  from {

    opacity: 0;

    transform: translate3d(100%, 0, 0);

  }



  to {

    opacity: 1;

    transform: none;

  }

}



.fadeInRight {

  animation-name: fadeInRight;

}



@keyframes fadeInRightBig {

  from {

    opacity: 0;

    transform: translate3d(2000px, 0, 0);

  }



  to {

    opacity: 1;

    transform: none;

  }

}



.fadeInRightBig {

  animation-name: fadeInRightBig;

}



@keyframes fadeInUp {

  from {

    opacity: 0;

    transform: translate3d(0, 100%, 0);

  }



  to {

    opacity: 1;

    transform: none;

  }

}



.fadeInUp {

  animation-name: fadeInUp;

}



@keyframes fadeInUpBig {

  from {

    opacity: 0;

    transform: translate3d(0, 2000px, 0);

  }



  to {

    opacity: 1;

    transform: none;

  }

}



.fadeInUpBig {

  animation-name: fadeInUpBig;

}



@keyframes fadeOut {

  from {

    opacity: 1;

  }



  to {

    opacity: 0;

  }

}



.fadeOut {

  animation-name: fadeOut;

}



@keyframes fadeOutDown {

  from {

    opacity: 1;

  }



  to {

    opacity: 0;

    transform: translate3d(0, 100%, 0);

  }

}



.fadeOutDown {

  animation-name: fadeOutDown;

}



@keyframes fadeOutDownBig {

  from {

    opacity: 1;

  }



  to {

    opacity: 0;

    transform: translate3d(0, 2000px, 0);

  }

}



.fadeOutDownBig {

  animation-name: fadeOutDownBig;

}



@keyframes fadeOutLeft {

  from {

    opacity: 1;

  }



  to {

    opacity: 0;

    transform: translate3d(-100%, 0, 0);

  }

}



.fadeOutLeft {

  animation-name: fadeOutLeft;

}



@keyframes fadeOutLeftBig {

  from {

    opacity: 1;

  }



  to {

    opacity: 0;

    transform: translate3d(-2000px, 0, 0);

  }

}



.fadeOutLeftBig {

  animation-name: fadeOutLeftBig;

}



@keyframes fadeOutRight {

  from {

    opacity: 1;

  }



  to {

    opacity: 0;

    transform: translate3d(100%, 0, 0);

  }

}



.fadeOutRight {

  animation-name: fadeOutRight;

}



@keyframes fadeOutRightBig {

  from {

    opacity: 1;

  }



  to {

    opacity: 0;

    transform: translate3d(2000px, 0, 0);

  }

}



.fadeOutRightBig {

  animation-name: fadeOutRightBig;

}



@keyframes fadeOutUp {

  from {

    opacity: 1;

  }



  to {

    opacity: 0;

    transform: translate3d(0, -100%, 0);

  }

}



.fadeOutUp {

  animation-name: fadeOutUp;

}



@keyframes fadeOutUpBig {

  from {

    opacity: 1;

  }



  to {

    opacity: 0;

    transform: translate3d(0, -2000px, 0);

  }

}



.fadeOutUpBig {

  animation-name: fadeOutUpBig;

}



@keyframes flip {

  from {

    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);

    animation-timing-function: ease-out;

  }



  40% {

    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);

    animation-timing-function: ease-out;

  }



  50% {

    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);

    animation-timing-function: ease-in;

  }



  80% {

    transform: perspective(400px) scale3d(.95, .95, .95);

    animation-timing-function: ease-in;

  }



  to {

    transform: perspective(400px);

    animation-timing-function: ease-in;

  }

}



.animated.flip {

  -webkit-backface-visibility: visible;

  backface-visibility: visible;

  animation-name: flip;

}



@keyframes flipInX {

  from {

    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

    animation-timing-function: ease-in;

    opacity: 0;

  }



  40% {

    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

    animation-timing-function: ease-in;

  }



  60% {

    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);

    opacity: 1;

  }



  80% {

    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);

  }



  to {

    transform: perspective(400px);

  }

}



.flipInX {

  -webkit-backface-visibility: visible !important;

  backface-visibility: visible !important;

  animation-name: flipInX;

}



@keyframes flipInY {

  from {

    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

    animation-timing-function: ease-in;

    opacity: 0;

  }



  40% {

    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);

    animation-timing-function: ease-in;

  }



  60% {

    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);

    opacity: 1;

  }



  80% {

    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);

  }



  to {

    transform: perspective(400px);

  }

}



.flipInY {

  -webkit-backface-visibility: visible !important;

  backface-visibility: visible !important;

  animation-name: flipInY;

}



@keyframes flipOutX {

  from {

    transform: perspective(400px);

  }



  30% {

    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

    opacity: 1;

  }



  to {

    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

    opacity: 0;

  }

}



.flipOutX {

  animation-name: flipOutX;

  -webkit-backface-visibility: visible !important;

  backface-visibility: visible !important;

}



@keyframes flipOutY {

  from {

    transform: perspective(400px);

  }



  30% {

    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);

    opacity: 1;

  }



  to {

    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

    opacity: 0;

  }

}



.flipOutY {

  -webkit-backface-visibility: visible !important;

  backface-visibility: visible !important;

  animation-name: flipOutY;

}



@keyframes lightSpeedIn {

  from {

    transform: translate3d(100%, 0, 0) skewX(-30deg);

    opacity: 0;

  }



  60% {

    transform: skewX(20deg);

    opacity: 1;

  }



  80% {

    transform: skewX(-5deg);

    opacity: 1;

  }



  to {

    transform: none;

    opacity: 1;

  }

}



.lightSpeedIn {

  animation-name: lightSpeedIn;

  animation-timing-function: ease-out;

}



@keyframes lightSpeedOut {

  from {

    opacity: 1;

  }



  to {

    transform: translate3d(100%, 0, 0) skewX(30deg);

    opacity: 0;

  }

}



.lightSpeedOut {

  animation-name: lightSpeedOut;

  animation-timing-function: ease-in;

}



@keyframes rotateIn {

  from {

    transform-origin: center;

    transform: rotate3d(0, 0, 1, -200deg);

    opacity: 0;

  }



  to {

    transform-origin: center;

    transform: none;

    opacity: 1;

  }

}



.rotateIn {

  animation-name: rotateIn;

}



@keyframes rotateInDownLeft {

  from {

    transform-origin: left bottom;

    transform: rotate3d(0, 0, 1, -45deg);

    opacity: 0;

  }



  to {

    transform-origin: left bottom;

    transform: none;

    opacity: 1;

  }

}



.rotateInDownLeft {

  animation-name: rotateInDownLeft;

}



@keyframes rotateInDownRight {

  from {

    transform-origin: right bottom;

    transform: rotate3d(0, 0, 1, 45deg);

    opacity: 0;

  }



  to {

    transform-origin: right bottom;

    transform: none;

    opacity: 1;

  }

}



.rotateInDownRight {

  animation-name: rotateInDownRight;

}



@keyframes rotateInUpLeft {

  from {

    transform-origin: left bottom;

    transform: rotate3d(0, 0, 1, 45deg);

    opacity: 0;

  }



  to {

    transform-origin: left bottom;

    transform: none;

    opacity: 1;

  }

}



.rotateInUpLeft {

  animation-name: rotateInUpLeft;

}



@keyframes rotateInUpRight {

  from {

    transform-origin: right bottom;

    transform: rotate3d(0, 0, 1, -90deg);

    opacity: 0;

  }



  to {

    transform-origin: right bottom;

    transform: none;

    opacity: 1;

  }

}



.rotateInUpRight {

  animation-name: rotateInUpRight;

}



@keyframes rotateOut {

  from {

    transform-origin: center;

    opacity: 1;

  }



  to {

    transform-origin: center;

    transform: rotate3d(0, 0, 1, 200deg);

    opacity: 0;

  }

}



.rotateOut {

  animation-name: rotateOut;

}



@keyframes rotateOutDownLeft {

  from {

    transform-origin: left bottom;

    opacity: 1;

  }



  to {

    transform-origin: left bottom;

    transform: rotate3d(0, 0, 1, 45deg);

    opacity: 0;

  }

}



.rotateOutDownLeft {

  animation-name: rotateOutDownLeft;

}



@keyframes rotateOutDownRight {

  from {

    transform-origin: right bottom;

    opacity: 1;

  }



  to {

    transform-origin: right bottom;

    transform: rotate3d(0, 0, 1, -45deg);

    opacity: 0;

  }

}



.rotateOutDownRight {

  animation-name: rotateOutDownRight;

}



@keyframes rotateOutUpLeft {

  from {

    transform-origin: left bottom;

    opacity: 1;

  }



  to {

    transform-origin: left bottom;

    transform: rotate3d(0, 0, 1, -45deg);

    opacity: 0;

  }

}



.rotateOutUpLeft {

  animation-name: rotateOutUpLeft;

}



@keyframes rotateOutUpRight {

  from {

    transform-origin: right bottom;

    opacity: 1;

  }



  to {

    transform-origin: right bottom;

    transform: rotate3d(0, 0, 1, 90deg);

    opacity: 0;

  }

}



.rotateOutUpRight {

  animation-name: rotateOutUpRight;

}



@keyframes hinge {

  0% {

    transform-origin: top left;

    animation-timing-function: ease-in-out;

  }



  20%, 60% {

    transform: rotate3d(0, 0, 1, 80deg);

    transform-origin: top left;

    animation-timing-function: ease-in-out;

  }



  40%, 80% {

    transform: rotate3d(0, 0, 1, 60deg);

    transform-origin: top left;

    animation-timing-function: ease-in-out;

    opacity: 1;

  }



  to {

    transform: translate3d(0, 700px, 0);

    opacity: 0;

  }

}



.hinge {

  animation-name: hinge;

}



@keyframes jackInTheBox {

  from {

    opacity: 0;

    transform: scale(0.1) rotate(30deg);

    transform-origin: center bottom;

  }



  50% {

    transform: rotate(-10deg);

  }



  70% {

    transform: rotate(3deg);

  }



  to {

    opacity: 1;

    transform: scale(1);

  }

}



.jackInTheBox {

  animation-name: jackInTheBox;

}



/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */



@keyframes rollIn {

  from {

    opacity: 0;

    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);

  }



  to {

    opacity: 1;

    transform: none;

  }

}



.rollIn {

  animation-name: rollIn;

}



/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */



@keyframes rollOut {

  from {

    opacity: 1;

  }



  to {

    opacity: 0;

    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);

  }

}



.rollOut {

  animation-name: rollOut;

}



@keyframes zoomIn {

  from {

    opacity: 0;

    transform: scale3d(.3, .3, .3);

  }



  50% {

    opacity: 1;

  }

}



.zoomIn {

  animation-name: zoomIn;

}



@keyframes zoomInDown {

  from {

    opacity: 0;

    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);

    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

  }



  60% {

    opacity: 1;

    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

  }

}



.zoomInDown {

  animation-name: zoomInDown;

}



@keyframes zoomInLeft {

  from {

    opacity: 0;

    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);

    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

  }



  60% {

    opacity: 1;

    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

  }

}



.zoomInLeft {

  animation-name: zoomInLeft;

}



@keyframes zoomInRight {

  from {

    opacity: 0;

    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);

    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

  }



  60% {

    opacity: 1;

    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

  }

}



.zoomInRight {

  animation-name: zoomInRight;

}



@keyframes zoomInUp {

  from {

    opacity: 0;

    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);

    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

  }



  60% {

    opacity: 1;

    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

  }

}



.zoomInUp {

  animation-name: zoomInUp;

}



@keyframes zoomOut {

  from {

    opacity: 1;

  }



  50% {

    opacity: 0;

    transform: scale3d(.3, .3, .3);

  }



  to {

    opacity: 0;

  }

}



.zoomOut {

  animation-name: zoomOut;

}



@keyframes zoomOutDown {

  40% {

    opacity: 1;

    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);

    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

  }



  to {

    opacity: 0;

    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);

    transform-origin: center bottom;

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

  }

}



.zoomOutDown {

  animation-name: zoomOutDown;

}



@keyframes zoomOutLeft {

  40% {

    opacity: 1;

    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);

  }



  to {

    opacity: 0;

    transform: scale(.1) translate3d(-2000px, 0, 0);

    transform-origin: left center;

  }

}



.zoomOutLeft {

  animation-name: zoomOutLeft;

}



@keyframes zoomOutRight {

  40% {

    opacity: 1;

    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);

  }



  to {

    opacity: 0;

    transform: scale(.1) translate3d(2000px, 0, 0);

    transform-origin: right center;

  }

}



.zoomOutRight {

  animation-name: zoomOutRight;

}



@keyframes zoomOutUp {

  40% {

    opacity: 1;

    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);

    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);

  }



  to {

    opacity: 0;

    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);

    transform-origin: center bottom;

    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);

  }

}



.zoomOutUp {

  animation-name: zoomOutUp;

}



@keyframes slideInDown {

  from {

    transform: translate3d(0, -100%, 0);

    visibility: visible;

  }



  to {

    transform: translate3d(0, 0, 0);

  }

}



.slideInDown {

  animation-name: slideInDown;

}



@keyframes slideInLeft {

  from {

    transform: translate3d(-100%, 0, 0);

    visibility: visible;

  }



  to {

    transform: translate3d(0, 0, 0);

  }

}



.slideInLeft {

  animation-name: slideInLeft;

}



@keyframes slideInRight {

  from {

    transform: translate3d(100%, 0, 0);

    visibility: visible;

  }



  to {

    transform: translate3d(0, 0, 0);

  }

}



.slideInRight {

  animation-name: slideInRight;

}



@keyframes slideInUp {

  from {

    transform: translate3d(0, 100%, 0);

    visibility: visible;

  }



  to {

    transform: translate3d(0, 0, 0);

  }

}



.slideInUp {

  animation-name: slideInUp;

}



@keyframes slideOutDown {

  from {

    transform: translate3d(0, 0, 0);

  }



  to {

    visibility: hidden;

    transform: translate3d(0, 100%, 0);

  }

}



.slideOutDown {

  animation-name: slideOutDown;

}



@keyframes slideOutLeft {

  from {

    transform: translate3d(0, 0, 0);

  }



  to {

    visibility: hidden;

    transform: translate3d(-100%, 0, 0);

  }

}



.slideOutLeft {

  animation-name: slideOutLeft;

}



@keyframes slideOutRight {

  from {

    transform: translate3d(0, 0, 0);

  }



  to {

    visibility: hidden;

    transform: translate3d(100%, 0, 0);

  }

}



.slideOutRight {

  animation-name: slideOutRight;

}



@keyframes slideOutUp {

  from {

    transform: translate3d(0, 0, 0);

  }



  to {

    visibility: hidden;

    transform: translate3d(0, -100%, 0);

  }

}



.slideOutUp {

  animation-name: slideOutUp;

}

@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

.center-block{margin-left:auto;margin-right:auto}@font-face{font-family:"bksm-menu";src:url("../fonts/HNu4Nzh6q8Es60EMNZhs9w.woff2")}@font-face{font-family:"bksm-textbold";src:url("../fonts/AkzidenzGrotesk-Bold.otf")}@font-face{font-family:"bksm-text";src:url("../fonts/AkzidenzGrotesk-Regular.otf")}@font-face{font-family:"bksm-bolas";font-weight:700;src:url("../fonts/27rE5lMk9EHpLbxiIuGd0PesZW2xOQ-xsNqO47m55DA.woff2")}*{padding:0;margin:0}.m-t-5{margin-top:5px!important}.p-t-5{padding-top:5px!important}.m-b-5{margin-bottom:5px!important}.p-b-5{padding-bottom:5px!important}.m-l-5{margin-left:5px!important}.p-l-5{padding-left:5px!important}.m-r-5{margin-right:5px!important}.p-r-5{padding-right:5px!important}.m-t-10{margin-top:10px!important}.p-t-10{padding-top:10px!important}.m-b-10{margin-bottom:10px!important}.p-b-10{padding-bottom:10px!important}.m-l-10{margin-left:10px!important}.p-l-10{padding-left:10px!important}.m-r-10{margin-right:10px!important}.p-r-10{padding-right:10px!important}.m-t-15{margin-top:15px!important}.p-t-15{padding-top:15px!important}.m-b-15{margin-bottom:15px!important}.p-b-15{padding-bottom:15px!important}.m-l-15{margin-left:15px!important}.p-l-15{padding-left:15px!important}.m-r-15{margin-right:15px!important}.p-r-15{padding-right:15px!important}.m-t-20{margin-top:20px!important}.p-t-20{padding-top:20px!important}.m-b-20{margin-bottom:20px!important}.p-b-20{padding-bottom:20px!important}.m-l-20{margin-left:20px!important}.p-l-20{padding-left:20px!important}.m-r-20{margin-right:20px!important}.p-r-20{padding-right:20px!important}.m-t-25{margin-top:25px!important}.p-t-25{padding-top:25px!important}.m-b-25{margin-bottom:25px!important}.p-b-25{padding-bottom:25px!important}.m-l-25{margin-left:25px!important}.p-l-25{padding-left:25px!important}.m-r-25{margin-right:25px!important}.p-r-25{padding-right:25px!important}.m-t-30{margin-top:30px!important}.p-t-30{padding-top:30px!important}.m-b-30{margin-bottom:30px!important}.p-b-30{padding-bottom:30px!important}.m-l-30{margin-left:30px!important}.p-l-30{padding-left:30px!important}.m-r-30{margin-right:30px!important}.p-r-30{padding-right:30px!important}.m-t-35{margin-top:35px!important}.p-t-35{padding-top:35px!important}.m-b-35{margin-bottom:35px!important}.p-b-35{padding-bottom:35px!important}.m-l-35{margin-left:35px!important}.p-l-35{padding-left:35px!important}.m-r-35{margin-right:35px!important}.p-r-35{padding-right:35px!important}.m-t-40{margin-top:40px!important}.p-t-40{padding-top:40px!important}.m-b-40{margin-bottom:40px!important}.p-b-40{padding-bottom:40px!important}.m-l-40{margin-left:40px!important}.p-l-40{padding-left:40px!important}.m-r-40{margin-right:40px!important}.p-r-40{padding-right:40px!important}.m-t-45{margin-top:45px!important}.p-t-45{padding-top:45px!important}.m-b-45{margin-bottom:45px!important}.p-b-45{padding-bottom:45px!important}.m-l-45{margin-left:45px!important}.p-l-45{padding-left:45px!important}.m-r-45{margin-right:45px!important}.p-r-45{padding-right:45px!important}.m-t-50{margin-top:50px!important}.p-t-50{padding-top:50px!important}.m-b-50{margin-bottom:50px!important}.p-b-50{padding-bottom:50px!important}.m-l-50{margin-left:50px!important}.p-l-50{padding-left:50px!important}.m-r-50{margin-right:50px!important}.p-r-50{padding-right:50px!important}.m-t-55{margin-top:55px!important}.p-t-55{padding-top:55px!important}.m-b-55{margin-bottom:55px!important}.p-b-55{padding-bottom:55px!important}.m-l-55{margin-left:55px!important}.p-l-55{padding-left:55px!important}.m-r-55{margin-right:55px!important}.p-r-55{padding-right:55px!important}.m-t-60{margin-top:60px!important}.p-t-60{padding-top:60px!important}.m-b-60{margin-bottom:60px!important}.p-b-60{padding-bottom:60px!important}.m-l-60{margin-left:60px!important}.p-l-60{padding-left:60px!important}.m-r-60{margin-right:60px!important}.p-r-60{padding-right:60px!important}.m-t-65{margin-top:65px!important}.p-t-65{padding-top:65px!important}.m-b-65{margin-bottom:65px!important}.p-b-65{padding-bottom:65px!important}.m-l-65{margin-left:65px!important}.p-l-65{padding-left:65px!important}.m-r-65{margin-right:65px!important}.p-r-65{padding-right:65px!important}.m-t-70{margin-top:70px!important}.p-t-70{padding-top:70px!important}.m-b-70{margin-bottom:70px!important}.p-b-70{padding-bottom:70px!important}.m-l-70{margin-left:70px!important}.p-l-70{padding-left:70px!important}.m-r-70{margin-right:70px!important}.p-r-70{padding-right:70px!important}.m-t-75{margin-top:75px!important}.p-t-75{padding-top:75px!important}.m-b-75{margin-bottom:75px!important}.p-b-75{padding-bottom:75px!important}.m-l-75{margin-left:75px!important}.p-l-75{padding-left:75px!important}.m-r-75{margin-right:75px!important}.p-r-75{padding-right:75px!important}.m-t-80{margin-top:80px!important}.p-t-80{padding-top:80px!important}.m-b-80{margin-bottom:80px!important}.p-b-80{padding-bottom:80px!important}.m-l-80{margin-left:80px!important}.p-l-80{padding-left:80px!important}.m-r-80{margin-right:80px!important}.p-r-80{padding-right:80px!important}.m-t-85{margin-top:85px!important}.p-t-85{padding-top:85px!important}.m-b-85{margin-bottom:85px!important}.p-b-85{padding-bottom:85px!important}.m-l-85{margin-left:85px!important}.p-l-85{padding-left:85px!important}.m-r-85{margin-right:85px!important}.p-r-85{padding-right:85px!important}.m-t-90{margin-top:90px!important}.p-t-90{padding-top:90px!important}.m-b-90{margin-bottom:90px!important}.p-b-90{padding-bottom:90px!important}.m-l-90{margin-left:90px!important}.p-l-90{padding-left:90px!important}.m-r-90{margin-right:90px!important}.p-r-90{padding-right:90px!important}.m-t-95{margin-top:95px!important}.p-t-95{padding-top:95px!important}.m-b-95{margin-bottom:95px!important}.p-b-95{padding-bottom:95px!important}.m-l-95{margin-left:95px!important}.p-l-95{padding-left:95px!important}.m-r-95{margin-right:95px!important}.p-r-95{padding-right:95px!important}.m-t-100{margin-top:100px!important}.p-t-100{padding-top:100px!important}.m-b-100{margin-bottom:100px!important}.p-b-100{padding-bottom:100px!important}.m-l-100{margin-left:100px!important}.p-l-100{padding-left:100px!important}.m-r-100{margin-right:100px!important}.p-r-100{padding-right:100px!important}.m-t-110{margin-top:110px!important}.p-t-110{padding-top:110px!important}.m-b-110{margin-bottom:110px!important}.p-b-110{padding-bottom:110px!important}.m-l-110{margin-left:110px!important}.p-l-110{padding-left:110px!important}.m-r-110{margin-right:110px!important}.p-r-110{padding-right:110px!important}.m-t-120{margin-top:120px!important}.p-t-120{padding-top:120px!important}.m-b-120{margin-bottom:120px!important}.p-b-120{padding-bottom:120px!important}.m-l-120{margin-left:120px!important}.p-l-120{padding-left:120px!important}.m-r-120{margin-right:120px!important}.p-r-120{padding-right:120px!important}.m-t-130{margin-top:130px!important}.p-t-130{padding-top:130px!important}.m-b-130{margin-bottom:130px!important}.p-b-130{padding-bottom:130px!important}.m-l-130{margin-left:130px!important}.p-l-130{padding-left:130px!important}.m-r-130{margin-right:130px!important}.p-r-130{padding-right:130px!important}.m-t-140{margin-top:140px!important}.p-t-140{padding-top:140px!important}.m-b-140{margin-bottom:140px!important}.p-b-140{padding-bottom:140px!important}.m-l-140{margin-left:140px!important}.p-l-140{padding-left:140px!important}.m-r-140{margin-right:140px!important}.p-r-140{padding-right:140px!important}.fondo{background:transparent url(../img/textura-home.jpg) no-repeat}.fondo2{background:transparent url(../img/textura-blog.jpg) no-repeat}.fondo,.fondo2{background-position-x:left;background-position-y:top;background-size:cover;position:fixed;left:0;top:0;width:100%;height:100%}.container-menu{padding-bottom:.2rem}@media screen and (max-width:768px){.container-menu{top:40px;width:100%;margin-top:40px}}.container-menu .row{position:fixed;z-index:1000}@media screen and (min-width:768px){.container-menu nav{background:rgba(41, 47, 115, 0.97);border-radius:0px 0px 50px 50px;-webkit-box-shadow:0px 4px 1px rgba(77, 77, 77, 0.66);box-shadow:0px 4px 1px rgba(77, 77, 77, 0.66)}}.menu{padding-left:0;margin-left:0;margin-bottom:0;list-style:none}@media screen and (min-width:768px){.menu{display:-webkit-box;display:-ms-flexbox;display:flex}}@media screen and (max-width:768px){.menu{display:none;background:#2d3e7a;width:100%}}.menu li{-webkit-box-flex:1;-ms-flex:auto;flex:auto;text-align:center}.menu a{font-family:"bksm-menu";background:transparent;color:#fff;line-height:4em;text-decoration:none;-webkit-transition:background 0.6s ease-out;-o-transition:background 0.6s ease-out;transition:background 0.6s ease-out;text-transform:uppercase;font-size:1rem}@media screen and (max-width:768px){.menu a{background:#2d3e7a;color:#fff}}.menu a:hover{background:transparent;color:#2673a4}.menu a.active{background:transparent;color:#2673a4}.bcentral{width:30%;margin:0 auto;position:fixed;text-align:center;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}@media screen and (max-width:768px){.bcentral{width:50%;top:30%;left:50%;-webkit-transform:translateX(-50%) translateY(-30%);-ms-transform:translateX(-50%) translateY(-30%);transform:translateX(-50%) translateY(-30%)}}.bcentral img{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.container-b0{position:fixed;right:0;left:50%;top:0%;z-index:2;max-width:35%;-webkit-transform:translateY(-50%) translateX(-72%);-ms-transform:translateY(-50%) translateX(-72%);transform:translateY(-50%) translateX(-72%)}.container-b0 .b-1,.container-b0 .b-2,.container-b0 .b-3{position:absolute;top:0%;left:50%;-webkit-transform:translateX(-50%) translateY(0%);-ms-transform:translateX(-50%) translateY(0%);transform:translateX(-50%) translateY(0%)}.burbujas{padding-top:33%;text-align:left;z-index:3;position:relative}@media screen and (max-width:768px){.burbujas{padding-top:63%}}.burbujas .aling-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.burbujas .aling-rigth{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.burbujas .circule-container{width:100%;max-width:260px}.burbujas .circule-container .circule{cursor:pointer;position:relative;border:4px solid rgba(188, 189, 191, 0.75);display:block;line-height:260px;width:260px;height:260px;background:rgba(41, 47, 115, 0.75);border-radius:130px}@media screen and (max-width:768px){.burbujas .circule-container .circule{border:4px solid rgba(188, 189, 191, 0.75);display:block;line-height:160px;width:160px;height:160px;background:rgba(41, 47, 115, 0.75);border-radius:80px}}.burbujas .circule-container .circule:hover:before{border:4px solid #292f73;-webkit-animation:move 1s normal;animation:move 1s normal;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@media screen and (max-width:768px){.burbujas .circule-container .circule:hover:before{-webkit-animation:move2 1s normal;animation:move2 1s normal;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}}.burbujas .circule-container .circule:before{z-index:10;content:"";border:4px solid rgba(188, 189, 191, 0.6);display:block;line-height:260px;width:260px;height:260px;background:transparent;border-radius:130px;position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}@media screen and (max-width:768px){.burbujas .circule-container .circule:before{display:block;line-height:160px;width:160px;height:160px;background:transparent;border-radius:80px}}.burbujas .circule-container .circule h4{font-family:"bksm-bolas";color:#fff;text-transform:uppercase;display:block;position:absolute;z-index:11;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}@media screen and (max-width:768px){.burbujas .circule-container .circule h4{font-size:100%}}@-webkit-keyframes move{0%{width:520px;height:520px;border-radius:260px;opacity:0;background:transparent}70%{width:260px;height:260px;border-radius:130px;opacity:1;background:transparent}72%{background:transparent;z-index:10}to{background:#292f73;z-index:10}}@keyframes move{0%{width:520px;height:520px;border-radius:260px;opacity:0;background:transparent}70%{width:260px;height:260px;border-radius:130px;opacity:1;background:transparent}72%{background:transparent;z-index:10}to{background:#292f73;z-index:10}}@-webkit-keyframes move2{0%{width:420px;height:420px;border-radius:160px;opacity:0;background:transparent}70%{width:160px;height:160px;border-radius:100px;opacity:1;background:transparent}72%{background:transparent;z-index:10}to{background:#292f73;z-index:10}}@keyframes move2{0%{width:420px;height:420px;border-radius:160px;opacity:0;background:transparent}70%{width:160px;height:160px;border-radius:100px;opacity:1;background:transparent}72%{background:transparent;z-index:10}to{background:#292f73;z-index:10}}.borde{border-radius:40px;border:.2rem solid #fff}.parte3{padding:4rem 1rem;background:#3e86b7;z-index:3;position:relative}@media screen and (max-width:768px){.parte3{padding:2rem 1rem}}.parte3 p{padding-left:1rem;padding-top:1rem;color:#fff;font-family:"bksm-menu";font-size:1.2rem;text-align:left}@media screen and (max-width:768px){.parte3 p{padding:0rem .5rem;text-align:center}}.parte3 p span{font-family:"bksm-bolas"}.parte3 img{max-width:400px}@media screen and (max-width:768px){.parte3 img{max-width:100%}}.obt{text-align:center}.obt1{color:#fff;text-align:center;font-size:1.5em;font-family:"bksm-textbold"}.obt2{color:#fff;text-align:center;font-size:1.5em;font-family:"bksm-text"}.img-corp{z-index:3;position:relative}.parte-4:first-child{margin-right:0px;margin-left:0px}.obts{z-index:3;position:relative;background:transparent url(../img/fondo-azul2.jpg) center center no-repeat;background-size:cover}.container-val{position:relative;height:500px}.container-val .title{text-align:center}.container-val .text{border-right:2px solid #fff;border-left:2px solid;-webkit-border-image:-webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));-webkit-border-image:-webkit-linear-gradient(transparent, #fff);-o-border-image:-o-linear-gradient(transparent, #fff);border-image:-webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));border-image:linear-gradient(transparent, #fff);border-image-slice:1;color:#fff;border-bottom:2px solid #fff;font-size:1rem;position:absolute;height:300px;width:220px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.container-val .text ul{width:95%;position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.container-val .text ul li{text-align:center;margin-top:1rem;list-style:none}.circblnk2{background:transparent;width:130px;height:auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex}.circblnk2 h3{font-size:110%;font-family:"bksm-bolas";color:#fff;text-transform:uppercase;display:block;margin-top:1rem}@media screen and (min-width:768px){.circblnk2 p.centertext{display:block;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);text-align:left}}.btnck{padding:0rem -2rem;text-align:left}@media screen and (max-width:768px){.btnck{width:80%;margin-right:0px!important;margin-left:0px!important}}.btnck i{font-size:.5rem}.parte-4{padding-bottom:50px}.parte-4>.row,.parte-5>.row,.parte-6>.row{margin-left:0px;margin-right:0px}.parte-4 .circblnk,.parte-5 .circblnk,.parte-6 .circblnk{background:transparent;width:150px;height:150px;border-radius:50%;border:.5rem solid #fff;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex}.parte-4 .circblnk h3,.parte-5 .circblnk h3,.parte-6 .circblnk h3{font-family:"bksm-bolas";color:#fff;text-transform:uppercase;display:block;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.parte-4 p,.parte-5 p,.parte-6 p{font-family:"bksm-menu";color:#fff;font-size:.9rem}@media screen and (max-width:768px){.parte-4 p,.parte-5 p,.parte-6 p{text-align:left}}.parte-4 p span,.parte-5 p span,.parte-6 p span{font-family:"bksm-bolas"}@media screen and (min-width:768px){.parte-4 p.centertext,.parte-5 p.centertext,.parte-6 p.centertext{display:block;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);text-align:left}}.col-valores p{text-align:right}@media screen and (max-width:768px){.col-valores p{text-align:center}}.parte-7{z-index:3;position:relative;height:400px}.parte-7 .col-12{padding:0}@media screen and (max-width:768px){.circx{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.parte-8{z-index:3;position:relative;background:transparent url(../img/contacto-bksm2.jpg) center center no-repeat;background-size:cover}.parte-8 h2{font-size:1.5em!important;font-family:"bksm-bolas";text-transform:uppercase;text-shadow:2px 2px #000}.parte-8 h2,.parte-8 h4{color:#fff;font-family:"bksm-textbold"}.parte-8 h4{font-size:1.1em!important;font-family:"bksm-menu"}@media screen and (max-width:768px){.parte-8 h4{font-size:1em!important}}.parte-8 .row{padding:1rem .5rem}@media screen and (max-width:768px){.parte-8 .row{padding:1rem .5rem}}.parte-8 .btn-primary2{border-radius:40px;background:#2673a4;color:#fff;padding:.5em 2em;text-transform:uppercase;-webkit-transform:background 1s;-ms-transform:background 1s;transform:background 1s}.parte-8 .btn-primary2:hover{background:#292f73;cursor:pointer}.parte-9{z-index:3;position:relative;background:transparent url(../img/fondo-redes.png) center center no-repeat;background-size:cover;text-align:center;padding-top:1.3em;padding-bottom:1em}.parte-9 img{max-width:50px}.parte-9 img:hover{-webkit-animation:gira 1s;animation:gira 1s}@-webkit-keyframes gira{0%{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}to{-webkit-transform:rotateY(360deg);transform:rotateY(360deg)}}@keyframes gira{0%{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}to{-webkit-transform:rotateY(360deg);transform:rotateY(360deg)}}.parte-10,.parte-10-5{z-index:3;position:relative;background:#292f73;text-align:center;color:#2673a4}@media screen and (max-width:768px){.parte-10,.parte-10-5{display:none}}.parte-10 a,.parte-10-5 a{color:#2673a4}.parte-10 a:hover,.parte-10-5 a:hover{text-decoration:none;color:#2673a4}.parte-10 a:active,.parte-10-5 a:active{color:#2673a4}@media screen and (max-width:768px){.parte-10-5{display:block}}.menu-movil{background:#fff;position:fixed;z-index:1000;height:auto}@media screen and (min-width:768px){.menu-movil{display:none}}.menu-movil .row{text-align:right;padding-top:5px 0px}.menu-movil .row .logo-movil{-webkit-transform:scale(0.7);-ms-transform:scale(0.7);transform:scale(0.7)}.menu-movil .row span{color:#292f73;font-size:2rem;font-weight:700;display:block;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.derechos{color:#fff;text-transform:uppercase}.derechos a{color:#2673a4}.derechos a:hover{text-decoration:none;color:#2673a4}.derechos a:active{color:#2673a4}@media screen and (max-width:768px){.izimodal{max-width:100%!important}}.servicios{background:url(../img/fondo-azul2.jpg) center center no-repeat;color:#fff}.servicios h2{font-family:"bksm-bolas"}.servicios img{max-width:70%}.servicios ul{display:block;padding-left:4rem;margin-top:-20px;margin-bottom:-15px}.servicios ul li{font-size:.9rem;font-family:"bksm-menu"}.servicios .flechas img{max-width:30px!important}.servicios p{display:block;padding-left:2rem;font-size:1rem;font-family:"bksm-menu"}@media screen and (max-width:768px){.servicios p{padding:.5rem 1rem;text-align:justify}}.servicios .img-cir{text-align:center}@media screen and (max-width:768px){.servicios .listas .col-12{padding-left:5rem;padding-right:1rem}}.servicios .listas p{display:block}.bannerint{padding-left:0px;padding-right:0px}.blog{min-height:600px;margin-top:100px;margin-bottom:50px}@media screen and (max-width:768px){.blog{margin-top:0px;padding-top:100px}}.blog .c1{padding-right:40px;padding-left:40px}.blog .container-noticia{border-radius:9px;-webkit-box-shadow:4px 6px 24px -2px #383738;box-shadow:4px 6px 24px -2px #383738}@media screen and (max-width:768px){.blog .container-noticia{margin-bottom:40px}}.blog .container-noticia .fecha,.blog .container-noticia .titulo{display:block;color:#fff;background:#292f73;padding:5px 1rem}.blog .container-noticia .col-12{padding:0px}.blog .container-noticia .titulo{font-size:1.5Srem}.blog .container-noticia .fecha{font-size:1rem;font-weight:700}.blog .container-noticia .triangulin{background:#292f73}.blog .container-noticia .rayita{background:#fff;height:2px}.blog .container-noticia .rayita2{background:#292f73;height:5px}.blog .container-noticia button{border-radius:40px;font-weight:700}.blog .container-noticia .contbtn{padding:.6rem 0rem;background:#fff}.menu-dere{border-radius:10px 0 0px 10px;margin-top:50px;margin-bottom:50px;background:#2673a4;color:#fff;width:300px;height:auto;min-height:500px;position:absolute;right:0;top:50px;padding:1rem 2rem}@media screen and (max-width:768px){.menu-dere{display:none}}.menu-dere .entradas{padding-left:1rem}.menu-dere .entradas ul li:hover{text-decoration:underline;cursor:pointer}.menu-dere span{font-family:"bksm-bolas";margin-bottom:5px}.menu-dere .sep{height:2px;background:#fff;width:100%;margin-bottom:1rem}.menu-dere .archivo{min-height:50px}.menu-dere .archivo ul{list-style:none}.menu-dere .archivo ul li:hover{text-decoration:underline;cursor:pointer}.menu-dere .imgsig{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:center;margin-bottom:20px}.menu-dere .imgsig a{width:50%;padding:0}.menu-dere .imgsig img{width:40%}.noticia .container{padding-top:2rem;padding-bottom:2rem}.noticia .container .titulo{margin-bottom:1.2rem;font-size:1.7rem;font-weight:700;padding-right:25px;padding-left:25px}.noticia .container .fecha{padding-left:25px}.noticia .container .fuente{padding-right:25px}.noticia .container .noticia{margin-top:2rem;text-align:justify}.avisop a{border-top:1px solid #fff;border-bottom:1px solid #fff;padding-top:.5rem;padding-bottom:.5rem}