.sme-corpbar-wrap * {
  border: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.margin-m {
  margin: 10px 0;
}

.margin-top-m {
  margin-top: 10px;
}

#sme-corpbar {
  background: #fff;
  border-bottom: 1px solid #ececec;
  color: #313131 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  min-width: 300px;
  position: relative;
  z-index: 10020;
}

#sme-corpbar .sme-corpbar-wrap {
  margin: auto;
  max-width: 1000px;
  padding: 0 8px;
  position: relative;
  width: auto;
}

#sme-corpbar .home {
  margin-left: 0;
  margin-right: 8px;
  position: relative;
  top: -1px;
}

#sme-corpbar .c-red {
  color: #cf2528;
}

#sme-corpbar .strong {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

#sme-corpbar svg {
  display: inline-block;
  vertical-align: middle;
}

#sme-corpbar svg.post-icon {
  margin-right: 3px;
  margin-top: -1px;
}

#sme-corpbar svg.login-icon {
  margin: -2px 5px 0;
}

#sme-corpbar .is-hidden {
  display: none !important;
}

#sme-corpbar .link,
#sme-corpbar a {
  color: #313131;
  cursor: pointer;
  text-decoration: none;
}

#sme-corpbar .is-visible-mobile {
  display: inline;
}

#sme-corpbar ul,
#sme-corpbar ul li {
  display: inline-block;
  position: relative;
}

#sme-corpbar .sme-corpbar-user-popup {
  display: none;
}

#sme-corpbar .sme-corpbar-mobile {
  background: #fffffffa;
  display: none;
  left: 0;
  line-height: 27px;
  position: absolute;
  top: 40px;
  width: 100%;
  z-index: 15;
}

#sme-corpbar .sme-corpbar-mobile > li {
  border-top: 1px solid #ececec;
  display: block;
}

#sme-corpbar .sme-corpbar-mobile > li svg {
  display: none;
}

.sme-corpbar-wrap > ul > li > a,
.sme-corpbar-wrap > ul > li > span {
  cursor: pointer;
  display: inline-block;
  margin: 0 3px;
}

#sme-corpbar .sme-corpbar-user {
  float: right;
}

#sme-corpbar .sme-corpbar-user .subscription-btn {
  background-color: #37a000;
  border-bottom: 2px solid #278529;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  line-height: 20px;
  margin-right: 10px;
  margin-top: -1px;
  padding: 1px 8px 0;
  text-transform: uppercase;
}

.is-hidden-mobile,
.is-hidden-mobile-wide {
  display: none !important;
}

.sme-corpbar-user-wrapper {
  cursor: pointer;
  display: inline-block;
  line-height: 27px;
}

@media (min-width: 600px) {
  .is-hidden-mobile {
    display: inline-block !important;
  }
}

@media (min-width: 992px) {
  #sme-corpbar .home,
  #sme-corpbar .is-visible-mobile,
  #sme-corpbar .sme-corpbar-wrap .sec {
    display: none;
  }

  #sme-corpbar .sme-corpbar-mobile {
    background: 0 0;
    display: inline-block;
    position: static;
    width: auto;
  }

  #sme-corpbar .sme-corpbar-mobile > li {
    border: none;
    display: inline-block;
  }

  #sme-corpbar .sme-corpbar-mobile > li svg {
    display: inline-block;
  }

  .is-hidden-mobile-wide {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  #sme-corpbar .sme-corpbar-wrap {
    max-width: 1200px;
  }
}

@media (max-width: 991px) {
  #sme-corpbar svg.post-icon {
    margin-left: 2px;
    margin-right: 5px;
  }

  #sme-corpbar .sme-corpbar-mobile {
    box-shadow: 0 0 20px #ececec;
  }

  #sme-corpbar .sme-corpbar-mobile > li:last-child {
    border-bottom: 1px solid #ececec;
  }
}

@media (max-width: 599px) {
  #sme-corpbar svg.login-icon {
    margin-right: 0;
  }
}

@media (max-width: 360px) {
  #sme-corpbar .sme-corpbar-user .subscription-btn {
    font-size: 9px;
    margin-right: 5px;
    padding: 1px 6px 0;
  }
}

.margin-m {
  margin: 10px 0;
}
.margin-top-m {
  margin-top: 10px;
}
#sme-corpbar .sme-corpbar-wrap .sec-2 {
  padding: 0 10px 7px;
}
#sme-corpbar .sme-corpbar-wrap .sec-2 li a {
  padding: 0 4px;
}
#sme-corpbar .sme-corpbar-wrap .sec {
  padding: 0 10px 10px;
}
#sme-corpbar .sme-corpbar-wrap .sec a {
  display: block;
}
#sme-corpbar .sme-corpbar-wrap .sec li a {
  color: #313131;
  display: block;
}
#sme-corpbar .sme-corpbar-user-popup {
  background: #fffffffa;
  border: 1px solid #ececec;
  box-shadow: 0 0 20px #ececec;
  display: none;
  font-size: 13px;
  line-height: 18px;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 39px;
  width: 100%;
  z-index: 100;
}
#sme-corpbar .sme-corpbar-user-popup:after,
#sme-corpbar .sme-corpbar-user-popup:before {
  border-style: solid;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
}
#sme-corpbar .sme-corpbar-user-popup:before {
  border-color: #0000 #0000 #fff;
  border-width: 0 6px 6px;
  right: 16px;
  top: -6px;
  z-index: 1;
}
#sme-corpbar .sme-corpbar-user-popup:after {
  border-color: #0000 #0000 #ececec;
  border-width: 0 8px 8px;
  right: 14px;
  top: -8px;
}
#sme-corpbar .sme-corpbar-user-popup input[type="password"],
#sme-corpbar .sme-corpbar-user-popup input[type="text"] {
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 3px;
  font-size: 12px;
  outline: 0;
  padding: 16px;
  width: 100%;
}
#sme-corpbar
  .sme-corpbar-user-popup
  input[type="password"]:focus::-webkit-input-placeholder,
#sme-corpbar
  .sme-corpbar-user-popup
  input[type="text"]:focus::-webkit-input-placeholder {
  color: #0000;
}
#sme-corpbar
  .sme-corpbar-user-popup
  input[type="password"]:focus:-moz-placeholder,
#sme-corpbar
  .sme-corpbar-user-popup
  input[type="password"]:focus::-moz-placeholder,
#sme-corpbar .sme-corpbar-user-popup input[type="text"]:focus:-moz-placeholder,
#sme-corpbar
  .sme-corpbar-user-popup
  input[type="text"]:focus::-moz-placeholder {
  color: #0000;
}
#sme-corpbar
  .sme-corpbar-user-popup
  input[type="password"]:focus:-ms-input-placeholder,
#sme-corpbar
  .sme-corpbar-user-popup
  input[type="text"]:focus:-ms-input-placeholder {
  color: #0000;
}
#sme-corpbar .sme-corpbar-user-popup input[type="password"]:-webkit-autofill,
#sme-corpbar .sme-corpbar-user-popup input[type="text"]:-webkit-autofill {
  -webkit-appearance: none;
  background-color: #fff !important;
  background-image: none !important;
  box-shadow: none;
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
  color: #7f7f7f !important;
}
#sme-corpbar .sme-corpbar-btn-login {
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  line-height: 14px;
  padding: 12px 5px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
