.font-base {
  font-family: 'Arial', sans-serif;
}
.font-bold {
  font-weight: bold;
}
.font-no-bold {
  font-weight: normal;
}
.shadow {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
.icon {
  vertical-align: middle;
}
.icon-semi-small {
  height: 8px;
  width: 8px;
}
.icon-small {
  height: 12px;
  width: 12px;
}
.icon-extra-small {
  height: 16px;
  width: 16px;
}
.icon-semi-medium {
  height: 20px;
  width: 20px;
}
.icon-medium {
  height: 24px;
  width: 24px;
}
.icon-extra-medium {
  height: 28px;
  width: 28px;
}
.icon-semi-big {
  height: 32px;
  width: 32px;
}
.icon-big {
  height: 36px;
  width: 36px;
}
.icon-extra-big {
  height: 48px;
  width: 48px;
}
.icon-semi-giant {
  height: 56px;
  width: 56px;
}
.icon-giant {
  height: 60px;
  width: 60px;
}
.icon-extra-giant {
  height: 64px;
  width: 64px;
}
.icon-gray {
  fill: #999999;
}
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1008px;
  }
}
.pixel-track {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -2;
}
html {
  line-height: 1.42857143;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 1.8em;
  line-height: 1.07;
  margin: 0;
}
h2 {
  margin: 0.5em 0 0.8em 0;
}
figcaption,
figure {
  display: block;
}
figure {
  margin: 0 0;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
input {
  font-size: 100%;
  line-height: 1.42857143;
  margin: 0;
  overflow: visible;
}
menu {
  display: block;
}
canvas {
  display: inline-block;
}
ol,
ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-rendering: optimizeLegibility;
}
body {
  font-size: 17px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #f5f5f5;
  font-family: 'Arial', sans-serif;
}
a {
  color: #204369;
  text-decoration: none;
  outline: none;
}
a:hover,
a:focus {
  color: #3268a4;
  text-decoration: underline;
  outline: none;
}
a:focus {
  outline: none;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-responsive-pic {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
.hide {
  display: none;
}
body {
  font-family: 'Helvetica Neue', 'Roboto', Arial, sans-serif;
  max-width: 100vw;
  overflow-x: hidden;
  background-color: #fff;
}
.infinite-container {
  padding-top: 45px;
}
@media screen and (min-width: 1024px) {
  .infinite-container {
    max-width: calc(100vw - 15px);
  }
}
.content-page:before,
.article:before,
.content-page:after,
.article:after {
  content: " ";
  display: table;
}
.content-page:after,
.article:after {
  clear: both;
}
.container-exploded {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 15px 10px;
  background: #ffffff;
}
.column-container {
  margin: 10px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .column-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 20px 0 0 0;
  }
}
.column-container .column-left {
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .column-container .column-left {
    max-width: 502px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 0 20px 0;
  }
  .column-container .column-left .box-article {
    padding: 0 20px 0 0;
  }
}
.column-container .column-left .box-article.box-readmore {
  position: relative;
  overflow: hidden;
  width: calc(100% + 20px);
  left: -10px;
  padding: 0 10px;
}
.column-container .column-left .outbrain-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #757575;
  font-size: 11px;
  font-family: arial;
}
.column-container .column-right {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .column-container .column-right {
    max-width: 502px;
    padding: 0 0 0 42px;
  }
}
@media screen and (min-width: 1024px) {
  .sticky-column-right {
    position: -webkit-sticky;
    position: sticky;
    top: 5px;
    -webkit-transition: 3s;
    -o-transition: 3s;
    transition: 3s;
  }
  .sticky-column-right.remove-top-sticky#sticky-column-right-p1 {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1024px) and (max-height: 800px) {
  .sticky-column-right {
    top: 0;
  }
}
.footer-container {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .footer-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 502px;
  }
}
#header {
  width: 100%;
  height: 45px;
  background: #000;
  z-index: 1015;
  position: absolute;
  top: 0;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1024px) {
  #header {
    max-width: calc(100vw - 15px);
  }
  #header:after {
    content: '';
    position: absolute;
    right: -15px;
    background: #000;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    height: 45px;
    width: 15px;
  }
}
#header .menu-mobile-button {
  float: left;
  width: 54px;
  height: 45px;
  text-align: center;
}
#header .menu-mobile-button .box-icon {
  float: left;
  width: 28px;
  margin: 8px 15px 0;
}
#header .menu-mobile-button .box-icon .path {
  fill: #fff;
}
#header .menu-mobile-button .box-icon .hamburger {
  display: inline;
}
#header .menu-mobile-button .box-icon .x-closed {
  display: none;
}
#header .menu-mobile-button.active .box-icon {
  width: 18px;
  margin: 13px 20px 0;
}
#header .menu-mobile-button.active .box-icon .hamburger {
  display: none;
}
#header .menu-mobile-button.active .box-icon .x-closed {
  display: inline;
}
#header .container-brand {
  float: left;
  margin: 4px 0 0 0;
}
#header .container-brand svg {
  fill: #fff;
}
#header .container-brand svg path {
  fill: #fff;
}
#header .container-brand > .brand {
  float: left;
  width: 133px;
  height: 25px;
  margin: 7px 0 0 0;
}
#header .container-brand.without-hamburger {
  margin: 4px 0 0 15px;
}
#header .container-header-right {
  float: right;
  margin-right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
}
#header .container-header-right .box-bell {
  position: relative;
  cursor: pointer;
}
#header .container-header-right .box-bell .nav-bar-link {
  color: #fff;
  text-decoration: none;
  display: block;
  height: 22px;
  position: relative;
}
#header .container-header-right .box-bell .nav-bar-link svg {
  height: 22px;
}
#header .container-header-right .box-bell .nav-bar-link .number {
  position: absolute;
  top: -6px;
  right: -5px;
  width: 20px;
  height: 20px;
  line-height: 17px;
  background: #dc3233;
  color: #fff;
  border-radius: 50%;
  border: 2px solid #000;
  text-align: center;
  font-size: 11px;
}
#header .container-header-right .block-login {
  margin: 0 0 0 30px;
}
@media screen and (max-width: 359px) {
  #header .container-header-right .block-login {
    margin: 0 0 0 15px;
  }
}
#header .container-header-right .block-login > .register-login {
  color: #fff;
  font-size: 14px;
}
#header .container-header-right .block-logged {
  margin: 0 0 0 30px;
  width: 30px;
  height: 30px;
  position: relative;
}
#header .container-header-right .block-logged img {
  position: absolute;
}
@media screen and (max-width: 359px) {
  #header .container-header-right .block-logged {
    margin: 0 0 0 15px;
  }
}
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
#content-menu {
  position: fixed;
  display: none;
  color: #FFF;
  top: 45px;
  border-radius: 0;
  overflow: auto;
  overflow: overlay;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: -95%;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-bottom: none;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 45px;
  background: rgba(0, 0, 0, 0.95);
}
#content-menu .navbar-container {
  max-width: 350px;
  height: 100%;
  top: 45px;
  position: fixed;
  overflow: overlay;
  padding: 0 0 45px 0;
  background: #f9f9f9;
  -webkit-box-shadow: 0px 50px 0px 0px #f9f9f9;
  box-shadow: 0px 50px 0px 0px #f9f9f9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}
#content-menu .navbar-nav {
  display: table;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  float: none;
  margin: 0;
  background: #f9f9f9;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
