@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gochi+Hand&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Khula:wght@300;400;600;700;800&amp;display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Ubuntu', sans-serif;
}

.btn:focus,
.accordion-button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=checkbox]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
    box-shadow: none!important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}

.navbar.navbar-fixed {
    padding: 70px 10px;
    position: fixed!important;
    background: transparent;
    z-index: 990;
    top: 0;
    left: 0;
    right: 0;
    transition: all ease-in-out .1s;
}

.navbar.navbar-fixed.navbar-scrolling {
    padding: 20px 10px;
    background: #FFFFFF;
    box-shadow: 0 1px 40px rgba(0,0,0,.3);
}

.navbar .navbar-nav {
    margin-top: 5px;
}

.navbar .navbar-nav .nav-link {
    color: rgb(225, 225, 225);
    padding: 10px 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: all ease-in-out .2s;
}

.navbar .navbar-nav .nav-link.active, .navbar.navbar-fixed.navbar-scrolling .nav-link.active {
    color: rgb(255, 255, 255);
    background: #FF0000;
}

.navbar .navbar-nav .nav-link:hover {
    color: rgb(255, 255, 255);
    background: #FF0000;
}

.navbar.navbar-scrolling .navbar-nav .nav-link {
    color: rgb(100, 100, 100);
}

.navbar.navbar-scrolling .navbar-nav .nav-link:hover {
    color: rgb(255,255,255);
}

.navbar .navbar-brand .navbar-logo {
    height: 50px;
}

.navbar .navbar-header {
    font-size: 13pt;
    margin-left: auto;
}

.navbar .navbar-header li {
    margin-right: 5px;
    font-weight: 500;
}

.navbar .navbar-right-buttons {
    padding-left: 30px;
}

.navbar .navbar-right-buttons a {
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.navbar .navbar-right-buttons a:first-child {
    margin-right: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

.header-section {
    margin-bottom: 50px;
}

.header-section .slider-alt-contents {
    position: absolute;
    width: 100%;
    transform: translateY(-99%);
    z-index: 100;
}

.header-section .slider-alt-contents .slider-buttons {
    position: absolute;
    display: flex;
    justify-content: center;
    padding-right: 400px;
    width: 100%;
    height: 100%;
    transform: translateY(-99%);
    z-index: 200;
}

.header-section .slider-alt-contents .slider-buttons a {
    margin-right: 40px;
}

.header-section .slider-alt-contents .slider-buttons a:last-child {
    margin-right: 0;
}

.btn-slider-telegram {
    border: 7px solid white!important;
    border-radius: 100px;
    height: 80px;
    width: 80px;
    padding-top: 15px;
    padding-right: 15px;
    box-shadow: inset 0 0 5px rgba(0,0,0,.4);;
    transform: translateY(65px);
}

.btn-slider-telegram img {
    height: 34px;
    width: 34px;
}

.btn-slider-whatsapp {
    border: 7px solid white!important;
    border-radius: 100px;
    height: 100px;
    width: 100px;
    padding-top: 18px;
    box-shadow: inset 0 0 5px rgba(0,0,0,.4);;
    transform: translateY(10px);
}

.btn-slider-whatsapp img {
    height: 48px;
    width: 48px;
}

.btn-slider-live {
    border: 7px solid white!important;
    border-radius: 100px;
    height: 120px;
    width: 120px;
    padding-top: 20px;
    box-shadow: 0 0 0 rgba(255,255,255, 1);
    transform: translateY(-40px);
    animation: none;
}

.btn-slider-live img {
    height: 64px;
    width: 64px;
}

.btn-slider-live:hover {
    animation: none;
}

.preloader{
    width: 100%;
    height: 100vh;
    padding: 0;
    margin: 0;
    display: flex;
    position: fixed;
    z-index: 9999999;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: #f7f7f7;
}

.box_section {
    width: 120px;
    height: 120px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
    background: white;
    border-radius: 20px;
    animation: 1s ease-in-out alternate infinite shadows;
}

.site_logo{
    width:100px;
}

.img_filter{
    width: 120px;
    height: 120px;
    opacity:0.45 ;
    position: absolute;
    -webkit-animation-duration: 0.9s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    background-image: linear-gradient(to right, #f6f7f9 0%, #e9ebee 20%, #f6f7f9 40%, #f6f7f9 100%);
    background-repeat: no-repeat;
}

.slider-paragraph {
    font-size: 14pt;
    line-height: 30px;
    margin: 20px 0;
    font-weight: 300;
}

.slider-paragraph b {
    font-weight: 600;
}

.slider-title {
    font-size: 34pt;
    font-weight: 400;
}

.slider-title .article-info {
    font-size: 12pt;
}

.slider-title .article-info .icon {
    margin-right: 10px!important;
}

.slider-title .article-info span:first-child {
    margin-right: 20px;
}

.slider-title .article-info span:last-child {
    margin-right: 0;
    margin-left: 20px;
}

.slider-button {
    font-size: 11pt;
    border-radius: 20px;
}

.packets-section {
    margin-bottom: 150px;
    margin-top: -15px;
    position: relative;
    z-index: 500;
}

.packets-section .row.user-selector {
	position: absolute;
	z-index: 999;
	margin-top: -90px;
	color: #000000;
	right: 600px;
	height: 87px;
}

.packets-section .row.user-selector #user-selector {
    margin: 0 15px;
}

.packets-nav-container {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    transform: translateY(-140px);
    padding-left: 350px;
    right: 0;
    z-index: 400;
}

.packets-nav-container.normal {
    position: relative;
    width: 100%;
    display: flex;
    transform: none;
    padding-left: 0;
    margin-bottom: 50px;
    right: auto;
}

.home-shadow {
    position: absolute;
    width: 90%;
    height: auto;
    top: 0;
    margin-top: -125px;
    z-index: -1;
}

.home-shadow.last {
    margin-top: -100px;
}

.card.card-property {
    position: relative;
    border-radius: 25px;
    box-shadow: 0 5px 10px 1px rgba(0,0,0,.05);
    border: none;
    margin-bottom: 50px;
    background-repeat: no-repeat!important;
    background-size: 170px!important;
    cursor: default;
    width: 90%;
    z-index: 5;
    transition: all ease-in-out .2s;
}

.card-property.margin-top {
    margin-top: 50px;
}

.card.card-property .ribbon {
    height: 50px;
    width: 50px;
    right: 0;
    position: absolute;
    margin-top: -18px;
    margin-right: -18px;
    border-radius: 100%;
    display: flex;
    border: 7px solid #FFFFFF;
    align-items: center;
    justify-content: center;
}

.card.card-property .card-body {
    padding: 50px 0 50px 40px;
    position: relative;
}

.card.card-property .card-body img {
    margin-bottom: 20px;
}

.card.card-property .card-body h5 {
    font-weight: 600;
}

.card.card-property .card-body p {
    color: #B2B4B6;
    font-weight: 300;
    margin-bottom: 0;
}

.card.card-packet {
    border-radius: 50px;
    box-shadow: 0 5px 10px 1px rgba(0,0,0,.05);
    border: none;
    margin-bottom: 30px;
    cursor: pointer;
    transition: all ease-in-out .2s;
}

.card.card-packet:hover {
    box-shadow: 0 5px 20px 1px rgba(0,0,0,.05);
}

.card.card-packet .card-body {
    padding: 40px 20px;
    color: #000000;
}

.card.card-packet .packet-icon {
    height: 84px;
    margin-bottom: 20px;
}

.card.card-packet .packet-title {
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
}

.card.card-packet .price {
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 5px;
    transform: scale(1.1, 1.1);
}

.card.card-packet .price small {
    font-size: 14pt;
    margin-right: 3px;
    margin-top: 5px;
    font-weight: 800;
}

.card.card-packet .price small:last-child {
    font-size: 24pt;
    margin-top: 0;
    font-weight: 800;
}

.card.card-packet .price h1 {
    font-size: 33pt;
    font-weight: 700;
}

.card.card-packet .packet-details {
    text-align: left;
    margin-bottom: 25px;
    font-size: 10pt;
    font-weight: 500;
    line-height: 21px;
    color: #000000;
}

.btn-packet {
    display: block;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-bottom: 10px;
    padding: 8px;
}

#packetsTab {
    border-bottom: 1px solid #000000;
}

#packetsTab .nav-item {
    margin-right: 10px;
}

