
@font-face {
    font-family: 'CircularXX';
    src: url('https://www.telosin.com/wp-content/themes/telosin/fonts/CircularXX-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'CircularXX';
    src: url('https://www.telosin.com/wp-content/themes/telosin/fonts/CircularXX-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'CircularXX';
    src: url('https://www.telosin.com/wp-content/themes/telosin/fonts/CircularXX-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Circular Std';
    src: url('https://www.telosin.com/wp-content/themes/telosin/fonts/Circular-Std-Book.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Circular Std';
    src: url('https://www.telosin.com/wp-content/themes/telosin/fonts/Circular-Std-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Circular Std';
    src: url('https://www.telosin.com/wp-content/themes/telosin/fonts/Circular-Std-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: #fff;
    color: #111;
    font-family: 'Circular Std', sans-serif;
}

:root {
    --section-space: 72px;
    --section-padding: 36px;
    --dash: #000;
}

.tl-section {
    position: relative;
    margin: 0;
    padding: var(--section-padding) 0;
}

.tl-section+.tl-section {
    margin-top: var(--section-space);
}

.tl-section:not(:first-child)::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: calc(var(--section-space) * -0.5);
    border-top: 1.5px dashed var(--dash);
}

.tl-top-strip {
    background: #ececec;
    color: #000;
    text-align: center;
    font-size: 15px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    padding: 13px;
    font-weight: 600;
}

.tl-hero {
    position: relative;
    height: 100vh;
    min-height: 620px;
    background: #000;
    overflow: hidden
}

.tl-hero video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tl-logo {
    position: absolute;
    top: 32px;
    left: 56px;
    z-index: 2
}

.tl-logo img {
    width: 175px;
    height: auto
}

.tl-hero-title {
    position: absolute;
    left: 7vw;
    bottom: 65px;
    color: #fff;
    text-transform: uppercase;
    z-index: 2
}

.tl-hero-title .small {
    font-size: clamp(24px, 3vw, 46px);
    letter-spacing: 12px;
    font-weight: 300;
    line-height: 1
}

.tl-hero-title .big {
    font-size: clamp(38px, 5vw, 76px);
    letter-spacing: 5px;
    font-weight: 900;
    line-height: 1
}

.tl-page {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 78px 7vw 88px
}

.tl-section {
    margin-top: 78px;
    padding-bottom: 38px;
}

.tl-section:first-child {
    margin-top: 0
}

.tl-red {
    color: #f04444
}

.tl-blue {
    color: #081c9c
}

.tl-title {
    font-size: 24px;
    line-height: 1.05;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 24px
}

.tl-small-title {
    font-size: 15px;
    line-height: 1.15;
    text-transform: uppercase;
    font-weight: 800;
    margin: 0 0 9px
}

.tl-copy {
    font-size: 13px;
    line-height: 1.48;
    margin: 0
}

.claim-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: start
}

.gift-title {
    color: #f04444;
    font-size: 24px;
    line-height: 1.05;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 34px;
    font-weight: 500;
}

.receive-title {
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 10px
}

.receive-list {
    margin: 0 0 95px;
    padding-left: 18px;
    font-size: 14px;
    line-height: 1.55
}

.prod-title {
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top:34px;
}
.prod-desc {
    font-size: 14px;
    line-height: 1.55
}

.gift-img {
    width: 40%;
    background: #eee;
    padding: 28px 35px
}

.gift-img img {
    width: 100%;
    display: block
}

.form-box {
    max-width: 500px
}

.form-intro {
    font-size: 17px;
    line-height: 1.45;
    margin-bottom: 26px
}

.form-intro strong {
    font-style: italic
}

.form-box label {
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 7px
}

.form-box input,
.form-box select {
    width: 100%;
    height: 38px;
    border: 1px solid #111;
    padding: 0 10px;
    margin-bottom: 18px;
    font-size: 15px;
    background: #fff;
    outline: none
}

.phone-row {
    margin-bottom: 18px
}

.phone-row input {
    margin-bottom: 0
}

.iti {
    width: 100%
}

.checkbox-row {
    display: flex !important;
    gap: 14px;
    align-items: flex-start;
    font-size: 13px !important;
    line-height: 1.35;
    margin: 2px 0 20px !important;
    font-weight: 400 !important
}

.checkbox-row input {
    width: 14px;
    height: 14px;
    margin: 0;
    flex: 0 0 auto
}

.tl-btn {
    width: 190px;
    height: 42px;
    border: 0;
    background: #eee;
    color: #111;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer
}

.tl-btn:after {
    content: " →";
    margin-left: 18px
}

.tl-btn:hover {
    background: #111;
    color: #fff
}

.form-note {
    color: #777;
    font-size: 11px;
    font-style: italic;
    margin-top: 8px
}

.error {
    background: #ffe7e7;
    color: #9b0000;
    border: 1px solid #ffb5b5;
    padding: 12px 14px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 18px
}

.qr-result {
    text-align: left
}

.qr-result h2 {
    font-size: 26px;
    line-height: 1.1;
    margin: 0 0 10px;
    text-transform: uppercase
}

.qr-box {
    width: 100%;
    margin: 22px 0 12px;
}

.qr-box img {
    width: 100%;
    display: block
}

.customer-info {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 12px
}

.customer-code {
    display: inline-block;
    background: #111;
    color: #fff;
    padding: 7px 12px;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px
}

.how-section {
    /* border-top: 1px dashed #000;
    border-bottom: 1px dashed #000; */
    padding: 22px 0 24px
}

/* .tl-dash {
    border-top: 1px dashed #000;
}

.bl-dash {
    border-bottom: 1px dashed #000;

} */

.how-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 26px
}

.how-step-num {
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 7px
}

.how-step-text {
    font-size: 13px;
    line-height: 1.25;
    font-weight: 700
}

.made-section {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 74px;
    align-items: end
}

.made-section p {
    font-size: 18px;
    line-height: 1.35;
    margin: 0
}

.made-line {
    font-size: 15px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-top: 18px
}

.discover-intro {
    font-size: 14px;
    line-height: 1.5;
    max-width: 960px;
    margin: 0 0 34px
}

.discover-section .tl-title {
    max-width: 420px;
    margin-bottom: 6px;
}

.discover-intro {
    font-size: 12px;
    line-height: 1.4;
    font-weight: 800;
    max-width: 920px;
    margin: 0 0 44px;
}

.yp-row {
    display: grid;
    grid-template-columns: 44% 1fr;
    gap: 44px;
    align-items: start;
    margin-bottom: 86px;
}

.yp-image img {
    width: 100%;
    display: block;
}

.yp-content h3 {
    font-size: 21px;
    line-height: 1;
    margin: 0 0 4px;
    text-transform: uppercase;
}

.yp-content h4 {
    font-size: 14px;
    line-height: 1.1;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-weight: 400;
}

.yp-content p {
    font-size: 12px;
    line-height: 1.45;
    margin: 0 0 24px;
}

.yp-content h5 {
    font-size: 13px;
    line-height: 1;
    margin: 0 0 12px;
    font-weight: 800;
}

.yp-red .yp-content h5 {
    color: #f04444;
}

.yp-blue .yp-content h5 {
    color: #081c9c;
}

.timeline-list {
    list-style: none;
    margin: 0 0 30px;
    padding: 0 0 0 24px;
    position: relative;
}

.timeline-list:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 6px;
    bottom: 6px;
    width: 1px;
    background: #111;
}

.timeline-list li {
    position: relative;
    font-size: 12px;
    line-height: 1.35;
    margin-bottom: 13px;
}

.timeline-list li:before {
    content: "";
    position: absolute;
    left: -23px;
    top: 4px;
    width: 7px;
    height: 7px;
    background: #fff;
    border: 1px solid #111;
    border-radius: 50%;
}

.clinical-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.clinical-row.two {
    grid-template-columns: repeat(2, 1fr);
}

.clinical-row div {
    border-left: 1px solid #111;
    padding-left: 14px;
}

.clinical-row div:first-child {
    border-left: 0;
    padding-left: 0;
}

.clinical-row strong {
    display: block;
    font-size: 26px;
    line-height: .95;
    margin-bottom: 4px;
}

.yp-red .clinical-row strong {
    color: #f04444;
}

.yp-blue .clinical-row strong {
    color: #081c9c;
}

.clinical-row span {
    display: block;
    font-size: 11px;
    line-height: 1.15;
}

@media(max-width:768px) {
    .yp-row {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 58px;
    }

    .clinical-row,
    .clinical-row.two {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .clinical-row div,
    .clinical-row div:first-child {
        border-left: 1px solid #111;
        padding-left: 14px;
    }
}

.result {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 10px;
    margin-bottom: 10px
}

.result strong {
    font-size: 24px;
    line-height: 1;
    color: #f04444
}

.yp-blue .result strong {
    color: #245bff
}

.why-box {
    /* border-top: 1px dashed #bbb; */
    /* border-bottom: 1px dashed #bbb; */
    padding: 24px 0
}

.why-box p {
    font-size: 16px;
    line-height: 1.35;
    text-transform: uppercase;
    margin: 0;
    font-weight: 800
}

.icons-carousel .owl-stage {
    display: flex;
    align-items: center
}

.icon-slide {
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center
}

.icon-slide img {
    max-width: 96px;
    max-height: 96px;
    width: auto !important
}

.lumiactive-section .tl-title {
    margin-bottom: 38px;
}

.lumi-layout {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 56px;
    align-items: start;
}

.lumi-image img {
    width: 100%;
    display: block;
}

.lumi-content {
    padding-top: 4px;
}

.lumi-item {
    margin-bottom: 32px;
}

.lumi-item:last-child {
    margin-bottom: 0;
}

.lumi-item h3 {
    font-size: 16px;
    line-height: 1.1;
    margin: 0 0 5px;
    text-transform: uppercase;
    font-weight: 800;
}

.lumi-red h3 {
    color: #f04444;
}

.lumi-blue h3 {
    color: #112bb8;
}

.lumi-item h4 {
    font-size: 15px;
    line-height: 1.2;
    margin: 0 0 7px;
    text-transform: uppercase;
    font-weight: 400;
}

.lumi-item p {
    font-size: 15px;
    line-height: 1.45;
    margin: 0;
}

@media(max-width:768px) {
    .lumi-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

.expert-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px
}

.expert-card {
    border-top: 0;
    padding-top: 0
}

.expert-video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #eee;
    overflow: hidden;
    margin-bottom: 14px
}

.expert-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%
}

.expert-card h3 {
    font-size: 16px;
    margin: 0 0 10px
}

.expert-card .tl-copy {
    font-size: 12px;
    line-height: 1.45
}

.ba-carousel .owl-stage {
    display: flex
}

.ba-slide h3 {
    color: #f04444;
    font-size: 38px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 20px
}

.ba-slide img {
    width: 100%;
    display: block
}

.ba-labels {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 8px
}

.ba-slide p {
    font-size: 13px;
    line-height: 1.5
}

.ba-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    margin-top: 28px;
    font-size: 14px
}

