:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --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,"Open Sans","Source Sans Pro",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,Open Sans,Source Sans Pro,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0!important;
}

h1,h2,h3,h4,h5,h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title],abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

ol,ul {
  margin-bottom: 1rem;
}

ol,ul {
  margin-top: 0;
}

ol ol,ol ul,ul ol,ul ul {
  margin-bottom: 0;
}

b,strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

a {
  color: #007bff;
  background-color: transparent;
}

a,a:hover {
  text-decoration: none;
}

a:hover {
  color: #0056b3;
}

a:not([href]):not([tabindex]),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;
}

code,samp {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img {
  border-style: none;
}

img,svg {
  vertical-align: middle;
}

svg {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  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;
}

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

button,input {
  overflow: visible;
}

button,select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
  cursor: pointer;
}

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

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

input[type=date],input[type=datetime-local],input[type=month],input[type=time] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

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-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none!important;
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

.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;
}

.display-1 {
  font-size: 6rem;
}

.display-1,.display-2 {
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
}

.display-3 {
  font-size: 4.5rem;
}

.display-3,.display-4 {
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
}

.small,small {
  font-size: 80%;
  font-weight: 400;
}

.mark,mark {
  padding: .2em;
  background-color: #fcf8e3;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  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: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.col,.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-13,.col-14,.col-15,.col-16,.col-17,.col-18,.col-19,.col-20,.col-21,.col-22,.col-23,.col-24,.col-auto,.col-lg,.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-13,.col-lg-14,.col-lg-15,.col-lg-16,.col-lg-17,.col-lg-18,.col-lg-19,.col-lg-20,.col-lg-21,.col-lg-22,.col-lg-23,.col-lg-24,.col-lg-auto {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -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: 100%;
}

.col-1,.col-auto {
  -webkit-box-flex: 0;
}

.col-1 {
  -ms-flex: 0 0 4.1666666667%;
  flex: 0 0 4.1666666667%;
  max-width: 4.1666666667%;
}

.col-2 {
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2,.col-3 {
  -webkit-box-flex: 0;
}

.col-3 {
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.col-4 {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-4,.col-5 {
  -webkit-box-flex: 0;
}

.col-5 {
  -ms-flex: 0 0 20.8333333333%;
  flex: 0 0 20.8333333333%;
  max-width: 20.8333333333%;
}

.col-6 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-6,.col-7 {
  -webkit-box-flex: 0;
}

.col-7 {
  -ms-flex: 0 0 29.1666666667%;
  flex: 0 0 29.1666666667%;
  max-width: 29.1666666667%;
}

.col-8 {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-8,.col-9 {
  -webkit-box-flex: 0;
}

.col-9 {
  -ms-flex: 0 0 37.5%;
  flex: 0 0 37.5%;
  max-width: 37.5%;
}

.col-10 {
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-10,.col-11 {
  -webkit-box-flex: 0;
}

.col-11 {
  -ms-flex: 0 0 45.8333333333%;
  flex: 0 0 45.8333333333%;
  max-width: 45.8333333333%;
}

.col-12 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-12,.col-13 {
  -webkit-box-flex: 0;
}

.col-13 {
  -ms-flex: 0 0 54.1666666667%;
  flex: 0 0 54.1666666667%;
  max-width: 54.1666666667%;
}

.col-14 {
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-14,.col-15 {
  -webkit-box-flex: 0;
}

.col-15 {
  -ms-flex: 0 0 62.5%;
  flex: 0 0 62.5%;
  max-width: 62.5%;
}

.col-16 {
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-16,.col-17 {
  -webkit-box-flex: 0;
}

.col-17 {
  -ms-flex: 0 0 70.8333333333%;
  flex: 0 0 70.8333333333%;
  max-width: 70.8333333333%;
}

.col-18 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-18,.col-19 {
  -webkit-box-flex: 0;
}

.col-19 {
  -ms-flex: 0 0 79.1666666667%;
  flex: 0 0 79.1666666667%;
  max-width: 79.1666666667%;
}

.col-20 {
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-20,.col-21 {
  -webkit-box-flex: 0;
}

.col-21 {
  -ms-flex: 0 0 87.5%;
  flex: 0 0 87.5%;
  max-width: 87.5%;
}

.col-22 {
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-22,.col-23 {
  -webkit-box-flex: 0;
}

.col-23 {
  -ms-flex: 0 0 95.8333333333%;
  flex: 0 0 95.8333333333%;
  max-width: 95.8333333333%;
}

.col-24 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width:992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.1666666667%;
    flex: 0 0 4.1666666667%;
    max-width: 4.1666666667%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.8333333333%;
    flex: 0 0 20.8333333333%;
    max-width: 20.8333333333%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.1666666667%;
    flex: 0 0 29.1666666667%;
    max-width: 29.1666666667%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.8333333333%;
    flex: 0 0 45.8333333333%;
    max-width: 45.8333333333%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.1666666667%;
    flex: 0 0 54.1666666667%;
    max-width: 54.1666666667%;
  }

  .col-lg-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-lg-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.8333333333%;
    flex: 0 0 70.8333333333%;
    max-width: 70.8333333333%;
  }

  .col-lg-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.1666666667%;
    flex: 0 0 79.1666666667%;
    max-width: 79.1666666667%;
  }

  .col-lg-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-lg-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.8333333333%;
    flex: 0 0 95.8333333333%;
    max-width: 95.8333333333%;
  }

  .col-lg-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.border {
  border: 1px solid #dee2e6!important;
}

.border-top {
  border-top: 1px solid #dee2e6!important;
}

.border-right {
  border-right: 1px solid #dee2e6!important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6!important;
}

.border-left {
  border-left: 1px solid #dee2e6!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-info {
  border-color: #17a2b8!important;
}

.rounded {
  border-radius: .25rem!important;
}

.rounded-top {
  border-top-left-radius: .25rem!important;
}

.rounded-right,.rounded-top {
  border-top-right-radius: .25rem!important;
}

.rounded-bottom,.rounded-right {
  border-bottom-right-radius: .25rem!important;
}

.rounded-bottom,.rounded-left {
  border-bottom-left-radius: .25rem!important;
}

.rounded-left {
  border-top-left-radius: .25rem!important;
}

.rounded-lg {
  border-radius: .3rem!important;
}

.rounded-circle {
  border-radius: 50%!important;
}

.rounded-0 {
  border-radius: 0!important;
}

.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-flex {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
}

.d-inline-flex {
  display: -webkit-inline-box!important;
  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-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
  }
}

@media print {
  .d-print-none {
    display: none!important;
  }

  .d-print-inline {
    display: inline!important;
  }

  .d-print-inline-block {
    display: inline-block!important;
  }

  .d-print-block {
    display: block!important;
  }

  .d-print-table {
    display: table!important;
  }

  .d-print-table-row {
    display: table-row!important;
  }

  .d-print-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal!important;
  -ms-flex-direction: row!important;
  flex-direction: row!important;
}

.flex-column,.flex-row {
  -webkit-box-direction: normal!important;
}

.flex-column {
  -webkit-box-orient: vertical!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal!important;
  -ms-flex-direction: row-reverse!important;
  flex-direction: row-reverse!important;
}

.flex-column-reverse,.flex-row-reverse {
  -webkit-box-direction: reverse!important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical!important;
  -ms-flex-direction: column-reverse!important;
  flex-direction: column-reverse!important;
}

.flex-fill {
  -webkit-box-flex: 1!important;
  -ms-flex: 1 1 auto!important;
  flex: 1 1 auto!important;
}

@media (min-width:992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
  }

  .flex-lg-column,  .flex-lg-row {
    -webkit-box-direction: normal!important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
  }
}

.float-left {
  float: left!important;
}

.float-right {
  float: right!important;
}

.float-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;
  }
}

.overflow-auto {
  overflow: auto!important;
}

.overflow-hidden {
  overflow: hidden!important;
}

.position-relative {
  position: relative!important;
}

.position-absolute {
  position: absolute!important;
}

@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;
  border: 0;
}

