*,
*:after,
*:before {
    margin: 0;
    padding: 0;
}
:root {
    --max-width: 1600px;
    --tenc-gray: #6e6e6e;
    --tenc-yellow: #ffe10b;
    --bg-color: #0c0e11;
}
* {
    box-sizing: border-box;
}
html {
    background: var(--bg-color);
}
body,
#app {
    background-color: var(--bg-color);
}
.tenc_image {
    width: 100%;
}
.contained-grid {
    max-width: var(--max-width) !important;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
}
.algst-button {
    display: inline-flex;
    padding: 15px 30px;
    border: solid 0.5px white;
    background-color: var(--bg-color);
    text-decoration: none;
}
.algst-button:hover {
    background-color: var(--tenc-yellow);
    color: #000;
    border: solid 1px var(--tenc-yellow);
}
a.tenc-nounderline {
    text-decoration: none;
}
a:hover {
    color: var(--tenc-yellow);
}
.tenc_horizontal-line-wrapper {
    padding: 0 60px;
}
.tenc_horizontal-line-wrapper .tenc_horizontal-line {
    border-top: solid 2px #373839;
    max-width: var(--max-width);
    margin: 0 auto;
}
@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.animate-up {
    opacity: 0;
    transform: translateY(40px);
}
.animate-up.in-view {
    animation: fadeUp 0.8s ease-out forwards;
}
.tenc-section-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 60px;
}
.tenc-section-wrapper .tenc-grid {
    max-width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.tenc-section-wrapper .tenc-grid.special-grid {
    max-width: 1800px;
}
.tenc-section-wrapper .tenc-grid.tenc-cols-2 {
    grid-template-columns: 1fr 1fr;
}
.tenc-section-wrapper .tenc-grid.tenc-cols-3 {
    grid-template-columns: 1fr 1fr 1fr;
}
.tenc-section-wrapper .tenc-grid.tenc-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
}
.tenc-section-wrapper .tenc-col {
    padding: 30px;
    box-sizing: border-box;
}
.tenc-section-wrapper .tenc-col.col-offset-1 {
    grid-column: 2 / 3;
}
.tenc-section-wrapper .tenc-col.col-span-2 {
    grid-column: span 2;
}
.tenc-section-wrapper .tenc-col.col-span-5 {
    grid-column: span 5;
}
.tenc-section-wrapper .tenc-col.col-span-7 {
    grid-column: span 7;
}
.tenc-section-wrapper .tenc-col.col-full {
    grid-column: 1 / -1;
}
@media (max-width: 1023px) {
    .tenc-section-wrapper {
        padding: 0 15px;
    }
    .tenc-section-wrapper .tenc-grid {
        grid-template-columns: 1fr;
    }
    .tenc-section-wrapper .tenc-grid.tenc-cols-2 {
        grid-template-columns: 1fr 1fr;
    }
    .tenc-section-wrapper .tenc-grid.tenc-cols-3 {
        grid-template-columns: 1fr 1fr;
    }
    .tenc-grid .tenc-col {
        padding: 15px;
    }
}
@media (max-width: 767px) {
    .tenc-section-wrapper .tenc-grid {
        grid-template-columns: 1fr;
    }
    .tenc-section-wrapper .tenc-grid.tenc-cols-2 {
        grid-template-columns: 1fr;
    }
    .tenc-section-wrapper .tenc-grid.tenc-cols-3 {
        grid-template-columns: 1fr;
    }
}
body {
    font-family: Inter, sans-serif;
    color: #fff;
    font-weight: 300;
    font-size: clamp(16px, 1rem + 0.3vw, 18px);
    line-height: 30px;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Inter Tight, system-ui, -apple-system, BlinkMacSystemFont,
        Segoe UI, Roboto, Arial, sans-serif;
}
h1 {
    font-size: clamp(2.75rem, 2rem + 3vw, 5.2rem);
    font-weight: 400;
    line-height: 1.1em;
    letter-spacing: 0px;
}
h2 {
    font-size: clamp(1.5rem, 1.25rem + 1.5vw, 2.3rem);
    font-weight: 300;
    line-height: 1.4em;
}
h3 {
    font-size: clamp(1.25rem, 1.1rem + 0.8vw, 1.6rem);
    font-weight: 400;
    line-height: 1.2em;
}
h4 {
    font-size: clamp(1.4rem, 1.2rem + 1.4vw, 2.25rem);
    font-weight: 400;
    line-height: 1.25em;
}
h3.special {
    font-family: freight-display-pro, serif;
    line-height: 1.2em;
    font-size: clamp(2rem, 1.75rem + 2vw, 3rem);
    font-weight: 300;
}
h4.special {
    font-family: freight-display-pro, serif;
    line-height: 1.25em;
    font-weight: 300;
}
.medium-p {
    font-size: clamp(18px, 1rem + 0.6vw, 22px);
    line-height: 1.4em;
}
a {
    color: #fff;
}
.algst-button {
    font-size: clamp(16px, 1rem + 0.3vw, 18px);
}
.footer-section .footer-grid .right-footer-col .tenc_content-wrapper p,
.footer-section .footer-grid .left-footer-col .copyinfo-wrapper {
    font-size: clamp(12px, 0.75rem + 0.2vw, 13px);
    line-height: 20px;
}
.tenc-site-header {
    margin-top: 40px;
    margin-bottom: 25px;
}
.tenc-site-header .tenc-nav-container,
.tenc-site-header .tenc-nav-container .tenc-col {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.tenc-site-header
    .tenc-nav-container
    .tenc-col
    .tenc-nav-logo-wrapper
    .tenc-nav-logo-link
    .tenc-nav-logo {
    height: 61px;
}
.hero1-section-wrapper {
    padding-top: 90px;
}
.hero1-section-wrapper .hero1-grid .hero1-col .tenc_content-wrapper {
    margin-bottom: 40px;
}
.hero1-section-wrapper .hero1-grid .hero1-col .tenc_content-wrapper h1 {
    max-width: 600px;
}
.hero1-section-wrapper .hero1-grid .hero1-col .tenc_image-wrapper {
    margin-top: 30px;
}
.box2-section-wrapper {
    background-size: cover;
    position: relative;
}
.box2-section-wrapper:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(/assets/bg-questionmark-BbYhyrWZ.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.5;
}
.box2-section-wrapper .box2-grid {
    padding-bottom: 0;
}
.box2-section-wrapper .box2-grid .box2-col {
    display: flex;
    flex-direction: column;
}
.box2-section-wrapper .box2-grid .box2-col .tenc_content-wrapper.top-animation {
    max-width: 520px;
    background-color: var(--bg-color);
    border: solid 0.5px #fff;
    padding: 75px 50px;
    transform: translate(-40px);
    margin-bottom: 150px;
}
.box2-section-wrapper
    .box2-grid
    .box2-col
    .tenc_content-wrapper.middle-animation {
    max-width: 670px;
    background-color: var(--bg-color);
    padding: 50px;
    transform: translate(650px);
    margin-bottom: 90px;
}
.box2-section-wrapper
    .box2-grid
    .box2-col
    .tenc_content-wrapper.middle-animation
    p {
    margin-bottom: 60px;
}
.box2-section-wrapper
    .box2-grid
    .box2-col
    .tenc_content-wrapper.middle-animation
    p:last-child {
    margin-bottom: 0;
}
.box2-section-wrapper
    .box2-grid
    .box2-col
    .tenc_content-wrapper.bottom-animation {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: -60px;
    background-color: var(--bg-color);
    max-width: 620px;
    transform: translate(30px);
}
.three3-row-wrapper {
    padding-top: 180px;
    padding-bottom: 30px;
}
.three3-row-wrapper .three3-row-grid .three3-row-col .tenc_content-wrapper {
    max-width: 280px;
}
.three3-row-wrapper
    .three3-row-grid
    .three3-row-col
    .tenc_content-wrapper
    .tenc_icon-wrapper {
    margin-bottom: 20px;
}
.three3-row-wrapper
    .three3-row-grid
    .three3-row-col
    .tenc_content-wrapper
    .tenc_icon-wrapper
    .tenc_icon {
    height: 75px;
}
.three3-row-wrapper
    .three3-row-grid
    .three3-row-col
    .tenc_content-wrapper
    .tenc_title-wrapper {
    margin-bottom: 20px;
}
.smallx4-section-wrapper {
    height: 700px;
    position: relative;
}
.smallx4-section-wrapper:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(/assets/bg-smaller-x-B-pxJAxQ.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.5;
}
.prof5-section-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
}
.prof5-section-wrapper .prof5-grid .prof5-col .tenc_content-wrapper {
    max-width: 500px;
}
.prof5-section-wrapper
    .prof5-grid
    .prof5-col
    .tenc_content-wrapper
    .tenc_button-wrapper {
    margin-top: 30px;
}
.footer-section .footer-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
}
.footer-section .footer-grid .left-footer-col {
    padding: 30px;
}
.footer-section .footer-grid .left-footer-col .tenc_logo-wrapper .tenc_logo {
    height: 61px;
    margin-top: 50px;
    margin-bottom: 20px;
}
.footer-section .footer-grid .left-footer-col .link-wrapper {
    margin-top: 30px;
}
.footer-section .footer-grid .left-footer-col .link-wrapper .link-item-wrapper {
    margin-bottom: 15px;
}
.footer-section .footer-grid .left-footer-col .copyinfo-wrapper {
    margin-top: 60px;
}
.footer-section
    .footer-grid
    .left-footer-col
    .copyinfo-wrapper
    .copyinfo-item-wrapper
    p:first-child {
    padding-bottom: 5px;
}
.footer-section .footer-grid .right-footer-col {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.footer-section .footer-grid .right-footer-col .tenc_content-wrapper p {
    color: var(--tenc-gray);
}
@media (min-width: 1500px) {
    .box2-section-wrapper
        .box2-grid
        .box2-col
        .tenc_content-wrapper.middle-animation {
        transform: translate(700px);
        margin-bottom: 0;
    }
}
@media (min-width: 1600px) {
    .box2-section-wrapper
        .box2-grid
        .box2-col
        .tenc_content-wrapper.middle-animation {
        transform: translate(850px);
        margin-bottom: 0;
    }
}
@media (max-width: 1400px) {
    .box2-section-wrapper
        .box2-grid
        .box2-col
        .tenc_content-wrapper.top-animation {
        transform: translate(-20px);
        margin-bottom: 70px;
        padding: 40px;
    }
    .box2-section-wrapper
        .box2-grid
        .box2-col
        .tenc_content-wrapper.middle-animation {
        transform: translate(520px);
        margin-bottom: 0;
    }
    .box2-section-wrapper
        .box2-grid
        .box2-col
        .tenc_content-wrapper.bottom-animation {
        transform: translate(0);
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media (max-width: 1250px) {
    .box2-section-wrapper
        .box2-grid
        .box2-col
        .tenc_content-wrapper.top-animation {
        transform: translate(-20px);
        margin-bottom: 70px;
        padding: 40px;
    }
    .box2-section-wrapper
        .box2-grid
        .box2-col
        .tenc_content-wrapper.middle-animation {
        transform: translate(280px);
        margin-bottom: 0;
    }
    .box2-section-wrapper
        .box2-grid
        .box2-col
        .tenc_content-wrapper.bottom-animation {
        transform: translate(0);
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media (max-width: 1023px) {
    .contained-grid,
    .tenc_horizontal-line-wrapper {
        padding: 0 30px;
    }
    .tenc-site-header {
        padding: 0 15px;
    }
    .box2-section-wrapper
        .box2-grid
        .box2-col
        .tenc_content-wrapper.top-animation {
        transform: translate(-20px);
        margin-bottom: 70px;
        padding: 40px;
    }
    .box2-section-wrapper
        .box2-grid
        .box2-col
        .tenc_content-wrapper.middle-animation {
        transform: translate(190px);
        margin-bottom: 0;
    }
    .box2-section-wrapper
        .box2-grid
        .box2-col
        .tenc_content-wrapper.bottom-animation {
        transform: translate(0);
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .three3-row-wrapper {
        padding-top: 80px;
    }
    .smallx4-section-wrapper {
        height: 500px;
    }
    .prof5-section-wrapper .prof5-grid {
        display: block;
    }
    .footer-section .footer-grid {
        grid-template-columns: 1fr;
    }
    .footer-section .footer-grid .left-footer-col,
    .footer-section .footer-grid .right-footer-col {
        grid-column: 1/-1;
    }
}
@media (max-width: 600px) {
    .box2-section-wrapper {
        overflow-x: clip;
    }
    .box2-section-wrapper
        .box2-grid
        .box2-col
        .tenc_content-wrapper.top-animation {
        transform: translate(-20px);
        margin-bottom: 70px;
        padding: 40px 25px;
    }
    .box2-section-wrapper
        .box2-grid
        .box2-col
        .tenc_content-wrapper.middle-animation {
        transform: translate(60px);
        margin-bottom: 0;
    }
    .box2-section-wrapper
        .box2-grid
        .box2-col
        .tenc_content-wrapper.bottom-animation {
        transform: translate(0);
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 60px;
    }
    .footer-section .footer-grid .left-footer-col,
    .footer-section .footer-grid .right-footer-col {
        padding: 15px;
    }
}