.ba-nav button {
    border: 0;
    background: transparent;
    font-size: 24px;
    cursor: pointer;
    padding: 5px 10px
}

.routine-section {
    /* border-top: 1px dashed #bbb; */
    padding-top: 24px
}

.routine-section h2 {
    font-size: 24px;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0 0 12px;
    color: #f04444;
    font-weight: 400
}

.terms-section {
    border-top: 1px dashed #bbb;
    padding-top: 24px;
    margin-bottom: 20px
}

.terms-section h2 {
    font-size: 18px;
    margin: 0 0 10px
}

.terms-section p {
    font-size: 12px;
    line-height: 1.5;
    margin: 0
}

.footer-url {
    text-align: right;
    font-size: 12px;
    margin-top: 10px
}

.mobile-only {
    display: none
}

@media(max-width:768px) {
    .tl-top-strip {
        font-size: 9px;
        letter-spacing: 0.5px
    }

    .tl-hero {
        height: 70vh;
        min-height: 560px
    }

    .tl-logo {
        top: 24px;
        left: 22px
    }

    .tl-logo img {
        width: 135px
    }

    .tl-hero-title {
        left: 24px;
        bottom: 42px
    }

    .tl-hero-title .small {
        font-size: 21px;
        letter-spacing: 7px
    }

    .tl-hero-title .big {
        font-size: 34px;
        letter-spacing: 3px
    }

    .tl-page {
        padding: 52px 24px 68px
    }

    .tl-section {
        margin-top: 58px
    }

    .claim-grid,
    .made-section,
    .yp-grid,
    .benefit-results,
    .lumi-grid,
    .expert-grid {
        grid-template-columns: 1fr;
        gap: 34px
    }

    .receive-list {
        margin-bottom: 44px
    }

    .gift-img {
        width: 100%
    }

    .form-box,
    .qr-result {
        max-width: 100%
    }

    .how-steps {
        grid-template-columns: 1fr;
        gap: 18px
    }

    .tl-title,
    .gift-title {
        font-size: 21px
    }

    .ba-slide h3 {
        font-size: 30px
    }

    .ba-nav {
        justify-content: center
    }

    .desktop-only {
        display: none
    }

    .mobile-only {
        display: block
    }
}