.w-25 {
  width: 25%!important;
}

.w-50 {
  width: 50%!important;
}

.w-75 {
  width: 75%!important;
}

.w-100 {
  width: 100%!important;
}

.w-auto {
  width: auto!important;
}

.h-25 {
  height: 25%!important;
}

.h-50 {
  height: 50%!important;
}

.h-75 {
  height: 75%!important;
}

.h-100 {
  height: 100%!important;
}

.h-auto {
  height: auto!important;
}

.m-0 {
  margin: 0!important;
}

.mx-0 {
  margin-right: 0!important;
}

.mx-0 {
  margin-left: 0!important;
}

.m-1 {
  margin: .25rem!important;
}

.mx-1 {
  margin-right: .25rem!important;
}

.mx-1 {
  margin-left: .25rem!important;
}

.m-2 {
  margin: .5rem!important;
}

.mx-2 {
  margin-right: .5rem!important;
}

.mx-2 {
  margin-left: .5rem!important;
}

.m-3 {
  margin: 1rem!important;
}

.mx-3 {
  margin-right: 1rem!important;
}

.mx-3 {
  margin-left: 1rem!important;
}

.m-4 {
  margin: 1.5rem!important;
}

.mx-4 {
  margin-right: 1.5rem!important;
}

.mx-4 {
  margin-left: 1.5rem!important;
}

.m-5 {
  margin: 3rem!important;
}

.mx-5 {
  margin-right: 3rem!important;
}

.mx-5 {
  margin-left: 3rem!important;
}

.p-0 {
  padding: 0!important;
}

.pt-0 {
  padding-top: 0!important;
}

.px-0 {
  padding-right: 0!important;
}

.px-0 {
  padding-left: 0!important;
}

.p-1 {
  padding: .25rem!important;
}

.pt-1 {
  padding-top: .25rem!important;
}

.px-1 {
  padding-right: .25rem!important;
}

.px-1 {
  padding-left: .25rem!important;
}

.p-2 {
  padding: .5rem!important;
}

.pt-2 {
  padding-top: .5rem!important;
}

.px-2 {
  padding-right: .5rem!important;
}

.px-2 {
  padding-left: .5rem!important;
}

.p-3 {
  padding: 1rem!important;
}

.pt-3 {
  padding-top: 1rem!important;
}

.px-3 {
  padding-right: 1rem!important;
}

.px-3 {
  padding-left: 1rem!important;
}

.p-4 {
  padding: 1.5rem!important;
}

.pt-4 {
  padding-top: 1.5rem!important;
}

.px-4 {
  padding-right: 1.5rem!important;
}

.px-4 {
  padding-left: 1.5rem!important;
}

.p-5 {
  padding: 3rem!important;
}

.pt-5 {
  padding-top: 3rem!important;
}

.px-5 {
  padding-right: 3rem!important;
}

.px-5 {
  padding-left: 3rem!important;
}

.m-n1 {
  margin: -.25rem!important;
}

.mx-n1 {
  margin-right: -.25rem!important;
}

.mx-n1 {
  margin-left: -.25rem!important;
}

.m-n2 {
  margin: -.5rem!important;
}

.mx-n2 {
  margin-right: -.5rem!important;
}

.mx-n2 {
  margin-left: -.5rem!important;
}

.m-n3 {
  margin: -1rem!important;
}

.mx-n3 {
  margin-right: -1rem!important;
}

.mx-n3 {
  margin-left: -1rem!important;
}

.m-n4 {
  margin: -1.5rem!important;
}

.mx-n4 {
  margin-right: -1.5rem!important;
}

.mx-n4 {
  margin-left: -1.5rem!important;
}

.m-n5 {
  margin: -3rem!important;
}

.mx-n5 {
  margin-right: -3rem!important;
}

.mx-n5 {
  margin-left: -3rem!important;
}

.m-auto {
  margin: auto!important;
}

.mx-auto {
  margin-right: auto!important;
}

.mx-auto {
  margin-left: auto!important;
}

