@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@400;500;600;700;800&display=swap");

:root {
    --teleoss-blue: #00659d;
    --teleoss-red: #ff2f27;
}

[hidden] {
    display: none !important;
}

body,
button,
input,
select,
textarea {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6 {
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-weight: 500 !important;
}

.teleoss-shared-container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

.teleoss-talk-cta {
    padding: 42px 15px 48px;
    text-align: center;
    background: transparent;
    border-bottom: 0;
}

.teleoss-talk-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    color: #050505 !important;
    font: 500 clamp(3rem, 7vw, 5.5rem)/1 "Poppins", Arial, sans-serif;
    letter-spacing: -.04em;
    text-decoration: none !important;
}

.teleoss-talk-title svg {
    width: clamp(42px, 6vw, 68px);
    height: clamp(42px, 6vw, 68px);
    fill: currentColor;
    transform-origin: center;
    transition: transform .2s ease;
}

.teleoss-talk-title:hover svg,
.teleoss-talk-title:focus svg {
    transform: translateX(6px) rotate(45deg);
}

.teleoss-talk-title:hover,
.teleoss-talk-title:focus {
    color: var(--teleoss-blue) !important;
}

.teleoss-talk-subtitle {
    display: block;
    width: max-content;
    max-width: 100%;
    margin: 12px auto 0;
    color: var(--teleoss-red) !important;
    font: 500 clamp(1rem, 2vw, 1.2rem)/1.4 "Inter", Arial, sans-serif;
    text-decoration: underline !important;
}

.teleoss-site-footer {
    width: 100%;
    color: #fff !important;
    background: var(--teleoss-blue) !important;
}

.teleoss-footer-inner {
    display: flex;
    min-height: 82px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.teleoss-footer-copyright {
    color: #fff !important;
    font: 400 1rem/1.5 "Inter", Arial, sans-serif;
}

.teleoss-footer-copyright a {
    color: #fff !important;
    text-decoration: underline !important;
}

.teleoss-footer-socials {
    display: flex;
    align-items: center;
    gap: 8px;
}

.teleoss-social-link {
    display: inline-flex !important;
    width: 28px;
    height: 32px;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    transition: color .2s ease, transform .2s ease;
}

.teleoss-social-link:hover,
.teleoss-social-link:focus {
    color: var(--teleoss-red) !important;
    outline: 0;
    transform: translateY(-2px);
}

.teleoss-social-link svg {
    display: block;
    width: 21px;
    height: 21px;
    fill: currentColor;
}

@media (max-width: 767px) {
    .teleoss-talk-cta {
        padding-top: 34px;
        padding-bottom: 38px;
    }

    .teleoss-talk-title {
        gap: 12px;
    }

    .teleoss-footer-inner {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
}