.yp-claim-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-top: 26px;
}


.why-box {
    display: none;
}

.why-inner {
    margin-top: 20px;
}

.why-inner h2 {
    font-size: 20px;
    line-height: 1;
    margin: 0 0 22px;
    color: #111;
    text-transform: uppercase;
    font-weight: 800;
}

.why-main {
    max-width: 920px;
    font-size: 15px;
    line-height: 1.18;
    margin: 0 0 56px;
    text-transform: uppercase;
    font-weight: 800;
}

.why-bottom {
    display: grid;
    grid-template-columns: 1.4fr .45fr .9fr .45fr;
    gap: 28px;
    align-items: center;
}

.why-bottom p {
    font-size: 14px;
    line-height: 1.35;
    margin: 0;
}

.nasa-box {
    padding-right: 28px;
    border-right: 1px solid #111;
}

.nasa-box img {
    max-width: 120px;
    display: block;
}

.karim-box {
    color: #f04444;
    font-size: 19px;
    line-height: .95;
    font-weight: 800;
    text-transform: uppercase;
}

.signature-box img {
    max-width: 110px;
    display: block;
}

@media(max-width:768px) {
    .why-bottom {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .nasa-box {
        border-right: 0;
        padding-right: 0;
    }
}

.social-section {
    /* border-top: 1px dashed #999; */
    padding-top: 34px;
}

.social-intro {
    max-width: 900px;
    font-size: 15px;
    line-height: 1.45;
    margin-bottom: 36px;
}

.social-videos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    margin-bottom: 40px;
}