#packetsTab .nav-item:first-child {
    margin-left: 10px;
}

#packetsTab .nav-item .nav-link {
    color: #000000;
    padding: 8px 40px;
    border-color: #000000;
    border-radius: 15px 15px 0 0;
}

#packetsTab .nav-item .nav-link.active {
    font-weight: 600;
    color: #fff;
    background: #000000;
}

.card.product-card {
    border-radius: 20px;
    box-shadow: 0 5px 5px 2px rgba(0,0,0,.1);
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 25px;
    color: #000000;
}

.card.product-card .price {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 10px;
    margin-top: 30px;
}

.card.product-card .price small {
    font-size: 14pt;
    margin-right: 3px;
    margin-top: 5px;
    font-weight: 800;
}

.card.product-card .price small:last-child {
    font-size: 24pt;
    margin-top: 0;
    font-weight: 800;
}

.card.product-card .price h1 {
    font-size: 38pt;
    font-weight: 800;
}

.card.product-card .packet-image {
    width: 80%;
    height: auto;
    margin-bottom: 20px;
}

.card.product-card .packet-details {
    text-align: left;
    margin-bottom: 25px;
    font-size: 10pt;
    padding-left: 20px;
}

.card.product-card .btn-packets {
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,.1);
    width: 100%;
}

.card.product-card .btn-packets svg {
    color: #FF0000;
    margin-left: 15px;
}

.card.product-card .btn-packets:hover svg {
    color: #FFFFFF;
}

.card.product-card .btn-packets:hover {
    color: #FFFFFF;
    background: #FF0000;
}

.card.product-card .ribbon {
    position: absolute;
    color: #FFFFFF;
    top: 15px;
    padding: 6px 30px 6px 20px;
    font-weight: 500;
    left: 0;
    background: #FF0000;
    border-radius: 0 5px 5px 0;
    box-shadow: -1px 2px 3px rgba(0,0,0,.2);
}

.card.product-card .ribbon:before, .card.product-card .ribbon:after {
    content: '';
    position: absolute;
}

.card.product-card .ribbon:before {
    width: 7px;
    height: 100%;
    top: 0;
    left: -6.5px;
    padding: 0 0 7px;
    background: inherit;
    border-radius: 5px 0 0 0;
}

.card.product-card .ribbon:after {
    width: 6px;
    height: 5px;
    bottom: -5px;
    left: -6.5px;
    background: #FF0000;
    border-radius: 0 0 0 5px;
}

.section-title {
    font-size: 34pt;
    color: #000000;
}

.section-title.right {
    text-align: right;
}

.section-title.blog {
    position: relative;
    text-align: right;
    font-size: 38pt;
    margin-right: 250px;
    margin-top: -100px;
    font-weight: 550;
    z-index: 100;
}

.section-content {
    margin: 30px 0 60px 0;
    font-size: 15pt;
    font-weight: 300;
    color: #B2B4B6;
}

.section-content.right {
    text-align: right;
}

.section-image {
    position: absolute;
    margin-top: -50px;
    max-width: 100%;
    z-index: -1;
}

.section-image.right {
    right: 0;
}

.section-image.left {
    left: 0;
}

.payment-section {
    margin-bottom: 200px;
}

.payment-section.home {
    margin-bottom: 100px;
}

.payment-section.home .section-title {
    margin-top: 100px;
}

.payment-section.home .section-content b {
    font-weight: 500;
    color: #9c9ea0;
}

.payment-section .flags img {
    height: 75px;
    margin-left: -10px;
}

.payment-section .payment-types img {
    height: 40px;
    margin: 0 40px 40px 0;
}

.payment-section .payment-types img:last-child {
    margin-right: 0;
}

.payment-section .section-image img {
    height: 600px;
}

.payment-section .payment-types img {
    height: 40px;
    margin: 0 40px 40px 0;
}

.payment-section .payment-types img:last-child {
    margin-right: 0;
}

.app-section {
    margin-bottom: 250px;
}

.app-section .store-icons, .app-section .quality-icons {
    float: right;
}

.app-section .store-icons a, .app-section .quality-icons img {
    margin-right: 10px;
}

.app-section .store-icons a:last-child, .app-section .quality-icons img:last-child {
    margin-right: 0;
}

.app-section .store-icons img, .app-section .quality-icons img {
    height: 50px;
}

.app-section .section-image img {
    height: 600px;
}

.section-margin {
    margin-bottom: 400px;
}

.comments-section {
    margin-bottom: 200px;
}

.comments-section .section-title img {
    display: block;
    margin-bottom: 25px;
}

.comments-section .section-title .star-image {
    height: 18px;
}

.comments-section .section-title .quotes {
    height: 34px;
}

.comments-section .section-content {
    margin: 20px 0 40px 0;
}

.comments-section .comment-info {
    color: #000000;
}

.comments-section .comment-info h3 {
    font-weight: 550;
}

.comments-section .comment-info h5 {
    font-weight: 500;
    margin-bottom: 20px;
}

.comments-section .comments-author {
    position: absolute;
    margin-top: -150px;
    margin-left: -100px;
    z-index: -1;
}

.comments-section .comments-author img {
    height: 650px;
}

.faqs-section {
    text-align: center;
    margin-bottom: 150px;
}

.faqs-section .section-title,
.blog-section .section-title,
.contents-section-1 .section-title,
.packets-section-1 .section-title,
.packets-section-3 .section-title {
    margin-bottom: 0;
}

.faqs-section .section-content,
.blog-section .section-content,
.contents-section-1 .section-content,
.packets-section-1 .section-content,
.packets-section-3 .section-content {
    margin-top: 0;
    font-size: 18pt;
}

#faqsTab {
    justify-content: center;
    margin-bottom: 50px;
}

#faqsTab .nav-item {
    width: 180px;
    margin-right: 20px;
    position: relative;
}

