/* FONTS variables */
/* BODY variables */
/* Footer variables */
.m-a-0 {
  margin: 0 !important; }

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

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

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

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

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

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-a {
  margin: 1em !important; }

.m-t {
  margin-top: 1em !important; }

.m-r {
  margin-right: 1em !important; }

.m-b {
  margin-bottom: 1em !important; }

.m-l {
  margin-left: 1em !important; }

.m-x {
  margin-right: 1em !important;
  margin-left: 1em !important; }

.m-y {
  margin-top: 1em !important;
  margin-bottom: 1em !important; }

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

.m-a-sm {
  margin: 0.5em !important; }

.m-t-sm {
  margin-top: 0.5em !important; }

.m-r-sm {
  margin-right: 0.5em !important; }

.m-b-sm {
  margin-bottom: 0.5em !important; }

.m-l-sm {
  margin-left: 0.5em !important; }

.m-x-sm {
  margin-right: 0.5em !important;
  margin-left: 0.5em !important; }

.m-y-sm {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important; }

.m-a-md {
  margin: 1.5em !important; }

.m-t-md {
  margin-top: 1.5em !important; }

.m-r-md {
  margin-right: 1.5em !important; }

.m-b-md {
  margin-bottom: 1.5em !important; }

.m-l-md {
  margin-left: 1.5em !important; }

.m-x-md {
  margin-right: 1.5em !important;
  margin-left: 1.5em !important; }

.m-y-md {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important; }

.m-a-lg {
  margin: 3em !important; }

.m-t-lg {
  margin-top: 3em !important; }

.m-r-lg {
  margin-right: 3em !important; }

.m-b-lg {
  margin-bottom: 3em !important; }

.m-l-lg {
  margin-left: 3em !important; }

.m-x-lg {
  margin-right: 3em !important;
  margin-left: 3em !important; }

.m-y-lg {
  margin-top: 3em !important;
  margin-bottom: 3em !important; }

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

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

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

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

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

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-a {
  padding: 1em !important; }

.p-t {
  padding-top: 1em !important; }

.p-r {
  padding-right: 1em !important; }

.p-b {
  padding-bottom: 1em !important; }

.p-l {
  padding-left: 1em !important; }

.p-x {
  padding-right: 1em !important;
  padding-left: 1em !important; }

.p-y {
  padding-top: 1em !important;
  padding-bottom: 1em !important; }

.p-a-sm {
  padding: 0.5em !important; }

.p-t-sm {
  padding-top: 0.5em !important; }

.p-r-sm {
  padding-right: 0.5em !important; }

.p-b-sm {
  padding-bottom: 0.5em !important; }

.p-l-sm {
  padding-left: 0.5em !important; }

.p-x-sm {
  padding-right: 0.5em !important;
  padding-left: 0.5em !important; }

.p-y-sm {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important; }

.p-a-md {
  padding: 1.5em !important; }

.p-t-md {
  padding-top: 1.5em !important; }

.p-r-md {
  padding-right: 1.5em !important; }

.p-b-md {
  padding-bottom: 1.5em !important; }

.p-l-md {
  padding-left: 1.5em !important; }

.p-x-md {
  padding-right: 1.5em !important;
  padding-left: 1.5em !important; }

.p-y-md {
  padding-top: 1.5em !important;
  padding-bottom: 1.5em !important; }

.p-a-lg {
  padding: 3em !important; }

.p-t-lg {
  padding-top: 3em !important; }

.p-r-lg {
  padding-right: 3em !important; }

.p-b-lg {
  padding-bottom: 3em !important; }

.p-l-lg {
  padding-left: 3em !important; }

.p-x-lg {
  padding-right: 3em !important;
  padding-left: 3em !important; }