#content-menu .navbar-nav .box-menu-item .box-menu-link {
  background: #666666;
  color: #f9f9f9;
}
#content-menu .navbar-nav .box-menu-item .box-menu-link.menu-link-single-item {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
#content-menu .navbar-nav .box-menu-item .box-menu-link.last {
  border-bottom: 1px solid #e1e1e1;
}
#content-menu .navbar-nav .box-menu-item .box-menu-bg-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#content-menu .navbar-nav .box-menu-item .box-menu-bg-container .box-menu-bg {
  width: 100%;
}
@media screen and (max-width: 411px) {
  #content-menu .navbar-nav .box-menu-item .box-menu-bg-container .box-menu-bg {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#content-menu .navbar-nav .menu-link {
  display: block;
  padding: 11.5px 15px;
  color: #666666;
  float: left;
  position: relative;
  list-style: none;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
}
#content-menu .navbar-nav .menu-link.menu-link-single-item {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
#content-menu .navbar-nav .menu-link.last {
  border-bottom: none;
}
#content-menu .navbar-nav .menu-link.element-to-active {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
  cursor: pointer;
}
#content-menu .navbar-nav .element-to-show {
  display: none;
}
#content-menu .navbar-nav .element-to-show a {
  padding: 11.5px 10px 11.5px 20px;
}
#content-menu .navbar-nav-pre-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#content-menu .navbar-nav-pre-header.navbar-nav-pre-header-top {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
#content-menu .navbar-nav-pre-header.navbar-nav-pre-header-bottom {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
#content-menu .navbar-nav-pre-header .pre-header-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #666666;
  color: #f9f9f9;
  padding: 0 15px;
  height: 46px;
  border-bottom: 1px solid #e1e1e1;
}
#content-menu .navbar-nav-pre-header .pre-header-item .pre-header-link {
  color: #f9f9f9;
  font-size: 16px;
  line-height: 22px;
}
#content-menu .navbar-nav-pre-header .pre-header-item.pre-header-search {
  /* Search Box Styles */
}
#content-menu .navbar-nav-pre-header .pre-header-item.pre-header-search .pre-header-search {
  margin-right: auto;
  position: relative;
}
#content-menu .navbar-nav-pre-header .pre-header-item.pre-header-search .search-toggle-radio {
  display: none;
}
#content-menu .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#content-menu .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-toggle-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  cursor: pointer;
  color: white;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: none;
}
#content-menu .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-toggle-label .search-icon {
  width: 25px;
  height: 25px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#content-menu .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  opacity: 0;
  width: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
  width: 320px;
  opacity: 1;
  pointer-events: all;
}
#content-menu .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-form .search-input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  background: white;
  color: #333;
}
#content-menu .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-form .search-input:focus {
  outline: none;
  border-color: #000;
}
#content-menu .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-form .search-submit {
  background: transparent;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#content-menu .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-form .search-submit svg {
  width: 30px;
  height: 30px;
}
#content-menu .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-form .search-submit svg path {
  fill: white;
}
#content-menu .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-close-label {
  cursor: pointer;
  color: white;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#content-menu .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-close-label:hover {
  color: #ff4444;
}
#content-menu .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-close-label .close-icon {
  width: 16px;
  height: 16px;
}
#content-menu .navbar-nav-pre-header .pre-header-item.pre-header-search .search-toggle-radio:checked ~ .search-box-wrapper .search-form {
  opacity: 1;
  width: 300px;
  pointer-events: auto;
}
#content-menu .navbar-nav-pre-header .pre-header-item.pre-header-search .search-toggle-radio:checked ~ .search-box-wrapper .search-close-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.menu-switcher-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  height: 45px;
  z-index: 1116;
  cursor: pointer;
}
.menu-switcher-label .hamburger {
  width: 28px;
  height: 28px;
  margin: 8px 0 0 15px;
}
.menu-switcher-label .x-closed {
  width: 18px;
  height: 18px;
  display: none;
  position: fixed;
  top: 13px;
  left: 20px;
}
.logo-home-menu {
  display: none;
}
.menu-switcher-radio {
  display: none;
}
.menu-switcher-radio:checked ~ .menu-switcher-label .hamburger {
  display: none;
}
.menu-switcher-radio:checked ~ .menu-switcher-label .x-closed {
  display: inline;
}
.menu-switcher-radio:checked ~ #content-menu {
  display: block;
  opacity: 1;
  z-index: 1000000;
  left: 0px;
  -webkit-box-shadow: 0px 50px 0px 0px rgba(0, 0, 0, 0.95);
  box-shadow: 0px 50px 0px 0px rgba(0, 0, 0, 0.95);
}
.menu-switcher-radio:checked ~ #header {
  position: fixed;
  z-index: 1112;
}
.menu-switcher-radio:checked ~ .logo-home-menu {
  position: fixed;
  top: 11px;
  left: 54px;
  width: 133px;
  height: 25px;
  z-index: 3333;
}
.menu-switcher-radio-all {
  display: none;
}
.menu-switcher-radio-all:checked ~ .element-to-show {
  display: block !important;
}
.home-wrapper .menu-switcher-radio:checked ~ .logo-home-menu {
  position: fixed;
  top: 11px;
  left: 54px;
  width: 133px;
  height: 25px;
  z-index: 3333;
  display: block;
}
.home-wrapper .box-pre-header {
  display: none;
}
@media screen and (min-width: 1024px) {
  .home-wrapper .box-pre-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: none;
    padding: 0 0px;
    height: 45px;
    border-bottom: none;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item .pre-header-link {
    color: #FFF;
    font-size: 16px;
    line-height: 22px;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search {
    margin-right: 20px;
    /* Search Box Styles */
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .pre-header-search {
    margin-right: auto;
    position: relative;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-toggle-radio {
    display: none;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-toggle-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    cursor: pointer;
    color: white;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    white-space: nowrap;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    display: none;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-toggle-label .search-icon {
    width: 25px;
    height: 25px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-toggle-label .search-icon svg path {
    fill: red;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    opacity: 1;
    width: 250px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: all;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-form .search-input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 8px 12px 8px 0px;
    border: none;
    border-radius: 0px;
    font-size: 14px;
    background: none;
    color: #FFF;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-form .search-input::-webkit-input-placeholder {
    color: #FFF;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-form .search-input:-ms-input-placeholder {
    color: #FFF;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-form .search-input::-ms-input-placeholder {
    color: #FFF;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-form .search-input::placeholder {
    color: #FFF;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-form .search-input:focus {
    outline: none;
    border-bottom: 1px solid #FFF;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-form .search-input:focus::-webkit-input-placeholder {
    color: #FFF;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-form .search-input:focus:-ms-input-placeholder {
    color: #FFF;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-form .search-input:focus::-ms-input-placeholder {
    color: #FFF;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-form .search-input:focus::placeholder {
    color: #FFF;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-form .search-submit {
    background: transparent;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-form .search-submit svg {
    width: 18px;
    height: 18px;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-form .search-submit svg path {
    fill: white;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-form .search-input:focus + .search-submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-close-label {
    cursor: pointer;
    color: white;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-close-label:hover {
    color: #ff4444;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-box-wrapper .search-close-label .close-icon {
    width: 16px;
    height: 16px;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-toggle-radio:checked ~ .search-box-wrapper .search-form {
    opacity: 1;
    width: 300px;
    pointer-events: auto;
  }
  .home-wrapper .box-pre-header .navbar-nav-pre-header .pre-header-item.pre-header-search .search-toggle-radio:checked ~ .search-box-wrapper .search-close-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.btn-default {
  padding: 6px 6px;
  text-transform: uppercase;
  text-align: center;
  min-width: 94px;
  font-size: 13px;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
  line-height: 15px;
  border: 1px solid #999999;
  color: #999999;
  background: #fff;
}
.btn-default:hover,
.btn-default:focus {
  border: 1px solid #737373;
  color: #737373;
  text-decoration: none;
}
.btn-default.btn-disabled,
.btn-default:disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
}
.btn-default .loader {
  display: block;
  outline: none;
  height: 15px;
  line-height: 15px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.btn-default .loader svg {
  fill: #999999;
}
.btn-default.btn-default-full {
  border: 1px solid #999999;
  color: #fff;
  background: #999999;
}
.btn-default.btn-default-full:hover,
.btn-default.btn-default-full:focus {
  border: 1px solid #737373;
  background: #737373;
}
.btn-default.btn-blue {
  border: 1px solid #0376D8;
  color: #0376D8;
  background: #fff;
}
.btn-default.btn-blue:hover,
.btn-default.btn-blue:focus {
  border: 1px solid #024d8d;
  color: #024d8d;
  background: #fff;
}
.btn-default.btn-blue .loader svg {
  fill: #024d8d;
}
.btn-default.btn-blue-full {
  border: 1px solid #0376D8;
  color: #fff;
  background: #0376D8;
}
.btn-default.btn-blue-full:hover,
.btn-default.btn-blue-full:focus {
  border: 1px solid #024d8d;
  background: #024d8d;
}
.btn-default.btn-blue-full .loader svg {
  fill: #fff;
}
.btn-default.btn-red {
  border: 1px solid #dc3233;
  color: #dc3233;
  background: #fff;
}
.btn-default.btn-red:hover,
.btn-default.btn-red:focus {
  border: 1px solid #a51c1d;
  color: #a51c1d;
  background: #fff;
}
.btn-default.btn-red .loader svg {
  fill: #a51c1d;
}
.btn-default.btn-red-full {
  border: 1px solid #dc3233;
  color: #fff;
  background: #dc3233;
}
.btn-default.btn-red-full:hover,
.btn-default.btn-red-full:focus {
  border: 1px solid #a51c1d;
  background: #a51c1d;
}
.btn-default.btn-red-full .loader svg {
  fill: #fff;
}
.btn-default.btn-pink {
  border: 1px solid #EB0055;
  color: #EB0055;
  background: #fff;
}
.btn-default.btn-pink:hover,
.btn-default.btn-pink:focus {
  border: 1px solid #d2004c;
  color: #d2004c;
  background: #fff;
}
.btn-default.btn-pink .loader svg {
  fill: #d2004c;
}
.btn-default.btn-pink-full {
  border: 1px solid #EB0055;
  color: #fff;
  background: #EB0055;
}
.btn-default.btn-pink-full:hover,
.btn-default.btn-pink-full:focus {
  border: 1px solid #d2004c;
  background: #d2004c;
}
.btn-default.btn-pink-full .loader svg {
  fill: #fff;
}
.breadcrumb {
  color: #595959;
  font-size: 14px;
  line-height: 17px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 10px 0;
  list-style: none;
}
.breadcrumb .breadcrumb-li {
  color: #595959;
  height: 17px;
  padding: 0 5px 0 0;
  display: inline;
}
.breadcrumb .breadcrumb-li .category {
  float: left;
  color: #595959;
}
.breadcrumb .breadcrumb-li .major {
  margin-left: 5px;
  display: inline-block;
}
.breadcrumb .breadcrumb-li.label-news {
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 2px;
}
.breadcrumb .breadcrumb-li.label-news span {
  border-right: 1px solid #595959;
  padding: 0 5px 0 0;
}
.title-h1 {
  font-size: 32px;
  line-height: 38px;
  margin: 10px 0;
  width: 100%;
  display: contents;
}
@media screen and (min-width: 1024px) {
  .title-h1 {
    font-size: 52px;
    line-height: 60px;
    margin: 10px 0 20px;
  }
}
@media (max-width: 1024px) {
  .title-h1 {
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 480px) {
  .article-first-image-container {
    position: relative;
    padding-bottom: 56.6667%;
  }
  .article-first-image-container .img-responsive {
    position: absolute;
    width: 100%;
  }
  .article-first-image-container .img-responsive img {
    width: 100%;
  }
}
@media screen and (min-width: 481px) {
  .article-first-image-container {
    height: 282px;
    width: 100%;
    max-width: 502px;
    position: relative;
  }
  .article-first-image-container .img-responsive {
    position: absolute;
    width: 100%;
  }
  .article-first-image-container .img-responsive img {
    width: 100%;
    max-width: 502px;
  }
}
.figcaption {
  font-size: 13px;
  line-height: 17px;
  margin: 5px 0 15px;
  font-style: italic;
  color: #595959;
}
.title-h2 {
  color: #333333;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 14px;
  font-style: italic;
  font-weight: normal;
}
.column-left .name-author {
  color: #595959;
  font-size: 16px;
  line-height: 22px;
}
@media screen and (max-width: 1023px) {
  .column-left .name-author {
    margin: 0 0 5px;
    font-size: 15px;
    line-height: 17px;
  }
}
.column-left .link-author {
  color: #204369;
}
.column-left .content-time {
  color: #595959;
  margin: 0 0 25px 0;
  font-size: 16px;
  line-height: 22px;
}
@media screen and (max-width: 1023px) {
  .column-left .content-time {
    font-size: 15px;
    line-height: 17px;
  }
}
.container-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 10px;
  margin: 0 0 10px;
  border: 1px solid #dcdcdc;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 5px;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  min-height: 50px;
}
.container-label .label-text {
  max-width: calc(100% - 95px);
}
.container-label .label-text a {
  color: #333;
}
.container-label .label-text a:focus {
  text-decoration: none;
}
.container-label .btn-default {
  background: #EB0055;
  cursor: pointer;
  border-radius: 5px;
  border: none;
  text-transform: none;
  height: 28px;
  min-width: 91px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
}
.container-label .btn-default:hover,
.container-label .btn-default:focus {
  color: #fff;
  text-decoration: none;
}
.container-label.box-eunomia {
  margin-top: 10px;
}
@media (min-width: 400px) {
  .container-label.box-eunomia {
    height: 50px;
  }
}
.container-label.box-eunomia .eunomia-action {
  cursor: pointer;
  border-radius: 5px;
  border: none;
  text-transform: none;
  height: 28px;
  min-width: 91px;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  text-transform: lowercase;
}
.container-label.box-eunomia .eunomia-action:hover,
.container-label.box-eunomia .eunomia-action:focus {
  text-decoration: none;
}
.container-label.box-eunomia .eunomia-action .eunomia-logo {
  max-height: 20px!important;
}
.more-channel .container-label {
  padding: 0 0 7px 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  width: 100%;
  -webkit-box-pack: unset;
  -webkit-justify-content: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.more-channel .container-label .label-text {
  position: relative;
  top: 1px;
  margin: 0 20px 0 0;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media screen and (min-width: 1024px) {
  .box-cookie-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1112;
  }
  .box-cookie-wrapper.hide {
    display: none;
  }
}
.content-cookie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #FFFFFF;
  z-index: 100000;
  padding: 10px 15px 10px;
  border-top: 2px solid #000;
  color: #000000;
  font-size: 17px;
}
@media screen and (min-width: 1024px) {
  .content-cookie {
    padding: 25px 60px;
    left: auto;
    width: 1050px;
    bottom: auto;
  }
}
.content-cookie .btn-cookie-reject {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 25px;
  height: 25px;
  z-index: 6;
}
.content-cookie .btn-cookie-reject .close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .content-cookie .btn-cookie-reject .close {
    top: 0px;
  }
}
.content-cookie .btn-cookie-reject .close path {
  fill: #919191;
}
.content-cookie .title-cookie {
  font-size: 15px;
  line-height: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: left;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .content-cookie .title-cookie {
    margin: 0 0 15px 0;
    font-size: 18px;
    line-height: 17px;
  }
}
.content-cookie .title-cookie .svg-logo-blasting {
  width: 150px;
}
.content-cookie .wrapper-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: calc(100% - 20px);
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .content-cookie .wrapper-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-cookie .text-cookie {
  font-size: 12px;
  line-height: 17px;
  color: #000000;
  margin: 0 0 15px 0;
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}
@media screen and (max-width: 1023px) {
  .content-cookie .text-cookie {
    height: auto;
    overflow: auto;
  }
}
@media screen and (min-width: 1024px) {
  .content-cookie .text-cookie {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 21px;
  }
}
.content-cookie .text-cookie a {
  color: #000000;
  text-decoration: underline;
}
.content-cookie .step-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: calc(100vh - 20px);
}
.content-cookie .step-2 {
  display: none;
}
.content-cookie .step-2 .go-back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.content-cookie .step-2 .go-back .go-back-icon {
  width: 13px;
  height: 13px;
  margin-right: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .content-cookie .step-2 .go-back .go-back-icon {
    width: 17px;
    height: 17px;
  }
}
.content-cookie .step-2 .go-back .go-back-text {
  text-align: left;
  height: 13px;
  font-size: 13px;
  line-height: 13px;
}
@media screen and (min-width: 1024px) {
  .content-cookie .step-2 .go-back .go-back-text {
    height: 17px;
    font-size: 17px;
    line-height: 19px;
  }
}
.content-cookie .step-2 .title-step-2 {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 13px;
}
@media screen and (min-width: 1024px) {
  .content-cookie .step-2 .title-step-2 {
    font-size: 18px;
  }
}
.content-cookie .step-2 .text-cookie {
  font-size: 12px;
  line-height: 17px;
  color: #000000;
  margin: 0 0 15px 0;
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}
.content-cookie .step-2 .text-cookie.last {
  margin-bottom: 32px;
}
@media screen and (max-width: 1023px) {
  .content-cookie .step-2 .text-cookie {
    height: auto;
    overflow: auto;
  }
}
@media screen and (min-width: 1024px) {
  .content-cookie .step-2 .text-cookie {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 21px;
  }
}
.content-cookie .step-2 .text-cookie a {
  color: #000000;
  text-decoration: underline;
}
.content-cookie .step-2 .box-or {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 14px;
  margin: 16px 0 28px;
}
.content-cookie .step-2 .box-or .line-or {
  width: 100%;
  border-top: 1px solid #707070;
}
.content-cookie .step-2 .box-or .text-or {
  position: absolute;
  font-size: 12px;
  line-height: 16px;
  color: #707070;
  text-align: center;
  background: #fff;
  padding: 0 5px;
}
.content-cookie .box-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 230px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .content-cookie .box-btn {
    margin: 0 auto;
    max-width: 345px;
  }
}
.content-cookie .box-btn .banner-cookie-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 5px;
  width: auto;
  padding: 0 20px;
  height: 38px;
  margin: 0 0 12px 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  min-width: 148px;
  font-weight: bold;
  width: 100%;
  text-transform: uppercase;
  background: #3C8429;
}
.content-cookie .box-btn .banner-cookie-btn:hover,
.content-cookie .box-btn .banner-cookie-btn:focus {
  background: #2a5d1d;
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .content-cookie .box-btn .banner-cookie-btn {
    margin: 0 0px 20px 0px;
    height: 45px;
  }
}
.content-cookie .box-btn .banner-cookie-btn.btn-cookie-accept {
  text-transform: uppercase;
}
.content-cookie .box-btn .banner-cookie-btn.btn-cookie-accept .icon {
  width: 17px;
  height: 17px;
  margin: 0 0 0 10px;
}
.content-cookie .btn-cookie-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 11px;
  line-height: 20px;
}
@media screen and (max-width: 340px) {
  .content-cookie .btn-cookie-link {
    font-size: 11px;
  }
}
@media screen and (min-width: 1024px) {
  .content-cookie .btn-cookie-link {
    font-size: 11px;
    line-height: 20px;
  }
}
.content-cookie .btn-cookie-link a {
  color: #000000;
  text-decoration: underline;
  width: 100%;
}
.content-cookie .btn-cookie-link a.btn-vendors {
  text-align: right;
}
.content-cookie .btn-cookie-link span {
  color: #204369;
  margin: 0 7px;
  position: relative;
  top: -1px;
}
@media screen and (min-width: 1024px) {
  .content-cookie .btn-cookie-link span {
    margin: 0 10px;
  }
}
.content-cookie.hide {
  display: none;
}
.content-cookie .layer-loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
}
.content-cookie .layer-loading .loader {
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: block;
}
.content-cookie .text-b {
  display: none;
}
.content-cookie.version-b .text-a {
  display: none;
}
.content-cookie.version-b .text-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body.banner-cookie-active .banner-cookie-background {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1010;
}
body.banner-cookie-active.version-1 {
  position: fixed;
}
body.banner-cookie-active.version-1 .banner-cookie-background {
  display: none;
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.content-cookie-partner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #F0FFFF;
  z-index: 100000;
  padding: 10px 15px 10px;
  border-top: 2px solid #000;
  color: #000000;
  font-size: 17px;
}
@media screen and (min-width: 1024px) {
  .content-cookie-partner {
    padding: 25px 60px;
  }
}
.content-cookie-partner .btn-cookie-partner-reject {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 25px;
  height: 25px;
  z-index: 6;
}
.content-cookie-partner .btn-cookie-partner-reject .close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .content-cookie-partner .btn-cookie-partner-reject .close {
    top: 0px;
  }
}
.content-cookie-partner .btn-cookie-partner-reject .close path {
  fill: #919191;
}
.content-cookie-partner .title-cookie {
  font-size: 15px;
  line-height: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: left;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (min-width: 1024px) {
  .content-cookie-partner .title-cookie {
    margin: 0 0 15px 0;
    font-size: 18px;
    line-height: 17px;
  }
}
.content-cookie-partner .wrapper-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: calc(100% - 20px);
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}
@media screen and (max-width: 1023px) {
  .content-cookie-partner .wrapper-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-cookie-partner .text-cookie {
  font-size: 12px;
  line-height: 17px;
  color: #000000;
  margin: 0 0 15px 0;
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}
@media screen and (max-width: 1023px) {
  .content-cookie-partner .text-cookie {
    height: auto;
    overflow: auto;
  }
}
@media screen and (min-width: 1024px) {
  .content-cookie-partner .text-cookie {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 21px;
  }
}
.content-cookie-partner .text-cookie a {
  color: #000000;
  text-decoration: underline;
}
.content-cookie-partner .text-cookie .tex-cookie-box {
  margin-bottom: 15px;
}
.content-cookie-partner .box-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 230px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .content-cookie-partner .box-btn {
    margin: 0 0 0 58px;
    max-width: 345px;
  }
}
.content-cookie-partner .box-btn .banner-cookie-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  width: auto;
  padding: 0 20px;
  height: 38px;
  margin: 0 0 12px 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  min-width: 148px;
  font-weight: bold;
  width: 100%;
  text-transform: uppercase;
  background: #009f0c;
}
.content-cookie-partner .box-btn .banner-cookie-btn:hover,
.content-cookie-partner .box-btn .banner-cookie-btn:focus {
  background: #006c08;
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .content-cookie-partner .box-btn .banner-cookie-btn {
    margin: 0 0px 20px 0px;
    height: 45px;
  }
}
.content-cookie-partner .box-btn .banner-cookie-btn.btn-cookie-accept {
  text-transform: uppercase;
}
.content-cookie-partner .box-btn .banner-cookie-btn.btn-cookie-accept .icon {
  width: 17px;
  height: 17px;
  margin: 0 0 0 10px;
}
.content-cookie-partner .box-btn .btn-cookie-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 11px;
  line-height: 20px;
}
@media screen and (max-width: 340px) {
  .content-cookie-partner .box-btn .btn-cookie-link {
    font-size: 11px;
  }
}
@media screen and (min-width: 1024px) {
  .content-cookie-partner .box-btn .btn-cookie-link {
    font-size: 11px;
    line-height: 20px;
  }
}
.content-cookie-partner .box-btn .btn-cookie-link a {
  color: #000000;
  text-decoration: underline;
  width: 100%;
}
.content-cookie-partner .box-btn .btn-cookie-link a.btn-vendors {
  text-align: right;
}
.content-cookie-partner .box-btn .btn-cookie-link span {
  color: #204369;
  margin: 0 7px;
  position: relative;
  top: -1px;
}
@media screen and (min-width: 1024px) {
  .content-cookie-partner .box-btn .btn-cookie-link span {
    margin: 0 10px;
  }
}
.content-cookie-partner.hide {
  display: none;
}
.content-cookie-partner .layer-loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
}
.content-cookie-partner .layer-loading .loader {
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: block;
}
.copy-container {
  font-size: 14px;
}
.copy-container.video-gallery {
  padding: 0 10px 0 10px;
}
@media screen and (min-width: 1024px) {
  .copy-container {
    width: 502px;
    padding: 0 60px 0 0;
  }
  .copy-container.video-gallery {
    width: 100%;
    padding: 0 0 0 14px;
  }
}
.copy-container .eu-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 35px 0 20px;
}
.copy-container .eu-message-icon {
  min-width: 57px;
  line-height: 0;
}
.copy-container .eu-message-icon svg {
  height: 32px;
}
.copy-container .eu-message-text {
  font-weight: bold;
  color: #000000;
  line-height: 16px;
}
.copy-container .eu-message-text:hover {
  color: #000000;
}
.copy-container .footer {
  background: #fff;
  text-align: left;
  padding: 0;
  font-size: 14px;
  color: #333;
}
.copy-container .footer-title {
  font-weight: bold;
  margin: 0 0 20px 0;
}
.copy-container .footer-text {
  margin: 0 0 20px 0;
}
.copy-container .footer-switcher {
  position: relative;
  margin: 0 0 35px;
}
.copy-container .footer-switcher .footer-switcher-item {
  border: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
  padding: 25px 15px;
  width: 100%;
  display: none;
  margin: -1px 0 0;
  min-height: 422px;
}
.copy-container .footer-switcher .footer-switcher-label {
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  padding: 12px 24px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  position: relative;
  color: #204369;
}
@media (max-width: 359px) {
  .copy-container .footer-switcher .footer-switcher-label {
    padding: 12px 18px;
  }
}
.copy-container .footer-switcher .footer-switcher-radio {
  display: none;
}
.copy-container .footer-switcher .footer-switcher-radio:checked + .footer-switcher-label {
  background-color: #fff;
  border-bottom: 1px solid #fff;
  z-index: 1;
  color: #333333;
  font-weight: bold;
}
.copy-container .footer-switcher .panel-one:checked ~ .item-one,
.copy-container .footer-switcher .panel-two:checked ~ .item-two {
  display: block;
}
@media screen and (min-width: 1024px) {
  .copy-container .footer-switcher .panel-two,
  .copy-container .footer-switcher .panel-two + label {
    display: none;
  }
}
.copy-container .footer-link-container {
  margin-bottom: 15px;
}
@media screen and (min-width: 1024px) {
  .copy-container .footer-link-container {
    -webkit-columns: 2;
            columns: 2;
  }
}
.copy-container .footer-link-container .only-desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  .copy-container .footer-link-container .only-desktop {
    display: block;
  }
}
.copy-container .footer-link {
  display: block;
  margin: 0 0 15px 15px;
  color: #204369;
  position: relative;
}
.copy-container .footer-link:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #204369;
  position: absolute;
  left: -15px;
  top: 8px;
}
.copy-container .real-footer {
  margin: 0;
  color: #707070;
}
.copy-container .footer-organization {
  margin: 0 0 15px 0;
}
.footer {
  font-size: 12px;
  text-align: center;
  float: left;
  width: 100%;
  border: none;
  background: #EBEBEB;
  color: #666666;
  margin: 0;
  padding: 20px 20px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .footer {
    max-width: calc(100vw - 15px);
    height: 79px;
  }
  .footer:after {
    content: '';
    position: absolute;
    right: -15px;
    background: #666666;
    height: 79px;
    width: 15px;
    top: 0;
  }
}
.footer .footer-ul.top {
  text-transform: uppercase;
  width: 80%;
  margin: 0 auto 5px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .footer .footer-ul.top {
    width: 100%;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.footer .footer-ul.top li {
  width: auto;
  margin: 0 10px 0 13px;
  white-space: nowrap;
  min-height: 17px;
}
.footer .footer-ul.top li.first {
  list-style-type: none;
}
.footer .footer-ul.top a {
  color: #666;
}
.footer .footer-copyright {
  margin: 10px 0 0px 0;
}
.widget-banner-partner-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9995;
}
.widget-banner-partner-container .banner-partner-close {
  background: #2A2C80;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 0;
  top: -22px;
  border: 0;
  padding: 0;
}
.widget-banner-partner-container .banner-partner-close:after {
  content: '';
  height: 18px;
  border-left: 2px solid #fff;
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 10px;
  top: 2px;
}
.widget-banner-partner-container .banner-partner-close:before {
  content: '';
  height: 18px;
  border-left: 2px solid #fff;
  position: absolute;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 10px;
  top: 2px;
}
@media screen and (min-width: 1024px) {
  .widget-banner-partner-container {
    display: none;
  }
}
.widget-banner-partner-container.widget-banner-partner-close {
  display: none;
}
.widget-banner-partner {
  background: #2A2C80;
  padding: 9px 10px 11px 9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.widget-banner-partner:hover,
.widget-banner-partner:focus {
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .widget-banner-partner {
    display: none;
  }
}
.widget-banner-partner .banner-partner-title {
  font-size: 15px;
  line-height: 23px;
  margin: 0 0 3px 0;
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.widget-banner-partner .banner-partner-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  background: #00CC00;
  border-radius: 30px;
  width: 250px;
  height: 50px;
  margin-bottom: 3px;
}
.widget-banner-partner .banner-partner-link .banner-partner-link-svg {
  width: 30px;
  height: 30px;
  fill: #ffffff;
  margin: 0 5px 0 0;
}
.widget-banner-partner .banner-partner-link .banner-partner-link-text {
  font-size: 23px;
  line-height: 23px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}
.widget-banner-partner .banner-partner-text-bottom {
  font-size: 13px;
  line-height: 23px;
  font-style: italic;
  color: #ffffff;
  width: 100%;
  text-align: center;
}
.finalize-registration-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 1117;
}
.finalize-registration-modal .bg {
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.finalize-registration-modal .bg .box-readmore {
  max-width: 522px;
  max-height: 500px;
  margin: 0;
}
@media screen and (min-width: 875px) {
  .login .it #privacyNewsletter + label .fake-checkbox {
    top: -1px;
  }
}
@media screen and (min-width: 360px) {
  .login .it #privacyWebsite + label .fake-checkbox {
    top: -1px;
  }
}
@media screen and (min-width: 975px) {
  .login .es #privacyNewsletter + label .fake-checkbox {
    top: -1px;
  }
}
@media screen and (min-width: 350px) {
  .login .es #privacyWebsite + label .fake-checkbox {
    top: -1px;
  }
}
@media screen and (min-width: 895px) {
  .login .pt #privacyNewsletter + label .fake-checkbox,
  .login .br #privacyNewsletter + label .fake-checkbox {
    top: -1px;
  }
}
@media screen and (min-width: 375px) {
  .login .pt #privacyWebsite + label .fake-checkbox,
  .login .br #privacyWebsite + label .fake-checkbox {
    top: -1px;
  }
}
@media screen and (min-width: 995px) {
  .login .en #privacyNewsletter + label .fake-checkbox,
  .login .us #privacyNewsletter + label .fake-checkbox {
    top: -1px;
  }
}
@media screen and (min-width: 490px) {
  .login .en #privacyWebsite + label .fake-checkbox,
  .login .us #privacyWebsite + label .fake-checkbox {
    top: -1px;
  }
}
@media screen and (min-width: 395px) {
  .login .fr #privacyWebsite + label .fake-checkbox {
    top: -1px;
  }
}
@media screen and (min-width: 885px) {
  .form-group-container.it #privacyNewsletter + label .fake-checkbox {
    top: -1px;
  }
}
@media screen and (min-width: 370px) {
  .form-group-container.it #privacyWebsite + label .fake-checkbox {
    top: -1px;
  }
}
@media screen and (min-width: 985px) {
  .form-group-container.es #privacyNewsletter + label .fake-checkbox {
    top: -1px;
  }
}
@media screen and (min-width: 360px) {
  .form-group-container.es #privacyWebsite + label .fake-checkbox {
    top: -1px;
  }
}
@media screen and (min-width: 905px) {
  .form-group-container.pt #privacyNewsletter + label .fake-checkbox,
  .form-group-container.br #privacyNewsletter + label .fake-checkbox {
    top: -1px;
  }
}
@media screen and (min-width: 385px) {
  .form-group-container.pt #privacyWebsite + label .fake-checkbox,
  .form-group-container.br #privacyWebsite + label .fake-checkbox {
    top: -1px;
  }
}
@media screen and (min-width: 1005px) {
  .form-group-container.en #privacyNewsletter + label .fake-checkbox,
  .form-group-container.us #privacyNewsletter + label .fake-checkbox {
    top: -1px;
  }
}
@media screen and (min-width: 500px) {
  .form-group-container.en #privacyWebsite + label .fake-checkbox,
  .form-group-container.us #privacyWebsite + label .fake-checkbox {
    top: -1px;
  }
}
@media screen and (min-width: 405px) {
  .form-group-container.fr #privacyWebsite + label .fake-checkbox {
    top: -1px;
  }
}
@media screen and (min-width: 355px) {
  .readmore.it #privacyWebsite + label .fake-checkbox {
    top: -1px;
  }
}
@media screen and (min-width: 345px) {
  .readmore.es #privacyWebsite + label .fake-checkbox {
    top: -1px;
  }
}
@media screen and (min-width: 370px) {
  .readmore.pt #privacyWebsite + label .fake-checkbox,
  .readmore.br #privacyWebsite + label .fake-checkbox {
    top: -1px;
  }
}
@media screen and (min-width: 485px) {
  .readmore.en #privacyWebsite + label .fake-checkbox,
  .readmore.us #privacyWebsite + label .fake-checkbox {
    top: -1px;
  }
}
@media screen and (min-width: 390px) {
  .readmore.fr #privacyWebsite + label .fake-checkbox {
    top: -1px;
  }
}
.react-tel-input {
  position: relative;
}
.react-tel-input .input {
  width: 100%;
  padding-left: 100px;
}
.react-tel-input .input.no-flag {
  padding-left: 20px;
}
@media screen and (max-width: 374px) {
  .react-tel-input .input {
    padding-left: 80px;
  }
}
@media screen and (min-width: 768px) {
  .react-tel-input .input {
    padding-left: 115px;
  }
}
.react-tel-input .flag-dropdown {
  left: 10px;
}
@media screen and (max-width: 374px) {
  .react-tel-input .flag-dropdown {
    left: 0;
  }
}
.react-tel-input .react-custom-flag-select__ellipsis___1ZnQ3 {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.react-tel-input .react-custom-flag-select__select__button___15AP2 {
  width: 100%;
  display: inline-block;
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: visible;
}
.react-tel-input .react-custom-flag-select__select__button___15AP2:focus {
  border: none;
  outline: none;
}
.react-tel-input .react-custom-flag-select__select__wrapper___1R93I.react-custom-flag-select__disabled___2j0z7,
.react-tel-input .react-custom-flag-select__select__wrapper___1R93I.react-custom-flag-select__disabled___2j0z7 div {
  cursor: not-allowed;
}
.react-tel-input .react-custom-flag-select__select__wrapper___1R93I {
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 0;
  height: 100%;
  min-width: 80px;
}
.react-tel-input .react-custom-flag-select__select__input___14Lze {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.react-tel-input .react-custom-flag-select__select__buttonWrapper___12YOr {
  height: 100%;
}
.react-tel-input .react-custom-flag-select__select__searchInputWrapper___2YwS_ {
  padding: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
.react-tel-input .react-custom-flag-select__select__searchInputSearchIcon___2oJfw {
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.react-tel-input .react-custom-flag-select__select__searchInputRemoveIcon___2Fd43 {
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.react-tel-input .react-custom-flag-select__select__searchInput___3Q6TN {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  font-size: 14px;
  height: 40px;
  width: 100%;
  border: 1px solid #dfe2e7;
  color: #7f8fa4;
  display: block;
}
.react-tel-input .react-custom-flag-select__select__container___2FIjR {
  position: relative;
  height: 100%;
}
.react-tel-input .react-custom-flag-select__select__options-item___3_6R4 {
  cursor: none;
  background: #fff;
  color: #4a4a4a;
  -webkit-transition: background 0.4s, color 0.2s;
  -o-transition: background 0.4s, color 0.2s;
  transition: background 0.4s, color 0.2s;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.react-tel-input .react-custom-flag-select__select__options-item___3_6R4 div {
  text-align: right;
}
.react-tel-input .react-custom-flag-select__select__options-item-show-cursor___24_5- {
  cursor: pointer;
}
.react-tel-input .react-custom-flag-select__select__no-mouse___3ka1G {
  cursor: none;
}
.react-tel-input .react-custom-flag-select__select__hover-active___1ECCY {
  background: #d3d3d3;
  color: #fff;
}
.react-tel-input .react-custom-flag-select__select__options-item___3_6R4.react-custom-flag-select__active___2SYE9 {
  background: #EB0055;
  color: #fff;
}
.react-tel-input .react-custom-flag-select__select__options-container-animate___zn9Fe {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 0;
  z-index: -1;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12), 0 0 10px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12), 0 0 10px 0 rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
}
.react-tel-input .react-custom-flag-select__select__options-container-animate___zn9Fe.react-custom-flag-select__show___1cXxR {
  -webkit-transform: translate(-50%) scale(1);
      -ms-transform: translate(-50%) scale(1);
          transform: translate(-50%) scale(1);
  opacity: 1;
  z-index: 3;
  visibility: visible;
}
.react-tel-input .react-custom-flag-select__select__options-container-animate___zn9Fe.react-custom-flag-select__show___1cXxR > div {
  height: 242px;
  overflow: auto;
}
.react-tel-input .react-custom-flag-select__select__options-container___1TPJG {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 0;
  z-index: -1;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12), 0 0 10px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12), 0 0 10px 0 rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  visibility: hidden;
}
.react-tel-input .react-custom-flag-select__select__options-container___1TPJG.react-custom-flag-select__show___1cXxR {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1000;
  visibility: visible;
}
.react-tel-input .react-custom-flag-select__select__options-container___1TPJG.react-custom-flag-select__show___1cXxR > div {
  height: 242px;
  overflow: auto;
}
.react-tel-input .react-custom-flag-select__select__dropdown___Pf01k {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.react-tel-input .react-custom-flag-select__select__dropdown-icon___3KppP {
  position: relative;
  width: 10px;
  height: 20px;
}
.react-tel-input .react-custom-flag-select__select__selector___1JJ_x {
  padding: 0 10px;
  height: 100%;
}
.react-tel-input .react-custom-flag-select__select__dropdown-flag___4-6D7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  height: 100%;
}
.react-tel-input .react-custom-flag-select__select__dropdown-name___TxNpJ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70%;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
}
.react-tel-input .react-custom-flag-select__select__dropdown-icon___3KppP.react-custom-flag-select__showArrow___2E92p:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0;
  border-color: #e3e3e3 transparent;
  border-style: solid;
  border-width: 5px 5px 0;
}
.react-tel-input .react-custom-flag-select__select__dropdown-icon-container___1hWQW {
  position: relative;
}
.react-tel-input .first-privacy-errors {
  font-size: 11px;
  color: red;
}
.btn-change-number {
  margin: 20px 0;
}
.form .styles_react-code-input-container__tpiKG {
  width: 100% !important;
}
.form .styles_react-code-input__CRulA {
  margin: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.form .styles_react-code-input__CRulA input {
  height: 40px !important;
  max-width: 39px !important;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid #e6e6e6 !important;
  margin: 0 5px;
}
.form .styles_react-code-input__CRulA input:first-child {
  margin-left: 0 !important;
}
.form .styles_react-code-input__CRulA input:last-child {
  margin-right: 0 !important;
}
.blaster-edit-bio .login-email .btn-confirm-code {
  border: 1px solid #999999;
  color: #fff;
  background: #999999;
  padding: 6px 6px;
  text-transform: uppercase;
  text-align: center;
  min-width: 94px;
  font-size: 13px;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
  line-height: 15px;
  height: 29px;
}
.blaster-edit-bio .login-email .btn-resend {
  margin: 0 auto;
  padding: 0 30px !important;
}
.blaster-edit-bio .input {
  min-height: 40px;
  font-size: 14px;
  border: 1px solid #e6e6e6;
  padding: 8px 10px 8px 100px;
  background-color: #fcfcfc;
  outline: none;
}
.blaster-edit-bio .react-custom-flag-select__select__wrapper___1R93I {
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 0;
  height: 40px;
}
.blaster-edit-bio .react-custom-flag-select__select__button___15AP2 {
  height: 40px;
}
.login-email .sms-title {
  text-align: center;
}
.login-email .form {
  text-align: center;
}
.login-email .btn-confirm-code {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #EB0055;
  border-radius: 2px;
  height: 43px;
  font-weight: 700;
  color: #fff;
  -webkit-appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  font-size: 17px;
  line-height: 21px;
  padding: 0 30px;
  cursor: pointer;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.login-email .btn-resend {
  margin: 0 auto;
  padding: 0 30px !important;
}
.login-email .login-navigation {
  margin-top: 20px;
}
.banner-fake-news {
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .banner-fake-news {
    left: auto;
    max-width: 335px;
  }
}
.banner-fake-news.green .box-orange {
  display: none;
}
.banner-fake-news.green .box-red {
  display: none;
}
.banner-fake-news.orange .box-green {
  display: none;
}
.banner-fake-news.orange .box-red {
  display: none;
}
.banner-fake-news.red .box-green {
  display: none;
}
.banner-fake-news.red .box-orange {
  display: none;
}
.banner-fake-news.hide {
  display: none;
}
.banner-fake-news .banner-fake-news-wrapper {
  border-radius: 5px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 50px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 50px 30px rgba(0, 0, 0, 0.05);
  width: 335px;
  height: 129px;
  padding: 30px;
  position: relative;
}
.banner-fake-news .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  color: #333;
}
.banner-fake-news .btn-close > svg {
  fill: #333;
}
.banner-fake-news .box-fake-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.banner-fake-news .box-fake-news .box-icon-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
}
.banner-fake-news .box-fake-news .box-icon-title .icon {
  width: 55px;
  height: 66px;
}
.banner-fake-news .box-fake-news .box-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.banner-fake-news .box-fake-news .box-text .title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 6px;
}
.banner-fake-news .box-fake-news .box-text .description {
  color: #484848;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
}
.page-static-main {
  padding: 60px 10px 100px 20px;
}
.page-static-main .title-h1 {
  font-size: 40px;
  margin: 0 0 20px 0;
  line-height: 45px;
}
.page-static-main .title-h2 {
  font-size: 27px;
  margin: 0px 0 5px 0;
  line-height: 34px;
  padding-top: 30px;
  font-weight: bold;
  font-style: normal;
}
.page-static-main .title-h3 {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 13px;
}
.page-static-main p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}
.page-static-main ul,
.page-static-main ol {
  padding: 0 0 0 30px;
}
@-webkit-keyframes blink {
  80% {
    visibility: hidden;
  }
}
@keyframes blink {
  80% {
    visibility: hidden;
  }
}
body {
  max-width: 100vw;
  overflow-x: hidden;
  font-size: 14px;
}
.home-wrapper {
  background: #fff;
  overflow: hidden;
}
.content-page {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
@media (min-width: 1024px) {
  .content-page {
    z-index: 1;
  }
}
.home-top {
  float: left;
  width: 100%;
  padding: 6px 0;
  text-align: center;
}
.home-top .nation-box {
  float: right;
  width: auto;
  margin: 11px 5px 19px 15px;
}
@media (min-width: 1024px) {
  .home-top .nation-box {
    float: left;
  }
}
.home-top .nation-box .nation-btn {
  float: right;
  width: auto;
  height: 20px;
  position: relative;
  border: none;
}
.home-top .nation-box .nation-btn .btn {
  background: none;
  border: none;
  font-size: 14px;
  padding: 0;
}
.home-top .nation-box .nation-btn .btn .nation-name {
  float: left;
  color: #fff;
}
.home-top .nation-box .nation-btn .btn .nation-icon {
  float: left;
  width: 12px;
  height: 12px;
  margin: 1px 0 0 5px;
}
.home-top .nation-box .nation-btn .btn .nation-icon svg {
  fill: #fff;
}
.home-top .nation-box .nation-btn .nation-menu {
  right: 0;
  left: auto;
  border: none;
  font-size: 14px;
  min-width: 120px;
}
@media (min-width: 1024px) {
  .home-top .nation-box .nation-btn .nation-menu {
    right: auto;
    left: 0;
  }
}
.home-top .write {
  float: right;
  height: 20px;
  margin: 1px 15px 0 5px;
  color: #fff;
}
.home-top .write a {
  color: #fff;
}
.home-top .logo-box {
  float: left;
  width: 100%;
  margin: 0 0 25px 0;
  position: relative;
  z-index: 2;
}
.home-top .logo-box .logo {
  width: 144px;
  display: inline-block;
  margin: 13px 0 0 0;
}
.home-top .slogan-box {
  float: left;
  width: 100%;
  padding: 0 15px;
}
.home-top .slogan-box .slogan-big {
  font-size: 27px;
  font-weight: bold;
  margin: 0 0 0 0;
}
@media (min-width: 768px) {
  .home-top .slogan-box .slogan-big {
    font-size: 44px;
    line-height: 50px;
  }
}
.home-top .slogan-box .slogan {
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  margin: 5px 0 0 0;
}
@media (max-width: 360px) {
  .home-top .slogan-box .slogan {
    font-size: 12px;
  }
}
.home-top .slogan-box .slogan span {
  float: left;
  width: 100%;
}
.home-top .channel-box {
  float: left;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .home-top .channel-box {
    padding: 0 15%;
    padding-top: 50px;
  }
}
.home-top .channel-box .bg-ellisse-top {
  position: absolute;
  top: -70px;
  left: -18%;
  width: 155%;
  z-index: 1;
}
@media (min-width: 768px) {
  .home-top .channel-box .bg-ellisse-top {
    top: -98px;
    left: -6%;
    width: 105%;
  }
}
.home-top .channel-box .channel {
  z-index: 2;
  position: relative;
  color: #fff;
}
.home-top .channel-box .channel .channel-text {
  float: left;
  line-height: 18px;
  opacity: 0.8;
}
.home-top .channel-box .channel .channel-text .channel-name {
  font-weight: bold;
  color: #fff;
}
.home-top .channel-box .channel .channel-text .channel-name .text-link {
  color: #fff;
  text-decoration: none;
}
.home-top .channel-box .channel .channel-img {
  border-radius: 50%;
  border: 2px solid #50B1FC;
  background: #fff;
  color: #999;
}
.home-top .channel-box .channel.channel-1 {
  margin-right: 6%;
  text-align: right;
  float: right;
  margin-top: 57px;
}
@media (min-width: 768px) {
  .home-top .channel-box .channel.channel-1 {
    margin-top: 42px;
    margin-right: 16%;
  }
}
.home-top .channel-box .channel.channel-1 .channel-img {
  float: right;
  width: 32px;
  height: 32px;
  margin: 3px 5px;
}
.home-top .channel-box .channel.channel-2 {
  float: left;
  margin-left: 1%;
  text-align: left;
  margin-top: 20px;
  clear: both;
}
.home-top .channel-box .channel.channel-2 .channel-text {
  margin: 10px 0 0 0;
}
.home-top .channel-box .channel.channel-2 .channel-img {
  float: left;
  width: 54px;
  height: 54px;
  margin: 3px 5px;
}
.home-top .channel-box .channel.channel-3 {
  margin: 8px 3% 75px 0;
  text-align: right;
  float: right;
  clear: both;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .home-top .channel-box .channel.channel-3 {
    margin: 8px 3% 55px 0;
  }
}
.home-top .channel-box .channel.channel-3 .channel-img {
  float: right;
  width: 45px;
  height: 45px;
  text-align: center;
  margin: 0px 5px;
}
.home-top .channel-box .channel.channel-3 .channel-img .icon-plus {
  width: 37px;
  height: 45px;
  margin: 3px 0 0 2px;
  padding: 6px;
  display: block;
}
.home-top .channel-box .channel.channel-3 .channel-img .icon-plus svg {
  fill: rgba(0, 0, 0, 0.16);
}
.menu-nation-switcher-label {
  cursor: pointer;
}
.menu-nation-switcher-radio {
  display: none;
}
.menu-nation-switcher-radio:checked ~ .nation-menu {
  display: block;
}
.home-center {
  float: left;
  width: 100%;
  position: relative;
  color: #999;
}
.home-center p a {
  color: #999;
  text-decoration: underline;
}
.home-center .title-section-h2 {
  font-size: 26px;
  line-height: 31px;
  padding: 0 10px;
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}
.home-center .title-section-h2.get-to-know {
  margin-top: 50px;
}
@media (min-width: 500px) {
  .home-center .title-section-h2 .only-mobile {
    display: none;
  }
}
.home-center .title-section-h3 {
  padding: 0 10px;
  font-size: 20px;
  line-height: 23px;
  float: left;
  width: 100%;
  margin: 0;
}
.home-center .title-section-h3 i {
  float: left;
  font-size: 35px;
  margin: -9px 10px 0 0;
}
.home-center .title-section-h3 .title-icon svg {
  fill: #999;
}
.home-center .text-box {
  float: left;
  width: 100%;
  margin: 0 0 25px 0;
  padding: 0 10px;
  line-height: 26px;
  position: relative;
  z-index: 2;
}
.home-center .text-box .text-box-title {
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 10px;
  min-height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.home-center .text-box .text-box-title i {
  float: left;
  font-size: 35px;
  margin: 0 10px 3px 0;
}
@media (min-width: 768px) {
  .home-center .text-box .text-box-title .text-box-text {
    line-height: 35px;
  }
}
.home-center .text-box p {
  margin: 0 0 0 0;
}
.home-center .text-box p.bold {
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 10px;
}
.home-center .text-box p.bold i {
  float: left;
  font-size: 35px;
  margin: 0 10px 0 0;
}
.home-center .text-box p.italic {
  font-style: italic;
}
.home-center .text-box .text-box-ul {
  float: left;
  width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.home-center .text-box .text-box-ul .text-box-li {
  float: left;
  display: list-item;
  list-style-type: disc;
  width: auto;
  margin: 0 10px 0 13px;
}
.home-center .text-box .text-box-ul .text-box-li.first {
  margin: 0 10px 0 0;
  list-style: none;
}
.home-center .text-box .text-box-ul .text-box-li .tex-box-link {
  color: #fff;
  text-decoration: underline;
}
.home-center .text-box .our-number-ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.home-center .text-box svg {
  fill: #999999;
  width: 35px;
  margin: 0 10px 0 0;
}
.home-center .text-box .italic svg {
  width: 16px;
  margin: 0 5px 0 0;
  position: relative;
  top: 1px;
}
.home-center .started-box {
  padding: 0 20px;
  width: 100%;
  z-index: 2;
  position: relative;
  text-align: center;
  margin-bottom: 67px;
}
@media (min-width: 768px) {
  .home-center .started-box {
    margin-bottom: 62px;
  }
}
.home-center .started-box .started-btn {
  background: #50B1FC;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 3px #204369;
          box-shadow: 0 2px 3px #204369;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  height: 55px;
  line-height: 55px;
  position: absolute;
  top: -29px;
  left: 20px;
  width: calc(100% - 40px);
  font-size: 20px;
}
.home-center .started-box .started-btn:hover {
  background-color: #058ffb;
  text-decoration: none;
}
@media (min-width: 768px) {
  .home-center .started-box .started-btn {
    width: 500px;
    left: calc(50% - 250px);
  }
}
.channel-scroll-box {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.channel-scroll-box.live-now .box-title-live {
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
}
.channel-scroll-box.live-now .box-title-live .channel-scroll-title {
  position: relative;
  padding: 0 8px 0 12px;
  margin: 0;
}
.channel-scroll-box.live-now .box-title-live .channel-scroll-title.live {
  color: #dc3233;
}
.channel-scroll-box.live-now .box-title-live .channel-scroll-title.live:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #dc3233;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: blink;
          animation-name: blink;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps(2, start);
          animation-timing-function: steps(2, start);
}
.channel-scroll-box.live-now .box-title-live .channel-scroll-title.ended {
  color: #999;
}
.channel-scroll-box.live-now .box-title-live .channel-scroll-title.ended:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #999;
}
.channel-scroll-box.live-now .channels-pwa-minicard:last-child {
  display: none;
}
@media (min-width: 480px) {
  .channel-scroll-box.live-now .channels-pwa-minicard:last-child {
    display: block;
  }
}
.channel-scroll-box.discover-clubs {
  margin-bottom: 35px;
}
.channel-scroll-box .channel-scroll-title {
  font-size: 14px;
  color: #999;
  font-weight: bold;
  padding: 0 10px;
  margin: 12px 0 0 0;
  text-transform: uppercase;
  float: left;
  width: auto;
}
.channel-scroll-box .channel-scroll-title.discover-channel {
  margin: 10px 0 0 0;
  font-size: 14px;
}
.channel-scroll-box .box-all {
  float: right;
  width: auto;
  margin: 8px 10px 0 0;
}
@media (min-width: 992px) {
  .channel-scroll-box .box-all {
    margin: 8px 10px 0 0;
  }
}
.channel-scroll-box .new-time-modified {
  margin: 14px 0 0 0;
  float: left;
  line-height: 1.1;
  font-size: 12px;
  color: #999999;
}
.channel-scroll-box .channel-scroll-inner .channel-scroll {
  padding: 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 992px) {
  .channel-scroll-box .channel-scroll-inner .channel-scroll {
    padding: 0;
  }
}
.channel-scroll-box .channel-scroll-inner .channel-scroll.category .channels-pwa-minicard {
  min-height: 76px;
}
.channel-scroll-box .channel-scroll-inner .channel-scroll.category .channels-pwa-minicard .channels-pwa-minicard-link {
  padding: 8px 8px 8px 8px;
  height: 78px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.channel-scroll-box .channel-scroll-inner .channel-scroll.category .channels-pwa-minicard .channels-pwa-minicard-link:hover {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.channel-scroll-box .channel-scroll-inner .channel-scroll.category .channels-pwa-minicard .channels-pwa-minicard-link .channels-pwa-minicard-title-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0;
}
.channel-scroll-box .channel-scroll-inner .channel-scroll.category .channels-pwa-minicard .channels-pwa-minicard-link .channels-pwa-minicard-title-link .channels-pwa-minicard-title-link-a {
  padding: 0px;
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
}
.channel-scroll-box .channel-scroll-inner .channel-scroll.category .channels-pwa-minicard .channels-pwa-minicard-link .channels-pwa-minicard-title-link .channels-pwa-minicard-title-link-a:hover {
  text-decoration: underline;
}
.channel-scroll-box .channel-scroll-inner .channel-scroll.news .channels-pwa-minicard {
  cursor: default;
}
.channel-scroll-box .channel-scroll-inner .channel-scroll.news .channels-pwa-minicard .channels-pwa-minicard-link:hover {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.channel-scroll-box .channel-scroll-inner .channel-scroll.news .channels-pwa-minicard .channels-pwa-minicard-link .channels-pwa-minicard-title-link {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  text-align: left;
  padding-top: 10px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .channel-scroll-box .channel-scroll-inner .channel-scroll.news .channels-pwa-minicard .channels-pwa-minicard-link .channels-pwa-minicard-title-link {
    height: 90px;
  }
}
.channel-scroll-box .channel-scroll-inner .channel-scroll.news .channels-pwa-minicard .channels-pwa-minicard-link .channels-pwa-minicard-title-link .channels-pwa-minicard-title-link-a {
  padding: 0px;
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  font-size: 14px;
  display: initial;
}
.channel-scroll-box .channel-scroll-inner .channel-scroll.news .channels-pwa-minicard .channels-pwa-minicard-link .channels-pwa-minicard-title-link .channels-pwa-minicard-title-link-a:hover {
  text-decoration: underline;
}
.channel-scroll-box .channel-scroll-inner .channel-scroll.news .channels-pwa-minicard .channels-pwa-minicard-link .channels-pwa-minicard-title-link .label-video {
  padding: 2px 4px;
  text-transform: uppercase;
  line-height: 1;
  font-size: 10px;
  display: inline-block;
  height: 12px;
  border-bottom-left-radius: 6px;
  border-top-right-radius: 6px;
  vertical-align: middle;
  background: #DC3233;
  color: #fff;
}
.channel-scroll-box .channel-scroll-inner .channel-scroll.siema-tranding .channels-pwa-minicard .channels-pwa-minicard-link .channels-pwa-minicard-title-link {
  height: 50px;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.channel-scroll-box .channel-scroll-inner .channel-scroll.siema-expert .channels-pwa-minicard .channels-pwa-minicard-link .channels-pwa-minicard-title-link {
  height: 50px;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.channel-scroll-box .channel-scroll-inner .channel-scroll .channels-pwa-minicard {
  position: relative;
  min-width: calc((100% - 40px) / 2);
  max-width: calc((100% - 40px) / 2);
  margin: 6px 10px 14px 10px;
}
.channel-scroll-box .channel-scroll-inner .channel-scroll .channels-pwa-minicard:last-child {
  min-height: auto;
}
@media (min-width: 480px) {
  .channel-scroll-box .channel-scroll-inner .channel-scroll .channels-pwa-minicard {
    min-width: calc((100% - 60px) / 3);
    max-width: calc((100% - 60px) / 3);
  }
}
@media (min-width: 768px) {
  .channel-scroll-box .channel-scroll-inner .channel-scroll .channels-pwa-minicard {
    min-width: calc((100% - 80px) / 4);
    max-width: calc((100% - 80px) / 4);
  }
}
@media (min-width: 992px) {
  .channel-scroll-box .channel-scroll-inner .channel-scroll .channels-pwa-minicard {
    min-width: calc((100% - 100px) / 5);
    max-width: calc((100% - 100px) / 5);
  }
}
.channel-scroll-box .channel-scroll-inner .channel-scroll .channels-pwa-minicard.nation .channels-pwa-minicard-link {
  padding: 16px 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 78px;
}
.channel-scroll-box .channel-scroll-inner .channel-scroll .channels-pwa-minicard.nation .channels-pwa-minicard-link:hover {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.channel-scroll-box .channel-scroll-inner .channel-scroll .channels-pwa-minicard.nation .channels-pwa-minicard-link .channels-pwa-minicard-title {
  margin: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.channel-scroll-box .channel-scroll-inner .channel-scroll .channels-pwa-minicard.nation .channels-pwa-minicard-link .channels-pwa-minicard-title .flag-country {
  margin: 0 5px 0 0;
  border-radius: 50%;
  background: no-repeat url(https://staticr1.blastingcdn.com/media/bn_images/sprite_flags_square.png);
  width: 25px;
  height: 25px;
}
.channel-scroll-box .channel-scroll-inner .channel-scroll .channels-pwa-minicard.nation .channels-pwa-minicard-link .channels-pwa-minicard-title .flag-country.br {
  background-position: -188px 0px;
}
.channel-scroll-box .channel-scroll-inner .channel-scroll .channels-pwa-minicard.nation .channels-pwa-minicard-link .channels-pwa-minicard-title .flag-country.fr {
  background-position: -54px 0px;
}
.channel-scroll-box .channel-scroll-inner .channel-scroll .channels-pwa-minicard.nation .channels-pwa-minicard-link .channels-pwa-minicard-title .flag-country.de {
  background-position: -80px 0px;
}
.channel-scroll-box .channel-scroll-inner .channel-scroll .channels-pwa-minicard.nation .channels-pwa-minicard-link .channels-pwa-minicard-title .flag-country.mx {
  background-position: -215px 0px;
}
.channel-scroll-box .channel-scroll-inner .channel-scroll .channels-pwa-minicard.nation .channels-pwa-minicard-link .channels-pwa-minicard-title .flag-country.it {
  background-position: 0px 0px;
}
.channel-scroll-box .channel-scroll-inner .channel-scroll .channels-pwa-minicard.nation .channels-pwa-minicard-link .channels-pwa-minicard-title .flag-country.es {
  background-position: -27px 0px;
}
.channel-scroll-box .channel-scroll-inner .channel-scroll .channels-pwa-minicard.nation .channels-pwa-minicard-link .channels-pwa-minicard-title .flag-country.pt {
  background-position: -107px 0px;
}
.channel-scroll-box .channel-scroll-inner .channel-scroll .channels-pwa-minicard.nation .channels-pwa-minicard-link .channels-pwa-minicard-title .flag-country.uk {
  background-position: -134px 0px;
}
.channel-scroll-box .channel-scroll-inner .channel-scroll .channels-pwa-minicard.nation .channels-pwa-minicard-link .channels-pwa-minicard-title .flag-country.us {
  background-position: -161px 0px;
}
.channel-scroll-box .channel-scroll-inner .channel-scroll .channels-pwa-minicard.nation .channels-pwa-minicard-link .channels-pwa-minicard-title .name-country {
  color: #333333;
  text-decoration: none;
}
.channel-scroll-box .channel-scroll-inner .channel-scroll .channels-pwa-minicard.nation .channels-pwa-minicard-link .channels-pwa-minicard-title .name-country:hover {
  text-decoration: underline;
}
.channel-scroll-box .channel-scroll-inner .channel-scroll .channels-pwa-minicard .channels-pwa-minicard-title-link {
  margin: 0;
}
.channel-scroll-box .channel-scroll-inner .channel-scroll .channels-pwa-minicard .channels-pwa-minicard-title-link .channels-pwa-minicard-title-link-a {
  position: relative;
  color: #333;
  font-weight: normal;
  text-decoration: none;
  font-size: 16px;
  white-space: initial;
  line-height: 20px;
  margin-top: 1px;
  display: inline-block;
}
.channel-scroll-box .channel-scroll-inner .channel-scroll .channels-pwa-minicard .channels-pwa-minicard-title-link .channels-pwa-minicard-title-link-a:hover {
  text-decoration: underline;
}
.channel-scroll-box .channel-scroll-inner .channel-scroll .channels-pwa-minicard .channels-pwa-minicard-title-link .channels-pwa-minicard-title-link-a .channels-pwa-minicard-title-link-a-span:hover {
  text-decoration: underline;
}
.channel-scroll-box .channel-scroll-inner .channel-scroll .channels-pwa-minicard .channels-pwa-minicard-title-placeholder {
  height: 15px;
  display: none;
}
.channel-scroll-box .box-prev {
  position: absolute;
  background: #fff;
  top: 45%;
  left: 0;
  padding: 10px;
  border-radius: 0 8px 8px 0;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: none;
}
.channel-scroll-box .box-prev.disabled {
  opacity: 0.5;
  cursor: default;
}
@media (min-width: 768px) {
  .channel-scroll-box .box-prev {
    display: inline;
  }
}
.channel-scroll-box .box-prev.siema-category-prev {
  top: 43%;
}
.channel-scroll-box .box-prev.siema-nation-prev {
  top: 36%;
}
.channel-scroll-box .box-next {
  position: absolute;
  background: #fff;
  top: 45%;
  right: 0;
  padding: 10px;
  border-radius: 8px 0px 0 8px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: none;
}
.channel-scroll-box .box-next.disabled {
  opacity: 0.5;
  cursor: default;
}
@media (min-width: 768px) {
  .channel-scroll-box .box-next {
    display: inline;
  }
}
.channel-scroll-box .box-next.siema-category-next {
  top: 43%;
}
.channel-scroll-box .box-next.siema-nation-next {
  top: 36%;
}
.bg-blu {
  float: left;
  position: relative;
  width: 100%;
  padding: 50px 0 10px 0;
  color: #fff;
  background: #204369;
  background: -webkit-linear-gradient(-45deg, #204369 40%, #4d9ad3 100%, #7db9e8 100%);
  background: -webkit-linear-gradient(315deg, #204369 40%, #4d9ad3 100%, #7db9e8 100%);
  background: -o-linear-gradient(315deg, #204369 40%, #4d9ad3 100%, #7db9e8 100%);
  background: linear-gradient(135deg, #204369 40%, #4d9ad3 100%, #7db9e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#204369', endColorstr='#7db9e8', GradientType=1);
}
.bg-blu .box-ellisse {
  float: left;
  width: 100%;
  position: relative;
}
.bg-blu .bg-ellisse-bottom {
  position: absolute;
  width: 300%;
  top: 0px;
  left: -103%;
}
@media (min-width: 768px) {
  .bg-blu .bg-ellisse-bottom {
    width: 85%;
    top: -140px;
    left: 5%;
  }
}
.bg-blu.home-top {
  padding: 0 0 0 0;
}
.bg-white {
  width: 100%;
  padding-bottom: 10px;
  background: #F6F9FC;
}
.bg-white p a {
  color: #999;
  text-decoration: underline;
}
.eu-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ddd;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 20px 10px 20px;
  margin: 30px 0 0 0;
  float: left;
  width: 100%;
}
.eu-message-icon {
  min-width: 50px;
  line-height: 0;
}
.eu-message-text {
  font-size: 13px;
  font-weight: bold;
  color: #000000;
}
.eu-message-text:hover {
  color: #000000;
}
.eu-message-home {
  padding: 0 20px 30px 20px;
  border-bottom: 1px solid #ddd;
  float: left;
  width: 100%;
  line-height: 26px;
}
.channels-pwa-minicard-link {
  height: 100%;
  padding: 8px 8px 10px 8px;
}
.channels-pwa-minicard-link:hover {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}
.live-now .channels-pwa-minicard-link {
  height: calc(100% - 20px);
}
.bg-grey {
  margin: 0 auto;
}
.notify-box-fade {
  display: none;
}
.number-footer {
  float: left;
  width: 100%;
  padding: 5px;
  text-align: center;
  font-size: 10px;
  background: #EBEBEB;
  color: #666666;
  border-top: 1px solid #F6F9FC;
}
.channels-pwa-minicard {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  max-width: 160px;
}
.channels-pwa-minicard:last-child {
  min-height: 187px;
}
.channels-pwa-minicard-link {
  display: block;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 100ms linear;
  transition: -webkit-box-shadow 100ms linear;
  -o-transition: box-shadow 100ms linear;
  transition: box-shadow 100ms linear;
  transition: box-shadow 100ms linear, -webkit-box-shadow 100ms linear;
}
.channels-pwa-minicard-link:focus,
.channels-pwa-minicard-link:hover {
  text-decoration: none;
}
.channels-pwa-minicard-link:hover {
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
}
[class*="--add"] .channels-pwa-minicard-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
[class*="--add"] .channels-pwa-minicard-link svg {
  fill: #A4B3C1;
}
.channels-pwa-minicard-cover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: -8px -8px 0;
  padding-bottom: 56.25%;
}
.channels-pwa-minicard-cover.channels-pwa-minicard-cover-video {
  position: relative;
}
.channels-pwa-minicard-cover.channels-pwa-minicard-cover-video:before {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 8px;
  background: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.channels-pwa-minicard-cover.channels-pwa-minicard-cover-video:after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 16px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 14px solid red;
}
.channels-pwa-minicard-avatar {
  display: block;
  position: relative;
  margin: -50px auto 0;
  border: 3px solid #fff;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.channels-pwa-minicard-title {
  font-weight: normal;
  color: #333333;
}
.channels-pwa-minicard .channels-pwa-button {
  min-width: 75px;
}
.channels-pwa-minicard .channels-pwa-button .loader {
  display: block;
  outline: none;
  height: 14px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.channels-pwa-minicard .channels-pwa-button .loader svg {
  fill: #fff;
}
.channels-pwa-minicard .channels-pwa-button--outline .loader svg {
  fill: #0476d8;
}
.channels-pwa-minicard .minicard-subscriber {
  padding: 8px 8px 36px 8px;
}
.channels-pwa-minicard .user-subscriber {
  background: red;
  width: 100%;
  height: 26px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0 0 8px 8px;
}
.channels-pwa-minicard .user-subscriber .user-subscriber-svg {
  fill: #ffffff;
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
}
.channels-pwa-minicard .user-subscriber .user-subscriber-text {
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  color: #ffffff;
}