#faqsTab .nav-item .nav-link.active:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -25px;
    margin-top: -1px;
    z-index: -1;
    width: 0;
    height: 0;
    border-top: solid 25px #000000;
    border-left: solid 25px transparent;
    border-right: solid 25px transparent;
}

#faqsTab .nav-item:last-child {
    margin-right: 0;
}

#faqsTab .nav-item .nav-link {
    border-radius: 50px;
    box-shadow: 0 5px 5px 2px rgba(0,0,0,.1);
    text-align: center;
    padding: 30px 50px;
    color: #B2B4B6;
}

#faqsTab .nav-item .nav-link img {
    height: 60px;
    margin-bottom: 15px;
    filter: invert(21%) sepia(100%) saturate(7478%) hue-rotate(3deg) brightness(101%) contrast(116%);
}

#faqsTab .nav-item .nav-link span {
    display: block;
    font-size: 16pt;
    font-weight: 300;
}

#faqsTab .nav-item .nav-link.active {
    background: #000000;
    color: #FFFFFF;
}

#faqsTab-tabContent .tab-pane {
    padding: 0 80px;
}

.faqs-accordion .accordion-item {
    margin: 10px 0;
}

.faqs-accordion .accordion-item .accordion-button {
    color: #818183;
    border-radius: 15px;
    border: 2px solid #F1F2F2;
    font-size: 13pt;
    font-weight: 300;
}

.faqs-accordion .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 15px;
}

.faqs-accordion .accordion-item .accordion-button img {
    margin-right: 15px;
}

.faqs-accordion .accordion-item .accordion-button:not(.collapsed) {
    background: #FFFFFF;
    font-weight: 500;
}

.faqs-accordion .accordion-item .accordion-button.collapsed {
    color: #B2B4B6;
}

.faqs-accordion .accordion-item .accordion-button:after {
    background: none;
}

.faqs-accordion .accordion-item .accordion-collapse {
    margin: 0 40px;
    border-radius: 0 0 15px 15px;
    border: 2px solid #F1F2F2;
    border-top: none;
    color: #FF0000;
}

.blog-section .blog-article-home {
    display: block;
    text-decoration: none;
    border-radius: 15px;
    padding: 15px 25px;
    border: 2px solid #F1F2F2;
    text-align: left;
    margin-top: 20px;
    font-weight: 300;
    color: #98989A;
    transition: all ease-in-out .2s;
}

.blog-section .blog-article-home:hover {
    border: 2px solid #FF0000;
    transform: scale(1.03);
}

.blog-section .blog-article-home img {
    margin-right: 20px;
    height: 24px;
    filter: invert(21%) sepia(100%) saturate(7478%) hue-rotate(3deg) brightness(101%) contrast(116%);
}

.blog-section .section-content {
    margin-bottom: 20px;
}

footer {
    margin-top: 100px;
}

footer svg {
    transform: translateY(1px);
}

.footer {
    width: 100%;
    background: #000000;
    color: #FFFFFF;
    padding: 90px 0 40px 0
}

.footer .container {
    padding: 0 75px;
}

.footer h6 {
    font-weight: 600;
}

.footer .social-icons {
    margin-top: 20px;
}

.footer .social-icons a {
    margin-right: 10px;
}

.footer .social-icons a img {
    height: 40px;
    width: 40px;
}

.footer .logo-footer {
    height: 60px;
}

.footer .footer-list {
    font-weight: 500;
    padding-left: 0;
}

.footer .footer-list img {
    margin-right: 5px;
}

.footer .footer-list.light {
    font-weight: 300;
    font-size: 11pt;
}

.footer .footer-list li {
    list-style-type: none;
    line-height: 30px;
}

.footer .footer-list li a {
    color: #FFFFFF;
    text-decoration: none;
    transition: all ease-in-out .2s;
}

.footer .footer-list a:hover {
    padding-left: 7px;
}

.footer .footer-newsletter p, .footer .footer-newsletter .form-check-label {
    font-size: 9pt;
}

.footer .footer-newsletter input[type="email"] {
    margin-bottom: 5px;
    border-radius: 15px;
    font-size: 9pt;
    padding: 10px 20px;
}

.footer .footer-newsletter .input-group .input-group-text {
    border-radius: 15px;
    font-size: 11pt;
    height: 100%;
    padding: 12px 15px;
    background: #FFFFFF;
    border-left: none;
}

.footer .footer-newsletter .form-check-input:checked {
    background-color: #FF0000;
    border-color: #FF0000;
}

.footer .copyright-text {
    color: #AAAAAD;
    font-weight: 500;
    line-height: 25px;
}

.footer .copyright-text span {
    color: #B3B3B3;
    font-weight: 600;
}

footer .top-button {
    position: absolute;
    right: 200px;
    background-color: #FF0000;
    border: 7px solid white!important;
    border-radius: 100px;
    height: 78px;
    width: 78px;
    padding-top: 18px;
    padding-left: 18px;
    box-shadow: 0 0 0 rgba(255,255,255, 1);
    transform: translateY(70px);
    transition: all ease-in-out .2s;
}

footer .top-button:hover {
    transform: translateY(50px);
}

footer .top-button img {
    height: 18px;
}

.menu-sticky {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    background: #000000;
    padding: 15px 0 15px 10px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    left: -100px;
    z-index: 900;
}

.menu-sticky .close-btn {
    color: #FFFFFF;
    font-size: 2em;
    display: block;
    text-align: center;
    padding-right: 15px;
    margin-bottom: 10px;
    transition: all ease-in-out .2s;
}

.menu-sticky .close-btn:hover {
    color: #FF0000;
}

.menu-sticky hr {
    margin-right: 15px;
}

.menu-sticky .list-group {
    width: 100%;
}

.menu-sticky .list-group .list-group-item {
    background: transparent;
    padding: 15px 35px 15px 20px;
    cursor: pointer;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    transition: all ease-in-out .2s;
}

.menu-sticky .list-group .list-group-item a svg {
    height: 36px;
    width: 36px;
    fill: #A7A9AC;
}

.menu-sticky .list-group .list-group-item a:hover svg {
    fill: #FF0000;
}

.menu-sticky .list-group .list-group-item:hover {
    background: #FFFFFF;
}

.member-sticky {
    position: fixed;
    top: 50%;
    transform: translateY(-100%);
    background: #000000;
    padding: 15px;
    cursor: pointer;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
    transition: all ease-in-out .1s;
    z-index: 900;
}

.member-sticky:hover {
    box-shadow : 0 8px 15px -8px #000000;
    padding: 15px 15px 15px 25px;
}

.member-sticky .avatar {
    height: 64px;
    width: 64px;
    border-radius: 100%;
    border: 3px solid #FFFFFF;
}

.member-sticky .badge {
    border-radius: 100%;
    position: absolute;
    font-size: 12pt;
    margin-top: -20px;
    margin-left: -15px;
}

.packets-section-1 {
    text-align: center;
    margin-bottom: 100px;
    margin-top: -130px;
    position: relative;
    z-index: 500;
}