#sme-corpbar .sme-corpbar-btn-login:hover {
  opacity: 0.9;
}
#sme-corpbar .sme-corpbar-btn-login-primary {
  background: #cf2528;
  border-bottom: 2px solid #a21c1e;
  color: #fff;
}
#sme-corpbar .sme-corpbar-btn-login-border-primary {
  background: 0 0;
  border: 1px solid #cf2528;
  color: #cf2528;
}
#sme-corpbar .sme-corpbar-btn-login-border-primary:hover {
  background: #cf2528;
  color: #fff;
}
#sme-corpbar .sme-corpbar-pass {
  display: flex;
  justify-content: space-between;
  text-align: right;
}
#sme-corpbar .sme-corpbar-pass a {
  color: #cf2528;
  font-size: 12px;
}
#sme-corpbar .sme-corpbar-or {
  border-bottom: 1px solid #ececec;
  font-size: 12px;
  margin: 15px 0;
  position: relative;
  text-align: center;
  top: -10px;
}
#sme-corpbar .sme-corpbar-or span {
  background: #fffffffa;
  color: #7f7f7f;
  display: inline-block;
  padding: 0 5px;
  position: relative;
  top: 10px;
}
#sme-corpbar .sme-corpbar-register {
  color: #7f7f7f;
  font-size: 12px;
  padding-top: 9px;
  text-align: center;
}
#sme-corpbar .sme-corpbar-register a {
  color: #cf2528;
}
#sme-corpbar .sme-corpbar-mobile .link {
  color: #313131;
  display: block;
  font-size: 12px;
  padding: 7px 10px 0;
  text-transform: uppercase;
}
#sme-corpbar .sme-corpbar-mobile > li > a {
  display: block;
  font-size: 12px;
  padding: 7px 10px;
  text-transform: uppercase;
}
#sme-corpbar .sme-corpbar-logos {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 325px;
}
#sme-corpbar .sme-corpbar-logos a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  filter: grayscale(1);
  opacity: 0.3;
  perspective: 1000px;
  transform: translateZ(0);
  transition: filter 0.2s ease, opacity 0.2s ease;
}
#sme-corpbar .sme-corpbar-logos a:hover {
  filter: grayscale(0);
  opacity: 1;
}
#sme-corpbar .sme-corpbar-logos svg {
  display: block;
}
.sme-corpbar-info-icon-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.sme-corpbar-info-icon-wrapper a {
  text-decoration: none;
}
.sme-corpbar-info-icon-wrapper svg {
  display: block;
}
@font-face {
  font-display: swap;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  src: url(../assets/fonts/roboto-webfont.woff2?r=1) format("woff2"),
    url(../assets/fonts/roboto-webfont.woff?r=1) format("woff");
}
.sme-login-btn {
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 #00000040;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.21px;
  line-height: 40px;
  padding: 0 20px 0 40px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: all 218ms;
}
.sme-login-btn:hover {
  color: #fff;
  opacity: 1;
  text-decoration: none;
}
.sme-login-btn span {
  margin: 0 8px;
}
#sme-corpbar .sme-login-btn {
  color: #fff;
  display: block;
  margin: 0 0 13px;
  width: 100%;
}
#sme-corpbar .sme-login-btn:hover {
  color: #fff;
}
.sme-login-btn:before {
  border-radius: 3px;
  bottom: 1px;
  content: "";
  height: 38px;
  left: 1px;
  position: absolute;
  top: 1px;
  width: 38px;
}
.sme-login-google,
.sme-login-google:hover {
  background-color: #4285f4;
}
.sme-login-google:hover {
  box-shadow: 0 0 3px 3px #4285f44d;
}
.sme-login-google:active {
  background-color: #3367d6;
}

.sme-login-facebook {
  background-color: #3b5998;
}
.sme-login-facebook:before {
}
.sme-login-apple {
  background-color: #000;
}

.sme-footer {
  background: #f7f7f7;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 22.5px;
  margin-top: 30px;
  padding-bottom: 30px;
}
.sme-footer a {
  text-decoration: none;
}
.sme-footer a:hover {
  text-decoration: underline;
}
.sme-footer .relative {
  position: relative;
}
.sme-footer .block-mo {
  display: block;
}
.inner-footer-bottom,
.inner-footer-top {
  margin: auto;
  text-align: center;
  width: 100%;
}
.inner-footer-bottom {
  padding: 40px 0;
}
.sme-footer-top {
  border-bottom: 1px solid #ececec;
  padding: 10px 0;
}
.sme-footer-top nav a {
  color: #4c4c4c;
  display: block;
  margin: 0;
  padding: 5px 0;
  text-align: center;
}
.sme-footer-top nav .up {
  fill: #c7c7c7;
  margin: 0;
  padding: 13px;
  position: absolute;
  right: 0;
  top: -10px;
}
.sme-footer-top nav .up:hover {
  opacity: 0.8;
}
.sme-footer-top .sme-footer-logo {
  fill: #c7c7c7;
  cursor: pointer;
}
.sme-footer-responsive-toggle {
  background: #cf2528;
  color: #fff;
  display: none;
  font-size: 28px;
  line-height: 34px;
  padding: 25px;
  text-align: center;
  text-transform: uppercase;
}
.footer-share {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.footer-share .item {
  display: inline-block;
  height: 40px;
  vertical-align: middle;
  width: 40px;
}
.footer-share .item:hover {
  opacity: 0.8;
}
.footer-share .item svg {
  fill: #fff;
  display: table-cell;
  margin: 8px auto;
}
.footer-share .item.fb {
  background: #3b5998;
}
.footer-share .item.x-platform {
  background: #000;
}
.footer-share .item.inst {
  background: #fc3f70;
}
.footer-share .item.yt {
  background: red;
}
.sme-footer-services .item {
  color: #8d8d8d;
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  margin: 0 12px 15px;
}
.sme-footer-services .item .text {
  display: block;
}
.sme-footer-services .item:hover {
  opacity: 0.8;
  text-decoration: none;
}
.sme-footer-services svg {
  fill: #c7c7c7;
  margin-bottom: 5px;
}
.sme-footer-bottom {
  background: #f7f7f7;
  color: #4c4c4c;
  text-align: center;
}
.sme-footer-copyright {
  color: #b2b2b2;
  font-size: 12px;
  line-height: 18px;
  margin: 50px auto 20px;
  padding: 0 15px;
  position: relative;
  text-align: center;
  z-index: 10;
}
.sme-footer-copyright a {
  color: #4c4c4c;
  margin: 0 5px;
}
.bottom-wrap {
  height: 0;
  overflow: hidden;
}
.crossroad {
  margin: 25px 0 0;
}
.cr-box {
  clear: both;
  margin: 0 0 0.5em;
  overflow: hidden;
}
.cr-box img {
  display: block;
  width: 100%;
}
.cr-box h4 {
  font-family: greta-display-medium;
  font-size: 1.7rem;
  line-height: 1.9rem;
}
.cr-box a {
  display: block;
}
.cr-box .cr-content-topic {
  color: #7f7f7f;
  font-family: open-sans-bold, Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.6rem;
  text-transform: uppercase;
}
.cr-box .cr-photo {
  float: left;
  margin: 0 10px 5px 0;
  position: relative;
  width: 40%;
}
@media (min-width: 600px) {
  #sme-corpbar .sme-corpbar-user-popup:before {
    right: 40px;
  }
  #sme-corpbar .sme-corpbar-user-popup:after {
    right: 38px;
  }
  .sme-footer .block-mo {
    display: inline-block;
  }
  .inner-footer-bottom,
  .inner-footer-top {
    width: 1000px;
  }
  .sme-footer .sme-footer-top {
    padding: 0;
  }
  .sme-footer .sme-footer-top nav a {
    display: inline-block;
    margin: 0 15px;
    padding: 25px 0;
  }
  .sme-footer .sme-footer-top nav .up {
    height: 100%;
    margin: 0;
    padding: 20px;
    right: 0;
    top: 0;
  }
  .sme-footer .sme-footer-top nav .up svg {
    fill: #c7c7c7;
  }
  .sme-footer .sme-footer-logo {
    left: 0;
    position: absolute;
    top: -5px;
  }
  .cr-box .cr-content-topic {
    margin: 0.6em 0 0.2em;
  }
  .cr-box {
    clear: none;
    float: left;
    margin-left: 1.7%;
    width: 18.6%;
  }
  .cr-box .cr-photo {
    float: none;
    margin: 0;
    width: auto;
  }
  .cr-box:first-child {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  #sme-corpbar .link:hover,
  #sme-corpbar a:hover {
    color: #cf2528;
  }
  #sme-corpbar .sme-corpbar-wrap > ul > li:hover .sec {
    display: block;
  }
  #sme-corpbar .sme-corpbar-wrap .sec-2 li a {
    padding: 5px 15px;
  }
  #sme-corpbar .sme-corpbar-wrap .sec {
    background: #fffffffa;
    border: 1px solid #ececec;
    box-shadow: 0 0 20px #ececec;
    color: #fff;
    left: -15px;
    padding: 0;
    position: absolute;
    top: 39px;
    width: 200px;
    z-index: 100000;
  }
  #sme-corpbar .sme-corpbar-wrap .sec:after,
  #sme-corpbar .sme-corpbar-wrap .sec:before {
    border-style: solid;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
  }
  #sme-corpbar .sme-corpbar-wrap .sec:before {
    border-color: #0000 #0000 #fff;
    border-width: 0 6px 6px;
    left: 30px;
    top: -6px;
    z-index: 1;
  }
  #sme-corpbar .sme-corpbar-wrap .sec:after {
    border-color: #0000 #0000 #ececec;
    border-width: 0 8px 8px;
    left: 28px;
    top: -8px;
  }
  #sme-corpbar .sme-corpbar-wrap .sec a {
    display: inline-block;
    line-height: 18px;
    padding: 5px 15px;
  }
  #sme-corpbar .sme-corpbar-wrap .sec a:hover {
    background-color: #cf2528;
    color: #fff;
  }
  #sme-corpbar .sme-corpbar-wrap .sec li {
    display: block;
  }
  #sme-corpbar .sme-corpbar-user-popup {
    width: 320px;
  }
  #sme-corpbar .sme-corpbar-mobile .link {
    line-height: 40px;
    padding: 0;
    text-transform: none;
  }
  #sme-corpbar .sme-corpbar-mobile .link:hover {
    cursor: default;
  }
  #sme-corpbar .sme-corpbar-mobile > li > a {
    padding: 0;
    text-transform: none;
  }
}
@media (max-width: 991px) {
  #sme-corpbar .sme-corpbar-mobile .link,
  #sme-corpbar .sme-corpbar-mobile > li > a {
    font-weight: 700;
  }
}

