html,
body,
div,
span,
a {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
*:focus {
  outline: none;
}
html {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}
body {
  overflow: hidden;
  width: 100%;
  height: 100%;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility !important;
}
.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.wrapper.no-click .left,
.wrapper.no-click .right {
  cursor: default;
}
.left {
  position: absolute;
  left: 0;
  top: 0;
  width: 620px;
  height: 100%;
  cursor: pointer;
}
.left img {
  position: relative;
  width: 100%;
  display: block;
}
.right {
  position: absolute;
  right: 0;
  top: 0;
  width: 255px;
  height: 386px;
  cursor: pointer;
}
.right .text {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.right.black {
  background: #232122;
}
.right.black .site {
  position: absolute;
  top: 10px;
  left: 14px;
  z-index: 1;
}
.right.black .site span {
  font-family: 'Rm Graphik', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  color: #ff4828;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.right.black .site span:before {
  content: '←\2009';
  font-family: 'nljb', serif;
  font-style: normal;
  font-weight: 400;
  vertical-align: 1px;
}
.right.black .site a {
  font-family: 'Rm Graphik', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  color: #0078ff;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  text-decoration: none;
}
.right.black .site a:hover {
  color: rgba(0, 120, 255, 0.6);
}
.right.black .site a:after {
  content: '\2009→';
  font-family: 'nljb', serif;
  font-style: normal;
  font-weight: 400;
  vertical-align: 1px;
}
.right.black .counter {
  position: absolute;
  top: 10px;
  right: 14px;
  font-family: 'Rm Graphik', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-align: right;
  color: #fff;
  letter-spacing: 0.3px;
  transition: 0.1s color linear;
}
.right.black .counter.hovered {
  color: #0078ff;
}
.right.black .text {
  position: absolute;
  bottom: 13px;
  left: 15px;
  right: 55px;
  font-family: 'nljb', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: #fff;
}
.right.white {
}
.right.white .site {
  display: none;
}
.right.white .counter {
  padding: 0 0 1px 0;
  font-family: 'Rm Graphik', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: #000;
  letter-spacing: 0.3px;
  transition: 0.1s color linear;
}
.right.white .counter.hovered {
  color: #ff4828;
}
.right.white .text {
  padding: 0 0;
  font-family: 'nljb', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  color: #000;
}
.right.white .text span {
  color: #ff4828;
  font-weight: 600;
}
.right.white .text span:before {
  content: '←\2009';
  font-weight: 600;
}
.right.white .text a {
  color: #0078ff;
  text-decoration: none;
  font-weight: 600;
}
.right.white .text a:hover {
  color: rgba(0, 120, 255, 0.6);
  font-weight: 600;
}
.right.white .text a:after {
  content: '\2009→';
  font-weight: 600;
}
@media only screen and (max-width: 934px) {
  .left {
    position: relative;
    width: 100%;
    height: auto;
  }
  .right {
    position: relative;
    width: 100%;
    right: auto;
    top: auto;
    height: auto;
    margin-top: 15px;
  }
  .right.black .site {
    top: 17px;
  }
  .right.black .counter {
    top: 17px;
  }
  .right.black .text {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 65px 55px 13px 15px;
  }
  .right.black:after {
    content: '';
    position: absolute;
    top: 48px;
    width: 100%;
    height: 1px;
    border-top: 1px solid #404041;
  }
  .right.white .text span:before {
    content: '';
  }
}