.card.content-category {
    border-radius: 50px;
    text-align: center;
    border: none;
    padding: 15px 5px;
    margin-bottom: 25px;
    font-size: 13pt;
    height: 200px;
    color: #B2B4B6;
    cursor: pointer;
    transition: all ease-in-out .2s;
}

.card.content-category:hover {
    transform: scale(1.10);
}

.card.content-category .card-body img {
    margin-bottom: 20px;
}

.card.content-category .card-body h5 {
    font-weight: 300;
    color: #FFFFFF;
}

.card.packet-property {
    border-radius: 50px;
    box-shadow: 0 5px 10px 2px rgba(0,0,0,.05);
    text-align: center;
    border: none;
    padding: 10px 0;
    margin-bottom: 25px;
    font-size: 13pt;
    height: 200px;
    color: #B2B4B6;
}

.card.packet-property:hover .overlay {
    opacity: 1;
}

.card.packet-property p {
    margin-bottom: 0;
}

.card.packet-property .card-body img {
    margin-bottom: 25px;
    filter: invert(21%) sepia(100%) saturate(7478%) hue-rotate(3deg) brightness(101%) contrast(116%);
}

.card.packet-property .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .2s ease;
    background-color: #000000;
    border-radius: 50px;
    cursor: default;
}

.card.packet-property .text {
    color: #FFFFFF;
    font-size: 10pt;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 20px;
    opacity: .9;
    text-align: center;
}

.packets-section-2 {
    margin-bottom: 150px;
    position: relative;
    text-align: center;
    z-index: 500;
}

.packets-section-2 .packets-step {
    text-align: center;
    padding: 0 30px;
}

.packets-section-2 .packets-step img {
    margin-bottom: 30px;
    height: 125px;
}

.packets-section-2 .packets-step h2 {
    margin-bottom: 20px;
    color: #000000;
}

.packets-section-2 .packets-step p {
    color: #B2B4B6;
    font-size: 17pt;
    font-weight: 300;
}

.packets-section-3 {
    text-align: center;
    margin-bottom: 150px;
}

#packetsTabContent .list-group .list-group-item {
    font-size: 18pt;
    padding: 10px 40px;
    border-left: 0;
    border-right: 0;
    color: #B2B4B6;
    transition: all ease-in-out .1s;
}

#packetsTabContent .list-group .list-group-item b {
    color: #000000;
}

#packetsTabContent .list-group .list-group-item:first-child {
    border-top: 0;
}

#packetsTabContent .list-group .list-group-item:last-child {
    border-bottom: 0;
}

#packetsTabContent .list-group .list-group-item .right b {
    font-size: 27pt;
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
}

#packetsTabContent .list-group .list-group-item .right b small {
    font-size: 14pt;
    margin-top: 10px;
    margin-right: 5px;
}

#packetsTabContent .list-group .list-group-item .right b svg {
    margin-left: 5px;
}

#packetsTabContent .list-group .list-group-item .right .btn {
    border-radius: 20px;
    margin-top: 15px;
    margin-left: 100px;
    padding: 5px 20px;
}

.card.card-image {
    padding: 10px 0;
    border: none;
    margin: 0 10px 15px 10px;
    border-radius: 10px;
    background: #F9F9F9;
    cursor: pointer;
    transition: all ease-in-out .2s;
}

.card.card-image:hover {
    transform: scale(1.15);
}

.card.card-image .card-body {
    height: 75px;
    display: flex;
    justify-content: center;
    align-content: center;
}

.card.card-image img {
    height: auto;
    max-width: 100%;
    display: block;
    align-self: center;
}

.packets-section-4.contents .card.card-image {
    margin-bottom: 35px;
}

.packets-section-4.contents .card.card-image .card-body {
    height: 100px;
}

.packets-section-4.contents .contents-bottom {
    color: #000000;
    transform: rotate(-15deg);
    float: right;
    font-size: 44pt;
    margin-top: 50px;
    font-family: 'Gochi Hand', cursive;
}

.contents-section-1 {
    text-align: center;
    margin-bottom: 150px;
    margin-top: -100px;
    position: relative;
    z-index: 500;
}

.card.dealership-box {
    color: #000000;
    background: #F9F9F9;
    border-radius: 20px;
    border: none;
    text-align: left;
    cursor: default;
    padding: 0;
}

.card.dealership-box .card-body {
    padding: 0;
    display: flex;
}

.card.dealership-box h3 {
    margin: 40px 70px;
    font-size: 20pt;
}

.card.dealership-box .right {
    background: #000000;
    margin-left: auto;
    border-radius: 80px 20px 20px 80px;
    align-content: center;
    display: flex;
    justify-content: left;
    align-items: center;
}

.card.dealership-box h2 {
    margin-bottom: 0;
    margin-left: 50px;
    margin-right: 30px;
    font-size: 20pt;
    color: #FF0000;
}

.packets-section-3.dealership {
    margin-bottom: 150px;
}

.contents-section-1.dealership .dealership-description {
    text-align: left!important;
    color: #000000;
}

.contents-section-1.dealership .dealership-description p {
    text-align: left!important;
    color: #B2B4B6;
    font-size: 14pt;
    font-weight: 300;
}

.contents-section-1.dealership .dealership-description p {
    padding-right: 50px;
}

.card.card-dealership {
    background: #000000;
    color: #FFFFFF;
    border-radius: 20px;
    display: flex;
    cursor: pointer;
    transition: all ease-in-out .2s;
}

.card.card-dealership:hover {
    transform: scale(1.05);
}

.card.card-dealership .card-body {
    padding: 20px 30px;
}

.card.card-dealership img {
    height: 64px;
    width: 64px;
    margin-right: 30px;
    margin-top: 3px;
    float: left;
    filter: invert(21%) sepia(100%) saturate(7478%) hue-rotate(3deg) brightness(101%) contrast(116%);
}

.card.card-dealership span {
    font-weight: 300;
    text-align: left!important;
    float: left;
}

.card.blog-article {
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    border-radius: 20px;
    transition: all ease-in-out .2s;
    height: 250px;
    box-shadow: inset 0 0 0 0 #000000, inset 0 -70px 70px 0 #000000;
}

.card.blog-article:hover {
    transform: scale(1.05);
}

.card.blog-article:before {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 20px;
    opacity: .4;
    background: #000000;
}

.card.blog-article a {
    text-decoration: none;
}

.card.blog-article .card-body {
    padding: 50px 30px 30px 30px;
    position: absolute;
    bottom: 0;
}

.card.blog-article .card-body h4 {
    color: #FF0000;
    font-weight: bolder;
    font-size: 18pt;
    margin-bottom: 20px;
}

.card.blog-article .card-body .article-info {
    color: #FFFFFF;
    font-size: 10pt;
}

.card.blog-article .card-body .article-info span:first-child {
    margin-right: 15px;
}

.blog-section-1 {
    margin-bottom: 50px;
}

.blog-articles-section a {
    text-decoration: none;
}

.blog-articles-section h2 {
    color: #FF0000;
    font-weight: 600;
    margin-bottom: 30px;
}

.blog-articles-section h2 svg {
    color: #000000;
}