@media (min-width:992px) {
  .m-lg-0 {
    margin: 0!important;
  }

  .mx-lg-0 {
    margin-right: 0!important;
  }

  .mx-lg-0 {
    margin-left: 0!important;
  }

  .m-lg-1 {
    margin: .25rem!important;
  }

  .mx-lg-1 {
    margin-right: .25rem!important;
  }

  .mx-lg-1 {
    margin-left: .25rem!important;
  }

  .m-lg-2 {
    margin: .5rem!important;
  }

  .mx-lg-2 {
    margin-right: .5rem!important;
  }

  .mx-lg-2 {
    margin-left: .5rem!important;
  }

  .m-lg-3 {
    margin: 1rem!important;
  }

  .mx-lg-3 {
    margin-right: 1rem!important;
  }

  .mx-lg-3 {
    margin-left: 1rem!important;
  }

  .m-lg-4 {
    margin: 1.5rem!important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem!important;
  }

  .mx-lg-4 {
    margin-left: 1.5rem!important;
  }

  .m-lg-5 {
    margin: 3rem!important;
  }

  .mx-lg-5 {
    margin-right: 3rem!important;
  }

  .mx-lg-5 {
    margin-left: 3rem!important;
  }

  .p-lg-0 {
    padding: 0!important;
  }

  .pt-lg-0 {
    padding-top: 0!important;
  }

  .px-lg-0 {
    padding-right: 0!important;
  }

  .px-lg-0 {
    padding-left: 0!important;
  }

  .p-lg-1 {
    padding: .25rem!important;
  }

  .pt-lg-1 {
    padding-top: .25rem!important;
  }

  .px-lg-1 {
    padding-right: .25rem!important;
  }

  .px-lg-1 {
    padding-left: .25rem!important;
  }

  .p-lg-2 {
    padding: .5rem!important;
  }

  .pt-lg-2 {
    padding-top: .5rem!important;
  }

  .px-lg-2 {
    padding-right: .5rem!important;
  }

  .px-lg-2 {
    padding-left: .5rem!important;
  }

  .p-lg-3 {
    padding: 1rem!important;
  }

  .pt-lg-3 {
    padding-top: 1rem!important;
  }

  .px-lg-3 {
    padding-right: 1rem!important;
  }

  .px-lg-3 {
    padding-left: 1rem!important;
  }

  .p-lg-4 {
    padding: 1.5rem!important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem!important;
  }

  .px-lg-4 {
    padding-right: 1.5rem!important;
  }

  .px-lg-4 {
    padding-left: 1.5rem!important;
  }

  .p-lg-5 {
    padding: 3rem!important;
  }

  .pt-lg-5 {
    padding-top: 3rem!important;
  }

  .px-lg-5 {
    padding-right: 3rem!important;
  }

  .px-lg-5 {
    padding-left: 3rem!important;
  }

  .m-lg-n1 {
    margin: -.25rem!important;
  }

  .mx-lg-n1 {
    margin-right: -.25rem!important;
  }

  .mx-lg-n1 {
    margin-left: -.25rem!important;
  }

  .m-lg-n2 {
    margin: -.5rem!important;
  }

  .mx-lg-n2 {
    margin-right: -.5rem!important;
  }

  .mx-lg-n2 {
    margin-left: -.5rem!important;
  }

  .m-lg-n3 {
    margin: -1rem!important;
  }

  .mx-lg-n3 {
    margin-right: -1rem!important;
  }

  .mx-lg-n3 {
    margin-left: -1rem!important;
  }

  .m-lg-n4 {
    margin: -1.5rem!important;
  }

  .mx-lg-n4 {
    margin-right: -1.5rem!important;
  }

  .mx-lg-n4 {
    margin-left: -1.5rem!important;
  }

  .m-lg-n5 {
    margin: -3rem!important;
  }

  .mx-lg-n5 {
    margin-right: -3rem!important;
  }

  .mx-lg-n5 {
    margin-left: -3rem!important;
  }

  .m-lg-auto {
    margin: auto!important;
  }

  .mx-lg-auto {
    margin-right: auto!important;
  }

  .mx-lg-auto {
    margin-left: auto!important;
  }
}

.text-left {
  text-align: left!important;
}

.text-right {
  text-align: right!important;
}

@media (min-width:992px) {
  .text-lg-left {
    text-align: left!important;
  }

  .text-lg-right {
    text-align: right!important;
  }
}

.text-primary {
  color: #007bff!important;
}

a.text-primary:focus,a.text-primary:hover {
  color: #0056b3!important;
}

.text-info {
  color: #17a2b8!important;
}

a.text-info:focus,a.text-info:hover {
  color: #0f6674!important;
}

.text-body {
  color: #212529!important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-break {
  word-break: break-word!important;
  overflow-wrap: break-word!important;
}

.visible {
  visibility: visible!important;
}

