
* {
    padding: 0;
    margin: 0;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

sup {
    font-size: 0.5em;
    line-height: 0.5;
}

.fadeInAnim {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.fadeOutAnim {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.fade {
    opacity: 0;
}

.mob {
    display: none !important;
}

.desk {
    display: block !important;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel {
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}


.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

iframe,
video {
    width: 100%;
    height: 100vh;
}

body.fixed {
    overflow: hidden;
}

body,
html {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.disclamer {
    font-size: 0.94vw;
    margin-top: 1.5em;
}

.button {
    background: #A50034;
    color: #fff;
    border-radius: 3px;
    padding: 1em 2em;
    display: block;
    text-align: center;
    display: inline-block;
    font-size: 1.25vw;
    font-family: lg_smartregular;
    position: absolute;
    left: 8.7%;
    top: 27vw;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.3;
    text-decoration: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.button:hover {
    text-decoration: none;
    background: #e10b4b;
    color: #fff;
}

.button:active {
    text-decoration: none;
    background: #d7104b;
    color: #fff;
}

.march .button {
    top: 36vw;
}


.ivi .button {
    top: 39vw;
    left: 44.5%;
}

.cybermonday .button {
    top: 35vw;
    left: 9%;
}

.mask .button {
    top: 35vw;
    left: 9%;
}

.mask .button.buy {
    left: 23%;
}

.donation .button {
    top: 23vw;
    left: 49%;
}

.travel .button {
    top: 20vw;
    left: 67.5%;
}

.newyear .button {
    top: 35vw;
    left: 9%;
}

.signature .button {
    top: 22vw;
    left: 8.5%;
}

.inst .button {
    top: 39vw;
    left: 18.5%;
}

.owl-dots.disabled,
.owl-nav.disabled {
    display: none;
}

.owl-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    bottom: 5%;
}

.owl-dots .owl-dot {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
    background: #fff;
}

.owl-dots .owl-dot:hover, .owl-dots .owl-dot.active {
    background: #A50034;
}

.owl-dots .owl-dot.active {
    cursor: default;
}

.owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 5.8125vw;
    height: 5.8125vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    -webkit-transform: translateY(-50%) scale(1.05);
    transform: translateY(-50%) scale(1.05);
}

.owl-nav .owl-prev:active,
.owl-nav .owl-next:active {
    -webkit-transform: translateY(-50%) scale(0.95);
    transform: translateY(-50%) scale(0.95);
}

.owl-nav .owl-prev {
    left: 1.5%;
    background: url(../img/prev.svg) no-repeat center center/cover;
}

.owl-nav .owl-next {
    right: 1.5%;
    background: url(../img/next.svg) no-repeat center center/cover;
}

.disc-wrap {
    position: relative;
}

.bg {
    width: 100%;
}

.smart-tv-item img {
    width: 100%;
}

.absolute-button {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 12vw;
    font-size: 1.3vw;
    font-family: lg_smartsemibold;
}

.smart-tv-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.smart-tv-wrap img {
    width: 100%;
}

.divider {
    width: 0.25%;
    float: left;
    background: #FFF;
}

.alise-slider {
    position: absolute;
    left: 50%;
    width: 9vw;
    top: 6vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.slider-text {
    position: absolute;
    font-size: 0.625vw;
    text-align: center;
    line-height: 1.1;
    top: 50%;
    left: 10%;
    width: 56%;
    font-family: lg_smartregular;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.item-content {
    position: absolute;
    top: 27vw;
    left: 40%;
    width: 50%;
}

.item-title {
    font-size: 3.4375vw;
    line-height: 0.73;
    font-family: lg_smartbold;
}

.item-subtitle {
    line-height: 1;
    font-size: 2.5vw;
    margin-top: 0.2em;
    margin-bottom: 1em;
}

.item-disclamer {
    position: absolute;
    bottom: 1em;
    left: 8%;
    font-size: 0.875vw;
    color: rgba(51, 51, 51, 0.7);
}

.item-disclamer a {
    color: rgba(51, 51, 51, 0.7);
}

.qr {
    position: absolute;
    left: 7%;
    width: 27%;
    top: 27vw;
}

.smart-tv-item {
    position: relative;
    width: 50%;
}

.smart-tv-item.item-1 {
    display: none;
    width: 100%;
}

.smart-tv-item.item-1 .item-content {
    top: 6.5vw;
    left: 4.8vw;
    z-index: 1;
}

.smart-tv-item.item-1 .item-content .item-title {
    font-size: 6.875vw;
    font-family: lg_smartbold;
    line-height: 1;
    margin-bottom: 0.25em;
}

.smart-tv-item.item-1 .item-content .item-title img {
    width: 85%;
}

.smart-tv-item.item-1 .item-content .item-title span {
    font-family: lg_smartlight;
}

.smart-tv-item.item-1 .item-content .item-subtitle {
    color: #FFF;
    font-size: 2.56vw;
    line-height: 1;
    margin-bottom: 0.7em;
}

.smart-tv-item.item-1 .item-content .item-disclamer {
    color: #FFF;
    font-size: 0.75vw;
    line-height: 1;
    width: 12.5vw;
}

.smart-tv-item.item-2, .smart-tv-item.item-3 {
    float: left;
}

.smart-tv-item.item-4 {
    float: right;
}

.smart-tv-item.item-4, .smart-tv-item.item-2, .smart-tv-item.item-3 {
    position: relative;
    display: none;
    width: 33.33%;
    color: #000;
}

.smart-tv-item.item-4 .item-content, .smart-tv-item.item-2 .item-content, .smart-tv-item.item-3 .item-content {
    top: 3.2vw;
    left: 4.8vw;
}

.smart-tv-item.item-4 .item-content .item-title, .smart-tv-item.item-2 .item-content .item-title, .smart-tv-item.item-3 .item-content .item-title {
    font-size: 2.56vw;
    font-family: lg_smartbold;
    line-height: 1;
    margin-bottom: 1.2em;
}

.smart-tv-item.item-4 .item-content .item-title img, .smart-tv-item.item-2 .item-content .item-title img, .smart-tv-item.item-3 .item-content .item-title img {
    width: 16.5vw;
}

.smart-tv-item.item-4 .item-content .item-subtitle, .smart-tv-item.item-2 .item-content .item-subtitle, .smart-tv-item.item-3 .item-content .item-subtitle {
    font-size: 2.25vw;
    line-height: 1.1;
    padding-bottom: 0.7em;
}

.smart-tv-item.item-4 .item-content .item-text, .smart-tv-item.item-2 .item-content .item-text, .smart-tv-item.item-3 .item-content .item-text {
    color: #828282;
    font-size: 1.56vw;
    margin-bottom: 1em;
}

.smart-tv-item.item-3 .button {
    width: 11vw;
}

.smart-tv-item.item-3 .item-content .item-subtitle {
    padding-bottom: 0;
}

.smart-tv-item .item-content {
    position: absolute;
}

p {
    font-family: 'lg_smartbold';
}

.video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #000;
}

.video-wrap video {
    display: block;
    width: 100%;
    height: 100%;
}

.video-wrap .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1vw;
    cursor: pointer;
    width: 4.5vw;
    z-index: 1;
}

.video-wrap .close img {
    width: 100%;
}

.alert-content {
    position: absolute;
    left: 35.5%;
    width: 58%;
    top: 6.125vw;
}

.alert-title {
    line-height: 0.85;
    font-family: lg_smartbold;
    font-size: 5.875vw;
}

.alert-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1.875vw;
}

.alert-text-col {
    width: 48%;
    font-size: 1.56vw;
    line-height: 1.36;
}

.owl-carousel {
    display: block;
}

.owl-slide {
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: top center;
}

.owl-slide .text {
    position: absolute;
    top: 17.875vw;
    left: 9vw;
}

.owl-slide .text h1 {
    font-family: lg_smartregular;
    font-size: 2.94vw;
    line-height: 1;
    margin-bottom: 0.55em;
}

.owl-slide .disclaimer {
    color: #FFF;
    font-size: 1vw;
    position: absolute;
    bottom: 5%;
    left: 9vw;
    text-decoration: none;
}


.owl-slide {
    display: block;
}


.video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden
}

.video > video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto
}

@media (min-aspect-ratio: 16 / 9) {
    .video > video {
        height: 300%;
        top: -100%
    }
}

@media (max-aspect-ratio: 16 / 9) {
    .video > video {
        width: 300%;
        left: -100%
    }
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
    .video > video {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.video .play {
    width: 512px;
    height: 512px;
    z-index: 2222;
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -256px;
    margin-left: -256px;
}

.video:not(.playing) .play {
    background: url(/assets/img/play.png?v) no-repeat;
}
/*
.video.playing:hover .play {
    background: url(/assets/img/pause.png?v) no-repeat;
    opacity: 0.1;
}*/
.video .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.link {
    background: #000;
    width: 100%;
    min-height: 50px;
    z-index: 3333333333333;
    position: relative;
    color: #fff;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}


.link a {
    display: block;
    background: #b90f3d;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    min-width: 200px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    font-family: system-ui;
}