.blog-articles-section article.blog-article {
    margin: 0 30px 25px 0;
    display: inline-flex;
    border-bottom: 2px solid rgba(191, 191, 191, .5);
    padding: 0 0 25px 0;
    transition: all ease-in-out .2s;
}

.blog-articles-section article.blog-article:hover {
    transform: scale(1.05);
    border-bottom: 2px solid rgba(67, 214, 133, .5);
}

.blog-articles-section article.blog-article.small {
    margin: 10px 0;
    padding: 0 0 10px 0;
    border-bottom: none;
}

.blog-articles-section article.blog-article.small:hover {
    border-bottom: none;
}

.blog-articles-section article.blog-article.small .article-info h3 {
    font-size: 17pt;
}

.blog-articles-section article.blog-article .image {
    border-radius: 20px;
    height: 250px;
    width: 250px;
    min-width: 250px;
    align-self: normal;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    box-shadow: inset 0 0 0 0 #000000, inset 0 -70px 70px 0 #000000;
    margin-right: 40px;
}

.blog-articles-section article.blog-article.small .image {
    height: 90px;
    width: 90px;
    min-width: 90px;
    margin-right: 20px;
    border-radius: 15px;
    box-shadow: inset 0 0 0 0 #000000, inset 0 -25px 25px 0 #000000;
}

.blog-articles-section article.blog-article .article-info {
    margin-top: 10px;
}

.blog-articles-section article.blog-article .article-info h3 {
    color: #000000;
    font-weight: bold;
}

.blog-articles-section article.blog-article .article-info p {
    color: #B2B4B6;
    width: 100%;
    display: inline-block;
    word-wrap: break-word!important;
    word-break: break-all;
    overflow-wrap: break-word;
    font-size: 13.5pt;
}

.blog-articles-section article.blog-article .article-info .article-bottom {
    color: #000000;
    font-weight: 600;
    font-size: 11pt;
    display: block;
    width: 100%;
}

.blog-articles-section article.blog-article .article-info .article-bottom span:first-child {
    margin-right: 15px;
}

.blog-articles-section article.blog-article .article-info .article-bottom span:last-child {
    font-size: 13pt;
    font-weight: 500;
    float: right;
}

.blog-articles-section article.blog-article .article-info .article-bottom svg {
    color: #FF0000;
}

.article-info .icon {
    height: 15px;
    margin-right: 5px;
    margin-top: -3px;
}

section .section-icon {
    height: 32px;
    margin-right: 10px;
    margin-top: -5px;
}

.pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination a {
    background: #000000;
    color: #FF0000;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 14pt;
}

.pagination a.active {
    color: #FFFFFF;
    font-weight: 600;
}

.pagination a.disabled {
    opacity: .5;
    cursor: not-allowed;
    pointer-events: none;
}

.pagination a:first-child {
    margin-right: 10px;
}

.pagination a:last-child {
    margin-left: 10px;
}

.pagination .pageNumbers a {
    margin: 0 5px;
}

.blog-content-section .blog-content {
    margin-bottom: 25px;
}

.btn-blog {
    border-radius: 50px;
}

.hero-section {
    margin-bottom: 300px;
    padding-top: 400px;
    text-align: center;
}

.card.card-hero {
    position: relative;
    border: none;
    border-radius: 50px;
    box-shadow: 0 30px 50px 1px rgba(0,0,0,.1);
    padding: 0 0 50px 0;
    color: #000000;
}

.card.card-hero .images .big-center {
    position: relative;
    margin-top: -400px;
    z-index: 5;
}

.card.card-hero .images .img-left {
    position: absolute;
    left: -140px;
    top: -100px;
    z-index: 1;
    height: 350px;
}

.card.card-hero .images .img-right {
    position: absolute;
    right: -120px;
    top: -130px;
    z-index: 1;
    height: 400px;
}

.card.card-hero .bubble {
    display: block;
    text-align: center;
    text-decoration: none;
    border-radius: 100%;
    padding: 5px;
    transition: all ease-in-out .2s;
}

.card.card-hero .bubble span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.card.card-hero .bubble.bubble-small {
    font-size: 8pt;
    height: 80px;
    line-height: 75px;
    width: 80px;
}

.card.card-hero .bubble.bubble-medium {
    font-size: 11pt;
    height: 100px;
    line-height: 90px;
    width: 100px;
}

.card.card-hero .bubble.bubble-big {
    font-size: 12pt;
    height: 120px;
    line-height: 105px;
    width: 120px;
}

.card.card-hero .bubble:hover {
    color: #FFFFFF;
}

.card.card-hero .bubbles-left {
    position: absolute;
    top: -350px;
    left: 150px;
    animation: float 3s ease-in-out infinite;
}

.card.card-hero .bubbles-left .bubble.bubble-1 {
    margin-left: -100px;
}

.card.card-hero .bubbles-left .bubble.bubble-3 {
    margin-left: -150px;
    margin-top: -50px;
}

.card.card-hero .bubbles-right {
    position: absolute;
    top: -250px;
    right: -120px;
    animation: float 3s ease-in-out infinite;
}

.card.card-hero .bubbles-right .bubble.bubble-1 {
    margin-left: -150px;
}

.card.card-hero .bubbles-right .bubble.bubble-2 {
    margin-left: -260px;
}

.card.card-hero .bubbles-right .bubble.bubble-3 {
    margin-top: -100px;
}

.card.card-hero .title-1 {
    font-weight: 600;
    margin-bottom: 40px;
}

.card.card-hero .title-2, .card.card-hero .title-3 {
    font-weight: 400;
}

.card.card-hero .title-2 {
    margin-bottom: 40px;
    color: #FF0000;
}

.owl-carousel .owl-item img {
    display: block;
    width: auto;
    margin: 0 auto;
}

.device-section {
    padding: 70px 0;
}

.device-section.bg-different {
    background-color: #F2F2F2;
}

.device-section .device-info img:first-child {
    height: 45px;
    margin-bottom: 10px;
}

.device-section .device-info .model {
    margin-bottom: 25px;
}

.device-section .device-info .model h1 {
    display: inline-block;
}

.device-section .device-info .model h1:first-child {
    font-weight: 700;
    margin-right: 10px;
}

.device-section .device-info .model h1:last-child {
    font-weight: 400;
}

.device-section .device-info .description {
    font-size: 14pt;
    margin-bottom: 40px;
}

.device-section .device-info .btn.btn-primary {
    padding: 7px 60px;
    border-radius: 20px;
    font-weight: 500;
}

.device-images {
    position: relative;
}

.device-section .device-images .tutorial {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50px;
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    padding: 100px 0;
    cursor: pointer;
    transition: all ease-in-out .2s;
}

.device-section .device-images .tutorial:hover {
    box-shadow : 0 8px 35px -8px #000000;
}

.device-section .device-images .tutorial img {
    height: 90px;
    margin-right: 25px;
}

.device-section .device-images .cover {
    position: absolute;
    right: 100px;
    width: 70%;
    margin-top: -85px;
}

.device-section .device-images .gallery {
    margin-top: 100px;
}

