/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1.1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body button:focus {
  outline: none;
}
button {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  outline: none;
}
/*---------------------------------------------------------------------------*
 * SEGOE UI = Windows (weight mapping)
 *---------------------------------------------------------------------------*/
/* Semilight */
@font-face {
  font-family: "Segoe UI map-weights";
  font-weight: 300;
  src: local("Segoe UI Semilight"), local("SegoeUI-Semilight");
}
/* Regular */
@font-face {
  font-family: "Segoe UI map-weights";
  font-weight: 400;
  src: local("Segoe UI");
}
/* Medium */
@font-face {
  font-family: "Segoe UI map-weights";
  font-weight: 500;
  src: local("Segoe UI Semibold"), local("SegoeUI-Semibold");
}
/* Bold */
@font-face {
  font-family: "Segoe UI map-weights";
  font-weight: 700;
  src: local("Segoe UI Bold"), local("SegoeUI-Bold");
}
/*---------------------------------------------------------------------------*
 * ROBOTO = Android (weight mapping)
 *---------------------------------------------------------------------------*/
/* Semilight */
@font-face {
  font-family: "Roboto map-weights";
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light");
}
/* Regular */
@font-face {
  font-family: "Roboto map-weights";
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular");
}
/* Medium */
@font-face {
  font-family: "Roboto map-weights";
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium");
}
/* Bold */
@font-face {
  font-family: "Roboto map-weights";
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold");
}
/*---------------------------------------------------------------------------*
 * SEGOE UI = Windows (weight mapping)
 *---------------------------------------------------------------------------*/
/* Semilight */
@font-face {
  font-family: "Segoe UI map-weights";
  font-weight: 300;
  src: local("Segoe UI Semilight"), local("SegoeUI-Semilight");
}
/* Regular */
@font-face {
  font-family: "Segoe UI map-weights";
  font-weight: 400;
  src: local("Segoe UI");
}
/* Medium */
@font-face {
  font-family: "Segoe UI map-weights";
  font-weight: 500;
  src: local("Segoe UI Semibold"), local("SegoeUI-Semibold");
}
/* Bold */
@font-face {
  font-family: "Segoe UI map-weights";
  font-weight: 700;
  src: local("Segoe UI Bold"), local("SegoeUI-Bold");
}
/*---------------------------------------------------------------------------*
 * ROBOTO = Android (weight mapping)
 *---------------------------------------------------------------------------*/