@font-face {
  font-family: icomoon;
  src: url(../fonts/icomoon.eot?y7sqc1);
  src: url(../fonts/icomoon.eot?y7sqc1#iefix) format("embedded-opentype"),url(../fonts/icomoon.ttf?y7sqc1) format("truetype"),url(../fonts/icomoon.woff?y7sqc1) format("woff"),url(../fonts/icomoon.svg?y7sqc1#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
}

[class*=" icon-"],[class^=icon-] {
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bars:before {
  content: "\2630";
}

.icon-search:before {
  content: "\f002";
}

.icon-close:before {
  content: "\f00d";
}

.icon-envelope:before {
  content: "\f003";
}

.icon-share2:before {
  content: "\ea82";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-whatsapp:before {
  content: "\ea93";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-rss:before {
  content: "\ea9b";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-linkedin:before {
  content: "\eaca";
}

.icon-info:before {
  content: "\ea0c";
}

.u-loading {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 1rem;
}

.u-loading div {
  position: absolute;
  top: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #fff;
  -webkit-animation-timing-function: cubic-bezier(0,1,1,0);
  animation-timing-function: cubic-bezier(0,1,1,0);
}

.u-loading div:first-child {
  left: 6px;
  -webkit-animation: lds-ellipsis1 .6s infinite;
  animation: lds-ellipsis1 .6s infinite;
}

.u-loading div:nth-child(2) {
  left: 6px;
}

.u-loading div:nth-child(2),.u-loading div:nth-child(3) {
  -webkit-animation: lds-ellipsis2 .6s infinite;
  animation: lds-ellipsis2 .6s infinite;
}

.u-loading div:nth-child(3) {
  left: 26px;
}

.u-loading div:nth-child(4) {
  left: 45px;
  -webkit-animation: lds-ellipsis3 .6s infinite;
  animation: lds-ellipsis3 .6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  to {
    -webkit-transform: translate(19px);
    transform: translate(19px);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  to {
    -webkit-transform: translate(19px);
    transform: translate(19px);
  }
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

select.form-control[multiple],select.form-control[size],textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: .25rem;
}

.form-row {
  display: -webkit-box;
  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-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width:576px) {
  .form-inline label {
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-inline .form-group,  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .input-group {
    width: auto;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn.focus,.btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.btn.disabled,.btn:disabled {
  opacity: .65;
}

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 {
  -webkit-box-shadow: 0 0 0 .2rem rgba(38,143,255,.5);
  box-shadow: 0 0 0 .2rem rgba(38,143,255,.5);
}

.btn-primary.disabled,.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(38,143,255,.5);
  box-shadow: 0 0 0 .2rem rgba(38,143,255,.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 {
  -webkit-box-shadow: 0 0 0 .2rem rgba(58,176,195,.5);
  box-shadow: 0 0 0 .2rem rgba(58,176,195,.5);
}

.btn-info.disabled,.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 .2rem rgba(58,176,195,.5);
  box-shadow: 0 0 0 .2rem rgba(58,176,195,.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: none;
}

.btn-link.focus,.btn-link:focus {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link.disabled,.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

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

.btn-block+.btn-block {
  margin-top: .5rem;
}

input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
  width: 100%;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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 {
  z-index: 1;
  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: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
}

.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.list-group-item.disabled,.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  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 .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.e-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 2.75rem;
  min-width: 2.75rem;
  -webkit-box-shadow: -2px 0 2px rgba(0,0,0,.2);
  box-shadow: -2px 0 2px rgba(0,0,0,.2);
}

.nav {
  display: -webkit-box;
  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: .5rem 1rem;
}

.nav-link:focus,.nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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,.125);
  border-radius: .25rem;
}

.card>.list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.card>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 1.25rem;
}

.card-subtitle {
  margin-top: -.625rem;
}

.card-subtitle,.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link+.card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 1.25rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 1.25rem;
  background-color: #fff;
  border-top: 1px solid rgba(0,0,0,.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group>.card {
  margin-bottom: 12px;
}

@media (min-width:576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .card-group>.card {
    -webkit-box-flex: 1;
    -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:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-header,  .card-group>.card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-footer,  .card-group>.card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-header,  .card-group>.card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-footer,  .card-group>.card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}

.accordion>.card {
  overflow: hidden;
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion>.card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion>.card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion>.card .card-header {
  margin-bottom: -1px;
}

.c-ads {
  width: 100%;
}

.c-ads__wrapper {
  margin: 0 0 2.5rem;
}

.c-ads__content {
  width: 100%;
  text-align: center;
  background-color: #e9ecef;
  position: relative;
}

.c-ads__content:after {
  position: absolute;
  right: 0;
  text-transform: uppercase;
  font-size: .6rem;
  color: #495057;
  bottom: -1.3rem;
  content: "Publicidade";
}

@media (max-width:767.98px) {
  .c-ads__content:after {
    right: 1rem;
  }
}

@media (max-width:991.98px) {
  .c-ads--billboard .c-ads__content,  .c-ads--leaderboard .c-ads__content,  .c-ads--super_leaderboard .c-ads__content {
    display: none;
  }
}

.c-topnav__wrapper {
  display: grid;
  grid-template-columns: auto 25%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 1.5rem;
  font-size: .75rem;
}

@media (max-width:991.98px) {
  .c-topnav__wrapper {
    grid-template-columns: auto 45%;
  }
}

.c-topnav__wrapper ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  padding: 0;
}

.c-topnav__wrapper ul li {
  list-style: none;
  margin: 0 .5rem;
}

.c-topnav__social {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-topnav__social span {
  font-weight: 600;
  color: #495057;
}

.c-topnav__user-area {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: right;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-nav {
  background-color: #007bff;
}

.c-nav__wrapper {
  display: grid;
  grid-template-columns: 25% auto 25%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 4.3rem;
}

.c-nav__menu__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 0;
  color: #fff;
}

.active .c-nav__menu__btn,.c-nav__menu__btn:active,.c-nav__menu__btn:hover {
  color: hsla(0,0%,100%,.7);
}

.c-nav__menu__btn span {
  margin-right: .5rem;
}

@media (max-width:767.98px) {
  .c-nav__menu__btn span.text {
    display: none;
  }
}

.c-nav__menu .c-menu {
  -webkit-transform: all .5s ease;
  transform: all .5s ease;
  left: -25rem;
  display: none;
}

@media (max-width:767.98px) {
  .c-nav__menu .c-menu {
    left: -100vw;
  }
}

.c-nav__menu.active .c-menu {
  -webkit-transform: all .5s ease;
  transform: all .5s ease;
  left: 0;
  display: block;
}

@media (max-width:767.98px) {
  .c-nav__menu.active .c-menu__btn-close {
    display: block;
  }
}

.c-nav__brand {
  text-align: center;
}

.c-nav__brand img {
  max-height: 60px;
  height: auto;
}

.c-nav__brand h1 {
  margin: 0;
}

.c-nav__search {
  text-align: right;
}

.c-nav__search.is-search-sidebar .c-search--sidebar {
  display: block;
}

.c-menu {
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 2px 0 5px rgba(73,80,87,.5);
  box-shadow: 2px 0 5px rgba(73,80,87,.5);
  width: 20rem;
  padding: 1.5rem;
  height: 100vh;
  top: 5.75rem;
}

@media (max-width:767.98px) {
  .c-menu {
    width: 19rem;
    top: 0;
    bottom: 0;
    z-index: 1;
  }
}

@media (max-width:575.98px) {
  .c-menu {
    width: 80vw;
    max-width: 10rem;
    min-width: 16rem;
  }
}

.c-menu__btn-close {
  position: absolute;
  right: -50px;
  display: none;
}

.c-menu__btn-close button {
  border-radius: 50%;
  background-color: #fff;
  color: #007bff;
  font-weight: 700;
}

.c-menu__title {
  font-size: 1rem;
  grid-area: title;
  margin: 0;
}

.c-menu__list {
  padding: 0;
}

.c-menu__list--items {
  grid-area: list_item;
}

.c-menu__list--accordion {
  position: relative;
}

.c-menu__list--accordion:focus:before,.c-menu__list--accordion:hover:before {
  color: #0056b3;
}

.c-menu__list--accordion:before {
  content: "+";
  position: absolute;
  top: 0;
  right: 10px;
  font-weight: 700;
  font-size: 1.5rem;
  color: #007bff;
}

.c-menu__list--accordion.active:before {
  content: "-";
}

.c-menu__list--accordion.active .c-menu__item {
  display: block;
}

.c-menu__list--accordion .c-menu__item {
  padding-left: 1rem;
  display: none;
  background-color: #f3f4f5;
}

.c-menu__list--accordion .c-menu__item .c-menu__link {
  color: #006fe6;
}

.c-menu__list--accordion .c-menu__item .c-menu__link:focus,.c-menu__list--accordion .c-menu__item .c-menu__link:hover {
  color: #0056b3;
}

.c-menu__list--accordion .c-menu__item:first-child {
  border-top: 1px dotted #dee2e6;
}

.c-menu__list--accordion .c-menu__item:last-child {
  border: 0;
}

.c-menu__list--account {
  position: relative;
  border-top: 2px solid #ced4da;
  grid-area: list_account;
}

.c-menu__list--account:before {
  content: "";
  width: 100%;
  background-image: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.3)),to(#fff));
  background-image: linear-gradient(hsla(0,0%,100%,.3),#fff);
  position: absolute;
  height: 2rem;
  left: 0;
  top: -2.1rem;
}

.c-menu__list--account .c-menu__item {
  border-bottom: 0;
}

.c-menu__list--account .c-account {
  display: none;
  padding-top: 1rem;
  line-height: 1.5rem;
}

@media (max-width:767.98px) {
  .c-menu__list--account .c-account {
    display: block;
  }
}

.c-menu__list--account .c-account__wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-menu__list--account .c-account__image {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-right: 1rem;
  border-radius: 50%;
  overflow: hidden;
  height: 3.125rem;
  width: 3.125rem;
}

@media (max-width:575.98px) {
  .c-menu__list--account .c-account__image {
    height: 2.5rem;
    width: 2.5rem;
  }
}

@media (max-width:575.98px) {
  .c-menu__list--account .c-account__text {
    font-size: .9rem;
  }
}

.c-menu__list--account .c-account__text--first {
  font-weight: 700;
}

.c-menu__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width:767.98px) {
  .c-menu__section {
    height: 100%;
  }
}

@media (min-width:768px) {
  .c-menu__section {
    height: 90%;
  }
}

.c-menu__section--first {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-y: auto;
  height: 50vh;
}

.c-menu__social {
  grid-area: social;
  overflow-y: hidden;
  overflow-x: auto;
  padding-bottom: 1.5rem;
  display: none;
}

@media (max-width:767.98px) {
  .c-menu__social {
    display: block;
  }
}

.c-menu__social__wrapper {
  width: 100%;
}

.c-menu__social__btn {
  border-radius: 50%;
  height: 2.75rem;
  width: 2.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: .5rem;
}

.c-menu__item {
  list-style: none;
  line-height: 2.5rem;
  border: dotted #dee2e6;
  border-width: 0 0 1px;
}

.c-menu__link {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.c-menu:before {
  bottom: 100%;
  left: 3rem;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: 1.3rem solid rgba(194,225,245,0);
  border-bottom-color: #fff;
  margin-left: -2.25rem;
}

.c-sidebar__section {
  margin-bottom: 1rem;
}

.c-sidebar__section h2 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: -.48px;
  margin: 0;
}

.c-sidebar__section h3 {
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: -.1px;
  font-weight: 700;
}

.c-sidebar__section .list-group-item {
  padding-left: 0;
  padding-right: 0;
}

.c-headline {
  height: 100%;
}

.c-headline__link {
  display: block;
  height: 100%;
  position: relative;
}

.c-headline--sidebar .c-headline__wrapper {
  display: grid;
  grid-template-areas: "header media " "title media ";
  grid-template-columns: auto 5.875rem;
  grid-template-rows: 1.25rem auto;
  grid-gap: 10px;
}

.c-headline__header {
  grid-area: header;
  font-weight: 500;
}

.c-headline__space {
  grid-area: space;
}

.c-headline__title {
  grid-area: title;
  font-size: 1.5rem;
  letter-spacing: -1.05px;
  line-height: 1.75rem;
}

.c-headline__summary {
  grid-area: summary;
  margin: 0;
}

.c-headline__media {
  grid-area: media;
  overflow: hidden;
}

.c-headline__media .c-media__link {
  display: block;
  height: 5.875rem;
  overflow: hidden;
}

.c-headline__media .c-media__link picture {
  width: 5.875rem;
  height: 5.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-headline__media .c-media__link picture img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-headline__media .c-media__image {
  height: 100%;
  width: auto;
}

.c-headline--showtime.with-pic .c-headline__wrapper {
  -webkit-column-gap: 1px;
  -moz-column-gap: 1px;
  column-gap: 1px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.c-headline--showtime.with-pic .c-headline__wrapper:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  background-image: var(--swtime-bgcover);
  background-position: 50%;
  background-size: cover;
  content: "";
  cursor: pointer;
  z-index: -2;
}

.c-headline--showtime.with-pic .c-headline__wrapper:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.9)),color-stop(40%,rgba(0,0,0,.4)),color-stop(80%,rgba(0,0,0,.2)),to(rgba(0,0,0,.6)));
  background: linear-gradient(0deg,rgba(0,0,0,.9),rgba(0,0,0,.4) 40%,rgba(0,0,0,.2) 80%,rgba(0,0,0,.6));
  content: "";
  z-index: -1;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.c-headline--showtime.with-pic .c-headline__wrapper:hover:after {
  background: -webkit-gradient(linear,left bottom,left top,from(rgba(0,62,128,.9)),color-stop(40%,rgba(0,62,128,.4)),color-stop(80%,rgba(0,62,128,.2)),to(rgba(0,62,128,.6)));
  background: linear-gradient(0deg,rgba(0,62,128,.9),rgba(0,62,128,.4) 40%,rgba(0,62,128,.2) 80%,rgba(0,62,128,.6));
}

.c-headline--showtime .c-headline__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 2;
  padding: 1.5rem;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.c-headline--showtime .c-headline__wrapper:hover {
  padding-bottom: 1.7rem;
}

.c-headline--showtime .c-headline__header {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.c-headline--showtime .c-headline__space {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.c-headline--showtime .c-headline__main {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.c-headline--feed.no-pic .c-headline__wrapper {
  display: grid;
  grid-template-areas: "header" "title " "summary" "metada";
  grid-template-columns: auto;
  grid-template-rows: 1.25rem -webkit-min-content 1fr .75rem;
  grid-template-rows: 1.25rem min-content 1fr .75rem;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  row-gap: 10px;
}

.c-headline--feed.no-pic .c-headline__wrapper .c-headline__title {
  grid-area: title;
}

.c-headline--feed.no-pic .c-headline__wrapper .c-headline__title h2 {
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.c-headline--feed.no-pic .c-headline__wrapper .c-headline__metada {
  grid-area: metada;
  margin: 0;
  font-size: .75rem;
  color: #6c757d;
  font-weight: 300;
}

.c-headline--feed.with-pic .c-headline__wrapper {
  display: grid;
  grid-template-areas: "media header" "media title " "media summary" "media metada";
  grid-template-columns: 20rem auto;
  grid-template-rows: 1.25rem -webkit-min-content 1fr .75rem;
  grid-template-rows: 1.25rem min-content 1fr .75rem;
  -webkit-column-gap: 28px;
  -moz-column-gap: 28px;
  column-gap: 28px;
  row-gap: 10px;
}

.c-headline--feed.with-pic .c-headline__wrapper .c-headline__media {
  grid-area: media;
  overflow: hidden;
}

.c-headline--feed.with-pic .c-headline__wrapper .c-headline__media .c-media__link {
  display: block;
  height: 11rem;
  width: auto;
  overflow: hidden;
  border-radius: .25rem;
}

.c-headline--feed.with-pic .c-headline__wrapper .c-headline__media .c-media__link picture {
  width: auto;
  height: 11rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-headline--feed.with-pic .c-headline__wrapper .c-headline__header {
  grid-area: header;
}

.c-headline--feed.with-pic .c-headline__wrapper .c-headline__title {
  grid-area: title;
}

.c-headline--feed.with-pic .c-headline__wrapper .c-headline__title h2 {
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.c-headline--feed.with-pic .c-headline__wrapper .c-headline__summary {
  grid-area: summary;
  margin: 0;
}

.c-headline--feed.with-pic .c-headline__wrapper .c-headline__summary p {
  padding-bottom: 0;
  margin-bottom: 0;
}

.c-headline--feed.with-pic .c-headline__wrapper .c-headline__metada {
  grid-area: metada;
  margin: 0;
  font-size: .75rem;
  color: #6c757d;
  font-weight: 300;
}

@media (max-width:767.98px) {
  .c-headline--feed.with-pic .c-headline__wrapper {
    grid-template-areas: "header" "title " "summary" "media" "metada";
    grid-template-columns: 100%;
    grid-template-rows: 1.25rem -webkit-min-content 1fr minmax(12.5rem,auto) .75rem;
    grid-template-rows: 1.25rem min-content 1fr minmax(12.5rem,auto) .75rem;
  }

  .c-headline--feed.with-pic .c-headline__wrapper .c-headline__media .c-media__link {
    display: block;
    height: auto;
    width: 100%;
    overflow: hidden;
    border-radius: 0;
  }

  .c-headline--feed.with-pic .c-headline__wrapper .c-headline__media .c-media__link picture {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .c-headline--feed.with-pic .c-headline__wrapper .c-headline__media .c-media__link picture img {
    height: 100%;
    width: 100%;
  }
}

.c-headline--feed.no-pic.with-related .c-headline__wrapper {
  grid-template-areas: "header" "title " "summary" "related" "metada";
  grid-template-rows: 1.25rem -webkit-min-content -webkit-min-content 1fr .75rem;
  grid-template-rows: 1.25rem min-content min-content 1fr .75rem;
}

@media (max-width:767.98px) {
  .c-headline--feed.no-pic.with-related .c-headline__wrapper {
    grid-template-areas: "header" "title" "summary" "related" "metada";
    grid-template-columns: 100%;
    grid-template-rows: 1.25rem -webkit-min-content -webkit-min-content 1fr .75rem;
    grid-template-rows: 1.25rem min-content min-content 1fr .75rem;
  }
}

.c-headline--feed.with-related .c-headline__related {
  grid-area: related;
  margin: 0;
}

.c-headline--feed.with-related .c-related {
  grid-area: related;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.c-headline--feed.with-related .c-related__item {
  list-style: none;
}

.c-headline--feed.with-related .c-related__link {
  position: relative;
  padding: .375rem 0;
  font-size: .875rem;
  line-height: normal;
  display: block;
  width: 100%;
  -webkit-transform: all .2s ease;
  transform: all .2s ease;
  border-radius: .25rem;
}

.c-headline--feed.with-related .c-related__link:before {
  -webkit-transform: all .2s ease;
  transform: all .2s ease;
  content: "";
  display: inline-block;
  margin-right: 1rem;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #adb5bd;
}

.c-headline--feed.with-related .c-related__link:hover {
  padding-left: .2rem;
}

.c-headline--feed.with-related .c-related__link:hover:before {
  margin-right: .8rem;
}

.c-headline--feed.with-related .c-headline__wrapper {
  grid-template-areas: "media header" "media title " "media summary" "media related" "media metada";
  grid-template-rows: 1.25rem -webkit-min-content -webkit-min-content 1fr .75rem;
  grid-template-rows: 1.25rem min-content min-content 1fr .75rem;
}

@media (max-width:767.98px) {
  .c-headline--feed.with-related .c-headline__wrapper {
    grid-template-areas: "header" "title " "summary" "media" "related" "metada";
    grid-template-columns: 100%;
    grid-template-rows: 1.25rem -webkit-min-content -webkit-min-content minmax(11rem,auto) 1fr .75rem;
    grid-template-rows: 1.25rem min-content min-content minmax(11rem,auto) 1fr .75rem;
  }
}

.c-showtime {
  width: 100%;
  margin-bottom: 2.5rem;
}

.c-showtime__wrapper {
  display: grid;
  grid-template-areas: "main list";
  grid-template-columns: 737px auto;
  grid-template-rows: 39.69rem;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-column-gap: 1px;
  -moz-column-gap: 1px;
  column-gap: 1px;
}

@media (max-width:1199.98px) {
  .c-showtime__wrapper {
    grid-template-columns: 60% 40%;
  }
}

@media (max-width:991.98px) {
  .c-showtime__wrapper {
    grid-template-areas: "main";
    grid-template-columns: auto;
    grid-template-rows: 28.75rem;
  }
}

@media (max-width:767.98px) {
  .c-showtime__wrapper {
    border-radius: 0;
    grid-template-rows: minmax(17.125rem,auto);
  }
}

.c-showtime__main {
  grid-area: main;
}

.c-showtime__main .c-headline__title {
  font-size: 2.75rem;
  font-weight: 700;
}

.c-showtime__main__item {
  height: 100%;
  background-color: rgba(0,0,0,.3);
  border: .25px solid #f8f9fa;
}

.c-showtime__main__item a {
  text-shadow: 0 1px 3px rgba(0,0,0,.8);
  color: #fff;
}

@media (max-width:991.98px) {
  .c-showtime__main .c-headline__title {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .c-showtime__main .c-headline__summary {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.c-showtime__side {
  grid-area: list;
  display: grid;
  grid-gap: 1px;
}

@media (max-width:991.98px) {
  .c-showtime__side {
    display: none;
  }
}

.c-showtime__side .c-headline__title {
  font-size: 1.75rem;
  font-weight: 700;
}

.c-showtime__side__item {
  background-color: rgba(0,0,0,.5);
  border: .25px solid #f8f9fa;
}

.c-showtime__side__item a {
  text-shadow: 0 1px 3px rgba(0,0,0,.8);
  color: #fff;
  height: 209px;
}

.c-showtime__side__item:hover {
  background-color: rgba(0,0,0,.8);
}

.c-feed-placeholder .c-feed__item {
  padding-bottom: 2.25rem;
}

.c-feed-placeholder .c-feed__item+.c-feed__item {
  padding: 2.25rem 0;
  border-top: 1px dotted #ced4da;
}

@media (max-width:767.98px) {
  .c-feed-placeholder .c-feed__item {
    border-radius: .25rem;
    padding: 2.25rem 1.25rem;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    margin-left: -.7rem;
    margin-right: -.7rem;
    margin-bottom: 1rem;
    background-color: #fff;
  }

  .c-feed-placeholder .c-feed__item+.c-feed__item {
    padding: 2.25rem 1.25rem;
    border-top: none;
  }

  .c-feed-placeholder .c-feed__item .c-headline__media {
    margin: 0 -1.25rem;
  }
}

@media (max-width:575.98px) {
  .c-feed-placeholder .c-feed__item {
    border-radius: 0;
  }
}

.c-feed__btn-load {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}

.c-feed__btn-load button {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-transform: uppercase;
}

.c-feed__btn-load button .u-loading {
  display: none;
}

.c-feed__btn-load button.is-loading .u-loading {
  display: inline-block;
}

.c-feed__btn-load button.is-loading .btn__text {
  display: none;
}

.c-trending__list {
  counter-reset: counter;
}

.c-trending__item {
  position: relative;
}

.c-trending__item:before {
  position: absolute;
  counter-increment: counter;
  content: counter(counter);
  color: #adb5bd;
}

.c-trending__item__link {
  padding-left: 1.5rem;
  display: inline-block;
}

.c-search {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-search__wrapper {
  position: relative;
}

.c-search__input {
  border: 0;
  background-color: #0056b3;
}

.c-search__input::-webkit-input-placeholder {
  color: #e6f2ff;
}

.c-search__input::-moz-placeholder {
  color: #e6f2ff;
}

.c-search__input:-ms-input-placeholder {
  color: #e6f2ff;
}

.c-search__input::-ms-input-placeholder {
  color: #e6f2ff;
}

.c-search__input::placeholder {
  color: #e6f2ff;
}

.c-search__input:focus::-webkit-input-placeholder {
  color: #adb5bd;
}

.c-search__input:focus::-moz-placeholder {
  color: #adb5bd;
}

.c-search__input:focus:-ms-input-placeholder {
  color: #adb5bd;
}

.c-search__input:focus::-ms-input-placeholder {
  color: #adb5bd;
}

.c-search__input:focus::placeholder {
  color: #adb5bd;
}

.c-search__button {
  position: absolute;
  color: #e6f2ff;
  top: 0;
  right: 0;
}

.c-search__button:hover,.focus .c-search__button {
  color: #007bff;
}

@media (max-width:991.98px) {
  .c-search__input.form-control {
    display: none;
  }

  .c-search__button {
    position: relative;
  }

  .c-search__button:hover,  .focus .c-search__button {
    color: hsla(0,0%,100%,.7);
  }

  .c-search .form-group {
    margin: 0;
  }
}

.c-search--sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  height: 100vh;
  padding: 1.5rem 1rem;
  -webkit-box-shadow: -2px 0 2px rgba(0,0,0,.2);
  box-shadow: -2px 0 2px rgba(0,0,0,.2);
  display: none;
}

.c-search--sidebar .c-search__input.form-control {
  display: block;
  border: 0;
  background-color: #e9ecef;
}

.c-search--sidebar .c-search__input.form-control::-webkit-input-placeholder {
  color: #495057;
}

.c-search--sidebar .c-search__input.form-control::-moz-placeholder {
  color: #495057;
}

.c-search--sidebar .c-search__input.form-control:-ms-input-placeholder {
  color: #495057;
}

.c-search--sidebar .c-search__input.form-control::-ms-input-placeholder {
  color: #495057;
}

.c-search--sidebar .c-search__input.form-control::placeholder {
  color: #495057;
}

.c-search--sidebar .c-search__input.form-control:focus::-webkit-input-placeholder {
  color: #adb5bd;
}

.c-search--sidebar .c-search__input.form-control:focus::-moz-placeholder {
  color: #adb5bd;
}

.c-search--sidebar .c-search__input.form-control:focus:-ms-input-placeholder {
  color: #adb5bd;
}

.c-search--sidebar .c-search__input.form-control:focus::-ms-input-placeholder {
  color: #adb5bd;
}

.c-search--sidebar .c-search__input.form-control:focus::placeholder {
  color: #adb5bd;
}

.c-search--sidebar .c-search__button {
  position: absolute;
  color: #6c757d;
  top: 0;
  right: 0;
}

.c-search--sidebar .c-search__button:hover,.focus .c-search--sidebar .c-search__button {
  color: #007bff;
}

.c-search--sidebar .c-search__btn-close {
  position: absolute;
  left: -50px;
}

.c-search--sidebar .c-search__btn-close button {
  border-radius: 50%;
  background-color: #fff;
  color: #007bff;
  font-weight: 700;
}

.c-search--sidebar .c-suggest {
  width: 100%;
  text-align: left;
  padding-bottom: 1rem;
}

.c-search--sidebar .c-suggest__title {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-left: .5rem;
  margin-top: 1.25rem;
  font-weight: 700;
}

.c-search--sidebar .c-suggest__list {
  padding: 0;
}

.c-search--sidebar .c-suggest__item {
  list-style: none;
  text-align: left;
  margin: 1rem;
}

.c-search--sidebar .c-suggest__link {
  font-weight: 400;
  line-height: 2rem;
  color: #6c757d;
}

.c-search--sidebar .c-suggest__link:focus,.c-search--sidebar .c-suggest__link:hover {
  color: #007bff;
}

.c-search--sidebar .c-suggest__link:before {
  content: "\f002";
  font-family: icomoon!important;
  margin-right: .5rem;
}

.c-classificados__wrapper {
  border: 1px solid #dee2e6;
  margin: 2rem 5rem;
}

@media (max-width:1199.98px) {
  .c-classificados__wrapper {
    margin: 2rem 0;
  }
}

.c-classificados__header {
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-classificados__header__title {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.c-classificados__body {
  padding: 1rem;
  overflow-x: auto;
  display: block;
}

.c-classificados__list {
  list-style: none;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}

.c-classificados__item {
  width: auto;
}

.c-classificados__link {
  min-width: 10rem;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  padding: .5rem;
  text-align: center;
}

@media (max-width:991.98px) {
  .c-classificados__link {
    min-width: 12rem;
  }
}

.c-classificados .c-block__image {
  width: 100%;
  border-radius: .25rem;
  margin-bottom: 1rem;
}

.c-classificados .c-block__title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.135rem;
}

.c-classificados .c-block__price {
  font-size: 2rem;
  line-height: 2.25rem;
}

.c-article-header {
  padding-bottom: 3rem;
  border-bottom: 2px solid #ced4da;
}

@media (max-width:991.98px) {
  .c-article-header {
    padding-top: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.c-article-header__title {
  width: 100%;
}

.c-article-header__title h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 4rem;
  letter-spacing: -.12rem;
  margin: 0;
}

@media (max-width:1199.98px) {
  .c-article-header__title h1 {
    font-size: 2rem;
    line-height: 2.25rem;
    letter-spacing: -.09375rem;
  }
}

.c-article-header__subtitle h2 {
  margin: 1.5rem 0 0;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
  color: #495057;
}

.c-article-header__metadata {
  margin-top: 2.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #6c757d;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-article-header__metadata p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.c-article-header__metadata .c-article-metadata__from {
  font-weight: 700;
}

.c-article-header__metadata .c-article-metadata__share-bar {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-article-header__metadata .c-article-metadata__share-bar a {
  margin-left: .2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2.75rem;
  width: 2.75rem;
}

@media (max-width:575.98px) {
  .c-article-header__metadata .c-article-metadata__share-bar {
    padding-top: 1rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .c-article-header__metadata .c-article-metadata__share-bar a {
    margin-left: 0;
    margin-right: .2rem;
  }
}

@media (max-width:767.98px) {
  .c-article-header__metadata .c-article-metadata {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.c-article-main {
  padding: 3rem 0 0;
}

.c-article-main .u-margin-x {
  padding: 0 6.6rem 2rem;
  width: 55.5rem;
  margin: 0 auto;
  font-family: Open Sans,Source Sans Pro,helvetica,arial,sans-serif;
  font-size: 1.125rem;
  line-height: 1.85rem;
  letter-spacing: -.0125rem;
  overflow-wrap: break-word;
  color: #343a40;
}

@media (max-width:991.98px) {
  .c-article-main .u-margin-x {
    width: 100%;
    padding: 0 1rem 1rem;
  }
}

.c-article-main h2 {
  margin: 1rem 0 0;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.25rem;
  letter-spacing: -.0125rem;
}

.c-article-main p {
  margin-bottom: 0;
}

.c-article-main p a {
  font-weight: 700;
}

.c-article-media__description {
  margin-top: 1rem;
  font-size: .75rem;
  line-height: 1rem;
  letter-spacing: .02rem;
  margin-bottom: 0;
}

.c-article-comment {
  border-top: 5px solid #dee2e6;
  margin: 0 6.5rem;
  padding: 2.5rem 0;
}

@media (max-width:767.98px) {
  .c-article-comment {
    margin: 0 auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.c-article-comment__header {
  color: #adb5bd;
  padding-bottom: 1.5rem;
}

.c-article-comment__header__title {
  font-size: 2.25rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  font-weight: 300;
}

.c-article-comment__header__warnning {
  margin-top: .5rem;
  font-size: .825rem;
}

.c-article-comment__body {
  background-color: #dee2e6;
  height: 300px;
}

.c-article-lastnews {
  background-color: #f5f6f8;
  padding-bottom: 1rem;
}

.c-article-lastnews__title {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -.5px;
  color: #343a40;
  padding-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 300;
}

.c-article-lastnews__title strong {
  font-weight: 700;
}

@media (max-width:767.98px) {
  .c-article-lastnews__title {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.c-article-lastnews__container {
  width: 55.5rem;
  margin: 0 auto;
  padding: 0 6.6rem 2rem;
}

@media (max-width:991.98px) {
  .c-article-lastnews__container {
    width: 100%;
    padding: 0 1.5rem 2rem;
  }
}

@media (max-width:767.98px) {
  .c-article-lastnews__container {
    padding: 0 0 2rem;
  }

  .c-article-lastnews__container .c-feed__item,  .c-article-lastnews__container .c-feed__item+.c-feed__item {
    margin-left: 0;
    margin-right: 0;
  }
}

.c-article-lastnews .c-feed__btn-load {
  padding: 0 1rem;
}

.l-page {
  background-color: #f8f9fa;
}

.l-page main {
  padding-top: 8.3rem;
}

@media (max-width:991.98px) {
  .l-page main {
    padding-top: 5.5rem;
  }
}

@media (max-width:767.98px) {
  .l-page main {
    padding-top: 5.5rem;
  }
}

.l-page.has-category {
  background-color: #fff;
}

.l-page.has-category main {
  padding-top: 11.05rem;
  margin: 0 auto;
}

@media (max-width:991.98px) {
  .l-page.has-category main {
    padding-top: 10rem;
  }
}

@media (max-width:767.98px) {
  .l-page.has-category main {
    padding-top: 6rem;
  }
}

.l-page.has-category .l-header__title {
  display: block;
}

.l-page__header {
  position: fixed;
  width: 100%;
  z-index: 99;
}

.l-page__header .l-header__title {
  display: none;
}

.l-page__container--feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-bottom: 2.5rem;
}

@media (max-width:991.98px) {
  .l-page__container--feed {
    margin-bottom: 0;
  }

  .l-page__container--feed .l-column--right {
    display: none;
  }
}

.l-page__article {
  width: 55.5rem;
  margin: 0 auto;
}

@media (max-width:991.98px) {
  .l-page__article {
    width: 100%;
    background-color: #fff;
  }
}

.l-page__list {
  background-color: #f8f9fa;
  padding-bottom: 1.5rem;
}

.l-page__list__container {
  width: 55.5rem;
  margin: 0 auto;
}

.l-page__list__container .c-feed__btn-load {
  padding: 0 1rem;
}

@media (min-width:576px) and (max-width:991.98px) {
  .l-page__list__container .c-feed-placeholder .c-feed__item,  .l-page__list__container .c-feed-placeholder .c-feed__item+.c-feed__item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width:991.98px) {
  .l-page__list__container {
    width: 100%;
  }

  .l-page__list__container .c-feed-placeholder .c-feed__item,  .l-page__list__container .c-feed-placeholder .c-feed__item+.c-feed__item {
    margin-left: 0;
    margin-right: 0;
  }
}

.l-page__standard__container {
  width: 55.5rem;
  margin: 0 auto;
}

@media (max-width:991.98px) {
  .l-page__standard__container {
    max-width: 55.5rem;
    width: 100%;
  }
}

.l-page__standard__title {
  padding: 0 0 2rem;
  border-bottom: 1px solid #ced4da;
}

@media (max-width:991.98px) {
  .l-page__standard__title {
    padding: 2rem 1.5rem;
  }
}

.l-page__standard__title h2 {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.75rem;
}

@media (max-width:767.98px) {
  .l-page__standard__title h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

.l-page__standard__body {
  padding: 2.5rem 6.6rem;
}

@media (max-width:767.98px) {
  .l-page__standard__body {
    padding: 2.5rem 1.5rem;
  }
}

.l-header {
  width: 100%;
  height: auto;
  background-color: #e9ecef;
}

@media (max-width:767.98px) {
  .l-header__topnav {
    display: none;
  }
}

.l-header__title {
  background-color: #0062cc;
  height: 2.75rem;
}

.l-header__title__container {
  width: 55.5rem;
  margin: 0 auto;
}

@media (max-width:991.98px) {
  .l-header__title__container {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.l-header__title a {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2.75rem;
}

@media (max-width:767.98px) {
  .l-header__title {
    height: 2rem;
  }

  .l-header__title a {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

.l-footer {
  background-color: #0062cc;
}

.l-footer a {
  color: #fff;
}

.l-footer a:hover {
  color: hsla(0,0%,100%,.7);
}

.l-footer__wrapper {
  display: grid;
  grid-template-areas: "brand menu copy";
  grid-template-columns: -webkit-max-content -webkit-max-content auto;
  grid-template-columns: max-content max-content auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3.5rem;
}

@media (max-width:991.98px) {
  .l-footer__wrapper {
    height: 3.75rem;
  }
}

@media (max-width:767.98px) {
  .l-footer__wrapper {
    grid-template-areas: "brand menu" "copy copy";
    grid-template-columns: -webkit-min-content auto;
    grid-template-columns: min-content auto;
    grid-template-rows: auto 1.75rem;
    height: 4.75rem;
  }
}

.l-footer__brand {
  grid-area: brand;
}

.l-footer__brand img {
  max-height: 40px;
  height: 40px;
}

.l-footer__menu {
  grid-area: menu;
  margin-left: .7rem;
  padding-left: .7rem;
  border-left: 1px dotted hsla(0,0%,100%,.4);
}

.l-footer__copyright {
  grid-area: copy;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: hsla(0,0%,100%,.7);
  font-size: .85rem;
}

@media (max-width:767.98px) {
  .l-footer__copyright {
    font-size: .75rem;
  }
}