@charset "UTF-8";
/* reset */
* {
  margin: 0;
  padding: 0;
}

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

:focus {
  outline: 0 !important;
}

figure {
  margin: 0;
}

:root {
  font-size: 16px;
}

@font-face {
  font-family: suisse;
  src: url("../fonts/SuisseIntl-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: suisse;
  src: url("../fonts/SuisseIntl-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: suisse;
  src: url("../fonts/SuisseIntl-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: suisse-cond;
  src: url("../fonts/SuisseIntlCond-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: suisse-cond;
  src: url("../fonts/SuisseIntlCond-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: suisse-cond;
  src: url("../fonts/SuisseIntlCond-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  color: #1D1F22;
  line-height: 1.5;
  font-family: suisse, Arial, Helvetica, sans-serif;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
a:hover {
  color: #6c757d;
  text-decoration: none;
}

.white-space-nowrap {
  white-space: nowrap;
}

.fill-primary {
  fill: #016BD5;
}

.fill-white {
  fill: #fff;
}

.fill-black {
  fill: #000;
}

.text-orange {
  color: #ff6b35;
}

hr {
  border: 1px solid #E6E6E6;
}

.truncate-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* bootstrap */
.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

.mt-1 {
  margin-top: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

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

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

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

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

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

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

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

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

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

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.mt-auto {
  margin-top: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

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

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

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

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

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

.pb-0 {
  padding-bottom: 0 !important;
}

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

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

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

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

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

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

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

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

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

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .pt-lg-6 {
    padding-top: 68px !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
}
@media (min-width: 1200px) {
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
}
@media (min-width: 1400px) {
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
}
.h-100 {
  height: 100% !important;
}

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

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

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

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

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

.text-uppercase {
  text-transform: uppercase !important;
}

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

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

@media (min-width: 768px) {
  .text-md-end {
    text-align: right !important;
  }
  .border-md-end {
    border-right: 1px solid #E6E6E6;
  }
}
@media (min-width: 1200px) {
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
}
@media (min-width: 1400px) {
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
}
.ratio {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.ratio > * {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.ratio::before {
  content: "";
  display: block;
  padding-top: var(--bs-aspect-ratio);
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  padding: 0.375rem 0.75rem;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 20px;
  font-size: 1rem;
  line-height: 1.5;
  color: #1D1F22;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.btn-primary {
  color: #fff;
  background: #016BD5;
  border-color: #016BD5;
}

.btn-outline-primary {
  color: #016BD5;
  border-color: #016BD5;
}

.btn-lg {
  padding: 11px 20px;
  border-radius: 49px;
}

.d-none {
  display: none !important;
}

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

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

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

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: end !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-none {
    display: none !important;
  }
}
.container-fluid {
  padding: 0 32px;
}

.row {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.g-0, .gx-0 {
  --bs-gutter-x: 0;
}

[class*=col-] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.col-auto {
  width: auto;
}

.col-1 {
  width: 8.333333%;
}

.col-2 {
  width: 16.666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.333333%;
}

.col-5 {
  width: 41.666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.333333%;
}

.col-8 {
  width: 66.666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.333333%;
}

.col-11 {
  width: 91.666667%;
}

.col-12 {
  width: 100%;
}

/* Breakpoint: @sm (≥576px) */
@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .col-sm-auto {
    width: auto;
  }
  .col-sm-1 {
    width: 8.333333%;
  }
  .col-sm-2 {
    width: 16.666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.333333%;
  }
  .col-sm-5 {
    width: 41.666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333%;
  }
  .col-sm-8 {
    width: 66.666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.333333%;
  }
  .col-sm-11 {
    width: 91.666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
/* Breakpoint: @md (≥768px) */
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .col-md-auto {
    width: auto;
  }
  .col-md-1 {
    width: 8.333333%;
  }
  .col-md-2 {
    width: 16.666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.333333%;
  }
  .col-md-5 {
    width: 41.666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333%;
  }
  .col-md-8 {
    width: 66.666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.333333%;
  }
  .col-md-11 {
    width: 91.666667%;
  }
  .col-md-12 {
    width: 100%;
  }
}
/* Breakpoint: @lg (≥992px) */
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .col-lg-auto {
    width: auto;
  }
  .col-lg-1 {
    width: 8.333333%;
  }
  .col-lg-2 {
    width: 16.666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.333333%;
  }
  .col-lg-5 {
    width: 41.666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333%;
  }
  .col-lg-8 {
    width: 66.666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.333333%;
  }
  .col-lg-11 {
    width: 91.666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
/* Breakpoint: @xl (≥1200px) */
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .col-xl-auto {
    width: auto;
  }
  .col-xl-1 {
    width: 8.333333%;
  }
  .col-xl-2 {
    width: 16.666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.333333%;
  }
  .col-xl-5 {
    width: 41.666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.333333%;
  }
  .col-xl-8 {
    width: 66.666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.333333%;
  }
  .col-xl-11 {
    width: 91.666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
}
/* Breakpoint: @xxl (≥1400px) */
@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .col-xxl-auto {
    width: auto;
  }
  .col-xxl-1 {
    width: 8.333333%;
  }
  .col-xxl-2 {
    width: 16.666667%;
  }
  .col-xxl-3 {
    width: 25%;
  }
  .col-xxl-4 {
    width: 33.333333%;
  }
  .col-xxl-5 {
    width: 41.666667%;
  }
  .col-xxl-6 {
    width: 50%;
  }
  .col-xxl-7 {
    width: 58.333333%;
  }
  .col-xxl-8 {
    width: 66.666667%;
  }
  .col-xxl-9 {
    width: 75%;
  }
  .col-xxl-10 {
    width: 83.333333%;
  }
  .col-xxl-11 {
    width: 91.666667%;
  }
  .col-xxl-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 992px) {
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 1200px) {
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.fw-600 {
  font-weight: 600 !important;
}

.overflow-hidden {
  overflow: hidden;
}

.navbar {
  margin: 0;
  padding: 0;
  list-style: none;
}

.box {
  margin-bottom: 24px;
  padding-left: 16px;
}
.box > .container-fluid {
  margin: 0;
  padding: 0 16px 0 0;
}
.box.box-bg {
  padding-top: 24px;
  padding-bottom: 24px;
  background: #F4F4F4;
}
@media (min-width: 992px) {
  .box {
    margin-bottom: 68px;
    padding-left: 80px;
  }
  .box > .container-fluid {
    padding-right: 80px;
  }
  .box.box-bg {
    padding-top: 68px;
    padding-bottom: 68px;
  }
}

.custom-content {
  position: relative;
  min-height: 1px;
}

.custom-sidebar {
  width: 100%;
}

@media (min-width: 768px) {
  .custom-structure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .custom-sidebar {
    margin: 0 auto;
    padding: 0 10px;
    max-width: 320px;
    min-width: 320px;
    width: 320px;
  }
  .custom-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 10px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .custom-structure {
    margin-left: -32px;
    margin-right: -32px;
  }
  .custom-sidebar {
    padding: 0 32px;
    max-width: 380px;
    min-width: 380px;
    width: 380px;
  }
  .custom-content {
    padding: 0 32px;
    width: 100%;
  }
}
.categ a {
  color: #016BD5;
  font-size: 14px;
  font-weight: 600;
  font-family: suisse-cond, Arial, Helvetica, sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.label-outline {
  display: inline-block;
  padding: 1px 6px;
  border: 1px solid #016BD5;
  border-radius: 4px;
  color: #016BD5;
  font-size: 11px;
  font-weight: 300;
  line-height: 15px;
  font-family: suisse-cond, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.label-orange {
  display: inline-block;
  padding: 2px 7px;
  background: #ff6b35;
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  line-height: 15px;
  font-family: suisse-cond, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.label-orange svg {
  fill: #fff;
}

.label-blue {
  display: inline-block;
  padding: 2px 7px;
  background: #016BD5;
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  line-height: 15px;
  font-family: suisse-cond, Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label-live {
  display: inline-block;
  padding: 10px 18px;
  background: #ff6b35;
  border-radius: 20px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  font-family: suisse-cond, Arial, Helvetica, sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.label-live::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  margin-right: 8px;
}

.label-play {
  position: absolute;
  top: 12px;
  left: 12px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
  padding: 4px 8px;
  width: auto;
  height: auto;
  background: #ff6b35;
  border-radius: 20px;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
}
.label-play .icon {
  width: 20px;
  height: 20px;
}
.label-play.play-lg {
  top: 20px;
  left: 20px;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 18px;
}
.label-play.play-lg .icon {
  width: 32px;
  height: 32px;
}

.more-outline {
  display: inline-block;
  padding: 12px 20px;
  border: 1px solid #016BD5;
  border-radius: 49px;
  color: #016BD5;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.more-underline {
  display: inline-block;
  color: #1D1F22;
  line-height: 24px;
  border-bottom: 1px solid #016BD5;
}
.more-underline:hover {
  border-color: transparent;
}

.bg-gray {
  background: #F2F2F2;
}

.bg-dark {
  background: #4F5568;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgb(79, 85, 104)), color-stop(90%, rgb(33, 36, 49)));
  background: linear-gradient(0deg, rgb(79, 85, 104) 10%, rgb(33, 36, 49) 90%);
  color: #fff;
}
.bg-dark svg {
  fill: #fff;
}
.bg-dark .article-title {
  color: #fff;
}
.bg-dark .border-bottom {
  border-color: rgba(255, 255, 255, 0.15) !important;
}

@media (max-width: 768px) {
  .horizontal-scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-left: -16px;
    margin-right: -16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .horizontal-scroll > * {
    width: 300px;
    min-width: 300px;
  }
}
/* svg icons */
.icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 1.15rem;
  min-width: 1.15rem;
  height: 1.15rem;
}
.icon::before {
  display: inline-block;
  content: "";
}
.icon > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.icon > * use {
  pointer-events: none;
}
.icon.icon-xs {
  width: 12px;
  min-width: 12px;
  height: 12px;
}

.navbar-brand {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 116px;
  min-width: 116px;
  height: 32px;
  background: url(../svg/logo-profit.svg) no-repeat 0 0/contain;
  font: 0/0 a;
  text-indent: -10000px;
}
@media (min-width: 768px) {
  .navbar-brand {
    width: 190px;
    min-width: 190px;
    height: 52px;
  }
}

/* header */
.site-header h1 {
  font: 0/0 a;
}
.site-header > .container-fluid {
  padding: 0 24px;
}
.site-header .navbar-toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: auto;
  width: 46px;
  height: 46px;
  background: rgba(255, 255, 255, 0.06);
  border: none;
  border-radius: 5px;
}
.site-header .navbar-toggler span {
  display: block;
  width: 22px;
  height: 1px;
  background: #fff;
}
.site-header .navbar-toggler span:not(:last-child) {
  margin-bottom: 6px;
}
.site-header .user-login {
  margin-left: auto;
}
.site-header .user-login .login {
  display: block;
  width: 46px;
  height: 46px;
  background: url(../svg/logo-profit-insider.svg) no-repeat 0 0/cover;
  font: 0/0 a;
  text-indent: -10000px;
}
.site-header .menu {
  position: relative;
  padding: 12px 24px;
  background: #2F313D;
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.25);
}
.site-header .menu > .navbar {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.site-header .menu > .navbar li {
  margin: 7px 0;
}
.site-header .menu > .navbar a {
  display: inline-block;
  padding: 6px 0;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.site-header .menu > .navbar > li {
  margin: 0 12px;
}
.site-header .menu > .navbar > li > a {
  white-space: nowrap;
}
.site-header .menu > .navbar > li > a svg {
  display: none;
}
.site-header .menu > .navbar > li.active a {
  padding-left: 6px;
  padding-right: 6px;
  background: #ff6b35;
  border-radius: 4px;
}
.site-header .menu > .navbar > li .live {
  color: #ff6b35;
  -webkit-animation: blinker 2s linear infinite;
          animation: blinker 2s linear infinite;
}
.site-header .menu > .navbar.hovering > li > a {
  opacity: 0.5;
}
.site-header .menu > .navbar.hovering > li > a svg {
  fill: #82838b;
}
.site-header .menu > .navbar.hovering > li:hover a {
  opacity: 1;
}
.site-header .menu > .navbar.hovering > li:hover a svg {
  fill: white;
}
.site-header .menu > .navbar .submenu {
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 10000;
  padding: 30px 80px;
  background: #2F313D;
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .site-header .navbar-toggler {
    display: none;
  }
  .site-header .user-login {
    margin-left: 0;
  }
  .site-header .user-login .login {
    width: 139px;
    background-size: contain;
  }
}
@media (min-width: 992px) {
  .site-header > .container-fluid {
    padding: 0 80px;
  }
  .site-header .menu {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 1200px) {
  .site-header .menu > .navbar > li > a svg {
    display: block;
    fill: #fff;
  }
  .site-header .menu > .navbar > li:hover .submenu {
    display: block;
  }
  .site-header .menu > .navbar > li:hover > a svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: 1045;
  width: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  padding: 32px;
  background-color: #2E313D;
  background-clip: padding-box;
  color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.offcanvas .offcanvas-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow-y: auto;
  overflow-x: hidden;
}
.offcanvas .navbar li {
  margin-bottom: 10px;
}
.offcanvas .navbar li .active + .submenu {
  display: block;
}
.offcanvas .navbar li .active .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.offcanvas .navbar .submenu {
  display: none;
}
.offcanvas .navbar a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
.offcanvas .navbar .icon {
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.offcanvas .navbar .icon svg {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 14px;
  max-height: 14px;
}
.offcanvas .navbar .live {
  color: #ff6b35;
}
.offcanvas .main-menu > li > div > a {
  font-size: 24px;
}
@media (min-width: 768px) {
  .offcanvas {
    display: none;
  }
}

.btn-close {
  display: block;
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.06) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e") no-repeat center/1em auto;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

.ticker-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 32px 0 50px;
  overflow: hidden;
}
.ticker-bar .ticker-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: scroll 50s linear infinite;
          animation: scroll 50s linear infinite;
}
.ticker-bar .ticker-item {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 14px;
}
.ticker-bar .ticker-item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.ticker-bar .ticker-symbol {
  font-weight: 600;
}
.ticker-bar .ticker-value {
  margin-left: 5px;
}
.ticker-bar .ticker-change {
  display: inline-block;
  padding: 1px 3px;
  border: 1px solid;
  border-radius: 4px;
  font-size: 11px;
}
.ticker-bar .ticker-change.positive {
  color: #00D959;
}
.ticker-bar .ticker-change.negative {
  color: #FF0B0B;
}
@media (min-width: 992px) {
  .ticker-bar {
    margin-left: 150px;
  }
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes blinker {
  40% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 0.5;
  }
}
@keyframes blinker {
  40% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 0.5;
  }
}
/* footer */
.site-footer {
  background: #4F5568;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgb(79, 85, 104)), color-stop(90%, rgb(33, 36, 49)));
  background: linear-gradient(0deg, rgb(79, 85, 104) 10%, rgb(33, 36, 49) 90%);
  color: #fff;
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover {
  color: #d5d5d5;
}
.site-footer .footer-top {
  padding: 40px 0;
}
.site-footer .menu li {
  display: inline-block;
  margin: 0 6px;
}
.site-footer blockquote {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
}
.site-footer blockquote p {
  position: relative;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}
.site-footer blockquote p::before {
  content: "“";
  position: absolute;
  top: -38px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 68px;
}
.site-footer blockquote footer {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
}
.site-footer blockquote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 13%;
  display: block;
  margin-bottom: 30px;
  width: 100%;
  max-width: 80px;
  height: 6px;
  background: #FC6A13;
}
.site-footer blockquote::after {
  content: "";
  position: absolute;
  top: 0;
  right: 13%;
  display: block;
  margin-bottom: 30px;
  width: 100%;
  max-width: 80px;
  height: 6px;
  background: #FC6A13;
}
.site-footer .footer-bottom {
  padding: 25px 30px;
  background: rgba(29, 31, 34, 0.3019607843);
}
.site-footer .footer-bottom p a {
  text-decoration: underline;
}
.site-footer .footer-bottom p a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .site-footer blockquote p::before {
    top: -40px;
    font-size: 80px;
  }
  .site-footer blockquote::before {
    left: 23%;
    max-width: 160px;
  }
  .site-footer blockquote::after {
    right: 23%;
    max-width: 160px;
  }
}
@media (min-width: 992px) {
  .site-footer .footer-top {
    padding: 90px 0;
  }
  .site-footer blockquote p {
    font-size: 48px;
    line-height: 60px;
  }
  .site-footer blockquote p::before {
    top: -55px;
  }
  .site-footer blockquote footer {
    font-size: 20px;
  }
  .site-footer blockquote::before {
    left: 16%;
    max-width: 280px;
  }
  .site-footer blockquote::after {
    right: 16%;
    max-width: 280px;
  }
}

#ot-sdk-btn {
  background: transparent;
  border: none;
  color: #fff;
}