@font-face {
  font-family: smesk-main;
  src: url(../assets/fonts/smesk-main.woff2?r=04i) format("woff2"),
    url(../assets/fonts/smesk-main.woff?r=04i) format("woff"),
    url(../assets/fonts/smesk-main.ttf?r=04i) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: fallback;
}

@font-face {
  font-family: fedra-display-heavy;
  src: url(../assets/fonts/fedra-display-heavy.woff2?r=04i) format("woff2"),
    url(../assets/fonts/fedra-display-heavy.woff?r=04i) format("woff"),
    url(../assets/fonts/fedra-display-heavy.ttf?r=04i) format("truetype");
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: fallback;
}

@font-face {
  font-family: greta-light-normal;
  src: url(../assets/fonts/greta-light-normal.woff2?r=04i) format("woff2"),
    url(../assets/fonts/greta-light-normal.woff?r=04i) format("woff"),
    url(../assets/fonts/greta-light-normal.ttf?r=04i) format("truetype");
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: fallback;
}

@font-face {
  font-family: greta-light-italic;
  src: url(../assets/fonts/greta-light-italic.woff2?r=04i) format("woff2"),
    url(../assets/fonts/greta-light-italic.woff?r=04i) format("woff"),
    url(../assets/fonts/greta-light-italic.ttf?r=04i) format("truetype");
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: fallback;
}

@font-face {
  font-family: greta-medium-normal;
  src: url(../assets/fonts/greta-medium-normal.woff2?r=04i) format("woff2"),
    url(../assets/fonts/greta-medium-normal.woff?r=04i) format("woff"),
    url(../assets/fonts/greta-medium-normal.ttf?r=04i) format("truetype");
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: fallback;
}

@font-face {
  font-family: greta-display-medium;
  src: url(../assets/fonts/greta-display-medium.woff2?r=04i) format("woff2"),
    url(../assets/fonts/greta-display-medium.woff?r=04i) format("woff"),
    url(../assets/fonts/greta-display-medium.ttf?r=04i) format("truetype");
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: fallback;
}

@font-face {
  font-family: open-sans-regular;
  src: url(../assets/fonts/opensans-regular-webfont.woff2?r=04i) format("woff2"),
    url(../assets/fonts/opensans-regular-webfont.woff?r=04i) format("woff"),
    url(../assets/fonts/opensans-regular-webfont.ttf?r=04i) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: fallback;
}

@font-face {
  font-family: open-sans-bold;
  src: url(../assets/fonts/opensans-bold-webfont.woff2?r=04i) format("woff2"),
    url(../assets/fonts/opensans-bold-webfont.woff?r=04i) format("woff"),
    url(../assets/fonts/opensans-bold-webfont.ttf?r=04i) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: fallback;
}
.social-dialog-wrapper {
  position: relative;
}