.p-y-lg {
  padding-top: 3em !important;
  padding-bottom: 3em !important; }

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.text-ellipsis {
  width: 100%;
  display: inline-block;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

ul.text-ul li, .text-ul ul li {
  list-style-type: disc; }

ol.text-ol li, .text-ol ol li {
  list-style-type: decimal; }

ul.text-ul, ol.text-ol, .text-ul ul, .text-ol ol {
  padding-left: 15px;
  margin-bottom: 20px; }
  ul.text-ul li, ol.text-ol li, .text-ul ul li, .text-ol ol li {
    padding-left: 10px;
    line-height: 28px; }

.line-break-wrapper {
  display: table;
  padding-left: 8px; }

.line-break {
  display: inline-block;
  float: none;
  margin-left: -4px;
  vertical-align: top; }

.line-break.line-break-second:nth-child(2):after {
  content: "\A";
  white-space: pre; }

.line-break.line-break-third:nth-child(3):after {
  content: "\A";
  white-space: pre; }

.line-break.line-break-fourth:nth-child(4):after {
  content: "\A";
  white-space: pre; }

.line-break.line-break-fifth:nth-child(5):after {
  content: "\A";
  white-space: pre; }

.grey-bg {
  background-color: #f6f7f9 !important; }

.text-blue {
  color: #237dea; }

.dark-bg {
  background-color: #424559; }

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

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

.text-white {
  color: #fff; }

.text-bold {
  font-weight: 700; }

.content-section {
  padding: 80px 0; }
  @media only screen and (max-width: 767px) {
    .content-section {
      padding: 40px 0; } }
  .content-section .page-description {
    color: #6a6d81;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px; }
    @media only screen and (max-width: 767px) {
      .content-section .page-description {
        font-size: 16px;
        line-height: 22px; } }
  .content-section .link {
    color: #333333;
    text-decoration: underline; }

.content-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding: 0 15%; }
  @media only screen and (max-width: 767px) {
    .content-title {
      padding: 0 10%;
      font-size: 14px;
      line-height: 21px; } }

table.statistic-table {
  border: none !important;
  min-width: 640px; }
  table.statistic-table .text-green {
    color: #75b94b; }
  table.statistic-table .text-red {
    color: #f4586b; }
  table.statistic-table td, table.statistic-table th {
    border: none !important;
    border-left: none;
    border-top: none;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    color: #6a6d81; }
    table.statistic-table td:first-child, table.statistic-table th:first-child {
      color: #424559;
      font-weight: 600; }
      table.statistic-table td:first-child b, table.statistic-table th:first-child b {
        font-weight: 600 !important; }
  table.statistic-table > tbody > tr > td {
    padding: 15px !important; }
  table.statistic-table tr:hover {
    background: none !important; }
  table.statistic-table tr:nth-child(2n) td {
    background-color: #f6f7f9; }
  table.statistic-table .trigger-tooltip {
    height: 14px;
    width: 14px;
    float: none; }
    table.statistic-table .trigger-tooltip:hover {
      background: transparent; }
    table.statistic-table .trigger-tooltip img {
      display: block; }
  table.statistic-table .tooltips-hidden-block {
    background: #daeafd !important; }
  table.statistic-table .tooltips-hidden-block td {
    background: #daeafd !important;
    padding: 20px;
    color: #6a6d81;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    text-align: left !important;
    font-size: 90% !important;
    line-height: 1.6 !important; }
  table.statistic-table .inner-table {
    width: 100%;
    border: none !important; }
    table.statistic-table .inner-table td, table.statistic-table .inner-table th {
      border: none !important;
      font-size: 16px;
      font-weight: 600;
      line-height: 22px;
      width: 10.5%;
      padding: 10px 2px; }
      table.statistic-table .inner-table td:first-child, table.statistic-table .inner-table th:first-child {
        text-align: left;
        width: 50%;
        min-width: 50%;
        padding: 10px; }
      table.statistic-table .inner-table td:last-child, table.statistic-table .inner-table th:last-child {
        padding-right: 2px; }
    table.statistic-table .inner-table thead td, table.statistic-table .inner-table thead th {
      color: #a1a3b5;
      font-size: 12px;
      font-weight: 300;
      line-height: 16px; }

.disclaimer {
  color: #6a6d81; }
  .disclaimer .link {
    color: #6a6d81; }
