@font-face {
  font-family: 'LG Smart';
  font-style: normal;
  font-weight: normal;
  src: local('LG Smart'), url('/si_upload/gfx/2023/01_24_simplit_lg/fonts/LG_Smart_Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'LG Smart Bold';
  font-style: normal;
  font-weight: normal;
  src: local('LG Smart Bold'), url('/si_upload/gfx/2023/01_24_simplit_lg/fonts/LG_Smart_Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'LG Smart Light SemiBold';
  font-style: normal;
  font-weight: normal;
  src: local('LG Smart Light SemiBold'), url('/si_upload/gfx/2023/01_24_simplit_lg/fonts/LG_Smart_SemiBold.woff2') format('woff2');
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

body {
  font-family: 'LG Smart';
}

.navigation {
  display: flex;
  position: relative;
  border-bottom: 1px solid #eee;
  flex-wrap: wrap;
}

.navigation > .logo {
  width: 98px;
  height: 93px;
  padding: 0 30px;
}

.logo > img {
  width: 100%;
  height: 100%;
}

.navigation nav {
  display: flex;
  align-items: center;
  min-height: 51px;
  flex-wrap: wrap;
}

.navigation > .content {
  flex: 1;
  margin-right: 40px;
}

.navigation > .content > .spacer {
  height: 41px;
  border-bottom: 1px solid #eee;
}

.navigation nav > a:first-child {
  padding-left: 0;
}

.navigation nav > a:last-child {
  padding-right: 0;
}

.navigation nav > a {
  color: #333;
  text-decoration: none;
  font-family: 'LG Smart Bold';
  text-transform: uppercase;
  padding: 0 20px;
  margin: 0 5px;
  font-size: 15px;
  height: 51px;
  display: flex;
  align-items: center;
}

.navigation nav > a:hover {
  color: #a50034;
}

body > .content {
  max-width: 1600px;
  margin: auto;
}

.content > .big-img {
  position: relative;
}

.content > .big-img img {
  width: 100%;
  height: auto;
}

.content > .medium-img {
  position: relative;
  width: 70%;
  margin: auto;
}

.content > .medium-img img {
  width: 100%;
  height: auto;
}

.content > .big-img.play-btn::after {
  content: url('/si_upload/gfx/2023/01_24_simplit_lg/img/btn-play-lg.svg');
  position: absolute;
  display: flex;
  top: calc(50% - 31px);
  left: calc(50% - 31px);
  width: 62px;
  height: 62px;
  pointer-events: none;
}

.content .text-block {
  text-align: center;
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.text-block-left {
  align-items: flex-start !important;

  font-size: 16px;
  line-height: 24px;
}

.item__points {
  font-size: 16px;
}

.content .title {
  text-align: left;
  margin-right: auto;
  color: #000;
  font-size: 32px;
}

.content .text-block > .desc {
  color: #333;
  max-width: 800px;
  margin: 20px 0;
}

.content .text-block > .subtitle {
  color: #333;
  font-size: 22px;
  margin: 15px 0;
}

.animation-area {
  width: 100%;
  height: auto;
  position: relative;
}

.animation-area > video {
  width: 100%;
}

.animation-area .controller-wrap button.pause {
  background-image: url('/si_upload/gfx/2023/01_24_simplit_lg/img/gaming/btn-anipause.svg');
  background-size: 32px 32px;
}

.animation-box .animation-area .controller-wrap button.play {
  background-image: url('/si_upload/gfx/2023/01_24_simplit_lg/img/gaming/btn-aniplay.svg');
  background-size: 32px 32px;
}

.animation-area .controller-wrap {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  display: block;
  margin-bottom: 30px;
}

.animation-area .controller-wrap button.active {
  display: block;
}

.animation-area .controller-wrap button {
  display: none;
  text-indent: -9999em;
  width: 32px;
  height: 32px;
  border: none;
  background-color: rgba(0, 0, 0, 0.75);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  video.pc {
    display: none;
  }
}

@media (min-width: 414px) {
  .content .text-block.mw-500.ta-left.pa {
    max-width: 70% !important;
  }
  .hero {
    height: 75vh !important;
  }
}

@media (min-width: 600px) {
  .hero {
    height: 85vh !important;
  }

  .text-block.mw-500.ta-left.pa.align-left {
    padding-left: 45px !important;
    padding-top: 30px;
  }
}

@media (min-width: 660px) {
  .content .text-block.mw-500.ta-left.pa {
    max-width: 65% !important;
  }
  .text-block.mw-500.ta-left.pa.align-left {
    padding-left: 55px !important;
    padding-top: 45px;
  }
  .hero {
    height: 100vh !important;
  }
}

@media (min-width: 920px) {
  .content .text-block.mw-500.ta-left.pa {
    max-width: 40% !important;
  }
  .hero {
    height: 50vh !important;
  }

  .text-block.mw-500.ta-left.pa.align-left {
    padding-left: 80px !important;
    padding-top: 10px;
  }
}

@media (min-width: 1172px) {
  .hero {
    height: max-content !important;
  }
}

@media (min-width: 993px) {
  .text-block.mw-500.ta-left.pa.align-left {
    padding-left: 20px !important;
    padding-top: 0;
    width: 50%;
  }
}

@media (min-width: 768px) {
  video.mobile {
    display: none;
  }
}

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: auto;
}

.cards > .card {
  text-align: center;
  width: 49%;
  margin-bottom: 4%;
}
@media (min-width: 1200px) {
  .promo-desc {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .d-mw-375 {
    max-width: 375px !important;
  }
  .desc.ta-center.promo-desc.promo-centered {
    width: 120%;
  }
  .title.mt-2 {
    margin-top: 0 !important;
  }
  .title.ta-left {
    margin-right: auto !important;
  }
  .title.mt-2.ta-center {
    max-width: 700px;
    max-width: 950px !important;
  }
}

@media (max-width: 373px) {
  .desc.text-white.fs-24 {
    font-size: 14px;
  }
}
.title.mt-2.ta-center {
  line-height: initial;
  max-width: 950px;
  margin: 0;
}
@media (max-width: 767px) {
  .content .text-block.pa.align-left,
  .content .text-block.pa.align-right {
    padding-left: 30px !important;
    padding-right: 0;
    margin-right: auto;
    /* font-size: 32px; */
  }
  .title.mt-2.ta-center {
    font-size: 24px;
  }

  .text-block .title.text-white {
    font-size: 26px !important;
  }

  .date.text-white,
  .desc.text-white.fs-24 {
    text-align: left !important;
  }

  .title.mt-2.ta-left {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .title.text-white.fs-52.mb-2 {
    margin-right: auto;
    max-width: 100%;
  }
  .text-block .title.text-white {
    font-size: 36px !important;
  }
  .jc-flex-start .title.text-black {
    font-size: 28px !important;
  }
  .jc-flex-start .date.text-black {
    font-size: 16px !important;
  }
  .date.text-white {
    font-size: 20px;
  }
  .cards {
    flex-wrap: nowrap;
  }
  .date.text-white,
  .desc.text-white.fs-24 {
    text-align: left !important;
  }
  a.btn-footer {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
}

@media (min-width: 1301px) {
  .text-block .title.text-white {
    font-size: 60px !important;
  }
  .jc-flex-start .title.text-black {
    font-size: 36px !important;
  }
  .jc-flex-start .date.text-black {
    font-size: 20px !important;
  }
  .date.text-white,
  .desc.text-white.fs-24 {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .cards > .card {
    width: 100%;
    margin-bottom: 0;
  }

  .content .text-block {
    margin: 10px 0;
  }

  .content .text-block {
    padding: 0 40px 0 0;
  }

  .content .text-block.pa.align-left,
  .content .text-block.pa.align-right {
    top: 5% !important;
    left: 0% !important;
    align-items: center !important;
    text-align: center !important;
    padding-left: 60px;
  }

  .content .text-block.pa.mw-500,
  .content .text-block.pa.mw-450 {
    max-width: 100% !important;
  }

  a.btn {
    margin: auto !important;
  }

  .mt-2 {
    margin-top: 0 !important;
  }
}

@media (max-width: 372px) {
  .content .text-block.pa.align-left,
  .content .text-block.pa.align-right {
    top: 0% !important;
  }
}

@media (max-width: 1070px) {
  .navigation {
    flex-direction: column;
  }

  .spacer {
    height: 0px !important;
  }

  .navigation > .content {
    margin-right: 0;
  }

  .navigation nav {
    justify-content: center;
  }

  .navigation nav > a:first-child {
    padding-left: 20px;
  }

  .navigation nav > a:last-child {
    padding-right: 20px;
  }
}

@media (min-width: 600px) {
  .title.mt-2.ta-center {
    line-height: initial;
    max-width: 100%;
    margin: 0;
  }
}
.text-block.m0.text-block-center {
  padding-right: 16px;
  padding-left: 16px;
}
@media (max-width: 767px) {
  .title.mt-2.ta-center {
    margin-top: 60px !important;
    font-size: 26px;
  }
  /* .text-block.m0.text-block-center {
    margin-bottom: 32px !important;
  } */
}
.desc.ta-center.promo-desc.promo-centered {
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 372px) {
  .title.mt-2.ta-center {
    font-size: 28px;
  }
}

@media (min-width: 768px) {
  .title.mt-2.ta-center {
    font-size: 36px;
  }
  .desc.ta-center.promo-desc.promo-centered {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (min-width: 1024px) {
  .title.mt-2.ta-center {
    font-size: 40px;
  }
}

.cards > .card > img {
  height: auto;
  width: 100%;
}

.cards > .card .desc {
  color: #6b6b6b;
}

.notice {
  color: #767676;
  font-size: 14px;
  line-height: 20px;
  padding: 14px 19px 14px;
  margin: auto;
}

.wrapper {
  width: 80%;
  margin: auto;
}

a.arrow-link {
  text-decoration: none;
  color: #333;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  vertical-align: middle;
  font-style: normal;
}

a.arrow-link:hover {
  text-decoration: underline;
}

a.arrow-link::after {
  content: url('/si_upload/gfx/2023/01_24_simplit_lg/img/link-right-nightrider.svg');
  margin-left: 5px;
}

a.video-link {
  text-decoration: underline;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

a.video-link > img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

a.btn {
  color: #fff !important;
  font-weight: 600;
  border-color: #a50034 !important;
  background: #a50034 !important;
  text-transform: uppercase;
  padding: 15px 20px;
  border-radius: 3px;
  text-decoration: none;
}

a.btn:hover {
  color: #fff !important;
  border-color: #a50034 !important;
  background: #a50034 !important;
}

.ma {
  margin: auto !important;
}

.m-0 {
  margin: 0 !important;
}

.b-black {
  background-color: #000 !important;
}

.mw-300 {
  max-width: 300px !important;
}

.mw-375 {
  max-width: 375px !important;
}

.mw-450 {
  max-width: 450px !important;
}

.mw-500 {
  max-width: 500px !important;
}

.mh-600 {
  max-height: 600px !important;
  height: 100% !important;
  width: auto !important;
}

.plr-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pl-1 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.pa {
  position: absolute !important;
}

.content .text-block.pa {
  top: 20px;
}

.content .text-block.pa.align-left {
  left: 7%;
  align-items: flex-start;
}

.content .text-block.pa.align-right {
  top: 30%;
  right: 0%;
  align-items: flex-start;
}

.fd-row-reverse {
  flex-direction: row-reverse !important;
}

.jc-flex-start {
  align-items: flex-start !important;
}

.ai-flex-start {
  align-items: flex-start !important;
}

.ta-left {
  text-align: left !important;
}

.ta-center {
  text-align: center !important;
}

.text-white {
  color: white !important;
}

.text-black {
  color: black !important;
}

.w-100 {
  width: 100% !important;
}

.fw-6 {
  font-weight: 600;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-42 {
  font-size: 42px !important;
}

.fs-48 {
  font-size: 48px !important;
}
.fs-52 {
  font-size: 52px !important;
}

.fs-56 {
  font-size: 56px !important;
}

.m0 {
  margin: 0 !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}
.mt-4 {
  margin-top: 6rem !important;
}

.lh-0 {
  line-height: 0 !important;
}

.card.mlr-0.m0 {
  padding: 16px;
}
.text-block.text-white.ai-flex-end {
  padding: 0;
}
.info-cards {
  background-color: #f8f8f8 !important;
  border: 1px solid #000 !important;
  padding: 37px 60px 42px 60px !important;
  width: calc(100% -80px) !important;
}

@media (max-width: 767px) {
  .info-cards {
    padding: 33px 20px 39px 20px !important;
  }
}

.info-cards .title {
  margin-bottom: 15px;
}

.date.text-white {
  margin-right: auto;
}

.desc.ta-center.promo-desc.promo-centered {
  text-align: center !important;
}

a.btn-footer {
  margin-left: 0 !important;
}

@media (min-width: 768px) {
  .ai-flex-end .btn-footer {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
  .content .text-block.jc-flex-start {
    padding-right: 0;
  }
}

@media (min-width: 994px) {
  div.w-auto {
    width: auto !important;
  }
}

@media (min-width: 1100px) {
  div.w-70 {
    width: 60% !important;
  }
}