a,
article,
body,
div,
em,
footer,
form,
h1,
h2,
h3,
h4,
header,
html,
i,
img,
li,
nav,
ol,
p,
small,
span,
strong,
sup,
table,
tbody,
td,
time,
tr,
ul {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
footer,
header,
nav {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.px-xs {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.p-s {
  padding: 1rem;
}

.px-s {
  padding-left: 1rem;
  padding-right: 1rem;
}

.p-m {
  padding: 1.5rem;
}

.px-m {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-m {
  padding-bottom: 1.5rem;
}

.py-m {
  padding-top: 1.5rem;
}

.pl-m {
  padding-left: 1.5rem;
}

.pr-m {
  padding-right: 1.5rem;
}

.my-xxs {
  margin-bottom: 0.2rem;
}

.mt-xxs,
.my-xxs {
  margin-top: 0.2rem;
}

.ml-xxs {
  margin-left: 0.2rem;
}

.mr-xxs {
  margin-right: 0.2rem;
}

.my-xs {
  margin-bottom: 0.5rem;
}

.my-xs {
  margin-top: 0.5rem;
}

.mb-xs {
  margin-bottom: 0.5rem;
}

.ml-xs {
  margin-left: 0.5rem;
}

.mr-xs {
  margin-right: 0.5rem;
}

.m-s {
  margin: 1rem;
}

.mt-s {
  margin-top: 1rem;
}

.mb-s {
  margin-bottom: 1rem;
}

.ml-s {
  margin-left: 1rem;
}

.mr-s {
  margin-right: 1rem;
}

.my-m {
  margin-bottom: 1.5rem;
}

.mt-m,
.my-m {
  margin-top: 1.5rem;
}

.mb-m {
  margin-bottom: 1.5rem;
}

.mr-m {
  margin-right: 1.5rem;
}

.my-l {
  margin-bottom: 2rem;
}

.my-l {
  margin-top: 2rem;
}

.mt-xl {
  margin-top: 2.5rem;
}

.flex {
  align-items: center;
  display: flex !important;
}

.flex-fill {
  flex: 1;
}

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

.block {
  display: block !important;
}

.block-mo {
  display: block;
}

.hidden,
.is-hidden {
  display: none !important;
}

.table-cell {
  display: table-cell;
}

.is-hidden-mobile {
  display: none !important;
}

.relative {
  position: relative !important;
}

.wf {
  display: block;
  width: 100%;
}

.w100,
.w100 img {
  display: block;
  width: 100%;
}

.caps {
  text-transform: uppercase;
}

.underline-off {
  text-decoration: none !important;
}

.bigger {
  font-size: 150%;
}

.i-link {
  cursor: pointer;
}

.i-link > .i-link-text {
  display: inline-block;
  vertical-align: middle;
}

.i-link > svg {
  color: inherit;
}

hr {
  border: none;
  border-top: 1px solid #ececec;
  clear: both;
  margin: 0;
}

small {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.c-brand {
  color: #cf2528;
}

.c-black-50 {
  color: #7f7f7f;
}

.c-black-60 {
  color: #666;
}

.c-black-70 {
  color: #4c4c4c;
}

.c-black-80 {
  color: #333;
}

.c-text-black {
  color: #313131;
}

.c-green {
  color: #37a000;
}

.c-gold {
  color: #ffc35f;
}

.c-lightblue {
  color: #b2b8c8;
}

.c-lightblue2 {
  color: #8e92a9;
}

.bg-black-50 {
  background-color: #f7f7f7;
}

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

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

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

.fl {
  float: left;
}

.fr {
  float: right;
}

.cursor-pointer {
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}

[placeholder]:focus:-moz-placeholder,
[placeholder]:focus::-moz-placeholder {
  color: transparent;
}

[placeholder]:focus:-ms-input-placeholder {
  color: transparent;
}

input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="password"],
input[type="text"] {
  border: 1px solid #ececec;
}

button:focus,
input:focus {
  outline: none;
}

strong {
  font-family: greta-medium-normal;
}

em {
  font-style: italic;
}

a {
  text-decoration: none;
}

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

.cf:after {
  clear: both;
  content: " ";
  display: table;
}

.ol {
  list-style-type: decimal;
  margin: 12px 0;
  padding: 0 0 0 20px;
}

.ol li {
  margin: 7px 0 0;
}

.col {
  float: left;
}

.col-4 {
  width: 33.33333%;
}

.btn {
  background: #f0f0f0;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-family: open-sans-bold, Arial, sans-serif;
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin-right: 10px;
  padding: 7px 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  vertical-align: middle;
  white-space: nowrap;
}

.btn:disabled {
  background: #f7f7f7;
  color: #b2b2b2;
  cursor: auto;
}

.btn:last-child {
  margin-right: 0;
}

.btn-s {
  font-size: 1.1rem;
  line-height: 1.4rem;
  padding: 3px 10px;
}

.btn-m {
  font-size: 1.3rem;
  line-height: 1.8rem;
  padding: 7px 10px;
}

.btn-border {
  background: #fff;
  color: #313131;
}

.btn-border {
  border: 1px solid #ececec;
}

.btn-icon {
  align-items: center;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
}

.tabs-m-inline li {
  display: inline-block;
}

.tabs-m-inline li {
  text-align: center;
}

.tabs-m-inline li.is-selected {
  position: relative;
  top: 1px;
}

.tabs-m-inline li.is-selected a {
  border-top: none;
  font-family: open-sans-bold, Arial, sans-serif;
}

.tabs-m-inline li a {
  display: block;
  font-family: open-sans-regular, Arial, sans-serif;
  white-space: nowrap;
}

.tabs-m-inline {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-bottom: 0 !important;
}

.tabs-m-inline li a {
  border-bottom-width: 0;
  padding: 11px 6px 12px;
}

.tabs-m-inline li.is-selected a {
  border-bottom: 2px solid #cf2528;
}

.tab-panel-content {
  font-family: open-sans-regular, Arial, sans-serif;
  font-size: 1.35rem;
  line-height: 1.8rem;
  margin: 14px 0 0;
}

.tab-panel-content small {
  font-size: 1.1rem;
  line-height: 1.4rem;
  white-space: nowrap;
}

.tab-panel-content ol,
.tab-panel-content ul {
  color: #4c4c4c;
  display: none;
}

.tab-panel-content .is-selected {
  display: block;
}

.tab-panel-content-list li {
  margin: 7px 0 0;
}

.tab-panel-content-list li > span:first-child {
  padding-right: 4px;
  text-align: center;
  width: 22px;
}

.h-tiny,
.h-tiny-bold,
.h-tiny-bold-l {
  text-transform: uppercase;
}

.h-tiny-bold-l {
  font-size: 1.4rem;
  line-height: 2rem;
}

.h-tiny,
.h-tiny-bold {
  font-size: 1.1rem;
  line-height: 1.4rem;
}

.h-tiny-bold,
.h-tiny-bold-l {
  font-family: open-sans-bold, Arial, sans-serif;
}

.h-main-2-l {
  font-family: greta-display-medium;
}

.h-main-2-l {
  font-size: 2.7rem;
  line-height: 2.8rem;
}

.sans-reg {
  font-family: open-sans-regular, Arial, sans-serif;
}

.sans-bold,
.sans-reg strong {
  font-family: open-sans-bold, Arial, sans-serif;
}

.fs-m {
  font-size: 1.5rem;
  line-height: 1.9rem;
}

.fs-s {
  font-size: 1.3rem;
  line-height: 1.6rem;
}

.fs-xs {
  font-size: 1.1rem;
}

.fs-xs {
  line-height: 1.4rem;
}

.fs-12 {
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.fs-14 {
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.fs-18 {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.lh-xl {
  line-height: 150%;
}

.perex {
  color: #313131;
  font-family: open-sans-regular, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin: 20px auto;
}

.bt {
  border-top: 1px solid #ececec;
}

.bb {
  border-bottom: 1px solid #ececec;
}

.br3 {
  border-radius: 3px;
}

input[type="password"],
input[type="text"] {
  background: #f7f7f7;
  border-radius: 2px;
  font-size: 1.3rem;
  line-height: 1.5rem;
  margin: 0;
  padding: 5px;
  vertical-align: middle;
}

#sme-corpbar .sec {
  z-index: 100;
}

.header-ad {
  z-index: 5;
}

.main-nav-search,
.submenu-toggle {
  z-index: 10;
}

[data-icon]:before {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: attr(data-icon);
  font-family: smesk-main !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: 400 !important;
  line-height: 1;
  text-transform: none !important;
  vertical-align: middle;
}

i {
  line-height: 70%;
}

[class*="svg-icon"],
[class^="svg-icon"],
i {
  fill: currentColor;
  display: inline-block;
  vertical-align: middle;
}

[class*="svg-icon"],
[class^="svg-icon"] {
  stroke-width: 0;
  stroke: currentColor;
}

[class*="svg-icon"]:hover,
[class^="svg-icon"]:hover {
  pointer-events: all;
}

.ad-position-big-1:not(:empty) {
  margin: 1em auto 0;
  max-width: 1000px;
  text-align: center;
}

.admngr-hidden {
  display: none;
}

.side-banner,
[class*="ad-position-sme-title-extra"] {
  margin: 1.5em 0;
}

.ad-composer {
  display: none;
  position: fixed;
  transition: transform 0.3s ease-in-out;
  width: 100%;
  z-index: 1120;
}

.ad-composer-bottom {
  bottom: 49px;
}

.ad-composer-center-left {
  bottom: 0;
  left: 0;
  max-height: 100%;
  max-width: 600px;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
}

.ad-composer-bottom-left {
  bottom: 49px;
  left: 0;
  max-width: 500px;
}

.ad-advmngr-bottom {
  background-color: #fff;
}

.artemis-ad-position {
  position: relative;
  text-align: center;
}

header {
  clear: both;
  font-family: open-sans-regular, Arial, sans-serif;
  font-size: 1.3rem;
  line-height: 1.9rem;
  position: relative;
}

.header-center,
.header-top {
  text-align: center;
}

.main-nav ul {
  float: left;
}

.header-logo {
  display: inline-block;
  margin: 16px 0 0 5px;
  vertical-align: middle;
  white-space: nowrap;
}

.header-logo,
.header-logo-sme {
  transition: opacity 0.2s ease;
}

.header-logo-sme {
  display: inline-block;
  margin-top: 13px;
  vertical-align: middle;
}

.header-logo-sme .svg-container {
  fill: #cf2528;
  height: 30px;
  overflow: hidden;
  pointer-events: none;
  width: 85px;
}

.header-logo-sme span {
  display: inline-block;
  text-indent: -9999px;
}

.header-text-info {
  color: #7f7f7f;
  font-family: open-sans-regular, Arial, sans-serif;
  margin: 0 auto 10px;
  padding: 0 15px;
}

.header-text-info a:not(.sans-reg) {
  font-family: open-sans-bold, Arial, sans-serif;
}

.header-text-info a {
  color: #7f7f7f;
}

.header-logo-index {
  margin-top: 15px;
}

.header-logo-index .svg-container {
  fill: #0073ae;
  height: 29px;
  width: 123px;
}

.header-ad {
  display: none;
}

.header-mobile-nav {
  color: #fff;
  cursor: pointer;
  display: none;
  float: right;
  font-size: 30px;
}

.header-mobile-nav span {
  float: right;
  padding: 15px;
}

[placeholder]:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.8s;
  transition: opacity 0.8s ease 0.8s;
}

.main-nav {
  backface-visibility: hidden;
  clear: both;
  display: table-cell;
  font-family: open-sans-regular, Arial, sans-serif;
  position: relative;
  vertical-align: top;
}

.main-nav > ul {
  display: flex;
  padding-right: 120px;
  white-space: nowrap;
}

.main-nav > ul > li {
  display: table-cell;
  white-space: nowrap;
}

.main-nav > ul > li:first-child a {
  padding-left: 7px;
}

.main-nav > ul > li > a {
  display: block;
  font-size: 1.25rem;
  height: 38px;
  line-height: 2.1rem;
  padding: 9px 4px 9px 5px;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.main-nav > ul > li > a:hover {
  text-decoration: none;
}

.main-nav > ul > li > a.weather-menu-btn {
  --sunny-color: #fff;
  --cloud-color: #fff;
  --night-color: #fff;
  padding: 5px 4px 0 3px;
}

.main-nav > ul > li > a.weather-menu-btn sup {
  font-size: 0.85em;
  top: -0.15em;
}

.main-nav > ul > li > a .menu-weather-icon {
  top: -1px;
}

.sub-nav {
  background: #666;
  clear: both;
  font-family: open-sans-regular, Arial, sans-serif;
}

.sub-nav > ul {
  padding-right: 120px;
  white-space: nowrap;
}

.sub-nav > ul > li {
  display: table-cell;
  white-space: nowrap;
}

.sub-nav > ul > li > a {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.8rem;
  padding: 8px 5px 10px;
  position: relative;
}

.sub-nav > ul > li > a.is-selected {
  background: transparent;
  font-family: open-sans-bold, Arial, sans-serif;
}

.nav-post-link {
  height: 36px;
  position: absolute;
  right: 0;
  top: 0;
}

.nav-post-link {
  background: #dbe6ef;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.44);
  color: #3f6ea7;
  font-family: open-sans-bold, Arial, sans-serif;
  font-size: 1.3rem;
  line-height: 1.9rem;
  padding: 8px 11px;
  text-align: center;
  width: 111px;
}

.sub-nav-dropdown-toggle {
  position: relative;
  white-space: nowrap;
}

.sub-nav-dropdown-menu {
  display: none;
}

.main-nav-ctrls {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.74);
  height: 38px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: width 0.2s;
  width: 111px;
}

.main-nav-search {
  color: #fff;
  height: 38px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  z-index: 20;
}

.main-search-close,
.main-search-open {
  background: #3a3a3a;
  cursor: pointer;
  display: inline-block;
  height: 38px;
  width: 33px;
}

.main-search-close svg,
.main-search-open svg {
  fill: #fff;
  position: relative;
}

.main-search-open {
  float: right;
}

.main-search-open svg {
  font-size: 16px;
  left: 8px;
  top: 8px;
}

.submenu {
  display: none;
}

.submenu-toggle {
  background: #3a3a3a;
  color: #fff;
  cursor: pointer;
  float: right;
  height: 38px;
  line-height: 21px;
  padding: 9px 8px;
  white-space: nowrap;
  width: 78px;
}

.submenu-toggle svg {
  fill: #fff;
  font-size: 2rem;
  line-height: 1rem;
  position: relative;
  top: -2px;
}

.submenu-toggle .text {
  display: inline-block;
  font-family: open-sans-bold, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
  margin-top: -2px;
  text-transform: uppercase;
  vertical-align: middle;
}

.nav-outer-wrapper {
  height: 38px;
  overflow-x: hidden;
  position: relative;
}

.nav-outer-wrapper.sub-nav-outer-wrapper {
  background: #f7f7f7;
  height: 36px;
}

.scroll-wrapper {
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  overflow-x: scroll;
  white-space: nowrap;
}

.scroll-wrapper::-webkit-scrollbar {
  display: none;
}

.main-nav-ctrls {
  display: flex;
  justify-content: flex-end;
}

.submenu-toggle {
  border: 0;
  border-right: 1px solid #828282;
}

button.main-search-open {
  align-items: center;
  border: 0;
  display: inline-flex;
  justify-content: center;
}

button.main-search-open > svg {
  left: auto;
  top: auto;
}

.site-wrapper {
  background: #fff;
}

.right-panel > * {
  margin-left: 15px;
  margin-right: 15px;
}

.left-panel {
  padding: 0 15px;
}

.right-panel .artemis-ad-position {
  margin-bottom: 1.5rem;
}

.box {
  margin-bottom: 1.5em;
  margin-top: 1.5em;
  position: relative;
}

.services .btn {
  margin-bottom: 10px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.right-panel > :first-child {
  margin-top: 20px;
}

.article-wrapper .right-panel > :first-child {
  margin-top: 30px;
}

.topic-box ul li:not(.teraz-box-item):not(.teraz-box-date):before {
  background: #cf2528;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 7px;
  left: 1px;
  position: absolute;
  top: 4px;
  width: 7px;
}

.topic-box ul {
  list-style: none;
}

.topic-box ul:before {
  border-left: 1px dotted #ccc;
  bottom: -5px;
  content: "";
  left: 4px;
  position: absolute;
  top: -5px;
}

.topic-box ul li {
  margin-left: 0;
}

.topic-box-article ul:before {
  display: none;
}

.tab-panel-content .tab-panel-content-list li a,
.tabs-m-inline li a {
  color: #313131;
}

.tab-panel-content-list .tab-item-link,
.tab-panel-content .tab-item-link {
  font-family: greta-display-medium;
  font-size: 1.7rem;
  line-height: 2.2rem;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  color: #313131;
  font-family: greta-light-normal;
  min-width: 320px;
}

body > div {
  font-size: 1.6rem;
  line-height: 1.8rem;
}

body > div svg {
  max-height: 100%;
}

.btn-primary {
  background: #cf2528;
  border-bottom: 2px solid #a21c1e;
  color: #fff;
}

header {
  background: #fff;
}

.tabs-m-inline li.is-selected a {
  border-bottom-color: #cf2528;
}

.main-nav {
  background: #cf2528;
}

.main-nav > ul > li > a {
  color: #fff;
}

.sub-nav,
.sub-nav > ul > li > a {
  background: #f7f7f7;
}

.sub-nav > ul > li > a {
  color: #cf2528;
}

.topic-box ul li:before,
.topic-box ul li:not(.teraz-box-item):not(.teraz-box-date):before {
  background: #cf2528;
  top: 7px;
}

.main-nav-wrapper {
  background-color: #cf2528;
}

.c-brand,
.font-size-link,
.services .btn,
.tab-panel-content-list li a,
a {
  color: #cf2528;
}

.fill-brand {
  fill: #cf2528;
}

::-moz-selection {
  background: #cf2528;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #cf2528;
  color: #fff;
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

article .share-box {
  margin: 1em 0;
}

.article-published {
  color: #4c4c4c;
  font-family: open-sans-regular, Arial, sans-serif;
  font-size: 1.3rem;
  line-height: 2.2rem;
  margin: 1em 0;
}

.article-published-top {
  font-size: 1.2rem;
  line-height: 2rem;
}

.article-author .article-author-img {
  height: 38px;
}

.article-tooltip .btn {
  margin-right: 0;
}

.article-tooltip .tt-main {
  opacity: 0.95;
  top: calc(100% + 10px);
  width: 300px;
}

.article-tooltip .tt-main:after {
  border-width: 7px;
  margin-left: -7px;
}

.article-tooltip-topic {
  margin-left: auto;
  position: static;
}

.article-heading {
  margin: 20px 0 5px;
  position: relative;
}

.article-heading h1 {
  font-family: fedra-display-heavy;
  font-size: 3.2rem;
  line-height: 3.4rem;
  overflow-wrap: break-word;
}

.perex {
  margin-top: 5px;
}

article {
  font-size: 1.9rem;
  line-height: 1.4em;
}

article p:not(.perex) {
  margin-bottom: 1.2em;
  margin-top: 1.2em;
}

article h2 {
  font-family: greta-medium-normal;
}

article h2 {
  font-size: 1.7em;
  line-height: 1.1em;
  margin: 1.4em 0 0.8em;
}

article ul li {
  margin-left: 18px;
}

article ul li:not(:first-child) {
  margin-top: 7px;
}

article ul {
  list-style: square;
}

article sup {
  font-size: smaller;
}

article sup {
  vertical-align: super;
}

article a {
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(207, 37, 40, 0.25);
  text-decoration-color: rgba(207, 37, 40, 0.25);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.14em;
}

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

.btn-share {
  margin-right: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.btn-share > span {
  order: 2;
}

.btn-share > svg {
  margin-left: 0;
  margin-right: 1rem;
}

.article-item-wrapper {
  clear: both;
  position: relative;
}

.article-item-wrapper small {
  color: #7f7f7f;
  margin-top: 8px;
}

.article-main-img a {
  display: block;
  margin-bottom: 8px;
  position: relative;
}

.article-main-img a img {
  display: block;
  width: 100%;
}

.article-avizo {
  border-bottom: 1px solid #ececec;
  border-top: 1px solid #ececec;
  display: inline-block;
  margin: 0 15px;
  padding: 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
}

.article-avizo.article-avizo-spaceless {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.article-avizo:hover {
  text-decoration: none;
}

.article-avizo > .h-tiny-bold {
  display: block;
  margin-bottom: 10px;
}

.article-avizo .avizo-text {
  font-family: greta-display-medium;
}

.article-avizo:not(.fl):not(.fr) .avizo-photo + .avizo-text {
  display: inline-block;
  max-width: 60%;
  padding-right: 10px;
  vertical-align: middle;
}

.avizo-photo {
  display: inline-block;
  max-width: 40%;
  padding: 0 10px 0 0;
  vertical-align: middle;
}

.avizo-link,
.avizo-photo img {
  display: block;
}

.avizo-link {
  line-height: 1.2em;
}

.googlemap:has(.player5),
.idnes:has(.player5),
.jwvideo:has(.player5),
.ta3:has(.player5),
.tvsme:has(.player5),
.vimeo:has(.player5),
.vineco:has(.player5),
.youtube:has(.player5) {
  padding-bottom: 56.5%;
}

.article-font-size {
  display: inline-block;
  vertical-align: middle;
}

.font-size-link {
  cursor: pointer;
  padding: 7px;
}

.font-size-link:hover .text {
  text-decoration: underline;
}

.extend-article article > p::first-of-type:first-letter {
  font-size: 4rem;
}

.breaking-strip {
  background-color: #191919;
  bottom: 49px;
  cursor: pointer;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  right: 0;
  transform: translateY(0);
  transition: transform 0.3s ease-in-out;
  width: 100%;
  z-index: 3000;
}

.breaking-strip.slide-down {
  transform: translateY(100%) translateY(50px);
}

.media-info {
  bottom: 12px;
  position: absolute;
  right: 12px;
}

.media-info .media-info-video {
  background: rgba(0, 0, 0, 0.65);
  border-radius: 30px;
  color: #fff;
  float: left;
  font-family: open-sans-regular, Arial, sans-serif;
  font-size: 1rem;
  height: 22px;
  line-height: 1.4rem;
  margin-left: 3px;
  min-width: 22px;
  padding: 4px 0;
  position: relative;
  text-align: center;
}

.media-info .media-info-video:hover span {
  opacity: 1;
  padding-left: 21px;
}

.media-info .media-info-video:hover span.video-media-text {
  text-align: left;
  width: 54px;
}

.media-info .media-info-video span {
  display: inline-block;
  font-family: open-sans-bold, Arial, sans-serif;
  font-size: 0.95rem;
  line-height: 1.2rem;
  opacity: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  top: 1px;
  transition: width 0.2s ease-in-out;
  width: 0;
}

.media-info .media-info-video .svg-icon-video {
  height: 8px;
  left: 8px;
  position: absolute;
  top: 7px;
  width: 8px;
}

.small-media-info {
  bottom: 8px;
  right: 8px;
}

.small-media-info .media-info-video {
  font-size: 0.9rem;
  height: 20px;
  line-height: 1.2rem;
  min-width: 20px;
  opacity: 1;
  padding-top: 4px;
}

.small-media-info .media-info-video:hover span {
  padding-left: 19px;
}

.small-media-info .media-info-video:hover span.video-media-text {
  width: 50px;
}

.small-media-info .media-info-video span {
  font-size: 0.9rem;
  line-height: 0.9rem;
}

.small-media-info .media-info-video .svg-icon-video {
  left: 7px;
  top: 6px;
  width: 7px;
}

@supports (-webkit-touch-callout: none) {
}

@media (min-width: 600px) {
  .px-m-sm {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pb-l-sm {
    padding-bottom: 2rem;
  }

  .flex-sm {
    align-items: center;
    display: flex !important;
  }

  .block-mo {
    display: inline-block;
  }

  .hidden-sm {
    display: none !important;
  }

  .is-hidden-mobile {
    display: inline-block !important;
  }

  .relative-sm {
    position: relative;
  }

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

  .fl-sm {
    float: left;
  }

  .fr-sm {
    float: right;
  }

  a:hover {
    cursor: pointer;
    text-decoration: underline;
  }

  .btn-m {
    padding: 7px 15px;
  }

  .tabs-m-inline li {
    margin-right: 3px;
  }

  .tabs-m-inline li.is-selected {
    margin-top: 0;
  }

  .tabs-m-inline li a {
    padding-top: 2px;
  }

  .h-main-2-l {
    font-size: 3rem;
    line-height: 3.2rem;
  }

  .artemis-ad-position[class*="-resp"] {
    display: none;
  }

  .ad-composer-bottom {
    bottom: 0;
  }

  .ad-composer-center-left {
    margin-left: -300px;
  }

  .ad-composer-bottom-left {
    bottom: 0;
  }

  header {
    background: #fff;
  }

  .header-wrapper {
    margin: auto;
    position: relative;
    width: 1000px;
  }

  .header-center {
    margin: auto;
    width: 50%;
  }

  .header-top {
    height: 115px;
    position: relative;
  }

  .header-logo {
    margin: 28px 0 0 10px;
  }

  .header-logo-sme {
    margin: 0;
  }

  .header-logo-sme:hover {
    opacity: 0.7;
    text-decoration: none;
  }

  .header-logo-sme .svg-container {
    height: 45px;
    margin: 25px 0 0;
    width: 95px;
  }

  .header-text-info {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .header-logo .svg-container {
    height: 37px;
    margin-right: 10px;
    max-width: none;
    width: 95px;
  }

  .header-logo-index {
    margin-left: 5px;
    margin-top: 24px;
  }

  .header-logo-index .svg-container {
    height: 34px;
    margin-right: 0;
    width: 144px;
  }

  .header-ad {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    max-width: 220px;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .header-ad.header-ad-left {
    left: 0;
  }

  .header-ad.header-ad-right {
    right: 0;
  }

  .header-ad .header-ad-inner {
    align-items: center;
    display: flex;
    max-height: 90px;
  }

  .header-ad .header-ad-inner > div > div {
    display: flex;
  }

  .main-nav {
    padding: 0;
  }

  .main-nav > ul > li > a {
    border: none;
    display: inline-block;
    height: 36px;
    padding: 7px 4px 6px;
  }

  .main-nav > ul > li > a.weather-menu-btn {
    padding: 4px 4px 0 3px;
  }

  .sub-nav > ul {
    padding-right: 0;
  }

  .nav-post-link {
    bottom: 0;
    box-shadow: none;
  }

  .main-nav-ctrls {
    box-shadow: none;
    height: 36px;
  }

  .main-search-close,
  .main-search-open {
    height: 36px;
  }

  .main-search-close:hover,
  .main-search-open:hover {
    background: #444;
  }

  .main-search-open svg {
    top: 7px;
  }

  .submenu-toggle {
    height: 36px;
    padding: 8px;
  }

  .nav-outer-wrapper {
    height: 36px;
    overflow-x: visible;
  }

  .scroll-wrapper {
    overflow-x: visible;
  }

  .site-wrapper {
    margin: auto;
    width: 1000px;
  }

  .right-panel > * {
    margin-left: 0;
    margin-right: 0;
  }

  .left-panel {
    padding: 0;
    width: 614px;
  }

  .right-panel {
    width: 336px;
  }

  .left-panel {
    float: left;
  }

  .right-panel {
    float: right;
  }

  .tab-panel-content-list .tab-item-link,
  .tab-panel-content .tab-item-link {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  #sme-corpbar {
    min-width: 1000px;
  }

  .main-nav > ul > li > a:hover {
    background: #a21c1e;
  }

  .article-tooltip .tt-main {
    right: 30px;
    width: 400px;
  }

  .article-heading {
    margin: 30px 0 5px;
  }

  .article-heading h1 {
    font-size: 3.8rem;
    line-height: 4.6rem;
  }

  .topic-box-follow-btn {
    font-size: 1.3rem;
    line-height: 1.8rem;
    padding: 7px 10px;
  }

  article {
    font-size: 2.1rem;
    line-height: 1.4em;
  }

  .article-main-img {
    margin-top: 20px;
  }

  .article-main-img a:hover .article-main-img-icon {
    opacity: 1;
    transform: translateZ(0) scale(1);
  }

  .article-avizo {
    margin: 0;
    padding: 20px 15px;
  }

  .article-avizo > .h-tiny-bold.hidden-sm {
    display: none;
  }

  .article-avizo:not(.fl):not(.fr) .avizo-photo + .avizo-text {
    max-width: 71%;
  }

  .avizo-photo {
    max-width: 28%;
    padding-right: 15px;
  }

  .avizo-link {
    margin: 0.5em 0 0;
  }

  .article-main-img-overlay {
    left: 0;
    position: absolute;
    top: 0;
  }

  .article-main-img-icon {
    opacity: 0;
  }

  .breaking-strip {
    bottom: 20px;
  }

  .breaking-strip.slide-down {
    bottom: 20px;
    transform: translateY(100%) translateY(20px);
  }
}

@media (min-width: 600px) and (min-width: 600px) {
  .topic-box-follow-btn {
    padding: 7px 15px;
  }
}

@media (min-width: 1200px) {
  .header-wrapper {
    max-width: 1200px;
    width: auto;
  }

  .main-nav > ul > li:first-child a {
    padding-left: 10px;
  }

  .main-nav > ul > li > a {
    padding: 7px 10px 6px;
  }

  .main-nav > ul > li > a.weather-menu-btn {
    padding: 4px 8px 0 7px;
  }

  .sub-nav:not(.event-sub-nav-menu) > ul > li > a {
    padding: 8px 10px 10px 9px;
  }

  .sub-nav:not(.event-sub-nav-menu) > ul > li > a:after {
    background: currentColor;
    content: "";
    height: 12px;
    position: absolute;
    right: 0;
    top: calc(50% - 6px);
    width: 1px;
  }

  .sub-nav:not(.event-sub-nav-menu) > ul > li:last-child > a:after {
    display: none;
  }
}

@media (max-width: 599px) {
  .px-m-mo {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hidden-mo {
    display: none !important;
  }

  .wf-mo {
    display: block;
    width: 100%;
  }

  .btn.wf-mo {
    margin-right: 0;
  }

  .article-tooltip-topic .tt-main {
    width: 100%;
  }

  .article-tooltip-topic .tt-main:after {
    display: none;
  }

  .article-avizo > .h-tiny-bold + .avizo-photo {
    vertical-align: top;
  }

  .article-avizo .avizo-text .h-tiny-bold {
    display: none;
  }

  .media-info {
    bottom: 8px;
    right: 8px;
  }

  .small-media-info {
    bottom: 5px;
    right: 5px;
  }
}

.admngr-hidden {
  display: none !important;
}

.artemis-promo-labels {
  display: inline-block;
  font-family: open-sans-regular, Arial, sans-serif;
  font-size: 1.25rem;
  height: 20px;
  line-height: 1.8rem;
  margin: 1rem auto 0.5rem;
  text-align: left;
  width: 100%;
}

.artemis-promo-labels:after {
  clear: both;
  content: " ";
  display: table;
}

.artemis-promo-labels a {
  color: #7f7f7f;
  display: inline-block;
  text-decoration: none;
}

.artemis-promo-labels a:hover {
  text-decoration: underline;
}

.artemis-promo-link-2,
.artemis-promo-link-2-no-href {
  float: right;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.artemis-promo-close {
  color: #7f7f7f;
  float: right;
  text-decoration: none;
}

.admngr-promo-close-wrap:not(.subscription-btn) .artemis-promo-close {
  margin-right: 10px;
}

.artemis-promo-close:hover {
  text-decoration: none;
}

.admngr-promo-close-c-svg-path {
  fill: #313131;
}

.admngr-c-black-50 {
  color: #7f7f7f;
}

.admngr-mbm {
  margin-bottom: 15px;
}

.admngr-sky-position {
  height: 600px;
  position: absolute;
  top: 0;
  width: 160px;
}

.admngr-sky-position.admngr-sky-left {
  left: -160px;
}

.admngr-sky-position.admngr-sky-left .js-advm-provider-dfp {
  float: right;
}

.admngr-sky-position.admngr-sky-right {
  right: -160px;
}

#admngr-top_ad_place {
  display: none;
}

@media screen and (min-width: 600px) {
  #admngr-top_ad_place {
    display: block;
    left: 0;
    margin-top: 1em;
    position: relative;
    right: 0;
    top: 50px;
    width: 1000px;
  }
}

.admngr-promo-labels-bfix {
  background: hsla(0, 0%, 40%, 0.8);
  font-size: 12px;
  height: 25px;
  line-height: 18px;
  margin: 0;
  padding: 5px;
  position: absolute;
  right: 0;
  top: -25px;
  width: auto;
  z-index: 11;
}

.admngr-promo-labels-bfix .admngr-c-black-50 {
  color: #fff;
}

.admngr-promo-labels-bfix .admngr-promo-close-c-svg-path {
  fill: #fff;
}
.anz-wrapper * {
  box-sizing: border-box;
}
.anz-wrapper {
  font-family: var(--anz-font-sans-serif, "open-sans-regular", sans-serif);
  font-weight: var(--anz-font-weight-default, 400);
  font-size: 1em;
  line-height: 1.4285714286em;
  display: flex;
  width: 100%;
  color: #313131;
}
.anz-container {
  width: 100%;
  margin: 0 auto;
}
.anz-link {
  color: #313131;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 600px) {
  .anz-link:hover {
    color: #cf2528;
    text-decoration: none;
  }
}
.anz-link-inverse {
  color: #cf2528;
}
@media (min-width: 600px) {
  .anz-link-inverse:hover {
    color: #313131;
  }
}
.anz-link-hover-underline {
  text-decoration: none;
}
@media (min-width: 600px) {
  .anz-link-hover-underline:hover {
    text-decoration: underline;
  }
}
.anz-link-underline-none {
  text-decoration: none;
}
@media (min-width: 600px) {
  .anz-link-underline-none:hover {
    text-decoration: none;
  }
}
.anz-link-vote svg {
  color: #b2b8c8;
}
.anz-hr {
  border: 0;
  background: #e9eaf0;
  height: 1px;
}
.anz-hr-light {
  background: #ececec;
}
.anz-strong {
  font-family: var(--anz-font-sans-serif-bold, "open-sans-bold", sans-serif);
  font-weight: var(--anz-font-weight-bold, 400);
}
.anz-small {
  font-size: 80%;
}
.anz-inline-list-bar {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.anz-inline-list-bar > li {
  display: inline-flex;
  align-items: center;
}
.anz-inline-list-bar > li:not(:last-child):after {
  margin: 0 10px;
  content: "|";
}
.anz-btn {
  font-family: var(--anz-font-sans-serif-bold, "open-sans-bold", sans-serif);
  font-weight: var(--anz-font-weight-bold, 400);
  font-size: 0.9285714286em;
  line-height: 1.3846153846em;
  display: inline-block;
  min-width: auto;
  padding: 7px 15px;
  border-radius: 4px;
  border: none;
  background: #f0f0f0;
  color: #313131;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.anz-btn:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
@media (min-width: 600px) {
  .anz-btn:disabled:hover {
    opacity: 0.65;
  }
}
.anz-btn:focus {
  outline: none;
}
@media (min-width: 600px) {
  .anz-btn:hover {
    text-decoration: none;
    box-shadow: 0 1px 3px #0000001a;
    opacity: 0.9;
  }
}
.anz-btn-primary {
  background: #cf2528;
  color: #fff;
  border-bottom: 2px solid #a21c1e;
}
@media (min-width: 600px) {
  .anz-btn-primary:hover {
    color: #fff;
  }
}
.anz-badge {
  font-family: var(--anz-font-sans-serif-bold, "open-sans-bold", sans-serif);
  font-weight: var(--anz-font-weight-bold, 400);
  font-size: 0.8571428571em;
  line-height: 1.5em;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  background: #f1f1f1;
  vertical-align: middle;
}
.anz-badge-orange {
  background: #ffc35f;
  color: #fff;
}
.anz-badge-sm {
  font-size: 0.6285714286em;
  line-height: 1.4772727273em;
  padding: 1px 5px;
}
.anz-post {
  width: 100%;
}
.anz-post__username {
  max-width: 320px;
}
.anz-post__content {
  font-size: 1em;
  line-height: 1.5714285714em;
  color: #4c4c4c;
}
@media (max-width: 599px) {
  .anz-post__footer .anz-inline-list-bar > li:not(:last-child) {
    margin-right: 15px;
  }
}
@media (max-width: 599px) and (max-width: 374px) {
  .anz-post__footer .anz-inline-list-bar > li:not(:last-child) {
    margin-right: 10px;
  }
}
@media (max-width: 599px) {
  .anz-post__footer .anz-inline-list-bar > li:not(:last-child):after {
    display: none;
  }
}
.anz-posts {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}
.anz-posts:not(:last-child) {
  padding-bottom: 30px;
}
.anz-posts__item .anz-post:not(:last-child) {
  margin-bottom: 30px;
}
.anz-posts__item .anz-post:not(:last-child).anz-post--tooltip-active {
  margin-bottom: 15px;
}
.anz-svg-icon {
  fill: currentcolor;
  transition: transfrom 0.2s ease;
  vertical-align: baseline;
}
.anz-align-center {
  text-align: center;
}
.anz-color-gray-600 {
  color: #9699af;
}
.anz-color-primary {
  color: #cf2528;
}
.anz-color-primary-lighter {
  color: #f56b62;
}
.anz-color-success {
  color: #91cf96;
}
@media (max-width: 599px) {
  .anz-hidden-mo {
    display: none !important;
  }
}
@media (min-width: 600px) {
  .anz-hidden-sm {
    display: none !important;
  }
}
.anz-flex {
  display: flex;
}
.anz-flex-inline {
  display: inline-flex;
}
.anz-flex-wrap {
  flex-wrap: wrap;
}
.anz-flex-column {
  flex-direction: column;
}
.anz-align-items-start {
  align-items: start;
}
.anz-align-items-center {
  align-items: center;
}
.anz-justify-content-between {
  justify-content: space-between;
}
.anz-justify-content-center {
  justify-content: center;
}
.anz-fs-l,
.anz-fs-xs {
  font-family: var(--anz-font-sans-serif-bold, "open-sans-bold", sans-serif);
  font-weight: var(--anz-font-weight-bold, 400);
  margin: 0;
}
.anz-fs-l {
  font-size: 1.7857142857em;
  line-height: 1.12em;
}
.anz-fs-xs {
  font-size: 1em;
  line-height: 1.2857142857em;
}
@media (min-width: 600px) {
  .anz-fs-xxxs-sm {
    font-size: 0.8571428571em;
    line-height: 1.3333333333em;
  }
}
@media (max-width: 360px) {
  .anz-fs-12-xsmo {
    font-size: 0.8571428571em;
    line-height: 1.3333333333em;
  }
}
@media (max-width: 330px) {
  .anz-fs-11-xxsm {
    font-size: 0.7857142857em;
    line-height: 1.4545454545em;
  }
}
.anz-font-default {
  font-family: var(--anz-font-sans-serif, "open-sans-regular", sans-serif);
  font-weight: var(--anz-font-weight-default, 400);
}
.anz-text-uppercase {
  text-transform: uppercase;
}
.anz-text-nowrap {
  white-space: nowrap;
}
.anz-text-break-word {
  overflow-wrap: break-word;
}
.anz-text-break-all {
  word-break: break-all;
}
@supports (-webkit-line-clamp: 1) {
}
.anz-pb-xs {
  padding-bottom: 5px;
}
.anz-pr-s {
  padding-right: 10px;
}
.anz-pl-m {
  padding-left: 15px;
}
.anz-pr-m {
  padding-right: 15px;
}
.anz-mr-xxs {
  margin-right: 2.5px;
}
.anz-mt-xs {
  margin-top: 5px;
}
.anz-mb-xs {
  margin-bottom: 5px;
}
.anz-mt-s {
  margin-top: 10px;
}
.anz-mr-s {
  margin-right: 10px;
}
.anz-mx-m {
  margin-left: 15px;
  margin-right: 15px;
}
.anz-mr-m {
  margin-right: 15px;
}
.anz-mb-l {
  margin-bottom: 20px;
}
.anz-mt-xl {
  margin-top: 25px;
}
.anz-mb-xxl {
  margin-bottom: 45px;
}
@media (min-width: 600px) {
  .anz-pl-l-sm {
    padding-left: 20px;
  }
  .anz-mx-l-sm {
    margin-left: 20px;
    margin-right: 20px;
  }
  .anz-mr-l-sm {
    margin-right: 20px;
  }
}
.anz-ml-auto {
  margin-left: auto;
}
.anz-mt-xxxs {
  margin-top: 1.5px;
}
.anz-mr-6 {
  margin-right: 6px;
}

.anz-container {
  max-width: 700px;
}

.anz-strong {
  font-family: open-sans-bold, sans-serif;
}

.anz-fs-default {
  font-size: 14px;
  line-height: 20px;
}

@media print {
  .anz-wrapper {
    display: none;
  }
}