.device-section .device-images .gallery a {
    display: inline-flex;
    border: 1px solid #CCCCCC;
    border-radius: 20px;
    height: 100px;
    width: 100px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 10px;
    background: #FFFFFF;
    text-align: center;
}

.device-section .device-images .gallery img {
    align-self: center;
    display: block;
    width: 100%;
    height: auto;
}

.btn-radius {
    border-radius: 20px;
    padding: 7px 30px;
}

.timeline {
    list-style: none;
    padding: 100px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 2px solid #F1F2F2;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    box-shadow: 0 5px 10px 2px rgb(0 0 0 / 5%);
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #F1F2F2;
    border-right: 0 solid #F1F2F2;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-radius: 50%;
}

.timeline > li > .timeline-panel {
    padding: 25px 35px;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge {
    background-color: #FF0000!important;
}

.timeline-title {
    margin-top: 0;
    margin-bottom: 10px;
    color: #000000;
}

.timeline-footer img {
    float: right;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
    color: #B2B4B6;
    font-size: 13pt;
}

.timeline-body .timeline-footer {
    color: #FF0000;
    margin-bottom: 0;
}
.timeline-body .timeline-footer hr {
    color: #B2B4B6;
}

.timeline-body > p + p {
    margin-top: 5px;
}

/* MOBILE */
@media only screen and (max-width: 670px) {

    .card.card-property .ribbon {
        margin-right: 0;
    }

    .channel-logos {
        display: none!important;
    }

    #privacy-container {
        height: 100%!important;
    }

    #privacy-container .container.main {
        padding-top: 150px!important;
    }

    .navbar.navbar-privacy .navbar-nav .nav-link {
        font-size: 13pt!important;
        padding: 10px 0 5px 10px;
        font-weight: 500!important;
    }

    .navbar.navbar-privacy .navbar-header {
        margin-left: 0!important;
    }

    #privacy-container .container.main .form-control.form-control-transparent {
        margin-bottom: 15px;
    }

    #privacy-container .container.main .mb-3 {
        margin-bottom: 0!important;
    }

    .timeline > li > .timeline-panel {
        width: 100%;
    }

    .timeline:before, .timeline > li > .timeline-panel:before, .timeline > li > .timeline-panel:after, .timeline-badge {
        display: none;
    }

    .blog-section-1.single {
        display: none;
    }

    .btn-comment {
        display: block;
        margin: 0 auto;
    }

    .section-title.blog {
        position: relative;
        text-align: center;
        font-size: 24pt;
        margin-right: 0;
        margin-top: 0;
        font-weight: 550;
        z-index: 100;
    }

    .navbar.navbar-fixed.navbar-scrolling {
        padding: 15px 10px;
    }

    .navbar .navbar-brand .navbar-logo {
        height: 35px;
    }

    .device-section .device-images .tutorial {
        width: 100%;
        padding: 70px 0;
    }

    .device-section .device-images .tutorial img {
        height: 70px;
        margin-right: 25px;
    }

    .device-section .device-images .cover {
        position: relative;
        right: 0;
        margin: -30px auto 50px auto;
        width: 100%;
    }

    .device-section .device-images .gallery {
        margin-top: 0;
        margin-bottom: 25px;
        text-align: center;
    }

    .device-section .device-images .gallery a {
        height: 90px;
        width: 90px;
    }

    .packets-section-1, .contents-section-1, .packets-section-2 {
        margin-top: 0;
    }

    .sticky-sidebar, .slider-title .article-info span:last-child {
        display: none;
    }

    .blog-articles-section article.blog-article {
        margin: 0 0 25px 0;
        display: block;
    }

    .blog-articles-section article.blog-article .article-info .article-bottom span:last-child {
        display: none;
    }

    .blog-articles-section article.blog-article .image {
        width: 100%;
        margin-right: 0;
    }

    .blog-articles-section article.blog-article .article-info {
        margin-top: 25px;
        padding: 0 15px;
    }

    .blog-articles-section article.blog-article .article-info p {
        font-size: 12pt;
    }

    .contents-section-1 .section-content {
        margin-bottom: 20px;
    }

    .contents-section-1.dealership .dealership-description, .contents-section-1.dealership .dealership-description p {
        text-align: center!important;
    }

    .contents-section-1.dealership .dealership-description p {
        padding-right: 0;
    }

    .contents-section-1.dealership .dealership-description .col-12:last-child {
        margin-top: 50px;
    }

    .card.card-dealership {
        margin-bottom: 15px;
    }

    .packets-section-3.dealership {
        margin-bottom: 50px;
    }

    .card.dealership-box {
        border-radius: 20px;
        text-align: center;
    }

    .card.dealership-box h2 {
        margin: 0 auto;
    }

    .card.dealership-box .card-body {
        padding: 0;
        display: block;
    }

    .card.dealership-box h3 {
        margin: 20px;
        font-size: 20pt;
    }

    .card.dealership-box .right {
        text-align: center;
        border-radius: 0 0 20px 20px;
        padding: 20px 0;
    }

    .card.dealership-box .right br {
        display: none;
    }

    .card.dealership-box .right b {
        margin-left: 10px;
    }

    #packetsTabContent .list-group .list-group-item {
        padding: 10px 30px;
    }

    #packetsTabContent .list-group .list-group-item .right {
        float: right;
        text-align: right;
    }

    .packets-section-4.contents .contents-bottom {
        font-size: 30pt;
        margin-top: 0;
    }

    .app-section .store-icons, .app-section .quality-icons {
        float: none;
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .packets-nav-container.normal {
        margin-bottom: 25px;
    }

    #packetsTabContent .list-group .list-group-item .right .btn {
        margin-top: 0;
        margin-left: 0;
    }

    .packets-step {
        margin-bottom: 50px;
    }

    .packets-section-1, .packets-section-2, .packets-section-3, .contents-section-1 {
        margin-bottom: 50px;
    }

    #faqsTab .nav-item .nav-link.active:after {
        display: none;
    }

    .hero-section {
        margin-bottom: 100px;
    }

    .card.card-hero .bubble {
        margin-bottom: 15px;
    }

    .card.card-hero .bubbles-left {
        position: absolute;
        top: -400px;
        left: 20px;
        animation: float 3s ease-in-out infinite;
    }

    .card.card-hero .bubbles-left .bubble.bubble-1 {
        margin-left: auto;
    }

    .card.card-hero .bubbles-left .bubble.bubble-2 {
        margin-left: auto;
    }

    .card.card-hero .bubbles-left .bubble.bubble-3 {
        margin-left: 0;
        margin-top: auto;
    }

    .card.card-hero .bubbles-right {
        position: absolute;
        top: -430px;
        right: 20px;
        animation: float 3s ease-in-out infinite;
    }

    .card.card-hero .bubbles-right .bubble.bubble-1 {
        margin-left: auto;
    }

    .card.card-hero .bubbles-right .bubble.bubble-2 {
        margin-left: auto;
    }

    .card.card-hero .bubbles-right .bubble.bubble-3 {
        margin-top: auto;
    }

    .card.card-hero .images .big-center {
        position: relative;
        width: 100%;
        margin-top: -100px;
    }

    .card.card-hero .images .img-left, .card.card-hero .images .img-right {
        display: none;
    }

    .card.card-property, .home-shadow {
        width: 100%;
    }

    .card.card-property, .home-shadow.last {
        margin-top: 0;
    }

    .payment-section .flags {
        margin-bottom: 50px;
    }

    .payment-section .flags img {
        height: 50px;
        display: block;
        margin: 0 auto;
    }

    .payment-section.home {
        margin-bottom: 40px;
    }

    .payment-section.home .section-content {
        margin-bottom: 40px;
    }

    .packets-section .row.user-selector {
        position: inherit;
        margin-top: 0;
        margin-bottom: 30px;
    }

    .member-sticky, .menu-sticky {
        display: none;
    }

    footer {
        margin-top: 50px;
    }

    .footer {
        padding: 50px 0;
    }

    .footer .container {
        padding: 0 30px;
    }

    .footer .logo-footer, .footer .social-icons {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .footer .logo-footer {
        margin-bottom: 30px;
        margin-top: 30px;
        height: 50px;
    }

    .footer .social-icons {
        margin-bottom: 15px;
    }

    footer .top-button {
        position: absolute;
        right: 50%;
        border: 5px solid white!important;
        height: 64px;
        width: 64px;
        padding-top: 13px;
        padding-left: 13px;
        transform: translateY(15px) translateX(50%);
    }

    footer .top-button:hover {
        transform: translateY(15px) translateX(50%)!important;
    }

    footer .top-button img {
        height: 18px;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 25px 10px 20px;
    }

    .navbar .navbar-nav .nav-link:hover {
        color: rgb(0, 0, 0);
        background: #FFFFFF;
    }

    .navbar .navbar-right-buttons a:first-child {
        margin-right: 0;
        margin-top: 20px;
    }

    .comments-section .section-title .quotes {
        margin: 0 auto 25px auto;
    }

    .comments-section .section-title .star-image {
        margin: 0 auto 15px auto;
    }

    .faqs-section {
        margin-bottom: 75px;
    }

    .faqs-section .section-content {
        margin-bottom: 25px;
    }

    #faqsTab .nav-item {
        display: block;
        width: 100%;
        margin-right: 0;
    }

    #faqsTab .nav-item .nav-link {
        border-radius: 10px;
        display: block;
        width: 100%;
        padding: 20px 10px;
        margin-bottom: 10px;
        box-shadow: none;
        border: 2px solid #F1F2F2;
    }

    #faqsTab .nav-item .nav-link span {
        display: inline-block;
        font-size: 14pt;
    }

    #faqsTab .nav-item .nav-link img {
        height: 34px;
        margin-bottom: 0;
        margin-right: 10px;
    }

    #faqsTab-tabContent .tab-pane {
        padding: 0;
    }

    .faqs-accordion .accordion-item .accordion-collapse {
        margin: 0 10px;
        font-size: 11pt;
    }

    .faqs-accordion .accordion-item .accordion-button img {
        display: none;
    }

    .faqs-accordion .accordion-item .accordion-button.collapsed, .faqs-accordion .accordion-item .accordion-button:not(.collapsed) {
        font-size: medium;
        padding: .6rem .8rem;
        text-align: center;
    }

    .comments-section .comments-author {
        display: none;
    }

    .section-title {
        font-size: 27pt!important;
    }

    .section-title, .section-title.right, .section-content, .section-content.right {
        text-align: center;
    }

    .section-content {
        font-size: 14pt!important;
    }

    .card.card-hero {
        box-shadow: 0 5px 20px 1px rgb(0 0 0 / 10%);
    }

    .comments-section {
        margin-bottom: 100px;
        padding: 40px 0;
        box-shadow: 0 10px 30px 1px rgb(0 0 0 / 10%);
    }

    .comments-section .section-content {
        margin-bottom: 15px;
    }

    .comment-info {
        text-align: center;
    }

    .app-section {
        margin-bottom: 75px;
    }

    .packets-section {
        margin-bottom: 50px;
    }

    .payment-section.home .section-title {
        margin-top: 0;
        text-shadow: 0 2px 1px #000000;
    }

    .app-section .store-icons {
        float: none;
        text-align: center;
    }

    .app-section .store-icons img {
        height: 48px;
    }

    .app-section .section-image img {
        display: none;
    }

    .payment-section {
        margin-bottom: 50px;
    }

    .payment-section .section-image img {
       display: none;
    }

    .payment-section .payment-types {
        text-align: center;
    }

    .payment-section .payment-types img {
        height: 25px;
        margin: 0 25px 25px 0;
    }

    #packetsTab {
        margin-bottom: 20px;
    }

    #packetsTab .nav-item {
        margin-right: 15px;
    }

    #packetsTab .nav-item:first-child {
        margin-left: 10px;
    }

    #packetsTab .nav-item .nav-link {
        padding: 8px 25px;
    }

    .navbar.navbar-fixed {
        padding: 20px 10px;
    }

    .navbar.navbar-fixed .navbar-collapse {
        background: #FFFFFF;
        padding: 5px 15px 15px 15px;
        margin-top: 20px;
        border-radius: 10px;
    }

    .navbar .navbar-header li {
        margin-right: 0;
    }

    .navbar.navbar-fixed .nav-link {
        color: rgb(100, 100, 100);
    }

    .navbar .navbar-right-buttons {
        padding: 5px;
    }

    .navbar .navbar-right-buttons a {
        display: block;
    }

    .navbar .navbar-right-buttons a:first-child {
        margin-bottom: 10px;
    }

    .navbar.navbar-fixed .navbar-nav .nav-link:hover {
        color: rgb(0, 0, 0);
    }

    .navbar.navbar-fixed .navbar-nav .nav-link:after {
        background: rgb(0, 0, 0);
    }

    .slider-paragraph {
        font-size: 11pt;
        line-height: 25px;
    }

    .slider-title {
        font-size: 24pt;
    }

    .slider-button {
        font-size: 10pt;
    }

    .header-section .slider-alt-contents .slider-buttons {
        padding: 40px 0 0 0;
        transform: translateY(-100%);
    }

    .btn-slider-telegram {
        height: 80px;
        width: 80px;
        padding-top: 15px;
        padding-right: 15px;
        transform: translateY(-50px);
    }

    .btn-slider-telegram img {
        height: 34px;
        width: 34px;
    }

    .btn-slider-whatsapp {
        height: 80px;
        width: 80px;
        padding-top: 15px;
        padding-right: 10px;
        transform: translateY(-70px);
        animation: none;
    }

    .btn-slider-whatsapp img {
        height: 34px;
        width: 34px;
    }

    .btn-slider-live {
        height: 80px;
        width: 80px;
        padding-top: 15px;
        padding-right: 10px;
        box-shadow: 0 0 0 rgba(255,255,255, 1);
        transform: translateY(-60px);
        animation: none;
    }

    .btn-slider-live img {
        height: 34px;
        width: 34px;
    }

    .packets-nav-container {
        position: absolute;
        display: flex;
        justify-content: center;
        width: 100%;
        transform: translateY(-140px);
        padding-left: 350px;
        right: 0;
        z-index: 400;
    }

    .packets-nav-container {
        position: relative;
        width: 100%;
        display: flex;
        transform: none;
        padding-left: 0;
        right: auto;
    }
}

