
@font-face {
    font-family: Trebuchet-MS-Bold;
    src: url("fonts/Trebuchet-MS-Bold.woff2") format("woff2"), url("fonts/Trebuchet-MS-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Trebuchet-MS-Bold-Italic;
    src: url("fonts/Trebuchet-MS-Bold-Italic.woff2") format("woff2"), url("fonts/Trebuchet-MS-Bold-Italic.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Trebuchet-MS-Regular;
    src: url("fonts/Trebuchet-MS.woff2") format("woff2"), url("fonts/Trebuchet-MS.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Trebuchet-MS-Italic;
    src: url("fonts/Trebuchet-MS-Italic.woff2") format("woff2"), url("fonts/Trebuchet-MS-Italic.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
.root {
    font-size: 0.052086vw;
}
a:hover, a:focus {
    text-decoration: none;
}
[class^="col-"] {
    padding-right: 0rem;
    padding-left: 0rem;
}
.row {
    margin-right: 0rem;
    margin-left: 0rem;
    width: 100%;
}
img {
    width: 100%;
}
html {
    font-family: 'Trebuchet-MS-Regular', sans-serif;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}
body {
    font-size: 16rem;
    font-family: 'Trebuchet-MS-Regular', sans-serif;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    color: rgb(255, 255, 255);
    height: 100%;
}
.tc-container.container {
    max-width: 1680rem;
    padding: 0px 40rem;
}
.main-tc {
    background: url("../images/dark-bg.svg") 0% 0% / cover no-repeat;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

@keyframes slidein-up {
    0% {
        transform: translateY(15%);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}
.slidein-up {
    opacity: 0;
    animation: 1.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s 1 normal forwards running slidein-up;
}
.slidein-up.next-in {
    animation-delay: 0.7s;
}
img#mainDisplayImg {
    height: 100%;
    width: 100%;
    padding-left: 170rem;
}
/* custom css */
/* Inline styles for rotating wheel */
.wheel {
position: relative;
width: min(100%, 502rem);
height: min(100%, 502rem);
margin-left: -24.9%;
transform: scale(0.928);
}  
.wheel-rotator {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
}
@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}
.wheel-item {
position: absolute;
top: 50%;
left: 50%;
width: 336rem;
height: 220rem;
margin: 0;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
user-select: none;
}
.wheel-item img { 
    width: 100%; 
    height: 100%; 
    object-fit: contain; 
    display: block; 
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
}
.wheel-item .wheel-item-default {
    display: block;
}
.wheel-item .wheel-item-active {
    display: none;
}

.wheel-item.acquisition-item img,
.wheel-item.advisory-item img {
    width: 335rem;
}

.wheel-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 266rem;
    height: 266rem;
    border-radius: 50%;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-align: center;
    pointer-events: none;
}
.wheel-center img {
width: 266rem;
height: 100%;
object-fit: contain;
display: block;
}

.wheel-rotator.snapping .wheel-item { transition: transform 0.9s cubic-bezier(.2, .8, .2, 1); }
.wheel-hint {
    position: absolute;
    top: 6%;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    pointer-events: none;
}
div#turn {
    display: none;
}
.tc-loading img {
    width: 330rem;
}
.tc-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    justify-content: center;
    display: flex;
    margin: auto;
    z-index: 999;
    background-image: url("../images/bg-load.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #001740;
}

/* Circular positioning around 266rem center - radius 240rem from center */
/* Items positioned at 0°, 60°, 120°, 180°, 240°, 300° */
.wheel-item.acquisition-item {
    transform: translate(-50%, -50%) rotate(0deg) translateY(-222rem) rotate(0deg) !important;
}
.wheel-item.onboarding-item {
    transform: translate(-50%, -50%) rotate(60deg) translateY(-222rem) rotate(0deg) !important;
}
.wheel-item.engagement-item {
    transform: translate(-50%, -50%) rotate(120deg) translateY(-222rem) rotate(0deg) !important;
}
.wheel-item.advisory-item {
    transform: translate(-50%, -50%) rotate(360deg) translateY(222rem) rotate(180deg) !important;
}
.wheel-item.compliance-item {
    transform: translate(-50%, -50%) rotate(240deg) translateY(-222rem) rotate(0deg) !important;
}
.wheel-item.retention-item {
    transform: translate(-50%, -50%) rotate(300deg) translateY(-222rem) rotate(0deg) !important;
}

.tc-middle-img-wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 100vh;
    padding-left: 0%;
    padding-top: 12%;
    align-items: center;
}
.tc-right-img-content {
    position: relative;
    align-items: end;
    display: flex;
    justify-content: right;
    height: 100%;
}
.tc-right-img-content .panel-content:not(.home-right-panel) {
    width: 541.98rem;
    height: 735rem;
    border-radius: 36rem 36rem 0rem 0rem;
}
.tc-right-img-content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.tc-right-img-content video {
    width: 100%;
    height: 100%;
    margin: auto;
    margin-top: 10rem;
    border-radius: 36rem 36rem 0rem 0rem;
}
    .tc-left-img-content {
        position: relative;
        align-items: center;
        display: flex;
        justify-content: start;
    }
    .tc-left-img-content img {
            /* width: 98.5%; */
            width: 390rem;
        }
        .tc-line-down {
            height: 100%;
            position: absolute;
            top: -69rem;
            left: 37%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 479rem;
            visibility: hidden;
        }
        .tc-right-img-content .panel-content.video-active {
            transform: scale(0.99);
        }
        .tc-logo-wrap {
            position: absolute;
            height: 74rem;
            width: 100%;
            padding: 20rem 40rem;
            align-items: center;
        }
        .tc-logo-inner img{
            width: 148rem;
            cursor: pointer;
        }
        .tc-text-wrap {
            position: absolute;
            top: 7%;
            left: 50%;
            transform: translateX(-50%);
            z-index: 2;
        }
        .tc-text-head {
            color: #FF5757;
            text-align: center;
            font-family: "Trebuchet-MS-Bold", sans-serif;
            font-size: 48rem;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            margin-bottom: 6rem;
        }
        .tc-text-subhead {
            text-align: center;
            font-family: "Trebuchet-MS-Regular", sans-serif;
            font-size: 28rem;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }
        .tc-logo-inner {
            display: flex;
            justify-content: space-between;
            height: 100%;
            align-items: center;
        }
        .tc-navbar ul {
            display: flex;
            gap: 20rem;
        }
        .tc-navbar ul li {
            list-style: none;
        }
        .tc-navbar ul li a {
            text-decoration: none;
            color: #fff;
            opacity: 0.4;
            text-align: center;
            font-family: "Trebuchet-MS-Regular", sans-serif;
            font-size: 15rem;
            font-style: normal;
            font-weight: 400;
            line-height: 1.2em;
            margin-left: 20rem;
        }
        .tc-navbar ul li .active {
            opacity: 1;
        }

.item-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    width: 100%;
    padding: 0 10rem;
    display: flex;
    flex-direction: column;
    gap: 5rem;
    margin-top: 20rem; /* Adjust as needed */
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
}

.wheel-item.active .item-content {
    opacity: 1;
    pointer-events: auto;
}

.clickable-text {
    cursor: pointer;
    padding: 17rem 10rem;
    font-size: 14rem;
    border-radius: 5rem;
    transition: background 0.3s;
    width: fit-content;
    margin: auto;
    opacity: 0.6;
    margin-top: 7rem !important;
    transition: opacity 0.3s;
}
.clickable-text.break {
    margin-top: 2rem !important;
}
.clickable-text:hover {
    opacity: 0.9;
}

.clickable-text.active {
opacity: 1;
}

#leftPanel, #rightPanel {
    width: 541.98rem;
}

.panel-content {
    display: none;
}

.panel-content.active {
    display: block;
}
.panel-content.home-right-panel {
    width: 445rem;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding-bottom: 50rem;
    margin-right: 18%;
}
.panel-content.home-right-panel img {
    width: 445rem;
}

.panel-content.home-right-panel.active {
    display: flex;
}
.wheel-center img{
    width: 266rem;
}
.clickable-text span {
    padding-bottom: 50rem !important;
}
.clickable-text.break span {
    padding-bottom: 60rem !important;
}
.wheel-item.active {
    z-index: 2 !important;
}
.tc-header {
    z-index: 2;
    position: relative;
}