.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  list-style: none;
  font-size: 14px;
}
.breadcrumb .breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  margin-left: 4px;
}
.breadcrumb .breadcrumb-item > * {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 10px;
  border: 1px solid #E7EBED;
  border-radius: 51px;
  color: #8599A5;
  font: 500 14px/20px "neue-haas-unica", sans-serif;
  letter-spacing: 0.5px;
}
.breadcrumb .breadcrumb-item a {
  color: #1673A7;
}
.breadcrumb .breadcrumb-item span {
  opacity: 65%;
}

.section .section-title {
  color: #043754;
  font-size: 32px;
  font: 600 28px/1 "alternate-gothic-atf", sans-serif;
  text-transform: uppercase;
}
.section.s-releases .section-title,
.section.s-releases .section-title a,
.section.s-releases .article-title {
  color: #351C55;
}
.section.s-releases .article-title.title-custom {
  color: #554219;
}
.section.s-releases .article-categ a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 10px;
  border: 1px solid #E7EBED;
  border-radius: 51px;
  color: #8599A5;
  font: 500 12px/20px "neue-haas-unica", sans-serif;
  letter-spacing: 0.5px;
}
.section.s-releases .more {
  background: #F6F0FF;
  color: #4F2B80;
}
.section.s-cols {
  margin-bottom: -24px;
}
.section.s-cols .article-date time {
  padding-right: 8px;
  padding-left: 0;
  border: none;
  color: #5C7887;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
}
.section.s-cols .article-categ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section.s-cols .article-categ:before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #8599A5;
}
.section.s-cols .article-categ a {
  color: #3A39AA;
  font-size: 14px;
}
.section.s-cols .label-subscription {
  padding: 0px;
  font-size: 14px;
}
.section.s-article .art-top h1 {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.18;
}
.section.s-article .art-top .art-img {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.section.s-article .art-top .art-img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.section.s-article .art-top .art-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 17px;
}
.section.s-article .art-top .art-meta .article-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 10px;
  border: 1px solid #E7EBED;
  border-radius: 51px;
}
.section.s-article .art-top .art-meta .article-date .icon-circle {
  display: inline-block;
  margin: 0 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #3FB4F5;
}
.section.s-article .art-top .art-meta .article-date time {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border: none;
  border-radius: 0;
  color: #8599A5;
  font: 500 13px/26px "neue-haas-unica", sans-serif;
  letter-spacing: 0.5px;
}
.section.s-article .art-top .art-meta .article-author {
  display: block;
  padding: 0px 10px;
  border: 1px solid #E7EBED;
  border-radius: 51px;
  color: #8599A5;
  font: 500 13px/26px "neue-haas-unica", sans-serif;
  letter-spacing: 0.5px;
}
.section.s-article .art-top .art-meta .article-author a {
  color: #1673A7;
}
.section.s-article .art-top .art-meta .article-author a:hover {
  color: #6c757d;
}
.section.s-article .art-top .links-shortcuts strong {
  margin-right: 14px;
}
.section.s-article .links-shortcuts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.section.s-article .links-shortcuts strong {
  margin-right: auto;
  font: 600 24px/1 "alternate-gothic-atf", sans-serif;
  text-transform: uppercase;
}
.section.s-article .links-shortcuts a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 38px;
  height: 38px;
  background: #E8F7FF;
  border-radius: 50%;
}
.section.s-article .links-shortcuts a svg {
  width: 17px;
  height: 17px;
  fill: #11577E;
}
.section.s-article .links-shortcuts a + a {
  margin-left: 4px;
}
.section.s-article .links-shortcuts a:hover svg {
  fill: #1673A7;
}
.section.s-article .links-shortcuts a.copy-link {
  position: relative;
}
.section.s-article .links-shortcuts .copy-message {
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1000000;
  display: inline-block;
  padding: 5px 10px;
  background: #1673A7;
  color: white;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
}
.section.s-article .art-content {
  margin-bottom: 36px;
}
.section.s-article .art-content > * {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.4;
  text-align: left !important;
}
.section.s-article .art-content a {
  color: #11577E;
}
.section.s-article .art-content .first-paragraph {
  padding-bottom: 16px;
  border-bottom: 1px solid #E7EBED;
  font-weight: bold;
}
.section.s-article .art-content h2 {
  font-size: 23px;
  line-height: 1.2;
}
.section.s-article .art-content h3 {
  font-size: 21px;
  line-height: 1.3;
}
.section.s-article .art-content h4 {
  font-size: 18px;
  line-height: 1.4;
}
.section.s-article .art-content img {
  max-width: 100%;
  height: auto !important;
  border-radius: 16px;
}
.section.s-article .art-content .table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
.section.s-article .art-content table {
  width: 100% !important;
  max-width: 100%;
  font-size: 14px;
}
.section.s-article .art-content ul, .section.s-article .art-content ol {
  padding-left: 22px;
}
.section.s-article .art-content ul li, .section.s-article .art-content ol li {
  margin-bottom: 8px;
}
.section.s-article .art-content blockquote {
  font-style: italic;
}
.section.s-article .art-content blockquote:before {
  content: "";
  display: block;
  margin-bottom: 8px;
  width: 14px;
  height: 14px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="12" fill="none"><path fill="%230B344B" d="M5.85 5.993v5.562H0V6.04L2.829 0h2.924L3.98 5.993h1.87Zm8.15 0v5.562H8.15V6.04L10.98 0h2.924l-1.822 5.993H14Z"/></svg>') no-repeat 50% 50%/contain;
}
.section.s-article .art-content .video-container {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.section.s-article .art-content .video-container::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.section.s-article .art-content .video-container iframe {
  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%;
}
.section.s-article .art-content .read-more {
  padding: 16px 0;
  border-top: 1px solid #E7EBED;
  border-bottom: 1px solid #E7EBED;
}
.section.s-article .art-content .read-more .article-thumb img {
  height: 100% !important;
}
.section.s-article .art-content .box-readmore {
  display: block;
  margin-bottom: 16px;
  padding: 16px 0;
  border-top: 1px solid #E7EBED;
  border-bottom: 1px solid #E7EBED;
}
.section.s-article .art-content .box-readmore + .box-readmore {
  margin-top: -16px;
  border-top: none;
}
.section.s-article .art-content .box-readmore .col-xs-8 {
  padding-left: 0;
}
.section.s-article .art-content .box-readmore a {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.28;
}
.section.s-article .art-content .box-readmore a em {
  display: block;
  margin-bottom: 5px;
  font-style: normal;
  font-weight: 600;
  font-family: "alternate-gothic-atf", sans-serif;
}
.section.s-article .art-content .box-readmore .image a {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.section.s-article .art-content .box-readmore .image a:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.section.s-article .art-content .box-readmore .image a img {
  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% !important;
  max-width: 100%;
}
.section.s-article .read-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.section.s-article .read-more .box-title {
  margin-bottom: 12px;
  font: 600 24px/1 "alternate-gothic-atf", sans-serif;
  text-transform: uppercase;
}
.section.s-article .read-more .article + .article {
  margin-top: auto;
}
.section.s-article .info-news {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 24px;
  background: rgba(231, 235, 237, 0.5);
  border-radius: 16px;
}
.section.s-article .info-news p {
  font-size: 16px;
  line-height: 1.32;
}
.section.s-article .info-news a {
  color: #1673A7;
  text-decoration: underline;
}
.section.s-article .info-news a:hover {
  text-decoration: none;
}
.section.s-article .info-news::before {
  content: "";
  display: block;
  margin-bottom: 24px;
  width: 48px;
  min-width: 48px;
  height: 48px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fill="none"><g stroke="%2321ADFB" stroke-width="2" clip-path="url(%23a)"><path stroke-linecap="round" stroke-linejoin="round" d="M22.5 37.5H4.894M40.5 16.5v-6a3 3 0 0 0-3-3h-21v-3a3 3 0 0 0-3-3h-9a3 3 0 0 0-3 3v29.6a3.4 3.4 0 0 0 6.672.876l4.702-16.308a3 3 0 0 1 2.884-2.168H43.5M44.5 31.5h-14a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-11a2 2 0 0 0-2-2Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M37.5 22.5a6 6 0 0 0-6 6v3h12v-3a6 6 0 0 0-6-6Z"/><path d="M37.5 39.808a.75.75 0 0 1 0-1.5M37.5 39.808a.75.75 0 0 0 0-1.5"/></g><defs><clipPath id="a"><path fill="%23fff" d="M0 0h48v48H0z"/></clipPath></defs></svg>') no-repeat 50% 50%/contain;
}
.section.s-article .list-tags .box-title {
  margin-bottom: 12px;
  font: 600 24px/1 "alternate-gothic-atf", sans-serif;
  text-transform: uppercase;
}
.section.s-article .list-tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.section.s-article .list-tags li {
  margin: 0 4px 4px 0;
}
.section.s-article .list-tags a {
  display: inline-block;
  padding: 0 16px;
  border: 1px solid #E7EBED;
  border-radius: 30px;
  color: #1673A7;
  font-weight: 500;
  font-size: 15px;
  line-height: 36px;
}
.section.s-article .list-tags a:hover {
  background: #E7EBED;
}
@media (min-width: 992px) {
  .section .section-title {
    font-size: 32px;
  }
  .section.s-article .art-top h1 {
    font-size: 32px;
    line-height: 1.21;
  }
  .section.s-article .art-top .art-meta {
    margin-bottom: 25px;
  }
  .section.s-article .art-top .art-meta .article-date time {
    font-size: 14px;
    line-height: 28px;
  }
  .section.s-article .art-top .art-meta .article-author {
    font-size: 14px;
    line-height: 28px;
  }
  .section.s-article .info-news {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 32px;
  }
  .section.s-article .info-news::before {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 32px;
  }
}
@media (max-width: 568px) {
  .section.s-article .art-content .read-more .article.article-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section.s-article .art-content .read-more .article.article-row .article-thumb {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .section.s-article .art-content .read-more .article.article-row .article-title {
    color: #043754;
  }
  .section.s-article .art-content .box-readmore .image {
    margin-bottom: 12px;
  }
  .section.s-article .art-content .box-readmore .col-xs-8 {
    padding-left: 16px;
  }
}
@media (min-width: 569px) and (max-width: 991px) {
  .section.s-article .art-content .read-more .article-thumb .ratio:before {
    padding-top: 110%;
  }
}
@media (max-width: 992px) {
  .section.s-cols .article .article-thumb .ratio::before {
    padding-top: 56.25%;
  }
}

.article-title {
  display: inline-block;
  color: #043754;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.28;
}
.article-title.title-lg {
  font-size: 20px;
  line-height: 1.24;
}
.main-article .article-title.title-lg {
  font-size: 24px;
  line-height: 1.18;
}
.article-title.title-subscription {
  color: #1673A7;
}
.article-title:hover {
  color: #6c757d;
}
@media (min-width: 992px) {
  .article-title {
    font-size: 20px;
  }
  .article-title.title-sm {
    font-size: 17px;
  }
  .article-title.title-lg {
    font-size: 26px;
  }
}

.article-thumb .ratio {
  border-radius: 16px;
  overflow: hidden;
}

.article-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article-date .icon-circle {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #3FB4F5;
}
.article-date time {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 10px;
  border: 1px solid #E7EBED;
  border-radius: 51px;
  color: #8599A5;
  font: 500 12px/20px "neue-haas-unica", sans-serif;
  letter-spacing: 0.5px;
}

.article-categ a {
  color: #1673A7;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.2;
}

.label-subscription {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 10px;
  border: 1px solid #E7EBED;
  border-radius: 51px;
  color: #1673A7;
  font: 500 12px/20px "neue-haas-unica", sans-serif;
  letter-spacing: 0.5px;
}
.label-subscription::before {
  content: "";
  display: block;
  margin-right: 3px;
  width: 11px;
  height: 11px;
  background: url('data:image/svg+xml,<svg width="8" height="11" viewBox="0 0 8 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.24609 10.7046C0.837891 10.7046 0.528158 10.5936 0.316895 10.3716C0.105632 10.1532 0 9.82373 0 9.3833V5.5752C0 5.13835 0.105632 4.81071 0.316895 4.59229C0.528158 4.37386 0.837891 4.26465 1.24609 4.26465H6.27344C6.68164 4.26465 6.99137 4.37386 7.20264 4.59229C7.4139 4.81071 7.51953 5.13835 7.51953 5.5752V9.3833C7.51953 9.82373 7.4139 10.1532 7.20264 10.3716C6.99137 10.5936 6.68164 10.7046 6.27344 10.7046H1.24609ZM0.98291 4.71582V3.00781C0.98291 2.34538 1.11182 1.79215 1.36963 1.34814C1.63102 0.900553 1.97298 0.563965 2.39551 0.338379C2.81803 0.112793 3.27279 0 3.75977 0C4.24674 0 4.7015 0.112793 5.12402 0.338379C5.54655 0.563965 5.88672 0.900553 6.14453 1.34814C6.40592 1.79215 6.53662 2.34538 6.53662 3.00781V4.71582H5.53223V2.90576C5.53223 2.48682 5.44987 2.13411 5.28516 1.84766C5.12402 1.55762 4.90918 1.3374 4.64062 1.18701C4.37207 1.03662 4.07845 0.961426 3.75977 0.961426C3.44108 0.961426 3.14746 1.03662 2.87891 1.18701C2.61035 1.3374 2.39551 1.55762 2.23438 1.84766C2.07324 2.13411 1.99268 2.48682 1.99268 2.90576V4.71582H0.98291Z" fill="%231673A7"/></svg>') no-repeat center/contain;
}

.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.article.article-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.article.article-row > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.article.article-row .article-thumb {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}
.article.article-row > .border-bottom {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .article.article-row .article-thumb {
    width: 212px;
    min-width: 212px;
    max-width: 212px;
  }
  .article.article-row > .border-bottom {
    margin-left: 32px;
  }
  .article.article-row > .border-bottom + .article-thumb {
    margin-bottom: 20px;
  }
  .article.article-row:last-child > .border-bottom {
    border: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .sidebar .article.article-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sidebar .article.article-row > .border-bottom {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .article.article-row > .border-bottom .article-title {
    padding-right: 60px;
  }
}

.s-article > .section > .list-articles .article:not(:last-child) {
  margin-bottom: 20px;
}
.s-article > .section > .list-articles .article:last-child .border-bottom {
  padding-bottom: 0;
  border-bottom: none !important;
}
@media (max-width: 568px) {
  .s-article > .section > .list-articles .article .ratio:before {
    padding-top: 110%;
  }
}

.sidebar .article .article-thumb {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}
.sidebar > *:not(:last-child) {
  position: relative;
  padding-bottom: 24px;
  border-bottom: 1px solid #E7EBED;
}
.sidebar > *:not(:last-child):after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  border-bottom: 1px solid #E7EBED;
}
.sidebar .list-articles .article:not(:last-child) {
  margin-bottom: 20px;
}
.sidebar .list-articles .article.article-row > .border-bottom {
  padding: 0;
  border: none !important;
}
.sidebar .list-articles .article.article-row:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid #E7EBED;
}
.sidebar .list-articles .box-title {
  color: #3FB4F5;
  font: 600 24px/1 "alternate-gothic-atf", sans-serif;
  text-transform: uppercase;
}
.sidebar .list-articles .box-title a {
  color: #3FB4F5;
}
.sidebar .list-articles .box-title a:hover {
  color: #6c757d;
}
@media (min-width: 992px) {
  .sidebar .article .article-thumb {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
  }
}

.list-border .article:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E7EBED;
}
@media (max-width: 992px) {
  .list-border header {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E7EBED;
  }
}
@media (min-width: 992px) {
  .list-border .article:not(:last-child) {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
}

.cross-sidebar a:not(.article-title) {
  color: #0252A1;
}
.cross-sidebar .box-title {
  color: #0B344B;
  font: 600 24px/1 "alternate-gothic-atf", sans-serif;
  text-transform: uppercase;
}
.cross-sidebar .box-title a {
  color: #0B344B;
}
.cross-sidebar .box-title a:hover {
  color: #6c757d;
}
.cross-sidebar .article-thumb {
  width: 100% !important;
  max-width: 100% !important;
}
@media (min-width: 992px) {
  .cross-sidebar .box-title a {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .cross-sidebar .list-articles .article.article-row .article-thumb {
    width: 120px !important;
    min-width: 120px !important;
    max-width: 120px !important;
  }
  .cross-sidebar .list-articles .article.article-row .article-thumb .ratio::before {
    padding-top: 100%;
  }
}
@media (max-width: 1200px) {
  .cross-sidebar .list-articles .article.article-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.box-flux {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box-flux .icon {
  margin-right: 12px;
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.box-flux a {
  color: #3FB4F5;
}
.box-flux p {
  font-size: 15px;
}
.sidebar .box-flux {
  padding: 16px;
  background: rgba(231, 235, 237, 0.5019607843);
  border-radius: 16px;
}
.sidebar .box-flux .icon {
  margin: 0 0 0 20px;
  width: 48px;
  min-width: 48px;
  height: 48px;
}
@media (min-width: 992px) {
  .sidebar .box-flux {
    padding: 40px;
  }
}