@keyframes placeHolderShimmer{
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}
@keyframes shadows{
    0%{
        box-shadow:none
    }
    100%{
        box-shadow: 0px 10px 30px rgb(227, 227, 227);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255,255,255, 1);
    }
    70% {
        box-shadow: 0 0 0 25px rgba(255,255,255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255,255,255, 0);
    }
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-30px);
    }
    100% {
        transform: translatey(0px);
    }
}


/* PRIVACY MODE */

#privacy-container {
    color: #ffffff;
    font-family: 'Gilroy', sans-serif;
    height: 100%;
    width: 100%;
    display: block;
    background-image: url("../images/background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#privacy-container .container.main {
    padding-top: 220px;
}

#privacy-container .container.main .request-form {
    margin-top: 60px;
    margin-bottom: 130px;
}

#privacy-container .container.main .request-form h1 {
    letter-spacing: 1px;
    color: #FF0000;
    margin-bottom: 20px;
}

#privacy-container .container.main p {
    line-height: 20px;
}

#privacy-container .container.main .form-control.form-control-transparent {
    border-radius: 10px;
    font-size: 11pt;
    padding: 10px 15px;
    border: none;
    background: rgba(255,255,255,.1);
    color: rgba(255,255,255,.8);
}

#privacy-container .container.main .form-control.form-control-transparent:focus {
    box-shadow: 0 0 0 0.1rem #FF0000!important;
}