.social-video {
    position: relative;
    aspect-ratio: 9/16;
    overflow: hidden;
    background: #eee;
}

.social-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

@media(max-width:900px) {
    .social-videos {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:600px) {
    .social-videos {
        grid-template-columns: 1fr;
    }
}

.terms-section {
    border-top: none;
    padding-top: 34px;

    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
}

.terms-left h2 {
    font-size: 14px;
    margin: 0 0 8px;
}

.terms-left p {
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
}

.terms-right {
    display: flex;
    align-items: center;
    gap: 18px;
}

.terms-right a {
    color: #111;
    text-decoration: none;
}

.terms-right img {
    width: 28px;
    display: block;
}

.tl-footer {
    background: #000;
}

.tl-footer-inner {
    height: 80px;
    padding: 0 7vw;
    display: flex;
    align-items: center;
}

.tl-footer-inner img {
    width: 165px;
}

.tl-lang-switch {
    position: absolute;
    top: 34px;
    right: 56px;
    z-index: 3;
}

.tl-lang-switch a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
}

@media(max-width:768px) {
    .tl-lang-switch {
        top: 26px;
        right: 22px;
    }

    .tl-lang-switch a {
        font-size: 13px;
    }
}



.qr-after-text {
    margin: 18px 0 18px;
}

.qr-after-text a {
    color: #111;
    font-weight: 800;
    text-decoration: underline;
}

.terms-block + .terms-block {
    margin-top: 24px;
}

.checkbox-row a {
    color: #111;
    font-weight: 800;
    text-decoration: underline;
}

@media(max-width:768px) {
    .terms-section {
        display:block;
    }
    .tl-copy {
        padding-bottom:32px;
    }
}



.whats_link {
    text-decoration:underline;
    color:#000;
}


/* whatsapp */
.floating-whatsapp{
    position: fixed !important;
    right: 20px !important;
    bottom: 20px !important;
    width: 50px;
    height: 50px;
    z-index: 2147483647 !important;

    display:block !important;

    background: transparent;
}

.floating-whatsapp img{
    width:100%;
    height:100%;
    display:block;
}