/* Semilight */
@font-face {
  font-family: "Roboto map-weights";
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light");
}
/* Regular */
@font-face {
  font-family: "Roboto map-weights";
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular");
}
/* Medium */
@font-face {
  font-family: "Roboto map-weights";
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium");
}
/* Bold */
@font-face {
  font-family: "Roboto map-weights";
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold");
}
* {
  -webkit-text-size-adjust: none;
}
::-webkit-scrollbar {
  display: none;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
  content: ".";
}
html {
  background: #ffffff;
}
html .qr-code {
  clear: both;
  width: 100%;
  text-align: center;
}
header {
  position: fixed;
  top: 0;
  height: 48px;
  width: 100%;
  z-index: 2;
  border-bottom: 3px solid #ffffff;
  background: #e7e7e7;
}
header .brand-logo {
  float: left;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  margin-top: 13px;
  border-radius: 50%;
  background: #ffffff;
}
header .brand-name {
  float: left;
  width: 70px;
  height: 8px;
  margin-left: 10px;
  margin-top: 20px;
  background: #ffffff;
}
header .mobile-menu-button {
  float: right;
  margin: 14px 8px;
  width: 24px;
  height: 18px;
}
header .mobile-menu-button .line {
  margin-bottom: 3px;
  width: 24px;
  height: 4px;
  background: #ffffff;
}
.header-offset {
  height: 51px;
}
.header-offset.header-offset-small {
  height: 10px;
}
.header-offset.header-offset-small:nth-child(1) + .ad-placeholder-wrapper {
  padding-top: 0;
}
aside {
  display: none;
  float: right;
}
aside article {
  margin-left: 0;
}
article {
  overflow: hidden;
  margin: 0 10px 10px 10px;
  background: #ffffff;
}
article.second {
  display: none;
}
article .text-placeholder {
  overflow: hidden;
}
article:not(.rnd-disabled) .text-line.width-1 {
  width: 30%;
}
article:not(.rnd-disabled) .text-line.width-2 {
  width: 40%;
}
article:not(.rnd-disabled) .text-line.width-3 {
  width: 50%;
}
article:not(.rnd-disabled) .text-line.width-4 {
  width: 60%;
}
article:not(.rnd-disabled) .text-line.width-5 {
  width: 75%;
}
article:not(.rnd-disabled) .text-line.width-6 {
  width: 80%;
}
article:not(.rnd-disabled) .text-line.width-7 {
  width: 85%;
}
article:not(.rnd-disabled) .text-line.width-8 {
  width: 90%;
}
article:not(.rnd-disabled) .text-line.width-9 {
  width: 95%;
}
article:not(.rnd-disabled) .text-line.width-10 {
  width: 100%;
}
article .text-line {
  height: 8px;
  margin-bottom: 8px;
}
article .text-line {
  width: 100%;
  background: #e7e7e7;
}
article .image-placeholder {
  overflow: hidden;
  background: #e7e7e7;
}
.content {
  margin: 0 auto;
  background: #ffffff;
}
.fake-interstitial-close-button {
  position: fixed;
  width: 30px;
  height: 30px;
  z-index: 4;
  background: url(img/preview/fake-interstitial-close-up.svg?c3678e8d4f06980c7181) center center no-repeat;
}
.ad-placeholder-wrapper {
  overflow: hidden;
  padding-bottom: 10px;
  padding-top: 7px;
}
.ad-placeholder-wrapper.sticky-fullscreen {
  position: fixed;
  padding-top: 0;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 3;
}
.ad-placeholder-wrapper.sticky-fullscreen .celtra-ad-v3 {
  width: 100vw !important;
  height: 100vh !important;
}
.ad-placeholder-wrapper.show-overflow {
  overflow: visible;
}
.ad-placeholder-wrapper.bottom {
  position: fixed;
  width: 100%;
  height: auto;
  padding: 0;
  left: 0;
  bottom: 0;
}
.ad-placeholder-wrapper .ad-placeholder {
  margin-left: auto;
  margin-right: auto;
}
@media (orientation: portrait) AND (max-width: 369px) {
  article {
    height: 80px;
  }
  article .text-placeholder {
    float: none;
    width: auto;
    height: 100%;
    max-height: 72px;
    padding: 0 0 0 10px;
    margin: 0;
  }
  article .image-placeholder {
    float: left;
    width: 105px;
    height: 80px;
  }
  article.first {
    height: auto;
  }
  article.first .text-placeholder {
    float: none;
    width: auto;
    height: 100%;
    max-height: 40px;
    padding: 10px 0 0 0;
    margin: 0 0 8px 0;
  }
  article.first .image-placeholder {
    float: none;
    width: 100%;
    height: 150px;
  }
}
@media (orientation: portrait) AND (min-width: 370px) AND (max-width: 599px), (orientation: landscape) AND (max-width: 799px) {
  .content {
    max-width: 500px;
  }
  article {
    height: 110px;
  }
  article .text-placeholder {
    float: none;
    width: auto;
    height: 100%;
    max-height: 72px;
    padding: 0 0 0 10px;
    margin: 0;
  }
  article .image-placeholder {
    float: left;
    width: 35%;
    height: 100%;
  }
}
@media (orientation: portrait) AND (min-width: 370px) AND (max-width: 599px) and (orientation: portrait), (orientation: landscape) AND (max-width: 799px) and (orientation: portrait) {
  article {
    height: 95px;
  }
  article.first {
    height: auto;
  }
  article.first .text-placeholder {
    float: none;
    width: auto;
    height: auto;
    max-height: 40px;
    padding: 10px 0 0 0;
    margin: 0 0 8px 0;
  }
  article.first .image-placeholder {
    float: none;
    width: 100%;
    height: 170px;
  }
}
@media (orientation: portrait) AND (min-width: 370px) AND (max-width: 599px) and (orientation: landscape), (orientation: landscape) AND (max-width: 799px) and (orientation: landscape) {
  article:not(.rnd-disabled) .text-line.width-1 {
    width: 40%;
  }
  article:not(.rnd-disabled) .text-line.width-2 {
    width: 50%;
  }
  article:not(.rnd-disabled) .text-line.width-3 {
    width: 60%;
  }
  article:not(.rnd-disabled) .text-line.width-4 {
    width: 70%;
  }
  article:not(.rnd-disabled) .text-line.width-5 {
    width: 85%;
  }
  article:not(.rnd-disabled) .text-line.width-6 {
    width: 87.5%;
  }
  article:not(.rnd-disabled) .text-line.width-7 {
    width: 90%;
  }
  article:not(.rnd-disabled) .text-line.width-8 {
    width: 92.5%;
  }
  article:not(.rnd-disabled) .text-line.width-9 {
    width: 95%;
  }
  article:not(.rnd-disabled) .text-line.width-10 {
    width: 100%;
  }
  article.first {
    display: none;
  }
}
@media (orientation: portrait) AND (min-width: 600px) AND (max-width: 749px) {
  .ad-placeholder-wrapper {
    padding-bottom: 15px;
    padding-top: 12px;
  }
  article {
    margin-bottom: 15px;
  }
  article .text-line {
    height: 10px;
    margin-bottom: 12px;
  }
  .content {
    max-width: 750px;
  }
  article {
    height: 120px;
  }
  article .text-placeholder {
    float: none;
    width: auto;
    height: auto;
    max-height: 98px;
    padding: 0 0 0 15px;
    margin: 0;
  }
  article:not(.rnd-disabled) .text-line.width-1 {
    width: 40%;
  }
  article:not(.rnd-disabled) .text-line.width-2 {
    width: 50%;
  }
  article:not(.rnd-disabled) .text-line.width-3 {
    width: 60%;
  }
  article:not(.rnd-disabled) .text-line.width-4 {
    width: 70%;
  }
  article:not(.rnd-disabled) .text-line.width-5 {
    width: 85%;
  }
  article:not(.rnd-disabled) .text-line.width-6 {
    width: 87.5%;
  }
  article:not(.rnd-disabled) .text-line.width-7 {
    width: 90%;
  }
  article:not(.rnd-disabled) .text-line.width-8 {
    width: 92.5%;
  }
  article:not(.rnd-disabled) .text-line.width-9 {
    width: 95%;
  }
  article:not(.rnd-disabled) .text-line.width-10 {
    width: 100%;
  }
  article .image-placeholder {
    float: left;
    width: 200px;
    height: 100%;
  }
  article.first {
    height: auto;
  }
  article.first .text-placeholder {
    float: none;
    width: auto;
    height: auto;
    max-height: 76px;
    padding: 12px 0 0 0;
    margin: 0 0 10px 0;
  }
  article.first .image-placeholder {
    float: none;
    width: 100%;
    height: 340px;
  }
}
@media (orientation: portrait) AND (min-width: 750px) {
  .ad-placeholder-wrapper {
    padding-bottom: 15px;
    padding-top: 12px;
  }
  article {
    margin-bottom: 15px;
  }
  article .text-line {
    height: 10px;
    margin-bottom: 12px;
  }
  .content {
    width: 750px;
  }
  article {
    height: 120px;
  }
  article .text-placeholder {
    float: none;
    width: auto;
    height: auto;
    max-height: 98px;
    padding: 0 0 0 15px;
    margin: 0;
  }
  article:not(.rnd-disabled) .text-line.width-1 {
    width: 40%;
  }
  article:not(.rnd-disabled) .text-line.width-2 {
    width: 50%;
  }
  article:not(.rnd-disabled) .text-line.width-3 {
    width: 60%;
  }
  article:not(.rnd-disabled) .text-line.width-4 {
    width: 70%;
  }
  article:not(.rnd-disabled) .text-line.width-5 {
    width: 85%;
  }
  article:not(.rnd-disabled) .text-line.width-6 {
    width: 87.5%;
  }
  article:not(.rnd-disabled) .text-line.width-7 {
    width: 90%;
  }
  article:not(.rnd-disabled) .text-line.width-8 {
    width: 92.5%;
  }
  article:not(.rnd-disabled) .text-line.width-9 {
    width: 95%;
  }
  article:not(.rnd-disabled) .text-line.width-10 {
    width: 100%;
  }
  article .image-placeholder {
    float: left;
    width: 200px;
    height: 100%;
  }
  article.first {
    height: 249px;
  }
  article.first .text-placeholder {
    float: none;
    width: auto;
    height: auto;
    max-height: 208px;
    padding: 0 0 0 15px;
    margin: 0;
  }
  article.first:not(.rnd-disabled) .text-line.width-1 {
    width: 30%;
  }
  article.first:not(.rnd-disabled) .text-line.width-2 {
    width: 40%;
  }
  article.first:not(.rnd-disabled) .text-line.width-3 {
    width: 50%;
  }
  article.first:not(.rnd-disabled) .text-line.width-4 {
    width: 60%;
  }
  article.first:not(.rnd-disabled) .text-line.width-5 {
    width: 80%;
  }
  article.first:not(.rnd-disabled) .text-line.width-6 {
    width: 84%;
  }
  article.first:not(.rnd-disabled) .text-line.width-7 {
    width: 88%;
  }
  article.first:not(.rnd-disabled) .text-line.width-8 {
    width: 92%;
  }
  article.first:not(.rnd-disabled) .text-line.width-9 {
    width: 96%;
  }
  article.first:not(.rnd-disabled) .text-line.width-10 {
    width: 100%;
  }
  article.first:not(.rnd-disabled) .text-placeholder :nth-child(4) {
    width: 88%;
  }
  article.first .image-placeholder {
    float: left;
    width: 400px;
    height: 249px;
  }
}
@media (orientation: landscape) AND (min-width: 800px) AND (max-width: 1057px), (orientation: landscape) AND (min-width: 1058px) AND (max-height: 799px) {
  .ad-placeholder-wrapper {
    padding-bottom: 15px;
    padding-top: 12px;
  }
  article {
    margin-bottom: 15px;
  }
  article .text-line {
    height: 10px;
    margin-bottom: 12px;
  }
  .standalone .ad-placeholder-wrapper {
    padding-bottom: 15px;
    padding-top: 12px;
  }
  .standalone article {
    margin-bottom: 15px;
  }
  .standalone article .text-line {
    height: 10px;
    margin-bottom: 12px;
  }
  .standalone .content {
    width: 1058px;
  }
  .standalone main {
    float: left;
    width: 743px;
  }
  .standalone main article {
    height: 118px;
    margin: 0 0 15px 0;
  }
  .standalone main article .text-placeholder {
    float: none;
    width: auto;
    height: auto;
    max-height: 98px;
    padding: 0 0 0 15px;
    margin: 0;
  }
  .standalone main article:not(.rnd-disabled) .text-line.width-1 {
    width: 25%;
  }
  .standalone main article:not(.rnd-disabled) .text-line.width-2 {
    width: 40%;
  }
  .standalone main article:not(.rnd-disabled) .text-line.width-3 {
    width: 60%;
  }
  .standalone main article:not(.rnd-disabled) .text-line.width-4 {
    width: 75%;
  }
  .standalone main article:not(.rnd-disabled) .text-line.width-5 {
    width: 100%;
  }
  .standalone main article:not(.rnd-disabled) .text-line.width-6 {
    width: 100%;
  }
  .standalone main article:not(.rnd-disabled) .text-line.width-7 {
    width: 100%;
  }
  .standalone main article:not(.rnd-disabled) .text-line.width-8 {
    width: 100%;
  }
  .standalone main article:not(.rnd-disabled) .text-line.width-9 {
    width: 100%;
  }
  .standalone main article:not(.rnd-disabled) .text-line.width-10 {
    width: 100%;
  }
  .standalone main article .image-placeholder {
    float: left;
    width: 216px;
    height: 118px;
  }
  .standalone main article.first {
    height: 249px;
  }
  .standalone main article.first .text-placeholder {
    float: none;
    width: auto;
    height: auto;
    max-height: 208px;
    padding: 0 0 0 15px;
    margin: 0;
  }
  .standalone main article.first .text-placeholder :nth-child(4) {
    width: 100%;
  }
  .standalone main article.first .image-placeholder {
    float: left;
    width: 350px;
    height: 249px;
  }
  .standalone aside {
    display: block;
    width: 300px;
  }
  .standalone aside article {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .standalone aside article .text-placeholder {
    float: none;
    width: auto;
    height: auto;
    max-height: 54px;
    padding: 12px 0 0 0;
    margin: 0;
  }
  .standalone aside article .image-placeholder {
    float: none;
    width: 300px;
    height: 178px;
  }
  .standalone article:not(.rnd-disabled) .text-line.width-1 {
    width: 100%;
  }
  .standalone article:not(.rnd-disabled) .text-line.width-2 {
    width: 100%;
  }
  .standalone article:not(.rnd-disabled) .text-line.width-3 {
    width: 100%;
  }
  .standalone article:not(.rnd-disabled) .text-line.width-4 {
    width: 100%;
  }
  .standalone article:not(.rnd-disabled) .text-line.width-5 {
    width: 100%;
  }
  .standalone article:not(.rnd-disabled) .text-line.width-6 {
    width: 100%;
  }
  .standalone article:not(.rnd-disabled) .text-line.width-7 {
    width: 100%;
  }
  .standalone article:not(.rnd-disabled) .text-line.width-8 {
    width: 100%;
  }
  .standalone article:not(.rnd-disabled) .text-line.width-9 {
    width: 100%;
  }
  .standalone article:not(.rnd-disabled) .text-line.width-10 {
    width: 100%;
  }
  html:not(.force-right-sidebar-visible):not(.standalone) .content {
    width: 700px;
  }
  html:not(.force-right-sidebar-visible):not(.standalone) article {
    clear: both;
    height: 118px;
  }
  html:not(.force-right-sidebar-visible):not(.standalone) article .text-placeholder {
    float: none;
    width: auto;
    height: auto;
    max-height: 98px;
    padding: 0 0 0 15px;
    margin: 0;
  }
  html:not(.force-right-sidebar-visible):not(.standalone) article:not(.rnd-disabled) .text-line.width-1 {
    width: 40%;
  }
  html:not(.force-right-sidebar-visible):not(.standalone) article:not(.rnd-disabled) .text-line.width-2 {
    width: 50%;
  }
  html:not(.force-right-sidebar-visible):not(.standalone) article:not(.rnd-disabled) .text-line.width-3 {
    width: 60%;
  }
  html:not(.force-right-sidebar-visible):not(.standalone) article:not(.rnd-disabled) .text-line.width-4 {
    width: 70%;
  }
  html:not(.force-right-sidebar-visible):not(.standalone) article:not(.rnd-disabled) .text-line.width-5 {
    width: 85%;
  }
  html:not(.force-right-sidebar-visible):not(.standalone) article:not(.rnd-disabled) .text-line.width-6 {
    width: 87.5%;
  }
  html:not(.force-right-sidebar-visible):not(.standalone) article:not(.rnd-disabled) .text-line.width-7 {
    width: 90%;
  }
  html:not(.force-right-sidebar-visible):not(.standalone) article:not(.rnd-disabled) .text-line.width-8 {
    width: 92.5%;
  }
  html:not(.force-right-sidebar-visible):not(.standalone) article:not(.rnd-disabled) .text-line.width-9 {
    width: 95%;
  }
  html:not(.force-right-sidebar-visible):not(.standalone) article:not(.rnd-disabled) .text-line.width-10 {
    width: 100%;
  }
  html:not(.force-right-sidebar-visible):not(.standalone) article .image-placeholder {
    float: left;
    width: 216px;
    height: 118px;
  }
  html:not(.force-right-sidebar-visible):not(.standalone) article.first {
    float: left;
    clear: none;
    width: 400px;
    height: 300px;
  }
  html:not(.force-right-sidebar-visible):not(.standalone) article.first .text-placeholder {
    float: none;
    width: auto;
    height: auto;
    max-height: 76px;
    padding: 12px 0 0 0;
    margin: 0;
  }
  html:not(.force-right-sidebar-visible):not(.standalone) article.first .image-placeholder {
    float: none;
    width: 100%;
    height: 208px;
  }
  html:not(.force-right-sidebar-visible):not(.standalone) article.second {
    display: block;
    float: right;
    clear: none;
    width: 265px;
    height: auto;
    margin-left: 0;
  }
  html:not(.force-right-sidebar-visible):not(.standalone) article.second .text-placeholder {
    float: none;
    width: auto;
    height: auto;
    max-height: 120px;
    padding: 12px 0 0 0;
    margin: 0;
  }
  html:not(.force-right-sidebar-visible):not(.standalone) article.second:not(.rnd-disabled) .text-line.width-1 {
    width: 30%;
  }
  html:not(.force-right-sidebar-visible):not(.standalone) article.second:not(.rnd-disabled) .text-line.width-2 {
    width: 35%;
  }
  html:not(.force-right-sidebar-visible):not(.standalone) article.second:not(.rnd-disabled) .text-line.width-3 {
    width: 40%;
  }
  html:not(.force-right-sidebar-visible):not(.standalone) article.second:not(.rnd-disabled) .text-line.width-4 {
    width: 45%;
  }
  html:not(.force-right-sidebar-visible):not(.standalone) article.second:not(.rnd-disabled) .text-line.width-5 {
    width: 85%;
  }
  html:not(.force-right-sidebar-visible):not(.standalone) article.second:not(.rnd-disabled) .text-line.width-6 {
    width: 87.5%;
  }
  html:not(.force-right-sidebar-visible):not(.standalone) article.second:not(.rnd-disabled) .text-line.width-7 {
    width: 90%;
  }
  html:not(.force-right-sidebar-visible):not(.standalone) article.second:not(.rnd-disabled) .text-line.width-8 {
    width: 92.5%;
  }
  html:not(.force-right-sidebar-visible):not(.standalone) article.second:not(.rnd-disabled) .text-line.width-9 {
    width: 95%;
  }
  html:not(.force-right-sidebar-visible):not(.standalone) article.second:not(.rnd-disabled) .text-line.width-10 {
    width: 100%;
  }
  html:not(.force-right-sidebar-visible):not(.standalone) article.second .image-placeholder {
    float: none;
    width: 100%;
    height: 164px;
  }
}
@media (orientation: landscape) AND (min-width: 1058px) AND (min-height: 800px) {
  .ad-placeholder-wrapper {
    padding-bottom: 15px;
    padding-top: 12px;
  }
  article {
    margin-bottom: 15px;
  }
  article .text-line {
    height: 10px;
    margin-bottom: 12px;
  }
  .content {
    width: 1058px;
  }
  main {
    float: left;
    width: 743px;
  }
  main article {
    height: 118px;
    margin: 0 0 15px 0;
  }
  main article .text-placeholder {
    float: none;
    width: auto;
    height: auto;
    max-height: 98px;
    padding: 0 0 0 15px;
    margin: 0;
  }
  main article:not(.rnd-disabled) .text-line.width-1 {
    width: 25%;
  }
  main article:not(.rnd-disabled) .text-line.width-2 {
    width: 40%;
  }
  main article:not(.rnd-disabled) .text-line.width-3 {
    width: 60%;
  }
  main article:not(.rnd-disabled) .text-line.width-4 {
    width: 75%;
  }
  main article:not(.rnd-disabled) .text-line.width-5 {
    width: 100%;
  }
  main article:not(.rnd-disabled) .text-line.width-6 {
    width: 100%;
  }
  main article:not(.rnd-disabled) .text-line.width-7 {
    width: 100%;
  }
  main article:not(.rnd-disabled) .text-line.width-8 {
    width: 100%;
  }
  main article:not(.rnd-disabled) .text-line.width-9 {
    width: 100%;
  }
  main article:not(.rnd-disabled) .text-line.width-10 {
    width: 100%;
  }
  main article .image-placeholder {
    float: left;
    width: 216px;
    height: 118px;
  }
  main article.first {
    height: 249px;
  }
  main article.first .text-placeholder {
    float: none;
    width: auto;
    height: auto;
    max-height: 208px;
    padding: 0 0 0 15px;
    margin: 0;
  }
  main article.first .text-placeholder :nth-child(4) {
    width: 100%;
  }
  main article.first .image-placeholder {
    float: left;
    width: 350px;
    height: 249px;
  }
  aside {
    display: block;
    width: 300px;
  }
  aside article {
    margin-right: 0;
    margin-bottom: 20px;
  }
  aside article .text-placeholder {
    float: none;
    width: auto;
    height: auto;
    max-height: 54px;
    padding: 12px 0 0 0;
    margin: 0;
  }
  aside article .image-placeholder {
    float: none;
    width: 300px;
    height: 178px;
  }
  article:not(.rnd-disabled) .text-line.width-1 {
    width: 100%;
  }
  article:not(.rnd-disabled) .text-line.width-2 {
    width: 100%;
  }
  article:not(.rnd-disabled) .text-line.width-3 {
    width: 100%;
  }
  article:not(.rnd-disabled) .text-line.width-4 {
    width: 100%;
  }
  article:not(.rnd-disabled) .text-line.width-5 {
    width: 100%;
  }
  article:not(.rnd-disabled) .text-line.width-6 {
    width: 100%;
  }
  article:not(.rnd-disabled) .text-line.width-7 {
    width: 100%;
  }
  article:not(.rnd-disabled) .text-line.width-8 {
    width: 100%;
  }
  article:not(.rnd-disabled) .text-line.width-9 {
    width: 100%;
  }
  article:not(.rnd-disabled) .text-line.width-10 {
    width: 100%;
  }
}
.force-right-sidebar-visible .ad-placeholder-wrapper {
  padding-bottom: 15px;
  padding-top: 12px;
}
.force-right-sidebar-visible article {
  margin-bottom: 15px;
}
.force-right-sidebar-visible article .text-line {
  height: 10px;
  margin-bottom: 12px;
}
.force-right-sidebar-visible .content {
  width: 1058px;
}
.force-right-sidebar-visible main {
  float: left;
  width: 743px;
}
.force-right-sidebar-visible main article {
  height: 118px;
  margin: 0 0 15px 0;
}
.force-right-sidebar-visible main article .text-placeholder {
  float: none;
  width: auto;
  height: auto;
  max-height: 98px;
  padding: 0 0 0 15px;
  margin: 0;
}
.force-right-sidebar-visible main article:not(.rnd-disabled) .text-line.width-1 {
  width: 25%;
}
.force-right-sidebar-visible main article:not(.rnd-disabled) .text-line.width-2 {
  width: 40%;
}
.force-right-sidebar-visible main article:not(.rnd-disabled) .text-line.width-3 {
  width: 60%;
}
.force-right-sidebar-visible main article:not(.rnd-disabled) .text-line.width-4 {
  width: 75%;
}
.force-right-sidebar-visible main article:not(.rnd-disabled) .text-line.width-5 {
  width: 100%;
}
.force-right-sidebar-visible main article:not(.rnd-disabled) .text-line.width-6 {
  width: 100%;
}
.force-right-sidebar-visible main article:not(.rnd-disabled) .text-line.width-7 {
  width: 100%;
}
.force-right-sidebar-visible main article:not(.rnd-disabled) .text-line.width-8 {
  width: 100%;
}
.force-right-sidebar-visible main article:not(.rnd-disabled) .text-line.width-9 {
  width: 100%;
}
.force-right-sidebar-visible main article:not(.rnd-disabled) .text-line.width-10 {
  width: 100%;
}
.force-right-sidebar-visible main article .image-placeholder {
  float: left;
  width: 216px;
  height: 118px;
}
.force-right-sidebar-visible main article.first {
  height: 249px;
}
.force-right-sidebar-visible main article.first .text-placeholder {
  float: none;
  width: auto;
  height: auto;
  max-height: 208px;
  padding: 0 0 0 15px;
  margin: 0;
}
.force-right-sidebar-visible main article.first .text-placeholder :nth-child(4) {
  width: 100%;
}
.force-right-sidebar-visible main article.first .image-placeholder {
  float: left;
  width: 350px;
  height: 249px;
}
.force-right-sidebar-visible aside {
  display: block;
  width: 300px;
}
.force-right-sidebar-visible aside article {
  margin-right: 0;
  margin-bottom: 20px;
}
.force-right-sidebar-visible aside article .text-placeholder {
  float: none;
  width: auto;
  height: auto;
  max-height: 54px;
  padding: 12px 0 0 0;
  margin: 0;
}
.force-right-sidebar-visible aside article .image-placeholder {
  float: none;
  width: 300px;
  height: 178px;
}
.force-right-sidebar-visible article:not(.rnd-disabled) .text-line.width-1 {
  width: 100%;
}
.force-right-sidebar-visible article:not(.rnd-disabled) .text-line.width-2 {
  width: 100%;
}
.force-right-sidebar-visible article:not(.rnd-disabled) .text-line.width-3 {
  width: 100%;
}
.force-right-sidebar-visible article:not(.rnd-disabled) .text-line.width-4 {
  width: 100%;
}
.force-right-sidebar-visible article:not(.rnd-disabled) .text-line.width-5 {
  width: 100%;
}
.force-right-sidebar-visible article:not(.rnd-disabled) .text-line.width-6 {
  width: 100%;
}
.force-right-sidebar-visible article:not(.rnd-disabled) .text-line.width-7 {
  width: 100%;
}
.force-right-sidebar-visible article:not(.rnd-disabled) .text-line.width-8 {
  width: 100%;
}
.force-right-sidebar-visible article:not(.rnd-disabled) .text-line.width-9 {
  width: 100%;
}
.force-right-sidebar-visible article:not(.rnd-disabled) .text-line.width-10 {
  width: 100%;
}
.notification-box {
  position: fixed;
  width: 100%;
  height: 45px;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  z-index: 1;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI map-weights", "Segoe UI", "Roboto map-weights", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 13px;
  pointer-events: none;
}
.notification-box .wrapper {
  display: block;
  min-width: 200px;
  width: 50%;
  height: 100%;
  margin: 0 auto;
  line-height: 45px;
  text-align: center;
  color: #e6e6e6;
  border-radius: 11px;
  background-color: #000000;
}
.notification-box.fade-in {
  webkit-transition: opacity 500ms;
  transition: opacity 500ms;
  opacity: 0.65;
}
.notification-box.fade-out {
  webkit-transition: opacity 500ms;
  transition: opacity 500ms;
  opacity: 0;
}
.notification-box.hide {
  display: none;
}
.connection-alert {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2147483647;
  -webkit-font-smoothing: antialiased;
  background: rgba(0, 0, 0, 0.4);
}
.connection-alert .wrapper {
  position: relative;
  margin: 60px 15px 0 15px;
  overflow: hidden;
  border-radius: 13px;
  background: rgba(220, 220, 220, 0.9);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI map-weights", "Segoe UI", "Roboto map-weights", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #7d5454;
  text-align: justify;
  font-size: 22px;
  line-height: 1.27;
  letter-spacing: -1px;
}
.connection-alert .wrapper span {
  display: block;
  height: 35px;
  background: rgba(255, 255, 255, 0.35) url(img/preview/lock-icon@2x.png?44d9f2d4c64f543871d6) center / 11px 14px no-repeat;
}
.connection-alert .wrapper span .close {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 0;
  right: 0;
  background: url(img/preview/close-icon@2x.png?95a424d9825ebf024b2c) center / 12px 12px no-repeat;
}
.connection-alert .wrapper p {
  padding: 10px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.connection-alert .wrapper p a {
  color: rgba(102, 102, 102, 0.5);
}
.connection-alert .wrapper p .lock,
.connection-alert .wrapper p .unlock {
  display: none;
}
.connection-alert .wrapper .dismiss {
  float: left;
  box-sizing: border-box;
  padding: 10px 0 10px 20px;
  font-size: 17px;
  letter-spacing: -0.5px;
  color: #666666;
  text-decoration: none;
}
.connection-alert .wrapper .learn-more {
  float: left;
  box-sizing: border-box;
  padding: 10px 0 10px 20px;
  font-size: 17px;
  letter-spacing: -0.5px;
  color: #666666;
  text-decoration: none;
  float: right;
  width: 38%;
  padding: 10px 20px 10px 0;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  opacity: 0.5;
  text-align: right;
}