#privacy-container .container.main .form-check.form-check-transparent {
    font-size: 10pt;
    padding-left: 0;
    display: block;
}

#privacy-container .container.main .form-check.form-check-transparent input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

#privacy-container .container.main .form-check.form-check-transparent label {
    position: relative;
    cursor: pointer;
    color: rgba(255,255,255,.7);
}

#privacy-container .container.main .form-check.form-check-transparent label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid rgba(255,255,255,.7);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    border-radius: 5px;
    top: -2px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 7px;
}

#privacy-container .container.main .form-check.form-check-transparent input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid rgba(255,255,255,.7);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

#privacy-container .container.main .btn.btn-transparent {
    border-radius: 10px;
    padding: 10px 15px;
    border: none;
    font-weight: 600;
    background: #FF0000;
    color: #ffffff;
}

#privacy-container .container.main .channel-logos {
    position: absolute;
    height: 100%;
    top: 0;
}

#privacy-container .container.main .channel-logos .card-transparent {
    width: 150px;
    height: 150px;
    border-radius: 0;
    margin-bottom: 25px;
    cursor: default;
    background: rgba(0,0,0,.4);
}

#privacy-container .container.main .channel-logos .card-transparent:hover {
    transform: scale(1.06);
}

#privacy-container .container.main .channel-logos .card-transparent:last-child {
    margin-bottom: 0;
}

#privacy-container .container.main .channel-logos .card-transparent:last-child:hover {
    transform: none;
}

#privacy-container #pageModal .modal-content {
    background-image: url("../images/background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#privacy-container #pageModal .modal-content .btn-close {
    filter: brightness(0) invert(1);
}

.navbar.navbar-privacy .navbar-header  {
    margin-left: 70px;
    margin-right: auto;
}

.navbar.navbar-privacy .navbar-nav .nav-link {
    font-size: 16pt;
    font-weight: 600;
}

.navbar.navbar-privacy .navbar-nav .nav-link.active, .navbar.navbar-privacy.navbar-fixed.navbar-scrolling .nav-link.active {
    color: #FF0000;
    background: none;
}

.navbar.navbar-privacy .navbar-nav .nav-link:hover {
    color: #FF0000;
    background: none;
}

.owl-hidden {
    height: 0;
    opacity: 0;
    display: none!important;
}

.card-packet .discount-ribbon {
    position: absolute;
    left: -10px;
    top: 10px;
    background-color: #43D685;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 9pt;
}

.whatsapp-support {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 999999;
}

.whatsapp-support .chat-container {
    display: none;
    width: 350px;
    background: #ffffff;
    margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.whatsapp-support .chat-container .chat-header {
    background: #075E54;
    color: #ffffff;
    border-radius: 10px 10px 0 0;
    position: relative;
    padding: 20px 20px;
}

.whatsapp-support .chat-container .chat-header .close-button {
    position: absolute;
    right: 10px;
    top: 10px;
    background: transparent;
    border: 0;
    outline: 0;
    color: #ffffff;
    opacity: .4;
    transition: .1s all ease-in-out;
}

.whatsapp-support .chat-container .chat-header .close-button:hover {
    transition: .1s all ease-in-out;
    opacity: .7;
}

.whatsapp-support .chat-container .chat-header .chat-stranger {
    display: flex;
    align-items: center;
    justify-content: start;
}

.whatsapp-support .chat-container .chat-header .chat-stranger img {
    height: 48px;
    width: 48px;
    border-radius: 100%;
    object-fit: cover;
    margin-right: 15px;
}

.whatsapp-support .chat-container .chat-header .chat-stranger div h6 {
    font-size: 11pt;
    font-weight: 600;
    margin-bottom: 5px;
}

.whatsapp-support .chat-container .chat-header .chat-stranger div p {
    margin-bottom: 0;
    font-size: 9pt;
}

.whatsapp-support .chat-container .chat-body {
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 20px;
    background-image: url("../../../user-images.githubusercontent.com/15075759/28719144-86dc0f70-73b1-11e7-911d-60d70fcded21.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.whatsapp-support .chat-container .chat-body .chat-bubble {
    background: #ffffff;
    width: 90%;
    border-radius: 10px;
    padding: 10px 10px 10px 15px;
    position: relative;
}

.whatsapp-support .chat-container .chat-body .chat-bubble h6 {
    font-size: 9pt;
    color: #000000;
    font-weight: 500;
}

.whatsapp-support .chat-container .chat-body .chat-bubble p {
    font-size: 10pt;
    margin-bottom: 0;
}

.whatsapp-support .chat-container .chat-body .chat-bubble small {
    position: absolute;
    right: 10px;
    bottom: 5px;
    font-size: 8pt;
    opacity: .5;
}

.whatsapp-support .chat-container .chat-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.whatsapp-support .chat-container .chat-footer .whatsapp-button {
    width: 100%;
    background: #25D366;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    padding: 7px 20px;
    border-radius: 50px;
    font-size: 11pt;
    transition: .2s all ease-in-out;
}

.whatsapp-support .chat-container .chat-footer .whatsapp-button:hover {
    background: #20b056;
    transition: .2s all ease-in-out;
}

.whatsapp-support .whatsapp-button-circle {
    position: relative;
    background: #ffffff;
    color: #25D366;
    font-size: 24pt;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    height: 64px;
    width: 64px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.whatsapp-support .whatsapp-button-circle .notification-badge {
    height: 11px;
    width: 10px;
    background: rgb(234 8 10);
    position: absolute;
    right: 2px;
    top: 4px;
    border-radius: 100%;
}
