.ll *{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    color: #FFF;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga' off, 'clig' off;
}
.ll {
    background-color: #000;
}



/* Index */
.ll-index .ll-wrapper {
	position: relative;
	z-index: 10;
	height: min(56.25vw, 900px);
}
.ll-index .ll-btn {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: min(21.528vw, 344.4px);
	height: min(4.444vw, 71.1px);
	border-radius: min(0.694vw, 11.1px);
	background: #10DECD;
	top: min(42.083vw, 673.3px);
	right: min(13.958vw, 223.3px);
	font-size: min(1.389vw, 22.2px);
	color: #000;
	font-weight: 600;
	line-height: 120%;
	transition: .35s;
}
.ll-index .ll-btn:hover {
	background: #0ebdaf;
}
.ll-index .ll-btn:active {
	background: #05dcca;
}



/* Subscribe */

.ll-subscribe{
    padding: min(4.444vw, 71.1px) 0;
	margin-top: min(2.5vw, 40px);
    position: relative;
    overflow-x: clip;
}
.ll-subscribe:before{
    content:'';
    position: absolute;
	top: max(-10.417vw, -166.7px);
	right: max(-27.778vw, -444.4px);
    width: min(114.963vw, 1839.4px);
	height: min(47.062vw, 753px);
    transform: rotate(152.144deg);
	background: radial-gradient(80.5% 141.02% at 48.25% -46.54%, #FF9091 0%, #FC7475 50.48%, #FF467E 100%);
	opacity: 0.3;
	filter: blur(min(20.833vw, 333.3px));
}
.ll-subscribe-wrapper{
    width: min(73.89vw, 1176px);
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.ll-heading-h2{
    text-align: center;
    font-size: min(3.33vw, 53.28px);
    font-weight: 500;
    line-height: 110%;
    letter-spacing: max(-0.03vw, -0.48px);
}
.ll-subscribe-cards{
    margin-top: min(2.5vw, 40.16px);
    display: flex;
    gap: min(1.74vw, 27.92px);
}
.ll-subscribe-card{
    width: min(23.47vw, 375.6px);
    border-radius: min(0.69vw, 11.04px);
    background: linear-gradient(298deg, rgba(20, 20, 20, 0.00) 21.57%, #141414 97.24%), linear-gradient(180deg, rgba(0, 15, 13, 0.00) -27.92%, #343434 -3.7%, #131313 107.36%), rgba(0, 0, 0, 0.20);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: min(2.22vw, 35.52px) min(1.67vw, 26.72px);
    height: fit-content;
}
.ll-subscribe-card.top-sales{
    background: linear-gradient(180deg, #FF4647 0%, #FF4647 28.95%, rgba(224, 1, 75, 0.00) 109.47%), linear-gradient(0deg, #53001B 0%, #53001B 100%), linear-gradient(180deg, rgba(0, 15, 13, 0.00) -27.92%, #FF5147 -3.7%, #FF5147 107.36%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #111;
}
.ll-sub-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ll-sub-title{
    font-size: min(1.67vw, 26.72px);
    font-weight: 500;
    line-height: 120%;
}
.ll-sub-label{
    height: min(1.6vw, 25.6px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 min(0.56vw, 8.96px);
    border-radius: min(0.28vw, 4.48px);
    background: #FFC300;
    backdrop-filter: blur(min(0.35vw, 5.6px));
    color: #000;
    font-size: min(0.83vw, 13.28px);
    font-weight: 600;
    line-height: normal;
}
.ll-sub-descr{
    margin-top: min(0.83vw, 13.28px);
    font-size: min(1.042vw, 16.7px);
    font-weight: 450;
    line-height: 120%;
    letter-spacing: min(0.01vw, 0.16px);
    opacity: 0.7;
}
.ll-sub-price{
    display: flex;
    align-items: flex-end;
    margin-top: min(1.67vw, 26.72px);
}
.ll-sub-price span{
    display: flex;
}
.ll-sub-price span:first-child{
    font-size: min(1.67vw, 26.72px);
    font-weight: 450;
    line-height: 110%;
}
.ll-sub-price span:nth-child(2){
    color: rgba(255, 255, 255, 0.75);
    font-size: min(0.97vw, 15.52px);
    font-weight: 450;
    line-height: normal;
    margin-bottom: min(0.14vw, 2.24px);
    margin-left: min(0.07vw, 1.12px);
}
.ll-sub-btn{
    margin-top: min(0.83vw, 13.28px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: min(0.14vw, 2.24px);
    height: min(4.44vw, 70.88px);
    padding: min(0.83vw, 13.28px) min(2.78vw, 44.56px);
    width: 100%;
    border-radius: min(0.69vw, 11.04px);
    background: #FFF;
    transition: 300ms all;
}
.ll-sub-btn:hover{
    background-color: #c4c4c4;
}
.ll-sub-btn span:nth-child(1){
    color: #242424 !important;
    font-size: min(1.39vw, 22.24px);
    font-weight: 600;
    line-height: 120%;
}
.ll-sub-btn span:nth-child(2){
    color: rgba(36, 36, 36, 0.50) !important;
    font-size: min(0.9vw, 14.4px);
    font-weight: 450;
    line-height: normal;
}
.ll-sub-payments{
    margin-top: min(0.56vw, 9.04px);
    display: flex;
    justify-content: center;
    gap: min(1.15vw, 18.48px);
}
.ll-sub-payments img{
    display: block;
    width: min(2.22vw, 35.68px);
    height: auto;
}
.ll-sub-content{
    list-style-type: none;
    margin-top: min(1.67vw, 26.88px);
    padding-left: min(1.74vw, 27.84px);
    display: flex;
    flex-direction: column;
    gap: min(1.39vw, 22.24px);
}
.ll-sub-content-row{
    position: relative;
    font-size: min(1.11vw, 17.76px);
    font-weight: 500;
    line-height: 110%;
    /* letter-spacing: max(-0.03vw, -0.48px); */
}
.ll-sub-content-row:before{
    content: "";
    position: absolute;
    top: min(0.49vw, 7.84px);
    left: max(-1.04vw, -16.64px);
    width: min(0.28vw, 4.48px);
    height: min(0.28vw, 4.48px);
    border-radius: 100%;
    background-color: #fff;
}
.ll-sub-content-row img{
    display: block;
    max-width: min(17.64vw, 283.68px);
    height: auto;
    margin-top: min(0.28vw, 4.48px);
}
.ll-sub-about-link{
    display: block;
    margin-top: min(1.94vw, 31.04px);
    opacity: 0.8;
    color: #FFF !important;
    font-size: min(1.11vw, 17.76px);
    font-weight: 500;
    line-height: 120%;
    text-decoration: underline;
    text-underline-offset: min(0.21vw, 3.36px);
}



/* Tabs */

.ll-include{
    padding: min(4.44vw, 71.04px) 0 0;
    position: relative;
    z-index: 2;
}
.ll-include-wrapper{
    margin-top: min(6.39vw, 102.24px);
}
.include-tabcontent-container{
    max-width: min(88.89vw, 1422.24px);
    margin: 0 auto;
}
.include-tabs{
    display: flex;
	justify-content: center;
    gap: min(1.11vw, 17.76px);
}
.include-tab{
    height: min(3.056vw, 48.896px);
    padding: 0 min(1.25vw, 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: min(0.694vw, 11.104px);
    border: 2px solid #FFF;
    opacity: 0.5;
    background-color: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(min(10.417vw, 166.672px));
    font-size: min(1.389vw, 22.224px);
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    cursor: pointer;
    transition: 300ms all;
    z-index: 10;
}
.include-tab:hover, .include-tab.active {
    background-color: #22C3B1;
    border-color: #22C3B1;
    color: #333;
    opacity: 1;
    backdrop-filter:none;
}
.include-content{
    display: flex;
    flex-direction: column;    
}

.include-content .include-tabcontent-container{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.include-tabcontent{
    padding: min(16.458vw, 263.3px) 0 min(3.681vw, 58.896px);
    margin-top: max(-6.597vw, -105.552px);
    height: min(47.014vw, 752.2px);
    transition: 300ms opacity;
    z-index: 1;
}
.include-tabcontent.show{
    display: block;
    animation: show 800ms linear;
}
.include-tabcontent.hide{
    display: none;
    filter:brightness(0.5);
}

@keyframes show {
    0%{
        filter:brightness(0.5);
    }
    100%{
        filter:brightness(1);
    }
}



.include-tabcontent-heading{
    font-size: min(5vw, 80px);
    font-weight: 500;
    line-height: 120%;
	text-align: center;
}
.include-tabcontent-text{
    margin-top: min(0.833vw, 13.3px);
    font-size: min(1.389vw, 22.224px);
    font-weight: 450;
    line-height: 120%;
	text-align: center;
}
.ll-include .ll-btn{
    margin: min(1.667vw, 26.7px) auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
    width: min(18.958vw, 303.3px);
    height: min(3.889vw, 62.2px);
    font-size: min(1.25vw, 20px);
	font-weight: 600;
	border-radius: min(0.694vw, 11.1px);
	background: #FFF;
	color: #000 !important;
	transition: .35s;
}
.ll-include .ll-btn:hover {
	background: #22C3B1;
}



/* Channels */

.ll-channels {
    position: relative;
    padding: min(4.444vw, 71.1px) 0;
	margin-top: min(4.444vw, 71.1px);
}
.ll-channels .ll-subheading {
    color: #FFF;
	text-align: center;
	font-size: min(1.667vw, 26.7px);
	font-weight: 450;
	line-height: 120%;
	margin-top: min(1.389vw, 22.2px);
}

.ll-channels:before{
    content:'';
    position: absolute;
    top: min(13.889vw, 222.2px);
    left: 50%;
    width: min(57.152vw, 914.4px);
	height: min(17.361vw, 277.8px);
	transform: rotate(-11.261deg) translateX(-50%);
    border-radius: min(57.152vw, 914.4px);
	opacity: 0.4;
	background: radial-gradient(80.5% 141.02% at 48.25% -46.54%, #FF9091 0%, #FC7475 50.48%, #FF467E 100%);
	filter: blur(min(8.264vw, 132.2px));
    z-index: 1;
    pointer-events: none;
}
.ll-channels-list.animated-list:not(.animated-list_reverse) {
    margin-top: min(3.889vw, 62.2px);
}
.ll-channels-list.animated-list.animated-list_reverse{
    margin-top: min(1.528vw, 24.4px);
}
.animated-list {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.animated-list div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-animation: anim-running-string 60s linear infinite;
    animation: anim-running-string 60s linear infinite;
}
.animated-list_reverse div {
    animation-direction: reverse;
}
.animated-list img {
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    display: flex;
}
.ll-channels-list img {
    height: min(11.389vw, 182.2px);
}
.ll-channels-list img:not(:first-child) {
    margin-left: min(1.528vw, 24.4px);
}
@-webkit-keyframes anim-running-string {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@keyframes anim-running-string {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}




/* DT */

.ll-discount{
    padding-top: 64px;
    padding-bottom: min(5vw, 80px);
    position: relative;
}
.ll-discount:before{
    content:'';
    position: absolute;
    width: min(58.958vw, 943.3px);
	height: min(25.694vw, 411.1px);
	border-radius: min(58.958vw, 943.3px);
	opacity: 0.4;
	background: radial-gradient(80.5% 141.02% at 48.25% -46.54%, #FF9091 0%, #FC7475 50.48%, #FF467E 100%), radial-gradient(80.5% 141.02% at 48.25% -46.54%, #FF8ECF 0%, #C55A98 50.48%, #8F2D92 100%), radial-gradient(69.66% 155.72% at 49.85% -31.82%, #7844D1 0%, #7448CF 16%, #6A57CC 34%, #5A6FC6 54%, #4390BD 75%, #27BBB2 97%, #22C3B1 100%), #D9D9D9;
	filter: blur(min(13.889vw, 222.2px));
    top: min(14.93vw, 240.4px);
    left: 50%;
    transform: translateX(-50%);
}
.ll-discount-wrapper{
    position: relative;
    z-index: 10;
}
.ll-discount .ll-heading-h2{
    letter-spacing: 0;
}
.discount-card-wrapper{
    margin: min(4.44vw, 71.2px) auto 0 auto;
    perspective: 1000px;
    width: min(37.92vw, 603.6px);
    height: min(21.88vw, 349.68px);
}
.discount-card{
    transition: 200ms all;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: min(37.92vw, 603.6px);
    height: min(21.88vw, 349.68px);
    border-radius: min(1.39vw, 22.1px);
    background: radial-gradient(80.5% 141.02% at 48.25% -46.54%, #FF9091 0%, #FC7475 50.48%, #FF467E 100%), radial-gradient(69.66% 155.72% at 49.85% -31.82%, #7844D1 0%, #7448CF 16%, #6A57CC 34%, #5A6FC6 54%, #4390BD 75%, #27BBB2 97%, #22C3B1 100%), #22C3B1;
    box-shadow: 2.1px 2.1px 2.1px 0px rgba(255, 255, 255, 0.25) inset, -2.1px -2.1px 2.1px 0px rgba(0, 0, 0, 0.25) inset, 0px 226.8px 63px 0px rgba(0, 0, 0, 0.00), 0px 144.9px 57.75px 0px rgba(0, 0, 0, 0.02), 0px 81.9px 49.35px 0px rgba(0, 0, 0, 0.08), 0px 36.75px 36.75px 0px rgba(0, 0, 0, 0.13), 0px 9.45px 19.95px 0px rgba(0, 0, 0, 0.15);
}
.discount-card-month{
    font-size: min(2.22vw, 35.2px);
    font-weight: 500;
    line-height: 100%;
}
.discount-card-value{
    font-size: min(8.89vw, 141.6px);
    font-weight: 600;
    line-height: 100%;
    margin-top: min(0.56vw, 8.8px);
}
.ll-discount-btn{
    margin-top: min(0.69vw, 10.8px);
    height: min(3.89vw, 61.4px);
    width: min(17.92vw, 284.8px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: min(0.56vw, 8.8px);
    background: #FFF;
    color: #000 !important;
    font-size: min(1.25vw, 19.8px);
    font-weight: 600;
    line-height: 120%;
    transition: 300ms all;
}
.ll-discount-btn:hover{
     background-color: #c4c4c4 !important;
}
.ll-discount-ligals{
    margin: min(4.44vw, 71.2px) auto 0;
    text-align: center;
}
.ll-discount-ligals p{
    font-size: min(0.833vw, 13.3px);
    font-weight: 450;
    line-height: 142.857%;
    letter-spacing: min(0.02vw, 0.3px);
    opacity: 0.7;
}
.ll-discount-ligals p:not(:last-child){
    margin-bottom: min(1.39vw, 22.1px);
}
.ll-discount-link {
	display: block;
	width: fit-content;
	color: #FFF !important;
	text-align: center;
	font-feature-settings: 'liga' off, 'clig' off;
	font-family: Megogo;
	font-size: min(1.111vw, 17.8px);
	font-style: normal;
	font-weight: 450;
	line-height: 175%;
	letter-spacing: min(0.031vw, 0.5px);
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	margin: min(0.625vw, 10px) auto 0;
}